.cc-cookies {
  font-family: "futura-pt-condensed", sans-serif !important;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  background: #b7d673 !important;
  text-transform: uppercase;
  border-radius: 3px !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background 0.25s ease-in 0s;
  line-height: 1;
  margin: 2px 0 3px 8px;
  font-family: "futura-pt-condensed", sans-serif !important;
}

.drop-navigation {
  margin-top: 150px;
}
.drop-down {
  margin-top: 50px !important;
}

.edu_field {
  min-height: 43px;
}
.edu-btn {
  margin: 0 0 0 0 !important;
}

#navbar-toggle {
  width: 40px;
}

.nav-toggle {
  cursor: pointer;
  height: 40px;
  margin: 0;
  padding: 0;
  top: 10px;
  position: relative;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 0;
  height: 5px;
  width: 35px;
  background: #b9d974;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background-color: #dab13f;
}

.nav-toggle span:before {
  top: -13px;
}
.nav-toggle span:after {
  bottom: -13px;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.nav-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

/* ==========================================================================
   Third Party plugins
   ========================================================================== */

/* Flexslider Default Overwrites */
.flexslider {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.flexslider .slides {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.flexslider .slides li {
  list-style: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flex-caption {
  font-family: "futura-pt-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.flex-caption h1,
.flex-caption h2,
.flex-caption h3,
.flex-caption h4,
.flex-caption h5 {
  color: #fff;
  margin: 0;
}

.flex-caption h1 {
  font-size: 11.8em;
  line-height: 0.8;
}
.flex-caption h2 {
  font-size: 4.8em;
  line-height: 0.8;
}
.flex-caption h3 {
  font-size: 2.8em;
  line-height: 1;
}

.flex-caption p {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.1;
  margin: 5px 0 5px;
}

.flex-caption .glyphicon {
  font-size: 2.6em;
  margin: 0 2px;
}

/* Centering superlside caption */
#slides .container-fluid {
  height: 100%;
  display: table;
  width: 100%;
  padding: 0;
}
#slides .row-fluid {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#slides .centering {
  float: left;
  margin: 0 auto;
  width: 75%;
}

.flex-title {
  color: #fff;
  font-size: 2.6em;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  width: 80%;
}

.slides-navigation {
  bottom: 20%;
  left: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slides-navigation a {
  width: 38px;
  height: 70px;
  cursor: pointer;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none !important;
}

.slides-navigation .next {
  background: url("/img/icons/superslide.png") no-repeat 0 -77px;
  float: right;
}
.slides-navigation a.next:hover,
.slides-navigation a.next:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.slides-navigation .prev {
  background: url("/img/icons/superslide.png") no-repeat 0 0;
  float: left;
}
.slides-navigation a.prev:hover,
.slides-navigation a.prev:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.slides-navigation a .icon {
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 3em;
  text-shadow: 0px -1px 8px rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slides-navigation a:hover .icon {
  color: #fff !important;
}

.slides-pagination {
  bottom: 25%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1170px;
  z-index: 1000;
}

.slides-pagination a {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 27px;
  display: inline-block;
  text-indent: -999em;
  height: 5px;
  margin: 0 15px 0 0;
  width: 5px;
}
.slides-pagination a.current {
  background: #fff;
  border: 2px solid #fff;
}
.slides-pagination a:hover {
  background: #fff;
  border: 2px solid #fff;
}

/* Lettering */
.fancy-title span {
  display: inline !important;
}

/* ==========================================================================
   Bootstrap Overwrites
   ========================================================================== */

/* Collapse menu */
.navbar-toggle .icon-bar {
  background: none repeat scroll 0 0 #000;
}
.navbar-header {
  float: right;
  margin: 10px 25px 0 0;
}

.navbar-header .btn {
  font-size: 3.6em;
}

.navbar-brand {
  /*background: rgba(0, 0, 0, 0) url("../img/main/AIC.png") no-repeat scroll right top / contain ;*/
  background: rgba(0, 0, 0, 0) url("../img/main/AIC_Website_Home2.png")
    no-repeat scroll right top / contain;
  color: transparent !important;
  height: 170px;
  line-height: 1;
  margin: 15px 0 10px;
  padding: 0;
  opacity: 1;
  text-indent: -999em;
  text-align: left;
  transition: all 0.4s ease-out 0s;
  width: 250px;
}
.navbar-brand:hover {
  opacity: 0.8;
}

/* Button */
.btn,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  background: #b7d673 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0px;
  color: black;
  font-size: 1.3em;
  font-family: "futura-pt-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 15px;
}
.btn:hover,
.btn:focus {
  background: #fff;
  outline: none;
  color: #000;
}

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

.btn-mailer {
  background: #959595 none repeat scroll 0 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  height: 26px;
  line-height: 1;
  font-size: 1em !important;
  margin: 0 !important;
}
.btn-mailer:hover {
  background-color: #fff;
  color: #fff;
}

.btn-disabled {
  background: #777 none repeat scroll 0 0;
  opacity: 0.7;
}
.btn-disabled:hover,
.btn-disabled:focus {
  cursor: default;
  background: #777;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
}

/* Sidebar */
aside .nav {
  float: none;
}

/* Forms */
.alert {
  padding: 7px 10px;
}

input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #bdbdbd;
  color: #fff;
  font-size: 0.7em;
  border-radius: 0 !important;
  height: 26px;
  min-width: 180px;
  padding: 0;
  text-indent: 10px;
}

input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(218, 177, 63, 0.4) !important;
}

::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
input[type="text"] {
  -webkit-appearance: none;
}

/* ==========================================================================
   Add-ons
   ========================================================================== */

/* Mailer */
#mailer {
  float: left;
  margin: 0;
  position: relative;
  text-align: left;
}
#mailer #error,
#mailer #success,
#edu_success,
#edu_error {
  display: none;
  line-height: 1;
  margin: 0;
  text-align: left;
  position: relative;
}
#mailer #error p,
#mailer #success p,
#edu_subForm #edu_success p,
#edu_subForm #edu_error p {
  color: #fff;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.2em;
  line-height: 30px;
  margin: 0 5px;
  text-transform: uppercase;
}

/* ==========================================================================
   Base
   ========================================================================== */

body {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin-top: 0 !important;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  line-height: 0.9;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  text-decoration: underline;
}

a:hover,
a:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}

.smoke {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.smoke:hover {
}

/* ==========================================================================
   Header
   ========================================================================== */

.navbar {
  border: 0;
}
.brkts-nav {
  line-height: 1.2;
  z-index: 1000;
}
.nav li {
  padding: 0;
}

/* Social */
#social-nav {
  padding: 0 20px;
  width: 100%;
}

.brkts-social {
  display: table;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.brkts-social li {
  margin: 0 0 15px 10px;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brkts-social li a {
  background-color: #b7d673;
  background-position: center center;
  background-size: 32px;
  border-radius: 20px;
  display: table;
  height: 30px;
  opacity: 1;
  padding: 0;
  text-indent: -999em;
  width: 30px;
}
.brkts-social li a:focus {
  outline: none;
}
.brkts-social li a:hover {
  background-color: #fff;
}

/* Social */
.nav-facebook a {
  background: url("/img/icons/social/facebook.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-twitter a {
  background: url("/img/icons/social/twitter.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-googleplus a {
  background: url("/img/icons/social/google-plus.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-youtube a {
  background: url("/img/icons/social/youtube.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-instagram a {
  background: url("/img/icons/social/instagram.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-pinterest a {
  background: url("/img/icons/social/pinterest.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-flickr a {
  background: url("/img/icons/social/flickr.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-linkedin a {
  background: url("/img/icons/social/linkedin.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-vimeo a {
  background: url("/img/icons/social/vimeo.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-tumblr a {
  background: url("/img/icons/social/tumblr.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.nav-rss a {
  background: url("/img/icons/social/rss.svg") no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.navbar-toggle {
  overflow-y: visible;
}
.drop-down-mobile {
  margin-top: 250px !important;
}

footer {
  font-family: "Arial", Arial, sans-serif;
  color: #999;
  border: 0 none;
  margin: 0;
  padding: 12px 25px 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 30px 5px rgba(113, 111, 125, 0.5);
  box-shadow: 0 0 30px 5px rgba(113, 111, 125, 0.5);
}
footer:hover {
  -webkit-box-shadow: 0 0 30px 5px rgba(113, 111, 125, 0.7);
  box-shadow: 0 0 30px 5px rgba(113, 111, 125, 0.7);
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

.sub-footer {
  margin: 5px 0 0;
  font-size: 9px;
}

.sign-up-form,
.terms {
  margin: 0;
}

.sign-up-form li {
  margin: 0 0 0 5px;
  padding: 0;
}
.sign-up-form li:last-child {
  margin: 0 -5px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  /* Sticky footer */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 75px;
  }

  #footer {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .head-banner {
    height: 130px;
  }
  .navbar-brand-mobile {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 15px;
  }

  /* Overwrite */
  .flex-caption {
    padding: 10px 0;
    position: relative;
    margin: 25px 0 0;
  }
  .flex-control-nav {
    bottom: 95px !important;
  }
  .flex-direction-nav a {
    margin: -85px 0 0 !important;
  }

  /* Header */
  .navbar-toggle {
    position: relative;
    top: 10px;
    right: 10px;
    margin: 10px 15px;
  }
  .navbar-toggle .icon-bar {
    height: 4px;
    width: 30px;
    background: #fff;
  }

  .brkts-nav {
    margin: 10px -15px 0;
    z-index: 1000;
  }
  .brkts-nav > li > a {
    padding: 8px 15px;
    width: 100%;
  }

  /* Navigation */
  .navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Dropdown */
  .drop-down li ul.drop-down-inner {
    position: relative;
    opacity: 1;
    top: 0 !important;
  }
  .drop-down li ul.drop-down-inner li {
    border: 0;
  }
  .drop-down > li:last-child .drop-down-inner {
    right: auto;
    text-align: left;
  }

  /* Mailer */
  #mailer .sign-up-form {
    margin: 0;
  }
  #mailer .sign-up-form li {
    padding: 0;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */

/* Header */
.brkts-nav-sub li {
  border: 0;
}

.brkts-nav li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* Dropdown */
.drop-down li ul.drop-down-inner {
  background: none;
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0 5px;
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  float: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  font-size: 0.7em;
}

/* Dropdown & Sidebar */
ul.drop-down-inner > li {
  background: none;
  border: 0;
  width: 100%;
  display: block;
  padding: 0;
}
ul.drop-down-inner li a {
  font-size: 1.6em;
  line-height: 18px;
  padding: 0 6px;
  text-transform: lowercase;
  color: #fff;
}
ul.drop-down-inner li a:hover {
  color: #fff;
}

span {
  display: block;
}

/* ==========================================================================
   Sidebar Navigation
   ========================================================================== */

#main-sidebar {
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  text-align: right;
}

.sidebar-nav {
  position: relative;
  list-style: none;
  margin: 10px 0 50px;
  padding: 0;
}
.sidebar-nav li {
  border: 0 none;
  display: table;
  float: right;
  line-height: 20px;
  width: 100%;
}

.sidebar-nav li h3,
.sidebar-nav li a {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #b7d673;
  display: inline-block;
  font-family: "futura-pt-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1;
  padding: 2px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sidebar-nav li.active a,
.sidebar-nav li.active h3 {
  color: #fff !important;
}
.sidebar-nav > li.active {
  color: #ffffff;
  background: none;
  text-decoration: none;
}
.sidebar-nav > li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: none;
}

.sidebar-nav li h3:hover,
.sidebar-nav > li a:hover {
  color: #fff;
  background: none;
  cursor: pointer;
}

/* ==========================================================================
   Main
   ========================================================================== */

#home {
  padding: 0;
}

body.home {
  background-color: #7c8089 !important;
}
body.home .background {
  transition: none !important;
  background-position: center center !important;
}

body.home .drop-navigation {
  margin-top: 90px;
}

.home-banner {
  background: rgba(0, 0, 0, 0) url("../img/strapline.png") no-repeat scroll
    center center / cover;
  height: 35px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 80%;
  z-index: 10;
  background-size: contain;
}
.home-awards {
  background: rgba(0, 0, 0, 0) url("../img/awards-v2.png") no-repeat scroll
    center center / contain;
  height: 70px;
  bottom: 40px;
  position: absolute;
  right: 25px;
  width: 200px;
  z-index: 10;
}

.content-area {
  color: #fff;
}
.page-title {
  color: #b9d974;
  font-weight: 400;
  font-size: 4em;
  margin: 0 0 30px;
}

.content-wrapper {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: inline-block;
  margin: 140px 0 40px;
  padding: 25px 5px 15px;
  width: 100%;
}
.content-wrapper img {
  border: 1px solid #fff;
  margin: 0 0 15px;
}

/* ==========================================================================
   Team
   ========================================================================== */

.thumbnail {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  display: block;
  padding: 0;
}
.thumbnail img {
  margin: 0;
}

.thumbnail .caption {
  padding: 8px 0px;
  min-height: 100px;
  text-align: center;
}

.team-name {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2em;
  line-height: 1;
}
.team-job {
  color: #fff;
}

/* ==========================================================================
   Quotes
   ========================================================================== */

blockquote {
  border-left: 0 none;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.4em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
}

blockquote .small,
blockquote footer,
blockquote small {
  color: #fff;
  display: block;
  font-size: 65%;
  line-height: 1.42857;
  margin: 0 0 10px;
}

.stars span {
  font-size: 1.2em;
  margin: 0 2px;
  color: #fff;
}

/* ==========================================================================
   Venue
   ========================================================================== */

#venue-list .item {
  margin-bottom: 15px;
}
#venue-list .btn {
  width: 100%;
  margin: 0 0 10px;
}

.venue-name {
  margin: 0 0 5px;
}
.venue-office {
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
}

.venue-city {
  text-transform: uppercase;
}
.venue-datetime {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

#venue-item .page-title {
  margin: 0 0 5px;
}
#venue-item .venue-dates {
  margin: 0 0 30px;
}
#venue-item .sidebar .btn {
  width: 100%;
}

.venue-address {
  font-weight: 400;
  line-height: 1.1;
}
.venue-details {
  min-height: 128px;
  text-align: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 1.6em;
  }

  /* Navigation */
  .sidebar-nav li h3,
  .sidebar-nav li a {
    font-size: 1.8em;
  }
  ul.drop-down-inner li a {
    font-size: 2em;
  }
}

@media only screen and (max-width: 1199px) {
  .slides-pagination {
    width: 970px;
  }
  .slides-navigation {
    bottom: 85px;
  }

  .page-title {
    font-size: 3.5em;
  }

  /* Team */
  .team-name {
    font-size: 1.6em;
  }
  .team-job {
    font-size: 0.9em;
  }

  /* Venue */
  .venue-city {
    font-size: 2.2em;
  }
  .venue-office {
    font-size: 2em;
  }
}

@media only screen and (max-width: 991px) {
  .btn {
    font-size: 1.1em;
    margin: 0 0 10px;
  }

  /* Flexslider */
  .slides-pagination {
    width: 750px;
  }

  /* Main */
  .page-title {
    font-size: 3em;
  }

  /* Team */
  .team-name {
    font-size: 1.5em;
  }
  .team-job {
    font-size: 0.8em;
  }
  .thumbnail .caption {
    min-height: 80px;
  }

  /* Venue */
  .venue-details {
    font-size: 0.8em;
  }

  /* Quotes */
  blockquote {
    font-size: 2em;
  }

  body.home .drop-navigation {
    margin-top: 60px;
  }

  .home-banner {
    top: 10px;
  }

  .sidebar-nav li h3,
  .sidebar-nav li a {
    padding: 2px 0;
  }
  .navbar-header {
    margin: 10px 15px 0 0;
  }

  .home-awards {
    background: rgba(0, 0, 0, 0) url("../img/awards-left.png") no-repeat scroll
      center center / contain;
    bottom: 25px;
    display: block;
    width: 160px;
    left: 25px;
    right: auto;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  blockquote {
    font-size: 1.5em;
  }

  body.home .background {
    background-image: url("../img/home-bg-sm.jpg") !important;
  }
  .home-awards {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body.home .background {
    background-image: url("../img/home-bg-xs.jpg") !important;
    background-size: 100% !important;
  }

  .home-banner {
    background: rgba(0, 0, 0, 0) url("../img/strapline-xs.png") no-repeat scroll
      center center / 90% auto;
    height: 60px;
    top: 65px;
  }

  .home-awards {
    display: none;
  }

  .drop-navigation {
    margin-top: 0px;
  }

  .pull-none {
    float: none !important;
  }

  #main {
    overflow: visible;
  }

  /* Navigation */
  .navbar-brand {
    width: 100%;
    margin: -30px 0 30px;
    background-position: top center;
  }

  body.home .navbar-brand {
    -webkit-box-shadow: 0 25px 50px 30px rgba(0, 0, 0, 1);
    box-shadow: 0 25px 50px 30px rgba(0, 0, 0, 1);
  }

  .navbar-collapse {
    border-color: transparent;
    box-shadow: none;
    margin: 0 -15px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
  }

  .sidebar-nav {
    margin: 0;
  }
  .sidebar-nav li h3,
  .sidebar-nav li a {
    font-size: 2.8em;
    padding: 2px 0;
  }
  ul.drop-down-inner li a {
    color: #fff;
    font-size: 3.6em;
    line-height: 31px;
    padding: 0;
    text-transform: lowercase;
  }

  .dropdown-parent span {
    display: block !important;
  }
  .drop-down li ul.drop-down-inner {
    padding: 0;
  }
  .sidebar-nav li.active > a,
  .sidebar-nav li.active > h3 {
    color: #fff !important;
  }
  .sidebar-nav li.active > a:hover,
  .sidebar-nav li.active > h3:hover {
    color: #fff !important;
  }

  /* Flexslider */
  .flex-caption h1 {
    font-size: 7.8em;
    line-height: 0.8;
  }
  .flex-caption h2 {
    font-size: 3em;
    line-height: 0.8;
  }

  .slides-navigation {
    bottom: auto;
    top: 12%;
  }
  .slides-pagination {
    bottom: 30px;
    display: none;
  }

  #slides .container-fluid {
    height: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #slides .centering {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  #slides li img {
    height: auto !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    position: relative !important;
  }

  .slides-navigation {
    padding: 0 15px;
  }
  .slides-pagination {
    text-align: center;
    width: 100%;
  }
  .slides-pagination a {
    margin: 0 10px;
  }

  /* Home */

  .navbar-toggle {
    padding: 0;
    right: -20px;
  }
  #main-sidebar {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }

  .navbar-header {
    float: none;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    position: absolute;
    z-index: 1002;
  }

  .brkts-social {
    float: left;
    width: 100%;
  }

  /* Footer */
  footer {
    background: #000;
    padding: 15px 0 10px;
    margin: 0;
  }

  #mailer .sign-up-form li {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .sign-up-form,
  .terms {
    text-align: center;
  }

  .credit {
    float: none !important;
    line-height: 2.2;
    text-align: center;
    clear: both;
  }

  .btn-mailer {
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
  }

  input,
  .input-group {
    width: 100%;
  }

  /* Main */
  .content-wrapper {
    margin: 130px 0 20px;
  }

  .page-title,
  .venue-details,
  .quote {
    text-align: center;
  }
}

@media only screen and (max-width: 420px) {
  #slides {
    height: 650px !important;
  }
  .slides-navigation {
    bottom: auto;
    top: 20%;
  }
  .slides-pagination {
    bottom: 30px;
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 736px) and (orientation: landscape) {
  body.home .background {
    background-image: url("../img/home-bg.jpg") !important;
  }

  .home-banner {
    background: rgba(0, 0, 0, 0) url("../img/strapline-xs.png") no-repeat scroll
      center center / 45% auto;
    height: 40px;
    top: 5px;
  }

  .home-awards {
    background: rgba(0, 0, 0, 0) url("../img/awards-left.png") no-repeat scroll
      center center / contain;
    bottom: 5px;
    display: block;
    width: 120px;
    left: 25px;
    right: auto;
  }
}

/* ==========================================================================
   Mobile Video
   ========================================================================== */

.youtube-container {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}
.youtube-player {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}
img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: -16.7%;
  height: auto;
  border: 0;
}
div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/img/icons/play-icon.png") no-repeat;
}
#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img.youtube-thumb {
    top: 0;
  }
}

/* Phone Landscape Only */
#landscape-video {
  display: none !important;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
#landscape-video #landscape-video-wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#landscape-video #landscape-video-wrap iframe {
  display: none;
}

.rotate-warning {
  background: url("/img/icons/rotate.png") 0 0 / contain no-repeat;
  display: none;
  height: 65px;
  right: 15px;
  position: absolute;
  bottom: 25px;
  width: 55px;
  z-index: 998;
}

/* Phone Only */
@media only screen and (max-width: 480px) {
  body.home .rotate-warning {
    display: block;
  }
  .main-footer iframe {
    width: 300px;
  }
}

/* Phone Landscape Only */
@media only screen and (min-device-width: 320px) and (max-device-width: 668px) and (orientation: landscape) {
  #landscape-video {
    display: block !important;
    background: #000;
  }
  #landscape-video #landscape-video-wrap iframe {
    display: block !important;
  }
  #main-wrapper {
    display: none !important;
  }
  .main-footer iframe {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-header .btn {
    font-size: 2em;
  }
}
/*----------------video------------------*/
#home-wrapper {
  height: 100vh;
  background-image: linear-gradient(
    to bottom,
    rgba(2, 0, 0, 0),
    rgba(2, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
}

.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

/* fullscreen setup */
.fullscreen {
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.not-fullscreen,
.fullscreen.not-overflow {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fullscreen {
    z-index: -1;
  }

  .background {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 767px) {
  #tour-item {
    position: static !important;
  }

  #items {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: start;
  }

  #tour-item {
    flex: 0 0 33.3%;
  }

  .venue-details {
    height: 160px;
  }
}

@media only screen and (min-width: 1800px) {
  .venue-details {
    height: 130px;
  }
}
