/*
	Theme Name: Istlokal OS Pro Theme 3.0
	
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Sascha Salmen
	Author URI: http://www.zazen-design.de
	Version: 3.0.9
 
	Tags: black, red, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.3
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Icons
		- Featured Content
		- Featured Content Color Box
		- Mittagstisch
		- Mailchimp
	- Buttons
		- Standard
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
		- Disqus
		- Related Posts
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Top Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Infinite Scroll
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/



/* Istlokal icon font ----------- */

@font-face {
	font-family: 'istlokal-icons';
	src:url('fonts/font1/istlokal-icons.eot');
	src:url('fonts/font1/istlokal-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/font1/istlokal-icons.woff') format('woff'),
		url('fonts/font1/istlokal-icons.ttf') format('truetype'),
		url('fonts/font1/istlokal-icons.svg#genesis-icon') format('svg');
	font-weight: normal;
	font-style: normal;
	
}




/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#333}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.footer-bottomwidgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.footer-bottomwidgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #f6f5f2;
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	line-height: 1.525;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #ff0000;
	text-decoration: none;
}


.post a {

	text-decoration: none;
}


.post p a {

	text-decoration: underline;
}



.entry-content a {

	text-decoration: none;
}


.post h2 a,
p.byline  a,
p.entry-meta a,
.post .more-link {

	text-decoration: none;
}


a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0;
	margin: 0;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote p,
blockquote::before {
	color: #AAAAAA !important;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;

}

blockquote,
blockquote p {
	font-family:Arial !important;
	font-size: 15px !important;
	font-style: italic !important;
	font-weight: normal !important;

}

blockquote {
	margin: 40px 50px 24px;
	margin: 4rem 5rem 2.4rem;
}

blockquote::before {
	content: "\“";
	display: block;
	font-family:times new roman;
	font-weight: bold !important;
	font-size: 80px;
	font-size: 8rem;
	height: 0;
	left: -58px;
	position: relative;
	top: -40px;
}

blockquote::after {
	content: "\„";
	display: block;
	font-family:times new roman;
	font-weight: bold !important;
	font-size: 80px;
	font-size: 8rem;
	height: 0;
	float: right;
	right: -45px;
	position: relative;
	top: -115px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 3px 0 20px;
	margin: 0.3rem 0 2rem;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h3.toptitle {
	color: #2A85B4;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.news-pro-green h3.toptitle {
	color: #00672E;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

.featured-top-highlight h4{
	background-color: transparent !important;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ff0000;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 16px auto;
	margin: 1.6rem auto;
	max-width: 1140px;
}

.news-pro-landing .site-container {
	max-width: 960px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 778px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebarwide .content {	
	width: 600px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	width: 178px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}



.content-sidebar-sidebarwide .content,
.content-sidebar-sidebarwide .sidebar-secondary {
	float: left;
}

.content-sidebar-sidebarwide .sidebar-primary {
	border-left: 1px solid #D5D5D5;
}

.content-sidebar-sidebarwide .sidebar-primary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 23%;
}

.three-fourths {
	width: 74%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	background-color: #27A3D1 ;
	border: 1px solid #008ABD;
	float:right;
	clip: rect(0, 0, 0, 0);
	
	margin: 0px 0px 0px 0px;
	padding: 17px 16px;
	border-radius: 0px;
	/*    position: absolute;    */
	/*    position: relative;    */
	/*     height: 30px;    */   
	width: 25%; 
} 

.search-form input {
	padding: 16px 16px;
	padding: 1.6rem 1.6rem;
	font-size: 13px;
	font-size: 1.3rem;
	width: 75%;
	 /*    height: 30px;      */ 
	
} 

.right .search-form input[type="submit"] {
	background-color: #27A3D1 ;
	border: 1px solid #008ABD;
	float:right;
	clip: rect(0, 0, 0, 0);
	
	margin: 0px 0px 0px 0px;
	padding: 17px 16px;
	border-radius: 0px;
	/*    position: absolute;    */
	/*    position: relative;    */
	/*     height: 30px;    */   
	width: 40px; 
} 

.right .search-form input {
	padding: 16px 16px;
	padding: 1.6rem 1.6rem;
	font-size: 13px;
	font-size: 1.3rem;
	width: 150px;
	 /*    height: 30px;      */ 
	
} 



img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
	margin: 0.5rem 2.4rem 1.6rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
	margin: 0 0 2.4rem 1.6rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.entry-content .wp-caption-text  {


	 color:#333;
	 font-family:arial;
	 font-size:13px;
	 font-weight:normal;
	 padding:3px 0px;
	 text-decoration:none;
	 text-shadow:0px 0px 0px #ffffff;
 }
 
.wp-caption {

	 background:#F5F5F5;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;
	 border-radius:0px;
	 border:1px solid #dcdcdc;
	 padding:3px 5px;
	
 }




.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 20px;
	padding: 2rem;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	overflow: hidden;
	padding: 20px;
	padding: 2rem;
	

}

.author-box {
    background: url('images/bg-authorbox.png') repeat-y scroll left center #FFF;
    border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 20px;
    margin: 30px 0px 40px;
    border-radius: 0px;

}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	margin-left: 120px;
}

.author-box p {
	margin-bottom: 0;
	
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box .avatar {
    float: left;
    margin: 10px 40px 15px 0px;
    padding: 5px;
    border: 1px solid #CCC;
   
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.author-box-content {
	margin-left: 120px;
}
/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #ff0000;
}

.widget-title {
	border-top: 0px solid #555;
	border-bottom: 1px solid #e3e3e3;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	padding: 16px 16px 12px 35px;
	padding: 1.6rem 1.6rem 1.2rem 3.5rem;
	text-align: left;
	text-transform: uppercase;
}

.featured-top .widget-title,
.featured-bottom-2 .widget-title, 
.featured-bottom .widget-title {
	border-top: 0px solid #555;
	border-bottom: 1px solid #e3e3e3;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	padding: 16px 16px 12px 35px;
	padding: 1.6rem 1.6rem 1.2rem 3.5rem;
	text-align: center;
	text-transform: uppercase;
}


.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
	margin: 0 0.4rem;
}



/* Buttons
--------------------------------------------- */

p.more-from-category {

	margin: 30px 0 !important;
	text-align: center;
	
}


.sidebar p.more-from-category a, 
.sidebar p.more-from-category a:hover,
.more-from-category a{
	background-color:  #F00;
	border: 2px solid  #F00;
	color: #fff; 
	
	padding: 10px;
	font-weight: bold;
	line-height: 35px;
	
}


.single-partner .center_home_button {
	display: none;
}

.center_home_button {
	width: 180px;
	margin: 0 auto;
}

.home_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	width: 150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	
	margin: 15px auto;
	
	Padding: 3px 10px 3px 20px;
}
.home_button:before {
	content: '\e822';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	height: 0;
	left: -15px;
	position: relative;
	top: -1px;
}
.home_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.home_button:active {
	position:relative;
	top:1px;
}



/* Icons
--------------------------------------------- */

.entry-categories {
	padding: 10px 0 0 18px;

}


.entry-tags {
	padding: 0 0 0 18px;

}

.entry-categories::before {
	content: '\e829';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	height: 0;
	left: -15px;
	position: relative;
	top: 0px;

}

.entry-tags::before {
	content: '\e809';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	height: 0;
	left: -18px;
	position: relative;
	top: 0px;

}

.sidebar-primary .widget h4::before {
	content: '\e836';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 25px;
	font-size: 2.5rem;
	height: 0;
	left: -35px;
	position: relative;
	top: -5px;

}

.sidebar-primary .widget_recent_comments h4::before {
	content: '\e83d';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 25px;
	font-size: 2.5rem;
	height: 0;
	left: -35px;
	position: relative;
	top: -5px;

}


.sidebar-primary .widget_FacebookLikeBox h4 {
		background: rgba(0, 0, 0, 0) url(images/becomefan.png) no-repeat;
		background-position: 0px 0px;
		height: 130px;
		color: #393939;
		border-bottom: 0px solid #AAA;
		padding: 10px 0 12px 0px;
		margin: 0 0 0px 0;
	}


.sidebar-primary .widget_calendar h4::before {
	content: '\e85c';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 25px;
	font-size: 2.5rem;
	height: 0;
	left: -35px;
	position: relative;
	top: -5px;

}


.sidebar-primary .widget_recent_entries h4::before {
	content: '\e84f';
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 25px;
	font-size: 2.5rem;
	height: 0;
	left: -35px;
	position: relative;
	top: -5px;

}


.widget_adrotate_widgets  {
	display: block;
	margin: 0 auto;
	padding: 0 2rem;
}





.widget_adrotate_widgets h4::before {
	content: '\e820'  !important; 
	display: block;
	float: left;
	font-family: 'istlokal-icons';
	color: #333;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	height: 0;
	left: -15px !important;
	position: relative;
	top: 0px !important;

}


.widget_adrotate_widgets h4{
	
	
	font-size: 11px !important;
	
	border-top: 0px solid #555;
	border-bottom: 0px solid #E3E3E3 !important;
	color: #333;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 15px 0px 0;
	margin: 0 1.5rem 0.0rem 0;
	padding: 10px 16px 10px 16px;
	padding: 1.0rem 1.6rem 1.0rem 1.6rem!important;	
	text-align: left !important;
	text-transform: uppercase;

}



/* Featured Content
--------------------------------------------- */

.gfwa-box-style{
	background-color: #F6F5F4;
	border: 10px solid  #E74C3C;
 }



.gfwa-box-style ul {
	padding: 2rem;
 }

.gfwa-box-style .widget-title {
	background-color: #E74C3C;
	border: 10px solid  #E74C3C;
	
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0.6rem;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
 }

.gfwa-box-style .widget-title:after,
section.gfwa-box-style .widget-title:after {
	content: "";
	display: block;
	position: relative;
	bottom: -28px;
    left: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #E74C3C transparent transparent transparent;
 }

 
.gfwa-box-style li {
 margin-left: 10px;
 }


/* Sidebar  */


section.gfwa-box-style {
	border: 0px solid  #E74C3C;
 }


.sidebar .gfwa-box-style h4:before {
    content: ""; 
}

.gfwa-box-style h2 a {
    font-size: 16px !important;
	font-weight: bold;
}

section.gfwa-box-style h4.widget-title {  
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
	margin: 0 0 15px 0;
    background-color: #E74C3C;
    color: #fff;
}



/*  Featured Content Color Box
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-content p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}




/* Mittagstisch
--------------------------------------------- */

.mtslogan {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.mtwidget-content {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;

}


ul.mt-ul:first-child {
    
	margin: 10px 0 0px 0;
}

.sidebar .mt-widget ul.mt-ul > li.mt-list {
    border-bottom: 1px dotted #E3E3E3;
    list-style-type: none;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
    word-wrap: break-word;
}


.mt-logo {
	float: left;
	padding: 7px 20px 0 0;

}

.mt-terms {
	
	font-size: 12px;
	font-style:italic;
	color: #555;
}

.mt-title {

	font-weight: bold;
	color: #333;
}

.mtbutton-para {
	margin: 30px 0px 10px !important;
	text-align: center;
}


.mt-button {
	background-color: #E74C3C;
	border: 5px solid #E74C3C;
	color: #FFF !important;
	padding: 10px;
    font-weight: bold;
    line-height: 35px;

}

/**
 * mittagstisch template
*/

.page-template-single-mittagstisch-php h1.entry-title {
	padding: 0 0 15px 0;
}

.mt-overview-loop {
	padding: 20px 40px;
}

ul.mt-ul-single:first-child {
    
	margin: 10px 0 0px 0;
}

 ul.mt-ul-single > li.mt-list-single {
    border-bottom: 1px dotted #E3E3E3;
    list-style-type: none;
    margin-bottom: 1.4rem;
    padding-bottom: 1.8rem;
    word-wrap: break-word;
}


.mt-logo-single {
	float: left;
	padding: 0px 20px 0px 0;
	

}

.mt-terms-single {
	
	font-size: 12px;
	font-style:italic;
	color: #555;
}

.mt-title-single {

	font-weight: bold;
	color: #333;
}

.mt-date {
	padding: 10px 10px;
	margin: 0 0 10px 0;
	
	background-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Mailchimp
--------------------------------------------- */

.sidebar .widget.istlokal_mailchimp-userwidget {

	border: 3px solid #16a085;
	margin: 10px;
	padding: 2rem 2rem;
	
}

.sidebar .widget.istlokal_mailchimp-userwidget h4 {
	background: #16a085;
	
	border-bottom: 1px solid #2C8372;
	padding: 1.6rem 1.6rem 1.2rem 5.5rem;
	margin-bottom: 0rem;
	color: #fff;

	
}

.sidebar .widget.istlokal_mailchimp-userwidget h4:before {
	color: #fff;
	top: -8px;
	content: '\e806';
	

	
 	font-family: 'istlokal-icons';

	
}

.sidebar .widget.istlokal_mailchimp-userwidget .mailchimpslogan {
	background: #16a085;
	border: 8px solid #16a085;
	color: #fff;
	text-align:center;
	font-family: times new roman;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;

	
}


.sidebar .widget.istlokal_mailchimp-userwidget .mailchimpwidget-content {
	background: #16a085;
	border: 8px solid #16a085;

	
}

/* Mailchimp Base  */

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}
#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}
#mc_embed_signup input {
    border: 1px solid #333;
    -webkit-appearance: none;
}
#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
    border-color: #333;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #777;
}
#mc_embed_signup .small-meta {
    font-size: 11px;
}
#mc_embed_signup .nowrap {
    white-space: nowrap;
}
#mc_embed_signup .clear {
    clear: none;
    display: inline;
}
#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 0 4% 0px 0;
    text-indent: 5px;
    width: 58%;
    min-width: 130px;
}
#mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}



/*  temp  */

#mc_embed_signup {
    background: none repeat scroll 0% 0% rgba(22, 160, 133, 0) !important;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 250px;
}

#mc_embed_signup input.button {
    display: block;
    width: 40% !important;
    margin: 0px 0px 10px;
    min-width: 90px;
}

 #mc_embed_signup .button {

    background-color: #333 !important;
	margin: -35px 5px 10px !important;


}

#mc_embed_signup .button:hover {
    background-color: #000 !important;
}

//**//



#mc-embedded-subscribe-form {
float: left !important;
}

#mc-embedded-subscribe {
float: right !important;
}

#mc_embed_signup{
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	}

.tpbr_message {
	float: left;
	
}	

.tpbr_mailchimp {
	display: inline-block;
	position: relative;

	float: left;
	
}	


.tpbr_mailchimp #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 10px;
	margin-top: 3px;
}

.topbar-container {
  
    margin: 0 auto;
    max-width: 1140px;
}

.topbar-inner {
	float: right;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #ff0000;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
	color: #333;
}

.enews form + p {
	margin-top: 20px;
	margin-top: 2rem;
}

/* Facebook Like Box
--------------------------------------------- */
._4s7c {
	
	border: 0px solid #AAA; 
}


/*   Pop Up   
--------------------------------------------- */

div#dialog .istlokal-social {
	display: none;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.news-pro-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider .slides li,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider li {
	border: none;
}

.slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=100) !important;
	display: block;
	margin: 10px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	z-index: 8;
}

/* Genesis Tabs
--------------------------------------------- */

.featured-top .widget.ui-tabs .entry,
.featured-top-highlight .widget.ui-tabs .entry {
	background: none;
	border: none;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	min-height: 400px;
}

.featured-top .widget.ui-tabs .entry h2 a,
.featured-top-highlight .widget.ui-tabs .entry h2 a {
	background: rgba( 0, 0, 0, 0.8 );
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 1.6rem;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.featured-top .widget.ui-tabs .entry p,
.featured-top-highlight .widget.ui-tabs .entry p {
	background: rgba( 0, 0, 0, 0.8 );
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 24px;
	margin: 0 2.4rem;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	position: relative;
	z-index: 9;
}

.featured-top .widget.ui-tabs .entry h2,
.featured-top-highlight .widget.ui-tabs .entry h2 {
	margin: 0;
	padding: 24px 24px 8px;
	padding: 2.4rem 2.4rem 0.8rem;
}

.featured-top .widget.ui-tabs, 
.featured-top-highlight .widget.ui-tabs {
	position: relative;
}

.featured-top .ui-tabs ul.ui-tabs-nav,
.featured-top-highlight .ui-tabs ul.ui-tabs-nav {
	bottom: 40px;
	margin: 0 0 0 40px;
	position: absolute;
	right: 40px;
	z-index: 9;
}

.featured-top .ui-tabs ul.ui-tabs-nav li,
.featured-top-highlight .ui-tabs ul.ui-tabs-nav li {
	border: none;
	margin: 0;
}

.featured-top .ui-tabs ul.ui-tabs-nav li::before,
.featured-top-highlight .ui-tabs ul.ui-tabs-nav li::before {
	display: none;
}

.featured-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #333;
	color: #fff;
	display: inline-block;
}

.featured-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background-color: #ff0000;
}

.featured-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

.featured-top .widget.ui-tabs img {
	position: absolute;
}

.featured-top .widget.ui-tabs a {
	color: #fff;
}


.featured-top-highlight .ui-tabs ul.ui-tabs-nav li a {
	background-color: #333;
	color: #fff;
	display: inline-block;
}

.featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background-color: #ff0000;
}

.featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

.featured-top-highlight .widget.ui-tabs img {
	position: absolute;
}

.featured-top-highlight .widget.ui-tabs a {
	color: #fff;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	display: none;
}

/* Weather Widget header
--------------------------------------------- */

/* .wp_forecast_widget {
	min-width: 200px;
	float: right;
} */

/* Disqus
--------------------------------------------- */

#disqus_thread {
	padding: 40px 40px;
	padding: 4rem 4rem;
}





/*  Related Posts
--------------------------------------------- */
.related-posts {
		border-top: 1px dotted #E3E3E3;
		padding-top: 0px;
		padding-bottom: 30px;
		
	}

.related-posts ul {
	margin: 0px 0px  !important;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
	
}


.single .related-posts ul {
	margin: 10px 0px !important;	
	padding: 0;
	padding: 10px 0 30px 0;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #E3E3E3;
	
}


.archive .related-posts ul,
.search .related-posts ul {
	margin: 10px 0px !important;	
	
	
}


.single .related-posts,
.archive .related-posts ,
.search .related-posts {
		
		padding-top: 0px;
		padding-bottom: 0px;		
	}

.related-posts ul {
		margin: 30px 0;
	}


.related-posts h1, 
.related-posts h2, 
.related-posts h3, 
.related-posts h4, 
.related-posts h5, 
.related-posts h6 { 
	padding-top: 6px; 
	margin: 0 0 4px;
	margin: 0 0 0.4rem;
	}
	
.related-posts a, .related-posts a:visited {
	color: #333 !important;
	font-weight: normal;
	text-decoration: none;
	}

.related-posts a:hover {
	text-decoration: underline;
	}
	
.news-pro-home .content .related-posts li  {
	list-style-type: none;

	border-bottom: 0px dotted #E3E3E3;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	word-wrap: break-word;
}
	

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 0px 0;
	padding: 0rem 0;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-left: 40px;
	padding-left: 4rem;
	width: 300px;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0px 0 0px;
	margin: 0rem 0 0rem;
	text-transform: uppercase;
}



.site-title a,
.site-title a:hover {
	color: #333;

	
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 10px 0 20px;
	margin: 1rem 0 2rem;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	background-position: top !important;
	float: left;
	min-height: 90px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */
.widget-wrap {
	overflow: hidden;
}

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding-right: 40px;
	padding-right: 4rem;
	text-align: left;
	width: 48%;
}

.site-header .widget-area .widget_text{
	
	padding: 0px 0 0px ;
	padding: 0rem 0 0rem;
	
}

.site-header .widget-area li {
	list-style-type: none;
}

.site-header .widget-area .widget-title {
	border-top: 0px solid #555;
	border-bottom: 0px solid #E3E3E3;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding: 5px;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

#megaMenu ul.megaMenu > li.right.search{
	float: right;
	margin-right: 0px;
	
}

aside .featuredpost h2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	
}


aside .featuredpost .toptitle {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	
}


.sidebar-primary .featuredpost p {
	font-size: 13px !important;
	font-size: 1.3rem !important;
	line-height: 1.5;
	
}


aside .featuredpost .entry {
	
	border-bottom: 1px solid #E3E3E3;
	padding: 10px;
	padding: 1rem;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}

.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #333;
	display: block;
	padding: 20px 24px;
	padding: 2.0rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #333;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #333;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
}

.genesis-nav-menu > .search {
	padding: 10px;
	padding: 1rem;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
}


.genesis-nav-menu .search-form input[type="submit"] {
	background-color: #27A3D1 ;
	border: 1px solid #008ABD;
	
	
	margin: 0px 0px 0px 0px;
	padding: 13px 16px;
	border-radius: 0px;
	
} 


/***** TopNav ********************/

#topnav {
	width: 100%;
	background: #F5F5F5; 
	height:35px;	
	font-size: 13px;
	line-height: 1.5;
	font-family:  verdana, sans-serif;	
	color: #666;
	font-weight: normal;
	margin: 0 auto 0;
	padding: 6px 0 6px 0;	
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	}

	

.topnav-left {
	width: 220px;
	
	float: left;
	margin: 0;
	padding: 0px 0 0 10px;
	}

	
.topnav-right {
  font-size: 11px;
  font-family: Arial;
	font-weight: bold;
	
	float: right;
	margin: 0;
	 padding: 0px 5px 0px 0px; 
	}
	
	
/*   Topnav  search form     
--------------------------------------------- */	

.topnav-right .search {
	float: right;
	border: 1px solid #333;
	
}

.topnav-right .search input[type="text"] {
    background: transparent;
    border: 0px solid #bbb;
    width: 45px;
    padding: 3px 5px 3px 5px; 
	margin: 0;
	
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

	color: #666;   
   
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
	




.topnav-right .search input[type="text"]:focus {
    width: 160px;
	background:#eeeeee;	
	text-shadow: 0 0px 0px;
	outline-color: #333333;
	outline-style: solid;
	outline-width: 0px;
	box-shadow:none;
	color: #333333;
    }
	
.topnav-right .s {


	color: #1A171B;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-image: initial;
	float: left;
	}

.topnav-right #search-submit {
	-webkit-box-shadow: #FFF 0px 0px 0px 0px inset;
	box-shadow: #FFF 0px 0px 0px 0px inset;
	background: #333333;
	border-radius: 0px;
	border: 1px solid #333;
	border-image: initial;
	display: inline-block;
	color: #FFF;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-shadow: #FFF 0px 0px 0px;
	}


/***** Top Navigation 
--------------------------------------------- */
	
#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a {
	color: #333333;
	display: block;
  margin: 0;
	padding: 2px 8px 2px 14px;
	text-decoration: none;
	position: relative;	
	}

#topnav li a:hover, #topnav li a:active, #topnav .current_page_item a, #topnav .current-cat a, #topnav .current-menu-item {
	color: #006699;
	}
	
#topnav li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#topnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#topnav li li a:hover, #topnav li li a:active {
	background: #F2F2F2;
	color: #006699;
	}

#topnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#topnav li ul a { 
	width: 140px;
	}

#topnav li ul ul {
	margin: -31px 0 0 159px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover { 
	position: static;
	}

#topnav li.facebook a {
	background: url(images/social/facebook_icon.jpg) no-repeat left;
	margin: auto;
	}
#topnav li.twitter a {
	background: url(images/social/twitter_icon.jpg) no-repeat left;
	margin: auto;
	}

#topnav li.rss a {
	background: url(images/social/rss.png) no-repeat left;	
	margin: auto;
	}
	
#topnav li.impressum a {
	background: url(images/social/impressum.png) no-repeat left;
	margin: auto;
	}	

#topnav li.kontakt a {
	background: url(images/social/news_icon.jpg) no-repeat left;
	margin: auto;
	}
	
#topnav li.facebook2 a {
	background: url(images/social/facebook_icon2.png) no-repeat left;
	margin: auto;
	}
#topnav li.twitter2 a {
	background: url(images/social/twitter_icon2.png) no-repeat left;
	margin: auto;
	}

#topnav li.rss2 a {
	background: url(images/social/rss_icon2.png) no-repeat left;	
	margin: auto;
	}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #333;
	
}



/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #F5F5F5;
	border-bottom: 1px solid #e3e3e3;
	height: 30px; 
}

.nav-secondary .genesis-nav-menu a {
	padding: 5px 14px;
	padding: 0.5rem 1.4rem; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
} 


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.sidebar-top-banner {
	
	border-bottom: 0px solid #e3e3e3;
	clear: both;
	padding: 20px 19px 10px;
	padding: 2rem 1.9rem 1rem;

}

.sidebar-top-full {
	
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

.featured-top-highlight {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

.featured-top-highlight .featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.featured-top {
	
	border-bottom: 0px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

.featured-top .featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.featured-bottom-left { 
	border-right: 1px solid #e3e3e3;	
	float: left;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 40%;
}

.featured-bottom-right {
	float: right;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 60%;
}

.featured-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}


.featured-bottom-left-2 { 
	border-right: 1px solid #e3e3e3;	
	float: left;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 50%;
}

.featured-bottom-right-2 {
	float: right;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 50%;
}

.sidebar-bottom-full {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}


/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.home .entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
	padding: 2rem;
}

.home .featured-bottom-2 .byline {
	margin: 0 0 0px;
	margin: 0 0 0.0rem;
	font-size: 13px;
}

.home .featured-bottom-2 .entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
	padding: 1.4rem 0rem 1rem 0rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	/*    text-transform: uppercase;    */
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 0px dotted #e3e3e3;
	margin: 0px -40px;
	margin: 0rem -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}


.entry-comments-link::before {
	content: '\e83c';
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
 	font-family: 'istlokal-icons';
	color: #888; 
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	top: 2px;  

}


.entry-categories,
.entry-tags {
	display: block;
}

.after-entry {
	padding: 20px;
	padding: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px;
	margin: 4rem;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff0000;
	color: #fff;
}




/* Infinite Scroll
--------------------------------------------- */
 

.infinite-scroll .archive-pagination {
	    display: none;    
	
} 

.home #infinite-footer {
	    display: none;    
	
} 
 



/* Comments Note
--------------------------------------------- */

.comment-note {
	background: #DDD;
	border: 1px solid #AAA;
	margin: 20px 40px 20px 40px;
	padding: 10px;
	float:left;
}






/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
	padding: 40px;
	padding: 4rem;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

li.depth-2 {
	background-color: #fff;
}



/* Portfolio
--------------------------------------------- */


.portfolio-widget {
	background: #444;
}

.page-template-page_listing_ios-php .entry {
    border-bottom: 1px solid #333;
    padding: 2rem 2rem 1rem 2rem;
}

.page-template-page_listing_ios-php .istlokal-social {
	display: none;
}


.page-template-page_listing_ios-php .portfolio {	
	padding: 10px 0px 10px 20px;
	padding: 1rem 0rem 1rem 2rem;
	border-top: 1px solid #e5e5e5;
	
}

/* CLEARFIX
----------------------------------------------- */

.clearboth {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}


/* HEADER
----------------------------------------------- */
.portfolio-header {
	background:  #529307;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 20px;
	padding: 10px;
}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */


.portfolio {	
	padding: 30px 0px 10px 20px;
	padding: 3rem 0rem 1rem 2rem;
	
}

.portfolio-badge {
	position: relative;
	right: 0px;
	top: -15px;
	padding: 0px 0px 10px 20px;
	padding: 0rem 0rem 1rem 2rem;
	float: right;
	
}

.portfolio-badge img {
	height: 70%;
	width: 70%;
}

.portfolio li.all {
	font-weight: bold;
	
}


#portfolio-filter {
	list-style-type: none;
	margin: 20px 0;
}

#portfolio-filter {
	
	color: #777;
}

#portfolio-filter li {
	
	display: inline;
	padding-right: 10px;
}

#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #f5f5f5;
}


.page-template-page_listing_ios-php #portfolio-filter li .current,
.page-template-page_listing_ios-php #portfolio-filter li:hover {
	color: #529307;
}



/* PORTFOLIO LIST STYLE
----------------------------------------------- */

#portfolio-wrapper {
	padding-bottom: 25px;
}

#portfolio-list {
	list-style-type: none;

}

#portfolio-list .portfolio-item {
	width: 250px;
	height: 103px;
	border: 3px solid #ddd;
	float: left;
	margin-right: 29.5px;
	margin-bottom: 30px;
	
	
}

/*
#portfolio-list .portfolio-item:nth-child(4n) {

	margin-right: 0px;
}
*/


#portfolio-list .portfolio-item h3.listing-infoline {
	color: #fff;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top: -25px;
	margin: 0.2rem 0px 0.2rem;
	padding: 0 0 5px 10px;
	opacity:1;
    transition:opacity 0.3s linear;
	
}

#portfolio-list .portfolio-item:hover h3.listing-infoline {
  opacity:1;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}



/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	border-bottom: 1px dotted #e3e3e3;
	list-style-type: none;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
	word-wrap: break-word;
}

.related-posts li::before,
.after-entry li::before,
.news-pro-home .content li::before {
	content: "\203a";
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px;
	margin: 0 1rem;
}


.sidebar li::before {
	content: "";
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0px;
	margin: 0 0rem;
}


.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.sidebar .widget_calendar {

	padding: 10px 20px 0px 20px ;
	padding: 1rem 2rem 0rem 2rem;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


#genesis-responsive-slider {
    background-color: #FFF;
    border: 0px solid #EEE !important;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #F5F5F5;
	color: #333;
	clear: both;
	padding: 40px 20px 16px;
	padding: 4rem 20px 1.6rem;
}


.footer-bottomwidgets {
	background-color: #F5F5F5;
	border-top: 1px solid #e3e3e3;
	color: #333;
	clear: both;
	padding: 10px 20px 20px;
	padding: 1rem 20px 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 180px;
}



.footer-widgets-6,
.footer-widgets-7,
.footer-widgets-8 {
	width: 320px;

}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-6,
.footer-widgets-7,
.footer-widgets-8 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6,
.footer-widgets-7 {
	float: left;
}

.footer-widgets-8 {
	float: right;
}

.footer-widgets a {
	color: #333;
}

.footer-widgets a:hover {
	color: #ff0000;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	border: none;
	color: #8C8A8D;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-align: left;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #F5F5F5;
   
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.footer-bottomwidgets {
    
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ff0000;
}

.site-footer p {
	margin-bottom: 0;
}




/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* News Pro Blue
--------------------------------------------- */

.news-pro-blue .entry-title a:hover,
.news-pro-blue .footer-widgets a:hover,
.news-pro-blue .site-footer a:hover,
.news-pro-blue a {
	color: #27A3D1;
}

.news-pro-blue .entry-title a,
.news-pro-blue .genesis-nav-menu a,
.news-pro-blue .sidebar .widget-title a,
.news-pro-blue .site-title a,
.news-pro-blue .site-title a:hover,
.news-pro-blue a:hover {
	color: #333;
}

.news-pro-blue .button,
.news-pro-blue .button:hover,
.news-pro-blue .footer-widgets a,
.news-pro-blue .genesis-nav-menu .current-menu-item > a,
.news-pro-blue .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-blue .site-footer a {
	color: #aaa;
}

.news-pro-blue .archive-pagination li a:hover,
.news-pro-blue .archive-pagination li.active a,
.news-pro-blue .button:hover,
.news-pro-blue .enews-widget input[type="submit"],
.news-pro-blue .entry-content .button:hover,
.news-pro-blue .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-blue button:hover,
.news-pro-blue input:hover[type="button"],
.news-pro-blue input:hover[type="reset"],
.news-pro-blue input:hover[type="submit"] {
	background-color: #27A3D1;
}

.news-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-blue .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Green
--------------------------------------------- */

.news-pro-green .entry-title a:hover,
.news-pro-green .footer-widgets a:hover,
.news-pro-green .site-footer a:hover,
.news-pro-green a {
	color: #333;
}

.news-pro-green .entry-title a,
.news-pro-green .genesis-nav-menu a,
.news-pro-green .sidebar .widget-title a,
.news-pro-green .site-title a,
.news-pro-green .site-title a:hover,
.news-pro-green a:hover {
	color: #00672e;
}

.news-pro-green .button,
.news-pro-green .button:hover,

.news-pro-green .genesis-nav-menu .current-menu-item > a,
.news-pro-green .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-green .footer-widgets a,
.news-pro-green .site-footer a {
	color: #333;
}

.news-pro-green .archive-pagination li a:hover,
.news-pro-green .archive-pagination li.active a,
.news-pro-green .button:hover,
.news-pro-green .enews-widget input[type="submit"],
.news-pro-green .entry-content .button:hover,
.news-pro-green .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-green button:hover,
.news-pro-green input:hover[type="button"],
.news-pro-green input:hover[type="reset"],
.news-pro-green input:hover[type="submit"] {
	background-color: #00672e;
}

.news-pro-green .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-green .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Pink
--------------------------------------------- */

.news-pro-pink .entry-title a:hover,
.news-pro-pink .footer-widgets a:hover,
.news-pro-pink .site-footer a:hover,
.news-pro-pink a {
	color: #e81857;
}

.news-pro-pink .entry-title a,
.news-pro-pink .genesis-nav-menu a,
.news-pro-pink .sidebar .widget-title a,
.news-pro-pink .site-title a,
.news-pro-pink .site-title a:hover,
.news-pro-pink a:hover {
	color: #333;
}

.news-pro-pink .button,
.news-pro-pink .button:hover,
.news-pro-pink .footer-widgets a,
.news-pro-pink .genesis-nav-menu .current-menu-item > a,
.news-pro-pink .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-pink .site-footer a {
	color: #aaa;
}

.news-pro-pink .archive-pagination li a:hover,
.news-pro-pink .archive-pagination li.active a,
.news-pro-pink .button:hover,
.news-pro-pink .enews-widget input[type="submit"],
.news-pro-pink .entry-content .button:hover,
.news-pro-pink .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-pink button:hover,
.news-pro-pink input:hover[type="button"],
.news-pro-pink input:hover[type="reset"],
.news-pro-pink input:hover[type="submit"] {
	background-color: #e81857;
}

.news-pro-pink .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-pink .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Orange
--------------------------------------------- */

.news-pro-orange .entry-title a:hover,
.news-pro-orange .footer-widgets a:hover,
.news-pro-orange .site-footer a:hover,
.news-pro-orange a {
	color: #ff9000;
}

.news-pro-orange .entry-title a,
.news-pro-orange .genesis-nav-menu a,
.news-pro-orange .sidebar .widget-title a,
.news-pro-orange .site-title a,
.news-pro-orange .site-title a:hover,
.news-pro-orange a:hover {
	color: #333;
}

.news-pro-orange .button,
.news-pro-orange .button:hover,
.news-pro-orange .footer-widgets a,
.news-pro-orange .genesis-nav-menu .current-menu-item > a,
.news-pro-orange .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-orange .site-footer a {
	color: #aaa;
}

.news-pro-orange .archive-pagination li a:hover,
.news-pro-orange .archive-pagination li.active a,
.news-pro-orange .button:hover,
.news-pro-orange .enews-widget input[type="submit"],
.news-pro-orange .entry-content .button:hover,
.news-pro-orange .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-orange button:hover,
.news-pro-orange input:hover[type="button"],
.news-pro-orange input:hover[type="reset"],
.news-pro-orange input:hover[type="submit"] {
	background-color: #ff9000;
}

.news-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-orange .featured-top-highlight .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1188px) {

	.site-container {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 658px;
	}
	
	.site-header .widget-area {
		width: 48%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 150px;
	}
	
	
	.footer-widgets-6,
	.footer-widgets-7,
	.footer-widgets-8 {
		width: 265px;
	}
	
	.featured-top .widget.ui-tabs img {
		max-width: 617px;
	}
	
	.featured-top .widget.ui-tabs .entry {
		min-height: 334px;
	}
	
	.featured-top-highlight .widget.ui-tabs img {
		max-width: 617px;
	}
	
	.featured-top-highlight .widget.ui-tabs .entry {
		min-height: 334px;
	}
	
	.site-title {
		margin-top: 0;
	}
	
	.comment-note {
		margin: 20px 20px 20px 20px ;
	
	}



}

@media only screen and (max-width: 1023px) {

	.site-container {
		max-width:  780px;
		width: 96%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-header .title-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
	
		margin: 0 30px 0 0;
		width: 15%;
	}
	
	.footer-widgets-5 {
	
		margin: 0 0px 0 0;
		width: 15%;
	}
		

	.footer-widgets-6,
	.footer-widgets-7,
	.footer-widgets-8 {
		width: 100%;
	}
	
	.footer-widgets-8 {
		float: none;
	}
	
	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}
	
	.site-header .title-area {
		padding-bottom: 16px;
		padding-bottom: 1.6rem;
	}
	
	.site-header .wrap {
		padding: 20px;
		padding: 2rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.featured-top .widget.ui-tabs .entry h2,
	.featured-top-highlight .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.site-container,
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.featured-top .widget.ui-tabs .entry, .featured-top-highlight .widget.ui-tabs .entry {
		background-color: #333;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	
	.featured-top .widget.ui-tabs img, .featured-top-highlight .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}
	
	.featured-top .ui-tabs ul.ui-tabs-nav, .featured-top-highlight .ui-tabs ul.ui-tabs-nav {
		background-color: #333;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}
	
	.featured-top .ui-tabs ul.ui-tabs-nav li,
	.featured-top .widget.ui-tabs .entry p,
	.featured-top-highlight .ui-tabs ul.ui-tabs-nav li,
	.featured-top-highlight .widget.ui-tabs .entry p {
		margin: 0;
	}
	
	.featured-top .widget.ui-tabs .entry h2,
	.featured-top-highlight .widget.ui-tabs .entry h2 {
		padding: 0;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}
	
	.author-box {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		border-left: 0px solid #CCC;
		border-right: 0px solid #CCC;
	}

	.nav-primary .search-form {
		display: none;
	}
}




@media only screen and (max-width: 800px) {
	
	.entry {
		padding: 20px;
		padding: 2rem;
	}
	
	
	.featured-top {
  
    padding: 0rem 0rem 0px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5	{
		
		margin: 0 0px 0 0;
		width: 100%;
	}
	
	
	.sidebar-top-banner .widget_adrotate_widgets  {
		display: block;
		margin: 0 auto;
		padding: 0 0rem;
	}


	
	
	
}



@media only screen and (max-width: 600px) {

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.featured-bottom-left,
	.featured-bottom-right,
	.featured-bottom-left-2,
	.featured-bottom-right-2,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.featured-bottom-left {
		border: none;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.topnav-left {
		display: none;
	}
	
	
	.author-box {
		background:  #fff;
	}
	
	.author-box-title {
		margin-left: 0;
		float: left;
		width: 100%;
	}
	

	
	.author-box .avatar {
		position: relative;
		display: block;
		float: left;
	
	}
	

	
	.author-box-content {
		margin-left: 0;
		float: left;
	}

}


/**
  *     Mobile Smart view 
  */


@media only screen and (max-width: 600px) {


	.home .byline,
	.archive .entry-meta {
		
		display: none;
	}
	

	.home .pf-content,
	.archive .pf-content {
		
	}
	
	

	.related-posts {
		display: none;
	}


}

@media only screen and (max-width: 460px) {



	.home h3.toptitle, 
	.archive h3.toptitle {
		font-size: 15px;
	
	}
	

	.home .post h2,
	.archive .post h2 {
		font-size: 18px;
		
	}
	
	
	.home .pf-content,
	.archive .pf-content {
		display: none;
	}
	
	

	.home .post,
	.archive .post  {
		border-bottom: 1px solid #ddd !important;
	}


	.home .post img,
	.archive .post img {
		width: 100%;
		padding-top: 20px;
		
	}

	.home .post .alignleft,
	.archive .post .alignleft {
		float: none;
		text-align: none;
		
	}

	.home .featured-bottom-left-2 .post .alignleft {
		float: left;
		text-align: left;
	}
	
	.home .featured-bottom-left-2 .post .alignleft img {
   
		padding: 0px 20px 0px 0px;
	}

	.home .featured-bottom-right-2 .post .alignright img {
   
		padding: 0px 0px 0px 20px;
	}

}


/*******************************/ 
/*         Custom css         */ 
/*******************************/
/*
 * Be Part of it Widget
 * ----------------------*/
 
#sidebar .bepartofit-userwidget, #sidebar-alt .bepartofit-userwidget, #content #featured-top .bepartofit-userwidget   {

 background:  #fefefe;
 border:2px solid red;
 margin: 0px 0px 20px 0px;
 padding: 10px 10px 10px 10px;
   border: 1px solid #f0f0f0;
   background: #c7c7c7;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c7c7c7));
   background: -webkit-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -moz-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -ms-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -o-linear-gradient(top, #f0f0f0, #c7c7c7);
   background-image: -ms-linear-gradient(top, #f0f0f0 0%, #c7c7c7 100%);
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   padding:20px;
   width: 257px;
   
 
 }
 
     #sidebar-alt .bepartofit-userwidget {
 width: 137px;
 }
       
	   #content #featured-top .bepartofit-userwidget {
 width: 600px;
 }
     
 #sidebar .bepartofit-userwidget h4.widgettitle, #sidebar-alt .bepartofit-userwidget h4.widgettitle, #content #featured-top .bepartofit-userwidget h4 {
background:  top left no-repeat;
background-color: transparent;
border-bottom: 1px solid #6b6b6b;

text-align: center;
margin: 0px 0px 12px;
padding: 5px 0px 10px 0px; 
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   color: #6b6b6b;
   text-shadow: #ffffff 0 1px 0;



}



.machmit-widget .mmslogan {
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
line-height: 20px;
padding: 10px 0 0px 0;

}
.machmit-widget .mmwidget-content {
padding: 10px 0 20px 0;
border-bottom: 1px solid #6b6b6b;
}

.machmit-widget p.mmbutton-para {
text-align: center;
}

.mmbutton, #sidebar  a.mmbutton, #sidebar-alt  a.mmbutton, #content #featured-top  a.mmbutton  {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	vertical-align: middle;

}.mmbutton:hover, #sidebar  a.mmbutton:hover, #sidebar-alt  a.mmbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background-color:#e4685d;
}.mmbutton:active, #sidebar  a.mmbutton:active, #sidebar-alt  a.mmbutton:active {
	position:relative;
	top:1px;
}

/*    end   be part */

/* G Calendar */
.gce-widget-list .gce-list .gce-list-event {
	background-color: transparent !important;
	font-weight: bold;
}

/* DFP */
    
.adinfoline {
   font-size: 10px;
   font-family: arial, sans-serif;
   color: #555;
   background-color: #ddd;
   padding: 2px 5px 15px 5px;
   
   border-radius: 4px 4px 0px 0px;
   -moz-border-radius: 4px 4px 0px 0px;
   -webkit-border-radius: 4px 4px 0px 0px;
   border-top: 1px solid #aaa;
   border-left: 1px solid #aaa;
   border-right: 1px solid #aaa;
}


.adinfoline a {
   font-size: 10px;
   font-family: arial, sans-serif;
   font-weight: bold;
   text-transform: none;
   text-decoration: none;
   color: #444;

}

.sidebar-top-banner .dfp {
	padding: 0 20px;
}

.content .dfp {
	/*text-align: center;*/
	padding: 0 19px;
}

.single .content .dfp {
	/*text-align: center;*/
	padding: 0 40px;
}

@media only screen and (max-width: 1188px) {
	
	.dfp {
		text-align: center;
	}

}

/*    Partner    */

/*******************************/ 
/*         Partner FE          */ 
/*******************************/


/**  Partner Seite  **/ 

   

 
 #partner-list  {
	width: 260px;
	/**  float: left;  **/
	min-height: 50px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	
 } 
 #partner-box  {
	width: 280px;
	float: left;  
	min-height: 150px;
	height: auto !important;
	height: 150px;
    position: relative;
	margin: 10px 35px 30px 10px;
	display: inline;
	
 } 

.textwidget #partner-box  {
	width: 280px;
	float: none;  
	padding: 0px 0px 0px 0px;
	margin: 10px 35px 30px 0px;
	
 } 
 
 h8 {
/**   font-family:arial,verdana,sans-serif;  **/
/**   background: #ffffff;  **/
 font-size: 15px;
 font-weight:normal;
 font-style:normal;
 color:#000000;
 text-transform: uppercase;
 letter-spacing:2px;
 margin: 0px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 } 
 
 h9 {
/**   font-family:arial,verdana,sans-serif;  **/
/**   background: #ffffff;  **/
 font-size: 13px;
 font-weight:normal;
 font-style:normal;
 color:#444444;

 letter-spacing:1px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
.partner-header  a   {
 text-decoration: none;
 }
 
 .partner-header  a:hover h9  {
  color:#000000;

 }
 
 .partnertitle  {
 background: transparent url( images/stripes.png) repeat;
 
 border-bottom:0px solid #ddd;
 margin: 0px 0px 30px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 .partner-header  {
 float: left;
 background: transparent url() repeat-x;
 width: 180px;

 border:0px solid #000;
 margin: 0px 0px 20px 20px;
 padding: 0px 0px 0px 0px;
 }
  .partner-img  {
 float: left;
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 
 
/**  Partner Einzelansicht  **/ 
  
  .single-partner  .entry-content, 
  .single-partner  .entry-meta {
	
	display:none;
 }  
 
 
  .single-partner  .adsense {
	
	display:none;
 } 
 
 
 /**  Partner Basics  **/
 
 
 
 .custom_meta_content_left #partner p {
    margin: 0;
    padding: 0 0 10px;
}


.custom_meta_content_left #partner h1, 
.custom_meta_content_left #partner h2 {
    font-size: 24px;
}

.custom_meta_content_left #partner h1, 
.custom_meta_content_left #partner h2 {
    color: #333333;
    font-family: verdana,sans-serif;

    font-weight: bold;
    line-height: 25px;
    margin: 3px 0 5px;
    padding: 0;
}

.custom_meta_content_left #partner h3 {
    font-size: 18px;
}

.custom_meta_content_left #partner h4 {
    font-size: 16px;
}	

.custom_meta_content_left #partner h5 {
    font-size: 14px;
}

.custom_meta_content_left #partner h6 {
    font-size: 12px;
}
	
.custom_meta_content_left #partner h3, 
.custom_meta_content_left #partner h4, 
.custom_meta_content_left #partner h5, 
.custom_meta_content_left #partner h6 {
    color: #333333;
    font-family: verdana,sans-serif;

    font-weight: bold;
    line-height: 25px;
    margin: 3px 0 20px;
    padding: 0;
    text-decoration: none;
}	
    


/**  Partner Details  **/
 
.single-partner .custom_meta_content_top {

	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	border-bottom:1px solid #ddd;

 }
 
.single-partner .custom_meta_content_top #partner-like-button iframe{
	max-width: 90%;
	margin: 20px 0 0 40px;
	padding: 0px 0 0 0px;

 }
  
.single-partner .custom_meta_content_left{
	float: left;
	border-right:1px dotted #ddd;
	margin: 0px 0 0 40px;
	padding: 20px 40px 0 0;
	max-width:65%;
 }
 
  
 
.single-partner .custom_meta_content_right{
	float: right;
    margin: 20px 40px 0 0px;
    max-width: 32%;  
 }
 
 .custom_meta_content_right   {
 background: transparent url() repeat-x;
width:300px;
 border-left:0px dotted #ddd;
 margin: 0px 0px 30px 0px;
 padding: 0px 0px 0px 0px;
 }
  
 
.custom_meta_content_left #short-info  {
 background: transparent url() repeat-x;
 height: 400px;
 border-bottom:1px dotted #ddd;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 .custom_meta_content_left #partner  {
 background: transparent url() repeat-x;
 width:610px;

 margin: 30px 0px 0px 0px;
 padding: 0px 20px 30px 0px;
 }
 
 .custom_meta_content_right #partner-box-top  {
 background: transparent url() repeat-x;
 height: 400px;
 border-bottom:1px dotted #ddd;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 20px;
 }
 .custom_meta_content_right #short-description  {
 background: transparent url() repeat-x;

 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 } 
 .custom_meta_content_right #latest-tweets-partner  {
 background: transparent url() repeat-x;
 width: 250px;
 border:0px solid #000;
 margin: 10px 0px 30px 0px;
 padding: 0px 0px 10px 0px;
 }

 .custom_meta_content_right #partner-box-bottom {
 background: transparent url() repeat-x;

 border:0px solid #000;
 margin: 30px 0px 0px 0px;
 padding: 0px 0px 0px 20px;
 }
  .custom_meta_content_right #details-partner  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }
  .custom_meta_content_right #company-partner  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }
  
 
 .custom_meta_content_right #gmaps-partner-box  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 .custom_meta_content_right #partner-facebook  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }

@media only screen and (max-width: 1188px) {

	
	.single-partner .custom_meta_content_top #partner-like-button iframe{
		max-width: 90%;
		margin: 20px 0 0 20px;
		padding: 0px 0 0 0px;
		
	}
	
	.single-partner .custom_meta_content_left{
		float: left;
		border-right:1px dotted #ddd;
		padding: 20px 0px 0 0px;
		margin: 0px 0 0 20px;
		max-width:60%;
	}
	.custom_meta_content_left #partner {
	
		width:100%;
		
	}
	
	.custom_meta_content_left #short-info {
		width:100%;
		height: 100%;
		padding: 0px 0 20px 0 ;
		border-bottom: 1px dotted #DDD;
		
	}
	
	.custom_meta_content_left #short-info img{
		width:95%;
		
		
	}
	
	.single-partner .custom_meta_content_right{
	
		max-width: 35%;  
		float: left;
	}
	

}

@media only screen and (max-width: 1023px) {


	.single-partner .custom_meta_content_left{
		float: left;
		border-right:0px dotted #ddd;
		margin: 0px 20px 0 20px;
		padding: 20px 20px 0 0px;
		max-width:100%;
	}
	.custom_meta_content_left #partner {
		
		width:100%;
		
	}
	
	.custom_meta_content_left #short-info {
		width:95%;
		height: 100%;
		border-bottom: 0px dotted #DDD;
		
	}
	
	.custom_meta_content_left #short-info img{
		margin: 0 auto;
		
	}
	
	.single-partner .custom_meta_content_right{
		
		max-width: 100%;  
		float: left;
	}
	
	
}
