
summary {
    display: block
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0px
}
b,
strong {
    font-weight: bold
}
h1 {
    margin: 0.67em 0px;
    font-size: 2em
}
img {
    border: 0px
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
input {
    line-height: normal
}
textarea {
    overflow: auto
}
table {
    border-spacing: 0px;
    border-collapse: collapse
}
td,
th {
    padding: 0px
}
* {
    box-sizing: border-box
}
::before,
::after {
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255)
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
/*a {
    color: rgb(0, 0, 0);
    text-decoration: none
}*/
img {
    vertical-align: middle
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238)
}
p {
    margin: 0px 0px 10px
}
small,
.small {
    font-size: 85%
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0px
}
dl {
    margin-top: 0px;
    margin-bottom: 20px
}
dt,
dd {
    line-height: 1.42857
}
dt {
    font-weight: bold
}
dd {
    margin-left: 0px
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.6667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-6 {
    width: 50%
}
.col-xs-3 {
    width: 25%
}
.col-xs-1 {
    width: 8.33333%
}
table {
    background-color: transparent
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: none;
    background-color: rgb(255, 255, 255)
}
.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px
}
.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153)
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1;
    background-color: rgb(238, 238, 238)
}
textarea.form-control {
    height: auto
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: rgb(51, 51, 51);
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 5px inset;
    background-image: none
}*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0px
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: rgb(51, 51, 51);
    text-align: center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(238, 238, 238)
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}
.input-group-addon:first-child {
    border-right-width: 0px
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}
.input-group-addon:last-child {
    border-left-width: 0px
}
.alert-warning {
    color: rgb(138, 109, 59);
    border-color: rgb(250, 235, 204);
    background-color: rgb(252, 248, 227)
}
.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
    display: table;
    content: " "
}
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
    clear: both
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover > .arrow {
    border-width: 11px
}
.popover > .arrow:after {
    content: "";
    border-width: 10px
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.input-group-btn {
    position: relative
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    background-size: 100% 100%;
    background-color: #f9f9f9;
    color: #333;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding: 0 !important
}
.fancybox-opened,
.fancybox-inner {
    z-index: 8030
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
    z-index: 998
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../../static/images/fancybox/fancybox_sprite.html')
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../static/images/fancybox/fancybox_loading.html') center center no-repeat
}
.fancybox-close {
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
    z-index: 8040;
    background: transparent;
    background-image: none;
    font-size: 12px;
    color: #333
}
.fancybox-close:hover {
    text-decoration: none;
    color: #4682B4
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../static/images/fancybox/blank.html');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}
.fancybox-nav:hover span {
    visibility: visible
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden !important
}
.fancybox-lock-test {
    overflow-y: hidden !important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8000;
    background: url('../../static/images/fancybox/fancybox_overlay.html');
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3)
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
.fancybox-opened .fancybox-title {
    visibility: visible
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, .8)
}
.fancybox-inner .title {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 19px
}
.fancybox-inner input[type="text"],
.fancybox-inner input[type="email"],
.fancybox-inner input[type="password"],
.user-login input[type="text"],
.user-login input[type="email"],
.user-login input[type="password"],
.user-registration input[type="text"],
.user-registration input[type="email"],
.user-registration input[type="password"] {
    border-radius: 3px;
    color: #333
}
.fancybox-inner input[type="text"]:focus,
.fancybox-inner input[type="email"]:focus,
.fancybox-inner input[type="password"]:focus,
.user-login input:focus,
#recover-password input[name="email"]:focus {
    border-color: #FF8C00;
    box-shadow: none
}
.fancybox-inner .green,
.user-login .green,
.user-registration .green {
    background-color: #FF8C00;
    background-image: none;
    font-size: 14px;
    color: #FFF;
    height: 45px;
    border: none;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 5px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    width: 100%
}
.fancybox-inner .green:focus,
.user-login .green:focus {
    outline: none
}
.fancybox-inner .green:hover,
.user-login .green:hover,
.user-registration .green:hover {
    background-color: #ff9531
}
.fancybox-inner .already {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
    padding-bottom: 10px
}
.fancybox-inner #copy-button {
    margin-left: 0;
    border-radius: 3px;
    font-weight: 600;
    width: 105px
}
.fancybox-inner .orange {
    background-color: #FF8C00;
    background-image: none;
    font-size: 15px;
    color: #FFF;
    height: 45px;
    text-shadow: none;
    box-shadow: none background-image: none;
    border: none
}
.fancybox-inner .orange:hover,
.fancybox-inner .zeroclipboard-is-hover {
    background-color: #ff9531;
    border: none
}
.fancybox-inner .zeroclipboard-is-hover:before {
    border-right: 6px solid #ff9531
}
.fancybox-inner .copied.zeroclipboard-is-hover {
    background: #fff !important;
    background-color: #fff !important
}
.fancybox-inner .ajax-container .text-paste {
    font-size: 13px;
    margin-top: 10px;
    color: #999;
    line-height: 1.7;
    text-align: left
}
.fancybox-inner .ajax-container {
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 100%;
    display: inline-block
}
.fancybox-inner .help-block {
    display: none
}
.fancybox-inner .has-error,
.user-login .has-error {
    border-color: #b94a48
}
.fancybox-type-ajax .ajax-content .sharing {
    text-align: center;
    font-size: 22px;
    height: 55px;
    line-height: 55px
}
.fancybox-type-ajax .ajax-content .sharing a {
    color: #4682B4;
    margin: 6px
}
.fancybox-type-ajax .ajax-content .sharing a:hover {
    color: #FF8C00;
    margin: 6px
}
.fancybox-type-ajax .ajax-content .sharing input {
    background: none;
    border: none;
    width: 445px;
    font-weight: bold
}
.fancybox-type-ajax .ajax-content .sharing .close-link {
    font-weight: bold;
    cursor: pointer
}
.fancybox-inner .ajax-bar {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px
}
.fancybox-inner .ajax-bar p {
    margin-bottom: 0
}
.fancybox-inner .ajax-bar p.first {
    margin-bottom: 0px
}
.fancybox-type-ajax .ajax-content .recover-form {
    padding-bottom: 15px
}
.fancybox-type-ajax .ajax-content .sub {
    margin-top: 5px;
    font-size: 14px;
    padding: 0 30px;
    line-height: 1.6;
    color: #666
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../../static/images/fancybox/fancybox_sprite%402x.html');
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url('../../static/images/fancybox/fancybox_loading%402x.html');
        background-size: 24px 24px
    }
}
body {
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    font-size: 12px
}
.dpf-transition {
    -webkit-dpf-transition: all 0.075s ease-in;
    -moz-dpf-transition: all 0.075s ease-in;
    -ms-dpf-transition: all 0.075s ease-in;
    -o-dpf-transition: all 0.075s ease-in;
    dpf-transition: all 0.075s ease-in
}
.font--regular,
p {
    /*font-weight: 400*/
}
.font--medium,
.store--title {
    font-weight: 400
}
.font--bold {
    font-weight: 500
}
.size--regular12 {
    font-size: 12px
}
.size--regular13,
.text--regular {
    font-size: 13px
}
.size--regular14 {
    font-size: 14px
}
.size--regular15 {
    font-size: 15px
}
/*.size--regular16,
h5 {
    font-size: 16px
}
h2,
h3 {
    margin-bottom: 20px
}
h2 {
    font-size: 35px
}
h3 {
    font-size: 28px
}
.store--title {
    font-size: 24px;
    float: left
}
h4 {
    font-size: 21px
}*/
.text--center,
.align-center,
.text-center {
    text-align: center
}
.text--right,
.align-right,
.text-right {
    text-align: right
}
.text--left,
.align-left,
.text-left {
    text-align: left
}
.coupon-box {
    border-radius: 3px;
    position: relative;
    border-bottom: 1px solid #ededed;
    height: 195px;
    padding: 15px;
    margin-bottom: 10px
}
p.expired-more span,
p.forum-more span {
    color: #666;
    text-align: center;
    cursor: pointer;
    border-bottom: 0;
    padding: 10px 12px;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    font-size: 13px
}
p.expired-more span:after {
    content: '\0025BE';
    padding-left: 3px
}
p.forum-more,
p.expired-more {
    font-size: 13px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0 0 3px 3px;
    border: 1px solid #eee;
    background-color: #fff
}
p.expired-more {
    border: 0
}
ul {
    list-style: none
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
a,
a:hover {
    text-decoration: none
}
.homepage-coupons .coupon-box .code-container,
.homepage-coupons .coupon-box .offer-container {
    position: absolute;
    right: -8px;
    bottom: 20px
}
.coupon-box .code-container .code {
    position: relative
}
.coupon-box .code-container .code .coupon-hop {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px
}
.coupon-box .code-container .code .coupon-hop:after {
    display: none;
    border-style: solid;
    border-color: #6d3c00 transparent transparent #6d3c00;
    content: "";
    position: absolute;
    border-width: 4px;
    right: 0px;
    bottom: -8px
}
.coupon-box .code-container .coupon-hop .partial-code {
    background-color: #e9f5ff;
    color: #027fc7;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    padding-left: 10px;
    width: 179px;
    border-radius: 3px 0 0 3px;
    position: relative;
    border: 1px dashed #027fc7
}
.coupon-box .code-container .coupon-hop .partial-code.seen-code {
    padding-left: 0
}
.coupon-box .code-container .coupon-hop .hide-btn {
    position: absolute;
    top: 0;
    background-color: #ed2227;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    padding-right: 14px;
    transition: transform 250ms, margin-left 250ms, width 250ms;
    right: 0;
    width: 145px;
    border-radius: 0
}
.coupon-box .code-container .coupon-hop .hide-btn:after {
    width: 0;
    height: 0;
    border-top: 46px solid #ed2227;
    position: absolute;
    /* border-left: 25px solid transparent; */
    border-right: 0px solid transparent;
    left: -24px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    margin-top: -1px;
}
.df-follow.active {
    color: red
}
.coupon-box .offer-container .offer p {
    text-align: center;
    width: 179px;
    line-height: 46px;
    height: 46px
}
.coupon-box .offer-container .offer a,
.coupon-box .offer-container .offer p {
    font-size: 16px;
    display: block;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    font-weight: 500;
    background-color: #ed2227;
    margin-bottom: 0
}
.coupon-box .offer-container:after,
.coupon-box .offer-container:after {
    display: none;
    border-width: 4px;
    border-style: solid;
    border-color: #1565C0 transparent transparent #1565C0;
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0
}
.coupon-body {
    padding-left: 0
}
.homepage-coupons .coupon-box .offer-container .offer a:after,
.coupon-box .offer-container .offer p:after {
    border-width: 4px;
    border-color: #17466d transparent transparent #17466d;
}
.coupon-box .offer-container .offer a:hover:after {
    border-color: #333 transparent transparent #333;
}
.coupon-label p {
    margin: 0px;
}
.coupon-box .coupon-label-context {
    height: 100px;
    border-radius: 3px 3px 0 0;
}
.coupon-box .coupon-label-context > div {
    line-height: 1;
    color: #ed2227;
}
.coupon-box .coupon-label-container .supermicro {
    font-size: 14px;
}
.coupon-box .coupon-label-container .micro {
    font-size: 18px;
}
.coupon-box .coupon-label-container .smallest {
    font-size: 20px;
}
.coupon-box .coupon-label-container .small {
    font-size: 26px;
}
.coupon-box .coupon-label-container .medium {
    font-size: 30px;
    letter-spacing: -0.5px;
}
.coupon-box .coupon-label-container .large {
    font-size: 45px
}
.coupon-box .coupon-label-container .bold {
    font-weight: 500
}
.coupon-box .coupon-label-container .upper {
    text-transform: uppercase
}
.coupon-box .coupon-label-container .orange {
    border-bottom: 0;
    border: 1px solid #ed2227;
    color: #027fc7
}
.coupon-box .coupon-label-container .blue {
    color: #027fc7;
    border: 1px solid #88b9d6;
    border-bottom: 0
}
.coupon-box .coupon-label-container .red {
    color: #E05050
}
.homepage-coupons .coupon-box .coupon-label {
    height: 115px
}
.coupon-box .coupon-label .coupon-type > div {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.coupon-box .coupon-label .coupon-type .blue {
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #88b9d6;
    color: #027fc7
}
.coupon-box .coupon-label .coupon-type .orange {
    border-top: 0;
    font-weight: 500;
    color: #5d1212;
}
.coupon-box .coupon-label .coupon-type .red {
    background-color: #E05050
}
.coupon-box .coupon-label .coupon-type > div {
    color: #ffffff;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px
}
.coupon-box .coupon-label .percent {
    font-size: 25px;
    font-weight: 400
}
.coupon-box .coupon-label .currency {
    font-size: 18px;
    font-weight: 400
}
.coupon-box div.votes {
    color: #999;
    font-weight: 300;
    text-align: right;
    display: inline-block;
    float: left;
    margin-left: 70px
}
.coupon-box .coupon-label div sup {
    font-size: 17px;
    vertical-align: top;
    line-height: 1.7;
    position: relative;
    top: -3px
}
.coupon-box .coupon-action {
    padding-right: 0;
    padding-top: 50px
}
.coupon-box .coupon-bottom {
    border: 0
}
.main {
    margin-top: 10px
}
.category-page-layout .breadcrumb,
.sitemap-layout .breadcrumb,
.signup-page-layout .breadcrumb,
.contact-page-layout .breadcrumb,
.category-browse-layout .breadcrumb,
.account-page-layout .breadcrumb {
    background-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.035);
    border-bottom: 1px solid #e5e5e5
}
h3.coupon-title {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative
}
h3.coupon-title:hover,
.coupon-title a:hover {
    color: #027fc7;
    text-decoration: underline
}
.or {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #999;
    text-align: center
}
#top_register {
    padding: 0 20px
}
.share-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    background: rgba(39, 117, 105, 0.9);
    color: #ffffff
}
.short-red {
    background-color: #d40000;
    color: #ffffff;
    padding: 0
}
.short-red .popover-content {
    line-height: normal;
    font-size: 12px
}
.short-red.top > .arrow:after {
    border-top-color: #d40000
}
.short-red .popover-content a {
    color: #ffffff;
    font-weight: bold
}
.user-tabs {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.035);
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #e5e5e5
}
.user-tabs a,
.user-tabs span {
    float: left;
    width: 50%
}
.user-tabs span {
    color: #333;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.075)
}
.user-tabs li:first-child a {
    border-radius: 3px 0 0 3px
}
.user-tabs li:last-child a {
    border-radius: 0 3px 3px 0
}
.user-tabs li:last-child {
    color: #fff;
    display: block;
    background-color: #666;
    border-radius: 0 3px 3px 0
}
.user-tabs span,
.user-tabs a {
    padding: 10px;
    font-weight: 400;
    text-align: center;
    font-size: 14px
}
.user-tabs--login a,
.user-tabs--signup span {
    border-radius: 3px 0 0 3px
}
.user-tabs a:hover {
    background-color: #f9f9f9;
    color: #333
}
.user-tabs--signup a,
.user-tabs--login span {
    border-radius: 0 3px 3px 0
}
.user-tabs a {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #999
}
.user-tabs--login a {
    border-right: 0
}
.user-tabs--signup a {
    border-left: 0
}
.forgot-pass-wrap {
    font-size: 13px;
    padding-bottom: 25px
}
.forgot-pass-wrap a {
    color: #333;
    font-size: 13px;
    font-weight: 500
}
.forgot-pass-wrap a:hover {
    text-decoration: underline
}
.sign-up-input-wrap {
    padding: 0 15px 0 15px;
    width: 50%;
    float: left
}
.sign-up-input-wrap--left {
    padding-right: 7px
}
.sign-up-input-wrap--right {
    padding-left: 7px
}
#recover-password-popup {
    padding: 20px 20px 0px 20px
}
.user-registration .forgot-pass-wrap {
    padding-bottom: 0;
    font-weight: 400
}
.user-registration input[type="submit"]:hover {
    color: #fff
}
#top_register.top-register-inpage {
    padding: 0
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    border: 1px solid #eee;
    font-size: 15px
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    border-color: #dcdcdc
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 3px
}
.input-group-addon:not(:first-child) {
    border-left: 0
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    height: 70px;
    line-height: 70px;
    top: 0;
    margin-top: -55px;
    width: 19px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #999
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #333333
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    border-left: 0;
    border-radius: 0 3px 3px 0
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    border-right: 0;
    border-radius: 3px 0 0 3px
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 30px
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    border: 1px solid #f9f9f9;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
body {
    color: #333;
    background: #f9f9f9 !important;
    font-size: 12px
}
body,
html {
    height: 100%
}
h3,
.h3 {
    font-size: 24px
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit
}
.header__top-bar {
    background-color: #111
}
.header__top-links {
    margin: 0;
    padding: 0;
    display: table;
    position: relative;
    z-index: 11
}
.header__counter {
    display: none !important
}
.header__counter.active {
    display: inline-block !important
}
.header__counter-icon {
    position: relative;
    color: #666
}
a.header__counter.follows,
a.header__counter.coupons {
    padding: 8px 11px !important
}
.header__counter-icon.df-follow {
    font-size: 17px
}
.header__counter-icon.df-save {
    font-size: 18px
}
.header__counter:hover > i {
    color: #ff9800;
    opacity: 1
}
.header__counter-box {
    position: absolute;
    right: 6px;
    bottom: 7px;
    font-size: 10px;
    border-radius: 3px;
    background-color: #D81159;
    color: #FFF;
    width: 14px;
    font-family: Arial, sans-serif;
    height: 14px;
    line-height: 14px;
    text-align: center
}
.mobile-logo {
    display: none
}
.header__counter:hover > span {
    background-color: #fff;
    color: #333
}
.header__seo-title {
    overflow: hidden;
    line-height: 36px;
    color: #999;
    font-size: 11px
}
div.header__seo-title em {
    font-style: normal
}
.header-message {
    margin-right: 7px;
    color: #ffffff;
    float: left
}
.header__top-links-wrap .header-message a {
    color: #FF9800;
    float: none
}
.header__top-links-wrap li:not(.language) a {
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: #999
}
.header__top-links-wrap ul ul li,
.header__top-links-wrap ul ul a {
    display: block;
    width: 100%
}
.header__top-links-wrap .username i,
.language i {
    display: inline-block
}
.language i {
    color: #ffffff;
    font-size: 11px;
    position: relative
}
.header__top-links-wrap li {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
    z-index: 9999
}
#myaccount {
    color: #ff9800;
    height: 29px;
    padding: 0 11px;
    line-height: 25px
}
#myaccount:hover {
    color: #ffac31;
    border: 1px solid rgba(255, 255, 255, 0.15)
}
#myaccount:before {
    font-family: 'dontpayfull';
    content: "\e800";
    font-size: 13px;
    margin-right: 6px;
    position: relative;
    top: 1px
}
#myaccount i {
    margin-left: 3px
}
.header__dropdown {
    width: 138px;
    padding: 0;
    display: none;
    background-color: #3C3B3B;
    z-index: 99 !important;
    margin-left: 11px;
    border-radius: 0 3px 3px 3px;
    position: absolute
}
.header__top-links-wrap ul li.signup a {
    color: #ffffff;
    padding: 4px 7px;
    line-height: 17px;
    margin-left: 11px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #ff9800
}
.header__top-links-wrap ul li.signup a:hover {
    background-color: #ffac31;
    color: #FFF
}
.header__top-links-wrap .language__select {
    padding: 0 9px;
    margin-left: 7px;
    border-radius: 3px;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 50px;
    height: 25px
}
.language__uk {
    position: absolute;
    top: 100%;
    z-index: 20;
    padding: 4px 9px !important;
    background-color: #3C3B3B;
    left: 7px;
    width: 50px;
    margin-top: -8px;
    border-radius: 0 0 3px 3px;
    display: none
}
.language-item {
    width: 14px;
    height: 11px;
    display: inline-block
}
.language-us {
    background: url(../../static/images/us-l.html) 0 no-repeat;
    position: relative;
    top: 2px;
    margin-right: 4px
}
.language-uk {
    background: url(../../static/images/uk.html) 0 no-repeat
}
.language__uk:hover span {
    opacity: .75
}
.language__uk:hover img {
    opacity: .75
}
.language__uk.opened {
    display: block
}
.username a {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: normal
}
#myaccount.opened {
    background-color: #3C3B3B;
    border-radius: 3px 3px 0 0
}
#myaccount.opened,
#myaccount.opened:hover,
.language__select.opened {
    border: 1px solid #3C3B3B
}
.language__select.opened {
    background-color: #3C3B3B;
    border-radius: 3px 3px 0 0
}
.header__top-links-wrap ul li a:hover,
.header__top-links-wrap ul li a:focus {
    color: #ff9800
}
.username > a {
    padding: 0 11px;
    margin-left: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1)
}
#sidemenu {
    display: none
}
.sidemenu__logo {
    display: block;
    text-align: center;
    line-height: 60px
}
.sidemenu__logo:hover {
    text-decoration: none
}
#sidemenu .links li:hover {
    opacity: .5
}
#sidemenu ul i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px
}
.sidemenu__logo span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #FF9800
}
.sidemenu__logo img {
    width: 32px;
    margin-right: 10px
}
#sidemenu li a {
    display: block;
    padding: 15px 27px
}
#sidemenu .links {
    color: #c4ccda;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    margin-top: 20px
}
#sidemenu .links li {
    border-bottom: 1px solid #242a37
}
#sidemenu .links li a:hover {
    text-decoration: none
}
#sidemenu .links li span.glyphicon {
    font-size: 20px
}
#sidemenu .links li:first-child {
    border-top: none
}
#sidemenu .site_type {
    border-bottom: 1px solid #242a37;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center
}
#sidemenu .site_type span {
    color: #c4ccda;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6)
}
#sidemenu .site_type span.split {
    color: #242a37
}
#sidemenu .site_type span a:hover {
    text-decoration: none
}
#sidemenu {
    position: fixed;
    background-color: #191919;
    z-index: 10002;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 230px;
    min-width: 200px;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    right: -230px
}
#sidemenu ul a {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase
}
#sidemenu.activeState {
    right: 0
}
.topmenu__menu {
    margin-left: 12px
}
.topmenu__menu:before {
    content: "\e904";
    font-family: 'dontpayfull';
    color: #fff;
    position: relative;
    top: 8px;
    float: right;
    font-size: 25px
}
#sidemnu,
.profilebox__stats,
.topmenu__menu {
    display: none
}
.thanks-wrap {
    height: 100%
}
.thanks__wrap {
    display: table;
    height: 100%;
    width: 100%
}
.thanks__text {
    font-size: 20px;
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle
}
.coupon-label .df-pricetags {
    font-size: 32px
}
.site-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    -webkit-animation: fade-in-overlay 0.2s 1;
    -moz-animation: fade-in-overlay 0.2s 1;
    animation: fade-in-overlay 0.2s 1
}
.facebook-login-container {
    padding: 0 20px
}
.facebook-login {
    height: 45px;
    line-height: 45px;
    background-color: #3B5997;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    text-align: center
}
.facebook-login a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    display: block
}
.form-group {
    margin-bottom: 15px
}
#alert-message .text {
    text-align: center
}
#alert-message .close-button {
    color: #ffffff;
    cursor: pointer;
    margin-top: 1px
}
.message {
    color: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 199
}
.message .close-button {
    font-size: 18px
}
#alert-message.info {
    background-color: #4ea5cd
}
#alert-message.error {
    background-color: #de4343
}
#alert-message.warning {
    color: #8a6d3b;
    background-color: #FFF0C3
}
#alert-message.success {
    background-color: #61b832
}
#alert-message.info,
#alert-message.error,
#alert-message.warning,
#alert-message.success {
    font-size: 13px;
    padding: 15px 0;
    opacity: .95;
    z-index: 9999
}
.message h3 {
    margin: 0 0 5px 0
}
.message p {
    margin: 0
}
.header {
    position: relative;
    background-color: #111;
    padding: 0 0 10px 0
}
.logo a {
    padding: 5px 0 0 0px
}

.logo a,
.logo a img {
    /*display: inline-block*/
}
.header .container {
    padding: 5px 30px 5px
}
.store-search .searchExample {
    color: #999;
    text-align: left;
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 9px 0 -1px 0;
    padding-left: 25px
}
.searchExample a {
    color: #999
}
.searchExample span {
    color: #999
}
.searchExample a:hover {
    text-decoration: underline;
    color: #ffac31;
    opacity: 1
}
.header .search {
    padding-left: 35px;
    width: 765px
}
.header .search-wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap
}
.header .trending__slide {
    top: 30px;
    opacity: 0;
    transition: all .75s ease;
    -webkit-transition: all .75s ease
}
.header .trending__slide.trending-hidden {
    opacity: 0;
    top: -20px
}
.header .trending__slide.trending-active {
    opacity: 1;
    top: 5px
}
.trending__wrap {
    display: none
}
.header .trending__wrap {
    width: 276px;
    height: 80px;
    position: relative;
    display: block
}
.header .trending__slide {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    width: 100%;
    display: table;
    height: 50px
}
.header .trending__slide:hover a {
    text-decoration: underline
}
.header .trending {
    text-align: center;
    color: #fff
}
.header .trending p {
    margin: 0
}
.header .trending__slide div {
    line-height: 1.4;
    height: 35px;
    padding-top: 20px
}
.header .trending__slide > div p {
    color: #999;
    position: relative;
    width: 100%;
    text-align: center
}
.header .trending__slide > a {
    display: block;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}
.header .trending__title {
    color: #fff;
    position: absolute;
    font-weight: 400;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0
}
.header .trending__title i {
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: #ff9800
}
.store-search .df-search3 {
    color: #fff;
    font-size: 20px;
    position: relative
}
#top-search {
    border: 0;
    height: 50px;
    font-size: 23px;
    padding-left: 25px;
    color: #333;
    z-index: 3;
    border-radius: 3px 0 0 3px;
    display: flex;
    flex-grow: 1;
    width: auto !important;
    font-weight: 200
}
.twitter-typeahead {
    vertical-align: middle;
    z-index: 0;
    display: flex;
    flex-grow: 1;
    width: auto;
    background-color: #FFF;
    border-radius: 3px 0 0 3px;
    display: flex !important;
    flex-grow: 1
}
.store-search .input-group .input-group-addon {
    background-color: #ff9800;
    border-radius: 0 3px 3px 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    height: 50px;
    width: 60px;
    cursor: pointer
}
.store-search .input-group .input-group-addon:hover {
    background-color: #ffac31
}
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    display: none !important
}
.store-search .tt-suggestion {
    display: block;
    padding: 5px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    -webkit-transition: border .3s, margin-bottom .3s;
    -o-transition: border .3s, margin-bottom .3s;
    transition: border .3s, margin-bottom .3s;
    width: 100%
}
.store-search .tt-suggestion a > div:first-child {
    border-radius: 3px;
    background-color: #FFF;
    margin: 2px 0;
    outline: 1px solid #FFF
}
.store-search .tt-suggestion a > div:not(:first-child) {
    margin: 7px 0
}
.store-search .tt-suggestion a > div:not(:first-child) div:not(:first-child) {
    line-height: 34px;
    font-size: 14px;
    color: #999
}
.tt-suggestion:hover a > div:first-child {
    outline: 1px solid #eee
}
.store-search .tt-hint-col p {
    margin: 0
}
.br0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}
.store-search .tt-suggestion:only-of-type {
    border-radius: 0 0 3px 3px
}
.store-search .tt-suggestion:last-child {
    border-bottom: 1px solid #DCDCDC
}
.store-search .search-description {
    margin-top: 13px
}
.store-search .twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    width: 100%;
    font-size: 23px;
    padding-left: 24px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    color: #929090;
    font-weight: 500
}
.top-search-response h3 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 0
}
.top-search-response a {
    color: #333;
    float: left;
    width: 100%;
    font-size: 12px
}
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    background-color: #F5F5F5
}
.top-search-response a span {
    font-weight: bold
}
.store-search .tt-menu {
    min-width: 141px;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.store-search .tt-menu .view-all {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0 0 3px 3px;
    color: #666
}
.store-search .tt-menu .view-all:hover,
.store-search .tt-menu .view-all:hover a {
    color: #025463 !important
}
.tt-hint-col {
    font-size: 13px;
    text-transform: capitalize;
    text-align: right;
    display: inline-block;
    vertical-align: middle
}
div.tt-hint-col:first-child {
    text-align: left;
    word-break: break-word
}
.tt-hint-domain {
    font-weight: 500 !important;
    color: #666;
    font-size: 13px;
    text-transform: lowercase
}
.tt-hint-col > span {
    font-weight: 900 !important;
    color: #333
}
.store-search .tt-menu .view-all a {
    color: #666
}
.store-search .tt-menu .view-all:after {
    content: '\0025BA';
    padding-left: 3px;
    font-size: 8px;
    position: relative;
    top: -2px
}
.top-search-response h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 0
}
.top-search-response a {
    color: #333;
    float: left;
    width: 100%;
    font-size: 12px
}
.breadcrumb {
    background: #f9f9f9;
    color: #333;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0px;
    line-height: 36px
}
.breadcrumb ul {
    float: left;
    padding-left: 0;
    margin: 0
}
.breadcrumb li {
    float: left;
    font-size: 13px;
    margin-right: 5px
}
.breadcrumb li:after {
    content: "/";
    margin-left: 5px;
    opacity: .5
}
.breadcrumb li:last-child:after {
    display: none
}
.breadcrumb a {
    color: #333;
    font-weight: 500;
    font-size: 13px
}
.breadcrumb a:hover {
    text-decoration: underline
}
.left-menu {
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    padding-right: 0
}
.submit-coupon--btn {
    line-height: 49px;
    background-color: #FF9800;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 49px;
    font-weight: 400;
    border-bottom: 3px solid #DB7800
}
.submit-coupon--btn:hover {
    background-color: #ffac31
}
.store-description .about-more,
.related-stores .more,
.same-category-stores .more,
.coupon-images-more {
    color: #666;
    font-size: 13px;
    cursor: pointer;
    margin: 0 0 0px;
    float: left !important;
    width: 100%;
    padding-left: 0;
    font-weight: 500
}
.store-description .about-more:after,
.related-stores .more:after,
.same-category-stores .more:after,
.coupon-images-more:after {
    content: '\0025BE';
    padding-left: 3px
}
.store-description .about-more.expanded:after,
.related-stores .more.expanded:after,
.same-category-stores .more.expanded:after,
.coupon-images-more.expanded:after {
    content: '\0025B4'
}
.same-category-stores .more {
    border: 1px solid #eee;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0
}
a.store-hop-btn {
    margin-left: 5px
}
.coupon-images {
    padding-top: 15px;
    float: left;
    width: 100%
}
.store-description .about-more:hover,
.related-stores .more:hover,
.same-category-stores .more:hover,
.coupon-images-more:hover {
    color: #333
}
.store-desc,
.store-desc-gen,
.sidebar__box-text {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400
}
.sidebar__box-input--text {
    outline: none;
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #999;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7
}
.sidebar__box-input--btn {
    color: #ffffff;
    padding: 7px 11px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    border: 0;
    width: 100%;
    outline: none;
    background-color: #FF9800
}
.sidebar__box-input--btn:hover {
    background-color: #ffac31
}
.left-menu h3 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: capitalize;
    width: 100%
}
.leftmenu-list {
    padding-left: 0
}
.related-stores img,
.same-category-stores img {
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1)
}
.related-stores .description,
.same-category-stores .description {
    padding: 0;
    font-size: 12px;
    color: #333
}
.related-stores .description p,
.same-category-stores .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px
}
.related-stores .description p a,
.same-category-stores .description p a,
.other-region-stores a {
    color: #999;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    float: left !important;
    width: 100%;
    padding-left: 0
}
.related-stores .description p a:hover,
.same-category-stores p a:hover,
.latest-blog a:hover,
ul.list li a:hover,
.other-region-stores a:hover {
    color: #333
}
.related-stores .item,
.same-category-stores .item {
    margin-bottom: 20px
}
.related-stores .related-container,
.same-category-stores .same-category-container {
    display: none
}
.same-category-stores .same-category-container.expanded {
    display: flex;
    flex-wrap: wrap
}
.related-stores .related-container a,
.same-category-stores .same-category-container a {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    width: 100%;
    padding-left: 0
}
.related-stores .related-container a:hover,
.same-category-stores .same-category-container a:hover {
    color: #fff;
    opacity: .75
}
.sidebar-newsletter-box {
    background: #fff url(../../static/images/mail-newsl-icon.html) 20px -8px no-repeat;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee
}
.sidebar__box-heading {
    color: #666
}
.sidebar__box-text {
    color: #999
}
.latest-blog a {
    font-size: 13px;
    line-height: normal;
    color: #666
}
.latest-blog h3 {
    margin-bottom: 15px
}
.latest-blog.sidebar__box a:last-child {
    margin-bottom: 0
}
.input-group-addon {
    border-radius: 3px
}
.sidebar__box {
    width: 100%;
    float: left;
    box-shadow: 0px 1px 0px white;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap
}
.related-stores .fewer-items {
    width: 100%
}
.other-region-stores .sidebar__box {
    padding-top: 10px
}
.sidebar__blog-post {
    margin-bottom: 10px;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    max-height: 122px;
    background-color: #FFF
}
.sidebar__blog-post .sidebar__image {
    width: 100%;
    height: 100%;
    text-align: center
}
.sidebar__blog-post span.post-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: block
}
.store-description .coupon-images {
    margin-top: 20px
}
.store-description .coupon-images .item,
.other-region-stores p {
    margin-bottom: 10px
}
.tags-page-layout .store-description .about-small {
    height: 135px
}
.add-coupon-box {
    padding-bottom: 0px;
    margin-bottom: 22px;
    margin-top: 10px
}
#store_rating {
    font-size: 12px;
    color: #999;
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: center
}
.store_rating--votes span {
    font-size: 30px;
    cursor: pointer;
    color: #999;
    width: 50%;
    text-align: center;
    background: #fff
}
.store_rating-wrap p,
.sidebar__box-heading,
.sidebar__box-text {
    margin-bottom: 10px
}
.rating-col-text p {
    font-size: 14px;
    color: #999
}
.store_rating--votes .df-thumbs-o-up:hover,
.store_rating--votes .df-thumbs-o-up.active {
    color: #00B358
}
.store_rating--votes .df-thumbs-o-down2:hover,
.store_rating--votes .df-thumbs-o-down2.active {
    color: #FF3D00
}
.store_rating--votes .df-thumbs-o-down2 {
    border-radius: 0 3px 3px 0;
    margin-left: 5px
}
.store_rating--votes {
    float: left;
    width: 100%;
    text-align: center
}
.store_rating-wrap {
    float: left;
    width: 100%
}
.store_rating-wrap > div.rating-col {
    float: left
}
.store_rating-wrap > div.rating-col-text {
    width: 60%
}
.store_rating-wrap > div.rating-col-text > p {
    margin-bottom: 0
}
.store_rating-wrap > div.rating-col-votes {
    width: 40%;
    position: relative;
    top: 5px
}
.thumb-down {
    margin-right: 0
}
span.thumb.thumb-up.df-thumbs-o-up {
    border-right: 0;
    border-radius: 3px 0 0 3px
}
.sidebar__box-heading {
    font-size: 16px;
    font-weight: 600
}
.sticky,
.newsletterbox-fixed {
    position: fixed;
    top: 20px;
    width: 262.5px
}
.left-menu h3.ots__title {
    margin-top: 25px;
    display: block;
    float: left
}
.leftmenu-list a.more {
    padding-left: 0;
    color: #666;
    padding-top: 4px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 0px;
    float: left !important;
    width: 100%;
    font-weight: 500;
    margin-top: 5px
}
.leftmenu-list a.more:hover {
    text-decoration: underline
}
ul.list {
    padding: 0px;
    margin: 0px
}
ul.list-container {
    display: none
}
ul.list li a {
    font-size: 13px;
    color: #666;
    padding: 5px 5px 5px 0px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    float: left !important;
    width: 100%;
    padding-left: 0
}
ul.list li a:hover {
    color: #4682B4
}
.coupon-images img {
    margin-bottom: 15px
}
.same-category__store-description {
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    color: #fff;
    background-color: #333
}
.same-category__store-description p {
    color: #fff !important
}
.same-category__store-description div {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}
.same-category__store {
    width: 49%;
    max-height: 76px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 2%;
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px
}
.same-category-stores > .same-category__store:nth-of-type(2n),
.same-category-container > .same-category__store:nth-of-type(2n) {
    margin-right: 0
}
.same-category__store-wrap:hover > div {
    opacity: 1;
    visibility: visible
}
.same-category__store-description p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 10px;
    padding-right: 10px
}
.same-category__store-wrap {
    padding: 10px
}
.same-category__store-wrap:hover .same-category__store-description {
    opacity: 1;
    visibility: visible
}
.latest-blog.sidebar__box {
    box-shadow: none;
    border-bottom: 1px solid #eee !important
}
.newsletter {
    padding: 40px 0 0 0;
    position: relative;
    background: #111
}
.newsletter h2,
.homepage-subscribers--left h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0
}
.newsletter #users_news_store_first {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}
.newsletter #users_news_store_first,
.homepage-subscribers--left {
    max-width: 640px
}
.newsletter #users_news_store_first input[type="text"] {
    background-color: #f3f3f3;
    width: 90%;
    border: 0;
    padding-left: 20px;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    outline: none;
    float: left;
    line-height: 56px;
    height: 56px
}
.newsletter #users_news_store_first button {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    height: 56px;
    top: 0;
    right: 0;
    border: 0;
    background-color: #ff9800;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 28px;
    border-radius: 0 3px 3px 0;
    outline: none !important
}
.newsletter #users_news_store_first button:hover {
    background-color: #ffac31
}
.newsletter p,
.homepage-subscribers--left p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200
}
.site-footer {
    background-color: #000;
    padding: 24px 0;
    position: relative
}
.social-icons {
    padding-left: 0
}
.social-icon {
    background-color: #222;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 12px 8px 12px;
    border-radius: 4px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    float: left;
    display: inline-block
}
.social-icon span.fa {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    top: 4px;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased
}
.social-icon span.number {
    position: relative;
    font-size: 16px
}
.social-icon-fb:hover {
    background-color: #4962a4
}
.social-icon-pin:hover {
    background-color: #ba0919
}
.social-icon-tw:hover {
    background-color: #65c5f8
}
.social-icon-gplus:hover {
    background-color: #eb5c4c
}
.social-icon:hover,
.social-icon:hover span {
    color: #ffffff
}
.social-icons li {
    display: inline-block
}
.footer-navigation {
    margin-bottom: 19px
}
.footer-navigation ul {
    padding-left: 0
}
.footer-navigation a {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400
}
.footer-navigation a:hover {
    color: #FF9800
}
.footer-navigation li {
    display: inline-block;
    margin: 0 10px
}
.newsletter p,
.site-footer p {
    line-height: 1.65
}
.fa-facebook-square,
.fa-twitter-square,
.fa-google-plus-square,
.fa-pinterest-square {
    font-family: 'dontpayfull'
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.subheader .follow,
.newsletter-list-footer .follow {
    font-size: 13px;
    width: 136px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    background-color: #FF9800;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    line-height: 45px
}
.subheader .follow span:before,
.newsletter-list-footer .follow span:before {
    margin-right: 5px
}
.subheader .follow span,
.newsletter-list-footer .follow span {
    margin-left: 1px
}
.newsletter-list-footer__text {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px
}
.search-response {
    display: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px
}
.newsletter-list-footer {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #ededed;
    background: #ffffff
}
.newsletter-list-footer__left,
.newsletter-list-footer__middle,
.newsletter-list-footer__right {
    display: table-cell;
    vertical-align: middle
}
.newsletter-list-footer__left {
    width: 100px
}
.newsletter-list-footer__left img {
    width: 100%
}
.newsletter-list-footer__middle {
    padding: 0 20px
}
.newsletter-list-footer__right {
    width: 132px
}
.newsletter-list-footer p.title {
    font-size: 16px;
    font-style: normal;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}
#footer-container {
    height: 358px
}
#users_news_store_first #email-error {
    right: 142px
}
#homepage_newsletter label:first-child,
#users_news_store_first label:first-child {
    left: 20px
}
#homepage_newsletter .form-control.typing,
#users_news_store_first .form-control.typing {
    padding-top: 15px !important
}
.user-image-wrap {
    width: 60px;
    height: auto;
    margin-right: 15px;
    display: table-cell
}
.forum-latest {
    padding: 15px;
    background-color: #ededed;
    border-radius: 3px;
    box-shadow: inset 0px 0px 18px rgba(0, 0, 0, 0.035);
    margin: 45px auto;
    max-width: 1110px
}
.forum-latest h2 {
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center
}
.forum-latest ul li:first-child .forum-latest__post {
    border-radius: 3px 3px 0 0
}
.forum-latest .avatar .forum-nologo {
    border-radius: 55px;
    padding: 10px 5px;
    height: 106px;
    width: 106px;
    border: 1px solid #c4c4c4
}
.viewstore__forum .forum-nologo {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 0;
    max-width: 28px;
    max-height: 28px
}
.forum-nologo {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #999
}
.viewstore__forum {
    float: left;
    width: 100%
}
.viewstore__forum .forum-latest {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 0px
}
.viewstore__forum .user-image-wrap {
    width: 28px;
    max-width: 28px
}
.viewstore__forum .forum-latest__post {
    padding: 18px
}
.viewstore__forum .forum-latest__post--left {
    padding-right: 0;
    display: table
}
.viewstore__forum .forum-latest__post {
    padding: 0px 20px 15px 20px;
    border: 1px solid #eee;
    border-top: 0
}
.viewstore__forum li:not(:nth-child(5)) .forum-latest__post {
    border-bottom: 0
}
.viewstore__forum li:last-child .forum-latest__post {
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px
}
.viewstore__forum .forum-latest__post-title {
    display: block;
    position: relative;
    top: -3px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    word-break: keep-all;
    font-weight: 500;
    max-width: 220px
}
.viewstore__forum .forum-related__meta {
    float: right;
    position: relative;
    top: -1px
}
.viewstore__forum .forum-latest__post--left-r {
    display: table-cell;
    vertical-align: top
}
.viewstore__forum .forum-related__meta .forum-latest__post-date,
.viewstore__forum .forum-related__meta .forum-latest__post-replies {
    padding: 4px 6px 1px 6px;
    font-size: 10px
}
.viewstore__forum .forum-latest__post-description {
    float: left
}
.viewstore__forum ul li:first-child .forum-latest__post {
    border-radius: 3px 3px 0 0
}
.viewstore__forum .forum-related__meta i {
    font-size: 12px;
    color: #999
}
div.viewstore__forum .forum-latest__post-date i {
    font-size: 11px;
    position: relative;
    top: -2px
}
.forum-latest__post-title {
    display: block;
    font-size: 18px;
    font-weight: 500
}
.forum-latest__post-description {
    display: block;
    font-size: 11px;
    color: #999
}
.forum-latest__post--left {
    float: left;
    padding-right: 10px;
    max-width: 795px;
    width: 100%
}
.viewstore__forum .forum-latest__post:hover .forum-latest__post-title {
    text-decoration: underline
}
.forum-latest__post-date,
.forum-latest__post-replies {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    width: 67px
}
.forum-latest__post-date {
    border-right: 1px solid #eee;
    margin-right: 5px
}
.viewstore__forum h3 {
    background: #fff;
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-bottom: 0
}
.forum-latest__post:hover .forum-latest__post-title {
    color: #333
}
.forum-latest__post-replies i {
    font-size: 14px;
    color: #666;
    position: relative;
    top: -1px
}
.forum-latest__post-replies i {
    font-size: 14px;
    color: #666
}
.forum-latest__post-date em,
.forum-latest__post-replies em {
    position: relative;
    top: -2px;
    font-style: normal
}
.forum-latest li:first-child a {
    border-radius: 3px 3px 0 0
}
.forum-latest ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}
.forum-latest__post--left-r {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px
}
.forum-latest ul li:nth-child(5).forum-hidden,
.forum-latest ul li:nth-child(6).forum-hidden,
.forum-latest ul li:nth-child(7).forum-hidden,
.forum-latest ul li:nth-child(8).forum-hidden {
    display: none
}
.forum-latest__post {
    width: 100%;
    padding: 26px 30px;
    background: #fff;
    float: left;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #eee
}
.forum-latest img {
    border-radius: 50%;
    float: left
}
.fancybox-inner .title.show--modal-title {
    margin-bottom: 10px;
    float: left;
    margin-top: 0;
    font-size: 18px;
    width: 470px
}
.fancybox-inner .ajax-container.show--modal-ajax-container {
    background-color: #fff
}
#copy-button {
    text-transform: uppercase;
    box-shadow: none
}
.fancybox-inner .counpon-info p.title.show--modal-coupon-title {
    font-size: 16px;
    margin-top: 0;
    font-weight: 400
}
.show--modal-coupon-description {
    font-size: 13px;
    color: #999
}
.text-paste a {
    color: #666;
    font-weight: 500;
    display: block;
    font-size: 13px
}
.text-paste a:hover {
    text-decoration: underline;
    color: #333
}
.fancybox-inner .getcouponf div {
    display: block;
    vertical-align: top;
    text-align: left
}
.alert.mobile-warning,
.alert.mobile-warning:active,
.alert.mobile-warning:focus {
    background-color: #FFF0C3;
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
    border-radius: 0;
    color: #333;
    font-weight: 400;
    padding: 10px 20px
}
.fancybox-wrap .fancybox-close {
    position: absolute;
    color: #333;
    z-index: 999
}
.fancybox-wrap .fancybox-close:before {
    content: "\e903";
    color: #dcdcdc;
    font-family: 'dontpayfull';
    font-size: 20px
}
.fancybox-wrap .fancybox-close:hover:before {
    color: #333
}
.brr1 {
    padding-right: 0;
    padding-left: 30px
}
.brr2 {
    padding-right: 0
}
.brr3 {
    padding-right: 30px
}
.fancybox-inner .rating .voting-box .voting-input input.btn:hover,
.fancybox-inner #copy-button:hover {
    background-color: #ff9531
}
.fancybox-inner .rating .voting-box .voting-input input.btn:active {
    border-color: #ff9531 !important
}
.fancybox-inner #copy-button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    margin-top: -6px;
    left: -6px;
    border-right: 6px solid #FF9800;
    position: absolute;
    z-index: 9
}
.group:after {
    content: "";
    display: table;
    clear: both
}
.show--modal-top--left,
.show--modal-top--right {
    float: left;
    height: 150px
}
.show--modal-top--left {
    text-align: center;
    padding: 0 20px 0 30px
}
.show--modal-top--right {
    width: 558px;
    position: relative
}
.show--modal-ajax-container .store-logo img {
    width: 110px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    display: inline-block
}
.show--modal-top {
    padding-top: 30px;
    padding-bottom: 30px
}
.rating > div {
    vertical-align: middle;
    display: table-cell;
    float: none
}
.voting-box div.rating-title {
    display: block;
    margin-bottom: 10px
}
.negative-voting {
    padding-top: 15px;
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}
.rating-offset-div {
    width: 24%
}
.rating-thumbs {
    text-align: right
}
.fancybox-inner .title.show--modal-title--deal {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    top: -5px
}
.fancybox-inner .ajax-container .text-paste--deal {
    position: relative !important;
    float: left;
    margin-top: 0
}
.getcoupon {
    border-radius: 3px;
    position: relative;
    width: 470px;
    padding: 5px;
    background-color: #fff;
    border: 1px dashed #A5A5A5
}
.getcoupon input {
    border: none;
    font-size: 22px;
    width: 100%;
    padding-left: 10px;
    height: 45px;
    border-radius: 3px;
    color: #003774;
    background-color: #fff !important;
    text-align: center;
    color: #333;
    cursor: pointer !important;
    font-weight: bold;
    box-shadow: none !important
}
.fancybox-inner .subtitle {
    font-size: 15px;
    padding: 10px 0;
    color: #333;
    float: left
}
.fancybox-inner .subtitle span {
    font-size: 16px;
    font-weight: bold
}
.fancybox-inner .subtitle a {
    color: #333;
    margin-top: 3px;
    line-height: normal
}
.fancybox-inner .subtitle p.goto-store {
    margin: 15px 0 0 0
}
.fancybox-inner .subtitle p.goto-store a {
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 15px;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    background-color: #4a9de2;
    font-weight: 600
}
.fancybox-inner .subtitle p.goto-store a:hover {
    background-color: #0a71c6
}
.fancybox-inner .goto {
    font-size: 16px;
    margin-bottom: 10px;
    color: #218380
}
.fancybox-inner .goto span {
    font-weight: bold;
    color: #218380
}
.fancybox-inner .goto a {
    color: #1A8297;
    font-weight: 700
}
.fancybox-inner .goto:hover,
.fancybox-inner .goto a:hover {
    text-decoration: underline
}
.fancybox-inner .rating {
    font-size: 16px;
    margin-bottom: 0px;
    border-radius: 3px;
    background-color: #f9f9f9;
    width: 100%;
    height: 120px;
    display: table;
    position: relative
}
.fancybox-inner .rating i {
    -webkit-transition: color 2s, font-size 0.2s;
    -moz-transition: color 2s, font-size 0.2s;
    -o-transition: color 2s, font-size 0.2s;
    transition: color 2s, font-size 0.2s;
    cursor: pointer;
    font-size: 50px
}
.fancybox-inner .rating i.hover:hover {
    font-size: 60px
}
.fancybox-inner .rating i.up {
    display: inline-block;
    margin-right: 10px;
    color: #00B358
}
.fancybox-inner .rating i.down {
    color: #FF3D00;
    display: inline-block;
    height: 50px;
    width: 43px
}
.fancybox-inner .rating .rating-title {
    padding: 0
}
.fancybox-inner .rating .rating-title--voted {
    padding-top: 12px
}
.fancybox-inner .rating .voting-box,
.fancybox-inner .rating .voting-box-down {
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: #f9f9f9;
    position: absolute
}
.fancybox-inner .rating .voting-box-down .voting-small a {
    border: 1px solid #AB0000;
    color: #AB0000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    padding: 0 15px
}
.fancybox-inner .rating .voting-box-down .voting-small a:hover {
    color: #ffffff;
    background-color: #AB0000
}
.fancybox-inner .rating .voting-box .voting-input input.btn {
    background-color: #FF9800;
    border-color: #FF9800;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    outline: none;
    margin-left: 0
}
.fancybox-inner .rating input[type="text"] {
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 15px
}
.fancybox-inner .rating .input-group input[type="text"] {
    width: 100%;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.fancybox-inner .rating .input-group .btn {
    height: 45px
}
.fancybox-inner .rating .error {
    color: #fff;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f53e3e;
    padding: 5px;
    margin: 0
}
.fancybox-inner .counpon-info p.title {
    text-align: center
}
.fancybox-inner .getcouponf {
    display: inline-block;
    width: 110px;
    margin-top: 10px
}
.fancybox-inner .counpon-info {
    float: left;
    width: 100%;
    padding: 0 30px;
    padding-top: 20px;
    background-color: #fff
}
.fancybox-inner .getcouponf .store-logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}
.fancybox-inner .getcouponf .store-logo img {
    width: 80px;
    border-radius: 3px;
    border: 1px solid #dcdcdc
}
.getcoupon .input-group-addon {
    background-color: #FF9800;
    color: #ffffff
}
.getcoupon .input-group-addon:hover {
    background-color: #000
}
.fancybox-inner .ajax-container2 {
    background-color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center
}
.fancybox-inner .getcouponf .store-follow p.title {
    text-align: left;
    color: #333;
    font-weight: normal;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 13px;
    margin-left: -1px
}
.fancybox-inner .getcouponf .store-follow .follow {
    color: #333;
    line-height: 17px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #f9f9f9;
    font-weight: 600;
    cursor: pointer;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #dcdcdc
}
#copy-button:focus,
#copy-button:active:focus {
    outline: none
}
.fancybox-inner .getcouponf .store-follow .follow.active {
    color: #fff
}
@-webkit-keyframes "sk-bounce" {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes "sk-bounce" {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes "slide-phrases-upward" {
    0% {
        transform: translateY(0px);
    }
    2.5% {
        transform: translateY(-50px);
    }
    5% {
        transform: translateY(-100px);
    }
    7.5% {
        transform: translateY(-150px);
    }
    10% {
        transform: translateY(-200px);
    }
    12.5% {
        transform: translateY(-250px);
    }
    15% {
        transform: translateY(-300px);
    }
    17.5% {
        transform: translateY(-350px);
    }
    20% {
        transform: translateY(-400px);
    }
    22.5% {
        transform: translateY(-450px);
    }
    25% {
        transform: translateY(-500px);
    }
    27.5% {
        transform: translateY(-550px);
    }
    30% {
        transform: translateY(-600px);
    }
    32.5% {
        transform: translateY(-650px);
    }
    35% {
        transform: translateY(-700px);
    }
    37.5% {
        transform: translateY(-750px);
    }
    40% {
        transform: translateY(-800px);
    }
    42.5% {
        transform: translateY(-850px);
    }
    45% {
        transform: translateY(-900px);
    }
    47.5% {
        transform: translateY(-950px);
    }
}
#loadingCheckCircleSVG-0 {
    animation: fill-to-white 5000ms;
    animation-delay: -2.6655s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-1 {
    animation: fill-to-white 5000ms;
    animation-delay: -0.8885s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-2 {
    animation: fill-to-white 5000ms;
    animation-delay: 0.8885s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-3 {
    animation: fill-to-white 5000ms;
    animation-delay: 2.6655s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-4 {
    animation: fill-to-white 5000ms;
    animation-delay: 4.4425s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-5 {
    animation: fill-to-white 5000ms;
    animation-delay: 6.2195s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-6 {
    animation: fill-to-white 5000ms;
    animation-delay: 7.9965s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-7 {
    animation: fill-to-white 5000ms;
    animation-delay: 9.7735s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-8 {
    animation: fill-to-white 5000ms;
    animation-delay: 11.5505s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-9 {
    animation: fill-to-white 5000ms;
    animation-delay: 13.3275s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-10 {
    animation: fill-to-white 5000ms;
    animation-delay: 15.1045s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-11 {
    animation: fill-to-white 5000ms;
    animation-delay: 16.8815s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-12 {
    animation: fill-to-white 5000ms;
    animation-delay: 18.6585s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-13 {
    animation: fill-to-white 5000ms;
    animation-delay: 20.4355s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-14 {
    animation: fill-to-white 5000ms;
    animation-delay: 22.2125s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-15 {
    animation: fill-to-white 5000ms;
    animation-delay: 23.9895s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-16 {
    animation: fill-to-white 5000ms;
    animation-delay: 25.7665s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-17 {
    animation: fill-to-white 5000ms;
    animation-delay: 27.5435s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-18 {
    animation: fill-to-white 5000ms;
    animation-delay: 29.3205s;
    fill: white;
    opacity: 0
}
#loadingCheckCircleSVG-19 {
    animation: fill-to-white 5000ms;
    animation-delay: 31.0975s;
    fill: white;
    opacity: 0
}
@keyframes "fill-to-white" {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#loadingCheckSVG-0 {
    animation: fill-to-coral 5000ms;
    animation-delay: -2.6655s
}
#loadingCheckSVG-1 {
    animation: fill-to-coral 5000ms;
    animation-delay: -0.8885s
}
#loadingCheckSVG-2 {
    animation: fill-to-coral 5000ms;
    animation-delay: 0.8885s
}
#loadingCheckSVG-3 {
    animation: fill-to-coral 5000ms;
    animation-delay: 2.6655s
}
#loadingCheckSVG-4 {
    animation: fill-to-coral 5000ms;
    animation-delay: 4.4425s
}
#loadingCheckSVG-5 {
    animation: fill-to-coral 5000ms;
    animation-delay: 6.2195s
}
#loadingCheckSVG-6 {
    animation: fill-to-coral 5000ms;
    animation-delay: 7.9965s
}
#loadingCheckSVG-7 {
    animation: fill-to-coral 5000ms;
    animation-delay: 9.7735s
}
#loadingCheckSVG-8 {
    animation: fill-to-coral 5000ms;
    animation-delay: 11.5505s
}
#loadingCheckSVG-9 {
    animation: fill-to-coral 5000ms;
    animation-delay: 13.3275s
}
#loadingCheckSVG-10 {
    animation: fill-to-coral 5000ms;
    animation-delay: 15.1045s
}
#loadingCheckSVG-11 {
    animation: fill-to-coral 5000ms;
    animation-delay: 16.8815s
}
#loadingCheckSVG-12 {
    animation: fill-to-coral 5000ms;
    animation-delay: 18.6585s
}
#loadingCheckSVG-13 {
    animation: fill-to-coral 5000ms;
    animation-delay: 20.4355s
}
#loadingCheckSVG-14 {
    animation: fill-to-coral 5000ms;
    animation-delay: 22.2125s
}
#loadingCheckSVG-15 {
    animation: fill-to-coral 5000ms;
    animation-delay: 23.9895s
}
#loadingCheckSVG-16 {
    animation: fill-to-coral 5000ms;
    animation-delay: 25.7665s
}
#loadingCheckSVG-17 {
    animation: fill-to-coral 5000ms;
    animation-delay: 27.5435s
}
#loadingCheckSVG-18 {
    animation: fill-to-coral 5000ms;
    animation-delay: 29.3205s
}
#loadingCheckSVG-19 {
    animation: fill-to-coral 5000ms;
    animation-delay: 31.0975s
}
@keyframes "fill-to-coral" {
    0% {
        fill: white;
    }
    10% {
        fill: #F0CB35;
    }
    100% {
        fill: #F0CB35;
    }
}
@keyframes "hourglass" {
    0% {
        transform: rotate(0deg);
        box-shadow: inset #ffffff 0 0 0 0, inset #218380 0 1.5em 0 0, inset #ffffff 0 3em 0 0, inset #218380 0 3em 0 0;
    }
    80% {
        transform: rotate(0deg);
        box-shadow: inset #ffffff 0 1.5em 0 0, inset #218380 0 1.5em 0 0, inset #ffffff 0 1.5em 0 0, inset #218380 0 3em 0 0;
    }
    100% {
        transform: rotate(180deg);
        box-shadow: inset #ffffff 0 1.5em 0 0, inset #218380 0 1.5em 0 0, inset #ffffff 0 1.5em 0 0, inset #218380 0 3em 0 0;
    }
}
@keyframes "blink" {
    0% {
        box-shadow: 0 0 25px #00b358;
    }
    50% {
        box-shadow: none;
    }
    100% {
        box-shadow: 0 0 25px #00b358;
    }
}
@-webkit-keyframes "blink" {
    0% {
        box-shadow: 0 0 25px #00b358;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 25px #00b358;
    }
}
@keyframes "shake" {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
@keyframes "fade-in-overlay" {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.45;
    }
}
.hourglass {
    background: #ffffff;
    float: left;
    margin-right: 16px;
    width: 1.5em;
    height: 3em;
    box-shadow: inset #ffffff 0 0 0 0, inset #218380 0 2em 0 0, inset #ffffff 0 0 4em 0;
    animation: hourglass 2s linear infinite
}
.outer {
    fill: #218380
}
.middle {
    fill: #ffffff
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
a:active,
a:focus {
    text-decoration: none !important
}
div.alert.alert--store-moved {
    text-align: center;
    font-size: 17px;
    box-shadow: none;
    overflow: hidden;
    padding: 8px;
    background-color: #4ea5cd;
    color: #fff
}
div.alert.alert--store-moved span {
    opacity: .65
}
.alert--store-moved a {
    color: #FFF
}
.alert--store-moved a:hover {
    text-decoration: underline
}
div.alert.alert--store-moved:before {
    content: '';
    height: 32px;
    width: 32px;
    background: url(../../static/images/location-changed.html);
    background-size: 100%;
    display: inline-block;
    opacity: .35;
    margin-right: 7px;
    position: relative;
    top: 2px
}
div.alert.alert--store-moved > div {
    position: relative;
    top: -6px;
    display: inline-block
}
.lazy-load {
    max-width: 100%;
    height: auto
}
.subheader {
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.025);
    border-bottom: 1px solid #eee;
    padding: 10px 0
}
.main {
    width: 75%;
    float: left;
    padding-right: 10px
}
.left-menu {
    width: 25%;
    float: right;
    padding-left: 0;
    padding-right: 15px
}
.tags-subheader {
    padding: 35px 0
}
img.lazytrack {
    width: 1px;
    height: 1px;
    opacity: 0
}
.viewstore-left {
    font-size: 13px;
    width: 15%
}
.viewstore-left span:hover,
.viewstore-left:hover span {
    color: #FF9800
}
.viewstore-left:hover img {
    opacity: .75
}
.viewstore-left p span:before {
    content: '\e805';
    font-family: 'dontpayfull';
    font-size: 15px;
    margin-right: 4px;
    font-weight: normal;
    position: relative;
    top: 2px
}
.viewstore-row {
    display: table !important;
    width: 100%
}
.store-image-name a {
    float: left;
    width: 100%
}
.store-image-name a span {
    padding: 0 0 10px 0;
    font-weight: 400;
    position: relative;
    top: 1px
}
.logo-container-s {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    height: 120px
}
.logo-container-ss {
    width: 170px;
    height: 120px;
    display: inline-block
}
.logo-container-ss img {
    width: 170px;
    height: 120px
}
#ball {
    display: inline-block;
    border-bottom: 1px solid #eee
}
.viewstore-col {
    padding: 10px 0 0 0;
    float: left;
    height: 142px
}
.viewstore-title-col {
    padding: 25px 0 0 30px;
    width: 60%
}
.viewstore-rating-col {
    position: relative;
    width: 277.5px;
    padding-top: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    float: right
}
.viewstore-rating-col:before {
    content: '';
    background: url(../../static/images/arrow-top%402x.html);
    width: 16px;
    height: 8px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -4px;
    transform: rotate(-90deg)
}
.follow-col {
    padding: 0
}
#follow-container {
    display: none;
    background-color: #fff
}
#follow-alert {
    margin-bottom: 0;
    font-size: 13px;
    padding: 15px 0;
    color: #999;
    background-color: #eee;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.035)
}
#follow-alert .signupbox,
#follow-alert .loginbox {
    padding: 7px 11px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    background-color: #FF9800;
    cursor: pointer
}
#follow-alert .signupbox:hover {
    background-color: #ffac31
}
#follow-alert .loginbox {
    background-color: transparent;
    color: #666;
    padding: 0;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 13px
}
#follow-alert .loginbox:hover {
    text-decoration: underline;
    color: #333
}
#follow-alert .fancybox-close.follow-close {
    font-size: 18px;
    z-index: 2;
    top: 50%;
    margin-top: -12px;
    right: 0;
    opacity: .75;
    color: #8a6d3b
}
#follow-alert .fancybox-close:hover {
    opacity: 1
}
.subheader .store-subtitle {
    color: #333 !important;
    font-size: 24px;
    margin-top: 0;
    display: none;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    line-height: 1.3;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee
}
.subheader .store-logo {
    margin-top: 10px
}
.newsletter {
    margin-top: 65px
}
.subheader .follow i,
.newsletter-list-footer .follow i {
    position: relative;
    top: 1px
}
.store-filters {
    width: 100%;
    height: 71px;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-bottom: 10px
}
.products-filters {
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 0 0 10px 0
}
.filters-wrap {
    position: absolute;
    top: 62%;
    z-index: 998;
    width: 830px
}
.products-filters div.filter {
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
    float: left;
    border: 1px solid #eee;
    background-color: #fff;
    font-weight: 400;
    border-radius: 3px;
    width: 120px;
    color: #666;
    position: relative;
    text-transform: uppercase
}
.products-filters div.filter .current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 6px 10px
}
.products-filters div.filter .fsearch {
    display: none;
    outline: none;
    width: 110px;
    margin: 0 4px 5px 4px;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid #bababa;
    color: #333
}
.products-filters div.filter.active {
    color: #333;
    background-color: #eee
}
.products-filters div.filter.disabled {
    color: #bdbdbd;
    border-color: #bdbdbd;
    cursor: default
}
.products-filters div.filter:hover .subfilters,
.products-filters div.filter:hover .fsearch {
    display: block
}
.products-filters div.filter .subfilters {
    display: none;
    position: absolute;
    top: 95%;
    left: -1px;
    z-index: 100;
    background-color: #FFF;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    width: 120px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px
}
.products-filters div.filter .subfilters .subfilter {
    font-size: 12px;
    text-align: center;
    color: #666;
    position: relative;
    display: inline-block;
    display: block;
    padding: 6px 10px
}
.products-filters div.filter .subfilters .subfilter:hover {
    background-color: #eee;
    color: #333
}
.products-filters .reset {
    display: none;
    font-size: 15px;
    font-weight: 400;
    color: #FF3D00;
    border: 1px solid #FF3D00;
    border-radius: 3px;
    padding: 4px 10px;
    float: right;
    position: relative;
    width: 60px;
    text-align: center;
    cursor: pointer
}
.products-filters .reset:hover {
    color: #FFF;
    background-color: #FF3D00
}
.store-filters a:hover,
.store-filters a.active:hover {
    color: #ffffff
}
.store-filters a.active {
    background-color: #ff9531;
    border-radius: 3px;
    color: #333
}
.store-filters a span {
    font-size: 12px;
    font-weight: bolder
}
.store-filters label:first-child {
    margin-left: 0
}
.store-filters label#fprintable,
.store-filters label:last-child {
    margin-right: 0
}
.store-filters label,
.store-filters a {
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    margin-left: 5px;
    float: left;
    border: 1px solid #eee;
    font-weight: 400;
    border-radius: 3px;
    padding: 4px 10px;
    width: 100px;
    color: #666
}
.store-filters label span,
.store-filters a span {
    color: #666
}
.store-filters label.disabled,
.store-filters a.disabled,
.store-filters label.disabled:hover,
.store-filters a.disabled:hover {
    opacity: .35;
    background-color: transparent !important;
    border-color: #dcdcdc !important;
    color: #333
}
.store-filters label.disabled span,
.store-filters label.disabled:hover span,
.store-filters a.disabled span,
.store-filters a.disabled:hover span {
    color: #333
}
.store-filters label:hover,
.store-filters label.active:hover,
.store-filters a:hover,
.store-filters a.active:hover {
    background-color: #eee !important;
    color: #333
}
.store-filters label.active,
.store-filters a.active {
    color: #333;
    background-color: #eee
}
.store-filters label span {
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #666;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    display: block
}
.store-filters label:hover span,
.store-filters label.active span {
    color: #333
}
.store-filters #ffull {
    display: none
}
.subheader .follow.active,
.newsletter-list-footer .follow.active {
    color: #ffffff !important;
    width: 132px;
    background-color: #D81159 !important;
    border: 1px solid #D81159 !important
}
.subheader .follow,
.newsletter-list-footer .follow,
.store-hop-btn,
.back-to-store,
.go-to-products {
    font-size: 12px;
    width: 110px;
    text-align: center;
    border-radius: 3px;
    color: #333 !important;
    display: inline-block;
    background-color: #fff;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .35s ease;
    line-height: 30px;
    border: 1px solid #333
}
.subheader .follow,
.newsletter-list-footer .follow {
    color: #333 !important;
    border-color: #333
}
.subheader .follow:hover,
.newsletter-list-footer .follow:hover {
    background-color: #333;
    color: #ffffff !important
}
.store-hop-btn,
.back-to-store,
.go-to-products {
    margin-left: 3px;
    color: #333 !important;
    border-color: #333
}
.store-hop-btn:hover,
.back-to-store:hover,
.go-to-products:hover {
    background-color: #333;
    color: #fff !important
}
.viewstore-row-bottom {
    float: left;
    width: 100%
}
.inpage-search {
    margin-bottom: 10px;
    position: relative;
    height: 49px
}
.df-search-ic {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(http://wellsupport.org/static/images/inpage-search-ic.svg) 0 no-repeat;
    background-size: 24px;
    position: relative;
    top: 3px
}
.inpage-search .df-search-ic {
    background: url(http://wellsupport.org/static/images/inpage-searchs-ic.svg) 0 no-repeat;
    background-size: 100%
}
.inpage-search .input-group {
    border-radius: 3px;
    background-color: #FBFBFB
}
.filter-form {
    width: 150px;
    transition: all .25s ease;
    position: absolute;
    top: 10px;
    right: 10px
}
.filter-form-products {
    margin: 0 0 40px 0
}
.filter-form.filter-form-fw {
    width: 97.5%
}
#instore-search,
#instore__products-search {
    padding-top: 0;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    background-color: #ffffff;
    font-style: normal;
    color: #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
    -webkit-appearance: none;
    box-shadow: none;
    font-weight: 400;
    padding-left: 5px;
    border-radius: 0 3px 3px 0 !important;
    border-right: 1px solid #eee
}
.blink {
    -webkit-animation: blink 1.3s linear;
    -moz-animation: blink 1.3s linear;
    -ms-animation: blink 1.3s linear;
    -o-animation: blink 1.3s linear;
    animation: blink 1.3s linear;
    animation-iteration-count: 0.5;
    -webkit-animation-iteration-count: 0.5
}
#fverified {
    cursor: pointer;
    border: 1px solid #eee;
    padding: 14px 10px;
    border-radius: 3px;
    width: 130px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 155px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
#fverified .verified {
    display: block;
    position: relative;
    top: -2px
}
#fverified .verified:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    top: 3px
}
#fverified.active .verified:after {
    content: '\e900';
    font-family: 'dontpayfull';
    position: absolute;
    font-size: 9px;
    color: #fff;
    left: 7px;
    top: 50%;
    margin-top: -4px
}
#fverified.active .verified:before {
    border-color: #fff
}
#fverified .verified i {
    margin-right: 3px
}
#fverified:hover,
#fverified.active {
    background: #00b358 !important
}
#fverified:hover .verified,
#fverified.active .verified {
    color: #fff
}
#fverified:hover .verified:before,
#fverified.active .verified:before {
    border-color: #fff
}
#fverified input {
    position: relative;
    top: 2px;
    margin-right: 5px
}
.inpage-search input:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}
.inpage-search .first-icon {
    background-color: #ffffff;
    border-right: 0;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 3px 0 0 3px;
    padding: 0 5px 0 10px
}
.inpage-search .first-icon span {
    font-size: 20px;
    opacity: .5;
    margin-left: 5px
}
.inpage-search .input-group span.search-close {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 20;
    width: 160px;
    border-radius: 2px;
    top: 6px;
    border: 0;
    padding: 10px;
    cursor: pointer;
    right: 6px;
    transition: none
}
.inpage-search .search-close:hover,
.inpage-search .search-close:hover i {
    color: #fff !important
}
.inpage-search .search-close:hover {
    background-color: #FF3D00
}
.inpage-search .search-close {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out
}
.inpage-search .search-close:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}
.inpage-search .search-close.visible {
    opacity: 1;
    visibility: visible
}
.inpage-search .input-group span i {
    color: #989898 !important;
    font-size: 16px;
    font-weight: normal;
    margin-right: 7px;
    position: relative;
    top: 2px;
    z-index: 120
}
#instore-search::-webkit-input-placeholder {
    color: #999
}
#instore-search:-moz-placeholder {
    color: #999
}
#instore-search::-moz-placeholder {
    color: #999
}
#instore-search:-ms-input-placeholder {
    color: #999
}
.in-page-cb {
    border: 1px solid #ededed;
    background: #fff;
    height: auto;
    overflow: hidden
}
.coupon-box .coupon-label-container .free__label,
.coupon-box .coupon-label-container .percent__label,
.coupon-box .coupon-label-container .hot__label,
.coupon-box .coupon-label-container .gift__label,
.coupon-box .coupon-label-container .great__label,
.coupon-box .coupon-label-container .sign__label,
.coupon-box .coupon-label-container .price__label {
    display: block;
    text-transform: uppercase
}
.coupon-box .coupon-label-container .shipping__label,
.coupon-box .coupon-label-container .hot__label--coupon,
.coupon-box .coupon-label-container .card__label,
.coupon-box .coupon-label-container .clearance__label,
.coupon-box .coupon-label-container .deal__label {
    position: relative;
    font-size: 14px;
    left: 1px;
    margin-top: 2px;
    font-weight: 400;
    letter-spacing: -.025em
}
.sale__label,
.coupon-box .coupon-label-container .sign__label {
    font-size: 26px
}
.coupon-box .coupon-label-container .clearance__label {
    text-transform: uppercase;
    margin-bottom: 3px
}
.coupon-box .coupon-label-container .great__label {
    margin-bottom: 3px;
    display: block
}
.coupon-box .coupon-label-container .under__label,
.coupon-box .coupon-label-container .save__label,
.coupon-box .coupon-label-container .off__label,
.coupon-box .coupon-label-container .up__label {
    font-size: 17px;
    letter-spacing: -1px
}
.in-page-expire-date {
    font-size: 11px;
    color: #999;
    display: inline-block;
    text-transform: uppercase
}
.bottom-line {
    color: #999;
    float: left;
    width: 100%;
    bottom: -20px;
    font-size: 11px
}
.coupon-box-expired .hide-btn {
    display: none
}
.posted-comment-user.no-logo {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background-color: #fff
}
.no-logo {
    font-size: 32px;
    float: right;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #c5c5c5;
    border: 1px solid #dcdcdc;
    line-height: 64px
}
.comment-message-wrap {
    padding-left: 0
}
.coupon-box .coupon-bottom p.close-comment,
.coupon-box .coupon-bottom p.close-terms {
    position: absolute;
    right: -38px;
    margin-right: 49px;
    top: 7px
}
p.close-comment i,
p.close-terms i {
    font-size: 15px;
    color: #999;
    opacity: .5
}
.avatar-wrap {
    float: left
}
p.close-comment i:hover,
p.close-terms i:hover {
    opacity: 1
}
.posted-comment-user {
    margin-right: 15px
}
.coupon-box .coupon-bottom .comment:last-child {
    margin-bottom: 5px
}
.coupon-box .comments-box .comments-list .posted-comment-user.no-logo {
    color: #fff;
    border: 0
}
.coupon-box .comments-box .comments-list .comment:first-child .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+1) .posted-comment-user.no-logo {
    background-color: #5E35B1
}
.coupon-box .comments-box .comments-list .comment:nth-child(2) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+2) .posted-comment-user.no-logo {
    background-color: #E53935
}
.coupon-box .comments-box .comments-list .comment:nth-child(3) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+3) .posted-comment-user.no-logo {
    background-color: #1E88E5
}
.coupon-box .comments-box .comments-list .comment:nth-child(4) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+4) .posted-comment-user.no-logo {
    background-color: #00897B
}
.coupon-box .comments-box .comments-list .comment:nth-child(5) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+5) .posted-comment-user.no-logo {
    background-color: #FB8C00
}
.coupon-box .comments-box .comments-list .comment:nth-child(6) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+6) .posted-comment-user.no-logo {
    background-color: #D81B60
}
.coupon-box .comments-box .comments-list .comment:nth-child(7) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+7) .posted-comment-user.no-logo {
    background-color: #6D4C41
}
.coupon-box .comments-box .comments-list .comment:nth-child(8) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+8) .posted-comment-user.no-logo {
    background-color: #039BE5
}
.coupon-box .comments-box .comments-list .comment:nth-child(9) .posted-comment-user.no-logo,
.coupon-box .comments-box .comments-list .comment:nth-child(10n+9) .posted-comment-user.no-logo {
    background-color: #43A047
}
.coupon-box .comments-box .comments-list .comment:nth-child(10n) .posted-comment-user.no-logo {
    background-color: #00ACC1
}
.comment-area textarea {
    padding: 15px
}
.comments-list__title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    margin-top: 25px
}
.coupon-box .show-comments,
.terms {
    cursor: pointer;
    display: inline-block;
    float: left
}
.terms a {
    color: #999;
    margin-left: 10px
}
.terms a:hover {
    color: #666
}
.coupon-box .show-comments:hover {
    opacity: .75
}
.coupon-top-row {
    float: left;
    width: 100%
}
.coupon-top-row .verified,
.coupon-top-row .used {
    float: left
}
.verified span {
    font-size: 13px;
    color: #999;
    margin-right: 4px
}
.verified {
    color: #00B358;
    font-size: 11px;
    display: table
}
.verified i {
    font-size: 16px;
    position: relative;
    top: 1px
}
.verified div {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    text-transform: uppercase
}
.verified div,
.coupon-top-row .used {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px
}
.coupon-title {
    font-size: 20px;
    color: #333;
    line-height: 1.25;
    margin-top: 0px
}
.coupon-title a {
    font-size: 20px;
    color: #333
}
.coupon-box > div {
    position: relative
}
.coupon-box p.added {
    margin-bottom: 0px;
    color: #999
}
.coupon-box p.added span.coupon-type {
    color: #b500c0;
    font-size: 10px;
    border: 1px solid #b500c0;
    border-radius: 3px;
    padding: 2px;
    text-transform: uppercase
}
.coupon-box p.added span.deal-type {
    color: #106659;
    font-size: 10px;
    border: 1px solid #106659;
    border-radius: 3px;
    padding: 2px 5px;
    text-transform: uppercase
}
.in-page-expire-date {
    color: #999;
    float: right;
    width: 179px;
    text-align: center;
    position: relative;
    right: -17px
}
.coupon-box .bottom-line span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px
}
.coupon-box .coupon-description-container {
    padding-left: 0px;
    overflow-x: hidden;
    min-height: 107px;
    padding-right: 29%
}
.c-bottom {
    padding-left: 0;
    display: table;
    width: 100%;
    padding-bottom: 7px;
    position: relative;
    top: -4px
}
.coupon-box .bottom-line span span.bold {
    font-weight: 500
}
.coupon-box .bottom-line p {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    color: #999;
    font-weight: 400
}
.df-coupon-ic {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 3px
}
.comments {
    width: 110px;
    margin-right: 35px
}
.df-coupon-ic.df-thumbs-up-o {
    font-size: 15px
}
.alert-warning .container {
    max-width: 1140px
}
.alert-410 {
    background-color: #4ea5cd;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 0;
    opacity: .95;
    z-index: 9999;
    float: left;
    width: 100%;
    border-radius: 3px;
    color: #fff
}
.alert-410 em {
    font-style: normal;
    opacity: .75;
    text-decoration: underline
}
.df-thumbs-up-ic:before {
    content: "\e808"
}
.df-store:before {
    content: "\e902"
}
.coupon-box .bottom-line .expire-date {
    color: #999;
    font-weight: 400;
    text-align: center;
    padding-right: 0
}
.coupon-box .bottom-line .expire-date span {
    margin-left: 0
}
.coupon-box .bottom-line a.save-coupon.active i {
    content: "\64"
}
.coupon-box .related {
    font-size: 12px;
    padding: 3px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    bottom: 10px;
    width: 100%;
    height: 102px;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.085);
    transition: all .25s ease-in-out;
    height: 0
}
.coupon-box .related span {
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    display: none
}
.coupon-box .related span:after {
    content: ':'
}
.coupon-box .related a {
    font-size: 14px;
    text-transform: none;
    font-weight: 400
}
.coupon-box .related a:after {
    content: '&#8594;';
    padding-left: 7px
}
.coupon-box .related a,
.coupon-box .related a:hover {
    color: #9a399e
}
.coupon-box .related a:hover {
    text-decoration: underline
}
.coupon-box .related a b {
    font-size: 14px
}
.related-clc {
    position: relative;
    height: 108px;
    margin-top: 20px !important
}
.related-clc .store-logo img {
    width: 100%
}
.related-cb {
    float: right;
    width: 82.3%
}
.related-cno {
    display: block;
    text-align: center
}
.related em {
    color: #fff !important;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    left: 0px;
    display: block;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
    padding: 0
}
.coupon-box .description,
.store-description .about-container {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    overflow-x: hidden;
    margin-bottom: 5px
}
.coupon-box .related.visible {
    opacity: 1;
    visibility: visible;
    height: 98px
}
.coupon-box .description .shortcontent {
    display: inline-block
}
.coupon-box .description .shortcontent,
.coupon-box .description .allcontent {
    width: 100%;
    overflow-x: hidden
}
.coupon-box .description .morelink,
.store-description .morelink {
    font-size: 13px;
    color: #666;
    display: inline;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
    text-transform: lowercase
}
.coupon-box .description .morelink:after,
.store-description .morelink:after {
    content: '\0025BE';
    margin-left: 2px
}
.coupon-box .description .morelink.less:after,
.store-description .morelink.less:after {
    content: '\0025B4'
}
.coupon-box .description .morelink:hover,
.store-descrition .morelink:hover {
    color: #333
}
.hot-coupon--icon {
    width: 64px;
    height: 48px;
    background: url()
}
.coupon-box .coupon-bottom .close-comment,
.coupon-box .coupon-bottom .close-terms,
.coupon-box .coupon-bottom .close-share,
.coupon-box .coupon-bottom .close-voting,
.coupon-box .coupon-bottom .close-voting-down {
    margin: 5px;
    font-size: 12px;
    cursor: pointer;
    color: #333
}
.coupon-box .coupon-bottom .title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 400;
    color: #333
}
.coupon-box .coupon-bottom .user-logo {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-weight: 500
}
.coupon-box .coupon-bottom .post-comment {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    border-radius: 3px 0 3px 0;
    background-color: #FF9800;
    font-weight: 400;
    bottom: 0;
    right: 0;
    padding: 6px 11px;
    margin-left: 11px
}
.coupon-box .coupon-bottom .post-comment:hover {
    background-color: #4682B4;
    color: #ffffff
}
.coupon-box .coupon-bottom .post-comment:focus {
    outline: 0
}
.coupon-box .coupon-bottom p.added {
    font-size: 13px
}
.coupon-box .coupon-bottom p.added span.bold {
    font-weight: 500
}
.coupon-box .coupon-bottom div.text {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    word-break: break-all
}
.coupon-box .coupon-bottom .user-letter {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    width: 36px;
    border-radius: 50%;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    height: 36px;
    font-weight: 400
}
.comment .user-letter {
    position: relative
}
.comment .user-letter:before {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    content: '';
    left: 2px;
    top: 2px
}
.coupon-box .coupon-bottom .comment {
    padding-bottom: 20px;
    float: left;
    width: 100%;
    background-color: #FBFBFB;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee
}
.coupon-box .coupon-bottom .comments {
    float: left;
    width: 100%;
    padding-top: 0;
    overflow-y: auto;
    max-height: 390px
}
.coupon-box .coupon-bottom .comments > .comments {
    margin: 0
}
.coupon-box .coupon-bottom .close-comment .closex {
    background-image: url("../../static/images/close.html");
    width: 16px;
    height: 16px;
    display: inline-block
}
.coupon-box .comments-box .comment-area {
    padding: 0;
    position: relative
}
.coupon-box .comments-box .coupon-comments-form .response {
    display: none;
    text-align: left;
    font-size: 15px;
    color: #999
}
.coupon-box .comments-box .coupon-comments-form .repost {
    font-weight: 500;
    color: #4682B4;
    cursor: pointer
}
.coupon-box .comments-box,
.coupon-box .terms-box {
    display: none;
    float: right;
    width: 86.3%;
    position: relative;
    padding-bottom: 20px;
    padding: 25px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-top: 15px
}
.coupon-box .comments-box:after,
.coupon-box .terms-box:after {
    content: '';
    background: url(../../static/images/arrow-top%402x.html);
    width: 16px;
    height: 8px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 192px
}
.coupon-box .comments-box:after {
    left: 43px
}
.terms-box > div > p {
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
    text-decoration: underline;
    color: #666
}
.terms-box ul li {
    font-size: 13px;
    margin-bottom: 5px;
    color: #999
}
.c-terms-button i {
    position: relative;
    top: 1px;
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin-left: 7px
}
.c-terms-button i.revert {
    -webkit-transform: rotate(90deg);
    display: inline-block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.terms-box ul {
    padding: 0
}
.terms-box ul li {
    list-style: disc inside
}
.terms-left ul li {
    list-style: none;
    margin-bottom: 7px
}
.terms-left ul li i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 7px
}
.terms-left,
.terms-right {
    float: left
}
.terms-left {
    width: 40%
}
.terms-right {
    width: 60%;
    padding-right: 40px
}
.coupon-box .share-container-full {
    padding-left: 32px;
    padding-right: 32px
}
.coupon-box .share-container {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    float: left;
    width: 100%;
    height: 56px
}
.coupon-box .share-container .shareinput {
    height: 54px;
    border: none;
    border-radius: 3px;
    background-color: transparent
}
.coupon-box .share-container .share-reset-left {
    padding-left: 0;
    padding-right: 0
}
.coupon-box .share-container .share-buttons {
    height: 56px;
    margin-top: -1px;
    border-radius: 3px;
    margin-right: -1px;
    margin-left: -5px
}
.coupon-box .share-container .share-buttons-container {
    padding-left: 0;
    padding-right: 0
}
.coupon-box .share-container .share-buttons a:first-child {
    border-left: none
}
.coupon-box .share-container .share-buttons a {
    background-color: #ff9531;
    font-size: 24px;
    float: left;
    height: 56px;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    border-left: 1px solid #A2C0DA;
    width: 25%;
    text-align: center;
    padding-top: 10px
}
.coupon-box .share-container .share-buttons a:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.coupon-box .share-container .share-buttons a:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.coupon-box .share-container .share-buttons a:hover {
    background-color: #4682B4;
    color: #ffffff
}
.coupon-box .share-container .share-buttons a.sharemail {
    line-height: 30px;
    border-right: none
}
.coupon-box .share-container .share-buttons a.sharemail i {
    font-size: 21px
}
.coupon-box .voting-input {
    background-color: transparent;
    border-radius: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.fancybox-inner .rating .voting-box-down {
    padding-top: 15px
}
.coupon-box .voting-box .input-group-btn .btn {
    border-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ff9531;
    color: #333;
    font-size: 15px;
    height: 56px;
    font-weight: 500
}
.coupon-box .voting-box .input-group-btn .btn:hover {
    background-color: #4682B4;
    color: #ffffff
}
.coupon-box .voting-box div.fancy-select div.trigger {
    padding: 0px 24px 0px 9px;
    height: 56px;
    line-height: 56px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #4F4F4F;
    width: 70px;
    font-size: 15px;
    text-align: center;
    box-shadow: none;
    border-radius: 3px
}
.voting-box .trans {
    background-color: transparent;
    font-size: 15px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}
.voting-box .round {
    border-radius: 3px
}
.coupon-box .voting-box div.fancy-select select:focus + div.trigger {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.coupon-box .voting-box div.fancy-select div.trigger:after {
    top: 23px;
    color: #07A991;
    background-image: url("../../static/images/arrow.html");
    width: 14px;
    height: 12px;
    border: none
}
.coupon-box .voting-box div.fancy-select ul.options {
    background-color: #ffffff;
    border: 1px solid #ccc
}
.coupon-box .voting-box div.fancy-select ul.options li {
    color: #4F4F4F
}
.coupon-box .voting-box div.fancy-select ul.options li.selected {
    background-color: #ff9531
}
.coupon-box .voting-box input,
.coupon-box .voting-box select,
.coupon-box .voting-box-down input {
    height: 56px;
    box-shadow: none
}
.coupon-box .voting-box-down .voting-small a {
    border: 1px solid #AB0000;
    color: #AB0000;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    min-height: 56px;
    line-height: 56px;
    text-align: center
}
.coupon-box .voting-box-down .voting-small a:hover {
    color: #ffffff;
    background-color: #AB0000
}
.coupon-box .voting-box-down .voting-small {
    margin-top: 0px
}
.coupon-box .tooltip-inner,
.excoupon .tooltip-inner {
    font-size: 12px;
    padding: 4px 10px;
    display: block !important;
    background-color: #2f2f31
}
.coupon-box .tooltip-arrow,
.excoupon .tooltip-arrow {
    border-top-color: #2f2f31 !important
}
.coupon-box .brr1 {
    width: 71px;
    padding: 0;
    margin-left: 17px;
    margin-right: 20px
}
.coupon-box .brr2 {
    width: 71px;
    padding: 0;
    margin-right: 20px
}
.coupon-box .brr3 {
    width: 604px;
    padding: 0
}
.viewstore-col .store-hop,
.viewstore-col .click-to-activate {
    height: 131px !important
}
.coupon-box .brr1 .form-control {
    background-color: transparent
}
.coupon-box .show-comments:hover i:before {
    content: "\f086"
}
.fancybox-inner .title.show--modal-title-upper {
    text-align: left;
    margin-top: 0;
    padding-right: 20px;
    position: relative;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    top: -6px;
    max-height: 55px;
    margin-bottom: 5px
}
.save-coupon i {
    color: #EEE;
    font-size: 16px
}
.save-coupon i:hover {
    color: #333 !important
}
.save-coupon__tooltip {
    white-space: nowrap;
    position: absolute;
    background: #333;
    top: 50%;
    display: inline-block;
    width: 126px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    right: 100%;
    margin-right: 10px;
    margin-top: -15px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out
}
.save-coupon__tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -5px;
    border-left: 6px solid #333;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}
.save-coupon__tooltip--saved {
    background-color: #D81159
}
.save-coupon__tooltip--saved:before {
    border-left-color: #D81159
}
.save-coupon:hover {
    color: #666;
    border-color: #666
}
.save-coupon:hover .save-coupon__tooltip {
    opacity: 1;
    visibility: visible
}
.save-coupon.active i:before {
    color: #D81159
}
.ad-box {
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 0 15px
}
.coupon-box .coupon-label {
    text-align: center
}
#layout {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #f9f9f9
}
#addcoupon-page .twitter-typeahead .tt-suggestion {
    border-bottom: 1px solid #DCDCDC;
    padding: 5px;
    float: left;
    width: 100%
}
.sidebar-newsletter-box.newsletterbox-fixed {
    right: 1593px !important
}
.tt-nothing-found {
    padding: 15px;
    font-size: 25px
}
.tt-selectable:hover {
    background-color: #F5F5F5;
    cursor: pointer
}
.user-letter.a-letter,
div.profile-menu .avatar div.noavatar.a-letter,
.user-letter.j-letter,
div.profile-menu .avatar div.noavatar.j-letter,
.user-letter.u-letter,
div.profile-menu .avatar div.noavatar.u-letter {
    background-color: #2bafeb;
    border-color: #2bafeb;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.b-letter,
div.profile-menu .avatar div.noavatar.b-letter,
.coupon-box .coupon-bottom .user-letter.k-letter,
div.profile-menu .avatar div.noavatar.k-letter,
.coupon-box .coupon-bottom .user-letter.w-letter,
div.profile-menu .avatar div.noavatar.w-letter {
    background-color: #3863cc;
    border-color: #3863cc;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.c-letter,
div.profile-menu .avatar div.noavatar.c-letter,
.coupon-box .coupon-bottom .user-letter.l-letter,
div.profile-menu .avatar div.noavatar.l-letter,
.coupon-box .coupon-bottom .user-letter.x-letter,
div.profile-menu .avatar div.noavatar.x-letter {
    background-color: #fcc652;
    border-color: #fcc652;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.d-letter,
div.profile-menu .avatar div.noavatar.d-letter,
.coupon-box .coupon-bottom .user-letter.m-letter,
div.profile-menu .avatar div.noavatar.m-letter,
.coupon-box .coupon-bottom .user-letter.y-letter,
div.profile-menu .avatar div.noavatar.y-letter {
    background-color: #e16b2d;
    border-color: #e16b2d;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.e-letter,
div.profile-menu .avatar div.noavatar.e-letter,
.coupon-box .coupon-bottom .user-letter.n-letter,
div.profile-menu .avatar div.noavatar.n-letter,
.coupon-box .coupon-bottom .user-letter.z-letter,
div.profile-menu .avatar div.noavatar.z-letter {
    background-color: #e8435a;
    border-color: #e8435a;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.f-letter,
div.profile-menu .avatar div.noavatar.f-letter,
.coupon-box .coupon-bottom .user-letter.p-letter,
div.profile-menu .avatar div.noavatar.p-letter {
    background-color: #ad3889;
    border-color: #ad3889;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.g-letter,
div.profile-menu .avatar div.noavatar.g-letter,
.coupon-box .coupon-bottom .user-letter.q-letter,
div.profile-menu .avatar div.noavatar.q-letter {
    background-color: #a8a8a8;
    border-color: #a8a8a8;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.h-letter,
div.profile-menu .avatar div.noavatar.h-letter,
.coupon-box .coupon-bottom .user-letter.s-letter,
div.profile-menu .avatar div.noavatar.s-letter {
    background-color: #5d9d50;
    border-color: #5d9d50;
    color: #fff
}
.coupon-box .coupon-bottom .user-letter.i-letter,
div.profile-menu .avatar div.noavatar.i-letter,
.coupon-box .coupon-bottom .user-letter.t-letter,
div.profile-menu .avatar div.noavatar.t-letter {
    background-color: #5bbcb6;
    border-color: #5bbcb6;
    color: #fff
}
.expired-coupons {
    border-radius: 3px;
    background-color: #FFFFFF
}
.expired-coupons .excoupon {
    margin: 0;
    padding: 0px 10px;
    border-bottom: 1px solid #F2F2F2
}
.expired-coupons .excoupon:hover {
    box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.035)
}
.expired-coupons .excoupon .title a {
    color: #4f4f4f;
    font-size: 12px
}
.expired-coupons .excoupon .expired-code a {
    font-size: 20px;
    color: #4f4f4f;
    overflow: hidden
}
.expired-coupons h2 {
    font-size: 18px;
    color: #666;
    background-color: #eee;
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 0
}
.expired-coupons p.subtitle {
    color: #999;
    margin: 0;
    padding-bottom: 10px;
    font-size: 12px
}
.expired-coupons .checkbox {
    float: left;
    border-radius: 3px;
    width: 100%;
    padding: 5px 0
}
.expired-coupons .checkbox__row {
    display: table-row
}
.expired-coupons p.subtext {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 12px
}
.radio label,
.checkbox label {
    padding-left: 0
}
.expired-coupons p.title {
    font-size: 15px;
    color: #999;
    margin-bottom: 2px
}
.expired-coupons span.description {
    font-size: 13px;
    color: #999
}
.description__one-row {
    width: 590px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}
.expired-coupons a.morelink {
    font-size: 12px;
    color: #4682B4;
    text-transform: capitalize
}
.expired-coupons .expired-code {
    font-size: 20px
}
p.expired-more span:hover,
p.forum-more span:hover {
    color: #333
}
.excoupon .coupon-code {
    background-color: #eee;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 12px;
    display: inline-block;
    line-height: initial;
    border: none;
    color: #666;
    width: 100%
}
.expired-coupons .checkbox {
    display: table;
    float: none
}
.expired-coupon__wrap {
    padding-right: 25px
}
.expired-coupon__col {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none
}
.expired-coupons__wrap {
    border: 1px solid #eee;
    border-radius: 0 0 3px 3px
}
.relcoupons-heading {
    font-size: 18px;
    text-align: left;
    margin: 25px 0;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px
}
.relcoupons-heading:after {
    content: '';
    width: 75%;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    right: 15px;
    margin-top: 12px
}
.used {
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    font-size: 11px;
    margin-bottom: 5px
}
.more-content,
.back-to-first {
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    background-color: #666;
    border-bottom: 3px solid #004F56;
    float: left;
    width: 100%
}
.more-content:hover,
.back-to-first:hover .more-content:active,
.back-to-first:active {
    color: #fff !important;
    background-color: #004F56
}
.back-to-first:hover,
.back-to-first:active,
.back-to-first:hover span {
    color: #fff !important;
    background-color: #004F56 !important
}
.bullet-sep:after {
    content: '/';
    margin: 0 7px;
    display: inline-block
}
.back-to-first .fr {
    opacity: .75
}
.coupon-box-expired {
    opacity: .65
}
.coupon-box-expired .hide-btn {
    display: none !important
}
.save-coupon {
    float: right;
    position: absolute;
    top: 0;
    margin: 0;
    cursor: pointer;
    right: 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    width: 16px;
    height: 16px
}
.save-coupon i {
    position: absolute;
    left: 0;
    top: 0
}
.coupon-box-expired .code-container .coupon-hop .partial-code {
    background-color: #eaeaea;
    color: #666;
    text-align: center;
    padding-left: 0;
    border-radius: 3px
}
.coupon-box-expired .offer-container .offer a,
.coupon-box-expired .offer-container .offer p {
    background-color: #eaeaea;
    color: #666
}
.coupon-box-expired .offer-container .offer a:hover,
.coupon-box-expired .offer-container .offer p:hover,
.coupon-box-expired .code-container .coupon-hop .partial-code:hover {
    background-color: #dedede;
    color: #999 !important
}
.coupon-box-expired .coupon-label-container .blue,
.coupon-box-expired .coupon-label-container .orange {
    border-color: #dcdcdc !important;
    color: #999 !important
}
.coupon-label-context > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.coupon-box-expired .description .morelink {
    color: #666
}
.coupon-box-expired .description .morelink:hover {
    color: #333
}
.goto-store a {
    background-color: #027fc7;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase
}
.store-desc-gen,
.store-desc-gen p,
.store-desc > p {
    color: #999
}
.show--modal-ajax-container .alert-warning {
    font-size: 13px !important;
    padding: 16px;
    border-radius: 3px 3px 0 0
}
.coupon-comments-form {
    display: table;
    width: 100%
}
.coupon-comments-form > div.avatar-wrap,
.coupon-comments-form form {
    display: table-cell;
    vertical-align: top
}
.coupon-comments-form > div.avatar-wrap {
    float: none;
    width: 79px;
    text-align: left
}
.coupon-label-container,
.coupon-body {
    float: left
}
.coupon-label-container {
    width: 20%
}
.coupon-label-container .store-logo {
    display: block;
    width: 100%;
    height: 100%
}
.coupon-label-container .store-logo img {
    display: block;
    width: 100%;
    height: 100%
}
.coupon-body {
    width: 80%;
    padding-left: 15px
}
.coupon-actions {
    position: absolute;
    top: 35px;
    right: -16px
}
.helpful-links b span {
    float: left;
    font-size: 18px;
    font-weight: 400 !important;
    color: #999;
    background-color: #eee;
    height: 24px;
    width: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    border-radius: 3px
}
.helpful-links b {
    float: left;
    width: 100%
}
.helpful-links b:not(:last-child) {
    margin-bottom: 7px
}
.helpful-links b a {
    margin-left: 7px;
    color: #999;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    line-height: 24px
}
.helpful-links b a:hover {
    color: #333 !important;
    text-decoration: underline
}
.coupon-used {
    border-left: 2px solid #ff9800
}
.stores-loading-wrap {
    width: 100%;
    text-align: center;
    display: none
}
.stores-loading {
    height: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    display: inline-block
}
.tt-suggestion .stores-loading {
    position: relative;
    top: 10px;
    margin-right: 7px
}
.store-search .tt-suggestion.tt-cursor,
#addnewcoupon .tt-suggestion.tt-cursor {
    background-color: #f5f5f5 !important
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}
.store-offers {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    background: none;
    border-radius: 3px;
    width: 100%
}
.store-offers h2 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    color: #666;
    margin-bottom: 13px
}
#searchLink p {
    font-size: 16px;
    font-weight: 500;
    color: #666
}
.offer-search-wrap {
    overflow: hidden;
    position: relative;
    padding: 20px 20px 0 20px;
    background: #fff;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 3px;
    height: 172px
}
.offer-search-wrap input[type="text"],
.offer-search-wrap button,
.offer-search-wrap input[type="password"] {
    border-radius: 3px;
    outline: none
}
.offer-search-wrap input[type="text"],
.offer-search-wrap input[type="password"] {
    width: 75%;
    float: left;
    border-radius: 3px;
    border: 1px solid #eee;
    padding-left: 45px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 50px
}
.offer-search-wrap input[type="text"]:focus,
.offer-search-wrap input[type="password"]:focus {
    border: 1px solid #ff9800
}
.offer-search-wrap #offerSearch {
    padding-left: 15px
}
.offer-search-wrap button {
    width: 24%;
    float: right;
    height: 49px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #FF9800;
    border: 0;
    border-bottom: 3px solid #db7800
}
.offer-search-wrap button:hover {
    background-color: #ffac31
}
.offer-search-wrap button:active {
    border-bottom: 0
}
.offer-search-wrap button > i {
    position: relative;
    top: 3px;
    margin-left: 7px;
    font-size: 16px
}
.offer-search-wrap p {
    font-size: 14px
}
.offer-search-wrap .offer-search__tip {
    float: left;
    font-size: 14px;
    padding: 0 0 20px 0;
    color: #999;
    padding-right: 70px
}
.offer-search-wrap .offer-search__tip em {
    text-decoration: underline;
    font-style: normal
}
.offer-search-wrap .offer-search-loading {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}
.offer-search-wrap .offer-search-email form p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #61b832;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500
}
.offer-search-wrap .offer-search__tooltip-wrap {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 21%;
    top: 12px;
    margin-right: 15px
}
.offer-search-wrap .offer-search__tooltip-wrap > i {
    font-size: 24px;
    color: #999
}
.offer-search-wrap .offer-search__tooltip-wrap > i:hover {
    color: #333
}
.offer-search-wrap .offer-search__tooltip-wrap .offer-search__tooltip {
    display: none;
    z-index: 9;
    bottom: 100%;
    margin-bottom: 10px;
    width: 280px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: #222;
    padding: 20px;
    border-radius: 3px;
    left: 50%;
    margin-left: -140px
}
.offer-search-wrap .offer-search__tooltip-wrap .offer-search__tooltip em {
    text-decoration: underline;
    font-style: normal
}
.offer-search-wrap .offer-search__tooltip-wrap .offer-search__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #222;
    bottom: -7px;
    left: 50%;
    margin-left: -10px
}
.beta-label {
    font-size: 13px;
    padding: 5px 27px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    top: 3px;
    background: #D81159;
    border: 0;
    color: #fff;
    z-index: 999;
    right: -22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
    div.expired-coupon__col {
        float: left
    }
    .comments {
        width: auto;
        margin-right: 10px
    }
    .coupon-box div.votes {
        margin-left: 35px
    }
}
@media (max-width: 599px) {
    .store-search .tt-suggestion a > div:not(:first-child) div:not(:first-child) {
        display: none
    }
}
@media (max-width: 767px) {
    .viewstore__products-wrap .viewstore__product,
    .viewstore__products .viewstore__product {
        width: 49% !important
    }
    .header__top-links-wrap a {
        padding: 0 2px
    }
    .store-search .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        font-size: 17px
    }
    .coupon-box {
        padding-bottom: 10px !important
    }
    .coupon-box .code-container .code {
        width: 100%
    }
    .coupon-box .code-container .coupon-hop .hide-btn:hover {
        margin-left: 0
    }
    .coupon-box .offer-container .offer p {
        margin-right: 0 !important
    }
    .coupon-box .offer-container .offer p:after {
        border: none !important
    }
    .coupon-box .code-container .code .coupon-hop:after {
        border: none !important
    }
    .coupon-box a.related {
        display: none
    }
    .store-filters label,
    .store-filters a {
        width: auto
    }
    div.viewstore-left {
        display: none
    }
    div.viewstore-title-col {
        width: 100%;
        text-align: center
    }
    .top-links {
        line-height: 41px
    }
    .header__dropdown {
        margin-top: -6px
    }
    #users_news_store_first label#email-error,
    #homepage_newsletter #email-error {
        right: 17px
    }
    div.store-offers {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width: 768px) {
    .header__top-links-wrap ul li a {
        padding: 11px
    }
}
@media (min-width: 992px) {
    .coupon-box .code-container .coupon-hop .hide-btn:hover {
        margin-left: 35px
    }
}
@media (max-width: 992px) {
    .trending__wrap,
    .searchExample {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .coupon-box .code-container .code {
        width: 179px
    }
}
@media screen and (min-width: 1024px) {
    .coupon-box .code-container .coupon-hop .hide-btn:hover {
        width: 130px
    }
    .coupon-box .code-container .code .coupon-hop:after {
        right: 1px
    }
}
@media screen and (min-width: 1920px) {
    .newsletter {
        background-position: 0 -145px
    }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
    .viewstore__product {
        width: 23% !important
    }
    .filters-wrap .reset {
        display: none !important
    }
    div.expired-coupon__col {
        float: left
    }
    .description__one-row {
        max-width: 100%
    }
    .header .trending__wrap {
        width: 232px;
        padding: 0
    }
    .header .search {
        width: 598px;
        padding-left: 0
    }
    .store-search .searchExample {
        padding-left: 0
    }
    #top-search {
        font-size: 18px;
        font-weight: 500
    }
    #follow-alert .fancybox-close.follow-close {
        margin-right: 15px
    }
    .viewstore-title-col {
        padding-left: 0
    }
    .newsletter {
        background-position: 0
    }
    .forum-latest__post-description {
        float: left
    }
    span.user-image-wrap,
    .forum-nologo {
        display: none
    }
    div.same-category__store {
        height: auto
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    span.forum-latest__post--left {
        max-width: 100%;
        padding-right: 0
    }
    span.forum-latest__post--left-r {
        padding-left: 0
    }
    div.forum-latest {
        margin-top: 30px
    }
    div.newsletters-preview {
        width: 90%;
        left: 5%
    }
    .newsletters-preview iframe {
        width: 100%
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .subheader .viewstore-row .viewstore-col {
        display: table-cell
    }
    .subheader .viewstore-row .viewstore-title-col {
        padding-left: 28px
    }
    div#store_rating,
    div.store_rating--votes {
        width: 100% !important
    }
    span.forum-latest__post--left-r {
        padding-left: 0
    }
    .store_rating-wrap > div.rating-col-text,
    .store_rating-wrap > div.rating-col-votes {
        width: 100%
    }
    .store_rating-wrap > div.rating-col-votes {
        text-align: left;
        margin-bottom: 15px
    }
    .subheader .store-subtitle {
        width: 90%
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .viewstore-col {
        display: block
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .viewstore-col {
        padding-bottom: 0
    }
    div.subheader p.follow {
        margin-bottom: 0
    }
}
@media screen and (max-width: 767px) {
    #top-search,
    .tt-hint {
        font-size: 12px !important
    }
    div.search {

    width: 50%;
    margin-top: 25px;
    margin-bottom: 0;
    }
    .header .logo {
        text-align: center !important;
        width: 100%
    }
    .header__top-bar {
        padding: 10px
    }
    .header__top-links-wrap li:first-child > a,
    .header__top-links-wrap li:nth-child(2) > a {
        border-right: 0 !important
    }
    .header__top-links-wrap ul li.signup a,
    .header__top-links-wrap .language__select,
    .header__top-links-wrap > ul > li > a {
        margin-left: 7px
    }
    .header__top-links-wrap ul li.signup a {
        margin-left: 14px
    }
    nav.footer-navigation {
        margin-bottom: 0
    }
    .footer-navigation ul {
        padding-left: 0
    }
    .footer-navigation li {
        margin-bottom: 7px
    }
    .footer-navigation a {
        font-size: 12px
    }
    .newsletter {
        background-size: cover;
        background-position: 0
    }
    .forum-latest h2 {
        margin-top: 0
    }
    .header__top-bar li.forum,
    .header__top-bar li.blog {
        display: none
    }
    .inpage-search .input-group span.search-close {
        top: 50%;
        margin-top: -11px
    }
    .search-response {
        font-size: 16px;
        margin-top: 35px
    }
    .fancybox-opened {
        left: 7% !important;
        width: 86% !important
    }
    .fancybox-inner {
        width: 100% !important;
        padding: 0 30px !important;
        background: #fff !important
    }
    .store-search .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        border-radius: 3px !important
    }
    .fancybox-inner .counpon-info {
        padding: 0
    }
    .fancybox-inner .counpon-info p.title.show--modal-coupon-title {
        margin-bottom: 0
    }
    .store-search .tt-menu {
        z-index: 99;
        margin-top: -8px
    }
    .tt-suggestion .col-lg-2 {
        display: none !important
    }
    .tt-suggestion .col-lg-10 {
        width: 100% !important;
        padding: 0
    }
    .latest-blog.sidebar__box {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .search-results #active-coupons {
        float: left;
        width: 100%
    }
    .newsletter {
        margin-top: 30px
    }
    .header__top-links .header__counter-box {
        position: relative;
        display: inline-block;
        top: 0;
        left: -9px
    }
    .header__top-links-wrap ul li .header__counter,
    .header__top-links-wrap ul li.blog a,
    .header__top-links-wrap ul li.forum a {
        height: auto
    }
    .header__dropdown {
        margin-left: 7px
    }
    .header__dropdown li {
        text-align: left
    }
    .header__dropdown a {
        padding: 10px 12px;
        margin-left: 0
    }
    div.breadcrumb {
        background-color: #fff !important;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.035) !important;
        border-bottom: 1px solid #e5e5e5 !important;
        padding-left: 25px
    }
    .viewstore-col {
        min-height: 112px;
        height: auto
    }
    .inpage-search {
        display: none
    }
    .store-search .tt-suggestion {
        display: block !important
    }
    .tt-hint-col:nth-child(2),
    .tt-hint-col:nth-child(3),
    .tt-hint-col:nth-child(4) {
        display: none
    }
    div.tt-hint-col:first-child {
        padding-left: 0
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .search .input-group.input-group-lg {
        width: 100%;
        border-radius: 3px
    }
    .search,
    .search form {
        border-radius: 3px !important
    }
    .search .input-group-addon {
        display: none
    }
    .type-animation,
    #top-search,
    .store-search .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        padding: 0 20px
    }
    .newsletter p {
        font-size: 14px
    }
    .coupon-box {
        text-align: center;
        padding-bottom: 20px
    }
    .coupon-box .offer-container,
    .coupon-box .code-container {
        position: relative;
        right: 0;
        margin: 0;
        padding: 0;
        margin-top: 30px;
        text-align: center
    }
    .coupon-box .offer-container {
        width: 100%;
        right: 0
    }
    .coupon-box .offer-container .offer a,
    .coupon-box .offer-container .offer p {
        border-radius: 3px;
        display: inline-block;
        font-size: 13px;
        width: 179px
    }
    .in-page-cb.coupon-box .code-container .coupon-hop .hide-btn {
        font-size: 13px;
        border-radius: 0 3px 3px 0
    }
    .in-page-cb.coupon-box .code-container .coupon-hop .partial-code {
        width: 179px
    }
    .in-page-cb .code-container {
        width: 100%;
        text-align: center
    }
    .forum-latest h2,
    .newsletter h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 22px
    }
    .forum-latest__post {
        margin-bottom: 10px
    }
    .newsletter #users_news_store_first input[type="text"] {
        width: 100%;
        border-radius: 3px;
        margin-bottom: 10px
    }
    .newsletter #users_news_store_first button {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        border-radius: 3px
    }
    .social-icons li {
        width: 50%;
        display: block;
        float: left;
        padding: 0 15px 10px 15px
    }
    .newsletter {
        padding: 30px 0
    }
    .social-icons a {
        width: 100%;
        margin-bottom: 10px
    }
    .newsletter .container {
        padding: 0 30px
    }
    .social-icons span.number {
        font-size: 13px;
        top: -2px
    }
    .social-icons li:nth-child(3) a.social-icon,
    .social-icons li:nth-child(4) a.social-icon {
        margin-bottom: 0
    }
    .newsletter #users_news_store_first input[type="text"],
    input#instore-search.form-control.search {
        font-size: 13px;
        padding: 0;
        font-style: normal
    }
    .newsletter #users_news_store_first input[type="text"] {
        text-align: center
    }
    input#instore-search.form-control.search {
        padding-left: 20px
    }
    .viewstore-col {
        display: block;
        float: left;
        width: 100%;
        z-index: 1;
        padding-top: 0
    }
    .store-filters label,
    .store-filters a {
        float: none;
        display: inline-block
    }
    .store-filters {
        text-align: center
    }
    .store-filters label {
        margin-bottom: 7px
    }
    .viewstore-col.follow-col {
        text-align: center
    }
    .viewstore-col {
        padding: 0
    }
    .forum-latest,
    .inpage-search .input-group-addon {
        display: none
    }
    #instore-search,
    .inpage-search .input-group {
        width: 100%
    }
    #instore-search {
        border-left: 1px solid #dcdcdc;
        border-radius: 3px !important;
        margin-top: 15px
    }
    .inpage-search .input-group {
        background-color: transparent
    }
    .subheader .follow {
        margin-bottom: 30px
    }
    h3.coupon-title {
        font-size: 16px
    }
    .coupon-label-container {
        width: 100%;
        padding: 0
    }
    .in-page-cb .coupon-label-container {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        height: auto;
        display: none
    }
    .coupon-box .coupon-description-container {
        width: 100%;
        padding-right: 0;
        min-height: auto
    }
    .in-page-cb.coupon-box .coupon-body {
        width: 100%;
        padding: 0 30px
    }
    .in-page-cb .code-container,
    .in-page-cb .offer-container {
        top: 0;
        margin-top: 0
    }
    .coupon-box .coupon-label {
        display: inline-block;
        margin: 0
    }
    .save-coupon {
        top: 7px
    }
    .coupon-box .code-container .code {
        display: inline-block;
        width: 179px;
        top: 0
    }
    .expired-coupons {
        display: none
    }
    .newsletter-list-footer__left img {
        display: inline-block
    }
    .left-menu {
        margin-top: 0
    }
    .coupon-box .verified {
        float: none;
        display: inline-block;
        text-align: center
    }
    .same-category__store {
        height: auto;
        width: 22%;
        margin-right: 4%;
        margin-bottom: 4%
    }
    .header__top-links-wrap {
        width: 100%;
        text-align: center;
        position: relative
    }
    .header__top-bar .header__top-links {
        float: right
    }
    .show--modal-top--left,
    .fancybox-inner .rating {
        display: none
    }
    .fancybox-inner .ajax-container div.text-paste {
        position: relative;
        float: left;
        bottom: 0;
        border: 1px dashed
    }
    .show--modal-top--right {
        height: auto;
        margin-bottom: 15px
    }
    .show--modal--deal .show--modal-top {
        padding-bottom: 0 !important
    }
    .show--modal-top--right,
    .fancybox-inner .title.show--modal-title,
    .getcoupon,
    .fancybox-inner .input-group-btn,
    .fancybox-inner.getcoupon input {
        width: 100%
    }
    .fancybox-inner .getcoupon {
        float: left;
        height: auto;
        padding-bottom: 15px;
        padding-top: 6px
    }
    .fancybox-inner .input-group-addon,
    .fancybox-inner .input-group-btn,
    .fancybox-inner .input-group .form-control {
        display: block
    }
    .fancybox-inner .input-group-btn {
        float: left
    }
    .fancybox-inner .input-group-btn button::before,
    .text-paste {
        display: none
    }
    .show--modal-top--right div.text-paste.text-paste--deal {
        display: block;
        border: 0;
        text-align: center;
        width: 100%
    }
    .show--modal-top {
        padding: 20px 0 0 0
    }
    .fancybox-inner .show--modal--deal .title.show--modal-title,
    .fancybox-inner .title.show--modal-title-upper {
        text-align: center
    }
    div.fancybox-inner .green,
    div.user-login .green {
        padding: 0;
        height: 35px
    }
    .header .container {
        padding: 5px 25px
    }
    .store-image-name a {
        margin-bottom: 30px
    }
    #ball {
        margin-bottom: 10px
    }
    .language-item.language-uk {
        margin-left: -13px
    }
    .facebook-login a {
        font-size: 12px
    }
    .or {
        margin: 10px 0
    }
    div.fancybox-inner input[type="text"],
    div.fancybox-inner input[type="email"],
    div.fancybox-inner input[type="password"],
    div.user-login input[type="text"],
    div.user-login input[type="email"],
    div.user-login input[type="password"] {
        height: 35px
    }
    .related-clc a {
        display: inline-block;
        float: none !important
    }
    .relcoupons-heading:after {
        display: none
    }
    .relcoupons-heading {
        text-align: center;
        margin-bottom: 10px
    }
    .filter-form {
        top: -15px;
        right: 15px
    }
    .viewstore-left {
        width: 27%
    }
    .viewstore-title-col {
        padding-top: 15px;
        width: 73%
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .forum-latest {
        display: none
    }
    .in-page-cb .coupon-label-container {
        width: 100%;
        padding-left: 0
    }
    .in-page-cb .code-container,
    .in-page-cb .offer-container {
        top: 0;
        margin-top: 0
    }
    .in-page-cb .code-container {
        width: 100%;
        text-align: center
    }
    div.coupon-box div.offer-container,
    div.coupon-box div.code-container {
        position: relative;
        right: 0;
        margin: 0;
        padding: 0;
        text-align: center
    }
    .coupon-box .code-container .code {
        display: inline-block;
        width: 179px
    }
    .coupon-box .offer-container .offer a,
    .coupon-box .offer-container .offer p {
        border-radius: 3px;
        display: inline-block;
        font-size: 13px;
        width: 179px
    }
    .coupon-box .offer-container:after,
    .coupon-box .offer-container:after {
        display: none
    }
    .coupon-box .offer-container {
        text-align: center
    }
    .coupon-box .coupon-body,
    .coupon-box .offer-container .offer {
        width: 100%;
        text-align: center
    }
    .coupon-box .coupon-description-container {
        padding: 0;
        min-height: auto;
        margin-bottom: 10px;
        margin-top: 0
    }
    .coupon-box .coupon-label {
        display: inline-block;
        margin: 0
    }
    .in-page-cb .coupon-label-container {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 15px
    }
    .store-filters,
    .input-group-addon.first-icon,
    .expired-coupons,
    .show--modal-top--left,
    .fancybox-inner .rating {
        display: none
    }
    .coupon-box .code-container .coupon-hop .hide-btn {
        border-radius: 0 3px 3px 0;
        font-size: 13px
    }
    .viewstore-col {
        display: block;
        float: left;
        width: 100%;
        z-index: 1;
        padding-top: 0;
        text-align: center
    }
    .subheader .store-subtitle {
        text-align: center;
        width: 100%;
        margin-bottom: 0
    }
    .newsletter #users_news_store_first input[type="text"],
    input#instore-search.form-control.search {
        font-size: 13px;
        text-align: left;
        font-style: normal;
        padding: 0;
        padding-left: 15px
    }
    .subheader .follow {
        margin-bottom: 30px
    }
    #instore-search {
        border-left: 1px solid #dcdcdc;
        border-radius: 3px !important;
        margin-top: 15px
    }
    #instore-search,
    .inpage-search .input-group {
        width: 100%
    }
    .inpage-search .input-group {
        background-color: transparent
    }
    .coupon-box .verified {
        display: inline-block
    }
    .same-category__store {
        height: auto
    }
    .same-category__store-wrap {
        text-align: center;
        width: 100%
    }
    .same-category__store-wrap img {
        width: auto;
        display: inline-block !important
    }
    .newsletter-list-footer__left,
    .newsletter-list-footer__right {
        width: 100%;
        display: block;
        text-align: center
    }
    .newsletter-list-footer__left {
        text-align: center
    }
    .newsletter-list-footer__left img {
        display: inline-block
    }
    .left-menu {
        margin-top: 0
    }
    .coupon-box .description .shortcontent {
        padding: 0 20px
    }
    .newsletter #users_news_store_first button {
        line-height: 54px
    }
    .text-paste,
    .fancybox-inner #copy-button:before {
        display: none
    }
    .fancybox-inner .ajax-container .text-paste.text-paste--deal {
        display: block;
        width: 100%;
        text-align: center
    }
    .fancybox-inner .title.show--modal-title--deal {
        text-align: center
    }
    .fancybox-inner .input-group-addon,
    .fancybox-inner .input-group-btn,
    .fancybox-inner .input-group .form-control {
        display: block
    }
    .fancybox-inner .input-group-btn {
        float: left
    }
    .show--modal-top--right,
    .fancybox-inner .title.show--modal-title,
    .getcoupon,
    .fancybox-inner .input-group-btn,
    .fancybox-inner.getcoupon input {
        width: 100%
    }
    .fancybox-inner .getcoupon {
        float: left;
        height: auto;
        padding-bottom: 15px;
        margin-left: 1px
    }
    .show--modal-top {
        padding-top: 15px
    }
    div.fancybox-inner .ajax-container {
        background-color: transparent
    }
    div.fancybox-inner input[type="text"],
    div.fancybox-inner input[type="email"],
    div.fancybox-inner input[type="password"],
    div.user-login input[type="text"],
    div.user-login input[type="email"],
    div.user-login input[type="password"] {
        height: 35px
    }
    div.fancybox-inner .green,
    div.user-login .green {
        padding: 0;
        height: 35px
    }
    li.language {
        display: none
    }
}
@media screen and (min-width: 1024px) {
    .sidebar-newsletter-box.profilebox-fixed {
        position: fixed;
        margin: 0;
        top: 30px
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    div#store_rating,
    div.store_rating--votes {
        width: 100% !important;
        line-height: initial
    }
    .viewstore-rating-col {
        width: 232px
    }
    .viewstore-left {
        font-size: 13px;
        width: 21%
    }
    .viewstore-title-col {
        width: 53.5%
    }
    .related-stores img,
    .same-category-stores img {
        height: 34px
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header__top-links-wrap li.username,
    .header__top-links-wrap li.language {
        display: none
    }
    div.newsletter #users_news_store_first button,
    .newsletter #users_news_store_first input[type="text"] {
        height: 61px
    }
    #layout,
    .newsletter,
    .site-footer {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }
    #layout.activeState,
    .newsletter.activeState,
    .site-footer.activeState {
        -webkit-transform: translate(-230px, 0);
        -moz-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    body {
        overflow-x: hidden
    }
    .coupon-box .offer-container:after,
    .coupon-box .offer-container:after {
        display: none
    }
    .coupon-box .offer-container:after,
    .coupon-box .code-container:after {
        display: none
    }
    .coupon-box .offer {
        margin: 0;
        width: 100% !important
    }
    #active-coupons,
    #related-coupons,
    .inpage-search {
        padding-left: 15px;
        padding-right: 15px
    }
    div.newsletters-preview {
        transform: scale(0.8);
        width: 100%;
        left: 0;
        top: 3.5vh
    }
    div.newsletters-preview iframe {
        width: 100%
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .newsletter h2 {
        font-size: 22px
    }
    .newsletter {
        margin-top: 0
    }
    .social-icons {
        text-align: center
    }
    .social-icons li,
    .social-icons a {
        width: auto;
        margin-bottom: 0
    }
    .social-icons li {
        display: inline-block;
        padding: 0 5px;
        float: none
    }
    .social-icon {
        float: none;
        display: inline-block
    }
    div.viewstore-row {
        display: block !important;
        padding: 0
    }
    div.same-category-stores > div.same-category__store:nth-of-type(4n) {
        margin-right: 0
    }
    .same-category-container div.same-category__store:nth-child(2),
    .same-category-container div.same-category__store:nth-of-type(6n),
    .same-category-container div.same-category__store:nth-of-type(6n+4) {
        margin-right: 0
    }
    div.same-category-container div.same-category__store:nth-child(4) {
        margin-right: 4%
    }
    div.store_rating--votes {
        width: auto
    }
    #store_rating {
        width: auto;
        position: absolute;
        left: 80px
    }
}
@media screen and (max-width: 1200px) {
    .viewstore__forum .forum-latest__post-title {
        max-width: 470px
    }
    .store_rating-wrap > div.rating-col-text,
    .store_rating-wrap > div.rating-col-votes {
        width: 100%
    }
    .store_rating-wrap > div.rating-col-votes {
        text-align: left;
        margin-bottom: 15px
    }
    .container {
        padding: 0 5px
    }
    .header .logo a {
        height: 60px;
        overflow: hidden;
        width: 110px
    }
    .offer-search-wrap input[type="text"] {
        font-size: 14px
    }
    .filter-form {
        width: 80px
    }
    #fverified {
        margin-right: 89px
    }
    label#offerSearch-error {
        right: 200px
    }
    a.n-thumb {
        height: auto
    }
    a.n-thumb:hover {
        padding: 7px
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    div.viewstore-row {
        width: 100%;
        display: block !important;
        padding-right: 0
    }
    .subheader > .container {
        padding-right: 0
    }
}
@media screen and (max-width: 600px) {
    .viewstore__products-wrap div.viewstore__product {
        width: 49%
    }
    section.newsletters-timeline {
        padding-top: 20px
    }
    div.n-timeline-block > div {
        width: 100%;
        margin-top: 0 !important
    }
    a.n-thumb {
        margin-top: 100px
    }
    .n-date-wrap {
        text-align: center
    }
    p.n-date-added {
        width: 100px;
        text-align: center;
        background: #ffffff;
        position: relative;
        top: 90px;
        background: #222222;
        font-size: 12px;
        color: #fff;
        padding: 7px;
        border-radius: 3px;
        display: inline-block;
        text-align: center !important;
        float: none !important
    }
    p.n-date-added:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #222222;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -9px;
        bottom: -7px
    }
    .n-dif {
        display: none
    }
}
@media screen and (max-width: 414px) {
    .header__top-links li:first-child,
    .header__top-links li:nth-child(2) {
        display: none
    }
    .viewstore__products-wrap div.viewstore__product {
        width: 100%;
        margin-right: 0 !important
    }
}
@media screen and (min-width: 320px) and (max-width: 498px) {
    .viewstore__products-wrap .viewstore__product,
    .viewstore__products .viewstore__product {
        width: 100% !important
    }
    .social-icon {
        font-size: 11px
    }
    .social-icon {
        padding: 4px 9px 9px 9px
    }
    .social-icon span.fa {
        font-size: 17px
    }
    .social-icons span.number {
        top: 0
    }
    .social-icons li {
        padding: 0 2px
    }
    div.newsletter-list-footer__left,
    div.newsletter-list-footer__middle,
    div.newsletter-list-footer__right {
        width: 100%;
        display: block;
        text-align: center
    }
    div.newsletter-list-footer__left img {
        width: 100px
    }
}
@media screen and (max-width: 991px) {
    .store-filters label,
    .store-filters a {
        display: inline-block
    }
    .coupon-box .coupon-description-container {
        padding-right: 29%
    }
    div.subheader .viewstore-row .viewstore-rating-col {
        display: none
    }
    .viewstore-left {
        width: 25%
    }
    .viewstore-title-col {
        width: 75%
    }
    div.main {
        width: 100%
    }
    div.left-menu {
        display: none
    }
}
@media screen and (max-width: 1024px) {
    div.profile-single {
        margin-top: 0
    }
    .viewstore-col .store-hop,
    .viewstore-col .click-to-activate {
        height: auto !important
    }
    .store-image-name a span {
        display: none
    }
    div.product-template__right {
        min-width: auto;
        max-width: 583px
    }
    div.ui-slider {
        float: left
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .viewstore__products-wrap div.viewstore__products {
        padding: 0 25px
    }
    .social-icons li {
        margin-bottom: 10px
    }
    .social-icons li:last-child {
        margin-bottom: 0
    }
    .store-image-name a span {
        text-align: center;
        margin: 0;
        padding: 0
    }
    .coupon-top-row {
        text-align: center
    }
    .coupon-top-row .verified,
    .coupon-top-row .used {
        float: none
    }
    div.coupon-actions {
        position: relative;
        top: 0;
        right: 0
    }
    .coupon-box .coupon-description-container {
        padding-right: 0
    }
    .offer-search-wrap {
        display: none
    }
}
#footer {
    bottom: 30px;
    color: white;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0
}
#offerEmail {
    transition: border-color 1s ease;
    background: url(http://wellsupport.org/static/images/email-icon.svg) 10px 11px no-repeat;
    background-size: 28px;
    width: 100%;
    margin-bottom: 0
}
#offerEmail.typing {
    padding-top: 12px
}
#searchLinkFinish label:first-child {
    left: 47px
}
#searchLinkCreateAcc #upassword {
    background: #fff url(http://wellsupport.org/static/images/lock-icon.svg) 5px 5px no-repeat;
    background-size: 40px
}
.offer-search-wrap input[type="text"]:-webkit-autofill {
    background: gray !important;
    background-color: gray !important
}
.offer-search-create-acc {
    display: none;
    margin-bottom: 25px
}
.offer-search-wrap button.yes-email-btn {
    background: transparent;
    background-color: transparent;
    cursor: initial;
    border: 0;
    color: #00b358;
    font-size: 17px;
    text-align: left
}
.offer-search-wrap button.yes-email-btn i {
    display: none
}
.offer-search-wrap button.yes-email-btn:before {
    content: '\e900';
    font-family: 'dontpayfull';
    font-size: 12px;
    color: #00b358;
    margin-right: 5px
}
#searchLinkCreateAcc {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 3px
}
#searchLinkCreateAcc legend {
    float: left;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 500
}
#searchLinkCreateAcc legend:before {
    content: "\e800";
    float: left;
    font-size: 36px;
    font-family: 'dontpayfull';
    margin-right: 10px;
    opacity: .25
}
#searchLinkCreateAcc legend span {
    color: #00b358
}
#searchLinkCreateAcc legend div {
    float: left;
    position: relative;
    top: 9px
}
#searchLinkCreateAcc legend div > em {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    color: #666
}
#searchLinkCreateAcc .no-thanks {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 7px;
    cursor: pointer;
    cursor: pointer
}
#searchLinkCreateAcc .no-thanks i {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 4px;
    color: #999;
    opacity: .75
}
.maximum-days {
    float: left;
    width: 100%
}
.format {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #333 !important;
    font-weight: 500;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.table-webmasters,
.table-webmasters th,
.table-webmasters td {
    border: 1px solid #eee !important
}
.static-page-heading {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}
.form-group {
    position: relative
}
.form-group label {
    position: absolute;
    left: 12px;
    top: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.form-group label:not(.error) {
    user-select: none
}
.form-group label:not(.error) {
    opacity: 0;
    visibility: hidden
}
.form-group label.typing-label,
.form-group label.fade-label {
    color: #999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1;
    top: 10px;
    transition: all .25s ease-in-out
}
.form-group label#addcode-error,
.form-group label#addshort-error {
    right: 27px
}
.form-group label.error {
    right: 12px;
    left: auto;
    color: #E53935 !important;
    opacity: 1 !important
}
.form-group .form-control {
    height: 50px;
    font-size: 15px;
    padding: 6px 12px 6px 11px;
    transition: all .07s ease-in
}
.form-group .form-control.typing {
    padding-top: 20px
}
.form-group input.valid,
.form-group input.valid:focus {
    border: 1px solid #00B358 !important
}
label.error.valid {
    color: #00B358 !important;
    opacity: 1 !important
}
.form-group input.error,
.form-group input.error:focus {
    border: 1px solid red !important
}
#addcouponform a.addcoupon-addstore-btn {
    background: #fff !important;
    background-color: #fff !important
}
#addcouponform a.addcoupon-addstore-btn:hover {
    color: #fff !important;
    background-color: #333 !important
}
#addcouponform .form-group label#coupon-label,
#addcouponform .form-group label#deal-label {
    color: #333 !important;
    opacity: 1 !important;
    visibility: visible !important
}
.btn.invalid {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}
.btn.invalid,
.btn.invalid:hover {
    background: #E53935 !important;
    background-color: #E53935 !important
}
.btn.valid,
.btn.valid:hover {
    background: green !important;
    background-color: green !important
}

.loading {
    display: none;
    font-size: 20px;
    background-color: transparent;
    transform: scale(1);
    border: 0;
    width: 100%;
    float: left;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 50px 0;
    bottom: 0
}
.loading:before,
.loading:after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}
.loading:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

#copy-button.copied,
#copy-button.copied:hover,
#copy-button.copied.zeroclipboard-is-hover {
    background: #00b358 !important;
    background-color: #00b358 !important
}
#copy-button.copied:before {
    border-right-color: #00b358
}

.n-thumb > img {
    width: 100%;
    max-height: 100%;
    border-radius: 3px
}
.n-thumb:hover {
    opacity: .8;
    box-shadow: 0 0px 27px #eee
}

.n-timeline-icon:before {
    content: "\e0e1";
    font-family: 'dontpayfull';
    font-size: 24px;
    color: #999
}
.want-coupons {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #eee
}
.want-coupons p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left
}
.want-coupons a {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background-color: #FF8C00;
    font-weight: 500;
    margin: 10px 0 0 0;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
    float: left;
    padding: 7px 35px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #homepage_newsletter .form-control,
    #users_news_store_first .form-control {
        line-height: 30px !important
    }
    .header .trending__slide {
        display: inline-block
    }
    #fverified.active .verified:after {
        left: 5px;
        margin-top: -5px
    }
    .btn.invalid,
    .btn.valid {
        animation: none !important
    }
    form.store-search .tt-menu img {
        width: 100% !important
    }
    .homepage-coupons .coupon-title,
    .same-category__store-description p {
        height: 50px !important;
        overflow: hidden
    }
}
