/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

/* PURPLE #174867
 * GOLD #d8bb43
 */

html,
body {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}
.form-checker {
	display: none;
}
.no-padding {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}
header {
	background: #fff;
	position: relative;
	height: 100px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	z-index: 1;
}
header nav .logo-wrap {
	background: #fff;
	padding: 5px;
	position: relative;
}
header nav .logo-wrap-link {
	padding-top: 0;
	padding-bottom: 0;
}
header nav .logo-wrap img {
	position: absolute;
	left: 0;
	top: 0;
}
header nav .logo-wrap-link:hover {
	border-bottom: none;
}
header nav a {
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0;
	display: inline-block;
}
header nav a:hover {
	text-decoration: none;
	border-bottom: solid 1px #174867;
}
header nav .nav-left {
	text-align: right;
}
.video-responsive {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 0;
}
.divider {
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	float: left;
	margin: 50px 0;
}
.contact-form .container {
	background: #fff;
	margin-top: 30px;
	border: solid 1px #E0E0E0;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.contact-form textarea {
	height: 200px;
}
#about .container {
	background: #fff;
	margin-top: 150px;
	border: solid 1px #E0E0E0;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
#legal p {
	text-align: center;
	padding: 20px;
	border: solid 1px #000;
}
footer p {
	text-align: center;
}
.video-responsive video {
	width: 100%;
}
@media(max-width:1199px) {
    
}
@media(max-width:991px) {
    
}
@media(max-width:767px) {
    
}
@media(max-width:600px) {
    
}
@media(max-width:480px) {
    
}