

@import url('animate.css');

body {
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:16px;
}

@media (max-width: 991.98px) {
  p {
    font-size: 18px;
  }
}

a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
	}

.carousel-control {
    background-image:none !important;
    filter:none !important;
}

.img-overlay {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  margin-bottom: 12px;
}

.img-overlay:hover .overlay {
  opacity: 1;
}

.width-100 {
  width: 100%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.btn-primary {
  padding: 8px 20px;
  background: #1BBD36;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:#333;
}

#breadcrumb {
	background-color: #1BBD36;
	margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #1BBD36;
  border-radius: 0px;
  padding:3px 10px;
}

.breadcrumb li {
   text-transform:uppercase;
   margin-top:125px;
   font-weight:600;
}

.page-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
	z-index: 5000;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;
	font-size: 25px;
	color:#333;
	text-transform:uppercase;
	font-weight:700;
}
.navbar-brand h1 span {
	color: #1BBD36;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
}

.menu ul.nav-tabs li {
	color:#000;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius:0;
	color:#333;
	padding:30px;
}

.nav-tabs > li > a:hover {
	color: #1BBD36;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #1BBD36;
	border-radius:0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

@media (max-width: 767px) {
	.navbar-brand {
		padding-top: 6px;
	}
	.navbar-brand h1 {
		margin-top: 0;
	}

	.nav-tabs > li {
		float: none;
		display: block;
	}

	.menu {
		position: relative;
		left: 0;
		right: 0;
		background: #fff;
		height: auto;
	}

	.nav-tabs > li > a {
		padding:15px 15px;
		border-bottom: 1px solid #f3f3f3;
	}

	.nav-tabs > li > a:hover {
		border-color: #f3f3f3;
	}
}

/*===========================
  slider
============================ */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
  margin-top: 50px;
}

.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

.carousel-caption h2 {
  color: #fff;
}

.carousel-caption p {
  color: #fff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}

#yute-carousel .animate.first-item {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#yute-carousel .animate.second-item {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#yute-carousel .animate.third-item {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

video {
  width: 100%;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
 .carousel-caption p {
    font-weight: 400;
  }

  .lead {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .featurette-divider {
    margin: 40px 0;
  }

  .featurette-heading {
    margin-top: 5px;
  }
}

/*===========================
  About
============================ */

.aboutus {
	padding:50px;
}

.aboutus img {
	padding-top: 12px;
  padding-bottom: 12px;
}

.aboutus h2 {
	margin-bottom:30px;
}

.aboutus h4 {
	margin-top:30px;
	margin-bottom:30px;
	font-weight:700;
}

.aboutus-divider {
  margin-top: 80px;
  margin-bottom: -5px;
}

.about {
	background:#eee;
	padding:50px;
}

.about h2 {
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
}

@media (max-width: 992px) {
  .aboutus {
    padding-left: 0;
    padding-right: 0;
  }
}

/*===========================
  Footer
============================ */

.footer {
	background:#fff;
	padding: 0 22px 15px;
}

.footer-divider {
  margin-top: 80px;
  margin-bottom: 50px;
}

ul.social-network {
	list-style:none;
	margin-top:20px;
	padding:10px 0;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin-right: 22px;
	font-size:25px;
}

ul.social-network li a {
	color:#1BBD36;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
  color: #C84941;
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ;
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}

.copyright {
	margin-top:30px;
  text-align: right;
  color: #333;
}

.copyright a {
	color:#333;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

@media (max-width: 992px) {
  .footer {
    padding: 0 0 15px;
  }

  a.scrollup {
    margin-bottom: 20px;
  }
}

/*===========================
  Tours
============================ */

.tours-divider {
   margin-top: 80px;
   margin-bottom: -5px;
}

.tours {
	padding:50px;
}

.tours .text-center {
  font-size: 18px;
}

.tours h2 {
	margin-bottom:30px;
}

.tours-thumbnail-row {
  padding-top: 30px;
}

.tour {
  padding: 50px;
}

.tour-divider {
  margin-top: 80px;
  margin-bottom: -5px;
}

.tour .page-heading {
  margin-bottom: 30px;
}

.tour img {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 992px) {
  .tour {
    padding-left: 0;
    padding-right: 0;
  }

  .tours {
    padding-left: 0;
    padding-right: 0;
  }
}

/*===========================
  Fleet
============================ */

.fleet .center p {
	margin-top:50px;
	font-size:18px;
}

.fleet .row {
  margin-bottom: 50px;
}

.gallery-thumbnail {
  margin-top: 50px;
}

.fleet-gallery-item {
  display: none;
}

.fleet-divider {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .fleet {
    margin-left: 0;
    margin-right: 0;
  }
}

/*===========================
  Map
============================ */

.map{
	position:relative;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
    width: 100%;
}

/*===========================
  Contact
============================ */

#contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:50px;
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

.contact-divider {
  margin-top: 80px;
  margin-bottom: -5px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
}

.btn-lg:hover {
	color:#1BBD36;
	background:#ddd;
}

a.scrollup{
    color:#1BBD36;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:#1BBD36;
}
.label { border-radius: 0; text-shadow: none; font-size: 11px; font-weight: normal; padding: 3px 5px 3px; background-color: #1bbd36!important }
.label[class*="span"][class*="arrow"] { min-height: 0 }
.badge {text-shadow: none;
font-size: 12px;
padding: 1px 15px;
font-weight: normal;
line-height: 15px;
background-color: #ABBAC3!important; }


.label-success{ background-color:  #1bbd36!important }

.label.arrowed{ position: relative; margin-left: 9px;margin-left: 25px;font-size: 16px;}
.label.arrowed:before{     display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0px;
  border: 9px solid transparent;
  border-width: 13px 7px;
  border-right-color: #1bbd36!important;
}
.label-success.arrowed:before { border-right-color: #1bbd36!important }

