/*** SHARED STYLES ***/

body { background-color: #000; }

p {
  padding-top: 50px;
  width: 900px;
  margin: 0 auto;

  font-size: 16px;
  font-family: Arial, serif;
  font-weight: normal;
  color: #fff;
  text-align: justify;
}
p a  { color: #fff;}

#logo {
  position: absolute;

  top: 25px;
  left: 25px;
  height: 100px;  
  width: 100px;

  text-align: center;
}

#nav {
  height: 100px;
  width: 900px;

  margin: 0 auto;
  margin-top: 43px;
}
#nav ul {
  width: 100%;
  white-space: nowrap;
}
#nav li {
  width: 33.3%;
  display: inline-block;
  text-align: center;
}
#nav li.active a {
  text-decoration: underline;
}
#nav a {
  font-size: 26px;
  font-family: Oswald, serif;
  font-weight: normal;
  text-decoration: none;
  color: #ededed;
}
#nav a:hover {
  color: #fff;
}

#lang {
  position: fixed;
  z-index: 999;

  bottom: 25px;
  left: 25px;
  height: 28px;
}
#lang ul {
  white-space: nowrap;
}
#lang li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
#lang li img {
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
}

#contact {
  position: fixed;
  z-index: 999;
  bottom: 25px;
  right: 25px;
  height: 34px;
}
#contact ul {
  white-space: nowrap;
}
#contact li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
#contact li img {
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
}


/*** HOME STYLES ***/

#logo_home {
  display: none;
  position: absolute;

  top: 25px;
  left: 25px;
  height: 100px;  
  width: 100px;

  text-align: center;
}

#nav_home {
  display: none;
  height: 100px;
  width: 900px;

  margin: 0 auto;
  margin-top: 43px;
}
#nav_home ul {
  width: 100%;
  white-space: nowrap;
}
#nav_home li {
  width: 33.3%;
  display: inline-block;
  text-align: center;
}
#nav_home a {
  font-size: 26px;
  font-family: Oswald, serif;
  font-weight: normal;
  text-decoration: none;
  color: #ededed;
}
#nav_home a:hover {
  color: #fff;
}

#quote {
  display: none;
  position: absolute;
  top: 60%;
  left: 15%;

  font-size: 50px;
  font-family: 'Cuprum', sans-serif;
  text-align: right;
  color: #fff;
}
#quote::first-letter {
  font-size: 70px;
}

#lang_home {
  display: none;
  position: fixed;
  z-index: 999;

  bottom: 25px;
  left: 25px;
  height: 28px;
}
#lang_home ul {
  white-space: nowrap;
}
#lang_home li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
#lang_home li img {
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
}

#contact_home {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 25px;
  right: 25px;
  height: 34px;
}
#contact_home ul {
  white-space: nowrap;
}
#contact_home li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
#contact_home li img {
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
}


/*** TRACK RECORD STYLES ***/

#bg {
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 100%;
  position: fixed;
  width: 100%;
  height: 300%;
  top: 0;
  z-index: -1;
}

#record_wrapper {
  height: 2200px;
  width: 910px;
  padding-top: 100px;
  margin: 0 auto;
}
#record_wrapper li {
  height: 250px;
  /* width: 33%; */
  padding: 0px;
  margin: 0 auto;
  margin-left: 70px;
  margin-right: 70px;

  display: inline-block;
  text-align: center;
}
.record_wrapper_img {
  width: 150px;
  height: 150px;
  margin: 0px;

  border-radius: 200px;
  -moz-border-radius: 200px;
  -khtml-border-radius: 200px;
  -webkit-border-radius: 200px;
  border: 5px solid #666;
}
.record_wrapper_img img {
  cursor: pointer;
  width: 150px;
  height: 150px;
  margin: 0px;

  border-radius: 200px;
  -moz-border-radius: 200px;
  -khtml-border-radius: 200px;
  -webkit-border-radius: 200px;

  filter: image-url('filters.svg#grayscale'); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
#record_wrapper li img:hover {
  filter: none;
  -webkit-filter: none;
}
#record_wrapper a {
  text-decoration: none;
  color: #fff;  
}
#record_wrapper span {
  display: block;
  padding: 10px 0px;

  font-size: 20px;
  font-family: Oswald, serif;
}

.popup {
  z-index: 999;
  position: fixed;
  top: -1000px;  
  left: -1000px;

  min-height: 550px;
  width: 585px;

  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.popup_content {
  min-height: 500px;
  width: 100%;
  overflow-y: auto;
}
.popup_content p a {
  color: #000 !important;
  text-decoration: underline !important;
}
.popup h1 {
  font-size: 40px;
  font-family: Oswald, serif;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
.popup h2 {
  margin: 10px 0px;

  font-size: 25px;
  font-family: Oswald, serif;
  text-align: left;
  color: #000;
}
.popup h2:nth-of-type(1) { margin-top: 0px; }
.popup p {
  padding-top: 0px;
  padding-left: 10px;
  width: 500px;

  font-size: 13px;
  font-family: Arial, serif;
  color: #000;
  text-align: justify;  
}
.popup p img {
  border: 0px;
  width: 24px;
  height: 24px;
}

#overlay {
  display: none;
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 100%;
  width: 100%;
  background-color:#000;
  opacity:0.8;
  z-index:900;
}

#track_links { text-align: left; }

#track_links ul {
  margin: 0px auto;
  white-space: nowrap;
}
#track_links li {
  width: 24px;
  height: 24px;
  margin: 0px 10px;
  display: inline-block;
}



/*** SERVICES STYLES ***/

#services_wrapper {
  width: 1005px;
  padding-top: 15px;
  margin: auto;
}
#services_wrapper h3 {
  width: 900px;
  margin: 0 auto;

  font-size: 16px;
  font-family: Arial, serif;
  font-weight: normal;
  color: #fff;
  text-align: justify;
}
#services_wrapper li {
  height: 100%;
  width: 400px;
  padding: 25px 25px 25px 25px;
  margin: 5px 25px 5px 25px;

  display: inline-block;
  vertical-align: top;
}
#services_wrapper h1,
#services_wrapper a {
  font-size: 24px;
  font-family: Oswald, serif;
  color: #fff;
  text-decoration: none;
}
#services_wrapper a h1:hover {
  text-decoration: underline;
}
#services_wrapper li p {
  width: 400px;
  padding: 10px 0px;

  font-size: 15px;
  font-family: Arial, serif;
  color: #fff;
  text-align: justify;
}
#services_taxes {
  font-family: Arial, serif;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 30px;
}


/*** CONTACT STYLES ***/

#contact_wrapper {
  position: absolute;
  width: 100%;
  bottom: 120px;
}
#contact_wrapper p {
  font-size: 18px;
  text-align: center;

  width: 900px;
  margin: 0 auto;
}

#handwritten {
  position: absolute;
  bottom: 70px;
  left: 50%;

  font-family: 'Alex Brush', serif;
  font-size: 50px;
  color: #fff;
}

#contact_kvk {
  font-family: Arial, serif;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  text-align: center;

  position: absolute;
  width: 100%;
  bottom: 40px;
}

#supersized-loader {
  display: none;
}
