.img-box {width: auto;}
.img-box.right {	
	float: right;
	margin: 0 0 20px 20px;
}
.img-box.left {
	float: left;
	margin: 0 20px 20px 0px;
}

.imgcont {
	overflow: hidden;
	position: relative;
}

.imgcont img {
	width: 100%;
}

/* Highlights - Full Size Image */

.slick-arrow {
	background-color: transparent !important;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 80px;
	font-size: 0;
	height: 35px;
	margin-bottom: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease 0s;
	width: 35px;
	z-index: 1;
}
.slick-arrow.slick-disabled {
	opacity: 0.6;
}
.slick-prev {
	background-image: url("../png/arrow-left.png");
	right: 45px;
}
.slick-prev:hover {
	background-image: url("../png/arrow-left-hover.png");
}
.slick-next {
	background-image: url("../png/arrow-right.png");
}
.slick-next:hover {
	background-image: url("../png/arrow-right-hover.png");
}
.super-slidey.caption-show .slick-prev {
	background-image: url("../png/arrow-left2.png");
	right: 45px;
	bottom: 85%
}

.super-slidey.caption-show .slick-next {
	background-image: url("../png/arrow-right2.png");
	bottom: 85%
}
.slick-dots {
	bottom: 103px;
	height: 10px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	width: 370px;
}
.caption-show .slick-dots {
	bottom: 93%;
}
.super-slidey.caption-show .slick-dots {
}
.super-slidey .slick-dots li {
	display: inline-block;
}
.super-slidey .slick-dots li button {
	background-color: #f7f9f4;
	border-radius: 50%;
	font-size: 0;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	transition: all 0.5s ease 0s;
	width: 10px;
}
.super-slidey .slick-dots li.slick-active button {
	background-color: #ffda27;
}
.super-slidey .slide-caption {
	background-color: rgba(34, 34, 34, 0.85);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	padding: 0 25px;
	position: absolute;
	right: 0;
	transition: all 0.5s ease 0s;
	width: 400px;
}
.super-slidey.caption-show .slide-caption {
	min-height: 100%;
}
.super-slidey .slide-indicator {
	background-color: rgba(34, 34, 34, 0.85);
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	height: 25px;
	left: -13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.5s ease 0s;
	width: 25px;
}
.super-slidey .slide-caption:hover .slide-indicator {
	border: 1px solid #ffda27;
}
.super-slidey.caption-show .slide-indicator {
	transform: translateY(-50%) rotate(45deg);
}
.super-slidey .slide-indicator span {
	left: 4px;
	position: absolute;
	top: -7px;
	transition: all 0.5s ease 0s;
}
.super-slidey .slide-caption:hover .slide-indicator span {
	color: #ffda27;
}
.super-slidey .slide-half-circle {
	background-color: rgba(34, 34, 34, 0.85);
	border-radius: 22px 0 0 22px;
	height: 45px;
	left: -22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}
.super-slidey.caption-show .slide-centered {
}
.super-slidey .slide-caption .title3, .super-slidey .slide-caption .title4, .super-slidey .slide-caption .body-copy {
	background-image: none;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.super-slidey .slide-caption .title3 {
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.7;
}
.super-slidey .slide-caption .title4 {
	margin-bottom: 5px;
}
.super-slidey .slide-caption:hover .title3, .super-slidey .slide-caption:hover .title4, .super-slidey .slide-caption:hover .body-copy {
	color: #ffda27;
}
.super-slidey .slider-reveal-text {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.super-slidey.caption-show .slide-caption .slider-reveal-text {
	max-height: 400px;
	opacity: 1;
}

/* Video box and Visitor's Guide (may want to separate these out) */

.visitors-guide {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.visitors-guide .title4 {
	color: #fff;
	margin: 15px 0;
	padding: 0 10px;
}
.video-background {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.flex1:hover .video-background {
	transform: scale(1.2);
}
.video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-caption {
	background-color: rgba(34, 34, 34, 0.85);
	bottom: -135px;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 20px 0 20px 40px;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.video-caption:hover {
	color: #ffda27;
}
.flex1:hover .video-caption {
	bottom: 0;
}
@media only screen and (max-width: 64.063em){
	.video-caption {
		bottom: 0px;
	}
}

/*** Custom Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 780px) { 
	.header-section .top-nav-cont .top-header .top-header-left { width: 80%; }
	.flex2 { min-height: 276px;}
	.visitors-guide img { max-height: 150px; }
}

@media only screen and (max-width: 780px) { 
	.visitors-guide .btn-style {
		font-size: 22px;
		padding: 9px 20px;
	}
	.flex1 .video-caption {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 18px;
	}
}
@media only screen and (max-width: 40.063em) { 
	.flex1 {
		max-height: 20px;
		min-height: 253px;
	}
	.flex2 {
		overflow: visible;
		min-height: 405px;
		border-bottom: 4px solid #ffda27;
	}
	.visitors-guide .btn-style {
		position: absolute;
		left: 50%;
		bottom: -60px;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.contentRender_name_plugins_common_visitors_guide .visitors-guide button.btn-style:focus {
    width: auto;
	color: #ffda27;
}
/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.super-slidey { background-color: #222; }
	.color-head .title1 { 
		font-size: 30px; 
		text-align: center;
	}
	.super-slidey .imgcont { min-height: 230px; }
	.super-slidey .slide-caption {
		position: relative;
		background-color: #222;
		padding: 20px;
		width: auto;
	}
	.super-slidey .slider-reveal-text { 
		max-height: 100%;
		opacity: 1;
	}
	.slide-indicator,
	.slide-half-circle { display: none; }
	.super-slidey .slick-dots { top: 200px; bottom: auto; }
	.super-slidey .slick-arrow { top: 195px; bottom: auto; }
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	
}