@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html, body {
  height: 100%;
}

body {
  background-color: #EEEEEE;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  color: #232323;
}

main {
  margin: 0;
  padding: 0 0 50px 0;
  min-height: 100%;
  background-image: url("../img/chess.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: block;
}

body#homePageBody main {
  background-image: url("../img/chessLight.jpg");
}

body#aboutPageBody main {
  background-image: url("../img/puzzle.jpg");
}

body#approachPageBody main {
  background-image: url("../img/manhattan.jpg");
}

body#conceptPageBody main {
  background-image: url("../img/puzzle.jpg");
}

body#servicesPageBody main {
  background-image: url("../img/compass.jpg");
}

body#recruitmentPageBody main {
  background-image: url("../img/highway.jpg");
}

body#contactPageBody main {
  background-image: url("../img/satellite.jpg");
}

main a, main a:visited {
  color: RGBA(31, 86, 141, 0.8);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

main a:hover, main a:focus {
  text-decoration: none;
  color: RGBA(31, 86, 141, 1);
}

main p.summary {
  text-align: center;
  font-weight: 300;
  font-size: 1.4em;
  padding: 0;
  margin: 30px 20vw 30px 20vw;
  line-height: 2.2em;
}

main p.summary span {
  background-color: #e7e7e7;
  padding: 0.2em 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

main div.mainTextualBody strong {
  font-weight: 500;
}

main div.mainTextualBody {
  padding: 40px 15vw;
}
main div.mainTextualBody p, main div.mainTextualBody h2 {
  font-size: 1.4em;
  line-height: 1.8em;
  background-color: #e7e7e7;
  font-weight: 300;
  margin-left: -15px;
  padding: 15px;
}

main div.mainTextualBody p.highlight {
   background: none;
   padding: 15px 3px;
   font-size: 1.6em;
}

main div.mainTextualBody p.highlight span, main div.mainTextualBody h2 {
  padding: 7px 12px;
  line-height: 2.4em;
  background-color: #e7e7e7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

main div.mainTextualBody ul, main div.mainTextualBody ol {
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 300;
  margin-left: -15px;
  padding: 15px 15px 15px 50px;
  background-color: #e7e7e7;
}

main div.mainTextualBody ul ul, main div.mainTextualBody ol ol {
  font-size: 1em;
}

main div.mainTextualBody ul li, main div.mainTextualBody ol li {
  padding-left: 20px;
}

main div.mainTextualBody h2 {
  display: inline;
  background-color: #bacadb;
  text-transform: uppercase;
  font-size: 1.6em;
}
main h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3em;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}

main h1::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #232323;
  margin: 10px auto;
}

nav.mainNav {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  background-color: rgba(25, 69, 113, 0.8)
}

nav.mainNav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

nav.mainNav ul li {
  padding: 0;
  margin: 0;
}

nav.mainNav a {
  color: #baccdc;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.375em;
  position: relative;
  font-weight: 300;
}

nav.mainNav a span.hoverLines {
  transition: all 0.3s ease-out;
}

nav.mainNav a span.hoverLines {
  display: block;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  border-top: 1px solid #a3bbd1;
  border-bottom: 1px solid #a3bbd1;
}

nav.mainNav a:hover span.hoverLines {
  margin-left: -25px;
  width: 50px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  z-index:9;
}

nav.mainNav a.cta {
  border: 1px solid #baccdd;
  margin: 40px 50px;
}

nav.mainNav a:hover, nav.mainNav a.selected {
  color: #FFFFFF;
}

nav.mainNav header span {
  display: none;
}

div#map {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40%;
  min-height: 400px;
}

nav.subNav ul {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 300;
}

nav.subNav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 120px;
  height: 90px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 10px;
}

nav.subNav ul li a, nav.subNav ul li a:visited {
  color: rgb(120, 120, 120);
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(120, 120, 120);
  transition: all 0.3s ease-out;
}

nav.subNav ul li a.selected, nav.subNav ul li a:hover {
  background-color: rgba(100, 100, 100, 0.6);
  color: rgb(230, 230, 230);
}

form#contactForm {
  padding: 20px 30px;
  max-width: 500px;
  margin: 20px auto 0px auto;
  background-color: #e7e7e7;
}

form#contactForm.success div.field {
  display: none;
}

form#contactForm p#contactFormMessage {
  font-size: 1.2em;
}

form#contactForm.error p#contactFormMessage {
  font-size: 1.2em;
  color: #c90b0b;
}

form#contactForm div.field {
  display: block;
  padding: 20px 0 20px 0;
  position: relative;
}

form#contactForm div.field.honeyPot {
  display: none;
}

form#contactForm label {
  position: absolute;
  margin: 0;
  top: 34px;
  left: 12px;
  color: #999999;
  font-weight: 300;
  transition: all 0.3s ease-out;
}

form#contactForm label.floated {
  top: -10px;  
}

form#contactForm input, form#contactForm textarea {
  display: block;
  font-size: 1.2em;
  padding: 12px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #999999;
  transition: all 0.5s ease-out;
  font-family:  'Oswald', sans-serif;
  box-sizing: border-box;
}
form#contactForm input:focus, form#contactForm textarea:focus {
  outline: none;
  border-bottom: 3px solid #1f568d;
}

form#contactForm button {
  background-color: white;
  text-transform: uppercase;
  color: rgb(120, 120, 120);
  padding: 20px 40px;
  font-weight: 300;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-family:  'Oswald', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

form#contactForm button:hover {
  background-color: rgba(100, 100, 100, 0.6);
  color: rgb(230, 230, 230);
}

::-webkit-input-placeholder { 
    color:    #fff;
}
:-moz-placeholder {
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder {
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #fff;
}

div#contactDetails {
  padding: 20px 30px;
  max-width: 500px;
  margin: 20px auto 0px auto;
  background-color: #e7e7e7;
  font-size: 1em;
  font-weight: 300;
}

div#contactDetails a, div#contactDetails a:visited {
  color: #232323;
}

div#contactDetails a:hover, div#contactDetails a:focus {
  color: RGBA(31, 86, 141, 1);
}

div#contactDetails ul {
  list-style-type: none;
  padding: 0;
}

div#contactDetails ul li {
  margin: 0;
  padding: 18px 0 18px 70px;
  background-size: 40px 40px;
  background-position: 0 18px;
  background-repeat: no-repeat;
  font-size: 1.4em;
}

div#contactDetails ul li#AthmesLegalName {
  padding-left: 0;
  font-weight: 500;
}

div#contactDetails ul li#AthmesContactMail {
  background-image: url("../img/mail.png");
}

div#contactDetails ul li#AthmesWebsite {
  background-image: url("../img/web.png");
}

div#contactDetails ul li#AthmesLandline {
  background-image: url("../img/phone.png");
}

div#contactDetails ul li#AthmesAddress {
  background-image: url("../img/pin.png");
}

div#contactDetails ul li#AthmesVAT {
  background-image: url("../img/vat.png");
}

body#homePageBody h1 {
  margin: 0 15vw;
}

body#homePageBody h1 span {
  display: block;
  font-size: 0.4em;
  font-weight: 300;
}

div#homeMap {
  padding: 30px 1.8vw 0 1.8vw;
  position: relative;
}

div#homeMap img {
  width: 100%;
}

div#homeMap p {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 3.8vw ;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.9em;
  color: #1f568d;
}

div#homeMap p span.highlight  {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.3vw 1vw;
}

body#homePageBody #homeMap h2 {
  text-align: center;
  color: #1f568d;
  font-weight: 500;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 30px auto 30px auto;
  line-height: 2.2em;
}

body#homePageBody #homeMap h2 span {
  background-color: rgba(186, 202, 219, 0.8);
  padding: 0.2em 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body#homePageBody main div.mainTextualBody span.highlight  {
  background-color: #d2d2d2;
}

#scrollDownButton {
  display: block;
  position: fixed;
  bottom: 0;
  background-color: rgba(186, 202, 219, 1);
  opacity: 0.8;
  padding: 0.1em 0 0 0;
  margin: 0 0 0 -50px; /* 150px (left menu) - 50px (half width) */
  margin: 0 0 0 75px; /* 250px / 2 (half left menu) - 50px (half width) */
  font-family: FontAwesome;
  font-size: 4em;
  line-height: 0.8em;
  left: 50%;
  width: 100px;
  text-align: center;
}

/* small screen */
@media (max-width:799px) {

  main {
    padding-top: 45px;
    box-sizing: border-box;
  }

  nav.mainNav {
    position: absolute;
    height: 45px;
    width: 100%;
    left: 0;
    top: 0;
  }

 
  div.responsive-nav-icon, div.responsive-nav-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #bacadb;
    cursor: pointer;
  }
  
  div.responsive-nav-icon:hover, div.responsive-nav-close:hover {
    color: #FFFFFF;
    transition: all 0.3s ease-out; 
  }

  div.responsive-nav-icon::before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 25px;
  }
  
  div.responsive-nav-close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 30px;  
  }
  
  nav.mainNav ul {
    right: -200px;
    top: 0;
    position: fixed;
    height: 100%;
    transition: all 0.2s linear 0s;
    width: 200px;
    background-color: #45688b;
    padding-top: 70px;
    z-index: 100;
  }
  
  nav.mainNav ul.slideIn {
    right: 0;
  }
  
  nav.mainNav a.cta {
    margin: 40px 30px;
  }
  
  nav.mainNav header {
    background-color: #bacadb;
    height: 45px;
    width: 120px;
    background-image: url("../img/logovs.png");
    background-size: 108px 33px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  nav.mainNav footer {
    display: none;
  }
  
  #scrollDownButton {
    margin: 0 0 0 -50px; /* (half width) */
  }    
}



@media (min-width:800px) {
  
  main {
    padding-left: 250px;
  }
  
  nav.mainNav {
    position: fixed;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
  }
  
  nav.mainNav header {
    height: 250px;
    background-color: #bacadb ;
    margin-bottom: 25px;
    background-image: url("../img/logoh.png");
    background-size: 156px 203.5px;
    background-position: center;
    background-repeat: no-repeat;
  }
 
  
  nav.mainNav a.cta:hover {
    border: 1px solid #FFFFFF;
  }
  
  nav.mainNav footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    font-size: 0.813em;
    width: 200px;
    padding: 0 25px;
    color: #baccdd;
  }
  
  #scrollDownButton {
    margin: 0 0 0 75px; /* 250px / 2 (half left menu) - 50px (half width) */
  }
}

@media (max-height:750px) and (min-width:800px) {
  nav.mainNav header {
    height: 94px;
    background-image: url("../img/logovb.png");
    background-size: 156px 48px;
  }
}

#overlay {
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    transition: opacity 0.2s linear 0s;
    width: 100%;
    z-index: 90;
}

ol.upper_roman{
  list-style-type: upper-roman!important; 
}

ol.check_mark{
  list-style-type: none!important;
  padding-left: 0!important;
}

ol.check_mark li:before{
  content:"\2713\0020";
}