/* font-family: gothambook,sans-serif;
font-weight: 400;
font-style: normal; */

/* font-family: gothambook,sans-serif;
font-weight: 600;
font-style: normal; */

/* font-family: gothamlight, sans-serif;
font-weight: 400;
font-style: normal; */

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/otham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light-webfont.svg#gothamlightk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/otham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gothambmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

#section0 .fp-tableCell{
  display: block !important;
}

.fullscreen{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.carousel-indicators{
  bottom: 30px;
}

.carousel{
  position: fixed;
}

.carousel-inner{
  width: 100%;
  height: 100%;
}

.carousel-item{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.menuLogo{
  position: absolute;
  right: 0;
  top: 0px;
  width: 150px;
  height: 150px;
  z-index: 99;
}

.menuLogo img{
  width: 100%;
  height: auto;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  left: 20px;

  z-index: 100;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #60b5d7;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menus
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menus li
{
  padding: 5px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



body{
  background-color: #fff;
  font-family: gothamlight, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.HomePage{
  background-color: #000;
}

h1, h2, h3, h4, h5 ,h6{
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 110%;
  font-family: gothammedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong{
  font-family: gothambook, sans-serif;
}

h2{
  font-size: 42px;
}

.modal-title{
  color: #60b5d7;
}

#fullpage{
  /* position: relative; */
}

.fullpage-wrapper{
  margin-left: 200px;
}

.row{
  height: 100%;
}

.row .right{
  background-size: cover;
  background-position: center;
}

.inner{
  padding: 40px 100px;
}

.section{
  /* background-color: #fff; */
  position: relative;
}

.section:nth-of-type(3n+1){
  background-color: #000;
  color: #fff;
}

.section:nth-of-type(3n+2){
  background-color: #fff;
}

.section:nth-of-type(3n+3){
  background-color: #60b5d7;
  color: #fff;
}

.section:nth-of-type(3n+2) h1, .section:nth-of-type(3n+2) h2, .section:nth-of-type(3n+2) h3, .section:nth-of-type(3n+2) h4, .section:nth-of-type(3n+2) h5, .section:nth-of-type(3n+2) h6{
  color: #60b5d7;
}

.section:nth-of-type(3n+1) a{
  color: #fff;
}

.next{
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  transition: all 1s;
  cursor: pointer;
}

.next img{
  transition: all 1s;
}

.section:nth-of-type(3n+1).active ~ .next{
  background-color: #60b5d7;
}

.section:nth-of-type(3n+2).active ~ .next{
  background-color: #000;
}

.section:nth-of-type(3n+3).active ~ .next{
  background-color: #fff;
}

/* .section:nth-of-type(3n+1).active ~ .next img{
  filter: invert(100%);
}

.section:nth-of-type(3n2).active ~ .next img{
  filter: invert(100%);
} */

.section:nth-of-type(3n+3).active ~ .next img{
  filter: invert(100%);
}

.featureBlock{
  padding: 20px 30px 10px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section:nth-of-type(3n+2) .featureBlock{
  border: 1px solid #000;
}



.logo{
  position: absolute;
  top: 0;
  left: 0;
}

#menu{
	position:fixed;

  top: 200px;
  left: 0;
	height: 40px;
	z-index: 70;
	width: 200px;
	padding: 0;
	margin:0;
}

#menu li{
  list-style: none;
}

#menu li a{
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
}

#menu li a img{
  display: block;
  margin: 0 auto 10px;
  width: 20%;
}

#menu li a:hover{
  text-decoration: none;
  background-color: rgb(96, 181, 215);
  color: #000;
}

#menu li.active a{
  background-color: #333;
}

#menu li.active a:hover img{
  filter: invert(0);
}

#menu li.active a:hover{
  color: #fff;
}

#menu li a:hover img{
  filter: invert(100%);
}

#menu li:last-child a{
  border: none;
}

#section0{
  background-size: cover;
  background-attachment: fixed;
}

#section0 h1{
  position: absolute;
  bottom: 200px;
  left: 50px;
  color: #fff;
  font-size: 52px;
  width: 350px;
  text-align: center;
  z-index: 1000;
}

.twoCols{
  column-count: 2;
}

/* tooltipTD container */
.tooltipTD {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  width: 100%;
}

.tooltipTD:hover{
  cursor: pointer;
}

.tooltipTD:hover span{
  color: #60b5d7;
}

/* tooltipTD text */
.tooltipTD .tooltipTDtext {
  visibility: hidden;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  /* Position the tooltipTD text - see examples below! */
  position: absolute;
  z-index: 1;
  right: -100px;
  top: 0;
}

/* Show the tooltipTD text when you mouse over the tooltipTD container */
.tooltipTD:hover .tooltipTDtext {
  visibility: visible;
}

.minimap{
  width: 200px;
  height: 200px;
}

.modalMap{
  width: 100%;
  height: 400px;
}

.userform-fields .field{
  margin-bottom: 20px;
}

.userform-fields .field input, .userform-fields .field textarea, .userform-fields input[type="checkbox"]{
  border: 1px solid #60b5d7;
  border-radius: 10px;
  color: #000;
}

.userform-fields .checkboxset .middleColumn div{
  display: inline-block;
  padding: 0 5px;
}

.userform-fields .checkboxset .middleColumn label{
  padding-left: 10px;
  padding-top: 5px;
}

.btn-primary{
  background-color: #60b5d7;
  border: none;
  border-radius: 5px;
}

.btn-primary:hover{
  background-color: #000;
  color: #fff;
}

.social{
  margin: 20px 0 0 0;
  font-size: 24px;
}

.social a{
  color: #000;
  margin: 0 10px 0 0;
}

.mobileMenu{
  display: none;
  height: 0;
}

.locationMobile, .menuLogo{
  display: none;
}

.logoItem{
  margin-bottom: 15px;
}

.logoItem img{
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.siteby{
  margin: 40px 0 0 0;
  font-size: 12px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* iPad */
@media only screen and (max-width : 1024px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .locationDesktop{
    display: none;
  }

  .locationMobile{
    display: block;
  }

  #section0 h1{
    left: auto;
    width: 100%;
    font-size: 36px;
  }

  .logo{
    display: none;
  }

  .desktopMenu{
    display: none;
  }

  .mobileMenu, .menuLogo{
    display: block;
  }

  .inner{
    padding: 60px 20px 20px 20px;
  }

  .fullpage-wrapper{
    margin-left: auto;
  }

  #menu{
    top: 0;
    left: 40px;
    width: auto;
    height: auto;
    z-index: 99;
    background-color: #000;
  }

  #menu li{
    display: inline-block;
  }

  #menu li a{
    margin: 0 5px;
  }

  h2{
    font-size: 26px;
  }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {



}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1080px) and (orientation:landscape) {
  /* For landscape layouts only */
  .locationDesktop{
    display: none;
  }

  .locationMobile{
    display: block;
  }

  #section0 h1{
    left: auto;
    width: 100%;
    font-size: 36px;
  }

  .logo{
    display: none;
  }

  .desktopMenu{
    display: none;
  }

  .mobileMenu, .menuLogo{
    display: block;
  }

  .inner{
    padding: 60px 20px 20px 20px;
  }

  .fullpage-wrapper{
    margin-left: auto;
  }

  #menu{
    top: 0;
    left: 40px;
    width: auto;
    height: auto;
    z-index: 99;
    background-color: #000;
  }

  #menu li{
    display: inline-block;
  }

  #menu li a{
    margin: 0 5px;
  }


}
