@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
       .big-image-container{
			min-width:100%;
			height:500px;
		}
		.arrow-container{
			position:absolute;
			top:350px;
			margin: 0 auto;
			width:100%;
		}
		.nav-bar ul{
			float:left;
			display:none;
			padding: 35px 5px 0 5px ;
			width:100%;
		}
		.nav-bar li{
			color:#fff;
			display:block;
			padding:5px 10px 5px 10px;
			font-size:30px;
			font-family: 'Roboto Slab', serif !important;
			font-weight: 300 !important;
		}
		.mobile-menu{
			margin:20px 20px 0px 0px;
			float:right;
			display:block;
		}
		.mobile-feature-container{
			border-bottom:solid 1px #ccc;
		}
		.info-profesor{
			padding-top:10px;
		}
		.contact-icon{
			margin-top:20px;
			margin-bottom:20px;
		}
		.information-align{
			text-align: left;
		}
		.map-container-top{
			margin-top:25px;
		}
		.map-container-bottom{
			margin-top:25px;
			margin-bottom:25px;
		}

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
		.big-image-container{
			min-width:100%;
			height:800px;
		}
		.arrow-container{
			position:absolute;
			top:600px;
			margin: 0 auto;
			width:100%;
		}
		.nav-bar ul{
			float:left;
			display:none;
			padding: 35px 5px 0 5px ;
			width:100%;
		}
		.nav-bar li{
			color:#fff;
			display:block;
			padding:5px 10px 5px 10px;
			font-size:30px;
			font-family: 'Roboto Slab', serif !important;
			font-weight: 300 !important;
		}
		.mobile-menu{
			margin:20px 20px 0px 0px;
			float:right;
			display:block;
		}
		.mobile-feature-container{
			border-bottom:solid 1px #ccc;
		}
		.info-profesor{
			padding-top:10px;
		}
		.contact-icon{
			margin-top:20px;
			margin-bottom:20px;
		}
		.information-align{
			text-align: left;
		}
		.map-container-top{
			margin-top:25px;
		}
		.map-container-bottom{
			margin-top:25px;
			margin-bottom:25px;
		}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.big-image-container{
			min-width:100%;
			height:800px;
		}
		.arrow-container{
			position:absolute;
			top:600px;
			margin: 0 auto;
			width:100%;
		}
		.nav-bar ul{
			float:right;
			display:block;
			padding: 35px 5px 0 5px ;
			width:auto;
		}
		.nav-bar li{
			color:#fff;
			display:inline;
			padding:5px 10px 5px 10px;
			font-size:15px;
			font-family: 'Roboto', sans-serif !important;
			font-weight: 400 !important;
		}
		.mobile-menu{
			margin:20px 20px 0px 0px;
			float:right;
			display:none !important;
		}
		.mobile-feature-container{
			border-bottom:none;
		}
		.info-profesor{
			padding-top:100px;
		}
		.contact-icon{
			margin-top:20px;
			margin-bottom:20px;
		}
		.information-align{
			text-align: justify;
		}
		.map-container-top{
			margin-top:25px;
		}
		.map-container-bottom{
			margin-top:25px;
			margin-bottom:25px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.big-image-container{
			min-width:100%;
			height:800px;
		}
		.arrow-container{
			position:absolute;
			top:600px;
			margin: 0 auto;
			width:100%;
		}
		.nav-bar ul{
			float:right;
			display:block;
			padding: 35px 5px 0 5px ;
			width:auto;
		}
		.nav-bar li{
			color:#fff;
			display:inline;
			padding:5px 10px 5px 10px;
			font-size:15px;
			font-family: 'Roboto', sans-serif !important;
			font-weight: 400 !important;
		}
		.mobile-menu{
			margin:20px 20px 0px 0px;
			float:right;
			display:none !important;
		}
		.mobile-feature-container{
			border-bottom:none;
		}
		.info-profesor{
			padding-top:100px;
		}
		.contact-icon{
			margin-top:auto;
			margin-bottom:auto;
		}
		.information-align{
			text-align: justify;
		}
		.map-container-top{
			margin-top:25px;
		}
		.map-container-bottom{
			margin-top:25px;
			margin-bottom:25px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.big-image-container{
			min-width:100%;
			height:800px;
		}
		.arrow-container{
			position:absolute;
			top:600px;
			margin: 0 auto;
			width:100%;
		}
		.nav-bar ul{
			float:right;
			display:block;
			padding: 35px 5px 0 5px ;
			width:auto;
		}
		.nav-bar li{
			color:#fff;
			display:inline;
			padding:5px 10px 5px 10px;
			font-size:15px;
			font-family: 'Roboto', sans-serif !important;
			font-weight: 400 !important;
		}
		.mobile-menu{
			margin:20px 20px 0px 0px;
			float:right;
			display:none !important;
		}
		.mobile-feature-container{
			border-bottom:none;
		}
		.info-profesor{
			padding-top:100px;
		}
		.contact-icon{
			margin-top:auto;
			margin-bottom:auto;
		}
		.information-align{
			text-align: justify;
		}
		.map-container-top{
			margin-top:0px;
		}
		.map-container-bottom{
			margin-top:25px;
			margin-bottom:25px;
		}
    }
body{
	font-family: 'Roboto', sans-serif !important;

}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
}

ul a:link{
	color:#fff;
	text-decoration: none;
}
ul a:hover{
	color:#fff;
	text-decoration: none;
}
ul a:visited{
	color:#fff;
	text-decoration: none;
}
ul a:active{
	color:#fff;
	text-decoration: none;
}
.contact-icon a:link{
	color:#444;
	text-decoration: none;
}
.contact-icon a:hover{
	color:#444;
	text-decoration: none;
}
.contact-icon a:visited{
	color:#444;
	text-decoration: none;
}
.contact-icon a:active{
	color:#444;
	text-decoration: none;
}
.footer a:link{
	color:#C2178C;
	text-decoration: none;
}
.footer a:hover{
	color:#C2178C;
	text-decoration: none;
}
.footer a:visited{
	color:#C2178C;
	text-decoration: none;
}
.footer a:active{
	color:#C2178C;
	text-decoration: none;
}
.contact-icon a:active{
	color:#444;
	text-decoration: none;
}
.social-icons a:link{
	color:#111;
	text-decoration: none;
}
.social-icons a:hover{
	color:#111;
	text-decoration: none;
}
.social-icons a:visited{
	color:#111;
	text-decoration: none;
}
.social-icons a:active{
	color:#111;
	text-decoration: none;
}
.nav-bar .logo{
	display:none;
}
.nav-bar img{
	margin-left:10px;
}
.main-sentence h1, h2, h3, h4, h5, h6
{
	color:#111;
}
.main-sentence{
	text-align: center;
	padding:50px 0 50px 0;
}

.largeTopImageDownArrow {
    fill: #fff;
    height: 70px;
    width: 130px;
    z-index: 1003;
}
.largeTopImageDownArrow:hover {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transform-origin-x: 50%;
    -webkit-transform-origin-y: 50%;
    -webkit-transform-origin-z: initial;
}

.feature-container{
	width:100%;
	background-size: 100% 100%;
	padding:0 !important;
}
.feature-container img{
	width:100%;
}
.feature-title-container{
	width:100%;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	position:absolute;
	bottom:0;
	padding:3px 0 3px 7px;
	z-index: 1001;
}
.feature-title-class{
	width:100%;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	position:absolute;
	bottom:70px;
	padding:3px 0 3px 7px;
	z-index: 1001;
}
.bottom-margin-clases{
	margin-bottom:10px;
}
.profesor-container{
	height:100%;
	background-size: 100% 100%;
	padding:0 !important;
}
.profesor-container img{
	width:100%;
}
.cv-container{
	width:100%;
	background-size: 100% 100%;
	padding:0 !important;
}
.cv-container img{
	width:100%;
}
.nav-bar{
	position:fixed;
	background-color: transparent;
	z-index: 1002;
	width:100%;
}
.find-times{
	margin-top:10px;
}
.big-image-container{
	text-align: center;
	background-size:cover !important;
	background-position:center !important;
}
.mobile-menu{
	background-color: transparent;
	border:none;
	color:#fff;
}
.index-cover{
	background:url('../img/cover.jpg');
}
.profesores-cover{
	background:url('../img/profesores.jpg');
}
.quienes-somos-cover{
	background:url('../img/quienes-somos.jpg');
}
.contacto-cover{
	background:url('../img/contacto.jpg');
}
.nuestro-modelo-cover{
	background:url('../img/nuestro-modelo.jpg');
}
.festivales-cover{
	background:url('../img/festivales.jpg');
}
.clases-cover{
	background:url('../img/clases.jpg');
}
.eventos-cover
{
	background:url('../img/eventos.jpg');
}
.compania-representativa-cover
{
	background:url('../img/compania-representativa-cover.jpg');
}
.large-img{
	margin-top:80px;
}
.footer{
	padding-top:30px;
	padding-bottom:30px;
	text-align: center;
}

.form-group{
	text-align: left;
}

.results{
	padding:10px;
	min-height:220px;
	display:none;
}
.time-container{
	padding:0;
}
.time{
	font-size:20px;
	display:none;
	font-weight: bold;
}
.time-finder-overlay{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
	font-size:30px;
	color:#eee;
	text-align: center;
	display:none;
}
.time-finder-overlay p{
margin-top:150px;
}
.times-contact{
	text-align: center;
	padding-top:10px;
	font-size:20px;
}
.times-contact a:link{
	color:#C2178C;
	text-decoration: none;
}
.times-contact a:hover{
	color:#C2178C;
	text-decoration: none;
}
.times-contact a:visited{
	color:#C2178C;
	text-decoration: none;
}
.times-contact a:active{
	color:#C2178C;
	text-decoration: none;
}

a.pink:link{
	color:#C2178C;
	text-decoration: none;
}
a.pink:hover{
	color:#C2178C;
	text-decoration: none;
}
a.pink:visited{
	color:#C2178C;
	text-decoration: none;
}
a.pink:active{
	color:#C2178C;
	text-decoration: none;
}
a.gray:link{
	color:#111;
	text-decoration: none;
}
a.gray:hover{
	color:#111;
	text-decoration: none;
}
a.gray:visited{
	color:#111;
	text-decoration: none;
}
a.gray:active{
	color:#111;
	text-decoration: none;
}
.form-signin{
	padding-top:25px;
}
.sim-warning{
	display:none;
	color:red;
	font-size:20px;
}
.warning-container{
	min-height:28px;
}
.remove-padding{
	padding-left:0 !important;
	padding-right:0 !important;
}
.contact-forms-container{
	text-align:center;
}
.address-container{
	text-align: left;
	margin: 0 auto;
}
.address{
	padding-top:5px;
	line-height: 10px;
}
.map-container-top{
	width:100%;
	overflow:hidden;

}
.map-container-bottom{
	width:100%;
	overflow:hidden;

}
.map-header{
	text-align: left;
}
.bx-wrapper img {
    margin: 0 auto;
}
.modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	z-index: 1004;
}

.modal-card {
    box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	width: 90%;
	border-radius: 10px;
	text-align: center;
	max-height: 80%;
	overflow:auto;
}

@media only screen and (min-width : 768px) {
    .modal-card {
        width: 60%;
    }
}

.close-modal {
	width: 100%;
	text-align: right;
}

.long-section.competition {
	background-image: url('../img/compania-representativa.jpg');
	background-position: 50% 20%;
	color: #fff;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 110%;
	text-align: center;
	padding-bottom: 100px;
}

.long-section.competition a,
.long-section.competition a:active,
.long-section.competition a:hover,
.long-section.competition a:visited {
	color: #fff;
	text-decoration: none;
}

.long-section.competition h1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

@media only screen and (min-width : 768px) {
    .long-section.competition h1 {
        margin-top: 100px;
    }
}
