body {
    margin: 0;
}
html {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}

.row {
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background: #c3c3c3;
    font-family: "Roboto Condensed", Arial, Helvetica, Sans serif;
    color: #fff;
    min-width: 320px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}
@media (min-width: 769px) {
    a:hover {
        color: #fb0021;
    }
}

h1, h2, h3, h4 {
    margin: 0;
    line-height: normal;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 6px;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
}
@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon {
    font-family: "FontAwesome";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: top;
}

.i-search::before {
    content: "\f002";
}
.i-caret-down::before {
    content: "\f0d7";
}
.i-fb::before {
    content: "\f09a";
}
.i-tw::before {
    content: "\f099";
}
.i-mobile::before {
    content: "\f10b";
}
.i-minus-o::before {
    content: "\f056";
}
.i-info::before {
    content: "\f129";
}
.i-link::before {
    content: "\f0c1";
}
.i-fav::before {
    content: "\f004";
}
.i-arr-r::before {
    content: "\f10b";
}

.ion {
    font-family: "Ionicons";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: top;
}

#header {
    background-color: #232323;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 50px;
}
#header .wrapper {
    padding: 0 17px;
    overflow: hidden;
}

.logo-col {
    text-align: center;
    float: left;
}
.logo-col a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}
.logo-col img {
    display: block;
    height:40px;
}

@media (max-width: 768px) {
    #header {
        text-align: center;
        margin-bottom: 40px;
    }
    .logo-col {
        float: none;
    }
}


#content {
    padding-top: 14px;
}
.list-col {
    width: 25%;
}
#sitesList {
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}
.container, .wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0 6px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .container, .wrapper {
        padding: 0;
    }
}
.list-shadow {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 1%;
    border-radius: 4px;
    box-shadow: 0px 4px 20px -3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
@media (max-width: 480px) {
    .list-shadow {
        width: 300px;
        margin: 0 0 10px 0;
    }
}
.list-title {
    line-height: 28px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    background: #767676;
    /*background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
.list-title a {
    text-transform: uppercase;
    color: #EEEEEE;
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    padding: 6px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
@media (min-width: 769px) {
    .list-title a:hover {
        text-decoration: underline;
    }
}
.list-content {
    background: #fff;
    overflow: hidden;
}
.list-content ul {
    padding: 15px 0;
    text-align: left;
}
.list-content li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    position: relative;
}
.list-content .sub-links {
    display: none;
    position: absolute;
    top: 4px;
    right: 0;
}
@media (min-width: 769px) {
    .list-content li:hover .sub-links {
        display: block;
    }
}
.list-content li > a {
    line-height: 24px;
    display: block;
    font-size: 1rem;
    padding: 0 50px 0 20px;
    display: block;
    white-space: nowrap;
}
@media (min-width: 769px) {
    .list-content li:hover .name {
        text-decoration: underline;
        color: #4d4d4d;
    }
}
.list-content li > a:focus {
    text-decoration: none;
    outline: none;
}
.list-content li > a > * {
    display: inline-block;
    vertical-align: middle; }
.list-content li > a .count {
    font-weight: 300;
    color: #9b9b9b;
    margin: 0 5px 0 0;
}
.list-content li > a .name {
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-content li > a img {
    margin: 0 3px;
}
.list-content li > a .ion {
    float: right;
    color: #fb0021;
    font-size: 1.125rem;
    display: none;
}
@media (min-width: 769px) {
    .list-content li:hover > a .ion {
        display: inline-block;
    }
}
.list-content li a.review-link,
.list-content li a.site-link,
.list-content li a.favorite-link {
    padding: 0 5px;
    font-size: 18px;
    display: inline-block;
}
@media (min-width: 769px) {
    .list-content li a.review-link:hover {
        color: #ffce37;
    }
}
@media (max-width: 1039px) {
    .list-content .sub-links {
        display: block;
    }
}
.list-content .btn-more-holder {
    margin: 15px 15px -15px 15px;
    text-align: center;
}
.list-content .btn-more {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-top: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-content .btn-more .svg-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}
@media (min-width: 769px) {
    .list-content .btn-more:hover {
        color: #d04414;
        border-color: #d04414;
    }
    .list-content .btn-more:hover .svg-icon {
        color: #d04414;
    }
}
.list-content .text {
    text-align: center;
    font-size: 0.75rem;
    color: #645f5f;
    background: #f8f8f8;
    padding: 10px 8px;
    margin: 0;
}

.title-block {
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
.title-block .title {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
}
.title-block .link {
    float: right;
    color: #565656;
    position: relative;
    margin: 3px 0 0 0;
    font-size: 15px;
}
.title-block .link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: solid #9f9f9f;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 0 3px 1px 0;
}
@media (min-width: 769px) {
    .title-block .link:hover {
        text-decoration: underline;
    }
}
@media (max-width: 520px) {
    .title-block {
        padding: 6px 8px;
    }
    .title-block .title {
        font-size: 16px;
        line-height: 20px;
    }
    .title-block .link {
        display: none;
    }
}

.review-block {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.review-block .column {
    width: 50%;
}
.review-block .column.right-column {
    padding: 0 0 0 30px;
}

.review-block .img {
    display: block;
    position: relative;
    text-align: center;
}
.review-block .img > a {
    display: block;
    padding-bottom: 60.88%;
    position: relative;
}
.review-block .img img {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #2c4379;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
}
.review-block .img .btn {
    width: 100%;
    padding: 8px 2px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 800;
    background: #ffce37;
    border-radius: 0;
}
.review-block .img .btn .text span {
    color: #d74817;
}
.review-block .img .btn .svg-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 0;
    color: #d74817;
    font-size: 20px;
}
.review-block .site-name {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.review-block .site-name .title-holder {
    display: flex;
    align-items: center;
}
.review-block .site-name .title {
    color: #000;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.btn-report {
    display: inline-flex;
    align-items: center;
    background: rgba(199, 64, 18, 0.6);
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}
.btn-report .svg-icon {
    margin: 0 5px 0 0;
}
.btn-report:hover {
    color: #fff;
}
@media (max-width: 1039px) {
    .review-block {
      padding: 20px;
    }
}
@media (max-width: 768px) {
    .review-block {
        padding: 20px;
        flex-direction: column;
    }
    .review-block .column {
        width: 100%;
    }
    .review-block .column.right-column {
        padding: 0;
    }
    .review-block .column.left-column {
        margin-bottom: 20px;
    }
}
@media (max-width: 520px) {
    .review-block .img .btn {
        font-size: 15px;
        padding: 6px 2px;
    }
    .review-block .site-name {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .review-block .site-name .title {
        font-size: 28px;
    }
}

.site-rating {
    display: block;
    margin: 15px 0 0 0;
    position: relative;
    color: #000;
}
.site-rating .item-stars {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -7px 0 0 0;
}
.site-rating .item-text {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.site-rating .item-rating {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #4cc95a;
    font-weight: 700;
    margin: 0 0 0 5px;
}
@media (max-width: 520px) {
    .site-rating {
        margin: 10px 0 0 0;
    }
}


.site-review {
    color: #b0b0b0;
    background: #232323;
    font-size: 15px;
    text-align: justify;
    position: relative;
    padding: 10px 20px;
}
@media (max-width: 520px) {
    .site-review {
        padding: 5px 10px;
    }
}

.pros-cons {
    background: #232323;
    overflow: hidden;
    padding: 25px 20px;
    border-radius: 0 0 5px 5px;
}
@media (min-width: 769px) {
    .pros-cons { /* very important part. We have to use default font to avoid moving blocks in the function setMaxHeightForReview() */
        font-family: sans-serif;
        letter-spacing: -0.5px;
    }
}
.pros-cons .site-pros {
    width: 48%;
    float: left;
}
.pros-cons .site-cons {
    width: 48%;
    float: left;
    margin: 0 0 0 4%;
}
.pros-cons .sub-label {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
}
.pros-cons .list {
    list-style: none;
    padding: 0 0 0 10px;
}
.pros-cons .list li {
    margin: 0 0 6px 0;
    font-size: 16px;
}
.pros-cons .list li:last-child {
    margin: 0;
}
.pros-cons .list li .svg-icon {
    margin: 2px 10px 0 0;
    float: left;
}
.pros-cons .list li .text {
    overflow: hidden;
    display: block;
}
@media (max-width: 1039px) {
    .pros-cons .site-pros {
        width: 100%;
        float: none;
    }
    .pros-cons .site-cons {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
}
@media (max-width: 768px) {
    .pros-cons .site-pros {
        width: 48%;
        float: left;
    }
    .pros-cons .site-cons {
        width: 48%;
        float: left;
        margin: 0 0 0 4%;
    }
}
@media (max-width: 520px) {
    .pros-cons {
        padding: 15px;
    }
    .pros-cons .site-pros {
        width: 100%;
        float: none;
    }
    .pros-cons .site-cons {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .pros-cons .list li {
        font-size: 15px;
    }
}

.site-pros .svg-icon {
    color: #4cc95a;
}
.site-pros .sub-label {
    color: #4cc95a;
}
.site-cons .svg-icon {
    color: #fa0e29;
}


.btn-site-action-holder {
    padding-top: 25px;
    border-top: 1px solid #dfdfdf;
    margin-top: 25px;
}
.btn-site-action {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), inset 0 3px 3px rgba(80, 125, 227, 0.53);
    border-radius: 5px;
    border: 1px solid #4a7beb;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #3567da 0%, #1244b5 100%);
    text-shadow: 0 1px 2px #083498;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
@media (min-width: 769px) {
    .btn-site-action:hover,
    .btn-site-action:focus {
        color: #fff;
    }
}
.btn-site-action > * {
    display: inline-block;
    vertical-align: middle;
}
.btn-site-action .ico {
    width: 36px;
    height: 36px;
    box-shadow: inset -1px 0 3px #0b3591;
    background-color: #1745ad;
    border-radius: 50%;
    position: relative;
    color: #709cff;
    font-size: 24px;
    margin: 0 0 0 5px;
}
.btn-site-action .ico .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 520px) {
    .btn-site-action {
        padding: 6px;
        font-size: 16px;
        line-height: 32px;
    }
    .btn-site-action .ico {
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 30px;
    }
}

.btn .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.btn .icon {
    display: inline-block;
    vertical-align: middle;
}

.inner-block {
    padding: 2px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
}
@media (max-width: 520px) {
    .inner-block {
        padding: 5px;
    }
}

.inner-holder {
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
}
@media (max-width: 520px) {
    .inner-holder {
        padding: 5px;
    }
}

.item-col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 1024px) {
    .item-col {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    .item-col {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .item-col {
        padding: 10px;
    }
}

.item-col .item-discount {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  text-align: center;
  width: 50px;
  line-height: 26px;
  color: #000;
  background: #fdd542;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
}
.item-col .image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 60%;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
}
.item-col .image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-col .image .item-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fb0021 transparent transparent;
}
.item-col .image .item-mobile .icon {
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -25px;
}

.item-col .item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 5px 6px;
}
.item-col .details-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 7px 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-col .details-rating {
    font-size: 16px;
    color: #fff;
    background: #48bc55;
    padding: 0 8px;
    line-height: 20px;
    border-radius: 3px;
    float: right;
    margin: 2px 0 0 6px;
}
@media (max-width: 520px) {
    .item-col .item-details {
        padding: 3px 6px 3px 3px;
    }
    .item-col .details-title {
        font-size: 16px;
        line-height: 20px;
    }
    .item-col .details-rating {
        padding: 0 6px;
        line-height: 18px;
    }
    .inner-block {
      border-radius: 0;
    }
}

@media (min-width: 769px) {
    .item-col .item-inner-col:hover .item-details {
        background: #d74817;
    }
    .item-col .item-inner-col:hover .details-rating {
        background: #232323;
    }
    .item-col .item-inner-col:hover .image {
        border-color: #d74817;
    }
}


.review-list-full .item-col .item-inner-col {
    padding: 2px;
}
@media (min-width: 769px) {
    .review-list-full .item-col .item-inner-col:hover {
        box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.5);
    }
}
@media (max-width: 520px) {
    .review-list-full .item-col .item-inner-col {
        padding: 4px;
    }
}



#scrollUp {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #FFF;
    border-radius: 4px;
    opacity: 0.5;
    bottom: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (min-width: 769px) {
    #scrollUp:hover {
        opacity: 1;
        -webkit-animation-name: scroll-up;
        -moz-animation-name: scroll-up;
        -o-animation-name: scroll-up;
        animation-name: scroll-up;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        color: #ffce00;
    }
}
#scrollUp::before {
    font-family: "FontAwesome";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: middle;
    content: "\f077";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    font-size: 1rem;
}
#scrollUp:focus, #scrollUp:active {
    outline: 0 none;
}

@-webkit-keyframes scroll-up {
    0%, 100% {
        -webkit-transform: translateY(0); }
    50% {
        -webkit-transform: translateY(-5px); }
}
@-moz-keyframes scroll-up {
    0%, 100% {
        -moz-transform: translateY(0); }
    50% {
        -moz-transform: translateY(-5px); }
}
@-o-keyframes scroll-up {
    0%, 100% {
        -o-transform: translateY(0); }
    50% {
        -o-transform: translateY(-5px); }
}
@keyframes scroll-up {
    0%, 100% {
        transform: translateY(0); }
    50% {
        transform: translateY(-5px); }
}

/*start footer in bottom*/
html, body {
    height: 100%;
}
.site-wrapper {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}
#footer {
    display: table-row;
    height: 1px;
    background: #232323;
}
/*end footer in bottom*/

.svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: 700;
    padding: 0 15px;
}
.main-title.category-title {
    margin: 0 0 10px 0;
}
@media (max-width: 480px) {
    .main-title {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 22px;
    }
}

.reviews-list {
    overflow: hidden;
    font-size: 0;
}

.more-link-holder {
    text-align: center;
    padding: 20px 10px;
}

.more-link {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2), inset 0 3px 3px rgba(241, 109, 64, 0.53);
    border-radius: 5px;
    border: 1px solid #e9531f;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #d74817 0%, #b9380c 100%);
    text-shadow: 0 1px 2px #a93108;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 7px 58px;
    cursor: pointer;
}
.more-link .svg-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}
@media (min-width: 769px) {
    .more-link:hover {
        outline: none;
        color: #fff;
    }
}
@media (max-width: 520px) {
    .more-link {
        padding: 7px 15px;
        font-size: 15px;
    }
}

.item-col .item-description {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    height: 100px;
    overflow: hidden;
    text-align: justify;
    padding: 2px;
    margin: 4px 0 0 0;
    font-weight: 500;
}
@media (max-width: 480px) {
  .item-col .item-description {
    height: 130px;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 0 0;
  }
}

.text-holder {
    line-height: 20px;
    overflow: hidden;
}
.text-holder.full {
    height: auto !important;
}
.btn-show-text {
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    color: #ffce37;
    outline: none;
    position: relative;
    border: none;
    background: none;
    margin: 8px 0 0 0;
}
.btn-show-text:after {
    content: "";
    font-weight: normal;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: solid #ffce37;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 5px;
    display: inline-block;
    vertical-align: middle;
}
.btn-show-text.active:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin: 0 0 -1px 5px;
}

.site-desc {
    font-size: 1rem;
    color: #000;
}
.site-desc p {
    margin: 0 0 10px;
}
.site-desc a {
    color: #d74817;
}
.site-desc .btn-show-text {
    color: #2c4377;
}
.site-desc .btn-show-text:after {
    border-color: #2c4377;
}
@media (max-width: 768px) {
    .site-desc .text-holder {
        height: auto !important;
    }
    .site-desc .btn-show-text {
        display: none !important;
    }
    .btn-site-action-holder {
        padding-top: 15px;
        margin-top: 5px;
    }
}

.jRatingInfos {
    display: none !important;
}

#ratingStarsMessage {
    position: absolute;
    bottom: 100%;
    left: 0;
    white-space: nowrap;
}


.site-mobile-rating {
    display: none;
    vertical-align: top;
    position: relative;
    margin: -3px 0 0 0;
}
.site-mobile-rating.visible { /* via js */
    display: inline-block;
}
.site-mobile-rating .mob-stars {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.site-mobile-rating .mob-star {
    width: 23px;
    height: 20px;
    float: left;
    background: url(/includes/rating/js/icons/stars.png);
}
.site-mobile-rating .current-rating {
    position: absolute;
    background: #31d441;
    height: 100%;
    left: 0;
    top: 0;
}
.site-mobile-rating .message-text {
    position: absolute;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    bottom: 100%;
    left: 0;
}


.loading {
	position: relative;
	overflow: hidden;
}
.loading:before {
    z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c3c3c3;
}
.loading:after {
    z-index: 2;
    content: "";
    top: 100px;
    left: 50%;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    margin-left: -5em;
    position: absolute;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid #232323;
    border-right: 1.1em solid #232323;
    border-bottom: 1.1em solid #232323;
    border-left: 1.1em solid #f5ce00;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}
@-webkit-keyframes loader {0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes loader {0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@media (max-width: 480px) {
  .loading:before {
      display: none;
  }
  .loading:after {
    display: none;
  }
}





.form-group {
    text-align: center;
    margin: 7px 0 0 40px;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 43%;
    width: 100%;
    padding-right: 36px;
}
.form-group .btn-search {
    color: #232323;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
    background: #827642;
    border: none;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
}
.form-group .btn-search:hover {
    background: #ffce00;
}
.form-group .input-search {
    padding: 0 15px;
    font-family: "Open Sans", Arial, Helvetica, Sans serif;
    font-weight: 300;
    font-size: 0.75rem;
    height: 36px;
    line-height: 34px;
    width: 100%;
    background: #000;
    border: 1px solid #333;
    border-radius: 3px 0 0 3px;
    color: #fff;
}

@media (max-width: 768px) {
    .form-group {
        position: absolute;
        top: 100%;
        margin: 10px auto;
        left: 0;
        right: 0;
        width: 300px;
        max-width: 350px;
    }
    .form-group .input-search {
        background: #fff;
        color: #333;
        border: none;
    }
    .form-group .btn-search {
        background: #ffce00;
    }
}

.notification {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px 0;
}
.notification.error {
    color: #fb3434;
}
.notification.success {
    color: #24b316;
    border: 1px solid #ccc9c9;
    padding: 10px 10px;
    background: #e2e2e2;
}
.row > .notification {
    padding: 5px 10px;
}

#pagination {
    padding: 20px 0;
    color: #fb3434;
    text-align: center;
}
#pagination span, #pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 4px 14px;
    line-height: 26px;
    min-width: 34px;
    font-size: 15px;
    border-radius: 5px;
    background: #232323;
    color: #fff;
}
#pagination span {
    background: #5f5e5e;
}
@media (max-width: 520px) {
    #pagination {
        padding: 10px 0;
    }
    #pagination span, #pagination a {
        margin: 3px;
        padding: 2px 12px;
        min-width: 30px;
        font-size: 14px;
    }
}

.form-item-col {
    margin: 0 0 15px 0;
}
.form-item-col:last-child {
    margin: 0;
}
.form-label {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px 0;
    display: block;
}
.form-control {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    padding: 10px 10px;
    font-size: 14px;
}

.rules {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.rules .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.rules ul {
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
}
.rules ul li {
    margin: 0 0 4px 0;
}
.rules p {
    margin: 0 0 6px 0;
}
.rules a {
    text-decoration: underline;
}
.rules *:last-child {
    margin: 0;
}












button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  .modal-open {
    overflow: hidden;
  }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }

  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }

  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }

  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }

  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-backdrop.show {
    opacity: 0.5;
  }

  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
  }

  .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;
  }

  .modal-title {
    margin-bottom: 0;
    color: #444;
    font-size: 18px;
    line-height: 22px;
  }

  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;

    display: none;
  }

  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }

  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }

  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
      max-width: 300px;
    }
  }

  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }

.modal iframe {
    border: none;
    height: 484px !important;
}

.footer-list {
    list-style: none;
    text-align: center;
}
.footer-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.footer-list a {
    color: #8a8a8a;
    font-size: 16px;
}
.footer-list a:hover {
    text-decoration: underline;
}

#footer .wrapper {
    padding: 20px 6px;
}
.footer-top {
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.footer-bottom {
    overflow: hidden;
    text-align: center;
}
.logo-holder {

}
.logo-footer {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.footer-text {
    font-weight: 300;
    color: #8a8a8a;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.footer-text a {
    color: #8a8a8a;
    margin-right: 10px;
}

@media (min-width: 769px) {
    .footer-text a:hover {
        text-decoration: underline;
    }
}

.footer-rta {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 0;
}


.block-discount {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}
.block-discount .percent {
    background: #fdd542;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    line-height: 0.9;
    text-align: center;
    border-radius: 5px 0 0 5px;
    padding: 14px 6px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-discount .percent strong {
    display: block;
    font-size: 32px;
}
.block-discount .prices-holder {
    flex-grow: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0 5px 5px 0;
    border-left: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px 8px 18px;
    background: #f2f2f2;
    flex-wrap: wrap;
}
.block-discount .prices {margin: 0 10px 0 0;}
.block-discount .prices .old-price {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 18px;
    text-decoration: line-through;
}
.block-discount .prices .new-price {
    color: #d14515;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.block-discount .more-link {
    padding: 7px 15px;
}
.block-discount .more-link:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 0 3px 6px;
}

@media (max-width: 520px) {
    .block-discount .percent strong {
        font-size: 26px;
    }
    .block-discount .prices-holder {
        padding: 6px 10px;
    }
    .block-discount .prices .new-price {
        font-size: 24px;
        line-height: 28px;
    }
    .block-discount .more-link {
        padding: 4px 10px;
        font-size: 14px;
    }
}

.link-discount {
    color: #000;
    font-size: 16px;
    float: right;
    margin: 10px 0 0 5px;
    background: #fdd542;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 700;
}
.link-discount:hover {
    background: #f1c72d;
    color: #000;
}
@media (max-width: 768px) {
    .link-discount {
        display: none;
    }
}

.warning-message {
    background: #b52905;
    padding: 4px;
    margin: 10px 0 0 0;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.warning-message .ico {
    font-size: 30px;
    line-height: 1;
    margin: 0 15px 0 0;
    font-weight: 600;
    padding: 0 10px;
}
.warning-message .text {
    /* font-weight: 300; */
}
.warning-message a {
    color: #fbc308;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
}

.about-text {
    padding: 14px;
    margin-top: 30px;
    background: #f2f2f2;
    color: #333;
    border: 1px solid #dfdfdf;
    font-size: 18px;
    line-height: 24px;
}
.about-text.category-text {
    padding: 14px 9999px;
    margin: 0 -9999px -20px;
}
.about-text.category-text .wrapper {
    padding: 0 10px;
}
.about-text .title {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
    margin: 30px 0 6px 0;
}
.about-text .title:first-child {
  margin-top: 0 !important;
}

.about-text .subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.about-text p {
    margin: 0 0 10px 0;
    text-align: justify;
}
.about-text p:last-child {
    margin: 0;
}
.about-text h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 5px 0;
}
.about-text a {
    color: #fb0021;
}
.about-text a:hover {
    text-decoration: underline;
}