/****************************** MAIN STYLES - backgorund,deviders ******************************/
.leftContent{
	text-align:left;
	margin-top:24px;
	padding:24px;
	background: rgb(199,196,175); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzdjNGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(199,196,175,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(199,196,175,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(199,196,175,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(199,196,175,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(199,196,175,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(199,196,175,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c4af', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	-webkit-border-radius: 24px;    
    border-radius: 24px;	
	-webkit-box-shadow:  8px 8px 5px 8px rgba(199, 196, 174, 0.3);
    box-shadow:  8px 8px 5px 8px rgba(199, 196, 174, 0.3);
	
}
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
.de-DE,.en-GB{
	width:62px;
	height:70px;
	float:right;
}
.de-DE{
	background:url("../images/language.png") no-repeat scroll -62px -70px transparent;
}
.en-GB{
	background:url("../images/language.png") no-repeat scroll 0px -70px transparent;
}
.de-DE.active,.de-DE:hover{
	background:url("../images/language.png") no-repeat scroll -62px 0px transparent;
}
.en-GB.active,.en-GB:hover{
	background:url("../images/language.png") no-repeat scroll 0px 0px transparent;
}
.rechtlich,.rechtlich:hover,.rechtlich:active,.rechtlich:visited{
color:#fff !important;
}
.main{
	padding: 0 6% 5% 2%;
}
#bdu{
	display:none;
	position: absolute;	
}
/* Deviders */
div.line {
	height: 6px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #cfa0d1;
	display: block;
	margin:0;
}
.homeseparator {
	height: 4px;
	background:#e1e4d2;
	border-left:290px solid #95a153;
	border-right:290px solid #e76b73;
	border-top:none;
	border-bottom:none;
	display: block;
	margin: 0px 0;
}
.aboutseparator {
	height: 4px;
	background:#e2ddd6;
	border-left:20px solid #d2cbc0;
	border-top:none;
	border-bottom:none;
	display: block;
	margin: 10px 0 30px 0;
}
.featuresseparator {
	height: 4px;
	background:#e2ddd6;
	border-left:20px solid #d2cbc0;
	border-top:none;
	border-bottom:none;
	display: block;
	margin: 20px 0;
}
div.blankSeparator {
	display: block;
	height: 1px;
	margin: 4px 0;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin:10px 0;
	display: block;
}
.tip-twitter {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#2a1b2a;
	background-color: #95a153;
	font-family: Arial, Helvetica, sans-serif;
}
.tip-twitter .tip-inner {
	font:12px/16px Arial, Helvetica, sans-serif;
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */
#header {


}
.logo {
	float: right;
	margin-bottom: 10px;
	margin-right: 2px;
	padding-top: 25px;
}
.mainmenu {
float: left;
margin-top: 80px;
}
ul.sf-menu {
	margin-top:0px;
}
span.menu {
	display:block;
	color:#95a153;
	font-size:11px;
	text-transform:lowercase;
	font-weight:100;
	padding-top:10px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	z-index: 99;
}
.sf-menu li {
	background:transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sf-menu li a, .localelink {
	transition:all 200ms;

	padding:5px 20px 5px 0;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:300;
	color: #fff !important;
	letter-spacing:1px;
}
.sf-menu li a:hover, .localelink:hover{ /* visited pseudo selector so IE6 applies text colour*/
	color: #1290c2;
}
li a#visited, .localelink#visited{
	color: #1290C2;
	font-weight: 600;
}
/*** submenu ***/
.sf-menu li ul {
	border-left:5px solid rgba(255, 255, 255, 0.2);
	margin-top:14px;
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	text-decoration:none;
	color:#fff;
	background: rgba(58, 55, 51, 0.8);
	border: 0;
	padding:15px;
	font-weight: normal;
	font-size: 11px;
	text-transform:lowercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
	background: rgba(58, 55, 51, 0.7);
}
.sf-menu li li {
	border-bottom:none;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/****************************** HOME - Content Part - RSSlider ******************************/
.slider {
	background:#fff url(../images/pattern.png) repeat;
	padding:40px 0 60px 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding:0;
	margin: 0;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slider a.prev {
	position:absolute;
	z-index:10000;
	margin-top:30px;
	background: #e1e4d2 url(../images/prev.png) center center no-repeat;
	padding:5px 20px;
	display:block;
	text-indent:-9999px;
}
.slider a.next {
	margin-left:50px;
	position:absolute;
	z-index:10000;
	margin-top:30px;
	background: #e1e4d2 url(../images/next.png) center center no-repeat;
	padding:5px 20px;
	display:block;
	text-indent:-9999px;
}
/****************************** HOME - Content Part - Box One ******************************/

/****************************** HOME - Content Part - Box Two ******************************/
.quote {
	background: rgba(255, 255, 255, 0.4);
	padding:20px 0;
	border-top:1px solid #fff;
	color:#8f897c;
}
.quote1 {
	padding:0px 5px;
	text-align:center;
	border-left:3px solid rgba(255, 255, 255, 0.8);
	border-right:3px solid rgba(255, 255, 255, 0.8);
}
.quote1 h3 {
	font-style:italic;
}
a.simple {
	color:#95a153;
	font-size:12px;
	margin-left:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
a.simple:hover {
	margin-left:4px;
}
/****************************** HOME - Content Part - Box Three ******************************/
.boxthree .one_fourth {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.boxthree .one_fourth img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.boxthree .one_fourth img:hover {
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.boxthree .one_fourth h3, .boxthree .one_fourth a {
	padding-left:10px;
}
.boxthree .one_fourth h3 {
	font-size:14px;
}
/****************************** HOME - Content Part - Footer ******************************/

.footer p {
	color:white;
	text-align:left;
}
.footer h3 {
	color:#95a153;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
}
#tweets li {
	line-height: 1.5em;
	color:#efefef;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
#tweets li a {
	color:#95a153;
}
#tweets p.meta {
	color:#95a153;
	margin-top:10px;
}
#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child {
	border-bottom:0px none;
}
#tweets .hash {
	color:#efefef;
}
#tweets .reply {
	color:#efefef;
}
.footer ul li {
	color:#f1f2f2;
	border-bottom:1px solid #322f2b;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#95a153;
	padding-left:5px;
}
.footer ul li.lines {
	background:url(../images/footersquare.png) left center no-repeat;
	padding:5px 20px;
}
/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#534f49;
	border-top:1px solid #272523;
}
p.copyright {
	color: #535250;
	font-size: 9px;
	line-height: 30px;
	margin: 0;
}
p.copyright a {
	color:#95a153;
}
ul.socials {
	margin-top:10px;
	float:right;
}
ul.socials li {
	display:inline;
}
ul.socials li a img {
	display:inline;
}
/****************************** ABOUT - Content Part ******************************/
#about {
	background: rgba(255, 255, 255, 0.4);
	padding:20px 0 10px 0;
	border-bottom:1px solid #fff;
}
p.quote {
	background:none;
	border-top:1px dotted #dcdcdc;
	border-bottom:1px dotted #dcdcdc;
	padding:5px 0 5px 0;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.aboutoneright img {
	border-bottom:5px solid rgba(255, 255, 255, 0.9);
}
.team a {
	color:#8f897c;
}
.team img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.team img:hover {
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
/****************************** MENU ******************************/
#menu {
	background: rgba(255, 255, 255, 0.4);
	padding:0px 0 0px 0;
	border-bottom:1px solid #fff;
}
#menu img {
	margin-bottom:-15px;
}
#menu ul.sidebarmenu {
	background: #ddcdcd;
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
#menu h2 {
	margin-top:15px;
	background:#cdc4b5;
	padding:10px;
	margin-bottom:0px;
}
#menu ul.sidebarmenu li {
	color:#57524a;
	border-bottom:1px solid #fff;
}
#menu ul.sidebarmenu li#active {
	background: rgba(255, 255, 255, 0.2) url(../images/footersquare.png) left center no-repeat;
	padding:5px 20px;
	font-weight:600;
}
#menu ul.sidebarmenu li:last-child {
	border-bottom:none;
}
#menu ul.sidebarmenu li a {
	color:#57524a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
#menu ul.sidebarmenu li a:hover {
	color:#95a153;
	padding-left:5px;
}
#menu ul.sidebarmenu li.lines {
	background:url(../images/footersquare.png) left center no-repeat;
	padding:5px 20px;
}
.menuquote {
	background: rgba(205, 196, 181, 0.4);
	padding:20px 0;
	border-top:1px solid rgba(205, 196, 181, 0.5);
	color:#8f897c;
}
.quote2 {
	text-align:center;
	border-left:3px solid rgba(205, 196, 181, 0.8);
	border-right:3px solid rgba(205, 196, 181, 0.8);
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	background: rgba(255, 255, 255, 0.5);
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 10px 0px;
	float: left;
	margin-bottom: 0;

}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	border-right:1px solid #fff;
	padding:0 20px;
	line-height: 10px;
	margin: 0;
	color: #95a153;
	font-size: 16px;
}
ul.tabs li a.active {
	background:#ddcdcd;
	height: 30px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	color: #22201d;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
.menutabs .one_fourth {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.menutabs .one_fourth img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.menutabs .one_fourth img:hover {
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.menutabs .one_fourth h3, ul.tabs .one_fourth a {
	padding-left:10px;
}
.menutabs .one_fourth h3 {
	font-size:14px;
}
.menutabs .one_fourth h4 {
	float:right;
	padding-right:10px;
}
/****************************** SINGLE MENU ******************************/
#singlemenu {
	background: rgba(255, 255, 255, 0.4);
	padding:0px 0 0px 0;
	border-bottom:1px solid #fff;
}
.menubreadcrumb {
	background: rgba(221, 205, 205, 0.8);
	padding:15px 0 10px 0;
	border-top:none;
	color:#8f897c;
}
.quote3 {
	text-align:center;
	border-left:3px solid rgba(221, 205, 205, 1);
	border-right:3px solid rgba(221, 205, 205, 1);
}
#singlemenu img {
	margin-bottom:-5px;
}
.singlemenu ul {
	background: rgba(255, 255, 255, 0.3);
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.singlemenu h3 {
	background:#cdc4b5;
	padding:10px;
	margin-bottom:0px;
}
.singlemenu ul li {
	color:#57524a;
	border-bottom:1px solid #fff;
}
.singlemenu ul li#active {
	background: rgba(255, 255, 255, 0.2) url(../images/raster.png) left center no-repeat;
	padding:10px 20px;
	font-weight:600;
}
.singlemenu ul li:last-child {
	border-bottom:none;
}
.singlemenu ul li a {
	color:#57524a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.singlemenu ul li a:hover {
	color:#95a153;
	padding-left:5px;
}
.singlemenu ul li.lines {
	background:url(../images/raster.png) left center no-repeat;
	padding:20px 20px;
}
span.mass {
	float:right;
	background: rgba(221, 205, 205, 0.8);
	padding:5px;
	margin-top:-5px;
	font-style:italic;
	font-size:14px;

	font-weight:normal;
}
.singlemenu ul#slider {
	box-shadow:none;
	border:none;
	padding:0;
	background:none;
	box-shadow:none;
}
.singlemenu a.prev, .singlemenu a.next {
	display:none;
}
/****************************** BLOG - Content Part - Blog Page ******************************/
.post {
	margin-bottom:40px;
	padding:10px;
	background: rgba(255, 255, 255, 0.5);
	border:1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.blog img {
	background: rgba(221, 205, 205, 0.8);
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
}
.blog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.blog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background: rgba(255, 255, 255, 0.7);
	padding:5px 0px 20px 10px;
	color:#57524a;
}
.blog p.meta a {
	color: #57524a;
}
span.left {
	padding:0 10px;
	border-right:1px solid #fff;
}
.blog h4 {
	font-style:italic;
	font-size:12px;
	text-transform:capitalize;
	margin-top:-10px;
}
.blog h4 a {
	color:#8f897c;
}
.posttwo {
	margin-top:40px;
}
/***************** Blog/Sidebar *****************/
.sidebar h3 {
	background: rgba(221, 205, 205, 0.8);
	border:1px solid #fff;
	padding:5px;
}
ul.blogList a.about {
	color: #2a1b2a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.blogList a.about:hover {
	padding-left:3px;
}
ul.blogList li {
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
li.activenavigationItem {
	font-weight: bold;
	color: #514050;
	font-style:italic;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.activenavigationItem:hover {
	color: #2a1b2a;
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
span.highlight {
	background:#e76b73;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/******************************* BLOG / Blogpost  *******************************/
.singleblog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background:#efefef;
	padding:5px 0px 20px 10px;
}
.singleblog h4 {
	color:#726072;
	font-style:italic;
	font-size:11px;
	border-left:2px solid #e76b73;
	padding:0 0 0 10px;
}
h4.tags {
	color:#414550;
}
#commentsbox {
	background: rgba(255, 255, 255, 0.4);
	padding:30px 0;
	border-top:1px solid #fff;
}
.comments h2 {
	text-align:center;
}
div#comments {
	margin-bottom:-10px;
}
ul#articleCommentList li {
	overflow: hidden;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}
div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	text-transform: uppercase;
	float: right;
	margin-top:0px;
	padding: 0 10px 0 0;
}
img.user {
	background:#fff;
	border:1px solid #dcdcdc;
	padding:5px;
}
div.commentBody {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 15px 20px 15px;
	margin: 0px 0 20px 140px;
}
div.commentBody h3 {
	background-color: rgba(221, 205, 205, 0.8);
	padding:5px;
	font-size: 14px;
	margin-top:-10px;
	margin-bottom:10px;
}
div.commentBody h3 a {
	color: #3a3732;
}
span.adminIcon {
	color:#3a3732;
	font-size: 11px;
	background-color: rgba(221, 205, 205, 0.8);
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	margin-top:-10px;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
div#comments a.buttonLink {
	margin-left:-30px;
}
/******************************* FEATURES / Resume  *******************************/
#resume {
	background: rgba(255, 255, 255, 0.4);
	padding:40px 0;
	border-bottom:1px solid #fff;
}
.resume .one_third {
	border-top:5px solid #95a153;
}
.resume .two_third {
	background:#fff;
}
.resume .two_third p {
	padding:10px;
}
.resume .two_third h4 {
	padding:10px;
}
.resume .two_third ul {
	padding:10px;
	margin-top:-20px;
}
.resume .two_third ul li {
	color:#57524a;
}
.resume img {
	margin-bottom:-30px;
}
/* TOGGLE -------------------------------------------------*/
.toggle-trigger {
	text-decoration: none;
	color:#57524a;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #cdcdcd;
	background: #efefef url(../images/about/toggle.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-trigger.active {
	border-bottom:1px solid #bcdcdcd;
	background: #ddcdcd url(../images/about/toggle.png) no-repeat 5px -75px;
}
.toggle-trigger:hover {
	background: #ddcdcd;
}
.toggle-container {
	margin-bottom: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
/* ACCORDION -------------------------------------------------*/
.accordion-trigger {
	text-decoration: none;
	color:#57524a;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	border: 1px solid #cdcdcd;
	background: #efefef;
}
.accordion-trigger.active {
	border-bottom: 1px solid #cdcdcd;
}
.accordion-trigger:hover {
	background: #ddcdcd;
}
.accordion-container {
	margin-bottom: 0px;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
/******************************* CONTACT FORM -  for blog and contact page  *******************************/
.contact .first ul.sidebarmenu {
	background: rgba(255, 255, 255, 0.7);
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.contact .first ul.sidebarmenu li {
	color:#57524a;
	border-bottom:1px solid rgba(255, 255, 255, 0.9);
	background:url(../images/raster.png) left center no-repeat;
	padding:5px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.contact .first ul.sidebarmenu li:hover {
	padding-left:25px;
}
.contact .firts ul.sidebarmenu li:last-child {
	border-bottom:none;
}
#contactForm h2 {
	margin-top:40px;
}
form#contact_form {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#514050;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form input#email {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
	width: 500px;
	margin-bottom:20px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #514050;
	text-transform: uppercase;
}
form#contact_form label span {
	color:#514050;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#efefef;
}
form#contact_form input[type="submit"] {
	background: #514050;
	border:none;
	padding:5px;
	font-size:11px;
	text-transform:uppercase;
	color:white;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#contact_form input[type="submit"]:hover {
	color:#95a153;
}
.map-container {
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contact1 {
	margin-top:-40px;
}
/***************** Contact/Sidebar *****************/
.contact h3 {
	background: rgba(221, 205, 205, 0.8);
	border:1px solid #fff;
	padding:5px;
	margin-bottom:10px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	float: right;
	width: 74%;
}
.four_fifth {
	float: right;
	margin-top: 140px;
	width: 90%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
float: right;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.sf-menu li a {
 padding:5px 10px;
}
span.left {
 padding:0 5px;
}
.blog p.meta, .singleblog p.meta {
 background:#efefef;
}
form#contact_form textarea {
 width: 350px;
}
.homeseparator {
 border-left:200px solid #95a153;
 border-right:200px solid #e76b73;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.logo {
	float: right;
	margin-bottom: 10px;
	margin-right: 2px;
	padding-top: 25px;
	max-width:50%;
}
		.four_fifth {
  float: right;
  margin-top: 140px;
  width: 100%;
}
 .mainmenu {
	float: right;
	width: 100%;
	margin-top:0px;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth,.three_fourth {
width: 100%;
}

#secondbox {
 margin-top:20px;
}
.blog p.meta, .singleblog p.meta {
 padding:20px 0px 50px 10px;
 background:#efefef;
}
form#contact_form textarea {
 width: 300px;
}
.info .two_third {
 margin-top:15px;
}
.portfolio .two_third {
 margin-bottom:10px;
}
.homeseparator {
 border-left:150px solid #95a153;
 border-right:150px solid #e76b73;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

ul.tabs {
 margin-top:20px;
}
.flex-caption {
 display:none;
}
form#contact_form textarea {
 width: 300px;
}

.homeseparator {
 border-left:100px solid #95a153;
 border-right:100px solid #e76b73;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.four_fifth {
  float: right;
  margin-top: 140px;
  width: 100%;
}
ul.tabs {
 margin-top:20px;
}
ul.tabs li {
 padding: 0 5px 0 0px;
 margin-bottom:10px;
 margin-top:10px;
}

ul.pagination li a {
 padding:5px 8px;
}
.blog p.meta, .singleblog p.meta {
 padding:10px 0px 60px 10px;
 background:#efefef;
}
form#contact_form textarea {
 width: 200px;
}
form#contact_form input[type="text"] {
 width: 150px;
}
form#contact_form input#email {
 width: 150px;
}
.homeseparator {
 border-left:50px solid #95a153;
 border-right:50px solid #e76b73;
}
}
/* Responsive Menu
================================================== */
	
#mainmenu {
	visibility: visible;
}
#responsive-menu {
	display: none;
	float: left;
}
 @media only screen and (max-width: 767px) {
 #mainmenu {
visibility: hidden;
display:none;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;
margin-top: 13px;
}
}
