/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
==============================================
Billboard - Main
==============================================
*/

/*
Billboard - Home
==============================================
*/
.scroller.show-scroller{
	background-color: rgba(237, 235, 228, 0.9) !important;
}
.scroller {
	box-shadow: none;
}
.logo-section {
	display: table;
	padding: 0px;
	transition: all 500ms ease-in-out, margin 0ms !important;
	min-height: 125px;
	width: 100%;
	z-index: 150;
	/* margin-top: 225px; */
}
.logo-content {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #52b9bb;
	z-index: 150;
	position: relative;
}
.billboard-container {
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;

}
.billboard-full-width.billboard-container {
    height: 527px;
}
.billboard-content .hasVideo {
  height: 527px !important;
  overflow: hidden;
}
.billboard-background-video {
  height: 527px !important;
  overflow: hidden;
}
.billboard-background-video-overlay .billboard-heading {
font-family: 'Prata', serif;
font-size: 38px;
text-transform: lowercase;
color: #ffffff;
text-align: center;
letter-spacing: 0px;
display: block;
line-height: 44px;
max-width: 800px;
margin: 0 auto;
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
position: absolute;
content: " ";
top: 0px;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 0;
background-color: rgba(0,0,0,0.5) !important;
animation-duration: 4s;
animation-name: fadeIn;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: .15s;
}




/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.billboard-section .billboard-container h1 {
	   padding: 0 110px;
	}
	.scroller.show-scroller {
		display: none;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Billboard - Main
==============================================
*/


/*
Billboard - Home
==============================================
*/
.billboard-full-width.billboard-container {
    height: 207px;
}
.footer-image-content .billboard-container {
    height: 207px;
}
.scroller.show-scroller, .scroller-mobile.show-scroller-mobile-up, .scroller-mobile {
	bottom: 10%;
	right: 20px;
	left: auto;
	display: block;
}
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Billboard - Main
==============================================
*/

.scroller-wrapper {
	display:none;
}

	/*
Billboard - Home
==============================================
*/
.billboard-full-width.billboard-container {
    height: 287px;
}

.footer-image-content .billboard-container {
		margin-top: -10px !important;
}

.footer-image-content .billboard-container {
    height: 252px;
}
.scroller.show-scroller, .scroller-mobile.show-scroller-mobile-up, .scroller-mobile {
	bottom: 20%;
	right: 20px;
	left: auto;
	display: block;
}
}

/* IE only */
@media screen\0 {


}

.billboard-container.bb-video-blank .billboard-background-video-wrapper:after {
  display: none !important;
}
.billboard-video-play-pause {
  z-index: 1;
}

/* 
 .bb-bkg-size-cover
*/
.billboard-container.bb-set-height {
  background-size: auto !important;
  background-repeat: no-repeat;
  min-height: 660px !important;
  background-position: center top;
}

 
.billboard-container.bb-set-bottom {
  background-position: center bottom !important;
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .billboard-content .hasVideo .billboard-background-video-wrapper:after {
    display: none !important;
  }   
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .billboard-container.bb-set-height {
    min-height: 330px !important;
    background-size: cover !important;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-container.bb-set-height {
    min-height: 285px !important;
    background-size: cover !important;
  } 
}