/* GLOBAL */
html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility:hidden
	-webkit-transform: translateZ(0);
	backface-visibility:hidden
	transform: translateZ(0);
}

a:focus{
	outline: none;
}

/* BOOTSTRAP (Ideally, replace with SASS variable changes for consistency */
body{
	background-color: #ef3e42;
}

h2{
	font-size: 21px;
}

.modal-header{
	background: #000000;
	border-bottom: transparent;
	border-top: 20px solid #ef3e42;
}

.modal-footer{
	border-top: transparent;
	text-align: center;
	font-size: 10px;
	padding: 10px 30px;
}

.modal-content{
	background: #636466;
}

.tab-content{
	padding: 20px;
}

.nav-tabs{
	background: #49494a;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #636466;
}

.close{
	opacity: 1;
}

ul.list-inline{
	line-height: 3;
}

/* SLIDER */
.royalSlider{
	/*min-width: 100%;
	min-height: 100%;*/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	margin-top: 20px;
}

.rsSlide{
	z-index: 2;
}

img.blurBack{
  -webkit-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
  opacity: 0.4;
}

/*.rsImg{
	-webkit-filter: drop-shadow(0 0 10px #333333);
	-ms-filter: drop-shadow(0 0 10px #333333);
	filter: drop-shadow(0 0 10px #333333);
}*/

.rsDefault .rsThumb{
	text-align: center;
	background: transparent;
}

.rsDefault .rsThumb img{
	width: auto;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	border: 2px solid transparent;
}

.rsDefault .rsThumb.rsNavSelected{
	background: transparent;
}

.rsDefault .rsThumb.rsNavSelected img{
	opacity: 1;
	border: 2px solid #ffffff;
}

.rsDefault .rsFullscreenBtn {
	/*top: auto;
	bottom: 0;*/
	display: none;
	z-index: 1;
}

.rsDefault .rsFullscreenIcn{
	border-radius: 3px;
	background-color: rgba(0,0,0,0,6);
}

.rsThumbsHor{
	width: 100%;
	height: 72px;
}

.rsNav.rsThumbs.rsThumbsHor{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	padding: 15px 0;
	height: 115px;
	opacity: 0;
	-webkit-transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 500ms cubic-bezier(1, 0, 0, 1) 300ms, background-color 600ms ease;
	-o-transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 500ms cubic-bezier(1, 0, 0, 1) 300ms, background-color 600ms ease;
	transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, opacity 500ms cubic-bezier(1, 0, 0, 1) 300ms, background-color 600ms ease;
	z-index: 2;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.rsNavItem.rsThumb{
	padding-top: 10px;
}

.rsDefault .rsArrowIcn{
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
	background-color: transparent;
	opacity: .75;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn{
	background-image: url('../img/arrowRight.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn{
	background-image: url('../img/arrowLeft.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.rsDefault.rsHor .rsArrowRight{
	right: 25px;
}

.rsDefault.rsHor .rsArrowLeft{
	left: 25px;
}

.rsDefault .rsArrowIcn:hover{
	background-color: transparent;
	opacity: 1;
}
/* NAV */
.navbar{
	width: 100%;
	position: absolute;
	z-index: 25;
	top: 20px;
}

.navbar-nav{
	float: none;
}

#lg-md-nav-head{
	width: 75%;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
}

#lg-md-nav-head p{
	margin-bottom: 12px;
}

#ct-static-logo{
	position: absolute;
	margin: 0 1%;
	right: 2%;
	top: 20px;
}

/* FOOTER */
.footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px 45px;
	z-index: 4;
}

#footControls > *{
	margin-left: 30px;
}

#footControls{
	text-align: right;
	margin-top: 10px;
}

i{
	display: inline-block;
	height: 17px;
	vertical-align: bottom;
	margin-right: 5px;
}

i.play-icon{
	background-image: url('../img/playIcn.png');
	width: 15px;
}

i.video-icon{
	background-image: url('../img/videoIcn.png');
	width: 18px;
}

i.full-screen-icon{
	background-image: url('../img/fullIcn.png');
	width: 26px;
}

i.brochure-icon{
	background-image: url('../img/brocIcn.png');
	width: 14px;
} 

#imgCaptions{
	margin-left: 15px;
}

span.oembedall-closehide{
	display: none;
}

/* CUSTOM CLASSES */
.withTabs{
	padding: 0;
}

.animUp{
	bottom: 56px !important;
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.6) !important;
}

.rsNav.rsThumbs.rsThumbsHor.animUp{
	-webkit-transition: top 600ms cubic-bezier(1, 0, 0, 1), bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
	-o-transition: top 600ms cubic-bezier(1, 0, 0, 1), bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
	transition: top 600ms cubic-bezier(1, 0, 0, 1), bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
}

.fullScreenThumbs{
	/*bottom: 0 !important;
	opacity: 1 !important;*/
	bottom: -120px !important;
	opacity: 0;
}

.fsAnimUp{
	bottom: 0 !important;
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.6) !important;
}

.rsNav.rsThumbs.rsThumbsHor.fsAnimUp{
	-webkit-transition: bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
	-o-transition: bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
	transition: bottom 600ms cubic-bezier(1, 0, 0, 1), opacity 600ms cubic-bezier(1, 0, 0, 1), background-color 300ms ease 500ms;
}

.awardBlock{
	display: inline-block;
	margin-right: 20px;
}

.awardCaption{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 3px;
	font-size: 10px;
	margin-bottom: 0;
	width: 30px;
}

.agent-photo-col> .row > *, .agent-text-col> .row > *, .desc-col *{
	margin-bottom: 20px;
}

.videoTabs{
	text-align: center;
}

.fsShowThumbs {
  cursor: pointer;	
  width: 41px;
  height: 44px;
  background-image: url('../img/phoTabIcn.png');
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-position: 0 0;
  display: none;
  z-index: 25;
  -webkit-transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, background-position 600ms cubic-bezier(1, 0, 0, 1) 200ms;
  -o-transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, background-position 600ms cubic-bezier(1, 0, 0, 1) 200ms;
  transition: bottom 600ms cubic-bezier(1, 0, 0, 1) 200ms, background-position 600ms cubic-bezier(1, 0, 0, 1) 200ms;
}

.fsShowThumbsVisible{
	bottom: 120px;
	background-position: 0 -16px;
	-webkit-transition: bottom 600ms cubic-bezier(1, 0, 0, 1), background-position 600ms cubic-bezier(1, 0, 0, 1);
  	-o-transition: bottom 600ms cubic-bezier(1, 0, 0, 1), background-position 600ms cubic-bezier(1, 0, 0, 1);
  	transition: bottom 600ms cubic-bezier(1, 0, 0, 1), background-position 600ms cubic-bezier(1, 0, 0, 1);
}


/* BREAKPOINT STYLES */
@media (max-width: 992px) {
	html, body{
		/*overflow-y: scroll;*/
	}

	.royalSlider{
		margin-top: 20px;	
	}

	.rsArrow{
		display: none !important;
	}

	.rsDefault .rsFullscreenBtn{
		top: 125px;
		display: block !important; 
	}

	.mobFull{
		top: 10px !important;
	}

	.navbar{
		top: 0;
		/*position: relative;*/
		margin-top: 20px;
	}

	.navbar-nav li{
		text-align: center;
	}

	#navbar-collapse-1{
		background: rgba(0,0,0,0.6);
	}

	.navbar-default .navbar-toggle {
	    margin-top: 7px;
	    margin-bottom: 0px;
	    padding: 4px;
	    background-color: rgba(0,0,0,0.5);
	    border: 1px solid #ffffff;
	    border-color: #ffffff;
	    border-radius: 7px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: rgba(50,50,50,0.5);
	}

	.nav-tabs > li > a{
		margin-right: 0;
	}

	#mobile-head-info{
		position: relative;
		z-index: 1;
		top: 64px;
		background: rgba(0,0,0,0.6);
		/*background-image: url('../img/tileBack.png');*/
	}

	#mobile-head-info-address p{
		padding-bottom: 10px;
		border-bottom: 1px solid #ffffff;
	}

	#mobile-footer{
		background: rgba(0,0,0,0.6);
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px;
	}

	.mobile-footer-row{
		/*position: relative;*/
	}

	.mobile-footer-info{
		/*position: absolute;
		bottom: 0;
		left: 0;*/
		display: inline-block;
		width: 70%;
		vertical-align: middle;
	}

	.mobile-footer-logo{
		/*position: absolute;
		bottom: 0;
		right: 0;*/
		display: inline-block;
		width: 29%;
		/*position: absolute;
		top: 20px;
		right: 10px;*/
		vertical-align: middle;
	}

	.modal-header{
		padding: 15px;
	}

	.modal-header .close{
		margin-top: -6px;
	}
}