/*
Theme Name: Maker Commercial
Description: Used to style Maker Commercial Co., Inc. Website
Author: G-Tecnica MIS
*/

/* -- Reset CSS -- */
html, body { margin: 0; padding: 0; font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 { margin: 0 0 5px;padding: 0;line-height: normal; }
p, strong, dl, dd, th, td, address, em { font-size: 14px;padding: 0;margin: 0 0 5px;text-decoration: none; color: #222; }
ul { margin: 0; }

/* -- Global Custom Class CSS -- */
.bot-10{ margin-bottom: 10px; }
.bot-15{ margin-bottom: 15px; }
.bot-25{ margin-bottom: 25px; }
.bot-neg-10{ margin-top: -10px; }
.bot-neg-15{ margin-top: -15px; }
.bot-neg-25{ margin-top: -25px; }
.mh{
    min-height: 392px;
}
.no-post-found{
    background-color: #f5f5f5;
    padding: 15px;
    border-left: 3px solid #ff3333;
}
.no-post-found > p{
    margin-bottom: 0;
    line-height: 1;
    color: #ff3333;
}
/* -- Header CSS -- */
#header-wrapper{
    background-color: #222;
}
#header-wrapper > .top-bar{
    padding: 5px 0;
    border-bottom: 1px solid #5b5b5b;
    display: none;
}
#header-wrapper > .top-bar .contact-list{
    padding-left: 0;
    list-style: none;
}
#header-wrapper > .top-bar .contact-list > li{
    display: block;
    color: #bbb;
    text-align: center;
    margin-bottom: 10px;
}
#header-wrapper > .top-bar .contact-list > li+li:before{
    margin: 0;
    content: "";
}
#header-wrapper > .top-bar .social-box{
    text-align: center;
}
#header-wrapper > .top-bar .social-box > a{
    color: #bbb;
    text-decoration: none;
}
#header-wrapper > .top-bar .social-box > a:hover{
    color: #3b5998;
}
@media(min-width: 992px){
    #header-wrapper > .top-bar{
        display: block;
    }
    #header-wrapper > .top-bar .contact-list > li{
        display: inline-block;
        text-align: left;
        margin-bottom: 0;
    }
    #header-wrapper > .top-bar .contact-list > li+li:before{
        margin-right: 30px;
    }
    #header-wrapper > .top-bar .social-box{
        text-align: right;
    }
}

#header-wrapper > .navbar-custom .brand-full{
    display: none;
}
#header-wrapper > .navbar-custom .brand-icon{
    display: block;
}
#header-wrapper > .navbar-custom .brand-icon > img{
    display: inline-block;
}
#header-wrapper > .navbar-custom .brand-icon > span{
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}
@media(min-width: 531px){
    #header-wrapper > .navbar-custom .brand-full{
        display: block;
    }
    #header-wrapper > .navbar-custom .brand-icon{
        display: none;
    }
}
/*--- Content Global CSS ---*/
@media(max-width: 991px){  
    #content-wrapper{
        margin-top: 80px;
    }
}
@media(max-width: 530px){
    #content-wrapper{
        margin-top: 52px;
    }
}
#content-wrapper .title-large{
    font-size: 34px;
    margin-bottom: 30px;
    color: #222;
    line-height: 1;
}

#content-wrapper .title-small{
    font-size: 17px !important;
    color: #ff1111 !important;
    line-height: normal;
}
/*Sub--- Front Page CSS ---Sub*/
#content-wrapper .intro .title-small,
#content-wrapper .contact-locs .title-small{
    margin-top: -20px;
}
#content-wrapper .featured-box{
    background-color: #f5f5f5;
    padding: 30px 0;
}
@media(max-width: 991px){
    #content-wrapper .featured-box .title-large{
        text-align: center;
        margin-bottom: 15px;
    }
}
/*Sub--Sub-- OwlCarousel --Sub--Sub*/
.featured-box .feature-thumbnail{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 235px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.feature-thumbnail .hover-box{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.feature-thumbnail:hover .hover-box{
    opacity: 1;
}
.hover-box > a{
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -63.5px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.hover-box > a:hover,
.hover-box > a:focus{
    background-color: #ff2222;
    border-color: #ff1111;
}
.featured-box .feature-title{
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    background-color: #111;
    color: #fff;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ff1111;
}
.owl-controls{
	margin-top: 30px;
	text-align: center;
}
.owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #111111;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
    background: #ee2222;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
@media(max-width: 991px){
    .featured-box .feature-title{
        margin-bottom: 30px;
    }
    .owl-controls{
        margin-top: 0;
    }
}
/*Sub--Sub-- End OwlCarousel --Sub--Sub*/

/*Sub--- About Us CSS ---Sub*/
#content-wrapper .about-story,
#content-wrapper .about-do,
#content-wrapper .about-choose .title-large{
    text-align: center;
}
#content-wrapper .about-do ul,
#content-wrapper .about-choose ul{
    padding-left: 0;
    list-style: none;
}
#content-wrapper .about-do ul > li,
#content-wrapper .about-choose ul > li{
    position: relative;
    margin-bottom: 30px;
}
#content-wrapper .about-choose ul > li{
    min-height: 120px;
}

#content-wrapper .about-do .icon-tray{
    margin-bottom: 15px;
}
#content-wrapper .about-choose ul{
    counter-reset: num;
}
#content-wrapper .about-choose ul > li{
    padding-left: 67px;
    position: relative;
}
#content-wrapper .about-do .icon-tray,
#content-wrapper .about-choose ul > li:before{
    color: #ddd;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#content-wrapper .about-choose ul > li:before{
    content: counter(num,decimal);
    counter-increment: num;
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    top: -16px;
    left: 0;
}
#content-wrapper .about-do ul > li:hover > .icon-tray,
#content-wrapper .about-choose ul > li:hover:before{
    color: #222;
}
@media(min-width: 768px){
    #content-wrapper .about-story{
        text-align: center;
    }
    #content-wrapper .about-choose .title-large,
    #content-wrapper .about-do{
        text-align: left;
    }
    #content-wrapper .about-do .icon-tray{
        margin-bottom: 0;
        float: left;
    }
    #content-wrapper .about-do .text-tray{
        margin-left: 100px;
    }
}
@media(min-width: 992px){
    #content-wrapper .about-story,
    #content-wrapper .about-do{
        text-align: left;
    }
}
/*Sub--- Truck Listing CSS ---Sub*/
#content-wrapper .truck-list .truck-list-item{
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
@media (min-width: 321px) and (max-width: 767px){
    #content-wrapper .truck-list-container .title-large{
        text-align: center;
    }
}
@media(max-width: 767px){
    #content-wrapper .truck-list .truck-list-item{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
#content-wrapper .truck-list-item .list-item-thumb{
    position: relative;
    width: 100%;
    max-width: 270px;
    height: auto;
}
#content-wrapper .truck-list-item .list-item-thumb > .thumb-hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 4em;
    text-decoration: none;
    color: #eee;
    background-color: rgba(0,0,0, .5);
    opacity: 0;
    -o-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
#content-wrapper .truck-list-item .list-item-thumb:hover > .thumb-hover{
    opacity: 1;
}

#content-wrapper .truck-list-item .list-item-thumb > .thumb-hover > i{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -28px;
}
#content-wrapper .truck-list-item .truck-title{
    color: #ff2222;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
    text-decoration: none;
}
#content-wrapper .truck-list-item .spec-row{
    margin: 0;
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
    
}
#content-wrapper .truck-list-item .spec-row:before,
#content-wrapper .truck-list-item .spec-row:after{
    content:'';
    display: table;
    clear: both;
}
#content-wrapper .truck-list-item .spec-row > li{
    float: left;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 30px;
    color: #444;
}

@media(max-width: 991px){
    #content-wrapper .truck-list-item .spec-row > li{
        width: 100%;
        margin-bottom: 10px;
    }
}
.spec-row > li > .spec-title{
    font-weight: bold;
    color: #222;
    float: left;
}
.spec-row > li > .spec-info{
    margin-left: 90px;
    display: block;
}
.spec-row > li.price-text > .spec-title{
    color: #ff3333;
}

.filter-box{
    border: 1px solid #ddd;
}
.filter-box .filter-by{
    padding: 15px 20px;
    background-color: #333;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.filter-box .filter-sec{
    padding: 15px;
    background-color: #f5f5f5;
    margin-bottom: 1px;
}
.filter-box .filter-sec .filter-heading{
    text-transform: uppercase;
    color: #444;
    display: block;
    margin-bottom: 10px;
}
.filter-box .filter-sec .form-control{
    border-radius: 0;
    color: #333;
    outline: 0;
    box-shadow: none;
}
.filter-box .filter-sec .form-control:focus{
    border-color: #ccc;
    border-bottom-color: #ff3333;
}
.filter-box .filter-sec .btn{
    outline: 0;
    border-radius: 0;
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.filter-box .filter-sec .btn:hover,
.filter-box .filter-sec .btn:focus{
    background-color: #ff3333;
}
/*Sub--- Truck Details --*/
#content-wrapper .truck-box > .truck-title,
#content-wrapper .truck-box > .truck-tabs-container,
#content-wrapper .truck-box > .gallery-box,
#content-wrapper .truck-box > .truck-tab-content{
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
#content-wrapper .truck-box > .truck-title,
#content-wrapper .truck-box > .truck-tabs-container{
    border-left: 5px solid #ff3333;
}
.truck-box > .truck-title,
.truck-box > .gallery-box,
.truck-box > .truck-tab-content{
    margin-bottom: 30px;
}
.truck-box > .truck-tabs-container{
    margin-bottom: 15px;
}
.truck-box > .truck-title:before,
.truck-box > .truck-title:after{
    content: '';
    display: table;
    clear: both;
}
.truck-box > .truck-title > h1{
    font-size: 26px;
    color: #333;
    margin: 0;
    line-height: 1;
    float: left;
    padding: 6px 0;
}
.truck-box > .truck-title > span{
    font-size: 18px;
    float: right;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    background-color: #ff3333;
    padding: 10px 15px;
}
@media(max-width: 767px){
    .truck-box > .truck-title > h1,
    .truck-box > .truck-title > span{
        float: none;
    }
    .truck-box > .truck-title > h1{
        display: block;
        margin-bottom: 10px;
    }
    .truck-box > .truck-title > span{
        display: inline-block;
    }
}
.truck-box > .truck-tabs-container > .nav-tabs{
    border: 0;
}
.truck-box > .truck-tabs-container > .nav-tabs > li > a{
    color: #555;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 6px 15px;
    margin-right: 0;
}
.truck-box > .truck-tabs-container > .nav-tabs > li > a:hover,
.truck-box > .truck-tabs-container > .nav-tabs > li.active > a{
    color: #ff3333;
}
#content-wrapper .spec-box{
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
#content-wrapper .spec-box > .spec-header{
    padding: 20px;
    margin: 0;
    background-color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    color: #fff;
}
#content-wrapper .spec-box > .spec-body{
    padding: 20px;
}
#content-wrapper .spec-box > .spec-body > p{
    font-size: 16px;
    color: rgba(0,0,0,.6);
}
#content-wrapper .spec-box > .spec-body > ul{
    padding-left: 20px;
    list-style: square;
}
#content-wrapper .spec-box > .spec-body > ul > li{
    font-size: 16px;
    color: rgba(0,0,0,.6);
    margin-bottom: 5px;
}

#content-wrapper .spec-box > ul{
    padding-left: 0;
    list-style: none;
    background-color: #f5f5f5;
    padding: 15px 30px;
}
.spec-box > ul > li > span{
    display: block;
    line-height: 1;
}
.spec-box > ul > li{
    display: block;
    padding-bottom: 15px;
}
.spec-box > ul > li > .spec-label{
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.spec-box > ul > li > .spec-label:before{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 2px;
    width: 6px;
    font: normal normal normal 12px/1 FontAwesome;
    vertical-align: middle;
    content: '\f0da';
    color: #ff3333;
}
.spec-box > ul > li > .spec-info{
    margin-left: 22px;
    color: #555;
    font-size: 16px;
}
.spec-box > .widget-list{
    padding: 15px;
    background-color: #f5f5f5;
}
.spec-box .widget-related-post{
    text-decoration: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 15px;
}
.spec-box .widget-related-post:before,
.spec-box .widget-related-post:after{
    display: table;
    content: '';
    clear: both;
}
.spec-box .widget-related-post:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.spec-box .widget-related-post > .widget-img{
    float: left;
    width: 75px;
    height: 75px;
    background-size: cover;
}
.spec-box .widget-related-post > .widget-inner{
    margin-left: 90px;
}
.spec-box .widget-related-post > .widget-inner > h3{
    font-size: 18px;
    color: #333;
}
.spec-box .widget-related-post > .widget-inner > p{
    color: #ff3333;
    text-transform: uppercase;
}

#inq p{
    color: #333;
}
#inq .form-control{
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
#inq .form-control:focus{
    border-color: #ccc;
    border-bottom-color: #ff3333;
}
#inq textarea.form-control{
    height: 150px;
    resize: none;
}
#inq .btn{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    outline: 0;
}
#inq .btn:hover,
#inq .btn:focus{
    background-color: #ff3333;
}
/*Sub--- News CSS ---Sub*/
@media (min-width: 391px) and (max-width: 767px){
    #content-wrapper .news-container .title-large{
        text-align: center;
    } 
}
#content-wrapper .news-box{
    background-color: #f5f5f5;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    border: 1px solid #ddd;
}
.news-box > .news-thumbnail{
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}
.news-box > .news-body{
    padding: 15px;
    position: relative;
}
.news-body > h3{
    margin-bottom: 0px;
    line-height: 1.3;
    height: 67px;
    overflow: hidden;
}
.news-body > h3 > a{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.news-body > p{
    font-size: 13px;
    color: #555;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
}
.news-body > p.news-date{
    height: auto;
}
.news-body > .readmore-btn{
    text-decoration: none;
    color: #ff3333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.news-body > h3 > a:hover,
.news-body > h3 > a:focus,
.news-body > .readmore-btn:hover,
.news-body > .readmore-btn:focus{
    color: #dd1111;
}
/**Sub--- News Single CSS ---**/
.news-single-container .post-thumbnail{
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.news-single-container .widget-box{
    background-color: #f5f5f5;
    border: 1px solid #eee;
}
.widget-box > .widget-header{
    background-color: #222;
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.widget-box > .widget-content{
    padding: 15px;
}
.widget-content > .widget-post{
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.widget-content > .widget-post:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget-content > .widget-post:before,
.widget-content > .widget-post:after{
    display: table;
    content: '';
    clear: both;
}
.widget-content > .widget-post > .widget-img{
    float: left;
    width: 75px;
}
.widget-content > .widget-post > .widget-truck-inner{
    margin-left: 90px;
}
.widget-truck-inner > .widget-truck-title{
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 16px;
}
.widget-content > .widget-post:hover .widget-truck-title{
    color: #ff3333;
}
.widget-truck-inner > .price{
    color: #ff3333;
    text-transform: uppercase;
    font-size: 13px;
}
/*Sub--- Contact Us CSS ---Sub*/
#content-wrapper .locs-contact .title-large,
#content-wrapper .locs-contact .sub-line,
#content-wrapper .locs-contact .loc-details .title-small{
    text-align: center;
}
#content-wrapper .loc-details{
    margin-bottom: 30px;
}
#content-wrapper .loc-details ul{
    padding-left: 0;
    list-style: none;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#content-wrapper .loc-details ul > li{
    margin-bottom: 10px;
}
#content-wrapper .loc-details ul > li > .detail-text{
    margin-left: 70px;
}
@media(min-width: 992px){
    #content-wrapper .locs-contact .title-large,
    #content-wrapper .locs-contact .sub-line,
    #content-wrapper .locs-contact .loc-details .title-small{
        text-align: left;
    }
    #content-wrapper .loc-details ul{
        text-align: left;
    }
}

#content-wrapper .fp-contact .form-control,
#content-wrapper .maker-contact .form-control{
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    padding: 25px;
    color: #333;
    outline: 0;
}
#content-wrapper .fp-contact .form-control::-webkit-input-placeholder,
#content-wrapper .maker-contact .form-control::-webkit-input-placeholder {
   color: #777;
}
#content-wrapper .fp-contact .form-control:-moz-placeholder,
#content-wrapper .maker-contact .form-control:-moz-placeholder { /* Firefox 18- */
   color: #777;  
}
#content-wrapper .fp-contact .form-control::-moz-placeholder,
#content-wrapper .maker-contact .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #777;  
}
#content-wrapper .fp-contact .form-control:-ms-input-placeholder,
#content-wrapper .maker-contact .form-control:-ms-input-placeholder {  
   color: #777;  
}
#content-wrapper .fp-contact .form-control:focus,
#content-wrapper .maker-contact .form-control:focus{
    border-bottom-color: #ff1111;
}
#content-wrapper .fp-contact textarea{
    height: 210px;
    resize: none;
}
#content-wrapper .maker-contact textarea{
    height: 150px;
    resize: none;
}
#content-wrapper .fp-contact .btn,
#content-wrapper .maker-contact .btn{
    border-radius: 0;
    border: 0;
    outline: 0;
    padding: 15px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#content-wrapper .fp-contact .btn:hover,
#content-wrapper .fp-contact .btn:focus,
#content-wrapper .maker-contact .btn:hover,
#content-wrapper .maker-contact .btn:focus{
    background-color: #ff2222;
}

/*--- Footer CSS ---*/
#footer-wrapper{
    background-color: #222;
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer-wrapper p{
    color: #fff;
    vertical-align: middle;
    margin: 0;
}

.back-top{
    color: #fff !important;
    position: fixed;
    bottom: 60px;
    right: 50px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
    padding: 15px 16px;
    background-color: #333;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-top:hover,
.back-top:focus{
    background-color: #ff2222;
}
.back-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
@media (max-width: 767px){
    .back-top{
        right: 20px;
    }
}
/*--- Bootstrap Mods --*/
.navbar{
    border: 0;
    margin-bottom: 0;
}
.navbar-brand{
    height: auto;
}
.navbar-toggle{
    margin: 0;
    color: #fff;
    background-color: #ff1111;
    border: 0;
    border-radius: 0;
}
.navbar-toggle:
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-nav{
    padding: 20px 0;
}
.navbar-nav>li>a{
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.current_page_item>a{
    background-color: #ff1111;
}
@media(min-width: 1200px){
    .navbar-nav>li>a{
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .navbar-custom{
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
        background-color: #222;
        border-radius: 0;
    }
    .navbar-header {
        float: none;
        background-color: #222;
    }
    .navbar-toggle {
        display: block;
        padding: 26px 22px;
    }
    .navbar-collapse {
        position: fixed;
        top: 80px;
        width: 720px;
        left: 50%;
        margin-left: -360px !important;
        background-color: rgba(0,0,0, .8);
        border-top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    }
    .navbar-nav {
        padding: 0;
        float: none!important;
        margin: 15px 0px;
        background-color: #f5f5f5;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 15px;
        color: #333;
        background-color: #f4f4f4;
        border-radius: 0;
        border-top: 2px solid transparent;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>li.current_page_item>a{
        background-color: #222;
        color: #fff;
        border-top-color: #ff1111;
    }
}
@media(max-width: 767px){
    .navbar-custom{
        background-color: transparent;
    }
    .navbar-collapse{
        position: initial;
        width: auto;
        border-top: 0;
        margin-left: -15px !important;
    }
}
@media(max-width: 530px){
    .navbar-toggle{
        padding: 13px 8px;
    }
}

/*--- Google reCaptcha ---*/
.fp-contact .g-recaptcha>div>div,
.maker-contact .g-recaptcha>div>div{
    width:inherit !important;
    height: inherit !important;
    border-right: 1px solid #d3d3d3;
    border-radius: 3px;
    display:block;
    padding:0;
    overflow:hidden;
    max-width: 300px;
    margin: 0 !important;
    position: relative;
}
@media (min-width: 768px){
    .maker-contact .g-recaptcha>div,
    .fp-contact .g-recaptcha>div{
        max-width: 300px;
    } 
    
    .fp-contact .g-recaptcha>div{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 991px) {
    .maker-contact .g-recaptcha>div,
    .fp-contact .g-recaptcha>div{
        margin-left: auto !important;
        margin-right: auto !important;
    } 
    .fp-contact .g-recaptcha iframe,
    .maker-contact .g-recaptcha iframe{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        border:0
    }
}
@media (max-width: 767px) {
    .maker-contact .g-recaptcha>div,
    .fp-contact .g-recaptcha>div,
    .maker-contact .g-recaptcha>div>div,
    .fp-contact .g-recaptcha>div>div{
        max-width: 273px;
    } 
}
/*--- Google Maps ---*/
.map-container{
    position: relative;
    width: 100%;
    height: 500px;
    background-color: rgba(0,0,0, .1);
}
#google_map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#google_map .infobox{
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
}
#google_map .infobox > h3{
    color: #ff3333;
}
#google_map .infobox > a{
    padding: 6px 12px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ff3333;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    
}
#google_map .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
    border: 3px solid transparent;
    border-top-color: #555555;
    border-radius: 50%;
}
#google_map .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid transparent;
    border-top-color: #ff3333;
}
#google_map .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 3px solid transparent;
    border-top-color: #989898;
}
#google_map .spinner:before, 
#google_map .spinner:after {
    position: absolute;
    content: '';
    border-radius: 50%;
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/*--- Plugins Override ---*/

/* CF7 */
.wpcf7-not-valid-tip{
    margin-top: 5px;
    color: #ffffff !important; 
    background-color: #ff3333;
    padding: 3px 6px;
    font-size: 11px !important;
}
div.wpcf7-response-output{
    margin: 0 !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    background-color: #f5f5f5;
    padding: 15px !important;
}
#inq div.wpcf7-response-output{
    background-color: #fff;
}
div.wpcf7 img.ajax-loader{
    position: absolute;
    top: 50%;
    left: 85%;
    margin-left: -8px !important;
    margin-top: -8px;
}
div.wpcf7-mail-sent-ok {
	border-left-color: #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	border-left-color: #ff3333 !important;
    color: #ff3333;
}
/* End CF7 */

/* Owl Carousel Truck Gallery Theme Styles */
.maker-owl-slide{
    margin-bottom: 10px;
    position: relative;
}
.maker-owl-slide .owl-controls{
    margin-top: 0;
    opacity: 0;
    -o-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -webkit-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}
.maker-owl-slide .owl-controls:hover,
.maker-owl-slide .owl-wrapper-outer:hover+div{
    opacity: 1;
}

.maker-owl-slide .owl-controls .owl-buttons .owl-next,
.maker-owl-slide .owl-controls .owl-buttons .owl-prev{
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0, .7);
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.maker-owl-slide .owl-controls .owl-buttons .owl-prev{
    padding-left: 6px;
    padding-right: 10px;
    left: 30px;
}
.maker-owl-slide .owl-controls .owl-buttons .owl-next{
    padding-left: 10px;
    padding-right: 6px;
    right: 30px;
}

.maker-owl-slide .owl-item > .item,
.maker-owl-thumb .owl-item > .item{
    margin: 5px;
}
.maker-owl-thumb .owl-item:hover{
    cursor: pointer;
}
.maker-owl-thumb .owl-item > .item >img{
    opacity: .6;
}
.maker-owl-thumb .owl-item.synced > .item > img{
    opacity: 1;
}
.maker-owl-slide .owl-item.loading{
    min-height: 480px;
    background: url(images/ajax-loader.gif) no-repeat center center;
}
.maker-owl-thumb .owl-item.loading{
    min-height: 77px;
    background: url(images/ajax-loader.gif) no-repeat center center;
}
/* End Owl Carousel Truck Gallery Theme Styles */