body{
    font-family: 'Nunito', sans-serif;
    color:#1e2336;
    overflow-x: hidden;
}
#body-home{
    background:url(../images/home-hero.jpg) no-repeat top center #1e2336;
}

a,a:hover{
    outline:0;
    text-decoration: none;
    color:#1e2336;
}
.transition-item{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
#header{
    background:transparent;
}
.top-menu{
    position:relative;
    padding:1rem 0 1rem 260px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.logo{
    display:block;
    width:230px;
    height:71px;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    position:absolute;
}
.logo-image{
	max-height: 100%;
}
.top-navigation{
    margin:0;
    padding:0;
    list-style: none;
    display:table;
    width:100%;
}
.top-navigation li{
    display:table-cell;
    text-align: center;
    padding:0.5rem 0;
}
.top-navigation li a{
    display:block;
    padding:1rem 1rem;
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
}
.top-navigation li a:hover{
    color:#ffebb6;
}
.top-navigation li a .top-navigation-text{
    position:relative;
}
.top-navigation li.active a .top-navigation-text:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    height:1px;
    background:#ffebb6;
    top:63px;
}
.top-navigation li.active a .top-navigation-text{
    color:#ffebb6;
}
.top-navigation li a.blue-btn{
    color:#fff;
    background:#0169c5;
}
.top-navigation li a.blue-btn:hover{
    background:#00539d;
}
.yellow{
    color:#ffebb6
}
.blue{
    color:#0169c5;
}
.white{
    color:#fff;
}
.light{
   font-weight: 400; 
}
.normal{
    font-weight: 500;
}
.medium{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}

.extra-bold{
    font-weight: 800;
}
.black-bold{
    font-weight: 900;
}
.search-box{
    background:#fff;
    padding:2.5rem;
}
.hero-section{
    padding:3rem 0 3.5rem 0;
}
.hero-title{
    font-size:2.9rem;
    line-height: 1.1;
}
.btn{
    border-radius: 0;
}
.muted{
    color:rgba(0,0,0,0.7);
}
.muted-white{
    color:rgba(255,255,255,0.5);
}
.btn-primary{
    border-color:#0169c5;
    background:#0169c5;
}
.btn-primary:hover{
    border-color:#00539d;
    background:#00539d;
}
.row.row-small{
    margin:0 -5px;
}
.row.row-small > div{
    padding:0 5px;
}
.form-control{
    height:45px;
    border-radius: 0;
}
.form-control-dark{
    border-color:#1e2336;
    color:#1e2336;
}
.big-icon{
    font-size:1.6rem;
    vertical-align: middle;
}
#slider-price-range{
    margin:0.5rem auto 1rem auto;
    width:calc(100% - 24px);

}
.slider-price-value{
    display:block;
    width:100%;
    pointer-events: none;
    border:0;
    text-align: center;
    color:rgba(0,0,0,0.7);
}
.ui-widget.ui-widget-content{
    border:0;
    border-radius: 0;
    height:1px;
    background:#1e2336;
}
.ui-slider-horizontal .ui-slider-range-min{
    background:#1e2336;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 50%;
    width:24px;
    height:24px;
    border-color:#1e2336;
    background:#fff;
    outline:0;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}
.custom-radio-wrapper{
    display:block;
    margin:0.5rem  1.5rem 1rem 0;
    position:relative;
    overflow: hidden;
    padding-left:25px;
    cursor: pointer;
}
.custom-radio-wrapper .custom-radio{
    position:absolute;
    left:-50px;
    opacity: 0;
    visibility: hidden;
}
.custom-radio-indicator{
    border:1px solid #1e2336;
    border-radius: 50%;
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.custom-radio-wrapper.selected .custom-radio-indicator:after{
    content:"";
    width:8px;
    height:8px;
    background:#1e2336;
    border-radius: 50%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.top-main-blocks{
    margin:0 -10px 4rem -10px;
}
.top-main-block-item{
    background:#fff;
    width:calc(50% - 20px);
    margin:0 10px 15px 10px;
}
.top-main-block-content{
    padding:2.5rem;
}
.top-main-block-content h3{
    font-size:1.2rem;
}
.top-main-block-content  p{
    margin-bottom:0;
    line-height: 1.3;
    font-size:0.9rem;
}
.btn-big{
    padding:0.75rem 1rem;
}
.top-main-block-image{
    position:relative;
    height:420px;
    background:#f0f0f0;
}
.top-main-block-image-caption{
    padding:4rem 1rem 6rem 1rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.top-main-block-image-label {
    position:absolute;
    width:210px;
    height: 115px;
    top:-50px;
    display:block;
    left:0;
    right:0;
    margin:auto;
    padding:10px;
}
.top-main-block-image-label-white{
    
    background:#fff;
}
.top-main-block-image-label-yellow{
    background:#ffebb6;
    padding: 10px;
}
.btn-secondary{
    color:#1e2336;
    background:#ffebb6;
    border-color:#ffebb6;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    color:#1e2336 !important;
    background:#fee299 !important;
    border-color:#fee299 !important;
    
}
.btn-secondary:focus{
    box-shadow:0 0 0 .2rem rgba(254,226,153,.5) !important;
}
.auction{
    text-align: center;
    display:block;
}
.auction-text{
    display:block;
    text-align: center;
}
.text-uppercase{
    text-transform: uppercase;
}
.giant-icon{
    font-size:2.4rem;
    vertical-align: middle;
}
.monster-icon{
    font-size:3.4rem;
    vertical-align: middle;
}
.section-title{
    position:relative;
    padding-bottom:1rem;
    margin-bottom:1rem;
    font-size:2.6rem;
}
.section-title:after{
    position: absolute;
    left:0;
    right:0;
    height:2px;
    background:#ffebb6;
    content:"";
    width:80px;
    display:block;
    margin:auto;
    bottom:0;
}
.vehicle-item{
    width:calc(25% - 20px);
    margin:0 10px 30px 10px;
    background:#fff;
}
.vehicles-list{
    margin:3rem -10px;
}
.vehicles-list.vehicles-list-3 .vehicle-item{
    width:calc(33.3% - 20px);

}
.vehicle-item-price{
    display:block;
    
    padding:0.75rem 0;
}
.vehicle-item-content{
    padding:1.5rem;
}
.vehicle-name{
    font-size:1.4rem;
}
.vehicle-item-link{
    text-transform: uppercase;
    font-size:0.8rem;
    font-weight: 700;
}
.vehicle-image-wrapper{
    overflow: hidden;
    height:250px;
    position:relative;
    width:100%;
    display:block;
}
.vehicle-image{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.vehicle-image-wrapper:hover .vehicle-image,.news-list-item:hover .item-image {
    -webkit-transform:  scale(1.1);
   -moz-transform:  scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform:  scale(1.1);
   transform:  scale(1.1);
}
.services{
    padding:4rem 0 15rem 0;
    background:url(../images/services-bg.jpg) no-repeat top center;
}
.service-item{
    position:relative;
    padding:2rem 2rem 2rem 150px;
    margin:2rem 0 0 0;
}

.service-item h4{
    border-bottom:1px solid #ffebb6;
    padding:0 0 0.75rem 0;
    font-weight: 400;
}
.service-icon{
    position:absolute;
    left:0;
    width:120px;
    height:120px;
    top:1rem;

}
.home-news{
    background:#fff;
}
.home-news .news-list{
    position:relative;
    top:-120px;
}
.news-list-item{
    width:33.33%;
    border:1px solid #eee;
    margin:-1px 0 15px -1px;
    background:#fff;
}
.news-item-title{
    font-size:1.2rem;
    margin-top:1rem;
}
.news-list-item-description{
    padding:2rem;
}
.categoryndate{
    display:block;
}
.news-list-item-image{
    height:240px;
    overflow: hidden;
    position:relative;
    background:#f0f0f0;
}
.news-list-item-image .item-image{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
#footer{
    background:#fff;
}
.footer-bottom{
    padding:2rem 0;
}
.footer-middle{
    background:#f3f3f3;
    padding:1rem 0;
}
.copyright{
    text-align: center;
}
.f-buttons a{
    display:block;
    font-size:1.1rem;
    padding:0.5rem 1rem;
}
.footer-top{
    padding-bottom:3rem;
    padding-top:2rem;
}
.f-title{
    font-weight: 700;
}
.f-list{
    margin:0;
    padding:0;
    list-style: none;
}
.f-list a{
    padding:0.25rem 0;
    display:block;
}
#body-internal #header{
    background:#1e2336;
}
#body-internal #footer{
    padding-top:4rem;
}
.page-header{
    background:#1e2336;
    padding:2rem 0;
}
.page-header-extras{
    margin:0;
    padding:0;
}
.page-header-extras li {
    display:inline-block;
    color:#ffebb6;
    font-weight: 700;
    padding:0.25rem 0.75rem;
    position:relative;
}
.page-header-extras li:after{
    content:"|";
    color:#ffebb6;
    position:absolute;
    left:100%;
}
.page-header-extras li:last-child:after{
    display:none;
}
.breadcrumb{
    border-radius: 0;
    background:transparent;
    padding:0;
    font-size:0.9rem;
    text-align: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffebb6;
    content: "›";
}
.breadcrumb-item.active,.breadcrumb-item a{
    color:#fff;
}
.offers-section{
    background:#eee;
	padding: 2rem 0;
}
.offers-section.offers-section-white{
    background:#fff;
    padding:4rem 0;
}
.switches > div{
    width:50%;
    text-align: center;
}
.switches{
    margin-bottom:1rem;
}
.custom-radio-switcher.selected{
    background:#1e2336;
    color:#fff;
}
.custom-radio-switcher{
    display:block;
    text-align: center;
    padding:0.5rem 0.5rem;
    background:#f0f0f0;
    margin:0;
    height:45px;
}

.custom-radio-switcher i{
    display:none;
}
.custom-radio-switcher.selected i{
    display:inline-block;
}
.filter-area{
    background:#fff;
    padding:2rem;
    margin-bottom:1rem;
}
.btn-link{
    color:#1e2336;
}
.btn-link:hover{
    color:#1e2336;
}
.collapse-filter{
    text-align: left;
    padding: .25rem 1rem 0.25rem 0;
    position:relative;
}
.card{
    border:0;
}
.collapse-content{
    padding:0.25rem 0 1rem 10px;;
}
.collapse-filter i{
    position:absolute;
    right:0;
    width:16px;
    height:16px;
    top:0;
    bottom:0;
    margin:auto;
}
.filter-radio-text{
    font-size:0.95rem;
    display:block;
}
.number-vehicles{
    font-size:0.75rem;
    color:rgba(0,0,0,0.7);
}
.filter-radio{
    margin:0 0 0.25rem 0;
    padding-left:25px;
    position:relative;
}
.filter-radio.selected{
    background:url(../images/check.svg) no-repeat left center;
}
#body-internal .vehicles-list {
    margin: 0rem -15px;
}
#body-internal .vehicle-name{
    font-size:1.2rem;
}

#body-internal  .vehicle-item-price{
   padding: 0.5rem 0;
}
.pagination{
    border-radius: 0;
}
.page-link{
    background:transparent;
    border:0;
    border-radius: 0 !important;
    width:40px;
    height:40px;
    padding:0.75rem 0.5rem;
    text-align: center;
    display:block;
    color:#1e2336;
}
.page-item.active .page-link{
    color:#fff;
    background:#0169c5;
}
.row{
    margin:0 -10px;
}
.row > div{
    padding:0 10px;
}
.tns-nav .tns-nav-active{
    background:#1e2336 !important;
}
.slider-container{
    position:relative;
}

.slider-prev{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    left:0;
    text-align:center;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
    z-index:50;
    padding:7px 0;
    background:rgba(255,255,255,0.4);
}
.slider-next{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    right:0;
    text-align:center;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
    z-index:50;
    padding:7px 0;
    background:rgba(255,255,255,0.4);
}
.main-info{
    padding-left:40px;
}
.offer-open-share{
    padding-right:50px;
    position:relative;
}
.offer-open-share h3,.offer-open-share  p{
    margin:0;
}
.offer-open-share{
    margin:0 0 1rem 0;
}
.share-btn{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    padding:7px;
}
.status{
    display:inline-block;
    padding:0.25rem 0.75rem;
    margin-top:0.25rem;
}
.status.status-ok{
    background:#e5fbf4;
    color:#00d390;
}
.status.status-not-available{
    background:#f2dfc7;
    color:#e16308;
}
.spacer{
    height:1px;
    background:#eee;
    margin:1.5rem 0;
}
.offer-open-price{
    margin:0 0 1rem 0;
}
.offer-open-price .offer-price{
    font-size:3rem;
    font-weight: 700;
}
#tabDescriptionContent{
    background:#eee;
    padding:3rem;
}
#tabDescriptionContent .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table td, .table th{
    border:0;
}
#tabDescription{
    margin-top:2rem;
}
#tabDescription .nav-link{
    background:#eee;
    font-size:1rem;
    font-weight: 700;
    text-transform: uppercase;
    border:0;
    border-bottom:3px solid #fff;
    border-radius: 0;
    padding: .75rem 2rem;
}
.info-list{
    margin:0;
    padding:0;
    list-style: none;
}
.nav-tabs{
    border:0;
}
.info-list li{
    position:relative;
    padding:0.15rem 0 0.15rem 1rem;
}
.check-list-icon{
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.btn-light{
    background:#eee;
}
.auction-timeleft{
    background:#ffebb6;
    padding:0.5rem 1rem;
    display:inline-block;
}
.btn-outline-primary{
    color: #0169c5;
    border-color: #0169c5;

}
.btn-outline-primary:hover{
    color:#fff;
    background:#0169c5;
}
.news-internal-section{
    padding:4rem 0;
    border-bottom:1px solid #eee
}
.news-internal-section .news-list-item{
    margin-bottom:0;
}
.news-content p{
    line-height:1.7;
}
.news-content  h4{
    margin:1.5rem 0 0.5rem 0;
}
.services-internal-section{
    background:url(../images/services-bg.jpg) no-repeat top center #1e2336;
    padding:4rem 0;
}
.yellow-spacer{
    height:1px;
    margin:1rem 0;
    background:rgba(255,235,182,0.2);
}
.service-item p{
    color:rgba(255,255,255,0.7);
}
.contact-internal-section{
    padding:4rem 0;
}
.contact-box{
    background:url(../images/contact-bg.jpg) no-repeat top center #1e2336;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:4rem 4rem;
}
.gray-box{
    padding:4rem;
    background:#f0f0f0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00539d;
    background-color: #00539d;
}
.bootstrap-select .form-control{
    height:30px;
    border-color:#1e2336;
}

.custom-select .btn-light,.custom-select.show .btn-light{
    border-color:#1e2336 !important;
    background:#fff  !important;
    color:#1e2336  !important;
}
.dropdown-item.active, .dropdown-item:active{
    background:#1e2336;
}
.burger-menu{
    display:none;
}
#header.sticky{
    position:fixed;
    left:0;
    top:0;
    right:0;
    background:#2a314c;
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#header.sticky .top-menu{
    padding:0.5rem 0 0.5rem 220px;
    border:0;
}
#header.sticky .top-menu .top-navigation li.active a .top-navigation-text:after{
    top:55px;
}
#modalAuction .media{
    padding-left:80px;
    position:relative;
}
#modalAuction .media img{
    position:absolute;
    left:0;
    top:0;
    max-width: 70px;
    width:70px;
}
#modalAuction .media-body h5{
    margin:0;
}
#modalAuction .media-body .page-header-extras li{
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
    font-weight: normal;
}
#modalAuction .media-body .page-header-extras li:first-child{
    padding-left:0;
}
#modalAuction .media-body  .page-header-extras li:after{
    color:rgba(0,0,0,0.7);
}
.auction-item-wrapper{
    padding:1rem;
    background:#f0f0f0;
    
    margin-bottom:1rem;
}
.modal-content{
    border-radius: 0;
}
.modal-content .modal-body{
    padding:2.5rem;
}
.modal-content  .modal-header{
    padding-left:2.5rem;
    padding-right:2.5rem;
}
.hidden {
	display: none;
}
.old_price {
	color: #FF0000;
	text-decoration: line-through;
}
@media(min-width:1460px){
    .container{
        max-width: 1420px;
    }
}
@media(max-width:1400px){
    #header .container{
        max-width: 100%;
    }
}
@media(max-width:1200px){
 
    .top-menu{
        padding-left:200px;
    }
    .logo{
        width:180px;
        height:40px;
    }
    .top-navigation li a{
        padding:0.5rem 0.75rem;
        font-size:0.9rem;
    }
    .top-navigation li.active a .top-navigation-text:after{
        top:53px;
    }
}
@media(max-width:1000px){
    .top-navigation{
        position:absolute;
        background:#fff;
        padding:1rem;
        left:0;
        right:0;
        z-index: 100;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        display:none;
        top:60px;
    }
    #header.highlight .top-navigation{
        display:block;
    }
    .hero-title{
        margin-bottom:2rem;
        font-size:2.4rem;
    }
    .top-navigation li a{
        color:#1e2336;
        text-align: left;
        padding:0.45rem 0.75rem;
    }
    .top-navigation li a:hover,
    .top-navigation li.active a .top-navigation-text {
        color: #0169c5;
    }
    .top-navigation li.active a .top-navigation-text:after{
        display:none;
    }
    .top-menu{
        height:60px;

    }
    .top-navigation li{
        display:block;
        text-align: left;
        padding:0;
    }
    .burger-menu{
        position:absolute;
        display:block;
        right:0;
        top:0;
        bottom:0;
        color:#fff;
        width:40px;
        height:40px;
        margin:auto;
        text-align: center;
        padding:5px;
        cursor:pointer;
    }
    .burger-menu.highlight .la-bars:before{
        content: "\f00d";
        color:#fee299;
    }
    .burger-menu i{
        font-size:2rem;  
    }
    .vehicle-item,.vehicles-list.vehicles-list-3 .vehicle-item {
        width: calc(50% - 20px);
    }
}
@media(max-width:768px){
    .modal-content .modal-body{
        padding:1rem;
    }

    .modal-content .modal-body .page-header-extras li{
        font-size:0.85rem;
        padding-right:0.5rem;
        padding-left:0.5rem;
    }
    .modal-content  .modal-header{
        padding-left:1rem;
        padding-right:1rem;
    }
    .main-info{
        padding-left:0;
    }
    .top-main-block-item {
        width: 100%;
        margin: 0 0 60px 0;
    }
    .top-main-blocks {
        margin: 0 0 3rem 0;
    }
    .vehicle-item ,.vehicles-list.vehicles-list-3 .vehicle-item{
        width: calc(50% - 20px);
        margin: 0 10px 30px 10px;
    }
    .news-list-item {
        width: 50%;
        
    }
    .nav-tabs .nav-item{
        width:100%;
    }
    #tabDescriptionContent{
        padding:1rem;
    }
    .section-title{
        font-size:1.8rem;
    }
    .contact-box,.gray-box{
        padding:2rem;
    }
    #body-internal #footer{
        padding-top:0rem;
    }
    .contact-internal-section{
        padding:2rem 0;
    }
    .page-title{
        font-size:1.8rem;
    }
    .services-internal-section{
        padding:0 0 3rem 0;
    }
    .services-internal-section .service-item{
        padding:80px 0 1rem 0;
    }
    .services-internal-section .service-item .service-icon{
       top:0;
    }
    .f-list{
        margin-bottom:1rem;
    }
    .f-buttons a{
        text-align: center;
    }
}
@media(max-width:480px){
    .vehicle-item,.vehicles-list.vehicles-list-3 .vehicle-item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .vehicles-list,#body-internal .vehicles-list{
        margin:0;
    }
    .service-item {
        padding: 1rem 1rem 1rem 100px;
        margin: 1rem 0 0 0;
    }
    .service-icon {
        position: absolute;
        left: 0;
        width: 80px;
        height: 80px;
        top: 1rem;
    }
    .services{
        padding-bottom:5rem;
    }
    .home-news .news-list{
        top:0 ;
    }
    .home-news{
        padding-top:2rem;
    }
    .news-list-item {
        width: 100%;
        
    }
    .vehicle-item-content {
        padding: 1rem;
    }
    .vehicle-item-price {
        padding: 0.35rem 0;
    }
    .vehicle-name {
        font-size: 1.2rem;
    }
    .hero-title {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }
    .hero-section {
        padding: 3rem 0 10rem 0;
    }
    .page-header{
        padding:1rem 0;
    }
}