/* Mobile */
#mobile-header {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
}
#mobile-button {
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	float: left;
	background: rgba(249, 178, 24, .5);
}
#mobile-button:hover, .sb-active #mobile-button {
	background: #F9B218;
}
#mobile-menu {
	background: #F9B218;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, .25);
}
#mobile-nav a {
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    position: relative;
}
#mobile-nav .right a {
	padding: 0;
}
#mobile-nav .right img {
	margin: auto;
}
#mobile-nav .dropdown-menu a {
    background: rgba(255, 255, 255, .25);
}
#mobile-nav a:hover {
	background: #fdc903;
}
#mobile-nav .fa-angle-down {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    width: 14px;
    height: 14px;
}
#mobile-nav .dropdown-menu {
    display: none;
}
#mobile-logo {
	position: absolute;
	right: 45px;
	top: 0;
	max-width: 33.33333333%;
}
@media screen and (max-width: 1200px) {
	#header {
		display: none;
	}
	#mobile-header {
		display: block;
	}
	.wrapper {
		padding-top: 0 !important;
	}
	#slider li {
		padding-bottom: 50%;
	}
	#selector {
		margin: 0 40px;
	}
	#newsletter h2 {
		width: 108px;
	}
	#noticias {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#noticias .grid > li {
		width: 33.33333333%;
	}
	#noticias .grid > li:first-child {
		width: auto;
		display: block;
	}
	#noticias small {
		display: inline;
	}
	#noticias h1 {
		padding: .5em .5em 0;
		background-size: contain;
	}
	#trabaja-con-nosotros .grid > li {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 960px) {
	#slider li {
		padding-bottom: 66.66666666%;
	}
	#newsletter h2, #main .grid > li {
		width: auto;
		display: block;
		text-align: center;
	}
	.btn {
		display: inline-block;
	}
	.left {
		margin: auto;
		float: none;
		max-width: 600px;
	}
	.content h1 {
		text-align: center;
	}
	.modalidades th, .horarios th span {
		font-size: 1.5em;
	}
	.content .grid > li {
		width: auto;
		display: block;
	}
}
@media screen and (max-width: 800px) {
	#slider li {
		padding-bottom: 75%;
	}
	section {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	#noticias h1 {
		font-size: 3em;
	}
	#noticias .grid > li, #footer .grid > li, #trabaja-con-nosotros .grid > li {
		width: auto;
		display: block;
	}
	.modalidades th, .horarios th span {
		font-size: 1em;
	}
}
@media screen and (max-width: 600px) {
	#footer .table > li {
		width: auto;
		display: block;
	}
	#map {
		padding-bottom: 100%;
	}
	.social {
		text-align: right;
	}
	.social a {
		display: inline-block;
		vertical-align: middle;
	}
	#trabaja-con-nosotros .grid > li.span label {
		float: none;
		margin: 0 auto .5em;
		display: block;
	}
}