/* ### GLOBAL ################################################################################## */
html {
  overflow-y: scroll;
}
.featherlight{
  overflow-y: scroll;
}
body, html {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.goldText {
  color: #BEAB6D !important;
}
a.button, .button {
  padding: 13px 31px;
  color: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  display:inline;
}
a.button-small, .button-small {
    padding: 4px 10px;
}
a.button-gold, .button-gold {
    background-color: #BEAB6D;
    border: 1px solid #BEAB6D;
}
    a.button-gold:hover, .button-gold:hover {
        background-color: #000000;
        color: #FFFFFF;
        border: 1px solid #000000;
    }

a.button-transparent, div.button-transparent {
  background-color: transparent;
  border: 1px solid #BEAB6D;
}
a.button-transparent:hover, div.button-transparent:hover {
  background-color: transparent;
  border: 1px solid #BEAB6D;
  color: #BEAB6D;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -3px;
  text-align: center;
  vertical-align:top;
}

/* ### SITE HEADER ############################################################################# */
.homeSlider {
  height: 100%;
}
.homeSliderImageContainer.zoom-active div.homeSliderImage {
  position: relative;
  transition: 12s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

#bgVideoPlayer {
  position: relative;
  background: transparent;
}
#bgVideoPlayerContainer video {
  position: absolute;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%) scale(1.2,1.2);
}

.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

#bgVideoPlayerOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
}

#bgVideoPlayerContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

#siteLogo{
  max-height: 45px;
  margin-top: 3px;
}

/* ### MENU ### */
#menuContainer {
  z-index: 200;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  background-color: #000000;
  border-bottom: 1px solid #FFFFFF;
}
#menuSpacer {
  width: 100%;
  height: 70px;
}
#bgVideoPlayerOverlayContent {
  display: none;
}

/* ### MENU - HOME PAGE ### */
body.home #menuContainer {
  background-color: transparent;
  padding: 15px 0;
  border-bottom: none;
}

.contactIcons {
    position: absolute !important;
    right: 45px !important;
    top: 30px !important;
    color: #FFFFFF !important;
}

    .contactIcons a, .contactIcons a:hover,.contactIcons a:visited {
        color: #FFFFFF !important;
        text-decoration:none !important;
    }

body.home #menuSpacer {
  height: 85px;
}
body.home #pageHeaderImage{
  display: none;
}
body.home #bgVideoPlayerOverlayContent {
  display: block;
  text-align: center;
}
body.home #bgVideoPlayerOverlayContent h1.tagline {
    font-size: 70px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
@media (max-width: 767px) {
  body.home #bgVideoPlayerOverlayContent h1.tagline {
    font-size: 44px;
  }
}
body.home #bgVideoPlayerOverlayContent h1.tagline span.goldText {
  font-weight: 300;
}
body.home .taglineButtons{
  padding-top: 30px;
}
body.home .taglineButtons a{
  margin-bottom: 30px;
}

/* ### GENERAL PAGE STYLE ###################################################################### */
#pageHeaderImage {
  height: 200px;
  background-position:center center;
  background-size:cover;
}
#footerContainer {
  background-color: #000000;
  padding: 30px 0;
  color: #FFFFFF;
  text-align: center;
}
#footerContainer p {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 16px;
}
.socialMedia {
  text-align: left;
  margin-bottom:5px;
}
.socialMedia a {
  margin-right:15px;
}

/* ### PAGE CONTENT STYLE ###################################################################### */
div.componentOutput {
  padding: 50px 15px 50px;
}
div.contentOutput {
  padding: 50px 150px 15px 150px;
}
body.home div.contentOutput {
  padding: 50px 150px;
}
@media (max-width: 767px) {
  div.contentOutput, div.componentOutput {
    padding: 50px 15px;
  }
  body.home div.contentOutput {
    padding: 50px 15px !important;
  }
}
div.contentOutput h1, div.contentOutput h2 {
  font-family: 'Raleway', sans-serif;
  line-height: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
div.contentOutput h1 strong, div.contentOutput h2 strong, div.componentOutput h2 strong {
  color: #BEAB6D;
}
div.contentOutput h1, .componentOutput h1, body.home div.contentOutput h2, body.services div.contentOutput h2, body.home .componentOutput h2, body.services .componentOutput h2 {
    font-size: 46px;
    position: relative;
    margin: 0 0 60px 0;
}
.componentOutput h1, body.home .componentOutput h2, body.services .componentOutput h2 {
  text-align: center;
}
div.contentOutput h1:after, div.componentOutput h1:after, body.home div.contentOutput h2:after, body.services div.contentOutput h2:after, body.home div.componentOutput h2:after, body.services div.componentOutput h2:after {
  background-image: url('/images/title-underscore.png');
  background-size: contain;
  bottom: -25px;
  left: 50%;
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  width: 38px;
  margin-top: 60px;
  margin-left: -19px;
}
div.contentOutput h2 {
  font-size: 30px;
  line-height: 110%;
}
div.contentOutput p {
  font-size: 14px;
  line-height: 190%;
  margin-bottom: 20px;
}
div.userContent p {
  font-size: 14px;
  line-height: 190%;
}
div.contentOutput p:last-child {
  margin-bottom: 0px;
}

/* ### COMPONENT: SERVICES LIST ################################################################ */
.componentServicesList {
  background-color: #F5F5F5;
}
.serviceSummaryContainer {
  background-color: #FFFFFF;
  padding: 60px 30px;
  margin-bottom: 30px;
  text-align: center;
}
.serviceSummaryContainer:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  cursor: pointer;
}
.serviceSummaryContainer h3 {
  margin: 20px 0;
  font-weight: bold;
}
.serviceSummaryContainer p {
  line-height: 190%;
}

/* ### COMPONENT: SERVICE OVERVIEW ############################################################# */
.componentServiceOverview h2.subHeading {
  margin-top: -25px;
  font-size: 30px;
  text-align: center;
}

.componentServiceOverview div.userContent h2 {
  margin-top: 50px;
  text-align: left;
  line-height: 130%;
}

.componentServiceOverview div.userContent h3 {
  font-size: 26px;
}

.componentServiceOverview .galleryBox h3 {
  font-size: 18px;
}
.faqItemContainer{
  cursor: pointer;
}
.faqSectionName{
  margin-bottom: 15px;
}
.faqItemExpand{
  background-color: #BCA971;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  font-size: 40px;
  float: left;
  text-align: center;
  line-height: 100%;
}
.faqItemName {
  font-size: 18px;
  display: inline-block;
  padding-left: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-top: 6px;
  line-height: 25px;
}
.faqItemContent {
  display: none;
  padding-left: 55px;
  margin-bottom: 30px;
  padding-left: 15px;
}

/* ### COMPONENT: SERVICES LIST ################################################################ */
.componentServicesList > div.container {
  background-color: #F5F5F5;
}

/* ### COMPONENT: TESTIMONIALS ################################################################# */
.componentTestimonials {
  background-color: #F5F5F5;
  padding: 30px 0;
}
.testimonialBubble {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 30px;
  line-height: 190%;
  height: 190px;
  margin-bottom: 30px;
  position: relative;
}
.testimonialBubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #FFFFFF;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}
@media (max-width: 1199px) {
  .testimonialBubble {
    height: 210px;
  }
}
.testimonialImage {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-size: cover;
  float: left;
}
.testimonialNames{
  font-size: 22px;
  padding-left: 60px;
}
.testimonialName {
  margin: 0;
}
.testimonialCompanyName {
  margin: 0;
  font-size: 13px;
}
.sliderDots{
  height: 15px;
  width: 100%;
  position: relative;
}
.sliderDots .slick-dots {
  bottom: 0;
}
.sliderDots .slick-dots li {
  margin: 0;
}
.home .featherlight .featherlight-content{
  max-width: 400px !important;
}


/* ### COMPONENT: GALLERIES #################################################################### */
.galleryRow {
  position: relative;
}
.galleryBox {
  position: absolute;
  overflow: hidden;
  background-color: #000000;
  z-index: 30;
  cursor: pointer;
}
.galleryBoxImage {
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  transition: 0.29s;
  opacity: 0.7;
}
.galleryBox h3 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 300;
}
.galleryMoreBox{
  background-size: cover;
  background-position: 80% 50%;
}
.galleryBoxInner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  text-align: center;
}
.galleryBox:hover .galleryBoxImage {
  -webkit-transform: rotate(4deg) scale(1.1);
  -ms-transform: rotate(4deg) scale(1.1);
  transform: rotate(4deg) scale(1.1);
  opacity: 0.7;
}

/* ### COMPONENT: FULL GALLERY ################################################################# */
.galleryButtons{
  margin-bottom: 27px;
  text-align: center;
}
.galleryButtons a{
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.galleryImageBox{
  position: relative;
  display: inline-block;
  height: 250px;
  float: left;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
}
.galleryImageBoxImage{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: 0.29s;
}
.galleryImageBox:hover .galleryImageBoxImage {
  -webkit-transform: rotate(4deg) scale(1.1);
  -ms-transform: rotate(4deg) scale(1.1);
  transform: rotate(4deg) scale(1.1);
  opacity: 0.7;
}

/* ### COMPONENT: KEY POINTS ################################################################### */
.componentKeyPoints{
  padding: 15px 15px !important;
}
.keyPointContainer {
  background-color: #FFFFFF;
  padding: 30px 15px;
  margin-bottom: 30px;
  text-align: center;
}
.keyPointContainer h3 {
  margin: 20px 0;
  font-weight: bold;
}
.keyPointContainer p {
  line-height: 190%;
}
@media (max-width: 1199px) {
  .keyPointContainer h3 {
    font-size: 20px;
  }
}

/* ### COMPONENT: GET STARTED ################################################################## */
.componentGetStarted {
  background-image:url('/images/get-started.jpg');
  background-position: 60% center;
  background-size: cover;
  height: 400px;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.componentGetStarted span.tagline{
  font-size: 60px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
@media (max-width: 767px) {
  .componentGetStarted span.tagline{
    font-size: 44px;
  }
}
.getStartedButtons{
  padding-top: 30px;
}
.getStartedOverlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  padding: 0 15px;
}
.getStartedContent{
  z-index: 20;
}

/* ### COMPONENT: CONTACT US ################################################################### */
.componentContactUs{
  position: relative;
}
#contactMap{
  height: 400px;
  width: 100%;
}
form#contactForm input.form-control, form#contactForm textarea.form-control{
  margin-bottom: 15px;
}
.contactAddress{
  line-height: 200%;
  margin-top: -6px;
}

/* ### COMPONENT: MEET THE TEAM ################################################################ */
.staffMemberContainer{
  margin-bottom: 30px;
}
.staffMemberContainer h4{
  margin-bottom: 5px;
  font-weight: bold;
}
.staffMemberPhoto{
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.staffMemberBiographyOverlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  padding: 15px;
  background-color: #BCA971;
  color: #FFFFFF;
  line-height: 170%;
}
@media(max-width:767px) {
  .staffMemberBiographyOverlay {
    display:none !important;
  }
}

/* ### COMPONENT: TIMELINE ##################################################################### */
.timelineTop{
  background-image: url('/images/timeline-top.png');
  background-repeat: repeat-y;
  background-position: center center;
  padding: 15px 0;
  width: 100%;
}
.timelineMid{
  background-image: url('/images/timeline-bar.png');
  background-repeat: repeat-y;
  background-position: center center;
  padding: 15px 0;
  width: 100%;
}
.timelineBottom{
  background-image: url('/images/timeline-bottom.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0;
  width: 100%;
}
.timelineEventContainer{
  width: 100%;
  text-align: center;
}
.timelineEventYear{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #000000;
  height: 45px;
  width: 45px;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 15px 0 45px;
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
}
.timelineEvent{
  color: #000000;
  position: absolute;
  left: 60px;
  top: 11px;
  width: 300px;
  text-align: left;
  font-weight: bold;
}
.timelineEventSummary{
  color: #000000;
  position: absolute;
  left: 60px;
  top: 32px;
  width: 300px;
  text-align: left;
  font-weight: normal;
}
.timelineEventContainer:nth-child(2n+1) p.timelineEvent{
  left: auto;
  right: 60px;
  text-align: right;
}
.timelineEventContainer:nth-child(2n+1) p.timelineEventSummary{
  left: auto;
  right: 60px;
  text-align: right;
}

/* ### COMPONENT: SERVICE REASONS ############################################################## */
div.componentServiceReasons{
  padding-top: 15px;
}
div.componentServiceReasons h2{
  margin-bottom: 20px;
  margin-top: 0;
}
div.componentServiceReasons h1:after{
  margin-top: 110px;
}
div.componentServiceReasons div.serviceSummaryContainer{
  padding: 15px 15px;
  margin-bottom: 15px;
}
div.componentServiceReasons div.serviceSummaryContainer:hover{
  padding: 15px 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.25);
}
div.componentServiceReasons div.serviceSummaryContainer h3{
  margin: 10px 0 0;
  font-size: 20px;
}
div.componentServiceReasons div.serviceSummaryContainer img{
  width: 40px;
  height: 40px;
}
.reasonDescription {
  padding: 30px 0 30px 130px;
  position: relative;
  min-height: 160px;
}
.reasonNumber{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BEAB6D;
  color: #FFFFFF;
  font-size: 88px;
  position: absolute;
  height: 100px;
  width: 100px;
  left: 0;
  text-align: center;
  line-height: 95%;
}
.reasonNumber p{
  width: 100%;
}
.reasonDescription h3{
  font-size: 30px;
  margin: 0 0 10px 0;
}
.reasonDescription p{

}
.serviceReasonsContainer {
  display: none;
}
.serviceReasonsContainer h2{
  width: 100%;
  padding: 15px 0;
  margin: 0 !important;
  background-color: #FFFFFF;
  text-align: center;
}
.serviceReasonsContainer > div.row{
  background-color: #FFFFFF;
}
.serviceReasonsContainer > div.row:nth-child(2n+1){
  background-color: #F5F5F5;
}

/* ### CLIENT LIST ############################################################################# */
.clientContainerOuter{
  padding: 0 15px;
  margin-bottom: 30px;
}
.clientContainerOuter:hover{
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.25);
}
.clientContainerLogo{
  width:100%;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
}
.clientContainerLogo:hover{
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}
@media (max-width: 767px) {
  body.clients .featherlight .featherlight-content {
    max-width: 90% !important;
  }
}

@media (min-width: 768px) {
  body.clients .featherlight .featherlight-content {
    max-width: 50% !important;
  }
}

img.clientLogoImage{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
}
img.clientLogoImage:hover{
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

/* ### AVAILABILITY ############################################################################ */
.componentAvailability{
  padding-top: 0px !important;
}
.componentAvailability h2{
  margin-top: 0;
}
.componentAvailability table{
  margin-bottom: 30px;
}
.floorPlanContainer{
  padding: 5px;
  cursor: pointer;
}
.floorPlanContainer:hover{
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.25);
}
.floorPlanThumbnail{
  width: 100%;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  cursor: pointer;
}
.floorPlanColumn{
  text-align: center;
}
@media (max-width: 991px) {
    .floorPlanColumn {
        text-align: left;
    }

    .floorPlanThumbnail {
        background-position: left;
    }

    .contactIconsMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin-right: 15px;
    }

    .contactIconsMobile a {
        padding-top: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-toggle {
        float: none !important;
        margin-right: 0 !important;
    }

    .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    

}

/* ### BLOG POSTS ############################################################################ */
.postWrapper {
    text-align: left;
    text-decoration: none !important;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

    .postWrapper h1 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .postWrapper, .postWrapper h2, .postWrapper p {
        text-decoration: none !important;
        color: #444;
    }

div.postWrapper img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

img.postImage {
    float: left;
    width: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archiveMonths {
    padding-left: 15px;
    margin-bottom: 15px;
}

/* ### NEWS PAGE STYLES ######################################################################## */
.listPostWrapper {
    text-align: left;
    text-decoration: none !important;
    padding-bottom: 14px;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

    .listPostWrapper h2 {
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 0;
    }

    .listPostWrapper, .listPostWrapper h2, .listPostWrapper p {
        text-decoration: none !important;
        color: #444;
    }

.blogImageWrapper {
    height: 200px;
}

    .blogImageWrapper div {
        float: left;
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.blogPostPreview {
    height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}

.archiveMonths {
    padding-left: 15px;
}

div.postAchor {
    cursor: pointer;
}

div.postAchor:hover {
    text-decoration: none;
}

/* ### OVERRIDE BOOTSTRAP STYLING ############################################################## */
.navbar-custom {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar-custom a {
  color: #FFFFFF;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a {
  text-decoration: none;
  background-color: transparent;
}
.navbar-custom .navbar-toggle{
  border-color: #FFFFFF;
}
.navbar-collapse {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-custom .navbar-collapse li a{
  white-space: nowrap;
}
.navbar-toggle .icon-bar{
  background-color: #FFFFFF;
}
span.slick-arrow {
    top: 50%;
    position: absolute;
    font-size: 30px;
}
span.glyphicon.glyphicon-menu-left.slick-arrow {
  left: -15px;
}
span.glyphicon.glyphicon-menu-right.slick-arrow {
  right: -15px;
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    right: 0;
    transition: 0.2s;
    text-align: right;
    background-color: #000000;
    width: 200px;
  }
  body.home .navbar-collapse {
    background-color: rgba(0,0,0,0.6);
  }
  .nav > li > a {
    padding-right: 30px;
  }
  span.slick-arrow {
    display: none !important;
  }
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

/* ### MIXITUP OVERRIDES ############################################################## */
.button.mixitup-control-active {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
