/*==============================================  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
==============================================
*/

.body-home .billboard-section .billboard-container {
	animation-name: fadeIn;
	animation-delay: 0;
	animation-fill-mode: forwards;
	animation-duration: 1s;
}
.body-home .billboard-section .billboard-content-wrapper:after {
	position: absolute;
    content: " ";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(19,24,34,0.7) !important;
	animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .15s;
}

.billboard-content-3 .billboard-content-3 .billboard-container {
	min-height: 520px;
}
/*.billboard-content-3 .billboard-content-wrapper {
	min-height: 520px;
}*/

.billboard-heading h1 .head-1 {
	font-size: 48px;
	line-height: 48px;
}

.billboard-heading {
  top: 100px;
      position: relative;
}
.billboard-section {
  margin-top: -275px;
}
.interior .billboard-section {
  margin-top: 0px;
}
.billboard-content {
  position: relative;
}
.billboard-container {

    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;

}
.billboard-content .hasVideo {
  max-height: none !important;
}
.billboard-content .billboard-background-video-wrapper:after {
    position: absolute;
    content: " ";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(19,24,34,0.7) !important;
    animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .15s;
}

.billboard-section {
	overflow: hidden;
}
/*.billboard-content:before {
	position: absolute;
    content: " ";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(19,24,34,0.7);
}*/
.interior .billboard-content:before {
    background-color: transparent;
}
.interior .billboard-heading-wrapper {
	display: none;
}
.billboard-heading-wrapper {
	z-index: 2;
    position: relative;
    padding: 0px 210px;
}
.billboard-heading h1:before {
	content: '';
	display: block;
	border-top: solid 2px #c9a560;
	margin: 0px auto;
	margin-bottom: 30px;
	animation-name: line-draw;
	animation-duration: 3s;
	animation-delay: 1s;
	width: 0px;
	animation-fill-mode: forwards;
}
.billboard-heading h1 .head-1 {
	font-family: 'Abel', sans-serif;
	font-size: 58px;
	line-height: 59px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 30px;
	letter-spacing: 2px;
	animation-name: slideInDownSmall;
	animation-duration: 3s;
	animation-delay: 0s;
	display: block;
}
.billboard-heading h1 .head-2 {
	font-family: 'Cormorant', serif;
	font-size: 48px;
	text-transform: none;
	color: #c9a560;
	display: block;
	letter-spacing: 0px;
	animation-name: slideInUpSmall;
	animation-duration: 3s;
	animation-delay: .5s;
}
.billboard-content .billboard-container {
	/* min-height: 1225px; */
	background-size: cover;
	background-position: center;
}

.billboard-container {
	background-size: cover;
    max-height: 650px;
	min-height: 650px;
    background-position: center;
	max-width: none !important;
}

.billboard-content-2 .billboard-container {
	background-attachment: fixed;
    background-size: cover;
	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
    min-height: 550px;
}

.interior .billboard-content .billboard-container {
    min-height: 650px !important;
    background-size: cover;
    background-position: center;
}
.interior .billboard-content .billboard-container:before {
	position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    display: none;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131822+0,ffffff+100&1+0,0+55 */
	background: -moz-linear-gradient(top, rgba(19,24,34,1) 0%, rgba(149,151,156,0) 55%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(19,24,34,1) 0%,rgba(149,151,156,0) 55%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(19,24,34,1) 0%,rgba(149,151,156,0) 55%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131822', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.body-about-us .billboard-container {
	border-top: solid 4px #c9a560;
}

.scroller.show-scroller {
	bottom: 10%;
}
.scroller {
    position: fixed;
    height: 100px;
    width: 100px;
    bottom: -15%;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    z-index: 5000;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: inherit;
    border-radius: 40px;
    box-shadow: none;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
	background-color: transparent !important;
}

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


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Billboard
==============================================
*/
.billboard-content .billboard-container {
    	min-height: 775px;
	}
	.billboard-content .billboard-container:before {
		height: 775px;
	}
	.billboard-heading-wrapper {
    	margin-top: 110px;
		padding: 0px 0px;
	}
	.billboard-content-2 .billboard-container {
    	background-attachment: inherit;
	}
	.billboard-heading h1 {
		padding: 0px 130px;
	}
}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Billboard
==============================================
*/
.billboard-content .billboard-container {
    	min-height: 915px;
	}
	.billboard-content .billboard-container:before {
		height: 915px;
	}
	.billboard-heading h1 {
		padding: 0px 20px;
	}
	.billboard-heading h1 {
		font-size: 55px;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Billboard
==============================================
*/
	.interior .billboard-content .billboard-container {
		min-height: 650px;
	}
	.billboard-heading-wrapper {
		padding: 25px 0px;
	}
	.billboard-heading h1 {
		padding: 0px 20px;
    	font-size: 53px;
    	line-height: 55px;
	}
	.interior .billboard-content .billboard-container {
		height: 370px !important;
		min-height: inherit !important;
	}
	.billboard-heading h1 .head-1 {
		font-size: 40px;
		line-height: 42px;
		 padding: 0;
	}
	.billboard-heading h1 .head-2 {
		font-size: 40px;
		line-height: 42px;
	}
/*
	.billboard-content .billboard-container {
    	min-height: 715px;
	}
	.billboard-content .billboard-container:before {
		height: 715px;
	}

	.billboard-heading-wrapper {
    	margin-top: 230px;
	}
*/
}

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

	/* .billboard-heading h1 .head-1 {
		padding: 0px 0px;
		font-size: 40px;
		line-height: 42px;
	}
	.billboard-heading h1 .head-2 {
    	font-size: 38px;
	} */
/*
	.billboard-heading-wrapper {
    	margin-top: 100px;
	}
*/

}

/* 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
==============================================
*/
	.billboard-heading h1 {
		padding: 0px 70px;
	}
	.billboard-content .billboard-container {
    	min-height: 700px;
	}
	.billboard-content .billboard-container:before {
		height: 700px;
	}
	.billboard-heading-wrapper {
    	margin-top: 250px;
	}
	.billboard-heading h1 {
		padding: 0px 30px;
		font-size: 46px;
		line-height: 47px;
	}
}

/* IE only */
@media screen\0 {
	.billboard-content::before {
		background-color: inherit;
	}
}


.bb-video-blank.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;
  } 
}