/******************************************************************************************************************** 
	Theme Name: Magazine
	Theme URI: http://www.organicthemes.com/themes/magazine-theme/
	Description: The Organic Magazine Theme is designed and developed by Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 4.0
	Tags: blue, white, two-columns, responsive, custom-header, custom-background, threaded-comments, 
	translation-ready, custom-menu (optional), theme-options, featured-image-header, featured-images, 
	full-width-template, pagination, blog-template, buddypress
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	dkl-rot: #9F2814 - orange: #E53417

********************************************************************************************************************

	Table of Contents:

	0.	CSS Reset
	1.	Hyperlinks
	2. 	Global
	3.	Headings
	4.	Header
	5.	Navigation
	6.	Slideshow
	7.	Homepage
	8.	Content
	9.	Archives
	10.	Wordpress Gallery
	11.	Images
	12.	Social Media
	13.	Ajax Pagination
	14.	Numbered Pagination
	15.	Sidebar
	16.	Sidebar Widgets
	17.	Text Widget
	18.	Recent Comments Widget
	19.	Custom Menu Widget
	20.	Calendar Widget
	21.	Search Form
	22.	Footer Widgets
	23.	Footer
	24.	Comments
	25.	Gravity Forms Styling
	26.	Responsive Framework

*******************************************************************************************************************/
	
/************************************************
*	0.	CSS Reset 								*
************************************************/

/* Font-Family der Schriftart wird festgelegt */

@font-face {
font-family: 'GentiumBookBasicRegular';
src: url('fonts/Gentium-Basic-fontfacekit/GenBasR-webfont.eot');
src: local('GentiumBookBasicRegular'), local('GentiumBookBasic'), url('fonts/Gentium-Basic-fontfacekit/GenBasR-webfont.ttf') format('truetype');
}
@import url("fonts/Gentium-Basic-fontfacekit/stylesheet.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;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
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; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
body { background: #F9F9F9; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-size: 1.0em; line-height: 28px; color: #666666; position: relative; -webkit-font-smoothing: antialiased; }

/************************************************
*	1.	Global									*
********************************* #F9F9F9 ******/

body {
	/*background: url("/wp-content/themes/organic_magazine/images/background-darker.png") repeat scroll 0 0 transparent;*/
	color: #444;
	font-size: 0.9em;
	font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	/*
	background-color: #F9F9F9;
	background-image: url('images/bg-winter-hb.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	*/
	}
p { padding: 6px 0px; margin: 0px; font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif; font-size: 1.0em; color:#333; }
blockquote {
	color: #999999;
	font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.8em;
	line-height: 36px;
	margin: 10px 25px 10px 25px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #DDDDDD;
	}
blockquote p { margin: 0px; padding: 0px; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
img, iframe, object, embed { max-width: 100%; }
img, object, embed { height: auto; margin: 0px auto 0px; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }

hr { border: 0; width: 100%; height: 1px; color: #DDDDDD; background-color: #DDDDDD; margin: 6px 0px; padding: 6px 0px; }

strong { font-weight: bold; }
small { font-size: 0.7em; }
code { color: #666666; background: #F9F9F9; margin: 0px; padding: 10px; display: block; font-family: Verdana, Tahoma, Verdana; border: 1px dashed #DDDDDD; }
.clear { clear: both; }
.hidden { display: none; }
	
/************************************************
*	2.	Hyperlinks								*
************************************************/

a, a:visited {
	color: #000000;
	text-decoration: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active { color: #33CCCC; text-decoration: none; outline: none; }
a img { border: none; }
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}

/************************************************
*	3.	Headings  								*
************************************************/

h1 { color: #333333; font-size: 1.8em; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-weight: 300; letter-spacing: -0.4px; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; line-height: 1.2; }
h2 { color: #333333; font-size: 1.4em; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-weight: 300; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; line-height: 1.2; }
h3 { color: #333333; font-size: 1.8em; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-weight: 300; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; line-height: 1.4; }
h4 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 4px; line-height: 1.6; }
h5 { color: #333333; font-size: 1.1em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 2px 0px 2px 0px; padding: 2px 0px 2px 0px; line-height: 1.8; }
h6 { color: #666666; font-size: 0.9em; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-weight: normal; margin: 4px 0px 2px 0px; padding: 4px 0px 2px 0px; line-height: 1.8; border-bottom: 1px solid #DDDDDD; }

div.article h1 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; letter-spacing: -0.4px; margin: 5px 0px 5px 0px; padding: 10px 0px 10px 20px; line-height: 1.2; border-top: 8px solid #EEE; border-bottom: 8px solid #EEE; }
div.article h1:before { content:url(images/transparent.gif)" "; /*padding-left: 5px; margin-left: -35px;*/ margin-left: -18px; border-left:4px solid #E53417; }
div.article h2 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin: 20px 0px 0px 0px; padding: 10px 0px 10px 20px; line-height: 1.2; border-top: 8px solid #EEE; border-bottom: 8px solid #EEE; }
div.article h2:before { content:url(images/transparent.gif)" "; /*padding-left: 5px; margin-left: -35px;*/ margin-left: -18px; border-left:4px solid #E53417; }
/*div.article h2:after { content:url(images/logo-hikeandbike-h2.png)" "; float:right; } */
div.article h3 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: 300; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; line-height: 1.4; }
div.article h4 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; /*font-weight: bold;*/ margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; line-height: 1.6; /*background-color: #EEE;*/ }
div.article h4:before { content: url(images/logo-hikeandbike-h2.png)" "; padding-left: 5px; }
div.article h5 { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: bold !important; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; line-height: 1.6; /*background-color: #EEE;*/ }
div.article h5:before { content: url(images/logo-hikeandbike-h2.png)" "; padding-left: 5px; }

.related_post_title { color: #333333; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: bold !important; text-align:center !important; padding: 3px 0 3px 0px !important; text-indent: -10px; }
.execphpwidget .related_post_title { background:rgba(245, 245, 245, 1) !important; border-radius: 2px !important; border: 1px solid rgba(0, 0, 0, .1) !important; clear: both !important; }

h3#reply-title { color: #333; font-size: 1.5em; font-family: helvetica; font-weight: 300; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 7px; line-height: 1.4; }

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, 
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited { color: #333333; text-decoration: none; border: none; }
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus,
h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active { color: #33CCCC; text-decoration: none; border: none; }
	
.headline { font-size: 1.8em; line-height: 1.2; letter-spacing: -0.6px; margin: 0px 0px 3px 0px; padding: 0px; }
.headline span, .headline.page span { background: none repeat scroll 0 0 #E53417; color: #FFFFFF; display: inline-block; padding: 0 3em 0 0.2em; }
.entry-title { background: none !important; color: #333 !important; padding: 0px !important; }

.headline.smaller { font-size: 1.2em; line-height: 1.25em; margin: 2px 0px; padding: 2px 2px 2px 0px; background-color:#fff; font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif; font-weight: 300; }
.headline.smaller:before { content:normal; }
#homepage h2.headline.smaller { border:none; }
.headline.page { margin-bottom: 5px; padding-bottom: 0px; border-bottom: 4px solid #E53417; }

.flexslider a.more-link { color: #E53417 !important; text-decoration:none !important; background: transparent !important; }
.flexslider .headline.smaller { background-color: transparent !important; border-top: 8px solid #fff !important; border-bottom: 8px solid #fff !important; }
/*
#sidebar-slider { width: 279px; height: 200px; }
#sidebar-slider .flex-direction-nav li .next { background: #fff url(images/next_btn.png) no-repeat; background-position: 0px; left: 100%; margin:-17px 0 0 -40px; height: 15px; }
#sidebar-slider .flex-direction-nav li .prev { background: #fff url(images/prev_btn.png) no-repeat; background-position: 0px; left: 10px; height: 15px; margin: -15px 0 0 0; }
.sidebar .widget #sidebar-slider li a { border-top: 0px solid #DDD; }

#article-slider { width: 100%; height: 100%; }
#article-slider .flex-direction-nav li .next { background: #fff url(images/next_btn.png) no-repeat; background-position: 0px; left: 100%; margin:-17px 0 0 -40px; height: 15px; }
#article-slider .flex-direction-nav li .prev { background: #fff url(images/prev_btn.png) no-repeat; background-position: 0px; left: 10px; height: 15px; margin: -15px 0 0 0; }
#article-slider .article-slide-item ul li { border-top: 0px solid #DDD; padding:0px; }
*/
div[id^=gallery] { width:100%; }
div[id^=gallery] .flexslider { display:block; }
li.gallery-item, li.gallery-item ul.slides li { padding:0px !important; }
div[id^=gallery] ul.slides li { padding:0px !important; }
li.gallery-item .flex-caption { width:100%; text-indent:1em; }
.gallery-caption { padding:10px 0px !important; }

div[id^=gallery] .flex-caption { width:100%; text-indent:1em; }
div[id^=gallery] span.wp-caption-text {  }

/************************************************
*	4.	Header  								*
************************************************/

#header { margin: -10px 0px -50px -5px; padding: 0px; }
#header #masthead { display: block; width: 100%; padding-bottom: 40px; }
#header .site-title { padding: 0px; margin: 0px; }
#header .site-title a { float: left; display: inline-block; max-width: 42%; font-size: 1.2em; font-weight: bold; letter-spacing: -2px; line-height: 48px; margin-right: -1px; padding-right: 3%; border-right: 1px solid #DDDDDD; }
#header .site-description { display: block; color: #999999; font-size: 1.2em; line-height: 28px; margin: 0px; padding-left: 3%; overflow: hidden; border-left: 1px solid #DDDDDD; }
#custom-header { display: block; margin: 0px; padding: 0px; font-size: 0; text-indent: -999em; line-height: 0; overflow: hidden; z-index: 8; }
#custom-header img { margin: 0 0 0 5px; opacity: 1; padding-top: 10px; }
doesnotexist:-o-prefocus, #custom-header img { margin: 0 0 0 1005px; opacity: 1; padding-top: 10px; } /* Opera Hack */

.ad-header {
/* 
width: 728px;
height: 90px;
border: 1px solid blue;
right: 0px;
float: right;
z-index: 22;
position: relative;
*/
 }



/************************************************
*	5.	Navigation 								*
************************************************/

.nav-home { padding: 0 0 0 60px !important; width: 90% !important; margin: 10px 0px 0px 0px !important; }
#navigation { float: left; display: inline-block; background: #ffffff; width: 98%; height: auto; margin: 20px 0px 0px 0px; padding: 0px; position: relative; z-index: 9; }

body.home .sf_container { margin: 0 0 0 -80px; }
.sf_container { margin: 0 0 0 -60px; }
.sf_container .sf_block input { line-height: 5px !important; }
.sf_result_container { max-height: 400px !important; }
.sf_lnk.sf_more .sf_text, .sf_lnk.sf_more .sf_small { /*display: none !important;*/ }

#sf_val ul li.sf_selected {
background-color: #eee !important;
border-color: #333 !important;
color: #333 !important;
}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * { margin:	0; padding: 0; list-style:	none; }
.menu { line-height: 1.0; }
.menu ul { margin: 0px; padding: 0px; }
.menu ul ul, ul.menu ul { position: absolute; top: -9999px; width: 160px; /* left offset of submenus need to match (see below) */ }
.menu ul li ul li, ul.menu ul li { width: 100%; margin: 0px 0px 0px 0px; }
.menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.menu li { float: left; display: inline-block; position: relative; }
.menu a { display: inline-block; position: relative; }

.menu li:hover ul, .menu li.sfHover ul { left: 0; top: 40px; /* match top ul list item height */ z-index: 99; }
ul.menu li:hover li ul, ul.menu li.sfHover li ul { top: -9999px; }
ul.menu li li:hover ul, ul.menu li li.sfHover ul { left: 160px; /* match ul width */ top: 0; }
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul { top: -9999px; }
ul.menu li li li:hover ul, ul.menu li li li.sfHover ul { left: 160px; /* match ul width */ top: 0; }

/* ohne superfish */
.menu .current-menu-item a { color: #E53417 !important; }
.menu a:hover { color: #E53417 !important; }
.menu .current-menu-parent a { color: #E53417 !important; }
.menu .current-menu-parent ul.sub-menu li.menu-item.current-menu-item a, .menu .current-menu-parent ul.sub-menu li.menu-item a:hover { color: #E53417 !important; }
.menu ul.sub-menu li.menu-item a { color: #444 !important; }
.menu ul.sub-menu li.menu-item a:hover { color: #E53417 !important; }

.menu-item-14020 a { color: #E53417 !important; font-weight:900 !important; font-family:'Arial Black' !important; }
.menu-item-14523 a { color: #E53417 !important; font-weight:900 !important; font-family:'Arial Black' !important; }

/*** SKIN ***/
/*
.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-menu-item a,
.menu .current-cat a { background: #ffffff; color: #E53417; }
*/
.menu li .current_page_item a, .menu li .current_page_item a:hover,
.menu li .current-menu-item a, .menu li .current-menu-item a:hover,
.menu li .current-cat a, .menu li .current-cat a:hover { background: #fff !important; color: #E53417 !important; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.menu { float: left; margin: 0px 0px 0px -9px; padding: 0px; }

li.current-post-ancestor.current-menu-parent.current-post-parent a { color: #E53417; }
	
/* @-moz-document url-prefix() { .menu a { font-size: 0.9em !important; } } */ /* Firefox */
.menu a {
	color: #444;
	background: none;
	font-family: 'GentiumBookBasicRegular', 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: light;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	letter-spacing: 0.2px;
	line-height: 40px;
	}
.menu li li a {
	display: block;
	background: #fff;
	color: #444444;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: 'GentiumBookBasicRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.95em;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 0px;
	}
.menu li, .menu li li, .menu li li li { background: none; margin: 0px; padding: 0px; }
.menu li:hover, .menu li.sfHover { margin: 0px; padding: 0px; }
/* .menu a:focus, .menu a:hover, .menu a:active { background: #fff; color: #E53417; outline: 0; } */
.menu li li:hover, .menu li li.sfHover { margin: 0px; padding: 0px; }
/*.menu li li a:focus, .menu li li a:hover, .menu li li a:active { background: #fff; color: #E53417; outline: 0; }*/
	
/*** ARROWS **/
.menu a.sf-with-ul { padding-right: 25px; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 15px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) 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: 15px;
	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*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 8px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
	
div.menu ul#menu-mainmenu.menu li#menu-item-1707.menu-item ul.sub-menu[style] { display:inline !important; visibility: visible !important; }

/************************************************
*	6.	Slideshow 		      					*
************************************************/
#content-slider { margin:-10px 0px -30px 0px; padding: 0 0 40px 0; background:url('images/img-shadow-1220.png'); background-position: -60px 355px; background-repeat: no-repeat; }

a.open-close img { width:15px; height:37px; }
a.open-close { float: right; position: relative; margin:-100px 60px -30px 0px; padding:2px; text-align:right; background:transparent; font-size:10px; font-weight:700; text-transform:normal; display:block; color:#666; text-decoration:none; z-index: 10; }
a.open-close:hover { color:#FF0000; }
/*
a.open-close img { width:15px; height:37px; }
a.open-close { float: right; position: relative; margin:-40px -5px -30px 0; padding:2px; text-align:right; background:transparent; font-size:10px; font-weight:700; text-transform:normal; display:block; color:#666; text-decoration:none; }
a.open-close:hover { color:#FF0000; }
*/

.slider-tags { padding:0.3em 0; border-bottom: 1px solid #777; border-top: 1px solid #777; width: 90%; position: absolute; bottom: 8%; line-height: 1.2em; }
.slider-tags a { color: #777 !important; padding: 0px 2px !important; display: inline-block; font-size: 0.85em !important; text-decoration: none; background:transparent !important; border-bottom:0px !important; }
.slider-tags a:hover { color: #E53417 !important; }

#slideshow .featureimg, #slideshow .featurevid { width:1220px !important; height:360px !important; overflow: visible !important; }
ul.slides .eight.columns { width:1220px !important; }
ul.slides .four.columns { float:right; margin: -360px 85px -15px 0; padding: 15px 15px 0 15px; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); height:345px; width:30% !important; }
.flex-direction-nav { /*display:none;*/ }

#slideshow { margin-top: 25px; margin-bottom: -25px; padding: 0px; height: 374px; }
	
#slideshow ul, #slideshow li, #slideshow ol { list-style-type: none; margin: 0px; padding: 0px; overflow: hidden; }
#slideshow iframe, #slideshow embed, #slideshow object { display: block; width: 100%; max-height: 360px; margin: 0px; padding: 0px; position: relative; z-index: 8; }
#slideshow .featureimg, #slideshow .featurevid { width: 100%; max-height: 360px; margin: 0px; padding: 0px; overflow: hidden; }
	
#slideshow .four.columns { width: 32.37%; margin-left: 2.4%; color:#222; }
#slideshow .four.columns .text-date { color:#222; border-bottom: 1px solid #777; }
#slideshow .article { padding-top: 0px; }
.flexslider { width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { display: block; max-width: 100%; margin: 0px;  opacity: 1; }
.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 { position: relative;  zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.flex-container { zoom: 1;  position: relative; }

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav {  height: 0;  }
.flex-direction-nav li a {
	display: block;  
	position: absolute;
	width: 30px; 
	height: 30px; 
	margin: -15px 0 0; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
	opacity: .8; 
	filter: alpha(opacity=80);
	z-index: 9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.flex-direction-nav li .next { background: #fff url(images/next_btn.png) no-repeat; background-position: 0px; left: 100%; margin-left: -40px; }
.flex-direction-nav li .prev { background: #fff url(images/prev_btn.png) no-repeat; left: 10px; }
.flex-direction-nav li .prev:hover { background-position: -30px 0px; }
.flex-direction-nav li .prev:hover, .flex-direction-nav li .next:hover { background-color: #33CCCC; }
.flex-direction-nav li .next:hover { background-position: -30px 0px; }
.flex-direction-nav li .disabled { opacity: .3; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { position: relative; bottom: 4px; top: 2px; right: 0px; text-align: center; line-height: 20px; }
.flex-control-nav li { display: inline-block; margin: 0px; padding: 4px !important; zoom: 1;  *display: inline; }
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav li a {
	display: block; 
	background: #999999; 
	width: 6px; 
	height: 6px; 
	line-height: 0;
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover { background: #000000; }
.flex-control-nav li a.active { background: #000000;  cursor: default; }

/* Flexslider in Posts via shortcode */

.slides .flex-caption { font-size: 0.9em; }
	
/************************************************
*	7.	Homepage 				     		    * 
************************************************/

#homepage { margin: 0px; padding: 0px; }
#homepage .title { margin: 40px 0px 0px 0px; padding: 8px 0px 0px 0px; border-top: 4px solid #E53417; }
#homepage .title-two { margin: 6px 0px 10px 0px; padding: 4px 0px 0px 0px; border-bottom: 4px solid #E53417; clear:both;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: -5px 5px 5px 0px #CCC;
-webkit-box-shadow: -5px 5px 5px 0px #CCC;
box-shadow: -5px 5px 5px 0px #CCC;
}
#homepage .title-two span { background: none repeat scroll 0 0 #E53417; color: #FFFFFF; display: inline-block; padding: 0 3em 0 0.4em; }
#homepage .title-two span a { color: #FFFFFF !important; }

#content .title-two { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-bottom: 4px solid #E53417; }
#content h3.title-two span { background: none repeat scroll 0 0 #E53417; color: #FFFFFF; display: inline-block; padding: 0 3em 0 0.4em; } /* category */
	
#homepage .holder.single { float: left; display: block; width: 100%; margin-bottom: 0px; padding: 0px; }
#homepage iframe, #homepage embed, #homepage object { display: block; width: 100%; max-height: 310px; line-height: 0; margin: 0px; padding: 0px; position: relative; z-index: 8; }
#homepage .holder.double iframe, #homepage .holder.double embed, #homepage .holder.double object { max-height: 172px; }
	
#homepage .holder.single .postdata { float: left; width: 100%; font-size: 0.7em; line-height: 18px; margin-right: 2%; }
#homepage .holder.single .postdata .label { font-size: 12px; font-weight: bold; padding-left: 2px; }
#homepage .holder.single .article { float: left; width: 100%; padding-top: 20px; border-top: 4px solid #EEEEEE; }
#homepage .holder.single .article p { margin-top: -8px; line-height: 1.6em; }
#homepage .holder.single .article p.meta { margin:4px 0px 4px 0px; font-size: 0.9em; }
	
#homepage .holder.double { float: left; display: block; width: 50%; margin: 0 -13px -30px 0; padding: 0px; }
#homepage .holder.double:nth-child(odd){ clear:left; } /* :nth-child(odd) = alle ungeraden, :nth-child(even) = alle geraden */

#content #homepage .holder.double:nth-child(odd){ clear:right; /*background-color: blue;*/ } /* alle ungeraden */
#content #homepage .holder.double:nth-child(even){ clear:left; /*background-color: red;*/ } /* alle geraden */
#content #homepage .holder.double.first { margin-bottom: 45px !important; clear:left; }
/*#content #homepage .holder.double.second { margin: 0 -9px 20px 0; }*/
#content #homepage .holder.double.second { margin: 0 -9px 0px 0; /*white-space: pre-wrap;*/ }

#homepage .holder.double.first { margin-bottom: 20px; }
#homepage .holder.double.second { float:right; }
#homepage .holder.double .article { padding: 20px 20px 20px 0px; margin-bottom: 10px; /*overflow: hidden;*/ position: relative; }
#homepage .holder.double.second .article { padding: 20px 0px 20px 20px; border-right: none; }
#homepage .pagination { margin: 20px 0px 0px 0px; }
	
/************************************************
*	8.	Content 				     		    * 
************************************************/

#content { margin-top: 40px; }
	
.post { width: 100%; margin: 0px; padding: 0px; }
.post.second { width: 100%; margin: 0px; padding: 0px; }

.postauthor { color: #999999; font-size: 0.8em; margin: -10px 0px 20px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #DDDDDD; }
.postmeta { font-size: 0.8em; margin: 20px 0px 20px 0px; padding: 10px 0px 10px 10px; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; background: #F9F9F9; }

.vvqbox.vvqyoutube object { max-width: 100%; height: 344px; }

.article iframe, .article embed, .article object { line-height: 0; margin-top: 10px; margin-bottom: 10px; padding: 0px; }
.article ol { margin: 0px 0px 0px 20px; padding: 0px 0px 10px 0px; }
.article ol li { margin: 0px 0px 0px 20px; padding: 0px 0px 5px 0px; }
.article ul { list-style-type: none; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; font-family: Helvetica; }
.article ul ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px; }
.article ul li { list-style: inside; list-style-type: disc; background: none; padding: 0px 0px 0px 20px; margin: 0px 0px 5px 0px; }
.article ul ul li { background: none; padding: 0px 0px 0px 20px; margin: 5px 0px 5px 0px; }
.article p a, .more-link { /*padding: 2px 4px 2px 4px; background: #F7FCFF; border-bottom: 1px dotted #DDDDDD;*/ }

/*aehnliche artikel*/
div.article ul.related_post { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px; font-size: 0.9em; font-family: Helvetica; }
div.article ul.related_post a { /*background: #F7FCFF; padding: 2px 4px 2px 4px; border-bottom: 1px dotted #DDD;*/ }
div.article ul.related_post li { list-style-type: none; padding: 5px 0 5px 0; margin: 0px; }

.datebox {
	float: left;
	display: inline-block;
	background: #222222;
	color: #CCCCCC;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 60px;
	margin: 0px 10px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.datebox .month {
	background: #000000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #333333;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	}
.datebox .day { font-size: 18px; line-height: 26px; margin: 0px 0px 0px 0px; padding: 0px 0px 4px 0px; }
.text-date { font-weight: normal; margin-top: -4px; margin-bottom: 8px; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.sticky {  }
.half { float: left; width: 48%; }
.half.first { margin-right: 4%; }
.featurevid iframe, 
.featurevid embed, 
.featurevid object { display: block; width: 100%; max-height: 360px; line-height: 0; margin: 0px; padding: 0px; position: relative; z-index: 8; }

.article ul.externfeed li { list-style: inside; list-style-type: none; background: none; padding: 0px 0px 0px 5px; margin: 0px 0px 5px 0px; }
.article ul.externfeed li a { padding-left:4px; }

.suchfeld { padding: 15px 0 0 0; }
.suchergebnisse {  }

.nav-article { padding: 0 0 15px 0; }
.prev-article {  }
.next-article { float: right; }

.nav-article-up { position: absolute; margin: 77px 0 0 -90px; width: 30px;
-moz-box-shadow: -8px 0 8px -2px #BBB;
-webkit-box-shadow: -8px 0 8px -2px #BBB;
box-shadow: -8px 0 8px -2px #BBB;
}
.prev-article-up { display: block; background:url('images/prev.png'); width: 30px; height: 30px; background-size: 30px; background-repeat: no-repeat; }
.next-article-up { display: block; background:url('images/next.png'); width: 30px; height: 30px; background-size: 30px; background-repeat: no-repeat; }
span.prev-article-up a, span.next-article-up a { width: 30px; height: 30px; display: block; }
.prev-article-up img { width:40px; height: 40px; }
.next-article-up img { width:40px; height: 40px; }

/* video - clipkit-playlist */
.clipkit-playlist { margin:40px 0 30px 0; height: 288px; }

/************************************************
*	9.	Archives							    *
************************************************/
	
.article.archive { margin-bottom: 20px; padding-bottom: 20px; padding-top: 0px; border-bottom: 4px solid #EEEEEE; }
.article.archive .featureimg, .article.archive .featurevid { margin-top: 20px; margin-bottom: 10px; }
	
.article.archive .featurevid iframe, 
.article.archive .featurevid embed, 
.article.archive .featurevid object { max-height: 260px; }
.article.blog { margin-bottom: 40px; }
	
/************************************************
*	10.	WordPress Gallery					    *
************************************************/

.gallery { margin: auto; padding: 0px; }
.gallery-item { margin: 5px 0px; }
.gallery-caption { font-size: 0.7em; line-height: 20px; padding: 0px 8px; }
.gallery img { background: #F9F9F9; border: none !important; padding: 5px; border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
.gallery img:hover { background: #333333; padding: 5px; border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }

/************************************************
*	11.	Images  					     	    * 
************************************************/

.single-article-banner-3 { padding: 0px 0 6px 0; }
.single-article-banner-3 img { padding: 15px 0 0px 0; }
.single-article-banner-4 { margin: 0px 0 0 0; }

/* Artikel ID:15576 - Content-Banner entfernen*/
body.single.single-post.postid-15576 div#post-15576.post-15576 div.article div.single-article-banner-3 { display:none; }
body.single.single-post.postid-15576 div#post-15576.post-15576 div.single-article-banner-4 { display:none; }

.ad-category { width: 728px; margin: 0 auto; }

.banner { margin: 0px; padding: 0px; }
.banner img { display: block; text-align: center; margin: 20px auto 20px; padding: 0px; }
.featureimg, .featurevid { float: left; display: block; line-height: 0; max-width: 100%; margin-bottom: 20px; padding-right: 10px; }
#content .featureimg, .featurevid { display: block; line-height: 0; max-width: 100%; margin-bottom: 20px; padding-right: 10px; }
.featurevidimg { display: block; line-height: 0; max-width: 100%; margin-bottom: 20px; padding-right: 10px; }

.shadow { background-image: url('images/img-shadow-331.png'); background-position: 0px 217px; background-repeat: no-repeat; height: 240px; }

.article.archive .featureimg img { width:477px; height:313px; }

#content .date-overlay { position: absolute; color: white; border: none; background: black; width: 88%; margin-top: -14px; padding:2px 0px 2px 10px; font-size: 0.7em; line-height: 1.2em; font-family: helvetica; }
/*#content .date-overlay { position: absolute; color: white; border: none; background: black; width: 96%; margin-top: 326px; padding:2px 0px 2px 10px; font-size: 0.7em; line-height: 1.2em; font-family: helvetica; }*/
@-moz-document url-prefix() { #content .date-overlay { width: 88%; } }
@-moz-document url-prefix() { .article.archive .date-overlay { width: 95.8% !important; } }

.date-overlay { position: absolute; color: white; border: none; background: black; width: 88%; margin-top: -14px; padding:2px 0px 2px 10px; font-size: 0.7em; line-height: 1.2em; font-family: helvetica; }
.holder.double.second .date-overlay, .holder.double.second #content .date-overlay { width: 88% !important; }
@-moz-document url-prefix() { .date-overlay { width: 88%; } }

img.centered { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 0px; }
img.alignnone { padding: 0px; margin: 10px 0px 10px 0px; display: inline; }
img.alignright { padding: 0px; margin: 10px 0px 10px 20px; display: inline; }
img.alignleft { padding: 0px; margin: 10px 20px 10px 0px; display: inline; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.alignright { float: right; margin: 10px 0px 10px 20px; }
.alignleft { float: left; margin: 10px 20px 10px 0px; }

/*.wp-caption { background-color: #F9F9F9; width: auto !important; text-align: center; padding: 0px; margin-bottom: 10px; box-shadow: 0px 0px 2px #DDDDDD; -moz-box-shadow: 0px 0px 2px #DDDDDD; -webkit-box-shadow: 0px 0px 2px #DDDDDD; } */
.wp-caption { background-color: transparent; width: auto !important; text-align: center; font-family: helvetica; padding: 0px; margin-bottom: 10px; border: 1px solid #EEE; }
.wp-caption img { margin: 0px; padding: 0px; border: none; }
.wp-caption p.wp-caption-text { margin: 0px; padding: 4px 6px 6px 6px; font-size: 0.8em; line-height: 20px; background-color: #EEE; color: #333; }
.avatar { background: #F9F9F9; border: 1px solid #DDDDDD; margin: 10px 10px 10px 0px; padding: 4px; }
	
/************************************************
*	12.	Social Media   							*
************************************************/

.social { display: block; margin: 30px 0px; padding: 0px; overflow: hidden; }
.social iframe { margin: 0px !important; }

#homepage .social { float: left; display: block; width: 100%; margin: 0px 0px; padding: 0px 0px; }

.social-2column { float: left; display: block; width: 100%; margin: 10px 0px 0px 0px; padding: 0px 0px; }
.social-2column-cat { float: left; display: block; width: 100%; margin: 10px 0px 0px 0px; padding: 0px 0px; }
#content .social-2column .tweet_btn, #content .like_btn, #content .plus_btn { float: left; display: block; max-width: 92px; margin-right: 5px; padding: 0px; }

#homepage .holder.double.first span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position: absolute; margin:0 0 0 224px; top:20px; height:40px; width:107px; color:transparent;
-moz-box-shadow: -2px 2px 6px #444;
-webkit-box-shadow: -2px 2px 6px #444;
box-shadow: -2px 2px 6px #444;
 } /* Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) { #homepage .holder.double.first span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position:absolute; top:20px; margin:0 0 0 224px; height:40px; width:107px; color:transparent;
-moz-box-shadow: -2px 2px 6px #444;
-webkit-box-shadow: -2px 2px 6px #444;
box-shadow: -2px 2px 6px #444;
 } } /*Safari*/
#homepage .holder.double.first span.top5 a { background:transparent; color:transparent; text-decoration:none; border:none; height:38px; width:105px; display:block; }

#homepage .holder.double.second span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position: absolute; margin:0 0 0 224px; top:20px; height:40px; width:107px; color:transparent;
-moz-box-shadow: -2px 2px 6px #444;
-webkit-box-shadow: -2px 2px 6px #444;
box-shadow: -2px 2px 6px #444;
 } /* Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) { #homepage .holder.double.second span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position:absolute; margin:0 0 0 224px; top:20px; height:40px; width:107px; color:transparent;
-moz-box-shadow: -2px 2px 6px #444;
-webkit-box-shadow: -2px 2px 6px #444;
box-shadow: -2px 2px 6px #444;
 } } /*Safari*/
#homepage .holder.double.second span.top5 a { background:transparent; color:transparent; text-decoration:none; border:none; height:38px; width:105px; display:block; }

/* category top5 */
#content #homepage .holder.double.first span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position: absolute; margin:0 -166px 0 0; top:20px; height:40px; width:107px; color:transparent; } /* Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) { #content #homepage .holder.double.first span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position:absolute; top:20px; margin:0 -165px 0 0; height:40px; width:107px; color:transparent; } } /*Safari*/

#content #homepage .holder.double.second span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position: absolute; margin:0 -185px 0 0; top:20px; height:40px; width:107px; color:transparent; } /* Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) { #content #homepage .holder.double.second span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position:absolute; top:20px; margin:0 -185px 0 0; height:40px; width:107px; color:transparent; } } /*Safari*/


.flexslider p span.top5 { background: transparent url(images/top5-article-icon-slider.png) no-repeat right top; position: absolute; margin: 120px 0px 0 231px; height:66px; width:144px; color:transparent; }
.flexslider p span.top5 a { background:transparent; color:transparent !important; text-decoration: none; border:none; height:66px; width:144px; display:block; margin: 20px 0 0 0; }
#content span.top5 { background: transparent url(images/top5-article-icon.gif) no-repeat right top; position:absolute; right:54.7%; margin-top:-261px; height:40px; width:107px; color:transparent; }
.single #content span.top5 { display:none; }

#homepage .pin-it-btn-wrapper-shortcode { position:absolute !important; padding: 6px; }
#content span.cat-pin .pin-it-btn-wrapper-shortcode { margin-left: 0px; display: block; width: 60px; float: none; position:absolute !important; padding: 6px; }
#homepage .social-2column .like_btn { float: left; display: block; margin-bottom: 14px; padding: 0px; width: 35%; }
#homepage .social-2column .tweet_btn { float: left; display: block; margin-bottom: 14px; padding: 0px; width: 30%; }
#homepage .social-2column .plus_btn { float: left; display: block; margin-bottom: 14px; padding: 0px; width: 21%; }

iframe.fb_iframe_widget_lift { max-height: 364px !important;
position: absolute !important;
z-index: 9999 !important;
max-width: 450px !important;
overflow: visible; }

.hikeandbike-banner img { margin:20px 0 50px 0; -moz-box-shadow: 6px 6px 9px #888; -webkit-box-shadow: 6px 6px 9px #888; box-shadow: 6px 6px 9px #888; }

#content .tweet_btn, #content .like_btn, #content .plus_btn { float: left; display: block; max-width: 96px; margin-right: 10px; padding: 0px; } 
#content .pin-it-btn-wrapper-shortcode { margin-left: 20px; display: block; position: relative; width: 60px; float: left; }
#content .like_btn { margin-top: 0px; margin-right: 55px; }
#content .plus_btn { width: 65px; }
#homepage .tweet_btn, #homepage .like_btn, #homepage .plus_btn { float: left; display: block; margin-bottom: 14px; padding: 0px; }
#content .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; }


/************************************************
*	13.	Ajax Pagination 	   			     	* 
************************************************/
	
#pbd-alp-load-posts { display: inline; margin: 0px; padding: 0px; overflow: hidden; }
#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited { display: inline-block; background: #F9F9F9; color: #999999 !important; width: 100%; font-size: 0.9em; font-weight: bold; text-align: center; padding: 10px 0px; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
#pbd-alp-load-posts a:hover { background: #333333; color: #FFFFFF !important; }
	
/************************************************
*	14.	Numbered Pagination 			     	* 
************************************************/

.pagination { float: left; display: block; width: 100%; font-family: Helvetica, Arial, sans-serif; text-align: center; margin: 10px 0px; padding: 0px; }
.number-paginate {  }
.number-paginate a { display: inline-block; background: #F9F9F9; color: #999999; height: 24px; line-height: 24px; margin-right: 4px; padding: 0px 8px; font-weight: bold; text-align: center; text-decoration: none; border: none; border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; }
.number-paginate a:hover, .number-paginate a:active { background: #333333; color: #FFFFFF !important; border: none; }
.number-paginate .number-title { color: #555555;  margin-right: 4px; }
.number-paginate .number-gap { color: #999999;  margin-right: 4px; }
.number-paginate .number-current { display: inline-block; background: #333333; color: #FFFFFF !important; height: 24px; line-height: 24px; font-weight: bold; text-align: center; margin-right: 4px; padding: 0px 8px; border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; }
.number-paginate .number-page {  }
.number-paginate .number-prev {  }
.number-paginate .number-next {  }
#prevLink { float: left; padding: 0px; margin: 0px; }
#nextLink { float: right; padding: 0px; margin: 0px; }
	
/************************************************
*	15.	Sidebar 	        			     	* 
************************************************/

.sidebar.right { background: #F9F9F9; background-image: url('images/img-shadow-331.png'); background-repeat: no-repeat; background-position: -10px -6px; font-size: inherit; margin: 45px 0px 0px 0px; padding: 15px; overflow: hidden; border-top: 4px solid #E53417;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #CCC;
-webkit-box-shadow: 5px 5px 5px #CCC;
box-shadow: 5px 5px 5px #CCC;
}
.sidebar.left { background: #F9F9F9; font-size: 0.9em; margin: 0px; padding: 15px; overflow: hidden; }
#content.row .sidebar.right { background: #F9F9F9; font-size: 0.9em; margin: 35px 0 0 0; padding: 15px; overflow: hidden; border-top: 0px solid #BBBDBE; /*box-shadow: 0px 0px 5px rgb(193, 200, 204);*/
background-image: url('images/img-shadow-331.png');
background-position: -10px -6px;
background-repeat: no-repeat;
border-top: 4px solid #E53417;

-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #CCC;
-webkit-box-shadow: 5px 5px 5px #CCC;
box-shadow: 5px 5px 5px #CCC;
}
body.single #content.row .sidebar.right { margin: 55px 0 0 0; }

/************************************************
*	16.	Sidebar Widgets							*
************************************************/

.sidebar .widget { float: left; list-style:none; width: 100%; margin: 0px 0px 0px 0px; padding: 20px 0px 20px 0px; border-top: 1px solid #FFFFFF; border-bottom: 4px solid #BBBDBE; font-family: helvetica; }
.sidebar .widget:first-child { padding-top: 5px; border-top: none; }
.sidebar .widget:last-child { padding-bottom: 0px; border-bottom: none; }
.sidebar .widget h4 { margin: 0px 0px 4px 0px; padding: 0px 0px 4px 0px; }
.sidebar .widget span { display: block; color: #333333; font-size: 1.1em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-align: center; margin: 4px 0px 4px 0px; padding: 1px 0px 1px 0px; line-height: 1.6; background: rgba(245, 245, 245, 1) !important; border-radius: 2px !important; border: 1px solid rgba(0, 0, 0, .1) !important; clear: both !important; }
#mailchimpsf_widget-5 span { display: block; }
.sidebar .widget li { list-style-type: none; }
.sidebar .widget ul { list-style-type: none; margin: 0px; padding: 0px; }
.sidebar .widget ul ul { margin: 0px 0px 0px 0px; padding-left: 5px; }
.sidebar .widget li { display: inline; background: none; margin: 0px; padding: 0px; overflow: hidden; }
.sidebar .widget li a { display: block; text-decoration: none; line-height: 22px; margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; border-top: 1px solid #DDDDDD;c }
.sidebar .widget li a:hover { display: block; color: #E53417; text-decoration: none; }
.tagcloud { margin: 0px 0px 0px 0px; width: 250px; font-family: helvetica; font-size:inherit; }
.sidebar .widget div.tagcloud a:hover { color:#E53417; }

#adrotate_widgets-4 ins, #adrotate_widgets-5 ins { margin:0px 10px 0px -5px !important; }

/* Top 5 Widget */
#views-3 { background: transparent url(images/top5-touren-icon.gif) no-repeat center top; margin:10px 0 0 0; }
#views-3 ul { margin-top: 30px; }
#views-3 h4 { display:none; }

/* top5 widget */
#execphp-5, #execphp-14 { background: transparent url(images/top5-widget-headline.jpg) no-repeat center top; margin:10px 0 0 0; }
#execphp-5 span {  }
#execphp-5 ul, #execphp-14 ul { margin-top: 30px; padding-top:20px; }
.topfuenf {  }
#execphp-5 h4, #execphp-14 h4 { display:none; }
.execphpwidget .topfuenf { background: #eee; margin: 40px 0 0 0px !important; padding: 0px 10px 5px 10px !important; /*width: 260px;*/ -moz-box-shadow: inset 0 0 5px #888; -webkit-box-shadow: inset 0 0 5px#888; box-shadow: inner 0 0 5px #888; }
.execphpwidget span { float: left; padding: 10px 0 0px 10px; /*border-bottom: 1px solid #ddd;*/ width: 238px; margin: 0 0 5px 10px; font-weight: bold; text-align:center; }
body.home .execphpwidget span { float: left; width: 100%; margin: 23px 0 0 0px; font-weight: bold; font-size: 13px; text-align:center; }
.top-url { width: 280px; height: 55px; margin: -60px 0 10px 0px; float: left; }

ul.related_post li a.wp_rp_thumbnail { float: left !important; margin-right: 10px !important; }
ul.related_post li {
float: left !important;
position: relative !important;
min-height: 60px;
width: 100% !important;
list-style: none !important;
padding: 10px 0 0 0 !important;
margin: 0 0 -10px 0 !important;
border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
background: none !important;
}
ul.related_post li a {
position: relative !important;
text-decoration: none;
text-indent: 0 !important;
color: #444 !important;
font-weight: bold;
}
body.home ul.related_post li a {font-size: 13px;}

/************************************************
*	17.	relatedposts-single 	        		     	* 
************************************************/

.relatedposts-single { width: 100%; margin: 0 0 20px 0; height: 190px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background: #F9F9F9; position: relative; }  
.relatedposts-single h3 { font-size: 15px; margin: 5px 0 0px 20px; }  
.relatedthumb { margin: 0 8px 0 15px; float: left; text-align: center; }  
.relatedthumb img { margin: 0 0 3px 0; padding: 0; width: 200px; height: 131px; overflow: hidden; }  
.relatedthumb a { color: #fff !important; text-decoration: none; display:block; padding: 4px; width: 150px; font-family:'Helvetica Neue',Helvetica,Arial,Sans-Serif; font-size:12px; }  
.relatedthumb a:hover { /*background-color: #efefef;*/ color: #fff !important; }

.related-text { background: url(images/related-single-bg.png); padding: 5px; position: relative; bottom: 32px; width: 140px; }


/************************************************
*	17.	Text Widget 	        		     	* 
************************************************/

.textwidget { margin: 0px; }
.textwidget p { padding: 6px 0px 6px 0px; }
.sidebar .textwidget a { color: #33CCCC; background: none; padding: 0px; text-decoration: none; }
.sidebar .textwidget a:hover { text-decoration: underline; }
	
/************************************************
*	18.	Recent Comments Widget 	             	* 
************************************************/

#recentcomments li { display: block; padding: 6px 0px; border-top: 1px solid #DDDDDD; font-family: helvetica; font-size:0.9em; }
.footerwidgets #recentcomments li { border-top: 1px solid #151515; }
#recentcomments li a { border-top: none; }
	
/************************************************
*	19.	Custom Menu Widget						*
************************************************/

.widget ul.menu { float: none; background: none; width: 100%; }
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a { background: none; color: #33CCCC; border-right: none; }
.footerwidgets ul.menu .current_page_item a { background: none; color: #33CCCC; border-right: none; }
.sidebar ul.menu li a,
.sidebar ul.menu li li a {
	background: none;
	color: #333333;
	font-family: 'GentiumBookBasicRegular', 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	text-transform: none;
	letter-spacing: 0px;
	border-right: none;
	}
.footerwidgets ul.menu li a {
	background: #333333;
	color: #CCCCCC;
	text-shadow: none;
	letter-spacing: 0px;
	border-right: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li li a:hover {
	background: none;
	color: #33CCCC;
	} 
.footerwidgets ul.menu li a:hover {
	background: none;
	color: #FFFFFF;
	}
.widget ul.menu li {
	float: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	}
.widget ul.menu li span {
	top: 12px;
	}
.widget ul.menu li ul.sub-menu {
	width: auto;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.footerwidgets ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	20.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
.footerwidgets #calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px 10px 10px 10px;
	}
.footerwidgets #wp-calendar {
	color: #CCCCCC;
	}
	
/************************************************
*	21.	Search Form								*
************************************************/

.searchnav { float: right; /*background: transparent url(images/search_icon.png) no-repeat left center;*/ width: 17%; font-size: 11px; line-height: 40px; height: 40px; margin-right:-20px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.searchnav { float: right; width: 13.7%; font-size: 11px; line-height: 40px; height: 40px; margin-right:-20px; }
}
body.single.single-post .searchnav, body.archive.category .searchnav, body.page .searchnav { margin-right:-40px; }
.searchnav #s { float: none; display: inline; background: none; width: 100%; height: 30px; text-indent: 0px; line-height: 30px; margin: 0px; padding: 0px 0px 0px 5px; border: none; }
.screen-reader-text { display: none !important; }

#cse-search-box { margin: 0 0 0 -65px; }
iFrame#cse-body.gsc-control-cse { border-color: #FFF !important; background-color: #FFF !important; }
iFrame#cse-body.gsc-webResult.gsc-result, iFrame#cse-body.gsc-results .gsc-imageResult { border-color: #FFF !important; background-color: #FFF !important; }

#searchform { margin: 0 0 0 -60px; padding: 0px; border: solid 1px #EEE; width:180px; height: 30px; }
#searchform label { display: none; }
#s {
	float: left;
	background: #FFFFFF url(images/search_icon.png) no-repeat left center;
	color: #999999;
	width: 63%;
	height: 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2% 0px 8%;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.two.columns #s { width: 90%; }
#searchsubmit {
	float: right;
	background: #333333;
	width: 24%;
	height: 36px;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 0px 0px 0px 3%;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.two.columns #searchsubmit { float: left; width: 80%; margin-top: 10px; margin-left: 0px; }
#searchsubmit:hover { background: #33CCCC; color: #FFFFFF; border: none; }
	
/************************************************
*	22.	Footer Widgets							*
************************************************/

.footerwidgets {
	display: block;
	background: #3E3D40;
	color:#BBB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 22px;
	max-width: 1140px;
	margin: 0px auto 0px;
	padding: 0px 60px;
	}
.footerwidgets .widget { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; }
.footerwidgets h4 { color: #FFFFFF; font-weight: bold; line-height: 26px; padding-top: 20px; }
.footerwidgets span { display: block; color: #FFFFFF; font-size: 1.2em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 26px; margin: 4px 0px 4px -4px; padding: 20px 0px 4px 4px; }
.footerwidgets p { color: #999999; }
.footerwidgets a, 
.footerwidgets a:link, 
.footerwidgets a:visited { color: #BBBBBB; }
.footerwidgets a:hover, 
.footerwidgets a:active, 
.footerwidgets a:focus { color: #FFFFFF; }
.footerwidgets ul { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.footerwidgets ul ul { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.footerwidgets ul li { display: inline; list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.footerwidgets ul li a { display: block; padding: 4px 0px 4px 0px; margin: 0px 0px 0px 0px; border-top: 0px solid #151515; }
.footerwidgets ul li a:hover { color: #FFFFFF; }
.footerwidgets .textwidget { color: #CCCCCC; }
	
/************************************************
*	23.	Footer  								*
************************************************/

.footer {
	/*background: #111111;*/
	background: url("images/footer_bg.png") repeat-x scroll 0 0 transparent;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 1140px;
	height: 60px;
	color: #fff;
	margin: 0px auto 0px;
	padding: 10px 60px;
	border-top: 1px solid #9F2814;
	}
.footer p { font-size: 11px; line-height: 18px; margin: 0px; padding: 0px; color: white; }
.footer a { color: #999999; }
.footer a:hover { color: #FFFFFF; }
.footerleft { float: left; display: block; margin: 12px 0px 0px 0px; }
.footerright { float: right; display: block; margin: 18px 0px 0px 0px; }

.counter { width: 180px; border:0px; padding:0px; margin:0px; font-size:0.75em; }

.row .tab { width: 100%; }

.osc-res-tab .nav > li > a { padding: 5px 10px !important; }
.osc-res-tab .nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
.osc-res-tab .nav-tabs > li.active > a, 
.osc-res-tab .nav-tabs > li.active > a:hover, 
.osc-res-tab .nav-tabs > li.active > a:focus { color: #fff !important; background-color: #3E3D40 !important; border: 1px solid #DDD; border-bottom-color: transparent; cursor: default; }

.tab-content h4 { color: white; font-weight: bold; line-height: 26px; padding: 0px; }
.osc-res-tab .nav-tabs > li > a:hover { color:#444; }
.osc-res-tab li.tab-pane a { padding:0 !important; display: inline !important; text-decoration: underline; }
.osc-res-tab.tabbable { /*margin-left: -4.4%;*/ width: 100%; }

.footerwidgets .osc-res-tab .nav > li.active { /*box-shadow: -3px -3px 10px #333;*/ }
.footerwidgets .osc-res-tab ul.tab-content { /*border-bottom: 1px solid #DDD;*/
-webkit-box-shadow: 0px 3px 10px #333;
-moz-box-shadow: 0px 3px 10px #333;
box-shadow: 0px 3px 10px #333;
/*
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; */
}
	
/************************************************
*	24.	Comments								*
************************************************/

#submit, #comments #respond input#submit {
	background: #333333;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	margin: 0px;
	padding: 4px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	float: left;
	background: #F9F9F9;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 20px 4px 0px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comment { background: #F9F9F9; width: 96%; font-family: Helvetica, Arial, sans-serif; margin: 6px 0px; padding: 6px; border: 1px solid #DDDDDD; border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
#comments { margin: 0px; padding: 5px 20px 15px 20px; background: #fff; box-shadow: 0px 0px 5px rgb(193, 200, 204); }
h3#comments-title { font-size: 1.3em; font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif; }
h3#reply-title { font-size: 1.3em; }
.commentlist { width: 100%; list-style: none; margin: 0px; padding: 0px; overflow: hidden; background: #fff; }
.commentlist ul, .commentlist ol { list-style: none; margin: 0px; padding: 0px; }
.commentlist li { margin-top: 20px; padding: 0px; clear: both; }
.commentlist li li { padding-left: 0px; }
.comment .comment-content { display: block; background: #FFF; width: 78%; padding: 12px 2%; overflow: hidden; border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
.bypostauthor .comment-content { background: #fefefe; }

.comment-meta { float: left; display: inline-block; width: 16%; margin-right: 2%; padding: 0px; }
.comment-author { font-size: 0.7em; line-height: 20px; text-align: center; margin-bottom: 10px; font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif; }
.comment .avatar { display: block; background: #F9F9F9; margin: 0px auto 10px; padding: 0px; border: none; /*border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%;*/ }
.comment-edit-link { float: right; display: inline-block; font-size: 0.7em; line-height: 1; margin-top: 20px; padding: 0px; }
.comment-awaiting-moderation { font-weight: bold; }

.reply a, .reply a:visited {
	float: left;
	display: inline-block;
	background: #333333;
	color: #999999 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	margin-top: 6px;
	padding: 2px 12px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.reply a:hover { background: #33CCCC; color: #FFFFFF !important; text-decoration: none; }
	
#respond { width: 100%; margin: 20px 0px 0px 0px; overflow: hidden; }
#respond form#commentform p { padding: 8px; }


.comment #respond { margin-bottom: 40px; }
.logged-in-as { font-size: 0.8em; margin-top: -12px; }
#cancel-comment-reply-link { display: block; }
#comments #respond input#submit { float: left; display: block; margin: 0px; padding: 8px 20px; cursor: pointer; border: none; }
#comments #respond input#submit:hover { background: #33CCCC; color: #FFFFFF; }
.nocomments { display: none; }
.form-allowed-tags { display: none; }

.comment-subscription-form { float: left; clear: both; padding: 0px 6px !important; margin-top: 8px; }

#s2_form_widget-2.widget.s2_form_widget h4 { color: #E53417 !important; }
#commentform label > input[name="s2_comment_request"] {  }

/************************************************
*	Autoren-Info					*
************************************************/

.author-info { position: relative; overflow: hidden; background: #F9F9F9; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 15px; margin: 10px 0 20px 0; }
.author-info img { float: left; background:#fff; border:#DDD solid 1px; margin:0 20px 0 0; padding:5px; }
.author-info span, .author-info span a { color: #333333; font-size: 1.1em; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin: 2px 0px 2px 0px; padding: 2px 0px 2px 0px; line-height: 1.8; }

.authorpage-gravatar { position: relative; height: 140px; display: block; }
.authorpage-gravatar img { float: left; margin: 0 20px 0 0; }
.authorpage-gravatar p {  }
.article.author li:first-child{ display:none; }

/************************************************
*	25.	Gravity Forms Styling					*
************************************************/

.container .gform_wrapper { 
	overflow: hidden; 
	margin-bottom: 10px;  
	max-width: 980px;
	}
.container .gform_wrapper textarea,
.container .gform_wrapper input,
.container .gform_wrapper select { 
 	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: 14px;
	font-style: normal;
	letter-spacing: normal;
	outline-style: none;
	padding: 8px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.container .gform_wrapper input:hover,
.container .gform_wrapper input.button:hover, 
.container .gform_wrapper textarea:hover,
.container .gform_wrapper select:hover {
	background: #FCFCFC;
	color: #333333;
	}
.container .gform_wrapper h1, 
.container .gform_wrapper h2, 
.container .gform_wrapper h3 {
	font-weight: normal; 
	border: none; 
	outline: none; 
	background: none;
	}
.container .gform_wrapper .field_selected { 
	background-color: #FCFCFC;  
	border: 1px solid #DDDDDD !important;
	}
.container .gform_wrapper .ginput_complex label, 
.container .gform_wrapper .gfield_time_hour label, 
.container .gform_wrapper .gfield_time_minute label, 
.container .gform_wrapper .gfield_date_month label, 
.container .gform_wrapper .gfield_date_day label, 
.container .gform_wrapper .gfield_date_year label, 
.container .gform_wrapper .instruction { 
	display: block;  
	margin: 3px 0 8px 0; 
	font-size: 10px;
	}
.container .gform_wrapper .left_label .gfield_label { 
	float: left;  
	margin: 2px 15px 0 0;  
	width: 29%;  
	font-weight: bold;
	}
.container .gform_wrapper .gsection .gfield_label, 
.container .gform_wrapper h2.gsection_title, 
.container .gform_wrapper h3.gform_title { 
	font-weight: bold;  
	font-size: 14px; 
	}
.container .gform_wrapper .description, 
.container .gform_wrapper .gfield_description, 
.container .gform_wrapper .gsection_description,
.container .gform_wrapper .instruction { 
	font-size: 10px; 
	line-height: 150%; 
	clear: both; 
	font-family: Verdana, sans-serif;
	}
.container .gform_wrapper .gfield_required { 
	color: #790000;  
	margin-left: 4px;
	}
.container .gform_wrapper .gfield_error { 
	background-color: #33CCCC !important;  
	margin-top: 4px !important;  
	margin-bottom: 6px;  
	padding: 6px 6px 4px 6px !important; 
	}
.container .gform_wrapper .gfield_error .gfield_label { 
	color: #333333;
	}
.container .gform_wrapper .validation_error { 
	background: #33CCCC;
	color: #FFFFFF; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;  
	font-size: 18px;
	font-style: normal;
	text-align: center;
	line-height: 150%;  
	margin-bottom: 10px;
	width: 94%;
	padding: 20px;
	}
.container .gform_wrapper .validation_message { 
	color: #333333 !important;  
	font-size: 11px;  
	font-family: Helvetica, Arial, sans-serif;  
	letter-spacing: normal;
	}
.container #gforms_confirmation_message {
	background-color: #F9F9F9; 
	border: 1px solid #DDDDDD; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 20px 0; 
	font-size: 14px;
	color: #333333; 
	text-align: center;
	}
.container .gform_footer input.button {
	background: #333333;
	color: #999999; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 20px;
	*padding: 6px 12px;
	padding: 6px 12px;
	border: none;
	}
.container .gform_footer input.button:hover {
	background: #33CCCC;
	color: #FFFFFF;
	border: none;
	}
.container .gform_wrapper .top_label input.large, 
.container .gform_wrapper .top_label select.large, 
.container .gform_wrapper .top_label textarea.textarea {
	width: 98%;
	}
.container .gform_wrapper ul li {
	padding: 0px;
	}
.container img.ui-datepicker-trigger {
	position: relative; 
	top: 10px;
	}

/************************************************
*	26.	Responsive Framework	     		    * 
************************************************/
#page {
	max-width: 1220px;
	margin: 0px auto 0px auto;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0px 0px 20px #AAAAAA;
	-moz-box-shadow: 0px 0px 20px #AAAAAA;
	-webkit-box-shadow: 0px 0px 20px #AAAAAA;
	}
.container { 
	background: #FFFFFF;
	max-width: 1220px;
	margin: 0px auto 0px auto;
	padding: 20px 60px 20px 60px;
	}

.row { 
	width: 100%; 
	max-width: 1220px; 
	min-width: 730px; 
	margin: 0 auto; 
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .two #text-4 { width: 250px; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 27.868852%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 66.393443%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%; }
.row .offset-by-two 	{ margin-left: 21.8%; }
.row .offset-by-three 	{ margin-left: 30.5%; }
.row .offset-by-four 	{ margin-left: 39.2%; }
.row .offset-by-five 	{ margin-left: 47.9%; }
.row .offset-by-six 	{ margin-left: 56.6%; }
.row .offset-by-seven 	{ margin-left: 65.3%; }
.row .offset-by-eight 	{ margin-left: 74.0%; }
.row .offset-by-nine 	{ margin-left: 82.7%; }
.row .offset-by-ten 	{ margin-left: 91.4%; }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%; }
.row .offset-by-two:first-child 	{ margin-left: 17.4%; }
.row .offset-by-three:first-child 	{ margin-left: 26.1%; }
.row .offset-by-four:first-child 	{ margin-left: 34.8%; }
.row .offset-by-five:first-child 	{ margin-left: 43.5%; }
.row .offset-by-six:first-child 	{ margin-left: 52.2%; }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }
.row .offset-by-ten:first-child 	{ margin-left: 87%; }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }
	
/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }
	
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none !important;}
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.two-up>li:nth-child(2n+1) {clear: left;} 

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.three-up>li:nth-child(3n+1) {clear: left;} 

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.four-up>li:nth-child(4n+1) {clear: left;} 

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
.block-grid.five-up>li:nth-child(5n+1) {clear: left;}


/* Mobile Styles */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
@-ms-viewport { width: 768px; }

.date-overlay { position: absolute; width: 43.2% !important; margin-top: -14px; padding: 2px 0px 2px 10px; }
#content .date-overlay { position: absolute; width: 43.2% !important; margin-top: -14px; padding: 2px 0px 2px 10px; }
.social-2column-cat { float: left; display: block; width: 100%; margin: 10px 0px 0px 0px; padding: 0px 0px; overflow:visible; }
/* #homepage .holder.double { width: 100%; } */

#content #homepage .holder.double.second div.article span.top5 { position: absolute; right: 1.8% !important; margin-top: -245px !important; }
#content #homepage .holder.double.first div.article span.top5 { position: absolute; right: 55.2% !important; margin-top: -245px !important; }

/*.flexslider { width: 48.5%; height: 20%; margin: 0; padding: 0; }*/

/* top5 widget */
#execphp-5, #execphp-14 { background: transparent url(images/top5-widget-headline.jpg) no-repeat center top; margin:10px 0 0 0; }
#execphp-5 ul, #execphp-14 ul { margin-top: 30px; padding-top:20px; }
#execphp-5 h4, #execphp-14 h4 { display:none; }
.execphpwidget .topfuenf { background: #eee; margin: 40px 0 0 0px !important; padding: 0px 10px 5px 10px !important; width: 225px; }
.execphpwidget span { float: left; padding: 10px 0 10px 10px; border-bottom: 1px solid #ddd; width: 220px; margin: 0 0 5px 5px; font-weight: bold; text-align:center; }
.top-url { width: 240px; height: 55px; margin: -60px 0 10px 0px; float: left; }

/* 125x125 widget */
.ad-125x125 { width: 220px; margin-left: -10px; }
.ad-125x125 .thumbnails > li .thumbnails > img { padding: 0px 0px; width: 100px !important; height: auto; }
.ad-125x125 .thumbnails > li { float: left; margin: 0 0 18px 10px !important; border: 4px solid #EEE; }
.ad-125x125 .thumbnails > li a { padding: 0 !important; }
.ad-125x125 .thumbnails img { width: 105px !important; }

#pinterest-pinboard-widget-container .row { width: 240px !important; height: 110px !important; text-align: center !important; }
#pinterest-pinboard-widget-container .pinboard a img { width: 100px !important; height: 100px !important; padding: 6px 6px !important; margin: 4px 4px; float:left; } 

.ad-category { display:none; }
.shadow { background: url('images/img-shadow-331.png'); background-position: 0px 117px !important; background-repeat: no-repeat; height: 140px !important; }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {

.ad-header { display:none; }
#custom-header img { margin: 5px 0 10px 5px; opacity: 1; }
  
.date-overlay { position: absolute; width: 41.6%; margin-top: -14px; padding: 2px 0px 2px 10px; }
#content .date-overlay { position: absolute; width: 41.6%; margin-top: -14px; padding: 2px 0px 2px 10px; }
.social-2column-cat { float:left; display:block; width: 80%; margin: 10px 0px 0px 0px; padding: 0px 0px; overflow:visible; }
#homepage .social-2column .tweet_btn { width: 50%; }
#homepage .social-2column .plus_btn { width: 50%; }
#homepage .social-2column .like_btn {  }

/* #homepage .holder.double { width: 100%; } */
div.article h2.headline.smaller { font-size: 1.4em; line-height: 1.2em; margin: 1px 0px; padding: 1px 0px; font-weight: 300; }

#content #homepage .holder.double.second div.article span.top5 { position: absolute; right: 2.2% !important; margin-top: -236px !important; }
#content #homepage .holder.double.first div.article span.top5 { position: absolute; right: 56.4% !important; margin-top: -237px !important; }

/* top5 widget */
#execphp-5, #execphp-14 { background: transparent url(images/top5-widget-headline.jpg) no-repeat center top; margin:10px 0 0 0; }
#execphp-5 ul , #execphp-14 ul { margin-top: 30px; padding-top:20px; }
#execphp-5 h4, #execphp-14 h4 { display:none; }
.execphpwidget .topfuenf { background: #eee; margin: 40px 0 0 0px !important; padding: 0px 10px 5px 10px !important; width: 170px; }
.execphpwidget span { float: left; padding: 10px 0 10px 10px; border-bottom: 1px solid #ddd; width: 165px; margin: 0 0 5px 5px; font-weight: bold; text-align:center; }
.top-url { width: 200px; height: 55px; margin: -60px 0 10px 0px; float: left; }

/* 125x125 widget */
.ad-125x125 { width: 200px !important; margin-left: -10px; }
.ad-125x125 .thumbnails > li .thumbnails > img { padding: 0px 0px; width: 80px !important; height: auto; }
.ad-125x125 .thumbnails > li { float: left; margin: 0 0 8px 8px !important; border: 4px solid #EEE; }
.ad-125x125 .thumbnails > li a { padding: 0 !important; }
.ad-125x125 .thumbnails img { width: 80px !important; }

#pinterest-pinboard-widget-container .row { width: 220px !important; height: 110px !important; text-align: center !important; }
#pinterest-pinboard-widget-container .pinboard a img { width: 75px !important; height: 75px !important; padding: 6px 6px !important; margin: 4px 4px; float:left; }

.ad-category { display:none; }
.shadow { background: url('images/img-shadow-331.png'); background-position: 0px 117px !important; background-repeat: no-repeat; height: 140px !important; }

}

div.sidebar div#adrotate_widgets-2.widget ins,
div.sidebar div#adrotate_widgets-3.widget ins { margin: 0 0 0 -5px !important; }

/* pinterest widget */

/*#pinterest-pinboard-widget-container  { text-align: center !important; }*/
#pinterest-pinboard-widget-container .row { width: 300px !important; height: 125px !important; text-align: center !important; }
#pinterest-pinboard-widget-container .pinboard { margin-top: 10px; }
#pinterest-pinboard-widget-container .pin_link { padding: 5px !important; }
#pinterest-pinboard-widget-container .pin_text { vertical-align: super; }
#pinterest-pinboard-widget-container .pin_text a { color: #999; }
#pinterest-pinboard-widget-container .pinboard img { width: 120px !important; height: 120px !important; padding: 6px 6px !important; margin: 4px 4px; float:left; }
#pinterest-pinboard-widget-container .pinboard img {
display: block !important;
overflow: hidden !important;
background: white !important;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-color: #fff;
box-shadow: 0px 0px 6px #AAA;
-moz-box-shadow: 0px 0px 6px #AAA;
-webkit-box-shadow: 0px 0px 6px #AAA;
}
        
/* 125x125 widget */
.ad-125x125 { width: 300px; margin-left: -10px; }
.ad-125x125 .thumbnails > li .thumbnails > img { padding: 0px 0; width: 125px; height: auto; }
.ad-125x125 .thumbnails > li { float: left; margin: 0 0 18px 10px !important; border: 4px solid #EEE; }
.ad-125x125 .thumbnails > li a { padding: 0 !important; }
.ad-125x125 li {
display: block !important;
overflow: hidden !important;
background: white !important;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-color: #DDD;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015);
}
.thumbnail {
display: block !important;
padding: 4px !important;
line-height: 1 !important;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fademe img:hover, a img:hover {
opacity: 0.5;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}