/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/FontAwesome-webfont3295.php?v=4.5.0');
  src: url('../fonts/font-awesome/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont3295.woff2?v=4.5.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont3295.woff?v=4.5.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: 0.3em;
}
.icon.icon-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #fff;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
/*
Theme Name: CoupofyAlpha
Description: Coupofy theme based on Flatter (Clipper)
Author: JohnyCodes
Author URI: http://johnycodes.com/
Template: clipper
Version: 1.0.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin-bottom: 10px;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  border: none;
  outline: none;
}
a img {
  border: none;
}
.clr {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}
/* -- Firefox 1px button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: none;
}
/* =General styles
-------------------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  color: #2B2B2B;
  font: 14px/20px Ubuntu, Helvetica, Arial, sans-serif;
}
p {
  margin: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .8em;
}
hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
img {
  border-style: none;
}
a {
  color: #ED2939;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#main #content ul {
  list-style: disc;
  list-style-position: inside;
}
.blog form label {
  display: block;
  padding: 10px 0;
}
.blog form button {
  display: block;
  width: 100px;
  text-align: center;
  border: none;
  background-color: #36B0E3;
  padding: 10px 10px;
  color: #FFF;
  margin: 20px 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.blog form button:hover {
  background-color: #133C4D;
}
.blog img {
  max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  border: 1px solid #AEC2C2;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 350px;
  background: #f9f9f9;
  font-size: 14px;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[disabled] {
  background: #eee !important;
  border-color: #8A8A8A !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #CCC;
}
input[type="checkbox"],
input[type="radio"] {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 0;
  vertical-align: sub;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  min-width: 0;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.iconfix i {
  margin-right: 5px;
  font-size: 16px;
}
p.time-left.iconfix i,
div.expired-coupon-info.iconfix i {
  font-size: 14px;
}
.content-box .iconfix h3 {
  font-weight: bold;
}
.content-box .iconfix h3 i {
  font-weight: normal;
  font-size: 24px;
}
.iconfix a {
  color: inherit !important;
  text-decoration: none;
}
.iconfix a:hover {
  text-decoration: underline;
}
/* =Main framework styles
-------------------------------------------------------------- */
.box-t,
.box-b {
  display: none !important;
}
#wrapper {
  height: 100%;
}
.bg {
  display: none;
}
.w1 {
  overflow: hidden;
  min-height: 100%;
  background-color: #F1F1F1;
  background-repeat: repeat;
  background-attachment: fixed;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  height: 67px;
  transition: all 0.3s;
  background: #FFF;
}
#header .holder {
  width: 100%;
}
#header .holder-panel {
  background: #323232;
  position: relative;
}
#header .frame {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}
#header .panel {
  width: 960px;
}
#header .panel a {
  color: #999;
  text-decoration: none;
}
#header .panel a:hover,
#header .panel .active > a {
  color: #fff;
}
#main {
  margin: 0 auto;
  overflow: visible;
  padding: 0 0 60px;
  position: relative;
  width: 960px;
}
.home #main {
  padding: 38px 0 60px 0;
}
#main:after {
  content: "";
  display: block;
  clear: both;
}
#content {
  width: 620px;
  float: left;
  margin-top: 20px;
}
#content-fullwidth {
  width: 950px;
  float: left;
  margin-top: 20px;
}
#sidebar {
  width: 320px;
  float: right;
  position: relative;
  display: inline;
  margin-top: 20px;
}
/* tinynav navigation menu */
.tinynav {
  margin: 10px 0;
  display: none;
  float: left;
  font-size: 16px;
  color: #666666;
}
/* =Utility styles
-------------------------------------------------------------- */
.top {
  display: block;
  width: 50px;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.top.noPaging {
  position: static;
  width: 100%;
}
.top a,
.content-box h2.stores a,
.content-box h2.categories a {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  color: #ED2939;
  opacity: 0.6;
  padding: 5px;
}
.top a:before,
.content-box h2.stores a:before,
.content-box h2.categories a:before {
  content: "\f077";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 10px 5px;
  font-size: 30px;
  line-height: normal;
}
.top a:hover,
.content-box h2.stores a:hover,
.content-box h2.categories a:hover {
  text-decoration: none;
  opacity: 1;
}
.content-box h2.stores a,
.content-box h2.categories a {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pad5 {
  padding: 5px 0;
}
.pad10 {
  padding: 10px 0;
}
.pad25 {
  padding: 25px 0;
}
.pad50 {
  padding: 50px 0;
}
.pad75 {
  padding: 75px 0;
}
.pad100 {
  padding: 100px 0;
}
.clear {
  clear: both;
}
.btn,
.order-gateway input[type="submit"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #ED2939;
  font-weight: bold;
  border: medium none;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.btn:hover,
.btn.hover,
.btn.zeroclipboard-is-hover,
.reports_submit:hover,
.comment-reply-link:hover,
.subscribe-form .btn-submit:hover,
.order-gateway input[type="submit"]:hover {
  background: #1EBCE4;
  text-decoration: none;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn.small,
.reports_submit,
.comment-reply-link,
.subscribe-form .btn-submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
  padding: 5px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #ED2939;
  font-weight: normal;
  border: medium none;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.subscribe-form .btn-submit {
  margin: 10px 5px 0 0;
}
p.time-left {
  color: #9C9C9C;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
div.expired-coupon-info {
  text-transform: uppercase;
  text-align: center;
  color: #333;
  background: #ccc;
  margin-bottom: 10px;
}
#simpleTooltip {
  padding: 5px 7px;
  background: #111;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #e5e5e5;
  font-size: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.debug {
  padding: 10px 20px;
}
.text-box h1.title {
  padding: 0 0 3px;
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
  color: #3a3939;
}
/* =Header layout styles
-------------------------------------------------------------- */
.nav-menu {
  width: 100%;
  height: 47px;
  clear: both;
  border-radius: 5px;
}
#nav {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  float: left;
  display: inline;
}
* html #nav {
  margin: 0;
}
* html .inner #nav {
  margin: 0 0 0 32px;
}
.tinynav {
  display: none;
}
#header .panel li {
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 999;
}
#header .panel li:after,
#header .panel .add-nav li:last-child:after {
  color: #4F4F4F;
  content: "|";
  font-size: 15px;
  line-height: 1.11111em;
  margin-left: 10px;
  vertical-align: -1px;
}
#header .panel li:last-child:after {
  content: "";
  margin-left: 0;
}
/*#nav li.menu-arrow a {
    padding-left:30px;
}*/
#nav li {
  padding-bottom: 10px;
}
#header .panel ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  width: auto;
  z-index: 998;
  top: 15px;
  left: -40px;
  -moz-box-shadow: 0 3px 0 -1px #CBD8D8;
  -webkit-box-shadow: 0 3px 0 -1px #CBD8D8;
  box-shadow: 0 3px 0 -1px #CBD8D8;
  border-bottom: none;
}
#header .panel ul.menu ul.sub-menu:before {
  content: "\f0d8";
  display: block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 24px;
  color: #fff;
  padding-left: 50px;
  height: 15px;
  cursor: pointer;
}
#header .panel ul.menu li:hover ul.sub-menu {
  display: block;
}
#header .panel ul.menu ul.sub-menu li {
  background: none;
  padding: 0;
  margin: 0;
  border-left: none;
  border-right: none;
}
#header .panel ul.menu ul.sub-menu li:hover {
  margin-top: 0;
}
#header .panel ul.menu ul.sub-menu li:after {
  content: "";
  margin: 0;
  padding: 0;
}
#header .panel ul.menu ul.sub-menu li a {
  text-align: left;
  width: 167px;
  padding: 10px;
  color: #4F4F4F;
  display: block;
  background: #fff;
}
#header .panel ul.menu ul.sub-menu li a:hover {
  color: #ED2939;
}
#header .panel ul.menu ul.sub-menu li ul.sub-menu {
  display: none;
  left: 177px;
  margin: -2px 0 0 0;
  top: 2px;
}
#header .panel ul.menu ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
#header .bar {
  float: right;
  display: inline;
}
#header .panel .bar li {
  margin-right: 5px;
}
#header .panel .bar li:after {
  margin-left: 5px;
}
#header .add-nav {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
/* =Header social icon styles
-------------------------------------------------------------- */
#header .social {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
#header .social li a,
.rss-link {
  float: left;
  /*text-indent:-9999px;*/
  overflow: hidden;
  width: 14px;
  height: 20px;
}
.header-bar {
  width: 960px;
  position: relative;
}
.header-bar .search-box {
  margin: 15px 0;
}
#logo {
  overflow: hidden;
  max-width: 450px;
  height: 66px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.3s;
}
#logo a,
#logo img {
  display: block;
  height: 50px;
  margin-top: 9px;
  transition: all 0.3s;
}
#logo h1 {
  clear: none;
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 30px;
  font-size: 24px;
}
#logo .description {
  padding-top: 5px;
}
.twitterBoxHeadLink {
  color: #B12E39;
}
.slogan {
  display: block;
  font: italic 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #7a7676;
  margin: -29px 0 0;
  width: 365px;
}
.rss-link {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
}
.rss-link:hover {
  text-decoration: none;
}
.rss-link:before {
  content: "\f143";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 20px;
  color: #FFA851;
}
/* =Search box styles
-------------------------------------------------------------- */
#header .search-box {
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  margin: 0 0 0 -244px;
  padding: 0;
  width: 488px;
  background: #F1F1F1;
  transition: all 0.3s;
}
#header .search-box input {
  border: none;
  color: #B12E39;
  text-shadow: none;
  background: none;
  line-height: 18px;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 204px;
  text-indent: 8px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 448px;
  padding-left: 7px;
  /*border-bottom: 2px dashed #99DCF9 !important;*/
}
#header .search-box ::-webkit-input-placeholder {
  color: #B7B7B7;
}
#header .search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #B7B7B7;
}
#header .search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #B7B7B7;
}
#header .search-box :-ms-input-placeholder {
  color: #B7B7B7;
}
#header .search-box input:focus {
  border: 0 none;
}
#header .search-box .btn-submit {
  background: none;
  border: 0 none;
  color: #ED2939;
  padding: 0 10px;
  margin: 0;
  top: 12px;
  font-size: 20px;
  height: 36px;
  overflow: hidden;
  float: right;
  line-height: 38px;
  cursor: pointer;
  text-shadow: none;
  transition: color 0.15s;
}
#header .search-box .btn-submit:hover {
  color: #000;
}
#header .search-box span {
  font-size: 11px;
  line-height: 13px;
  color: #011c2d;
  margin-left: 2px;
  padding: 2px 0 2px 23px;
  display: none;
}
#header .nav-toggle-link {
  color: #ED2939;
  font-size: 31px;
  line-height: 35px;
  padding: 15px 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s;
}
#header .nav-toggle-link:hover {
  color: #C52330;
  transform: translate(0, 2px);
  text-shadow: 0 0 2px #C52330;
}
#header .nav {
  text-shadow: none !important;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  font-size: 22px;
  top: 60px;
  right: -10px;
  cursor: default;
  padding: 10px;
  z-index: 7;
  transition: all 0.3s;
  box-sizing: border-box;
}
#header .nav-toggle-link:hover .nav,
#header .nav-toggle-link .nav:hover {
  height: auto;
  width: 220px;
  top: 40px;
  opacity: 1;
}
#header .nav > .inner {
  overflow: hidden;
}
#header .nav .item .icon {
  width: 18px;
  text-align: left;
}
#header .nav .item {
  color: #FFF;
  padding: 10px;
  text-align: left;
  width: 220px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  transition: color 0.15s;
  position: relative;
  font-size: 16px;
  background: #ED2939;
}
#header .nav .item:hover {
  color: #ED2939;
  background: #FFF;
}
#header .nav .icon-caret-up {
  position: absolute;
  top: -5px;
  right: 23px;
  color: #ED2939;
  font-size: 22px;
  text-shadow: none;
}
#header.scrollBelow {
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
}
#header.scrollBelow #logo {
  top: 0;
}
#header.scrollBelow #logo img {
  height: 47px;
  margin-top: -8px;
}
#header.scrollBelow .search-box {
  top: 8px;
}
#header.scrollBelow .search-box .btn-submit {
  font-size: 18px;
  line-height: 34px;
  height: 34px;
}
#header.scrollBelow .search-box input {
  line-height: 34px;
  height: 34px;
}
#header.scrollBelow .nav-toggle-link {
  top: -8px;
  font-size: 25px;
}
#header.scrollBelow .nav {
  top: 7px;
}
ul.ui-autocomplete,
.ui-menu {
  z-index: 9999;
  font: normal 14px Ubuntu, Arial, Helvetica, sans-serif;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.ui-menu .ui-corner-all {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #eee;
  border: none;
  margin: 0 !important;
}
.newtag {
  z-index: 99;
  position: relative;
}
a.tax-link {
  padding: 0 5px 0 0;
}
/* =Main styles
-------------------------------------------------------------- */
#content .content-box .blog h1,
#content .content-box .store h1,
#content .content-box .blog h1 a {
  text-decoration: none;
}
#content .content-box .blog h1 a:hover {
  text-decoration: underline;
}
#content-fullwidth .content-box .box-holder {
  float: left;
  position: relative;
  margin: 0;
  width: 100%;
}
#content-fullwidth .content-box .box-c {
  width: 100%;
}
.content-box .box-c:after,
#content-fullwidth .content-box .box-c:after {
  content: "";
  display: block;
  clear: both;
}
#main > .content-box {
  position: static;
  clear: both;
}
#store-deal-section-nav {
  background-color: transparent;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
  padding: 10px;
  box-sizing: border-box;
}
#store-deal-section-nav .store-link {
  margin-left: 50px;
  text-shadow: 0 1px 0 #1F6787;
  font-weight: bold;
  padding: 10px 0;
  margin-right: 20px;
  display: none;
}
#store-deal-section-nav .section-link {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
#store-deal-section-nav.scrollBelow .section-link.active {
  color: #FFF;
  font-weight: bold;
}
#store-deal-section-nav.scrollBelow {
  background-color: rgba(40, 126, 162, 0.9);
  position: fixed;
  top: 50px;
  left: 0;
  padding: 0;
  display: block !important;
  font-size: 14px;
}
#store-deal-section-nav.scrollBelow .store-link {
  color: #FFF;
}
#store-deal-section-nav.scrollBelow .section-link {
  color: #CEE1E8;
  background-color: transparent;
  margin: 0;
  width: auto;
}
#store-deal-section-nav.scrollBelow .store-link {
  display: inline-block;
}
.read-more-content {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.read-more-content.one-liner {
  height: 90px;
}
.offset-anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.deal-section-anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.deal-section-anchor.first {
  height: 0;
  width: 0;
  margin-top: 0;
  position: absolute;
  top: -100px;
  left: -50px;
}
#breadcrumbs .matching-categories {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 11px;
}
#breadcrumbs .matching-categories > a {
  font-size: 11px;
  color: #D5F2FF;
}
/* =Content layout styles
-------------------------------------------------------------- */
.content-box {
  margin: 0 0 20px 0px;
  position: relative;
  /*box-shadow: 0 2px 5px 0px #DDDDDD;*/
}
.content-box .post-box {
  padding: 20px 25px;
}
.content-box .box-c:after {
  content: "";
  display: block;
  clear: both;
}
.content-box .head h1,
.content-box .head h2 {
  margin: 0;
  line-height: 24px;
  font-size: 1.4em;
}
.content-box h2.deal-section {
  font-size: 1.4em;
  margin: 17px 0;
  font-weight: bold;
  padding: 0;
}
.content-box h2.deal-section a {
  color: inherit;
  text-decoration: none;
}
.content-box .head h1 {
  margin-bottom: 0;
}
.head .counter,
.head .counter-red {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  top: -53px;
  right: -340px;
}
.home .head .counter,
.head .counter-red {
  top: 21px;
  right: 0;
  color: #B12E39;
}
.head .counter span {
  font-weight: bold;
}
.head .counter-red span {
  font-weight: bold;
}
.page-template-front-page-php .status-unreliable * {
  opacity: 0.9;
}
.content-box h2.archive {
  background: none;
  padding-left: 12px;
}
.content-box h2 span.coupon-count {
  float: right;
  font-size: 14px;
  color: #999999;
  margin: 0 20px 0;
}
.content-box .item {
  background: #FFF;
  margin-bottom: 20px;
  clear: both;
  padding: 0;
}
.content-box .item:hover {
  background: #F6F6F9 !important;
}
.content-box .item-frame {
  width: 45%;
  float: left;
}
.content-box .item-frame:after,
.content-box .item-actions:after {
  content: "";
  display: block;
  clear: both;
}
.content-box .item-actions {
  float: right;
  width: 20%;
  padding: 0;
  margin-left: 3%;
}
.content-box .item-actions p.time-left {
  padding-top: 20px;
  margin-bottom: 0;
}
.content-box .item-actions div.expired-coupon-info {
  margin-bottom: -10px;
}
.content-box .item-actions div.couponAndTip {
  margin-top: 20px;
}
.content-box .item-actions h5 {
  display: none;
}
#quick-search-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(222, 241, 249, 0.69);
  height: 500px;
  z-index: 100;
  padding: 50px 0;
  font-size: 60px;
}
.deals-list {
  position: relative;
}
.deals-list.loading #quick-search-loader {
  display: block;
}
.deal-quick-search {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 2px dashed #DEF1F9;
  border-bottom: 2px dashed #DEF1F9;
}
.deal-quick-search .query-input {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
.deal-quick-search .query-input input {
  margin: 0;
  border: none;
  border-bottom: 1px solid #B2DFF1;
  background-color: #FFF;
}
.deal-quick-search .toggles {
  display: inline-block;
  width: 47%;
}
.deal-quick-search .toggles input {
  vertical-align: top;
  margin-top: 3px;
}
/* coupon box */
#deal-staff-picks .coupon.item .staff-comment {
  border-top: 1px dashed #EEE;
  padding: 20px;
  margin-top: 10px;
}
#deal-staff-picks .coupon.item .store-holder {
  width: 7%;
}
#deal-staff-picks .coupon.item .item-frame {
  width: 66.999%;
}
.coupon.item .item-holder {
  line-height: 107px;
  min-height: 107px;
  padding: 0;
}
.coupon.item.even {
  background: #F6FCFF;
}
.coupon.item.no-deal-image .store-holder .store-image {
  display: none;
}
.coupon.item.no-deal-image .store-holder {
  width: 0;
  padding: 0;
  margin: 0;
}
.coupon.item.no-deal-image .item-frame {
  width: 67%;
  padding-left: 20px;
}
.coupon.item.no-deal-image .item-frame h3 {
  font-size: 1.4em;
  line-height: 1.4;
}
.coupon.item {
  position: relative;
}
.coupon.item .item-info-blocks .block {
  padding: 5px;
  border: none;
  position: absolute;
  text-align: center;
  line-height: 16px;
  height: auto;
  background-color: #A0EFA4;
  opacity: 1;
  z-index: 3000;
  font-size: 16px;
  transform: rotate(-5deg);
  left: -2px;
  border-radius: 0;
  font-weight: bold;
  z-index: 1;
  top: 0;
}
.coupon.item .redeem-area {
  float: right;
  width: 21%;
  padding-right: 20px;
  line-height: 147px;
  min-height: 147px;
}
.coupon.item .redeem-area .inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.coupon.item .redeem-btn {
  background-color: #34C740;
  z-index: 5;
  display: block;
  line-height: 41px;
  padding: 0px 10px;
  font-weight: bold;
  color: #FFF;
  box-shadow: 0 2px #2EAB38;
  text-shadow: 0 1px 0 #2EAB38;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.coupon.item .redeem-btn:hover {
  background-color: #3CD249;
  box-shadow: 0 1px #2EAB38;
  transform: translate(0, 1px);
}
.coupon.item .redeem-btn .icon {
  padding-left: 7px;
  font-size: 20px;
  vertical-align: middle;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.coupon.item .redeem-btn:hover {
  text-decoration: none;
}
.coupon.item .redeem-btn:active {
  background-color: #2CA536;
  box-shadow: 0 0 #2EAB38;
  transform: translate(0, 2px);
}
.coupon.item .redeem-btn:hover .icon {
  transform: scale(1.1);
}
.coupon.item .redeem-btn:hover .redeem-txt {
  transform: scale(1.1);
}
.coupon.item .item-info-blocks .block.new {
  background-color: #46FF7D;
  top: -2px;
  left: auto;
  right: -2px;
  padding: 7px;
  font-size: 18px;
  transform: rotate(5deg);
}
.coupon.item .item-info-blocks .block a {
  text-decoration: none;
  color: inherit;
}
.coupon.item .item-info-blocks .block a:hover {
  text-decoration: underline;
}
.coupon.item .item-info-blocks .block.save {
  font-size: 16px;
  padding: 7px;
  top: 56px;
  transform: rotate(-90deg);
  left: -91px;
  line-height: 20px;
  width: 133px;
}
.coupon.item .block.b-social {
  width: 100%;
  height: 20px;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transform: none;
  text-align: center;
  line-height: 20px;
  display: block;
  padding-top: 5px;
}
.coupon.item:hover .item-info-blocks .block.b-social {
  display: block;
}
.coupon.item .item-info-blocks .block.b-time-left {
  background-color: #E76262;
  top: -1px;
  left: -2px;
  right: auto;
  color: #FFF;
  transform: rotate(-5deg);
}
.coupon.item .item-info-blocks .block.category-sale,
.coupon.item .item-info-blocks .block.sale,
.coupon.item .item-info-blocks .block.b-tag.shipping {
  top: 5px;
  right: -2px;
  left: auto;
  background-color: #CEE1E8;
  font-size: 14px;
  transform: rotate(5deg);
}
.coupon.item .item-info-blocks .block [class^="icon icon-"] {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: inherit;
}
.couponAndTip {
  position: relative;
}
.couponAndTip .coupon-code-link {
  padding: 10px 0;
  text-align: center;
  display: block;
}
.couponAndTip .coupon-code-link i {
  margin-right: 5px;
}
.couponAndTip .coupon-code {
  border: 2px dashed #ED2939;
  color: #ED2939;
  background: #C7E3FB;
  padding: 9px 0;
  text-transform: none;
  overflow: hidden;
}
.couponAndTip .coupon-code.zeroclipboard-is-hover,
.couponAndTip .coupon-code:hover {
  background: #C7E3FB;
}
.couponAndTip .coupon-hidden {
  background: #ED2939;
}
.couponAndTip .coupon-hidden:hover,
.couponAndTip .coupon-hidden.hover,
.couponAndTip .coupon-hidden.zeroclipboard-is-hover {
  background: #1EBCE4;
}
.couponAndTip .promotion {
  background: #F45435;
}
.couponAndTip .promotion:hover,
.couponAndTip .promotion.hover,
.couponAndTip .promotion.zeroclipboard-is-hover {
  background: #F9674D;
}
.couponAndTip .printable-coupon {
  background: #6ABE59;
}
.couponAndTip .printable-coupon:hover,
.couponAndTip .printable-coupon.hover,
.couponAndTip .printable-coupon.zeroclipboard-is-hover {
  background: #7AC56B;
}
.thumbsup-vote {
  border: 1px solid #DBDBDB;
  background: #F8F8F8;
  padding: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100px;
  min-height: 87px;
  margin: 0 auto;
}
.item-panel .thumbsup-vote {
  margin-top: -20px;
}
.thumbsup-vote .results {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.thumbsup-vote .progress {
  border: 1px solid #DBDBDB;
  background: #DBDBDB;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #FFFFFF;
  display: block;
  height: 14px;
  margin: 7px 2px 4px;
  min-width: 94px;
  padding: 0;
  position: relative;
}
.progress-green span {
  background: #6ABE59;
  border: 1px solid #6ABE59;
}
.progress-red span {
  background: #F45435;
  border: 1px solid #F45435;
}
.votes-green {
  background: #6ABE59;
}
.votes-red {
  color: #F45435;
}
.progress span {
  display: block;
  height: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.progress span b {
  color: #FFFFFF;
  line-height: 11px;
  padding-left: 2px;
  font-size: 0.8em;
}
.results {
  margin: 5px 0 2px;
  float: left;
}
.results .progress-holder {
  width: 100px;
  float: left;
}
.results .progress-holder .votes-raw {
  display: block;
  float: left;
  width: 30px;
  margin: 0 0 0 4px;
  text-align: left;
}
.results .progress-holder .progress {
  float: right;
  min-width: 60px;
  height: 12px;
  margin: 2px 2px 0;
}
.results .progress-holder .progress span {
  height: 10px;
}
.content-box .item .image .frame {
  overflow: hidden;
  width: 113px;
  padding: 2px 0 2px 3px;
}
.content-box .item img {
  display: block;
}
.content-box .store-holder {
  float: left;
  width: 28%;
  margin-right: 3%;
  margin-bottom: 20px;
  min-height: 150px;
}
.content-box .store-image {
  max-width: 180px;
  width: auto;
  max-height: 110px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 20px 0;
}
#content .content-box .store-image img {
  border: medium none;
  padding: 0;
  max-width: 100%;
}
.content-box .store-name {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.content-box .store-name a {
  color: inherit;
  text-decoration: underline;
}
.content-box .store-name a:hover {
  text-decoration: none;
}
.content-box .store .image {
  width: 116px;
  margin: 0 18px 0 0;
  float: left;
}
.content-box .store .thumb-wrap {
  float: left;
  width: 180px;
  border: 1px solid #D2D2D2;
  margin-right: 18px;
  height: 110px;
}
.content-box .store .info {
  width: 66%;
  float: left;
}
.content-box .store .image .frame {
  overflow: hidden;
  width: 113px;
  padding: 2px 0 2px 3px;
}
.content-box .store img {
  display: block;
}
.item-panel {
  position: relative;
}
.post .taxonomy {
  padding-left: 0;
  max-width: 472px;
}
.coupon-main h5 {
  margin: 4px 15px 0 0;
  font: 20px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: inline;
  float: left;
}
.content-box .item .text-box {
  min-height: 30px;
  padding: 10px 15px;
  line-height: 16px;
}
.content-box .item .text-box a.more {
  font-size: 11px;
}
.content-box .item .text-box p {
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.content-box .item .text-box p.desc {
  padding: 0;
  line-height: 16px;
}
.text-holder .taxonomy {
  font-size: 12px;
  padding: 5px 5px 5px 15px;
}
div.store-info {
  height: 24px;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 8px;
}
div.store-info a {
  color: inherit;
  text-decoration: underline;
}
div.store-info a:hover {
  text-decoration: none;
}
div.store-info i {
  margin-right: 10px;
  font-size: 18px;
}
.store-lr {
  display: inline-block;
  font-size: 40px;
  width: 67px;
  line-height: 67px;
  text-align: center;
}
.store-lr > .icon {
  font-size: 24px;
  display: inline-block;
  float: left;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.store-lr > a {
  display: block;
}
.taxonomy span.store a {
  padding-left: 23px;
}
.taxonomy span.folder a {
  padding-left: 28px;
}
.content-box p.category,
.content-box p.tag {
  font-weight: bold;
}
.content-box p.category a,
.content-box p.tag a {
  color: #555655;
  font-weight: normal;
  text-decoration: none;
}
.content-box p.category a:hover,
.content-box p.tag a:hover {
  text-decoration: underline;
}
.content-box div.calendar {
  float: right;
}
.content-box div.calendar ul {
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
}
.content-box div.calendar ul li {
  list-style: none outside none;
  height: 16px;
  line-height: 20px;
  padding-left: 20px;
}
p.stats {
  float: right;
  font-size: 11px;
  color: #9C9DA9;
  margin: 5px -125px 0 0;
}
.coupon-main {
  float: left;
  margin: 0 0 0 20px;
  width: 300px;
  position: relative;
}
.content-box .item-footer {
  width: 75%;
  clear: left;
  margin-top: 20px;
}
p.link-popup {
  padding: 0;
  position: absolute;
  top: -53px;
  font-size: 11px;
  display: none;
  z-index: 20;
  left: 50%;
  padding-bottom: 9px;
  color: #fff;
  line-height: 18px;
  min-width: 150px;
  margin-left: -75px;
  opacity: 0;
  margin-top: -20px;
}
p.link-popup .link-popup-arrow {
  border-top: 9px solid #34495E;
  border-bottom: medium none;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  bottom: 0;
  margin-left: -9px;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0;
  display: block;
}
p.link-popup span.link-popup-inner {
  width: auto;
  max-width: 100%;
  background: #34495E;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  display: block;
}
.link-bar .link {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  color: #07609e;
  font-weight: bold;
  padding: 0 12px 0 0;
}
.content-box ul.social {
  margin: 0px auto;
  padding: 1px;
  list-style: none;
  margin-bottom: 0;
}
.content-box ul.social:after {
  content: "";
  display: block;
  clear: both;
}
.content-box ul.social li {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  list-style-type: none;
  line-height: 17px;
}
.content-box ul.social li:last-child,
.content-box ul.inner-social li:last-child {
  margin-right: 0;
}
.content-box ul.social li i,
.comments-list p.links i {
  margin-right: 5px;
  font-size: 16px;
}
.content-box ul.social li a,
.comments-list p.links a {
  color: inherit;
  text-decoration: underline;
}
.content-box ul.social li a:hover,
.comments-list p.links a:hover {
  text-decoration: none;
}
.content-box ul.social li.report {
  float: right;
  margin: 0;
}
.content-box .reports_wrapper,
.content-box .reports_report_link {
  color: inherit;
}
.content-box .reports_report_link:before {
  content: "\f024";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
}
.content-box .reports_form,
.content-box .reports_message {
  padding: 6px;
  background: #EDEFF1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: medium none;
}
.content-box .reports_form table {
  margin: 0;
}
.content-box .email-wrap {
  width: 446px;
}
/* =Social dropdown styles
-------------------------------------------------------------- */
.content-box ul.social .drop {
  position: absolute;
  left: -20px;
  top: 15px;
  display: none;
  padding: 8px 5px 5px;
  margin-top: 3px;
  z-index: 999;
}
.content-box ul.social .drop-arrow {
  border-bottom: 9px solid #EDEFF1;
  border-top: medium none;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  top: 0;
  margin-left: -9px;
  left: 26px;
  position: absolute;
  height: 0;
  width: 0;
  display: block;
}
.content-box ul.social .drop-c {
  width: auto;
  max-width: 100%;
  background: #EDEFF1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 15px;
  text-align: center;
  display: block;
}
.content-box ul.social .drop-c:after {
  content: "";
  display: block;
  clear: both;
}
.content-box ul.social .drop ul {
  float: left;
  margin: 0;
  list-style: none;
  width: 195px;
  position: relative;
  border: none;
  padding: 0;
}
/* =Vote up/down buttons styles
-------------------------------------------------------------- */
.thumbsup-badge {
  width: 82px;
  height: 80px;
  float: left;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.badge-green {
  background: #6ABE59;
}
.badge-orange {
  background: #FFA851;
}
.badge-red {
  background: #F45435;
}
.stripe-badge-green {
  background: #6ABE59;
}
.stripe-badge-red {
  background: #F45435;
}
.stripe-badge-orange {
  background: #FFA851;
}
.thumbsup-badge .percent {
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 110%;
}
.thumbsup-badge .success {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.thumbsup-stripe-badge {
  display: block;
  height: 28px;
  width: 106px;
  margin: 0 -3px;
}
.thumbsup-stripe-badge .percent {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  line-height: 28px;
}
.stripe-badge .success {
  color: #666666;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.thumbsup-vote .frame {
  width: 100px;
}
.thumbsup-vote span.text {
  color: #555655;
  line-height: 16px;
  margin: 7px 2px;
  display: block;
  text-align: center;
}
.thumbsup-vote span.vote {
  color: #666666;
  width: 35%;
  margin: 5px 0 0;
  padding: 5px 0;
  display: inline-block;
}
.thumbsup-vote span.vote span {
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: #fff;
  padding: 4px;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.thumbsup-vote span.vote span:before {
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
}
.thumbsup-vote span.thumbsup-up {
  text-align: right;
  margin-left: 21px;
}
.thumbsup-vote span.thumbsup-up span.thumbsup {
  background: #6ABE59;
}
.thumbsup-vote span.thumbsup-up span.thumbsup:hover {
  cursor: pointer;
  background: #7AC56B;
}
.thumbsup-vote span.thumbsup-up span.thumbsup:before {
  content: "\f164";
}
.thumbsup-vote span.thumbsup-down {
  text-align: left;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown {
  background: #F45435;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:hover {
  cursor: pointer;
  background: #F9674D;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:before {
  content: "\f165";
}
/* =Tables
-------------------------------------------------------------- */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-bottom: 18px;
}
table,
td,
th {
  vertical-align: middle;
}
th {
  color: #666;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px;
}
td {
  color: #666;
  padding: 10px;
}
tfoot td {
  border: 0;
}
th,
tr:hover {
  background-color: #f5f5f5;
}
.tblwide {
  width: 100%;
  border-collapse: collapse;
}
.tblwide thead tr th {
  background: #e5e5e5;
  padding: 7px 0;
}
.tblwide tbody tr td {
  border-bottom: 1px solid #CDCDCD;
  vertical-align: middle;
  padding: 7px 5px;
}
tr .even:hover {
  background-color: #f4f4f4 !important;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.meta {
  font-size: 12px;
}
.tblwide h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
/* =Pagnation styles
-------------------------------------------------------------- */
.paging {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.content-box .paging .pages {
  text-align: center;
}
.content-box .paging .pages span.total {
  padding: 0 10px 0 3px;
  display: none;
}
.content-box .paging .pages span.prevPage a,
.content-box .paging .pages span.nextPage a,
.content-box .paging .pages a.page-numbers {
  padding: 10px;
  background-color: #FFF;
  margin: 0 3px;
  text-decoration: none;
  border: none;
  min-width: 20px;
  display: inline-block;
  transition: all 0.15s;
}
.content-box .paging .pages a.page-numbers:hover {
  background-color: #76BCDA;
  color: #FFF;
}
.content-box .paging .pages span.current {
  padding: 10px;
  margin: 0 3px;
  background: #ED2939;
  color: #fff;
  min-width: 20px;
  display: inline-block;
}
.content-box .blog {
  background: #FFFFFF;
  border: none;
  margin-bottom: 20px;
  clear: both;
  padding: 20px;
}
#content .content-box .blog h1,
#content .content-box .store h1,
#content-fullwidth .content-box .blog h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 10px;
}
.store .desc {
  line-height: 16px;
  margin: 0 0 5px;
}
div.desc {
  display: inline-block;
  padding-bottom: 5px;
}
.store .store-url {
  font-size: 11px;
  margin: 0 0 5px;
}
.store .store-url a:hover {
  text-decoration: none;
}
.blog .content-bar {
  overflow: hidden;
  height: 1%;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 -20px 20px;
  background: #f8f8f8;
}
.blog .content-bar:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
* html .blog .content-bar {
  margin: 0 -30px 0 -18px;
  width: 620px;
}
.blog .content-bar i.icon-folder-open {
  margin-left: 20px;
}
.blog .content-bar .posted {
  float: right;
}
* html .blog .content-bar .posted {
  margin: 2px 24px 0 0;
}
.blog .content-bar .posted a {
  color: #146caa;
  font-weight: bold;
}
.blog .language-toggle {
  width: 140px;
  padding: 4px 7px;
  border: 1px solid rgba(43, 173, 227, 0.99);
  overflow: hidden;
  margin-bottom: 10px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: #FFF;
}
.blog .language-toggle > a {
  display: none;
}
.blog .language-toggle:hover > a,
.blog .language-toggle > a.active {
  display: block;
}
p.meta {
  float: left;
  padding: 1px 0 2px 0;
  text-transform: none;
}
p.meta a {
  padding: 0 0 2px 0;
  text-transform: uppercase;
}
.store {
  -moz-box-shadow: 0 3px 0 -1px #CBD8D8;
  -webkit-box-shadow: 0 3px 0 -1px #CBD8D8;
  box-shadow: 0 3px 0 -1px #CBD8D8;
  background: #FFFFFF;
  border: none;
  margin-bottom: 20px;
  clear: both;
  padding: 20px;
}
.head-box {
  height: 1%;
  margin: 10px 0;
  padding: 0;
}
.head-box .thumbsup-vote {
  margin-right: 0;
}
div.adsense {
  padding: 10px 25px 20px;
}
div.facebook-wrap {
  margin: -8px 0 -20px 4px;
}
.fan_box .connections_grid .grid_item {
  padding: 0 10px 8px 3px;
  background-color: #666;
}
.blog .text-box {
  height: 1%;
  color: #555655;
  padding: 20px 0;
  font-size: 13px;
}
.blog .text-box-form {
  height: 1%;
  color: #555655;
  padding: 20px 0 10px 0;
}
#content .blog .tblwide tbody tr td img {
  border: none;
  background: none;
  padding: 0;
}
#content .blog img {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D3D3D3;
  display: inline-block;
  overflow: hidden;
  padding: 4px;
  max-width: 95%;
  height: auto !important;
}
#content .blog .text-box .image,
#content-fullwidth .blog .text-box .image {
  float: left;
  margin: 6px 15px 0 0;
  width: auto;
}
#content .blog .text-box .image img,
#content-fullwidth .blog .text-box .image img {
  display: block;
}
#content .blog .text-box .text-holder,
#content-fullwidth .blog .text-box .text-holder {
  padding: 0 0 24px;
}
.blog .text-box p {
  margin: 0 0 18px;
  line-height: 23px;
}
.blog .text-box p.edit {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
}
#content .blog .text-box p span,
#content-fullwidth .blog .text-box p span {
  color: #677781;
}
p.desc,
p.expires,
p.store {
  padding-bottom: 5px;
}
#content .text-footer {
  position: relative;
  padding: 10px 20px;
  margin: 0 -20px 20px;
  background: #f8f8f8;
}
#content .tags {
  float: left;
  line-height: 16px;
}
#content .tags a {
  color: inherit;
}
#content .stats {
  float: right;
  line-height: 17px;
}
.blog .user-bar {
  overflow: hidden;
  height: 1%;
}
/* =Store & coupon category page template styles
-------------------------------------------------------------- */
.content-box h2.stores,
.content-box h2.categories {
  border-bottom: 1px solid #EBEBEB;
}
.content-box ul.stores,
.content-box ul.categories {
  margin: 15px 10px 30px !important;
  padding: 0;
  overflow: hidden;
}
.content-box ul.stores li,
.content-box ul.categories li {
  float: left;
  list-style: none outside none;
  padding: 0 15px 0 0;
  width: 155px;
}
.content-box ul.stores li:before,
.content-box ul.categories li:before {
  content: "\f0f7";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 0 5px;
  font-size: 14px;
}
.content-box ul.categories li:before {
  content: "\f07c";
}
/**
 * Comments section
 */
.store-comments .list .comment {
  margin-top: 20px;
}
.store-comments .list .comment .author-bar .created {
  padding-left: 10px;
  color: #36B0E3;
}
.store-comments .list .comment .author-bar .author {
  font-weight: bold;
}
.store-comments .list .comment .author-bar {
  background-color: #EEF6F9;
  padding: 10px 20px;
}
.store-comments .list .comment .text {
  padding: 20px;
  background-color: #FFF;
}
.store-comments .new-comment {
  padding: 20px;
  margin: 20px 0;
  background-color: #FFF;
}
.store-comments .new-comment .title {
  padding-bottom: 10px;
  font-size: 18px;
}
.store-comments .new-comment input,
.store-comments .new-comment textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
}
.store-comments .new-comment textarea {
  height: 100px;
}
.store-comments .new-comment label {
  display: block;
  line-height: 34px;
}
.store-comments .new-comment .submit-btn {
  border: none;
  outline: none;
  margin-top: 10px;
  background-color: #ED2939;
  color: #FFF;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}
.store-comments .new-comment .submit-btn:hover {
  background-color: #189ABB;
}
/* =Registration & error styles
-------------------------------------------------------------- */
.content-box ul.errors {
  margin: 0;
  padding: 0;
}
ul.errors li {
  color: #AA4433;
  list-style: none outside none;
}
p.success {
  background: #FFFFE0;
  border: 1px solid #E6DB55;
  color: #896F44;
  margin: 0 0 20px !important;
  padding: 12px;
}
.box-yellow {
  background-color: #FFFFCC;
  border: 1px solid #D8D2A9;
  margin-bottom: 10px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px;
}
.box-red,
.error {
  background-color: #FFEBE8;
  border: 1px solid #CC0000;
  margin-bottom: 10px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px;
}
li#new-store-name,
li#new-store-url,
li#ctype-coupon-code,
li#ctype-printable-coupon {
  display: none;
}
input.invalid,
textarea.invalid,
select.invalid {
  border-color: #C13C2C !important;
}
div.invalid {
  color: #C13C2C;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 160px;
}
#respond textarea.commentbox {
  width: 100%;
  height: 160px;
}
.post-box textarea#coupon,
.post-box textarea#description,
li.description textarea {
  width: 100%;
  max-width: 410px;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #AEC2C2;
  font-size: 14px;
  font-family: Ubuntu, Arial, Verdana, sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 8px 12px;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F4F4F4;
  max-width: 90%;
}
li.description textarea.wp-editor-area {
  background: none;
  width: 100%;
  height: auto;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
}
li.description .wp_themeSkin iframe {
  border: 1px solid #AEC2C2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.commentForm fieldset ol,
form.post-form fieldset ol {
  padding: 10px 0 0 80px;
}
/* =Button styles
-------------------------------------------------------------- */
button.submit {
  float: right;
}
button.coupon {
  float: right;
}
button.reg,
button.forgot,
button.login {
  float: right;
}
button.edit {
  float: right;
  margin: 10px 45px 10px 10px;
}
button.profile {
  margin: 10px 10px 10px 165px;
}
.reports_submit {
  min-width: 79px;
  cursor: pointer;
  text-align: center;
}
/* =Content box styles
-------------------------------------------------------------- */
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  line-height: 1.5em;
  margin: 0 0 .5em;
}
.content-box ul {
  margin-bottom: 1.5em;
  padding: 0 0 0 30px;
}
.content-box ul ul {
  margin: 0;
}
.content-box ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 23px;
}
.content-box ul ul li {
  list-style-type: circle;
  line-height: 23px;
}
.content-box ol {
  margin-bottom: 1.5em;
  padding: 0 0 0 30px;
}
.content-box ol ol {
  margin: 0;
}
.content-box ol li {
  list-style-type: decimal;
  line-height: 23px;
}
.content-box ol li ol li {
  list-style-type: lower-latin;
  line-height: 23px;
}
.content-box blockquote {
  position: relative;
  color: #444;
  padding: 10px 20px 10px 50px;
}
.content-box blockquote:before {
  content: "\f10d";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 0 5px;
  font-size: 30px;
  position: absolute;
  left: 5px;
  top: 20px;
}
.content-box blockquote p {
  font-style: italic;
}
.content-box pre,
.content-box code {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: inherit;
  margin-bottom: 22px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: none repeat scroll 0 0 #F0F0F0;
  color: #000000;
  padding: 3px 5px;
}
.content-box pre {
  border: 1px solid #DADADA;
  line-height: 1.3em;
  overflow: auto;
  padding: 11px;
}
#content img {
  height: auto;
  max-width: 100%;
}
#content .attachment img {
  max-width: 100%;
}
#content .attachment .next-prev {
  text-align: center;
}
#content img.attachment-post-thumbnail {
  display: inline;
  float: left;
  margin: 8px 15px 8px 0;
}
#content .alignnone,
#content img.alignnone {
  display: block;
  clear: both;
  margin: 8px 15px 12px 0;
}
#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 8px;
}
#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 8px;
}
#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px;
}
#content .wp-caption {
  background: #f1f1f1;
  border: 1px solid #ddd;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#content .wp-caption img {
  margin: 0;
}
#content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 5px;
  line-height: 14px;
}
#content img.wp-smiley {
  margin: 0;
  border: 0;
}
#content .gallery {
  position: relative;
  height: 1%;
  padding: 5px 0 10px;
}
#content .gallery .gallery-item {
  float: left;
  text-align: center;
  width: 33%;
  padding: 10px 0;
}
#content .gallery img {
  border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
#content .gallery dl {
  margin: 0;
}
#content .gallery img {
  border: 1px solid #ddd;
}
#content .gallery a:hover img {
  opacity: 0.7;
}
#content .gallery br + br {
  display: none;
}
#content .attachment img {
  display: block;
  margin: 0 auto;
}
.about-store-box {
  width: 100%;
  min-height: 200px;
  padding: 20px;
  background-color: #FFF;
  margin-top: 20px;
  box-sizing: border-box;
}
.about-store-box > .info-bar {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  color: #A2B1B7;
}
.about-store-box > .description {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
}
.about-store-box > .description .read-more-content.one-liner {
  margin-bottom: 0;
}
.about-store-box > .info-bar .review-score,
.about-store-box > .info-bar .info-item {
  display: inline-block;
  padding-right: 20px;
}
.about-store-box > .info-bar .review-score .review-star-display .icon {
  cursor: pointer;
}
.about-store-box > .info-bar .review-score .review-star-display {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  color: #34C740;
  cursor: default;
}
.about-store-box > .info-bar .review-score {
  position: relative;
}
.about-store-box > .info-bar .review-score .submitted-msg {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 11px;
}
.about-store-box .review-star-display > .value {
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
}
.about-store-box > .nav-bar {
  float: left;
  width: 100%;
  padding: 10px 0px 0 20px;
  box-sizing: border-box;
  border-top: 1px dashed #DEF1F9;
  margin-top: 10px;
}
.about-store-box > .nav-bar > li {
  display: inline-block;
  padding: 0 20px 5px 0;
  border-right: none;
  vertical-align: top;
  overflow: visible;
  line-height: 20px;
  height: 20px;
  position: relative;
  font-size: 12px;
  width: 30%;
}
.about-store-box > .nav-bar > li.dropdown > a .icon {
  padding-left: 10px;
}
.about-store-box > .nav-bar > li.dropdown .dropdown-content {
  position: absolute;
  top: 20px;
  left: -2px;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  width: 400px;
  z-index: 10;
  background-color: #FFFFFF;
  border: 2px solid #DEF1F9;
}
.about-store-box > .nav-bar > li.dropdown:hover .dropdown-content {
  display: block !important;
}
.about-store-box .logo {
  float: left;
  width: 20%;
  height: 184px;
  line-height: 184px;
  text-align: center;
  border: 2px solid #DEF1F9;
  box-sizing: border-box;
  display: block;
}
.about-store-box .logo > img {
  max-width: 100%;
  vertical-align: middle;
}
.about-store-box .title {
  float: left;
  padding: 0 20px;
  width: 80%;
  box-sizing: border-box;
  clear: none;
  line-height: 1.2em;
}
.about-store-box .desc {
  float: left;
  width: 80%;
  padding-left: 20px;
  height: 120px;
  box-sizing: border-box;
}
/* =Sidebar styles
-------------------------------------------------------------- */
* html #sidebar {
  margin: 4px 21px 0 -21px;
}
* html .inner #sidebar {
  margin: 4px 34px 0 -34px;
}
#sidebar .share-box img {
  display: none;
}
#sidebar .share-box {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 20px 0px;
  padding: 14px;
  text-decoration: none;
  background: #ED2939;
  color: #fff;
  -moz-box-shadow: 0 3px 0 -1px #CBD8D8;
  -webkit-box-shadow: 0 3px 0 -1px #CBD8D8;
  -khtml-box-shadow: 0 3px 0 -1px #CBD8D8;
  box-shadow: 0 3px 0 -1px #CBD8D8;
  border: none;
}
#sidebar .share-box span.lgheading {
  margin: 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: block;
}
#sidebar .share-box span.smheading {
  margin: 2px 0 0;
  opacity: 0.9;
  font-weight: normal;
  display: block;
}
#sidebar .subscribe-box {
  margin: 0 0 18px;
}
#sidebar .subscribe-box .subscribe-c:after {
  content: "";
  display: block;
  clear: both;
}
#sidebar .subscribe-box .subscribe-holder {
  margin: 0px;
  padding: 5px 15px;
  position: relative;
  max-width: 220px;
}
#sidebar .subscribe-box .text-box {
  overflow: hidden;
  height: 1%;
  padding: 0 0 0 0;
}
#sidebar .subscribe-box p,
#footer .panel .subscribe-box p {
  font-size: 12px;
  line-height: 13px;
  color: #7a7a7a;
  margin: 10px 0;
  text-align: center;
}
#sidebar .subscribe-form {
  padding: 0 0 0 0px;
}
#footer .panel .subscribe-form fieldset {
  max-width: 100%;
  width: auto;
}
.blog .subscribe-box .text-box {
  padding: 0 0 20px;
}
#sidebar .subscribe-form .text,
#footer .panel .subscribe-form .text {
  padding: 0;
}
#sidebar .subscribe-form .text input,
#footer .panel .subscribe-form .text input {
  width: 188px;
  font-size: 11px;
  line-height: normal;
  padding: 6px 8px;
}
#footer .panel .subscribe-form .text input {
  width: 235px;
}
#sidebar .subscribe-form .row,
#footer .panel .subscribe-form .row {
  overflow: hidden;
  height: 1%;
}
#sidebar .box {
  width: 277px;
  position: relative;
  margin: 0 0 20px 2px;
  overflow: hidden;
}
#sidebar .sidebox .cut {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 74px;
  height: 74px;
  z-index: 999;
}
#sidebar .box .box-c:after {
  content: "";
  display: block;
  clear: both;
}
#sidebar .box .box-holder {
  float: left;
  width: 277px;
  margin: -84px 0 0;
  position: relative;
}
#sidebar .box h3,
#sidebar .block h3 {
  margin: 0 0 21px;
  padding: 0 0 0 23px;
  color: #666666;
}
#sidebar .box .list,
#sidebar .widget_twitter ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #898989;
  overflow: hidden;
}
#sidebar .list li,
#sidebar .coupon-ticker .list li,
#sidebar .coupon-cats-widget li,
#sidebar .widget_twitter ul li {
  border-bottom: 1px dashed #dbdbdb;
  padding: 10px 10px 10px 28px;
  margin: 1px 0 -1px;
  font-size: 12px;
  text-indent: -12px;
}
#sidebar .list li:last-of-type,
#sidebar .coupon-ticker .list li:last-of-type,
#sidebar .coupon-cats-widget li:last-of-type,
#sidebar .widget_twitter ul li:last-of-type {
  border-bottom: none;
}
#sidebar .store-widget .list li {
  border-bottom: 1px dashed #dbdbdb;
  margin: 1px 0 -1px;
  font-size: 11px;
}
#sidebar .coupon-cats-widget .list li {
  border-bottom: 1px dashed #dbdbdb;
  margin: 1px 0 -1px;
  font-size: 11px;
}
#sidebar .list li:before,
#sidebar .widget_twitter ul li:before {
  content: "\f002";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 0 5px;
  font-size: 14px;
  width: 1px;
}
#sidebar .widget_twitter ul li:before {
  content: "\f099";
}
#sidebar .coupon-searches-widget .list li:before {
  content: "\f002";
}
#sidebar .store-widget .list li:before {
  content: "\f0f7";
}
#sidebar .coupon-ticker .list li:before {
  content: "\f02e";
}
#sidebar .coupon-cats-widget .list li:before {
  content: "\f07c";
}
#sidebar .box .list li p,
#sidebar .sidebox .list li p {
  font-size: 11px;
  color: #95928D;
}
#sidebar .coupon-ticker,
#sidebar .store-widget,
#sidebar .coupon-searches-widget,
#sidebar .coupon-cats-widget {
  margin-left: 0;
}
#sidebar .box .list li:hover,
#sidebar .sidebox .list li:hover,
ul.jta-tweet-list li:hover {
  background-color: #F9F9F9;
}
#sidebar .box .list li a:hover,
#sidebar .sidebox .list li a:hover {
  text-decoration: underline;
}
#sidebar .box .list li a,
#sidebar .sidebox .list li a {
  text-decoration: none;
  font-size: 13px;
}
#sidebar .box .categories-list {
  margin: 0;
  padding: 0 46px 0 19px;
  list-style: none;
  overflow: hidden;
}
#sidebar .box .categories-list li {
  border-bottom: 1px dashed #dbdbdb;
  padding: 4px 0 8px;
  margin: 1px 0 -1px;
  overflow: hidden;
  height: 1%;
}
#sidebar .box .categories-list img {
  float: left;
  margin: 0 17px 0 0;
}
#sidebar .box .categories-list .text-holder {
  overflow: hidden;
  height: 1%;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
}
#sidebar .box .categories-list .text-holder p {
  margin: 0;
}
#sidebar .box .categories-list .text-holder a {
  font-size: 16px;
  line-height: 18px;
}
#sidebar .box .ads-bar {
  overflow: hidden;
  height: 1%;
  padding: 7px 0 0 14px;
}
#sidebar .box .ads-bar .ads {
  float: left;
  margin: 0 5px 7px 0;
}
#sidebar .box .ads-bar img {
  display: block;
}
#sidebar .block {
  width: 265px;
  margin: 0 0 18px;
}
#sidebar .block-c {
  width: 265px;
}
#sidebar .block-c:after {
  content: "";
  display: block;
  clear: both;
}
#sidebar .block .block-holder {
  float: left;
  width: 265px;
  position: relative;
  margin: -102px 0 0;
  padding: 0 0 32px;
}
#sidebar .blog-tabs .tabset {
  list-style: none;
  font-size: 11px;
  line-height: 13px;
  padding: 0;
}
#sidebar .blog-tabs .tabset:after {
  content: "";
  display: block;
  clear: both;
}
#sidebar .blog-tabs .tabset li {
  background: none;
  float: left;
  padding: 0 0 5px;
  position: relative;
  margin: 0 5px;
}
#sidebar .blog-tabs .tabset li:before {
  display: none;
}
#sidebar .blog-tabs .tabset li a {
  float: left;
  color: #a19f9f;
}
#sidebar .blog-tabs .tabset li .bullet {
  position: absolute;
  width: 19px;
  height: 14px;
  visibility: hidden;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -10px;
}
#sidebar .blog-tabs .tabset li .bullet:before {
  content: "\f0d7";
  display: block;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 24px;
  color: #EFEFEF;
  height: 15px;
  cursor: pointer;
}
* html #sidebar .blog-tabs .tabset li .bullet {
  bottom: -22px;
}
#sidebar .blog-tabs .tabset .active .bullet {
  visibility: visible;
}
#sidebar .blog-tabs .tabset li a span {
  float: left;
  cursor: pointer;
  padding: 3px 5px 5px;
}
#sidebar .blog-tabs .tabset .active a {
  font-weight: bold;
}
#sidebar .blog-tabs .tabset .active a:hover {
  text-decoration: none;
}
#sidebar .blog-tabs .tabset .active a span {
  background: #EFEFEF;
  border-radius: 5px;
}
#sidebar .blog-tabs .tab-content {
  display: none;
}
#sidebar .blog-tabs .image {
  width: 41px;
  float: left;
  margin: -3px 8px 0 0;
}
#sidebar .block .list {
  margin: 0;
  padding: 24px 40px 0 18px;
  list-style: none;
  font-size: 10px;
  line-height: 12px;
  color: #333;
  overflow: hidden;
}
#sidebar .block .list li {
  overflow: hidden;
  height: 1%;
  padding: 11px 0 7px;
  margin: 1px 0 -1px;
}
#sidebar .block .list .image {
  width: 41px;
  float: left;
  margin: -3px 8px 0 0;
}
#sidebar .block .list a {
  font-size: 12px;
  line-height: 14px;
  color: #0362a4;
}
#sidebar .block .list p {
  margin: 0;
}
#sidebar .about-box {
  font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #555;
  margin: -3px 0 0;
  padding: 0 0 0 12px;
}
#sidebar .about-box h3 {
  padding: 0 0 0 23px;
  margin: 0 0 31px 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #575757;
  position: relative;
}
#sidebar .about-box .text-holder {
  overflow: hidden;
  height: 1%;
  font-size: 11px;
  line-height: 18px;
  color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#sidebar .about-box .image {
  width: 65px;
  float: left;
  margin: 2px 2px 0 0;
  display: inline;
}
#sidebar .about-box .image img {
  display: block;
}
#sidebar .about-box strong {
  display: block;
}
#sidebar .about-box strong a {
  color: #014f86;
}
#sidebar .about-box .text-box {
  margin: 0 0 -13px;
  padding: 10px 13px 0 7px;
  overflow: hidden;
  width: 233px;
}
#sidebar .store-widget-slider,
#footer .panel .store-widget-slider {
  padding: 0 4px;
  overflow: hidden;
}
#sidebar .widget-featured-stores .list,
#footer .panel .widget-featured-stores .list {
  padding: 0;
  margin-top: -2px !important;
}
#sidebar .widget-featured-stores .list li,
#footer .panel .widget-featured-stores .list li {
  background: none;
  padding: 10px 0;
}
#sidebar .widget-featured-stores .list li:before {
  content: "";
  display: inline;
}
#sidebar .widget-featured-stores .list li a,
#footer .panel .widget-featured-stores .list li a {
  display: block;
  font-weight: bold;
  height: 138px;
  text-align: center;
}
#sidebar .widget-featured-stores .list li a img,
#footer .panel .widget-featured-stores .list li a img {
  max-height: 110px;
  width: 160px;
  display: block;
  margin: 0 auto;
  border: 1px solid #D2D2D2;
  background: #fff;
  margin-bottom: 5px;
}
#sidebar .widget-featured-stores .list li a span,
#footer .panel .widget-featured-stores .list li a span {
  display: block;
  text-align: center;
}
/* =Widgets styles
-------------------------------------------------------------- */
ul.widgets li.widget {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #FFFFFF;
  color: #777777;
  float: left;
  font-size: 0.8em;
  list-style: none outside none !important;
  margin: 0;
  padding: 30px 0 10px;
  width: 260px;
}
#sidebar h2.widget_title {
  font-size: 17px;
  margin-bottom: 0;
}
#sidebar .widget h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #575757;
}
#sidebar .widget {
  margin: -2px 0 0;
  padding: 0 0 143px 21px;
}
ul.widgets li.widget .widget_content {
  overflow: hidden;
  padding: 0;
}
#sidebar .widget .textwidget {
  padding: 10px 0 !important;
  font-size: 12px;
  line-height: 1.54em;
}
#sidebar .textwidget p {
  margin: 0 0 10px;
}
.sidebox {
  position: relative;
  border: none;
  margin: 0 0 20px;
  background-color: #fff;
}
#sidebar .sidebox.widget_text {
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: none;
  background: none;
}
#sidebar .sidebox.widget_text .sidebox-content {
  padding: 10px;
}
#sidebar .sidebox.widget_text .sidebox-heading,
#sidebar .sidebox.widget_text .textwidget {
  padding: 0;
  border: none;
}
#sidebar .sidebox.widget_text > br {
  display: none;
}
.sidebox-content {
  margin: 0;
  background: #FFF;
}
.sidebox-content .textwidget,
.sidebox-content #calendar_wrap,
.sidebox-content .search-box,
.sidebox-content .tagcloud {
  margin: 0;
  padding: 5px 10px;
}
.sidebox .sidebox-heading {
  margin: 0;
  padding: 20px;
  background-color: #FFF;
  border-bottom: 3px dashed #DEF1F9;
}
.sidebox .sidebox-heading.green {
  background-color: #6BEC85;
  border-bottom-color: #FFF;
}
.sidebox .sidebox-heading h2,
.sidebox .sidebox-heading h2 a.rsswidget {
  font-size: 16px;
  color: #B12E39;
  text-decoration: none;
  margin: 0;
  font-weight: bold;
}
.sidebox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebox ul li {
  padding: 4px 10px 4px 5px;
  word-break: break-all;
}
.sidebox ul li:before {
  content: "\f105";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 0 0;
  font-size: 14px;
}
.sidebox ul li ul {
  list-style: none;
  margin: 5px 0 -2px;
  padding: 0;
}
.sidebox ul li ul li {
  padding: 4px 0;
}
div.banners {
  padding: 15px 18px;
}
div.banners img {
  padding: 2px;
}
div.error {
  font-size: 12px;
  color: #AA4433;
  border: 1px solid #CC0000;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFEBE8;
  margin: 0 0 15px;
  padding: 5px 15px;
}
div.success {
  font-size: 12px;
  color: #896F44;
  border: 1px solid #E6DB55;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFE0;
  margin: 0 0 15px;
  padding: 5px 15px;
}
#content .reports_message img {
  display: inline;
}
.sidebox .search-box {
  margin: 0px;
}
.sidebox .newtag {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #696969;
  font-size: 14px;
  width: 215px;
}
.sidebox .text {
  margin: 0;
  padding: 6px 5px;
  font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sidebox ul li.couponLive:before,
.sidebox ul li.couponPending:before,
.sidebox ul li.couponOffline:before,
.sidebox ul li.couponTotal:before {
  content: "\f02e";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}
.sidebox ul li.couponLive:before {
  color: #33CC33;
}
.sidebox ul li.couponPending:before {
  color: #FF9900;
}
.sidebox ul li.couponOffline:before {
  color: #666;
}
.sidebox ul li.couponTotal:before {
  color: #ED2939;
}
div#tweetFeed {
  padding: 0 4px;
}
ul.jta-tweet-list {
  padding: 0;
}
li.jta-tweet-list-item {
  background: none;
}
ul.jta-tweet-list li {
  background: none;
  margin: 0 -2px;
  padding: 8px 10px;
}
.jta-tweet-list-controls-button,
.jta-tweet-list-autorefresh-trigger {
  -moz-border-radius: 5px 5px 5px 5px;
  border: 2px solid #61513D;
  color: #61513D;
}
span.jta-tweet-attributes {
  line-height: 14px;
}
span.jta-tweet-attributes a:link {
  color: #999999;
  line-height: 14px;
}
.couponList {
  width: 100%;
}
.couponList th {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0;
  background: #e5e5e5;
}
.couponList th,
.couponList td {
  font-size: 12px;
}
.couponList td {
  border-bottom: 1px solid #EEE;
}
.couponList td.last {
  border: 0;
}
.couponList td:hover.last {
  background-color: #FFF;
}
.couponList .col1 {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.page-template-tpl-user-orders-php .couponList .col1 {
  width: 50px;
}
.couponList .col2 {
  width: auto;
  padding-left: 0;
  text-align: left;
  max-width: 70%;
}
.couponList .col3 {
  width: auto;
}
.couponList .col4 {
  width: 65px;
}
.couponList .col5 {
  width: 75px;
}
.couponList td.col1 {
  vertical-align: top;
}
.couponList .paging {
  width: 90%;
}
.page-template-tpl-user-orders-php .couponList .col2 div {
  float: left;
}
.page-template-tpl-user-orders-php .couponList .col2 div:before {
  content: "\f02e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
  text-decoration: inherit;
}
.page-template-tpl-user-orders-php .couponList .col2 div:after {
  content: " | ";
  margin-left: 6px;
  margin-right: 2px;
}
.couponList .order-gateway,
.couponList .order-status {
  display: block;
  font-size: 11px;
}
.couponList .order-status {
  font-weight: bold;
}
h3.tplCouponTitle {
  width: 295px;
  font-size: 14px;
  font-weight: bold;
}
span.folder:before {
  content: "\f07c";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
}
span.folder a {
  padding: 0 6px 0 0;
}
span.clock:before {
  content: "\f073";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
  margin-left: 10px;
}
span.clock span {
  margin-top: 1px;
}
.dashboard-icons.iconfix a {
  text-decoration: none !important;
  color: #666 !important;
}
/* =Profile page styles
-------------------------------------------------------------- */
.tplCouponTitle {
  width: 350px;
}
#your-profile {
  padding: 0;
}
table.form-table td {
  border: 0 solid #CCC;
  margin-bottom: 10px;
  padding: 5px;
}
table.form-table th {
  min-width: 115px;
  vertical-align: top;
  text-align: right;
  padding: 10px 10px 0 0;
}
p.message {
  background-color: #FFFFE0;
  border: 1px solid #E6DB55;
  padding: 3px 5px;
}
.field-hint {
  display: block;
  font-size: 10px;
  clear: both;
}
.loginForm .strength-meter {
  float: left;
  margin-left: 156px;
  max-width: 355px;
}
#content .loginForm .indicator-hint {
  float: left;
  margin-left: 0px;
  margin-bottom: 10px;
}
#pass-strength-result {
  float: left;
  margin: 12px 0 5px 1px;
  padding: 7px;
  text-align: center;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  max-width: 100%;
}
#pass-strength-result.good {
  background-color: #F9D936;
}
#pass-strength-result {
  background-color: #8a8a8a;
}
#pass-strength-result.bad {
  background-color: #F45435;
}
#pass-strength-result.strong {
  background-color: #6ABE59;
}
#pass-strength-result.short {
  background-color: #E51010;
}
#userphoto p.image {
  background-color: white;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
  padding: 3px;
}
#userphoto p.image-thumb {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
  padding: 3px;
}
#userphoto p.image img {
  border: 1px solid #CCCCCC;
}
#loginForm span.description {
  display: inline-block;
  margin-left: 160px;
}
#user-photo {
  float: left;
  padding: 8px 15px 10px 0;
}
.author-main {
  margin-left: 90px;
  min-height: 140px;
}
ul.author-info {
  list-style: none outside none;
  padding: 0;
}
ul.author-info li {
  list-style: none outside none;
}
.twitterico,
.emailico,
.globeico,
.facebookico {
  float: left;
  height: 18px;
  width: 16px;
  padding-right: 4px;
}
.facebookico:before,
.emailico:before,
.globeico:before,
.twitterico:before {
  content: "\f082";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}
.twitterico:before {
  content: "\f081";
}
.globeico:before {
  content: "\f0ac";
}
.emailico:before {
  content: "\f0e0";
}
.sidebox-content div.avatar {
  float: left;
  padding: 10px 0;
}
.sidebox-content div.avatar img.avatar {
  -moz-border-radius: 3px 3px 3px 3px;
  border: 1px solid #CCCCCC;
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
}
p.member-title {
  font-weight: bold;
  font-size: 14px;
}
ul.user-info {
  padding-left: 65px;
  margin: 3px 0 10px 5px;
}
ul.user-details li {
  background: none;
  border-bottom: none;
  padding: 0 0 7px;
}
ul.user-details li:hover {
  background: none;
}
ul.user-info li {
  background: none;
  border: none;
  padding: 3px 10px;
}
ul.user-info li:before,
ul.user-details li:before {
  content: "";
  margin: 0;
  padding: 0;
}
ul.user-info li:hover {
  background: none;
}
/* =Footer styles
-------------------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  background: #CECECE;
}
#footer .col {
  display: inline-block;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 0;
  width: 220px;
  border-right: 2px dashed #133C4D;
  vertical-align: top;
}
#footer .col.last {
  margin: 0;
  border: none;
}
#footer .col-title {
  color: #76BCDA;
  font-size: 18px;
}
#footer .col > a {
  color: #3088AD;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
}
#footer p {
  margin: 0 0 8px;
}
#footer .panel {
  text-align: center;
  padding: 20px 0;
}
#footer .bar {
  background-color: #9C2933;
}
#footer .panel .panel-holder {
  width: 955px;
  overflow: hidden;
  margin: 0 auto -20px;
  padding: 0 0 10px 0;
}
#footer .panel .box,
#footer .panel .sidebox {
  float: left;
  width: 235px;
  margin: 0;
  padding: 10px 80px 20px 0;
  box-shadow: 0 0;
  border: medium none;
}
#footer .panel .sidebox {
  background: none;
  border: 0;
}
#footer .panel .sidebox .sidebox-heading {
  background: none;
  padding: 0;
  border: none;
}
#footer .panel .popular {
  margin: 0 87px 0 0;
}
#footer .panel .contact {
  margin: 0;
}
#footer .panel .box h4,
#footer .panel .sidebox h2 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #555655;
  text-decoration: none;
  padding: 0;
}
#footer .panel .box h4:before,
#footer .panel .sidebox h2:before {
  content: "\f002";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: normal;
}
#footer .panel .widget-custom-coupons h4:before {
  content: "\f02e";
}
#footer .panel .widget-custom-stores h4:before {
  content: "\f0f7";
}
#footer .panel .widget-coupon-cats h4:before {
  content: "\f07c";
}
#footer .panel .widget_appthemes_twitter h4:before {
  content: "\f099";
}
#footer .panel .widget_appthemes_facebook h4:before {
  content: "\f09a";
}
#footer .panel .widget_coupon_tag_cloud h4:before,
#footer .panel .widget_tag_cloud h4:before {
  content: "\f02b";
}
#footer .panel .widget_text h4:before {
  content: "\f129";
}
#footer .panel .widget_recent_comments h4:before {
  content: "\f0e6";
}
#footer .panel .widget_recent_entries h4:before {
  content: "\f040";
}
#footer .panel .widget_pages h4:before {
  content: "\f15b";
}
#footer .panel .widget_archive h4:before {
  content: "\f073";
}
#footer .panel .widget_links h4:before {
  content: "\f0ac";
}
#footer .panel .widget_meta h4:before {
  content: "\f128";
}
#footer .panel .subscribe-box h2:before {
  content: "\f0e0";
}
#footer .panel .widget_nav_menu h4:before {
  content: "\f0c9";
}
#footer .panel .widget_twitter h4:before {
  content: "\f099";
}
#footer .panel .box .text-holder {
  overflow: hidden;
  height: 1%;
  font-size: 12px;
  line-height: 17px;
  color: #555655;
}
#footer .panel .box .text-holder p {
  margin: 0 0 21px;
}
#footer .panel .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #898989;
  overflow: hidden;
}
#footer .panel .box ul li {
  border-bottom: 1px dashed #DBDBDB;
  padding: 5px 0 8px;
  margin: 1px 0 -1px;
}
#footer .panel .box li p {
  margin: 0;
}
#footer .panel .box .contact-form .text {
  margin: 0 0 9px;
  padding: 6px 5px;
  width: 206px;
  font: italic 11px Arial, Helvetica, sans-serif;
  color: #4e4f50;
  border: none;
}
#footer .panel .box .contact-form .text input {
  width: 206px;
  font: italic 11px Arial, Helvetica, sans-serif;
  color: #4e4f50;
  border: none;
  padding: 6px 5px;
  margin: 0;
  background: none;
}
#footer .panel .box .contact-form .text-area {
  margin: 0;
  padding: 5px;
  width: 207px !important;
  height: 55px !important;
  border: none;
  font: italic 11px Arial, Helvetica, sans-serif;
  color: #4e4f50;
}
#footer .panel .box .contact-form .row {
  overflow: hidden;
  height: 1%;
}
#footer .panel .box .contact-form .btn-submit {
  float: right;
  border: medium none;
  text-decoration: none;
  cursor: pointer;
  height: 28px;
  margin: 5px 15px 0 0;
  padding: 0;
}
#footer .panel .box .contact-form .btn-submit span {
  float: left;
  cursor: pointer;
  margin: 0 -4px 0 0;
  padding: 8px 19px 7px 16px;
}
#footer .panel .box .contact-form .btn-submit:hover {
  color: #666;
  background-position: 0 -31px;
}
#footer .panel .box .contact-form .btn-submit:hover span {
  background-position: 100% -31px;
}
#footer .bar-holder {
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  padding: 16px 0;
  width: 959px;
  text-align: center;
}
#footer .bar-holder p {
  margin: 0;
  padding: 0;
}
#footer .bar-holder a {
  color: #fff;
  text-decoration: none;
}
#footer .bar-holder a:hover {
  color: #FFF;
}
#footer .bar-holder ul {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
#footer .bar-holder ul li {
  display: inline-block;
  padding: 0 22px 0 0;
  vertical-align: middle;
}
#footer .bar-holder ul li.menu-item.icon-item {
  font-size: 2.2em;
}
#footer #menu-footer-sharing .menu-item {
  margin: 0 10px;
  font-size: 30px;
  display: inline-block;
}
#footer .panel .box.widget_twitter ul li {
  line-height: normal;
}
#footer .panel .box.widget_twitter .follow-button,
#footer .panel .box.widget_twitter .xavisys-link {
  margin: 0;
}
#footer-subscribe-form .checkbox {
  display: inline-block;
  color: #5F5F5F;
  padding: 10px 20px;
}
#footer-subscribe-form .submit-btn {
  background-color: #EC2639;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 18px;
  line-height: 40px;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 2px;
  vertical-align: top;
}
#footer-subscribe-form .submit-btn:hover {
  background-color: #309FCE;
}
#footer-subscribe-form .email-input {
  background-color: #FFFFFF;
  border: 2px solid #C1C1C1;
  width: 30%;
  min-width: 300px;
  height: 44px;
  line-height: 44px;
  color: #000;
  font-size: 20px;
  text-align: center;
}
#footer-subscribe-form ::-webkit-input-placeholder {
  color: #B5B5B5;
}
#footer-subscribe-form :-moz-placeholder {
  /* Firefox 18- */
  color: #B5B5B5;
}
#footer-subscribe-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #B5B5B5;
}
#footer-subscribe-form :-ms-input-placeholder {
  color: #B5B5B5;
}
/* =Misc styles
-------------------------------------------------------------- */
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom: 0 !important;
  white-space: nowrap;
  margin: 0 .2em 1px 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: .5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  background: none;
  border-width: 0;
  padding: 1em 1.4em;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f4f4f4 !important;
}
.blue .content-box .item .item-panel h3 a,
.blue .content-box .item .item-panel h3 a:hover {
  color: #1071b3;
}
.red .content-box .item .item-panel h3 a,
.red .content-box .item .item-panel h3 a:hover {
  color: #810015;
}
.orange .content-box .item .item-panel h3 a,
.orange .content-box .item .item-panel h3 a:hover {
  color: #bb3602;
}
.green .content-box .item .item-panel h3 a,
.green .content-box .item .item-panel h3 a:hover {
  color: #477400;
}
.gray .content-box .item .item-panel h3 a,
.gray .content-box .item .item-panel h3 a:hover {
  color: #4c4c4c;
}
/* =Payments styles
-------------------------------------------------------------- */
.order-summary {
  padding: 0 0 150px;
}
.blog .order-summary p {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.order-summary form label {
  margin: 0 0 20px 0;
  display: block;
}
.order-summary button.coupon,
.order-gateway input[type="submit"] {
  clear: both;
  float: none;
  margin: 0;
}
.order-summary table {
  border-top: none;
  width: auto;
}
.order-summary table tr td {
  color: #555655;
  font-size: 14px;
  padding: 5px 25px 5px 0;
}
.order-summary table tfoot {
  font-weight: bold;
}
.order-gateway h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 30px;
}
.order-gateway h3 {
  font-size: 1.4em;
  margin: 0;
}
.order-gateway pre {
  background: none;
  border: none;
  color: #555655;
  line-height: 1.3em;
  margin-bottom: 0;
  overflow: visible;
  padding: 10px 0 0;
}
.order-gateway label {
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
}
.order-gateway input[type="text"] {
  border: 1px solid #A3A9AD;
  border-bottom: 1px solid #D9D9D9;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  clear: left;
  color: #8A8A8A;
  display: block;
  font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  margin: 6px 0;
  padding: 6px 5px;
}
.orders-legend {
  margin-bottom: 18px;
}
.orders-legend span {
  display: block;
  font-size: 11px;
  line-height: 1.3em;
}
.content-box .orders-legend h4 {
  margin: 0;
}
#coupon-fields .featured-head {
  float: left;
}
#content-fullwidth > h3 {
  margin: 0;
  padding: 20px 0 10px 0;
}
.alphabet-navigation {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.alphabet-navigation > .nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 15px;
  font-size: 18px;
  background-color: #73CDF4;
  color: #FFF;
}
.alphabet-navigation > .nav-item:hover {
  background-color: #2BACE3;
  text-decoration: none;
}
.alphabet-navigation > .nav-item.active {
  background-color: #B12E39;
}
.content-box .grouplinks {
  float: left;
  margin-bottom: 20px;
}
.content-box .grouplinks a {
  float: left;
  border: 1px solid #DDDDDD;
  color: #333333;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 5px 2px 0;
  padding: 4px 5px;
  text-decoration: none;
}
/* additional navigation */
.header_menu {
  background: #1B83A0;
  clear: both;
}
.header_menu_res {
  margin: 0 auto;
  width: 960px;
  padding: 0px 0;
}
.header_menu_res .obtn {
  float: right;
  font-size: 16px;
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 0;
  background: #F45435;
  line-height: 20px;
}
.header_menu_res .obtn:hover {
  background: #F9674D;
}
.header_menu_res a.menu-toggle {
  display: none;
  background: #2DAACD;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
  line-height: normal;
}
.header_menu_res a.menu-toggle:hover {
  text-decoration: none;
}
.header_menu_res a.menu-toggle i {
  float: right;
}
.header_menu_res ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  line-height: 1;
  font: normal 13px Ubuntu, HelveticaLTStdRoman, Arial, Helvetica, sans-serif;
}
.header_menu_res ul.menu {
  margin: 7px 0;
}
.header_menu_res ul a {
  padding: 6px 15px;
  position: relative;
  color: #fff;
  display: block;
  line-height: 18px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header_menu_res ul li {
  float: left;
  margin: 0 6px 0 0;
  width: auto;
  z-index: 999;
  text-transform: uppercase;
}
.header_menu_res ul li.active a {
  color: #fff;
  background: #2DAACD;
}
.header_menu_res ul.menu > li:hover > a {
  background-color: #fff;
  color: #333;
}
.header_menu_res ul.sub-menu {
  background: #fff;
  width: 180px;
  border: 1px solid #eee;
  border-top: none;
  border-width: 1px 1px 0;
  z-index: 999;
  display: none;
  position: absolute;
  margin: -4px 0 0;
  -khtml-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  width: 200px;
  -moz-box-shadow: 0 1px 0 1px #CBD8D8;
  -webkit-box-shadow: 0 1px 0 1px #CBD8D8;
  -khtml-box-shadow: 0 1px 0 1px #CBD8D8;
  box-shadow: 0 1px 0 1px #CBD8D8;
}
.header_menu_res li:hover ul.sub-menu {
  display: block;
}
.header_menu_res ul.sub-menu li {
  margin: 0;
  padding: 0px;
  float: none;
  text-transform: none;
  font-weight: normal;
}
.header_menu_res ul.sub-menu li a {
  background: none;
  padding: 7px 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555555;
}
.header_menu_res ul.sub-menu li:hover a,
.header_menu_res ul.menu ul.sub-menu li ul.sub-menu li:hover a {
  text-decoration: none;
  background: #f4f4f4;
}
.header_menu_res ul.menu ul.sub-menu li ul.sub-menu {
  display: none;
  top: 5px;
  left: 190px;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: 1px 1px 0 1px #CBD8D8;
  -webkit-box-shadow: 1px 1px 0 1px #CBD8D8;
  -khtml-box-shadow: 1px 1px 0 1px #CBD8D8;
  box-shadow: 1px 1px 0 1px #CBD8D8;
}
.header_menu_res ul.menu ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
.header_menu_res ul.menu ul.sub-menu li ul.sub-menu li a {
  background: #fff;
}
/* category menu */
div.adv_taxonomies {
  margin: -4px 0 0 1px;
  display: none;
  padding: 0 5px 8px;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  z-index: 998;
  -moz-box-shadow: 0 1px 0 1px #CBD8D8;
  -webkit-box-shadow: 0 1px 0 1px #CBD8D8;
  -khtml-box-shadow: 0 1px 0 1px #CBD8D8;
  box-shadow: 0 1px 0 1px #CBD8D8;
}
.header_menu .menu li:hover .adv_taxonomies {
  display: block;
}
div.adv_taxonomies ul {
  position: relative;
  background: none;
  border: none;
  left: 0;
}
div.adv_taxonomies ul li {
  border: none;
  font-size: 12px;
}
div.adv_taxonomies ul li a {
  display: block;
}
div.adv_taxonomies .catcol {
  float: left;
  padding: 0 12px 0 12px;
  width: 200px;
  border-left: none;
  vertical-align: top;
  margin-top: 20px;
}
div.adv_taxonomies .catcol ul {
  padding: 8px 0;
  list-style: none;
}
div.adv_taxonomies .catcol ul li {
  float: none;
  margin: 0;
  padding: 0;
}
div.adv_taxonomies .catcol ul li a {
  margin: 0;
  padding: 4px 0;
  color: #545454;
  text-decoration: none;
  background: none;
}
div.adv_taxonomies .catcol ul.maincat-list {
  margin: 0;
  padding: 0;
}
div.adv_taxonomies .catcol ul li.maincat {
  width: 180px;
  padding: 0;
  margin-bottom: 0;
  clear: both;
  text-transform: none;
  font-size: 13px;
}
div.adv_taxonomies .catcol ul li.maincat:before {
  content: "\f0f7";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  margin: 0 6px 0 5px;
  font-size: 14px;
}
div#adv_categories .catcol ul li.maincat:before {
  content: "\f07c";
}
div.adv_taxonomies .catcol ul li.maincat a {
  background: none;
  line-height: 20px;
  clear: left;
  display: inline-block;
}
div.adv_taxonomies .catcol ul li.maincat > a {
  color: #2DAACD;
}
div.adv_taxonomies .catcol ul li.maincat a:hover {
  background: none;
  text-decoration: underline !important;
}
div.adv_taxonomies .catcol ul li.maincat > ul.subcat-list {
  margin-bottom: -3px;
  padding-bottom: 8px;
  padding-top: 0;
  padding-left: 15px;
}
div.adv_taxonomies .catcol ul.subcat-list {
  padding: 5px;
  width: auto;
  background-color: #FFFFFF;
  float: none;
}
div.adv_taxonomies .catcol ul.subcat-list ul.subcat-list {
  margin: 0;
}
div.adv_taxonomies .catcol ul li.cat-item {
  clear: both;
  width: auto;
  padding: 0 0 0 12px;
  font-size: 12px;
  text-transform: none;
  float: left;
}
div.adv_taxonomies .catcol ul li.cat-item a {
  display: inline;
  padding: 0;
  line-height: 20px;
}
div.adv_taxonomies .catcol ul li.cat-item a:hover {
  text-decoration: underline !important;
}
div.adv_taxonomies .first {
  border-left: none;
}
/* store thumb area on homepage */
#featured-top.below_coupons {
  margin-top: -60px;
}
#featured-top .frame {
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 960px;
}
ul.store-thumb-list {
  margin: 52px -25px 28px 0;
  position: relative;
  z-index: 5;
}
.home ul.store-thumb-list {
  margin: 52px -25px 42px 0;
}
ul.store-thumb-list li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 116px;
  height: 76px;
  line-height: 72px;
  background-color: #FFF;
  position: relative;
  text-align: center;
  overflow: hidden;
}
ul.store-thumb-list li a {
  width: 100%;
  font-weight: bold;
  line-height: 15px;
  color: #B12E39;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: none;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.store-thumb-list li .logo-img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 50px;
  /*opacity: 0.8;*/
}
ul.store-thumb-list li a span {
  font-size: 16px;
}
ul.store-thumb-list li:hover a {
  display: inline-block;
}
ul.store-thumb-list li:hover .logo-img {
  display: none;
}
ul.store-link-list {
  margin: 0;
  padding: 0;
}
ul.store-link-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  width: 180px;
  display: inline-block;
}
.col4-list-display {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.col4-list-display > .item {
  display: inline-block;
  width: 22%;
  margin: 2px 2% 0 0;
}
.col4-list-display > .item > a {
  display: block;
  background-color: #FFF;
  padding: 5px 10px;
  margin: 2px 2% 0 0;
}
.col4-list-display > .item:hover > a {
  background-color: #2BACE3;
  color: #FFF;
}
/* coupon popup solution */
.fl-coupon-popup {
  padding: 15px 5px 0;
  font-size: 14px;
}
.fl-coupon-popup input[type="text"] {
  font-size: 20px;
  margin-top: 10px;
}
.coupon-code-popup {
  font-size: 13px;
  height: auto;
}
.coupon-code-popup .post-box {
  width: 500px;
  max-width: 100%;
  padding: 0;
  border: 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.coupon-code-popup h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
.coupon-code-popup .popup-code-copy div.text {
  font-size: 34px;
  line-height: 49px;
  text-indent: 6px;
  border: 2px solid #AEC2C2;
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 450px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  color: #525252;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}
.coupon-code-popup .popup-code-copy button {
  float: none;
  vertical-align: top;
}
.coupon-code-popup .popup-code-info {
  background: #F7F7F7;
  border: 1px solid #DEDEDE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 10px 17px;
  position: relative;
  text-align: center;
  width: 424px;
  max-width: 90%;
}
.coupon-code-popup .popup-code-info:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50px;
  width: 0;
  height: 0;
  border-color: transparent transparent #DEDEDE;
  border-style: solid;
  border-width: 10px;
}
.coupon-code-popup .popup-code-info a {
  font-size: 1.2em;
}
#breadcrumbs {
  width: 100%;
  padding: 16px 0 5px 0;
  position: relative;
  z-index: 5;
}
#breadcrumbs .bc-item {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
}
#breadcrumbs .bc-item .icon-caret-right {
  padding-left: 10px;
  padding-right: 5px;
  color: #FFF;
}
#breadcrumbs .bc-item a {
  color: #FFF;
}
.review-item {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.review-item .container {
  padding: 20px;
}
.review-item .store-image {
  width: 100% !important;
  height: 140px !important;
  text-align: center;
}
.review-item .storeName {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.review-item .storeDisplay {
  width: 23%;
  float: left;
  text-align: center;
}
.review-item .review {
  float: left;
  padding-left: 1%;
  width: 76%;
}
.review-item .review .ratings {
  float: left;
  width: 29%;
  margin: 0;
  padding: 0;
}
.review-item .review .rating-display {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  line-height: 28px;
}
.review-item .review .rating-display {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  height: 28px;
}
.review-item .review .rating-display .title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
  color: #55566F;
  font-weight: bold;
  cursor: default;
  font-size: 12px;
}
.review-item .review .rating-display .bar {
  width: 100%;
  height: 26px;
  border-bottom: 2px dashed #FFF;
  position: absolute;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 1;
  color: #6FD07B;
}
.review-item .review .rating-display .bar.special {
  color: #CF6666;
}
.review-item .review .rating-display .bar .score {
  height: 26px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 105px;
  z-index: 1;
}
.review-item .review .summary {
  float: right;
  padding-left: 2%;
  width: 68%;
  margin: 0;
  padding: 0;
}
.review-single .review-item .storeDisplay {
  padding: 0 20px 20px 0;
}
.review-single .review-item .review {
  width: 100%;
}
.review-single .review-item .ratings {
  width: 100%;
  float: none;
  padding-top: 20px;
}
.blog .postItem {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
}
.blog .postItem .title {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
  display: block;
}
.blog .postItem .info .posted {
  float: right;
  color: #A5A5A5;
}
.categories-navigation {
  padding: 20px;
}
.navList .navList {
  padding-left: 20px;
}
.navList .catDisplayItem {
  color: #A5A5A5;
}
.navList .catDisplayItem.active > a {
  font-weight: bold;
}
/* Ad Injector Compatibility */
.nc_ai_advert {
  overflow: hidden;
}
.nc_ai_advert .item-holder {
  padding-top: 0 !important;
}
#content .search-results {
  transition: all 0.3s;
}
#content .search-results.loading {
  opacity: 0.5;
}
#content .search-results.loading #search-results-loader {
  display: block;
}
#search-results-loader {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 50px;
  display: none;
  z-index: 100;
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite%402x.png) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
#search-filter-form select {
  background-color: transparent;
  border: none;
}
#search-filter-form .chosen-container-multi .chosen-choices {
  border: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0);
  font-size: 1.2em;
}
#search-filter-form .chosen-container-active .chosen-choices {
  box-shadow: 0 0 5px #76BCDA;
}
#search-filter-form .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  background: #C5E5F2;
  color: #B12E39;
  padding: 10px 20px 10px 10px;
  box-shadow: none;
}
#search-filter-form .checkBoxLabel {
  padding: 12px;
  display: inline-block;
  font-size: 1em;
}
#search-filter-form .filter-title {
  padding: 10px;
  margin: 30px 0 5px 0;
  text-align: left;
  background: #DEF1F9;
  border-top: 3px dashed #FFF;
}
#search-filter-form .qInput {
  background: none;
  border: none;
  border-bottom: 3px solid #76BCDA;
  border-radius: 0;
  padding: 8px 8px;
  color: #184E81;
  font-size: 1.5em;
}
#search-filter-form ul li:before {
  content: "" !important;
}
@media screen and (max-width: 960px) {
  .tb-hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #content-fullwidth {
    width: 100%;
  }
  #header .panel,
  #header .frame,
  #header .header-bar,
  .header_main_res,
  #featured-top .frame {
    width: auto;
  }
  #header .panel #nav {
    display: none;
  }
  .tinynav {
    display: inline-block;
    margin: 10px 0;
    min-width: 200px;
  }
  #featured .frame,
  #featured .featured-slider,
  #featured .featured-slider .gallery-holder {
    width: auto;
    float: none;
  }
  #featured .featured-slider .gallery-holder {
    left: 0;
  }
  .featured-slider .slide .slide-contain {
    margin: 0 auto;
    max-width: 714px;
  }
  #main,
  #content,
  #sidebar {
    width: auto;
    float: none;
    display: block;
  }
  #main {
    padding-bottom: 20px;
  }
  #footer .panel .panel-holder,
  #footer .bar-holder {
    width: auto;
    padding: 10px;
  }
  #footer .panel .box,
  #footer .panel .sidebox {
    width: 30%;
    padding-right: 3%;
  }
  #footer .bar-holder ul {
    margin: 0;
  }
  /* additional menu */
  body.responsive-menu .header_menu_res .tinynav {
    display: none;
  }
  .header_top_res #nav {
    display: none;
  }
  .header_menu_res {
    padding: 10px 10px 0;
    width: auto;
  }
  .responsive-menu .header_menu_res a.menu-toggle {
    display: block;
  }
  .header_menu_res ul.menu {
    display: none;
    float: none;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  div.adv_taxonomies,
  .header_menu_res ul.menu ul.sub-menu ul.sub-menu {
    display: none !important;
  }
  .header_menu_res ul.menu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #fff;
    z-index: 1;
  }
  .header_menu_res ul.menu li a {
    border-radius: 0;
    background: #2DAACD;
    z-index: 100;
  }
  .header_menu_res ul.menu ul.sub-menu {
    width: auto;
    position: static;
    border: 0 none;
    float: none;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1;
  }
  .header_menu_res ul.menu > li:hover {
    background: #fff;
  }
  .header_menu_res ul.menu > li:hover > a {
    background: none;
  }
  .header_menu_res ul.menu ul.sub-menu li a {
    background: #f4f4f4;
  }
  body .header_menu_res .obtn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  #store-deal-section-nav.scrollBelow {
    display: none;
  }
  .about-store-box {
    height: auto;
  }
  .about-store-box .logo {
    width: 100%;
  }
  .about-store-box .title {
    width: 100%;
  }
  .about-store-box .desc {
    display: none;
  }
  #featured .featured-slider .gallery-holder {
    padding: 0 80px;
  }
  .featured-slider .slide .slide-contain {
    max-width: 476px;
  }
  .couponAndTip .coupon-code-link i {
    display: none;
  }
  .coupon-main {
    width: 250px;
  }
  .content-box p.tag,
  .content-box .reports_wrapper {
    display: none;
  }
  #content .wp-caption {
    max-width: 95%;
  }
  #content .wp-caption img {
    max-width: 95%;
  }
  #footer .panel .subscribe-form .text input {
    width: 160px;
  }
  button.reg,
  button.forgot,
  button.login {
    margin-right: 0;
  }
  li.description span.mceEditor {
    display: block;
    clear: right;
  }
}
@media screen and (max-width: 600px) {
  #logo img {
    margin: 0 auto;
  }
  #logo a,
  #logo img {
    display: inline-block;
    max-width: 100%;
  }
  #header {
    height: 126px;
  }
  #featured-top {
    min-height: 34px;
  }
  #header.scrollBelow #logo {
    display: none;
  }
  #header #logo {
    top: 0;
    left: 50%;
    margin-left: -96px;
  }
  #header .nav-toggle-link {
    top: -5px;
  }
  #header .search-box {
    width: 100%;
    margin-left: -50%;
    top: 76px;
  }
  #header .search-box input {
    width: 83%;
  }
  #header.scrollBelow .search-box {
    top: 7px;
    width: 83%;
    left: 0;
    margin-left: 0;
  }
  #header.scrollBelow .nav-toggle-link {
    top: -8px;
  }
  #header .panel {
    text-align: center;
  }
  #main {
    padding: 24px 0 60px !important;
  }
  ul.store-thumb-list li {
    width: 22%;
    margin: 0 0 1% 1%;
  }
  #featured-top #breadcrumbs {
    display: none;
  }
  #popupBox {
    padding: 2% !important;
    margin-left: -43% !important;
    width: 70% !important;
  }
  #popupBox.visible {
    top: 80px !important;
  }
  #header .bar {
    margin: 0 auto;
    float: none;
    clear: both;
    display: block;
  }
  #header .panel .add-nav {
    float: left;
  }
  #header .panel .add-nav li:last-child:after {
    content: "";
    margin-left: 0;
  }
  #featured .featured-slider .gallery-holder {
    width: 238px;
    margin: 0 auto;
    position: static;
    padding: 0;
  }
  .featured-slider .slide .slide-contain {
    width: 224px;
  }
  .content-box .store-holder {
    width: 37%;
  }
  .content-box .item-frame,
  .content-box .store .info {
    width: 58%;
  }
  .content-box .item-actions {
    float: none;
    width: auto;
    clear: both;
    margin: 0;
  }
  .content-box .item-actions .thumbsup-vote {
    float: right;
  }
  .content-box .item-actions p.time-left,
  .content-box .item-actions .couponAndTip,
  .content-box .item-actions div.expired-coupon-info {
    width: 200px;
    float: left;
    clear: none;
    padding-top: 0;
  }
  .content-box .item-footer {
    width: auto;
  }
  p.meta,
  p.comment-count {
    float: none;
  }
  .coupon-main {
    width: 95%;
    margin: 0 auto;
  }
  .comments-list {
    margin-right: 0;
  }
  #respond {
    float: none;
    margin: 0;
  }
  #respond p.comment-text {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .comments-box .comments ul {
    padding-left: 10px;
  }
  span.date-wrap i,
  .comments-list p.links i {
    display: none;
  }
  #couponForm label,
  #loginForm label,
  #commentForm label,
  .commentForm label,
  #coupon-fields .featured-head h3 {
    text-align: left;
    margin-bottom: 5px;
  }
  #couponForm p.tip {
    padding-left: 0;
  }
  #loginForm span.description,
  button.profile {
    margin-left: 0;
  }
  .loginForm .strength-meter {
    margin-left: 0;
    max-width: 100%;
  }
  div.invalid {
    margin-left: 0;
  }
  li#rememberme,
  li#lostpass,
  li#register,
  li#facebook {
    margin-left: 0;
  }
  .couponList {
    margin: 0;
    border-top: medium none;
  }
  .page-template-tpl-user-orders-php .couponList {
    margin: 0;
  }
  .couponList .col2 {
    padding-left: 10px;
    padding-right: 0;
  }
  .couponList .col1,
  .couponList .col3 {
    display: none;
    padding-bottom: 0;
    border-bottom: none;
  }
  #footer,
  #footer .panel,
  #footer .panel .panel-holder {
    height: auto;
  }
  #footer .panel .box,
  #footer .panel .sidebox {
    width: auto;
    padding: 20px 0;
    min-width: 95%;
    border-bottom: 5px solid #2DAACD;
  }
  .header_menu_res {
    text-align: center;
  }
  .header_menu_res a.menu-toggle {
    margin-bottom: 10px;
    text-align: left;
  }
  .header_menu_res ul.menu {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .tinynav {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .header_menu_res .obtn {
    margin: 0 auto 10px;
    float: none;
  }
}
@media screen and (max-width: 425px) {
  p.meta span {
    display: block;
    margin-bottom: 5px;
  }
  .blog .content-bar i.icon-folder-open {
    margin-left: 0;
  }
  .user-bar a.btn {
    display: none;
  }
  #content .content-box .store-image img {
    width: 55px !important;
  }
  #content .content-box .item-info-blocks {
    display: none;
  }
  .content-box .item-frame {
    width: 79.5% !important;
    padding-left: 5px !important;
  }
  .content-box .item {
    padding: 5px 0 5px 5px !important;
  }
  .head .counter,
  .head .counter-red {
    padding: 0;
    margin: 0;
    float: none;
    clear: both;
    display: none;
  }
  .comments-box .items .rt img.avatar {
    display: none;
  }
  .comments-box .comments .bar,
  .comments-box .comments .items p,
  .comments-mini p {
    margin-left: 0;
  }
  span.date-wrap {
    display: block;
    clear: both;
    float: none !important;
  }
  .couponList th.col4,
  .couponList th.col5 {
    display: none;
  }
  .couponList tr:hover {
    background: none;
  }
  .couponList tr:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .couponList .col2,
  .couponList td.col4,
  .couponList td.col5 {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: left;
    border-bottom: medium none;
    padding-bottom: 0;
  }
  .couponList td.col5 {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
  }
  #couponForm p.info {
    padding-left: 0;
    clear: both;
  }
}
/**
 * Custom additions
 */
.clipper-mt-display .tweet {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #DCDCDC;
}
.clipper-mt-display .tweet .date {
  color: #999;
  padding: 15px 0;
}
.clipper-sar-display .review {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #DCDCDC;
}
.clipper-sar-display .review .info {
  color: #999;
  padding: 15px 0;
}
.clipper-sar-display .review .info .source {
  float: right;
}
.store-widget {
  font-size: 14px;
  padding: 20px;
}
.store-widget .lr {
  line-height: 26px;
}
.store-widget .lr .icon {
  font-size: 18px;
  margin-right: 5px;
  width: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.store-widget .rss-link {
  top: 25px;
  right: 622px;
}
.coupon .item-panel .content-floater {
  width: 100%;
  min-height: 147px;
  line-height: 147px;
}
.coupon .item-panel .content-floater .description {
  font-size: 12px;
  color: #84A6B5;
  padding-top: 5px;
}
.coupon .item-panel h3 {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.coupon .item-panel h3 > a {
  color: #000;
}
.coupon .item-panel h3 .store-name {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}
.coupon .item-panel h3 .store-name a {
  text-decoration: none;
  color: #ED2939;
}
#content .content-box .store-image img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.content-box .store-image {
  width: 107px;
  height: 107px;
  line-height: 107px;
  margin-bottom: 0;
  overflow: hidden;
}
.content-box .store-holder {
  width: 15.5%;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 20px;
}
.content-box .item-frame {
  width: 49%;
  padding-left: 2%;
}
.content-box .store-name {
  font-size: 12px;
  margin-top: 0;
}
.content-box .item-actions p.time-left {
  padding-top: 5px;
}
.content-box .item-actions div.couponAndTip {
  margin-top: 12px;
}
#sidebar .coupon-ticker .list li:before {
  content: "";
}
#sidebar .widget-custom-coupons .list li,
#sidebar .coupon-ticker .list li,
#sidebar .widget-custom-coupons .coupon-cats-widget li,
#sidebar .widget-custom-coupons .widget_twitter ul li {
  padding: 10px;
}
#sidebar .widget-custom-coupons .coupon-ticker .list li img {
  float: right;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
#sidebar .widget-custom-coupons .coupon-ticker .list li .expires {
  display: none;
}
#sidebar .widget-custom-coupons .coupon-ticker .list li a {
  width: 158px;
  text-indent: 0;
  color: #B12E39;
}
.sidebox.widget-coupon-cats .list {
  overflow-y: auto;
  max-height: 320px;
}
.sidebox.widget-coupon-cats > br {
  display: none;
}
#featured-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
  opacity: 0.6;
}
.home #featured-top .bg {
  opacity: 0.1;
}
.home .head h2 {
  font-size: 1.1em !important;
}
#featured-top {
  margin: 0 auto 0 auto;
  padding-top: 60px;
  background: #E2C608;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  /*-moz-box-shadow: 0 10px 90px 90px #E9F9FF;
    -webkit-box-shadow: 0 10px 90px 90px #E9F9FF;
    box-shadow: 0 10px 90px 90px #E9F9FF;*/
}
#featured-top h2 {
  text-shadow: 0 1px 2px #2A5867;
}
.home ul.ui-autocomplete {
  width: 504px !important;
}
.home ul.ui-autocomplete li {
  width: 484px !important;
}
ul.ui-autocomplete {
  border: none;
  margin-top: -2px;
}
ul.ui-autocomplete li {
  padding: 10px !important;
  border-top: 1px dashed #DCDCDC;
  cursor: pointer;
}
ul.ui-autocomplete li.ui-state-focus {
  border: none;
  border-top: 1px dashed #DCDCDC;
  background-color: #DCDCDC;
}
.content-box .head {
  display: block;
  min-height: 24px;
  line-height: 24px;
  padding: 18px 0;
  margin-bottom: 10px;
}
.content-box .head .head-icon-link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
}
.content-box .head .head-icon-link:hover {
  color: #26A9E0;
}
.content-box .head h1,
.content-box .head h2 {
  color: #B12E39;
  font-weight: bold;
}
.content-box .head.with-toolbar h1 {
  padding-right: 170px;
}
#popupBg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
  cursor: pointer;
  padding-bottom: 100px;
}
#popupBg.visible {
  opacity: 1;
}
#popupBox.deal {
  background: transparent;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 450px;
  padding: 17px;
  z-index: 110;
  opacity: 0;
  transition: all 0.3s;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0;
  border: 5px dashed #D5DCDF;
  overflow: hidden;
}
#popupBox.deal .closeBtn {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 21px;
  text-align: center;
  z-index: 8;
  top: 6px;
  right: 6px;
  transition: opacity 0.3s;
}
#popupBox.deal .closeBtn .icon {
  color: #37AFE2;
  font-size: 22px;
  line-height: 30px;
}
#popupBox.deal .closeBtn:hover .icon {
  color: #B12E39;
}
#popupBox .content {
  opacity: 0;
  background-color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s;
}
#popupBox .box-holder .post-box .head {
  height: auto;
}
#popupBox.visibleStep {
  opacity: 1;
  background-color: #FFF;
  margin-left: -225px !important;
  top: 100px !important;
  left: 50% !important;
  width: 450px !important;
  height: auto !important;
  -moz-box-shadow: 0 3px 10px #8891AB;
  -webkit-box-shadow: 0 3px 10px #8891AB;
  box-shadow: 0 3px 10px #8891AB;
}
#popupBox.visible .content,
#popupBox.visible .closeBtn {
  opacity: 1;
}
#popupBox.deal .deal-image {
  float: left;
  width: 120px;
  line-height: 120px;
  text-align: left;
}
#popupBox.deal .deal-image > img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
#popupBox.deal .title {
  width: 310px;
  padding-right: 20px;
  float: right;
  clear: none;
}
#popupBox.deal .store-line {
  float: right;
  width: 330px;
  padding-bottom: 10px;
}
#popupBox.deal .store-line .expires {
  display: inline-block;
  padding-left: 10px;
  color: #AAA;
}
#popupBox.deal .restrictions {
  margin: 20px 0;
  border-top: 1px solid #CCC;
  padding: 20px;
  font-size: 14px;
  font-style: italic;
  color: #767676;
}
#popupBox.deal .notice {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 20px 0;
  border-top: 1px solid #CCC;
}
#popupBox.deal .visitBtn {
  text-align: center;
  padding-bottom: 10px;
}
#popupBox.deal .visitBtn > a {
  display: inline-block;
  padding: 10px 24px;
  background: #37AFE2;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  transition: all 0.15s;
}
#popupBox.deal .visitBtn > a:hover {
  background: #2C95C2;
  text-decoration: none;
}
#popupBox.deal .code {
  text-align: center;
}
#popupBox.deal .code > .code {
  padding: 20px;
  background: #EEE;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.content-page {
  font-size: 16px;
  line-height: 1.5;
}
p {
  padding-bottom: 15px;
}
.text-success {
  color: #61CA82;
}
.text-error {
  color: #CD5050;
}
.content-page img {
  max-width: 100%;
}
.sidebox.voucher-guide ol {
  list-style: decimal;
  list-style-type: decimal;
  padding-left: 21px;
}
.sidebox.voucher-guide ol li {
  display: list-item;
  padding-bottom: 10px;
}
.sidebox.store-deal-alerts .desc {
  display: block;
}
.sidebox.store-deal-alerts .alertEmailAddress {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 2px solid #DEF1F9;
  transition: all 0.3s;
}
.sidebox.store-deal-alerts .alertEmailAddress:focus {
  border: 2px solid #36B0E3;
}
.sidebox.store-deal-alerts .btn.btn-primary {
  border-radius: 0;
  padding: 10px 10px;
}
.inline-box.store-deal-alerts {
  margin: 20px 0;
  background-color: #A0EFA4;
  padding: 20px;
  border: 3px dashed #83D498;
}
.inline-box.store-deal-alerts .info {
  display: block;
  font-size: 20px;
  color: #4C544D;
  text-align: left;
  line-height: 22px;
  padding-bottom: 20px;
  font-weight: normal;
}
.inline-box.store-deal-alerts .alertEmailAddress {
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px;
  border: none;
  background-color: #FFF;
  float: left;
  width: 418px;
  margin: 0;
  text-align: left;
  box-shadow: 0 2px #83D498;
  color: #B12E39;
  transition: all 0.3s;
}
.inline-box.store-deal-alerts .alertEmailAddress:focus {
  box-shadow: 0 2px #539058;
}
.inline-box.store-deal-alerts .sub-btn {
  border-radius: 0;
  vertical-align: top;
  padding: 14px 18px;
  width: 156px;
  float: left;
  font-size: 18px;
  background-color: #67B16D;
  text-transform: none;
  box-shadow: 0 2px #539058;
}
.inline-box.store-deal-alerts .sub-btn:hover {
  background-color: #72C379;
  transform: translate(0, 1px);
  box-shadow: 0 1px #539058;
}
.inline-box.store-deal-alerts .sub-btn:active {
  background-color: #539058;
  transform: translate(0, 2px);
  box-shadow: 0 0 #539058;
}
.inline-box.store-deal-alerts .notice {
  padding: 0;
  margin: 0;
  clear: both;
  padding-top: 5px;
  font-size: 11px;
  color: #649E6B;
}
.sidebox.about-store .desc {
  padding-right: 10px;
  max-height: 250px;
}
.sidebox.visit-store-thumb .link {
  overflow: hidden;
  display: block;
  width: 310px;
  border: 5px solid #D7DADA;
  max-height: 240px;
}
.sidebox.visit-store-thumb .screenshot {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.sidebox.visit-store-thumb .screenshot:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
}
.why-store-insight .value {
  font-weight: bold;
  float: right;
}
.sidebox.similar-stores .storeTile {
  display: block;
  clear: both;
  padding: 20px;
}
.sidebox.similar-stores .storeTile:hover {
  text-decoration: none;
}
.sidebox.similar-stores .storeTile .logo {
  float: left;
  width: 30%;
  height: auto;
  padding-right: 5%;
}
.sidebox.similar-stores .storeTile .name {
  font-weight: bold;
  display: inline-block;
  width: 65%;
}
.sidebox.similar-stores .storeTile .discounts-available {
  color: #B12E39;
  display: inline-block;
  width: 65%;
}
.sidebox.related-stores .storeTile {
  position: relative;
  width: 106px;
  height: 86px;
  line-height: 80px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
}
.sidebox.related-stores .storeTile .logo {
  width: 96px;
  vertical-align: middle;
  display: inline-block;
}
.sidebox.related-stores .storeTile .name {
  width: 106px;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
  display: block;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.sidebox.related-stores .storeTile:hover .name {
  bottom: 0px;
}
#full-content.category-featured-stores {
  margin-top: 40px;
}
#full-content.category-featured-stores ul.store-thumb-list li {
  margin-right: 22px;
  margin-bottom: 22px;
}
#full-content.category-featured-stores #featured-top .frame {
  padding: 10px 0;
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #F2F2F2;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.02em;
  color: #333;
  text-indent: 6px;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #CADEE7;
}
.autocomplete-suggestion .store-logo {
  padding: 10px 10px 10px 0;
  width: 75px;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .tb-hide-on-mobile {
    display: none;
  }
  #featured-top {
    padding-top: 92px;
  }
}
@media screen and (max-width: 600px) {
  #popupBox.visibleStep {
    display: block;
    top: 50px !important;
    width: 90% !important;
    margin-left: -48% !important;
  }
}
/**
 * Justify by default
 */
.about-store-box > .description,
.box-holder .blog {
  text-align: justify;
}
.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rrssb-buttons:after {
  clear: both;
}
.rrssb-buttons:after,
.rrssb-buttons:before {
  content: ' ';
  display: table;
}
.rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}
.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}
.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}
.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}
.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}
.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}
.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}
.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}
.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}
.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}
.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}
.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}
.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}
.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}
.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}
.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}
.rrssb-buttons li.rrssb-github a {
  background-color: #444;
}
.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}
.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}
.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}
.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}
.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}
.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}
.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}
.rrssb-buttons li.rrssb-hackernews a {
  background-color: #f60;
}
.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}
.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #43d854;
}
.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #28c039;
}
.rrssb-buttons li.rrssb-print a {
  background-color: #8d98a2;
}
.rrssb-buttons li.rrssb-print a:hover {
  background-color: #717f8b;
}
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
.rrssb-buttons li a .rrssb-icon svg path {
  fill: #fff;
}
.rrssb-buttons li a .rrssb-text {
  color: #fff;
}
.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
.rrssb-buttons li.small a {
  padding: 0;
}
.rrssb-buttons li.small a .rrssb-icon {
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}
.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}
.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}
.rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: .2em;
  padding: 8.5% 0 8.5% 12%;
}
.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%;
}
.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rrssb-buttons.small-format {
  padding-top: 5px;
}
.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}
.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}
.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 3px;
  width: 80%;
}
.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}
.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}
.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%;
}
.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
  background-color: transparent;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #f60;
}
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
  fill: #43d854;
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #1f962d;
}
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
  fill: #8d98a2;
}
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5a656f;
}
.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
  fill: none;
}
.rrssb-buttons li {
  list-style: none !important;
  line-height: 13px;
}
.b-social {
  text-align: center;
}
.b-social .rrssb-buttons {
  width: 100px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.b-social .rrssb-buttons li {
  width: 25%;
}
.blog .postItem .rrssb-buttons {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.blog .postItem .rrssb-buttons li {
  list-style: none;
}
.blog .postItem .rrssb-buttons li .rrssb-text {
  color: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 10px;
  line-height: 14px;
}
.blog .postItem .info .rrssb-buttons {
  display: inline-block;
  float: right;
  width: 110px;
  height: 30px;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
}
.blog .postItem .info .rrssb-buttons li {
  width: 25%;
}
.coupon.item .expires-notice {
  font-size: 12px;
  line-height: 14px;
  color: #ababab;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
.coupon.item .block.b-social {
  height: 25px;
  line-height: 25px;
}
.coupon.item .redeem-btn {
  height: 50px;
  line-height: 50px;
}
.coupon.item .redeem-btn .redeem-txt {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.coupon.item .redeem-btn .label {
  display: block;
  line-height: 16px;
  font-size: 16px;
}
.coupon.item .redeem-btn .xs-note {
  display: block;
  line-height: 14px;
  font-size: 11px;
  font-weight: normal;
  color: #a2f3a9;
}
.coupon.item .redeem-btn .icon {
  font-size: 22px;
  top: 14px;
}
.coupon.item .restrictions {
  line-height: 20px;
}
.coupon.item .restrictions > a {
  font-size: 11px;
  display: block;
  text-align: center;
  color: #8a8a8a;
}
.coupon.item .restrictions .content {
  display: none;
  font-size: 11px;
  line-height: 14px;
}
@media screen and (max-width: 500px) {
  #footer #menu-footer-sharing {
    padding: 20px 0;
  }
  #footer .bar-holder ul li.menu-item {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  body {
    font-size: 16px;
  }
  .postItem.single .rrssb-buttons {
    height: auto;
  }
  .postItem.single .rrssb-buttons > li {
    width: 37px !important;
    height: 37px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 198px;
    overflow: hidden;
  }
  .postItem.single img,
  .postItem.single textarea {
    max-width: 100% !important;
  }
  .postItem.single .content {
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
    word-break: break-all;
  }
  .content-box .head {
    background-color: transparent;
  }
  .content-box .head h1,
  .content-box .head h2 {
    padding: 0 10px;
    font-size: 2em;
    line-height: 1.2;
  }
  .content-box .store-holder {
    display: none;
  }
  .content-box .item-frame {
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
  .coupon.item .redeem-area {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    min-height: 50px;
  }
  .coupon.item .expires-notice {
    float: left;
    width: 33.333%;
    padding-top: 18px;
    text-align: left;
  }
  .coupon.item .block.b-social {
    float: left;
    width: 23.33333%;
    text-align: left;
    opacity: 0.7;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .coupon.item .redeem-btn {
    float: right;
    width: 43.333%;
  }
  .coupon.item .b-social .rrssb-buttons {
    width: 100%;
    height: 50px;
  }
  .coupon.item .b-social .rrssb-buttons li {
    width: 50%;
    height: 25px;
  }
  .coupon.item .redeem-area .inner {
    padding-bottom: 20px;
  }
  .coupon.item .redeem-area .inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
#content .blog iframe {
  max-width: 95%;
}
