/*
 * Virtual Tour
 */

.virtual-tour-button {
	position: fixed;
	top: 50%;
	right: 0;
	transform: rotate(-90deg);
    margin-top: -20.5px;
    margin-right: -112px;
	z-index: 8888;
}

.virtual-tour-button a {
	background-color: #996d2e;
	color: #fff !important;
	display: inline-block;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 15px;
	font-weight: bold;
    padding: 9.5px 60px;
    letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

body.active-vt-frame {
    overflow: hidden;
}

#virtual-tour {
	display: none;
	position: fixed;
	z-index: 999999;
	overflow-y: auto;
	background: rgba(23, 23, 23, 0.95);
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#virtual-tour .container {
	min-height: 1px !important;
}

#virtual-tour header {
	margin-top: 40px;
}

#virtual-tour header h2 {
	color: #fff;
	font-family: 'raleway', sans-serif;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 10px;
}

#virtual-tour p {
	color: #fff;
	font-family: 'raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#virtual-tour .virtual-item {
	background-color: #000;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none !important;
}

#virtual-tour .virtual-item h4 {
	color: #fff !important;
	font-family: 'raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-transform: none;
	text-decoration: none !important;
	margin-bottom: 10px;
}

#virtual-tour .virtual-item:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#virtual-tour .virtual-item:hover h4 {
	color: #996d2e !important;
}

.vt-masthead {
	background: #fff;
	color: #996d2e;
}

.vt-masthead h2 {
	color: #383a3d;
    font-family: 'raleway', sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin: 16px 10px;
    text-transform: none;
}

.vt-masthead .close-vt-btn {
	color: #383a3d !important;
	margin: 13px 10px;
	display: inline-block;
	font-size: 30px;
	position: relative;
	width: 20px;
	height: 20px;
}

.vt-masthead .close-vt-btn:before,
.vt-masthead .close-vt-btn:after {
	background-color: #383a3d;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	height: 2px;
	width: 100%;
}

.vt-masthead .close-vt-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vt-masthead .close-vt-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.vt-frame-item {
	padding-bottom: 50px;
}

.vt-frame-item iframe {
	width: 100%;
	height: 500px;
	margin-top: 40px;
}

.vt-tour-back {
	display: none;
	margin-top: -4px;
	margin-left: 20px;
	border: 1px solid #383a3d;
	border-radius: 2px;
	font-size: 10px;
	color: #383a3d !important;
	padding: 7px 10px;
	line-height: 100%;
	vertical-align: middle;
}

.vt-tour-back.vt-item-active {
	display: inline-block;
}

.vt-button {
	position: relative;
	display: block;
	background-color: #fff;
}

.vt-button .vt-text {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #3a3230;
	z-index: 5;
	display: flex;
	align-items: center;
	text-align: center;
}

.vt-button .vt-text .align-text-middle {
	display: block;
	text-align: center;
	width: 100%;
}

.vt-button i.fa {
	color: #3a3230;
	font-size: 60px;
}

.vt-button strong {
	color: #996d2e;
	display: block;
	font-family: "baskerville-urw", sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 15px 0 0;
}

.vt-button img {
	filter: alpha(opacity=35);
	opacity: 0.35;
}