/*  
Theme Name: Taurus Transportation
Theme URI: http://taurus.crazydemo.asia
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;
}
img {
    max-width: 100%;
    height: auto;
}



















video { 
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
background: url('images/taurusslide.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
bottom: 0;
position: absolute;
}
.stopfade { 
   opacity: .5;
}



















.header-top{
  background: #1e3953;
  font-size: 0.778em;
  font-weight: 300;
  min-height: 56px;
  line-height: 4em;
}
.header-top ul{
  margin:0;
  padding:0;
}
.header-top i{
  color: #f9310a;
  font-size: 1.14em;
  margin-right: 5px;
}
.header-top a{
  color:#fff;
}
.main-menu{
  padding: 32px;
  margin: 0;
}
.main-menu .active a {
  color: #f9310a;
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #f9310a;
}
.main-menu .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.main-menu .navbar-brand{
 padding:0;
}
.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-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
}
.home-section h2 span{
  color:#f9310a;
}
.home-section p:last-child{
  margin:0px;
}
.home_thumb_wrap{}
.sub_heading {
  margin-bottom: 30px;
}
.home_thumb figcaption{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  color: white;
  padding: 13% 14%;
}
#footer{
  background-color:#1c1c1c;
  color: #fff;
}
#footer a{
  color: #fff;
}
.social-media{}
.social-media li{
  margin-bottom:10px;
}
.copyright {
  font-size: 14px;
  border-top: solid 1px #000;
  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;
}


#gallery {
}
#gallery-nav {
    margin-top: 15px;
}
#gallery-nav .slick-list.draggable {
    position: relative;
    z-index: 1;
}

#gallery-nav > button{ 
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 0 none;
  text-decoration: none;
  display: block;
  width: 50px;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  top:0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gallery-nav  > button:before {
  content: '\f104';
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font: 60px/1 FontAwesome;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#gallery-nav  > button.slick-next:before {
  content: '\f105';
}
#gallery-nav  > button.slick-prev {
  left: 0;
}
#gallery-nav:hover  > button.slick-prev:hover {
  opacity: 1;
}
#gallery-nav  > button.slick-next {
   right: 0;
}
#gallery-nav:hover  > button.slick-next:hover {
  opacity: 1;
}

#gallery-nav:hover  > button:hover {
  background:#00aef0;
}
#myCarousel .slide-mobile{
  display:none;
}
.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: medium none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    opacity: 0.8;
}
.slick-slide:hover {
    opacity: 1;
}
.slick-slide.slick-current.slick-active {
    opacity: 1;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}












select, textarea, input[type="text"], input[type="email"],input[type="tel"], .uneditable-input {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #ebeef7;
	color: #888888;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 33px;
	padding: 8.5px 18px;
	vertical-align: middle;
	outline: none;
	margin-bottom: 30px;
	-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;
}
.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;
}
   
  @media (max-width: 991px) {
    .navbar-header {
      float: none;     
    }
    
    .header-top .topbar-right{
      text-align: right;
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-collapse.collapse.in {
      display: block !important;
    }

    .header-top ul {
      display: inline-block;
    }
    .header-top {
      line-height: 2em;
      padding: 10px 0;
    }
    .main-menu .navbar-brand {
      padding: 0 15px 0;
    }
    #navbar {
      width: 100%;
      text-align: center;
      background: #f1f1f1;
      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 {
      border-radius: 2px;
      background: #f0f0f0;
    }
    .navbar-toggle {
      width: 115px;
    }
    .navbar-toggle {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .home-section .row > div{
      margin-bottom:10px;
    }
    .sidebar img,
      .home_thumb img {
      width: 100%;
    }
    .dropdown-menu {
      text-align: center;
    }
    .main-menu .dropdown-menu a {
      color: #337ab7;
    }
    .main-menu {
      padding: 32px 0;
    }
    .sidebar{
      margin-top:50px;
    }
    #myCarousel .slide-desktop{
      display:none;
    }
    #myCarousel .slide-mobile{
      display:block;
    }
    .item-extra h2 {
      font-size: 30px;
    }
    .item-extra p {
      font-size: 16px;
    }
    .navbar-header {
     
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-collapse.collapse.in {
      display: block !important;
    }
    .header-top .topbar-left,
    .header-top .topbar-right{
      text-align: center;
    }
    .header-top ul {
      display: inline-block;
    }
    .header-top {
      line-height: 2em;
      padding: 10px 0;
    }
    .main-menu .navbar-brand {
      padding: 0 15px 0;
    }
    #navbar {
      width: 100%;
      text-align: center;
      background: #f1f1f1;
      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 {
      border-radius: 2px;
      background: #f0f0f0;
    }
    .navbar-toggle {
      width: 115px;
    }
    .navbar-toggle {
      display: block;
    }
  }
  
  @media (max-width: 460px) {
    .navbar-brand > img {
      display: inline-block;
    }
    .navbar-brand {
      text-align: center;
      width:100%;
    }
    .navbar-toggle {
      display: inline-block;
      float: none;
      margin: 0 auto;
    }
    .navbar-header {
      float: none;
      text-align: center;
    }
  }
  
  
  
  
  