body{
    font-family: 'Lato', sans-serif;
}
.top-bar{
    background-color: #00B8AD;
}
nav a, nav a:active, nav a:visited
nav a:focus, nav a, nav a:active, nav a:visited
nav a:focus{

    color: #202020;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
nav a:hover{
    color: #00B8AC;
    font-weight: 400;
}
.anchor#noticia{
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}
.anchor#noticias{
    display: block;
    height: 75px;
    margin-top: -55px;
    visibility: hidden;
}
.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}
.home-news-section a,
.home-news-section a:link,
.home-news-section a:visited,
.home-news-section a:hover,
.home-news-section a:focus,
.home-news-section a:active {
    text-transform: initial;
    color: initial;
    font-size: initial;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar {
    margin-bottom: -15px;
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #FFFFFF;
    border: none;
    height: 165px;
}
.center-img{
    margin-left: auto;
	margin-right: auto;
	display: block;
}
section{
    overflow: auto;
    position: relative;
}
h4{
    font-size: 20px;
}
a.logo img{
    width: 100px;
}
p {
  color: #333333;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
p.small{
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
a, a:focus{
    text-transform: uppercase;
    color: #00B8AD;
    font-family: 'Lato', sans-serif;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:hover{
    text-decoration: none;
    font-weight: 700;
    color: #00B8AD;
}
ul, ol, table, img {
  margin: .5em 0;
}

ul, ol {
  padding: 0;
}

table {
  line-height: 1.2;
}

th {
  text-align: left;
}

th, td {
  padding: .25em 1em;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}

hr {
  border-width: 1px 0 0 0;
}
h1{
    font-size: 47px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 52px;
}
.green{
    color: #00B8AD;
}
.margin-top0{
    margin-top: 0 !important;
}
.top-contacts .phone{
    background-image: url(../img/phone.svg);
}
.top-contacts .email{
    background-image: url(../img/email.svg);
}
.top-contacts div{
    float: right;
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 34px;
    background-position: center left;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: 27px;
}
.nav-main ul {
  text-transform: uppercase;
  padding: 0;
  text-align: justify;
  overflow: hidden;
}
.nav-main ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.nav-main li {
  display: inline-block;
}
.nav-main .menu {
  display: none;
}
.nav-main a {
  text-decoration: none;
  display: block;
  padding: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nav-main a:before {
  padding-right: .5em;
}

/*HOME*/
.crosscover{
    height: 500px;
    margin-top: 165px;
}
.crosscover-next{
    background-image: url('../img/slider-icon-next.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.crosscover-prev{
    background-image: url('../img/slider-icon-prev.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.crosscover-prev:hover {
    background-image: url('../img/slider-icon-prev-hover.svg');
}
.crosscover-next:hover {
    background-image: url('../img/slider-icon-next-hover.svg');
}
.crosscover-controller {
    text-align: center;
    bottom: 0px;
}
.crosscover-player, .crosscover-next, .crosscover-prev {
    position: relative;
    background-color: #E8E8E8;
    bottom: -5px;
}
.crosscover-next:hover, .crosscover-prev:hover{
    position: relative;
    background-color: #949494;
}
.crosscover-player {
   display: none;
}
.crosscover-icon-next:after, .crosscover-icon-prev:after {
    content:none;
}
.home-box-1{
    background-image: url('../img/0008-DearbornHeadshots.jpg');
    background-size: cover;
}
.widget-content-right{
    padding-left: 66%;
}
.home-box-2{
    background-color: #f7f7f7;
}
.home-box-2 h1{
    text-align: center;
}
.home-box-2 p{
    padding: 0 40px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
}
.home-box-2 a{
    text-align: center;
    display: block;
}
.home-box-3{
    background-image: url('../img/yurtdisinda-maliyeti.jpg');
    background-size: cover;
}
.home-highlights{
    overflow: auto;
}
.home-highlights .col-md-4{
    padding: 20px;
    height: 466px;
}
.widget{
    display: table;
    height: 100%;
    width: 100%;
}
 .widget-content{
    display: table-cell;
    vertical-align: bottom;
}
section.testimonials{
    padding: 40px 0;
}
.testimonials h1{
    margin-bottom: 40px;
}
.vline::after
{
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #333;
}
.vline{
    height: 50px;
    position: relative;
    margin: 15px;
}
.home-highlights-2 p.first{
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.home-highlights-2 h1{
    font-size: 53px;
    font-weight: 100;
    margin-bottom: 20px;
}
.home-highlights-2 .home-box-2{
    padding: 40px 7%;
}
.home-highlights-2 img{
    height: 60px;
}
.banner{
    background-color: #01B7AF;
    padding: 25px;
}
.banner p{
    font-size: 53px;
    font-weight: 100;
    font-family: "Lato";
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.banner p a img{
    margin-top: -11px;
}

.bx-controls #slider-prev, .bx-controls #slider-next{
    position: absolute;
}
.bx-controls #slider-prev{
    left: 0;
    top: calc(50% - 40px);
    z-index: 1000;
}
.bx-controls #slider-next{
    right: 0;
    top: calc(50% - 40px);
    z-index: 1000;
}
section.news{
    padding: 30px 0;
}
.site-icon{
    width: 60px;
}
section.text-container{
    padding: 70px 0;
}
.noticia-mes{
    text-align: right;
    font-size: 20px;
    position: absolute;
    text-transform: uppercase;
    right: 85px;
    top: -65px;
}
.row-noticia p{
    margin-bottom: 25px;
}
.row-noticia{
    margin-top: 40px;
}
.row-noticia h1{
    color: #00B8AD;
    margin-bottom: 25px;
}
.row-noticia.mes{
    margin-top: 120px;
}
.noticia-img{
    padding-right: 85px;
    margin-top: 7px;
}
.more-info{
    margin: 20px 0 50px 0;
}
.calendar-display {
    font-size: 20px;
}
.bx-custom-captions{
    color: #333333;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: initial;
}
section.school-gallery{
    padding-bottom: 30px;
}
.page-header{
    margin-top: 165px !important;
}
.page.header{
    margin-top: 165px;
}
section.historia-colegio{
    margin: 30px 0;
    background-image: url(../img/big-logo-bg.png);
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: center top;
}
section.historia-colegio h1{
    margin-bottom: 50px;
}
.lslide{
    height: 250px;
}
.lslide img{
    height: 100%;
    margin: 0;
}
.lSSlideWrapper {
    margin-top: 30px;
}
.page-header{
    height: 500px;
    height: 500px;
    padding: 0;
    margin: 0;
    border: none;
}
.heading-block{
    padding: 40px 0;
    text-align: center;
}
.heading-block .small{
    margin-bottom: 0;
}
.heading-block h1{
    margin-bottom: 20px;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
}
.bx-wrapper .bx-image{
    height: 500px;
}
.bx-wrapper, .bx-viewport {
    height: 570px !important; //provide height of slider
}
ul.bxslider{
    text-align: center;
}
ul.bxslider li{
    height: 500px;
    background-size: cover;
}
.bx-controls #slider-prev a, .bx-controls #slider-next a{
    height: 40px;
    width: 40px;
    display: block;
    background-size: 40px;
}
.bx-controls #slider-prev a{
    background-image: url(../img/gal-prev.svg);
}
.bx-controls #slider-next a{
    background-image: url(../img/gal-next.svg);
}
form.inscricoes{
    padding: 0 200px;
    margin-top: 50px;
}
.form-control{
    border: 1px solid #01B7AF;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EBE9EB;
}

.form-control input:focus {
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
  background-color: #d8f5f3 !important;
}
input:focus {
    background-color: #d8f5f3 !important;
    outline-color: transparent;
    outline-style: none;
    -webkit-appearance: none;
}
textarea:focus{
    background-color: #d8f5f3 !important;
}
form .half{
    width: 50%;
    float: left;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 11px;
  color: #333333;
  font-style: italic;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 11px;
  color: #333333;
  font-style: italic;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-size: 11px;
  color: #333333;
  font-style: italic;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-size: 11px;
  color: #333333;
  font-style: italic;
}
.nota{
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 50px;
}
.nota + p{
    margin: 0;
    text-align: left;
}
section.contacts{
    background-color: #F9F7F9;
    padding: 50px;
}
.container-contacts .col-md-4{
    text-align: center;
}
.container-contacts .col-md-4 img{
    width: 49px;
    margin-bottom: 20px;
}
.container-contacts h1{
    font-weight: 100;
    margin-top: 50px;
}
.send-form{
    padding: 20px 0;
}
.parallax-section{
    height: 400px;
}
.row.equipa-pedagogica{
    margin-bottom: 30px;
}
.equipa-pedagogica h5{
    font-size: 20px;
    margin-top: 60px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}
.equipa-heading{
    padding: 20px 0;
}
.equipa-pedagogica .name{
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}

.equipa-pedagogica .position{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #888888;
    margin-bottom: 0;
}
.equipa-pedagogica .email a{
    text-transform: initial;
    margin: 20px 0;
    display: block;
    font-size: 20px;
}
.equipa-pedagogica .bio{
    padding: 0 20px;
    font-style: italic;
    font-weight: 400;
}
.member-image img{
    width: 175px;
    margin-bottom: 25px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
   -webkit-filter: grayscale(100%);
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .2s ease-in-out;
}
.member-image img:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}
.banner p img{
    width: 13px;
    margin-left: 15px;
}

.grid-custom .col-sm-6,
.grid-custom .col-xs-6,
.grid-custom .col-xs-12,
.grid-custom .col-sm-3 {
    padding:5px;
      }
.img-responsive¨
  }
.first-block{
	border-bottom: 5px #000 solid;
}
.width50{
    width: 67%;
    padding: 15px;
    padding-left: 15px;

}
.width25{
    width: 33%;
    padding: 15px;
}

 .grid {
    margin-top: 30px;
    margin-bottom: 30px;
}
.grid-sizer {
    width: 33.333%;
}

/* ---- .grid-item ---- */
.grid{
    margin-top: 70px;
}


.grid-item {
    float: left;
    overflow: hidden;
    position: relative;
}
.grid-item h1 {
    font-size: 40px;
}
.grid-item.width50{
    float: right;
}
.grid-item img {
    display: block;
    width: 100%;
    margin: 0;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 15px;
    transition: .5s ease;
}
.overlay-inner{
    background-color: rgba(1, 183, 175, 0.9);
    width: 100%;
    padding: 30px;
    position: relative;
    height: 100%;
    display: table;
}
.overlay-content{
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.overlay h1{
    color: #FFFFFF;
    font-weight: 300;
}
.overlay p{
    font-size:20px;
    color: #FFFFFF;
}
.grid-item .overlay p {
    font-size: 17px;
}
.overlay a{
    color: #FFFFFF;
    display: block;
    text-align: right;
}
.grid-item:hover .overlay {
  opacity: 1;
}
/*FOOTER*/
footer {
    background-color: #EBE9EB;
    text-align: center;
    padding: 20px;
}
footer p{
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .logo img{
    width: 90px;
}
.social-footer-container{
    text-align: center;
}
.social-footer-container a{
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: 33px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.social-footer-container a:last-child{
    margin-right: 0px;
}
.facebook{
    background-image: url(../img/facebook.svg);
}
.linkedin{
    background-image: url(../img/linkedin.svg);
}
.instagram{
    background-image: url(../img/instagram.svg);
}
.copy{
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px;
    text-align: center;
    background-color: #EBE9EB;
}
.calendar-events{
    background-color: #F9F7F9;
    padding: 50px 0;
}
.data-evento{
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 700;
}
.evento-short{
    margin-bottom: 30px;
}
.evento-short .data-evento::before{
    content: '';
    position: absolute;
    margin-top: 14px;
    border-bottom: 1px #333333 solid;
    width: 50px;
    z-index: 0;
    left: -60px;
}
.data-evento{
    font-size: 20px;
    font-weight: 700;
}
.texto-curto-evento{
    font-size: 20px;
    font-weight: 400;
    color: #00B8AD;
}
.home-news-section .home-box-2 p {
    padding: 0 35px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.home-news-section{
    background-color: #f7f7f7;
}
.home-news-section .home-box-2{
    padding: 0;
}
.home-news-section .square-image img{
    width: 100%;
    margin: 0;
}
.home-news-section .square-image:hover .overlay {
  opacity: 1;
}
.home-news-section h1{
    font-size: 53px;
    font-weight: 100;
    margin-top: 50px;
    margin-bottom: 25px;
}
.home-news-section .overlay{
    padding: 0;
}
.home-news-section .overlay-inner {
    padding: 0;
    display: block;
}
.home-news-section .news-icon{
    width: 60px;
}
.home-news-section p{
    margin-top: 40px !important;
}
.more-news-home{
    background: #FFFFFF;
    text-align: right;
    padding: 25px;
}
@media (min-width: 1500px){
    .container {
        width: 1370px;
    }
}
@media (max-width: 1499px){
    .container {
        width: 1070px;
    }
    a.logo img {
        width: 85px;
    }
    nav a{
        font-size: 14px;
    }
    .navbar{
        top: 0;
        position: fixed;
        z-index: 1000;
        width: 100%;
        background: #FFFFFF;
        border: none;
        overflow: auto;
        height: 144px;
    }
    .crosscover {
        height: 370px;
        margin-top: 144px;
    }
    .top-contacts div {
        background-size: 22px;
        font-size: 14px;
    }
    .crosscover-player, .crosscover-next, .crosscover-prev {
        background-size: 46px;
        width: 44px;
        height: 44px;
    }
    .home-highlights .col-md-4 {
        height: 300px;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    p{
        font-size: 15px;
        font-weight: 400;
    }
    p.small, .bx-custom-captions{
        font-size: 13px;
    }
    a{
        font-size: 13px;
    }
    .home-highlights .home-box-2 p{
        padding: 0 24px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 11px;
    }
    .home-box-2 h1 {
        margin-top: 0;
    }
    .home-highlights-2 h1,
    .banner p,
    .home-news-section h1 {
        font-size: 44px;
    }
    .home-highlights-2 img,
    .home-news-section .news-icon {
        height: 48px;
    }
    .home-news-section h1{
        margin-top: 40px;
    }
    .home-news-section .home-box-2 p{
        font-size: 15px;
    }
    footer p {
        font-size: 15px;
    }
    .social-footer-container a {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }
    .copy {
        font-size: 11px;
    }
    .page-header {
        margin-top: 144px !important;
        height: 450px;
    }
    .school-gallery .bxslider .bx-image{
        background-size: cover;
    }
    .site-icon {
        width: 48px;
    }
    .heading-block h1 {
        margin-bottom: 30px;
    }
    .equipa-pedagogica h5,
    .equipa-pedagogica .name,
    .equipa-pedagogica .email a,
    .texto-curto-evento,
    .data-evento,
    .noticia-mes {
        font-size: 16px;
    }
    .equipa-pedagogica .position{
        font-size: 13px;
    }
    .page.header {
        margin-top: 144px;
    }
    .grid {
        margin-top: -20px;
    }
    .grid-item h1 {
        font-size: 38px;
        line-height: 49px;
    }
    .noticia-mes {
        top: -42px;
    }
    .row-noticia h1 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media screen and (max-width: 992px){
    .grid-sizer, .grid-item {
        width: 50%;
    }
    .container {
        width: 970px;
    }

}
@media (max-width: 767px) {
  .nav-main ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .nav-main ul:hover li {
    display: block;
  }
  .nav-main li {
    display: none;
  }
  .nav-main .menu {
    display: block;
    position: relative;
  }
  .nav-main a {
    padding: .5em 1em;
  }
}
