/*  
Theme Name: Taurus Transportation
Theme URI: http://taurus.crazydemo.asia
Developer: Warren Helludo
Web Agency:  Crazydomain
Developer URI: www.crazydomains.com
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('http://www.crazydemo.asia/demo.css');
@import 'css/slick.css';
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    color: #444;
    font-weight: 400;
    font-size:18px;
    text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Russo One', sans-serif;
}
p {
    margin: 0 0 20px;
    line-height: 30px;
    color:#000;
}
img {
    max-width: 100%;
    height: auto;
}
.container{
  padding-right:0;
  padding-left:0;
}
 .container > .navbar-header{
  display:block;
  width:100%;
}

#hero{
  width:100%;
}
  #hero img{
    width:100%;  
    border-top: 1px solid #e61b22;
    border-bottom: 1px solid #e61b22;
  }  
.stopfade { 
   opacity: .5;
}
.header-top{
  background: #1e3953;
  font-size: 0.778em;
  font-weight: 300;
  min-height: 56px;
  line-height: 4em;
  border-bottom: 1px solid #e61b22;
}
.header-top ul{
  margin:0;
  padding:0;
}
.header-top i{
  color: #e61b22;
  font-size: 1.14em;
  margin-right: 5px;
}
.header-top a{
  color:#fff;
}
.main-menu{
  padding-bottom:3.7em;
  margin: 0;
}
.main-menu .active a {
  color: #f9310a;
}
.navbar{
  margin-top: 0.5em;
}
.navbar-nav{
  width:100%;
  border:0;
}
.navbar-nav > li{
  text-align:center;
}
.main-menu .navbar-nav > li >a{
  width: 183px;
  height:50px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color:#000; 
  line-height: 15px;  
  border-bottom:2px solid #e61b22;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;  
}
  .main-menu .navbar-nav > li a:hover {
    border-bottom: 20px solid #c90006;
    background:#e61b22;
    color: #fff;
}
.main-menu .navbar-brand{
 width:100%;
 padding: 0.4em 2.5em;
}
.dropdown-menu {
  background: #1e3953;
}
.main-menu .dropdown-menu a{
  color: #fff;
  padding: 10px 20px;
}
.item.active {
  overflow: hidden;
  position: relative;
}
.home .item.active {
  height: 700px;
}
.item-extra{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
}
.item-extra h2{
  font-size:48px;
}
.item-extra p{
  font-size:27px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
.rTable    { 
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  max-width: 800px;
  margin: 0 auto;
}
.rTableRow{display: table-row;}
.rTableHeading{display: table-header-group;}
.rTableBody{display: table-row-group;}
.rTableFoot{display: table-footer-group;}
.rTableCell, .rTableHead{display: table-cell; vertical-align: middle;}
#intro{
  background-color: #f1f1f1;
}
.inner-section,
.home-section{
  padding: 64px 0;
}
.home-section h2{
  font-family: 'Roboto Mono', monospace;
  font-size: 40px;
  font-weight:900;
  margin-top: 0px;
  text-transform: uppercase;
  color:#000;
}
.home-section h2 span{
  color:#f9310a;
}
.home-section p:last-child{
  margin:0px;
}
.home_thumb_wrap{}
.sub_heading {
  margin-bottom: 30px;
}
.home_thumb{
  overflow:hidden;
}
  .home_thumb img{
    transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
  }
  .home_thumb img:hover{
    transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5); /* IE 9 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
  }
.home_thumb figcaption{
  font-family: 'Roboto', sans-serif;
  font-size:26px;
  font-weight:700;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  color: white;
  padding: 13% 14%;
}
#footer{
  font-family: 'Open Sans', sans-serif;
  background-color: #1e3953;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid #e61b22;
}
#footer a{
  color: #fff;
}
.social-media{}
.social-media li{
  margin-bottom:10px;
}
.copyright {
  font-family: 'Open Sans', sans-serif;
  font-size:13px; 
  border-top: solid 1px #fff;
  padding: 20px 0;
}
.footer-inner {
  padding: 20px 0px 30px;
}
.inner-heading{
  position: relative;
}
.inner-heading img{
  width:100%;
}
.services-one{margin-bottom:20px;}
.services-one img{
  width:100%;
}
.row.services-three {
    margin-bottom: 30px;
}
.icons-marker.fa {
    color: #f9310a;
}
#myCarousel .slide-mobile{
  display:none;
}
select, textarea, input[type="text"], input[type="email"],input[type="tel"], .uneditable-input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #5e95ca;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 33px;
  padding: 0.1em 1em;
  vertical-align: middle;
  outline: none;
  margin-bottom: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 1s ease , box-shadow 1s ease;
  -moz-transition: border-color 1s ease , box-shadow 1s ease;
  -o-transition: border-color 1s ease , box-shadow 1s ease;
  transition: border-color 1s ease , box-shadow 1s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
  select, textarea:hover, input[type="text"]:hover, input[type="email"]:hover,input[type="tel"]:hover, .uneditable-input{
    background: #f1f1f1;
  }
.btn:hover, .btn:focus, .btn.active, .btn.selected {
    outline: none;
    background: #1e3953;
    color: #fff;
}
.btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f9310a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  outline: none;
  padding: 8.5px 38px;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-unstyled img{
  border:2px solid #fff;
}
.nav > li > a:focus, .nav > li > a:hover{
  background:none;
}
.carousel-indicators li{
  display:none;
}
figure{
  position:relative;
  text-shadow: 2px 2px 5px #1e3953;
}
  .bottom_image_margin{
    margin-bottom:2em;
  }
.overlay{
  background: rgba(0,0,0,0.5);  
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  }
.indent_right{
  margin-right:0.5em;
}

#body-wrapper #hero #myCarousel .carousel-inner .item 
.item-extra .rTable .rTableRow .rTableHead p{
  color:#fff;
}
.contact_form{
  width:40%;
  background: #fff;
  padding: 2.5em;
  display:inline-block;
  border-radius: 0.3em;
}
button, html input[type=button], input[type=reset], input[type=submit]{
  padding: 0.3em 1em;
  font-weight: 700;
  float: right; 
  border-radius: 1em;
}
  input[type=submit]:hover{
    background: #f1f1f1;
  }
#body-wrapper #intro .container .left_sidebar{
  width:100%;
  float:left;
}
#body-wrapper #intro .container .right_sidebar{
  width:50%;
  background:#ccc;
  float:right;
  display:inline-block;
}
/* For Firefox*/
@-moz-document url-prefix() { 
  .main-menu .navbar-nav > li > a{
    width: 8em;
  }
}
.header-top .container .row .topbar-right .list-unstyled .fa_topright{
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
  .header-top .container .row .topbar-right .list-unstyled .fa_topright:hover{
    color:#3d599b;  
  }
.header-top .container .row .topbar-right .list-unstyled .tw_topright{
  color:#fff;  
  font-size:28px;
  cursor:pointer;
} 
  .header-top .container .row .topbar-right .list-unstyled .tw_topright:hover{
    color:#00abee;
  }  
#footer .container .row .col-md-4 .indent_right{
  margin-right:0.2em
}
.contactThanks{
  text-align:center;
}
 /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div {background-color: #1e3953;}
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url(/templates/images/a17.png) no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; display:none;}
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }

.jssor_container{
  position:relative;
  margin:0 auto;
  top:0px;
  left:0px;
  width:600px;
  height:300px;
  overflow:hidden;
  visibility:hidden;
  box-sizing:border-box;
}
  .jssor_container img{
    max-width:100%;
  }
.slides_jssor{
  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:600px;
  height:300px;
  overflow:hidden;
  box-sizing:border-box;
}
.jssora05l_arrow_left{
  top:0px;
  left:8px;
  width:40px;
  height:40px;
  display:none;
}
.jssora05r_arrow_right{
    top:0px;
    right:8px;
    width:40px;
    height:40px;
    display:none;
}

/*************************************End Image Slideshow 1*******************************/

/*****************LINK ACTIVE****************/
#home .main-menu .navbar-nav > li:nth-child(1) a{border-bottom: 20px solid #c90006;background:#e61b22;color:#fff;}
#projects .main-menu .navbar-nav > li:nth-child(2) a{border-bottom: 20px solid #c90006;background:#e61b22;color:#fff;} 
#contact_us .main-menu .navbar-nav > li:nth-child(3) a{border-bottom: 20px solid #c90006;background:#e61b22;color:#fff;}
/******************RESPONSIVE****************/   
  @media (max-width: 1170px) {
      #navbar{width: 100%;margin-top: 1em;}
      .navbar-header {float: none;}
      .header-top .topbar-right{text-align: right;}
      .navbar-collapse.collapse {display: none !important;}
      .navbar-collapse.collapse.in{display: block !important;}
      .navbar-toggle .icon-bar {background: #1e3953;}
      .navbar-header .sr-only {width: auto;height: auto;overflow: hidden;clip: inherit;margin-left: -20px;margin-top: -6px;text-transform: uppercase;}
      .navbar-toggle{display: block;border-radius: 2px;background: #f0f0f0;margin-top: 3.2em;}
      .navbar-nav > li{float:none;}
      .header-top{line-height: 2em;padding: 10px 0;}
      .header-top ul{display: inline-block;}
      .main-menu{padding-bottom: 1.5em;}
      .main-menu .navbar-nav > li > a{width:100%;padding-top:10px;padding-bottom:10px;font-size:14px;font-weight:500;height: 35px;line-height:15px}
      .main-menu .navbar-nav > li a:hover{border-bottom: 15px solid #c90006;}
      #home .main-menu .navbar-nav > li:nth-child(1) a{border-bottom: 15px solid #c90006;background:#e61b22;color:#fff;}
      #projects .main-menu .navbar-nav > li:nth-child(2) a{border-bottom: 15px solid #c90006;background:#e61b22;color:#fff;} 
      #contact_us .main-menu .navbar-nav > li:nth-child(3) a{border-bottom: 15px solid #c90006;background:#e61b22;color:#fff;}
    
  }
  @media (max-width: 767px){

      .home-section .row > div{margin-bottom:10px;}
      .inner-section, .home-section{padding:35px 0;}
      .sidebar{margin-top:50px;}
      .sidebar img,.home_thumb img{width: 100%;}
      .dropdown-menu{text-align: center;}
      .main-menu .dropdown-menu a {color: #337ab7;}
      .main-menu{padding:0;}
      .main-menu .navbar-brand{margin-bottom:1.5em;}
      #myCarousel .slide-desktop{display:block;}
      #myCarousel .slide-mobile{display:block;}
      .item-extra h2{font-size: 30px;}
      .item-extra p{font-size: 16px;}
      .navbar-collapse.collapse {display: none !important;}
      .navbar-collapse.collapse.in {display: block !important;}
      .header-top {line-height: 2em;padding: 10px 0;}
      .header-top .topbar-left,
      .header-top .topbar-right{text-align: center;}
      .header-top ul {display: inline-block;}
      #navbar{width:100%;text-align:center;margin: 0;}
      .navbar-toggle .icon-bar {background: #1e3953;}
      .navbar-header .sr-only {width: auto;height: auto;overflow: hidden;clip: inherit;margin-left: -20px;margin-top: -6px;text-transform: uppercase;}
      .navbar-toggle{display: block;border-radius: 2px;background: #f0f0f0;margin-top: 3em;}
      .navbar-nav{margin:0;}
      .nav > li > a{padding:12px 0;}
      .container > .navbar-header{float: none;text-align: center;margin-left:0; margin-right:0;}
      .home-section h2{font-size: 25px;text-align: center;margin-bottom: 1em;}
      #hero{margin-top:1.4em;}
      #footer{text-align:center;}
      .item-extra h2{font-size:20px;}
      .item-extra p{font-size:14px;}
      p{width:98%;text-align:center;margin:0 auto;}

      .contact_form{width:100%;margin-top: 1.5em;}
      #body-wrapper #intro .container .right_sidebar{width:100%;}
  }
  @media (max-width: 630px){
      #jssor_1{max-width:100%;}
      #jssor_2{max-width:100%;}
      #jssor_3{max-width:100%;}
      .jssor_container{width:100%;} 
      .slides_jssor{width:100%;}  
  }
  @media (max-width: 480px) {
      .main-menu{padding:0;}
      .navbar-brand {text-align: center;width:100%;padding:0;}
      .navbar-brand > img{display: inline-block;width:100%;}
      .navbar-toggle{display: inline-block;float:right;margin-right:1px;margin-top:1em;}
      .item-extra h2{font-size:14px;}
      .item-extra p{font-size:12px;}
      #hero{margin-top:0.5em;}
      .home-section h2{font-size:16px;}
      p{font-size:14px;}
      .home_thumb figcaption{font-size:16px;font-weight:100;}
  }
  
  
  
  
  