/* MIXINS */
/*
@media (max-width: $screen-xs-max) { ... }
@media (min-width: $screen-sm-min) { ... }
@media (max-width: $screen-sm-max) { ... }
@media (min-width: $screen-md-min) { ... }
@media (max-width: $screen-md-max) { ... }
@media (min-width: $screen-lg-min) { ... }
*/
/* 5 Columns Bootstrap */
@import url("../fonts/century-gothic/stylesheet.css");


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 768px) {
  .col-sm-3rds {
    width: 33%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-3rds {
    width: 33%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-3rds {
    width: 33%;
    float: left; } }

/* 5 Columns Bootstrap */
html, body {
  font-family: 'Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:16px;
  height: 100%; 
  background-color:#fff;
}

a {
  color: #00478C; }

a:hover, a:active, a:focus {
  text-decoration: none; }

h1.content-text {
	font-weight:bold;
	color:#cc0105;
}
/* GENERAL*/
.img-responsive {
  margin: auto; }

.nopadding {
  padding: 0; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.divCenter {
	margin:0 auto;
}

/* LAYOUT */
header {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
  background: -webkit-linear-gradient(top,rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.50),rgba(0,0,0,0));
  background: linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.50),rgba(0,0,0,0));
  }
  @media (max-width: 991px) {
    header {
      position: relative;
      background: #fff; 
	} 
  }

header .logo {
  display: block;
  padding: 5px;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
}
  @media (max-width: 991px) {
    header .logo {
      max-width: 75%;
     /* -webkit-filter: brightness(10);
      filter: brightness(10);*/
      text-align: center; } }

header .tgmenu {
	/*margin: 15px 30px 0 0;*/
	position:absolute;
	top:15px;
	right:30px;
}

@media (max-width: 991px) {
  header .tgmenur {
    display: none; } }

header nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 55px 0 0 0;
  text-align: right; }
  @media (max-width: 991px) {
    header nav ul {
      padding: 0;
      text-align: center; 
	} 
  }
  @media (max-width: 1198px) {
	header #botonera nav ul {
	  padding: 0 0 10px 0; 
	}
  }

#tripManagerNormal {
	display:none;
}
#tripSurveyNormal {
	display:none;
}
.formLogin {
	padding-top:140px;
}

header nav ul li {
  display: inline-block; }

header nav ul li a {
  font-size: 14px;
  display: block;
  padding: 7px 9px;
  margin: 0 2px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

header nav ul li a:hover, header nav ul li a:focus, header nav ul .active a {
  display: block;
  padding: 7px 9px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none; 
}

header nav ul li a:hover {
	border-color:#ccc;
}

@media (max-width: 991px) {
	header #botonera {
		float:none;
	}
	header nav ul li {
		display: block; 
	} 
	#tripManager {
		display:none;
	}
	#tripSurvey {
		display:none;
	}
	#tripManagerNormal {
		display: block;
	}
	#tripSurveyNormal {
		display: block;
	}
	.formLogin {
		padding-top:10px;
	}
	header nav ul li a {
		font-size: 14px;
		display: block;
		padding: 7px 9px;
		margin: 0 2px;
		color: #333;
		border: 1px solid transparent;
		border-radius: 5px;
		text-transform: uppercase;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease; 
	}
	header nav ul li a:hover, header nav ul li a:focus, header nav ul .active a {
		display: block;
		padding: 7px 9px;
		color: #333;
		border: 1px solid #333;
		border-radius: 5px;
		text-decoration: none; 
	}
	header nav ul li a:hover {
		border-color:#999;
	}
	#botonera {
		width:90%;
		margin:auto;
		clear:both;
	}
}
.scrolled {
  background: #FFF; 
  border-bottom: 1px solid #333;
}

.scrolled .logo {
  max-width: 75%;
}
.scrolled #botonera nav ul {
  padding: 40px 0 0 0; }

.scrolled #botonera nav ul #tripManager, .scrolled #botonera nav ul #tripSurvey {
    top: 5px;
}


@media (max-width: 1198px) {
.scrolled #botonera nav ul {
  padding: 0 0 10px 0; }
}

.scrolled nav ul li a {
  color: #333;
}
.scrolled nav ul li a:hover, .scrolled nav ul li a:focus, .scrolled nav ul .active a {
  color: #333;
  border: 1px solid #333;
}
.scrolled nav ul li a:hover {
	border-color:#ccc;
}

ul.content-text li {
	list-style: none;
    list-style-position: outside;
    padding-bottom: 6px;
    padding-left: 10px;
}
ul.content-text li:before {    
	font-family: 'FontAwesome';
	content: '\f05d';
	margin:0 8px 0 -15px;
	color: #cc0105;
}
/*CARRUSEL*/
.slidebox {
  display: inline-block;
  padding: 40px 20px 20px 20px;
  /*border: 1px solid #FFFFFF;
  background-color: rgba(5, 13, 48, 0.4); */
}
  @media (max-width: 991px) {
    .slidebox {
      padding: 10px 3px 5px 3px; } }

.slidebox h1 {
  font-weight: 700;
  margin: 0 0 15px 0;
  font-size: 60px;
  line-height: 40px;
  text-shadow: 1px 1px 22px #000; }
  @media (max-width: 991px) {
    .slidebox h1 {
      font-size: 20px;
      line-height: 15px; } }

.slidebox h1 span {
  font-size: 30px; }
  @media (max-width: 991px) {
    .slidebox h1 span {
      font-size: 15px; } }

.counters {
  top: 40%;
  bottom: auto; }
  @media (max-width: 991px) {
    .counters {
      top: 20%;
      padding: 0;
      right: 15px;
      left: 15px; } }

.counters h3 {
  display: table-cell;
  color: #050D30;
  font-weight: 900;
  font-size: 80px;
  vertical-align: middle;
  text-shadow: none; }
  @media (max-width: 991px) {
    .counters h3 {
      font-size: 20px; } }

.counters h3 span {
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 15px;
  border: 1px solid #C4B395;
  padding: 15px;
  font-weight: 700;
  color: #5D5D5D;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .counters h3 span {
      margin-top: 0;
      display: block; } }

/* HOME */
.car {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.card .caption {
  background-color: rgba(5, 13, 48, 0.7);
  position: absolute;
  padding: 30px;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  color: #FFFFFF;
  height: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.card .caption .iconr {
  float: right;
  font-size: 20px;
  border: 3px solid #FFFFFF;
  padding: 5px 7px;
  -webkit-opacity: 0;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease; }

.card .caption h2 {
  font-size: 30px;
  margin: 0; }

.card .caption h2 strong {
  display: block;
  font-weight: 700; }

.card .caption p {
  display: block;
  padding: 15px 0 0 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.card:hover .caption {
  height: 50%; }

.card:hover .caption p {
  -webkit-opacity: 1;
  opacity: 1; }

.card:hover .caption .iconr {
  -webkit-opacity: 1;
  opacity: 1; }

.spacer {
  display: block;
  padding: 135px 0; }

@media (max-width: 991px) {
	.spacer {
		padding: 230px 0; 
	}
}

footer {
  background-color: #777777;
  color: #FFFFFF; 
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer .subinfo {
  padding-top:20px;
  font-size: 14px; }

footer .subinfo h4 {
  display: blockquote;
  padding: 15px 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  border-bottom: 1px solid #FFFFFF; }

footer .subinfo h4 i {
  color: #FFF;
  font-size: 20px; }

footer .subinfo p {
  padding: 15px 15px 15px 30px; }

footer .subinfo ul{
	padding-top: 15px;
}

footer .subinfo ul li a{
	color:#fff;
}

footer .columcenter {
  color: #C4B395; }

footer .columcenter h4 {
  display: inline-block;
  padding: 15px;
  border: 1px solid #C4B395; }

footer .columcenter .pxline {
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #C4B395;
  margin: 15px auto; }

#desktop-version {
	height:40px;
	border-bottom: 1px solid white;
	text-align: center;
	display:none;
}

#desktop-version #view-full, #desktop-version #view-mobile {
	margin:	10px auto;
	background-color:#777777;
	border: 1px solid white;
	color:#fff;
	font-size:11px;
}

#desktop-version #view-full:hover, #desktop-version #view-mobile:hover {
	background-color:#fff;
	border: 1px solid #777777;
	color:#777777;
}

@media (max-width: 991px) {
	#desktop-version {
		display:block;
	}
	#view-mobile {
		display:none;
	}
}

/* CONTENT PAGE */
.pageheader {
	background-size: cover;
	padding: 320px 0 30px 0; 
    margin-bottom: 40px;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.pageheader {
		padding: 50px 0 10px 0; 
    margin-bottom: 30px;
	} 
}

.pageheader h1 {
  font-weight: 900;
  margin: 0;
  font-size: 60px;
  color: #ee1f25;
  font-style:italic;
  /*border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.5);*/
  display: inline;
  padding: 0 20px;
  text-shadow: 1px 1px 2px #FFF;
}
  
.pageheader h1.resaltado {
	text-shadow: 0 0 25px rgba(0, 0, 0, 0.7);  
}
  
@media (max-width: 991px) {
	.pageheader h1 {
		font-size: 30px; 
	} 

	.pageheader .slogan {
		display:none;
	}
}

.pageheader .slogan {
	font-weight: 900;
	font-size: 40px;
	color: #ee1f25;
	text-shadow: 1px 1px 2px #FFF;
	line-height: 1;
	position:absolute;
	top:300px;
	right:120px;
}
.pageheader .slogan .alt-color {
	color: #585858;
	padding-left:90px;
}

.pageheader h2 {
  font-weight: 900;
  margin: 0;
  font-size: 50px;
  color: #050D30; }

.pageheader.white, .pageheader.white h1 {
  color: #FFFFFF; }

.columns2 {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; 
}

@media (max-width: 991px) {
	.columns2 {
	  column-count: 1;
	}
}

.servicecard {
  padding: 300px 0 50px 0;
  background-size: cover;
  overflow: hidden;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

@media (max-width: 991px) {
	.servicecard {
		margin-bottom:30px;
	}
}

.servicecard:hover {
  padding: 350px 0 50px 0; }

.servicecard .caption {
  height: 300px;
  padding: 30px;
  background-color: rgba(204, 1, 5, 0.85);
  margin-bottom: -50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease; 
  }

.servicecard .caption:hover {
  background-color: rgba(204, 1, 5, 0.95); }

.servicecard .caption h2 {
  font-size: 22px; 
  font-weight: bold;
  }
.servicecard .caption h2 span {
  color: #ffb300; }


.weathercard {
  padding: 200px 0 50px 0;
  background-size: cover;
  overflow: hidden;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.weathercard:hover {
  padding: 250px 0 50px 0; }

.weathercard .caption {
  height: 400px;
  padding: 30px;
  background-color: rgba(204, 1, 5, 0.8);
  margin-bottom: -50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease; 
  }

.weathercard .caption:hover {
  background-color: rgba(204, 1, 5, 0.95); 
}

.weathercard .caption li:before {
	color: #ffdcdc;
}

.weathercard .caption h2 {
  font-size: 22px; 
  font-weight: bold;
  color:#ffc94b;
  }

@media (max-width: 991px) {

	.weathercard .caption li {
		padding-bottom: 0;
	}
	.weathercard {
		margin-bottom:30px;
	}
}

#three-steps {
	margin: 30px 0 30px 0;
}
.btn-cute {
  color: #C4B395;
  border: 1px solid #C4B395;
  padding: 12px 15px;
  font-size: 25px;
  background-color: #FFFFFF;
  text-transform: uppercase; }

.headcontry .container {
  position: relative; }

.headcontry h2 {
  display: block;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(5, 13, 48, 0.7);
  margin: 0 0 0 30px;
  padding: 20px 30px;
  bottom: 0;
  -webkit-transform: skew(23deg, 0);
  transform: skew(23deg, 0); }
  @media (max-width: 991px) {
    .headcontry h2 {
      position: relative;
      font-size: 15px;
      padding: 10px 15px;
      background-color: #050d30;
      margin: 0 0 0 0;
      -webkit-transform: skew(0, 0);
      transform: skew(0, 0); } }

.headcontry h2 span {
  display: block;
  -webkit-transform: skew(-23deg, 0);
  transform: skew(-23deg, 0); }
  @media (max-width: 991px) {
    .headcontry h2 span {
      -webkit-transform: skew(0, 0);
      transform: skew(0, 0); } }

.titlecute {
  color: #C4B395; }

.listblue p {
  color: #050D30;
  display: block;
  padding: 5px 15px; }

.texturebg {
  display: block;
  padding: 25px 0;
  text-align: center;
  background-image: url(../img/bg-texture.png); }

.cardpilot h2 {
  margin: 0;
  color: #050D30;
  font-size: 22px; }

.cardpilot p {
  display: block;
  padding: 15px 0; }

.cardpilot .btn-readmore {
  border: 1px solid #C4B395;
  color: #C4B395;
  text-transform: uppercase; }

.contact-info {
  color: #050D30; }

.contact-info i {
  border: 3px solid #050D30;
  padding: 5px 7px;
  border-radius: 20px; }

.reserveblock {
  border: 2px solid #050D30;
  padding: 20px; }

.reserveblock h2 {
  color: #A40000;
  display: block;
  border-bottom: 1px solid #5D5D5D;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

.btn-serve {
  color: #050D30; }

.btn-serve i {
  display: block;
  text-align: center;
  font-size: 50px; }

.nav.nav-tabs .active .btn-serve {
  color: #A40000; }

#clients_say .item blockquote {
  padding: 15px 25px; }

#clients_say .carousel-indicators {
  bottom: -40px; }

.weather-service {
	border: 1px solid #333;
	border-radius:5px;
	color:#333;
	background-color:rgba(200,200,200,0.3);
}

.weather-service h2{
	font-size:16px;
	font-weight:bold;
	color:#333;
}

.weather-service.textual {
	/*background: linear-gradient(rgba(200,200,200,0.5), rgba(200,200,200,0.5)), url(metars.jpg);*/
}

.weather-service.graphical {
	/*background: linear-gradient(rgba(200,200,200,0.5), rgba(200,200,200,0.5)), url(graphical.jpg);*/
}

#topmenu{
	height: 55px;
	padding: 25px 0 0 250px;
	color: rgba(255,255,255,1);
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #000;
	font-size:18px;
	font-weight:bold;
	position:relative;
	background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
}
.left{
	float: left;
}
.socials { background: url(images/socials-inner.png) #FFF repeat-x 0 0;  height: 49px;  }
.socials-inner { height: 49px; width: 350px; margin: 0 auto; text-align: center;}
.socials h3 { float: left; font-size: 18px; padding: 0 19px; padding-bottom: 0; margin-top:13px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; color:#626262;  }
.socials ul { list-style: none; list-style-position: outside; line-height: 49px; margin:0;  }
.socials ul li { font-size: 11px; padding-right: 18px;  color: #7c7c7c; background: transparent; text-transform: uppercase; float: left; }
.socials ul li a { color: #7c7c7c; text-decoration: none; display: block; padding-left: 28px; position: relative;  }
.socials ul li a span { background: url(images/socials.png) no-repeat 0 0; position: absolute; width: 20px; height: 20px; top: 13px; left: 0; }
.socials ul li a:hover { color: #333; }
.socials ul li a.facebook-ico span { background-position: 0 0; }
.socials ul li a.twitter-ico span { background-position: -22px 0; }

#tripManager {
	position:absolute;
    top: 13px;
    margin-left: -178px;
}
#tripSurvey {
	position:absolute;
    top: 13px;
    margin-left: -285px;
}
#tripManager a, #tripSurvey a {
	padding:2px 7px;
	color: #cc0105;
	background-color:#F0F0F0;
	font-weight:bold;
}
#tripManager a:hover, #tripSurvey a:hover {
	background-color:#FFFFFF;
}
.post{
	margin-top:40px;
	margin-bottom:20px;
}
.post h2 {
	color: #cc0105;
}