/*
Theme Name: COOKY RESPONSIVE WORDPRESS THEME
Theme URI: http://www.anarieldesign.com
Description: Cooky Premium Theme for WordPress
Author: Anariel Design
Author URI: http://www.anarieldesign.com
Version: 1.3
Tags:theme-options
License: GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html 
*/
@import url(http://fonts.googleapis.com/css?family=Sintony:400,700);
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===============================================================
	WORDPRESS CORE
================================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* #Basic Styles
================================================== */
body {
	color: #3a3732;
	line-height:1.5em;
	font-size:14px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background:#f0ede1;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Sintony', sans-serif;
	font-weight: normal;
}
h1, h2, h3, h5, h6 {
	color: #26221f;
}
h4 {
	color:#8f897c;
	font-style:italic;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #6ea665;
}
h1 {
	font-size: 24px;
	letter-spacing:0.2em;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
h4 {
	font-size: 13px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	margin-bottom: 10px;
}
.subheader {
	color: #39435d;
}
p {
	color: #3a3732;
	line-height:1.5em;
	font-size:14px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
hr.separator {
	border:1px solid #fff;
	margin:40px 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
ul li {
	padding:0;
	margin:0;
}
/* Text Selection */
::selection {
background: #6ea665;
color: #fff; /* Safari */
}
::-moz-selection {
background: #6ea665;
color: #fff; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#6ea665;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.menutabs .attachment-post-thumbnail.wp-post-image, .work .wp-post-image, .news .wp-post-image, .inforow .attachment-post-thumbnail.wp-post-image, .attachment-post-thumbnail.wp-post-image {
	width:100% !important;
	height:auto;
}
/* #Images
================================================== */
img, embed, object, video {
	max-width: 100%
}
/* --- Post Images and Video --- */
img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
img.aligncenter {
	margin: 20px auto;
}
img.alignleft, .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
img.alignright, .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
img.alignnone {
	margin: 20px 0;
}
.wp-caption.alignnone {
	margin: 0 0 20px 0;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.post .wp-caption {
	max-width: 100%;
	text-align: center;
}
.single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
.post p.wp-caption-text {
	font: normal .8em/1.4 'Lato', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #28384b;
}
object, embed, iframe {
	max-width: 100%;
	margin: 5px 0 10px;
	display: block;
}
/* #Forms
================================================== */
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 12px Arial, sans-serif;
	color: #2a1b2a;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
.header form {
	margin-bottom: 15px;
}
.header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	background:#3a3733 url(images/navselect.gif) no-repeat right center;
	color:#fff;
}
.header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.left {
	float: left;
	margin-right:10px;
}
.right {
	float: right;
}
/****************************** MAIN STYLES - backgorund,deviders ******************************/
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
.homeseparator {
	height: 4px;
	background:#131211;
	border-left:300px solid #6ea665;
	border-right:300px solid #6ea665;
	border-top:none;
	border-bottom:none;
	display: block;
	margin: 0px 0;
}
.blankSeparator {
	border:none;
	margin:40px 0;
	display: block;
}
img.shadow {
	z-index:1000;
}
/* Shadow Styles */
.shadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.1);
}
.shadow:before, .shadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
}
.shadow:before {
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
.shadow1 {
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.5);
}
.shadow1:before, .shadow1:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
}
.shadow1:before {
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
.container.page {
	margin-top:40px;
}
.shortcode {
	background:#fff;
	padding:10px;
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */
#header {
	background: #26221f;
	border-bottom:1px solid #12100f;
	padding:10px 0 0 0;
}
.logo {
	float: left;
	margin-right: 2px;
	margin-bottom:-5px;
}
.slogan {
	float:right;
	position:relative;
	background: #12100f url(images/rausch.png) repeat;
	padding:10px 10px 5px 10px;
}
.headerwidget {
	float:right;
	position:relative;
}
.slogan h3 {
	color:#6ea665;
}
span.special {
	color:#fff;
	font-weight:bold;
}
.mainmenu {
	float:right;
	width:75%; /*80%;*/
	padding-top:41px; /*55px*/
	margin-bottom:-35px;
}
ul.sf-menu {
	background: #322d29;
}
span.menu {
	display:block;
	color:#6ea665;
	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 {
	font-family: 'Sintony', sans-serif;
	padding:10px 20px;
	border-right:1px solid #12100f;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	color: #fff;
	letter-spacing:1px;
}
.sf-menu li.current-menu-item {
	background: #6ea665;
}
.sf-menu li.current-menu-item a span.menu {
	color:#322d29;
}
/*** submenu ***/
.sf-menu li ul {
	border-bottom:5px solid #12100f;
	margin-top:25px;
}
.sf-menu li.current-menu-item ul li a span.menu {
	color:#6ea665;
}
.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#fff;
	background: #322d29;
	border: 0;
	padding:15px;
	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 {
	background: #12100f;
}
.sf-menu li ul li.current-menu-item a span.menu {
	color:#6ea665;
}
.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 ******************************/
.slider1 {
	background:#fff;
	padding:0;
}
.slider1.second {
	margin-top: -25px;
}
/****************************** FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	background:#fff;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.caption {
	zoom: 1;
	width:auto;
	padding: 1%;
	margin: 0;
	position: absolute;
	left: 10%;
	bottom: 20%;
	text-align:center;
	color:#26221f;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.6);
}
.caption h2 {
	color:#26221f;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.2em;
}
.caption p {
	margin-bottom:15px;
	color:#fff;
	background:#26221f;
	padding:5px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(images/flexslider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 10%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/* HOME/INTRO
================================================== */
.intro {
	text-align:center;
	padding:50px 0 30px 0;
	background:#fff;
}
.intro p {
	display:inline-block;
	border-top:1px solid #f5f0ee;
	padding:10px 0 0 0;
}
/****************************** HOME - Content Part - Info Row ******************************/
.inforow {
	margin-top:40px;
}
.inforow h2 a {
	color: #26221f;
}
#firstbox {
	background: rgba(255, 255, 255, 0.7);
	border-bottom:6px solid #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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;
}
#firstbox:hover {
	background:#fff;
}
#firstbox h3, #secondbox h3 {
	color:#8f897c;
	font-weight:100;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
strong {
	color: #3a3732;
}
#secondbox {
	background: rgba(255, 255, 255, 0.7);
	border-bottom:6px solid #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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;
}
#secondbox:hover {
	background:#fff;
}
.boxtwoleft, .boxtwocenter, .boxtworight {
	padding:20px 10px;
}
h2.box2 {
	border-bottom:1px dashed #b3b19b;
	text-align:center;
	padding:0px 0 10px 0;
	margin-top:0px;
	margin-bottom:5px;
}
img.circle1 {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
a.buttonhome, a.more-link {
	background:#6ea665;
	border-bottom:4px solid #63965b;
	padding:5px;
	color:#fff;
	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.more-link {
	font-size:12px;
}
a.buttonhome:hover, a.more-link:hover {
	margin-left:4px;
}
span.green {
	color:#6ea665;
}
.latestpost {
	margin-top:20px;
}
/****************************** HOME - Content Part - Quote Row ******************************/
.container.quoterow {
	margin-top:40px;
}
.quote {
	background: #fff;
	padding:20px 0;
	color:#8f897c;
}
.quote1 {
	padding:0px 5px;
	text-align:center;
	border-left:3px solid #f5f0ee;
	border-right:3px solid #f5f0ee;
}
a.simple {
	color:#6ea665;
	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 - Latest Row ******************************/
.container.latestrow {
	margin-top:40px;
}
.boxthree .one_fourth, .boxthree .one_third {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.boxthree .one_fourth img, .boxthree .one_third img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.boxthree .one_fourth img:hover, .boxthree .one_third 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, .boxthree .one_third h3, .boxthree .one_third a {
	padding-left:10px;
}
.boxthree .one_fourth h3, .boxthree .one_third h3 {
	font-size:14px;
}
.homeversionthree {
	background:#fff;
	padding:20px;
	margin-bottom:-20px;
}
.homeversionfour {
	background:#eae1d1;
	padding:20px;
}
.homeversionfour section {
	background:#fff;
	padding:5px;
}
.homeversionfive {
	background:#fff;
	padding:20px;
}
.homeversionfive section {
	background:#f0ede1;
	padding:5px;
}
/****************************** FOOTER ******************************/
#footer {
	background: #26221f;
	padding:20px 0 0 0;
	margin-top:20px;
	color:#fff;
	font-size:12px;
}
.footer p {
	color:white;
	font-size:12px;
}
.footer h3 {
	color:#6ea665;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
}
.footer ul li {
	color:#f0ede1;
	border-bottom:1px solid #131211;
	background:url(images/footersquare.png) left center no-repeat;
	padding:5px 20px;
}
.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:#6ea665;
	padding-left:5px;
}
.footer form#searchform input#s {
	background:#131211;
	border: 1px solid #000;
	color:#fff;
}
.footer .widget {
	margin-bottom:20px;
}
/****************************** COPYRIGHT ******************************/
#copyright {
	background:#131211;
	border-top:1px solid #000;
}
p.copyright {
	font-size:11px;
	color:white;
	padding-top:10px;
}
p.copyright a {
	color:#6ea665;
}
.socials {
	margin-top:10px;
	float:right;
}
/****************************** ABOUT - Content Part ******************************/
.container.ourteam {
	margin-top:40px;
}
#about {
	background:#fff;
	padding:20px 0 10px 0;
}
#about h3.widget-title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p.quote {
	background:none;
	border-top:1px dashed #dcdcdc;
	border-bottom:1px dashed #dcdcdc;
	padding:5px 0 5px 0;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.team a {
	color:#8f897c;
}
.team h3 {
	text-transform:uppercase;
	font-size:16px;
}
.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;
}
.wprmm_menu p.menu_category_desc {
	font-size:14px;
	color: #8f897c;
}
.wprmm_menu .menu_category {
	background: #fff;
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.wprmm_menu .menu_manager h2 {
	background: #f0ede1;
	padding:5px;
}
.wprmm_menu h3 {
	border-bottom:1px dashed #f0ede1;
	color:#131211;
	font-weight:bold;
	padding: 0 0 10px 0;
	margin-bottom:15px;
}
.wprmm_menu h1 {
	color: #f0ede1;
	padding-top:20px;
	font-size:18px;
	text-align:center;
}
.wprmm_menu p.menu_desc {
	color: #f0ede1;
	font-weight:bold;
	border-bottom:1px dashed #f0ede1;
	text-align:center;
}
.wprmm_menu .menu_manager {
	background:#6ea665;
	padding:5px;
}
p.wprmm_print a {
	color:#131211;
	font-weight:bold;
	background: #f0ede1;
	padding:5px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.ourteam a.more-link {
	background:none;
	border-top:1px solid #8f897c;
	color: #8f897c;
	border-bottom:none;
	margin-top:10px;
	font-weight:bold;
	float:right;
}
.ourteam a.more-link:hover {
	background:none;
}
.ourteam .teamcontent {
	background:#fff;
	padding:5px;
}
.ourteam.singlepage .team {
	margin-top:-20px;
}
/****************************** MENU ******************************/
.container.menutabs {
	margin-top:40px;
}
#menu {
	background: #fff;
}
#menu .one_third, #menu .two_third {
	margin-bottom:0;
}
#menu .two_third {
	margin-top:5px;
}
#menu ul.sidebarmenu {
	background: #f0ede1;
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
#menu h2 {
	background:#6ea665;
	color:#fff;
	padding:10px;
	margin-bottom:0px;
}
.widget.an_image_widget h3 {
	background:#26221f;
	color:#fff;
	padding:10px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#menu ul.sidebarmenu li {
	color:#57524a;
	border-bottom:1px solid #fff;
}
#menu ul.sidebarmenu li.cat-item {
	background: url(images/footersquare.png) left center no-repeat;
	padding:5px 20px;
	font-size:12px;
}
#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:#6ea665;
	padding-left:5px;
}
.menutabs a.more-link {
	background:none;
	border:none;
	color:#6ea665;
	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;
}
.menutabs a.more-link:hover {
	margin-left:4px;
}
.menuquote {
	background: #eae1d1;
	padding:20px 0;
	color:#8f897c;
}
.quote2 {
	text-align:center;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}
.menutabs .grid_4, .menutabs .grid_3 {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.single .menutabs.grid_4, .single .menutabs.grid_3 {
	background: #6ea665;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.menutabs .grid_4 img, .single .menutabs.one_third img, .menutabs .grid_3 img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.menutabs .grid_4 img:hover, .single .menutabs.one_third img:hover, .menutabs .grid_3 img:hover {
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.menutabs .grid_4 h3, ul.tabs .grid_4 a, .single .menutabs.one_third h3, .menutabs .grid_3 h3 {
	padding-left:10px;
}
.single .menutabs.one_third h3 {
	margin-top:15px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.menutabs .grid_4 h3, .single .menutabs.one_third h3, .menutabs .grid_3 h3 {
	font-size:14px;
}
.menutabs .grid_4 h3 a, .menutabs .grid_3 h3 a {
	color:#26221f;
}
.menutabs .grid_4.version h3 a, .menutabs .grid_3.version h3 a {
	color:#26221f;
	border-bottom:1px dashed #f0ede1;
	padding:0 0 5px 0;
}
.menutabs .grid_4.version h3, .menutabs .grid_3.version h3 {
	margin-bottom:20px;
}
.menutabs .menucontent {
	padding: 0 10px;
}
.menutabs {
	width:100%;
}
h4.price {
	background:#6ea665;
	padding:3px 10px;
	color:#fff;
	font-weight:bold;
	margin-top:-5px;
}
h4.price.secondlayout {
	z-index:1000;
	position: absolute;
	background:#6ea665;
	padding:5px;
	color:#fff;
	font-weight:bold;
	margin-top:0;
}
.quote.menu {
	margin-bottom:-20px;
}
.menuquote {
	margin-top:-25px;
}
/****************************** SINGLE MENU ******************************/
.container.projectcontent {
	margin-top:20px;
}
.single .two_third, .single .one_third {
	margin-bottom:0;
}
#singlemenu {
	background: #fff;
	padding:0;
}
#singlemenu .menutabs {
	margin-top:0;
}
.menubreadcrumb {
	background:#f0ede1;
	padding:15px 0 10px 0;
	border-top:none;
	color:#8f897c;
}
.quote3 {
	text-align:center;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}
#singlemenu img {
	margin-bottom:-5px;
}
.singlemenu ul {
	background:#fff;
	padding:10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.singlemenu h3, h3.background {
	background:#6ea665;
	padding:10px;
	margin-bottom:0px;
	color:#fff;
	font-weight:bold;
}
.singlemenu ul li {
	color:#57524a;
	border-bottom:1px solid #fff;
}
.singlemenu ul li#active {
	background: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:#6ea665;
	padding-left:5px;
}
.singlemenu ul li.lines {
	background:url(images/raster.png) left center no-repeat;
	padding:20px 20px;
}
span.mass {
	float:right;
	background:#f0ede1;
	padding:5px;
	margin-top:-5px;
	font-style:italic;
	font-size:14px;
	font-family: 'Sintony', sans-serif;
	font-weight:normal;
}
span.mass1 {
	float:right;
	background:#63965b;
	padding:5px;
	margin-top:-5px;
	font-style:italic;
	font-size:14px;
	font-family: 'Sintony', sans-serif;
	font-weight: bold;
	color:#fff;
}
#singlemenu .sidebar {
	margin-top:10px;
}
#singlemenu h3.widget-title {
	margin-top:0;
}
.singlemenu a.prev, .singlemenu a.next {
	display:none;
}
.candy-social-icons a img {
	width: 24px;
	height: 24px;
}
.quote3 h2 a {
	color:#26221f;
}
/****************************** BLOG - Content Part - Blog Page ******************************/
.container.blog {
	margin-top:40px;
}
.blog article {
	margin-bottom:80px;
}
.post {
	margin-bottom:40px;
	padding:10px 10px 15px 10px;
	background:#fff;
}
.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 .title {
	position:relative;
	float:left;
}
.blog .title h4 {
	margin-top:20px;
	border-left:4px solid #f0ede1;
	padding:0 0 0 10px;
}
.blog p.meta {
display: none;
	float:right;
	margin-left:10px;
	background: #6ea665;
	border-bottom: 4px solid #63965b;
	padding: 5px;
	color: #fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.numb {
	border-top:1px solid #26221f;
	padding-top:5px;
}
.blog p.meta a {
	color: #fff;
}
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;
}
#pagination {
	padding:22px 0px 10px 0px;
}
#pagination li {
	display: inline-block;
}
#pagination a.page-numbers, span.page-numbers.current {
	border-bottom:1px solid #26221f;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	width:80px;
	height:80px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	cursor:pointer;
}
#pagination a.page-numbers:hover, span.page-numbers.current {
	text-decoration: none;
	border-bottom:1px solid #131211;
	color:#131211;
}
/***************** Blog/Sidebar *****************/
.sidebar {
	background:#fff;
}
.sidebarinner {
	padding: 0 10px 20px 10px;
}
.sidebar h3.widget-title {
	margin-top:30px;
	text-transform:uppercase;
	background: #f0ede1;
	padding:5px;
}
.sidebar ul li {
	font-size:14px;
	padding: 10px 0;
	color: #3a3732;
	border-bottom:1px solid #f0ede1;
}
.sidebar ul li a {
	color: #3a3732;
}
.sidebar ul.children li, .sidebar ul.sub-menu li {
	border-bottom: none;
	margin-left:20px;
	color:#8f897c;
	font-size:12px;
	list-style:circle;
}
.sidebar ul.children li a, .sidebar ul.sub-menu li a {
	color:#8f897c;
}
span.post-date {
	color: #6ea665;
	font-weight:bold;
	font-size:11px;
}
.wp-tag-cloud li {
	padding:5px;
	background: #6ea665;
	color:#fff;
}
.sidebar .wp-tag-cloud li a {
	padding:0 10px;
	color:#fff;
	font-weight:bold;
}
/* Widgets */
/* Search */
form#searchform {
	margin-top:5px;
}
#footer label.screen-reader-text {
	display:none;
}
form#searchform input#s {
	font-size:11px;
	cursor: pointer;
	margin-bottom:5px;
	background:#f0ede1;
	border: 1px solid #eae1d1;
}
input#searchsubmit {
	background:#6ea665;
	border-bottom:4px solid #63965b;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:5px;
	color:#fff;
	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;
}
input#searchsubmit:hover {
	margin-left:4px;
	background:#63965b url(images/rausch.png) repeat;
}
span.post-date {
	display:block;
}
/* Calendar */
#wp-calendar {
	padding:10px;
	width:100%;
	background:#f0ede1;
}
#wp-calendar caption {
	background:#26221f;
	color:#6ea665;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
table#wp-calendar>tbody>tr>td>a {
	font-weight:bold;
	font-size:16px;
}
thead>tr>th {
	width:30px;
	height:30px;
	text-align:center;
	background: #6ea665;
	padding:5px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
tbody>tr>td {
	width:30px;
	height:30px;
	text-align:center;
	color:#8f897c;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	font-weight:bold;
	font-size:18px;
	height:20px;
}
tfoot>tr>td#prev {
	width:58px;
	height:20px;
	text-align:left;
}
tfoot>tr>td#next {
	width:58px;
	height:20px;
	text-align:right;
}
.widget_pages ul.children {
	display:none;
}
/******************************* 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;
}
#pagination p.prev {
	float:left;
}
#pagination p.next {
	float:right;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
h4#comments {
	background: url(images/comments.png) left center no-repeat;
	font-size:16px;
	margin-top:15px;
	padding: 10px 10px 10px 25px;
	font-style:normal;
	font-weight:bold;
}
#comments_template {
	margin-bottom:30px;
	background: rgba(255, 255, 255, 0.3);
	border:1px solid #fff;
	padding:10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	background:#6ea665;
	padding:10px;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #f0ede1;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-body {
	background:#fff;
	padding:10px;
	border:1px solid #f0ede1;
}
.comment-body p {
	font-size:13px;
	color: #58544c;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	padding: 4px;
	border: 1px solid #fff;
	background: #f0ede1;
}
.comment-author cite {
	color: #3a3732;
	font-style: normal;
	font-weight: bold;
	text-transform:capitalize;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0px 0 10px 0;
	background:#f0ede1;
	padding:2px 10px;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #3a3732;
	text-decoration: none;
	font-size: 12px;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #3a3732;
}
a.comment-reply-link {
	margin-top:-20px;
}
.reply a {
	font-size: 14px;
	padding: 5px;
	color: #3a3732;
}
.reply a, a.comment-edit-link {
	color: #3a3732;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #3a3732;
}
a#cancel-comment-reply-link {
	color: #3a3732;
}
a.comment-reply-link {
	background:#f0ede1;
	border-bottom:4px solid #eae1d1;
	padding:5px;
	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.comment-reply-link:hover {
	margin-left:4px;
	background:#eae1d1 url(images/rausch.png) repeat;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	margin-top:20px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #3a3732;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#respond p.logged-in-as {
	margin-bottom:20px;
}
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width:100%;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond span.required {
	color: #6ea665;
	font-weight: bold;
}
#respond label {
	color:#3a3732;
	font-size: 12px;
	margin-bottom:10px;
}
#respond input#submit {
	background:#6ea665;
	border-bottom:4px solid #63965b;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:5px;
	color:#fff;
	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;
}
#respond input#submit:hover {
	margin-left:4px;
	background:#63965b url(images/rausch.png) repeat;
}
input#author {
	background:#fff;
	border:1px solid #efefef;
	color:#2a1b2a;
}
input#email {
	background:#fff;
	border:1px solid #efefef;
	color:#2a1b2a;
}
input#url {
	background:#fff;
	border:1px solid #efefef;
	color:#2a1b2a;
}
#respond textarea {
	width: 95.5%;
	margin-top:15px;
	background:#fff;
	border:1px solid #efefef;
	color:#2a1b2a;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	background:#fff;
	padding:5px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 12px;
	width: auto;
}
/* CONTACT
================================================== */
.container.contact {
	margin-top:50px;
}
/* Contact Form */
form.contact-form {
	margin-top:50px;
	background:#fff;
	padding:20px 10px;
}
#contactForm input[type="submit"] {
	background:#6ea665;
	border-bottom:4px solid #63965b;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:5px;
	color:#fff;
	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;
}
#contactForm input[type="submit"]:hover {
	margin-left:4px;
	background:#63965b url(images/rausch.png) repeat;
}
/* FEATURES
================================================== */
.features table {
	border: 1px solid #f4f0d9;
	text-align: left;
	width: 100%;
	background: #fff;
}
.features table th {
	padding: .5em;
	border: 1px solid #f4f0d9;
	vertical-align: top;
}
.features table td {
	padding: .5em;
	border: 1px solid #f4f0d9;
	vertical-align: top;
}
.map {
	width:100%;
}
.map-holder {
	width:100%;
	height:100%;
	margin-bottom:20px;
	border-bottom:6px solid #fff;
}
.map-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.video-holder {
	float:left;
	width:100%;
	height:100%;
}
.video-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin-bottom:5px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/* FORUMS */
.bbp-search-form {
	margin-bottom:40px;
}
#bbpress-forums li.bbp-header {
	background: #6ea665;
	color:#fff;
}
#bbpress-forums li.bbp-footer {
	background: #fff;
	border-top: 1px solid #ebe4d5;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #ebe4d5;
}
#bbpress-forums ul.odd {
    background: #f4f2e9;
}
#bbpress-forums div.bbp-reply-header {
	background: #ebe4d5;
}
#bbpress-forums a.bbp-forum-title {
	color: #3a3732;
	font-size:14px;
}
.bbp-body {
	color: #26221f;
}
.bbp-logged-in {
	margin-bottom:25px;
}
#bbpress-forums fieldset.bbp-form {
	background:#fff;
}
#bbpress-forums fieldset.bbp-form legend {
	color: #3a3732;
	padding:40px 5px 5px 5px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	border:1px solid #d3cdc1;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    background:#6ea665;
	border-bottom:4px solid #63965b;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:5px;
	color:#fff;
	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;
}
#bbpress-forums a.bbp-topic-permalink {
	color: #3a3732;
	font-size:14px;
}
.bbp-pagination {
	color: #3a3732;
}
span#subscription-toggle a, span#favorite-toggle a {
	color:#2a1b2a;
}
span.bbp-admin-links a, span.bbp-author-ip {
	color: #8f897c;
}
.bbp-reply-header a.bbp-reply-permalink {
	color: #8f897c;
	font-weight:bold;
}
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log {
	border-top: 1px dashed #e8e0cf;
	color: #8f897c;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	text-transform:capitalize;
	font-weight:bold;
}
.bbp-footer .bbp-reply-content, .bbp-footer .bbp-reply-author {
	color: #3a3732;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
	color: #3a3732;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #e8e0cf;
	color: #2a1b2a;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a, li.bbp-forum-freshness a {
	color: #8f897c;
}
/****************************** 404 Page ******************************/
.notfound h3, .sitemap h3 {
	text-transform:uppercase;
	font-weight:bold;
}
.notfound ul li {
	list-style:circle;
	margin-left:20px;
}
/****************************** Sitemap ******************************/
.sitemap li {
	padding:10px 0;
	list-style:circle;
	margin-left:20px;
}
.sitemap li li {
	margin-left:40px;
}
.sitemap li a {
	color:#8f897c;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .three_fourth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.two_third_aditional {
	width: 65.33%;
	margin-bottom: 10px;
	float: left;
}
.one_third_aditional {
	width: 30.67%;
	margin-left: 4%;
	margin-bottom: 10px;
	float: left;
}
.grid_4 {
	width: 23%;
}
.grid_3 {
	width: 31.333%;
}
.grid_2 {
	width: 48%;
}
.grid_item {
	margin-bottom: 30px;
}
.clearfix {
	display: block;
}
.grid_4, .grid_3, .grid_2 {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
/* #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-left:10px;
 padding-right:10px;
}
span.left {
 padding:0 5px;
}
.homeseparator {
 border-left:200px solid #6ea665;
 border-right:200px solid #6ea665;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
 .mainmenu {
float: right;
width: 60%;
margin-top:-10px;
background:none;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .two_third_aditional, .one_third_aditional, .grid_4, .grid_3, .grid_2 {
width: 100%;
}
.grid_4, .grid_3 {
	margin-left: 0;
	margin-right: 0;
}
.grid_2 {
	margin-left: -10px;
	margin-right: 0;
}
.one_third_aditional {
 margin-left:0;
}
#secondbox {
 margin-top:20px;
}
.info .two_third {
 margin-top:15px;
}
.portfolio .two_third {
 margin-bottom:10px;
}
.homeseparator {
 border-left:150px solid #6ea665;
 border-right:150px solid #6ea665;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.caption, img.shadow {
 display:none;
}
.one_third_aditional {
 margin-left:0;
}
form#contact_form textarea {
 width: 300px;
}
 .mainmenu {
float: right;
width: 60%;
margin-top:-10px;
background:none;
}
.homeseparator {
 border-left:100px solid #6ea665;
 border-right:100px solid #6ea665;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
 .mainmenu {
float: right;
width: 40%;
margin-top:0;
background:none;
}
.one_third_aditional {
 margin-left:0;
}
.slogan, .caption, img.shadow {
 display:none;
}
.homeseparator {
 border-left:50px solid #6ea665;
 border-right:50px solid #6ea665;
}
}
/* Responsive Menu
================================================== */
.tinynav {
	visibility: hidden;
}
 @media only screen and (max-width: 767px) {
.tinynav {
 visibility: visible;
 display: inline-block;
 width: 100%;
 margin-top: 13px;
}
.sf-menu {
 visibility: hidden;
 height: 0;
}
}



