@charset "utf-8";
/* ============================== */
/*
 - Title: Landing Page - Boostrap HTML
 - Autor: Mustache Themes
*/
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");

/*Helpers*/
@import url("helpers.css");

/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300");

/*Fancybox lightbox*/
@import url("../js/fancy/jquery.fancybox.css");

/*Animations*/
@import url("animations/animate.css");

/*go to top button*/
@import url("gototop/ui.totop.css");



/* ---------------------------------------------------------------------- */
/*	General Style
 /* ---------------------------------------------------------------------- */
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #383e44;
	font-weight: 400;
	/* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
	font-size: 62.5%;
	padding: 0;
	color: #555555;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
i[class^="icon-"] {
	height: auto;
	margin: 0 !important;
	padding: 0;
	vertical-align: middle;
	width: auto;
	background-image: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #153757;
	font-weight: 300;
}
h1 {
	font-size: 4.1em;
	line-height: 39px;
}
ul li {
	font-size: 1.3em;
}
ul li ul li {
	font-size: 1em !important;
}
h2 {

}
h2 em {
	color: #3B75BF;
	font-style: normal;
}
h2 span {
	background: none repeat scroll 0 0 white;
	display: inline-block;
	padding: 0 3%;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
p {
	line-height: 21px;
	font-size: 1.3em;
}

a, a:hover, a:active, a:focus {
	outline: 0;
}
iframe {
	border: 0;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.inline-list {
	list-style: none;
	margin: 0;
	display: block;
}
.inline-list li {
	display: block;
	float: left;
	margin: 0;
}



/*==================================================
 Transitional elements
 ================================================== */
#main-nav li a,	a.rslides_nav, .slider .container-fluid .console a.link_demo, .testimonials .console_customer, .team .content_team .social_member li a, .cta a, .newsletter form .btn-custom, .gallery a.mb-scrollButtons, .mb-slider .mb-panel.current a img {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}


/* Top Bar ----------------------------------*/
header .top {
	background: #153757;
	color: white;
}
header .top .social a, header .top p {
	line-height: 44px;
}
header .top p {
	color: #BFDEFF;
	font-size: 1.1em;
}
header .top .social li {
	border-left: 1px solid #2C4B67;
	/*width:40px;*/
}
header .top .social {
	border-right: 1px solid #2C4B67;
}
header .top .social a {
	/*width: 40px;*/
	display: block;
	color: #fff;
	font-size: 1.0em;
	padding:0 10px 0 10px;
}
header .top .social a:hover {
	background: #2C4B67;
}





/* Bar menu ---------------------------------*/
.menu-toggle {
	background: none repeat scroll 0 0 #666;
	border-radius: 5px 5px 5px 5px;
	float: right;
	font-size: 18px;
	height: 31px;
	line-height: 27px;
	text-align: center;
	width: 31px;
	display: none;
}
.menu-toggle i {
	color: #D4D4D4;
}
header .menu {
	padding: 3px 0;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
}
#main-nav {
	line-height: 37px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
}
#main-nav li {
	margin-left: 0.1em;
	margin-top: 0.9em;
}
#main-nav li a {
	padding: 0em 1em;
	color: #153757;
	line-height: 3em;
	display: block;
	text-decoration: none !important;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#main-nav a:hover,
#main-nav a:focus {
	outline: none;
	color: #273957;
}


/* Effect: Brackets */
#main-nav a::before,
#main-nav a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#main-nav a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

#main-nav a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

#main-nav a:hover::before,
#main-nav a:hover::after,
#main-nav a:focus::before,
#main-nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}




/* Slider -----------------------------------*/
#slider .carousel-control {
    left: -14px;
}
#slider .carousel-control.right {
    left: auto;
    right: -14px;
}
#slider .rslides1_on {
	float: none !important;
}
#slider p {
	font-size: 1.4em;
	color: #839BAD;
	margin-bottom: 1em;
}
#slider .item ul {
	list-style: none;
	margin-left: 0;
}
section {
	padding: 3% 0;
}

#slider .item  h2 {
	font-size: 4.3em;
}
#slider .item ul li {
	font-size: 1.4em;
	color: #839BAD;
	margin-bottom: 0.5em;
}
.price-box {
	border: 3px solid #ECECEC;
}
.price-box h3 {
	font-size: 7em;
	margin: 0em 0 0 0;
	line-height: normal;
}
.price-box h3 sup {
	font-size: 0.6em;
	top: -0.5em;
}
.price-box p {
	color: #2F94FB !important;
}
.price-box .cont-btn {
	background: #F6F6F6;
	padding: 5% 0;
}
.price-box .cont-price p {
	padding: 1em 0;
}
.price-box .btn.btn-large.btn-primary {
	font-size: 1.7em;
	padding: 1em 2em;
	background: #007fff;
	border-bottom: 3px solid #166FC9;
	font-weight: bold;
	border-radius: 2px;
}
.carousel-control {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #000 !important;
	opacity: 0;
	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}
#slider:hover .carousel-control {
	opacity: 0.5;
}

.carousel-control:hover {
	opacity: 0.8;
}





/* Tips / Features --------------------------*/
section.tips {
	background: none repeat scroll 0 0 #163554;
	padding: 2% 0 4.5% 0;
}
section.tips .item p {
	color: #859CAE;
	margin-bottom: 1em;
}
section.tips .item h5 {
	font-size: 1.4em;
	color: white;
	text-transform: uppercase;
}
section.tips .item {
	padding: 3% 0;
}

/* Awards / logos ---------------------------*/
section.tips2 {
	background: none repeat scroll 0 0 #163554;
	padding: 2% 0 4.5% 0;
}
section.tips2 .item p {
	color: #859CAE;
	margin-bottom: 1em;
}
section.tips2 .item h5 {
	font-size: 1.4em;
	color: white;
	text-transform: uppercase;
}
section.tips2 .item {
	padding: 1% 0;
}


.sect-title {
	color: white;
	font-family: Open Sans;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.intro-text {
	color: #859CAE;
	font-size: 1.4em;
}





/* Informacion ------------------------------*/
section.why {
	background: #28a0dc;
}
section.why h2 {
	font-size: 4em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	letter-spacing: 0;
}
section.why h4 {
	color: white;
	font-size: 2em;
	margin-bottom: 1.4em;
}
section.why p {
	color: white;
	margin-bottom: 1em;
}
section.why ul.linkmore {
	list-style: none;
	text-align: left;
	margin: 0;
}

section.why ul.linkmore li {
	display: inline-block;
	padding-right: 15px;
	height: 18px;
	line-height: 18px;
	border-right: 1px solid #EBEBEB;
	padding-left: 20px;
}

section.why ul.linkmore li:first-child {
	padding-left: 0px;
}

section.why ul.linkmore li a {
	color: #153757;
	text-decoration: none;
}

section.why ul.linkmore li:last-child {
	border-right: 0;
}

section.why ul.linkmore li a:hover {
	text-decoration: underline;
}



/* Tab section ------------------------------*/
.tab-sections-bottom {
	padding: 0 0 5% 0;
}
.tab-sections-bottom .nav-tabs > li {
	float: none;
	display: inline-block;
}
.tab-sections-bottom .nav-tabs > li > a:hover, .tab-sections-bottom .nav-tabs > li > a {
	background-color: #FFF;
	color: #808080;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	border-radius: 4px 4px 0 0 !important;
}
.tab-sections-bottom .nav-tabs > .active > a, .tab-sections-bottom .nav-tabs > .active > a:hover, .tab-sections-bottom .nav-tabs > .active > a:focus {
	color: #FFF;
	background-color: #273957;
}
.tab-sections-bottom .sect-title {
	color: #273957;
	font-size: 2.4em;
}
.tab-sections-bottom .intro-text {
	color: #859CAE;
	font-size: 1.4em;
	margin-bottom: 3em;
}



/* Tab section: gallery ------------------------------*/
.gallery .item {
	padding-bottom: 80%;
	position: relative;
	background: url(../img/tips-icons/img2.png) no-repeat center 45% #7CC9B8;
	margin: 0 10px 30px 0;
}
.gallery .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.gallery .item .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gallery .item .hover {
	-webkit-transition: left linear 0.2s, top linear 0.2s, opacity linear 0.2s;
	-moz-transition: left linear 0.2s, top linear 0.2s, opacity linear 0.2s;
	-o-transition: left linear 0.2s, top linear 0.2s, opacity linear 0.2s;
	transition: left linear 0.2s, top linear 0.2s, opacity linear 0.2s;
	opacity: 0;
	left: 0px;
	top: 0px;
	background: #273A57;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gallery .item:hover .hover {
	left: 10px;
	top: 10px;
	display: block;
	opacity: 1;
}

.gallery .item .hover h5 {
	color: white;
	font-weight: bold;
	margin: 3em 0 0.5em 0;
	text-transform: uppercase;
}
.gallery .item .hover p {
	color: #7CC9B8;
	margin-bottom: 1em;
}
.gallery .item .hover a {
	background: #F2881F;
	width: 95px;
	line-height: 33px;
	height: 35px;
	text-align: center;
	color: #273A57;
	display: block;
	margin: 0 auto;
	font-size: 20px;
}
.fancybox-title-float-wrap .child {
	border-radius: 0;
	font-weight: normal;
	white-space: normal;
}
.fancybox-skin {
	background: #000;
	border-radius: 0;
}

/* Tab section: video ------------------------------*/
.video .container .intro-text {
	margin-bottom: 3.3%;
}
.list-features {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-features li {
	display: block;
	font-size: 1.4em;
	line-height: 18px;
	margin-bottom: 1.5em;
	padding-left: 25px;
}

.list-features li li{ 
	color: #555555;
}

/* Tab section: map ------------------------------*/
.tab-sections-bottom .tab-content {
	overflow: visible;
}
#map {
	overflow: visible;
}
.map {
	border-top: 3px solid black;
	margin: 25px 0;
	overflow: visible;
	position: relative;
	padding-bottom: 36% !important;
}
.map iframe {
	height: 100%;
	margin-bottom: -10px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.map .innerBox {
	z-index: 5;
	left: 0;
	top: 0;
	background: url(../img/bg-map-box.png) center top;
	height: 100%;
	position: absolute;
	margin: 0 150px;
	max-width: 307px;
	padding: 56px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.map .innerBox h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 60px;
}
.map .innerBox p {
	color: #fff;
	padding: 0 0 1em 0;
}
.map .directions {
	border-top: 1px solid #102B43;
}
.map .directions label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em 0;
}
.btn-primary {
	background: #163758;
	border: 0;
	padding: 1% 3%;
}
.btn-primary:hover {
	background: #0080FF;
}
.btn-group .btn-primary {
	background-color: #102b43 !important;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #102b43 !important;
}
.btn:hover, .btn:focus {
	background-position: 0 0px;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}




/* Testimonials -----------------------------*/

.testimonials {
	background: #00a8ec;
	padding: 50px 0 70px;
}

.testimonials blockquote {
	margin: 0px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 3em;
	font-weight: normal;
	border: 0;
}

.testimonials blockquote cite {
	display: block;
	font-size: 0.5em;
	color: #fff;
	text-align: center;
	margin: 15px 0;
}

.carousel-indicators {
	width: 90px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: 5px;
	text-align: center;
	padding-top: 145px;
	cursor: pointer;
}



/* Team -------------------------------------*/

.team {
	background: #fff;
	padding: 50px 0 100px;
}

.team .sect-title {
	color: #273957;
	font-size: 2.4em;
	text-align: center;
}

.team .intro-text {
	color: #859CAE;
	font-size: 1.4em;
	margin-bottom: 3em;
	text-align: center;
}

.team .profile {
	border-radius: 3px;
}

.team .info h4 {
	margin: 20px 0 7px;
	font-weight: 600;
	font-size: 21px;
}

.team .info h5 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
}

.team .info p {
	margin: 15px 0;
	line-height: 18px;
	color: #777;
}

.team .info ul.social  {
	margin:0;
}

.team .info .social li {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 20px;
}

.team .info .social li a {
	color: #aaa;
}

.team .info .social li a:hover {
	color: #28a0dc;
}

.team .info .social li a i{
	font-size: 18px;
}





/* Pricing Tables ----------------------------*/
.pricing-tables {
	padding: 0 0 100px 0;
}

.pricing-tables .sect-title {
	color: #273957;
	font-size: 2.4em;
	text-align: center;
}

.pricing-tables.intro-text {
	color: #859CAE;
	font-size: 1.4em;
	margin-bottom: 3em;
	text-align: center;
}

.table-header {
	text-align: center;
	padding: 20px 0;
	margin-top: 16px;
	color: #fff;
	background: #00a8ec;
}

.table-header h3 {
	color: #fff;
	margin: 0;
	font-size: 26px;
	line-height: 26px;
}

.table-price {
	text-align: center;
	border-bottom: none;
	background-color:#999999;
}

.table-price p {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 20px 0;
}
/*.table-price p {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 64px;
	line-height: 64px;
	margin: 0;
	padding: 20px 0;
}*/

.table-price sup {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	top: -8px;
}
/*.table-price sup {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	line-height: 32px;
	top: -22px;
}*/

.table-body {
	background-color:#f4f4f4;
}

.table-body ul {
	padding: 15px;
	margin: 0;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.table-body ul li {
	text-align: center;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid #cfcfcf;
}

.table-button a {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	display: block;
	padding: 15px 0 15px 0;
	margin: 0;
	text-align: center;
	background-color:#273957;
}



/* Logos ------------------------------------*/

.logos {
	background: #454545;
	padding: 2px 0;
}

.logos  img {
	display: table;
	margin: 0 auto;
}




/* Newsletter -------------------------------*/
.newsletter {
	background: #0066FF;
	padding: 2.6% 0 1.9% 0;
}
.newsletter .fields {
	text-align: center;
}
.newsletter .fields label {
	color: white;
	display: inline-block;
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: 0px;
	white-space: nowrap;
	padding: 10px 10px;
}
.newsletter .fields input {
	display: inline-block;
	border-radius: 2px;
	height: 58px;
	font-size: 2.4em;
	font-weight: normal;
}
.newsletter .fields input.btn {
	background: none repeat scroll 0 0 #163758;
	border-bottom: 3px solid #166FC9;
	font-size: 1.7em;
	font-weight: bold;
	height: 58px;
	padding: 0;
	width: 100%;
}
.btn {
	box-shadow: none;
}
.newsletter .fields input.large {
	border: 0 none;
	color: #999999;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 10px 10px;
	padding: 16px 10px;
}
.newsletter .fields div {
	display: inline-block;
}
section {
	overflow: hidden;
}






/* Footer -----------------------------------*/
.footer {
	background: #163758 url(../img/bg-footer.png) repeat 0 0;
	color: #fff;
}
.footer .container.generic-section {
	padding: 33px 0 51px 0;
}
.footer .item h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em;
}
.footer .item i {
	font-size: 1.2em;
}
.footer .item p {
	color: #CBCCCE;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.footer .item p a {
	color: #CBCCCE;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .item p a:hover {
	color: #3B75BF;
}
ul.social-foot {
	margin: 0;
	padding: 0;
}
ul.social-foot li {
	display: inline-block;
	padding: 0 1%;
}
ul.social-foot li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}
ul.social-foot li a:hover {
	background-position: 0 100% !important;
}
ul.social-foot li a.in {
	background: url(../img/ico-social-in.png);
}
ul.social-foot li a.googleplus {
	background: url(../img/ico-social-googleplus.png);
}
ul.social-foot li a.youtube {
	background: url(../img/ico-social-youtube.png);
}
ul.social-foot li a.facebook {
	background: url(../img/ico-social-facebook.png);
}
ul.social-foot li a.twitter {
	background: url(../img/ico-social-twitter.png);
}
ul.social-foot .tooltip .tooltip-inner {
	background: white;
	color: black;
}
ul.social-foot .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
.fcontainer {
	max-width: 1150px;
	position: relative;
}




/* Copyright --------------------------------*/
.copy {
	background: #163758 url(../img/bg-copyright.png) repeat 0 0;
}
.copy p {
	color: #777;
	font-size: 1.1em;
	margin: 0;
	line-height: 3em;
}
.copy a {
	color: #777;
}

i[class^="icon-"] {
	height: auto;
	margin: 0 !important;
	padding: 0;
	width: auto;
}




/*==================================================
 steepy adptation
 ================================================== */
.form-reservation-buttons {
	padding: 20px 30px;
	background: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.step {
	width: 100%;
}
form > .stepy-error {
	display: none;
}
.stepy-error {
	display: block;
}
.stepy-error label.error {
	float: none;
	display: block;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.step input, .step textarea, .step select, .step label {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0px;
}

.datepicker td.day.disabled {
	color: #CCCCCC;
}
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 370px !important;
}