/*
Theme Name: albores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arcoiris
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*FONT*/
@font-face {
	font-family: 'Calibri';
	src: url('css/font/Calibri-Bold.eot');
	src: url('css/font/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('css/font/Calibri-Bold.woff') format('woff'),
		url('css/font/Calibri-Bold.ttf') format('truetype'),
		url('css/font/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('css/font/Calibri-Italic.eot');
	src: url('css/font/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
		url('css/font/Calibri-Italic.woff') format('woff'),
		url('css/font/Calibri-Italic.ttf') format('truetype'),
		url('css/font/Calibri-Italic.svg#Calibri-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri';
	src: url('css/font/Calibri-BoldItalic.eot');
	src: url('css/font/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('css/font/Calibri-BoldItalic.woff') format('woff'),
		url('css/font/Calibri-BoldItalic.ttf') format('truetype'),
		url('css/font/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri';
	src: url('css/font/Calibri.eot');
	src: url('css/font/Calibri.eot?#iefix') format('embedded-opentype'),
		url('css/font/Calibri.woff') format('woff'),
		url('css/font/Calibri.ttf') format('truetype'),
		url('css/font/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('css/font/Calibri-Light.eot');
	src: url('css/font/Calibri-Light.eot?#iefix') format('embedded-opentype'),
		url('css/font/Calibri-Light.woff') format('woff'),
		url('css/font/Calibri-Light.ttf') format('truetype'),
		url('css/font/Calibri-Light.svg#Calibri-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

/*--------------------------------------------------------------
# Pre-loader
--------------------------------------------------------------*/

#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     height: 100%;
     z-index: 9999999;
 }

#status  {
     width: 400px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(img/ajax-loader1.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -200px 0 0 -200px;
}

/**/
.volver-inicio{
    width: 50%;
    float: right;
    padding: 0% 4%;
    margin-top: -20px;
}

.volver-inicio a {
	color: #007fcd;
    text-transform: uppercase;
    font-weight: bold;
}

.volver-inicio a:hover {
	color: #005488;
}

.volver-inicio i{
	 font-size: 14px;
    padding-right: 3px;

}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*{-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;	outline: none;}


a{
	text-decoration: none;
}

a:focus{
	outline: none!important;
}

html {
	font-family: 'Calibri' , sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x:hidden;
}

body {
	margin: 0;
	overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

blockquote{
	font-style: italic;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
    background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*182*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #e0dfdf;

}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.click-me {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 80px;
    cursor: pointer;
    z-index: 9999999;
}

.palabra-menu{
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0px;
    background: rgba(0,0,0,0.5);
    padding: 28px 20px 25px 10px;
    width: 80px;
    transition: all ease 400ms;
}

.palabra-menu.active{
	background: rgba(0,0,0,0);
}

.palabra-menu span {
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    position: fixed;
    clear: both;
    display: block;
    width: 25%;
    right: -25%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all ease 0.5s; /* Safari */
    transition:  all ease 0.5s;
    padding: 4% 3%;
    z-index: 99999;
}

.main-navigation.scroll {
	-webkit-transition: all ease 0.5s; /* Safari */
    transition:  all ease 0.5s;
	background-color: #222222;
}

.main-navigation.active{
	right:0;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li {
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #848484;
    padding: 12px 0px 12px 22px;
}

.main-navigation ul li ul{
	margin-top: 8px; 
}

.main-navigation ul li ul li{
    font-weight: normal;
    border: none;
    padding: 5px 0px 5px 0px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#d6d6d6;
	text-transform: uppercase;
	font-size: 16px;
}

#site-navigation .menu-item-has-children:before{
	content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
	color: #d6d6d6;
    font-size: 18px;
    padding-left: 3px;
    position: absolute;
    top: 10px;
    left: 0;

}

.twitter-icon {
	border: none !important;
    padding: 20px 10px 0px 22px !important;
    float: left !important;
}

.twitter-icon a{
	background-color: #b3b3b3;
    border-radius: 50%;
    padding: 5px 10px;
    color: #000;
}

.facebook-icon {
	border: none !important;
    padding: 20px 10px 0px 10px !important;
    float: left !important;
}

.facebook-icon a{
	background-color: #b3b3b3;
    border-radius: 50%;
    padding: 5px 12px;
    color: #000;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*182*/
.site-content {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

 .site-header{ 
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
}

.site-branding{
	position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
}

.header-top{
	top: 0;
}

.header-bottom{
	bottom: 0;
}

.botonera{
	width: 100%;
	padding-right: 150px;
	height: 100%;
	-webkit-transition: all ease 0.5s; /* Safari */
    transition:  all ease 0.5s;
}

.botonera.active{
	width: 79.2%;
}

.site-branding a{
	cursor: pointer;
	color:#ffffff;
}

a:hover div#escuela-secundaria,
a.titulo-sala-page:hover {
	background-color: #007fcd !important; 
} 


/*Menu Hamburguesa*/
#nav-toggle{
	width: 70px;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    z-index: 9999999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: fixed;
    right: 80px;
    bottom: 0;
    cursor: pointer;
    padding: 40px 0 35px 27px;
    transition: all ease 400ms;
}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	height: 2px;
	width: 30px;
	background:#fff;
	position: absolute;
	display: block;
	content: ''; 
	margin:0 5px 0 0;
}
#nav-toggle span:before {top: -8px;}
#nav-toggle span:after {bottom: -8px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out;}
#nav-toggle.active{ background-color: rgba(0,0,0,0) !important;}
#nav-toggle.active span {background-color: transparent;}
#nav-toggle.active span:before, #nav-toggle.active span:after {top: 0;}
#nav-toggle.active span:before {transform: rotate(45deg);}
#nav-toggle.active span:after {transform: rotate(-45deg);}

.logos-up{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 20px;
}

.imagen-albores{
	margin-left: 20px;
    float: left;
}

.imagen-inscripcion{
	float: right;
    margin-right: 25px;
    margin-top: 20px;
}

.titulo-albores{
	background-color:#005b8f !important;
	margin-right: 0.2%;
}

/*--------------------------------------------------------------
# Video Portada
--------------------------------------------------------------*/
.video-contenedor{
	position: relative;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: auto;
	z-index: 9;
	/*overflow: hidden;*/
}

.my-video-dimensions {
	height: 100%;
	width: auto;
}

.video-js .vjs-tech {
	width: auto !important;
}

.vjs-poster{
	background-size: cover !important;
	width:auto;
}

/*--------------------------------------------------------------
# Page Home
--------------------------------------------------------------*/
.clubteatreros{
	position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 25px 40px 20px 40px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    width: auto;
    z-index: 8888;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: block;
}
.mosca {
	position: absolute;	
	z-index: 999;
	max-width: 220px;
	left: 30px;
	bottom: 20px;
	padding: 10px 20px 5px;
	background: #fff;
	border-radius: 10px;
}
.mosca.mosca2 {
	bottom:110px;
}
.contenedor-secciones{
	width: 100%;
    background: #fff;
}

@media screen and (min-width: 950px){
	.quedate {
		bottom:130px;
		right:85px;
		max-width:45%;
		width:90%;
		margin:auto;
		position: absolute;
		left:auto;
		z-index: 9999;
	}


	.contenedor-secciones{
	    display: table;
	}
	.mosca {
		top: 40px;
		right: 20px;
		left: auto;
		bottom: auto;
		max-width: none;		
	}
	.mosca.mosca2 {
		top: 40px;
		right: 255px;
		left: auto;
		bottom: auto;
	}
}


.contenedor{
    width: 100%;
    position: relative;
    min-height: 500px;
}

@media screen and (min-width: 950px){
	.contenedor{
	    display: table-row;
	}
}

.contenedor2{
	width: 100%;
}

.img-fondo{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	-webkit-transition: all ease 0.5s; /* Safari */
    transition:  all ease 0.5s;
}

@media screen and (min-width: 950px){
	.img-fondo{
	    min-height: 480px;
	    display: table-cell;
	    vertical-align: middle;
	}	
}

.contenido-page-primero{
	width: 100%;
    padding: 5% 4%;
    vertical-align: middle;
}

.contenido-page{
    width: 50%;
    padding: 5% 4%;
}

@media screen and ( min-width: 950px ){
	.contenido-page{
	    display: table-cell;
	    vertical-align: middle;
	}	
}

.contenido-page p{
	margin: 10px 0;
    padding: 0;
    font-weight: 300;
    color: #444;
    font-size: 16px;
    line-height: 24px;
}

.contenido-page a{
	color: #555555;
    text-transform: uppercase;
    font-weight: bold;
}

.contenido-page a:hover{
	color: #999999;
}

.titulo-institucional{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

#titulo-portada{
    color: #e01319;
}

#titulo-blanco{
	color:#ffffff;	
}

#titulo-albores{
	color:#007fcd;
}

.contenido-columna-primero p{
	color: #fff;
}

.contenido-columna ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contenido-columna li {
  padding-left: 22px;
}

.contenido-columna li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -15px; /* same as padding-left set on li */
  width: 15px; /* same as padding-left set on li */
  font-weight: bold;
  font-size: 14px;
}



.pagina-albores li:before {
	color: #007fcd !important;
}

.pagina-albores a {
	color: #007fcd !important;
	cursor: pointer;
	padding: 0;
}

.pagina-albores a:hover {
	color: #02689b !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.mancha-pintura{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.mancha-pintura h1{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-left: 60px;
}

.mancha-pintura span{
	font-weight: 300;
}

.mancha-pintura img{
	display: block;
}


#page-edu{
	margin-top: 0px !important; 
    padding: 70px 70px 20px 70px;
}

#page-edu-big{
	margin-top: 0px !important; 
    padding: 20px 70px 20px 70px;
}

#page-edu-primero{
	margin-top: 0px !important; 
    padding: 120px 70px 20px 70px;
}

#page-edu-primero p{
 	color: #ffffff;
}

#page-edu-primero-big{
	margin-top: 0px !important; 
    padding: 20px 70px 20px 70px;
}

#page-edu-primero-big p{
 	color: #ffffff;
}

.contenido-paginas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contenido-paginas li {
  padding-left: 22px;
}

.contenido-paginas li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -15px; /* same as padding-left set on li */
  width: 15px; /* same as padding-left set on li */
  font-size: 14px;
  color:#007fcd;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Novedades
--------------------------------------------------------------*/
.contenido-novedades{
	background-color: #666;
    padding: 70px 70px 70px 70px;
}

.caja-texto-novedades{
	width: 90%;
	padding-left: 5%;
}

.slick-arrow{
    position: absolute;
    display: inline;
    color: #ffffff;
    font-size: 50px;
    top: 70px;
    z-index: 9;
    cursor: pointer;
}




.slick-prev{
	left:-50px;
}

.slick-next{
	right:-50px;
}

#titulo-novedades{
	color:#ffffff;
}

.caja-navigation a{
	text-decoration: none;
}

.caja-navigation a .entry-title{
	display: -webkit-inline-block;
	display: inline-block;

}

.entry-title{
	color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    display: inherit;
    font-size: 18px;
    line-height: 18px;
}

.caja-navigation p{
	color: #fff;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
    line-height: 18px;
    font-size: 16px;
}

.caja-navigation p a{
	color: #fff;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
    line-height: 18px;
    font-size: 16px;
}

.caja-navigation article{
	width: 95%;
	padding: 0 3px;
}


.ampliar{
	color: #b3b3b3;
    text-transform: uppercase;
    margin-top: 10px;
    display: inherit;
    border-bottom: 1px solid #b3b3b3;
    width: 62px;
    font-weight: bold;
}

.post-fondo{
	width: 95%;
	height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/*--------------------------------------------------------------
# Galeria
--------------------------------------------------------------*/

.galeria-epigrafre {	
	color: #1a1a1a;
    background: #eaa81c;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    left: 0;
    bottom: -11%;
    right: 0;
    width: 100%;
    margin: auto;
    height: 50px;
    z-index: 0;
}
.fade .slick-list {
	overflow:visible;
}

.contenido-galeria{
	padding: 5% 4%;
    width: 100%;
    padding-left: 8%;
    overflow: hidden;
}

.contenedor-portada{
	position: relative;
	width: 32%;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.gradiente {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0),rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) );
    background: -o-linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0),rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) );
    background: -moz-linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0),rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) );
    background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0),rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) );
}

.portada-galeria{
	position: relative;
	width: 100%;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: 0.5s !important;
}

.hoverPost{
	transform: scale(1.05)!important;
	-moz-transform: scale(1.05)!important;
	-ms-transform: scale(1.05)!important;;
	-o-transform: scale(1.05)!important;
	-webkit-transform: scale(1.05)!important;
}

.titulo-album{
	position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    width: 400px;
}

/*Ajax*/
.contenedor-post{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
    height: 100%;
    position: fixed;
	top: 0;
	left: 0;
	padding-top: 50px;
	z-index: 99999;
}

.contenedor-fade{
	width: auto;
	height: 90%;
	margin: 0 auto;
}

.loading-galeria{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 99999;
}

.loading-galeria i{
 	position: absolute;
	top: 50%; 
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	color:#ffffff;
}

.slick-prev2{
	position: absolute;
    top: 35%;
    left: 100px;
}

.slick-next2{
	position: absolute;
    top: 35%;
    right: 100px;
}

.imagenes-galeria img{
	width: auto;
	max-height: 900px;
	max-width: 90%;
}

.close-div{
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

.close-div i{
	font-size: 25px;
	color: #fff;
}


.foto-galeria{
	width: 900px !important;
	height: 900px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
}




/**/
.entry-content a{
	color: #007fcd;
}

/*--------------------------------------------------------------
# Inscripcion 
--------------------------------------------------------------*/
/*Inicio*/
.content-area{
	width: 100%;
}

@media screen and (min-width: 950px){
	.content-area{
		display: table;
	}
}

.contenedor-page-insc{
	width: 100%;
}

@media screen and (min-width: 950px){
	.contenedor-page-insc{
		display: table-row;
	}
}

#titulo-inscripcion{
	color: #007fcd;
    margin-bottom: 0;
    line-height: 30px;
}

.contenido-paginas p{
	margin: 15px 0;
    padding: 0;
    font-weight: 300;
    color: #444;
    font-size: 16px;
    line-height: 22px;
}

.toggle-page{
	position: fixed !important;
}

.botonera-inscripcion{
	width: 95%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo-sala-ins{
    width: 70%;
    margin-bottom: 20px;
    padding: 0 20px;
    margin-right: 0.5%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.titulo-sala-ins h2{
	padding-top: 22px;
    padding-bottom: 22px;
    margin: 0;
    color:#fff;
}


.img-fondo-paginas{
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	-webkit-transition: all ease 0.5s; /* Safari */
    transition:  all ease 0.5s;
}


@media all and ( min-width: 950px){
	.img-fondo-paginas{
	    display: table-cell;
	    vertical-align: middle;
	}
}

.logos-up-paginas{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 50%;
}

.contenido-paginas-inscripcion{
    width: 50%;
    padding: 3% 4%;
}

@media all and ( min-width: 950px ){
	.contenido-paginas-inscripcion{
	    display: table-cell;
	}
}

.contenido-paginas{
	padding-top: 50px;
}

.the-content-ins{
	padding-bottom: 5px;
}

p.identificador23{
	margin-bottom: 30px !important;
}


/*--------------------------------------------------------------
# Video Secciones
--------------------------------------------------------------*/

.video-section-00{
	overflow: hidden !important;
}	

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.novedades-single{
    font-size: 16px;
    color: #777;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-top: 20px;
}

.titulo-single-post{
	margin-top: 0px;
}

/*--------------------------------------------------------------
# Header-paginas
--------------------------------------------------------------*/

/*Site branding page*/
.titulo-sala-page {
    float: left;
    height: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: rgba(0,0,0,0.5);
    width:25%;
}

.ancho-albores{
	width: 9.06%;
}

.ancho-albores.active{
	width: 6.3%;
}

.una-lineas{
	margin-top: 30px;
}

.dos-lineas{
	margin-top: 22px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
	position: relative;
    background-color: #ececec;
    width: 100%;
    padding: 15px 70px 100px;
}


.site-footer2{
	position: relative;
	margin-top: 50px;
    background-color: #ececec;
    width: 100%;
    padding: 11px 70px 10px;
}

.navigation-footer{
	width: 100%;
    height: 250px;
}

.navigation-footer ul{
	list-style: none;
    margin: 0;
    padding: 0;

}

.navigation-footer ul li{
	float: left;
	list-style: none;
	padding-right: 60px;

}

.navigation-footer ul li ul{
	margin: 0;
    padding: 0;
    margin-top: 10px;
}

.navigation-footer ul li a{
	font-weight: bold;
}

.navigation-footer ul li ul li{
	clear:both;
}

.navigation-footer ul li ul li a{
	font-weight: normal;
}

.navigation-footer a{
	color:#666666;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
}

/*Footer Marcas*/

.site-info{
	margin-left: 5.2%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.site-info.active{
	margin:0;
}


.footer-marcas{
	width: 100%;
    height: 60px;
}

.footer-marcas span{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	float: left;
	padding-left: 100px;
    padding-top: 35px;
}

.arcoiris-logo-footer{
	float: left;
}

.proyectar-footer{
	float: right;
	padding-right: 140px;
    padding-top: 44px;
}

.edit-link{
	color: #007fcd ;
	text-transform: uppercase;
	font-weight: bold;
}

/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
	.titulo-sala-page {
	    font-size: 12px;
	    line-height: 18px;
	}
}

@media screen and (max-width: 1340px){
	.navigation-footer ul li {
	    padding-right: 7%;
	}
}

@media screen and (max-width: 1150px){
	.navigation-footer ul li {
	    padding-right: 10px;
	}
}

@media screen and (max-width: 1290px){
	.imagen-albores{
		width: 300px;
		height: auto;
	}
	.imagen-inscripcion{
		width: 130px;
		height: auto;
	}

	/*HEADER*/
 	.botonera2, .mancha-pintura, .ancho-fijo {
 		display: none;
 	}

 	/*Flechas Galerias*/
 	.slick-next2{
 		right: 30px;
 	}
 	.slick-prev2{
 		left: 30px;
 	}
}

@media screen and (max-width: 950px){

	.quedate {
		max-width:480px;
		width:90%;
		margin:auto;
		position: absolute;
		bottom:100px;
		left:0;
		right:0;
		z-index: 9999;
	}
	

	.clubteatreros {
		top:auto;
		right: auto;
		left: 10px;
		max-width: 170px;
		border-radius: 10px;
		margin: auto;
		bottom: 10px;
		padding: 15px 20px
	}
 	/*HEADER*/
 	.botonera {
 		display: none;
	 }	 

 	.main-navigation{
 		width: 50%;
 		right: -50%;
 	}
 	/*CONTENIDO PAGINA*/
 	.contenido-page{
 		padding-top: 280px;
 		width: 100%;
 	}
 	.img-fondo{
 		position: absolute;
 		top: 0;
 		width: 100%;
 		height: 280px;
 		display: block !important;
 	}

 	.video-section-00{
 		display: none;
 	}

 	/*FOOTER*/
 	.site-footer {
	    padding: 10px 30px 10px;
	}
	.navigation-footer {
 		display: none;
 	}
 	.site-info {
	    margin-left: 2%;
	    max-width: 100%;
	}
	.footer-marcas span {
	    padding-left: 15px;
	}
	.proyectar-footer {
	    padding-right: 90px;
	}

	/*Paginas*/
	.logos-up-paginas{
		position: absolute;
	}
	.img-fondo-paginas {
	    position: relative;
	    width: 100%;
	    height: 280px !important;
	}
	.contenido-paginas-inscripcion{
		width: 100%;
	}

	/*Portadas galerias*/
	.contenedor-portada{
		width: 47%;
	    height: 300px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}

	/*Galerias*/
	.slick-arrow{
	    font-size: 40px;
	}
	.close-div i {
	    font-size: 20px;
	}


}


@media screen and (max-width: 650px){

	#galerias-page a:first-child .una-lineas {
		margin-top: 22px;
	}
	#galerias-page .desmutearse-logo {
		top: 30%;
		right: -5%;
		height: 36%;
	}
	body.home .desmutearse-logo {
		top: auto!important;
		height: 36%!important;
		bottom: 15%!important;
	}
	#galerias-page .contenido-page.pagina-albores {
		padding:35px 35px 70px ;
	}
	#galerias-page .contenido-page.pagina-albores .titulo-institucional {
		line-height: 30px;
	}
	#galerias-page .contenido-page.pagina-albores button {
		bottom:20px;
		font-size:18px;
	}
	#galerias-page .img-fondo  {
		position: relative;
	}
	.desmutearse-qr {
		position: absolute;
		bottom: 95px!important;
		left: 15px!important;
		height: 67px!important;
	}
 	
	/*Header*/
 	.main-navigation{
 		width: 100%;
 		right: -100%;
 		background-color: rgba(0,0,0,0.9);
 	}

 	/*Logos up*/
	.imagen-inscripcion {
		width: 100px;
		height: auto;
	    margin-right: 10px;
	    margin-top: 10px;
	}

	.imagen-albores {
		width: 180px;
		height: auto;
	    margin-left: 10px;
	}

	/*Solicitud enviada*/
	.img-fondo-enviada{
		height: 180px;
	}

	/*FOOTER*/
	.footer-marcas span {
	    display: none;
	}
	.proyectar-footer {
	    padding-right: 65px;
	}

	/*Portadas galerias*/
	.contenedor-portada{
		width: 98%;
		height: 300px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0%;
	}
	/**/
	.contenido-galeria{
		padding: 5% 4%;
	}
	/*Flechas Galerias*/
	.slick-next2{
 		right: 10px;
 	}
 	.slick-prev2{
 		left: 10px;
 	}
}

/*--------------------------------------------------------------
## RESPONSIVE HEIGHT NAV
--------------------------------------------------------------*/

.content-area2{
	padding-bottom: 10%;
}

.contenedor-page-enviada{
	padding: 70px 20px 0px;
	max-width: 840px;
	margin: auto;
	text-align: center;
}

.img-fondo-enviada{
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 220px;
}

.logos-up-enviada{
	position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 50%;
}


/*AUTORIDADES*/
.contenedor-caja-autoridades{
	position: relative;
	text-align: center;
	height: 200px;
}

.contenedor-caja-autoridades2{
	position: relative;
	text-align: center;
	height: 200px;
}

@media all and (max-width: 1720px){
	.contenedor-caja-autoridades2{
		height: 350px;
	}

}

@media all and (max-width: 1320px){
	.contenedor-caja-autoridades{
		height: 350px;
	}

}

@media all and (max-width: 950px){
	.contenedor-caja-autoridades{
		height: 200px;
	}
	.contenedor-caja-autoridades2{
		height: 200px;
	}

}

@media all and (max-width: 800px){
	.contenedor-caja-autoridades2{
		height: 350px;
	}

}

@media all and (max-width: 580px){
	.contenedor-caja-autoridades{
		height: 350px;
	}

}

/*--------------------------------------------------------------
## RESPONSIVE HEIGHT NAV
--------------------------------------------------------------*/


@media screen and (max-height: 900px){

	.imagenes-galeria img{
		width: auto;
		max-height: 750px;

	}
}

@media screen and (max-height: 850px){
	/*Nav*/
 	.main-navigation{
 		padding-top: 40px ;
 	}
 	.imagenes-galeria img{
		width: auto;
		max-height: 650px;

	}
 }

 @media screen and (max-height: 700px){
	/*Nav*/
 	.main-navigation{
 		padding-top: 10px ;
 	}
 	
 	.main-navigation a {
	    font-size: 14px;
	}
	.imagenes-galeria img{
		width: auto;
		max-height: 550px;

	}

 }


@media screen and (max-height: 600px){
	.imagenes-galeria img{
		width: auto;
		max-height: 450px;

	}

 }

  @media screen and (max-height: 500px){
	.imagenes-galeria img{
		width: auto;
		max-height: 350px;

	}

 }


 @media screen and (max-height: 480px){
	.main-navigation ul li {
	    padding: 10px 0px 12px 22px;
	}

	.main-navigation ul li ul li {
	    padding: 3px 0px 3px 0px;
	}
	.imagenes-galeria img{
		width: auto;
		max-height: 250px;

	} 
 }

.slick-slide img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/**/
.fade, .slick-list, .slick-track, .slick-slide, .video-galery{
	height:100%;
}

.video-galery{
	width: 80%;
	height: 100%;
    margin: auto;
}

.video-galery iframe{
	width: 100%;
	height: 100%;
}

/*Contacto*/
.contact-form {width:100%; max-width:500px; border-top:1px solid #ededed; margin-top:10px; padding-top:10px;}
.contact-form label {color:#1a1a1a!important; font-weight:normal!important;}
.contact-form input[type="text"], .contact-form input[type="email"] {width:100%; border:1px solid #ccc; padding:10px; transition:all ease 500ms;}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus {border:1px solid #21759b;}
.textarea {width:100%; height:200px; border:1px solid #ccc; padding:10px; margin-top:-15px; margin-bottom:20px;}
.textarea:focus {border:1px solid #21759b;}
.textarea textarea {width:100%; height:100%; max-height:100%; min-height:100%; max-width:100%; min-width:100%; border:0;}
.contact-form input[type="submit"] {width:100%; border:0; background:#21759b; color:#fff; padding:10px; text-transform:uppercase; font-weight:700;}
.contact-form input[type="submit"]:hover {background:#21759b; box-shadow:none;}




/* Landing Pages */
.landing {
	background:#f6f6f6;
	padding-bottom:5%;
}
.landing iframe {
	margin:-100px auto 0;
	display: block;
}
.landing header {
	height:250px;
	position:relative;
	overflow:hidden;
}
.landing .seguirleyendo {
	text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 3px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.vidContain {
    width:100%; 
    height:100%;
    position:relative;
    display:inline-block;
    margin:0;    
}
.vidContain video {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: 100%;
	z-index: 0; 
	overflow: hidden;
}  
.vidContent {
    position:absolute;
    bottom:0; 
    left:0;
    right:0;
    margin:auto;
    color:#fff;
    width:100%;
    text-align:center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+75,000000+100&0+22,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 22%, rgba(0,0,0,0.44) 75%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 22%,rgba(0,0,0,0.44) 75%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 22%,rgba(0,0,0,0.44) 75%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.vidContent h1 {
	font-size: 36px;
	line-height: 32px;
}
.vidContent h1 small {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}
.landing-content {
	text-align:center;
	padding:35px 0 130px;
	background:#007fcd;
}
.landing-content p {
	margin:auto;
	max-width:1040px;
	color:#fff;
	font-size: 17px;
	line-height:24px;
	width:90%;
}
.landing-form {
	max-width: 695px;
	height: 1290px;
	width: 90%;
	margin: -100px auto 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	background: #fff;
}
.badge-insc {
	position:fixed;
	top:0;
	right:0;
}



/* Page Galerias */
#galerias-page .section-video {
	position:relative;
}
#galerias-page .section-video:before {
	content: '';
    display: block;
    width: 100%;
    height: 60%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.65;
}
#galerias-page .titulo-sala-page {
	width:33.333%;
}
#galerias-page .botonera {
	padding-right:0;
	display:block;
}
body.page-id-763 .click-me {
	display:none;
}
#galerias-page .contenido-galeria {
	padding:5% 4% 0;
}
#desmutearse {
	padding-bottom:100px;
}
#galerias-page .section-video {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
#galerias-page .contenido-page.pagina-albores .contenido-columna {
	height:250px;
	overflow:hidden;
}
#galerias-page .contenido-page.pagina-albores .contenido-columna.visible {
	height:auto;
}
#galerias-page .contenido-columna button {
	color:#1481c9;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	bottom:10%;
	right:8%;
	border:0;
	background:transparent;
	font-family: 'Calibri', sans-serif;
	font-size: 18px;
}
#galerias-page .contenido-columna button:focus {
	box-shadow:none!important;
}
#galerias-page .contenido-page.pagina-albores {
	position: relative;
}
.desmutearse-logo {
	position: absolute;
    top: -5%;
    right: -5%;
    height: 70%;
}
body.home .desmutearse-logo {
	position: absolute;
    top: -3%;
    right: -5%;
	height: 55%;
	z-index: 999;
}
.desmutearse-qr {
	position: absolute;
    bottom: 110px;
	left: 50px;
	height:157px;
}
.desmutearse-qr img {
	float:left;
	height:100%;
	width:auto;
	margin:0 25px 0 0;
}
.desmutearse-qr span {
	float:left;
}

@media all and (min-width:768px){
	.landing header {
		height:550px;
	}
	.vidContent {
		padding-bottom:35px;
	}
	.vidContent h1 {
		font-size: 78px;
		line-height: 65px;
	}
	.vidContent h1 small {
		font-size: 40px;
	}	
	.landing-content {
		padding:75px 0 160px;
	}
	.landing-content p {
		font-size: 21px;
		line-height: 28px;
	}
	.landing-form {
		margin: -100px auto 0;
	}
}
@media all and (min-width:480px) {
	.vidContain video {
		height: auto;
	}
}
