﻿html {
	padding: 0;
	margin: 0;
}
body {
	background: url('../graphics/body-bottom-cover.png') bottom center repeat-x, url('../themed-images/backgrounds/section-bg-a.jpg') bottom center repeat-x, url('../graphics/body-bg.jpg');
	margin: 0;
	padding: 0;
}
.slider-wrapper {
	position: relative;
	z-index: 0;
}
.slider-wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.slider-wrapper > .slider-wrapper__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.header__outer-height {
	min-height: 120px;
}
@media (min-width:992px) {
.header__outer-height {
	min-height: 0px;
}
}
.header__top {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header__top .container {
	position: relative;
}
.header__wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(255,255,255,0.0);
	transition: all 1s ease;
	z-index: 111111;
}
.header__social {
	opacity: 1;
	transition: all 1s ease;
}
.header__scroll {
	width: 100%;
	background: rgba(255,255,255,1.0);
	transition: all 1s ease;
}
.header__scroll2 {
	opacity: 0;
	transition: all 1s ease;
}
.header__scroll .website-name, .header__scroll .website-name a {
	color: #1A7DD7;
	transition: all 1s ease;
}
.header__scroll ul#menu.menu.nav.navbar-nav > li > a {
	color: #1A7DD7;
	transition: all 1s ease;
}
