@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/otham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    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: 'gothamthin';
    src: url('../fonts/gotham-thin-webfont.eot');
    src: url('../fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
         url('../fonts/gotham-thin-webfont.woff') format('woff'),
         url('../fonts/gotham-thin-webfont.ttf') format('truetype'),
         url('../fonts/gotham-thin-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'gothambook';
}

h1, h2, h3, h4, h5, h6{
  margin: 0 0 20px 0;
}

p{
  margin: 0 0 15px 0;
}

.login{
  position: absolute;
  left: 20px;
  bottom: -30px;
  color: #fff;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.login a, .login a:visited, .login a:active, .login a:focus{
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.register{
  position: absolute;
  left: 156px;
  bottom: -30px;
  color: #fff;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.register a, .register a:visited, .register a:active, .register a:focus{
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.field{
  margin-bottom: 10px;
}

.globalForm .action{
  width: 100px;
}

.carousel-caption{

}
.carousel-caption {
  top: 60%;
  transform: translateY(-60%);
  color: #fff;
  z-index: 999;
  left: 30%;
  right: 30%;
}

.carousel-indicators{
  bottom: 50px;
}

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

.carousel-caption h1{
  font-size: 42px;
  font-family: 'gothamblack';
}

.carousel-caption h2{
  font-size: 24px;
  padding: 0;
}

.container{
  position: relative;
}

.readmorelink{
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 20px;
  display: inline-block;

}

.readmorelink:hover{
  color: #000;
  background-color: #ccc;
  text-decoration: none;
}

.carousel-inner .item::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  /* z-index: 1; */
}

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

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

#carousel-header .item::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.4;
}

.carousel-control{
  background: none !important;
}

#carousel-header .carousel-caption {
  top: 53%;
  transform: translateY(-50%);
}

#carousel-header .carousel-caption .morelink{
  display: block;
  margin: 30px auto 0;
  border: 1px solid #fff;
  padding: 10px 20px;
  width: 100px;
  color: #fff;
  border-radius: 5px;
}

.carousel-control{
  z-index: 999;
}

#navbar{
  border-bottom: 1px solid #fff;

}

.navbar{
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 60px 0;
}

.navbar .container{
  padding: 0;
}

.navbar-default{
  background: none;
  border: none;
  margin: 0;
}

.navbar-default .navbar-nav > li > a{
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #fff;
  background-color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
  background-color: #000;
  color: #fff;
}

.dropdown-menu{
  background-color: #000;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a{
  color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
  color: #000
}

.navbar-brand{
  padding: 0;
  height: auto;
  line-height: auto;
  margin-top: -30px;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

.phone{
  position: absolute;
  right: 0;
  bottom: -40px;
  color: #fff;
  font-size: 22px;
}

.phone a, .phone a:hover, .phone a:visited, .phone a:active{
  color: #fff;
}

.phone i{
  margin-right: 10px;
}

.white, .grey, .grad{
  padding: 40px 0;
  text-align: center;
  overflow-x: hidden;
}

.white{

}

.grey{
  background-color: #ccc;
}

.ctaArea{
  background-color: #ccc;
}



.content-element__content{

}

.element:nth-child(odd){
  background-color: #ccc;
}


.ctaArea .ctaWrapper{
  background-color: #fff;
  height: 150px;
  margin-top: -50px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.ctaItem{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 150px;

}

.ctaItem a{
  color: #000;
  text-decoration: none;
}

.ctaItem a:hover{
  text-decoration: none;
}

.ctaItem span{
  text-align: center;
}

.ctaItem img{
  margin-bottom: 10px;
}

.ctaItem h6{
  margin: 0;
}

.grad{
  background: rgb(3,145,191);
  background: linear-gradient(90deg, rgba(3,145,191,1) 0%, rgba(122,237,235,1) 100%);
}

.parallax {
    /* The image used */

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}

.parallax h3{
  color: #fff;
  z-index: 99;
}

.formHolder input{
  border: none;
  padding: 10px;
  width: 100%;
}

.alignRight{
  text-align: right;
}

.slick .item img{
  display: inline-block;
  width: 100%;
  height: auto;
}

 .slick-arrow {
   padding: 0;
   border: none;
   font: inherit;
   color: inherit;
   background-color: transparent;
   /* show a hand cursor on hover; some argue that we
   should keep the default arrow cursor for buttons */
   cursor: pointer;
   width: 35px;
   height: 67px;
   position: absolute;
   top: 30%;
   z-index: 9999;
   text-indent: 999em;
 }

 .slick-prev {
   background-image: url('../images/prev.png');
   left: 35px;
 }

 .slick-next {
   background-image: url('../images/next.png');
   right: 35px;
 }

footer{
  background-color: #000;
  padding: 40px 0;
  color: #fff;
}


footer a, footer a:hover, footer a:active, footer a:visited{
  color: #fff;
}

footer .co2 img{
  width: 100%;
  height: auto;
}

.photogallery-holder img{
  width: 100%;
  height: auto;
}

.dynamic__elements__gallery__elements__elementphotogallery .row{
  margin: 0 !important;
}

.photogallery-holder{
  padding: 0 !important;
}

.img-responsive{
  display: inline !important;
}

/* 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) {
  .ctaWrapper{
    margin-top: 50px !important;
  }

  .parallax{
    height: 200px;
  }

  footer .co2 img{
    width: auto;
    margin-bottom: 20px;
  }

  footer .alignRight{
    text-align: left;
  }
}

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

  .navbar{
    position: relative;
    background-color: #000 !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-header{
    margin: 0 !important;
  }

  .carousel-caption{
    display: none;
  }




  .login, .register{
    bottom: -90px;
  }
}

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

.navbar{
  padding: 30px;
}

.navbar-brand{
  float: none;
  width: 100%;
  text-align: center;
  display: block;
}

.navbar-brand > img{
  display: inline;
  padding-top: 20px;
}

.phone{
  position: relative;
  bottom: auto;
  text-align: center;
}

.login, .register {
    bottom: -60px;
}

.login{
  left: 5px;
}

.register{
  left: 150px;
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
