/**
 * Theme: BSP Template 5 - Bootstrap 2
 * Description: Basis WordPress Theme Engine
 * Author: UPA-Webdesign
 * Author URI: http://www.upa-webdesign.de/
 */
 
 @font-face {
	font-family: 'FontAwesome';
	src: url('bootstrap/fonts/fontawesome-webfont.eot');
	src: url('bootstrap/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('bootstrap/fonts/fontawesome-webfont.woff') format('woff'), url('bootstrap/fonts/fontawesome-webfont.ttf') format('truetype'), url('bootstrap/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before { 
	content:""; 
	display:table;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

.clearfix {
	clear:both;
	height: 0;
	zoom: 1; /* IE < 8 */
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
    text-align: center;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 12px;
    margin-left: 12px;
}

.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.noscript {
	display: block;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Trebuchet MS;
	font-size: 14px;
}

body {
	margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    font: 13px arial,sans-serif;
    margin: 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

h1, h2, h1 a, h2 a, h3, h4, h5, h3 a, h4 a, h5 a {
	color: #A30000;
	text-decoration: none;
}

h2 {
	margin-top: 0;
	line-height: 22px;
	font-size: 21px;
	font-weight: bold;
}

h3 {
	font-size: 17px;
}

h4 {
	margin-bottom: 0;
	font-size: 15px;
}

h5, h6 {
	margin-bottom: 0;
	font-size: 13px;
}

a {
	color: inherit;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
	outline: none;
	outline-offset: 0;
}

#page_margins {
	position: relative;
	max-width: 940px;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: #666 0px 2px 30px;
	-moz-box-shadow: #666 0px 2px 30px;
	box-shadow: #666 0px 2px 30px;
	behavior: url(/pie/PIE.htc);
}

#header {
	position: relative;
	max-width: 911px;
	margin: 10px 0 20px 0;
	padding: 0 20px;
	z-index: 3000;
}

#header h1{
	position: absolute;
}

#header #logo {
	float: left;
	margin: 10px 0;
}

#header .navbar {
	float: right;
	margin: 30px 0 0 0;
	background-color: transparent;
}

#header .navbar-inner {
	min-height: 35px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background-color: transparent;
	border: 0 none;
	filter: none;
}

#header .container {
	background: transparent;
}

#header #menu-main {
	float: right;
	margin: 0;
}

#header .navbar ul .drop_btn, 
#header .navbar ul li.active .drop_btn, 
#header .navbar ul li:hover .drop_btn {
	position: absolute;
	height: 35px;
	top: 0;
	right: 0;
	padding: 0 8px 0 6px;
	margin: 0;
	line-height: auto;
	padding: 0 0 0 1px;
	cursor: pointer;
}

#header .navbar ul .drop_btn i {
	padding: 0 5px;
	line-height: 35px;
	background-color: transparent;
}

#header .navbar ul li:hover > .drop_btn i, 
#header .navbar .open > .drop_btn i, 
#header .navbar .active > .drop_btn i {
	color: #A30000;
	background: transparent;
	box-shadow: none;
	filter: none;
}

#header .navbar ul .dropdown {
	padding-right: 19px;
}

#header .nav > li > a {
	font-size: 16px;
	font-family: 'Montserrat Alternates', sans-serif;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 35px;
	color: #F7C703;
	text-shadow: none;
	background-color: transparent;
}

#header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
	font-size: inherit;

}

#header .navbar li:hover > a,
#header .navbar .open > a, 
#header .navbar li.active > a {
	color: #A30000;
	background: transparent;
	box-shadow: none;
	filter: none;
}

#header .navbar-toggle {
	background: transparent;
}

.dropdown-menu {
	font-size: 13px;
	float: none;
	left: 25%;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	z-index: 9999;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #A30000;
	background: transparent;
}

.nav-collapse .nav > li > a, 
.nav-collapse .dropdown-menu a {
	font-weight: normal;
	border-radius: 0;
	color: #F7C703;
	font-family: 'Montserrat', sans-serif;
}

#header #header-btn, 
#footer #footer-btn {
	border-radius: 0;
	text-shadow: none;
	border: 0 none;
	box-shadow: none;
	background: #F7C703;
}

#header_widgets {
	min-height: 50px;
	margin: 0 0 35px 0;
	border-bottom: solid 1px #c4c4c4;
	line-height: 50px;
	color: #F7C703;
	font-size: 20px;
}

#header_widgets i {
	margin: 0 5px 0 10px;
}

#header_widgets .social_row {
	float: right;
	padding: 0 10px;
	color: #494949;
	font-size: 12px;
}

#header_widgets .social_row i {
	font-size: 18px;
	margin: 0 0 0 5px;
}

#page {
	width: auto;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#slider {
	position: relative;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bxslider .slide_text {
	float: left;
	width: 50%;
	margin: 0 0 -20000px 0;
	padding: 5% 5% 20000px 5%;
	overflow: hidden;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 37px
}

.bx-controls-direction {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 9999;
}

.bx-controls-direction:focus {
	border: none;
}

.bx-controls-direction .bx-prev {
	position: absolute;
	left: 5px;
	top: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-controls-direction .bx-next {
	position: absolute;
	right: 5px;
	top: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-controls-direction .bx-prev:hover {
	background: url(images/controls.png) no-repeat 0px 0px;
}

.bx-controls-direction .bx-next:hover {
	background: url(images/controls.png) no-repeat -43px 0px;
}

.slider_triangle {
	position: absolute;
	left: 50%;
	top: 43%;
	background: transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #F7C703;
    border-top: 20px solid transparent;
    height: 0;
}


.bxslider img {
	float: right;
	width: 50%;
}

#content {
	float: none;
	width: 53%;
	margin: 0;
	display: inline-block;
	padding: 0 20px 15px 20px;
	line-height: 22px;
	background-color: #fff;
	overflow: hidden;
}

#sidebar_left {
	margin: 0;
}

#sidebar_left .textwidget {
	margin: 0 0 20px 0;
}

#sidebar_right {
	float: right;
	margin: 0;
}

#sidebar_right .textwidget {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
}

#sidebar_right .textwidget div {
	padding: 10px 20px;
}

#sidebar_right .textwidget .widget_triangle {
	position: absolute;
	left: 0;
	top: 10px;
	padding: 0;
	background: transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    height: 0;
}

#footer {
	height: 35px;
	margin: 6px 0 0 0;
	font-size: 12px;
	line-height: 35px;
	background-color: #A30000;
}

#footer .navbar-inner {
	min-height: 35px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background-color: #A30000;
	border: 0 none;
	filter: none;
}

#footer .brand {
	color: #000;
	font-size: 12px;
	margin: 0 0 0 11px;
	padding: 0;
	line-height: 35px;
	text-shadow: none;
}

#footer .brand a {
	margin: 0;
	padding: 0;
}

#footer a {
	margin: 0;
	padding: 0 0 0 11px;
	text-decoration: none;
	line-height: 35px;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .active a {
	background: none;
	text-decoration: underline;
}

#footer ul {
	-float: left;	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#footer ul li {
	display: inline;
	margin: 0;
}

#footer ul li a:after {
	content: '|';
	margin: 0 0 0 11px;
}

#footer .navbar {
	min-height: 35px;
	background-color: #A30000;
	border: 0 none;
	border-radius: 0;
}

#footer .navbar-collapse.collapse {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .navbar .nav > li > a {
	text-shadow: none;
}

#footer .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
	font-size: inherit;
}
 
#footer .navbar .open > a, 
#footer .dropdown-menu > li > a:hover, 
#footer .dropdown-menu > li > a:focus,
#footer .active > a,
#footer .active > a:hover,
#footer .active > a:focus {
	color: #000;
	background: none;
	box-shadow: none;
}

#footer .navbar-toggle {
	margin: 4px 15px 0 0;
	padding: 6px 5px;
	background: #A30000;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}

.wpcf7-submit {
	padding: 4px 10px;
	border-radius: 6px;
	background-color: #A30000;
}

.sr-only { display:none; }
ul.media-list ul { list-style:disc; }
.gallery-item { margin-bottom:2.564102564102564%; }
.lightbox .lb-image { max-width:none; }
.responsiveContainer { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }
.responsiveContainer iframe,
.responsiveContainer object,
.responsiveContainer embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0 none; }
.fit { width:100%; height:auto; } 

@media all and (max-width: 979px) {

	#header .navbar {
		float: none;
	}

	#header #menu-main {
		float: none;
	}

	#header #menu-main .dropdown-menu {
		margin-left: 40px;
	}

	#header ul.nav > li {
		background: none;
	}

	#slider  .slide_text {
		padding: 5px 10px 20000px; 
	}

	#footer ul li a:after {
		content: '';
	}

	#footer .navbar .nav a:hover,
	#footer .navbar .open > a, 
	#footer .dropdown-menu > li > a:hover, 
	#footer .dropdown-menu > li > a:focus,
	#footer .active > a,
	#footer .active > a:hover,
	#footer .active > a:focus {
		color: #fff;
		background: #A30000;
		box-shadow: none;
	}
}

@media (max-width: 767px) {
	#slider img {
		display: none;
	}

	#slider .slide_text {
		width: 100%;
		padding: 5% 8% 20010px;
	}

	#slider .slider_triangle {
		display: none;
	}

	#sidebar_left {
		float: right;
		width: 100%;
		text-align: center;
	}

	#sidebar_left .textwidget {
		float: left;
		margin: 0 0 10px 10px
	}

	#sidebar_right {
		float: right;
	}

	#content {
		float: left;
		width: 100%;
	}
}