/* Add here all your CSS customizations */
body {
	font-family: "Open Sans", 'Kanit', Arial, sans-serif;
}
#header .header-body {
	background: #3b5384;
}
#header .header-body a {
	color: #FFF;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #CCC;
}

.home-intro {
    margin-bottom: 0px;
}

html section.section-default-scale-8 {
    background-color: #008fe2 !important;
    /*border-top-color: #202020 !important;*/
}

.video-container {
	text-align:center;
}
@media (max-width: 991px) {
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media (min-width: 768px){
	.pic-right {
		float: right;
	}
	.info-left {
		float: left;
	}
}
