@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2");
}



.data p {
	font-size: 16px;
	line-height: 24px;
}
.data a {
	font-weight: 600 !important;
}
.data a:hover {
	font-weight: 600 !important;
}
.data h4 {
	font-size: 24px;
	margin-top: 28px;
	line-height: 30px;
	color: #00AEEF;
	font-weight: 600 !important;
}	          	



.cookieinfo {
	width: 88%; max-width: 730px;
	background: #8DC63F; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(141, 198, 63, 0.9) !important; 	/***** NEU *************************/
	margin-bottom: 78px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 15px;
    
    -khtml-border-top-left-radius: 0px;
    -khtml-border-top-right-radius: 15px;
    -khtml-border-bottom-left-radius: 0px;
    -khtml-border-bottom-right-radius: 15px;
    
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 15px;
    
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    
    
    -webkit-box-shadow: 0px 1px 6px #000;
    -moz-box-shadow: 0px 1px 6px #000;
     box-shadow: 0px 1px 6px #000;	
}
.cookieinfo {
	color: #FFFFFF !important;
}
.cookieinfo a {
	color: #FFFF00 !important;
}
.cookieinfo a:hover {
	color: #FF0000 !important;
}

.haftung p {
	font-size: 16px;
}

span-t {
	color: #00AEEF;
	font-weight: 700;
}
span-g {
	color: #8DC63F;
	font-weight: 700;
}
span-5 {
	color: #8DC63F;;
	font-weight: 700;
	font-size: 24px;
	margin-right: 5px;
}

.yt-img img {
	width: 55px !important;
	display: none;
	margin-top:33px;
}
span-yt {
	display: none;
}


img:hover {
	-webkit-transform:scale(1.1); 			/*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); 				/*Mozilla scale version*/
	-o-transform:scale(1.1); 				/*Opera scale version*/
			 box-shadow:0px 0px 10px gray; 	/*CSS3 shadow: 30px blurred shadow all around image*/
	 -webkit-box-shadow:0px 0px 10px gray; 	/*Safari shadow version*/
		-moz-box-shadow:0px 0px 10px gray; 		/*Mozilla shadow version*/
	opacity: 1;
}

.shadow_block {
	position:relative;
	margin-bottom: 22px !important;
	
}
.shadow_block:before {
	height: 21px;
	width: 100%;
	left:0;
	top:0;
	position:absolute;
	z-index:50;
	background: url(../images/section_header_shadow.png) no-repeat top center;
	content:'';

}

.widget img {
	width: 25px;
	margin: 5px;
}

.about_text img {
	width: 30px;
	mar--gin: 5px;
}
.about_text .img2 img {
	width: 300px;
	mar--gin: 5px;
}
.row .img2 img {
	width: 300px;
	mar--gin: 5px;
}



/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts #map {
	margin-top:4px;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
}

#contacts .our_office_wrap h3 {
	margin:0 0 30px;
	line-height:20px;
	font-size:14px;
}
#contacts .our_office_wrap ul {
	margin-bottom:25px;
	padding-bottom:11px;
	border-bottom:1px solid #dce6eb;
}
#contacts .our_office_wrap li {
	padding:0 0 11px;
	line-height:20px;
	font-size:14px;
}
#contacts .social a {
	margin:0 10px 10px 0;
	font-size:22px;
	color:#c5ccd1;
}
#contacts .social a:hover {color:#d8a65f;}
#contacts  input[type="text"],
#contacts  textarea {
	width:100%;
	height:44px;
	margin:0 0 10px;
	padding:12px 20px;
	text-align:left;
	line-height:24px;
	font-size: 18px;
	color:#7e8589;
	text-shadow:none;
	border:0;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
	border-radius:0;
	background:#fff;
}
#contacts  textarea {
	height:130px;
	padding:18px 20px;
	resize:none;
}
#contacts  input[type="submit"] {
	width:157px;
	height:43px;
	margin:0 auto;
	font-family: 'OpenSans-Regular', serif;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-shadow:none;
	border:0;
	box-shadow:none;
	background:#8DC63F;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contacts  input[type="submit"]:hover {
	background:#4ec2b9;
}

/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
#contacts .contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
	background:#d0e3ea;
}
#contacts .contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
	background:#ffcfcf;
}
















/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/








body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:400;
	font-size: 18px;					/***** 13px ******************************************/
	line-height: 28px;
	color: #4b5053;
	background-color:#fff;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#00AEEF;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

#page {
	overflow-x:hidden;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}
.padright0 {padding-right:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#00AEEF !important;}


.btn {
	display:inline-block;
	vertical-align:top;
	padding:12px 53px 11px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background-color:#333;
}
.btn:hover {
	color:#333;
	background-color:#00AEEF;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}

li {
	padding:0; 
	margin: 0px 0 14px 0px; 					/***** 0 0 14px ********************************************/
	list-style:none;					/***** none disc circle square ************************************************/
	font-size: 18px;					/***** NEU *************************************/
	line-height: 1.2em;					/***** NEU ****************************************/
	}

.liste li {
	padding:0; 
	margin: 0px 0 14px 16px; 					/***** 0 0 14px ********************************************/
	list-style:square;					/***** none disc circle square ************************************************/
	font-size: 16px;					/***** NEU *************************************/
	line-height: 1.2em;					/***** NEU ****************************************/
	}

p {margin:0 0 20px;}

h0 {
	padding-top: 166px !important;
	font-family: 'OpenSans-Regular', sans-serif;
	text-transform:none;
	font-weight:400;
	font-size: 48px;
	line-height: 58px;
	color:#8DC63F;
	margin-bottom: 90px;
}

h---1, h---2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'OpenSans-Regular', sans-serif;
	text-transform:none;
	font-weight:300;
	line-height:1.2;
	color:#2d3134;
}

h1 {
	margin: 0 0 36px; 
	font-size:36px;
	font-family: 'OpenSans-Regular', sans-serif;
	text-transform:none;
	font-weight:400;
	line-height:1.0;
	color:#00AEEF;	
	}

h2 {margin:0 0 34px; font-size:30px;}
h3 {
	margin:0 0 28px; 
	font-size:24px;
	font-weight: 400;
	}
h4 {margin:0 0 22px; font-size:18px;}
h5 {margin:0 0 16px; font-size:12px;}
h6 {margin:0 0 14px; font-size:10px;}









/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	padding:28px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background: none repeat scroll 0 0 rgba(45, 49, 52, 0.4);			/***** NEU **************************************/
}
header.menu_fixed {
	padding:15px 0;
	background------color:#2d3134;
	background: #2d3134; /* browsers that don't support rgba */	/***** NEU ***************************************/
	background:none repeat scroll 0 0 rgba(45, 49, 52, 0.7); 	/*************** NEU **********************/
	height: 65px;
		-webkit-transition: all 1.6s;
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;	
}
header.menu_fixed img {					/***** NEU ********************************************/
	width: 300px;
}


.logo {
	float:left;
	}
.logo a {
	display:block;
	}

.logo img {
	width: 100%;
	float:left;
		-webkit-transition: all 1.6s;
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;	
	}




/* Menu */
.main_menu {
	float:right;
	padding:0px 0 0;
}
.main_menu li {
	display:inline-block;
	margin:4px 0 0 30px;					/***** 	margin:0 0 0 20px; *********************************/
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:lowercase;
	font-weight:400;
	font-size: 22px;
	color:#fff;
	letter-spacing: 1px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
		-webkit-transition: all 1.6s;
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;	
}
.main_menu li a:hover,
.main_menu li.active a {
	text-decoration: none;					/***** line-through *************************************/
	color:#8DC63F;
}


.menu_fixed li a {					/***** NEU *********************************************/
	display:block;
	padding:0;
	text-transform:lowercase;
	font-weight:400;
	font-size: 18px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
		-webkit-transition: all 1.6s;
		   -moz-transition: all 1.6s;
		    -ms-transition: all 1.6s;
		     -o-transition: all 1.6s;
		        transition: all 1.6s;
	margin---top: -34px !important;	
}







/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {margin:0 0 30px;}
.flexslider.top_slider .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../pix-1920/0001.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../pix-1920/0002.jpg);}
.flexslider.top_slider .slides li.slide3 {background-image:url(../pix-1920/0003.jpg);}


.flexslider.top_slider .slides li.slide4 {background-image:url(../pix-1920/0004.jpg);}
.flexslider.top_slider .slides li.slide5 {background-image:url(../pix-1920/0005.jpg);}
.flexslider.top_slider .slides li.slide6 {background-image:url(../pix-1920/0006.jpg);}


.flexslider.top_slider .slides li.slide7 {background-image:url(../pix-1920/0007.jpg);}
.flexslider.top_slider .slides li.slide8 {background-image:url(../pix-1920/0008.jpg);}
.flexslider.top_slider .slides li.slide9 {background-image:url(../pix-1920/0009.jpg);}


.flexslider.top_slider .slides li.slide10 {background-image:url(../pix-1920/0010.jpg);}
.flexslider.top_slider .slides li.slide11 {background-image:url(../pix-1920/0011.jpg);}
.flexslider.top_slider .slides li.slide12 {background-image:url(../pix-1920/0012.jpg);}

.flexslider.top_slider .slides li.slide13 {background-image:url(../pix-1920/0013.jpg);}
.flexslider.top_slider .slides li.slide14 {background-image:url(../pix-1920/0014.jpg);}
.flexslider.top_slider .slides li.slide15 {background-image:url(../pix-1920/0015.jpg);}

.flexslider.top_slider .slides li.slide16 {background-image:url(../pix-1920/0016.jpg);}
.flexslider.top_slider .slides li.slide17 {background-image:url(../pix-1920/0017.jpg);}






.flex-direction-nav a {top:auto; bottom:30px;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#00AEEF;
}
.flexslider .flex-direction-nav a i {
	display:block;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:hover i {
	color:#333;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	left:50%;
	top:50%;
	width:740px;
	margin-left:-370px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	background: #FFFFFF; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.3); 	/***** NEU *************************/
	border-radius: 50%;
	padding: 22px;
	border: 1px solid #ffffff;
}


.top_slider_cap h1 {

	margin:0px 0 26px;
	text-transform:none;
	font-weight:300;
	line-height:36px;
	font-size:42px;
	color:#fff;
	text----shadow: 1px 1px 2px rgba(0,0,0,0.31);
	text-shadow: 3px 3px 2px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}

.top_slider_cap h2 {

	margin:0px 0 26px;
	text-transform:none;
	font-weight:300;
	line-height:36px;
	font-size:36px;
	color:#fff;
	text----shadow: 1px 1px 2px rgba(0,0,0,0.31);
	text-shadow: 3px 3px 2px rgba(0,0,0,0.75);	/***** NEU ***************************************/
}

.top_slider_cap p {
	width:66%;
	margin:0 auto 25px;
	line-height:60px;
	font-size:24px;			/***** 15px *********************************************/
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.61);
	background: #8dc63f; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(141, 198, 63, 0.7); 	/***** NEU *************************/
	padding: 4px;
	border-radius: 50%;
}





.top_slider_cap .slide_btn_active {
	display:inline-block;
	min-width:160px;
	margin:0 15px 5px;
	padding:12px 10px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;			/***** 13px ******************************************/ 
	color:#2d3134;
	letter-spacing: 2px;
	border:2px solid #00AEEF;
	border-radius:21px;
	background-color:#00AEEF;
}
.top_slider_cap .slide_btn_active:hover {
	color:#2d3134;
	border-color:#fff;
	background-color:#fff;
}
.top_slider_cap .slide_btn_white {
	display:inline-block;
	min-width:160px;
	margin:0 15px 5px;
	padding:12px 10px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	letter-spacing: 2px;
	border:2px solid #fff;
	border-radius:21px;
}
.top_slider_cap .slide_btn_white:hover {
	color:#2d3134;
	background-color:#fff;
}



.slide_btn_active {
	display:inline-block;
	min-width:160px;
	margin:0 15px 5px;
	padding:12px 25px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;			/***** 13px ******************************************/ 
	color:#fff;
	letter-spacing: 1px;
	border:2px solid #00AEEF;
	border-radius:21px;
	background-color:#00AEEF;
}
.slide_btn_active:hover {
	color:#fff;
	border-color:#00AEEF;
	background-color:#8DC63F;
}




/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	overflow:hidden;
	position:relative;
	margin-bottom: 43px;
	padding-top: 62px;					/***** 62px *******************************************/
}
#about h1 {
	margin-bottom:28px;					/***** 58px *********************************************/
	}
#about .about_wrap .col-lg-5 {
	position:static;
}
#about .about_foto {
	position:absolute;
	right:50%;
	top:0;
	margin-right:175px;
}
#about .about_foto img {
	width:auto;
	max-width:none;
}
#about .about_text {
	padding-bottom: 8px;				/***** 98px *******************************************/
	padding-right:65px;
}


.about_text span {				/***** NEU ************************************************/
	font-size: 18px ;
	font-weight:900;
	color: #00AEEF;
}
.about_text span2 {				/***** NEU ************************************************/
	font-size: 30px ;
	font-weight:400;
	color: #00AEEF;
}

.about_text ul li {				/***** NEU ************************************************/
	line-height: 40px;
}



#about .about_services {
	display:inline-block;
	vertical-align:top;
	width:255px;
	margin-right:120px;
}
#about .about_services.last {
	margin-right:0;
}
#about .about_services p {
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#2d3134;
}
#about .about_text_btn {
    display: inline-block;
    padding: 7px 30px 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #8DC63F;
    border-radius: 21px;
    border: 3px solid #8DC63F;
}
#about .about_text_btn:hover {
	color:#fff;
	background-color:#00AEEF;
}



#restaurant {
	overflow:hidden;
	position:relative;
	margin-bottom: 8px;
	padding-top:122px;					/***** 62px *******************************************/
}

#restaurant .about_text_btn {
	display:inline-block;
	padding:7px 30px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:28px;
	font-size:18px;						/***** 13px *******************************************/
	letter-spacing: 2px;
	color:#00AEEF;
	border-radius:21px;
	border:3px solid #00AEEF;
}
#restaurant .about_text_btn:hover {
	color:#fff;
	background-color:#00AEEF;
}




#gallery .about_text_btn {			/***** NEU ***********************************************************/
	margin-top: 55px	!important;
	display:block;
	padding:7px 30px 10px;
	text-transform:uppercase;
	text-align: center;
	font-weight:700;
	line-height:24px;
	font-size:18px;					/***** 13px *************************************/
	color:#00AEEF;
	border-radius:21px;
	border:3px solid #00AEEF;
		    width: 240px;
    		margin: auto;
    }
#gallery .about_text_btn:hover {
	color:#fff;
	background-color:#00AEEF;
}



#speisen {
	overflow:hidden;
	position:relative;
	margin-bottom: 8px;
	padding-top:122px;					/***** 62px *******************************************/
}

#speisen .about_text_btn {
	display:inline-block;
	padding:7px 30px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:28px;
	font-size:18px;						/***** 13px *******************************************/
	letter-spacing: 2px;
	color:#00AEEF;
	border-radius:21px;
	border:3px solid #00AEEF;
}
#speisen .about_text_btn:hover {
	color:#fff;
	background-color:#00AEEF;
}



/*-----------------------------------------------------------------------------------*/
/*	Section Services
/*-----------------------------------------------------------------------------------*/
#services {
	position:relative;
	padding-top:58px;
	padding-bottom:40px;
}
#services .services_wrap {padding-bottom:65px;}
#services .service_item {
	overflow:hidden;
}
#services .service_item i {
	display:block;
	width:80px;
	height:80px;
	margin:0 0 22px;
	line-height:80px;
	font-size:60px;
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover i {
	position:relative;
	z-index:-1;
	animation: factEffect 700ms ease;
	-webkit-animation: factEffect 700ms ease;
}

@-webkit-keyframes factEffect{from {-webkit-transform: scale(1) rotate(0); opacity:1;}to {-webkit-transform: scale(3) rotate(45deg); opacity:0; padding:20px 0 0 50px;}}
@-moz-keyframes factEffect{from {-moz-transform: scale(1) rotate(0); opacity:1;}to {-moz-transform: scale(3) rotate(45deg); opacity:0; padding:20px 0 0 50px;}}
@-ms-keyframes factEffect{from {-ms-transform: scale(1) rotate(0); opacity:1;}to {-ms-transform: scale(3) rotate(45deg); opacity:0; padding:20px 0 0 50px;}}
#services .service_item h4 {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover h4 {
	font-size:18px;
	color:#00AEEF;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Team
/*-----------------------------------------------------------------------------------*/
#team {
	padding:70px 0 36px;
	background-image:url(../images/team_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center centre;
}
#team .team_foto {
	margin-bottom:35px;
	background-color:#00AEEF;
}
#team .team_foto img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#team .team_item:hover .team_foto img {
	opacity:0.5;
}

#team .team_name {
	margin:0;
	text-transform:uppercase;
	font-weight:600;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#team .team_item:hover .team_name {
	color:#00AEEF;
}
#team .team_position {
	margin:0 0 8px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#b8b8b8;
}

#team .team_social a {
	display:inline-block;
	width:22px;
	height:22px;
	margin:0 7px 0 0;
	text-align:center;
	line-height:22px;
	font-size:20px;
	color:#fff;
	opacity:0.6;
}
#team .team_social a:hover {
	color:#00AEEF;
	opacity:1;
}







/*-----------------------------------------------------------------------------------*/
/*	Section Video
/*-----------------------------------------------------------------------------------*/



#video_bg {
	position:relative;				/***** relative ***************************************/
	height: 692px;					/***** 492px ***********************************************/
	background-image:url(../pix-1920/0006.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background---attachment: fixed;	/***** NEU *****************************************/
}
.video_bg_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:60px;
	font-size:48px;					/***** 22px ************************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.video_bg_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:48px;
	font-size:24px;					/***** 16px *********************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}




/***** video_bg 2 ************************************************/

#video_bg2 {
	position:relative;				/***** relative ***************************************/
	height: 480px;					/***** 492px ***********************************************/
	background-image:url(../pix-1920/0012.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background-attachment: fixed;	/***** NEU *****************************************/
}
.video_bg2_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg2_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:60px;
	font-size:48px;					/***** 22px ************************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.video_bg2_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:48px;
	font-size:24px;					/***** 16px *********************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}




/***** video_bg 3 ************************************************/

#video_bg3 {
	position:relative;				/***** relative ***************************************/
	height: 480px;					/***** 492px ***********************************************/
	background-image:url(../pix-1920/0004.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background-attachment: fixed;	/***** NEU *****************************************/
}
.video_bg3_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg3_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:60px;
	font-size:48px;					/***** 22px ************************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.video_bg3_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:48px;
	font-size:24px;					/***** 16px *********************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}





/***** video_bg 4 ************************************************/

#video_bg4 {
	position:relative;				/***** relative ***************************************/
	height: 540px;					/***** 492px ***********************************************/
	background-image:url(../pix-1920/0015.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background-attachment: fixed;	/***** NEU *****************************************/
}
.video_bg4_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg4_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:60px;
	font-size:48px;					/***** 22px ************************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.video_bg4_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:48px;
	font-size:24px;					/***** 16px *********************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}






/***** video_bg 5 ************************************************/

#video_bg5 {
	position:relative;				/***** relative ***************************************/
	height: 480px;					/***** 492px ***********************************************/
	wid---th: 100%;					/***** NEU ********************************************/
	background-image:url(../pix-1920/Aundu_p1920.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: left center;
    background----attachment: fixed;	/***** NEU *****************************************/
}
.video_bg5_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg5_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:60px;
	font-size:48px;					/***** 22px ************************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.video_bg5_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:48px;
	font-size:24px;					/***** 16px *********************************************/
	color:#feffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}




#video_bg-vid {
	position:relative;				/***** relative ***************************************/
	height: 792px;					/***** 492px ***********************************************/
	background-image:url(../pix-1920/0001.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background---attachment: fixed;	/***** NEU *****************************************/
}















.mb_YTVPProgress {display:block !important;}
.mb_YTVPMuteUnmute {display:block !important;}
.mb_YTVPPlaypause {
	overflow:hidden;
	position:absolute !Important;
	top:-235px;
	left:50%;
	width:62px !important;
	height:62px !important;
	margin:0 0 0 -31px;
	line-height:62px !Important;
	text-align:center;
	font-size:32px !important;
	text-indent:4px;
	border-radius:50%;
	border:2px solid #fff;
	background-color:rgba(255,255,255,0.15);
}






/*-----------------------------------------------------------------------------------*/
/*	Section Facts
/*-----------------------------------------------------------------------------------*/
#facts img {
	float:left;
	width:65px;
	margin:0 20px 0 0;
}
#facts p {
	margin:0 0 7px;
	text-transform:uppercase;
	font-weight:600;
}
#facts span {
	display:block;
	font-weight:300;
	line-height:63px;
	font-size:63px;
	color:#00AEEF;
}



#about about_text span {
	color:#00AEEF;
	font-weight:600;
	font-size: 24px;

}



/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery .gallery_img {
	position:relative;
	float:left;
	display:block;
	width:25%;
	background-color:#fff;
}
#gallery .gallery_img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin: 1px;			/***** NEU ***************************************/
}
#gallery .gallery_img:hover img {
	opacity:0.2;
}

#gallery {
	overflow:hidden;
	position:relative;
	margin-bottom: 8px;
	padding-top:122px;					/***** 62px *******************************************/
}





/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials .testimonials_content {
	padding-bottom:14px;
}

#testimonials .testimonials_item img {
	width: 32px;
}

#testimonials .testimonials_author {
	color:#00AEEF;
}
#testimonials .testimonials_author span {
	display:block;
	text-transform:uppercase;
	font-weight:600;
	color:#4b5053;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/


#contacts-bg {
	overflow:hidden;				/***** hidden ****************************************************/
	
	padding: 115px 0 38px;			/***** 	padding:65px 0 38px; ************************************************/
	color:#fff;
	background-image:url(../pix-1920/0013.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    background-attachment: fixed;
}
#contacts-bg h2 {
	color:#fff;
	font-size: 60px;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
	}
	
#contacts-bg a {
	color:#fff;
	font-size: 24px;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
	}
	
	
#contacts-bg .contact_inf i {
	display:inline-block;
	vertical-align:top;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:54px;
	color:#00AEEF;
	margin:0 auto 25px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
#contacts-bg .contact_inf:hover i {
	animation: factEffect 700ms ease;
	-webkit-animation: factEffect 700ms ease;
}




#contacts-bg span {					/*****  NEU **************************************/
	font-size: 28px;
	line-height: 36px;	
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);	/***** NEU ***************************************/
	color: #fff;
	background: #BDC63F; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(141, 198, 63, 0.7); 	/***** NEU *************************/
	padding: 0 11px 0 11px;
}

#contacts-bg a {					/*****  NEU **************************************/
	font-size: 28px;
	line-height: 36px;	
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);	/***** NEU ***************************************/
	color: #fff;
	background: #BDC63F; /* browsers that don't support rgba */	/***** NEU *************************/
	background:none repeat scroll 0 0 rgba(141, 198, 63, 0.7); 	/***** NEU *************************/
}
#contacts-bg a:hover {					/*****  NEU **************************************/
	color: #00AEEF;	
}



@-webkit-keyframes factEffect{from {-webkit-transform: scale(1) rotate(0); opacity:1;}to {-webkit-transform: scale(7) rotate(45deg); opacity:0;}}
@-moz-keyframes factEffect{from {-moz-transform: scale(1) rotate(0); opacity:1;}to {-moz-transform: scale(7) rotate(45deg); opacity:0;}}
@-ms-keyframes factEffect{from {-ms-transform: scale(1) rotate(0); opacity:1;}to {-ms-transform: scale(7) rotate(45deg); opacity:0;}}

#contacts .contact_inf span {
	display:block;
	vertical-align:top;
	font-size:18px;
}








/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#00AEEF;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#404040;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#00AEEF;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#aaa;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:60px;
	height:60px;
	margin:0 22px 0 0;
	text-align:center;
	line-height:48px;
	font-size:48px;
	color:#80878c;
}
.social a:hover {
	color:#00AEEF;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:4px;
	width:53px;
}
.latest_news_item p {
	margin:0 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#80878c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#00AEEF;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#00AEEF;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}

.widget_stay_connected {							/***** NEU *********************************************/
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}

.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#aaa !important;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:40px 0 0;
	color:#80878c;
	background-color:#2d3134;
}
footer a {color:#80878c;}
footer a:hover {color:#00AEEF;}
footer h4 {
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:400;
	line-height:30px;
	font-size: 24px;
	color:#00AEEF;
	letter-spacing: 2px;
}

#copyright {
	padding:8px 0;
	color:#80878c;
	border------top:1px solid #434343;
	font-size: 12px;
	text-align: center;
	margin-bottom: 33px;
}

#copyright a{
	padding:8px 0;
	color:#80878c;
	font-size: 12px;
	text-align: center;
}
#copyright span {color:#00AEEF;}