/**
 * Theme: BSP Basic Template - 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: url('images/body_bg.jpg');
	font-size: 14px;
	
}

body {
	margin: 0;
    padding: 0;
    color: #4a4a4a;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    background: transparent;
}

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

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

h2 {
	font-size: 21px;
	font-weight: bold;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

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

a {
	color: #4a4a4a;;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
}

.body_top_row {
	height: 25px;
	width: 100%;
	background: #25252d;
}

#page_margins {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 360px;
}

#header {
	position: relative;
	max-width: 960px;
	margin: 0;
}

#header h1{
	position: absolute;
}

#header .social_buttons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 0 0 0;
	width: 140px;
	height: 65px;
	background: #25252d;
	text-align: center;
}

#header .social_buttons .fa {
	cursor: pointer;
}

#header .social_buttons a {
	 color: #fff;
	 font-size: 42px;
	 margin: 0;
}

#header .social_buttons a:hover {
	text-decoration: none;
}

#header .social_buttons a:first-child {
	margin: 0 20px 0 0;
}

#header .logo {
	float: left;
	margin: 18px 0 30px 0;
}

#header .navbar {
	float: right;
	margin: 105px 0 0 0;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 18px;
}

#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 .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: 10px;
	margin: 0;
	line-height: auto;
	padding: 0;
	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: #ff5c01;
	background: none;
	box-shadow: none;
	filter: none;
}

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

#header .nav {
	float: right;
	margin: 0;
}

#header .nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 35px;
	color: #000;
	text-shadow: none;
	background-color: transparent;
	font-weight: bold;
}

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

}

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

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

.dropdown-menu {
	float: none;
	left: 15px;
	font-size: 13px;
	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 {
	color: #fff;
	background: #cd2238;
}

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

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	font-weight: normal;
	border-radius: 0;
	color: #000;
}

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

/* ------------------------------------------------------------- */

#slider {
	display: block;
	width: 1680px;
	margin: 0 0 0 -360px;
}

#slider ul.bxslider {
	margin: 0;
	list-style:none;
}

#slider .slide {
	position: relative;
}

#slider .slide .slide_text {
	position: absolute;
	left: 360px;
	bottom: 80px;
	width: 390px;
	height: 125px;
	padding: 22px;
	margin: 0 0 0 15px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #aaa;
	color: #333;
	text-shadow:1px 1px 0px #fff;
}

#slider .slide .slide_text h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 26px;
	line-height: 20px;
	color: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper {
	position: relative;
}

.bx-wrapper .bx-prev {
	left: 360px;
	background: url('images/slider-arrows.png') no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 360px;
	background: url('images/slider-arrows.png') no-repeat -52px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 89%;
	margin-top: -16px;
	outline: 0;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* ------------------------------------------------------------- */

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

/* ------------------------------------------------------------- */

#sidebar {
	float: left;
	margin: 0;
}

#sidebar .textwidget {
	float: left;
	width: 230px;
	height: 230px;
	padding: 0;
	font-size: 13px;
	background: url('images/infoblock_bg.png');
	text-shadow: 1px 1px 1px #fff;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1);
	text-align: center;
}

#sidebar .textwidget + .textwidget {
	margin: 0 0 0 13px;
}

#sidebar .textwidget:hover {
	color: #fff;
	background: url('images/infoblock_hover_bg.png');
	text-shadow: 1px 1px 1px #000;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}

#sidebar .textwidget .block_anchor {
	display: block;
	padding: 10px;
}

#sidebar .textwidget .block_anchor:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar .textwidget .block_anchor:focus {
	text-decoration: none;
	border: none;
}

#sidebar .textwidget .fa {
	width: 100%;
	margin: 0;
	font-size: 60px;
	color: #000;
	text-align: center;
}

#sidebar .textwidget:hover .fa {
	color: #fff;
}

#sidebar .textwidget .title {
	margin: 5px 0 10px 0;
	font-size: 18px;
}

/* ------------------------------------------------------------- */

#content .fp_article {
	position: relative;
	float: left;
	width: 230px;
	height: 253px;
	margin: 30px 0 0 0;
	font-size: 12px;
	line-height: 17px;
	font-family: “Myriad Pro”, Arial, Helvetica, sans-serif;
	background: url('images/photoframe_bg.png') bottom center no-repeat;
}

#content .fp_article + .fp_article {
	margin: 30px 0 0 13px;
}

#content .fp_article h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	color: #4a4a4a;
}

#content .fp_article img {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 230px;
	height: 158px;
	border: 1px solid #ccc;
}

.single .article a {
	text-decoration: underline;
}


/* ------------------------------------------------------------- */

.single {
	color: #2e2e2e;
}

.single .article {
	margin: 0;
}

.single .single_heading {
	margin: 0 0 32px 0;
}

.single .single_heading h2 {
	margin: 10px 0 20px 0;
	padding: 0;
	line-height: 40px;
	font-size: 46px;
	font-weight: normal;
}

.single .single_heading .article_heading_lines {
	width: 100%;
	height: 4px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	box-shadow: 0 1px #ffffff, 0 1px #ffffff inset;
}

.single #sidebar {
	float: right;
}

.single #sidebar .textwidget {
	float: right;
	margin: 0;
}

.single #sidebar .textwidget + .textwidget {
	margin: 5px 0 0 0;
}

/* ------------------------------------------------------------- */

#content #fp_middle_line {
	margin: 30px 0;
	padding: 7px 20px;
	background-color: #FF5A01;
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1);
}

/* ------------------------------------------------------------- */

#up_line {
	position: relative;
	height: 0px;
	margin: 35px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
}

#up_line .up_arrow {
	position: absolute;
	top: -18px;
	left: 462px;
	height: 36px;
	width: 36px;
	background: url('images/up_arrows.png') 0 0 no-repeat;
	cursor: pointer;
}

#up_line .up_arrow:hover {
	background: url('images/up_arrows.png') -36px 0 no-repeat;
}

/* ------------------------------------------------------------- */

#footer {
	height: 390px;
	width: 1680px;
	margin: 0 0 0 -360px;
	font-size: 12px;
	background-color: transparent;
}

#footer .top {
	height: 459px;
	padding: 30px 360px 0;
	background-color: #1d1c21;
	border-bottom: 1px solid #000;
}

#footer .textwidget {
	color: #bbb;
	line-height: 22px
}


#footer .textwidget .title {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#footer .textwidget hr {
	min-width: 300px;
	border: none;
	border-bottom: 2px dotted #333;
}

/* ------------------------------------------------------------- */

#footer .bottom {
	height: 30px;
	padding: 0 360px;
	color: #fff;
	background-color: #121212;
}

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

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

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

#footer a {
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
}

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

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

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

#footer ul li {
	margin: 0;
}

#footer .navbar {
	min-height: 30px;
	background-color: transparent;
	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;
	text-transform: uppercase;
}

#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: #ff5c01;
	background: none;
	box-shadow: none;
}

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

/* ------------------------------------------------------------- */

#footer .wpcf7-form {
	float: right;
	width: 225px;
}

#footer .wpcf7-form .wpcf7-textarea {
	height: 120px;
	resize: none;
}

#footer .wpcf7-form .wpcf7-text {
	height: 35px;
}

#footer .wpcf7-form .wpcf7-text, 
#footer .wpcf7-form .wpcf7-textarea,
#footer .wpcf7-form .wpcf7-submit {
	background-image: url('images/text_bg.png');
	border: none;
	color: #bbb;
	-moz-box-shadow:    0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
	-webkit-box-shadow: 0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
	box-shadow:         0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
}

#footer .wpcf7-form .wpcf7-submit {
	float: right;
	padding: 5px 15px;
	border-radius: 4px;
}

#footer .wpcf7-form .wpcf7-submit:hover {
	font-weight: bold;
	padding: 5px 14px;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus,
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, .uneditable-input:focus {
	-moz-box-shadow:    0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
	-webkit-box-shadow: 0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
	box-shadow:         0 1px 1px 0 #333333 inset, 0 1px 1px 0 #222222, 0 -40px 20px -10px rgba(130, 130, 130, 0.1) inset, 0 20px 40px -10px rgba(10, 10, 10, 0.5) inset, 0 1px 2px 0px #000;
	border: none;
}

/* ------------------------------------------------------------- */

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

/* ------------------------------------------------------------- */

@media all and (max-width: 1700px) {
	#page_margins {
		width: 960px;
		padding: 0;
	}

	#slider, #footer {
		width: 960px;
		margin: 0;
		padding: 0;
	}

	#footer .top {
		padding: 20px 20px 0;
	}

	#footer .bottom {
		padding: 0 20px;
	}

	.bx-wrapper .bx-controls-direction a {
		top: 80%;
	}

	.bx-wrapper .bx-prev {
		left: 1%;
	}

	.bx-wrapper .bx-next {
		right: 1%;
	}

	#slider .slide .slide_text {
		left: 6%;
		bottom: 1%;
	}
}

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

	#page_margins, #footer {
		width: 100%;
	}

	#header .logo {
		margin: 10px 0 0 10px;
	}

	#slider {
		width: 100%;
	}

	#header .navbar {
		float: right;
		width: 100%;		
		margin: 0;
	}

	#header ul.nav, #footer ul.nav {
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
		background: #25252d;
	}

	#header .nav li a {
		color: #fff;
	}

	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background: transparent;
	}

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

	#up_line .up_arrow {
		left: 47.1%;
	}

	#content .fp_article, #sidebar .textwidget {
		width: 23.4043%;
		height: auto;
		min-height: 280px;
	}

	.single #content {
		padding: 10px;
	}

	.single .single_heading h2 {
		padding-left: 10px;

	}

	.single #sidebar .textwidget {
		width: 100%;
	}

 	#footer #footer-btn {
 		padding: 6px 10px;
 		margin: 2px;
 	}

	#footer ul li + li a:before {
		content: '';
	}
}

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

	#slider .slide .slide_text {
		width: 84%;
		height: auto;
		padding: 5px;
	}

	#slider .slide .slide_text h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	#content .fp_article {
		padding: 0 10px 12px 10px;
	}

	#content .fp_article, #sidebar .textwidget {
		width: 100%;
		height: auto;
		min-height: 0;
		text-align: center;
		margin: 10px 0 0 0;
	}

	#content .fp_article img {
		position: relative;
		bottom: 0;
		left: auto;
		margin: 12px 0 0 0;
	}

	#content .fp_article + .fp_article, #sidebar .textwidget + .textwidget {
		margin: 10px 0 0 0;
	}

	#content #fp_middle_line {
		margin: 10px 0;
	}

	#footer .top {
		height: auto;
		text-align: center;
	}

	#footer .wpcf7-form {
		float: none;
		margin: 20px auto 60px;
	}

	#footer .top .textwidget,  #footer .top .alignleft {
		float: none;
	}

	#footer .textwidget hr {
		min-width: 100%;
	}
}

#menu-top-bar.nav {
	float: right;
	margin-right: 4rem;
}
#menu-top-bar.nav li { float: left; padding: 0 1rem; }
#menu-top-bar.nav a { color: #fff; }
#menu-top-bar.nav>li>a:hover, #menu-top-bar.nav>li>a:focus {
	background: transparent;
}