body {
  margin: 30px;
  font-family: 'Raleway', sans-serif; }

header {
  max-width: 1500px;
  margin: 0 auto; }
  header .topMenu {
    margin-bottom: 10px; }
    header .topMenu .logoHolder {
      display: block;
      /*width: 475px;*/
      width: 480px; }
      header .topMenu .logoHolder img {
        max-width: 100%; }
    header .topMenu .floatRight li {
      display: inline-block; }
      header .topMenu .floatRight li .webmail {
        font-size: 16px;
        color: #2a2a2a;
        font-weight: 600;
        border: 2px solid #fab818;
        padding: 8px 15px;
        margin-right: 30px; }
      header .topMenu .floatRight li .searchBtn {
        position: relative;
        top: 6px;
        display: block;
        height: 25px;
        width: 25px;
        content: '';
        background: url("../images/sprite.png");
        background-position: 0 0;
        margin-right: 25px; }
      header .topMenu .floatRight li .menuToggle {
        position: relative;
        top: 6px;
        display: block;
        height: 25px;
        width: 30px;
        content: '';
        background: url("../images/sprite.png");
        background-position: -28px 0; }
  header .mainMenu {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede; }
    header .mainMenu li {
      display: inline-block; }
      header .mainMenu li a {
        display: block;
        position: relative;
        font-size: 18px;
        color: #2a2a2a;
        padding: 20px; }
        header .mainMenu li a:before {
          content: '.';
          position: absolute;
          right: 0;
          bottom: 20px; }
        header .mainMenu li a.active {
          color: #fab818; }
      header .mainMenu li:first-child a {
        padding-left: 0; }

.mainSlider .imageHolder {
  display: inline-block;
  width: 100%;
  max-width: 100%; }
  .mainSlider .imageHolder img {
    max-width: 100%; }
.mainSlider .textHolder {
  max-width: 43%;
  padding-top: 150px;
  display: inline-block; }
  .mainSlider .textHolder .name {
    font-size: 109px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald', sans-serif;
    line-height: 110px;
    margin-bottom: 30px; }
  .mainSlider .textHolder .author {
    font-size: 71px;
    font-weight: 400;
    color: #000;
    font-family: 'Oswald', sans-serif;
    line-height: 71px;
    margin-bottom: 40px; }
  .mainSlider .textHolder .date,
  .mainSlider .textHolder .place {
    font-size: 30px;
    color: #383838;
    font-family: 'Roboto Condensed', sans-serif; }
.mainSlider .owl-nav {
  display: none; }

.topMenu li {
  position: relative; }

.rightTopMenu {
  position: absolute;
  padding: 35px 30px;
  right: -4px;
  background: #575757;
  top: 55px;
  z-index: 1300;
  min-width: 280px;
  display: none; }

header .topMenu .floatRight .rightTopMenu li {
  display: block; }

.rightTopMenu li {
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px solid #7e7e7e; }

.rightTopMenu li a {
  color: #FFF; }

.rightTopMenu li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.rightTopMenu li a:hover {
  color: #fab818; }

.menuToggle.open::before {
  content: "";
  width: 40px;
  display: block;
  height: 55px;
  position: absolute;
  right: -4px;
  top: -6px;
  z-index: 1;
  background: #575757 url(../images/sprite.png) no-repeat center center;
  background-position: -53px 7px; }

.owlslider {
  overflow: hidden; }

.owl-dots {
  text-align: right; }

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #4a4a4a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-left: 5px; }

.owl-carousel button.owl-dot.active {
  background: #fab818;
  border-color: #fab818; }

.mainSlider .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%; }

.mainSlider .owl-prev {
  display: none !important; }

.mainSlider .owl-next {
  transition: 0.2s;
  width: 130px;
  height: 250px;
  position: absolute;
  background: url(../images/bannerArrow.png);
  background-size: cover;
  z-index: 100;
  right: 82px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .mainSlider .owl-next.whiteArrow {
    background: url(../images/bannerArrow-white.png); }

.mainSlider .owl-next span {
  display: none; }

.mainSlider {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative; }

.fullBtn {
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #3e3e3e;
  width: 100%;
  color: #3e3e3e;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.fullBtn::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background: transparent url(../images/download.png) no-repeat center center;
  margin-right: 20px;
  vertical-align: middle; }

.fullBtn:hover {
  background: #fab818;
  border-color: #fab818; }

.fullBtnHolder {
  max-width: 1500px;
  margin: 0 auto; }

.fullBtn {
  margin-bottom: 70px; }
  .fullBtn:hover {
    color: #fff; }

.normalImageListing {
  max-width: 1500px;
  margin: 0 auto; }

.normalImageListing .listingItem {
  position: relative; }

.listingImage {
  line-height: 0;
  display: block; }

.listingImage img {
  max-width: 100%; }

.blockTitle {
  margin-bottom: 28px;
  color: #000000;
  font-size: 45px;
  font-weight: 500; }

.normalImageListing .row > li {
  margin-bottom: 20px; }

.normalImageListing .listingDescription {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 35px; }

.normalImageListing h4 {
  font-size: 33px;
  max-width: 100%;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px; }

.normalImageListing .white * {
  color: #FFF; }

.normalImageListing {
  color: #000; }

.normalImageListing ul li {
  font-size: 27px;
  font-weight: 700; }

.normalImageListing .listingDescription a {
  color: inherit; }

.normalImageListing .listingDescription a:hover {
  color: #fab818; }

.normalImageListing .listingDescription ul li::before {
  content: "-";
  margin-right: 10px; }

.greySlider {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px;
  background: #fab818;
  margin-bottom: 50px; }

.greySlider .listingTitle a,
.greySlider .listingDescription,
.greySlider .moreBtn {
  color: #000000; }

.greySlider .listingTitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500; }

.greySlider .listingDescription {
  font-size: 16px;
  margin-bottom: 24px; }

.greySlider .listingItemLI {
  margin-bottom: 0; }
  .greySlider .listingItemLI .listingItem {
    max-width: 85%; }

.moreBtn {
  text-transform: uppercase;
  font-size: 13px;
  position: relative; }

.owl-nav button span {
  display: none; }

.greySlider .owl-next,
.greySlider .owl-prev {
  width: 20px;
  height: 53px;
  background: transparent url(../images/black-arrow-right.png) no-repeat center center !important;
  background-size: 100% auto !important; }

.greySlider .owl-prev {
  background: transparent url(../images/black-arrow-left.png) no-repeat center center !important;
  background-size: 100% auto !important;
  margin-right: 22px; }

.greySlider .owl-nav {
  position: absolute;
  right: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.greySlider .owl-next.disabled,
.greySlider .owl-prev.disabled,
.greySlider .owl-next:hover,
.greySlider .owl-prev:hover {
  opacity: 0.5; }

header .mainMenu li a:hover {
  color: #fab818; }

.contact {
  max-width: 1500px;
  margin: 0 auto;
  color: #000000;
  background: #fab818;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 39px;
  padding: 30px 25px; }

.contact h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #000000; }

.contactInfoHolder h3 {
  margin-bottom: 31px; }

.newsletterHolder h3 {
  margin-bottom: 26px; }

.socialMediaHolder h3 {
  margin-bottom: 16px; }

.socialMedia li {
  display: inline-block; }

.socialMedia a {
  color: #000000;
  font-size: 21px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
  /* It should've been 10px, but I had to account for the spacing that results from setting display: inline-block */
  padding: 9px;
  width: 40px;
  height: 40px; }

.contactInfo {
  margin-bottom: 13px; }

.contactInfo img {
  width: 25px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 4px; }

.contactInfo span {
  display: inline-block;
  width: calc(100% - 40px);
  line-height: 31px; }

.contactInfo a {
  color: #000000; }

.emailInfo {
  margin-bottom: 23px;
  /* Accounts for contactInfo's 13px bottom margin */ }

.primaryButton {
  color: #000000;
  background: none;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #000000;
  display: inline-block;
  padding: 0 19px;
  height: 44px;
  line-height: 44px;
  box-sizing: content-box; }

.primaryButton:hover {
  color: #ffffff;
  background: #000000; }

input[type="text"] {
  color: #000000;
  font-family: 'Raleway';
  font-size: 16px;
  background: none;
  border: 1px solid #000000;
  padding: 0 17px;
  height: 46px;
  line-height: 46px;
  box-sizing: content-box; }

.newsletter {
  margin-bottom: 31px; }

.linksHolder {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 65px; }

.linksHolder .col-md-3 .linkGroup:last-child {
  margin-bottom: 0; }

.linkGroup {
  color: #2a2a2a !important;
  margin-bottom: 28px; }

.linkGroup h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 18px;
  text-transform: none; }

.linkGroup h4::before {
  content: '';
  display: block;
  border-top: 4px solid #fab818;
  width: 18px;
  margin-bottom: 8px; }

.linkGroup li {
  color: #414141;
  font-size: 14px;
  /*line-height: 24px;*/
  margin-bottom: 14px; }

.linkGroup ul li:last-child {
  margin-bottom: 0; }

.linkGroup a {
  color: #2a2a2a !important; }

.linkGroup a:hover {
  color: #fab818; }

footer {
  max-width: 1500px;
  margin: 0 auto;
  color: #2a2a2a;
  font-size: 11px;
  line-height: 24px; }
  footer .col-md-4 {
    text-align: right; }

footer a {
  color: inherit; }

footer a:hover {
  color: #fab818; }

.eventListing {
  max-width: 1500px;
  margin: 0 auto; }
  .eventListing li:nth-child(3n+1) {
    clear: both; }

.listingItemLI {
  margin-bottom: 40px; }

.eventListing .listingImage {
  margin-bottom: 20px;
  overflow: hidden; }
  .eventListing .listingImage img {
    max-width: 100%; }

.eventListing .listingTitle {
  font-size: 22px;
  color: #292929;
  font-weight: 500;
  margin-bottom: 15px; }

.eventListing .listingTitle a {
  color: inherit;
  transition: 0.3s; }
  .eventListing .listingTitle a:hover {
    color: #fab818; }

.eventListing .listingDate {
  font-size: 16px;
  color: #292929;
  margin-bottom: 20px; }

.eventListing .moreBtn {
  color: #3c3c3c;
  transition: 0.3s; }
  .eventListing .moreBtn:hover {
    color: #fab818; }

.searchBar {
  background: #f1f1f1;
  margin-bottom: 20px;
  display: none; }

.headerSearch .floatRight {
  float: none; }

.headerSearch input[type="text"] {
  width: 90%;
  border: none; }

.headerSearch .fa-search {
  float: right; }

.headerSearch .fa-search {
  float: right;
  background: url(../images/sprite.png);
  background-position: 0 0;
  width: 25px;
  height: 30px;
  display: block;
  position: relative;
  top: 10px; }

.searchBar .container {
  max-width: 97%;
  width: 97%; }

.headerSearch .fa-search:before {
  display: none; }

.rightFixedLinks {
  position: absolute;
  top: 50%;
  right: -122px;
  -moz-transform: rotate(-90deg) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -o-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  z-index: 1100; }

.rightFixedLinks a {
  background: #fab818;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0 15px; }

.rightFixedLinks a:hover {
  color: #fab818;
  background: #000; }

.ecoleListing .listingLink {
  display: none; }

.listingLink a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none; }

.staticContentStyling span, .contentContainer .listingDescp, .staticContentStyling p {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #292929 !important; }

.contentContainer {
  font-size: 16px;
  line-height: 22px;
  color: #292929; }

.listingTitle {
  font-size: 18px; }

.leftMenuCont a.thirdLevel {
  font-size: 12px; }

.bigImgHoldr img {
  width: 100%; }

.smallLftImgHead img {
  max-width: 185px;
  margin-right: 15px; }

.owl-nav.disabled {
  display: none; }

.fullWidthLi .ecoleInfo:first-of-type {
  width: 100%; }
  .fullWidthLi .ecoleInfo:first-of-type li {
    width: 47%;
    float: left; }
    .fullWidthLi .ecoleInfo:first-of-type li:nth-child(2n+1) {
      clear: both; }

/*************************** RESPONSIVE STARTS HERE **************************************/
@media all and (max-width: 1400px) {
  .mainSlider .owl-next {
    width: 50px;
    height: 100px; }

  .mainSlider .textHolder .author {
    font-size: 50px; }

  .mainSlider .textHolder .name {
    font-size: 80px;
    line-height: 85px; }

  header .mainMenu li a {
    font-size: 17px;
    padding: 10px; }

  header .mainMenu li a:before {
    bottom: 9px; } }
@media all and (max-width: 1200px) {
  .normalImageListing ul li {
    font-size: 16px;
    line-height: 20px; }

  .normalImageListing h4 {
    font-size: 20px; }

  .rightFixedLinks {
    top: 35%; }

  header .mainMenu li a {
    font-size: 14px;
    padding: 10px; }

  header .mainMenu li a:before {
    right: -3px;
    bottom: 10px; }

  .mainSlider .imageHolder {
    width: 100%;
    margin-right: 20px; }

  .mainSlider .textHolder {
    padding-top: 50px; }

  .mainSlider .owl-next {
    bottom: 45px;
    transform: none;
    top: auto;
    right: 0; } }
@media all and (max-width: 992px) {
  .mainMobMenu {
    margin: 0 -30px;
    padding: 25px 30px 0 30px;
    margin-top: -32px;
    background: #f4f4f4;
    padding-bottom: 20px; }
    .mainMobMenu li {
      border-color: #bbbbbb; }
      .mainMobMenu li a {
        color: #000;
        font-size: 16px; }

  .webmailMobile {
    border: 2px solid #fab818 !important;
    border-bottom: 2px solid #fab818 !important;
    text-align: center;
    margin-bottom: 20px; }

  .rightTopMenu li {
    font-size: 13px;
    padding: 14px 0; }

  .rightTopMenu ul + li {
    padding-top: 20px; }

  .eventListing li:nth-child(2n+1) {
    clear: both; }

  .eventListing li:nth-child(3n+1) {
    clear: none; }

  header .topMenu .floatRight li .searchBtn {
    margin-right: 15px; }

  .webmail {
    display: none; }

  .rightTopMenu .webmail {
    display: block; }

  header .topMenu .floatRight {
    padding-top: 0; }

  header .mainMenu li {
    display: none; }

  header .topMenu .logoHolder {
    /*width:475px;*/
    width: 255px; }

  .mainSlider .imageHolder {
    width: 100%; }

  .mainSlider .textHolder .name {
    font-size: 45px;
    line-height: 50px; }

  .mainSlider .textHolder .author {
    font-size: 34px;
    line-height: 40px; }

  .mainSlider .textHolder .date,
  .mainSlider .textHolder .place {
    font-size: 25px; }

  .mainSlider .owl-next {
    right: 60px;
    bottom: 0;
    width: 25px;
    height: 50px; }

  .linksHolder .col-sm-6:nth-of-type(2n+1) {
    clear: both; }

  .linksHolder .col-sm-6 {
    margin-bottom: 20px; }

  .searchBar .container {
    width: 100%;
    max-width: 100%;
    margin: 0; }

  .searchBar .headerSearch {
    position: relative; }

  .headerSearch .fa-search {
    position: absolute;
    top: 10px;
    right: 10px; }

  .rightTopMenu {
    z-index: 1101; }

  .contactInfoHolder {
    margin-bottom: 30px; } }
@media all and (max-width: 767px) {

  .mainSlider .owl-carousel {
    padding-bottom: 0px !important;
}

.fullBtn {
  margin-bottom: 25px !important;
}

  header .mainMenu {
    margin-bottom: 0px;
}
  header .topMenu .floatRight {
    padding-top: 25px;
}
header .topMenu .logoHolder {
  width: 200px;
}

  .linksHolder {
    margin-bottom: 10px;
}

  footer .col-md-4 {
    text-align: left;
}

  .linkGroup li {
    position: relative;
    padding-left: 20px;
}

.linkGroup li::after {
  position: absolute;
  content: '';
  left: 3px;
  top: 8px;
  width: 5px;
  height: 2px;
  background-color: #fab818;
}

  .linksHolder .row .col-md-3 .linkGroup {
    margin-bottom: 25px !important;
}
  .contact {
    margin-bottom: 25px;
}
  .contact h3 {
    line-height: 25px;
}
  .contactInfo span {
    line-height: 22px;
    font-size: 16px;
}
  .normalImageListing .row > li{
    border: solid 1px #b7b4b4;
}
.normalImageListing {
    margin-bottom: 10px !important;
}
.greySlider .listingItemLI .listingItem {
    max-width: 100%;
}
.greySlider {
    margin-bottom: 30px;
}


  .mainSlider .textHolder {
    max-width: 100%; }

  body {
    margin: 12px; }

  .mainSlider .imageHolder {
    width: 100%; }

  .rightFixedLinks a {
    height: 28px;
    line-height: 28px; }

  .mainSlider .textHolder {
    padding-top: 20px; }

  .mainSlider .textHolder .name {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px; }

  .mainSlider .textHolder .author {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  .mainSlider .textHolder .date,
  .mainSlider .textHolder .place {
    font-size: 20px;
    line-height: 24px; }

  .blockTitle {
    font-size: 22px; }

  .greySlider .owl-carousel {
    width: 100%;
    max-width: 100%; }

  .greySlider {
    padding: 15px; }

  .greySlider .owl-nav {
    right: 0;
    top: auto;
    transform: none;
    bottom: 0; }

  .greySlider .owl-next,
  .greySlider .owl-prev {
    width: 20px;
    height: 33px; }

  .fullBtn::before {
    height: 15px;
    width: 15px;
    background-size: cover; }

  .fullBtn {
    margin-bottom: 45px;
    height: auto;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding: 10px; }

  .mainSlider .owl-dots {
    padding-top: 20px;
    position: static;
    bottom: 15px;
    width: 100%;
    text-align: center; }

  .owl-nav {
    display: none; }

  .blockTitle {
    margin-bottom: 15px; }

  .normalImageListing .row > li,
  .eventListing .row > li,
  .contact .row .col-md-4,
  .contact .row .col-md-8,
  .linksHolder .col-md-3 {
    padding: 0; }

  .normalImageListing .row,
  .eventListing .row,
  .contact .row,
  .linksHolder .row {
    margin: 0; }

  footer .row {
    margin: 0; }

  footer .row {
    margin: 0; }

  footer .col-md-4,
  footer .col-md-8 {
    padding: 0; }

  .normalImageListing {
    margin-bottom: 35px; }

  .eventListing .listingTitle {
    font-size: 20px; }

  .contact {
    padding: 25px 15px; }

  .contact h3 {
    font-size: 20px;
    margin-bottom: 15px; }

  .primaryButton {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }

  .newsletterHolder input {
    width: calc(100% - 10px);
    padding: 0;
    margin-bottom: 15px;
    padding-left: 10px; }

  .linksHolder .col-md-3 .linkGroup {
    margin-bottom: 35px !important; }

  .linksHolder {
    margin-bottom: 30px; }

  .listingImage img {
    width: 100%; } }
.contentContainer {
  padding: 0; }

.mainSlider .owl-next.whiteNextArrow {
  background: url(../images/white-arrow-right.png);
  background-size: cover; }

@media all and (max-width: 460px) {
  .fullBtn::before {
    display: none; } }
@media all and (max-width: 992px) {
  .langMenu {
    display: none !important; } }
.langMenu {
  margin-right: 40px;
  display: inline-block;
  line-height: 39px; }
  .langMenu li {
    margin-right: 15px; }
    .langMenu li a {
      font-weight: 700;
      color: #000;
      position: relative; }
      .langMenu li a:before {
        position: absolute;
        content: '';
        height: 2px;
        width: 0;
        background: #f9b82b;
        bottom: -5px;
        left: 0; }
      .langMenu li a:hover:before {
        width: 100%; }
      .langMenu li a.active:before {
        width: 100%; }

.topMenu .floatRight > ul {
  display: inline-block;
  float: left; }

.contactslisting li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7a7a7a; }
  .contactslisting li:last-child {
    border: none; }
.contactslisting .contactName {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px; }
.contactslisting .contactDescription {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: normal; }
.contactslisting .contactEmail:hover {
  color: #fab818; }

.secondLevelContactTitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700; }

.halfWidthContact {
  float: left;
  width: 50%; }
  .halfWidthContact:last-of-type {
    clear: both; }

.mainSlider .owl-dots {
  bottom: 0;
  text-align: center; }

.mainSlider .owl-carousel {
  padding-bottom: 20px; }

.mainSlider .owl-carousel button.owl-dot.active {
  border-color: #4a4a4a; }

.topMenu {
	position: relative;
}

.meteoritesGif {
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 100px;
}

	.meteoritesGif img {
		max-width: 100%;
	}

@media all and (max-width: 1500px) {
	.meteoritesGif {
		bottom: 0;
	}
}
@media all and (max-width: 992px) {

	header .mainMenu {
		border-color: transparent!important;
	
	}

	.meteoritesGif {
		bottom: -30px;
		width: 70px;
	}
}

/*# sourceMappingURL=albahp.css.map */
