@font-face {
  font-family: webFont;
  src: url(../fonts/NewsoftheWorld-Italic.ttf); }
@font-face {
  font-family: webFontitalic;
  src: url(../fonts/NewsoftheWorldregular.ttf); }
body {
  padding: 0px;
  background-color: black;

 }

.header {
  width: 100%;
  height: 100vh;
  background-image: url("../img/01---Home-page.jpg");
  background-size: cover;
  background-position: center center;
  position: relative; }
  .header .block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10%;
    width: 90%;
    max-width: 500px; }
    .header .block img {
      width: 100%;
		max-width: 400px;
}
  .header .follow {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header .follow h2 {
      color: white;
      font-family: webFont;
      font-size: 40px;
      margin: 0px; }
    .header .follow .social {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .header .follow .social li {
        float: left; }
      .header .follow .social:after {
        content: '';
        display: table;
        clear: both; }
    .header .follow .arrow {
      margin: 15px 0px; }
    .header .follow:after {
      content: '';
      position: absolute;
      width: 70px;
      height: 2px;
      background-color: #ff0000;
      top: 50%;
      left: 100%; }
    .header .follow:before {
      content: '';
      position: absolute;
      width: 70px;
      height: 2px;
      background-color: #ff0000;
      top: 50%;
      right: 100%; }

.about {
  height: 100vh;
  width: 100%;
  background-color: #ff0000;
  display: table; }
  .about .box {
/*    display: table-cell;*/
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle; }
    .about .box .box-block {
      width: 100%;
      max-width: 900px;
      margin: 0px auto; }
.about .box .box-block  img{
		width: 100%;
	}
      .about .box .box-block h2 {
        font-size: 175px;
        color: white;
        font-family: webFont;
        text-shadow: -8px 8px #920000;
        text-transform: uppercase;
        margin: 0px; }
      .about .box .box-block p {
        width: 100%;
        color: white;
        font-size: 25px;
        line-height: 30px;
        font-family: webFontitalic;
        letter-spacing: 1px;
		  text-align: justify;
}

.circuits {
  width: 100%;
  height: 100vh;
  background-image: url("../img/03---Circuits.jpg");
  background-size: cover;
  background-position: center center;
  display: table; }
  .circuits .block {
    display: table-cell;
    vertical-align: middle;width: 100vw; }
    .circuits .block .block-container {
      width: 100%;
      max-width: 900px;
      margin: 0px auto;
		padding-top: 4%;
       }
      .circuits .block .block-container img {
        text-align: left;
        width: 100%;
         }
      .circuits .block .block-container p {
        width: 100%;
        color: white;
        font-size: 23px;
        line-height: 30px;
        font-family: webFontitalic;
        letter-spacing: 1px;
        margin-left: 50px; }
        .circuits .block .block-container p span {
          color: #ff0000; }

.activity-1 {
  width: 100%;
  height: 100vh;
  background-image: url("../img/Activities---1.jpg");
  background-size: cover;
  background-position: bottom center;
  display: table; }
  .activity-1 .block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: 20%; }
    .activity-1 .block img {
      width: 80%;
      max-width: 500px;
      margin-left: 15%; }
    .activity-1 .block h2 {
      color: white;
      font-family: webFont;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px;
      margin-left: 17%; }
      .activity-1 .block h2:last-child {
        margin-top: 20px; }

.activity-2 {
  width: 100%;
  height: 100vh;
  background-image: url("../img/Activities---2.jpg");
  background-size: cover;
  background-position: bottom center;
  display: table; }
  .activity-2 .block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: 20%; }
    .activity-2 .block img {
      width: 80%;
      max-width: 500px;
      margin-left: 15%; }
    .activity-2 .block h2 {
      color: white;
      font-family: webFont;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px;
      margin-left: 17%; }
      .activity-2 .block h2:last-child {
        margin-top: 20px; }

.activity-3 {
  width: 100%;
  height: 100vh;
  background-image: url("../img/Activities---3.jpg");
  background-size: cover;
  background-position: bottom center;
  display: table; }
  .activity-3 .block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: 20%; }
    .activity-3 .block img {
      width: 80%;
      max-width: 500px;
      margin-left: 15%; }
    .activity-3 .block h2 {
      color: white;
      font-family: webFont;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px;
      margin-left: 17%; }
      .activity-3 .block h2:last-child {
        margin-top: 20px; }

.activity-4 {
  width: 100%;
  height: 100vh;
  background-image: url("../img/Activities---4.jpg");
  background-size: cover;
  background-position: bottom center;
  display: table; }
  .activity-4 .block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: 20%; }
    .activity-4 .block img {
      width: 80%;
      max-width: 500px;
      margin-left: 15%; }
    .activity-4 .block h2 {
      color: white;
      font-family: webFont;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px;
      margin-left: 17%; }
      .activity-4 .block h2:last-child {
        margin-top: 20px; }

.activity-5 {
  width: 100%;
  height: 100vh;
  background-image: url("../img/Activities---5.jpg");
  background-size: cover;
  background-position: bottom center;
  display: table; }
  .activity-5 .block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-left: 20%; }
    .activity-5 .block img {
      width: 80%;
      max-width: 500px;
      margin-left: 15%; }
    .activity-5 .block h2 {
      color: white;
      font-family: webFont;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0px;
      margin-left: 17%; }
      .activity-5 .block h2:last-child {
        margin-top: 20px; }

.gallery {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-image: url("../img/05---Gallery.jpg");
  background-size: cover;
  background-position: center center; }
  .gallery .block .text-header {
    text-align: center; }
    .gallery .block .text-header h2 {
      text-align: center;
      color: white;
      font-size: 70px;
      font-family: webFont;
      margin: 0px;
      letter-spacing: 1px;
      text-shadow: -2px 3px #f62d28; }
.gallery .head{
	width: 270px;
	text-align: center;
	margin-top: 10%;
}

.working-hours {
  width: 100%;
  height: 100vh;
  height: 100vh;
  background-color: #fedd32;
  background-attachment: fixed;
  display: table; }
  .working-hours .block {
    vertical-align: middle; }
    .working-hours .block .block-content {
      text-align: center; }
      .working-hours .block .block-content h2 {
        font-family: webFont;
        letter-spacing: 1px;
        text-shadow: -8px 8px #f62d28;
        font-size: 150px;
        -webkit-text-stroke: 2px black;
        color: white; }
      .working-hours .block .block-content h3 {
        font-family: webFont;
        letter-spacing: 1px;
        font-size: 50px;
        -webkit-text-stroke: 2px black;
        color: white;
        text-transform: uppercase; }

.contact-us {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/Contact-us.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 0px; }
.contact-us .head{
	margin-bottom: 20px;
    width:90%;
	max-width: 370px;
}
.number{
	width: 100%;
    max-width: 390px;
}

  .contact-us .hero {
    font-family: webFont;
    letter-spacing: 1px;
    text-shadow: -8px 8px #f62d28;
    font-size: 10px;
    -webkit-text-stroke: 2px black;
    color: white;
    text-transform: uppercase; }
  .contact-us .skew {
    color: white;
    /* IE 9 */
    -webkit-transform: skewX(-8deg);
    /* Safari */
    transform: skewX(-8deg);
    /* Standard syntax */ }
    .contact-us .skew h3 {
      font-family: webFont;
      font-size: 54px;
      margin: 0px;
		letter-spacing: 6px;
}
    .contact-us .skew h4.email {
      font-family: webFont;
      font-size: 33px;
      margin: 0px;
		letter-spacing: 2px;
}
    .contact-us .skew label {
      color: #b7b3b3;
      font-family: webFont;
      font-size: 30px;
      letter-spacing: 1px;
      text-transform: uppercase;
      -webkit-text-stroke: 1px black; }
    .contact-us .skew .border-text {
      border: 5px solid black;
      border-radius: 0px;
      outline: none;
      margin-top: -21px; }
    .contact-us .skew .form-control:focus {
      border: 5px solid black;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px black;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .contact-us .skew-1 {
    color: white;
    /* IE 9 */
    -webkit-transform: skewX(-8deg);
    /* Safari */
    transform: skewX(-8deg);
    /* Standard syntax */ }
    .contact-us .skew-1 h3 {
      font-family: webFont;
      font-size: 25px;
      color: white;
		letter-spacing: 2px;
}
    .contact-us .skew-1 .map-container {
      border: 2px solid #ff0000; }
  .contact-us .line {
    width: 3px;
    height: 470px;
    background-color: #ff0000;
    /* IE 9 */
    -webkit-transform: skewX(-8deg);
    /* Safari */
    transform: skewX(-8deg);
    /* Standard syntax */
    display: inline-block; }

@media only screen and (max-width: 960px) {
  .header .block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5%;
    width: 90%;
    max-width: 500px; }
    .header .block img {
      width: 100%; 
		max-width: 400px;
	}

  .about {
    padding: 20px; }
	
  .circuits .block .block-container {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding-top: 10%;
    margin-left: 0; }

  .contact-us {
    height: auto;
    padding-bottom: 50px; } }
@media (min-width: 1200px) {
  .container {
    width: 900px; }

  .g-container {
    width: 1170px; } }
.form-group {
  margin-bottom: -5px; }

.embed-responsive-16by9 {
  padding-bottom: 70%; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar .navbar-collapse {
  text-align: center; }

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .navbar .navbar-collapse {
    text-align: center; } }
.logo-desktop {
  width: 150px; }

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .scroll-top img {
    width: 50px; }

.fade-in {
  opacity: 1;
  visibility: visible; }

.img-brand img {
  margin-top: -20px; }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
    margin-top: 15px; } }
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.89);
  border-color: rgba(0, 0, 0, 0.89);
  font-family: webFont;
  font-size: 22px;
  letter-spacing: 1px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  text-shadow: -2px 3px #ff0000;
  background-color: transparent; }
	
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  text-shadow: -2px 3px #ff0000; }

.navbar {
  min-height: 85px; }

.navbar-toggle {
  margin-top: 22px; }

.load {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  z-index: 1000000000; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid-sizer,
.grid-item {
  width: 33.333%; }

.grid-item {
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  cursor: pointer; }

.grid-item:hover:after {
  opacity: 1; }

.grid-item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 1; }

.grid-item:hover .caption {
  opacity: 1; }

.grid-item img {
  display: block;
  max-width: 100%; }

.row {
  margin: 20px auto; }

@media only screen and (max-width: 760px) {
  .grid-sizer,
  .grid-item {
    width: 100%; } }
.g-image {
  width: 100%; }

@media (min-width: 1200px)
{
.container {
    width: 1170px;
}
}

.dropdown-menu{
	background-color: black;
	padding: 5px 5px;
	min-width: 260px;
}
.dropdown-item{
	color: #9d9d9d;
	display: block;
	font-size: 20px;
}
.dropdown-item:hover{
	text-shadow: -2px 3px #ff0000;
	    background-color: transparent;
    color: white!important;
	text-decoration: none;
}
/*////////////////////animate-nav////////////////////*/
.fp-viewing-home .home-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-about .about-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-circuits .circuits-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}



.fp-viewing-activities .activities-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activities .drop-activities{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-2 .activities-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-2 .drop-activities-2{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-3 .activities-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-3 .drop-activities-3{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-4 .activities-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-4 .drop-activities-4{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-5 .activities-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-activity-5 .drop-activities-5{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}



.fp-viewing-gallery .gallery-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-gallery-1 .gallery-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}
.fp-viewing-working .working-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}

.fp-viewing-contact .contact-nav{
	text-shadow: -2px 3px #ff0000;
    background-color: transparent;
	color: white!important;
}





