/*=========================================
				HEADER
  =========================================*/
/*Fuentes*/
@font-face {
  font-family: 'Huntress-Regular';
  src: url('/wp-content/themes/curu/fonts/Huntress-Regular.eot');
  src: url('/wp-content/themes/curu/fonts/Huntress-Regular.woff2') format('woff2'),
       url('/wp-content/themes/curu/fonts/Huntress-Regular.woff') format('woff'),
       url('/wp-content/themes/curu/fonts/Huntress-Regular.ttf') format('truetype'),
       url('/wp-content/themes/curu/fonts/Huntress-Regular.svg#Huntress-Regular') format('svg'),
       url('/wp-content/themes/curu/fonts/Huntress-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('/wp-content/themes/curu/fonts/Roboto-Light.eot');
  src: url('/wp-content/themes/curu/fonts/Roboto-Light.woff2') format('woff2'),
       url('/wp-content/themes/curu/fonts/Roboto-Light.woff') format('woff'),
       url('/wp-content/themes/curu/fonts/Roboto-Light.ttf') format('truetype'),
       url('/wp-content/themes/curu/fonts/Roboto-Light.svg#Roboto-Light') format('svg'),
       url('/wp-content/themes/curu/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Times New Roman Bold';
  src: url('/wp-content/themes/curu/fonts/Times New Roman Bold.eot');
  src: url('/wp-content/themes/curu/fonts/Times New Roman Bold.woff2') format('woff2'),
       url('/wp-content/themes/curu/fonts/Times New Roman Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TimesNewRomanPS-BoldMT';
  src: url('/wp-content/themes/curu/fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
       url('/wp-content/themes/curu/fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'),
       url('/wp-content/themes/curu/fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	width: 100% !important;
	overflow-x: hidden !important;
}
body{
/*overflow-x: hidden !important;*/
  width: 100%;
  font-family: 'Roboto-Light' !important;
}
.cw{
	color: #fff;
	font-size: 80px;
	text-align: center;
	font-weight: 900;
}
.re{
	color: #fff;
	font-size: 160px;
	text-align: right;
	font-weight: 400;
	font-family: 'Huntress-Regular' !important;
	letter-spacing: 29px;
	
}
.header-page {
  height: auto;
  overflow: hidden;
  position: relative;
	
}
.header-page img {
  width: 100%;
}
.header-page .overlay {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  height: 50%;
  color: white;
  transition: all .5s ease;
 
}
.header-page .overlay h1{
	text-transform: lowercase;
	font-family: 'Huntress-Regular' !important;
	letter-spacing: 15px;
	word-spacing: 10px;
	font-size: 85px;
}

header {
  display: block;
  padding: 10px;
  /*margin-left: -15px;*/
  top: 0;
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffffa6;
}
#logotipo {
  float: left;
  width: 260px;
  display: inline-block; 
  width: 145px;
  position: absolute;
  top: 0;
  left: 43px; 
  z-index:9999;
}
.row-top{
   background-color: #fff;
   position: absolute;
   top: 0;
   width: 100%;
   margin-bottom: 15px;
   left: 15;
   padding-right: 19px;
   font-size: 12px;
}
.row-menu{
    margin-top: 40px;
    margin-bottom: -20px;
}
.menu {
    float: right;
    padding-right: 32px;
    margin-top: -4px;
}
.menu ul {
  padding: 0;
  text-align: left; 
}
.menu li {
  display: inline-block;
  margin-right: -4px; 
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffffa6; 
}
.sticky .row-top{
	padding-right: 21px;
}

.sticky #logotipo{
  width: 94px;
}
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 36px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #017395;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #017395;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 25px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 15px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 15px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px; }

#nav-icon3 span:nth-child(4) {
  top: 36px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

.search-form {
  line-height: initial;
  float: right; }

.search {
  position: absolute;
  background: rgba(158, 11, 15, 0.74);
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  color: white;
  width: 90%;
  line-height: initial;
  height: 320px;
  display: none;
  -webkit-filter: saturate(83%);
  filter: saturate(83%); }

.top-bar {
  float: right;
  line-height: initial;
  width: 100%;
  text-align: right;
}
.tob-bar li.current > a{
    margin-bottom: -10px;
    transition: all .5s ease;
    color: white;
    background-color: #81ad3e;
    border-radius: 2px;
}

.top-bar li {
  display: inline-block;
  margin-right: 15px; 
}
.top-bar li a {
  color: #81ad3e; 
}
.sticky .main-menu {
  height: 65px;
}
.main-menu {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 65px;  
}
nav li a{
  color: #5b772a;
  text-transform: uppercase;
  padding: 18px 30px;
  font-weight: 700 !important;
}
#menu-menu-1 li.current-menu-item > a, .et-fixed-header #menu-menu-1 li.current-menu-item > a {
   margin-bottom: -10px;
   transition: all .5s ease;
   color: white;
   background-color: #81ad3e;
   border-radius: 2px;
}
.rounded {
  border: solid 2px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  text-align: center;
  padding-top: 4px; }

/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.rad,
.ckb {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.rad {
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.rad > input,
.ckb > input {
  /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute; }

.rad img {
  width: 60px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.rad > input:checked + img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.search h3 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  height: 40px; }

.search h3.active {
  border-bottom: solid; }

/*=================================================
					INDEX
  =================================================*/
/*History-Refuge-Species-Tours-Diner*/
.row-5{
	display: flex;
	padding:40px 0;
}
.col-5{
	width: 15%;
	margin: 0 8px;
	background-color: #e2e2e2;
    padding: 30px 15px;
	width: 100%;
}
.col-5 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}
.col-5 h2:after {
    content: "";
    width: 70%;
    margin: 0;
    position: relative;
    top: 5px;
    display: block;
    padding-right: 8px;
    margin-right: 15px;
    margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.col-5 #history:after {
	border-bottom: 1px solid #81ad3e;
}
.col-5 #refuge:after {
	border-bottom: 1px solid #7f642d;
}
.col-5 #species:after {
	border-bottom: 1px solid #017395;
}
.col-5 #tours:after {
	border-bottom: 1px solid #009cc4;
}
.col-5 #dining:after {
	border-bottom: 1px solid #81ad3e;
}
.col-5 p{
   /* text-align: justify;*/
    color: #555555ab;
    font-weight: 600;
}
/*Cabins*/
.cabins{
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom;
}
.cabins h1{
	color: #fff;
	text-align: center;
	font-family: 'Huntress-Regular' !important;
	font-size: 85px;
	letter-spacing: 15px;
	margin-bottom: 0px;
}
.cabins-row{
	width: 100%;
    z-index: 999 !important;
	text-align: center;
	height: inherit;
	color: #fff;
    padding: 0px 13px;
}
.carusel{
	margin: 20px 0;
}
.col-cabins{
	margin: 30px;
	background-color: #ffffffa3;
	border:solid 2px #81ad3e;
	padding: 20px 43px;
	width: 508px;
}
.col-cabins:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border:solid 2px #81ad3e;
}
row-cabins1{
	position:absolute;
	bottom:20px;
	width:4% !important;
}
.col-cabins h4{
	text-transform: lowercase;
	color: #017395 !important;
	font-family: 'Huntress-Regular' !important;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 5px;
}
.col-cabins h4 a:hover{
	text-decoration: none;
}
.col-cabins p{
	color: #017395;
}
.col-azul{
	background-color: #017395;
	color: #fff;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	/*width: 49%;*/
}
.cab1{
	width: 48%;
	height: 30px;
}
.cab2{
	width: 48%;
	height: 30px;
}
.cab3{
	width: 97%;
	height: 30px;
}
.view-more{
	background-color: transparent;
	padding: 2px 20px;
	border: solid 1px #fff;
}
.view-more:hover{
	background-color: #017395;
	border: solid 1px #017395;
	padding: 2px 20px;
}
.view-more:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
    border: solid 1px #017395;
	
}
.a-cab{
	text-decoration: none !important;
}
.a-cab:hover{
	text-decoration: none !important;
}
.a-cab:focus{
	text-decoration: none !important;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
    border: none !important;
}
#carrusel{ width:100%; overflow:hidden; height:250px; position:relative; margin-top:20px;}
#carrusel .izquierda_flecha{position:absolute; left:7px; z-index:99; top:40%;}
#carrusel .derecha_flecha{position:absolute; right:7px; z-index:99; top:40%;}
.carrusel{width:6134px;left:30px; right:0px;position:absolute; z-index:0;padding: 10px;}
.carrusel>div{float: left;height: 200px;margin: 0 50px;width: 9%;text-align:center;}
.carrusel .img_carrusel{cursor:pointer;}

/*Projects*/
.projects{
	background-color: #e2e2e2;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.projects h1{
	text-align: center;
	color: #866834;
	text-transform: lowercase;
	margin-bottom: 30px;
	font-family: 'Huntress-Regular' !important;
	font-size: 80px;
	letter-spacing: 15px;
}
.row-project{
	display: flex;
	background-color: #dfdfdf;
}
.row-project h4{
	text-align: left;
	text-transform: uppercase;
	color: #866834;
	font-weight: bold;
	font-size: 22px;
}
.row-project h4:after{
	border-bottom: 1px solid #866834;
    content: "";
    width: 15%;
    position: relative;
    top: 5px;
    display: block;
    padding-right: 8px;
    margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 25px;
}
.col-project1{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.col-project2{
	margin: 0 20px;
}
.col-project2 p{
	line-height: 33px;
}
.col-project2 a{
	font-size: 15px;
	color: #866834;
}
.col-project2 a:hover{
	text-decoration: none;
}
/*Gallery*/
.gallery h1{
	text-align: center;
	color: #017493;
	text-transform: lowercase;
	margin-bottom: 0;
	font-family: 'Huntress-Regular' !important;
	font-size: 80px;
	letter-spacing: 15px;
}
.row-gallery{
	margin-bottom: 0;
}
#carousel{
	display: flex;
}
.col-gallery{
	padding-left: 0;
	padding-right: 0;
	width: 25%;
}
div.gallery1 {
    float: left;
    width: 20%;
}

div.gallery1:hover {
    border: none;
}

div.gallery1 img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}
/*=================================================
				    ABOUT US	
	=================================================*/
	#about_us {
		background-color: #dbdbdb !important;
		padding: 50px 40px;
	}
	#about_us p{
		text-align:justify;
		font-weight: 700;
		font-family: inherit;
		line-height: 28px;
		font-size: 17px;
	}
	.history_us {
		padding: 0 40px;
	}
	.history_us h2{
		font-family: 'Huntress-Regular' !important;
		text-transform: lowercase;
		color:#81ad3e;
		text-align: right;
		font-size: 75px;
		font-weight: 500;
		letter-spacing: 12px;
	}
	.history_us img{
		margin-top: 15px;
	}
	.content-his{
		display:flex;
		padding:10px 0;
	}
	.refuge_us {
		padding: 0 70px;
	}
	.refuge_us h2{
		font-family: 'Huntress-Regular' !important;
		text-transform: lowercase;
		color:#7f642d;
		text-align: right;
		font-size: 75px;
		font-weight: 500;
		letter-spacing: 12px;
	}
	.refuge_us img{
		margin-top: 15px;
	}
	.species_us {
		padding: 0 40px;
	}
	.species_us h2{
		font-family: 'Huntress-Regular' !important;
		text-transform: lowercase;
		color:#017395;
		text-align: right;
		font-size: 75px;
		font-weight: 500;
		letter-spacing: 12px;
	}
	.species_us img{
		margin-top: 15px;
	}
	.content_species{
		padding:0 40px;
	}
	.content_species p{
		text-align: justify !important;
		line-height: 26px;
		font-size: 16px;
		font-weight: 600;
		padding:0 20px;
	}
	.content_species .col-md-4 {
		padding: 0 20px;
		margin-bottom: 25px;
	}
	.content_species .col-md-4 .col-img{
		background-repeat: no-repeat;
		background-size: cover;
		height: 400px;
	}
	.h2-species{
		text-align: center;
		text-transform: uppercase;
		color: #1ba6bd;
		font-weight: 900;
		padding: 0 50px;
	}
	.content_species .col-md-4 .col-img button{
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		outline: none;
		background-color:#009cc4;
		border:solid 2px #009cc4;
		color:#fff;
		font-size: 15px;
		padding:0 40px;
		justify-content: center;
	}
	.content_species .col-md-4 .col-img .col-btn {
		position: absolute;
		bottom: 18px;
		width: 100%;
		left:0;}
	.content_species .color {
		width: 100%;
		/*background: rgba(0,0,0,0.5);*/
		padding: 10px;
		height: 400px;
 	}
	.content_species .color p{
		color: #fff;
  	}
	.content_species h2{
		color: #1ba6bd;
		text-transform: uppercase;
		font-weight: 600;
	
	}
	.tours_us{
		background-color: #dbdbdb !important;
	}
	.tours_us h2{
		padding: 0 40px;
		font-family: 'Huntress-Regular' !important;
		text-transform: lowercase;
		color:#009cc4;
		text-align: right;
		font-size: 75px;
		font-weight: 500;
		letter-spacing: 12px;
	}
	.tours_us img{
		margin-top: 15px;
	}
   .directions h2 {
		font-family: 'Huntress-Regular' !important;
		text-transform: lowercase;
		color:#81ad3e;
		text-align: center;
		font-size: 75px;
		font-weight: 500;
		letter-spacing: 12px;
    }
	.display{
		display: flex;
	}
	.rectangulo1, .rectangulo2, .rectangulo3, .rectangulo4 {
		background-color: #f4f4f4;
		padding:20px;
		height:19%;
	}
/*=================================================
				    RESERVATION
  =================================================*/
.reservation{
	background-color: #e2e2e2;
	margin: -15px;
	padding-left: 0;
	padding-right: 0;
}
.form-reservation{
	padding: 42px 84px;
}
/*.reservation .row {
	margin: 30px;
}*/
.reservation h3{
	text-align: left;
	text-transform: uppercase;
	margin-left: 100px;
	font-weight: 200;
}
.reservation hr {
    border: 0;
    border-top: 1px solid #8181817a !important;
    margin: 20px 10% !important;
}
/*gues*/
.guest h3{
	color:#81ad3e;
}
/*address*/
.address h3{
	color:#866834;
}
#first_name, #last_name, #email, #phone, #country, #province, #city, #address{
	width: 100%;
	padding: 6px 12px;
	background-color: #fff !important;
	color: #333 !important; 
	border: solid 2px #e2e2e2 !important;
}
#country, #province{
	height: 36px;
	margin-bottom: 15px;
}
#first_name, #last_name, #province, #city{
	width: 50%;
}
#first_name::placeholder, #province::placeholder, #last_name::placeholder, #email::placeholder, #phone::placeholder, #city::placeholder, #address::placeholder{
	color: #33333359 !important;
}
#first_name:focus, #last_name:focus, #email:focus, #phone:focus, #country:focus, #address:focus, #province:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: solid 2px #e2e2e2 !important;
}
.col-md-2 label{
	color: #a8a8a8;
	font-size: 17px;
	font-weight: 200;
}
#reservar:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: solid 1px #009cc4 !important;
}
/*==================
	 payment
  ==================*/
.payment h3{
	color:#017395;
}
.tab-payment{
	background-color:#fff;
	padding:0 50px;
	margin-top:25px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
	background-color: #e2e2e2;
	margin-left: -21px;
	margin-right: -21px;
}
.nav-tabs li {
    text-align: right;
	width: 185px;
}
.tab-content{
	padding: 50px 66px 15px 66px;
	line-height: 39px;
}
.tab-content h4{
	color: #818181;
	font-weight: 300;
	font-size: 16px;
}
.tab-content li {
  list-style: none;
  color:#81818185;
}
.tab-content li:before {
  content: '-';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 0;
  color:#81818185;
  font-size: 16px;
  font-weight: 300;
}
.table>thead:first-child>tr:first-child>th {
    border-bottom: 0;
}
.table-striped{
	font-size: 15px;
	color: #81818185;
	font-weight: 300;
}
.tab-content .table>thead>tr>th {
    color:#57bcd8;
	font-weight: 300;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e2e2e2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #57bcd8;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	text-align: right;
}
.nav-tabs a{
	color: #101010;
	font-size: 16px;
}
.identification{
	color:#57bcd8;
	font-size: 16px;
	font-weight: 300;
}
.ced{
	color:#818181;
	font-size: 16px;
	font-weight: 300;
}
.admission p{
	color:#818181;
	font-size: 14px;
	text-align: right;
	font-weight: 300;
	
}
/*====================
		deposit
  ====================*/
.deposit{
	margin-top: 10px;
	margin-bottom: 10px;
}
.deposit h3{
	color:#009cc4;
}
.deposit p {
    text-align: justify;
    color: #a8a8a8;;
    font-size: 17px;
    margin: 22px 97px;
	font-weight: 300;
}
#reservar{
	float: right;
	color: #009cc4;
	border:solid 1px #009cc4 !important;
	background-color: transparent;
	font-size: 17px;
	padding: 1px 20px;
	font-weight: 400;
}
/*=================================================
				    PACKAGES
  =================================================*/
.nav>li>a>img {
	height: auto;
}
.tab-reservation{
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 15px;
	
}
.tab-reservation .nav-tabs li {
    width: 25%;
	text-align: center !important;
}
.nav-tabs>li>.a-color{
    margin: 15px 5px;
}
.tab-reservation .nav-tabs>li.active>.a-color, .nav-tabs>li.active>.a-color:focus, .nav-tabs>li.active>.a-color:hover {
    color: #fff !important;
    cursor: default;
    background-color: #57bcd8 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-align: center;
}
.tab-reservation .nav-tabs>li>.a-color:hover {
    color: #fff !important;
    cursor: default;
    background-color: #57bcd8 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-align: center;
}
.contenido{
    padding: 30px 6px 0 6px;
    line-height: 39px;
	font-size: 16px !important;
}
.steps{
	margin-left: 0;
    margin-right: 0;
}
.next{
	float: right;
	color: #fff;
	background-color: #57bcd8;
	/*padding-left: 40px;
	padding-right: 40px;*/
	text-align: center;
	border: 1px solid #57bcd8;
	height: 35px;
	width: 120px;
	line-height: 0;
}
.next:hover{
	color: #57bcd8;
	background-color: #fff;
}
.next:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #57bcd8;
}
.a-color{
	background-color: #fff;
}
.obligatory{
	margin-top: 80px;
}
/*====================
		step 1
  ====================*/
.step{
	padding: 0 5px;
}
.dir{
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
	color: #818181;
	padding: 5px 19px;
}
#step1 label{
	color: #57bcd8;
	font-weight: 300;
	padding-left: 5px;
}
#step1 p{
	text-align: left;
}

.fech{
	background-color: #fff;
	margin-bottom: 30px;
	color: #57bcd8;
	width: 100%;
	float: left;
	margin-left: 20px;
}
.title-fech{
	margin: 20px;
}
.date{
	-webkit-appearance: none; 
	background-color: transparent;
	border: none !important;
	color: #818181;
}
.date:focus{
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: none;
}
.date::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(https://curuwildliferefuge.com/wp-content/themes/curu/images/calendar.png) no-repeat;
		background-size: cover;
    width: 20px;
    height: 20px;
    border-width: thin;
}
.pack {
	padding:5px 10px; 
	display:flex;
	margin-bottom:20px;
	margin-top: 20px;
}
/*====================
		step 2
  ====================*/
.mensaje{
	width: 100%;
	margin-left: 10px;
}
.mensaje2{
	width: 100%;
	margin-left: 10px;
}
.mensaje3{
	width: 100%;
	margin-left: 10px;
}
#step2 label{
	color: #57bcd8;
	font-weight: 400;
	padding-left: 5px;
}
#step2 hr{
	border-top: 1px solid #8181818f;
}
input[type="radio"]{
	color: #818181;
}
.radio{
	text-align: center;
}
.radio label{
	text-align: center !important;
	color: #818181 !important;
	margin-top: -7px;
}
.slects{
	/*padding: 0 15px;
	margin-bottom: 35px;*/
	margin: 0 10px;
}
.select{
	border: none;
	background-color: #fff;
	width: 100%;
	height: 48px;
	font-weight: 300;
	color:#818181;
	border-radius: 0;
	text-align: left;
}
.select:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: none;
}
#step2 p{
	text-align: left;
}
.lod{
	width: 100px;
}
.hover-text {
	display: none;
	background: #fff;
  	transition: opacity .4s linear;
  	cursor: pointer;  
  	position: absolute;
  /*	top: 400px;*/
  	right: 40px;
  	
  	left: 100px;
  	opacity: 0;
	border: solid 2px #57bcd8;
	padding: 10px;
	
}
.lod:hover .hover-text{
	display: block;
	opacity: .90;  
	z-index: 999999;
}
/*====================
		step 3
  ====================*/
#step3 label{
	color: #818181;
	font-weight: 400;
	/*padding-left: 5px;*/
}
.celeste{
	color: #57bcd8 !important;
	font-weight: 400;
	padding-left: 5px;
}
.row-space{
	margin-left: 7px;
}
#radio-dining{
	margin-left: 10px;
	margin-left: 10px;
}
#step3 hr{
	border-top: 1px solid #8181818f;
}

#suggestion{
	height: 80px !important;
    background-color: #fff !important;
    color: #818181 !important;
}
#step3 p {
    text-align: left;
}
.lod-dining{
	width: 100px;
}
.hover-dining {
	display: none;
	background: #fff;
  	transition: opacity .4s linear;
  	cursor: pointer;  
  	position: absolute;
  	top: 250px;
  	right: 40px;
  	
  	left: 100px;
  	opacity: 0;
	border: solid 2px #57bcd8;
	padding: 10px;
	
}
.lod-dining:hover .hover-dining{
	display: block;
	opacity: .85;  
	z-index: 999999;
}
/*====================
		step 4
  ====================*/
.table-details td{
	padding-bottom: 14px;
	color: #818181;
	font-size: 15px;
	font-weight: 300;
	padding-right: 35px;
}
.table-details label{
	color: #818181;
	font-weight: 300;
}
.details{
	display:flex;
	display: -webkit-inline-box;
}
.details-cabins{
	margin:0 15px 0 0px; 
	background-color:#e8e8e8;
}
#step4 hr{
	border-top: 1px solid #8181818f;
	margin-top: 1px !important;
}
.mensaje1 p {
    color: #818181;
    font-size: 15px;
    text-align: left; 
    font-weight: 300;
}
.mensaje1 li {
    color: #818181;
    font-size: 15px;
    text-align: left; 
    font-weight: 300;
	margin-left: 25px;
}
.terms-conditions{
	margin-left: 35px !important;
    margin-right: 35px !important;
	display:flex;
	text-align:left;
}
.conditions{
	margin-top:-8px;
	color: #818181;
    font-size: 15px;
    font-weight: 300;
	text-decoration: underline;
}
.total-payment{
	margin-left:0 !important; 
	margin-right:0 !important;
	margin-bottom: 20px;
	display: flex;
}
.total-cost{
	background-color: #fff;
	color: #818181;
	font-size: 15px;
	padding: 10px;
}
#total{
	margin-left: 0 !important;
    margin-right: 0 !important;
    color: #57bcd8;
    font-size: 120px;
    text-align: center;
	text-transform: lowercase;
	font-family: 'Huntress-Regular';
}
.btnNext4{
	position: absolute;
	bottom: 0;
	left: 25%;
	background-color: #009cc4;
	border: solid 2px #009cc4;
	color: #fff;
	padding: 5px 30px;
}
.btnNext4:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: solid 2px #009cc4;
}
.view a:hover{
	text-decoration: none !important;
}
/*=================================================
				    FAQ
  =================================================*/
.panel-default>.panel-heading {
    color: #818181;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
    border-radius: 10px;
}
.panel-default {
    border:none;
}
.panel-heading{
	color:#e2e2e2;
	padding: 20px;
	text-decoration: none;
}
.panel-heading a:hover{
	text-decoration: none;
}
.panel-heading a:active{
	text-decoration: none;
}
.panel-heading a:focus{
	text-decoration: none;
}
.panel-body{
	border: none !important;
}
.panel-body p{
	text-align: left;
}
/*.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    background-color: #e2e2e25e;
}*/
.container-faq{
	width:100%;
	padding:20px 75px;
}
/*=================================================
				    FOOTER
  =================================================*/
.cont-footer{
	color: #fff;
	overflow-x: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.row-footer{
    /*background-color: rgba(0,0,0,0.1);*/
    z-index: 999 !important;
    height: inherit;
    color: #fff;
    padding-top: 200px;
	padding-left: 9%;
	padding-right: 9%;
	margin-left: -15px;
	margin-right: -15px;
}
.row-footer h2{
	font-family: 'Huntress-Regular' !important;
	font-size: 75px;
	letter-spacing: 6px;
	text-transform: lowercase;
	text-align: left;
	
}
.contact-table{
	color: #fff;
}
.contact-table td{
	padding-bottom: 80px;
	padding-right: 10px;
}
.svg-inline--fa {
    font-size: 20;
}
.contact-table span{
	font-weight: bold;
}
.col-2{
	color: transparent !important;
}
input[type="text"], input[type="email"], textarea{
	background-color: transparent !important;
	color: #fff !important;
	border: solid 1px #fff !important;
	margin-bottom: 15px;
	width: 100%;
	padding: 15px;
}
textarea{
	height: 150px;
}
input[type="submit"]{
	background-color: #fff;
	color: #333;
	border: solid 1px #fff !important;
	padding: 2px 20px
}
input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder{
	color: #fff !important;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="submit"]:focus{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: solid 1px #fff !important;
}
.copyright{
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
}
.row-gray{
	background-color: #c5c4c2bf;
	text-align: center;
	color: #000;
	padding: 10px 0;
}
.creditos{
	background-color: #fff;
	padding:20px 0;
	text-align: center;
}
.creditos a{
	color: #000;
}




/*#myCarousel .nav a small
{
    display: block;
}*/
#myCarousel .nav
{
   /* background: #eee;*/
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: transparent; }
.nav-pills>li[data-slide-to="1"].active a { background-color: transparent; }
.nav-pills>li[data-slide-to="2"].active a { background-color: transparent; }
.nav-pills>li[data-slide-to="3"].active a { background-color: transparent; }


.woocommerce table.shop_table .product-quantity {
   display:none;
} 


.woocommerce {
    padding: 20px 5%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid rgba(0,0,0,.1) !important;
    color: black !important;
    padding: 10px !important;
}
.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0,0,0,.1) !important;
  height: 40px !important;
  outline: none !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 72%;
}
.woocommerce form .form-row label {
    color: #333;
}
.woocommerce .cart_item .product-quantity {
	display:none !important;
}

.woocommerce .woocommerce-table--order-details .product-quantity {
	display:none !important;
}

.woocommerce-order{
    margin-top: 180px !important;
}

/*Pop Up*/

#br_popup .br_popup_inner h2 {
    text-align: center;
    font-family: 'Huntress-Regular' !important;
    font-size: 40px;
}

#br_popup .br_popup_inner p {
    text-align: justify;
    line-height: 20px;
    font-family: 'Roboto-Light' !important;
}

#br_popup .br_popup_inner strong {
        text-decoration: underline;
        color: black !important;
}

#br_popup.grey-gradient {
    font-family: 'Roboto-Light' !important;
}
#br_popup.grey-gradient .br_popup_wrapper .popup_animation {
    background: white !important;
}


