/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.3.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */

/* IMPORT LINE-ICONS FONTS
###########################################*/
@import url("includes/ICONS/line-icons/font/style.css");
	span[class^="icon-line-icons icon-"], span[class*=" icon-line-icons icon-"] { background: none; }

@font-face {
    font-family: 'marketing_scriptregular';
    src: url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.eot');
    src: url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.woff2') format('woff2'),
         url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.woff') format('woff'),
         url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.ttf') format('truetype'),
         url('includes/FONTS/MarketingScript_regular/marketingscript-webfont.svg#marketing_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    color: #222222;
    font-family: "Source Sans Pro",Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em; 
    /*The OS X version of Firefox doesn't render fonts according to how they were designed unless you use*/
    -moz-osx-font-smoothing: grayscale;
    /*Also note that by using  in your CSS, or by prioritizing the SVG font over other formats, you can get better results.*/ 
    -webkit-font-smoothing: antialiased;
    /*background: url(images/SON_BG_leaves.png) fixed no-repeat -300px -120px #ffffff;*/
    background: url(images/SON_BG_leaves.png) fixed no-repeat -300px -120px #e9e8e3;
}
body.sticky { padding-top: 120px; /*background: #EAF1EB;*/ }

@media only screen and (max-width: 767px) {
	body.sticky { padding-top: 80px; /*background: #EAF1EB;*/ }
}


/** WE ONLY USE tHIS TO FIX THE OVERHANGING BODY AND I DONT KNOW WHERE IT COMES FROM REALLY*/
	#bodywrap {
		
	}

/* hide on startpage the post article loop*/
.home .main-content { display: none; }

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

/*remove outline*/
a, a:link, a:focus, a:visited, a:hover, a:active, :focus { outline: 0; }

#main .post_content a, #main .post_content a:link { color: #fa4444; }
#main .post_content a:hover, 
#main .post_content a:focus,
#main .post_content a:link:hover,
#main .post_content a:link:focus { color: #fa4444; position: relative; text-decoration: underline; }
	#main .post_content a:hover:after, 
	#main .post_content a:focus:after,
	#main .post_content a:link:hover:after,
	#main .post_content a:link:focus:after {
		/*position: absolute;         
		bottom: -2px;
		left: 0px;
		width: 100%;
		border-bottom: 2px solid #fa4444;
		content: '';*/
	}
.meta a { color: #093b28; }
	.meta a:hover { text-decoration: none;  }
	
a.readmore { 
    display: block;
    float: left;
    font-weight: 700;
    padding-left: 35px;
    margin-top: 10px;
    background: url(images/complex_V2_LINK_readmore_HG.png) left 6px no-repeat transparent;
}
a.readmore:hover,a.readmore:focus{ position: relative; text-decoration: none; color: #3c3c3c; }
	a.readmore:hover:after,
	a.readmore:focus:after{
	    position: absolute;
	    bottom: -2px;
	    left: 35px;
	    width: 76%;
	    border-bottom: 0px solid #77a767;
	    content: '';
	}
	
	.container-box-applegreen a.readmore { color: #093b28; }
	.blog a.readmore, .single a.readmore { color: #093b28; }

/* anchors for jumps*/
a.anchorman { position: absolute; margin-top: -200px; width: 1px; height: 1px; }
@media only screen and (max-width: 559px) {
	a.anchorman { position: absolute; margin-top: -50px; width: 1px; height: 1px; }
	.sticky a.anchorman { position: absolute; margin-top: -130px; width: 1px; height: 1px; }
}

/* bootstrap Tooltip */
body .tooltip > .tooltip-inner { background-color: #007B43; }
	body .tooltip.top .tooltip-arrow {
	  border-top-color: #007B43;
	}
	body .tooltip.right .tooltip-arrow {
	  border-right-color: #007B43;
	}
	body .tooltip.left .tooltip-arrow {
	  border-left-color: #007B43;
	}
	body .tooltip.bottom .tooltip-arrow {
	  border-bottom-color: #007B43;
	}

h1,h2,h3 { line-height: 1.2em; }

	h1.teaser-big {  
		font-size: 3.7em;
		line-height: 1.4em;
		font-weight: 300;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
	}
hr.dividor-line { border-bottom: 2px solid #093b28; height: 1px; }

.navbar-inner { background: none; }

.navbar .brand {
	color: #000;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);*/
	font-weight: bold !important;
	margin-left: /*-29px*/ 0px;
	margin-bottom: 40px; 
	padding: 0 0 0 0; padding-top: 20px;
}
.navbar .brand img { max-width: 450px; }
.sticky .navbar .brand { margin-bottom: 10px; padding-top: 10px; }
.navbar .nav { float: right; top: 55px; }

.navbar .nav-large .nav { margin-right: 0px; }
	.navbar .nav > li > a { 
		color: #685042; font-size: 1em; font-weight: 400; padding: 5px 10px; margin-right: 5px; text-transform: normal;
		font-family: "marketing_scriptregular";
	}
	
	.navbar .nav > li:last-child > a { margin-right: 0px; }
	
	.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
		border-width: 0;
	}
	.home .navbar .nav > .active > a,
	.navbar .nav > .current-post-parent > a {
		box-shadow: none;
	    text-decoration: none;
	    text-shadow: none;
	    background-color: transparent;
	    background: none;
	    color: #685042;
	  
	}
	body .navbar .nav > li > a:hover,
	body .navbar .nav > li > a:focus,
	body.home  .navbar .nav > a:hover,
	body .navbar .nav > .active > a,
	body .navbar .nav > .current-post-parent > a,
	body .navbar .nav > .active > a:hover,
	body .navbar .nav > .active > a:focus,
	body.home .navbar .nav > a:focus
	{
		box-shadow: none;
	    color: #ffffff;
	    text-decoration: none;
	    text-shadow: none;
	    background-color: transparent;
	    background: none repeat scroll 0 0 #fa4444;
	    border-radius: 3px; -webkit-border-radius: 3px;
	 }
	.nav-collapse, .nav-collapse.collapse { float: right; max-width: 70%; margin-top: -68px; }
	.sticky .nav-collapse, .sticky .nav-collapse.collapse {  }
	
	.nav-container{
		padding-left: 20px;
		padding-right: 20px;
		
		}
		

span.nav-large { position: relative; }
	span.nav-large #nav_menu_lang { font-size: 0.8em; position: absolute; top: 20px; right: 10px; width: 100px; height: 20px; color: #1c1c1c; text-align: right; }
		span.nav-large #nav_menu_lang a { text-decoration: none; color: #2c2c2c; text-transform: uppercase; }
		span.nav-large #nav_menu_lang a:hover, span.nav-large #nav_menu_lang a:focus { color: #00833D; }
		span.nav-large #nav_menu_lang a.act { font-weight: 800; }
		
		
		
span.nav-small {}
	span.nav-small .brand { margin-left: 10px; margin-top: -10px; padding-right: 10px; }
	.sticky span.nav-small { padding-left: 20px; padding-right: 20px; }
#inner-header{
	width: 100%;
}

#stage {}
	#stage .widget { margin-bottom: 0px; }
		#stage .widget-slider { margin-bottom: 0px; }

#socialbar {
	background: none repeat scroll 0 0 #CBEBD7; width: 100%; min-height: 20px; 
	display: block;
	float: left;
	margin-bottom: 40px;
	position: relative;
	padding: 0px;
	border-top: 4px solid #ffffff;
}
body.home #socialbar { border-top: 0px; }

	.socialbar-inner { max-width: 1004px /*1170px*/; margin: auto; padding-top: 5px; padding-bottom: 5px; position: relative; }
	
		#socialbar_socializer { position: absolute; top: 3px; left: -7px; height: 55px; width: 160px; }
		span.nav-small #socialbar_socializer { width: 200px; }
			#socialbar_socializer a { float: left; clear: none; display: block; margin-right: -5px; }
			#socialbar_socializer a img { width: 200px; margin-left: -10px; margin-top: 15px;  }
			#socialbar_socializer a img.sticky { width: auto; height: 40px; margin-top: 6px; margin-left: 0px; }
		#socialbar_menu {}
		.navbar-fixed-top {
			min-height: 90px; 
			margin-bottom: 0;
		}
		.sticky.navbar-fixed-top { position: fixed; }
		
		.navbar-fixed-top .navbar-inner { min-height: 90px; box-shadow: none; -webkit-box-shadow: none; }
		
		.sticky.navbar-fixed-top .navbar-inner { min-height: 60px; background: none repeat scroll 0 0 rgba(203, 200, 190, 0.8) /*url(images/BG_FFFFFF__Transparent09.png) transparent*/; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) /*0 1px 10px rgba(0, 0, 0, 0.1)*/; }
		
		.sticky.navbar-fixed-top .nav-large li a,
		.sticky.navbar-fixed-top .nav-large li a:hover,
		.sticky.navbar-fixed-top .nav-large li a.active {
			border-radius: 4px 4px 0 0;
			margin-top: 44px;
			padding-bottom: 25px;
			padding-top: 6px;
		}
		
		.navbar-fixed-top img.sticky { width: auto; height: 61px;}
		
		.footer-box-arrow {
			width: 0; position: absolute; top: -10px; z-index: 999; left: 50%; margin-left: -22px;
			height: 0; 
			border-left: 25px solid transparent;
			border-right: 25px solid transparent;
			border-top: 25px solid #e9e8e3;
		}
		body.home .footer-box-arrow { display: none; }
		
.container-fluid.container-box { width: 100%; max-width: 100%; padding: 0 0 0 0; margin: 0 0 0 0; position: relative;  }
	.container-fluid.container-box.container-box-forestgreen { background: #003b1e; color: #98edc6; }
		.container-fluid.container-box.container-box-forestgreen .page-header h3 a { color: #98edc6; }
	.container-fluid.container-box.container-box-darkblue { background: #fa4444; color: #ffffff; }
		.container-fluid.container-box.container-box-darkblue .container-box-inner .span12 { padding-bottom: 40px; }
		.container-fluid.container-box.container-box-darkblue .page-header h3 a { color: #86b9bf; }
	.container-fluid.container-box.container-box-grassgreen { background: #007b43; color: #a3f8d1; /*#97ecc5;*/ }
		.container-fluid.container-box.container-box-grassgreen .page-header h3 a { color: #97ecc5; }
	.container-fluid.container-box.container-box-applegreen { background: #a7d996; color: #093b28; }
		.container-fluid.container-box.container-box-applegreen .page-header h3 a { color: #093b28; font-weight: 300; text-transform: none; line-height: 1.5em; }
			.container-fluid.container-box.container-box-applegreen .page-header h3 a:hover,
			.container-fluid.container-box.container-box-applegreen .page-header h3 a:focus { border-bottom: 2px solid #77a767; text-decoration: none; }
	.container-fluid.container-box .container-box-inner { max-width: 1004px /*1170px*/; margin: auto; }
		.container-fluid.container-box .container-box-inner .span12 { padding-top: 80px; padding-bottom: 100px; } 
			.container-fluid.container-box.container-box-applegreen .container-box-inner .span12 { padding-top: 40px; padding-bottom: 50px; }
			.container-fluid.container-box.container-box-forestgreen .container-box-inner .span12 { padding-top: 40px; padding-bottom: 60px; }
	.container-fluid.container-box.container-box-white { background: #fa4444; margin-top: 60px; }
		.container-fluid.container-box.container-box-white .container-box-inner .span12 { padding-top: 30px; }
			.container-fluid.container-box.container-box-white h3, 
			.container-fluid.container-box.container-box-white h2,
			.container-fluid.container-box.container-box-white h1 { color: #e9e8e3; }
			
	.container-box-arrow {
		width: 0; position: absolute; bottom: -15px; z-index: 1; left: 50%; margin-left: -22px;
		height: 0; 
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 25px solid #f00;
	}
		.container-fluid.container-box.container-box-forestgreen .container-box-arrow { border-top: 20px solid #003b1e; }
		.container-fluid.container-box.container-box-white .container-box-arrow { border-top: 20px solid #fa4444; }
		.container-fluid.container-box.container-box-darkblue .container-box-arrow { border-top: 20px solid #fa4444; }
		.container-fluid.container-box.container-box-grassgreen .container-box-arrow { border-top: 20px solid #007b43; }
		.container-fluid.container-box.container-box-applegreen .container-box-arrow { border-top: 20px solid #a7d996; }
	
	.container-box .later_more { text-transform: uppercase; width: 250px; position: absolute; left: 50%; margin-left: -125px; bottom: 60px; text-align: center; font-weight: 400; letter-spacing: 2px; opacity: 0.25; -webkit-opacity: 0.25; }
		
		
/* GMAPs*/
.gmnoprint img { max-width: unset; }
input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

body.page #main { margin-top: 40px; }

#content{
	padding: 10px 0 0;
	max-width: /*940px*//*1170px*/1004px;
	margin: auto;
	overflow: visible;
}

	

.more-link{
	white-space: nowrap;
}

.footer_menu{ 
	background: #a3a193 /*#001B00*/;  clear: both; margin-top: 40px; /*border-bottom: 4px solid #ffffff;*/ 
	min-height: 30px; height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
}
	.footer_menu-inner{
		padding: 0;
		background: none /*#001500*/;
		margin: auto;
		max-width: 1004px; /*1170px*/; text-align: center; 
		position: relative;
	}
	
	.footer_menu .span12.widget_nav_menu { margin: 0 0 0 0; padding: 0 0 0 0; z-index: 100; }
		.footer_menu ul.menu { text-align: center; width: auto; margin: 0 0 0 0; border: 0px; list-style: none; }
			.footer_menu ul.menu li { list-style: none; text-align: center; margin: 0 0 0 0; float: none; display: inline-table; clear: none; width: auto;  }
			.footer_menu ul.menu li a { font-family: "marketing_scriptregular",Helvetica,Arial,sans-serif; text-align: center; margin-right: 20px; padding: 0 0 0 0; font-weight: normal; background: none; color: #ffffff; text-decoration: none; text-transform: normal; border: none; width: auto; font-size: 1em; text-transform: none; }
				.footer_menu ul.menu li a:hover { color: #ececec; }
				.footer_menu ul.menu li.active a { color: #ececec; }
	
	.box_pagelink_top { position: relative; height: 80px; overflow: hidden; margin-top: 0px; margin-bottom: 0px; }
	#inner-footer a.top,#inner-footer a.top:active {
		color: #ffffff;
		display: block;
		float: none;
		height: auto;
		left: 50%;
		margin-left: -100px;
		top: 20px;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 200px;
	}
		#inner-footer a.top:hover,#inner-footer a.top:focus { color: #ffffff; text-decoration: none; }
		
.footer_menu#footer_menu_top { background: #a3a193; }
	.home .footer_menu#footer_menu_top { margin-top: 0px; }

.footer_menu#footer_menu_bottom { margin-top: 0px; background: rgba(137, 131, 117, 1.0) /*#001B00*/; padding-top: 20px; padding-bottom: 20px; }	

footer.main-footer { background: rgba(137, 131, 117, 1); margin-top: 0px; margin-bottom: 0px; }
	
	
	#inner-footer{
		padding: 0;
		background: rgba(137, 131, 117, 1);
		font-size: 0.8em;
		color: #98EDC6;
		margin: auto;
		max-width: 940px;
	}
		footer.main-footer .row-fluid { background: none; }
		footer.main-footer .widget#text-2 { margin-bottom: 0px; }
	
		footer.main-footer .cform input.sendbutton {
			background: url(images/cumi_ICONS_senden_75.png) no-repeat center center transparent;
			border-color: rgba(0, 0, 0, 0) !important; height: 27px; width: 76px; margin-top: 0px;
		}
		footer.main-footer .cform input.sendbutton:hover {
			background: url(images/cumi_ICONS_senden_75_white.png) no-repeat center center transparent;
		}
		
	.footer-links{
		float: right;
		margin-bottom: 18px;
	}
	
	.footer-links .menu{
		list-style-type: none;
		margin-left: 0;
	}
	
	.footer-links .menu li{
		float: left;
		margin-left: 10px;
	}

	footer.main-footer .attribution {  float: left; margin-bottom: 40px; margin-top: -20px; text-align: center; width: 100%; font-weight: bold; color: #ffffff; }
	
	.footer_icons { font-size: 12.5em; text-align: center; line-height: 0.09em; text-indent: -65px; margin-top: -10px; margin-bottom: 30px; display: block; }
		.footer_icons .span4 { margin-top: -10px; }
		.footer_icons a { color: #98edc6 /*#a7d996*/; }
			.footer_icons a:hover, .footer_icons a:focus { color: #ffffff /*#a7d996*/; }
		
/* post styling 
########################################*/
 body .span12 { width: 100%; }
 
#related_posts {}
	#related_posts .page-header h3 a,
	.blog #related_posts .page-header h3 a { position: relative; display: inline-block; text-transform: none; text-decoration: none; }
		#related_posts .page-header h3 a:hover:after,
		#related_posts .page-header h3 a:focus:after,
		.blog #related_posts .page-header h3 a:hover:after, 
		.blog #related_posts .page-header h3 a:focus:after {
			position: absolute;         
			bottom: -2px;
			left: 0px;
			width: 100%;
			border-bottom: 2px solid #77a767;
			content: '';
		}
	
/*overwrites bootstrap.css*/
.page-header { border: none; margin-bottom: 10px; }
	#related_posts .page-header { margin-top: 0px; }
	.page-header h3 { margin-bottom: 0px; line-height: 1.0em; }
	.page-header h3 a { color: #fa4444; }
	.single .page-header h3, .blog .page-header h3 {  margin-bottom: 10px;  margin-top: 0px; }
		.single .page-header h3 a, .blog .page-header h3 a { color: #fa4444; font-weight: 300; line-height: 1.4em; }


		
#main p.meta{
	font-style: normal /*italic*/;
	color: #808080;
}

#main article ul { margin-bottom: 25px; }
#main article ul li { line-height: 1.5em; margin-bottom: 5px; }

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}
#main article.single-article { margin-top: 50px; }


#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

.category_descr {}
	.category_descr p { text-align: center; font-size: 1.2em; line-height: 1.5em; }

	/** WIGWAM POST Styling
	##################################*/
	.post_content {}
	 	a h3.post_content-title { color: #2c2c2c; }
	 	h3.post_content-title, .archive #main .post h3.post_content-title { margin-top: -10px; margin-bottom: 0px; }
		.post_content-image { position: relative; text-align: center; }
			.category-blog .post_content-image, .widget_dpe_fp_widget .span4 .post_content-image { max-height: 300px; overflow: hidden; }
			
			.post_content-icon { }
				.post_content-icon span { font-size: 5em; height: auto; width: auto; }
				.post_content-icon span[class^="icon-complex_"],
				.post_content-icon span[class*=" icon-complex_"] { font-size: 7.5em; line-height: 0.8em; height: auto; width: auto; }
				
			.post_content-image img { margin-bottom: 20px; width: 100%; }
			    
			.post_content-image-decor, #main article img.post_content-image-decor {  
				bottom: 0px; max-width: 70%;
				height: auto;
				/*position: absolute;*/
				position: inherit;
				width: auto;
    			}
    			
    			#main article img.post_content-image-tape,
    			.post_content-image img.post_content-image-tape,
    			.post_content-image-tape { 
    				bottom: -10px;
			    right: 0;
			    position: absolute;
			    width: 90%; max-width: 345px;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_A,
    			.post_content-image-tape_A { bottom: -10px;
			    right: -20px;
			    position: absolute;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_TOP_A,
    			.post_content-image-tape_TOP_A { top: -10px;
			    right: -20px;
			    position: absolute;
			    width: 80%;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_B,
    			.post_content-image-tape_B { bottom: -10px;
			    right: -20px;
			    position: absolute;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_TOP_B,
    			.post_content-image-tape_TOP_B { top: -10px;
			    right: -20px;
			    position: absolute;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_C,
    			.post_content-image-tape_C { bottom: -10px;
			    right: -30px;
			    position: absolute;
			    z-index: 8999;
    			}
    			.post_content-image img.post_content-image-tape_TOP_C,
    			.post_content-image-tape_TOP_C { top: -10px;
			    right: -20px;
			    position: absolute;
			    z-index: 8999;
    			}
    			
    			a.post_thumbnail_item { position: relative; display: block; float: left; }
			.post_thumbnail_item_magnify { display: none; opacity: 0.7; position: absolute; height: 128px; width: 128px; top: 50%; left: 50%; margin-left: -60px; margin-top: -70px; background: url( ../../../images/ICON_plus_10.png) no-repeat center center transparent; }
			a.post_thumbnail_item:hover .post_thumbnail_item_magnify { display: block; }
    			.post_video {  }
				
		.post_content-text {}
			.post_content p { font-weight: 300; }
			.post_content p.lead { font-weight: 400; }
			.home .post_content p { font-weight: 300; }
			
	.post_content-left {}				
	.post_content-right {}	
	
	a.presse-und-referenzen_link { color: #3c3c3c; text-decoration: underline; }
	a.presse-und-referenzen_link:hover { color: #3c3c3c; font-weight: bold; text-decoration: underline; }
		
	hr.pagination_box_dividor { border-top: 3px solid #898375; float: left; height: 1px; width: 100%; margin-bottom: 10px; }
	.pagination_box { float: left; margin-bottom: 40px; }
		.pagination_box a { color: #003b1e; line-height: 1.5em; }
		.pagination_box_prev {}
			.pagination_box_prev a {  color: #898375; display: inline-block; overflow: hidden; padding-left: 35px; background: url(images/complex_V2_LINK_readmore_HG.png) left 6px no-repeat transparent;}
				.pagination_box_prev a:hover, 
				.pagination_box_prev a:focus,
				.pagination_box_prev a:link:hover,
				.pagination_box_prev a:link:focus { color: #fa4444; position: relative; text-decoration: none; }
					.pagination_box_prev a:hover:after, 
					.pagination_box_prev a:focus:after,
					.pagination_box_prev a:link:hover:after,
					.pagination_box_prev a:link:focus:after {
						position: absolute;         
						bottom: 0px;
						left: 35px;
						width: 100%;
						/*border-bottom: 2px solid #fa4444;*/        
						content: '';
					}
		.pagination_box_next {}
			.pagination_box_next a {  color: #898375; overflow: hidden; display: inline-block; padding-left: 35px; background: url(images/complex_V2_LINK_readmore_HG.png) left 6px no-repeat transparent; }
			.pagination_box_next a:hover, 
				.pagination_box_next a:focus,
				.pagination_box_next a:link:hover,
				.pagination_box_next a:link:focus { color: #fa4444; position: relative; text-decoration: none; }
					.pagination_box_next a:hover:after, 
					.pagination_box_next a:focus:after,
					.pagination_box_next a:link:hover:after,
					.pagination_box_next a:link:focus:after {
						position: absolute;         
						bottom: 0px;
						left: 35px;
						width: 100%;
						/*border-bottom: 2px solid #fa4444;*/        
						content: '';
					}
	
	p.meta { border-bottom: 3px solid #898375; font-size: 0.8em; font-weight: 400; text-transform: uppercase; }
	article.single-article p.meta { border-bottom: 3px solid #898375; color: #003B1E; }

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/** FLEXIBLE POSTS WIDGET
#################################### */

	/** article_frontpage
	*/
		.flexible-posts-widget-article_frontpage, 
		#main article.flexible-posts-widget-article_frontpage { margin-bottom: 0px; }
			.flexible-posts-widget-article_frontpage .page-header {}
			.flexible-posts-widget-article_frontpage .post_content-image { margin-bottom: 10px; }
				.flexible-posts-widget-article_frontpage .post_content-image img {}
				
				#main article.flexible-posts-widget-article_frontpage .post_content-image img.post_content-image-decor { 
					height: auto;
					    max-height: 178px;
					    max-width: 100%;
					    min-width: inherit;
					    position: inherit;
					    top: 0;
					    width: auto;
				}
				
			.flexible-posts-widget-article_frontpage .post_content-text {}
				.flexible-posts-widget-article_frontpage .post_content-text p {}
			.flexible-posts-widget-article_frontpage .post_content-footer { margin-bottom: 0px; }
				#related_posts .flexible-posts-widget-article_frontpage .post_content-footer { margin-bottom: 30px; }
			.article-col-3 .flexible-posts-widget-article_frontpage .page-header {}
			.article-col-3 .flexible-posts-widget-article_frontpage .post_content-image {}
				.article-col-3 .flexible-posts-widget-article_frontpage .post_content-image img { min-width: 100%; }
			.article-col-3 .flexible-posts-widget-article_frontpage .post_content-text {}
				.article-col-3 .flexible-posts-widget-article_frontpage .post_content-text p {}
			.article-col-3 .flexible-posts-widget-article_frontpage .post_content-footer {}
				
			.article-col-6 .flexible-posts-widget-article_frontpage .page-header { margin-bottom: 0px; padding-bottom: 0px; }
			.article-col-6 .flexible-posts-widget-article_frontpage .post_content-image {}
				.article-col-6 .flexible-posts-widget-article_frontpage .post_content-image img { min-width: 100%; }
			.article-col-6 .flexible-posts-widget-article_frontpage .post_content-text {}
				.article-col-6 .flexible-posts-widget-article_frontpage .post_content-text p {}
			.article-col-6 .flexible-posts-widget-article_frontpage .post_content-footer { margin-bottom: 10px; }
			
			.article-col-12 .flexible-posts-widget-article_frontpage .page-header {}
			.article-col-12 .flexible-posts-widget-article_frontpage .post_content-image { float: right; width: 43%; margin-top: -40px; }
				.article-col-12 .flexible-posts-widget-article_frontpage .post_content-image img { width: 100%; }
			.article-col-12 .flexible-posts-widget-article_frontpage .post_content-text { float: left; width: 55%; }
				.article-col-12 .flexible-posts-widget-article_frontpage .post_content-text p {}
			.article-col-12 .flexible-posts-widget-article_frontpage .post_content-footer {}	
				

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

.tags{
	margin-bottom: 40px;
}
	.tags a { background: #A3A193; color: #ffffff; display: block; float: left; padding: 9px; font-size: 0.9em; margin-right: 10px; margin-bottom: 10px; text-transform: uppercase; border: 2px solid #A3A193; line-height: 0.5em; border-radius: 3px; -webkit-border-radius: 3px; }
	.tags a:hover { background: none; color:  #A3A193; text-decoration: none; }
	
div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

h3, .archive #main .post h3{
	font-family:  "marketing_scriptregular","Source Sans Pro",Helvetica, Arial, sans-serif;
	text-transform: normal;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 2.2em; text-align: center;
	margin-bottom: 0px;
}
#wp-sponsors h3.widget-title { margin-bottom: 30px; margin-top: 30px; font-size: 0.9em; color: #ffffff; }
	#wp-sponsors .sponsors-item a { font-size: 85%; font-weight: bold; line-height: 120%; color: #3c3c3c; display: block; text-decoration: none; }
		#wp-sponsors .sponsors-item a:hover, #wp-sponsors .sponsors-item a:focus { color: #fcfcfc; }
h1, h1.archive_title { 
	font-family: "marketing_scriptregular","Source Sans Pro",Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 2.7em;
	color: #fa4444;
}
h1.archive_title, h1.single-title, h1.single_title { font-size: 2.5em; margin-bottom: 30px; } 
a h1 { color: #222222; }

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 940px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

.commentlist p.meta { padding-bottom: 3px; }
ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: transparent; /*#dddddd;*/
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: transparent; /*#F0F0F0*;*/
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

#commentform { position: relative; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { padding: 10px 10px 10px 10px; height: 25px; min-width: 90%; max-width: 99%; font-size: 18px; color: #003B1E; background: transparent;  -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0; border: 2px solid #003B1E; }
#commentform textarea { padding: 10px; -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0; font-size: 18px; line-height: 25px; border: 2px solid #003B1E; background: transparent; min-width: 60%; max-width: 90%;  }
#commentform .form-actions { background: transparent; padding: 0 0 0 0; max-width: 620px; border: none; }
	#commentform .form-actions input[type="submit"] {  position: relative; float: left; padding: 10px 20px 10px 20px; margin-top: 10px; background: transparent;  border: 2px solid #003B1E; color: #003B1E; font-size: 0.9em; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; text-shadow: none; }
		#commentform .form-actions input[type="submit"]:hover { background: #003B1E; color: #effbf5; }

	a.comment-reply-link { box-shadow: none; position: relative; float: left; padding: 5px 10px 5px 10px; margin-top: 10px; background: transparent; border: 2px solid #003B1E; color: #003B1E; font-size: 0.9em; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; }
		a.comment-reply-link:hover, a.comment-replay-link:active { background: #003B1E; color: #effbf5; }
#commentform .input-prepend { min-width: 50%; }
#commentform .input-append .add-on, #commentform .input-prepend .add-on { border: none; background: transparent; padding: 15px; color: #003B1E; position: absolute; left: 0px; }

#commentform input.placeholder, #commentform textarea.placeholder { color: #007b43;}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
	font-weight: 300;
	text-transform: normal;
	color: #fa4444;
	font-family: "marketing_scriptregular";
}
	h2.widgettitle { text-align: center; font-size: 3.9em; margin-bottom: 40px;  
		margin-left: -100%;
		padding-left: 100%;
		padding-right: 100%;
		width: 100%;
		background: #fe4444;
		color: #ffffff;
		line-height: 135%;
    	}
	.single h3.widgettitle, .blog h3.widgettile { font-weight: 600; }
#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	/*color: #ffffff;
	text-decoration: none;*/
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}


/* NAVBAR TOP
## overwrite bootstrap
############################### */
	
	.navbar .nav > li > a { font-family:  "marketing_scriptregular",Helvetica, Arial, sans-serif;  }
	
	.navbar .nav > li > a:hover { /*color: #ffffff; text-shadow: none; */ }
	.sticky .navbar .nav > li > a { color: #ffffff; text-shadow: 0 1px 0 #1c1c1c; }
	
/* MEDIAQUERIES
## overwrite bootstrap
############################### */	
@media only screen and (min-width: 300px) {
	
	.row-fluid {
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		width: 100%;
		background: /*url(images/cumi_ELEMENTS_Linie_980px.png) no-repeat bottom center*/ none transparent;
	}
		.page .row-fluid { background: none; }
	
	#socialbar {
	    margin-left: -20px;
	    margin-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.socialbar-inner { padding-right: 0px; }
	
	#stage {
	    margin-left: -20px;
	    margin-right: -20px;
	    margin-top: -20px;
	}
}
@media only screen and (min-width: 480px) {
	
	.row-fluid {
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		width: 100%;
		background: /*url(images/cumi_ELEMENTS_Linie_980px.png) no-repeat bottom center*/ none transparent;
	}
		.page .row-fluid { background: none; }
	
	#socialbar {
	    margin-left: -20px;
	    margin-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.socialbar-inner { padding-right: 0px; }
	
	.navbar .nav { /*float: right; top: 55px; */ }
	.navbar .nav > li > a { /*font-size: 1em;*/ }
	
	
}
@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
	#stage {
	   margin: 0 0 0 0;
	}
	.row-fluid {
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		width: 100%;
		background: /*url(images/cumi_ELEMENTS_Linie_980px.png) no-repeat bottom center*/ none transparent;
	}
	
	#socialbar {
	    margin-left: 0px;
	    margin-top: 0px;
	    padding-left: 20px;
	}
	.socialbar-inner { padding-right: 20px; }
	body { overflow-x: hidden; }
	.navbar .nav > li > a { /*font-size: 1.0em;*/ }
}


@media only screen and (min-width: 1024px) {
	body{
		padding-top: 60px;
		overflow-x: hidden;
	}
	#socialbar { padding: 0px; }
	.socialbar-inner { padding-right: 0px; }
	
	.container-fluid{
		max-width: 1004px /*1170px*/;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	
	#inner-footer{
		padding: 0;
		margin: auto;
		max-width: 1004px /*1170px*/;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar .nav { /*float: right; top: 55px;*/ }
	.navbar .nav > li > a { /*font-size: 0.7em; font-weight: 300;*/ padding-top: 50px; }

}
@media only screen and (max-width: 1024px) {
	footer.main-footer, .footer_menu {
    	    margin-left: 0px;
    	    margin-right: 0px;
    	    padding-left: 20px;
    	    padding-right: 20px;
    	}
}
                                                                         
@media only screen and (max-width: 767px) {
   
	h1.teaser-big { font-size: 2.5em; }
	.container-fluid.container-box .container-box-inner .span12 { padding-top: 40px; padding-bottom: 40px; } 
	.container-fluid.container-box.container-box-applegreen .container-box-inner .span12 { padding-top: 40px; padding-bottom: 30px; } 
	
     footer.main-footer, .footer_menu {
    	    margin-left: -20px;
    	    margin-right: -20px;
    	    padding-left: 20px;
    	    padding-right: 20px;
    }
    
   
    .container-box .later_more { bottom: 30px; }
    
    h2.widgettitle { font-size: 1.9em; }
    
    .container-fluid.container-box { margin-left: -20px; padding-left: 20px; margin-right: -20px; padding-right: 20px; }
    
    .header_screen_big { display: none; }
    .header_screen_small { display: block; }
    .category-blog .post_content-image, .widget_dpe_fp_widget .span4 .post_content-image { max-height: inherit; overflow: hidden; }
    
    	h1.archive_title, h1.single-title, h1.single_title { font-size: 2.1em; }
    
    	body .footer_icons { 
    		font-size: 8.5em;
	 	text-indent: -8%;
	 	float: left; 
	 	width: 100%; 
	 }
	 body .footer-icons a {  } 
}
/* switch menues*/
@media only screen and (min-width: 300px) {
	span.nav-small { display: block; }
		span.nav-small .nestResponsiveMenu_funx_section { display: none; }
	span.nav-large { display: none; }
	#socialbar { display: none; }
	

}
@media only screen and (min-width: 480px) {
	span.nav-small .nestResponsiveMenu_funx_section { display: block; }

}
@media only screen and (max-width: 560px) {
	h1.teaser-big { font-size: 1.9em; }
	
	body .footer_icons { 
    		font-size: 8.5em;
	 	text-indent: -9%;
	 	float: left; 
	 	width: 100%; 
	 }
	 body .footer-icons a {  } 
	 
	.footer_menu a.top { width: 52px; top: 80px; }
	.footer_menu {
		 float: left;
    height: auto;
    margin-top: 0;
    width: 100%;
	}
	.footer_menu ul.menu li { clear: left; float: left; display: block; font-size: 90%; margin-bottom: 5px; padding-bottom: 8px; margin-right: 0px; padding-right: 0px; border-bottom: 1px solid #002513; width: 100%; }
	.footer_menu ul.menu li a { margin-right: 0px; }
	
    .category-blog .post_content-image, .widget_dpe_fp_widget .span4 .post_content-image { max-height: auto; overflow: auto; }

}
@media only screen and (min-width: 560px) {
	span.nav-small .nestResponsiveMenu_funx_section { display: block; }
	
}
@media only screen and (min-width: 768px) {
	span.nav-small { display: none; }
		span.nav-small .nestResponsiveMenu_funx_section { display: block; }
	span.nav-large { display: block; }
	#socialbar { display: none; }
	
	.container-fluid.container-box {
	    padding-left: 20px;
	    padding-right: 20px;
	    width: auto;
	}
	/*.sticky .nav-small { display: block; }
	.sticky .nav-large { display: none; }*/
	
	 

}
@media only screen and (max-width: 1024px) {
	.footer_icons { 
    		font-size: 9.5em;
	 	 text-indent: -26%;
	 }
	 .footer_icons a { }
	
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.footer_icons { 
    		font-size: 9.5em;
	 	 text-indent: -35%;
	 }
	 .footer_icons a { }
}
