body{
    background: #333;
    color: #fff;
    font-family: 'Proxima Nova', Calibri, sans-serif;
    overflow-x: hidden;
}

/*COLOR*/
.text-primary{
	color: #fb6d21 !important;
}

.bg-primary{
	background: #fb6d21!important;
}

.bg-dark{
    background: #222 !important;
}

.bg-dark-2{
	background: #333;
	border-color: #333 !important;
}


/*MENU*/
#main-navbar{
    transition: 0.2s ease;
}

.main-menu{
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 1031;
    width: 300px;
    height: 100%;
    background: #222;
    overflow-y: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56);
    box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56);
    transition: 0.2s ease;
}
.main-menu.active{
    left: 0px;
}

.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.2s ease;
}
.overlay.active{
    background: rgba(0,0,0,0.5);
    z-index: 1030;
    cursor: pointer;
}

.main-menu .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 18px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: 0.2s ease;
}
.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus,
.main-menu .navbar-nav .nav-link:active,
.main-menu .navbar-nav .nav-link.active{
    color: #fb6d21;
    padding-left: 1.4rem;
}

.navbar-toggler{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 7px 14px;
}

/*BUTTON*/
.btn{
    border-width: 3px;
    font-weight: 600;
}
.btn-primary{
    background: #fb6d21;
    border-color:#fb6d21;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary.active{
    border-color:#fb7c39 !important;
    background: #fb7c39 !important;
}

.btn-outline-primary{
    color: #fb6d21;
    border-color:#fb6d21;
    background: transparent;
}
.btn-outline-primary:hover, 
.btn-outline-primary:active, 
.btn-outline-primary:focus, 
.btn-outline-primary.active{
    color: #fff;
    border-color:#fb6d21 !important;
    background: #fb6d21 !important;
}

.site-footer{
    background: #444;
}

/*TITLE AND SUBTITLE*/
h1,h2,h3,h4,h5,h6,.btn{
    font-family: 'Proxima Nova Semi Bold', Calibri, sans-serif;
}

h1{
    font-size: 3.5rem;
}
h2{
    font-size: 42px;
}

h2.title{
    position: relative;
}
h2.title:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    margin: 14px 0;
}

.text-center h2.title:after{
    margin-left: auto;
    margin-right: auto;
}

.subtitle{
    font-size: 22px;
}

/*NAVBAR*/
.navbar-brand img{
    width: 225px;
}

a{
    color: #fff;
}
a:hover{
    color: #fff;
}

/*BOX SERVICE*/
.box-service{
    display: block;
    padding: 15px;
    height: 100%;
    transition: 0.2s ease;
}
.box-service:hover{
    text-decoration: none;
    background: #222;
    transform: scale(1.1);
}


/*BACKGROUNDS*/
.bg-header{
    background: url(../images/bg-header.jpg) no-repeat;
    width: 100%;
    min-height: 617px;
}
.img-moto{
    position: absolute;
    right: 20px;
    bottom: -40px;
    max-width: 100%;
    height: auto;
}
.bg-section{
    padding: 8rem 0;
}
.bg-section1{
    background: url(../images/bg-section1.jpg);
    background-size: cover;
}
.bg-section2{
    background: url(../images/bg-section2.jpg) no-repeat;
    width: 100%;
    min-height: 100%;
    background-size: 55% 100%;  
}
.bg-section3{
    background: url(../images/bg-section3.jpg);
    background-size: cover;
}
.bg-section4{
    background: url(../images/bg-section4.jpg) no-repeat;
    width: 100%;
    min-height: 100%;
    background-size: 55%;  
    background-position: top right;
}
.bg-section5{
    background: url(../images/bg-section5.jpg);
    background-size: cover;
}
.bg-section6{
    background: url(../images/bg-section6.jpg) no-repeat;
    width: 100%;
    min-height: 100%;
}
.bg-section7{
    background: url(../images/bg-section7.jpg);
    background-size: cover;
}
.bg-section8{
    background: url(../images/bg-section8.jpg) no-repeat;
    width: 100%;
    min-height: 100%;
    background-size: contain;  
    background-position: top right;
}
/*FOOTER*/
.site-footer{
    background: #444343 url(../images/bg-footer.jpg);
    background-size: cover; 
}

/*MESSAGE TEXTAREA*/
.message-textarea{
    height: 146px !important;
}

.img-icon{
    display: inline-block;
    background: #fff;
    padding: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56);
    box-shadow: 8px 0px 33px -6px rgba(0,0,0,0.56); 
    /*position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 120px);*/
}

/*RESPONSIVE*/
@media (max-width: 1199.98px) { }

@media (max-width: 991.98px) { 
   .bg-section2{
        background-size: 80% 100%;   
    } 
    
    .img-icon{
        padding: 15px;
    }
    
    .img-icon img{
        width: 90px;
    }
}

@media (max-width: 767.98px) { 
    h1{
        font-size: 2.5rem
    }
    
   .bg-section{
        padding: 4rem 0;
    }
    
    .bg-section2{
        background-size: 100% 100%;
        background-position: top right;
    } 
    
    .bg-section6{
        background-size: 94%;  
    } 
}

@media (max-width: 575.98px) { 
    .bg-section2{
        background-size: 120% 100%;  
        background-position: top right;
    } 
    
    .bg-section8{
        background-size: 120%;  
        background-position: 160px 0px
    }     
    
    .navbar-brand img{
        width: 160px;
    }
    
    .img-icon img{
        width: 40px;
    }    
}

/**
 * SINGLE
 */
.single{
	margin-top: 50px;
}
.single .entry-header{
	letter-spacing: -0.1rem;
	padding: 15px;
	background: #fb6d21;
	color: #fff;
}
.single .entry-header.with-image{
	margin-top: -150px;
	margin-left: 30px;
	position: relative;
	width: 80%;
}
.single .entry-header .entry-title{
	font-size: 3.5rem;
}
.single .post-thumbnail img{
	width: 100%;
	height: auto;
	display: block;
}


/**
 * POSTS
 */ 
.line-with-posts .posted-on{
	position: absolute;
	bottom: 0;
}
 
.posted-on{
	background: #fb6d21;
	color: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.posted-on .day,
.posted-on .month{
	display: block;
	text-align: center;
}

.posted-on .day{
	font-size: 24px;
} 
.posted-on .month{

}

.price{
	position: absolute;
	top: 20px;
	left: -10px;
	background: #fb6d21;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	padding-right: 0;
	font-family: 'Proxima Nova Semi Bold', Calibri, sans-serif;
}

.price:after {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 34px 24px 0 0;
    top: 0;
    margin-right: -24px;
    content: '';
    border-style: solid;
    border-color: #fb6d21 transparent transparent;
    right: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 10px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/**
 * GALLERY
 */

.gallery-item {
    margin-bottom: 1.8rem;
}
.gallery-item img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
	/**
     * GALLERY
     */

    .gallery-item {
        width: 100%;
        max-width: 100% !important;
    }    
    
}

/**
 * SLICK
 */
 .slick-prev {
    left: 25px !important;
}

 .slick-next {
    right: 25px !important;
}
.slick-prev, .slick-next {
    z-index: 999 !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Proxima Nova', Calibri, sans-serif !important;
    font-size: 30px !important;
    color: #fb6d21 !important;
}
.slick-prev, .slick-next{
	width: auto !important;
	height: auto !important;
}

.slick-prev:before {
    content: '←' !important;
}

.slick-next:before {
    content: '→' !important;
}
