@charset "UTF-8";
/**
* Template Style Additions
*
* [Table of contents]
*   1 Edits
*	  1.0	Broken Bits from Template Changes
*     1.1	Sections
*	  1.2	Offsets
*	  1.3	Navbar, Top Buffer
*	  1.4	Dividers
*	  1.5	Loader
*	  1.6 	Nav Tabs
*	  1.7	SCROLLER
*	  1.8 	Site Effects (shimmer)
*	  1.9	Footer Adjustments
*	  1.10	Isotope
*	  1.11	Banner CTA
*	  1.12	Mobile Dropdowns
**/
#front-video-caption:before{
	content: "";
	display:inline-block;
	border-style:solid;
	border-top-width:260px;
	border-right-width:50px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-color:transparent;
	border-right-color:rgba(0,0,0,.3);
	border-bottom-color:transparent;
	border-left-color:transparent;
	position:absolute;
	top:0;
	left:-50px;
}
	#front-video-caption:after{
	content: "";
	display: inline-block;
	border-style: solid;
	border-top-width: 260px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 50px;
	border-top-color: transparent;
	border-left-color: rgba(0,0,0,.3);
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 0;
	right: -50px;
}
/*Offsets*/
html .page .offset-top-0 {
  margin-top: 0;
}

html .page .offset-top-4 {
  margin-top: 4px;
}

html .page .offset-top-10 {
  margin-top: 10px;
}

html .page .offset-top-14 {
  margin-top: 14px;
}

html .page .offset-top-20 {
  margin-top: 20px;
}

html .page .offset-top-24 {
  margin-top: 24px;
}

html .page .offset-top-30 {
  margin-top: 30px;
}

html .page .offset-top-34 {
  margin-top: 34px;
}

html .page .offset-top-41 {
  margin-top: 41px;
}

html .page .offset-top-50 {
  margin-top: 50px;
}

html .page .offset-top-66 {
  margin-top: 66px;
}

html .page .offset-top-98 {
  margin-top: 98px;
}

html .page .offset-top-110 {
  margin-top: 110px;
}

html .page .offset-top-124 {
  margin-top: 124px;
}

@media (min-width: 480px) {
  html .page .offset-xs-top-0 {
    margin-top: 0;
  }
  html .page .offset-xs-top-4 {
    margin-top: 4px;
  }
  html .page .offset-xs-top-10 {
    margin-top: 10px;
  }
  html .page .offset-xs-top-14 {
    margin-top: 14px;
  }
  html .page .offset-xs-top-20 {
    margin-top: 20px;
  }
  html .page .offset-xs-top-24 {
    margin-top: 24px;
  }
  html .page .offset-xs-top-30 {
    margin-top: 30px;
  }
  html .page .offset-xs-top-34 {
    margin-top: 34px;
  }
  html .page .offset-xs-top-41 {
    margin-top: 41px;
  }
  html .page .offset-xs-top-50 {
    margin-top: 50px;
  }
  html .page .offset-xs-top-66 {
    margin-top: 66px;
  }
  html .page .offset-xs-top-98 {
    margin-top: 98px;
  }
  html .page .offset-xs-top-110 {
    margin-top: 110px;
  }
  html .page .offset-xs-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 768px) {
  html .page .offset-sm-top-0 {
    margin-top: 0;
  }
  html .page .offset-sm-top-4 {
    margin-top: 4px;
  }
  html .page .offset-sm-top-10 {
    margin-top: 10px;
  }
  html .page .offset-sm-top-14 {
    margin-top: 14px;
  }
  html .page .offset-sm-top-20 {
    margin-top: 20px;
  }
  html .page .offset-sm-top-24 {
    margin-top: 24px;
  }
  html .page .offset-sm-top-30 {
    margin-top: 30px;
  }
  html .page .offset-sm-top-34 {
    margin-top: 34px;
  }
  html .page .offset-sm-top-41 {
    margin-top: 41px;
  }
  html .page .offset-sm-top-50 {
    margin-top: 50px;
  }
  html .page .offset-sm-top-66 {
    margin-top: 66px;
  }
  html .page .offset-sm-top-98 {
    margin-top: 98px;
  }
  html .page .offset-sm-top-110 {
    margin-top: 110px;
  }
  html .page .offset-sm-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 992px) {
  html .page .offset-md-top-0 {
    margin-top: 0;
  }
  html .page .offset-md-top-4 {
    margin-top: 4px;
  }
  html .page .offset-md-top-10 {
    margin-top: 10px;
  }
  html .page .offset-md-top-14 {
    margin-top: 14px;
  }
  html .page .offset-md-top-20 {
    margin-top: 20px;
  }
  html .page .offset-md-top-24 {
    margin-top: 24px;
  }
  html .page .offset-md-top-30 {
    margin-top: 30px;
  }
  html .page .offset-md-top-34 {
    margin-top: 34px;
  }
  html .page .offset-md-top-41 {
    margin-top: 41px;
  }
  html .page .offset-md-top-50 {
    margin-top: 50px;
  }
  html .page .offset-md-top-66 {
    margin-top: 66px;
  }
  html .page .offset-md-top-98 {
    margin-top: 98px;
  }
  html .page .offset-md-top-110 {
    margin-top: 110px;
  }
  html .page .offset-md-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 1200px) {
  html .page .offset-lg-top-0 {
    margin-top: 0;
  }
  html .page .offset-lg-top-4 {
    margin-top: 4px;
  }
  html .page .offset-lg-top-10 {
    margin-top: 10px;
  }
  html .page .offset-lg-top-14 {
    margin-top: 14px;
  }
  html .page .offset-lg-top-20 {
    margin-top: 20px;
  }
  html .page .offset-lg-top-24 {
    margin-top: 24px;
  }
  html .page .offset-lg-top-30 {
    margin-top: 30px;
  }
  html .page .offset-lg-top-34 {
    margin-top: 34px;
  }
  html .page .offset-lg-top-41 {
    margin-top: 41px;
  }
  html .page .offset-lg-top-50 {
    margin-top: 50px;
  }
  html .page .offset-lg-top-66 {
    margin-top: 66px;
  }
  html .page .offset-lg-top-98 {
    margin-top: 98px;
  }
  html .page .offset-lg-top-110 {
    margin-top: 110px;
  }
  html .page .offset-lg-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 1800px) {
  html .page .offset-xl-top-0 {
    margin-top: 0;
  }
  html .page .offset-xl-top-4 {
    margin-top: 4px;
  }
  html .page .offset-xl-top-10 {
    margin-top: 10px;
  }
  html .page .offset-xl-top-14 {
    margin-top: 14px;
  }
  html .page .offset-xl-top-20 {
    margin-top: 20px;
  }
  html .page .offset-xl-top-24 {
    margin-top: 24px;
  }
  html .page .offset-xl-top-30 {
    margin-top: 30px;
  }
  html .page .offset-xl-top-34 {
    margin-top: 34px;
  }
  html .page .offset-xl-top-41 {
    margin-top: 41px;
  }
  html .page .offset-xl-top-50 {
    margin-top: 50px;
  }
  html .page .offset-xl-top-66 {
    margin-top: 66px;
  }
  html .page .offset-xl-top-98 {
    margin-top: 98px;
  }
  html .page .offset-xl-top-110 {
    margin-top: 110px;
  }
  html .page .offset-xl-top-124 {
    margin-top: 124px;
  }
}

/* Section 1.1 */
.section-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.section-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.section-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.section-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.section-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section-254 {
  padding-top: 254px;
  padding-bottom: 254px;
}

.section-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

@media (min-width: 480px) {
  .section-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-xs-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-xs-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-xs-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-xs-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-xs-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-xs-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-xs-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .section-xs-254 {
    padding-top: 254px;
    padding-bottom: 254px;
  }
  .section-xs-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}

@media (min-width: 768px) {
  .section-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-sm-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  }

  .section-sm-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-sm-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-sm-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-sm-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .section-sm-254 {
    padding-top: 254px;
    padding-bottom: 254px;
  }
  .section-sm-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}

@media (min-width: 992px) {
  .section-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-md-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-md-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-md-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-md-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-md-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .section-md-254 {
    padding-top: 254px;
    padding-bottom: 254px;
  }
  .section-md-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}

@media (min-width: 1200px) {
  .section-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-lg-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-lg-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-lg-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-lg-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-lg-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .section-lg-254 {
    padding-top: 254px;
    padding-bottom: 254px;
  }
  .section-lg-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}

@media (min-width: 1800px) {
  .section-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-xl-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-xl-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-xl-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-xl-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .section-xl-254 {
    padding-top: 254px;
    padding-bottom: 254px;
  }
  .section-xl-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}

.offset-top-0 {
  margin-top: 0;
}

.offset-top-4 {
  margin-top: 4px;
}

.offset-top-10 {
  margin-top: 10px;
}

.offset-top-14 {
  margin-top: 14px;
}

.offset-top-20 {
  margin-top: 20px;
}

.offset-top-24 {
  margin-top: 24px;
}

.offset-top-30 {
  margin-top: 30px;
}

.offset-top-34 {
  margin-top: 34px;
}

.offset-top-41 {
  margin-top: 41px;
}

.offset-top-50 {
  margin-top: 50px;
}

.offset-top-66 {
  margin-top: 66px;
}

.offset-top-98 {
  margin-top: 98px;
}

.offset-top-110 {
  margin-top: 110px;
}

.offset-top-124 {
  margin-top: 124px;
}

@media (min-width: 480px) {
  .offset-xs-top-0 {
    margin-top: 0;
  }
  .offset-xs-top-4 {
    margin-top: 4px;
  }
  .offset-xs-top-10 {
    margin-top: 10px;
  }
  .offset-xs-top-14 {
    margin-top: 14px;
  }
  .offset-xs-top-20 {
    margin-top: 20px;
  }
  .offset-xs-top-24 {
    margin-top: 24px;
  }
  .offset-xs-top-30 {
    margin-top: 30px;
  }
  .offset-xs-top-34 {
    margin-top: 34px;
  }
  .offset-xs-top-41 {
    margin-top: 41px;
  }
  .offset-xs-top-50 {
    margin-top: 50px;
  }
  .offset-xs-top-66 {
    margin-top: 66px;
  }
  .offset-xs-top-98 {
    margin-top: 98px;
  }
  .offset-xs-top-110 {
    margin-top: 110px;
  }
  .offset-xs-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 768px) {
  .offset-sm-top-0 {
    margin-top: 0;
  }
  .offset-sm-top-4 {
    margin-top: 4px;
  }
  .offset-sm-top-10 {
    margin-top: 10px;
  }
  .offset-sm-top-14 {
    margin-top: 14px;
  }
  .offset-sm-top-20 {
    margin-top: 20px;
  }
  .offset-sm-top-24 {
    margin-top: 24px;
  }
  .offset-sm-top-30 {
    margin-top: 30px;
  }
  .offset-sm-top-34 {
    margin-top: 34px;
  }
  .offset-sm-top-41 {
    margin-top: 41px;
  }
  .offset-sm-top-50 {
    margin-top: 50px;
  }
  .offset-sm-top-66 {
    margin-top: 66px;
  }
  .offset-sm-top-98 {
    margin-top: 98px;
  }
  .offset-sm-top-110 {
    margin-top: 110px;
  }
  .offset-sm-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 992px) {
  .offset-md-top-0 {
    margin-top: 0;
  }
  .offset-md-top-4 {
    margin-top: 4px;
  }
  .offset-md-top-10 {
    margin-top: 10px;
  }
  .offset-md-top-14 {
    margin-top: 14px;
  }
  .offset-md-top-20 {
    margin-top: 20px;
  }
  .offset-md-top-24 {
    margin-top: 24px;
  }
  .offset-md-top-30 {
    margin-top: 30px;
  }
  .offset-md-top-34 {
    margin-top: 34px;
  }
  .offset-md-top-41 {
    margin-top: 41px;
  }
  .offset-md-top-50 {
    margin-top: 50px;
  }
  .offset-md-top-66 {
    margin-top: 66px;
  }
  .offset-md-top-98 {
    margin-top: 98px;
  }
  .offset-md-top-110 {
    margin-top: 110px;
  }
  .offset-md-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 1200px) {
  .offset-lg-top-0 {
    margin-top: 0;
  }
  .offset-lg-top-4 {
    margin-top: 4px;
  }
  .offset-lg-top-10 {
    margin-top: 10px;
  }
  .offset-lg-top-14 {
    margin-top: 14px;
  }
  .offset-lg-top-20 {
    margin-top: 20px;
  }
  .offset-lg-top-24 {
    margin-top: 24px;
  }
  .offset-lg-top-30 {
    margin-top: 30px;
  }
  .offset-lg-top-34 {
    margin-top: 34px;
  }
  .offset-lg-top-41 {
    margin-top: 41px;
  }
  .offset-lg-top-50 {
    margin-top: 50px;
  }
  .offset-lg-top-66 {
    margin-top: 66px;
  }
  .offset-lg-top-98 {
    margin-top: 98px;
  }
  .offset-lg-top-110 {
    margin-top: 110px;
  }
  .offset-lg-top-124 {
    margin-top: 124px;
  }
}

@media (min-width: 1800px) {
  .offset-xl-top-0 {
    margin-top: 0;
  }
  .offset-xl-top-4 {
    margin-top: 4px;
  }
  .offset-xl-top-10 {
    margin-top: 10px;
  }
  .offset-xl-top-14 {
    margin-top: 14px;
  }
  .offset-xl-top-20 {
    margin-top: 20px;
  }
  .offset-xl-top-24 {
    margin-top: 24px;
  }
  .offset-xl-top-30 {
    margin-top: 30px;
  }
  .offset-xl-top-34 {
    margin-top: 34px;
  }
  .offset-xl-top-41 {
    margin-top: 41px;
  }
  .offset-xl-top-50 {
    margin-top: 50px;
  }
  .offset-xl-top-66 {
    margin-top: 66px;
  }
  .offset-xl-top-98 {
    margin-top: 98px;
  }
  .offset-xl-top-110 {
    margin-top: 110px;
  }
  .offset-xl-top-124 {
    margin-top: 124px;
  }
}

.navbar{
	top: 0;
	max-height:150px;
	transition:all .7s ease;
}
@media (max-width: 767px) {
	.navbar{
		max-height:60px;
	}
	.affix{
		max-height:54px!important;
	}
	.navbar-brand{
		padding: 5px 15px;
	}
	.navbar-toggle{
		margin-top: 3px;
	}
}
@media (max-width: 768px) {
	.search-container .form-search{
		margin-top:-60px;
	}
}
.affix{
	top: 0;
	max-height:88px;
	background-color:black;
	background-color:rgba(0,0,0,.75);
	transition:all .7s ease;
}
/*.affix-top{
	background-color: rgb(117,5,0)!important;
	background-color: rgba(117,5,0,1)!important;
}*/
.breadcrumb-classic:before{
	top:0;
	height:70px;
	width:100%;
}
.top-buffer{
	/*height:70px;*/
	background-color:#aaaaaa;
	position:relative;
	width:100%;
}

.top-buffer{
	height:65vh;
}
.top-buffer .caption-div{
	position: absolute;
	bottom: 0;
	color: white;
	margin-left: 20%;
	margin-right: 20%;
	max-width: 60%;
	text-align: center;
	border-radius: 12px 12px 0 0;
	width: 60%;
	background-color: rgb(110,110,110);
	background-color: rgba(0,0,0,.3);
	text-shadow: 0 0 5px black, 0 0 3px black;
}
.top-buffer .caption-div a{
	color: white;
	text-decoration:underline;
	transition: all 0.3s ease;
}
.top-buffer .caption-div a:hover, 
.top-buffer .caption-div a:focus{
	color: white;
	text-shadow: 0 0 5px red;
	transition: all 0.3s ease;
}
.full-top-buffer{
	height:100vh;
}
.full-top-buffer .full-caption-div{
	position: absolute;
	top: 0;
	color: white;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	border-radius: 12px 12px 0 0;
	width: 100%;
	background-color: rgb(110,110,110);
	background-color: rgba(0,0,0,.3);
	text-shadow: 0 0 5px black, 0 0 3px black;
}



/**W3 SCHOOL NAV SEARCH**/
.top-links {
  overflow: hidden;
}
.search-toggle-box{
	position: fixed;
	top:0;
	left:0;
	height:32px;
	z-index: 1; /* add z-index */
}
@media (max-width: 767px) {
	.search-toggle-box{
		position: relative;
		text-align:center;
	}
	.search-toggle-box .search-container{
		width: 240px;
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
}

.search-toggle-box .search-container {
	float: right;
}

.search-toggle-box input[type=text] {
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border: none;
}

.search-toggle-box .search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.search-toggle-box .search-container button:hover {
	background: #ccc;
}

.top-links-wrapper .top-links a:hover,
.top-links-wrapper .top-links a:focus,
.top-links-wrapper .top-links .active {
	text-shadow: 0 0 3px #750F00;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.2);
	transition: background-color 0.3s ease;
	transition: text-shadow 0.3s ease;
}

@media screen and (max-width: 600px) {
	.top-buffer .caption-div{
		margin-left: 5%;
		margin-right: 5%;
		max-width: 90%;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.affix{
		max-height:144px;
	}
}


.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #f2f2f2;
}

.breadcrumb-classic {
  position: relative;
}

.breadcrumb-classic {
  fill: #750f00;
  background: #aaaaaa;
}

.breadcrumb-classic:before {
  fill: #55bbeb;
  background: #aaaaaa;
}

.breadcrumb-classic, .breadcrumb-classic a {
  color: #fff;
}

.breadcrumb-classic:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  animation: fadeBoth 6s infinite;
}

.breadcrumb-classic > *:not(svg) {
  position: relative;
  z-index: 1;
}

.breadcrumb-classic .svg-triangle-bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 30px;
  margin-top: -1px;
  margin-left: -30px;
  z-index: 2;
}

.breadcrumb-default {
  padding: 28px 15px;
  background: #f7f7f7;
}

.breadcrumb-default > li {
  display: inline-block;
}

.breadcrumb-default > li a {
  color: #9b9b9b;
  font-size: 15px;
}

.breadcrumb-default > li a:hover {
  color: #55bbeb;
}

.breadcrumb-default > li + li {
  margin-left: 3px;
}

.breadcrumb-default > li + li:before {
  content: "";
  font-family: "Material Design Icons";
  color: #9b9b9b;
  padding-right: 4px;
}

.list-inline-dashed > li + li:before {
    content: '/';
    padding-right: 5px;
}


/*DIVIDER*/
.bg-maroon {
  background: #750f00;
  fill: #750f00;
}

.hr {
  height: 1px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border: none;
}

.hr-dashed {
  height: 0;
  border-bottom: 1px dashed #d9d9d9;
  background-color: transparent;
}

.hr-gradient {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d9d9d9), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: linear-gradient(to right, white 0%, #d9d9d9 50%, white 100%);
}

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #d9d9d9;
  border: none;
}

.text-subline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background: #191919;
}

.divider {
  width: 40px;
  height: 2px;
  padding: 0;
  margin: 27px auto 34px;
  background: #d9d9d9;
  border: none;
}

.divider-vertical {
  width: 2px;
  height: 20px;
  background: #d9d9d9;
}

.divider-sm {
  width: 30px;
}

.divider-lg {
  width: 60px;
  height: 3px;
}

.hr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .hr-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .hr-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .hr-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .hr-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1800px) {
  .hr-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

.hr-left-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .hr-xs-left-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .hr-sm-left-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .hr-md-left-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .hr-lg-left-0 {
    margin-left: 0;
  }
}

@media (min-width: 1800px) {
  .hr-xl-left-0 {
    margin-left: 0;
  }
}

.hr-right-0 {
  margin-right: 0;
}

@media (min-width: 480px) {
  .hr-xs-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .hr-sm-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .hr-md-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .hr-lg-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1800px) {
  .hr-xl-right-0 {
    margin-right: 0;
  }
}
a{
	text-decoration: underline;
}
#tabs1 a, .btn.btn-primary, a.post-vacation, a.post-graycation, a.fa, nav a, a.btn, #front-video-caption a, .dropdown-menu > li > a{
	text-decoration: none;
}

/** 1.5 LOADER**/
#loader{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:9999;
	height:100vh;
	background-color:black;
	text-align:center;
}

#loader span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	border: 12px solid #f3f3f3;
	border-radius: 50%;
	border-top: 12px solid #750F00;
	width: 90px;
	height: 90px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index:9999;
}
#loader img {
	position:relative;
	max-width:80%;
	margin-top:20vh;
	color:white;
	margin-left:auto;
	margin-right:auto;
	z-index:9999;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*NAV TABS*/
#tabs1 {
  border-bottom: none;
}
#tabs1 > li {
  float: left;
  padding: 0 0 13px;
  margin-bottom: -1px;
  font-weight:bold;
}
#tabs1 > li > a {
  margin-right: 5px;
  margin-left: 5px;
  line-height: inherit;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 1px solid #BCBCBC;
  background-color: #F2F2F2;
}

#tabs1 > li > a:hover,
#tabs1 > li > a:focus {
  border-color: #BCBCBC;
  color: #323232;
  box-shadow: 0 0 5px #aaaaaa, 0 0 3px #aaaaaa;
  background-color: #FFFFFF;
  transition: all .1s linear;
}
section tabs-group-default > li > a:hover,
section tabs-group-default > li > a:focus,
section tabs-group-default > .active > a{
	color: #323232;
}
#tabs1 > li.active > a,
#tabs1 > li.active > a:hover,
#tabs1 > li.active > a:focus {
  color: #750F00;
  background-color: #FFFFFF;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 8px #aaaaaa, 0 0 4px #aaaaaa;
  cursor: default;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #750F00;
}
#content{
	padding-bottom: 3em;
}
.nav-tabs {
	display:none;
}
.panel-title {
	font-weight: bold;
	text-transform: uppercase;
}
@media(min-width:768px) {
	.nav-tabs {
		display: block; 
	}
	#tabs1{
		display:inline-block;
	}
	.card {
		border: none;
	}
	.card .card-header {
		display:none;
	}  
	.card .collapse{
		display:block;
	}
}
@media(max-width:767px){
	.tab-pane {
		display: block !important;
		opacity: 1;
	}
}
.jumbo{
	font-size: 4rem;
}
ul#tabs1{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
}
#tabs1 > li {
	float:initial;
	display:inline-block;
	*display:inline;/*IE7*/
	*zoom:1; /*IE7*/
}
.nav-tabs{
	margin-top:-80px;
	padding-top:80px;
}
@media(min-width:992px){
	.main-links > li:nth-of-type(7n) > ul:last-of-type{
		margin-left:-40px;
	}
}

/*Post-Vacation*/
.post-vacation {
    display: block;
	border-radius:5px;
    padding: 22px 27px;
	color: white;
    background: #AAAAAA;
    box-shadow: 0 1px 6px 0 #232323;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.post-vacation h3, .post-vacation h4{
	/*font-weight:bold;*/
	font-size: 2.3rem;
	color: white;
}
.row .post-vacation:hover, .row .post-vacation:focus{
	text-decoration:none;
    box-shadow: none;
	background-color: #750F00;
	color: white;
}

/*1.7 SCROLLER*/
@media (min-width: 768px) {
	::-webkit-scrollbar {
		width: 10px;
	}
	::-webkit-scrollbar-track {
		background: #D1D1D1; 
	}
	::-webkit-scrollbar-thumb {
		background: #878787; 
	}
	::-webkit-scrollbar-thumb:hover {
		background: #750F00; 
	}
}
#footeraccred iframe{
	border:none!important;
	height:165px;
}
/*1.8 Effects*/
.support-shimmer{
	-webkit-transform: translateZ(0px);
}
.site-text-shimmer {
	display: inline-block;
	color: white;
	background: #aaaaaa -webkit-gradient(linear, 100% 0, 0 0, from(#aaaaaa), color-stop(0.5, #ffffff), to(#aaaaaa));
	background-position: 200% top;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: sitetextshimmer;
	-webkit-animation-duration: 3.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-background-size: 200% 100%;
}
@-webkit-keyframes sitetextshimmer {
	0% {
		background-position: 200% top;
	}
	80% {
		background-position: -200% top;
	}
	100% {
		background-position: -200% top;
	}
}
.site-text-shimmer-body {
	display: inline-block;
	color: #750F00;
	background: #750F00 -webkit-gradient(linear, 100% 0, 0 0, from(#750F00), color-stop(0.5, #ffffff), to(#750F00));
	background-position: 200% top;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: sitetextshimmerbody;
	-webkit-animation-duration: 3.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-background-size: 200% 100%;
}
@-webkit-keyframes sitetextshimmerbody {
	0% {
		background-position: 200% top;
	}
	80% {
		background-position: -200% top;
	}
	100% {
		background-position: -200% top;
	}
}
.site-text-shimmer-body:hover,
.site-text-shimmer-body:focus,
.site-text-shimmer-body .active{
	color:#aaaaaa;
	-webkit-animation-name: none;
	
}
.context-dark {
	color: white;
	text-shadow: 0 1px 2px black;
}
.context-dark .btn-primary{
	color: white;
	border: 2px solid white;
	background-color: transparent;
	border-radius: 7px;
	text-transform: uppercase;
}
.context-dark .btn-primary:hover,
.context-dark .btn-primary:focus{
	color: white;
	background-color: #750F00;
}
.post-graycation:hover, post-graycation:focus{
	text-decoration: none!important;
}

/*1.8.1 Panel Adjustments*/
.panel-default .panel-heading,
.panel-default a{
	transition: all .2s ease;
	text-decoration: none!important;
}.panel-default .panel-heading:hover .panel-title{
	color: #750F00;
}
.panel-default .panel-heading:hover, 
.panel-default .panel-heading:active, 
.panel-default .panel-heading:focus{
	color: #750F00;
	transition: all .2s ease;
	background-image: -webkit-linear-gradient(top, #fbf5f5 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fbf5f5 0%, #eaeaea 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf5f5), to(#eaeaea));
	background-image: linear-gradient(to bottom, #fbf5f5 0%, #eaeaea 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbf5f5', endColorstr='#ffeaeaea', GradientType=0);
}
.panel-default .panel-body{
	text-align:left;
}
/*1.9 Footer Adjustments*/
footer{
	font-size:1.1rem;
}
.text-bold{
	font-weight: bold;
}
/*1.10 Isotope*/
.thumbnail-classic, .thumbnail-zoe, .thumbnail-winston, .thumbnail-josip, .thumbnail-janes, .thumbnail-apollo, .thumbnail-classic > figure, .thumbnail-zoe > figure, .thumbnail-winston > figure, .thumbnail-josip > figure, .thumbnail-janes > figure, .thumbnail-apollo > figure {
  position: relative;
  display: block;
}

.thumbnail-classic img, .thumbnail-zoe img, .thumbnail-winston img, .thumbnail-josip img, .thumbnail-janes img, .thumbnail-apollo img, .thumbnail-classic figure img, .thumbnail-zoe figure img, .thumbnail-winston figure img, .thumbnail-josip figure img, .thumbnail-janes figure img, .thumbnail-apollo figure img {
  width: 100%;
  height: auto;
  transition: .35s;
  will-change: transform;
}

.thumbnail-classic figure figcaption, .thumbnail-zoe figure figcaption, .thumbnail-winston figure figcaption, .thumbnail-josip figure figcaption, .thumbnail-janes figure figcaption, .thumbnail-apollo figure figcaption, .thumbnail-classic figcaption, .thumbnail-zoe figcaption, .thumbnail-winston figcaption, .thumbnail-josip figcaption, .thumbnail-janes figcaption, .thumbnail-apollo figcaption {
  position: absolute;
}

.thumbnail {
  transition: .3s;
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

a.thumbnail:hover {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}

.thumbnail-classic > img,
.thumbnail-classic > figure > img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.thumbnail-classic > figure figcaption,
.thumbnail-classic > figcaption {
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.thumbnail-classic-title {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 9;
  padding: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*background: #fff;*/
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.thumbnail-classic-desc {
  padding: 6px;
  opacity: 0;
  color: #fff;
  background: #212121;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.thumbnail-classic:hover {
  z-index: 1;
}

.thumbnail-classic:hover > img,
.thumbnail-classic:hover > figure > img,
.thumbnail-classic:focus > img, 
.thumbnail-classic:focus > figure > img {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  will-change: contents;
}

.thumbnail-classic:hover > figure figcaption,
.thumbnail-classic:hover > figcaption,
.thumbnail-classic:focus > figure figcaption,
.thumbnail-classic:focus > figcaption {
  margin-top: 30px;
}

.thumbnail-classic:hover .thumbnail-classic-title,
.thumbnail-classic:focus .thumbnail-classic-title {
  margin-bottom: 14px;
  top: 0;
}

.thumbnail-classic:hover .thumbnail-classic-desc,
.thumbnail-classic:focus .thumbnail-classic-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.thumbnail-zoe {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s box-shadow ease;
  -o-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
}

.thumbnail-zoe,
.thumbnail-zoe > figure {
  overflow: hidden;
}

.thumbnail-zoe figcaption {
  width: 100%;
  top: auto;
  bottom: 0;
  height: 60px;
  padding-left: 1.3em;
  padding-right: 1.3em;
  background: #fff;
}

.thumbnail-zoe-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 25px;
  font-weight: 700;
}

.thumbnail-zoe .list-inline {
  text-align: center;
  margin-top: 20px;
}

.thumbnail-zoe .list-inline li {
  vertical-align: middle;
}

.thumbnail-zoe .list-inline li a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.thumbnail-zoe .list-inline li a:hover {
  color: #55bbeb;
}

.thumbnail-zoe .list-inline li + li {
  margin-left: 8px;
}

.thumbnail-zoe:hover .list-inline li,
.thumbnail-zoe:hover .thumbnail-zoe-title,
.thumbnail-zoe:hover figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.thumbnail-zoe:hover .thumbnail-zoe-title {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.thumbnail-zoe:hover .list-inline li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.thumbnail-zoe:hover .list-inline li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.thumbnail-zoe:hover .list-inline li:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (min-width: 1200px) {
  .thumbnail-zoe {
    box-shadow: none;
  }
  .thumbnail-zoe .list-inline li,
  .thumbnail-zoe .thumbnail-zoe-title,
  .thumbnail-zoe figcaption {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  .thumbnail-zoe figcaption {
    height: 75px;
  }
  .thumbnail-zoe .list-inline {
    float: right;
    margin-top: 26px;
  }
  .thumbnail-zoe:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .thumbnail-zoe:hover img,
  .thumbnail-zoe:hover figure > img {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
}

.thumbnail-winston figure figcaption,
.thumbnail-winston figcaption {
  position: static;
  width: 100%;
}

.thumbnail-winston-title {
  padding: 20px 5px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #212121;
  -webkit-transition: transform 0.35s, opacity 0.35s;
  -o-transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}

.thumbnail-winston p {
  display: inline-block;
  margin: 0 0 0.55em;
  padding: 0.4em 1em;
  font-weight: 500;
  text-transform: none;
  background: #fff;
  -webkit-transition: transform 0.35s, opacity 0.35s;
  -o-transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}

.thumbnail-winston p:first-child {
  transition-delay: 0s;
}

.thumbnail-winston p:nth-of-type(2) {
  transition-delay: 0.05s;
}

.thumbnail-winston p:nth-of-type(3) {
  transition-delay: 0.1s;
}

.thumbnail-winston:hover p,
.thumbnail-winston:hover .thumbnail-winston-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
  .thumbnail-winston,
  .thumbnail-winston > figure {
    overflow: hidden;
  }
  .thumbnail-winston figure figcaption,
  .thumbnail-winston figcaption {
    position: absolute;
    top: 15%;
    left: 6%;
    width: auto;
  }
  .thumbnail-winston p {
    opacity: 0;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
  .thumbnail-winston-title {
    padding: 0.1em 0.5em;
    margin-bottom: 18px;
    text-align: left;
    opacity: 0;
    -webkit-transform: translate3d(0, -360px, 0);
    transform: translate3d(0, -360px, 0);
  }
}

.thumbnail-josip figcaption {
  position: static;
  width: 100%;
  height: 60px;
  padding: 3px 5%;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
  background: #212121;
  backface-visibility: hidden;
  -webkit-transition: 0.3s, opacity 0.1s 0.3s;
  -o-transition: 0.3s, opacity 0.1s 0.3s;
  transition: 0.3s, opacity 0.1s 0.3s;
}

.thumbnail-josip-title, .thumbnail-josip p {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.thumbnail-josip-title {
  color: #fff;
}

.thumbnail-josip:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.3s, opacity 0.1s;
  -o-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
}

@media (min-width: 992px) {
  .thumbnail-josip,
  .thumbnail-josip > figure {
    overflow: hidden;
  }
  .thumbnail-josip figcaption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 85px;
    padding: 17px 5%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .thumbnail-josip:hover img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.thumbnail-janes {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

.thumbnail-janes,
.thumbnail-janes > figure {
  overflow: hidden;
}

.thumbnail-janes figcaption {
  position: static;
  padding: 20px;
  top: 0;
  left: 0;
  height: 100%;
  text-align: left;
  background: #fff;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.thumbnail-janes p {
  margin-top: 5px;
  margin-bottom: 10px;
  max-height: 50px;
  overflow: hidden;
}

.thumbnail-janes:hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .thumbnail-janes {
    box-shadow: none;
  }
  .thumbnail-janes figcaption {
    position: absolute;
    padding: 25px 30px 30px 30px;
    width: 101%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .thumbnail-janes p {
    max-height: 75px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .thumbnail-janes:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  }
  .thumbnail-janes:hover img {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@media (min-width: 1800px) {
  .thumbnail-janes figcaption {
    width: 50%;
  }
  .thumbnail-janes p {
    max-height: none;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.thumbnail-apollo {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.thumbnail-apollo figcaption {
  position: static;
  padding: 15px 20px 10px;
  text-align: left;
  transition: .3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.thumbnail-apollo p {
  margin-top: 5px;
  margin-bottom: 0;
  max-height: 45px;
  overflow: hidden;
}

.thumbnail-apollo .icon-xxs {
  font-size: 18px;
  line-height: 18px;
}

/*@media (min-width: 768px) {*/
  .thumbnail-apollo {
    box-shadow: none;
  }
  .thumbnail-apollo img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .thumbnail-apollo:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  }
  .thumbnail-apollo:hover img, .thumbnail-apollo:focus img  {
    opacity: 0.5;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .thumbnail-apollo:hover figcaption, .thumbnail-apollo:focus figcaption  {
    opacity: 1;
  }
  .thumbnail-apollo:hover:before,  .thumbnail-apollo:focus:before {
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  }
  .thumbnail-apollo,
  .thumbnail-apollo figure {
    overflow: hidden;
    background: #55bbeb;
  }
  .thumbnail-apollo figcaption {
    position: absolute;
    top: 50%;
    padding: 0 8%;
    margin-top: 0;
    color: #fff;
    /*opacity: 0;*/
	text-shadow: 0 0 5px black, 0 0 2px black;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .thumbnail-apollo p {
    max-height: none;
    margin-top: 18px;
    margin-bottom: 18px;
  }
/*}*/
/*** 1.11 Banner CTA ***/
.iewarningdiv{
	background: #212121; 
	padding: 10px 0; 
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); 
	clear: both; 
	text-align:center; 
	position: absolute;
	top: 20vh;
	z-index:1;
}
.bgimg-1, .bgimg-2 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../images/intros/Background_banner_gray.jpg");
  min-height: 100%;
}
.bgimg-1 .container, .bgimg-1 .container{
	text-shadow:0 0 8px black, 0 0 2px black;
}
.bgimg-1 .btn-anis-effect:before, 
.bgimg-1 .btn-anis-effect:after,
.bgimg-1 .btn-anis-effect:hover, 
.bgimg-1 .btn-anis-effect:focus, 
.bgimg-1 .btn-anis-effect:hover:before, 
.bgimg-1 .btn-anis-effect:hover:after,
.bgimg-2 .btn-anis-effect:before, 
.bgimg-2 .btn-anis-effect:after,
.bgimg-2 .btn-anis-effect:hover, 
.bgimg-2 .btn-anis-effect:focus, 
.bgimg-2 .btn-anis-effect:hover:before, 
.bgimg-2 .btn-anis-effect:hover:after{
	background-color: white;
}
.bgimg-1 .btn-anis-effect:hover, 
.bgimg-1 .btn-anis-effect:focus, 
.bgimg-2 .btn-anis-effect:hover, 
.bgimg-2 .btn-anis-effect:focus{
	color: #750F00;
	text-shadow: initial;
}
/*** 1.12 Mobile Dropdowns ***/
.mb-0{
  text-align:center;
  font-size:20px;
}
.mb-0 a{
 color: white;
 transition: all .2s ease;
 background-color:#787878;
 text-decoration:none;
 text-align:center;
 border-radius:12px;
 box-shadow: 1px 1px 4px black;
 padding:2px 15px;
}
.mb-0 a:after{
 content:"+";
}
.mb-0 a[aria-expanded="true"]{
 color: white;
 transition: all .2s ease;
 background-color:#750F00;
 box-shadow: 0px 0px 1px black;
}
.mb-0 a[aria-expanded="true"]:after{
 content:"-";
}
.inset-left-20{
	padding-left:20px;
}
