/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x:hidden;
	background:url(../_img/bg.png);
	background-size: 200px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a{}
a, button	{
	color:#008aff;
	font-size: 12px;
	font-weight: 700;
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{}
	
p, 
li,
time{
	color:#5c5a4f;
	font-size: 15px;
	font-weight: 600;
}
p{
	display:block;
	margin: 0 0 30px 0;
	line-height:23px;
}
p a{
	font-size: 15px;
}
p strong{
	color:black;
	font-weight: bolder;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 30px 0;
	padding:0;
	
	color:#5b331b;
	font-family: 'Lora', serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing:0px;
	line-height:32px;
}
h3{
	color:#d36d28;
	font-size: 15px;
	letter-spacing:1px;
	text-transform:uppercase;
}
h4{
	font-size: 18px;
}

hr{
	margin:45px 0;
	height: 1px;
	
	background:#e8e1d6;
	border:0;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	color:black;
	text-shadow: 0;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.carousel-control{
	width: 10%;
	
    filter: alpha(opacity=100);
    opacity: 1;
	
	color:white;
	text-shadow: none;
}
.carousel-control.right,
.carousel-control.left{
	background:none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 25px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -50px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  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;
}

/**************************************************************************************
7DF Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.full-height, .half-height{
	position: relative;
}

.vs15{
	margin-top: 15px;
}
.vs{
	margin-top: 30px;
}
.vs2{
	margin-top: 60px;
}
.vs3{
	margin-top: 90px;
}
.vs4{
	margin-top: 120px;
}
.vs5{
	margin-top: 150px;
}
.vs6{
	margin-top: 180px;
}

.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	height: auto !important;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.limit{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.espacio{
	padding:120px 0;
}
.espaciomin{
	padding:60px 0 90px 0;
}

/**************************************************************************************
Custom Classes
***************************************************************************************/
#header{
	z-index: 2;
	position: absolute;
	left:0;
	top:33px;
}

#header ul.nav{
	margin-top: 40px;
}

#header .navbar-nav>li>a,
#header .nav>li>a {
	margin-left: 80px;
    padding:0px;
	color:white;
	font-family: 'Lora', serif;
	font-weight: bolder;
	font-size: 15px;
	letter-spacing:0.05em;
	line-height:auto !important;
	text-transform:uppercase;
}
#header .navbar-nav>li>a:hover,
#header .nav>li>a:hover,
#header .navbar-nav>li>a:focus,
#header .nav>li>a:focus{
	background:none;
	color:#faecb3;
}

/*Dropdown*/
#submenu {
	margin-top: 10px;
	right: -48px
}
.dropdown-menu{
	background:rgba(255,255,255,0.9);
	border:none !important;
	border-radius:4px !important;
}
#header ul.dropdown-menu li a{
	padding:9px 18px;
	color:#6b311d;
	font-family: 'Lora', serif;
	font-size: 13px;
	font-weight: bolder;
}
#header ul.dropdown-menu li a:hover{
	background: none !important;
	color:#d36d28;
	text-shadow: none !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none !important;
}

/*Footer*/
.footertop{
	height: 33px;
	background:url(../_img/footer-top.png) no-repeat center top;
	background-size: 1920px;
}
#footer{
	padding-top:30px;
	
	background:#39331a;/* url(../_img/footer.png)*/
	background-size: 1px;
	font-family: 'Lora', serif;
}
#footer nav a{
	display:block;
	padding:10px 0;
	color:#faddae;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing:1px;
	text-transform:uppercase;
}
#footer h6,
#footer p,
#footer p a{
	color:#fff7eb;
	font-size: 16px;
	line-height:22px;
}
#footer p a{
	color:#faddae;
}

#footer nav a:hover,
#footer p a:hover{
	color:white;
}

.siete{
	text-align: center;
}
.siete a{
	display:block;
	padding:45px 0;
	
	color:#7f6d21;
	font-size: 11px;
	font-style:italic;
	font-weight: 400;
	letter-spacing:1px;
}
.siete a:hover{
	color:#b39a30;
}

/*Newsletter*/
#newsletter label,
.indicates-required{
	display:none;
	visibility:hidden;
	height: 0;
	width: 0;
}
#newsletter h2{
	margin:54px 0 15px 0;
	color:#fff7eb;
	font-size: 16px;
	line-height:22px;
}
#newsletter input{
	display:block;
}
#newsletter input[type="email"]{
	width: 100%;
	padding: 10px;
	
	background:none;
	box-shadow: none;
    outline: none;
    border: none;
    background: #524924;
    border-radius: 60px;
	
	font-family: 'Open Sans', sans-serif;
	text-indent: 10px;
}
#newsletter input[type="email"]:focus{
	background:white;
}
#newsletter input[type="email"]::-webkit-input-placeholder{
	color:white;
	font-family: 'Open Sans', sans-serif;
	text-indent: 10px;
}
#newsletter input[type="email"]:focus::-webkit-input-placeholder{
	color:black;
}
#newsletter input[type="submit"]{
	
	display:block;
	padding:15px 0;
	color:#faddae;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing:1px;
	text-transform:uppercase;
	
	background:none;
	border:none;
}
#newsletter input[type="submit"]:hover{
	color:white;
}

/*Clases*/
.blancotop{
	z-index: 1;
	position: absolute;
	bottom:0;
	left:0;
	
	height: 46px;
	background:url(../_img/blanco-top.png) no-repeat center top;
	background-size: 1920px;
}
.blancomedio{
	background:#fffbf1;
}
.blancobottom{
	height: 46px;
	background:url(../_img/blanco-bottom.png) no-repeat center top;
	background-size: 1920px;
}

a.link,
a.more-link{
	display: inline-block;
	*display: inline;
	position: relative;
	zoom: 1; 
	
	color:#d15128;
	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing:2px;
	text-transform:uppercase;
}
a.link:after{
	background: #d15128;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 135%; 
}
a.link:hover{
	color:#f55553;
}
a.link:hover:after{
	background:#f55553;
}

/*Home*/
#carousel-home{
	height: 630px;/*678*/
	background:black;
}
#carousel-home h1{
	z-index: 1;
	position: absolute;
	top:250px;
	left:50%;
	margin-left: -200px;
	
	color:white;
	font-size: 50px;
	font-weight: bolder;
	line-height:42px;
	text-align: center;
}
#carousel-home h1 span{
	display:block;
	color:#fad9a9;
	font-size: 20px;
	font-weight: 400;
}
.carousel-inner>.item>img{
	margin-left: -240px;
	width: 1920px !important;
	min-width: 1920px !important;
	max-width: 1920px !important;
}

#home-acerca{
	padding:60px 0 75px 0;
}
#home-conciertos{
	z-index: 1;
	position: absolute;
	top:-90px;
	
	height: 692px;
	width: 802px;
	
	background:url(../_img/circulos.png) no-repeat;
	background-size: 802px;
}
#home-conciertos h3{
	display:block;
	margin:60px 0 15px 175px;
	
	color:#fad9a9;
	font-size: 22px;
	letter-spacing:-0.035em;
	text-transform: none;
}
#home-conciertos img{
	margin-top: 40px;
}
#home-conciertos h4{
	margin:45px 0 0 0;
}
#home-conciertos a{
	color:#f99574;
}
#home-conciertos a:hover{
	text-decoration: underline;
}
#home-conciertos h4 a{
	display:block;
	margin-bottom: 7px;
	
	color:white;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
}
#home-conciertos h4 a:hover{
	text-decoration: none;
	color:#feffd3;
}
#home-conciertos time{
	display:block;
	color:#e3c595;
}
#nocon{
	margin: 50px 0 0 97px;
	color: white;
	font-size: 16px;
}

#proyectos nav a{
	position: relative;
	display:inline-block;
	margin:0 4%;
	width: 18%;
	text-align: center;
}
#proyectos nav a:first-child{
	margin-left: 0 !important;
}
#proyectos nav a:last-child{
	margin-right: 0 !important;
}
#proyectos nav a img{
	display:block;
	width: 100%;
}
#proyectos nav a span{
	position: absolute;
	top:0;
	left:0;
	
	display:block;
	margin-top:60px;
	padding:0 25px;
	width: 100%;
	
	color:white;
	font-family: 'Lora', serif;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing:0em;
	text-align: center;
	vertical-align:middle;
}
#proyectos nav a.unalinea span{
	margin-top:85px;
}

/*bg*/
.bg{
	height: 237px;
}
#bg-acerca{
	background:url(../_img/bg-acerca.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-actividades{
	background:url(../_img/bg-actividades.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-galeria{
	background:url(../_img/bg-galeria.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-redes{
	background:url(../_img/bg-redes.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-talleres{
	background:url(../_img/bg-talleres.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-cabanas{
	background:url(../_img/bg-cabanas.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-domos{
	background:url(../_img/bg-domos.jpg) no-repeat center top;
	background-size: 1920px;
}
#bg-english{
	background:url(../_img/bg-english.jpg) no-repeat center top;
	background-size: 1920px;
}

/*Acerca*/
#acercadomo{
	position: absolute;
	bottom:-45px;
	right:0;
}
.crema{
	background:url(../_img/crema.png);
	background-size: 1px;
}
.cremabottom{
	height: 46px;
	background:url(../_img/crema-bottom.png) no-repeat center top;
	background-size: 1920px;
}
ul.lista{
	margin:0;
	padding:0;
	list-style:none;
}
ul.lista li{
	display:block;
	padding:5px 0 5px 25px;
	background:url(../_img/flecha.png) no-repeat 0 12px;
	background-size: 11px;
}
.conciertos ul.lista li{
	float: left;
	width: 50%;
	color:#393325;
}
img#guitarra{
	margin-top: 120px;
}

/*Actividades*/
img.actmask{
	z-index: 1;
	position: absolute;
	left:0;
	top:0;
}
.actividad h4 {
	margin:30px 0 0 0;
}
.actividad h4 a{
	display:block;
	color:#5b331b;
	font-size: 26px;
	font-weight: bolder;
}
.actividad h4 a:hover{
	color:black;
}
.actividad time{
	display:block;
	margin: 5px 0 15px 0;
	color:#848176;
}
a.comprar{
	display:inline-block;
	height: 43px;
	padding:0 60px 0 30px;
	
	background:#d36d28 url(../_img/comprar.png) no-repeat 90% 12px;
	background-size: 23px;
	border-radius:15px;
	
	color:white;
	font-weight: 700;
	line-height:41px;
}
a.comprar:hover{
	background:#f55553 url(../_img/comprar.png) no-repeat 90% 12px;
	background-size: 23px;
	text-shadow: #c6302f 1px 1px 1px;
}

/*Galeria*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*Nextgen album*/
li.ngg-breadcrumb,
div.slideshowlink{
	display:none;
	height: 0;
	width: 0;
	visibility:hidden;
}

.ngg-album-compact {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}
.ngg-album-compactbox {
    margin: 0 !important;
    padding: 0px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border: 0px solid gray !important;
    border-radius: 0px !important;
    z-index: 1;
}
.ngg-album-compactbox:after, .ngg-album-compactbox:before {
    border-bottom: 0px solid gray !important;
    border-radius: 0px !important;
}

.ngg-album-link a img.Thumb {
	margin:0 !important;
	padding:0 !important;
	height: 197px !important;
	width: 200px !important;
    border: 0px !important;
}
/*máscara seba*/
.ngg-album-link a:after{
	position: absolute;
	left:8px;
	top:8px;
	
	margin:0;
	padding:0;
	height: 197px;
	width: 200px;
    border: 0px !important;
	
	content: url('../_img/album-mask.png');
}
.ngg-album-compact h4{
	display: block;
	text-align: center !important;
}
.ngg-album-compact h4 .ngg-album-desc {
	overflow: hidden;
	display: block;
	height: 54px !important;
	width: 100% !important;
	max-width: 100% !important;
    min-width: 100% !important;
	
	color:#5b331b;
	font-size: 18px;
	line-height:24px;
	text-align: center !important;
}
p.ngg-album-gallery-image-counter{
	margin-top: -25px !important;
}

/*Nextgen galeria*/
.ngg-gallery-thumbnail {
    background-color: transparent;
    border: 0px !important;
    margin:12px !important;
}
a.ngg-fancybox{
	margin:0 !important;
}
.ngg-gallery-thumbnail{
	position: relative;
}
.ngg-gallery-thumbnail a:after{
	position: absolute;
	left:0px;
	top:0px;
	
	margin:0;
	padding:0;
	height: 200px;
	width: 197px;
    border: 0px !important;
	
	content: url('../_img/album-mask.png');
}

.ngg-navigation a.next, 
.ngg-navigation a.page-numbers, 
.ngg-navigation a.prev, 
.ngg-navigation span.next, 
.ngg-navigation span.page-numbers, 
.ngg-navigation span.prev {
    border:none !important;
	
	color:#d15128;
	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight: bolder;
    text-decoration: none;
}

/*nextgen fancybox*/
.fancybox-bg{
	background-image:none !important;
}

/*Talleres*/
.talleres{
	position: relative;
}
.talleres div{
	position: absolute;
	top:45px;
	left:0;
}
.talleres h2{
	color:#af7a13;
	font-size: 15px;
	letter-spacing:0.05em;
	text-align: center;
	text-transform:uppercase;
}
.talleres section{
	display:block; 
	margin-left: 120px;
}
.talleres h3{
	margin:30px 0 0 0;
	color:#5b331b;
	font-size: 20px;
	letter-spacing:-0.035em;
	text-transform: capitalize;
}
.talleres p{
	margin:0;
	color:#c25615;
	font-size: 13px;
}

/*form*/
img#formularioimg{
	min-height: 660px;
}
.formulario h3{
	color:#f3b78e;
	font-weight: 600 !important;
	text-align: center;
}
.formulario .gf_browser_chrome.gform_wrapper{
	width: 60%;
	margin:-600px 0 100px 80px;
}
.formulario input::-webkit-input-placeholder,
.formulario textarea::-webkit-input-placeholder,
.formulario textarea::-webkit-textarea-placeholder {
	padding:0;
	
	color:white;
	font-size: 11px;
	font-weight: bolder;
	text-indent: 0px;
	text-shadow: 0;
}

.formulario div.ginput_container.ginput_container_text input,
.formulario div.ginput_container.ginput_container_email input,
.formulario div.ginput_container.ginput_container_phone input,
.formulario textarea.medium	{
	margin:0 0 15px 0;
	padding:1.2em 0px 0.72em 0px;
	width: 100%;
	
	border:none;
	border-bottom:solid 2px white;
	background:none;
	
	color:white;
	font-size: 11px !important;
	text-transform:uppercase;
}
.formulario label.gfield_label{
	display:none !important;
}

/*enviar*/
.gform_footer.top_label{
	text-align: center;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.35em !important;
}
.formulario input.gform_button.button{
	padding:20px 30px;
    
	background:white;
	border:none;
	border-radius:20px;
	
	color:black;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bolder;
	line-height:20px;
}
.formulario input.gform_button.button:hover{
	background:#f3b78e;
	color:white;
}


































































