div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

div.wpcf7-response-output {
    border: 2px solid red;
    margin: 2em .5em 1em;
    padding: .2em 1em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red;
}

div.wpcf7-spam-blocked {
    border: 2px solid orange;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: red;
    display: block;
    font-size: 1em;
    font-weight: 400;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: #fff;
    border: 1px solid red;
    left: 20%;
    padding: .2em .8em;
    position: absolute;
    top: 20%;
    z-index: 100;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    background-image: url(../images/images-ajax-loader.gif);
    border: 0;
    display: inline-block;
    height: 16px;
    margin: 0 0 0 4px;
    padding: 0;
    vertical-align: middle;
    visibility: hidden;
    width: 16px;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type=file] {
    cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
    cursor: default;
}

.cfl-overlay {
    background-color: rgba(255, 255, 255, .6);
    color: #999;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.cfl-loading-container {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #999;
    border-radius: 15px;
    display: block;
    margin: 115px auto 0;
    moz-border-radius: 15px;
    padding: 10px;
    webkit-border-radius: 15px;
    width: 240px;
}

.cfl-loading-container img {
    margin: 10px;
}

.cfl-loading-text {
    font-size: 17px;
    margin-top: 2px;
}

.desc p,
.desc ul,
.desc ol {
    font-weight: 400;
}

.desc img {
    margin: 0 auto;
}

.desc {
    text-align: justify;
    line-height: 2em;
    font-size: 1.05em;
}

.head {
    margin: 0 auto;
   /* width: 310px;*/
}

.item .head h2 {
    font-weight: 400;
}

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: 400;
    line-height: 1.2em;
    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: 0;
    outline: 0;
}

a img {
    border: 0;
}

.clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #f5f5f5;
    color: #555655;
    font: 14px/22px Fira Sans, Rubik, Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}

p,
ul,
ol {
    margin: 0 0 10px;
}

h1 {
    font-size: 2em;
}

h2,
.home h1 {
    font-size: 1.8em;
}

.home h2,
.home h1 {
    float: none !important;
    font-weight: 100;
    text-align: center;
}

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;
    max-width: 100%;
}

a {
    color: #00a1f1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=url],
select,
textarea,
.form-categories {
    background: #f9f9f9;
    /*	border: 2px solid #aec2c2;*/
    border-radius: 4px;
    box-sizing: border-box;
    color: #9d9d9d;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    khtml-border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 0;
    max-width: 100%;
    moz-border-radius: 4px;
    moz-box-sizing: border-box;
    padding: 8px 12px;
    webkit-border-radius: 4px;
    webkit-box-sizing: border-box;
    width: 350px;
}

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 0;
    padding: 0;
    vertical-align: sub;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    min-width: 0;
    padding: 0;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

#couponForm .form-categories {
    float: left;
    height: 150px;
    overflow: scroll;
}

#couponForm .form-categories > ul {
    padding: 0;
}

#couponForm .form-categories li {
    margin: 0;
    padding: 0;
}

#couponForm .form-categories li label {
    clear: both;
    line-height: 18px;
    width: auto;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
    visibility: hidden;
}

.iconfix i {
    font-size: 16px;
    margin-right: 5px;
}

p.time-left.iconfix i,
div.expired-coupon-info.iconfix i {
    font-size: 16px;
}

.content-box .iconfix h3 {
    font-weight: 700;
}

.content-box .iconfix h3 i {
    font-size: 24px;
    font-weight: 400;
}

.iconfix a {
    color: inherit !important;
    text-decoration: none;
}

.iconfix a:hover {
    text-decoration: underline;
}

.box-t,
.box-b {
    display: none !important;
}

#wrapper {
    height: 100%;
}

.bg {
    display: none;
}

.frame {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}

.link-holder span {
font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: Roboto;
}

#header {
    width: 100%;
}

#header .holder {
    width: 100%;
}

#header .holder-panel {
    background: #005082;
}

#header .holder-logo {
    padding: 17px 0;
}

body:not(.home) #header .holder-logo {
    background: #fff;
}

#header .panel a {
    color: #fff;
    text-decoration: none;
}

#header .panel a:hover,
#header .panel .active > a {
    color: #fff;
}

#main {
    margin: 20px auto;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    width: 940px;
}

.art-main {
    margin: 40px auto 20px;
}

#main:after {
    clear: both;
    content: "";
    display: block;
}

#content {
    float: left;
    margin: 0 10px 0 0;
    width: 75%;
}

#content-fullwidth {
    margin: 0;
    width: 100%;
}

#sidebar {
    display: inline;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    width: 23%;
}

#footer {
    background: #005082;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    width: 100%;
}

.tinynav {
    color: #666;
    display: none;
    float: left;
    font-size: 16px;
    margin: 10px 0;
}

.top {
    display: block;
    float: right;
    text-align: right;
    width: 40px;
}

.top a,
.content-box h2.stores a,
.content-box h2.categories a {
    color: #555655;
    display: inline-block;
    height: 32px;
    opacity: .6;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    width: 32px;
}

.top a:before,
.content-box h2.stores a:before,
.content-box h2.categories a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: normal;
    margin: 0 6px 10px 5px;
    text-decoration: inherit;
}

.top a:hover,
.content-box h2.stores a:hover,
.content-box h2.categories a:hover {
    opacity: 1;
    text-decoration: none;
}

.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;
}

div.top-coupon-type {
    color: #40799c;
    display: inline-flex;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.btn,
.order-gateway input[type=submit] {
    background: #CB3B09;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    moz-border-radius: 3px;
    padding: 15px 25px;
    text-decoration: none;
    webkit-border-radius: 3px;
    box-shadow: #00324d 1px 1px 6px 0px;
    moz-box-shadow: #00324d 1px 1px 6px 0px;
    webkit-box-shadow: #00324d 1px 1px 6px 0px;
    font-family: Roboto;
}

.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 {
    /*	box-shadow: inset 0 0 100px 100px rgba(255,255,255,.1);*/
    /*	moz-box-shadow: inset 0 0 100px 100px rgba(255,255,255,.1);*/
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    text-decoration: none;
    transition: opacity 300ms ease-out;
    /*	webkit-box-shadow: inset 0 0 100px 100px rgba(255,255,255,.1);*/
    webkit-transition: opacity 300ms ease-out;
    box-shadow: #00324d 1px 1px 10px 0px;
    moz-box-shadow: #00324d 1px 1px 10px 0px;
    webkit-box-shadow: #00324d 1px 1px 10px 0px;
}

.btn:active {
    position: relative;
    top: 1px;
}

.btn.small,
.reports_submit,
.comment-reply-link,
.subscribe-form .btn-submit,
.wp-hide-pw,
.wp-cancel-pw,
.wp-generate-pw {
    background: #35b729;
    border: medium 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    moz-border-radius: 3px;
    padding: 5px 12px;
    text-decoration: none;
    webkit-border-radius: 3px;
}

.subscribe-form .btn-submit {
    margin: 10px 5px 0 0;
}

p.time-left {
    float: right;
}

p.time-left.ending-soon {
    color: red;
}

div.expired-coupon-info {
    display: none;
}

div.expired-coupon-info.iconfix {
    background: #ccc;
    color: #333;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

#simpleTooltip {
    background: #111;
    border-radius: 4px;
    color: #e5e5e5;
    filter: alpha(opacity=70);
    font-size: 10px;
    khtml-border-radius: 4px;
    moz-border-radius: 4px;
    opacity: .7;
    padding: 5px 7px;
    webkit-border-radius: 4px;
}

.debug {
    padding: 10px 20px;
}

.text-box h1.title {
    color: #3a3939;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 3px;
}

.nav-menu {
    border-radius: 5px;
    clear: both;
    height: 47px;
    width: 100%;
}

#nav {
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
}

* 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 {
    padding-bottom: 10px;
}

#header .panel ul.menu ul.sub-menu {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 0 -1px #cbd8d8;
    display: none;
    left: -40px;
    moz-box-shadow: 0 2px 0 -1px #cbd8d8;
    position: absolute;
    top: 15px;
    webkit-box-shadow: 0 2px 0 -1px #cbd8d8;
    width: auto;
    z-index: 998;
}

#header .panel ul.menu ul.sub-menu:before {
    color: #fff;
    content: "\f0d8";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    height: 15px;
    margin-right: 5px;
    padding-left: 50px;
    text-decoration: inherit;
}

#header .panel ul.menu li:hover ul.sub-menu {
    display: block;
}

#header .panel ul.menu ul.sub-menu li {
    background: 0 0;
    border-left: 1px solid #cbd8d8;
    border-right: 1px solid #cbd8d8;
    margin: 0;
    padding: 0;
}

#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 {
    background: #fff;
    color: #4f4f4f;
    display: block;
    padding: 10px;
    text-align: left;
    width: 167px;
}

#header .panel ul.menu ul.sub-menu li a:hover {
    color: #19aacf;
}

#header .panel ul.menu ul.sub-menu li ul.sub-menu {
    display: none;
    left: 177px;
    margin: -2px 0 0;
    top: 2px;
}

#header .panel ul.menu ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

#header .bar {
    display: inline;
    float: right;
}

#header .panel .bar li {
    margin-right: 5px;
}

#header .panel .bar li:after {
    margin-left: 5px;
}

#header .add-nav {
    float: right;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#header .social {
    float: right;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#header .social li a,
.rss-link {
    float: left;
    height: 20px;
    overflow: hidden;
    width: 14px;
}

#logo {
    float: left;
    max-width: 450px;
    overflow: hidden;
}

#logo a,
#logo img {
    color: #fff;
    display: block;
    font-weight: 700;
    max-height: 40px;
    text-decoration: none;
}

#logo h1 {
    clear: none;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

#logo .description {
    padding-top: 5px;
}

.slogan {
    color: #7a7676;
    display: block;
    font: italic 12px/16px trebuchet ms, Arial, Helvetica, sans-serif;
    margin: -29px 0 0;
    width: 365px;
}

.rss-link {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.tax-stores .rss-link {
    right: 0;
    top: 0;
}

.rss-link:hover {
    text-decoration: none;
}

.rss-link:before {
    color: #ffa851;
    content: "\f143";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
    text-decoration: inherit;
}

#header .search-box {
    display: inline;
    float: left;
    margin-left: 70px;
    position: relative;
        width: 37%;
}

#header .search-box input {
    background: #fff !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    left: 0;
    line-height: 28px;
    margin: 0;
    moz-border-radius: 3px;
    moz-box-sizing: border-box;
    padding: 0 40px 0 15px;
    position: absolute;
    top: 0;
    webkit-appearance: textfield;
    webkit-border-radius: 3px;
    webkit-box-sizing: border-box;
    width: 100%;
    z-index: 1;
}

#header .search-box .btn-submit {
    background: 0 0;
    border-style: none;
    border-width: 0;
    color: #d2d2d2;
    cursor: pointer;
    float: right;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 24px;
    z-index: 2;
}

#header .search-box span {
    color: #011c2d;
    display: none;
    font-size: 11px;
    line-height: 13px;
    margin-left: 2px;
    padding: 2px 0 2px 23px;
}

.ui-autocomplete-loading {
    background: url(../images/images-indicator.gif) no-repeat right center !important;
}

ul.ui-autocomplete,
.ui-menu {
    border: 1px solid #bbb;
    border-radius: 0;
    font: normal 14px Open Sans, Arial, Helvetica, sans-serif;
    moz-border-radius: 0;
    padding: 0;
    webkit-border-radius: 0;
    z-index: 9999;
}

.ui-menu .ui-corner-all {
    border-radius: 0 !important;
    margin: 0 !important;
    moz-border-radius: 0 !important;
    webkit-border-radius: 0 !important;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #eee;
    border: 0;
    margin: 0 !important;
}

.newtag {
    position: relative;
    z-index: 99;
}

a.tax-link {
    padding: 0 5px 0 0;
}

#featured {
    background: #fff;
    border-bottom: 1px solid #cbd8d8;
    min-height: 325px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 35px;
}

#featured h2 {
    float: none;
    text-align: center;
}

.featured-slider .gallery-c {
    height: 1%;
}

.featured-slider .gallery-c:after {
    clear: both;
    content: "";
    display: block;
}

.featured-slider .gallery-holder {
    position: relative;
}

.featured-slider .slide {
    box-sizing: border-box;
    height: 1%;
    moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    webkit-box-sizing: border-box;
}

.featured-slider .slider li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    margin: 0 1.3% 0 0;
    moz-border-radius: 3px;
    moz-box-sizing: border-box;
    position: relative;
    text-align: center;
    webkit-border-radius: 3px;
    webkit-box-sizing: border-box;
    width: 24%;
}

.featured-slider .slider li:last-child {
    margin-right: 0;
}

.featured-slider .slider li .wrapper {
    height: 257px;
    padding: 19px;
    text-align: center;
}

.featured-slider .slider li .wrapper:hover {
    background: #f7f7f7;
}

.featured-slider .slider .image {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 100px;
    margin: -80px auto 5px;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 0;
    webkit-border-radius: 3px;
    width: 100px;
}

.featured-slider .slider .image img {
    max-width: 100%;
}

.featured-slider .slider .banner-thumbnail {
    background-repeat: none;
    background-size: cover;
    height: 100px;
}

.featured-slider .slider h3 {
    color: #555655;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    margin: 0 5px;
    text-align: center;
}

.featured-slider .slider h3 a {
    text-decoration: none;
}

.featured-slider .slider .store-name {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
}

.featured-slider .slider .store-name a {
    color: inherit;
    text-decoration: underline;
}

.featured-slider .slider .store-name a:hover {
    text-decoration: none;
}

.featured-slider .slider a.btn {
    margin: 5px auto 10px;
    max-width: 180px;
    position: relative;
}

#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 {
    margin: 0;
    position: relative;
}

.content-box .box-c:after,
#content-fullwidth .content-box .box-c:after {
    clear: both;
    content: "";
    display: block;
}

.content-box {
    height: 1%;
    margin: 0 0 20px;
    position: relative;
}

.comment-form {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#commentForm fieldset {
    max-width: 603px;
}

.content-box .post-box {
    padding: 20px 25px;
}

.content-box .box-c:after,
.content-box .head:after {
    clear: both;
    content: "";
    display: table;
}

.content-box .head h2 {
    float: left;
}

.head .counter,
.head .counter-red {
    color: #9c9da9;
    float: right;
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    margin: 0;
    padding: 0 20px;
}

.home .head .counter {
    margin-top: -40px;
    position: relative;
}

.counter span {
    color: green;
    font-weight: 700;
}

.head .counter-red span {
    color: #a92c2c;
    font-weight: 700;
}

.page-template-front-page-php .status-unreliable * {
    opacity: .9;
}

.content-box h2.archive {
    background: 0 0;
    padding-left: 12px;
}

.content-box h2 span.coupon-count {
    color: #999;
    float: right;
    font-size: 14px;
    margin: 0 20px;
}

.content-box .item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    clear: both;
    margin-bottom: 20px;
    min-height: 120px;
    moz-border-radius: 0.5em;
    padding: 20px 20px 10px;
    position: relative;
    webkit-border-radius: 0.5em;
}

.content-box .item.description {
    margin-top: 0;
    padding: 20px 40px 30px;
}

.tax-stores h2 {
    font-size: 22px;
}

.tax-stores .content-box h3 {
    font-size: 20px;
    font-weight: 100;
}

.tax-stores .desc h3 {
    color: #3f3f3f;
}

.content-box .item-frame {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    min-height: 75px;
    moz-box-sizing: border-box;
    padding-left: 130px;
    webkit-box-sizing: border-box;
    width: 77%;
}

.content-box .item-frame:after,
.content-box .item-actions:after {
    clear: both;
    content: "";
    display: block;
}

.shop-descr p {
    font-size: 1.1em;
    text-align: justify;
}

.content-box .item-actions {
    float: right;
    height: 100%;
    margin-left: 2%;
    padding: 35px 0 0;
    position: relative;
    width: 20%;
}

.content-box .item-actions p.time-left {
    margin-bottom: 0;
    padding-top: 20px;
}

.content-box .item-actions div.expired-coupon-info.iconfix {
    margin-bottom: -10px;
}

.content-box .item-actions h5 {
    display: none;
}

.couponAndTip {
    position: relative;
}

.couponAndTip .coupon-code-link.promotion,
.couponAndTip .coupon-code-link.printable-coupon,
.couponAndTip .coupon-code-link.coupon-code,
.couponAndTip .coupon-code-link.coupon-hidden span.cover {
    border-radius: 3px;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-transform: none;
}

.couponAndTip .coupon-code-link i {
    margin-right: 5px;
}

.couponAndTip .coupon-code {
    background: #d9d9d9;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-transform: none;
}

.couponAndTip .coupon-code.zeroclipboard-is-hover,
.couponAndTip .coupon-code:hover {
    background: #e2e2e2;
}

.couponAndTip .coupon-hidden {
    background: transparent;
    display: block;
    overflow: hidden;
    padding: 0;
}

.couponAndTip .coupon-code-link.coupon-hidden span.cover {
    background: #35b729;
    border-radius: 3px;
    box-shadow: -8px 0 rgba(2, 2, 2, .1) inset;
    box-sizing: border-box;
    moz-box-shadow: -8px 0 rgba(2, 2, 2, .1) inset;
    moz-box-sizing: border-box;
    moz-transition: all .35s ease 0s;
    padding-left: 0;
    position: relative;
    text-align: center;
    transition: all .35s ease 0s;
    webkit-box-shadow: -8px 0 rgba(2, 2, 2, .1) inset;
    webkit-box-sizing: border-box;
    webkit-transition: all .35s ease 0s;
    width: 90%;
    z-index: 1;
}

.couponAndTip .coupon-code-link.coupon-hidden:hover span.cover {
    box-shadow: -14px 0 rgba(2, 2, 2, .1) inset;
    padding-left: 5%;
    width: 85%;
}

.couponAndTip .promotion {
    background: #CB3B09
}
.type-sale .couponAndTip .promotion {
/*    background: #E56B41;*/
    background: #619BC1;
}

.couponAndTip .printable-coupon {
    background: #CB3B09
}

.couponAndTip .coupon-hidden:hover span,
.couponAndTip .coupon-hidden.hover span,
.couponAndTip .coupon-hidden.zeroclipboard-is-hover span,
.couponAndTip .promotion:hover,
.couponAndTip .promotion.hover,
.couponAndTip .promotion.zeroclipboard-is-hover,
.couponAndTip .printable-coupon:hover,
.couponAndTip .printable-coupon.hover,
.couponAndTip .printable-coupon.zeroclipboard-is-hover {
    box-shadow: #00324d 1px 1px 10px 0px;
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-transition: opacity 300ms ease-out;
}

.couponAndTip .hidden-code {
    background: #d9d9d9;
    border-radius: 3px;
    color: #000;
    direction: rtl;
    display: block;
    font-size: 16px;
    font-weight: 400;
    max-width: 50%;
    overflow: hidden;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 0;
}

.thumbsup-vote {
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    margin: 0 auto;
    min-height: 87px;
    moz-border-radius: 2px;
    padding: 3px;
    webkit-border-radius: 2px;
    width: 100px;
}

.item-panel .thumbsup-vote {
    margin-top: -20px;
}

.thumbsup-vote .results {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.thumbsup-vote .progress {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    display: block;
    height: 14px;
    margin: 7px 2px 4px;
    min-width: 94px;
    moz-border-radius: 2px;
    moz-box-shadow: 0 1px 0 #fff;
    padding: 0;
    position: relative;
    webkit-border-radius: 2px;
}

.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 {
    border-radius: 2px;
    display: block;
    height: 12px;
    margin: 0;
    moz-border-radius: 2px;
    moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    padding: 0;
    position: relative;
    text-align: center;
    webkit-border-radius: 2px;
    width: 0;
}

.progress span b {
    color: #fff;
    font-size: .8em;
    line-height: 11px;
    padding-left: 2px;
}

.results {
    float: left;
    margin: 5px 0 2px;
}

.results .progress-holder {
    float: left;
    width: 100px;
}

.results .progress-holder .votes-raw {
    display: block;
    float: left;
    margin: 0 0 0 4px;
    text-align: left;
    width: 30px;
}

.results .progress-holder .progress {
    float: right;
    height: 12px;
    margin: 2px 2px 0;
    min-width: 60px;
}

.results .progress-holder .progress span {
    height: 10px;
}

.content-box .item .image .frame {
    overflow: hidden;
    padding: 2px 0 2px 3px;
    width: 113px;
}

.content-box .item img {
    display: block;
    max-width: 100%;
}

.content-box .store-holder {
    float: left;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 114px;
}

.content-box .head-box .store-holder {
    left: 0;
    top: 0;
}

.content-box .store-image {
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
    max-height: 114px;
    max-width: 100%;
    moz-border-radius: 3px;
    moz-box-sizing: border-box;
    overflow: hidden;
    webkit-border-radius: 3px;
    webkit-box-sizing: border-box;
    width: auto;
}

#content .content-box .store-image img {
    border: medium 0;
    max-width: 100%;
    padding: 0;
    width: 114px;
}

.content-box .store-name {
    display: none;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.content-box .store-name a {
    color: inherit;
    text-decoration: underline;
}

.content-box .store-name a:hover {
    text-decoration: none;
}

.content-box .store .image {
    float: left;
    margin: 0 18px 0 0;
    width: 116px;
}

.content-box .store .thumb-wrap {
    border: 1px solid #d2d2d2;
    float: left;
    height: 114px;
    margin-right: 18px;
    width: 114px;
}

.content-box .store .image .frame {
    overflow: hidden;
    padding: 2px 0 2px 3px;
    width: 113px;
}

.content-box .store img {
    display: block;
}

.item-panel {
    position: relative;
}

.content-box.type-post h3.entry-title a:link,
.content-box.type-post h3.entry-title a:visited,
.content-box.type-post h3.entry-title a:active,
.item-panel h3.entry-title a:link,
.item-panel h3.entry-title a:visited,
.item-panel h3.entry-title a:active {
    color: inherit;
}

.content-box.type-post h3.entry-title a:hover,
.item-panel h3.entry-title a:hover {
    color: #00a1f1;
    text-decoration: none;
}

.post .taxonomy {
    max-width: 472px;
    padding-left: 0;
}

.coupon-main h5 {
    display: inline;
    float: left;
    font: 20px/22px trebuchet ms, Arial, Helvetica, sans-serif;
    margin: 4px 15px 0 0;
}

.content-box .item .text-box {
    line-height: 16px;
    min-height: 30px;
    padding: 10px 15px;
}

.content-box .item .text-box a.more {
    font-size: 11px;
}

.content-box .item .text-box p {
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.content-box .item .text-box p.desc {
    line-height: 16px;
    padding: 0;
}

.text-holder .taxonomy {
    font-size: 12px;
    padding: 5px 5px 5px 15px;
}

.taxonomy span.store {
    background: url(../images/images-store.png) no-repeat scroll 0 0 transparent;
}

div.store-info {
    font-size: 18px;
    height: 24px;
    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 {
    font-size: 18px;
    margin-right: 10px;
}

.taxonomy span.store a {
    padding-left: 23px;
}

.taxonomy span.folder {
    background: url(../images/images-folder-open.png) no-repeat scroll 10px 0 transparent;
}

.taxonomy span.folder a {
    padding-left: 28px;
}

.content-box p.category,
.content-box p.tag {
    font-weight: 700;
}

.content-box p.category a,
.content-box p.tag a {
    color: #555655;
    font-weight: 400;
    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 {
    height: 16px;
    line-height: 20px;
    list-style: none outside none;
    padding-left: 20px;
}

p.stats {
    color: #9c9da9;
    float: right;
    font-size: 11px;
    margin: 5px -125px 0 0;
}

.coupon-main {
    margin: 0;
    padding: 0 130px 0 200px;
    position: relative;
}

.item-footer div.vcard,
.blog div.vcard,
.posted-on time.updated,
.meta time.updated,
.item-footer time.published,
.item-footer time.updated,
.item-actions time.published,
.item-actions time.updated {
    display: none;
}

.content-box .item-footer {
    clear: both;
    color: #40799c;
    font-weight: 400;
    margin-top: 20px;
    padding-left: 130px;
    font-size: 0.95em;
}

p.link-popup {
    color: #fff;
    display: none;
    font-size: 11px;
    left: 50%;
    line-height: 18px;
    margin-left: -75px;
    min-width: 150px;
    padding: 0;
    padding-bottom: 9px;
    position: absolute;
    top: -53px;
    z-index: 20;
}

p.link-popup .link-popup-arrow {
    border-bottom: medium 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #34495e;
    bottom: 0;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
}

p.link-popup span.link-popup-inner {
    background: #34495e;
    border-radius: 6px;
    display: block;
    max-width: 100%;
    moz-border-radius: 6px;
    padding: 12px;
    text-align: center;
    webkit-border-radius: 6px;
    width: auto;
}

.link-bar .link {
    color: #07609e;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    margin: 0;
    padding: 0 12px 0 0;
}

.content-box ul.social {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    width: 250px;
    /*width: calc(100% - 260px);*/
}

.content-box ul.social:after {
    clear: both;
    content: "";
    display: block;
}

.content-box ul.social li {
    float: left;
    line-height: 22px;
    list-style-type: none;
    margin: -2px 0 0 0px;
    max-height: 20px;
    overflow: hidden;
    position: relative;
}

.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 {
    font-size: 16px;
    margin-right: 5px;
}

.content-box ul.social li a,
.comments-list p.links a {
    color: inherit;
}

.content-box ul.social li a:hover,
.comments-list p.links a:hover {
    text-decoration: none;
}

.content-box ul.social li.report {
    float: left;
    margin: 0;
    max-height: none;
    width: 300px;
}

.content-box ul.social li.report select {
    width: 200px;
}

.content-box .reports_wrapper,
.content-box .reports_form_link {
    color: inherit;
    display: inline-block;
}

.content-box .reports_form,
.content-box .reports_message {
    background: #edeff1;
    border: medium 0;
    border-radius: 6px;
    moz-border-radius: 6px;
    padding: 6px;
    webkit-border-radius: 6px;
}

.content-box .reports_form table {
    margin: 0;
}

.content-box div.desc ul {
    list-style-position: outside;
}

.content-box div.desc p {
    margin-bottom: 10px;
}

#content .content-box ul.social li.stats {
    float: left;
    font-size: 11px;
    height: 16px;
}

.content-box ul.social li.calendar {
    height: 16px;
}

.content-box ul.social li.calendar span {
    margin-left: 23px;
}

.content-box ul.social li a {
    padding: 0;
}

.content-box ul.social li.loop-comments:not(:empty) a:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
}

.content-box .reports_wrapper a:before {
    content: "\f11d";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
}

.content-box ul.social li span.show-comments {
    color: #979797;
    padding: 0;
}

.content-box .email-wrap {
    width: 446px;
}

.content-box .grid .item {
    box-sizing: border-box;
    clear: right;
    float: left;
    height: 300px;
    margin-right: 2%;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 32%;
}

#featured .banner-thumbnail {
    background-repeat: none;
    background-size: cover;
    height: 100px;
    margin: -20px -20px -80px;
}

#content-fullwidth .content-box .grid .item,
#featured .content-box .grid .item {
    width: 23.5%;
}

#content .content-box .grid .item:nth-child(3n+1),
#content-fullwidth .content-box .grid .item:nth-child(4n+1),
#featured .content-box .grid .item:nth-child(4n+1) {
    margin-right: 0;
}

.content-box .grid .store-holder {
    float: none;
    margin: 0 auto;
    position: static;
    width: auto;
}

.content-box .grid .store-holder .store-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 114px;
}

.content-box .grid h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.content-box .grid .item-frame,
.content-box .grid .item-actions {
    float: none;
    margin-left: 0;
    min-height: 0;
    padding: 0;
    width: auto;
}

.content-box .grid .item-frame {
    height: 60px;
    margin: 10px 0;
}

.content-box .grid .item-actions {
    position: relative;
}

.content-box .grid .item-actions p.time-left,
.content-box .grid .item-actions div.expired-coupon-info.iconfix {
    float: none;
    height: 18px;
    margin: 0;
    padding-top: 0;
    width: auto;
}

.content-box .grid .content-holder,
.content-box .grid div.taxonomy,
.content-box .grid .thumbsup-vote,
.content-box .grid .item-footer,
.content-box .grid .status-unreliable p.time-left {
    display: none;
}

.content-box .grid .item-actions .couponAndTip {
    clear: both;
    float: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.content-box .grid div.top-coupon-type {
    display: none;
}

.content-box .grid .store-name {
    display: block;
}

.content-box ul.home-tab-section {
    padding: 0;
}

.content-box ul.home-tab-section li {
    display: inline-block;
    font-size: 16px;
    list-style: none outside none;
}

.content-box ul.home-tab-section li a {
    color: #666;
    display: inline-block;
    padding: 10px;
}

.content-box ul.home-tab-section li a:hover {
    color: #393939;
    text-decoration: none;
}

.content-box ul.home-tab-section li.active a {
    border-bottom: 3px solid #ccc;
    color: #393939;
}

.directory .catcol ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 8px;
}

.directory .catcol ul li {
    list-style: none outside none;
}

.directory .catcol {
    float: left;
    width: 25%;
}

.directory .catcol ul li.maincat {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.directory .catcol ul li.maincat a {
    text-decoration: none;
}

.directory .catcol li.maincat > ul.subcat-list {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    margin-bottom: -3px;
    padding-bottom: 8px;
}

.directory .catcol ul.subcat-list {
    padding: 5px;
}

.directory .catcol ul li.cat-item {
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 12px;
    text-transform: none;
}

.directory .catcol ul li.cat-item a {
    color: #545454;
    text-decoration: none;
}

.directory .catcol ul li.maincat a:hover,
.directory .catcol ul li.cat-item a:hover {
    text-decoration: underline;
}

.directory .catcol ul li {
    line-height: 20px;
    padding: 5px 0 2px 10px;
}

.directory .catcol ul.children {
    list-style-type: none;
    margin: 0 0 -10px -12px;
    padding: 5px 0;
}

.directory .catcol ul.children li {
    border-bottom: 0;
    border-top: 1px solid #efefef;
}

.directory .catcol ul.children li a {
    margin-left: 8px;
}

.directory.twoCol .catcol {
    width: 50%;
}

.content-box ul.social .drop {
    display: none;
    left: -20px;
    margin-top: 3px;
    padding: 8px 5px 5px;
    position: absolute;
    top: 15px;
    z-index: 999;
}

.content-box ul.social .drop-arrow {
    border-bottom: 9px solid #edeff1;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: medium 0;
    display: block;
    height: 0;
    left: 26px;
    margin-left: -9px;
    position: absolute;
    top: 0;
    width: 0;
}

.content-box ul.social .drop-c {
    background: #edeff1;
    border-radius: 6px;
    display: block;
    max-width: 100%;
    moz-border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    webkit-border-radius: 6px;
    width: auto;
}

.content-box ul.social .drop-c:after {
    clear: both;
    content: "";
    display: block;
}

.content-box ul.social .drop ul {
    border: 0;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 230px;
}

.thumbsup-badge {
    display: block;
    float: left;
    height: 80px;
    padding-top: 20px;
    text-align: center;
    width: 82px;
}

.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: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
}

.thumbsup-badge .success {
    color: #fff;
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.thumbsup-stripe-badge {
    display: block;
    height: 28px;
    margin: 0 -3px;
    width: 106px;
}

.thumbsup-stripe-badge .percent {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 28px;
    text-align: center;
}

.stripe-badge .success {
    color: #666;
    display: block;
    font-weight: 700;
    margin: 0 0 2px;
    text-align: center;
    text-transform: uppercase;
}

.thumbsup-vote .frame {
    padding: 0;
    width: 100px;
}

.thumbsup-vote span.text {
    color: #555655;
    display: block;
    line-height: 16px;
    margin: 7px 2px;
    text-align: center;
}

.thumbsup-vote span.vote {
    color: #666;
    display: inline-block;
    margin: 5px 0 0;
    padding: 5px 0;
    width: 35%;
}

.thumbsup-vote span.vote span {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 16px;
    moz-border-radius: 2px;
    padding: 4px;
    webkit-border-radius: 2px;
    width: 16px;
}

.thumbsup-vote span.vote span:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: inherit;
}

.thumbsup-vote span.thumbsup-up {
    margin-left: 21px;
    text-align: right;
}

.thumbsup-vote span.thumbsup-up span.thumbsup {
    background: #6abe59;
}

.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:before {
    content: "\f165";
}

.thumbsup-vote span.thumbsup-up span.thumbsup:hover,
.thumbsup-vote span.thumbsup-down span.thumbsdown:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    cursor: pointer;
    moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    webkit-transition: opacity 300ms ease-out;
}

.thumbsup-vote-plain {
    float: left;
    margin-right: 10px;
}

.thumbsup-vote-plain,
.thumbsup-vote-plain div {
    display: inline-block;
}

.thumbsup-vote-plain div.loading {
    display: none;
    float: left;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    width: 16px;
}

.thumbsup-vote-plain span.vote {
    display: inline-block;
    margin: 0;
}

.thumbsup-vote-plain span.vote span {
    border-radius: 2px;
    display: block;
    font-size: 16px;
    height: 16px;
    moz-border-radius: 2px;
    padding: 0 4px;
    webkit-border-radius: 2px;
    width: 16px;
}

.thumbsup-vote-plain span.vote span:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: inherit;
}

.thumbsup-vote-plain span.thumbsup-up span.thumbsup:before {
    content: "\f087";
}

.thumbsup-vote-plain span.thumbsup-down {
    text-align: left;
}

.thumbsup-vote-plain span.thumbsup-down span.thumbsdown:before {
    content: "\f088";
}

.thumbsup-vote-plain span.thumbsup-up span.thumbsup:hover,
.thumbsup-vote-plain span.thumbsup-down span.thumbsdown:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    cursor: pointer;
    moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    webkit-transition: opacity 300ms ease-out;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #eaeaea;
    margin-bottom: 18px;
    width: 100%;
}

table.about-merchant-stats {
    border-top-style: none;
    border-top-width: 0;
}

table,
td,
th {
    vertical-align: middle;
}

.quip-comment table {
    margin-bottom: 0px;
}

th {
    border-top: 1px solid #fff;
    color: #666;
    padding: 10px;
    text-transform: uppercase;
}

td {
    color: #666;
    padding: 10px 0px;
}

tfoot td {
    border: 0;
}

th,
tr:hover {
    background-color: #f5f5f5;
}

.tblwide {
    border-collapse: collapse;
    width: 100%;
}

.tblwide thead tr th {
    background: #e5e5e5;
    padding: 7px 0;
}

.tblwide tbody tr td {
    border-bottom: 1px solid #cdcdcd;
    padding: 7px 5px;
    vertical-align: middle;
}

tr .even:hover {
    background-color: #f4f4f4 !important;
    border-radius: 6px;
    khtml-border-radius: 6px;
    moz-border-radius: 6px;
    webkit-border-radius: 6px;
}

.meta {
    font-size: 12px;
}

.tblwide h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.paging {
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}

.text-box .paging {
    clear: both;
    float: none;
    width: auto;
}

.tax-stores .paging {
    margin-top: 20px;
}

.content-box .paging .pages {
    text-align: center;
}

.content-box .paging .pages span.total {
    display: none;
    padding: 0 10px 0 3px;
}

.content-box .paging .pages span.prevPage a,
.content-box .paging .pages span.nextPage a,
.content-box .paging .pages a.page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
    min-width: 20px;
    moz-border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    webkit-border-radius: 3px;
}

.content-box .paging .pages span.current {
    background: #00a1f1;
    border: 1px solid #6ed9f4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 3px;
    min-width: 20px;
    moz-border-radius: 3px;
    padding: 10px;
    webkit-border-radius: 3px;
}

#content .content-box .blog,
#content-fullwidth .content-box .blog,
.content-box .comments-box,
.content-box .post-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    clear: both;
    margin-bottom: 20px;
    moz-border-radius: 3px;
    padding: 20px;
    webkit-border-radius: 3px;
}

.content-box.type-post h3.entry-title,
#content .content-box .blog h1,
#content .content-box .store h1,
#content-fullwidth .content-box .blog h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}

.content-box.type-post h3.entry-title,
.single-post #content .content-box .blog h1 {
    font-weight: 700;
}

.tax-stores #content .content-box .store h1 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0;
}

.store .desc.collapsed {
    height: 43px;
    overflow: hidden;
}

.store .desc {
    moz-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    webkit-transition: all .35s ease 0s;
}

.store .read-more {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.store .read-more.collapse {
    display: none;
}

.store .store-url {
    margin: 0;
}

.store .store-url a:hover {
    text-decoration: none;
}

.blog .content-bar {
    background: #f8f8f8;
    font-size: 11px;
    height: 1%;
    line-height: 13px;
    margin: 0 -20px 20px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}

.blog .content-bar:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .blog .content-bar {
    margin: 0 -30px 0 -18px;
    width: 620px;
}

.blog .content-bar i.fa-folder-open {
    margin-left: 20px;
}

.blog .content-bar .comments {
    float: left;
    padding: 0 0 0 23px;
}

.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: 700;
}

p.meta {
    float: left;
    padding: 1px 0 2px;
    text-transform: none;
}

p.meta a {
    padding: 0 0 2px;
    text-transform: uppercase;
}

p.comment-count {
    float: right;
    padding: 1px 0 2px;
}

p.comment-count a {
    padding: 2px 0;
}

p.comment-count span {
    padding-left: 20px;
}

p#comment-closed {
    text-align: center;
}

.archive:not(.tax-stores) .store {
    margin-bottom: 20px;
}

.store {
    clear: both;
}

.content-box .store .store-holder {
    display: none;
    left: 0;
    top: 0;
}

.head-box {
    height: 1%;
    margin: 10px 0;
    min-height: 110px;
    padding: 0;
    position: relative;
}

.head-box .thumbsup-vote {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

div.adsense:not(:empty) {
    margin: 10px 20px;
}

div.facebook-wrap {
    margin: -8px 0 -20px 4px;
}

.fan_box .connections_grid .grid_item {
    background-color: #666;
    padding: 0 10px 8px 3px;
}

.blog .text-box {
    color: #555655;
    height: 1%;
    padding: 20px 0;
}

.type-post .blog .text-box {
    padding: 0;
}

.blog .text-box-form {
    color: #555655;
    height: 1%;
    padding: 20px 0 10px;
}

#content .blog .tblwide tbody tr td img {
    background: 0 0;
    border: 0;
    padding: 0;
}

#content .blog img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    display: inline-block;
    khtml-border-radius: 3px;
    max-width: 95%;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 4px;
    webkit-border-radius: 3px;
}

#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;
}

.blog .text-box p.edit {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
}

#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 {
    background: #f8f8f8;
    margin: 0 -20px 20px;
    padding: 10px 20px;
    position: relative;
}

#content .tags {
    float: left;
    line-height: 16px;
}

#content .tags a {
    color: inherit;
}

#content .stats {
    float: right;
    line-height: 17px;
}

.blog .user-bar {
    height: 1%;
    overflow: hidden;
}

.inner-social {
    border: 0;
    display: inline;
    float: right;
    list-style: none;
    margin: 3px 0 0;
    padding: 0;
    width: auto;
}

* html .inner-social {
    margin: 3px -10px 0 0;
}

.inner-social li {
    float: left;
    line-height: normal;
    list-style: none outside none !important;
    margin: 0 11px 0 0;
}

.inner-social li a {
    float: left;
    height: 23px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    width: 24px;
}

.content-box ul.social li .inner-social li {
    line-height: normal;
}

.inner-social a {
    border-radius: 5px;
    moz-border-radius: 5px;
    text-decoration: none;
    webkit-border-radius: 5px;
}

.inner-social li a:before {
    color: #ffa851;
    content: "\f143";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    margin: 0 6px 0 0;
    text-decoration: inherit;
}

.inner-social li a:hover {
    opacity: .7;
}

.inner-social li .mail:before {
    color: #999;
    content: "\f199";
}

.inner-social li .twitter:before {
    color: #00b9f4;
    content: "\f081";
}

.inner-social li .facebook:before {
    color: #3b5998;
    content: "\f082";
}

.inner-social li .pinterest:before {
    color: #db333a;
    content: "\f0d3";
}

.inner-social li .digg {
    background: url(../images/images-digg.png);
    text-indent: -9999px;
}

.inner-social li .digg:before {
    content: "";
    margin: 0;
}

.inner-social li .reddit {
    background: url(../images/images-reddit.png);
    text-indent: -9999px;
}

.inner-social li .reddit:before {
    content: "";
    margin: 0;
}

.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;
    overflow: hidden;
    padding: 0;
}

.content-box ul.stores li,
.content-box ul.categories li {
    float: left;
    list-style: none outside none;
    padding: 0 15px 0 0;
    width: 155px;
}

.comments-box h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}

.comments-box .comments {
    background: #e8e8e8;
    height: 1%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 10px;
}

.comments-box .comments ul {
    list-style: none;
    padding: 0 0 0 60px;
}

ul.children li {
    margin: 10px 0 0;
}

a.mini-comments {
    padding: 0 10px 0 0;
}

.comments-box ul.comments-mini {
    max-height: 225px;
    overflow: auto;
    padding: 0 0 5px;
}

.comments-box ul.comments-mini li {
    line-height: 18px;
    list-style-type: none;
}

.comments-box ul.comments-mini li img.avatar {
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #b7b7b7;
    display: block;
    float: left;
    height: 32px;
    margin: 4px;
    moz-box-shadow: 1px 1px 5px #b7b7b7;
    webkit-box-shadow: 1px 1px 5px #b7b7b7;
    width: 32px;
}

img.screen-thumb {
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #b7b7b7;
    float: left;
    margin: 10px 0 0;
    moz-box-shadow: 1px 1px 5px #b7b7b7;
    webkit-box-shadow: 1px 1px 5px #b7b7b7;
}

.comments-mini p {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.comments-mini p.comment-meta {
    border-top: 1px dotted #999;
    color: inherit;
    font-size: 11px;
    margin-top: 7px;
    padding-top: 4px;
}

.author-wrap {
    background: #f8f8f8;
    margin: 0 -20px 20px;
    min-height: 70px;
    padding: 20px;
}

.author-wrap h1 {
    padding: 0 0 0 75px;
}

.author-wrap p {
    padding-left: 85px;
}

.author-wrap p.author {
    font-size: 18px;
    margin: -2px 0 4px;
    padding-left: 85px;
}

.author-wrap img.avatar {
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #b7b7b7;
    display: block;
    float: left;
    moz-box-shadow: 1px 1px 5px #b7b7b7;
    padding: 2px;
    webkit-box-shadow: 1px 1px 5px #b7b7b7;
}

.comments-mini p.comment-meta span.date-wrap {
    color: inherit;
    float: right;
    margin-top: 2px;
}

.comments-mini p.comment-meta span.date-wrap i.fa-clock-o {
    margin-left: 5px;
}

.comments-box .comments ul li {
    padding: 0;
}

.comments-box .comments li {
    height: 1%;
    list-style-type: none;
}

.comments-box .comments li.pingback {
    list-style-type: circle;
    padding: 2px 0 2px 5px;
}

.comments-box .items,
.comments-box #respond {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 1%;
    line-height: 18px;
    list-style-type: none;
    margin: 7px 7px 0;
    min-height: 34px;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 0;
    webkit-border-radius: 3px;
}

.comments-box .items .rt,
.comments-box #respond {
    float: none;
    padding: 10px;
}

.comments-box .items .rt img.avatar {
    border: 1px solid #d2d2d2;
    display: block;
    float: left;
    padding: 2px;
}

.comments-box .comments .items .items-image {
    display: inline;
    float: left;
    margin: 7px 18px 0 12px;
    width: 76px;
}

.comments-box .comments .items .items-image .image-frame {
    height: 1%;
    overflow: hidden;
    padding: 8px 0 10px 9px;
}

.comments-box .comments .items .items-image img {
    display: block;
}

.comments-box .comments .items p {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 18px 83px;
}

.comments-box .comments .bar {
    border-bottom: 1px dotted #999;
    height: 1%;
    margin: 0 0 5px 83px;
    margin-top: -4px;
    overflow: hidden;
}

.comments-box .comments .bar a {
    float: left;
    font-weight: 700;
    margin: 3px 10px 0 0;
}

.comments-box .comments .bar a:hover {
    text-decoration: none;
}

.comments-box .comments .bar span.date-wrap {
    color: #95928d;
    float: right;
    font-size: 12px;
    margin-top: 2px;
}

.comments-box .comments .bar span.date {
    display: block;
    float: left;
    padding: 2px 10px 2px 0;
}

.comments-box .comments .bar span.time {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 2px 10px 2px 0;
}

.comments-list {
    display: none;
    margin: 15px 0 0;
}

.comments-list .comments-box {
    background-color: #e8e8e8;
    padding: 0;
}

.comments-list .comments-box .head {
    background: 0 0;
    padding: 0;
}

.comments-list .comments-box .comments {
    max-height: 225px;
    overflow: auto;
    padding: 0;
}

.comments-list .comments-box .comments li {
    height: auto;
    overflow: hidden;
    padding: 0 3px 0 0;
}

.comments-list p.links {
    background-color: #f4f4f4;
    margin: 0 1px;
    padding: 7px 17px;
    text-align: right;
}

.comments-box .comments .bar {
    font-size: 13px;
    font-weight: 700;
}

.comments-box .comments .bar span {
    color: #656565;
    font-weight: 400;
}

.comments-box .comment-reply-link {
    float: right;
}

.comments-box .comment-reply-link:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.comments-box .comment-reply-link i {
    margin-right: 5px;
}

#respond .cancel-comment-reply {
    float: right;
    font-size: 11px;
    margin-bottom: 20px;
}

#respond {
    margin: 10px auto 20px;
}

#respond p.comment-text {
    float: left;
    margin-right: 2%;
    width: 32%;
}

#respond p.comment-textarea {
    clear: both;
}

#respond p.comment-text:nth-child(3) {
    margin-right: 0;
}

#respond p.comment-text label,
#respond p.comment-textarea label {
    float: none;
    margin-bottom: 5px;
    text-align: left;
}

#respond p.comment-text input.text {
    box-sizing: border-box;
    max-width: 100%;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 100%;
}

#respond div.invalid {
    margin-left: 0;
}

.post-box #message {
    padding: 20px;
}

.post-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
}

.post-box .row p {
    color: #3c3c3c;
    margin: 0 0 0 167px;
    padding: 0;
}

.post-box .row p a {
    color: #0453a3;
    font-weight: 700;
}

form#loginform,
form#registerform,
form#lostpassform {
    padding: 30px 0;
}

form#loginform p,
form#registerform p,
form#lostpassform p {
    height: 1%;
    overflow: hidden;
    padding: 0 0 9px;
}

p.lostpass {
    margin: 10px 0 0 166px;
}

#recaptcha_widget_div {
    margin-left: 204px;
}

.loginForm #recaptcha_widget_div {
    float: left;
    margin-bottom: 10px;
    margin-left: 166px;
}

input#recaptcha_response_field {
    left: 0;
}

#loginForm .social_connect_ui {
    clear: both;
    float: left;
    margin-left: 166px;
    width: 100%;
}

#loginForm .social_connect_ui label {
    margin: 0 0 5px;
    text-align: left;
}

#loginForm .social_connect_ui .social_connect_form {
    clear: both;
}

.content-box ul.errors {
    margin: 0;
    padding: 0;
}

ul.errors li {
    color: #a43;
    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: #ffc;
    border: 1px solid #d8d2a9;
    border-radius: 4px;
    khtml-border-radius: 4px;
    margin-bottom: 10px;
    moz-border-radius: 4px;
    padding: 7px;
    webkit-border-radius: 4px;
}

.box-red,
.error {
    background-color: #ffebe8;
    border: 1px solid #c00;
    border-radius: 4px;
    khtml-border-radius: 4px;
    margin-bottom: 10px;
    moz-border-radius: 4px;
    padding: 7px;
    webkit-border-radius: 4px;
}

#couponForm ol,
#loginForm ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#couponForm ol:after,
#loginForm ol:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

#couponForm li,
#loginForm li,
#commentForm li,
.commentForm li {
    display: block;
    list-style-type: none;
    margin: 15px 0;
}

#loginForm li {
    max-width: 510px;
}

#couponForm .row {
    height: 1%;
    overflow: hidden;
    padding: 0 0 9px;
}

#couponForm label,
#loginForm label,
#commentForm label,
.commentForm label,
#coupon-fields .featured-head h3 {
    clear: right;
    color: #454545;
    display: inline;
    float: left;
    font-family: Open Sans, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 36px;
    margin-right: 16px;
    text-align: right;
    width: 140px;
}

.email-wrap label {
    text-align: left;
}

#couponForm li.description label {
    float: none;
    text-align: left;
    width: auto;
}

#couponForm li.description div.invalid {
    margin-left: 0;
}

#couponForm p.tip {
    margin-bottom: -2px;
    padding: 2px 0 0 160px;
}

#couponForm p.info {
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 160px;
}

p#store-name,
p#coupon-type-name {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
}

#coupon-fields .form-field {
    margin-left: 167px;
}

#coupon-fields .form-field label {
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
}

li#rememberme,
li#lostpass,
li#register,
li#facebook {
    margin-bottom: 0;
    margin-left: 156px;
    margin-top: 0;
}

li#rememberme span {
    color: #8a8a8a;
    margin-left: 3px;
}

li#checksave {
    clear: both;
    display: block;
    margin: 10px 0;
}

#loginForm table.form-table {
    border: 0;
    margin: 0;
    width: 100%;
}

#loginForm .form-table th {
    background-color: #fff;
    padding: 0;
    text-align: left;
    text-transform: none;
    width: 166px;
}

#loginForm .form-table label {
    margin-right: 6px;
}

#loginForm .form-table tr:hover {
    background-color: #fff;
}

#loginForm .form-table td {
    padding: 0 0 15px;
}

#loginForm table.form-table span.description {
    margin-left: 0;
}

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: 700;
    margin: -10px 0 10px 160px;
}

#respond textarea.commentbox {
    height: 160px;
    width: 100%;
}

.post-box textarea#coupon,
.post-box textarea#description,
li.description textarea {
    height: 160px;
    width: 100%;
}

li.description textarea.wp-editor-area {
    background: 0 0;
    border-radius: 0;
    height: auto;
    max-width: 100%;
    moz-border-radius: 0;
    webkit-border-radius: 0;
    width: 100%;
}

li.description .wp_themeSkin iframe {
    border: 1px solid #aec2c2;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

form.commentForm fieldset ol,
form.post-form fieldset ol {
    padding: 10px 0 0 80px;
}

.mceContentBody {
    background-color: #fff;
    color: #4f4f4f;
    font-size: 12px;
    height: 100%;
    line-height: 1.5em;
    padding: 5px;
}

.mceContentBody ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: disc;
    padding: 10px;
}

.mceContentBody ul li {
    padding: 0 5px;
}

.mceContentBody ol {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding: 10px;
}

.mceContentBody ol li {
    padding: 0 5px;
}

.clearlooks2 .mceTop,
.clearlooks2 .mceTop div {
    background: none repeat scroll 0 0 #464646;
}

li.description {
    position: relative;
}

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 {
    cursor: pointer;
    min-width: 79px;
    text-align: center;
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    line-height: 2em;
    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 {
    line-height: 1.9em;
    list-style-position: inside;
    list-style-type: disc;
}

.content-box ul ul li {
    line-height: 23px;
    list-style-type: circle;
}

.content-box ol {
    margin-bottom: 1.5em;
    padding: 0 0 0 30px;
}

.content-box ol ol {
    margin: 0;
}

.content-box ol li {
    line-height: 1.9em;
    list-style-type: decimal;
}

.content-box ol li ol li {
    line-height: 23px;
    list-style-type: lower-latin;
}

.content-box blockquote {
    color: #444;
    padding: 10px 20px 10px 50px;
    position: relative;
}

.content-box blockquote:before {
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    left: 5px;
    margin: 0 6px 0 5px;
    position: absolute;
    text-decoration: inherit;
    top: 20px;
}

.content-box blockquote p {
    font-style: italic;
}

.content-box pre,
.content-box code {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #000;
    font-family: Consolas, Monaco, courier new, Courier, monospace;
    font-size: 12px;
    font-weight: inherit;
    margin-bottom: 22px;
    overflow-x: auto;
    padding: 3px 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.content-box pre {
    border: 1px solid #dadada;
    line-height: 1.3em;
    overflow: auto;
    padding: 11px;
}

#content img {
    height: auto;
    max-width: 100%;
}
#content .desc img {
    margin: 20px auto;
    box-shadow: rgba(0, 50, 77, 0.35) 1px 0px 10px 0px;
    moz-box-shadow: rgba(0, 50, 77, 0.35) 1px 0px 10px 0px;
    webkit-box-shadow: rgba(0, 50, 77, 0.35) 1px 0px 10px 0px; 
}

#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 {
    clear: both;
    display: block;
    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;
    border-radius: 3px;
    khtml-border-radius: 3px;
    line-height: 18px;
    margin-bottom: 20px;
    moz-border-radius: 3px;
    padding: 4px;
    text-align: center;
    webkit-border-radius: 3px;
}

#content .wp-caption img {
    margin: 0;
}

#content .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    line-height: 14px;
    margin: 5px;
}

#content img.wp-smiley {
    border: 0;
    margin: 0;
}

#content .gallery {
    height: 1%;
    padding: 5px 0 10px;
    position: relative;
}

#content .gallery .gallery-item {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 33%;
}

#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: .7;
}

#content .gallery br + br {
    display: none;
}

#content .attachment img {
    display: block;
    margin: 0 auto;
}

* html #sidebar {
    margin: 4px 21px 0 -21px;
}

* html .inner #sidebar {
    margin: 4px 34px 0 -34px;
}

#sidebar .share-box img {
    display: none;
}

#sidebar .share-box {
    background: #00a1f1;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 20px;
    moz-border-radius: 3px;
    padding: 14px;
    text-decoration: none;
    webkit-border-radius: 3px;
}

#sidebar .share-box span.lgheading {
    display: block;
    font-size: 23px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

#sidebar .share-box span.smheading {
    display: block;
    font-weight: 100;
    margin: 2px 0 0;
    opacity: .9;
}

#sidebar .subscribe-box {
    margin: 0 0 18px;
}

#sidebar .subscribe-box .subscribe-c:after {
    clear: both;
    content: "";
    display: block;
}

#sidebar .subscribe-box .subscribe-holder {
    margin: 0;
    max-width: 220px;
    padding: 5px 15px;
    position: relative;
}

#sidebar .subscribe-box .text-box {
    height: 1%;
    overflow: hidden;
    padding: 0;
}

#sidebar .subscribe-box p,
#footer .panel .subscribe-box p {
    color: #7a7a7a;
    margin: 10px 0;
    text-align: center;
}

#sidebar .subscribe-form {
    padding: 0;
}

#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 {
    font-size: 14px;
    line-height: normal;
    padding: 6px 8px;
    width: 188px;
}

#footer .panel .subscribe-form .text input {
    width: 235px;
}

#sidebar .subscribe-form .row,
#footer .panel .subscribe-form .row {
    height: 1%;
    overflow: hidden;
}

#sidebar .box {
    margin: 0 0 20px 2px;
    overflow: hidden;
    position: relative;
    width: 277px;
}

#sidebar .sidebox .cut {
    height: 74px;
    position: absolute;
    right: -6px;
    top: -5px;
    width: 74px;
    z-index: 999;
}

#sidebar .box .box-c:after {
    clear: both;
    content: "";
    display: block;
}

#sidebar .box .box-holder {
    float: left;
    margin: -84px 0 0;
    position: relative;
    width: 277px;
}

#sidebar .box h3,
#sidebar .block h3 {
    color: #666;
    margin: 0 0 21px;
    padding: 0 0 0 23px;
}

#sidebar .box .list,
#sidebar .widget_twitter ul {
    color: #898989;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
}

#sidebar .list li,
#sidebar .coupon-ticker .list li,
#sidebar .coupon-cats-widget li,
#sidebar .widget_twitter ul li {
    border-bottom: 1px solid #dbdbdb;
    margin: 1px 0 -1px;
    padding: 10px 10px 10px 28px;
    text-indent: -12px;
}

#sidebar .store-widget .list li {
    border-bottom: 1px solid #dbdbdb;
    margin: 1px 0 -1px;
}

#sidebar .coupon-cats-widget .list li {
    border-bottom: 1px solid #dbdbdb;
    margin: 1px 0 -1px;
}

#sidebar .list li:before,
#sidebar .widget_twitter ul li:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 6px 0 5px;
    text-decoration: inherit;
    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: "";
}

#sidebar .store-widget .list li {
    padding-left: 10px;
}

#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 {
    color: #95928d;
}

#sidebar .coupon-ticker,
#sidebar .store-widget,
#sidebar .coupon-searches-widget,
#sidebar .coupon-cats-widget {
    margin-left: -10px;
    padding: 0 4px;
}

#sidebar .box .list li:hover,
#sidebar .sidebox .list li:hover,
ul.jta-tweet-list li:hover {
    background-color: #f4f4f4;
}

#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;
}

#sidebar .box .categories-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 46px 0 19px;
}

#sidebar .box .categories-list li {
    border-bottom: 1px solid #dbdbdb;
    height: 1%;
    margin: 1px 0 -1px;
    overflow: hidden;
    padding: 4px 0 8px;
}

#sidebar .box .categories-list img {
    float: left;
    margin: 0 17px 0 0;
}

#sidebar .box .categories-list .text-holder {
    color: #a0a0a0;
    height: 1%;
    overflow: hidden;
}

#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 {
    height: 1%;
    overflow: hidden;
    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 {
    margin: 0 0 18px;
    width: 265px;
}

#sidebar .block-c {
    width: 265px;
}

#sidebar .block-c:after {
    clear: both;
    content: "";
    display: block;
}

#sidebar .block .block-holder {
    float: left;
    margin: -102px 0 0;
    padding: 0 0 32px;
    position: relative;
    width: 265px;
}

#sidebar .blog-tabs .tabset {
    list-style: none;
    padding: 0;
}

#sidebar .blog-tabs .tabset:after {
    clear: both;
    content: "";
    display: block;
}

#sidebar .blog-tabs .tabset li {
    background: 0 0;
    float: left;
    margin: 0 5px;
    padding: 0 0 5px;
    position: relative;
}

#sidebar .blog-tabs .tabset li:before {
    display: none;
}

#sidebar .blog-tabs .tabset li a {
    color: #a19f9f;
    float: left;
}

#sidebar .blog-tabs .tabset li .bullet {
    bottom: -5px;
    height: 14px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    visibility: hidden;
    width: 19px;
}

#sidebar .blog-tabs .tabset li .bullet:before {
    color: #efefef;
    content: "\f0d7";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    height: 15px;
    text-decoration: inherit;
}

* html #sidebar .blog-tabs .tabset li .bullet {
    bottom: -22px;
}

#sidebar .blog-tabs .tabset .active .bullet {
    visibility: visible;
}

#sidebar .blog-tabs .tabset li a span {
    cursor: pointer;
    float: left;
    padding: 3px 5px 5px;
}

#sidebar .blog-tabs .tabset .active a {
    font-weight: 700;
}

#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 {
    float: left;
    margin: -3px 8px 0 0;
    width: 41px;
}

#sidebar .block .list {
    color: #333;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 24px 40px 0 18px;
}

#sidebar .block .list li {
    height: 1%;
    margin: 1px 0 -1px;
    overflow: hidden;
    padding: 11px 0 7px;
}

#sidebar .block .list .image {
    float: left;
    margin: -3px 8px 0 0;
    width: 41px;
}

#sidebar .block .list a {
    color: #0362a4;
}

#sidebar .block .list p {
    margin: 0;
}

#sidebar .about-box {
    color: #555;
    font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: -3px 0 0;
    padding: 0 0 0 12px;
}

#sidebar .about-box h3 {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 31px 4px;
    padding: 0 0 0 23px;
    position: relative;
}

#sidebar .about-box .text-holder {
    color: #3d3d3d;
    height: 1%;
    letter-spacing: -1px;
    overflow: hidden;
    text-transform: uppercase;
}

#sidebar .about-box .image {
    display: inline;
    float: left;
    margin: 2px 2px 0 0;
    width: 65px;
}

#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;
    overflow: hidden;
    padding: 10px 13px 0 7px;
    width: 233px;
}

#sidebar .store-widget-slider,
#footer .panel .store-widget-slider {
    overflow: hidden;
    padding: 0 4px;
}

#sidebar .widget-featured-stores .list,
#footer .panel .widget-featured-stores .list {
    margin-top: -2px !important;
    padding: 0;
}

#sidebar .widget-featured-stores .list li,
#footer .panel .widget-featured-stores .list li {
    background: 0 0;
    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: 700;
    height: 138px;
    text-align: center;
}

#sidebar .widget-featured-stores .list li a img,
#footer .panel .widget-featured-stores .list li a img {
    background: #fff;
    border: 1px solid #d2d2d2;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    max-height: 110px;
    width: 160px;
}

#sidebar .widget-featured-stores .list li a span,
#footer .panel .widget-featured-stores .list li a span {
    display: block;
    text-align: center;
}

ul.widgets li.widget {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    color: #777;
    float: left;
    font-size: .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 {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

#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;
}

#sidebar .textwidget p {
    margin: 0 0 10px;
}

.sidebox {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    moz-border-radius: 0.5em;
    position: relative;
    webkit-border-radius: 0.5em;
    padding: 10px;
    border-radius: 0.5em;
    font-size: 1.05em;
}

#sidebar .sidebox.widget_text {
    background: 0 0;
    border: 0;
    box-shadow: 0 0;
    moz-box-shadow: 0 0;
    webkit-box-shadow: 0 0;
}

#sidebar .sidebox.widget_text .sidebox-content,
#sidebar .sidebox-content .sidebox-content {
    padding: 10px;
    font-weight: 400;
}

.sidebox-center {
    text-align: center;
}

.sidebox-center a {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 0.3em;
    text-decoration: none;
    color: #3F8DC1;
}

.sidebox-center a:hover {
    color: white;
    border-color: rgb(229, 139, 109);
    box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
}

.sidebox-content h3 {
    font-size: 1.14em;
    font-weight: 500;
    padding: 0 0 0 5px;
}

#sidebar .sidebox.widget_text .sidebox-content p,
#sidebar .sidebox-content .sidebox-content p {
    margin-bottom: 10px;
}

#sidebar .sidebox.widget_text .sidebox-content ul,
#sidebar .sidebox-content .sidebox-content ul,
#sidebar .sidebox.widget_text .sidebox-content ol,
#sidebar .sidebox-content .sidebox-content ol {
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 5px;
}

#sidebar .sidebox.widget_text .sidebox-content ol,
#sidebar .sidebox-content .sidebox-content ol {
    list-style-type: numbers;
}

#sidebar .sidebox.widget_text .sidebox-content ul,
#sidebar .sidebox-content .sidebox-content ul {
    list-style-type: none;
}

#sidebar .sidebox.widget_text .sidebox-content li:before,
#sidebar .sidebox-content .sidebox-content li:before {
    display: none;
}

#sidebar .sidebox.widget_text .sidebox-content li,
#sidebar .sidebox-content .sidebox-content li {
    margin-bottom: 5px;
    padding: 0;
}

#sidebar .sidebox.widget_text .sidebox-heading,
#sidebar .sidebox.widget_text .textwidget {
    border: 0;
    padding: 0;
}

#sidebar .sidebox.widget_text > br {
    display: none;
}

.sidebox-content {
    margin: 0;
}

.textwidget {
    font-weight: 300;
}

.sidebox-content .textwidget,
.sidebox-content #calendar_wrap,
.sidebox-content .search-box,
.sidebox-content .tagcloud {
    margin: 0;
    padding: 5px 10px;
}

.sidebox .sidebox-heading {
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding: 10px 12px 5px;
    text-align: center;
}

.sidebox .sidebox-heading h2,
.sidebox .sidebox-heading h2 a.rsswidget {
    color: #043555;
    font-size: 1.285714285714286em;
    font-weight: 600;
    margin: 0 0 6px;
    text-decoration: none;
}

.sidebox .sidebox-heading h2 i,
#footer .panel .box h4 i,
#footer .panel .sidebox h2 i {
    font-size: 18px;
    margin-right: 5px;
    width: 18px;
}

.sidebox ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.sidebox ul li {
    padding: 4px 10px 4px 5px;
}

.sidebox ul li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 6px 0 0;
    text-decoration: inherit;
}

.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 {
    background: #ffebe8;
    border: 1px solid #c00;
    border-radius: 4px;
    color: #a43;
    font-size: 12px;
    khtml-border-radius: 4px;
    margin: 0 0 15px;
    moz-border-radius: 4px;
    padding: 5px 15px;
    webkit-border-radius: 4px;
}

div.success {
    background: #ffffe0;
    border: 1px solid #e6db55;
    border-radius: 4px;
    color: #896f44;
    font-size: 12px;
    khtml-border-radius: 4px;
    margin: 0 0 15px;
    moz-border-radius: 4px;
    padding: 5px 15px;
    webkit-border-radius: 4px;
}

#content .reports_message img {
    display: inline;
}

.sidebox .search-box {
    margin: 0;
}

.sidebox .newtag {
    background: none repeat scroll 0 0 transparent;
    border: medium 0;
    color: #696969;
    font-size: 14px;
    width: 215px;
}

.sidebox .text {
    font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 6px 5px;
}

.sidebox.widget-custom-stores ul li:before {
    display: none;
}

.sidebox.widget-custom-stores ul li input[type=checkbox] {
    vertical-align: bottom;
}

.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;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    text-decoration: inherit;
}

.sidebox ul li.couponLive:before {
    color: #3c3;
}

.sidebox ul li.couponPending:before {
    color: #f90;
}

.sidebox ul li.couponOffline:before {
    color: #666;
}

.sidebox ul li.couponTotal:before {
    color: #00a1f1;
}

div#tweetFeed {
    padding: 0 4px;
}

ul.jta-tweet-list {
    padding: 0;
}

li.jta-tweet-list-item {
    background: 0 0;
}

ul.jta-tweet-list li {
    background: 0 0;
    margin: 0 -2px;
    padding: 8px 10px;
}

.jta-tweet-list-controls-button,
.jta-tweet-list-autorefresh-trigger {
    border: 2px solid #61513d;
    color: #61513d;
    moz-border-radius: 5px 5px 5px 5px;
}

span.jta-tweet-attributes a:link {
    color: #999;
}

.couponList {
    width: 100%;
}

.couponList th {
    background: #e5e5e5;
    border: 0;
    padding-bottom: 4px;
    padding-top: 4px;
}

.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,
.couponList tr .listing-count,
.couponList tr .order-id {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 30px;
}

.page-template-tpl-user-orders-php .couponList .col1 {
    width: 50px;
}

.couponList .col2,
.couponList tr .listing-title,
.couponList tr .order-summary {
    max-width: 70%;
    padding-left: 0;
    text-align: left;
    width: auto;
}

.couponList tr td.order-summary {
    padding: 10px;
}

.couponList tr td.order-summary span.clock:before {
    margin-left: 0;
}

.couponList .col3,
.couponList tr .listing-views,
.couponList tr .order-price {
    width: auto;
}

.couponList .col4,
.couponList tr .listing-status {
    width: 65px;
}

.couponList .col5,
.couponList tr .listing-options,
.couponList tr .order-options {
    width: 75px;
}

.couponList td.col1,
.couponList tr .listing-count,
.couponList tr .order-id {
    vertical-align: top;
}

.couponList tr .listing-views,
.couponList tr .listing-status,
.couponList tr .listing-options,
.couponList tr .order-price,
.couponList tr .order-status,
.couponList tr .order-options {
    text-align: center;
}

.couponList .listing-status p.small {
    font-size: 10px;
    line-height: 1.5em;
    margin: 0;
}

.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: 400;
    margin-right: 5px;
    text-decoration: inherit;
}

.page-template-tpl-user-orders-php .couponList .col2 div:after {
    content: " | ";
    margin-left: 6px;
    margin-right: 2px;
}

.couponList span.order-gateway,
.couponList span.order-status {
    display: block;
    font-size: 11px;
}

.couponList .order-status {
    font-weight: 700;
}

h3.tplCouponTitle {
    font-size: 14px;
    font-weight: 700;
    width: 295px;
}

span.folder:before {
    content: "\f07c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    text-decoration: inherit;
}

span.folder a {
    padding: 0 6px 0 0;
}

span.clock:before {
    content: "\f073";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 5px;
    text-decoration: inherit;
}

span.clock span {
    margin-top: 1px;
}

.couponList .live span.status,
.couponList .live_unreliable span.status {
    color: #3c3;
}

.couponList .offline span.status {
    color: #bbb;
}

.couponList .ended span.status,
.couponList .live_expired span.status {
    color: #666;
}

.couponList .pending_moderation span.status {
    color: #f90;
}

.couponList .pending_payment span.status {
    color: #c00202;
}

ul.listing-actions,
ul.order-actions {
    margin: 0;
    padding: 0;
}

ul.listing-actions li,
ul.order-actions li {
    line-height: 1.5em;
    list-style: outside none none;
}

.listing-actions .edit,
.listing-actions .delete,
.listing-actions .pause,
.listing-actions .restart {
    display: inline-block;
    margin: 0 3px;
}

.listing-actions .edit a,
.listing-actions .delete a,
.listing-actions .pause a,
.listing-actions .restart a {
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.listing-actions li a:before {
    color: #666;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    text-decoration: none;
}

.listing-actions .edit a:before {
    content: "\f040";
}

.listing-actions .delete a:before {
    content: "\f00d";
}

.listing-actions .pause a:before {
    content: "\f04c";
}

.listing-actions .restart a:before {
    content: "\f04b";
}

.widget_twitter .twitter-avatar {
    border: 1px solid #ccc;
    border-radius: 4px;
    bottom: 88%;
    display: none;
    padding: 0 2px;
    position: absolute;
    right: 10px;
    z-index: 5;
}

.widget_twitter {
    position: relative;
}

.widget_twitter .twitter-avatar img {
    height: auto;
    max-width: 48px;
}

.widget_twitter .follow-button,
.widget_twitter .xavisys-link {
    margin: 10px;
    overflow: hidden;
}

.widget_twitter .intent-meta a {
    background: url(../images/images-twitter-sprite.png);
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.widget_twitter .intent-meta a.in-reply-to {
    background-position: 0 center;
}

.widget_twitter .intent-meta a:hover.in-reply-to {
    background-position: -16px center;
}

.widget_twitter .intent-meta a.favorite {
    background-position: -32px center;
}

.widget_twitter .intent-meta a:hover.favorite {
    background-position: -48px center;
}

.widget_twitter .intent-meta a.retweet {
    background-position: -80px center;
}

.widget_twitter .intent-meta a:hover.retweet {
    background-position: -96px center;
}

.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;
    padding: 10px 10px 0 0;
    text-align: right;
    vertical-align: top;
}

p.message {
    background-color: #ffffe0;
    border: 1px solid #e6db55;
    padding: 3px 5px;
}

.field-hint {
    clear: both;
    display: block;
    font-size: 10px;
}

.loginForm .strength-meter {
    float: left;
    margin-left: 156px;
    max-width: 355px;
}

#content .loginForm .indicator-hint {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
}

#pass-strength-result {
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    khtml-border-radius: 6px;
    margin: 12px 0 5px 1px;
    max-width: 100%;
    moz-border-radius: 6px;
    moz-box-sizing: border-box;
    padding: 7px;
    text-align: center;
    webkit-border-radius: 6px;
    webkit-box-sizing: border-box;
    width: 350px;
}

#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: #fff;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 3px;
    text-align: center;
}

#userphoto p.image-thumb {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 3px;
    text-align: center;
}

#userphoto p.image img {
    border: 1px solid #ccc;
}

#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;
    padding-right: 4px;
    width: 16px;
}

.facebookico:before,
.emailico:before,
.globeico:before,
.twitterico:before {
    content: "\f082";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    text-decoration: inherit;
}

.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 {
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px 0 0;
    moz-border-radius: 3px 3px 3px 3px;
    padding: 2px;
}

p.member-title {
    font-size: 14px;
    font-weight: 700;
}

ul.user-info {
    margin: 3px 0 10px 5px;
    padding-left: 65px;
}

ul.user-details li {
    background: 0 0;
    border-bottom: 0;
    padding: 0 0 7px;
}

ul.user-details li:hover {
    background: 0 0;
}

ul.user-info li {
    background: 0 0;
    border: 0;
    padding: 3px 10px;
}

ul.user-info li:before,
ul.user-details li:before {
    content: "";
    margin: 0;
    padding: 0;
}

ul.user-info li:hover {
    background: 0 0;
}

#pass1-text,
.show-password #pass1 {
    display: none;
}

.show-password #pass1-text {
    display: inline-block;
}

.registration .submit,
.reset-password .submit {
    clear: left;
}

.wp-hide-pw .dashicons {
    display: inline;
    font-size: 14px;
    height: auto;
    width: auto;
}

.wp-hide-pw .dashicons:before {
    content: "\f023";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px;
}

.wp-hide-pw .dashicons-visibility:before {
    content: "\f13e";
}

#footer p {
    margin: 0 0 8px;
}

#footer .panel .panel-holder {
    margin: 0 auto;
    overflow: hidden;
    padding: 26px 10px;
    width: 940px;
}

#footer .panel .box,
#footer .panel .sidebox {
    border: medium 0;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 0;
    moz-box-sizing: border-box;
    padding: 10px 0;
    webkit-box-sizing: border-box;
    /*width: 22%;*/
}

#footer .panel .first-footer-col {
   /* margin-left: 25.2%;*/
}

#footer .panel .sidebox {
    background: 0 0;
    border: 0;
}

#footer .panel .box:last-child,
#footer .panel .box:nth-child(4),
#footer .panel .sidebox:last-child {
    margin: 0;
}

#footer .panel .sidebox .sidebox-heading {
    background: 0 0;
    border: 0;
    padding: 0;
}

#footer .panel .popular {
    margin: 0 87px 0 0;
}

#footer .panel .contact {
    margin: 0;
}

#footer .panel .box h4,
#footer .panel .sidebox h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
    text-decoration: none;
}

#footer a {
    color: #fff;
}

#footer .panel .box .text-holder {
    height: 1%;
    overflow: hidden;
}

#footer .panel .box .text-holder p {
    margin: 0 0 21px;
}

#footer .panel .box ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer .panel .box .contact-form .text {
    border: 0;
    color: #4e4f50;
    font: italic 11px Arial, Helvetica, sans-serif;
    margin: 0 0 9px;
    padding: 6px 5px;
    width: 206px;
}

#footer .panel .box .contact-form .text input {
    background: 0 0;
    border: 0;
    color: #4e4f50;
    font: italic 11px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 6px 5px;
    width: 206px;
}

#footer .panel .box .contact-form .text-area {
    border: 0;
    color: #4e4f50;
    font: italic 11px Arial, Helvetica, sans-serif;
    height: 55px !important;
    margin: 0;
    padding: 5px;
    width: 207px !important;
}

#footer .panel .box .contact-form .row {
    height: 1%;
    overflow: hidden;
}

#footer .panel .box .contact-form .btn-submit {
    border: medium 0;
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 5px 15px 0 0;
    padding: 0;
    text-decoration: none;
}

#footer .panel .box .contact-form .btn-submit span {
    cursor: pointer;
    float: left;
    margin: 0 -4px 0 0;
    padding: 8px 19px 7px 16px;
}

#footer .panel .box .contact-form .btn-submit:hover {
    background-position: 0 -31px;
    color: #666;
}

#footer .panel .box .contact-form .btn-submit:hover span {
    background-position: 100% -31px;
}

#footer .bar {
    font-size: 12px;
    line-height: 20px;
}

#footer .bar-separator {
    background: #fff;
    height: 1px;
    margin: 0 auto;
    max-width: 90%;
    opacity: .1;
    width: 100%;
}

#footer .bar-holder {
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 10px;
    text-align: center;
    width: 940px;
}

#footer .bar-holder p {
    display: inline-block;
    margin: 0;
}

#footer .bar-holder a {
    color: #fff;
    text-decoration: none;
}

#footer .bar-holder a:hover {
    text-decoration: underline;
}

#footer .bar-holder ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}

#footer .bar-holder ul li {
    display: inline-block;
    padding: 0 4px 0 0;
}

#footer .bar-holder ul li:after {
    color: #fff;
    content: "|";
    margin-left: 5px;
}

#footer .bar-holder ul li:last-child:after {
    display: none;
}

#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;
}

.loading {
    background: url(../images/images-loading.gif) center top no-repeat;
    clear: both;
    display: none;
    margin: 15px 0 10px;
    padding: 10px 0;
    text-align: center;
}

.ui-tabs {
    padding: .2em;
    position: relative;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 !important;
    float: left;
    list-style: none;
    margin: 0 .2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.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 {
    background: 0 0;
    border-width: 0;
    display: block;
    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;
}

.order-summary {
    padding: 0 0 150px;
}

.blog .order-summary p {
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.order-summary form select {
    background: url(../images/images-text-bg.gif) repeat-x scroll center top transparent;
    border: 1px solid #a3a9ad;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #8a8a8a;
    khtml-border-radius: 4px;
    moz-border-radius: 4px;
    padding: 3px;
    webkit-border-radius: 4px;
    width: 277px;
}

.order-summary form label {
    display: block;
    margin: 0 0 20px;
}

.order-summary button.coupon,
.order-gateway input[type=submit] {
    clear: both;
    float: none;
    margin: 0;
}

.order-summary table {
    border-top: 0;
    width: auto;
}

.order-summary table tr td {
    color: #555655;
    font-size: 14px;
    padding: 5px 25px 5px 0;
}

.order-summary table tfoot {
    font-weight: 700;
}

.redirect-text {
    background: url(../images/images-checkmark.png) no-repeat left center transparent;
    display: block;
    font-size: 18px;
    margin: 0 0 250px;
    padding: 5px 0 5px 40px;
    width: 100%;
}

.order-gateway h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 30px;
}

.order-gateway h3 {
    font-size: 1.4em;
    margin: 0;
}

.order-gateway pre {
    background: 0 0;
    border: 0;
    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] {
    background: url(../images/images-text-bg.gif) repeat-x scroll center top transparent;
    border: 1px solid #a3a9ad;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px;
    clear: left;
    color: #8a8a8a;
    display: block;
    font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    khtml-border-radius: 4px;
    margin: 6px 0;
    moz-border-radius: 4px;
    padding: 6px 5px;
    webkit-border-radius: 4px;
}

.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-box .grouplinks {
    float: left;
    margin-bottom: 20px;
}

.content-box .grouplinks a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    margin: 5px 2px 0;
    padding: 4px 5px;
    text-decoration: none;
}

.header_menu {
    background: #fff;
    border-bottom: 1px solid #cbd8d8;
    clear: both;
    font-weight: 100;
}

.header_menu_res {
    margin: 0 auto;
    padding: 0;
    width: 940px;
}

.header_menu_res .obtn {
    background: #f45435;
    border-radius: 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 40px;
}

.header_menu_res .obtn:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .1);
    webkit-transition: opacity 300ms ease-out;
}

.header_menu_res a.menu-toggle {
    color: #095280;
    display: none;
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
}

.header_menu_res a.menu-toggle:hover {
    text-decoration: none;
}

.header_menu_res a.menu-toggle i {
    float: right;
    line-height: 44px;
}

.header_menu_res ul {
    float: right;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    font-size: 1.142857142857143em;
    font-weight: 500;
}

.header_menu_res ul a {
    border: 1px solid #0d5582;
    border-radius: 3px;
    color: #0d5582;
    display: block;
    line-height: 22px;
    moz-border-radius: 3px;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    webkit-border-radius: 3px;
}

.header_menu_res ul li {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
    z-index: 999;
}

.header_menu_res ul.menu > li:hover > a {
    box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    moz-box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    webkit-transition: opacity 300ms ease-out;
    color: rgb(255, 255, 255);
    border-color: #E58B6D;
}

.header_menu_res ul.sub-menu {
    background: #fff;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 1px 0 1px #cbd8d8;
    display: none;
    font-size: 14px;
    khtml-border-radius: 0 3px 3px 3px;
    khtml-box-shadow: 0 1px 0 1px #cbd8d8;
    margin: -1px 0 0;
    moz-border-radius: 0 3px 3px 3px;
    moz-box-shadow: 0 1px 0 1px #cbd8d8;
    position: absolute;
    webkit-border-radius: 0 3px 3px 3px;
    webkit-box-shadow: 0 1px 0 1px #cbd8d8;
    width: 180px;
    width: 200px;
    z-index: 999;
}

.header_menu_res li:hover ul.sub-menu {
    display: block;
}

.header_menu_res ul.sub-menu li {
    float: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.header_menu_res ul.sub-menu li a {
    background: 0 0;
    border: medium 0;
    border-radius: 0;
    color: #555;
    moz-border-radius: 0;
    padding: 7px 12px;
    webkit-border-radius: 0;
}

.header_menu_res ul.sub-menu li:hover a,
.header_menu_res ul.menu ul.sub-menu li ul.sub-menu li:hover a {
    background: #f4f4f4;
    text-decoration: none;
}

.header_menu_res ul.menu ul.sub-menu li ul.sub-menu {
    border-radius: 0 3px 3px 0;
    box-shadow: 1px 1px 0 1px #cbd8d8;
    display: none;
    khtml-border-radius: 0 3px 3px 0;
    khtml-box-shadow: 1px 1px 0 1px #cbd8d8;
    left: 190px;
    moz-border-radius: 0 3px 3px 0;
    moz-box-shadow: 1px 1px 0 1px #cbd8d8;
    top: 5px;
    webkit-border-radius: 0 3px 3px 0;
    webkit-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;
}

div.adv_taxonomies {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 0 1px #cbd8d8;
    display: none;
    khtml-box-shadow: 0 1px 0 1px #cbd8d8;
    margin: -4px 0 0 1px;
    moz-box-shadow: 0 1px 0 1px #cbd8d8;
    padding: 0 5px 8px;
    position: absolute;
    webkit-box-shadow: 0 1px 0 1px #cbd8d8;
    z-index: 10;
}

.header_menu .menu li:hover .adv_taxonomies {
    display: block;
}

div.adv_taxonomies ul {
    background: 0 0;
    border: 0;
    left: 0;
    position: relative;
}

div.adv_taxonomies ul li {
    border: 0;
    font-size: 12px;
}

div.adv_taxonomies ul li a {
    display: block;
}

div.adv_taxonomies .catcol {
    border-left: 0;
    float: left;
    margin-top: 20px;
    padding: 0 12px;
    vertical-align: top;
    width: 200px;
}

div.adv_taxonomies .catcol ul {
    list-style: none;
    padding: 8px 0;
}

div.adv_taxonomies .catcol ul li {
    float: none;
    margin: 0;
    padding: 0;
}

div.adv_taxonomies .catcol ul li a {
    background: 0 0;
    color: #545454;
    margin: 0;
    padding: 4px 0;
    text-decoration: none;
}

div.adv_taxonomies .catcol ul.maincat-list {
    margin: 0;
    padding: 0;
}

div.adv_taxonomies .catcol ul li.maincat {
    clear: both;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
    width: 180px;
}

div.adv_taxonomies .catcol ul li.maincat:before {
    content: "\f0f7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 6px 0 5px;
    text-decoration: inherit;
}

div#adv_categories .catcol ul li.maincat:before {
    content: "\f07c";
}

div.adv_taxonomies .catcol ul li.maincat a {
    background: 0 0;
    clear: left;
    display: inline-block;
    line-height: 20px;
}

div.adv_taxonomies .catcol ul li.maincat > a {
    color: #00a1f1;
}

div.adv_taxonomies .catcol ul li.maincat a:hover {
    background: 0 0;
    text-decoration: underline !important;
}

div.adv_taxonomies .catcol ul li.maincat > ul.subcat-list {
    margin-bottom: -3px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 0;
}

div.adv_taxonomies .catcol ul.subcat-list {
    background-color: #fff;
    float: none;
    padding: 5px;
    width: auto;
}

div.adv_taxonomies .catcol ul.subcat-list ul.subcat-list {
    margin: 0;
}

div.adv_taxonomies .catcol ul li.cat-item {
    clear: both;
    float: left;
    font-size: 12px;
    padding: 0 0 0 12px;
    text-transform: none;
    width: auto;
}

div.adv_taxonomies .catcol ul li.cat-item a {
    display: inline;
    line-height: 20px;
    padding: 0;
}

div.adv_taxonomies .catcol ul li.cat-item a:hover {
    text-decoration: underline !important;
}

div.adv_taxonomies .first {
    border-left: 0;
}

#store-thumb-container {
    background-color: #f5f5f5;
    overflow: hidden;
}

#store-thumb-container .frame {
    padding: 30px 10px;
}

#store-thumb-container.slider_area {
    margin-bottom: -10px;
}

#store-thumb-container.slider_area .frame {
    padding-bottom: 0;
}

ul.store-thumb-list {
    margin: 20px auto 0 auto;
    max-width: 100%;
}

#content ul.store-thumb-list {
    margin-bottom: 20px;
}

ul.store-thumb-list li {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    height: 114px;
    margin-bottom: 25px;
    margin-right: 25px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
    width: 114px;
}

#content ul.store-thumb-list li {
    margin-right: 23px;
}

ul.store-thumb-list li.last,
#content ul.store-thumb-list li.last {
    margin-right: 0;
}

ul.store-thumb-list li a {
    background: rgba(0, 80, 130, .9);
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 38px;
    moz-border-radius: 3px;
    padding: 38px 0;
    text-align: center;
    text-decoration: none;
    webkit-border-radius: 3px;
    width: 100%;
}

ul.store-thumb-list li a span {
    font-size: 16px;
}

ul.store-thumb-list li:hover a {
    display: block;
}

div.ellipses {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
}

.fl-coupon-popup {
    font-size: 14px;
    padding: 15px 5px 0;
}

.fl-coupon-popup input[type=text] {
    font-size: 20px;
    margin-top: 10px;
}

.coupon-code-popup {
    background-color: #fff;
    font-size: 14px;
    height: auto;
    padding: 15px 5px 0;
}

.coupon-code-popup #respond {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.coupon-code-popup .post-box {
    border: 0;
    box-shadow: 0 0;
    max-width: 100%;
    moz-box-shadow: 0 0;
    padding: 0;
    text-align: center;
    webkit-box-shadow: 0 0;
    width: 590px;
}

.coupon-code-popup h3 {
    color: #000;
    font-size: 30px !important;
    font-weight: 100 !important;
    margin: 20px 0 40px;
}

.coupon-code-popup.deal h3 {
    margin: 40px 0 20px;
}

.coupon-code-popup h3 i {
    color: #53a318;
    font-size: 26px;
}

.coupon-code-popup .popup-code-copy div.text {
    background: #eee;
    border-radius: 5px;
    box-sizing: border-box;
    color: #010101;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
    max-width: 100%;
    min-width: 400px;
    moz-border-radius: 5px;
    moz-box-sizing: border-box;
    padding: 20px 165px 20px 30px;
    position: relative;
    text-align: center;
    webkit-border-radius: 5px;
    webkit-box-sizing: border-box;
    word-wrap: break-word;
}

.coupon-code-popup .popup-code-copy button {
    padding-bottom: 13px;
    padding-top: 13px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 125px;
}

.coupon-code-popup .popup-code-info {
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    font-weight: 700;
    margin: 10px auto;
    max-width: 90%;
    min-height: 56px;
    moz-border-radius: 5px;
    padding: 10px 10px 17px;
    position: relative;
    text-align: center;
    webkit-border-radius: 5px;
}

.coupon-code-popup .popup-code-info:after {
    border-color: transparent transparent #dedede;
    border-style: solid;
    border-width: 10px;
    content: '';
    display: block;
    height: 0;
    left: 50px;
    position: absolute;
    top: -20px;
    width: 0;
}

.coupon-code-popup .popup-code-info a {
    font-size: 1.2em;
}

.coupon-code-popup .popup-goto,
.coupon-code-popup .popup-credits {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}

.coupon-code-popup .popup-goto {
    font-size: 18px;
    font-size: 24px;
    line-height: 32px;
    margin: 50px auto 30px;
}

.coupon-code-popup.deal .popup-goto {
    margin-top: 40px;
}

.coupon-code-popup .popup-credits {
    font-size: 14px;
}

.coupon-code-popup h4.deal-title {
    background: #eee;
    color: #010101;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    padding: 15px;
    text-align: center;
}

.coupon-code-popup .thumbsup-vote-plain {
    display: block;
    float: none;
    margin: 0 auto;
    width: 200px;
}

.coupon-code-popup .thumbsup-vote-plain div.loading {
    float: none;
    margin: 0 auto;
}

.coupon-code-popup .thumbsup-vote-plain span.vote span {
    font-size: 30px;
    height: 30px;
    padding: 0 20px;
    width: 30px;
}

.coupon-code-popup .thumbsup-vote-plain span.thumbsup-up span.thumbsup::before {
    color: #98da92;
}

.coupon-code-popup .thumbsup-vote-plain span.thumbsup-down span.thumbsdown::before {
    color: #ff9595;
}

.coupon-code-popup h5 {
    color: #000;
    font-size: 22px;
    font-weight: 100;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.nc_ai_advert {
    overflow: hidden;
}

.nc_ai_advert .item-holder {
    padding-top: 0 !important;
}

.content-box .home-menus {
    margin: 0 0 20px;
    padding: 0;
}

.content-box .home-menus li {
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    moz-box-sizing: border-box;
    padding: 5px 5px 5px 0;
    webkit-box-sizing: border-box;
    width: 25%;
}

.content-box .home-post {
    float: left;
    margin-right: 5%;
    width: 30%;
}

#content .content-box .blog .home-post img,
#content-fullwidth .content-box .blog .home-post img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    moz-box-sizing: border-box;
    padding: 0;
    webkit-box-sizing: border-box;
}

.content-box .home-post:last-child {
    margin-right: 0;
}

.content-box .home-post-date {
    color: #9b9b9b;
    text-transform: uppercase;
}

p.expired-coupon {
    font-size: 14px;
    line-height: 30px;
}

.fmtc-circle {
    border: 2px solid #ccc;
    border-radius: 20px;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    moz-border-radius: 20px;
    text-align: center;
    webkit-border-radius: 20px;
    width: 34px;
}

.content-box .score-header {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    clear: both;
    margin-bottom: 0 !important;
    margin-top: 22px;
    moz-border-radius: 3px 3px 0 0;
    padding: 10px 15px 10px 25px;
    position: relative;
    webkit-border-radius: 3px 3px 0 0;
    z-index: 10;
}

.score-popup-link {
    color: #d7d7d7;
    font-size: 18px;
}

.fmtc-circle.fmtc-awesome {
    border-color: #0bb506;
}

span.fmtc-awesome {
    color: #0bb506;
}

.fmtc-circle.fmtc-great {
    border-color: #3bcb2d;
}

span.fmtc-great {
    color: #3bcb2d;
}

.fmtc-circle.fmtc-good {
    border-color: #92d760;
}

span.fmtc-good {
    color: #92d760;
}

.fmtc-circle.fmtc-ok {
    border-color: #ffbd4a;
}

span.fmtc-ok {
    color: #ffbd4a;
}

.fmtc-circle.fmtc-soso {
    border-color: #ff5c5c;
}

span.fmtc-soso {
    color: #ff5c5c;
}

.type-coupon h3.entry-title {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

ul.item-list {
    font-weight: 400;
}

.sidebox-content p {
    font-weight: 400;
    text-align: justify;
}

.grid h3.entry-title {
    font-size: 18px;
    height: 52px;
    line-height: normal;
    overflow: hidden;
    text-align: center;
}

.error404 .content-box,
.error404 h2 {
    text-align: center;
}

.error404 .content-box img {
    max-width: 100%;
}

#cboxLoadedContent,
#cboxContent,
#cboxLoadingOverlay {
    background: transparent !important;
}

#cboxLoadedContent .coupon-code-popup .post-box {
    background: transparent;
    margin: 0 auto;
}

#cboxLoadedContent,
#cboxContent,
#cboxLoadedContent .content-box {
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#cboxOverlay {
    background: #000 !important;
    opacity: .65 !important;
}

#cboxClose {
    right: 3px !important;
    top: 3px !important;
}

#cboxContent {
    margin-top: 16px;
}

#footer .social-icons-panel {
    clear: both;
    float: right;
    margin-top: 50px;
    width: 300px;
}

#footer .panel .social-icon {
    border: medium 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 20%;
}

#footer .panel .social-icon a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
}

#crumbs {
    font-weight: 100;
}

.help-popup-button {
    background: #fff;
    border: 1px solid #ddd;
    height: 28px;
    margin-top: -140px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
}

.help-popup-button a {
    color: inherit;
    display: block;
    font-size: 12px;
    line-height: 28px;
    padding: 0 5px;
    text-decoration: none;
}

.help-popup-button i {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
    width: 18px;
}

.help-popup-button span {
    display: none;
}

.help-popup-button a:hover span {
    display: inline-block;
}

.score-popup-content img,
.help-popup-content img {
    max-width: 100%;
}

.st-default-autocomplete {
    margin-top: -8px;
}

.archive.left-sidebar #content {
    float: right;
    margin: 0 0 0 10px;
}

.archive.left-sidebar #sidebar {
    float: left;
    margin: 0 10px 0 0;
}

#sidebar .store-image {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    width: auto;
    padding: 10px 20px;
}
img.store-thumb {
    height: 100%;
}
.archive .category-icon {
    float: left;
    margin-right: 40px;
    text-align: center;
    width: 180px;
}

.archive .category-icon img {
    display: inline-block;
}

.archive.left-sidebar .store .text-box.no-store {
    float: left;
}

.archive.left-sidebar .store .text-box.no-store.with-icon {
    width: calc(100% - 220px);
}

.section-title {
    background-color: rgba(0, 0, 0, .85);
    background-position: center center;
    background-size: cover;
    color: #fff;
    min-height: 135px;
}

.section-title h1 {
    font-size: 2.266666666666667em;
    font-weight: 700;
    line-height: 135px;
    text-align: center;
}

.section-title h1.with-desc {
    line-height: 50px;
    padding-top: 30px;
}

.section-title p {
    text-align: center;
}

.section-title p a {
    color: #fff;
}

.section-title .store-holder {
    display: none;
}

.content-box .score-header:nth-of-type(1) {
    margin-top: 0;
}

.tax-coupon_category #sidebar .store-image {
    padding: 45px;
}

body.home #header {
    background-color: rgba(0, 0, 0, .85);
    background-position: center center;
    background-size: cover;
}

.hero {
    margin: 0 auto;
    max-width: 650px;
    padding: 100px 20px;
}

.hero h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

#header .hero .search-box {
    display: block;
    float: none;
    margin: 40px auto 0;
    max-width: 500px;
    width: auto;
}

#header .hero .search-box input {
    font-size: 21px;
    height: 50px;
    padding: 0 70px 0 20px;
}

#header .hero .search-box .btn-submit {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    width: 30px;
}

h3.featured-deal {
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 650px;
    text-align: center;
}

h3.featured-deal a {
    color: #fff;
    text-decoration: none;
}

h3.featured-deal a:hover {
    text-decoration: underline;
}

body.home .header_menu_res ul.menu > li > a {
    border-color: #fff;
    color: #fff;
}

body.home .header_menu_res a.menu-toggle {
    color: #fff;
}

.ajax-pagination {
    box-sizing: border-box;
    clear: both;
    float: left;
    moz-box-sizing: border-box;
    padding-left: 50px;
    text-align: center;
    webkit-box-sizing: border-box;
    width: calc(100% - 50px);
}

.ajax-pagination .btn {
    box-sizing: border-box;
    width: 220px;
}

.overlay-60 {
    background-color: rgba(0, 0, 0, 0.19);
    height: 100%;
    min-height: 135px;
    width: 100%;
}

.content-box .store-holder.graphic {
    color: #004878;
    font-size: 35px;
    left: 15px;
    margin-top: 18px;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.content-box .store-holder.graphic.sale-c {
    margin-top: 30px;
    font-size: 3em;
    position: absolute;
    top: 50%;
    margin-top: -32px;
}

.sale span {
    padding: 3px 10px;
    font-weight: 500;
    background: #38C682;
    color: white;
}

.sale.gifts span {
    background: #E5BA41;
}

.best {
    margin: 0 0 0 10px;
}

.sale.best span {
    background: #3F8DC1;
}

.content-box .store-holder.graphic i {
    display: block;
    font-size: 70px;
}

.content-box .store-holder.graphic .text {
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

.content-box .store-holder.graphic .shipping-icon-free-text,
.content-box .store-holder.graphic .free-gift {
    line-height: 35px;
}

.content-box .store-holder.graphic .free-gift {
    padding: 5px 0;
    font-size: 0.8em;
}

.content-box .store-holder.graphic .free-gift div:last-child {
    font-size: 0.6em;
    color: #E56B41;
}

.content-box .store-holder.graphic .small {
    font-size: 20px;
    line-height: normal;
}

.content-box .store-holder.graphic .shipping-icon-free-text i {
    font-size: 45px;
}

/*MEDIA BLOCK*/

@media screen and (min-width:1140px) {

    .extra-width .frame,
    .extra-width .header_menu_res,
    .extra-width #content-fullwidth,
    .extra-width #main,
    .extra-width #footer .panel .panel-holder,
    .extra-width #footer .bar-holder {
        width: 1120px;
    }

    .extra-width .featured-slider .slider li .wrapper {
        padding: 19px 36px;
        width: 182px;
    }

    .thumbsup-vote .frame {
        width: 100px;
    }

    .extra-width p.desc {
        font-size: 13px;
    }

    .extra-width #content {
        width: 815px;
    }

    .extra-width #sidebar {
        width: 285px;
    }

    .archive.left-sidebar #content {
        width: 75%;
    }

    .archive.left-sidebar #sidebar {
        width: 23%;
    }
}

@media screen and (max-width:1140px) {
    #header .header-bar {
        position: relative;
    }

/*    .header_menu_res {
        clear: both;
    }*/

    body.responsive-menu .header_menu_res .tinynav {
        display: none;
    }

    .header_top_res #nav {
        display: none;
    }

    .header_menu_res {
        width: auto;
    }

    #header .header-bar {
        min-height: 45px;
    }

   /* .responsive-menu .header_menu_res a.menu-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header_menu_res ul.menu {
        border: 1px solid #ccc;
        border-bottom: 0;
        clear: both;
        display: none;
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
        position: relative;
        top: 10px;
    }

    body.home .header_menu_res ul.menu {
        position: absolute;
        right: 0;
        top: 50px;
        width: 100%;
    }

    div.adv_taxonomies,
    .header_menu_res ul.menu ul.sub-menu ul.sub-menu {
        display: none !important;
    }

/*    .header_menu_res ul.menu li {
        border-bottom: 1px solid #ccc;
        float: none;
        margin: 0;
        z-index: 1;
    }

    .header_menu_res ul.menu li a {
        background: #fff;
        border: medium 0;
        border-radius: 0;
        color: #555;
        padding: 10px 15px;
        z-index: 100;
    }*/

    body.home .header_menu_res ul.menu > li > a {
        color: #555;
    }

    .header_menu_res ul.menu li:hover a {
        border: medium 0;
    }

    .header_menu_res ul.menu ul.sub-menu {
        border: 0 0;
        box-shadow: none;
        float: none;
        margin: 0;
        moz-box-shadow: none;
        position: static;
        webkit-box-shadow: none;
        width: auto;
        z-index: 1;
    }

    .header_menu_res ul.menu > li:hover {
        background: #fff;
    }

    .header_menu_res ul.menu > li:hover > a {
        background: 0 0;
    }

    .header_menu_res ul.menu ul.sub-menu li a {
        background: #f4f4f4;
    }

    .frame,
    .header_main_res,
    #content-fullwidth,
    #main,
    #footer .bar-holder,
    #footer .panel .panel-holder {
        width: auto;
    }

    #header .panel #nav {
        display: none;
    }

    #header .search-box {
        max-width: 400px;
    }

    .tinynav {
        display: inline-block;
        margin: 10px 0;
        min-width: 200px;
    }

    #featured .featured-slider,
    #featured .featured-slider .gallery-holder {
        float: none;
        width: auto;
    }

    #featured .featured-slider .gallery-holder {
        left: 0;
        margin: 0 auto;
        padding: 0 36px;
    }

    .featured-slider .link-l {
        left: 0;
    }

    .featured-slider .link-r {
        right: 0;
    }

    .featured-slider .slider li {
        margin-right: 2%;
        width: 49%;
    }

    .featured-slider .slider li:nth-child(2n) {
        margin-right: 0;
    }

    .featured-slider .slider li .wrapper {
        padding: 19px 13px;
    }

    #content ul.store-thumb-list li,
    ul.store-thumb-list li {
        margin-bottom: 15px;
        margin-right: 15px;
    }

    /*#content,
    #sidebar,
    .archive.left-sidebar #content,
    .archive.left-sidebar #sidebar {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    #content:after {
        clear: both;
        content: "";
        display: table;
    }*/

    #main {
        padding-bottom: 20px;
    }

    #footer .panel .box,
    /*#footer .panel .sidebox {
        padding-right: 3%;
        width: 30%;
    }*/

    body .header_menu_res .obtn {
        /*margin-top: 10px;*/
    }

    #featured .content-box .grid .item {
        width: 48%;
    }

    #content-fullwidth .content-box .grid .item {
        width: 32%;
    }

    #featured .content-box .grid .item:nth-child(4n+1),
    #content-fullwidth .content-box .grid .item:nth-child(4n+1) {
        margin-right: 2%;
    }

    #featured .content-box .grid .item:nth-child(2n+1),
    #content-fullwidth .content-box .grid .item:nth-child(3n+1) {
        margin-right: 0;
    }

    .content-box .grid .store-holder {
        max-width: 100%;
    }

    .content-box .grid .item img {
        max-width: 100%;
    }

    .content-box .home-menus li {
        width: 33%;
    }

    .home .head .counter {
        float: none;
        margin: -5px 0 10px;
        text-align: center;
    }

    .content-box .store .store-holder {
        display: block;
    }

    .content-box .store .info {
        padding-left: 130px;
    }

   /* #sidebar .store-image {
        display: none;
    }*/

    .archive .category-icon {
        margin-right: 20px;
        text-align: center;
        width: 128px;
    }

    .archive.left-sidebar .store .text-box.no-store.with-icon {
        width: calc(100% - 148px);
    }
}

/*1100 BLOCK*/
@media screen and (max-width:1100px) {
    #header .search-box {
    margin-left: 100px;
    width: 32%;
}
    
}

/*1070 BLOCK*/
@media screen and (max-width:1070px) {
    #header .search-box {
    margin-left: 70px;

}
    
}

/*1023 BLOCK*/
@media screen and (max-width:1023px) {
    #header .search-box {
    margin-left: 40px;

}
     .content-box .item.description {
    padding: 10px 20px 20px;
}   
}

/*980 BLOCK*/
@media screen and (max-width:980px) {
    #header .search-box {
    float: right;
    margin-left: 0px;
    width: 25%;
}  
}
/*1020 BLOCK*/
@media screen and (max-width:1020px){
    #content {
    width: 72%;
}
    #footer .panel .first-footer-col {
    /*margin-left: 28.2%;*/
}
    #sidebar {
    width: 25%;
        font-size: 0.95em;
}
    .shop-descr p {
    font-size: 1em;
}
}
@media screen and (max-width:960px) {
    .tb-hide-on-mobile {
        display: none !important;
    }
}

/*900 BLOCK*/
@media screen and (max-width:900px){
   .archive.left-sidebar #content {
    float: none;
        margin-left: 0;
        margin-right: 0;
        width: auto;
} 
    #sidebar .store-image {
        display: none;
}
    #content:after {
        clear: both;
        content: "";
        display: table;
    }
    #footer .panel .first-footer-col {
    margin-left: 0;
}
    #footer .panel .box, #footer .panel .sidebox {
   /* width: 30%;*/
}
    .archive.left-sidebar #sidebar {
    width: 100%;
}
    .sidebox {
    width: 21%;
    float: left;
    margin: 0 5px;
    /*height: 375px;*/
    font-size: 0.95em;
}
    .art-main .sidebox {
    width: 45%;
}
    #store_fields-3 {
        display: none;
    }
    .min-hide {display: none;} 
    .art-main #store_stats-2, .art-main #store_fields-2, .art-main #store_fields-4 {
        display: none;
    }
}
@media screen and (max-width:1023px) and (min-width:900px){
    .content-box ul.social li:last-child, .content-box ul.inner-social li:last-child {
    margin-left: -4px;
}
    .thumbsup-vote-plain, .thumbsup-vote-plain div {
    display: none;
}
}

/*820 BLOCK*/
@media screen and (max-width:820px) {
    .sidebox-center a {
    display: none;
}
    .sidebox {
    width: 20%;
    /*height: 400px;*/
}
}

/*850 BLOCK*/
@media screen and (max-width:850px) {
    #header .search-box {
    display: none;
}  
}

@media screen and (max-width:700px) {
    #header .search-box {
        margin-left: calc(50% - 265px);
        max-width: 330px;
    }

    .content-box .store-holder {
        width: 116px;
    }

    .content-box .item-frame,
    .content-box .store .info,
    .coupon-main {
        padding-left: 130px;
    }

    .box-holder:not(.grid) .item .couponAndTip .coupon-code-link {
            font-size: 0.9em;
    }

    .couponAndTip .coupon-code-link i {
        display: none;
    }

    .content-box p.tag {
        display: none;
    }

    .content-box ul.social li.report {
        float: none;
        margin-right: 0;
    }

    #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 {
        clear: right;
        display: block;
    }

    .content-box .grid .item {
        padding: 10px;
    }

    .content-box .grid .store-image {
        height: auto;
    }

    #featured .banner-thumbnail {
        margin: -10px -10px -70px;
    }

    .directory .catcol {
        width: 50%;
    }

    .content-box ul.social li {
        margin-left: 20px;
    }

    .content-box ul.social li.loop-comments,
    .content-box .reports_wrapper {
        max-width: 20px;
    }
}
/*768 BLOCK*/
@media screen and (max-width:768px){
    .content-box ul.social li:last-child, .content-box ul.inner-social li:last-child {
    margin-left: -4px;
}
    .thumbsup-vote-plain, .thumbsup-vote-plain div {
    display: none;
}
    .content-box {
    margin: 0 0 10px;
}
    .widget_store_stats {
        display: none;
    }
    .sidebox {
    width: 28%;
    /*height: 351px;*/
}
    .panel-holder .box:nth-child(2) {
        display:none;
    }
.box-holder .articles {
    padding: 20px 20px;
}
}
@media screen and (max-width:670px){
      .art-main .sidebox {
    width: 43%;
}  
}

/*650 BLOCK*/
@media screen and (max-width:650px) {
    .header_menu_res ul {
    width: 100%;
        margin: 20px 0 0 0;
}
    .frame {
    width: auto;
    display: table;
}
    #logo a, #logo img {
    margin: auto;
}
    #logo {
    width: 100%;
}
    #top .popup-top {
    padding: 46px 0;
    font-size: 1.1em;
}
    .sidebox {
    /*height: 360px;*/
}
    .box-holder .articles {
font-size: 0.85em;
}
 .box-holder .articles .art-title h1 {
    font-size: 1.9em;
    margin: 10px 10px;
    line-height: 1em;
}
   .box-holder .articles .art-descr h2 {
    line-height: 1.2em;
    margin: 10px 0px 10px;
    font-size: 1.4em;
}
   .box-holder .articles .art-descr h3 {
    font-size: 1.2em;
    line-height: 1em;
}
   .box-holder .articles .art-descr img {
    margin: 10px auto;
}
}

@media screen and (max-width:630px) {
    .side-hidden {
        display:none;
    }
    .sidebox {
    /*height: 339px;*/
    width: 42%;
}
}


@media screen and (max-width:620px) {
    #logo {
        float: none;
        text-align: center;
        width: auto;
    }
    
    

    #logo a,
    #logo img {
        display: inline-block;
        max-width: 100%;
    }

    #header .search-box {
        float: none;
        margin-left: 0;
        max-width: none;
        text-align: left;
        width: auto;
    }

    body.home .header_menu_res {
        margin-top: -55px;
    }

    .hero {
        padding: 50px 20px;
    }

    .hero h1 {
        font-size: 35px;
    }

    #header .hero .search-box input,
    #header .search-box input {
        font-size: 16px;
    }

    #header .panel {
        text-align: center;
    }

    #header .bar {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
    }

    #header .panel .add-nav {
        float: left;
    }

    #header .panel .add-nav li:last-child:after {
        content: "";
        margin-left: 0;
    }

    .featured-slider .slider li {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .content-box .store .info {
        width: auto;
    }

    .content-box .item-frame {
        width: 94%;
    }

    p.time-left {
        float: none;
    }

    .content-box ul.social {
        display: inline;
        width: calc(100% - 160px);
    }

    .content-box ul.social li.report {
        margin-left: -20px;
    }

    .content-box .home-post {
        float: none;
        margin: 0 0 15px;
        width: auto;
    }

    .coupon-main {
        padding: 100px 0 0;
    }

    .content-box .box-holder:not(.grid) .item-actions {
        display: table;
        height: 100%;
        margin: -25px 0 0;
        padding-top: 0;
        position: absolute;
        right: 10px;
        top: 35%;
        width: 6%;
    }

    .box-holder:not(.grid) .item .couponAndTip {
        display: table-cell;
        float: none !important;
        margin: 0;
        text-align: right;
        vertical-align: middle;
        width: auto !important;
    }

    .box-holder:not(.grid) .item .couponAndTip .link-popup {
        display: none !important;
    }

    .box-holder:not(.grid) .item .couponAndTip .coupon-code-link {
        background: 0 0;
        border: 0;
        color: #ccc;
        padding: 15px 0;
        width: 30px;
        box-shadow: none;
    }

    .box-holder:not(.grid) .item .couponAndTip .coupon-code-link:hover {
        background: 0 0;
    }

   /* .box-holder:not(.grid) .item .couponAndTip .coupon-code-link:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 20px;
    }*/
    
        .box-holder:not(.grid) .item .couponAndTip .coupon-code-link:before {
        content: "";
	display: block;
	height: 55px;
	width: 30px;
	margin: 0 5px 0 0;
    background: url(../images/img-arrow2.png) no-repeat;
    }

    .box-holder:not(.grid) .item .couponAndTip .coupon-code-link span {
        display: none !important;
    }

    .box-holder:not(.grid) .content-box .item-actions .thumbsup-vote {
        float: right;
    }

    .box-holder:not(.grid) .type-coupon {
        min-height: 84px;
        padding: 10px;
    }

    body.tax-stores .box-holder:not(.grid) .type-coupon {
        min-height: 0;
    }

    .content-box .box-holder:not(.grid) .item .store-holder {
        left: 10px;
        top: 10px;
        width: 82px;
    }

    .content-box .box-holder:not(.grid) .store-holder.graphic {
        font-size: 24px;
        left: 10px;
        padding: 0;
        position: absolute;
        top: 50%;
        margin-top: -21px;
    }
    
        .content-box .box-holder:not(.grid) .store-holder.graphic.sale-c {
        margin-top: -12px;
    }

    .content-box .store-holder.graphic .text {
        line-height: 45px;
    }

    .content-box .store-holder.graphic .free-gift {
        padding: 0;
    }

    .content-box .store-holder.graphic .shipping-icon-free-text,
    .content-box .store-holder.graphic .free-gift {
        line-height: 24px;
    }

    .content-box .store-holder.graphic i {
        font-size: 40px;
    }

    .content-box .store-holder.graphic .shipping-icon-free-text i {
        font-size: 26px;
    }

    .content-box .store-holder.graphic .shipping-icon-free-text {
        font-size: 20px;
        line-height: 20px;
    }

    .content-box .box-holder:not(.grid) .item .store-image img {
        height: 80px;
        width: 80px;
    }

    .box-holder:not(.grid) .type-coupon .item-footer,
    .box-holder:not(.grid) .type-coupon .item-frame {
        min-height: 0;
        padding-left: 90px;
    }

    .box-holder:not(.grid) .type-coupon .item-frame {
        margin-bottom: 0;
    }

    .box-holder:not(.grid) .type-coupon h3.entry-title {
font-size: 1.142857142857143em;
    font-weight: 400;
    line-height: 23px;
    }

    .box-holder:not(.grid) .type-coupon .item-footer,
    .box-holder:not(.grid) .type-coupon div.top-coupon-type {
    font-size: 0.8571428571428571em;
        line-height: 14px;
    }

    .content-box .item-actions p.time-left,
    .content-box .item-actions div.expired-coupon-info.iconfix {
        clear: none;
        float: left;
        padding-top: 0;
        width: 200px;
    }

    .content-box .item-footer {
        width: auto;
    }

    .box-holder:not(.grid) p.time-left i,
    .box-holder:not(.grid) .thumbsup-vote-plain,
    .box-holder:not(.grid) ul.social {
        display: none;
    }

    .coupon-code-popup .box-holder:not(.grid) .thumbsup-vote-plain {
        display: block;
    }

    .tax-stores .box-holder:not(.grid) .content-holder p {
        margin: 0;
    }

    .tax-stores .box-holder:not(.grid) .item-frame {
        min-height: 50px !important;
    }

    .box-holder:not(.grid) .item-footer {
        margin: 0;
        padding-top: 1px;
    }

    .box-holder:not(.grid) p.time-left,
    .box-holder:not(.grid) div.top-coupon-type {
        margin-bottom: 0;
    }

    .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 {
        margin-bottom: 5px;
        text-align: left;
    }

    #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 {
        border-top: medium 0;
        margin: 0;
    }

    .page-template-tpl-user-orders-php .couponList {
        margin: 0;
    }

    .couponList .col2 {
        padding-left: 10px;
        padding-right: 0;
    }

    .couponList .col1,
    .couponList .col3 {
        border-bottom: 0;
        display: none;
        padding-bottom: 0;
    }

    #footer,
    #footer .panel,
    #footer .panel .panel-holder {
        height: auto;
    }

    #footer .panel .box,
    #footer .panel .sidebox {
        float: left;
        margin: 0;
        padding: 10px 10px;
            width: 33%;
    }
    
    #footer .panel .box h4, #footer .panel .sidebox h2 {
    margin: 0 0 10px;
        font-size: 15px;
}
    .textwidget {
    font-size: 13px;
}

    .header_menu_res {
        text-align: center;
    }

    .header_menu_res ul.menu {
        text-align: left;
    }

    .tinynav {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .header_menu_res .obtn {
        float: none;
        margin: 0 auto 10px;
    }

    #content .content-box .grid .item,
    #content-fullwidth .content-box .grid .item {
        width: 49%;
    }

    #content .content-box .grid .item:nth-child(3n+1),
    #content-fullwidth .content-box .grid .item:nth-child(3n+1) {
        margin-right: 2%;
    }

    #content .content-box .grid .item:nth-child(2n+1),
    #content-fullwidth .content-box .grid .item:nth-child(2n+1) {
        margin-right: 0;
    }

    .content-box .home-menus li {
        width: 50%;
    }

    #footer .panel .social-icon {
        margin: 0 16px;
        width: auto;
    }

    #footer .panel .social-icon a {
        height: 25px !important;
        width: 33px !important;
    }

    #footer .panel .social-icon a i {
        font-size: 25px !important;
    }

    #footer .bar-holder {
        padding-bottom: 20px;
    }

    .score-popup-link {
        float: right;
    }

    .coupon-code-popup .post-box {
        width: auto;
    }

    .coupon-code-popup h3 {
        font-size: 24px !important;
    }

    .coupon-code-popup .popup-code-copy div.text {
        font-size: 24px;
        line-height: 30px;
        min-width: 0;
        padding: 15px 130px 15px 15px;
    }

    .coupon-code-popup .popup-code-copy button {
        padding-bottom: 10px;
        padding-top: 10px;
        top: 10px;
        width: 100px;
    }

    .coupon-code-popup .popup-goto {
        font-size: 16px;
        line-height: 20px;
        margin: 20px auto;
    }

    .coupon-code-popup.deal .popup-goto {
        margin-top: 20px;
    }

    .coupon-code-popup h4.deal-title {
        font-size: 20px;
        line-height: 30px;
        padding: 10px;
    }

    .archive .category-icon {
        display: none;
    }

    .archive.left-sidebar .store .text-box.no-store.with-icon {
        float: none;
        width: auto;
    }

    .section-title h1.with-desc {
        line-height: 40px;
    }
    .content-box .item.description {
    font-size: 0.95em;
}
    .desc h2 {
    font-size: 1.5em;
    line-height: 1em;
}
    .content-box ul, .content-box ol {
    padding: 0 0 0 15px;
            margin-bottom: 0.7em;
}
    .comments {
        font-size: 0.9em;
    }
    
    .comments input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], select, textarea, .form-categories {
    font-size: 1em;
}
    .quip-add-comment textarea {
    font-size: 0.8em;
}
}

@media screen and (max-width:550px) {
    .popup-code .popup-copy {
    margin-top: 15px;
}
    .copy-succes {
    margin-top: 15px;
}
}

@media screen and (max-width:500px) {
    #footer .panel .box, #footer .panel .sidebox {
    width: 50%;
}
}

@media screen and (max-width:480px) {
    .help-popup-button {
        margin-top: 0;
    }
    .section-title {
    background-size: auto;
        font-size: 0.9em;
}
    .sidebox {
    padding: 0px;
       /* height: 347px;*/
        width: 46%;
}
          .art-main .sidebox {
    width: 46%;
              padding: 10px 0px;
} 
}

@media screen and (max-width:440px) {
            .box-holder:not(.grid) .item .couponAndTip .coupon-code-link:before {
        content: "";
	display: block;
	height: 35px;
	width: 19px;
	margin: 0 5px 0 0;
    background: url(../images/img-arrow3.png) no-repeat;
    }
    
    .content-box .box-holder:not(.grid) .item-actions {
    margin: -14px 0 0;
        right: 8px;
}
    .sidebox {
      /*  height: 388px;*/
}
}

@media screen and (max-width:420px){
    .panel-holder.flex-row {
    flex-direction: column;
    ms-flex-direction: column;
    webkit-flex-direction: column;
}
    #footer .panel .box, #footer .panel .sidebox {
    width: 100%;
}
}

@media screen and (max-width:400px) {
    #logo img {
        margin: 0 auto;
    }

    .hero h1 {
        font-size: 25px;
    }

    .coupon-code-popup .popup-code-copy div.text {
        font-size: 18px;
        padding-right: 110px;
    }

    .coupon-code-popup .popup-code-copy button {
        padding: 10px;
        width: 80px;
    }

    .user-bar a.btn {
        display: none;
    }

    #content .tags,
    #content .stats,
    .user-bar .inner-social {
        clear: both;
        float: none;
        line-height: normal;
        margin-bottom: 5px;
    }

    .box-holder:not(.grid) .type-coupon {
        min-height: 64px;
    }

    body:not(.tax-stores) .content-box .box-holder:not(.grid) .item .store-holder {
        width: 62px;
    }

    .content-box .box-holder:not(.grid) .item .store-image img {
        height: 60px;
        width: 60px;
    }

    body:not(.tax-stores) .box-holder:not(.grid) .type-coupon .item-footer,
    body:not(.tax-stores) .box-holder:not(.grid) .type-coupon .item-frame {
        padding-left: 70px;
    }

    #content .content-box ul.social li.stats {
        display: none;
    }

    .head .counter,
    .head .counter-red {
        clear: both;
        float: none;
        margin: 0;
        padding: 0;
    }

    .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 {
        clear: both;
        display: block;
        float: none !important;
    }

    .couponList th.col4,
    .couponList th.col5 {
        display: none;
    }

    .couponList tr:hover {
        background: 0 0;
    }

    .couponList tr:after {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .couponList .col2,
    .couponList td.col4,
    .couponList td.col5 {
        border-bottom: medium 0;
        display: block;
        max-width: 100%;
        padding-bottom: 0;
        text-align: left;
        width: auto;
    }

    .couponList td.col5 {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    #couponForm p.info {
        clear: both;
        padding-left: 0;
    }

    #featured .content-box .grid .item,
    #content .content-box .grid .item,
    #content-fullwidth .content-box .grid .item {
        float: none;
        width: auto;
    }

    .content-box .grid .item,
    #featured .content-box .grid .item:nth-child(2n+1),
    #content .content-box .grid .item:nth-child(3n+1),
    #content-fullwidth .content-box .grid .item:nth-child(3n+1) {
        margin-right: 0;
    }

    .directory .catcol {
        float: none;
        width: auto;
    }

    .content-box .home-menus li {
        float: none;
        width: 100%;
    }

    #footer .panel .social-icon {
        margin: 0 11px;
    }
}
/*400 BLOCK*/
@media screen and (max-width:400px){
body.tax-stores .box-holder:not(.grid) .type-coupon {
    font-size: 0.9em;
}
    /*.content-box .box-holder:not(.grid) .item-actions {
    right: 18px;
}*/
 .box-holder:not(.grid) .type-coupon .item-footer, .box-holder:not(.grid) .type-coupon .item-frame {
    padding-left: 70px;
} 
    .content-box .box-holder:not(.grid) .item .store-holder {
    width: 60px;
}
    .popup-code {
    width: 90%;
}
    #top .popup-top {
    font-size: 1em;
}
    .content-box .item.description {
    font-size: 0.9em;
}
    .content-box .item.description {
    padding: 5px 15px 15px;
}
    .desc h2 {
    font-size: 1.4em;
    line-height: 1.4em;
}
    .comments {
    font-size: 0.85em;
}
    td {
    padding: 2px 0px;
}
    .quip-comment.quip-add-comment input[type=text] {
    width: 80%;
}
   .quip h3 {
    margin-bottom: 0px; 
}
    .sidebox {
    /*height: 330px;*/
    width: 97%;
        margin: 5px 0px;
}
    #store_fields-6 {
        /*height: 250px;*/
    }
.box-holder .articles {
    padding: 10px 10px;
}
   .art-main .sidebox {
    margin: 5px 5px;
}
}

@media screen and (max-width:375px) {
    .art-main .sidebar-main div.sidebox:nth-child(2) {
    display: none;
} 
    .art-main .sidebox {
    width: 95%;
} 
}

/*350 BLOCK*/
@media screen and (max-width:350px){
 .header_menu_res {
    font-size: 0.8em;
}
    .best {
    display: none;
}
}

/*330 BLOCK*/
@media screen and (max-width:330px){
    .header_menu_res ul li {
    margin: 0 2px 0 0;
}
}

/*300 BLOCK*/
@media screen and (max-width:300px){
    li#menu-item-2515876 {
        display: none;
    }
    .section-title {
    font-size: 0.85em;
}
    .box-holder:not(.grid) .type-coupon h3.entry-title {
    font-size: 1.05em;
}
    .content-box .item-frame {
    width: 99%;
}
    .content-box .box-holder:not(.grid) .item-actions {
    display: none;
}
    .quip-comment.quip-add-comment button {
    padding: 10px 10px;
    font-size: 0.8em;
}
}

.dealhackcom-isetsback {
    background-color: #fff;
    border-bottom: 1px solid #cbd8d8;
    border-top: 1px solid #cbd8d8;
    padding: 26px 0;
}

.dealhackcom-isetsouter {
    margin: 0 auto;
    max-width: 1120px;
    text-align: center;
}

.dealhackcom-isetsinner {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: text-top;
    width: 30%;
}

.dealhackcom-isetsinner ul {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.dealhackcom-isetsinner li a {
    color: #00a1f1;
    text-decoration: none;
}

.dealhackcom-isetsinner li a:hover {
    text-decoration: underline;
}

.dealhackcom-isetsouter h5 {
    color: #555655;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0;
    min-height: 0;
    padding: .5em .5em .5em .7em;
    position: relative;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-dialog {
    left: 0;
    outline: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
}

.ui-dialog .ui-dialog-content {
    background: 0 0;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url(data:image/gif;
 margin: 0;
    min-height: 0;
    padding: 3px 1em 3px .4em;
    position: relative;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;
 filter: alpha(opacity=25);
    height: 100%;
    opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: .1px;
    ms-touch-action: none;
    position: absolute;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable {
    ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100;
}

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: .5em 0 0;
    padding: 2px .4em;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: .5em;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: .4em 2.1em .4em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    ms-touch-action: none;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.ui-spinner-input {
    background: 0 0;
    border: 0;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}

.ui-spinner a.ui-spinner-button {
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}

.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    padding: .2em;
    position: relative;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    background: 0 0;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    webkit-box-shadow: 0 0 5px #aaa;
    z-index: 9999;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #eee url(../images/images-ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    border: 1px solid #ddd;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    background: #f6a828 url(../images/images-ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    border: 1px solid #e78f08;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6 url(../images/images-ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.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: #fdf5ce url(../images/images-ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #fff url(../images/images-ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffe45c url(../images/images-ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #b81900 url(../images/images-ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/images-ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/images-ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/images-ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../images/images-ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/images-ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/images-ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/images-ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666 url(../images/images-ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.ui-widget-shadow {
    background: #000 url(../images/images-ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    border-radius: 5px;
    filter: Alpha(Opacity=20);
    margin: -5px 0 0 -5px;
    opacity: .2;
    padding: 5px;
}

.reports_form {
    background: #f0f4f7;
    border: 1px solid #d9e4ef;
    border-radius: 4px;
    display: none;
    float: right;
    margin: 5px 10px 0 0;
    moz-border-radius: 4px;
    padding: 10px 5px;
    webkit-border-radius: 4px;
}

.reports_form form {
    margin: 0;
    padding: 0;
}

.reports_message {
    background: #f0f4f7;
    border: 1px solid #d9e4ef;
    border-radius: 4px;
    display: none;
    float: right;
    margin: 5px 10px 0 0;
    moz-border-radius: 4px;
    padding: 10px;
    text-align: center;
    webkit-border-radius: 4px;
    width: 200px;
}

.reports_message .spinner {
    background: url(../images/images-loading.gif) no-repeat scroll 0 0/16px 16px transparent;
    display: block;
    float: left;
    height: 16px;
    margin: 0 5px;
    opacity: .7;
    width: 16px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    webkit-transform: translate3d(0, 0, 0);
    z-index: 9999;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
    ms-interpolation-mode: bicubic;
}

.cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    background: #000;
    margin-top: 32px;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}

#cboxLoadedContent {
    background: #000;
    padding: 1px;
}

#cboxLoadingGraphic {
    background: url(../images/images-loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxTitle {
    color: #000;
    left: 0;
    position: absolute;
    top: -22px;
}

#cboxCurrent {
    position: absolute;
    right: 205px;
    text-indent: -9999px;
    top: -22px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    background: url(../images/images-controls.png) no-repeat 0 0;
    border: 0;
    height: 20px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: -20px;
    width: 20px;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px;
}

#cboxPrevious:hover {
    background-position: 0 -25px;
}

#cboxNext {
    background-position: -25px 0;
    right: 22px;
}

#cboxNext:hover {
    background-position: -25px -25px;
}

#cboxClose {
    background-position: -50px 0;
    right: 0;
}

#cboxClose:hover {
    background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}

@font-face {
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fonts-fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fonts-fontawesome-webfont.woff2) format('woff2'), url(../fonts/fonts-fontawesome-webfont.woff) format('woff'), url(../fonts/fonts-fontawesome-webfont.ttf) format('truetype'), url(../fonts/fonts-fontawesome-webfont.svg) format('svg');
    src: url(../fonts/fonts-fontawesome-webfont.eot);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    width: 1.28571429em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
    webkit-animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
    webkit-animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0);
        webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0);
        webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    ms-transform: rotate(90deg);
    transform: rotate(90deg);
    webkit-transform: rotate(90deg);
}

.fa-rotate-180 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    ms-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg);
}

.fa-rotate-270 {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    ms-transform: rotate(270deg);
    transform: rotate(270deg);
    webkit-transform: rotate(270deg);
}

.fa-flip-horizontal {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    webkit-transform: scale(-1, 1);
}

.fa-flip-vertical {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    ms-transform: scale(1, -1);
    transform: scale(1, -1);
    webkit-transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    background: url(../images/icons-search.png) no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 24px;
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    /*content: "\f017";*/
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    /*content: "\f05a";*/
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    /*	content: "\f0d1";*/
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.flex-row {
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    ms-flex-direction: row;
    ms-flex-pack: justify;
    webkit-border-radius: 2px;
    webkit-box-direction: normal;
    webkit-box-orient: horizontal;
    webkit-box-pack: justify;
    webkit-box-sizing: border-box;
    webkit-flex-direction: row;
    webkit-justify-content: space-around;
}

.flex-col {
        display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    ms-flex-direction: column;
    webkit-box-direction: normal;
    webkit-box-orient: vertical;
    webkit-flex-direction: column;
    justify-content: flex-start;
    webkit-justify-content: flex-start;
}

.flags-ico:before {
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.can-ico:before {
    background: url(../images/icons-CA.png) no-repeat;
}
.aus-ico:before {
    background: url(../images/icons-AU.png) no-repeat;
}
.usa-ico:before {
    background: url(../images/icons-US.png) no-repeat;
}
.ksa-ico:before {
    background: url(../images/icons-SA.png) no-repeat;
}

.flags-ico span {
    line-height:25px;
    margin: 0 0 0 26px;
}

.sidebox-content .item {
    border-top: 1px solid;
    border-color: #ddd;
    margin: 10px 0 0 0;
}

.sidebox-content .item h3 {
font-size: 0.95em;
    line-height: 1.5em;
    font-weight: 500;
    padding: 0px;
}
.sidebox-content .couponAndTip .coupon-code-link {
    padding: 5px;
    box-shadow: rgba(0, 50, 77, 0.5411764705882353) 1px 1px 8px 0px;
    moz-box-shadow: rgba(0, 50, 77, 0.5411764705882353) 1px 1px 8px 0px;
    webkit-box-shadow: rgba(0, 50, 77, 0.5411764705882353) 1px 1px 8px 0px;
}
.sidebox-content .couponAndTip .coupon-code-link span{
    font-size: 1em;
}

.sidebox-content .couponAndTip .coupon-code-link:hover {
    box-shadow: rgba(0, 50, 77, 0.84) 1px 1px 8px 0px;
    moz-box-shadow: rgba(0, 50, 77, 0.84) 1px 1px 8px 0px;
    webkit-box-shadow: rgba(0, 50, 77, 0.84) 1px 1px 8px 0px;
}
.articles {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    clear: both;
    margin-bottom: 20px;
    moz-border-radius: 0.5em;
    padding: 20px 50px;
    position: relative;
    webkit-border-radius: 0.5em;
}

.articles .art-title {
    text-align: center;
}
.articles .art-title a{
    text-decoration: none;
}
.articles .art-title h1 {
    font-size: 2.5em;
    margin: 20px 10px;
    color: #043555;
    line-height: 1.3em;
}
.articles .art-img {
    text-align: center;
}
.articles .art-descr {
text-align: justify;
margin: 10px 0px 10px;
}
.articles .art-button {
   text-align: right; 
    margin: 0 0px 10px 0; 
}
.articles .art-button a{
border: 1px solid #0d5582;
    border-radius: 0.2em;
    color: #0d5582;
    moz-border-radius: 0.2em;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    webkit-border-radius: 0.2em;
    font-weight: 500;
    font-size: 1.05em;
}
.articles .art-button a:hover {
     box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    moz-box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    moz-transition: opacity 300ms ease-out;
    ms-transition: opacity 300ms ease-out;
    o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    webkit-box-shadow: inset 0 0 100px 100px rgb(229, 139, 109);
    webkit-transition: opacity 300ms ease-out;
    color: rgb(255, 255, 255);
    border-color: #E58B6D;   
}

.articles .art-descr p{
  font-size: 1.05em;  
}
.sidebox-content .item-panel h3.entry-title a:hover {
    color: inherit;
}
.articles .art-descr h2{
line-height: 1.4em;
margin: 20px 0px 10px; 
}
.articles .art-descr h3{
font-weight: 400;
font-size: 1.3em;  
}

.articles .art-descr img{
    display: block;
    margin: 20px auto;
    width: 88%;
    box-shadow: rgba(0, 50, 77, 0.47) 0px 0 4px 0px;
    moz-box-shadow: rgba(0, 50, 77, 0.47) 0px 0 4px 0px;
    webkit-box-shadow: rgba(0, 50, 77, 0.47) 0px 0 4px 0px; 
}