

/* ##### HOME SECTION ##### */
#home {
    position: relative;
    width: 100%;
    height:100%;
    overflow: hidden;
}
#inner-home {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#home h1 {
    margin: 10px 0;
    color: #fff;
    letter-spacing: -4px;
    text-transform: uppercase;
}

#home h4 {
    margin: 0px;
    color: #ffffff;
}

#home.parallax-slider {
    height: auto;
}

.fullscreen-background {
    width: 100%;
    height:100%;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fullwidth-background {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover !important;
    -webkit-backface-visibility: visible;
    background-repeat: no-repeat;
}

.fullwidth-background .header{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: table;
}

.fullwidth-background .header .header-title{
    height:100%;
    z-index:0;
    display:table;
    position:absolute;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}  
/* Home Fullwidth Parallax Slider */
ul.fullwidth-slider{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide .container{
	margin-top: 14%;
}


.background-pattern-dark {
    background: url(../img/dark-pattern.png) repeat left top;
}

.overlay {
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
ul.fullwidth-slider li.slide {
    position: relative;
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment: absolute;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: visible;
}

ul.fullwidth-slider li.slide .caption {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
    position: absolute;
    top: 0px;
    width: 100%;
}

ul.fullwidth-slider li.slide .caption .slide-caption {
    height: 100%;
    z-index: 0;
    display: table;
    position: relative;
    top: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.slide-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.fullScreen h1.ultralarge{
    margin-bottom:20px !important;
}
.fluid-width-video-wrapper{
    position: absolute !important;
    height:100%;
    width:100%;
}
#tubular-container {
    position: absolute !important;
}

.div-align-middle {
    display: table-cell;
    vertical-align: middle;
}
.videoBg {
    overflow: hidden;
    position: relative;
}
.videoBg-control{
    position: absolute;
    z-index:10;
}
.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

ul.fullScreen .caption-inside {
    height: 100% !important;
}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
    height: 900px;
}

.parallax-slider .bx-wrapper .bx-next {
    right: 50px;
}

.parallax-slider .bx-wrapper .bx-prev {
    left: 50px;
}

.bgFill {
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    color: #fff;
    margin: 20px 0!important;
    padding: 15px 10px;
}
.subHeadFill {
    background-color: rgba(26,188,156, 0.8);
    display: inline-block;
    margin: 0 !important;
    padding: 10px;
    border-radius:4px;
    -webkit-border-radius:4px;
}
.slide-caption .border {
    border: 3px solid #ffffff;
    display: inline-block;
    margin: 0 !important;
    padding: 7px 20px;
}

.slide-content h1 {
    color: inherit;
    font-size: 100px;
    line-height: 80px;
    margin: 10px 0;
}

.georgia {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
}

.div-align-middle p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.subHead {
    font-size: 30px !important;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 0;
    color:#ffffff;
}

.ultralarge {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 92%;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.slide-content p {
    margin: 10px 0;
}

.slide-content a {
    margin: 10px 0;
}
.header-video {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
  background-color: rgba(0,0,0,0.2);
}
.video-bg {
    background: url('../images/slider/1.jpg') no-repeat bottom center;
}
#video-volume{
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
#video-play {
	bottom: 30px;
	right: 60px;
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.section-content .row {
    margin-left: 0px;
    margin-right: 0px;
}
.float-centered{
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-control-btn {
    color:#999999;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:80px;
    height:80px;
}