/* 
Theme Name: 	LIF
Theme URI:      http: //www.lif.at/
Description: 	Vaudora Child Theme
Author:         E-Werkstatt
Author URI:     http: //www.ewerkstatt.com/
Template: 		vaudora
Version:        1.2
*/


@import url('../vaudora/css/shortcodes.css');
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;
	outline: none;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
/* remember to define focus styles! */	
:focus {
	outline: 0;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Text elements */
p {	margin-bottom: 1.625em; font-size: 16px;}
ul, ol { margin: 0 0 1.625em 1.625em;}
li { font-size: 16px; }
ul { list-style: square;}
ol { list-style-type:decimal; }
ol ol { list-style: upper-alpha;}
ol ol ol { list-style: lower-roman;}
ol ol ol ol { list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0;}
dl { margin: 3em 0; border-color: rgba(0,0,0,0.1); border-width: 0 0 1px 0;}
dt { float: left; clear: left; width: 100%; font-weight: bold;} 
dd { margin: 0 0 0 30%; padding: 5px 0;}
dd, dt {  border-color: rgba(0,0,0,0.1); border-width: 1px 0 0 0;}
strong { font-weight: bold; }
cite, em, i { font-style: italic;}
pre {
	background:#f6f6f6;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 10px 20px;
	border: 1px solid #e2eeee;
	color: #444444;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:		   3px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
	background: url("images/code_bg.png") repeat scroll left top #fefefe;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	color: #686a6b;
	display: block;
	font: 12px/21px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #d5d5d6;
	overflow: auto;
	padding: 21px 26px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
address { display: block; margin: 0 0 1.625em; }
ins { background: #fff9c0; text-decoration: none; }
sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }

hr {
	position: relative; 
	display: block;
	clear:  both;
	border: none;
	margin: 10px 0;
	background: #ddd;
	height: 1px;
	}
.sticky,
.gallery-caption
{
}
/* Clearfix -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
	}

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

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* General */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body, input, select, textarea  { 
	font: normal 13px/1.6 Arial, Helvetica, Sans-serif;
	color: #444;
}

body { 
	background-color: #a4a7a8;
}

#pagebg {
	position:fixed;
	top:0; 
	z-index:-1;
	min-width:100%;
	min-height:100%;
	}
	
.bodyoverlay {
	position: fixed;
	top: 0;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


div.sharedaddy .sd-content {
  
    position: relative;
    top: -35px;
 
}

a {
	text-decoration: none;
	color: #0ba054;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	text-decoration: underline;

}

.ribbon { position:absolute; top:0; right:0; z-index:2; }

.preloader {
	display:block;
	background:url('ajax-loader.gif') center center no-repeat #ffffff;
}

.entry-content img,
#footer img,
#sidebar img,
figure img { width:auto; max-width: 100%; height:auto; }

.atpimage {
	position: relative;
	display: inline-block;
}

.image_caption {
	display: block;
	padding: 2px 5px;
	text-align: center;
	}

.imageborder {
	position: relative;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:		   3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

/* Google Map Responsive fix =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.atpimage {
	position:relative;
	display:inline-block;
	}
.atpmap img {
	width: auto !important;
	max-width: none;
	}

.page-id-6686 form input[type="submit"] {

    position: relative;
    top: -101px;
    cursor: pointer;
    font-style: italic;
}



#sofort {margin-top:-9px;}
#sofort form input[type="submit"],
.page-id-6686 form input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:41px;
	-webkit-border-radius:41px;
	border-radius:41px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#103D68;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	
}
#sofort form input[type="submit"]:hover,
.page-id-6686 form input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

#text-7 form input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:41px;
	-webkit-border-radius:41px;
	border-radius:41px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#103D68;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	cursor: pointer;
    font-style: italic;
    margin-top: 20px;
}
#text-7 form input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
</style>
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Headings */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

h1, h2, h3, h4, h5, h6 {
	margin: 2em 0 10px 0;
	line-height: 150%;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

#fehler {float: right;}

h1 small { font-size: 20px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

.entry-title{
	font-weight: normal;
	letter-spacing: 0;
}

.heading {
	display:inline-block;
	margin-bottom:5px;
	padding:5px 10px;
	background-color: #000000;
	color: #ffffff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:40px;
	font-weight:normal;
	line-height:1.1;
	letter-spacing:-1px;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Layout & Column Grid */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#boxed #wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 0 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 0 6px 3px rgba(0, 0, 0, 0.2);
	}

#stretched #wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	}
	
.inner { 
	position:relative;
	width: 950px; 
	margin: 0 auto;
	
	}

.inner:after {
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.one_half      { width: 47.8%; }
.one_third     { width: 30.5%; }
.two_third     { width: 65.3%; }
.one_fourth    { width: 21.9%; }
.one_fifth     { width: 16.7%; }
.three_fourth  { width: 74.0%; }
.four_fifth    { width: 79.0%; }
.two_fifth     { width: 37.2%; }
.three_fifth   { width: 58.0%; }
.one_sixth     { width: 13.3%; }
.five_fifth    { width: 82.7%; }

.one_half,
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth   {
	position: relative;
	display: inline-block;
	display:inline;
	float: left;
	margin-right: 4%;
	margin-bottom:15px;
}

.last { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header & Logo */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header	{ 
	position: relative;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	z-index: 10;
	background-color: #ffffff;
	border-bottom: 4px solid #0ba054;
}


/* Logo Image -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.logo {
	position: relative;
	display: inline-block;
	*display: inline;
	float: left;
	min-width: 100px;
	margin-bottom: -5px;
	margin-left: -75px;
	}

/* Logo Text =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

h1#site-title { margin: 0; }
h1#site-title a { 
	font-size: 30px;
	line-height: 38px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}
h2#site-description {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

.header-right {
	float: right;
	width: 200px;
	font-size: 11px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Version 2 */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header-s2	{ 
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	background-color: #ffffff;
	border-top: 4px solid #0ba054;
}

.header .one_half,
.header .one_third {
	margin-bottom: 0 !important;
	}

#header-s2 #menubar {
	background-color: #ffffff;
	border-top: 1px solid #eaeaea;
	box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2)
}

#header-s2 .logo { display:table; margin:0 auto; float:none; margin-bottom:25px; }
#header-s2 #menuwrap { padding: 0px; float: none;}
#header-s2 #menubar .inner { padding: 0px; }
#header-s2 #atp_menu { display:table; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Version 3*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header-s3	{ 
	position: relative;
	margin: 0 auto;
	padding: 0 0 25px 0;
	z-index: 10;
	background-color: #ffffff;
	border-bottom: 4px solid #0ba054;
}

#header-s3 .topbar { background-color:#F3F3F3; }
#header-s3 #atp_menu > li:before {
	position:absolute;
	top: 30%;
	left: 0;
	content : url(images/menu_sep.png);
	height:16px;
	width:1px;
	}

#header-s3 #atp_menu > li:first-child:before {
	content : "";
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Header Version 3*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#header-s4	{ 
	position: relative;
	margin: 0 auto;
	z-index: 10;
	background-color: #ffffff;
	border-bottom: 4px solid #0ba054;
}


#header-s4 .inner { position: relative; padding: 0 0 25px 0;}
#header-s4 .topbar .inner { padding: 0; }
#header-s4 #menuwrap { padding: 0px; float: none;}
#header-s4 #menubar {
	background-color: #ffffff;
	border-top: 1px solid #eaeaea;
}

#header-s4 #menubar .inner {
	padding: 0;
}

#header-s4 #atp_menu > li {
	background-image:url(images/menu_sep.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* Header-s4 Searchbox -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#header-s4 .search-box { padding-top: 25px; }
#header-s4 .search-box input  { 
	width: 40%; 
	float: right;
	margin: 0 auto; 
}

/* Topbar =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.topbar {
	background-color: #ffffff;
	line-height: 36px;
	position: relative;
	font-size:11px;
	overflow:hidden;
	border-bottom: 1px solid #eaeaea;
}

.topbar .atpsocials {
	float: right;
	margin: 0 auto
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Primary Menu  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#menu-trigger { display:none}

#menuwrap {
	position: relative; 
	float: right;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#atp_menu, 
#atp_menu *						{ margin: 0; padding: 0; list-style: none; }
#atp_menu                      	{ margin: 0 auto; line-height: 1.0; position: relative; z-index: 99; }
#atp_menu ul                   	{ position: absolute; top: -999em; width: 14em; z-index: 100; /* left offset of submenus need to match (see below) */}
#atp_menu ul li                	{ width: 100%; position: relative;z-index: 101;}
#atp_menu li:hover             	{ visibility: inherit; /* fixes IE7 'sticky bug' */}
#atp_menu li                   	{ position: relative; float: left; list-style-position: inside; padding: 66px 0 16px;}
.sub-menu li          { position: relative; float: left; list-style-position: inside; padding: 0px!important;}
#atp_menu a                    	{ display: block; position: relative; }
#atp_menu li:hover ul,
#atp_menu li.sfHover ul        	{ left: 0; margin-top: 4px; top: auto; /* match top ul list item height */ }
#atp_menu li:hover li ul,
#atp_menu li.sfHover li ul     	{ top: -999em; }
#atp_menu li li:hover ul,
#atp_menu li li.sfHover ul     	{ left: 14em; top: 0; /* match ul width */ }
#atp_menu li li:hover li ul,
#atp_menu li li.sfHover li ul  	{ top: -999em; }
#atp_menu li li li:hover ul,
#atp_menu li li li.sfHover ul  	{ left: 14em; bottom: 14em; top: 0;/* match ul width */ }

/* Menu Settings =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#atp_menu a         { color:#25408D; padding: 0px 15px; text-decoration: none;}
#atp_menu a, 
#atp_menu a:visited { text-decoration: none; }
#atp_menu li a      { font-size: 18px; }
#atp_menu li li a   { font-size: 13px; padding: 1.2em 1.4em; border-bottom: 0px solid #eeeeee; }
#atp_menu li li:last-child a  { border-bottom: 0 solid #eee; }

#atp_menu ul {
	background-color:#ffffff;
	/*box-shadow: 0 0 0 4px rgba(0,0,0,0.1);*/
}
.sub-menu {margin-top: 20px!important;
	
}

#ie7 #atp_menu ul
#ie8 #atp_menu ul { border:1px solid #eeeeee; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#atp_menu li:hover, #atp_menu li.sfHover,
#atp_menu a:focus, #atp_menu a:hover, 
#atp_menu a:active { 
	color: #fff;
	outline: 0; 
	text-decoration: none; 
	background-color: #FFCA23;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#atp_menu li li:hover, #atp_menu li li.sfHover,
#atp_menu li li a:focus, #atp_menu li li a:hover, 
#atp_menu li li a:active {
	color:#fff;
	text-decoration: none; 
	outline: 0; 
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Active Page Status CSS for all the browsers*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#atp_menu li.current-cat a, 
#atp_menu li.current_page_item > a,
#atp_menu li.current-page-ancestor > a { margin: 0; color:#25408D; }

/* Menu Subtitle =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.msubtitle { 
	margin-top: 5px;
	display: block;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
}

/* Arrows */
#atp_menu a.sf-with-ul {
	padding-right: 1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
 	background:		url('images/arr.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ 
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.3em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* 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*/
}

/* Apply hovers to modern browsers =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* point right for anchors in subs */
#atp_menu ul .sf-sub-indicator { background-position:  -10px 0; }
#atp_menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* Arrow hovers for modern browsers -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#atp_menu ul a:focus > .sf-sub-indicator,
#atp_menu ul a:hover > .sf-sub-indicator,
#atp_menu ul a:active > .sf-sub-indicator,
#atp_menu ul li:hover > a > .sf-sub-indicator,
#atp_menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Responsive Menu */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.m-select-container{
	position: relative;
	padding: 10px 0;
	height: 37px;
	display: none;
	}

.m-select {
	display: inline-block;
	position: absolute;
	left: 0; 
	right: 0;
	width: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	text-align: center;
	color: #999999;
	background-color: #f0f0f0; 
	z-index: 99;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	border-radius:         3px;
	}

#m-select-active { padding: 10px;}


#menu-trigger,
#sf-mobilemenu { display:none}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sidebars & Main Content */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fullwidth #main { padding: 60px 0; }

h3.widget-title { font-size: 24px; }

/* Left Sidebar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.leftsidebar #main { 
	float: right; 
	padding: 60px 0 60px 0; 
	width: 710px; 
	}

.leftsidebar #main .entry-content { 
	padding-left: 40px;	
}

.leftsidebar #sidebar { 
	background: url('images/opacs/dark05.png') top right repeat-y;
	position: relative;
	float: left; 
	width: 250px; 
	padding: 60px 0;
}

.leftsidebar #sidebar .content{ 
	padding: 0 40px 0px 0; 
}	 

/* Right Sidebar =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.rightsidebar #main { 
	float: left; 
	padding: 60px 0;
	width: 670px;
}

.rightsidebar #sidebar {
	background: url('images/opacs/dark05.png') 0 0 repeat-y;
	position: relative;
	float: right;
	width: 250px;
	padding: 60px 0;
}

.rightsidebar #sidebar .content{ 
	padding: 0 0 0 40px; 
} 
		
/* Content Area -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.pagemid {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden; 
}

#spenden {background-color: #ccc; padding: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
         
        color: rgba(0, 0, 0, 0.1);
 }
	
.pagemid .inner { width: 960px; margin: 0 auto;}

.entry-content li a, .entry-content ul, .entry-content ol, .entry-content p { 
	font-size: 16px; }

.entry-content h2 { margin-top: 1em; margin-bottom: 0.5em; }
.entry-content h3 { margin-top: 1em; margin-bottom: 0.5em; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Featured Slider */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#featured_slider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 9;
	background-color: #fff;
	/*background-image: url(images/bg_img.png);
	background-position: center center;
	background-repeat: repeat;*/
}

.slider_stretched { margin: 0 auto; }
.slider_wrapper { width: 960px; margin: 0 auto; }

.videoslider,
.planbox_slider {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	}

.videoslider iframe,
.staticslider img{
	max-width:100%;
	display: block;
	margin: 0 auto;
}

.ei-slider-thumbs li a:hover,
.ei-slider-thumbs li.ei-slider-element{ background-color: #0ba054; }

.flex-title {display:none !important;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frontpage Teaser */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
	
.frontpage_teaser	 {
	position:relative;
	margin: 0 auto;
	padding: 30px 0 0px 0;
	background-color:#f5f6f7;
	border-bottom: 1px solid #eaeaea;
	}
	
.frontpage_teaser .inner { margin: 0 auto; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sub Header */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#subheader	{	
	position: relative;
	background-color: #283643;
	margin: 0 auto;
	color: #fff;
	display: table;
	padding: 25px 0;
	border-bottom: 1px solid #D2D3D4;
	width: 100%;
}

.subheader .inner { position: relative; }

#subheader .page-title {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -1px;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.subdesc { float: left; width: 60%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Breadcrumbs */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#breadcrumbs {
	float: right;
    display: block;
    font-size: 11px;
	text-align: right;
	width: 38%;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

#breadcrumbs .separator { padding:0 3px;}
#breadcrumbs a { color: #ffffff; }
#breadcrumbs a:hover{ color: #ffffff;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Image */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.wp-post-image {
    margin-bottom: 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Footer */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.footer_teaser {
    background-color: #313131;
    margin: 0;
    overflow: hidden;
    padding: 40px 0 0;
}
.footer_teaser .inner {
    margin: 0 auto;
    overflow: hidden;
}

#footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #afb0b1;
	margin: 0 auto;
	padding: 40px 0 0 0;
	border-top: 5px solid #0ba054;	
	background-color:  #333333;
	background-image: url(images/bg_img.png);
	background-position: top left;
	background-repeat: repeat;

}

#footer a{
	text-shadow: 1px 2px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=2);
}
	
#footer .widget-title{
	color: #fff;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#footer a:hover { color:#ffffff; }		

/* Copyright =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.copyright  { 
	position: relative;
	width: 100%;
	background-color: #222222;
	color: #ddd;
}

.copyright .inner  {
	margin: 0 auto;
	padding: 15px 0;
}

.copyright p  { margin: 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Search Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget.widget_search {
	position: relative;
	width: 100%;
}
* html .search-box               { margin-top: 10px; }
*:first-child+html .search-box 	 { margin-top: 10px !important; }
.search-box input  { 
	width: 93%; 
	background: none repeat scroll 0 0 #F7F7F8;
	color: #B2B2B6
	margin: 0 auto; 
	padding: 6px 10px;
	font-size: 13px; 
	font-family; georgia;
	border: 1px solid #F7F7F8;
}
.search-box input:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CFCFCF;
    color: #555555;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0,  0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Widgets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget-title { font-weight: normal; }
.widget { margin: 0 0 45px 0; }
.widget ul  { margin: 0; padding: 0; }
.widget ul ul { margin-bottom: 0; }	
.widget ul li {	
	background-repeat: no-repeat;
    list-style-type: none;
    padding: 1px 0;
    position: relative;
}

.widget ul li a {
	padding: 1px 0 1px 0;
	zoom: 1; 
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Default Alignment */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.left {float: left;}
.right {float: right;}
.center {float: none; text-align: center; margin: inherit auto;}

.alignleft, 
img.alignleft, 
a img.alignleft  { float: left; margin: 3px 15px 20px 3px;}

.alignright, 
img.alignright, 
a img.alignright { float: right; margin: 3px 3px 20px 15px;	}

.aligncenter, 
img.aligncenter, 
a img.aligncenter { clear: both; display: block; margin: 10px auto 20px auto; padding: 2px; text-align: center;	}

/* Default Image Caption =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.wp-caption { text-align: center; margin-bottom: 20px; padding: 2px; border: 1px solid #ddd; background:#f1f2f3; }
.wp-caption img { margin: 3px;}
.wp-smiley { margin: 0; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Staff Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.bio .sociables {
	border-top:1px solid #dddddd;
	text-align: center;
	margin: 0; 
	padding: 15px 0;
}

ul.atpsocials {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.bio { 
	position: relative;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	}

.bio hgroup {
	text-align: center; 
}

.bio::before,
.bio::after {
 	box-sizing: border-box;
 	position: absolute;
 	content: '';
 	border: 1px solid #dddddd;
 	height: 2px;
}

.bio::before {
	width: 99%;
	left: .5%;
	bottom: -4px;
}

.bio::after {
	width: 98%;
 	left: 1%;
	bottom: -7px;
}

.bio .details {
	background: #fff;
	border: 1px solid #fff;
	padding: 20px;
}

.bio .details p	{
	padding: 0 20px;
}

.bio img { max-width: 100%; display:block;}

.bio h5 {
	text-transform: normal;
	letter-spacing: 1px;
	margin-bottom:5px;
}

.bio span.staff-role {
	margin-bottom:20px;
	display:  block;
	font-size: 11px;
	color: #888888;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sociables */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

ul.atpsocials li {
	background: none !important;
	display: inline-block; 
	*display: inline; 
	margin: 0;
	padding: 0 !important;
	line-height:1;
	position:relative;
}

ul.atpsocials li img{
	position: relative; 
	vertical-align: middle; 
}
	
ul.atpsocials li a{ 
	display: inline-block; 
	*display: inline; 
	width: 30px;
	padding: 0 !important;
	height: 20px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	 transition:        all 200ms ease-in;
}

ul.atpsocials li a.blogger		{ background: url(images/sociables/blogger.png) center center no-repeat; }
ul.atpsocials li a.delicious	{ background: url(images/sociables/delicious.png) center center no-repeat; }
ul.atpsocials li a.deviant		{ background: url(images/sociables/deviant.png) center center no-repeat; }
ul.atpsocials li a.digg			{ background: url(images/sociables/digg.png) center center no-repeat; }
ul.atpsocials li a.facebook		{ background: url(images/sociables/facebook.png) center center no-repeat; }
ul.atpsocials li a.flickr		{ background: url(images/sociables/flickr.png) center center no-repeat; }
ul.atpsocials li a.forrst		{ background: url(images/sociables/forrst.png) center center no-repeat; }
ul.atpsocials li a.google		{ background: url(images/sociables/google.png) center center no-repeat; }
ul.atpsocials li a.linkedin		{ background: url(images/sociables/linkedin.png) center center no-repeat; }
ul.atpsocials li a.pinterest	{ background: url(images/sociables/pinterest.png) center center no-repeat; }
ul.atpsocials li a.rss			{ background: url(images/sociables/rss.png) center center no-repeat; }
ul.atpsocials li a.skype		{ background: url(images/sociables/skype.png) center center no-repeat; }
ul.atpsocials li a.stumbleupon	{ background: url(images/sociables/stumbleupon.png) center center no-repeat; }
ul.atpsocials li a.twitter		{ background: url(images/sociables/twitter.png) center center no-repeat; }
ul.atpsocials li a.dribbble		{ background: url(images/sociables/dribbble.png) center center no-repeat; }
ul.atpsocials li a.vimeo		{ background: url(images/sociables/vimeo.png) center center no-repeat; }
ul.atpsocials li a.yahoo		{ background: url(images/sociables/yahoo.png) center center no-repeat; }
ul.atpsocials li a.youtube		{ background: url(images/sociables/youtube.png) center center no-repeat; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sticky Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#sticky { 
	display: none;
	position: relative; 
	top: 0;
	width: 100%; 
	padding: 11px 0; 
	z-index: 1000; 
	background-color:#ffe487;
	color: #333333;
	text-align: center;
	}

#sticky a { color:#999999; }
#sticky a:hover { text-decoration:underline; }

.tarrow { 
	position:absolute;
	top: 5px;
	right:10px; 
	width: 29px; 
	height: 34px; 
	background: url(images/toggle_up.png) 0 0 no-repeat; 
	z-index: 2000;
	}

.tarrow.active { 
	background: url(images/toggle_down.png) 0 0 no-repeat;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Progress Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.progress_wrap {
	position:relative;
	margin-bottom: 10px;
}

.progress_wrap h4 {
	font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.progress_container {
    position: relative;
    width: 100%;
    line-height: 27px;
	background-color :#eeeeee;
}
 
.progress_bar{
    position: relative;
    width: 0;
    height: 25px;
	background-color: #0ba054;
}
	
.progress_bar span {
	color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}
	
span.percentage {
	position: relative;
	float: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blog Post */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #f6f6f6;
}
.post .quote {
	padding:20px;
 	background: #f6f6f6;
	font-size: 18px;
    font-style: italic;
	line-height: 30px;
	margin: 0;
	font-family: Georgia, Times, Serif;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.post .quote span {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.post .quote span:before { content: "\2014 \00A0"; }

.post:after{ clear: both; content: ""; display: block;}
.post h2.entry-title {
	font-weight: normal;
}

.post .sub-title {
    color: #B2B2B6;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    top: -22px;
}

.post .postimg { margin-bottom:20px; }

/* Post Entry -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post .post-info  {
	position: relative; 
	float: left; 
	width: 140px; 
	}

.post .post_content  {
	overflow: hidden; 
	}

.post-info  {
	display: block;
	margin: 0;
	font-size: 11px;
	color: #999999;
}

.post .post-info  a {color: #999999;}
.post .post-info  a:hover{color: #222222;}
.post_content .flexslider,
.post_content .video-frame
 { margin-bottom:20px; } 

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Formats */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.status-format {
	margin-bottom: 20px;
}

.postformat-link, 
.postformat-quote,
.postformat-video,
.postformat-audio,
.postformat-gallery,
.postformat-aside,
.postformat-image,
.postformat-status,
.postformat-standard { 
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0ba054;
}

.postformat-link {background-image:url(images/postformat/postformat-link.png);}
.postformat-quote { background-image:url(images/postformat/postformat-quote.png); }
.postformat-video { background-image:url(images/postformat/postformat-video.png); }
.postformat-audio { background-image:url(images/postformat/postformat-audio.png); }
.postformat-gallery { background-image:url(images/postformat/postformat-gallery.png); }
.postformat-aside { background-image:url(images/postformat/postformat-aside.png); }
.postformat-image { background-image:url(images/postformat/postformat-image.png); }
.postformat-status { background-image:url(images/postformat/postformat-status.png); }
.postformat-standard { background-image:url(images/postformat/postformat-post.png); }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Non Sortable Portfolio */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.portfoliotype .postimg { margin-bottom:40px;}
.portfolio_items {
	clear: both;
	position: relative;
	padding: 0;
	width: auto;
	overflow: hidden;
}
.portfolio_items .item { overflow:hidden; margin-bottom:30px; }
.portfolio_grid {
	position: relative;
	display: block;	
	margin: 0;	
}
.portfoliogrid {
	display: block;
	position: relative;
}
.port_img,
.sort_img {
	position: relative;
}
.port_desc { padding: 10px 0 0 0;	}
.port_desc h4 { font-size:16px; margin-bottom: 0px; }
.port_desc h5 { margin-bottom: 5px; }
.port_desc p.date {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.port_box {
	display: block; 
	position: relative;
	float: left;
	margin: 0 0 10px 0;
}
.port_desc date { margin-bottom: 20px; }
.port_desc p.extras { margin-bottom: 0; font-style: italic; letter-spacing: 0.8px;}
.port_desc.col1     { padding: 0 2px 2px 2px; margin:0; }

.visitsite { margin-left: 10px;}
.portfolio_single .postimg { margin-bottom:20px;}
.post_slider { 
	display: block;
	position: relative; 
	z-index: 2;
}
.post_slider img { display: block; margin-bottom:30px;}
	
/* -------------------------------------------------- */
.portfoliopage .details { list-style:none; margin-left:0;}

.portfoliopage .details li{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E6E6;
}

.portfoliopage .details h5{
	float: left;
	margin: 0 !important;
	width: 120px;
}
	
.portfoliopage .details li span { float:left;}

.layout-half .postimg { width: 65%; float: left; display: inline; margin-right: 5%; }
.layout-half .portfoliopage { width: 30%; float: right; }
.layout-half .two_third,
.layout-half .one_third { width: 100%; margin-right: 0; float: none; }

/* Single Post Navigation -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.singlepostlists { 
	overflow: hidden; 
	margin: 0 0 20px;
	padding: 20px 0; 
	}

.singlepostlists ul { margin:0; padding:0; }
.singlepostlists li  { 
	background-position: 0 8px;
	display: block; 
	margin: 0 0 5px 0; 
	font-size: 13px;
	padding: 0;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Events */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.events  { position: relative; margin: 0; }
.event_meta { float: left; }
.postdate,
.event_meta {
	display: block;
	width: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	border: 1px solid #dddddd;
	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}

.postdate .month,
.event_meta .month {
	display: block; 
	font-size: 10px; 
	line-height: 14px; 
	text-transform:uppercase;
}
.postdate .day,
.event_meta .day { 
	display: block; 
	font-size: 19px; 
	line-height: 20px;
	}

.event_entry { overflow:hidden; }
.event_entry ul { margin:0 }
.event_entry ul li { list-style:none; line-height:22px;}
.events .info {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.events .info .info_date,
.events .info .info_time,
.events .info .info_place {
	margin-right: 45px;
	font-weight: bold;
}
.event_thumb { float: left; margin: 0 30px 20px 0;}
.event_thumb img { max-width:100%; height:auto; }
.event-single .event_details ul li { display: inline-block; margin-right: 15px; }
.event-single .event_thumb { float: none; margin: 0 0 30px 0;}
.event_details {
	font-size:11px; 
	margin-bottom:5px;
	text-transform:uppercase;
	}

.event_details .entry-title { text-transform:uppercase; margin-bottom:5px; }
.event_details .event_venue span,
.event_details .event_date span,
.event_details .event_start span,
.event_details .event_end span,
.event_details .event_location span { 
	font-weight:normal;
	}
.event_details .event_date .heading { letter-spacing:2px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sortable Portfolio */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.sortable { width: 100%; }
.sort_img,
.postimg {
	display: block;
	position: relative;
	padding: 0;
}

.image-grid .item {
	position: relative;
	overflow:hidden;
}
.sort_column1 .item {
	width: 100%;
	height: 300px;
	margin: 0 0 40px 0;
}
.sort_column1 .item  .sort_img {
	position:relative;
	float: left;
	width: 620px;
	height: auto;	
	margin-right: 30px;
}
.sort_column2 .item  {
	position:relative;
	width:47.0%;
	min-height:250px;
	height:auto;
	margin: 0 10px 20px 10px;
}

.sort_column3 .item {
	width: 31.0%;
	height:auto;
	margin: 0 5px 20px 5px;
}
.sort_column4 .item {
	width: 22.5%;
	height:150px;
	margin: 0 10px 20px 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Isotope Grid */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.splitter  { 	
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0;
}
	
.splitter ul        { margin-right: 0; margin-top: 0; }
.splitter > li      { padding-left: 0; }
.splitter > li ul   { display:table; margin: 0 auto; }
.splitter ul li a   { border-bottom: 0; position: static; background-color:#f1f2f3; margin: 0 2px; color: #333333;}

.splitter li,
.splitter ul,
.splitter ul li a   { *display: inline; display: inline-block;   line-height: 1.1; }

.splitter ul,
.splitter ul li,
.splitter ul        { background-position: 0 -138px; background-repeat: repeat-x; }
.splitter ul li     { position:relative; line-height:30px;}
.splitter ul li a:hover { 
	background-color: #0ba054;
	padding: 10px 15px;
	text-decoration: none; 	
	color: #ffffff;
}
.splitter li a.selected {
	background-color: #0ba054;
	color: #ffffff;
}

.splitter li a.selected .selected-arrow{ 
	position:absolute;
	left: 0;
	right: 0;
	bottom:-5px;
	width: 0;
	margin: 0 auto;
	height: 0;
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-top: 5px solid #0ba054;
	}	
.splitter ul li:first-child { margin-left: 0; margin-bottom: 5px; }
.splitter ul li a   { 
	padding: 10px 15px; 
	text-decoration: none; 
}	

/* Isotope Filtering -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.isotope-item {  z-index: 2; }
.isotope-hidden.isotope-item {  pointer-events: none; z-index: 1; }

/* Isotope CSS3 Transitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration:	 0.8s;
	-o-transition-duration:		 0.8s;
	transition-duration:		 0.8s;
}

.isotope {
	-webkit-transition-property:	height, width;
	-moz-transition-property:	    height, width;
	-o-transition-property:		    height, width;
	transition-property:		    height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:	 -moz-transform, opacity;
	-o-transition-property:		 top, left, opacity;
	transition-property:		 transform, opacity;
}

/* Disabling Isotope CSS3 transitions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration:	0s;
	-moz-transition-duration:	0s;
	-o-transition-duration:		0s;
	transition-duration:		0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling =-=-=-=-=-=-=- */
.isotope.infinite-scrolling {
	-webkit-transition:	none;
	-moz-transition:	none;
	-o-transition:		none;	
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Select Wrapper */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.select_wrapper {
		font-size: 11px;
		background: #fafafa url('images/select.png') no-repeat right center;
		border: 1px solid #dddddd;
		float: left;
		height: 26px;
		margin: 0;
		margin-bottom: 9px !important;
		width: 20%;
		display: block;
		color: #666666;
		-webkit-box-shadow: inset 0px 0px 2px 1px #EEEEEE;
		-moz-box-shadow:    inset 0px 0px 2px 1px #EEEEEE;
		box-shadow:         inset 0px 0px 2px 1px #EEEEEE;
		}

.select_wrapper       { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }
select.select         { cursor: pointer; height: 28px; margin: 0; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; padding: 0; position: relative; width: 100%; z-index: 4; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pagination */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.pagination {
	margin: 15px auto;
	padding:	15px 0 0 0;
	background:	url('images/opacs/dark10.png') left top repeat-x;
	text-align:	center;
}

.pagination a, 
.pagination a:link, 
.pagination a:visited,
.pagination a:active,
.pagination span.current{ 
	background: #E6E6E6;
	color: #474747;
	border: solid 1px #B6B6B6;
	padding: 5px 10px 5px 10px;
	margin: 0 4px;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
	border-radius:			3px;	
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

.pagination span.current { background: #FFFFFF;}
.pagination span.extend	 { background: #FFFFFF;}
.pagination a:hover { background: #FFFFFF;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Hover Type Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.hover_type   { display: none; position: absolute; z-index: 10; left: 50%; top:52%; }
.hover_type a { 
	position: absolute; 
	top: 0; 
	width: 40px; 
	height: 40px;
	background-color: #000000; 
	background-repeat: no-repeat;
	background-position:center center;
	-moz-border-radius:    40px;
	-webkit-border-radius: 40px;
	border-radius:         40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hover_type a.hoverlink        { background-image: url(images/hoverlink.png);   }
.hover_type a.hoverimage       { background-image: url(images/hoverimage.png); right: 5px !important; }
.hover_type a.hovervideo       { background-position: -30px 0; right: 5px !important; }
.hover_type a.hovercustomlink  { background-position: 0 0; right: 5px !important; }
.hover_type a.hoverlink:hover,
.hover_type a.hoverimage:hover,
.hover_type a.hovervideo:hover,
.hover_type a.hovercustomlink:hover { background-color: #ffffff; }
.port-fig{ border: none; padding: 0;}

.portdemo-text {
	padding: 23px 0 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #d3f2f6;
 } 
.portdemo-text:hover { cursor: pointer;}
.portdemo-text h3{
	font: 24px Source Sans Pro, Arial, Sans-Serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 15px 0 15px;
	text-align: center;
}
.portdemo-text h3 a {
	color: #316971;
} 

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Carousel */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.list_jcarousel { position: relative; margin-bottom: 50px; }
.carousel-title {
	margin-bottom: 15px;
	margin-right: 80px;
	font-size: 22px;
}
.carousel-title span { background-color:#ffffff; }
.jcarousel-container { margin-top: 30px; }
.jcarousel-direction-rtl { direction: rtl; }
.jcarousel-container-horizontal { padding: 0;}
.jcarousel-clip { overflow: hidden; }
.jcarousel-clip-horizontal {} 
.jcarousel-item { margin: 0; }
.jcarousel-item  .content{ text-align: left; }
.jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 20px;
	width: 220px;
}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Horizontal Buttons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.jcarousel-next-horizontal {
	position: absolute;
	top: -55px;
	right: 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(images/next-horizontal.png);
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: -55px;
	right: 40px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(images/prev-horizontal.png);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Events Carousel */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post_list{ 
	margin: 0;
	text-align: left;
}

.post_list img { vertical-align: top; }
.post_list h5 { margin-bottom: 10px; }
.post_list .content {
	background-color: #90d0d8;
	padding: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:    all 0.5s ease 0s;
	-o-transition:      all 0.5s ease 0s;
	transition:         all 0.5s ease 0s;
}
.post_list:hover .content{ color: #ffffff; }
.post_list:hover .content h5,
.post_list:hover .content a { color: #ffffff;}

.post_list .entry-title { margin: 0; font-weight: bold; }
.post_list .post-info { margin: 0 0 10px 0; font-size:11px; color: #999999; }
.post_list .postmeta span { padding: 0 10px 0 0; }
.post_list .post-info a { color: #666;}
.post_list .post-info a:hover { color: #000000}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Author Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  #entry-author-info { 
	margin:20px 0 40px;
	padding: 25px; 
	background: none repeat scroll 0 0 #F5F5F5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	}
 .author_entry  { margin: 0 0 0 0; }
 .author-avatar  { float: left; margin: 0 20px 0 0; }
 .author-description h5 { margin-bottom: 5px; }
 .author-description p { margin-bottom: 5px;}
 
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#port-nav-below {
	margin: 0 auto; 
	margin: 0 0 10px 0; 
	overflow: hidden; 
}
#nav-below {
	margin: 30px 0; 
	padding: 20px 0; 
	overflow: hidden; 
}
#port-nav-below .nav-previous,
#nav-below .nav-previous	{
		position: relative;
		display: inline-block;
		line-height: 1em;
		width: 50%;
		float: left;
}
#port-nav-below .nav-next,
#nav-below .nav-next  {
		display: inline-block;
		position: relative;
		line-height: 1em;
		width: 50%;
		float: right;
		text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span { 
	line-height: 2em; 
	text-transform: uppercase; 
	display: block; 
	color: #aaa;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Comments */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#comments { margin: 0; padding: 20px 0; }
.comments-title em { 
	display: block; 
	font: italic 12px Georgia, Times, Serif;
}

.comments-area ol { margin: 0 0 30px 0; padding: 0; }
.comments-area ol li { margin: 0;  padding:0; list-style-type:none;}
.comments-area .comment_wrap {
	position: relative;  
	margin: 0 0 30px 0;
	padding: 0 0 15px 0; 
	border-bottom: 1px solid #ddd;
}
.comments-area .comment-author         { display:block; }
.comments-area .comment-author .avatar { float:left; margin-right:10px; padding-right:10px; border-right:1px solid #ddd; }
.comments-area .comment-meta { font-size: 11px; }
.comments-area .single_comment  { clear:both; margin-top:10px; }
.comments-area li.bypostauthor cite span {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 11px;
	background: #666;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.comments-area .comment-meta cite { 
	display: block; 
	font-weight: bold;
	font-style: normal;
}
.commentlist ul.children { 
	margin: 0; 
	padding: 0 0 0 50px;  
}
.commentlist .children .comment_wrap { padding-top: 0; }
.commentlist .moderation { margin-top: 10px; color: #dd0000;   }
.commentlist .children   { margin-bottom: 0;}
.comment-author-admin .avatar { 
	padding-bottom: 1px; 
	border-bottom: 0  solid #222;
}
.comment-edit-link,
.post-edit-link { 
	background: #ff8800;
	padding: 3px 8px; 
	color: #fff;
	border-radius: 4px;
}
.post-edit-link:hover,
.comment-edit-link:hover { color:#fff;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Comments Form */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#respond {
	margin: 20px 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
	padding: 5px;
	text-indent: 80px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 13px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 30px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 100%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	right: 0;
	position: absolute;
	top: 7px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 0;
}
#respond .form-submit {
	margin: 10px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 	0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 		0 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 20px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#respond label {
	line-height: 1.1em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 100%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 404 Error Page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.error_404 {
    clear: both;
    padding: 80px 0;
    text-align: center;
}

.error_404 h2 {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}

.error_404 h5 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 55px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Portfolio Gover */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.da-thumbs li ,
.da-thumbs img {
	display: block;
	position: relative;
}
.da-thumbs  {
	overflow: hidden;
}
.da-thumbs > div {
	position: absolute;
	background-color: #0ba054;
	width: 100%;
	height: 100%;
}
.da-thumbs div.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease-in-out;
	-o-transition:		all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	transition:			all 0.2s ease-in-out;
}

/* Initial state classes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.da-slideFromTop {
	left: 0;
	top: -100%;
}
.da-slideFromBottom {
	left: 0;
	top: 100%;
}
.da-slideFromLeft {
	top: 0; 
	left: -100%;
}
.da-slideFromRight {
	top: 0;
	left: 100%;
}

/* Final State Classes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.da-slideTop {
	top: 0;
}
.da-slideLeft {
	left: 0;
}
.da-thumbs,
.portfolioda-thumbs {
	text-align: center;
}
.portfolioda-thumbs h5,
.da-thumbs  h5 {
	position:relative;
	color: #ffffff;
	padding-top:20%;
	z-index: 12;
}
.one_fourth .portfolioda-thumbs h5,
.one_fourth .da-thumbs  h5{ padding-top:11%; }

.one_third .portfolioda-thumbs h5,
.one_third .da-thumbs  h5{ padding-top:20%; }

.one_half .portfolioda-thumbs h5,
.one_half .da-thumbs  h5{ padding-top:20%; }
.two_third .portfolioda-thumbs h5,
.two_third .da-thumbs  h5{ padding-top:15%; }

.portfolioda-thumbs,
.da-thumbs  img {
	display: block;
	position: relative;
}
.portfolioda-thumbs  {
	overflow: hidden;
}
.portfolioda-thumbs article {
	position: absolute;
	background-color: #0ba054;
	width: 100%;
	height: 100%;
}
.portfolioda-thumbs   article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease-in-out;
	-o-transition:		all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	transition:			all 0.2s ease-in-out;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Services */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.service-box h1,
.service-box h2,
.service-box h3,
.service-box h4,
.service-box h5,
.service-box h6 {
	margin-bottom: 10px;
}

.service-box b {
	display: block;
	font-size: small;
}
.service-content {
	overflow: hidden;
	text-align: left;
}
/* Tooltip -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ttip {
	display:none;
	position:absolute;
	bottom:40px;
	left:0;
	padding:6px 10px;
	font-size:11px;
	line-height:15px;
	background:#333333; 
	color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.ttip::after {
	content: "";
	position: absolute;	
	top: 100%;
	left: 10px;
	border-top-color: inherit; 
	border-top: 6px solid #333333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent; 
}
#iframevideo {
max-width:100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Back to Top Scroll */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#back-top {
	position: fixed;
	bottom: -50px;
	right: -50px;
}

#back-top a {
	width: 100px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 100px;
	height: 100px;
	display: block;
	background: #FFCA23 url(../vaudora/images/top_arrow.png) no-repeat 10px 10px;
	-webkit-border-radius: 90px;
	-moz-border-radius:    90px;
	border-radius:		   90px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #FFCA23;
}

/* CUSTOM STYLES E-WERKSTATT */

#footer, #featured_slider, .sf-menu ul.sub-menu, .tabs li.current, #header, #header-s3, #header-s4, .fancyheading span, blockquote.alignright, blockquote.alignleft, .fancytitle span {
    border-color: #FFCA23!important;
}

#timer {width: 230px; margin: 0 auto 40px;}

#tl1 .item h2, #content #tl1 .item h2 {
   padding: 0px 10px;
    margin-top: 10px;
}

.button-start {margin: 5px 0px; width: 200px;
	
	
}

button.cr_button {
    margin-top: 10px;
	margin-left: 105px;
}

button.blue {
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #8a9ccc 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#8a9ccc),
        to(#003366));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #25418d;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
}

button.blue:hover {
    background: -moz-linear-gradient(
        top,
        #003366 0%,
        #8a9ccc);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#003366),
        to(#8a9ccc));
}

button.yellow {
    font-size: 15px;
    color: #6f6f6f;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #ffde78 0%,
        #FFCA23);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffde78),
        to(#FFCA23));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #efb500;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
  
}

button.yellow:hover {
    background: -moz-linear-gradient(
        top,
        #FFCA23 0%,
         #ffde78);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#FFCA23),
        to( #ffde78));
        color: #25408D;
}


label { display: block; width: 100px; float: left; padding-top: 3px; text-align: right; margin-right: 5px; }

#footer label { float: none; text-align: left; }



select {
	height: 14px;
}

div.cr_ipe_item {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}


select {
	width: 100px;
	height: 24px;
   	overflow: hidden;
	border: 1px solid #ccc;
}
#footer select { width: 70px; }
#footer button.cr_button { margin-left: 5px; }

div.sharedaddy, div.sharedaddy div {
    border-radius: 0 0 0 0 !important;
    margin-top: 30px !important;
}

/* CONTACT FORM 7 CUSTOM STYLE */

form {
}
form label {
}
form input[type="text"] {
}
form textarea {
}
form select {
}
form input[type="checkbox"] {
}
form input[type="radio"] {
}
form input[type="submit"] {
}
form input[type="email"] {
	 background: linear-gradient(-90deg, #F7F7F7, #FCFCFC) repeat scroll 0 0 transparent;
    border: 1px solid #BDC1C7;
    border-radius: 4px 4px 4px 4px; 
    box-shadow: 0 0 0 #ccc;
    color: #363636;
    float: right;
    font-family: Arial;
    font-size: 15px;
    line-height: 1;
    padding: 7px;
    position: relative;
    width: 63%;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
}
div.wpcf7 {
    background: linear-gradient(-90deg, #F8F8F8, #ECECEC) repeat scroll 0 0 transparent;
    border-color: #EBEBEB;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px!important;
    position: relative;
}
 
.wpcf7 p {
    clear: both;
    line-height: 25px;
    margin: 0 0 1.5em;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 18px;
}
.wpcf7 br {
}
.wpcf7 span.wpcf7-form-control-wrap {
    position: static;
    
}
#content .wpcf7 input, #content .wpcf7 textarea {
    color: #363636;
    font-size: 15px;
    line-height: 1;
}
.wpcf7 input[type="text"] {
    background: linear-gradient(-90deg, #F7F7F7, #FCFCFC) repeat scroll 0 0 transparent;
    border: 1px solid #BDC1C7;
    border-radius: 4px 4px 4px 4px; 
    box-shadow: 0 0 0 #ccc;
    color: #363636;
    float: right;
    font-family: Arial;
    font-size: 15px;
    line-height: 1;
    padding: 7px;
    position: relative;
    width: 63%;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
     
}
.wpcf7 textarea {
    background: linear-gradient(-90deg, #F7F7F7, #FCFCFC) repeat scroll 0 0 transparent;
    border: 1px solid #BDC1C7;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 #FFFFFF;
    color: #363636;
    float: right;
    font-size: 15px;  
    padding: 7px;
    position: relative;
    width: 63%;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
}
.wpcf7 select {
    background: linear-gradient(-90deg, #F7F7F7, #FCFCFC) repeat scroll 0 0 transparent;
    border: 1px solid #BDC1C7;
    border-radius: 4px 4px 4px 4px;
    color: #363636;
    float: right;
    font-size: 15px;
    padding: 4px;
    height: 30px;
    line-height: 1;
    position: relative;
    width: 65.5%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
}
.wpcf7 .wpcf7-list-item {
    b
    display: block;
    float: left;
    position: relative;
    width: 66%;
    margin-left: 0px;
}
.wpcf7 .wpcf7-quiz-label {
    display: block;
}
input.wpcf7-quiz[type="text"] {
}
.wpcf7 img.wpcf7-captchac {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 4px;
    display: block;
    float: left;
    margin: 2px 0 0;
    padding: 0;
}
 
.wpcf7 input.wpcf7-submit[type="submit"] {
   font-size: 15px;
    color: #6f6f6f;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #ffde78 0%,
        #FFCA23);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffde78),
        to(#FFCA23));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #efb500;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
        float: right;
}
.wpcf7 input.wpcf7-submit[type="submit"]:hover {
     background: -moz-linear-gradient(
        top,
        #FFCA23 0%,
         #ffde78);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#FFCA23),
        to( #ffde78));
        color: #25408D;
        float: right;
        cursor: pointer;
}
span.wpcf7-not-valid-tip {
    background-color: red;
   background-color: rgba(255, 0, 0, 0.3);
   color: rgba(255, 0, 0, 0.3);
    border-radius: 4px 4px 4px 4px;
    border-style: none;
    display: block;
    left: 50%!important;
    padding: 4px 1% 5px;
    position: absolute;
    right: 0;
    text-indent: 9999px;
    top: 0px!important;
    width: 65%;
    color: red;
}
span.wpcf7-not-valid-tip-no-ajax {
    color: #E87676;
    display: block;
    float: right;
    text-align: right;
    width: 63%;
}
div.wpcf7-response-output {
    background-color: #2B2B2B;
    border-radius: 6px 6px 6px 6px;
    border-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    position: relative;
}
div.wpcf7-mail-sent-ok {
    color: #88FF80;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    color: red;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 34%!important;
    padding: 2px;
    position: absolute;
    top: 20%;
    height: 27px;
    width: auto!important;
    z-index: 100;
}
.pflicht {font-size: 12px!important; color: red!important;}
.redstar {color: red;}
/* CONTACT FORM 7 CUSTOM STYLE ENDE */

#header-s3 {
    background-color: #ffffff;
    border-bottom: 4px solid #0ba054;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}
.logo {
    margin-top: -1px;
}
.rightsidebar #sidebar {
    background: none;
    float: right;
    padding: 60px 0;
    position: relative;
    width: 250px;
}
#back-top span {
    background: url("../vaudora/images/top_arrow.png") no-repeat scroll 25px 25px #ffca23;
    border-radius: 90px;
    display: block;
    height: 100px;
    transition: all 1s ease 0s;
    width: 100px;
}