@media only screen and (min-width : 1441px) {
	
	.carousel-inner>.item>img{
		margin-left:0px !important;
	}
	
}

/* MD */
@media only screen and (max-width : 1200px) {
	
	#header .navbar-nav>li>a,
	#header .nav>li>a {
		margin-left: 45px;
	}
	#proyectos nav a span{
		margin-top:30px;
	}
	#proyectos nav a.unalinea span{
		margin-top:65px;
	}
	
}

/* SM */
@media only screen and (max-width : 992px) {
	
	#header .navbar-nav>li>a,
	#header .nav>li>a {
		margin-left: 30px;
	}
	.blancotop{
		height: 28px;
		background:url(../_img/blanco-top.png) no-repeat center top;
		background-size: 1200px;
	}
	#home-acerca{
		padding:30px 0 30px 0;
	}
	#home-conciertos{
		position: static !important;
		top:auto !important;
		
		display:block;
		clear:both;
		
		width: 100% !important;
		height: auto !important;
		min-height:915px;
	
		background:url(../_img/circulos.png) no-repeat center 300px;
		background-size: 700px;
	}
	#proyectos nav a{
		width: 17%;
	}
	#proyectos nav a span{
		margin-top:15px;
		font-size: 15px;
	}
	#proyectos nav a.unalinea span{
		margin-top:45px;
	}
	.actividad h4 {
		margin:0px 0 0 0;
	}
	
}

/* SM @media only screen and (max-width : 768px) {}*/

/* XS */ 
@media only screen and (max-width : 740px) {
	
	.animated,
	.wow {
			/*CSS transitions*/
			-o-transition-property: none !important;
			-moz-transition-property: none !important;
			-ms-transition-property: none !important;
			-webkit-transition-property: none !important;
			transition-property: none !important;
			/*CSS transforms*/
			-o-transform: none !important;
			-moz-transform: none !important;
			-ms-transform: none !important;
			-webkit-transform: none !important;
			transform: none !important;
			/*CSS animations*/
			-webkit-animation: none !important;
			-moz-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
	}
	
	h1, h2, h3, h4, h5, h6{
		font-size: 22px;
		line-height:28px;
	}
	h3	{
		font-size: 16px;
	}
	h4	{
		font-size: 16px;
	}
	
	/*ocultos*/
	.blancotop,
	.blancobottom,
	img#formularioimg{
		display:none;
		height: 0;
		visibility:hidden;
		width: 0;
	}
	
	/*header*/
	#header{
		position:static;
		background:white;
	}
	#header .col-xs-12{
		padding:0 !important;
	}
	.navbar {
	    min-height: auto !important;
	    margin-bottom: 0px;
	    border: 0px solid transparent;
	}
	a#logo img{
		margin:15px;
		width: 50px !important;
	}
	a#logo span{
		color:#d15128;
		font-family: 'Lora', serif;
		font-size: 12px;
		font-weight: bolder;
		letter-spacing:2px;
		text-transform:uppercase;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 21px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid lightgrey;
	    border-radius: 4px;
	}
	.navbar-toggle .icon-bar {
		background:lightgrey;
	}
	.navbar-collapse{
		padding:0 !important;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d15128+0,af4626+100 */
		background: #d15128; /* Old browsers */
		background: -moz-linear-gradient(top, #d15128 0%, #af4626 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #d15128 0%,#af4626 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #d15128 0%,#af4626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15128', endColorstr='#af4626',GradientType=0 ); /* IE6-9 */
	}
	#header ul.nav {
	    margin:0 !important;
	}
	#header .navbar-nav{
		padding:15px 0 !important;
	}
	#header .navbar-nav>li>a, 
	#header .nav>li>a {
		display:block;
	    margin-left: 15px;
		padding:15px 0 !important;
	}
	/*Dropdown*/
	#submenu {
		margin-top:0px;
		right: 0px
	}
	.dropdown-menu{
		padding:15px 0;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e2e1e+0,472216+100 */
		background: #5e2e1e; /* Old browsers */
		background: -moz-linear-gradient(top, #5e2e1e 0%, #472216 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #5e2e1e 0%,#472216 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #5e2e1e 0%,#472216 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2e1e', endColorstr='#472216',GradientType=0 ); /* IE6-9 */
		border-radius:0px !important;
	}
	#header ul.dropdown-menu li a{
		padding:9px 18px;
		color:white;
		font-size: 13px;
		font-weight: lighter;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	#header ul.dropdown-menu li a:hover{
		background: none !important;
		color:#d36d28;
		text-shadow: none !important;
	}
	.caret {
	    margin-left: 5px;
	    border-top: 4px solid;
	}
	
	/*footer*/
	.footertop{
		height: 33px;
		background:url(../_img/footer-top.png) no-repeat center bottom;
		background-size: 640px;
	}
	#footer{
		padding-top:15px;
	}
	#footer h6{
		margin:30px 0 45px 0;
	}
	#footer p{
		margin:30px 0 0px 0;
	}
	a#estrellamobile{
		position: absolute;
		top:-33px;
		left:50%;
		margin-left: -30px;
	}
	
	/*clases espacio*/
	.espacio,
	#home-acerca,
	#home-conciertos{
		padding:45px 0 45px 0;
	}
	
	#proyectos nav a{
		display:inline-block;
		margin:5px 1%;
		width: 44%;
	}
	#proyectos nav a span{
		margin-top:45px;
	}
	#proyectos nav a.unalinea span{
		margin-top:50px;
	}
		
	/*home*/
	#carousel-home{
		height: auto !important;
	}
	#carousel-home h1{
		top:28px;
		left:0;
		margin-left:0px;
		
		display:block;
		width: 100%;
	
		font-size:20px;
		line-height:25px;
	}
	#carousel-home h1 span{
		font-size:13px;
	}
	.carousel-inner>.item>img{
		margin-left:0px;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	
	#home-conciertos{
		padding:45px 0 45px 0;
		background:#6b311d;
		background-image:none;
	}
	#home-conciertos h3{
		display:block;
		width: 100%;
		margin:0 auto;
		text-align: center;
	}
	#home-conciertos h4{
		margin:10px 0 0 0;
	}
	
	/*bg*/
	.bg{
		height:113px;
	}
	#bg-acerca{
		background:url(../_img/bg-acerca.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-talleres{
		background:url(../_img/bg-talleres.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-cabanas{
		background:url(../_img/bg-cabanas.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-domos{
		background:url(../_img/bg-domos.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-actividades{
		background:url(../_img/bg-actividades.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-galeria{
		background:url(../_img/bg-galeria.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-redes{
		background:url(../_img/bg-redes.jpg) no-repeat center top;
		background-size: cover;
	}
	#bg-english{
		background:url(../_img/bg-english.jpg) no-repeat center top;
		background-size: cover;
	}
	
	/*acerca*/
	#acercadomo{
		width: 500px;
	}
	.cremabottom{
		height: 33px;
		background:url(../_img/crema-bottom.png) no-repeat center top;
		background-size: 640px;
	}
	.conciertos ul.lista li{
		width: 100%;
	}
	
	/*talleres*/
	.formulario .gf_browser_chrome.gform_wrapper{
		width: 100%;
		margin:0px;
	}
	.formulario input::-webkit-input-placeholder,
	.formulario textarea::-webkit-input-placeholder,
	.formulario textarea::-webkit-textarea-placeholder {
		color: #5b331b;
	}
	.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	{
		border-bottom:solid 2px #5b331b;
		color: #5b331b;
	}
	
	/*actividades*/
	.actividad h4 {
		margin:15px 0 0 0;
	}
	
	/*nextgen*/
	.galeria-mobile {
	    padding:0 0 0 36px !important;
	}
	
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	