/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
    font-family: ArialMS;
    src: url(./fonts/ARIALUNI.ttf);
}

html,
body,
form {
    height: 100%;
}
body {
    color: #3a3a3a;
    font-family: Roboto, Helvetica,Arial,sans-serif;
    padding-top: 76px;
/*    font-family: ArialMS; */
}
main{
    min-height: 100%;
}

h1, h2.h1-like, h3.h1-like{
    font-size: 28px!important;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

h1, h2, h3, h4{
    color:#3a3a3a;
}
h2{
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: 1.5;
}

h3{
    font-size: 18px;
    font-weight: bold;
}
h4{
    font-size: 16px;
}
ul li{
    line-height: 1.5;   
} 
a{
    color: #c74a2f;   
}    

.accent-color{
    color: #c74a2f;
}    
/*BTNS*/

.btn{
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    border: none;
    border-radius: 16px;
}
.btn.btn-default{
    background-color: #c74a2f;
    color: white;
    font-weight: bold;
}
.btn.btn-border{
    background-color: transparent;
    color: black;
    border: 2px solid #c74a2f;
}
.btn.btn-grey{
    background-color: #f3f3f3;
    color: black;
}    
.btn.btn-default:hover{
    opacity: 0.7;
}

/*BTNS END*/


.bold{
    font-weight: bold;
}
/*customize nav tabs*/
.nav-tabs{
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 40px;
    width: 100%;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    background: white;
}
.nav-tabs li{

    display: table-cell;
    width: 1%;
    float: none;

}
.nav-tabs>li>a{
    color: #5a5a5a;
    padding: 15px 25px;
    border: none;
    text-align: center;
    margin-right: 1px;
}
.nav-tabs>li>a h2{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}    
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    color: white;
    border: none;
    border-radius: 0;
    background: #454545;
}
.nav-tabs>li>a:hover h2,
.nav-tabs>li>a:focus h2,
.nav-tabs>li.active>a h2,
.nav-tabs>li.active>a:focus h2, 
.nav-tabs>li.active>a:hover h2{
    color:#1f74be;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    color: white;
    border: none;
    border-radius: 0;
    background: #454545;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
    background: white;
    min-height: 86px;
    background: white;
}

.navbar-wrapper .navbar li a{
    text-transform: uppercase;
/*    font-weight: bold; */
    color: #3a3a3a;
    font-size: 15px;
    letter-spacing: 0.5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar-default{
    border-color: #ccc;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    color: #c74a2f;
    background-color: transparent;
}
.navbar-default .navbar-brand{
    padding:  8px 15px;
    color: #1f74be;
    font-weight: bold;
    font-size: 24px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
    color: #c74a2f;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-toggle{
    margin-top: 20px;
}
.navbar-header h1{
    text-transform: none;
    margin: 0;
}
.navbar-default .navbar-collapse{
    border-color: transparent;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
    height: 600px;
}
.carousel-caption {
    z-index: 10;
    text-shadow: none;
    text-align: left;
    left: 0;
    bottom: 0;
    padding-left: 15px;
    max-width: 60%;

}
.carousel-control{
    opacity: 0.2;
}
.carousel-caption .btn {
    color: white;   
    border-radius: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
}
.carousel-caption .btn:hover {
    opacity: 0.8;
}

.carousel-caption h1, .parallax-wrap h2, .carousel-caption h2, .bg h1, .bg h2{
    font-size: 36px;
    letter-spacing: 1.5px;
    color: white;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.carousel-indicators li{
    width: 40px;
    height: 8px;
    margin: 1px 5px;
    border-radius: 0;
}
.carousel-indicators li.active{
    margin: 1px 5px;
    width: 40px;
    height: 8px;
}
.carousel .item {
    height: 600px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
    width: auto;
    height: 46px;
    margin-top: -23px;
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.carousel-controls{
    position: absolute;
    bottom: 55px;
    right: 20%;
}    
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-controls .carousel-control-next, .carousel-controls .carousel-control-prev {
    position: initial;
    top: initial;
    bottom: initial;
    display: inline;
}   
.carousel-controls .carousel-control-next:hover, .carousel-controls .carousel-control-prev:hover{
    opacity: 1;
}    
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.text-section{
    font-size: 16px;
    line-height: 1.5;
    color: #ababab;
    padding-bottom: 70px;
}
.text-section.content-page{
    color: #5a5a5a;
}

.bg .caption{
    text-align: left;
    left: 0;
    bottom: 45px;
    padding-left: 15px;
    max-width: 60%;
    position: absolute;
}    

/*WHY US*/
.why-us .col-md-4{
    padding: 30px 80px 20px 80px;
} 
.why-us .col-md-4.because-1{
/*    background: #d26733; */
    background: #bec3c7;
}  
.why-us .col-md-4.because-2{
/*    background: #c74a2f; */
    background: #818b8d;
} 
.why-us .col-md-4.because-3{
/*    background: #c33222; */
    background: #37495d;
} 
.why-us .col-md-4 p, .why-us .col-md-4 h2{
    color: white;
} 
.why-us.contact-details p{
    font-size: 16px;
}   
.why-us.contact-details span.glyphicon{
    margin-bottom: 20px;
    color: white;
    font-size: 46px;
}    
/*ADVANTAGES*/
.form.contact{
    /*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);*/
    /*border: 1px solid #e7e7e7;*/
    padding: 30px;
    border: 2px solid #c74a2f;
    overflow: hidden;
} 
.form.contact .header{
    background: #c74a2f;
    margin: -30px -30px 60px -30px;
    padding: 12px 30px 8px 30px;
    text-align: center;
}    
.form.contact .header:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    background-color: inherit;
    padding-bottom: 31.7%;
    width: 28%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg) skewY(34deg);
    -ms-transform: rotate(-30deg) skewX(30deg) skewY(34deg);
    transform: rotate(-30deg) skewX(50deg) skewY(34deg);
}
.contact.form h2{
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}    
.advantages .col-md-8{
    padding: 0 34px;   
}    
ul.styling{
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
}    
ul.styling li{
    background-image: url('imgs/tick2.png');
    background-repeat: no-repeat;
    line-height: 30px;  
    padding-left: 34px;
    margin-bottom: 14px;
    line-height: 1.8;
    color:#c74a2f;
}  
ul.styling-tablelike{
    padding-left: 0;
    margin-top:10px;
    list-style-type: none;
}    
ul.styling-tablelike li{
    line-height: 1.5; 
    padding: 5px;
}  
ul.styling-tablelike li:nth-of-type(odd){
    line-height: 1.5;
    background: #f3f3f3;
}  
ul.styling-tablelike li:before {
    content: "\002022";
    color: #c74a2f;
    font-size: 26px;
    line-height: 1;
    padding-right: 8px;
    vertical-align: middle;
}
/*CUSTOMER FEEDBACK*/
.customer-feedback .carousel-caption{
    text-align: center;
    left: 20%;   
    bottom: 70px;
}  
.customer-feedback i{
    margin: 30px 0;
    display: block;   
}    
.customer-feedback, .carousel.customer-feedback .item{
    height: 450px!important;
}
.customer-feedback{
    margin-top: 40px;
    text-align:center;
}
.customer-feedback h2{
    color: white;   
}   
/* services */

.services, .canvas{
    padding-bottom: 50px;
}
.services .col-md-4, .services .col-md-6, .canvas .col-md-6{
    padding: 50px 2px 10px 2px;
    text-align: center;
    -webkit-transition: all .4s;
    -transition: all .4s;
}
.services .glyphicon{
    font-size: 22px;
    vertical-align: middle;   
}    
.services .col-md-4 a, .services .col-md-6 a, .canvas .col-md-6 a{
    text-decoration: none;
    color: #5a5a5a;
}
.services .col-md-4:hover, .services .col-md-6:hover, .canvas .col-md-6:hover{
    background: white;
    cursor: pointer;
}
.services .col-md-4:hover .btn.btn-default, .services .col-md-6:hover .btn.btn-default, .canvas .col-md-6:hover .btn.btn-default{
    background: #1f74be; /* Old browsers */
    background: -moz-linear-gradient(left, #1f74be 0%, #32c6f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1f74be 0%,#32c6f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1f74be 0%,#32c6f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74be', endColorstr='#32c6f4',GradientType=1 ); /* IE6-9 */
    color: white;
}
.services .col-md-4 h2, .services .col-md-6 h2,  .canvas .col-md-6 h2 {
    font-weight: normal;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 6px;
    margin-top: 10px;
}
.services p, .canvas p{
    line-height: 1.5;
    margin-bottom: 30px;
    overflow: hidden;
}
.services .btn.btn-default{
    font-weight: bold;
}
.services .col-md-3.bg-grey{
    background: #efefef;
}
.services .col-md-4:hover .hover-product, .services .col-md-6:hover .hover-product, .canvas .col-md-6:hover .hover-product{
    opacity: 1;
}    
.services .col-md-4 .hover-product, .services .col-md-6 .hover-product, .canvas .col-md-6 .hover-product{
    height: 86px;
    background: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 15px;
    display: table;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
}    
.services .col-md-4 >div, .services .col-md-6 >div,  .canvas .col-md-6 >div{
    -webkit-transition: all .4s;
    transition: all .4s;   
}    
.services .col-md-4 .hover-product a, .services .col-md-6 .hover-product a,  .canvas .col-md-6 .hover-product a{
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 34px;
}   

/*PRODUCT*/
.product {
    margin-top:50px;
    margin-bottom: 50px;
}  
.product .nav-tabs{
    background: white;
}    
.product ul.styling li{
    color: #5a5a5a;   
}    
.product .call-us{
    background: #f3f3f3;
    padding: 20px;
    font-weight: bold;
    margin-top: 20px;
}    
.product .header{
    overflow:hidden;
    clear:both;
    margin-bottom: 30px;
} 
.product h1{     
    margin-bottom: 20px;
} 
.product .all-reviews {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;   
} 

.product .all-reviews a{
    color: grey;
} 
.product h3[aria-expanded='true'] span:before{
    content: "\e259";   
    font-family: 'Glyphicons Halflings';
}  
.product .specifications .btn, .product .product-review .btn{
    margin-bottom: 0;
    margin-top: 44px;
}  
.product .specifications .imgs .col-md-4{
    padding: 2px;
}    
.product .specifications .imgs{
    margin: 0 15px 10px 15px;
    clear:both;
    overflow:hidden;
}   
#collapseSummaryLink[aria-expanded='true']{
    display: none;
}    
/*PRODUCT REVIEW*/
.product-review .col-md-6, .other-models .col-md-6{
    padding: 0 5px;
}  
.product-review .review{
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    padding: 30px;   
    min-height: 250px;
    margin-bottom: 10px;
}    
.product-review .review img{
    margin-bottom: 15px;
} 
/*COMPARE*/
.compare {
    margin-bottom: 50px;   
}    
.compare  .col-md-3.bg-lgrey{
    padding: 35px 0;
    font-size: 18px; 
    border-left: 4px solid white;
    border-bottom: 4px solid #c74a2f;
}    
.compare .table>thead>tr>th{
    padding: 0;
    border-bottom: none;

}    
.compare .table>tbody>tr>td{
    border-top: 0; 
    border-left: 4px solid white;
}    
/*OWN TRAILER*/
.own-trailer .btn{
    margin-top: 4px;
    padding: 24px 60px;
    text-transform: uppercase;
}  
.own-trailer img{
    margin-top: -6px;
    margin-right: 50px;
}  
.own-trailer h3{
    margin-top: 8px;
    margin-bottom: 22px;

}

/*build-trailer*/
.build-trailer .btn{
    padding: 10px 30px;
} 
.build-trailer .categories, .build-trailer .canvas, .build-trailer .quote{
    display: none;
}
.build-trailer .item {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.build-trailer .quote .item {    
    margin-bottom: 10px;
    position:relative;
}
.build-trailer .quote .item.active{
    border-color: #e7e7e7;
}    
.build-trailer .quote .item.main {    
    border: 1px solid #c74a2f;
    color: #c74a2f;
}
.build-trailer .quote .item.main h3{
    color: #c74a2f;
}    
.build-trailer .item .position-r{
    padding-right: 58px;
    height: 150px;
}
.build-trailer .item .add {
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    background: #c74a2f;
    background: #f3f3f3;
    width: 50px;
    line-height: 150px;
    color: #454545;
    font-size: 26px;
}
.build-trailer .item.active {   
    border-color: #c74a2f;
}
.build-trailer .item.active .add {   
    background: #c74a2f;
    color: white;
}
.build-trailer .item .price{
    position: absolute;
    bottom: 8px;
    right: 25px;
}    
.build-trailer .total{
    border-top: 2px solid;
    padding-top: 12px;
    margin-top: 24px;
    font-size: 16px;   
}    
.build-trailer .item.active .add span:before {
    content: "\e084";
    font-family: 'Glyphicons Halflings';
}
.build-trailer .item:hover {
    -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
    cursor: pointer;
}
.build-trailer .item h2{
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.3;
}
.build-trailer .item h3{
    font-size: 14px;
    margin: 10px;
}
.build-trailer .item p{
    text-align: left;
}
.build-trailer  .services .glyphicon, .build-trailer .canvas .glyphicon{
    font-size: 26px;
}    
.build-trailer .services .hover-product.active, .build-trailer .canvas .hover-product.active{
    background: rgba(199, 74, 47, 0.70);
    opacity: 1;
}
.build-trailer .services .hover-product.active span.glyphicon:before, .build-trailer .canvas .hover-product.active span.glyphicon:before{
    content: "\e084";
    font-family: 'Glyphicons Halflings';
}
.services .col-md-4 .hover-product >div, .canvas .col-md-6 .hover-product >div{
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 34px;
}    
.secondary-nav-categories.is-fixed {
    position: fixed;
    left: 0;
    background:#f3f3f3;
    z-index: 1;
    top: 86px;
}
.build-trailer .btn.add-item {
    padding: 7px 30px;
}
.add-item-name {
    height: 45px;
}
/*stepper*/

/* Begin actual mdl-stepper css styles */
.mdl-card{
    margin-bottom: 50px;   
}    
.mdl-stepper-horizontal-alternative {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
    display: table-cell;
    position: relative;
    padding: 24px;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
    border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
    background-color: #757575;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #9E9E9E;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 1;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
    background-color: #c74a2f;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
    -moz-transform: scaleX(-1);
    /* Gecko */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Webkit */
    transform: scaleX(-1);
    /* Standard */
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
    content: "\270E";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
    color: rgba(0, 0, 0, .87);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
    font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
    color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    position: absolute;
    top: 48px;
    height: 1px;
    border-top: 1px solid #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}
/*end stepper*/





/*blog*/
.blog .item{
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    margin: 20px 0 40px 0;
}
.blog .item:hover, .pricing .detail:hover  {
    -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
    cursor: pointer;
}
.blog a{
    text-decoration: none;
    color: #5a5a5a;
}
.blog .content{
    padding: 25px;
    position: relative;
    height: 350px;
}
.blog .content h2{
    margin: 30px 0 20px 0;
    height: 68px;
    overflow: hidden;
}
.blog .content h2:hover{
    text-decoration: underline;
}

.blog .content p{
    height: 120px;
    overflow: hidden;
}
.tags span{
    font-size: 14px;
    color: #ababab;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
}
.blog .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #efefef;
    padding: 8px 25px 8px 25px;
    width: 100%;
}
.blog .bottom a{
    margin: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0.9;
}
.blog .bottom a:hover{
    opacity: 0.6;
}
.blog-detail .social{
    margin: 20px 0 40px 0;    
}
.blog-detail .social a:first-child{
    margin-right: 25px;
}
.blog-detail .social a:hover{
    opacity: 0.8;
}
.pagination>.active>a, 
.pagination>.active>a:focus,
.pagination>.active>a:hover, 
.pagination>.active>span,
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #1f74be;
    border-color: #1f74be;
}


.google-maps {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.google-maps iframe {
    /*pointer-events: none;*/
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    /*pointer-events: none;*/
}

  


/*footer*/
footer,
.push {
    height: 430px;
}
footer{
    background: #252528;
    padding: 20px 0 10px 0;
    color:#ababab;

}
footer a{
    color: #ababab;
    font-weight: strong;
    margin-bottom: 10px;
    text-decoration: none;
}
footer a:hover{
    color: white;
}
footer h2{
    color: white;
}
footer address{
    margin-bottom: 15px;
}
footer .glyphicon{
    margin-right: 8px;
}
footer h3{
    margin-bottom: 20px;
}

footer img{
    opacity: 0.3;
    -webkit-transition: all .4s;
    transition: all .4s;
}

footer img:hover{   
    opacity: 1;
    cursor: pointer;
}
footer .social{
    padding-top: 12px;
}
footer .social a{
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: #3e3e40;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}

footer .copyright{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #343437;
}

footer .feed a img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border: 1px solid #f4f7fd;
    opacity: 1;
}
footer .feed a {
    display: initial;   
    text-decoration: none;
}
/* iframe{
    width: 100%;
    border: 0;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/

.description{
    font-size: 18px;
    color: #ababab;
    margin: -10px auto;
    margin-bottom: 50px;
    max-width: 992px;
}
.bg-section{
    background: #f3f3f3;
}
.bg-black{
    background: black;
}
.title-content{
    background: #f3f3f3;
    padding: 50px 0;
}
.title-content h1{
    margin: 0;
}
.text-align-center{
    text-align: center;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.display-ib{
    display: inline-block;
}
.display-block{
    display:block;   
}   
.line-height15{
    line-height: 1.5;   
}   
.vertical-align-m{
    vertical-align: middle;
}    
.font-size12{
    font-size: 12px;
}
.font-size14{
    font-size: 14px;
}
.font-size16{
    font-size: 16px;
}
.font-size18{
    font-size: 18px;
}
.font-size22{
    font-size: 22px;
}
.color-main{
    color:#1f74be;
}
.color-accent{
    color: #c74a2f;
}
.color-grey{
    color:#ababab;
}
.color-red{
    color: #ee3338;   
}  
.color-white{
    color: white;   
} 
.color-black{
    color: black;   
}  
.bg-lgrey{
    background: #f3f3f3;
}    
.bg-white{
    background: white!important;   
}    
.margin-no{
    margin:0;   
}  
.margin-l25{
    margin-left: 25px;
}    
.margin-l15{
    margin-left: 15px;
}   
.margin-right10{
    margin-right: 10px;
}
.margin-r50{
    margin-right: 50px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top40{
    margin-top: 40px!important;
}
.margin-top50{
    margin-top: 50px;
}
.margin-top70{
    margin-top: 70px;   
}    
.margin-top20{
    margin-top: 20px;
}
.margin-top5{
    margin-top:5px;   
}    
.margin-b40{
    margin-bottom: 40px;
}
.margin-b35{
    margin-bottom: 35px;
}
.margin-b20{
    margin-bottom: 20px;
}
.margin-b15{
    margin-bottom: 15px;
}
.margin-b70{
    margin-bottom: 70px;
}
.margin-b85{
    margin-bottom: 85px;
}
.margin-b5{
     margin-bottom: 5px;   
}    
.margin-r5{
    margin-right: 5px;
}
.margin-l5{
    margin-left: 5px;
}
.position-r{
    position: relative;
}
.margin-t50{
    margin-top: 50px;
}
.margin-t70{
    margin-top: 70px;
}
.margin-t85{
    margin-top: 85px;
}
.padding-b40{
    padding-bottom: 40px;
}
.padding-top-5{
    padding-top: 5px;
}
.margin-r15{
    margin-right: 15px;
}
.margin-r70{
    margin-right: 70px;
}
.margin-t-no{
    margin-top: 0!important;
}
.margin-b-no{
    margin-bottom: 0!important;
}
.padding-t70{
    padding-top: 70px;
}  
.padding-t40{
    padding-top: 40px;
}    
.padding-b70{
    padding-bottom: 70px;
}  
.padding-no{
    padding: 0;
}
.padding-t-no{
    padding-top: 0!important;   
}    
.clearfix{
    overflow: hidden;
    clear: both;
}
.display-b{
    display: block;
}
.width100{
    width: 100%;
}
.height100{
    height: 100%;
}
.checkbox label{
    font-size: 14px;
}
.position-rel{
    position: relative;
}    
.padding-r40 {
    padding-right: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #f3f3f3;
} 
.clear{
    clear: both;
    overflow: hidden;
}    
@media (max-width: 768px) {
    .navbar-collapse.pull-right{
        float: none!important;            
    }
    .navbar-collapse .navbar-nav {
        margin: 18.5px -15px;
    }
    .navbar-default .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    h1, .carousel-caption h1, .parallax-wrap h2, .carousel-caption h2, h2.h1-like, .bg h2{
        font-size: 26px;
        line-height: 1.3;

    }
    h2{
        font-size: 20px;
        font-weight: bold;
    }
    .display-no-sm{
        display:none;
    }
    .own-trailer{
        text-align: center;
    }    

    .own-trailer .pull-right, .own-trailer .pull-left{
        float: none!important;
    }  
    .own-trailer img{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #homeCarousel.carousel, #homeCarousel.carousel .item, #homeCarousel.carousel-inner > .item > div,  #homeCarousel.carousel .slide {
        height: 300px!important;
    }
    .bg{
        height: 450px!important;   
    }    
    .bg .caption{
        max-width: 100%;   
    }  
    .bg .caption p{
        color: white;   
    }    
    .carousel-controls {
        bottom: 45px;
        right: 5%;
    }
    .contact.form{
        margin-bottom: 25px; 
    }    
    footer .glyphicon {
        display: none;
    }
    footer .form{
        margin-top: 40px;
    }

    .margin-t70{
        margin-top: 40px;
    }
    .carousel-caption p{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
        color: white;
    }
    .description{
        font-size: 16px;
    }

    .nav-tabs li {
        width: 100%;
    }

    footer{
        margin-top: 0;   
    }    
    footer, .push{
        height: 100%;     
    }    
    html, body, form {
        height: initial;
    }

    .height-sm300{
        height: 300px!important;
    }
    .nav-tabs{
        border: none;
        background: #f3f3f3;
    }    
    .nav-tabs li{
        display: block;
    }    
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background-color: #454545;
    }  
    .btn.btn-default.margin-r15{
        margin-right: 0;
        margin-bottom: 20px;
    }    
    .br-sm{
        height: 50px;
    }    

    footer .feed{
        margin-top: 20px;   
        margin-bottom: 34px;
    }    
    .why-us .col-md-4.because-1, .why-us .col-md-4.because-2, .why-us .col-md-4.because-3{
        height: auto!important;   
    }  
    .why-us .col-md-4 {
        padding: 30px 24px;
    }
    .services .col-md-4,   .canvas .col-md-6 {
        padding-top: 15px;
    }
    .customer-feedback .carousel-caption {
        text-align: center;
        left: 0;
        right: 0;
        padding: 15px;
        max-width: 100%;
    }
     .mdl-stepper-horizontal-alternative .mdl-stepper-step{
         padding: 5px;   
         width: 70px;
    }  
    .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title{
         font-size: 14px;   
    }    
    .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right{
         display:none;   
    }    
    .build-trailer .item h2{
         padding-top: 20px;
         margin-top: 0;
         padding-bottom: 10px;

    }    
    .build-trailer .item .position-r{
         height: auto;   
    }    
    .build-trailer .item .add{
        top: 10px;
        height: 46px;
        line-height: 52px;
    }  
    .build-trailer .item p{
         margin-bottom: 15px;   
    }    
    .canvas .col-md-6 .hover-product,.services .col-md-4 .hover-product, .services .col-md-6 .hover-product{
         opacity: 1;   
         height: 52px;
    }    
}
@media (min-width: 768px) {

    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav>li>a{
        padding: 32px 22px;
    }
    .carousel-caption p, .bg p{
        margin-bottom: 20px;
        font-size: 21px;
        color:white;
        line-height: 1.4;
    }
    .carousel-controls {       
        right: 2%;
    }
     


}

@media (min-width: 992px) {

    .container{
        /*width: 992px;*/
    }

}
@media (max-width: 1280px) {

    .why-us .col-md-4 {
        padding: 30px;
    }
}

.categories a {
    color: #000;
}

.viced {
    background-color: #FFF; 
    color: #000 !important;
    padding: 5px 18px 5px 18px;
}

.bgwhite { 
    background: #FFF;
}

.height-15 {
    height: 15px;
}
.padding-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.terms li {
    padding-bottom: 15px;   
}

/* Instagram */
/* New social */
.social-section{
    padding-top: 40px;
}
.social-section .col-md-3{
    padding: 10px;
    text-align: center;
    -webkit-transition: all .4s;
    -transition: all .4s;
    position: relative;
}
.social-section .col-md-3 .inst-content img{
    margin-bottom: 25px;
}
.social-section .col-md-3 .inst-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    margin: 10px;
    background: rgb(233,30,99); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(203,88,33,0.7) 0%, rgba(215,201,172,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(203,88,33,0.7) 0%, rgba(215,201,172,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(203,88,33,0.7) 0%, rgba(215,201,172,0.7)100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb5821', endColorstr='#d7c9ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    display: none;
    -webkit-transition: all .4s;
    -transition: all .4s;
}
.social-section .col-md-3 .inst-content p{
    font-size: 12px;
    max-height: 80px;
    overflow: hidden;
    line-height: 1.5;
}
.social-section .col-md-3 .inst-content > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 15px;
}
.social-section .social {
    margin-bottom: 50px;
}

.social-section .social a{
    display: inline-block;
    width: 65px;
    text-align: center;
    height: 65px;
    border-radius: 100%;
    margin: 0 26px;
    line-height: 60px;
    vertical-align: middle;
    -webkit-transition: all .4s;
    -transition: all .4s;
}
.social-section .social a:hover{
    opacity: 0.7;
}
.social-section .col-md-3 a{
    text-decoration: none;
    color: #5a5a5a;
}
.social-section .col-md-3:hover{
    background: white;
    cursor: pointer;
}
.social-section .col-md-3:hover .inst-content{
    display: block;
}

.modal-width {
    width: 80%;
}

.hover-display-block {
    display: none!important;
}
.hover-display-block:hover {
    display: block;
}

div.margin-for-img {
   
}

div.margin-for-img-block {
  
}

div.margin-for-img img {
    width: 100%;
    height: auto;
}

h4.text-on-image {
    opacity: 0;
    top: -190px;
    position: relative;
    text-align: center;
    text-shadow: #fff 0px 0px 3px;
    font-size: 35px!important;
    margin: 0!important;
   
}


h4.text-on-image:hover {
    opacity: 1;
}

p.text-before-images-block {
    padding-bottom: 50px;
}


@media screen and (min-width: 845px)  {
    .big-images {
        width: 80%!important;
        min-width: 80%!important;
    }
    .big-images-block {
        text-align: center!important;
        
    }
    .big-video {
        width: 80%!important;
        min-width: 80%!important;
        position: relative!important;
    }
    .big-video-block {
        text-align: center!important;
        display: flex;
        justify-content: center;
        background: #fff!important;
    }
}

@media screen and (max-width: 576px)  {
    .explorer-props span {
        display: block;
    }
}

@media screen and (max-width: 844px)  {
    .small-image {
        width: 80%!important;
        min-width: 80%!important;
    }
    .small-image-block {
        text-align: center;
    }
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hvrbox img {
    max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}
.hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hvrbox {
    margin-bottom: 25px;
}


.ty-tg-label  {
    text-decoration: underline;
}

/* why do we need it? it breaks quotes on the homepage - AB */
/* .carousel-caption {
    top: 0;
    bottom: auto;
}

.carousel-caption p {
    color: black;
} */