/**
 * Theme: Template 8
 * 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;
	/*
	*behavior: url(/htc_scripts/boxsizing.htc);
	*/
}

.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;
}

html {
	margin: 0;
	padding: 0;
	background: url('/wp-content/uploads/background1.jpg') repeat fixed transparent;
	font-family: Trebuchet MS;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 14px;
	background:none;
}

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

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

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

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

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

a {
	color: #000;
}

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

#page_margins {
	width: 1100px;
	padding: 0;
}

#header {
	position: relative;
	max-width: 1100px;
	padding: 0 90px;
	margin: 0 0 0px 0;
	background-color: #EBA14C;
}

#header .header_images {
	position: relative;
}

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

#header h1{
	position: absolute;
}

#header .navbar {
	margin: 0 -90px;
	border-bottom: 8px solid #fff;
}

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

#header .container {
	background-color: #000;
}

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

#header .navbar ul .drop_btn {
	position: absolute;
	height: 35px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 0 0 1px;
	line-height: 35px;
	cursor: pointer;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

#header .nav ul {
	border: none;
}

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

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

#header .navbar ul a.sub-menu-parent {
	padding-right: 33px;
}

#header .nav > li {
	line-height: auto;
	padding: 0 0 0 1px;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	filter: none;

}

#header .nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	background-color: #000;
}

#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 .nav .active > a,
#header .active > a:hover,
#header .active > a:focus {
	color: #f88a0c;
	background-color: none;
	box-shadow: none;
	filter: none;
}

#header .dropdown-menu > li > a:hover, 
#header .dropdown-menu > li > a:focus {
	background-color: #000;
	background-image: none;
}

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

.dropdown-menu {
	font-size: 13px;
	float: none;
	background: #000;
	border-radius: 0;
	box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #aabc00;
	background: none;
}

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

#header #header-btn, #footer #footer-btn {
	margin-bottom: 5px;
	border-radius: 0;
	text-shadow: none;
	border: 0 none;
	box-shadow: none;
	background: #f88a0c;
}

#header #logo {
	position: absolute;
	top: -44px;
	left: 15px;
	z-index: 9999;
}

#page {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 90px solid #EBB95E;
	border-right: 90px solid #EBB95E;
}

#content .article {
	padding: 15px 25px;
	background: #fff;
}


#sidebar {
	padding: 0 25px 16px;
	background: #fff;
}

.textwidget {
	float: left;
	position: relative;
	width: 272px;
	height: 246px;
	margin: 0 0 0 0;
	color: #fff;
	background: #f88a0c;
}

.textwidget a {
	color: #fff;
}

.textwidget + .textwidget {
	margin-left: 27px;
}

.textwidget .text {
	position: relative;
	padding: 10px 20px 10px 70px;
}

.textwidget .text .fa {
	position: absolute;
	left: 21px;
	top: 10px;
	font-size: 30px;
	color: #fff;
}

.textwidget .text h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 5px 0;
}

.textwidget .social_row {
	position: absolute;
	bottom: 16px;
	right: 20px;
}

.textwidget .social_row a {
	margin: 0 5px 0 0;
	font-size: 23px;
}

.textwidget .social_row a:hover {
	text-decoration: none;
}

.textwidget .social_row .fa {
	cursor: pointer;
}

.textwidget .social_row .fa:hover {
	color: #aaa;
}

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

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

#footer .brand {
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 115px;
	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: #fff;
}

#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: #0adbfd;
	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: #aabc00;
	/*behavior: url(/pie/PIE.htc);*/
}

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

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

@media all and (max-width: 1200px) {
	#page_margins {
		width: 900px;
	}

	.textwidget {
		width: 218px;
		height: 220px;
	}

	.textwidget img {
		width: auto;
		height: 220px;
	}

	.textwidget + .textwidget {
		margin-left: 8px;
	}

	.textwidget .text {
		padding: 4px 10px 10px 41px;
	}

	.textwidget .text .fa {
		top: 10px;
		left: 11px;
		font-size: 21px;
	}
}

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

	#page_margins {
		width: 100%;
	}

	#header #logo {
		top: 0;
		width: 30%;
	}

	.textwidget {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto 8px;
		text-align: center;
	}

	.textwidget + .textwidget {
		margin: 0 auto 8px;
	}

	.textwidget .text {
		padding: 10px;

	}

	.textwidget .text .fa {
		position: relative;
		top: auto;
		left: auto;
		font-size: 30px;
	}

	#header #menu-main {
		float: none;
		margin: 3px 0 0 0;
	}

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

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

@media all and (max-width: 768px) {
	#header {
		padding: 0;
	}

	#header .navbar {
		margin: 0;
	}

	#page {
		border: none;
	}
}


.navbar .nav {

    position: relative;
    left: 0;
    display: block;
    float: right;
    margin: 0 80px 0 0;

}
 