@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/gotham/Gotham-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Black Italic';
    src: url('../fonts/gotham/Gotham-BlackItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/gotham/Gotham-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Bold Italic';
    src: url('../fonts/gotham/Gotham-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/gotham/Gotham-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Book Italic';
    src: url('../fonts/gotham/Gotham-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/gotham/Gotham-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Light Italic';
    src: url('../fonts/gotham/Gotham-LightItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/gotham/Gotham-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Medium Italic';
    src: url('../fonts/gotham/Gotham-MediumItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Thin';
    src: url('../fonts/gotham/Gotham-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Thin Italic';
    src: url('../fonts/gotham/Gotham-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/gotham/Gotham-Ultra.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Ultra Italic';
    src: url('../fonts/gotham/Gotham-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Xlight';
    src: url('../fonts/gotham/Gotham-XLight.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Xlight 0';
    src: url('../fonts/gotham/Gotham-XLight_0.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Xlight Italic';
    src: url('../fonts/gotham/Gotham-XLightItalic.otf') format('opentype');
}

body {
    background: #1e1e1e;
}

.header .navbar .navbar-header .navbar-toggle {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.header .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #faaf3a;
    height: 5px;
    margin: 0 0 5px 0;
    width: 30px;
    border-radius: 0;
}

.header .navbar .navbar-header .navbar-toggle .icon-bar:last-child {
    margin: 0;
}

.header .navbar .navbar-brand {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
}

.header .navbar .navbar-collapse {
    position: absolute;
    right: 15px;
    margin: 0;
    padding: 0;
}

.header .navbar .navbar-collapse li {
    float: left;
}

.header .navbar .navbar-collapse li a {
    float: left;
    padding: 20px;
    color: #f3a83c;
    /*color: #ffffff;*/
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.header .navbar .navbar-collapse li a:hover,
.header .navbar .navbar-collapse li a:focus {
    background: none;
    text-decoration: underline;
}

.header .navbar .link-homepage {
    display: block;
    width: 110px;
    padding: 30px 0 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -55px;
    /*color: #ffffff;*/
    color: #f3a83c;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.header .navbar .link-homepage::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: 0 0 0 -7px;
    border-style: solid;
    border-color: #727678;
    border-width: 1px 1px 0 0;
    -webkit-transform: scale(1, 0.7) rotate(-45deg);
    -ms-transform: scale(1, 0.7) rotate(-45deg);
    transform: scale(1, 0.7) rotate(-45deg);
}

.header .navbar .link-homepage:hover::before {
    border-width: 2px 2px 0 0;
}

.header .navbar .top-navigation {
    position: absolute;
    right: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

.header .header-wrapper h1 {
    margin: 30px 0 50px 0;
    text-align: center;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 64px;
    color: #ffffff;
}

.header .header-wrapper .sub-logo {
    margin: 53px auto 0 auto;
}

.header .header-wrapper .sub-logo.sub-logo-re {
    width: 310px;
    height: 100px;
    background: url(../images/header/sub-logo-re.png) no-repeat;
}

.header .header-wrapper .note {
    font-size: 16px;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    color: #FFF;
    text-align: center;
    margin: 50px auto 50px auto;
    width: 81%;
}

.header .header-wrapper .bg {
    background: url("../images/header-bg-c.jpg") top center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 250px;
    background-size: cover;
}

.header .header-wrapper .bg::before,
.header .header-wrapper .bg::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    border-bottom: 50px solid #1e1e1e;
}

.header .header-wrapper .bg::before {
    left: 0;
    right: 50%;
    border-right: 75px solid transparent;
}

.header .header-wrapper .bg::after {
    left: 50%;
    right: 0%;
    border-left: 75px solid transparent;
}

.header .header-wrapper .bg>div {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -70px;
    background: #1e1e1e;
}

.header.A .header-wrapper h1 {
    margin-top: 80px;
    margin-bottom: 40px;
}

.footer {
    position: relative;
    min-height: 255px;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-top: -255px;
    background-color: #000000;
}

.footer .footer-menu-header {
    margin: 0 0 20px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .footer-menu>li {
    line-height: 12px;
    margin-bottom: 7px;
}

.footer .footer-menu>li a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .footer-menu-inline {
    margin-top: 55px;
    overflow: hidden;
}

.footer .footer-menu-inline>li {
    float: left;
}

.footer .footer-menu-inline>li a {
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .footer-menu-inline>li.separator {
    margin: 5px 17px 0;
    width: 1px;
    height: 11px;
    background: #fff;
}

.footer .footer-menu-inline>li.copyright {
    color: #878787;
}

.footer .footer-social-header {
    margin: 0 0 30px;
    padding: 0;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #878787;
}

.footer .social {
    position: relative;
    overflow: hidden;
    margin-bottom: 47px;
}

.footer .social .facebook {
    float: left;
    margin-right: 15px;
}

.footer .social .twitter {
    float: left;
    width: 46px;
    height: 60px;
    border: 1px solid #3f3f3f;
    border-radius: 3px;
    background: url("../images/icons/icon-twitter.png") no-repeat center center;
}

.footer .social .twitter:hover {
    background-image: url("../images/icons/icon-twitter-active.png");
}

.footer .language-information {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .language-information .language-title {
    color: #878787;
}

body.index-page .header .header-wrapper {
    min-height: 740px;
}

body.index-page .header .header-wrapper h1 {
    margin: 240px 0 30px 0;
    text-align: left;
    font-size: 50px;
    line-height: 120%;
}

body.index-page .header .header-wrapper .note {
    text-align: left;
    width: auto;
    margin: 0;
}

body.index-page .header .header-wrapper .note .btn-orange,
body.index-page .header .header-wrapper .note .btn.btn-edit,
body.index-page .header .header-wrapper .note .btn.btn-remove {
    margin: 84px 0 0 0;
}

body.index-page .header .header-wrapper .bg {
    /*background-image: url(../images/index-page/header-2.png);*/
    background-image: url(../images/index-page/header4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #0b0f11;
}

body.index-page .header .header-wrapper .bg::before,
body.index-page .header .header-wrapper .bg::after {
    display: none;
}

body.index-page .header .link-homepage {
    display: none;
}

body.index-page .header .navbar .navbar-collapse {
    left: 0;
    right: auto;
}

body.index-page .header .navbar .navbar-brand {
    top: 104px;
    left: -10px;
    padding-left: 0;
}

body.index-page .header .navbar li:first-child {
    margin-left: 0;
}

body.index-page .header .navbar li:first-child a {
    padding-left: 0;
}

body.index-page .content-wrapper {
    /*background-color: #262626;*/
    /*background-color: #000;*/
    background-color: #1e1e1e;
    position: relative;
}

*:focus {
    outline: none;
}

body.index-page .content-wrapper .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 636px;
    background-color: #1e1e1e;
}

body.index-page .content-wrapper>.container {
    position: relative;
}

body.index-page .content-wrapper h1 {
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 56px;
    color: #fff;
    font-weight: normal;
    padding: 40px 0;
    margin: 30px 0 0 0;
    text-align: center;
}

body.index-page .content-wrapper .features,
body.how-to-revogue-page .content-wrapper .features {
    text-align: center;
    margin: 0 0 50px 0;
    padding-top: 30px;
}

body.index-page .content-wrapper .features ul,
body.how-to-revogue-page .content-wrapper .features ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

body.index-page .content-wrapper .features ul li,
body.how-to-revogue-page .content-wrapper .features ul li {
    float: left;
    width: 254px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 15px;
}

body.how-to-revogue-page .content-wrapper .features ul li {
    width: 100%;
}

body.index-page .content-wrapper .features ul li i,
body.how-to-revogue-page .content-wrapper .features ul li i {
    display: block;
    width: 160px;
    height: 152px;
    margin: 0 auto 30px auto;
    background: url(../images/index-page/features.png);
}

.features2 ul li i {
    background-image: url(../images/index-page/features3.png) !important;
}

.features2 ul li a:hover {
    color: #f3a83c !important;
}

body.how-to-revogue-page .content-wrapper .features ul li i {
    margin: 0;
}

body.index-page .content-wrapper .features ul li .info-box,
body.how-to-revogue-page .content-wrapper .features ul li .info-box {
    display: none;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    font-size: 13px;
    background-color: #f3a83c;
    color: #000;
    padding: 15px;
    min-width: initial;
    height: auto;
    border-radius: 0;
}

body.index-page .content-wrapper .features ul li .info-box p,
body.how-to-revogue-page .content-wrapper .features ul li .info-box p {
    margin: 0;
}

body.index-page .content-wrapper .features ul li .dropdown:hover .info-box,
body.how-to-revogue-page .content-wrapper .features ul li .dropdown:hover .info-box {
    display: block;
}

.mobile body.index-page .content-wrapper .features ul li .dropdown:hover .info-box,
.tablet body.index-page .content-wrapper .features ul li .dropdown:hover .info-box {
    display: none;
}

.mobile body.index-page .content-wrapper .features ul li .dropdown.open .info-box,
.tablet body.index-page .content-wrapper .features ul li .dropdown.open .info-box {
    display: block;
}

body.index-page .content-wrapper .features ul li.feature-1 i,
body.how-to-revogue-page .content-wrapper .features ul li.feature-1 i {
    background-position: -10px -14px;
}

body.index-page .content-wrapper .features ul li.feature-2 i,
body.how-to-revogue-page .content-wrapper .features ul li.feature-2 i {
    background-position: -261px -14px;
}

body.index-page .content-wrapper .features ul li.feature-3 i,
body.how-to-revogue-page .content-wrapper .features ul li.feature-3 i {
    background-position: -514px -14px;
}

body.index-page .content-wrapper .features ul li.feature-4 i,
body.how-to-revogue-page .content-wrapper .features ul li.feature-4 i {
    background-position: -768px -14px;
}

body.index-page .content-wrapper .features ul li .feature-description,
body.how-to-revogue-page .content-wrapper .features ul li .feature-description {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

body.index-page .content-wrapper .features ul li a,
body.how-to-revogue-page .content-wrapper .features ul li a {
    display: block;
    position: relative;
    padding: 0;
    height: 215px;
    width: 100%;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #f2a73b;
    text-decoration: none;
    text-align: center;
}

body.index-page .content-wrapper .features ul li a:hover i {
    background: url(../images/index-page/features-white.png);
}

body.index-page .content-wrapper .features ul li.feature-1 a:hover i {
    background-position: -10px -14px;
}

body.index-page .content-wrapper .features ul li.feature-2 a:hover i {
    background-position: -261px -14px;
}

body.index-page .content-wrapper .features ul li.feature-3 a:hover i {
    background-position: -514px -14px;
}

body.index-page .content-wrapper .features ul li.feature-4 a:hover i {
    background-position: -768px -14px;
}

body.index-page .content-wrapper .features ul li .feature-description {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

body.how-to-revogue-page .content-wrapper .features ul li {
    padding-bottom: 80px;
}

body.how-to-revogue-page .content-wrapper .features ul li i {
    float: left;
}

body.how-to-revogue-page .content-wrapper .features ul {
    width: 80%;
}

.text_con {
    /*float: left;*/
    width: 600px;
    text-align: left;
    color: #fff;
    /*min-height: 152px;*/
    /*height: 152px;*/
    /*background: red;*/
    display: table-cell;
    /*vertical-align: middle;*/
    padding-left: 35px;
    font-size: 18px;
    line-height: 1.5;
}

.text_con span {
    display: inline-block;
}

.text_con p span {
    color: #f2a73b;
}

.f_title {
    color: #f2a73b;
    /*font-size: 18px;*/
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
}

/*body.how-to-revogue-page .content-wrapper .features ul li .text_con {*/
/*color: #f2a73b;*/
/*font-size: 18px;*/
/*font-family: "Gotham Book", Helvetica, Arial, sans-serif;*/
/*text-align: left;*/
/*float: left;*/
/*width: 60%;*/
/*margin-left: 35px;*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*min-height: 152px;*/

/*}*/
/*body.how-to-revogue-page .content-wrapper .features ul li div p {*/
/*color: #fff;*/
/*display: inline-block;*/
/*}*/

body.index-page .content-wrapper .features ul li a:hover {
    color: #ffffff
}

body.index-page .content-wrapper .btn-orange,
body.index-page .content-wrapper .btn.btn-edit,
body.index-page .content-wrapper .btn.btn-remove {
    /*margin: auto auto 120px auto;*/
    display: block;
}

body.index-page .btn.btn-orange {
    margin: auto auto 70px;
}

body.index-page .content-wrapper .stories-told .stories {
    list-style: none;
    margin: 0 0 60px 20px;
    padding: 0;
    color: #fff;
    width: calc(100% - 40px);
}

body.index-page .content-wrapper .stories-told .stories li {
    padding: 0 20px !important;
}

body.index-page .content-wrapper .stories-told .stories h4 {
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-weight: normal;
    font-size: 27px;
    font-style: italic;
    background: url(../images/index-page/note.png) no-repeat 5px 25px;
    padding: 75px 0 0 0;
    margin: 0 0 15px 0;
}

body.index-page .content-wrapper .stories-told .stories p {
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
}

body.index-page .content-wrapper .stories-told .stories p.stars {
    margin: 15px 0;
}

body.index-page .content-wrapper .stories-told .stories p.stars i {
    width: 30px;
    height: 26px;
    display: inline-block;
    background: url(../images/index-page/star.png) no-repeat left center;
}

body.index-page .content-wrapper .stories-told .stories p.author {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

body.index-page .btn.btn-orange,
body.index-page .btn.btn-edit,
body.index-page .btn.btn-remove {
    background-color: rgba(30, 30, 30, 0.699219);
}

body.index-page .btn.btn-orange:hover,
body.index-page .btn.btn-edit:hover,
body.index-page .btn.btn-remove:hover {
    background-color: #f8ad39;
}

body.cookies-usage {
    /* <= 992px */
}

body.cookies-usage .content-wrapper .container {
    margin-bottom: 70px;
}

body.cookies-usage h3 {
    margin: 35px 0;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

body.cookies-usage h3:first-child {
    margin-top: 15px;
}

body.cookies-usage p {
    margin: 0;
    padding: 0 0 0 45px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 2;
    color: #ffffff;
}

body.faq {
    /* <= 992px */
}

body.faq .search-and-support {
    position: relative;
    margin: 10px 0 50px;
}

body.faq .search-and-support label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

body.faq .search-and-support .form-control {
    height: 57px;
    padding-right: 155px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
}

body.faq .search-and-support .form-control:focus+.btn-search {
    border-left-color: #fff;
}

body.faq .search-and-support .btn-search {
    position: absolute;
    z-index: 1;
    top: 28px;
    right: 0;
    width: 155px;
    height: 57px;
    border-radius: 0;
    border: 2px solid #4b4b4b;
    background-color: transparent;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #f8ad39;
}

body.faq .search-and-support .btn-search:focus {
    outline: none;
}

body.faq .search-and-support .btn-search:hover {
    background: #f8ad39;
    color: #0b0f12;
    border-color: #f8ad39;
}

body.faq .search-and-support .btn-search .glyphicon {
    margin-right: 5px;
}

body.faq h4 {
    margin: 0 0 50px;
    padding: 0 0 30px;
    border-bottom: 1px solid #404040;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

body.faq .list-questions {
    margin: 0 0 50px 45px;
}

body.faq .list-questions>li {
    margin-bottom: 18px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
}

body.faq .list-questions>li .glyphicon {
    margin-right: 5px;
    font-size: 11px;
    color: #e6a037;
}

body.faq .list-questions>li a {
    color: #e6a037;
}

body.faq nav .pagination {
    margin-bottom: 65px;
    border-radius: 0;
}

body.faq nav .pagination>li>a,
body.faq nav .pagination>li>span {
    padding: 10px 14px;
    border: 1px solid #4a4a4a;
    background-color: transparent;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    line-height: 1;
    border-radius: 0;
    color: #f8ad39;
}

body.faq nav .pagination>li>a:hover,
body.faq nav .pagination>li>span:hover {
    background: #f8ad39;
    color: #0b0f12;
}

body.faq nav .pagination>li>a.arrow .glyphicon {
    font-size: 11px;
}

body.faq nav .pagination>li.active>a {
    color: #ffffff;
}

body.faq nav .pagination>li.active>a:hover {
    border: 1px solid #4a4a4a;
    background-color: transparent;
}

body.faq.faq-result .back-to-faq .glyphicon {
    color: #e6a037;
    font-size: 11px;
}

body.faq.faq-result .back-to-faq>a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #e6a037;
    text-decoration: underline;
}

body.faq.faq-result .back-to-faq>a:hover {
    text-decoration: none;
    color: #fff;
}

body.faq.faq-result h4 {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
}

body.faq.faq-result p {
    padding-left: 45px;
    padding-bottom: 60px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 2;
    color: #ffffff;
}

body.contacts {
    /* <= 992px */
}

body.contacts .contacts-data {
    margin-top: 20px;
    margin-bottom: 25px;
}

body.contacts .contacts-data .data-phone {
    border-right: 1px solid #404040;
}

body.contacts .contacts-data .data-phone h5,
body.contacts .contacts-data .data-phone p {
    padding-right: 35px;
}

body.contacts .contacts-data .data-email h5,
body.contacts .contacts-data .data-email p {
    padding-left: 35px;
}

body.contacts h5 {
    margin: 0 0 15px;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
}

body.contacts p {
    margin: 0;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
}

body.contacts p span {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
}

body.contacts p a {
    color: #f8ad39;
    text-decoration: underline;
}

body.contacts p a:hover {
    text-decoration: none;
}

body.contacts .google-maps-info-window-content {
    display: none;
}

body.contacts .google-maps {
    height: 540px;
}

body.contacts .google-maps-info-window {
    padding: 15px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

body.contacts-email {
    /* <= 992px */
}

body.contacts-email .contacts-data {
    margin: 15px 0 30px;
}

body.contacts-email .back-to-contacts .glyphicon {
    color: #e6a037;
    font-size: 11px;
}

body.contacts-email .back-to-contacts>a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #e6a037;
    text-decoration: underline;
}

body.contacts-email .back-to-contacts>a:hover {
    text-decoration: none;
    color: #fff;
}

body.contacts-email h4 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

body.contacts-email .contacts-email-form label {
    text-transform: uppercase;
}

body.contacts-email .contacts-email-form label .glyphicon {
    font-size: 9px;
}

body.contacts-email .contacts-email-form .form-group-buttons button {
    text-transform: uppercase;
}

body.my-items .page-wrapper {
    background: #2a2a2a;
}

body.my-items .header .header-wrapper h1 {
    margin-top: 80px;
}

body.my-items .header .header-wrapper .bg>div {
    display: block;
}

body.my-items .collapsed-menu .get-a-qoute {
    position: absolute;
    right: 0;
    bottom: 20px;
    float: right;
    width: 220px;
    line-height: 70px;
    font-size: 20px;
    color: #f8ad39;
    border: 2px solid #f8ad39;
    text-align: center;
    text-decoration: none;
}

body.my-items .collapsed-menu .get-a-qoute:hover {
    background: #f8ad39;
    color: #0b0f12;
}

body.my-items .items {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

body.my-items .items li.item {
    display: block;
    position: relative;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 36px;
}

body.my-items .items li.item:last-child {
    border-bottom: 0;
}

body.my-items .items li.item .row {
    position: relative;
}

body.my-items .items li.item .head {
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 80px;
}

body.my-items .items li.item .head .delim {
    display: inline-block;
    color: #5f5f5f;
    background-color: #5f5f5f;
    height: 30px;
    width: 1px;
    margin: 0 12px;
    overflow: hidden;
    position: relative;
    top: 10px;
}

body.my-items .items li.item .head .order-number {
    text-align: right;
}

body.my-items .items li.item .description {
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #fff;
    margin: -10px 0 0 0;
}

body.my-items .items li.item .offer-box>h4 {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    margin: 5px 0 0 0;
    padding: 0 30px 0 0;
    height: 34px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

body.my-items .items li.item .offer-box>h4 .icon-info {
    right: -2px;
    top: -7px;
}

body.my-items .items li.item .offer-box .offer {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    /*min-height: 152px;*/
    margin: 37px 0 0 0;
    padding: 0 0 36px 0;
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #4a4a4a;
}

body.my-items .items li.item .offer-box .offer.centered {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.my-items .items li.item .offer-box .offer .radio-list {
    list-style: none;
    margin: 0;
    padding: 15px;
}

body.my-items .items li.item .offer-box .offer .radio-list li {
    display: block;
}

body.my-items .items li.item .offer-box .offer .radio-list label {
    font-weight: normal;
    font-size: 13px;
}

body.my-items .items li.item .offer-box .offer .radio-list label strong {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

body.my-items .items li.item .offer-box .btn-group {
    /* position: absolute;
    left: 15px;
    right: 15px; */
    /*bottom: 0;*/
    /* bottom: -37px; */
    /*border-bottom: 1px solid #4a4a4a;*/
    /*border-right: 1px solid #4a4a4a;*/
    border: 1px solid #4a4a4a;
}

.single_button {
    border-bottom: 1px solid #4a4a4a;
}

.single_button2 {
    border-bottom: 1px solid #4a4a4a !important;
}

body.my-items .items li.item .offer-box .btn-group .btn {
    position: relative;
    border: 1px solid #4a4a4a;
    /* border-bottom: 0; */
    border-radius: 0;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #f8ad39;
    padding: 0 5px;
    line-height: 36px;
    width: 100%;
}

body.my-items .items li.item .offer-box .btn-group .btn:hover {
    background-color: #f8ad39;
    border-color: #f8ad39;
    color: #0b0f12;
}

body.my-items .items li.item .offer-box .btn-group .btn.half {
    width: 50%;
    border-bottom: 1px solid #4a4a4a;
    float: left;
    border-right: 0;
}

body.my-items .items li.item .offer-box .btn-group .btn:last-child {
    /*border-right: 0;*/
    float: right;
    border-right: 1px solid #4a4a4a;
}

body.my-items .items li.item .offer-box .btn-group .btn .icon-edit {
    position: relative;
    left: -6px;
    top: 6px;
}

body.my-items .items li.item .offer-box .btn-group .btn .icon-remove {
    position: relative;
    left: -1px;
    top: 6px;
}

body.my-items .items li.item .offer-box .btn-group .btn .icon-next,
body.my-items .items li.item .offer-box .btn-group .btn .icon-back {
    position: relative;
    left: -1px;
    top: 5px;
}

body.get-a-quote form {
    margin: 0 0 30px 0;
}

body.get-a-quote form .form-group label {
    font-size: 12px;
}

body.get-a-quote form input[type="checkbox"] {
    margin: 20px 0;
    position: absolute;
}

body.get-a-quote form label {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    margin: 18px 0;
    font-size: 12px;
}

body.get-a-quote form .form-group-checkbox {
    margin-left: 30px;
}

body.login-page .header .bg::before {
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -75px;
    height: 150px !important;
    background: url(../images/icons/icon-key.png) no-repeat center center;
}

body.login-page .header .bg::after {
    display: none;
}

body.login-page .header .header-wrapper {
    margin-bottom: 50px;
}

body.login-page .header .header-wrapper h1 {
    margin: 40px auto 0 auto;
    width: 50%;
    line-height: 120%;
}

body.login-page .header .header-wrapper .note {
    margin-top: 30px;
}

body.login-page .header .header-wrapper form {
    margin: 15px 0 0 0;
    display: inline-block;
    text-align: left;
}

body.login-page .header .header-wrapper form .form-group {
    float: left;
    margin: 0 8px;
}

body.login-page .header .header-wrapper form .form-group.form-group-buttons {
    padding-top: 38px;
}

body.login-page .header .header-wrapper form .form-group .form-control {
    background-color: rgba(30, 30, 30, 0.699219);
}

body.login-page .header .header-wrapper form label {
    text-align: left;
    margin: 10px 0;
}

body.login-page .header .header-wrapper form input {
    height: 50px;
    max-width: 204px;
}

body.login-page .header .header-wrapper form button {
    font-size: 16px;
    padding: 1px 25px;
    line-height: 44px;
    height: 50px;
    background-color: rgba(30, 30, 30, 0.699219);
}

body.login-page .header .header-wrapper form button:hover {
    background-color: #f8ad39;
}

body.login-page .header .header-wrapper form .forgot-your-password {
    clear: both;
    margin: 0 10px 0 8px;
    padding-top: 10px;
}

body.login-page .header .header-wrapper form .forgot-your-password a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

body.login-page h2 {
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 40px 0 40px 0;
}

body.login-page h4.note {
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
}

body.login-page form {
    margin: 30px 0 40px 0;
}

body.login-page form label {
    color: #fff;
    margin: 18px 0;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

body.login-page form label a {
    color: #f8ad39;
}

body.login-page form .compact-labels label {
    margin-bottom: 10px;
}

body.login-page form .compact-labels .form-group label {
    margin: 0;
}

body.login-page .footer-note {
    margin-bottom: 60px;
}

body.login-page .footer-note p,
body.login-page .footer-note h4 {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #999;
    text-align: center;
}

body.login-page .footer-note p {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
}

body.forgot-password .page-wrapper {
    background-color: #000000;
}

body.forgot-password .header .bg::before {
    display: none;
}

body.forgot-password .header .bg::after {
    display: none;
}

body.forgot-password .header .header-wrapper form {
    margin: 30px 0 0 0;
}

body.forgot-password .header .header-wrapper form input {
    width: 420px;
    max-width: none;
}

body.my-account {
    /* <= 992px */
}

body.my-account .header .header-wrapper {
    padding-bottom: 0;
}

body.my-account .header .header-wrapper h1 {
    margin: 100px 0 50px 0;
}

body.my-account .header .header-wrapper .bg {
    min-height: 244px;
}

body.my-account .header .header-wrapper .bg::before,
body.my-account .header .header-wrapper .bg::after {
    content: none;
}

body.my-account .page-wrapper .content-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

body.my-account .page-wrapper .content-area-bg .container,
body.my-account .page-wrapper .content-area-bg .row,
body.my-account .page-wrapper .content-area-bg .col-md-10,
body.my-account .page-wrapper .content-area-bg .col-md-8 {
    height: inherit;
}

body.my-account .page-wrapper .content-area-bg .col-md-8 {
    background-color: #2a2a2a;
}

body.my-account .menu-area .collapsed-menu.dropdown {
    height: auto;
}

body.my-account .menu-area .collapsed-menu.dropdown ul {
    position: static;
    margin-right: -15px;
}

body.my-account .menu-area .collapsed-menu.dropdown ul>li {
    width: 100%;
}

body.my-account .menu-area .collapsed-menu.dropdown ul>li>a {
    text-align: left;
}

body.my-account .menu-area .collapsed-menu.dropdown ul>li>a .glyphicon {
    float: right;
    margin-top: 25px;
}

body.my-account .form-group.form-group-buttons button {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

body.my-account-details-page .content-area {
    color: #fff;
    background: #2a2a2a;
    padding: 30px;
    /* <= 992px */
}

body.my-account-details-page .content-area h2 {
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    padding: 0 0 30px 0;
    margin: 0;
    border-bottom: 1px solid #4a4a4a;
}

body.my-account-details-page .content-area .btn {
    color: #f8ad39;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

body.my-account-details-page .content-area .manage-properties {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.my-account-details-page .content-area .manage-properties .property-row {
    margin: 0;
    padding: 15px 98px 15px 20px;
    border-bottom: 1px solid #4a4a4a;
    overflow: hidden;
    position: relative;
}

body.my-account-details-page .content-area .manage-properties .property-row .property-name {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    float: left;
}

body.my-account-details-page .content-area .manage-properties .property-row .property-value {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    float: right;
}

body.my-account-details-page .content-area .manage-properties .property-row .btn {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 50px;
    padding: 0 20px 0 30px;
    margin: 0;
}

body.my-account-details-page .content-area .manage-properties .property-row .btn i {
    position: absolute;
    left: 3px;
    top: 13px;
}

body.my-account-details-page .content-area .address-box {
    margin: 30px 0 10px 0;
}

body.my-account-details-page .content-area .address-box h4 {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 40px;
}

body.my-account-details-page .content-area .address-box .box {
    position: relative;
    border: 1px solid #4a4a4a;
}

body.my-account-details-page .content-area .address-box .box p {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 15px 115px 15px 20px;
}

body.my-account-details-page .content-area .address-box .box .btns {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 115px;
}

body.my-account-details-page .content-area .address-box .box .btns .btn {
    padding: 28px 0;
    margin: 0;
    position: relative;
    border-left: 1px solid #4a4a4a;
    border-radius: 0;
}

body.my-account-details-page .content-area .address-box .box .btns .btn i {
    position: relative;
    margin-top: -10px;
}

body.my-account-details-page .content-area .address-box .box .btns .btn.btn-edit {
    display: block;
    height: 50%;
    border-bottom: 1px solid #4a4a4a;
}

body.my-account-details-page .content-area .address-box .box .btns .btn.btn-edit i {
    top: 4px;
    width: 30px;
}

body.my-account-details-page .content-area .address-box .box .btns .btn.btn-remove {
    display: block;
    height: 50%;
}

body.my-account-details-page .content-area .address-box .box .btns .btn.btn-remove i {
    top: 6px;
    width: 25px;
}

body.my-account-details-page .content-area form {
    padding: 25px 20px;
}

body.my-account.change-password {
    /* <= 992px */
}

body.my-account.change-password h4 {
    margin-bottom: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #404040;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

body.my-account.change-password .validation-rules {
    margin-left: 20px;
    padding-left: 50px;
    background: url("../images/icons/icon-pointer.png") no-repeat 0 5px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
}

body.my-account.change-password .change-password-form {
    margin: 10px 0 0 20px;
    padding-bottom: 30px;
}

body.my-account.change-password .change-password-form label {
    text-transform: uppercase;
}

.schedule input[type="checkbox"] {
    visibility: hidden;
}

.schedule input[type="checkbox"]+label {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 52px 0 0;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

.schedule input[type="checkbox"]+label .item-title {
    display: block;
    margin-bottom: 5px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.schedule input[type="checkbox"]:checked+label {
    color: #888888;
}

.schedule input[type="checkbox"]+label::before {
    content: none;
}

.schedule input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    width: 36px;
    height: 32px;
    background: url("../images/control/checkbox/off.png") no-repeat 0 0;
    background-size: cover;
}

.schedule input[type="checkbox"]:checked+label::after {
    background: url("../images/control/checkbox/on-grey.png") no-repeat 0 0;
    background-size: cover;
}

.schedule .schedule-tabpanel {
    min-height: 100%;
    background-color: #313131;
    color: #ffffff;
}

.schedule .schedule-tabpanel .nav-tabs {
    border-bottom: none;
}

.schedule .schedule-tabpanel .nav-tabs>li {
    width: 33.3%;
    margin-bottom: -2px;
}

.schedule .schedule-tabpanel .nav-tabs>li>a {
    margin: 0;
    text-align: center;
    border: none;
    border-right: 1px solid #313131;
    border-radius: 0;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    background-color: #171717;
    color: #f0a539;
}

.schedule .schedule-tabpanel .nav-tabs>li>a .date {
    display: block;
    margin-top: 10px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.schedule .schedule-tabpanel .nav-tabs>li.active a {
    border: none;
    background-color: #313131;
    color: #fff;
}

.schedule .schedule-tabpanel .nav-tabs>li:last-child>a {
    border-right: none;
}

.schedule .schedule-tabpanel h1 {
    margin: 18px auto;
    text-align: center;
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
}

.schedule .schedule-tabpanel h1 .icon-schedule {
    position: relative;
    bottom: -4px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: url("../images/icons/icon-schedule.png") no-repeat center center;
}

.schedule .schedule-tabpanel .status-btn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #f8ad39;
    border: 1px solid #f8ad39;
    background-color: rgba(30, 30, 30, 0.699219);
    text-align: center;
}

.schedule .schedule-tabpanel .status-btn.small {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
}

.schedule .schedule-tabpanel .status-btn:focus {
    outline: none;
}

.schedule .schedule-tabpanel .status-btn:hover {
    color: #0b0f12;
    background: #f8ad39;
}

.schedule .schedule-tabpanel .pick-up {
    margin-bottom: 15px;
    border: 1px solid #616161;
}

.schedule .schedule-tabpanel .pick-up .pick-up-title {
    padding: 14px;
    border-bottom: 1px solid #616161;
}

.schedule .schedule-tabpanel .pick-up .pick-up-title>div {
    overflow: hidden;
    text-transform: uppercase;
}

.schedule .schedule-tabpanel .pick-up .pick-up-title>div:first-child {
    margin-bottom: 5px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.schedule .schedule-tabpanel .pick-up .pick-up-title>div:last-child {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
}

.schedule .schedule-tabpanel .pick-up .pick-up-title .icon-arrow-up {
    position: relative;
    width: 13px;
    height: 13px;
    background: url("../images/icons/icon-arrow-up.png") no-repeat center center;
    background-size: contain;
}

.schedule .schedule-tabpanel .pick-up .adress {
    margin: 0 0 45px;
    padding: 20px 14px 0;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.schedule .schedule-tabpanel .pick-up .adress .client-name {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.schedule .schedule-tabpanel .pick-up .items {
    padding: 0 14px;
}

.schedule .schedule-tabpanel .pick-up .items>li {
    margin-bottom: 30px;
}

.schedule .schedule-tabpanel .delivery {
    margin-bottom: 15px;
    border: 1px solid #616161;
}

.schedule .schedule-tabpanel .delivery .delivery-title {
    padding: 14px;
    border-bottom: 1px solid #616161;
}

.schedule .schedule-tabpanel .delivery .delivery-title>div {
    overflow: hidden;
    text-transform: uppercase;
}

.schedule .schedule-tabpanel .delivery .delivery-title>div:first-child {
    margin-bottom: 5px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.schedule .schedule-tabpanel .delivery .delivery-title>div:last-child {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
}

.schedule .schedule-tabpanel .delivery .delivery-title .icon-arrow-down {
    position: relative;
    width: 13px;
    height: 13px;
    background: url("../images/icons/icon-arrow-down.png") no-repeat center center;
    background-size: contain;
}

.schedule .schedule-tabpanel .delivery .adress {
    margin: 0 14px 20px;
    padding: 20px 0;
    border-bottom: 1px solid #616161;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.schedule .schedule-tabpanel .delivery .adress .client-name {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.schedule .schedule-tabpanel .delivery .items {
    padding: 0 14px;
}

.schedule .schedule-tabpanel .delivery .items>li {
    margin-bottom: 30px;
}

body.driver-login .page-wrapper {
    background-image: url("../images/header-bg-c.jpg");
    background-position: center -98px;
    background-repeat: repeat-x;
    background-color: #1e1e1e;
}

body.driver-login .driver-brand {
    margin: 40px 0;
    text-align: center;
}

body.driver-login .driver-brand a {
    display: inline-block;
}

body.driver-login form.login {
    padding: 0 20px;
}

body.driver-login form.login label {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

body.driver-login form.login .form-group.form-group-buttons {
    border-top: 1px solid transparent;
}

body.driver-login form.login .form-group.form-group-buttons button {
    margin-top: 20px;
    background: rgba(30, 30, 30, 0.699219);
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.page-wrapper {
    position: relative;
    min-height: 100%;
    background-color: #1e1e1e;
}

/*.content-wrapper {*/
/*padding-bottom: 255px;*/
/*}*/

.inline-block {
    display: inline-block;
}

.orange-link {
    color: #f8ad39;
    text-decoration: underline;
}

.orange-link:hover {
    color: #fff;
    text-decoration: none;
}

.btn-orange,
.btn.btn-edit,
.btn.btn-remove {
    color: #f8ad39;
    border: 2px solid #f8ad39;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 0 25px;
    line-height: 55px;
    border-radius: 0;
    background: transparent;
}

.btn-orange:hover,
.btn.btn-edit:hover,
.btn.btn-remove:hover {
    color: #0b0f12 !important;
    background-color: #f8ad39 !important;
}

.btn.btn-edit {
    border: none;
    line-height: 1em;
}

.btn.btn-edit:hover {
    color: #0b0f12 !important;
}

.btn.btn-remove {
    border: none;
    line-height: 1em;
}

.btn.btn-remove:hover {
    color: #0b0f12 !important;
}

.form-group {
    margin: 0 0 24px 0;
    /* <= 992px */
}

.form-group .form-control {
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #4b4b4b;
    border-radius: 0;
    color: #fff;
    height: 40px;
    box-shadow: none;
}

.form-group .form-control:focus {
    border-color: #FFF;
    outline: none;
}

.form-group.readonly .form-control {
    border: 1px solid #4b4b4b !important;
}

.form-group label {
    display: block;
    float: none;
    position: relative;
    color: #fff;
    margin: 16px 0;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    min-height: 18px;
    padding-right: 40px;
}

.form-group label .icon-info {
    position: absolute;
    right: 0;
    top: -5px;
}

.form-group label .required {
    position: relative;
}

.form-group label .required::after {
    content: "*";
    position: absolute;
    top: -5px;
    font-size: 24px;
    left: 5px;
}

.form-group .bootstrap-select {
    color: #fff;
    width: 100% !important;
}

.form-group .bootstrap-select .btn-default {
    background-color: transparent;
    border: 2px solid #4b4b4b;
    border-radius: 0;
    color: #fff;
    height: 40px;
}

.form-group .bootstrap-select .caret {
    position: relative;
    border-top: 7px solid #4b4b4b;
    border-bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.form-group .bootstrap-select .caret::after {
    content: "";
    border-left: 1px solid #4b4b4b;
    position: absolute;
    height: 36px;
    left: -20px;
    top: -23px;
}

.form-group .bootstrap-select.open .btn-default {
    background-color: transparent;
    border-color: #FFF;
}

.form-group .bootstrap-select.open .caret::after {
    border-color: #FFF;
}

.form-group .bootstrap-select.open .caret {
    border-color: #FFF;
    border-left-color: transparent;
    border-right-color: transparent;
}

.form-group .bootstrap-select.open>.btn-default.dropdown-toggle {
    color: #FFF;
}

.form-group .bootstrap-select.open .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #1e1e1e;
    margin-top: 5px;
}

.form-group .bootstrap-select.open .dropdown-menu li {
    border: 0;
    background: #1e1e1e;
}

.form-group .bootstrap-select.open .dropdown-menu li.selected {
    background: #faaf3a;
}

.form-group .bootstrap-select.open .dropdown-menu a {
    position: relative;
    padding: 0 15px;
    line-height: 2.8em;
    height: auto;
    color: #faaf3a;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: left;
}

.form-group .bootstrap-select.open .dropdown-menu a:hover {
    color: #fff;
    background: none;
}

.form-group .bootstrap-select.open .dropdown-menu li.selected a {
    color: #1e1e1e;
}

.form-group .bootstrap-select.open .dropdown-menu a:focus,
.form-group .bootstrap-select.open .dropdown-menu a.selected {
    outline: none;
    background-color: #f8ad39;
    color: #fff;
}

.form-group.form-group-text input.form-control {
    height: 40px;
}

.form-group.form-group-textarea textarea.form-control {
    height: 120px;
    resize: none;
}

.form-group .error-block {
    display: none;
}

.form-group.has-error .form-control {
    border-color: #d90000;
}
.agree_con.has-error label {
    color:#d90000;
}

.form-group.has-error .error-block {
    display: block;
    position: absolute;
    margin: 4px 0;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #d90000;
}

.form-group.has-error .error-block.static-block {
    position: static !important;
}

.form-group.form-group-upload-photos {
    margin: 0;
}

.form-group.form-group-upload-photos .col-md-12,
.form-group.form-group-upload-photos .col-md-2,
.form-group.form-group-upload-photos .col-md-10 {
    padding-right: 0;
    padding-left: 0;
}

.form-group.form-group-upload-photos label {
    padding-right: 0;
}

.form-group.form-group-upload-photos label.col-md-12 {
    padding-right: 40px;
}

.form-group.form-group-upload-photos .choose-file-button {
    display: inline-block;
    width: 144px;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #f8ad39;
    border: 2px solid #f8ad39;
    text-align: center;
}

.form-group.form-group-upload-photos .photos {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-group.form-group-upload-photos .photos .photo {
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    border: 1px solid #404040;
    overflow: hidden;
    background: url(../images/photos/no-photo.png) no-repeat center center;
    margin: 0 0 30px 30px;
}

.form-group.form-group-upload-photos .photos .photo img {
    position: absolute;
    top: 0;
    left: 0;
}

.form-group.form-group-upload-photos .photos .photo .icon-remove-photo {
    position: absolute;
    top: 5px;
    right: 3px;
}

.form-group.form-group-upload-photos .photos .photo .icon-remove-photo:hover {
    background-image: url(../images/icons/icon-remove-photo-active.png);
}

.form-group.form-group-buttons {
    text-align: center;
    padding-top: 26px;
}

.form-group.form-group-buttons button {
    text-align: center;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
    overflow: hidden;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #f8ad39;
    border: 2px solid #f8ad39;
    background-color: transparent;
}

.form-group.form-group-buttons button.small {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
}

.form-group.form-group-buttons button:focus {
    outline: none;
}

.form-group.form-group-buttons button:hover {
    color: #0b0f12;
    background: #f8ad39;
}

input[type="checkbox"] {
    margin: 0.1em 0;
    position: absolute;
}

input[type="checkbox"]+label {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 0 20px;
}

input[type="radio"] {
    position: absolute;
    width: 1em;
    height: 1em;
    margin: 3px 0;
}

input[type="radio"]+label {
    padding: 0 0 0 1.6em;
}

.desktop .icon.icon-info:hover {
    background: url(../images/icons/icon-info-active.png) no-repeat center center;
}

.desktop .icon.icon-info:hover .info-box {
    display: block;
}

.mobile .icon.icon-info.open,
.tablet .icon.icon-info.open {
    background: url(../images/icons/icon-info-active.png) no-repeat center center;
}

.mobile .icon.icon-info.open .info-box,
.tablet .icon.icon-info.open .info-box {
    display: block;
}

.icon {
    display: inline-block;
    position: absolute;
}

.icon.icon-info {
    width: 30px;
    height: 30px;
    background: url(../images/icons/icon-info.png) no-repeat center center;
}

.icon.icon-info .info-box {
    position: absolute;
    bottom: 34px;
    left: 7px;
    font-size: 13px;
    background-color: #f3a83c;
    color: #000;
    padding: 15px;
    min-width: 240px;
    display: none;
    height: auto;
    border-radius: 0;
    top: auto;
}

.icon.icon-info .info-box h4 {
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
}

.icon.icon-info .info-box p {
    font-size: 13px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.icon.icon-info .info-box.right {
    left: auto;
    right: 7px;
}

.icon.icon-info .toggler {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
}

.icon.icon-edit {
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-edit.png) no-repeat center center;
}

.icon.icon-remove {
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-remove.png) no-repeat center center;
}

.icon.icon-remove-photo {
    width: 24px;
    height: 24px;
    background: url(../images/icons/icon-remove-photo.png) no-repeat center center;
}

*:hover>.icon-edit {
    background-image: url(../images/icons/icon-edit-active.png) !important;
}

*:hover>.icon-remove {
    background-image: url(../images/icons/icon-remove-active.png) !important;
}

*:hover>.icon-next {
    background-image: url(../images/icons/icon-next-active.png) !important;
}

*:hover>.icon-back {
    background-image: url(../images/icons/icon-back-active.png) !important;
}

.icon-next {
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-next.png) no-repeat center center;
}

.icon-back {
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-back.png) no-repeat center center;
}

.collapsed-menu.dropdown {
    height: 70px;
    position: relative;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    padding: 0;
}

.collapsed-menu.dropdown ul {
    position: absolute;
    z-index: 1 !important;
    left: 0;
    top: auto;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: none;
    background: none;
    box-shadow: none;
    border: 0;
}

.collapsed-menu.dropdown ul li {
    float: left;
    margin: 0;
    padding: 0;
}

.collapsed-menu.dropdown ul li a {
    display: block;
    padding: 0 23px;
    height: 60px;
    line-height: 60px;
    color: #f8ad39;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}

.collapsed-menu.dropdown ul li.active a,
.collapsed-menu.dropdown ul li a:hover {
    color: #fff;
}

.collapsed-menu.dropdown ul li.active {
    background-color: #2a2a2a;
}

.mobile-only {
    display: none !important;
}

.offer-box {
    margin-bottom: 20px;
}

/*# sourceMappingURL=main.css.map */

@media (min-width: 992px) {
    body.index-page .carousel-inner>.item {
        display: block !important;
        transition: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: static !important;
    }

    body.index-page .carousel-inner>.item.next {
        width: 33.33333333%;
    }

    body.index-page .carousel-control {
        display: none;
    }

    body .collapsed-menu.dropdown ul li[data-toggle="dropdown"] {
        display: none;
    }

}

@media (max-width: 1200px) and (min-width: 992px) {

    body.index-page .content-wrapper .bg {
        height: 776px;
    }

}

@media (max-width: 1200px) {

    .get-a-qoute {
        display: none;
    }

    .clear-lg {
        clear: both;
    }

}

@media (max-width: 992px) {
    body.how-to-revogue-page .content-wrapper .features ul {
        width: 95%;
    }

    .mobile-only {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse .navbar-nav {
        float: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .footer {
        font-size: 14px;
    }

    .footer .footer-menu-header {
        font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        margin: 23px 0;
        line-height: 130%;
    }

    .footer .footer-menu>li {
        display: block;
        margin: 5px 0;
        line-height: 130%;
    }

    .footer .footer-menu>li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .col-md-12.col-xs-7 {
        border-right: 1px solid #4d4d4d;
        padding-bottom: 10px;
    }

    .footer .col-md-12.col-xs-5 {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .footer .footer-menu-inline {
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    .footer .footer-menu-inline>li {
        display: block;
        float: none;
        padding: 15px 0;
        line-height: 120%;
    }

    .footer .footer-menu-inline>li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .footer-menu-inline>li.separator {
        display: none;
    }

    .footer .footer-menu-inline>li.copyright {
        position: absolute;
        bottom: 7px;
        padding-right: 20px;
    }

    body.cookies-usage .content-wrapper .container {
        margin-bottom: 0;
        margin-top: 35px;
    }

    body.cookies-usage h3 {
        margin: 35px 0;
        font-size: 32px;
        line-height: 1.3;
        text-align: center;
    }

    body.cookies-usage h3:first-child {
        margin-top: 0;
    }

    body.cookies-usage p {
        margin: 0 0 35px;
        padding: 0;
        font-size: 15px;
        line-height: 1.5;
    }

    body.faq .search-and-support {
        margin: 22.5px 0 37.5px;
    }

    body.faq .search-and-support .form-control {
        padding-right: 40px;
    }

    body.faq .search-and-support .btn-search {
        top: 26px;
        width: 40px;
        height: 40px;
        border-style: none;
    }

    body.faq .search-and-support .btn-search .btn-text {
        display: none;
    }

    body.faq .search-and-support .btn-search .glyphicon {
        margin-right: 0;
        font-size: 17.5px;
    }

    body.faq h4 {
        margin: 0 0 25px;
        padding: 0 0 25px;
        font-size: 32px;
        text-align: center;
    }

    body.faq .list-questions {
        margin: 0 0 40px 0;
    }

    body.faq .list-questions>li {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.5;
    }

    body.faq .list-questions>li .glyphicon {
        margin-right: 10px;
        font-size: 12px;
    }

    body.faq.faq-result .back-to-faq {
        text-align: center;
        margin-bottom: 35px;
    }

    body.faq.faq-result .back-to-faq .glyphicon {
        display: none;
    }

    body.faq.faq-result .back-to-faq>a {
        font-size: 15px;
        text-transform: uppercase;
    }

    body.faq.faq-result h4 {
        font-size: 32px;
        margin-bottom: 35px;
    }

    body.faq.faq-result p {
        margin-bottom: 40px;
        padding-left: 0;
        font-size: 15px;
        line-height: 1.5;
    }

    body.contacts .contacts-data {
        margin-top: 25px;
        margin-bottom: 0;
    }

    body.contacts .contacts-data .data-phone {
        border-right-style: none;
    }

    body.contacts .contacts-data .data-phone h5,
    body.contacts .contacts-data .data-phone p {
        text-align: center;
        padding-right: 0;
    }

    body.contacts .contacts-data .data-email h5,
    body.contacts .contacts-data .data-email p {
        text-align: center;
        padding-left: 0;
    }

    body.contacts .contacts-data h5 {
        margin-bottom: 27.5px;
        font-size: 32px;
    }

    body.contacts .contacts-data p {
        margin-bottom: 37.5px;
        font-size: 15px;
    }

    body.contacts-email .contacts-data {
        margin: 25px 0 0;
    }

    body.contacts-email .back-to-contacts {
        text-align: center;
    }

    body.contacts-email .back-to-contacts .glyphicon {
        display: none;
    }

    body.contacts-email .back-to-contacts>a {
        font-size: 15px;
        text-transform: uppercase;
    }

    body.contacts-email h4 {
        margin-top: 25px;
        font-size: 32px;
        text-align: center;
    }

    body.contacts-email .contacts-email-form label .glyphicon {
        font-size: 11px;
    }

    body.my-items .items li.item {
        padding-bottom: 30px;
    }

    body.my-items .items li.item .head {
        display: none;
    }

    body.my-items .items li.item .photo img {
        margin: 0;
    }

    body.my-items .items li.item .description {
        border: 1px solid #4a4a4a;
        margin: 0 15px;
        padding: 15px;
        font-size: 24px;
    }

    body.my-items .items li.item .offer-box {
        margin: 0 15px;
        padding: 5px 0 0 0;
        border: 1px solid #4a4a4a;
        border-top: 0;
    }

    body.my-items .items li.item .offer-box>h4 {
        position: static;
        padding: 8px 8px 0 8px;
        margin: 0;
        border: 0;
        font-size: 14px;
        height: auto;
    }

    body.my-items .items li.item .offer-box>h4 .icon-info {
        top: 3px;
        right: 3px;
    }

    body.my-items .items li.item .offer-box .offer {
        font-size: 14px;
        display: block;
        padding: 5px 8px 8px 8px;
        min-height: 0;
        border: 0;
        margin: 0;
    }

    body.my-items .items li.item .offer-box .offer .radio-list li {
        padding: 0.2em 0;
    }

    body.my-items .items li.item .offer-box .offer .radio-list label {
        font-size: 14px;
    }

    body.my-items .items li.item .offer-box .offer .radio-list label input {
        position: absolute;
        top: -0.1em;
        width: 1.4em;
        height: 1.4em;
    }

    body.my-items .items li.item .offer-box .btn-group {
        position: static;
        display: block;
        overflow: hidden;
    }

    body.my-items .items li.item .offer-box .btn-group .btn {
        border-width: 1px 0 0 1px;
        font-size: 14px;
        line-height: 38px;
    }

    body.my-items .items li.item .offer-box .btn-group .btn:first-child {
        border-width: 1px 0 0 0;
    }

    body.my-items .items li.item .offer-box .btn-group .btn .icon-edit {
        width: 20px;
        height: 20px;
        left: -5px;
        top: 6px;
        background: url(../images/icons/icon-edit.png) no-repeat center center;
        background-size: 100% 100%;
    }

    body.my-items .items li.item .offer-box .btn-group .btn .icon-remove {
        width: 20px;
        height: 20px;
        left: -5px;
        top: 6px;
        background: url(../images/icons/icon-remove.png) no-repeat center center;
        background-size: 100% 100%;
    }

    body.my-items .items li.item .offer-box .btn-group .btn .icon-next {
        width: 20px;
        height: 20px;
        top: 4px;
        background: url(../images/icons/icon-next.png) no-repeat center center;
    }

    body.my-items .items li.item .offer-box .btn-group .btn .icon-back {
        width: 20px;
        height: 20px;
        top: 6px;
        background: url(../images/icons/icon-back.png) no-repeat center center;
        background-size: 100% 100%;
    }

    body.my-items .header .header-wrapper {
        margin-bottom: 25px;
    }

    body.my-items .header .header-wrapper .bg>div {
        bottom: -47px;
    }

    body.my-items .collapsed-menu.dropdown {
        height: 140px;
    }

    body.my-items .collapsed-menu.dropdown ul {
        position: absolute;
        margin-right: 0;
    }

    body.my-items .collapsed-menu.dropdown ul>li {
        width: auto;
    }

    body.get-a-quote form {
        margin-top: 18px;
    }

    body.get-a-quote form label {
        margin: 0 0 18px 0;
    }

    body.get-a-quote form .form-group-checkbox {
        margin-left: 0;
        display: block;
    }

    body.login-page .header .bg {
        /*bottom: 53px;*/
    }

    body.login-page .header .bg::before {
        display: none;
    }

    body.login-page .header .bg::after {
        display: none;
    }

    body.login-page .header .bg>div {
        display: none;
    }

    body.login-page .header .header-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body.login-page .header .header-wrapper h1 {
        width: auto;
    }

    body.login-page .header .header-wrapper .note {
        width: auto;
        font-size: 14px;
        margin: 50px auto 30px auto;
    }

    body.login-page .header .header-wrapper form {
        display: block;
        width: auto;
        margin: 0 8px;
    }

    body.login-page .header .header-wrapper form .form-group {
        float: none;
        display: block;
        width: auto;
    }

    body.login-page .header .header-wrapper form label {
        float: none;
        display: block;
        width: auto;
        margin: 30px 0 8px 0;
    }

    body.login-page .header .header-wrapper form input {
        float: none;
        display: block;
        width: 100%;
        max-width: none;
    }

    body.login-page .header .header-wrapper form button {
        margin-top: 45px;
        font-size: 18px;
        line-height: 60px;
        height: 60px;
        background: rgba(30, 30, 30, 0.7);
    }

    body.login-page .header .header-wrapper form .forgot-your-password {
        display: none;
    }

    body.login-page h2 {
        font-size: 40px;
        margin: 15px 0 20px 0;
    }

    body.login-page h4.note {
        font-size: 14px;
        font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    }

    body.login-page form label {
        font-size: 15px;
    }

    body.login-page form .radio-inline,
    body.login-page form .checkbox-inline {
        margin: 15px 0 40px 0 !important;
    }

    body.login-page .footer-note {
        display: none;
    }

    body.forgot-password .header .header-wrapper {
        background: #000;
    }

    body.forgot-password .header .header-wrapper .bg {
        bottom: 25px;
    }

    body.forgot-password .header .header-wrapper .bg>div {
        display: none;
    }

    body.forgot-password .header .header-wrapper .note {
        margin-bottom: 0;
    }

    body.forgot-password .header .header-wrapper form input {
        width: 100%;
        max-width: none;
    }

    body.forgot-password .footer {
        padding-top: 100px;
    }

    body.my-account .header .header-wrapper {
        margin-bottom: 20px;
    }

    body.my-account .header .header-wrapper h1 {
        margin: 100px 0 100px 0;
    }

    body.my-account .header .header-wrapper .bg {
        min-height: 244px;
    }

    body.my-account .header .header-wrapper .bg::before,
    body.my-account .header .header-wrapper .bg::after {
        content: "";
    }

    body.my-account .header .header-wrapper .bg>div {
        bottom: -55px;
    }

    body.my-account .page-wrapper {
        background-color: #2a2a2a;
    }

    body.my-account .page-wrapper .content-area-bg {
        display: none;
    }

    body.my-account .menu-area .collapsed-menu.dropdown {
        height: 60px;
    }

    body.my-account .menu-area .collapsed-menu.dropdown ul {
        position: absolute;
        margin-right: 0;
    }

    body.my-account .menu-area .collapsed-menu.dropdown ul>li {
        width: auto;
    }

    body.my-account-details-page .content-area {
        padding: 15px;
    }

    body.my-account-details-page .content-area h2 {
        margin: 45px 0;
        padding: 0;
        border-bottom-style: none;
        font-size: 32px;
        text-align: center;
    }

    body.my-account-details-page .content-area .manage-properties .property-row {
        padding: 16px 49px 16px 10px;
    }

    body.my-account-details-page .content-area .manage-properties .property-row .property-name {
        float: left;
        clear: both;
        font-size: 15px;
    }

    body.my-account-details-page .content-area .manage-properties .property-row .property-value {
        float: left;
        clear: both;
        font-size: 15px;
    }

    body.my-account-details-page .content-area .manage-properties .property-row .btn {
        line-height: 75px;
        padding: 0 10px 0 22px;
        font-size: 14px;
    }

    body.my-account-details-page .content-area .manage-properties .property-row .btn i {
        left: 0;
        top: 25px;
    }

    body.my-account-details-page .content-area .address-box {
        margin: 35px 0;
    }

    body.my-account-details-page .content-area .address-box h4 {
        font-size: 14px;
        line-height: 35px;
    }

    body.my-account-details-page .content-area .address-box .box p {
        font-size: 14px;
        padding: 10px 55px 10px 20px;
    }

    body.my-account-details-page .content-area .address-box .box .btns {
        position: static;
        overflow: hidden;
        width: auto;
    }

    body.my-account-details-page .content-area .address-box .box .btns .btn {
        float: left;
        width: 50%;
        padding: 15px 0;
        border-top: 1px solid #4a4a4a;
        border-left-style: none !important;
        border-bottom-style: none !important;
        font-size: 14px;
    }

    body.my-account-details-page .content-area .address-box .box .btns .btn i {
        top: 5px;
        margin-top: 0;
        margin-right: 3px;
    }

    body.my-account-details-page .content-area .address-box .box .btns .btn.btn-edit {
        height: auto;
        border-right: 1px solid #4a4a4a;
    }

    body.my-account-details-page .content-area .address-box .box .btns .btn.btn-remove {
        height: auto;
        border-right-style: none;
    }

    body.my-account.change-password h4 {
        margin: 45px 0;
        padding: 0;
        border-bottom-style: none;
        font-size: 32px;
        text-align: center;
    }

    body.my-account.change-password .validation-rules {
        margin-left: 0;
        padding-left: 50px;
        font-size: 15px;
        line-height: 1.5;
        background: url("../images/icons/icon-pointer.png") no-repeat 0 10px;
    }

    body.my-account.change-password .change-password-form {
        margin: 40px 0 0 0;
        padding-bottom: 0;
    }

    .form-group {
        margin: 0 0 40px 0;
    }

    .form-group .form-control {
        height: 40px !important;
        font-size: 14px !important;
    }

    .form-group label {
        font-size: 14px !important;
        min-height: 16.5px !important;
    }

    .form-group label .required::after {
        font-size: 20px;
    }

    .form-group.has-error .error-block {
        margin: 5px 0 !important;
        font-size: 13px !important;
    }

    .form-group.form-group-buttons {
        padding-top: 0 !important;
    }

    .form-group.form-group-buttons button {
        width: 100% !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 18px !important;
    }

    .form-group.form-group-textarea textarea.form-control {
        height: 200px !important;
    }

    .collapsed-menu.dropdown {
        height: 105px;
    }

    .collapsed-menu.dropdown ul {
        left: 0;
        right: 0;
        top: 12px;
        bottom: auto;
        display: block !important;
        z-index: 99;
        padding: 55px 0 0 0;
        position: relative;
    }

    .collapsed-menu.dropdown ul li {
        display: none;
        float: none;
        background: #1e1e1e;
        padding: 0;
    }

    .collapsed-menu.dropdown ul li a {
        color: #faaf3a;
        padding: 0 15px;
        font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
        font-size: 15px;
        height: auto;
        line-height: 45px;
        text-align: left;
        position: relative;
    }

    .collapsed-menu.dropdown ul li.active {
        background: #faaf3a;
    }

    .collapsed-menu.dropdown ul li.active a {
        color: #1e1e1e;
    }

    .collapsed-menu.dropdown ul li[data-toggle="dropdown"] {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #faaf3a;
    }

    .collapsed-menu.dropdown ul li[data-toggle="dropdown"] a {
        color: #1e1e1e;
    }

    .collapsed-menu.dropdown ul li[data-toggle="dropdown"] a .glyphicon {
        display: none;
    }

    .collapsed-menu.dropdown ul li[data-toggle="dropdown"] a::after {
        content: "";
        top: 19px;
        right: 16px;
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid #1e1e1e;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .collapsed-menu.dropdown ul.open li {
        display: block;
    }

    body .header .header-wrapper .bg>div {
        display: block;
        bottom: -30px;
    }

    body .bootstrap-select.btn-group .btn .caret {
        right: 12px;
        border-top: 7px solid #4b4b4b;
        border-bottom: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    body .bootstrap-select.btn-group .btn .caret::after {
        content: "";
        height: 36px;
        left: -20px;
        top: -23px;
    }

    body .bootstrap-select.btn-group .dropdown-menu.inner {
        font-size: 14px !important;
    }

    body .form-group-checkbox {
        margin: 0;
    }

    body .form-group.form-group-upload-photos .choose-file-button {
        font-size: 18px;
        display: block;
        line-height: 58px;
        height: 58px;
        width: 100%;
        margin: 0 0 25px 0;
    }

    body .form-group.form-group-upload-photos .photos {
        margin: 0 8px;
    }

    body .form-group.form-group-upload-photos .photos .photo {
        float: none;
        display: block;
        width: 100%;
        height: 300px;
        /*width: auto;
        height: auto; */
        padding: 0;
        margin-left: 0;
    }

    /* body .form-group.form-group-upload-photos .photos .photo.empty {
        display: none;
    }  */

    body .form-group.form-group-upload-photos .photos .photo img {
        position: static;
    }

    body .form-group.form-group-upload-photos .icon-remove-photo {
        width: 25px !important;
        height: 25px !important;
        top: 10px !important;
        right: 10px !important;
        background: url(../images/icons/icon-remove-photo.png) no-repeat center center;
    }

    body .form-group.form-group-upload-photos .icon-remove-photo:hover {
        background-image: url(../images/icons/icon-remove-photo-active.png);
    }

    body .form-group.form-group-textarea textarea.form-control {
        height: 200px !important;
    }

    .icon.icon-info .info-box {
        left: auto !important;
        right: 7px !important;
    }

    input[type="radio"] {
        width: 26px;
        height: 26px;
        top: -7px;
        margin: 0;
        z-index: 1;
        opacity: 0;
    }

    input[type="radio"]+label {
        padding-left: 40px;
        position: relative;
        margin: 0;
        line-height: 32px;
    }

    input[type="radio"]+label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 26px;
        height: 26px;
        background: url(../images/control/radio/off.png) no-repeat 0 0;
        background-size: cover;
    }

    input[type="radio"]:checked+label::before {
        background: url(../images/control/radio/on.png) no-repeat 0 0;
        background-size: cover;
    }

}

@media (max-width: 991px) {

    .header .header-wrapper h1 {
        margin-top: 40px !important;
        margin-bottom: 20px;
        font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
        font-size: 42px;
    }

    .header .header-wrapper .sub-logo.sub-logo-re {
        display: none;
    }

    .header .navbar .link-homepage {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding: 30px 0 10px;
    }

    .header .navbar .link-homepage .glyphicon-menu-up {
        margin-left: -7px;
    }

    .header .navbar .navbar-header .navbar-toggle {
        float: none;
    }

    .header .navbar .navbar-collapse {
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0 !important;
        top: 0;
        height: 100%;
        overflow: hidden;
    }

    .header .navbar .navbar-collapse>div {
        height: 1024px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 1);
    }

    .header .navbar .navbar-collapse .navbar-toggle {
        width: 25px;
        height: 25px;
        padding: 0;
        margin: 0;
        border: 0;
        background: url(../images/icons/icon-close.png);
        background-size: contain;
        float: left;
        margin-top: 20px;
    }

    .header .navbar .navbar-collapse .navbar-toggle:hover {
        background-image: url(../images/icons/icon-close-active.png);
    }

    .header .navbar .navbar-collapse .navbar-brand {
        position: static;
        display: block;
        margin: auto;
        clear: both;
        float: none;
        width: 160px;
        height: 100px;
    }

    .header .navbar .navbar-collapse .navbar-brand img {
        width: 100%;
    }

    .header .navbar .navbar-collapse .navbar-nav {
        position: static;
        margin: 30px 0 0 0;
    }

    .header .navbar .navbar-collapse .navbar-nav li {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
        display: block;
        border-bottom: 1px solid #f8ad39;
    }

    .header .navbar .navbar-collapse .navbar-nav li:first-child {
        border-top: 1px solid #f8ad39;
    }

    .header .navbar .navbar-collapse .navbar-nav li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block;
        float: none;
        text-align: center;
        font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #f8ad39
    }

    body.index-page .btn.btn-orange,
    body.index-page .btn.btn-edit,
    body.index-page .btn.btn-remove {
        display: block;
        width: 100%;
    }

    body.index-page .header .header-wrapper {
        min-height: 0;
        padding-bottom: 0;
    }

    body.index-page .header .header-wrapper .bg {
        background-image: url(../images/header-bg-c.jpg) !important;
        background-repeat: no-repeat;
        background-color: #0b0f11;
        bottom: 30px;
    }

    body.index-page .header .header-wrapper .bg::before,
    body.index-page .header .header-wrapper .bg::after {
        display: none;
    }

    body.index-page .header .header-wrapper .navbar-header {
        float: none;
        width: auto;
    }

    body.index-page .header .header-wrapper .navbar-header>.navbar-brand {
        position: static;
        display: block !important;
        width: 196px;
        height: auto;
        margin: auto;
        float: none;
        zoom: 0.8;
        padding: 0;
    }

    body.index-page .header .header-wrapper h1 {
        text-align: center;
        font-size: 37px;
    }

    body.index-page .header .header-wrapper .note {
        text-align: center;
        font-size: 14px;
    }

    body.index-page .header .header-wrapper .btn.btn-orange,
    body.index-page .header .header-wrapper .btn.btn-edit,
    body.index-page .header .header-wrapper .btn.btn-remove {
        margin-top: 70px;
    }

    body.index-page .content-wrapper h1 {
        font-size: 40px;
    }

    body.index-page .content-wrapper .features {
        margin-bottom: 15px;
    }

    body.index-page .content-wrapper .features ul li {
        width: 50%;
        padding: 0;
        margin-bottom: 30px;
    }

    body.index-page .content-wrapper .features ul li a {
        padding: 0 8px;
        height: auto;
        font-size: 15px;
    }

    body.index-page .content-wrapper .features ul li a i {
        width: 162px;
        height: 154px;
        zoom: 0.8;
    }

    body.index-page .content-wrapper .btn.btn-orange,
    body.index-page .content-wrapper .btn.btn-edit,
    body.index-page .content-wrapper .btn.btn-remove {
        margin-bottom: 0;
    }

    body.index-page .content-wrapper .stories-told h1 {
        padding-bottom: 0;
    }

    body.index-page .content-wrapper .bg {
        height: 686px;
    }

    body.index-page #carousel-features li {
        padding: 0 30px;
    }

    body.index-page #carousel-features .carousel-control {
        background: none;
        border: 1px solid #5b482b;
        top: calc(50% - 18px);
        width: 35px;
        height: 60px;
    }

    body.index-page #carousel-features .carousel-control::before {
        content: "";
        position: absolute;
        border: 1px solid #f8ad39;
        border-left: 0;
        border-bottom: 0;
        width: 15px;
        height: 15px;
    }

    body.index-page #carousel-features .carousel-control.left {
        left: -15px;
        border-left: 0;
    }

    body.index-page #carousel-features .carousel-control.left::before {
        left: 13px;
        top: 20px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    body.index-page #carousel-features .carousel-control.right {
        right: -15px;
        border-right: 0;
    }

    body.index-page #carousel-features .carousel-control.right::before {
        left: 7px;
        top: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.my-items .collapsed-menu.dropdown {
        height: 65px;
    }

    .header .navbar .navbar-collapse .navbar-brand {
        padding: 30px 15px;
        height: 130px;
    }

    .header .navbar .navbar-collapse {
        border-top: none;
    }

}

@media (max-width: 768px) {

    body.how-to-revogue-page .content-wrapper .features ul li i {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .text_con {
        text-align: center;
        padding-left: 0;
        display: block;
        width: 100%;
    }

    body.how-to-revogue-page .content-wrapper .features ul li {
        padding-bottom: 40px;
    }

    .expand-xs {
        width: auto !important;
        float: none !important;
    }

    body.error-page-not-found .header .header-wrapper .note {
        margin: 20px auto -20px !important;
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

}

.language-information a {
    color: #fff;
}

.cp {
    cursor: pointer;
}

.offer-block {
    padding: 20px !important;
    text-align: center;
}

.offer-block4 {
    padding: 15px 20px !important;
}

.offer-block2 {
    padding: 15px 20px !important;
}

.offer-block22 {
    padding: 15px 20px !important;
}

.offer-block26 {
    padding: 15px 20px !important;
}

.offer-block26 label {
    margin: 15px 0 0 0;
}

.offer-block26 .col-md-6 {
    width: 100%;
}

.offer-block26 .form-group {
    margin-bottom: 10px;
}

.offer-block26 #pickup_country_con .btn-group {
    /* position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #4a4a4a; */
}

.offer-block2 strong {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.offer a {
    color: #f8ad39;
}

.left20 {
    padding-left: 20px;
}

.alert {
    padding: 5px;
    background: none;
    margin-bottom: 0;
}

.alert-success {
    padding: 22px 25px 22px 65px;
    color: #1e1e1e;
    background: #f3a83c url("../images/icons/icon-alert-info.png") no-repeat 28px center;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    border: none;
    border-radius: 0;
}

.alert-danger {
    color: #d90000;
    border: none;
}

.offer .alert-danger {
    padding: 5px 0;
}

.offer {}

.photo-has-error {
    border: 1px solid #d90000 !important;
}

.photo-error-block {
    display: block;
    /*position: absolute;*/
    margin: 4px 0;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #d90000;
}

.no-items {
    /*margin: 0 0 50px;*/
    padding: 30px 0;
    /*border-bottom: 1px solid #404040;*/
    font-family: "Gotham Xlight", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

.offer label {
    font-weight: normal !important;
}

.block_title {
    margin-bottom: 10px;
}

.block_actions {
    margin-top: 15px;
}

.success_fix {
    margin-top: 36px;
}

.photo {
    cursor: pointer;
}

.progress_con {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 100%;
    margin: -15px 0 0 0;
    color: #fff;
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
}

body.error-page-not-found .content-wrapper {
    padding-bottom: 335px;
}

body.error-page-not-found .page-wrapper {
    background-color: #000000;
}

body.error-page-not-found .header .bg::before {
    display: none;
}

body.error-page-not-found .header .bg::after {
    display: none;
}

body.error-page-not-found .header .header-wrapper {
    background: #000;
}

body.error-page-not-found .header .header-wrapper .bg>div {
    display: none;
}

body.error-page-not-found .header .header-wrapper .note {
    margin: 110px auto -130px;
    padding: 0 12px 0 12px;
    max-width: 450px;
    font-family: "Gotham Light", Helvetica, Arial, sans-serif;
    font-size: 33px;
    line-height: 1.2;
}

body.error-page-not-found .header .header-wrapper .note img {
    display: block;
    max-width: 100%;
    margin-bottom: 50px;
}

.badge {
    background-color: #f8ad39;
    color: #000000;
}

input[type="checkbox"] {
    width: 33px;
    height: 33px;
    top: -7px;
    margin: 0;
    z-index: 1;
    opacity: 0;
}

input[type="checkbox"]+label {
    padding: 12px 0 12px 52px;
    font-size: 15px;
    position: relative;
    margin: 0;
}

input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 32px;
    background: url(../images/control/checkbox/off.png) no-repeat 0 0;
    background-size: cover;
}

input[type="checkbox"]:checked+label::before {
    background: url(../images/control/checkbox/on.png) no-repeat 0 0;
    background-size: cover;
}

.dropdown-backdrop {
    position: static;
}

.agree2 a {
    color: #f8ad39;
}

.has-error3 label,
.has-error3 a {
    color: #d90000 !important;
}

#remind_password_message {
    background-image: none;
    padding: 22px 25px;
    margin-top: 10px;
}

.selectpicker2 {
    display: none;
}

.fl {
    float: left;
}

.check_label {
    float: left;
    margin-top: 14px !important;
}

#registration_form .form-group label {
    text-transform: uppercase;
}

.ttu {
    text-transform: uppercase;
}

.to_do_img {
    width: 200px;
    margin-top: 80px;
}

.to_do_con {
    text-align: center;
}

.to_do_title {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    color: #f8ad39;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.to_do_title2 {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login_input {
    width: 100%;
    max-width: none !important;
    background: transparent;
    border: 1px #fff solid;
    border-radius: 0;
    height: 35px !important;
    color: #fff;
    margin-bottom: 5px;
    /*margin-top: 30px;*/
}

.login_input2 {
    /*margin-top: 20px;*/
    /*margin-bottom: 30px;*/
}

.login_input1 {
    margin-bottom: 20px;
}

.login_button {
    background-color: #f8ad39 !important;
    border: none;
    height: 35px !important;
    color: #000;
    width: 100%;
    margin-top: 25px;
    line-height: normal !important;
}

.forgot_link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    margin-bottom: 40px;
}

.forgot_link:hover {
    color: #f8ad39;
    text-decoration: underline;
}

.login_form {
    width: 380px;
    margin: 0 !important;
}

.shop_link {
    display: block;
    max-width: 380px;
    width: 100%;
    border: 1px #fff solid;
    color: #f8ad39;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

.shop_link:hover {
    color: #f8ad39;
}

.login_error_msg {
    color: #d90000;
    margin-bottom: 10px;
    position: absolute;
    /*text-align: center;*/
}

.tac {
    text-align: center;
}

.front_footer {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    /*padding-top: 40px;*/
    /*margin-top: 40px;*/
}

.front_footer img {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;

}

.revogue_footer {
    color: #fff;
    background: #1e1e1e;
    width: 120px;
    margin: 0 auto;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 14px;
    /*margin-bottom: -10px;*/
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*top: -10px;*/
    z-index: 999;
    text-align: center;
    letter-spacing: 2px;
}

.revogue_footer_div {
    border-top: 1px solid #f8ad39;
}

.re_top {
    padding: 20px 0 0 0;
}

@media (max-width: 992px) {
    .revogue_footer_div {
        margin-top: 40px;
    }
}

.front_footer img {
    /*transition: all 0.5s ease-in-out 0s;*/
    /*-webkit-transition: all 0.5s ease-in-out 0s;*/
    /*-moz-transition: all 0.5s ease-in-out 0s;*/
}

.front_footer a:hover img {
    opacity: 0.7;
}

.footer2 {
    text-align: center;
    background: #1e1e1e;
    color: #fff;
    padding: 30px 0 50px;
}

.footer2_title {
    text-transform: uppercase;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    color: #feb23b;
    font-size: 15px;

}

.footer2_title2 {
    font-size: 13px;
    margin-top: 40px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer2_title2:hover {
    text-decoration: none;
    color: #fff;
}

.copyright_con2 {
    color: #ffb33c;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 50px;
}

ul#footer-icons {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    /*border-top: 1px solid #161819;*/
    list-style: none;
    padding-left: 0;
}

ul#footer-icons li {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
}

ul#footer-icons li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.sub_email {
    width: 75%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    background: #333333;
    color: #ffb33c;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    height: 50px;
    text-indent: 10px;
}

.sub_button {
    width: 25%;
    float: left;
    display: inline-block;
    background: #292929;
    color: #ffb33c;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    cursor: pointer;

}

.sub_button:hover {
    color: #ffb33c;
    text-decoration: none;
    background: #000;
}

.sub_msg {
    min-height: 25px;
    margin-top: 15px;
}

.alert-success2 {
    color: #ffb33c;
}

@media (max-width: 992px) {
    .front_footer .front_footer {}

    .footer2 .col-md-3 {
        width: 49%;
        /*display: inline-block;*/
        float: left;
        margin-bottom: 50px;
    }

    .sub_msg {
        margin-top: 0;
        /*height: auto;*/
    }
}

@media (max-width: 640px) {
    ul#footer-icons {
        margin-top: 0;
    }

    /*.footer2 .col-md-3 {*/
    /*float: none;*/
    /*width: 100%;*/
    /*margin-bottom: 20px;*/
    /*}*/
    .email_col {
        width: 100% !important;
    }

    .sub_msg {
        min-height: 0 !important;
    }
}

@media (max-width: 414px) {
    .sub_msg {
        /*min-height: 45px;*/
        font-size: 12px;
    }
}

.information {
    color: #ffb33c;
    border: 1px #ffb33c solid;
    padding: 5px;
    font-size: 11px;
    margin: 1px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
}

.information a {
    color: #ffb33c;
    text-decoration: none;
}

.information a:hover {
    text-decoration: underline;
}

.offer-box .icon-info:before {
    display: none;
}

/*.navbar-nav a {*/
/*color: #ffb33c;*/
/*}*/
.footer_image {
    display: block;
    margin: 40px 0;
}

.footer_image img {
    width: 100%;
}

.icon.icon-info:before {
    display: none !important;
}

.footer_icons {
    margin-top: 70px;
    margin-bottom: 30px;
}

.footer_icons a {
    background-image: url("../images/social.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-size: auto 28px;
    margin: 5px 10px;
}

.footer_icons a:hover {
    opacity: 0.8;
}

.fb_icon {
    background-position: left center;
}

.in_icon {
    background-position: right center;

}

.note_reg_con {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.note_reg {
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    border: 1px #cc8f37 solid;
    padding: 15px 15px;
    font-size: 16px;
    font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
    line-height: 20px;
    position: relative;
    /*margin-left: 85px;*/
    margin-top: 40px;

}

.note_reg:after {
    width: 65px;
    height: 100%;
    background: url("../images/info_icon2.png") no-repeat center top;
    content: '';
    display: inline-block;
    position: absolute;
    /*left: -85px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    z-index: 1;
    background-size: contain;
}

@media (max-width: 640px) {
    /*.note_reg:after {*/
    /*display: none;*/
    /*}*/
    /*.note_reg {*/
    /*margin-left: 0;*/
    /*}*/
}

.how_it_works span {
    white-space: nowrap;
}

.agree_con>div {
    width: 52px;
}

@media (max-width: 991px) {
    .check_label {
        margin-top: 25px !important;
    }
}

@media (max-width: 767px) {
    .check_label {
        width: 80%;
    }

    .check_label {
        margin-top: 16px !important;
    }
}