#containerlogo {
    width: 500px;
    margin: auto;
    background-color: #fcf3db;
    margin-bottom: 20px;
}

#containerlogo h5 {
    font-size: 21px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}

#containerlogo > a:hover {
    color: #50687e !important;
}


.slide-overlay .emblem {
    margin-bottom: 10px !important;
}

ul.slides li.slide .slide-overlay .emblem img {
    width: 60px !important;
}

/*NUEVO SLIDES FIJOS RESPONSIVE*/
.slides {
	width: 90%;
	height: auto;
	margin-bottom: 35px !important;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
.slides {
	margin-bottom: 20px !important;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: static;
top: 0;
left: 0;
width: 100%;
height: auto;
}
}


/*Menu*/
body {
    text-align: center;
}

/*Ver color fondo menu*/
.menu-background-container {
    background: #1B3765 repeat; 
	background-image:url(../imgs/menu-background.png);
	border-bottom: #666666 1px;
	margin-bottom: 0px;
	margin-top: 4px;
} 

.wrap-menu {
    display: inline-block;

}

.wrap-menu a {
    text-decoration: none;
    color: #fcf3db;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
}

.wrap-menu ul {
    list-style: none;
    position: relative;
    text-align: left;
    margin-bottom: 0px;
}

.wrap-menu li {
    float: left;
}

/* clear'n floats */
.wrap-menu ul:after {
    clear: both;
}

.wrap-menu ul:before,
.wrap-menu ul:after {
    content: " ";
    display: table;
}

.wrap-menu nav {
    position: relative;
    text-align: center;
    letter-spacing: 1px;
}

/* prime */
.wrap-menu ul.primary li a {
    display: block;
    padding: 8px 30px;
}

.wrap-menu ul.primary li:last-child a {
    border-right: none;
}

.wrap-menu ul.primary li a:hover {

    color: #000;
}

/* subs */
.wrap-menu ul.sub {
    position: absolute;
    z-index: 200;
    box-shadow: 2px 2px 0 #BEBEBE;
    width: 35%;
    display: none;
}

.wrap-menu ul.sub li {
    float: none;
    margin: 0;
}

.wrap-menu ul.sub li a {
    border-bottom: 1px dotted #ccc;
    border-right: none;
    color: #000;
    padding: 10px 30px; /*=== CAMBIADO padding top/bottom de 15px =====*/
}
.wrap-menu ul.sub-sub li a {
	font-size: 12px;
	font-style: italic;
	line-height: 1.1;
}

.wrap-menu ul.sub li:last-child a {
    border-bottom: none;
}

.wrap-menu ul.sub li a:hover {
    color: #000;
    background: #eeeeee;
}

/* sub display*/
.wrap-menu ul.primary li:hover ul {
    display: block;
    background: #fff;
}

/* keeps the tab background white */
.wrap-menu ul.primary li:hover a {
    background: #fcf3db;
    color: #50687e;
    text-shadow: none;
}

.wrap-menu ul.primary li:hover > a {
    color: #50687e;
}

#btn-menu {
    display: none;

}

.btn-ver-mas {
    margin-top: 10px;
    height: auto;
	width: 250px;
    background: #ffcb04;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
/*    font-size: 1.4rem;*/
/*    line-height: 3.1428571429;*/
    font-style: normal;
    font-weight: 400;
    color: #003366;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
/*    transition: background 0.2s linear;*/
    box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.25);
}

.btn-ver-mas:hover {
    background: #999999;
}


.shown-menu {
    transform: translateX(0%) !important;
}

/*LI PROGRAMAS*/

li.CAIF {
	display: inline;
	margin-top: 1.5%;
	margin-right: 10px;
	margin-bottom: 5px;
}


li.ninos {
	display: inline;
	margin-top: 1.5%;
	margin-right: 10px;
	margin-bottom: 5px;			
}

li.simiente {
	display: inline;
	margin-top: 1.5%;
    margin-right: 10px;
	margin-bottom: 5px;	
}

#list-otras li {
    list-style: none;
	font-style: normal;
    font-family: "Helvetica", sans;
    font-size: 14px;
    font-size: 1.6rem;
	letter-spacing: 0;
    line-height: 1.5714285714;
	list-style-image: url(../imgs/list-style.png);
	list-style-position: outside;
	padding-left: 10px; 
	margin-left: 50px;
	margin-bottom: 5px;
}

li.staff {
	display: inline;
	margin-top: 1.5%;
	margin-right: 20px;		
}

@media only screen and (min-width: 973px) {
    .sub-sub{
        margin-top: -43px;
        width: 100% !important;
		font-size:
    }

    .hide-sub{
        display: none !important;
    }

}

@media only screen and (max-width: 972px) {

    .sub-sub{
        margin-left: 30px;
		line-height: 1.1;
    }


    .wrap-menu {
        width: 100%;
        margin-top: 0px;
        position: absolute;
        left: 0;
        transform: translateX(-100%);
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.3s;
    }

    #btn-menu {
        position: relative;
		text-align:left;
        left: 10px;
        color: black;
/*        top: 10px;*/
        bottom: 10px; 
        font-size: 22px;
        display: block;
        z-index: 99999999;
    }

    .socialdiv {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }

    .wrap-menu > nav {
        background-color: #50687e;
        width: 70%;
    }

    .wrap-menu li {
        float: none;
    }

    .wrap-menu ul.primary .wrap-menu li:hover a {
        background: none;
        color: #8B8B8B;
        text-shadow: 1px 1px #000;
    }

    .wrap-menu ul.primary li:hover ul {
        display: block;
        background: #272727;
        color: #fff;
    }

    .wrap-menu ul.sub {
        display: block;
        position: static;
        box-shadow: none;
		left: 15px;
        width: 100%;
		display:none;
    }
	
    .wrap-menu ul.sub li a {
        background: #272727;
        border: none;
        color: #8B8B8B;
    }

    .wrap-menu ul.sub li a:hover {
        color: #ccc;
        background: none;
    }
}

/*Estos son los del menu primario*/
ul.primary > li > a {

}

/*Estos son los del menu primario - código AGREGADO por Made*/
ul.sub > li > a {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
}


/*Estos son para ambos, menu y submenu*/
.sub > li > a:hover {
    background-color: #104178 !important; /*===UNICO CAMBIO CELESTE A AZUL====*/
    color: #fcf3db !important;
}

/*Menu*/

/*Logo*/

/*CAMBIADO DE 72%*/
.lt-ie9 .site-banner-inner {
    margin-top: 0;
    margin-bottom: 0;
}

.logo-marco {
    margin-left: 0px;
	margin-right: auto;
    text-align: left;
    position: relative;
    z-index: 100;
}


/*CAMBIADO*/
.lt-ie9 .logo-marco img {
    padding: 0 20px;
}

/*Logo*/

/*=====ULTIMOS AGREGADOS====*/

/*background del header*/
.main {
    background-color: #fff;
	margin-bottom: 0px;
}

/*SLIDES*/
.container-image-slide {
    background-repeat: no-repeat !important;
    background-position: center !important; /*= = = = CAMBIADO de center center = = = =*/
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
}

.header-subpage {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    margin-bottom: 0 !important;
}

/*header paginas internas*/
.header-headline {
    padding: 8px 0;
/*    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;*/
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    line-height: 1;
/*    letter-spacing: .16em;*/
    text-transform: uppercase;
    color: white !important;
    font-size: 4.3rem !important; /*===CAMBIADO DE 5rem====*/
}

@media screen and (max-width: 500px) {
    .header-headline {
        font-size: 3rem !important;
    }
}


.header-headline-container {
    width: 66%;
    margin: auto;
}

@media screen and (max-width: 500px) {
    .header-headline-container {
        width: 80%;
    }
}

.short-article-copy h4, .short-article-copy p, .short-article-image h4, .short-article-image p {
    text-align: left;
}

/*form syles*/
.fscf-div-field textarea {
    resize: none;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.successform {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;	
}

.warning-input-div {
    border: 2px solid rgba(247, 88, 78, 0.5);
}

.socialdiv {
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 9999999;
}

.socialdiv img {
    width: 35px;
    height: 35px;
    margin-right: 5px;

}

.socialdiv a {
    margin-right: 5px;
    cursor: pointer;
}

.socialdiv a:hover {
    color: #50687e;
}

.socialdiv span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*===ENGLISH OVERLAY STYLES===*/

.feature-overlay-image2 {
    height: 100%;
    background-repeat: no-repeat;
}
.feature-overlay-image2.right, .feature-overlay-image2.left {
    background-position: 50% 50%;
}

@media screen and (min-width: 1000px) {
    .feature-overlay-image2 {
        background-attachment: fixed;
    }
}

@media only screen and (orientation: portrait) and (device-width: 768px) {
    .feature-overlay-image2 {
        background-attachment: scroll;
    }
}

@media only screen and (orientation: landscape) and (device-width: 768px) {
    .feature-overlay-image2 {
        background-attachment: scroll;
    }
}

@media screen and (min-width: 600px) {
    .feature-overlay-image.right {
        background-position: 90% 50%;
    }

    .feature-overlay-image2.left {
        background-position: 10% 50%;
    }
}

.feature.tomahawk-steak .feature-overlay-image2 {
    background-image: url('http://www.liceoespigas.edu.uy/english/imgs/overlay-large-eng-subjects-small.png');
}

.lt-ie9 .feature.tomahawk-steak .feature-overlay-image {
    background-image: url('wp-content/uploads/2017/02/ciencias-overlay-large.png');
}

@media screen and (min-width: 1000px) {
    .feature.tomahawk-steak .feature-overlay-image2 {
        background-image: url('http://www.liceoespigas.edu.uy/english/imgs/overlay-large-eng-subjects.png');
    }
}


.feature.chef .feature-overlay-image2 {
    background-image: url('http://www.liceoespigas.edu.uy/english/imgs/overlay-large-eng-diet-small.png');
}

.lt-ie9 .feature.chef .feature-overlay-image2 {
    background-image: url('http://www.liceoespigas.edu.uy/english/imgs/overlay-large-eng-diet.png');
}

@media screen and (min-width: 1000px) {
    .feature.chef .feature-overlay-image2 {
        background-image: url('http://www.liceoespigas.edu.uy/english/imgs/overlay-large-eng-diet.png');
    }
}

.logo-fundacion {
    position: absolute;
    right: 100px;
    top: 20px;
    z-index: 9999999;
}

.logo-fundacion img {
    width: 30%;
    height: 30%;
    margin-right: 5px;
	margin-top: 5px;

}

.logo-fundacion a {
    margin-right: 5px;
    cursor: pointer;
}


@media screen and (max-width: 768px) {

    .logo-fundacion {
		max-width: 30%;
		margin-right: 10px;
		margin-left: 80px;
		text-align: right;
	}
	.logo-marco {
		max-height: 40%;
	}
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: static;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}






