body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	margin-bottom: 40px;

}


#visual h1 {
	
	padding-top: 175px;
}

h1 {
	
	color: #fff;
}

h1 > small {
	
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	
}

.text-dark {
	
	color: #494949 !important;
}

.text-dark > small{
	
	color: #494949 !important;
}

header {
	
	margin-top: 10px;
	margin-bottom: 20px;
}

.margin-t-20 {
	
	margin-top: 20px;
}

.margin-b-20 {
	
	margin-bottom: 20px;
}


.btn-orange {
	
	background: #e88f00;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .10em;
	font-size: .8em !important;
	border-radius: 2px;
}


.btn-orange:hover {
	
	background: #d18711;
	color: #fff;
}


#visual {
	background: #f1f1f1;
	background: url(../images/visual.jpg) no-repeat center center;
	min-height: 450px;
}

.ulfix {
	
	padding: 10px;
	list-style-type: none;
}

.ulfix i{

	margin-right: 10px;

}
	
	
.bg-light {
	
	background: #f1f1f1;
}	
	

section {
	
	clear: both !important;
}

#tour {

	padding: 50px 0px;	
	
}

.sub-footer {
	
	font-size: 17px !important;
	padding: 30px 0px;
}


.bg-purple {
	
	background: #64207e;
}

.footer {
	
	padding: 50px 0px;
	background: url(../images/footer-bg.jpg) no-repeat center center #64207e;

}

.footer span {
	
	display: inline-block;
	width: 160px;
}

.text-white {
	
	color: #fff;
}


.footer h4 {
	
	font-weight: 900;
}

.footer p {
	
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: .8em;
}





@media screen and (max-width: 727px) {

	header .btn-orange {
		font-size: .6em !important;
		margin-top: 20px;
	}
	
	.logo {
		
		margin-top: 20px;
	}


}

.tour-iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
