/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

	header {padding:20px 0;}
	.logo a {
		width: 250px;
	}
	.main_menu {padding: 20px 0 0 0;}
	.main_menu li {margin: -10px 0 0 0;}
	
	.contact_form input[type="text"] {width:280px;}


}

@media (min-width: 768px) and (max-width: 991px) {
	
	header {padding: 20px 0;}
	.logo a {
		width: 200px;
	}
	.main_menu {
		padding:0;
		margin-top: -70px;
	}
	
header.menu_fixed .main_menu {
	margin-top: -65px;
}
		
	.main_menu li {margin: 15px 0 0 0;}
	.main_-----menu li a {padding-left:10px; padding-right:10px;}

.main_menu li a {
	display:block;
	padding:3px 10px;
	text-transform:uppercase;
	font-weight:400;
	font-size: 0.8em;				/***** NEU ************************************/
	color:#fff;
	border:1px solid transparent;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}
	
	.top_slider_cap {width:auto; left:30px; right:30px; margin:0;}
	
	#gallery .gallery_img {width:50%;}
	
	#info_block .info_block_text {width:65%;}
	
	.contact_form input[type="text"] {width:207px;}
	
	
	
	
	.widgets_clear {display:block;}
	

}











@media (max-width: 767px) {

body {
	font-weight:400;
	font-size: 24px;					/***** 13px ****************************************/
	line-height: 36px;
}

h2 {
	font-weight: 400;
	font-size: 36px;
}

	
	/* Menu */
	header {position:fixed; top:0; margin:0; padding:15px 0 !important;}
	.menu_toggler {display:block; margin-top:12px; width:20px; height:20px; line-height:20px; text-align:center; font-size:31px; color:#fff;}

	.menu_toggler a:hover{
		color:#ffff00;
	}

	
	.main_menu {padding:0;}
	
	.main_menu ul {position:absolute; left:0; top:100%; width:100%; text-align:left; 
		back----ground-color:#2d3134;
		background: #2d3134; /* browsers that don't support rgba */	/***** NEU ***************************************/
		background:none repeat scroll 0 0 rgba(45, 49, 52, 0.8); 	/*************** NEU **********************/
	}
	
	.main_menu li {
		display:block; mar--gin:0; padding:0 0 4px 30px;
		margin-bottom: 33px;
		margin-top: 33px;
	}
	.main_menu li:before, .main_menu li:after {display:none;}
	.main_menu li a {
		col---or:rgba(255,255,255,0.5); padding:0;
		color: #FFF;
		font-size: 24px;
	}
	.main_menu li a:before {display:none;}
	.main_menu li a:hover, .main_menu li.active a {background:none; color:#fff;}


	
	
	.logo a {width: 200px;}
	
	header.menu_fixed .logo a {
		width: 100px;
	}
	
	header.menu_fixed {
		height: 40px;
	}

	header.menu_fixed .menu_toggler{
		margin-top: 0px;
	}	
	
	
	.flexslider.top_slider .flex-direction-nav a.flex-next, .flexslider.top_slider .flex-direction-nav a.flex-prev {bottom:5px;}
	.top_slider_cap {width:auto; left:30px; right:30px; margin:0;}
	
	.top_slider_cap h1 {
		font-size: 28px; line-height: 36px; margin-bottom:10px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
		
	}
	
	.top_slider_cap p {
		font-size: 18px; line-height: 28px; margin-bottom:10px; width:100%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	/***** NEU ***************************************/
	}
	
	#gallery .gallery_img {width:100%;}
	
	#info_block .info_block_text {float:none; width:100%;}
	
	.contact_form input[type="text"] {width:192px;}
	
	
	
	
	
	.widgets_clear {display:block;}
	
}











@media (max-width: 479px) {
	
	
	
	

	/* Bootstrap Style fix */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}