﻿@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: default;
} 

#headerWrapper{
	background: rgba(0,0,0,0);
	width:100%;
	padding: 1em;
	
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}

.header-fade{
	background: rgba(0,0,0,0.75) !important;
}

#mainNavBar li.shrink a{
    padding: 0.65em 1.25em;
}

.brand a{
	color: #fff !important;
	text-transform:uppercase;
	font-size: 0.85em;
}

.brand img{
	max-width:38px;
	width:100%;
	margin-right:0.55em;
	
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.brand.shrink-img img{
	max-width:28px;
}

#homeSlider{
	width:100%;
	margin: 0 0;
	height: auto;
	position:relative;
	z-index:1;
}

#homeSlider img{
	position:relative;
	z-index:1;
}

#homeSlider .container{
	position:absolute;
	z-index:10;
	width:100%;
	max-width:100%;
	bottom:20%;
	text-align:right;
	padding: 2em 10em;
}


/* @Primary Navigation
===================================== */
#mainNavBar{
	width:100%;
	height:auto;
	display: block;
    clear: both;
}

#mainNavBar ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size: inherit;
	float:right;
}

#mainNavBar li {
	font-size: 0.85em;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	
	padding:0;
	position: relative;
	float:left;
	
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#mainNavBar li a{
	color:#fff;
	line-height: normal;
	display: block;
    padding: 1.55em 1.25em;
	
	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#mainNavBar li a:hover{
	color:#31a3b1;
	text-decoration:none;
}

#mainNavBar li.current a{
	color:#31a3b1;
	text-decoration:none;
}

#mainNavBar li:last-child a {
	padding-right:0;
}

/* @end Primary Navigation
===================================== */

/* @Off Canvas List
===================================== */
ul.off-canvas-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
    font-size: 1em;
}

.left-off-canvas-menu {
  background: #414141;
}

ul.off-canvas-list li a {
	display: block;
	padding: 1em 1em .75em 1em;
	color: #fff;
	text-transform:uppercase;
	border-bottom: solid 1px rgba(255, 255, 255, .5);
	font-size: 1em;
	font-weight:400;
}

ul.off-canvas-list li.active a {
	color: #000;
	font-weight:400;
}

ul.off-canvas-list li ul{
	margin-left:0;
	margin-bottom:0;
	background: #414141;
}

ul.off-canvas-list li li a,
ul.off-canvas-list li.active li a{
	color: #ffff;
	padding-left:2em;
	font-size: 0.85em;
}

ul.off-canvas-list li li.active a {
	color: #000;
}

ul.off-canvas-list li li:last-child a{
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}


.tab-bar .menu-icon {
	float: left;
}

.tab-bar .menu-icon {
    color: #fff;
}

.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    left: .90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem;
}

#mobileNav{
		background:#000;
		border-bottom: 1px solid #e6e6e6;
	}
	
/* @end Off Canvas List
===================================== */

/*@Royal Slider
===================================== */
.royalSlider .rsBullet.rsNavSelected span {
   background: rgba(255,255,255,0.85)  !important;
}

.royalSlider .rsBullet span {
  width: 16px  !important;
  height: 16px  !important;
  background: rgba(255,255,255,0.25)  !important;
  border: none  !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)  !important;
	display: block;
    border-radius: 50%;
  
  transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.royalSlider .rsBullet span:hover {
   opacity: .5;
}

.royalSlider .rsBullet {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  padding: 0.25em 0.75em !important;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  width: 100%;
  height:100%;
  text-align:center;
}

.royalSlider .rsBullets {
	bottom: 1em !important;
    position: absolute !important;
    line-height: inherit !important;
    width: 100%;
    right: inherit; 
	z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
}

.royalSlider .rsArrowLeft {
    right: inherit !important;
    left: 1em;
    bottom: 45% !important;
}

.royalSlider .rsArrowRight {
    bottom: 45% !important;
	right: 0.75em;
}

.royalSlider .rsArrowLeft,
.royalSlider .rsArrowRight{
	background: rgba(0, 0, 0, .15);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	width:40px;
	height: 40px;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	text-align:center;
	color: #fff;
	
	position: absolute;
    z-index: 100;
}

.rsArrowLeft .rsArrowIcn,
.rsArrowRight .rsArrowIcn {
	font-family: FontAwesome;
    background: none !important;
	font-size:1.55em;
	line-height:1.65em;
	text-align:center;
	color: #fff;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.rsArrowLeft .rsArrowIcn:before {
	content: "\f104";
}

.rsArrowRight .rsArrowIcn:before {
	content: "\f105";
	margin-left:0;
}

.royalSlider .rsArrowLeft:hover,
.royalSlider .rsArrowRight:hover{
	background: rgba(0, 0, 0, .35);
	color: #fff;
}

.royalSlider .rsArrowLeft:hover .rsArrowIcn,
.royalSlider .rsArrowRight:hover .rsArrowIcn{
	color: #fff ;
}

.rsContainer {
    position: relative;
    z-index: 20;
}

.rsHidden {
    opacity: 1 !important;
    visibility: visible  !important;
}
/*@end Royal Slider
===================================== */

/*@About Row
===================================== */
#aboutWrapper{
	background: #31a3b1;
	width: 100%;
	padding: 5em 0;
	color: #fff;
	text-align:center;
}
/*@end About Row
===================================== */

/*@Quote Row
===================================== */
#quoteWrapper{
	width: 100%;
	padding: 1em 0;
	color: #fff;
	text-align:center;
	font-size:2em;
	line-height:1.25em;
	
	background: url(../img/bg-quote-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
/*@end Quote Row
===================================== */

/*@Our Partners Row
===================================== */
#ourPartnersWrapper{
	background: #fff;
	width: 100%;
	padding: 5em 0;
	color: #000;
	text-align:center;
}

#ourPartnersWrapper [class*=block-grid-]>li div{
	border:1px solid #3e9786;
	padding:2em 1em;
}
/*@end Our Partners Row
===================================== */

/*@Our Pools Row
===================================== */
#ourPoolsWrapper{
	background: #4f4f4f;
	width: 100%;
	padding: 3em 0;
	color: #fff;
	text-align:center;
}

#ourPoolsWrapper [class*=block-grid-]>li div{
	border:3px solid #fff;
	opacity:1;
	position:relative;
	z-index:1;
	overflow:hidden;
	
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	cursor:pointer;
}

#ourPoolsWrapper [class*=block-grid-]>li div:hover{
	opacity:0.55;
}

#ourPoolsWrapper img{
	position:relative;
	z-index:1;
}

#ourPoolsWrapper span{
	position:absolute;
	z-index:10;
	top:0.35em;
	right:0.35em;
	color:#fff !important;
}

.reveal-modal img{
	margin-bottom:1em;
}

.reveal-modal .close-reveal-modal {
    color: #000;
    font-size: 1.55rem;
    top: 0.25rem;
    right: 0.55rem;
}


/*@end Our Pools Row
===================================== */

/*@Testimonials Row
===================================== */
#TestimonialsSlider{
	width: 100%;
	padding: 1em 0;
	color: #fff;
	background: #006877;
}

#TestimonialsSlider .content{
	width: 100%;
	max-width:100%;
	height:100%;
	position: absolute;
}

#TestimonialsSlider p{
	font-size: 1.35em;
}
/*@end Testimonials Row
===================================== */

/* @ Footer
===================================== */
#footerWrapper {
	padding:3em 0;
	background: #000;
}

#footerWrapper a,
#footerWrapper a:visited,
#footerWrapper p{
	color: #fff;
}

#footerWrapper a:hover{
	color: #31a3b1;
}

/* @end Footer
===================================== */

/*@ Resuable Global Styles
===================================== */
:focus {
  outline: none;
}

.hideShow{
	display:block !important;
}

.vertical-align {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
}

table {
    background: none;
    margin-bottom: 0;
    border: none;
}

/*@end Resuable Global Styles
===================================== */


@media only screen and (max-width: 720px) {
	
	html, #article,
	.off-canvas-wrap, 
	.off-canvas-wrap .inner-wrap {
		height: 100%;
		width: 100%;
	}
	
	#article{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.off-canvas{
		height: 100%;
	}
	
	#article{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.vertical-align {
		display: block;
	}
	
	#homeSlider .container {
		bottom: 30%;
		text-align: center;
		padding: 2em 0;
	}
	
	.rsArrow {
		display:none !important;
	}

    .rsNav {
        display:none !important;
    }
	
/*	#subHeroWrapper .vertical-align {
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;
		
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-pack: justify;
	}*/
	
	#quoteWrapper{
		font-size:1.55em;
		line-height:1.25em;
		padding: 2em 0;
	}
	
	#aboutWrapper{
		padding: 2em 0;
	}
	
	.addBtmMargin{
		margin-bottom:1em;
	}
	
	.brand img{
		max-height: 30px;
		margin:-0.1em 0.55em 0;
	}
	
	a.brand{
		color: #fff !important;
		text-transform:uppercase;
		font-size: 0.85em;
	}
	
	#TestimonialsSlider{
		height:800px !important;
		overflow:auto;
	}
}

@media only screen and (max-width:420px) {
	#homeSlider .container {
		bottom: 20%;
	}
}


