/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {		/**** 992 *********************************************/

.stretch {
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	
        background-position: 50% 50% !important;
        background-attachment: scroll !important;
	
	}
}



@media (min-width: 992px) and (max-width: 1199px) {

	#about .about_services {margin-right:30px; width:240px;}


}






@media (min-width: 768px) and (max-width: 991px) {

.main_menu li {
	display:inline-block;
	margin:0 0 0 10px;					/***** 	margin:0 0 0 20px; *********************************/
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:lowercase;
	font-weight:600;
	color:#fff;
	font-size: 1.0em;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}

	.logo a {						/***** NEU *******************************************/
		width:300px;
	}
	header.menu_fixed img {				/***** NEU ***********************************************/
		width: 240px;
	}	
	
	
	
	.top_slider_cap {left:30px; right:30px; width:auto; margin:0;}
	
	#about h1 {margin-bottom:30px;}
	#about .about_foto {margin-right:100px;}
	#about .about_text {padding:0 0 30px;}
	#about .about_services {margin-right:30px; width:175px;}
	
	.video_bg_content .left_text {padding-bottom:40px;}
	.video_bg_content .right_text {padding-top:40px;}
	
	#facts img {width:40px; margin-right:10px;}
	#facts p {font-size:10px; line-height:15px;}
	#facts span {font-size:40px; line-height:34px;}
	
	
	
	
	.widgets_clear {display:block;}
	

}






@media (max-width: 767px) {

span-yt {
	display: block;
}
.yt-img img {
	wi--dth: 55px !important;
	display: block;
	text-align: center;
}

#video_bg, #bgndVideo {
	display: none !important;
}


a {
	font-size: 24px;
}


h0 {
	margin-top:0;
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	font-weight:300;
	font-size: 30px;
	line-height: 48px;
	color:#2d3134;
	padding-bottom: 90px !important;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}
	body {
		font-size: 20px;
		line-height: 28px;
	}

.about_text span {				/***** NEU ************************************************/
	font-size: 20px ;
	font-weight:700;
	color: #00AEEF;
}

.about_text ul li, a {				/***** NEU ************************************************/
	font-size: 20px;;
}

.about_text span2 {				/***** NEU ************************************************/
	font-size: 30px ;
	font-weight:400;
	color: #00AEEF;
}
	
	/* Menu */
	header {
		position:fixed; top:0; margin:0; padding:15px 0 !important;
		}
		
	.menu_toggler {
		display:block; 
		margin-top:0px; 					/***** 4px ***************************************/
		width:20px; 
		height:20px; 
		line-height:20px; 
		text-align:center; 
		font-size:36px;			/***** 21px ************************************/ 
		color:#fff;
		}
	
	.main_menu {padding:0;}
	.main_menu ul {position:absolute; left:0; top:100%; width:100%; text-align:left; 
		background----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; margin:0; padding:0 0 4px 30px;}
	.main_menu li:before, .main_menu li:after {display:none;}
	.main_menu li a {
		color:rgba(255,255,255,0.5); 
		padding:0;
		line-height: 2.2em;					/***** NEU ************************************/
		font-size: 24px;					/***** NEU ***********************************/
		margin-left: 11px;
		}
		
	.main_menu li a:before {display:none;}
	
	.main_menu li a:hover, .main_menu li.active a {
		background:none; color:#fff;
		
		}
	
	
	.logo a {
		width: 80%;			/***** 90px *************************************************************/
		
	}

	header.menu_fixed img {					/***** NEU ********************************************/
		width: 80%;
		margin-top: 0px;
	}
	
	#home {margin-bottom:40px;}
	.top_slider_cap {left:30px; right:30px; width:auto; margin:0;}
	
	.top_slider_cap h1 {
		font-size: 30px; 
		line-height: 48px; 
		margin-bottom:20px;			/***** 10px **********************************************/
		}
	.top_slider_cap p {
		display: none;				/***** NEU *************************************************/
		font-size:10px; 
		line-height:15px; 
		margin-bottom:10px; 
		width:100%;
		}
	
	#about {margin-bottom:0;}
	#about h1 {margin-bottom:30px;}
	#about .about_foto {position:static; margin:0;}
	#about .about_foto img {width:100%;}
	#about .about_text {padding:0 0 30px;}
	#about .about_services {margin-right:30px; width:175px;}
	
	.video_bg_content .left_text {
		padding-bottom:40px;
		font-size: 36px;
		}
	.video_bg_content .right_text {padding-top:40px;}
	
	.video_bg2_content .left_text {					/***** NEU ***********************************************/
		font-size: 36px;
	}
	.video_bg3_content .left_text {					/***** NEU ***********************************************/
		font-size: 36px;
	}
	#facts img {width:40px; margin-right:10px;}
	#facts p {font-size:10px; line-height:15px;}
	#facts span {font-size:40px; line-height:34px;}
	
	#gallery .gallery_img {width:50%;}
	
	#contacts .contact_inf span {font-size:12px;}
	
	
	
	
	
	
	.widgets_clear {display:block;}
	
}




















@media (max-width: 479px) {

	.menu_toggler {							/***** NEU **************************************/
		display:block; 
		margin-top:-35px; 					/***** 4px ***************************************/
		width:20px; 
		height:20px; 
		line-height:20px; 
		text-align:center; 
		font-size:36px;			/***** 21px ************************************/ 
		color:#fff;
		}
	
	#about .about_services {width:100%; display:block; margin:0 0 30px;}
	
	#gallery .gallery_img {width:100%; float:none;}
	
	

	/* 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%;}

}