@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);
/*
    font-family: 'ProximaNova';
    font-family: 'housel';
    font-family: 'bebas';
*/
@font-face {
    font-family: 'housel';
    src:url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.otf'),
        url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.ttf'),
        url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.woff'),
        url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'bebas';
    src:url('../fonts/BebasNeueBold.otf'),
        url('../fonts/BebasNeueBold.ttf'),
        url('../fonts/BebasNeueBold.woff'),
        url('../fonts/BebasNeueBold.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.ttf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-RegularIt.otf'),
        url('../fonts/ProximaNova-RegularIt.ttf'),
        url('../fonts/ProximaNova-RegularIt.woff'),
        url('../fonts/ProximaNova-RegularIt.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.ttf'),
        url('../fonts/ProximaNova-Bold.woff'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-BoldIt.otf'),
        url('../fonts/ProximaNova-BoldIt.ttf'),
        url('../fonts/ProximaNova-BoldIt.woff'),
        url('../fonts/ProximaNova-BoldIt.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Extrabld.otf'),
        url('../fonts/ProximaNova-Extrabld.ttf'),
        url('../fonts/ProximaNova-Extrabld.woff'),
        url('../fonts/ProximaNova-Extrabld.woff2');
        font-weight: 900;
        font-style: normal;
}
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/materialicons-regular.woff2') format('woff2'), 
         url('../fonts/materialicons-regular.woff') format('woff'), 
         url('../fonts/materialicons-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.housel{
    font-family: 'housel';
}
.bebas{
    font-family: 'bebas';
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #0C204D;
    overflow-x: hidden;
    font-family: 'ProximaNova';
}
.index-template:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 705px;
    top: 0;
    left: 0;
    background: url(../images/bg1.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    -margin: 0 auto 324px auto;
    margin: 0 auto 0 auto;
    background: #fff;
}
.footer-wrapper {
    -min-height: 324px;
    max-width: 100%;
    margin: 0 auto;
    background: #132958;
    color: #FFFFFF;
}
.footer-push{
    -height: 324px;
    margin: 0;
    padding: 0;
}


.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
    background: #feb014;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
blockquote,
q{
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 30px;
    color: #FEB013;
    padding-left: 40px;
    background: url(../images/quote.png) 0 10px no-repeat;
    padding-top: 15px;
}
h1,
.title-h1{
    font-family: 'housel';
    color: #FEB013;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 15px;
}
h1.line:after,
.title-h1.line:after{
    content:"";
    display: block;
    position: absolute;
    width: 110px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FEB013;
}
h2,
.title-h2{
    font-family: 'housel';
    color: #FEB013;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
h3,
.title-h3{
    font-family: 'housel';
    color: #FEB013;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
h4,
.title-h4{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
}
@media only screen and (min-width: 1360px) {
    
}
@media only screen and (max-width: 1359px) {
    
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 40px;
    }
    h2,
    .title-h2{
        font-size: 40px;
    }
    h3,
    .title-h3{
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #9a9a9a;
}
.dark-gray{
    color: #383F50;
}
.yellow{
    color: #FEB013;
}
.blue{
    color: #145FAE;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FEB013;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #004B9D;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #FEB013;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
    border-radius: 30px;
    font-weight: bold;
}
.btn:hover{
    background: #145FAE;
    color: #fff;
}
.btn.invert{
    background: #145FAE;
    color: #fff;
}
.btn.invert:hover{
    color: #fff;
    background: #FEB013;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.min{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding: 2px 10px;
}
.btn.btn-transparent,
.btn.transparent-btn{
    border: 1px solid #FEB013;
    color: #FEB013;
    background: transparent;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover{
    color: #fff;
    background: #FEB013;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/**************************************/


/* mob-menu-btn begin */
.menu-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 55px;
    border-left: 1px solid rgba(255,255,255,0.3);
    z-index: 100;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #0F204A;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    /*overflow-y: scroll;*/
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 20px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-menu li{
    position: relative;
}
.mobile-menu-inner > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu-inner{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu-inner > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #FEB013;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #F8B019;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}

.mobile-menu .menu-button{
    border: none;
}
.mobile-logo{
    padding: 0 15px;
}
@media only screen and (max-width: 1359px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu.open{
        width: 100%;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */

.header{
    height: 110px;
    position: relative;
}
.index-template .header:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0.3);
}
.base-template .header:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.header-wrapper.fixed + .header-push,
.base-template .header-wrapper + .header-push{
    height: 110px;
}
.index-template .header-wrapper.fixed .header:before{
    border: none;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.index-template .header-wrapper.fixed .header,
.base-template .header{
    border-left: 1px solid rgba(255,255,255,0.3);
}

.logo{
    height: 110px;
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.header-top{
    height: 55px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-top .element,
.header-bottom .element{
    padding: 15px 0;
    height: 55px;
    font-size: 15px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.element.header-tel{
    border-right: none;
}
.header-tel a:hover{
    color: #fff;
}
.header-top .element i,
.header-bottom .element i{
    vertical-align: middle;
    margin: -3px 4px 0 0;
}
.header-bottom{
    height: 55px;
}
.header-bottom .element{
    padding-left: 20px;
}
.header-cart{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    line-height: 1;
    height: 55px;
    width: 70px;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.header-cart i{
    font-size: 26px;
    color: #fff;
}
.header-cart > div > div > div{
    display: inline-block;
    position: relative;
    padding-top: 3px;
}
.header-cart span{
    background: #FEB013;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 2px 3px 0;
    border-radius: 10px;
    top: 4px;
    right: -10px;
    min-width: 16px;
    display: inline-block;
}
#msMiniCart + .absolute{
    display: none;
}
#msMiniCart.full + .absolute{
    display: block;
}
.header-cart i{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-cart:hover .absolute{
    opacity: 1;
    background: rgba(255,255,255,0.1);
}
.header-cart .full{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-cart .full:hover{
    background-color: rgba(255,255,255,0.1);
}
#msMiniCart .not_empty {
    display: none;
}

.top-menu{
    text-align: center;
    padding-top: 15px;
}
.top-menu li{
    display: inline-block;
    margin: 0 25px;
}
.top-menu a{
    font-size: 17px;
    color: #fff;
}
.top-menu .active a,
.top-menu a:hover{
    color: #FEB013;
}
@media only screen and (max-width: 1359px) {
    .element.header-address{
        padding-left: 20px;
    }
    .header-top .element{
        border-right: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-top .element, .header-bottom .element {
        padding: 18px 0 18px 15px;
        font-size: 13px;
    }
    .header-top .element i, 
    .header-bottom .element i {
        margin-right: 2px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .header:before{
        display: none !important;
    }
    .header{
        height: auto;
        border: none !important;
    }
    .header{
        padding: 15px 0;
    }
    .header-top,
    .header-bottom{
        border: none;
        height: auto;
    }
    .header-top .element,
    .header-bottom .element{
        height: auto;
        border: none;
        font-size: 15px;
        padding: 0;
        margin-bottom: 5px;
        position: relative;
        padding-left: 25px;
    }
    .header-top .element i,
    .header-bottom .element i{
        position: absolute;
        left: 0;
        top: 6px;
    }
    .element.header-tel{
        margin-bottom: 0;
    }
    .panel-xs{
        position: fixed;
        z-index: 399;
        background: #0F204A;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
    }
    .panel-xs-push{
        height: 100px;
        display: block;
    }
    
    .header-wrapper.fixed,
    .base-template .header-wrapper,
    .index-template .header-wrapper{
        position: relative;
        background: #152b5c;
    }
    .header-wrapper.fixed + .header-push,
    .base-template .header-wrapper + .header-push{
        height: 0;
    }
    .logo{
        height: auto;
        position: fixed;
        top: 8px;
        left: 13px;
        z-index: 400;
        border: none;
        padding: 0;
    }
    .menu-button{
        border: none;
        height: 20px;
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 400;
    }
    .header-cart{
        border: none;
        position: fixed;
        right: 50px;
        top: 4px;
        z-index: 400;
    }
}


@media only screen and (min-width: 768px) {
    .header-wrapper.fixed,
    .base-template .header-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #132958;
        z-index: 380;
    }
}



/* ======= /. HEADER ======= */




/* ======= TOP SLIDER ======= */
.top-slider-wrapper{
    height: 570px;
    overflow: hidden;
}
.top-slider-icon{
    display: none;
}
.top-slider .title{
    font-family: 'bebas';
    font-size: 120px;
    line-height: 1;
}
.top-slider .subtitle{
    font-size: 48px;
}
.top-slider .element-btn{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.3);
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 100%;
}
.top-slider .element-btn i{
    line-height: 60px;
    font-size: 26px;
}
.top-slider .element-btn:hover{
    background: rgba(255,255,255,0.3);
}


@media only screen and (min-width: 1920px){
    .top-slider-icon{
        position: absolute;
        z-index: 50;
        left: 0;
        bottom: -125px;
        display: block;
    }
}

@media only screen and (max-width: 1359px) {
    .top-slider .title{
        font-size: 90px;
    }
}
@media only screen and (max-width: 991px) {
    .top-slider .title{
        font-size: 10vw;
    }
}
/* ======= /. TOP SLIDER ======= */

.middle{
    background: #fff;
    position: relative;
}



/* ======= CATALOG ======= */
.catalog .element{
    margin: 0 auto 20px;
    padding: 15px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    width: 312px;
    max-width: 100%;
}
.catalog .element:hover{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}
.catalog-template .catalog .element:hover{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
}
.catalog .element:hover .title{
    color: #F8B019;
}
.catalog .element .product-options{
    position: relative;
    z-index: 30;
}
.catalog .element .btn{
    position: relative;
    z-index: 20;
}
.catalog .element .title{
    font-size: 30px;
    line-height: 0.9;
    color: #145FAE;
    margin-bottom: 15px;
    position: relative;
    z-index: 4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog .element .img-wrapper{
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}
.catalog .element .img-wrapper img{
    max-height: 100%;
}
.sticker-block{
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 4;
}
.sticker-block span{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    margin-left: 3px;
    background: #FE1B1B;
    font-size: 18px
}
.sticker-block span.new{
    background: #0ECC48;
}
.catalog .element .text{
    height: 88px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}
.catalog .element .stars{
    margin-bottom: 10px;
}
.catalog .element .stars span{
    display: inline-block;
    color: #FEB013;
}
.catalog .element .stars span i{
    font-size: 22px;
}
.catalog .element .stars span i:last-of-type{
    display: none;
}
.catalog .element .stars span.active i:first-of-type{
    display: none;
}
.catalog .element .stars span.active i:last-of-type{
    display: inline-block;
}

.catalog .element .price{
    font-size: 24px;
    padding-top: 5px;
    line-height: 1;
}
.popular-carousel{
    position: relative;
}
.popular-carousel .slick-track{
    padding-top: 2px;
}
.popular-carousel .slick-prev{
    left: -100px;
}
.popular-carousel .slick-next{
    right: -100px;
}
.catalog-menu{
    margin-bottom: 30px;
    text-align: center;
}
.catalog-menu li{
    margin: 0 5px 17px;
    width: 120px;
    height: 114px;
    background: #F9F8F5;
    padding: 8px;
    color: #145FAE;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: inline-block;
}
.catalog-menu li:first-of-type{
    margin-left: 0;
}
.catalog-menu li:last-of-type{
    margin-right: 0;
}
.catalog-menu li .img-wrapper{
    margin-bottom: 5px;
}
.catalog-menu li .title {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    height: 2em;
    overflow: hidden;
}
.catalog-menu li.active,
.catalog-menu li:hover{
    background: #1E508E;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.catalog-template h1{
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .catalog-menu{
        text-align: center;
    }
    .catalog-template .catalog > .row{
        text-align: right;
    }
    .catalog-template .catalog > .row > div:nth-of-type(2n){
        text-align: left;
    }
    .catalog-template .catalog .element{
        display: inline-block;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .catalog-template .catalog .element{
        display:block;
    }
}


@media only screen and (max-width: 1200px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: none;
    }
}
@media only screen and (max-width: 1050px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: block;
        width: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: none;
    }
}
@media only screen and (max-width: 650px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: block;
        width: 150px;
    }
}
@media only screen and (max-width: 550px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: block;
        width: 100px;
    }
}
@media only screen and (max-width: 480px) {
    .popular-carousel:before,
    .popular-carousel:after{
        display: none;
    }
}
/* ======= /. CATALOG ======= */


.about-block .action-carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.about-block .action-carousel > div,
.about-block .action-carousel > div > div,
.about-block .action-carousel .item,
.about-block .action-carousel .element,
.about-block .action-carousel .element-img{
    height: 100%;
}
.about-block .content-block{
    padding: 50px;
    background: #F7F7F6;
}

@media only screen and (max-width: 1359px) {
    .about-block .content-block{
        padding: 30px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .about-block .action-carousel{
        position: relative;
        width: 100%;
        height: 61vw;
        margin-bottom: 30px;
    }
    .about-block .action-carousel > div,
    .about-block .action-carousel > div > div,
    .about-block .action-carousel .item,
    .about-block .action-carousel .element,
    .about-block .action-carousel .element-img{
        height: 100%;
    }
}

.more i{
    vertical-align: middle;
    font-size: 16px;
    margin-top: -2px;
}
.feauters-block .element{
    display: inline-block;
    margin: 0 25px 30px;
    vertical-align: top;
}
.footer-top{
    min-height: 268px;
    padding-bottom: 30px;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 15px 0 13px;
}
.footer-phone:hover{
    color: #fff;
}
.social-links a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
.social-links a:hover{
    background: rgba(255,255,255,1);
    border-color: #fff;
    color: #004B9D;
}
.footer-menu{
    display: inline-block;
    vertical-align: top;
}
.footer-menu .title,
.footer-contacts .title{
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.footer-menu.first{
    width: 65%;
}
.footer-menu li{
    margin-bottom: 4px;
}
.footer-menu.first li{
    width: 48%;
    display: inline-block;
}
.footer-menu a{
    color: #fff;
}
.footer-menu a:hover,
.footer-menu .active a{
    color: #FEB013;
}
.development a:hover{
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .footer-menu-wrapper{
        border-top: 1px solid rgba(255,255,255,0.3);
        padding-top: 35px;
    }
    .footer-menu{
        display: block;
        width: 100% !important;
    }
}

/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    position: absolute;
    left: 0;
    top: -1px;
}
.agreement input + label{
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */

.mini-container{
    max-width: 100%;
    margin: auto;
    width: 800px;
}

.inner-menu{
    margin: 0 -10px 0;
}
.inner-menu li{
    display: inline-block;
    margin: 0 10px 10px;
}
.inner-menu a{
    text-decoration: none;
    color: #A5A8B4;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.inner-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FEB013;
    opacity: 0;
}
.inner-menu .active a:after{
    opacity: 1;
}
.inner-menu .active a,
.inner-menu a:hover{
    color: #000;
}


/* NEWS */
.pageimage{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.news-list .element{
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding-left: 400px;
    min-height: 210px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-list .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: 4;
}
.news-list .element .img-element{
    height: 100%;
}
.news-list .element .img-wrapper .date,
.pageimage .date{
    position: absolute;
    width: 66px;
    height: 66px;
    background: #fff;
    top: 0;
    left: 0;
    line-height: 1.2;
    padding: 5px;
}
.news-list .element .element-content{
    padding: 30px;
}
.news-list .element .element-content .text{
    line-height: 1.4;
    height: 7em;
    overflow: hidden;
    font-size: 14px;
}
.news-list .element .category{
    margin-bottom: 10px;
}
.news-list .element .category span{
    background: #F2F2F2;
    color: #A3A7B4;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
}
.news-list .element:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.news-list .element h4{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	height: 2.4em;
	overflow: hidden;
}
.news-list .element:hover h4{
    color: #FEB013;
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .news-list .element{
        padding-left: 0;
    }
}
/* /. NEWS */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #5E6066;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination .active a{
    background: #FEB013;
    color: #fff;
    border-radius: 100%;
}
.pagination a:hover{
    color: #000;
}
/* /. PAGINATION */




#mapexMap {
    position: static;
    width: 100%;
    height: 390px;
}
#google-map{
    width: 100%;
    height: 390px;
}
.contacts-section .box2 .element .title{
    font-weight: bold;
    color: #B9BCC5;
    margin-bottom: 2px;
}
.contacts-section .box2 .element{
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    #mapexMap,
    #google-map{
        margin-top: -25px;
    }
}




/********* gallery ********/
.gallery-wrapper{
    border-top: 1px solid #DEDEDE;
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
}
.gallery-carousel{
    margin: 0 -10px;
}
.gallery-wrapper .item{
    padding: 0 10px;
    margin-bottom: 10px;
}
.gallery-wrapper .element a i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    font-size: 46px;
    line-height: 1;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.gallery-wrapper .element a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41,0.5);
    opacity: 0;
}
.gallery-wrapper .element a:hover{
    opacity: 1;
}
.gallery-wrapper .element a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.gallery-carousel-prev,
.gallery-carousel-next{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #feb013;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gallery-carousel-prev:hover,
.gallery-carousel-next:hover{
    background: #004B9D;
}
.gallery-carousel-prev i,
.gallery-carousel-next i{
    line-height: 30px;
}
/********* /. gallery ********/







/*************************************** cart */
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete i{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cart-body .element-delete:hover i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
}
.cart-body .element .element-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .cart-body .element .element-img{
        position:relative;
        margin-bottom: 20px;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
}


/*************************************** cart: end */
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border: 2px solid #FF1A00 !important;
}

/*************************************** customradio */
.customradio{
    position: relative;
    margin-bottom: 10px;
}
.customradio input[type=radio]{
    position: fixed;  
    top: -100000px;
}
.customradio{
    min-height: 34px;
    margin-bottom: 10px;
}
.customradio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
}
.customradio input[type=radio] + label:before{
    background: url(../images/customradio.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0px;
}
.customradio input[type=radio]:checked + label:before{
	background-position: 0 -16px;
}
.customradio label{
    font-size: 14px;
    color: #201e1e;
    font-weight: bold;
}
.customradio label strong{
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.customradio.disabled label, 
.customradio.disabled label strong, 
.customradio.disabled label::before{
    cursor: default !important;
    color: #848484;
}

.customradio label + p{
    padding-left: 25px;
    font-size: 13px;
}
/*************************************** customradio: end */
.form-control:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #545454;
}



.element-counter .form-control{
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
}
.element-counter button{
    width: 25px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    font-size: 24px;
}
.element-counter button:hover{
    color: #FF2330;
}
.element-counter button[disabled]:hover{
    color: #1F1F1F;
}
.delete-cart i,
.next-order-btn i{
    vertical-align: middle;
    margin-top: -3px;
}
.delete-cart{
    background: #FE1B1B;
}
.cart-body .title-h4{
    font-family: 'housel';
    color: #FEB013;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    font-weight: normal;
}


.catalog .element .product-options label{
    display: none !important;
}
.catalog .element .product-options  .col-md-10{
    width: 100% !important;
    padding: 0;
}
.catalog .element .product-options select.form-control{
    background: #fff;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 0 !important;
}







/************ PRODUCT DETAIL ************/

.product-detail-content .jq-selectbox__select {
    height: 44px;
    padding: 11px 24px 5px 18px;
}
.product-detail-content .jq-selectbox__select:before {
    top: 14px;
}
.product-detail-content .jq-selectbox__trigger-arrow{
    top: 19px;
}
.product-detail-content .jq-selectbox__dropdown{
    top: 47px !important;
}
.product-detail-content .element-counter button{
    width: 34px;
    height: 34px;
}
.product-img-wrapper{
    max-height: 450px;
    max-width: 560px;
    overflow: hidden;
}
.product-carousel{
    padding-bottom: 50px;
}
@media (max-width: 600px) {
    .product-img-wrapper{
        max-height: 400px;
    }
    .product-carousel{
        padding-bottom: 0;
    }
}
.product-carousel .item a{
    background: rgba(255,255,255,0.4);
    z-index: 20;
    opacity: 0;
}
.product-carousel .item a:hover{
    opacity: 1;
}
.product-carousel .item a i {
    font-size: 48px;
    color: #21242f;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.product-carousel .item a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.gallery-list .element{
    margin-bottom: 20px;
    border: 1px solid #FFE19A;
    overflow: hidden;
    height: 300px;
}
.gallery-list .element .inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 30px;
}
.gallery-list .element .element-bg{
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}
.gallery-list .element:hover .inner{
    opacity: 1;
}
.gallery-list .element .title {
    font-size: 26px;
}
@media (max-width: 1259px) {
    .gallery-list .element{
        height: 240px;
    }
    .gallery-list .element .title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .gallery-list .element{
        height: 34vw;
    }
}
@media (max-width: 767px) {
    .gallery-list .element{
        height: 60vw;
    }
}
.gallery a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.gallery .element img{
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.gallery .element img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-carousel .slick-prev,
.product-carousel .slick-next{
    display: block;
    width: 64px;
    height: 35px;
    line-height: 35px;
    z-index: 10;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff !important;
    opacity: 0.5;
    text-align: center;
    border: 1px solid #e3e3e4;
    top: auto;
    bottom: 0;
    margin-top: 0;
    color: #acacac !important;
    opacity: 1;
}
.product-carousel .slick-prev{
    left: 0;
}
.product-carousel .slick-next{
    left: 75px;
}
.product-carousel .slick-prev:hover,
.product-carousel .slick-next:hover{
    border-color: #1F54A5;
    color: #1F54A5 !important;
    background: transparent;
}
.product-carousel .slick-prev i, 
.product-carousel .slick-next i {
    line-height: 33px;
}

/* STYLER */
select{
    height: 35px;
    width: 100%;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 0;
}
.select-styler,
.cloned-select-styler{
    width: 100%;
    display: block !important;
}
.jq-selectbox__search input::-moz-placeholder{
    opacity: 0;
}
.jq-selectbox__search input:-ms-input-placeholder{
    opacity: 0;
}
.jq-selectbox__search input::-webkit-input-placeholder{
    opacity: 0;
}
.jq-selectbox__select{
    box-shadow: none;
    height: 38px;
    padding: 8px 24px 5px 18px;
    border: 1px solid #E3E3E4;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}
.jq-selectbox__trigger{
    border-left: none;
    width: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.jq-selectbox__trigger-arrow{
    opacity: 1;
    border: none;
    top: 15px;
    background: url(../images/styler-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
    right: 13px;
    position: absolute;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jq-selectbox__dropdown{
    top: 38px !important;
    bottom: inherit !important;
    border-radius: 0;
    max-height: 260px;
    overflow: hidden;
    padding: 0;
    border: none;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.jq-selectbox ul {
    max-height: none !important;
}
.jq-selectbox li {
    padding: 6px 15px 6px 18px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 1px;
}
.jq-selectbox li:hover {
    background: #e3e3e4;
}
.jq-selectbox li.sel {
    background: #122a57;
    color: #fff;
}
.jq-selectbox li:last-of-type{
    border-bottom: none;
}
.jq-selectbox__select-text{
    font-size: 14px;
    font-weight: 300;
}
.form-group.error .jq-selectbox__select{
    border-color: #F6392F;
    background: #FDF0E8;
}
.jq-selectbox__dropdown .jspVerticalBar {
    width: 4px;
    right: 10px;
    background: #F2F2F2;
}
.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}
/* /. STYLER */



/************ /. PRODUCT DETAIL ************/












/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1359px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .text-center-xs-my {
        text-align: center;
    }
}



@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1360px) {

}