/*=================================================
||				1. Imports 
==================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #fff;
}
/*Owl Carousel*/
.owl-prev, .owl-next
{
	position: absolute;
	top: 43%;
	font-size: 22px;
	padding: 5px;
}
.owl-next
{
	right: -40px;
}
.owl-prev
{
	left: -40px;
}
.owl-prev:before
{
    content: "\f3d2";
    font-family: 'ionicons';
 	/*color: #fff;*/
}
.owl-next:before
{
    content: "\f3d3";
    font-family: "ionicons";
    /*color: #fff;*/
}
.section-title{
	color: #F48235;
	text-align: center;
}
.section-hosp{
	margin-top: 100px
}
.section-subtitle{
	color: #583b54;
	margin-bottom: 20px;
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px !important;
}
.section-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-serv-tour{
	padding-bottom: 25px;
}
.button-tour {
    float: right;
}
.align-button {
    padding-bottom: 30px;
    padding-right: 180px;
}
p{
	color: #969595;
}
.border-radius{
	border-radius: 0 !important;
	border-color: #74CBC6;
	height: 45px;
}
p:hover{
	cursor: default;
}
.navbar-toggle {
    background-color: #74CBC6;
    border: 1px solid #74CBC6;
    border-radius: 0;
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-toggle {
    border-color: #74CBC6;
}
.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: #fff;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #74CBC6;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*=================================================
||				3. Header
==================================================*/
			/*navbar*/
.navbar-default .navbar-brand{
	border: 1px solid transparent;
	color: #74CBC6;
	font-size: 33px;
	padding: 10px 0px;
	height: auto;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: capitalize;
}
ul.nav.navbar-nav.navbar-right{
	margin-top: 10px;
}
.navbar-default .navbar-brand span{
	color: #583b54;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #F48235;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    padding: 5px 0px;
    border-radius: 0;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
	color: #F48235;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #F48235;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #74CBC6;
	background: #e8f9ff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #F48235;
    background: #e8f9ff;
    font-weight: bold;
}
		/*Home*/
.flexslider{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
	background: transparent;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-size: cover;
    max-width: 100%;

}
.slider-item{
	background-size: inherit;
	/*background-position: left bottom;*/
	background-repeat: no-repeat;
}
.inner-intro{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.intro{
	display: table;
	text-align: center;
	width: 100%;
	height: 100vh;
}
.header-title{
	font-size: 34px;
	font-weight: 400;
	color: #F48235;
}
.header-title span{
	font-weight: 700;
}
.header-sub-title{
	font-size: 14px;
	color: #F48235;
	margin: 20px 40px 25px;
}
.custom-btn{
    color: #F48235;
    background-color: transparent;
    border-color: #F48235;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
.custom-btn:hover{
	background: #74cbc6;
	color: #583b54;
}

.text-header{
    padding-bottom: 40px;
}

.text-phone {
    font-size: 22px;
}

.text-phone:hover {
    text-decoration: none;
    color: #74CBC6;
}

.link-header {
    font-size: 18px;
}
.link-header:hover {
    color: #74cbc6;
    text-decoration: none;
}

.tel-header {
    text-align: center;
    padding-top: 5px;
    padding-left: 30px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.post-header {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}



/*=================================================
||				4. Find a Tour
==================================================*/
.form-dropdown{
	margin-top: -25px;
}
.custom-addon{
	background: #fff;
}
.border-right{
	border-right: 0px;
}
.custom-button{
	background: #74CBC6;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}
.custom-button:hover{
	background: #53B1DE;
	border-color: #53B1DE;
	color: #fff;
}
.tour .input-group{
	margin-bottom: 22px;
}
/*=================================================
||				5. Our Blazzing offers
==================================================*/
.offer{
	color: black;
	text-align: center;
	background: #f9f9f9;
}
.offer-item{
	background: #fff;
	letter-spacing: 1px;
	padding: 30px;
	transition: all .7s ease-in;
	margin: 10px 0px;
}
.icon{
	padding: 20px 0;
	font-size: 35px;
	color: #74CBC6;
}
.offer-item h3,a{
	padding-bottom: 40px;
	margin: 0px;
	font-size: 15px;
	color: #F48235;
}
.offer-item p{
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 170%;
}
.offer-item:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}


/*=================================================
||				6. Top place to visit
==================================================*/
.visit-item{
	padding: 0px 15px;
	transition: all .4s ease-in-out;
	opacity: .6;
}
.visit-item:hover{
	opacity: 1;
}
.visit .owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: #fff;
	color: #74CBC6;
	font-size: 25px;
}
/*=================================================
||				7. offer-cta
==================================================*/
.offer-cta{
	background: url("../images/cta-1.png") right center;
	background-size: cover;
}
.offering{
	float: right;
	color: #74CBC6;
	text-align: center;
	padding: 32px 0;
}
.percent{
	font-style: italic;
	font-size: 68px;
}
.percent span{
	font-size: 117px;
	font-weight: 700;
	font-style: normal;
}
.FTour{
	font-size: 30px;
	font-weight: 200;
	margin-top: -20px;
}
.price-btn{
	background: #74CBC6;
    color: #fff;
    border-color: #74CBC6;
    text-transform: capitalize;
    margin: 20px;
}
.price-btn:hover{
	color: #74CBC6;
    background-color: #fff;
    border-color: #74CBC6;
}
/*=================================================
||				8. Additional Services
==================================================*/
.additional-services .col-md-4{
	margin-bottom: 30px;
}
.custom-table{
	display: table;
}
/*.additional-services .custom-table:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}*/
.add-srvc-img{
	left: 0;
    top: 0;
    bottom: 0;
}
.add-srvc-heading{
	color: #313131;
	font-size: 16px;
}
.add-srvc-detail{
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #f9f9f9;
    color: #969595;
    font-size: 13px;
    padding-right: 30px;
}

/*=================================================
||				9. Sponsor
==================================================*/
.sponsor{
	text-align: center;
	background: #f9f9f9;
}
.sponsor-item{
	 /*width: 100px !important; */
	padding: 30px;
	opacity: .3;
	transition: all .4s ease-in-out;
	margin-bottom: 30px;
}
.sponsor-item:hover{
	opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #74CBC6;
}
.owl-theme .owl-dots .owl-dot span{
	background: #f1f1f1;
}
/*=================================================
||				10. Subscribe
==================================================*/
.subscribe{
	text-align: center !important;
}
.brand-logo{
	font-size: 33px;
	color: #74CBC6;
}
a.brand-logo span{
	color: #583b54;
}
a.brand-logo:focus, a.brand-logo:hover{
	color: #74CBC6;
	text-decoration: none;
}

.subscribe-now{
	color: #313131;
	font-size: 13px;
	margin: 40px 0 20px;
}
.custom-sub-btn{
	background-color: #74CBC6;
	color: #fff;
	border-color: #74CBC6;
	transition: all .4s ease-in-out;
}
.custom-sub-btn:hover{
	background: #53B1DE;
	border-color: #53B1DE;
	color: #fff;
}
/*.input-group .custom-sub{
	width: 300px;
}*/
.social-icon{
	text-align: center;
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    font-size: 20px;
}
.social-icon li{
	display: inline;
    padding: 5px;
}
.social-icon a{
	color: #74CBC6;
}
.social-icon a:hover{
	color: #53B1DE;
}

footer{
	background: #F48235;
}
footer a{
	color: #fff;
	padding: 5px;
}
footer a:hover{
	color: #74cbc6;
}
footer a:hover, footer a:focus{
	text-decoration: none;
	color: #74cbc6;
}
.top {
    display: inline-block;
    float: right;
    background-color: #2F6B5A;
    border-radius: 4px;
}
/*=================================================
||				13. Media Query
==================================================*/

@media (max-width: 1058px){
    .text-phone{
        font-size: 15px;
    }
    
    .navbar-default .navbar-nav>li>a{
		font-size: 15px;
	}
}



@media (max-width: 991px){
	.offer-cta{
		background: url("../images/cta-1.png") bottom left no-repeat;
	}
	.offering{
		padding-bottom: 300px;
	}
    
     .navbar-default .navbar-nav>li>a{
		font-size: 12px;
	}
}
}

@media (min-width:991px){
    
    
    .navbar-default .navbar-nav>li>a{
		font-size: 12px;
	}
}

@media (max-width: 849px){
    
       
    .text-phone{
        font-size: 15px;
    }
    
    .navbar-default .navbar-nav>li>a{
		font-size: 8px;
	}
}

@media (min-width: 849px){
    .tel-header{
        padding-left: 30px;
    }   
    .text-phone{
        
    }        
}

@media (max-width: 768px){
    
    .text-phone{
        font-size: 15px;
    }
    
    .navbar-default .navbar-nav>li>a{
		font-size: 8px;
	}
}

@media (min-width:768px){    
    .tel-header{
        padding-left: 10px;
    }  
    
}

@media (max-width: 480px){
	
	.slide{
		height: auto;
	}
	.intro{
		max-height: 627px;
	}
	.navbar-default .navbar-nav>li>a{
		font-weight: 400;
	}
	.navbar-default .navbar-brand{
		padding-left: 15px;
	}
    .tel-header{
        padding-left: none;}
    
}


/*=================================================
||				16. Tours
==================================================*/

.text-desc {
    margin-left: 50px;
    margin-right: 50px;
}

.imagen-atardecer {
    padding-top: 60px;
}

/*=================================================
||				 Estilos Slider
==================================================*/

.text-pad-top {
    padding-top: 100px
}

.text-pad-bo {
    padding-bottom: 100px
}

.text-color {
    color: white;
}

/*=================================================
||				 Estilos Articulos
==================================================*/

.text-content {
    padding-left: 25px;
    padding-right: 25px
    text-align: justify;
        
}

/*=================================================
||				 Estilos Servicios
==================================================*/
.offer-item:hover {
    background: #74CBC6;
}

.offer-item:hover .icon{
	color: #fff;
}

.add-srvc-detail:hover {
    background: #74CBC6;
}

.service-title:hover {
    text-decoration-line: none;
}

/*=================================================
||				 Estilos galería
==================================================*/

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.image-large {
    width: 90%;
    padding-left: 55px%;
}

.image-center {
    align-content: center;
}

/*=================================================
||				 Fotos
==================================================*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/*=================================================
||				 Estilos footer
==================================================*/

.title-footer {
    color: #74CBC6;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.title-footer:hover {
    color: white;
}

.icon-footer-ship {
    
}

.icon-footer-ship:hover {
    color: black;
}

.copyr-footer {
    border-top: 2px solid;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.size-icon {
    font-size: 45px;
}

.text-icon {
    text-align: center;
} 

.text-contact-footer {
    font-size: 20px;
}

.color-logo-whats {
    
}

.color-logo-whats:hover {
    color: #25D366;
}

.color-logo-face {
    
}

.color-logo-face:hover {
    color: #3b5998; 
}

.size-icon-blog {
    font-size: 25px;
}

.text-blog {
    font-size: 20px;
}

.footer-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-copy {
    padding-bottom: 15px;
    padding-top: 15px;
}