/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';
@import url('https://fonts.googleapis.com/css?family=Roboto');

body, html {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
    color: #433904;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h5, h6{
    font-family: Roboto,Helvetica,Arial,sans-serif;
    /*font-weight: 700;*/TE
}

a:active, a:hover, a:focus, a:visited {
    outline: none!important;
    text-decoration: none;
    border: none;
    -moz-outline-style: none;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}
/*
table tr:first-child{
    white-space: nowrap;    
}
table th, table td {
    border: 1px solid #6f90b8;
    padding: 4px 8px;
}
table td {
    background: #eaf0f4;
    border-top: none;
    border-bottom: none;
}
*/


/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}



.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	/*margin-bottom: 20px;*/
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	/*margin-top: 0;*/
	margin-top: 60px;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}


/*********  FOOTER  **********/
#footer-cnt{
	background:  #414b4f;
    font-size: 14px;
    border-bottom: 1px solid #5b6366;
}

#site-footer {
	/*
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	*/
	background: transparent;
	border-top: none;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
#site-footer h3{
	font-size: 18px;
	text-transform: uppercase;
    margin-bottom: 20px;
}
#site-footer ul li a:after {
    content: "\f105";
    display: block;
    position: absolute;
    width: 5px;
    height: 7px;
    z-index: 10;
    top: 50%;
    left: 2px;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
}
#site-footer ul li a:after {
    color: #ffb300;
}
#site-footer ul li a {
    border-bottom: 1px solid #5b6366;
    position: relative;
    display: block;
    padding: 5px 10px 5px 20px;
}
#site-footer ul li:last-child a {
    border-bottom: none;
}
#site-footer ul li a {
    border-bottom: 1px solid #5b6366;
}
#site-footer ul {
    padding: 0;
}
#site-footer ul li {
    list-style: none;
}
#site-footer a {
    color: #fff;
}
#site-footer a:hover {
    color: #ffb300;
}

.row3 img{
    width: 40px;
    height: 40px;
	margin-right:10px;
}

#credits {
   /*padding-top: 20px;
    padding-bottom: 15px;*/
	padding-top: 5px;
    padding-bottom: 5px;
    /*color: #d2691e;*/
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #33F64A;
    background: #3a4347;
}
#credits a{
	color: #fff;
}

/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.text-center{
	/*color: #d2691e;*/
	color: #000;
    font-size: 50px;
	font-weight: bold;
    font-family: tangerine;
	
}
.text-form{
    /*color: #d2691e;*/
    color: #E01212;
    text-align:center;
    font-size: 30px;
    font-weight: bold;
    font-family: tangerine;
    
}

.text-cent{
	color: #000;
	text-align:center;
    font-size: 80px;
    font-weight: 600;
    font-family: tangerine;
}
/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}


/* demo typography */

.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fd6058;
    font-weight: bold;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; }

.opc-top{
	position: fixed;
    background: rgba(0,0,0,.3);
    width: 100%;
    top: 0px;
    z-index: 9999;
}


/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.top-cnt{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.3);
}
.top-normal{
	background: #292929;
}
.top-normal .navbar{
	margin: 8px 0;	
}

.site-branding{
	margin-bottom: 0px
}


.img-logo{
	margin: 2px 0;
    height: 75px ;
    width: 90px;
	-webkit-transition: all 2s ease-in-out;
	  -moz-transition: all 2s ease-in-out;
	  -o-transition: all 2s ease-in-out;
	  transition: all 2s ease-in-out;
}
#menu-main{
	float: right;
}
.txt-white{
	color: #fff
}
#menu-main>li>a{
	color: #fff;
}

/*  MENU STYLE  */
.navbar-toggle {
    border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-collapse {
    padding: 0;
}
.top-opt{
	padding-top: 10px;
	padding-right: 15px;
}
.top-opt ul{
	margin-bottom: 0;
}
.navbar {
    margin-bottom: 0;
}

.navbar-brand, .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav a:hover {
    background-color: transparent;
    border: none;
    color: #fec400;
}

.navbar li.current-menu-item a{
	color: #fec400;
}

.navbar-nav .menu-item::after{
	content:'';
	display:block;
	width:0px;
	height:2px;
	background:#fec400;
	transition: 0.2s;
}
.menu-item:hover::after{width:100%;}

.navbar .navbar-nav .active > .nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show > .nav-link,
.navbar .navbar-nav .nav-link:focus, 
.navbar .navbar-nav .nav-link:hover{
	color:#fec400;
}
.nav-link{padding:15px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:#fec400;}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}


#main h3{
	margin-bottom: 0px;
}
/*  LINEA  */
.linea {
    margin-bottom: 15px;
}
.linea span {
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: #ffb300;
}

#sec-presentation p{text-align: center; color:#000; font-size: 25px;line-height: 175%;font-weight: bold;}
#sec-tours h3{color: #fff; font-weight: 300;font-family: algerian;}
#sec-tours {
    /*background-image: url(../img/fondos/tur.jpg);*/
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url("../img/fondos/tur.jpg"); Lo ideal es 0.5 en ambos , si quieres subir mas el tono del color negro 0.8 a ambos o masss
	/*background-image: radial-gradient(circle at 10% 20%, rgba(255,200,124,0.2) 0%, rgba(252,251,121,0.5)90%); url("../img/fondos/tur.jpg");*/
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    display: none;
    /*margin-bottom: 7%;*/
}
.ug-textpanel{
	display: none;
}
.section{
    padding-top: 50px;
    padding-bottom: 50px;

}
.post-footer{
	padding: 15px;
}
.btn-more{
    width: 100%;
    padding: 9px 8px 5px;
    border: none;
    text-transform: uppercase;
    background: #ffb300;
    color: #fff;
    border-radius: 0;
}
.btn-more:hover{
	background: #337ab7;
	color: #fff;
}

/* CAROUSEL TOURS */
.post-slide{
    margin: 0 15px;
    background: #fff;
}
.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
}
.post-slide .post-header{
    padding: 15px 20px 0 20px;
}

.post-slide .title{
    margin-bottom: 5px;
}

.post-slide .title a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}

.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #808080;
}

.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}

.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #fd6058;
}

.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}

.post-slide .pic{
    overflow: hidden;
    position: relative;
}

.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}

.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}

.post-slide:hover .pic img{
    transform: rotate(5deg) scale(1.1,1.1);
}

.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    left: 0;
    background: #fd6058;
    z-index: 1;
    border-radius: 0px 5px 5px 0px;
}

.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.post-slide .post-category li:after{
    content: " ";
    color: #fff;
}

.post-slide .post-category li:last-child:after{
    content: "";
}

.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px 15px 0 15px;
}
@media (min-width: 768px){
	.navbar-nav {
	    float: right;
	}
}
@media only screen and (max-width: 768px) {
    .img-logo{
        display:none;
    }
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}
/* CSS Document @charset "utf-8"; */

/************* BANNER TOP *****************/
.banner-top img{
    width: 100%;
    height: auto;
}

/************* TABS *****************/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ffb300;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    display: inline-block;
    height: 50px;
    line-height: 51px!important;
    margin: 0;
    padding: 0 35px;
    color: #333;
    font-size: .933em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    background: #f2f2f2;
    border-radius: 3px 3px 0 0;
    -webkit-transition: background .2s ease-in-out,height .2s ease-in-out,margin .2s ease-in-out;
    -moz-transition: background .2s ease-in-out,height .2s ease-in-out,margin .2s ease-in-out;
    -ms-transition: background .2s ease-in-out,height .2s ease-in-out,margin .2s ease-in-out;
    -o-transition: background .2s ease-in-out,height .2s ease-in-out,margin .2s ease-in-out;
    transition: background .2s ease-in-out,height .2s ease-in-out,margin .2s ease-in-out;
}
.nav-tabs>li>a:hover {
    text-decoration: none;
    color: #6b6a6b;
    background: #f2f2f2;
}
.nav-tabs>li {
    margin-right: 10px;
}
.tab-content{
    /*border: 2px solid #ffb300*/
	border: 2px solid #000;
    padding: 20px;
    /*background: 0 0;*/
    border-radius: 0 0 3px 3px;
    /*border-top: none;*/
    margin-bottom: 0;
}
.entry-title{
	color: #000000;
	/*font-size:40px;*/
}
/************************** SIDEBAR ****************************/
#sidebar-right{
    margin-top: 15px
}
.related-tours img{
    /*width: 100%;*/
    width: 250px;
    height: auto;
}
.related-tours {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.related-tours .post_title {
    margin: 0;
    position: absolute;
    top: 50%;
    /*left: 20px;*/
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
    padding-left: 20px;
    background: rgba(1,1,1,.3);
}
.related-tours .post_title a {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.related-tours .item_price {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.related-tours .item_price .price {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px 0 0 0;
    color: #fefefe;
    font-size: 1.333em;
}
.related-tours .item_price .price {
    background: #fd6058;
}
.related-tours>a .onsale {
    background-color: #26bdf7;
    top: 15px;
    right: -70px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fefefe;
    text-align: center;
    left: auto;
    z-index: 1;
}
.post_category{
    position: absolute;
    top: 5px;
    right: 100px;
}
.btn-flag {
    padding: 0;
    color: #fff;
    text-decoration: none;
}
.btn-flag:hover, .btn-flag:focus {
    color: #fff !important;
    text-decoration: none !important;
}
.btn-flag img {
    top: -2px;
    position: relative;
}
/**************** FORMULARIO ******************/
form input[type=submit] {
    margin-bottom: 0!important;
    width: 100%;
    text-align: center;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    background: #ffb300;
    border-radius: 0;
    line-height: 45px;
    padding: 0 30px;
    border: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
form input[type=submit]:hover {background: #337ab7;color: #fff;}
form textarea, form select, form input {
    padding: 10px 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: left;
    width: 100%;
    display: block;
    background: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width: 767px){
    .dropdown-menu>li>a {
        color: #fff;
    }
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fec400;
    background-color: #337ab7 !important;
}
.btn-submit{
    width: inherit !important;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 110px;
}

.wpcf7-form .wpcf7-form-control-wrap textarea:focus, .wpcf7-form .wpcf7-form-control-wrap select:focus, .wpcf7-form .wpcf7-form-control-wrap input:focus {
    outline: none;
    border-color: #ccc;
}

.box-side {
    border: 1px solid #e8e8e8;
    padding: 5px 15px 0px 15px;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 2px;
}
input[type=text], input[type=email], textarea {
    border-radius: 0px !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fd6058;
    color: #fd6058;
}
div.wpcf7-response-output {
    margin: 0 0 1em 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent !important;
    background-image: inherit !important;
}
.content-area{
    text-align: justify;
	/*background: #4D6E6A;*/
}

.entry-header {
    border-bottom: 1px solid #d2691e;
    margin-bottom: 20px;
}
.entry-header h1 {
    font-size: 60px;
    text-align:center;
    color: #d2691e;
}
/*
.carousel-inner .item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/***************************** RESERVA AHORA *********************************/
.btn-reserva {
    background: #26bdf7;
    box-shadow: 0 2px 0 0 rgba(38,189,247,.6);
    border-radius: 0;
    padding: 12px 20px 9px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-reserva:hover {
    background: #ffb300;
    box-shadow: 0 2px 0 0 rgba(255,179,0,.6);
    color: #fff;
}
.cnt-btn-reserva{
    margin-top: 20px;
    text-align: center;
}
.screen-reader-response{
	display: none !important;
}
.wpcf7-validation-errors{
	padding: 5px 10px;
}
.wpcf7-not-valid-tip{
	color: #fd6058;
}
#wh-widget-send-button {
    bottom: 100px !important;
}