@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700);
*{
	margin: 0;
	padding: 0;
}

html{
background: url(../images/bg/engelbg.jpg) no-repeat fixed;

}

body{
	font-family: 'Lora', serif;
	font-size:12px !important;
	color: #fff;
	background: none;
	font-style: normal;
	/*
	border-left:8px solid #ffffff;
	border-right:8px solid #ffffff;
	*/
}
input[type="text"]{
	border: none;
	background: #fff;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font: 14px "Merriweather";
	color: #333;
	margin-bottom: 30px;
	padding: 0 20px;
}
input[type="text"].error{
	box-shadow: inset 0 0 0 2px #CB0000;
}
li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
/*Font-family: 'Playfair Display', serif ;*/
font-family: 'Open Sans Condensed', sans-serif;
font-weight:700;
text-transform:uppercase;
}

a,
a:hover,
a:focus,
a:active{
	color:#fff;
	text-decoration: none;
	outline: 0!important;
    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul, ol{
	margin: 0;
}
p{
	font-size: 18px;
	line-height: 30px;
}
p.mini{
	font-size: 12px;
	line-height: 18px;
	color: #89919f;
	margin-bottom: 35px;
}

.nicebody{
background:#ffffff;
max-width:1170px;
margin:0 auto;
-webkit-box-shadow: 0px 0px 8px 0px rgba(209,209,209,0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(209,209,209,0.5);
box-shadow: 0px 0px 8px 0px rgba(209,209,209,0.5);
}

.slides {
    display: inline-block;
    width: 100%;
}
.flex-direction-nav{
	display: none;
}
/*------  PRELOADER  ------*/
#preloader{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
.page-wrapper{
	opacity: 0;
}
/*------  //PRELOADER  ------*/
/*---------  BUTTON ---------*/
.button{
	display: inline-block;
	font-weight: bold;
	height: 60px;
	line-height: 56px;
	text-transform: uppercase;
	padding: 0 65px;
	border: 2px solid #ffffff;
	overflow: hidden;
}
.button span{
	display: block;
	width: 100%;
	line-height: 56px;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.button span:first-child{
	margin-top: -60px;
	line-height: 60px;
}
.button.error:hover,
.button.error{
	background: #CB0000;
	border-color: #CB0000;
}
.button.success:hover,
.button.success{
	background: #0ace00;
	border-color: #0ace00;
}
.button.success:hover span:first-child,
.button.error:hover span:first-child{
	margin-top: -60px;
}
.button:hover{
	background: rgba(255,255,255,0.15);
	color: #ffffff;
	border: 2px solid rgba(255,255,255,0.5);
}
.button:hover span:first-child {
	margin-top: 0;
}
/*---------  //BUTTON ---------*/

/*---------  TITLE ---------*/
.title{
	font-size: 46px;
	line-height: 46px;
	position: relative;
	text-align: center;
	padding-top: 25px;
	margin-top: 40px;
	color:#a28b6e;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;

}
.title.bottom{
	padding: 0 0 25px;
}
/*
.title div{
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ceb9a2;
	width: 100%;
	font-family: 'Lora', serif;
	font-weight:400;
	margin-top:30px;
	display:block;
}
*/


.title.bottom div{
	top: auto;
	bottom: -8px;
}
.block-title{
	font-size: 40px;
	line-height: 65px;
	color:#a28b6e;
}
/*---------  //TITLE ---------*/

.dot{
	width: 5px;
	height: 5px;
	position: relative;
	border-radius: 50%;
	background: #a28b6e;
	margin: 15px auto 24px;
}
.dot:before{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: -20px;
	border-radius: 50%;
	background: #a28b6e;
}
.dot:after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	right: -20px;
	border-radius: 50%;
	background: #a28b6e;
}
/*---------  HEADER ---------*/
.header{
	background: #ffffff;
	height: 80px;
	line-height: 80px;
	width: 100%;
	position: fixed;
margin:0 auto;
	z-index: 10;
	max-width:1170px;
}
	.header .container{
		position: relative;
	}
.logo{
	font-size: 25px;
	font-family: "lora",sans-serif;
	/*font-family: 'Oswald', sans-serif;*/
    font-weight: 400 !important;
    margin: 0;
    position: relative;
    text-transform: uppercase;
	background: none;
	color:#6e8197;
	position: relative;
	z-index: 1;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity:1;
}
.logo:hover{
	color:#6e8197;
	opacity:0.75;
}

.logo:focus{
	color:#6e8197;
	opacity:0.55 !important;
}
/*
.logo:focus{
    outline: 0; 
	color: #a28b6e;
	opacity:1;
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}*/

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  20% {    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  30% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  40% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  50% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  60% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  70% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  80% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;  }
}

@-moz-keyframes animationFrames{
  0% {    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  10% {    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  20% {    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  30% {    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  40% {    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  50% {    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  60% {    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  70% {    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  80% {    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;  }
}

@-webkit-keyframes animationFrames {
  0% {    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  10% {    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  20% {    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  30% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  40% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  50% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  60% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  70% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  80% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;  }
}

@-o-keyframes animationFrames {
  0% {    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  10% {    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  20% {    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  30% {    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  40% {    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  50% {    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  60% {    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  70% {    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  80% {    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;  }
}

@-ms-keyframes animationFrames {
  0% {    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  10% {    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  20% {    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  30% {    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  40% {    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  50% {    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  60% {    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  70% {    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  80% {    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;  }
}


	/*---------  MAIN MENU ---------*/
.main-navi {
    float: none !important;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
	.main-navi a{
		text-transform: uppercase;
		color: #6e8197;
		padding-left:14px!important;
		position: relative;
	}
	
	.main-navi a:hover{
		text-transform: uppercase;
		color: #6e8197!important;
		padding-left:14px!important;
		position: relative;
	}
	
	.main-navi a:after{
		content:'  ~  ';
		color: #6e8197 !important;
		position: relative;
		padding-left:14px!important;
	}	
	
	.main-navi a:last-child:after{
		content:'';
		color: #909fb0;
		position: relative;
		padding-left:0px!important;
	}	
	
	.main-navi a.active,
	.main-navi a:hover{

	}
	.main-navi a:before{

	}
	.main-navi a:first-child:before{
		display: none;
	}
	
@media(min-width: 1px) AND (max-width: 768px){
	.main-navi a:after{
		content:' ';
		color: #909fb0;
		position: relative;
		padding-left:0px!important;
	}	
}
}
	
	/*---------  //MAIN MENU ---------*/
.mobile-menu{
	display: none;
}
/*---------  //HEADER ---------*/

/*---------  BIG SLIDER ---------*/
.slider-text-wrapper {
    /*margin-top: -290px;*/
    position: absolute;
    text-align: center;
  bottom: 180px;
  left: 100px;
  right: 100px;
}
	.home .flexslider{
		overflow: hidden;
		position: relative;
		max-height:850px;
	}
	.flexslider img {
	    /*background-size: cover;*/
	    background-attachment: fixed;
	    display: block;
	    width: 100%;
	}
	.flexslider.video img{
		background: none !important;
	}
	.flexslider.video .flex-direction-nav{
		display: none !important;
	}
	.slider-text-wrapper .middle{
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;
		color: #f2b84b;
		letter-spacing: 3px;
		width: 700px;
		margin: 0 auto;

		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	.slider-text-wrapper .big{
		font-size: 80px;
		line-height: 80px;
		margin-top: 20px;
		font-family: 'Oswald', sans-serif;
		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	.slider-text-wrapper p{
		width: 720px;
		margin: 0 auto;
		margin-bottom: 30px;

		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
.slider-logo{
	font: 80px/80px "Bad Script";
	margin-bottom: 85px;

    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.slider-text-wrapper .middle, 
.slider-text-wrapper .big, 
.slider-text-wrapper .dot, 
.slider-text-wrapper p{
	opacity: 0;
}
.home .flex-prev{
    width: 50px;
    height:50px;
    border: 2px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
	display:block;
	margin-right: -70px;
	text-align:center;
	position: absolute;
    right: 100%;
    top: 50%;
	z-index: 5;
	font-size:30px;
	
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.home .flex-prev:hover{
    border: 2px solid rgba(255,255,255,0.6);
	color:rgba(255,255,255,0.6);
}
.home .flex-next{
    width: 50px;
    height:50px;
    border: 2px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
	display:block;
	margin-left: -70px;
	text-align:center;
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 5;
	font-size:30px;
	
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.home .flex-next:hover{
    border: 2px solid rgba(255,255,255,0.6);
	color:rgba(255,255,255,0.6);
}
.flex-next > img,
.flex-prev > img {
    height: 100%;
    width: auto;
}
.scroll-image{
	position: absolute;
	width: 30px;
	height: 50px;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	z-index: 5;
	opacity: 0.1;
}
.home .flex-direction-nav{
	display: block;
}
#video_player {
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto;
}
/*---------  //BIG SLIDER ---------*/

/*---------  RESTAURANT ---------*/
.restaurant {
	padding-bottom: 90px;
	background-size: cover;
}
	.animate .restaurant-block{
		opacity: 0;
	}
	.restaurant .container{
		max-width: 1600px;
		overflow: hidden;
	}
.restaurant-block{
	text-align: center;
	margin-top: 90px;
	padding: 0 80px;
	opacity: 1;

    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
	.restaurant-block img{
		margin-bottom: 80px;
	}
	.restaurant-block .block-title{
		margin-bottom: 25px;
	}
/*---------  //RESTAURANT ---------*/

/*---------  MENU ---------*/
.menu-block {
    padding: 0;
    position: relative;
    opacity: 0;
}
	.menu-block.animate{
		display: none;
		opacity: 0 !important;
	}
	.menu-block img {
	    width: 100%;
	}
	.menu-block p{
		display: none;
	}
	.menu-block > div{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.75);
		padding: 40px;
		opacity: 0;
		cursor: pointer;
		overflow: hidden;

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.menu-block:hover > div{
		opacity: 1;
	}
	.menu-block .position{
		font-size: 22px;
		color: #666;

		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	.menu-block .food-name{
		font-size: 33px;
		margin-top: 27px;

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;

		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	.menu-block .food-name:hover{
		color: #f2b84b;
	}
	.price{
		font-size: 28px;
		color: #f2b84b;
		line-height: 28px;
		position: absolute;
		left: 40px;
		bottom: 40px;

		-moz-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-ms-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
.more-food{
	height: 140px;
	line-height: 140px;
	font-size: 22px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
	.more-food.unactive{
		color: #666 !important;
	}
	.more-food em {
	    font-size: 50px;
	    margin-right: 30px;
	    vertical-align: middle;

        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);

	    -moz-transition: all 0s linear 0s;
	    -webkit-transition: all 0s linear 0s;
	    -o-transition: all 0s linear 0s;
	    -ms-transition: all 0s linear 0s;
	    transition: all 0s linear 0s;
	}
	.more-food.animate em{
        -moz-transform: rotate(1440deg);
        -webkit-transform: rotate(1440deg);
        -o-transform: rotate(1440deg);
        -ms-transform: rotate(1440deg);
        transform: rotate(1440deg);	

	    -moz-transition: all 1s linear 0s;
	    -webkit-transition: all 1s linear 0s;
	    -o-transition: all 1s linear 0s;
	    -ms-transition: all 1s linear 0s;
	    transition: all 1s linear 0s;	
	}
	.more-food:hover{
		color: #f2b84b; 
	}
/*---------  //MENU ---------*/

/*---------  MENU POPUP ---------*/
.popup{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 15;
	background: rgba(0,0,0,0.8);

    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
	.popup .clearfix {
	    height: 100%;
	}
	.popup article{
		padding: 0;
		text-align: center;
		position: relative;
		opacity: 0;
		background: #0d0d0d;
		height: 100%;
		overflow: hidden;
	}
	.popup article:nth-child(2){
		display: table;
	}
	.details-wrapper{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		padding: 0 80px;
		text-align: left;
	}
	.details-wrapper > * {
		opacity: 1;

		-moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.popup img {
	    display: block;
	    height: 100%;
	    left: -25%;
	    opacity: 1;
	    position: relative;
		
		-moz-transition: all 0.5s linear 0s;
	    -webkit-transition: all 0.5s linear 0s;
	    -o-transition: all 0.5s linear 0s;
	    -ms-transition: all 0.5s linear 0s;
	    transition: all 0.5s linear 0s;
	}
	.popup .position{
		font-size: 30px;
		color: #666;
		margin-bottom: 34px;

		-moz-animation-duration: 0.2s;
		-webkit-animation-duration: 0.2s;
		-o-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	.popup .food-name{
		font-size: 70px;
		margin-bottom: 15px;

		-moz-animation-duration: 0.2s;
		-webkit-animation-duration: 0.2s;
		-o-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	.popup .price{
		font-size: 40px;
		position: static;
		margin-bottom: 50px;

		-moz-animation-duration: 0.2s;
		-webkit-animation-duration: 0.2s;
		-o-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	.popup p{
		border-top: 1px dashed #262626;
		padding-top: 50px;
	}
	.popup .button{
		opacity: 0;
	}
	.popup .close-button{
		padding: 0 50px;
		width: 150px;
		position: absolute;
		left: 75%;
		margin-left: -75px;
		bottom: 80px;
	}
	.popup .prev,
	.popup .next{
		width: 60px;
		padding: 0;
		position: absolute;
		left: 75%;
		bottom: 80px;
		margin-left: -155px;
		text-align: center;
		font-size: 24px;
	}
	.popup .prev.unactive,
	.popup .next.unactive{
		border-color: #666;
		background: #666;
	}
	.popup .next{
		margin-left: 95px;
	}
/*---------  //MENU POPUP ---------*/

/*---------  ACHIEVMENT ---------*/
.achievement{
	height: 480px;
	background-size: cover;
	text-align: center;
}
.achievement-block{
	margin-top: 160px;
}
.achievement-block .calc{
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}
.achievement-block div{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
/*---------  //ACHIEVMENT ---------*/

/*---------  EVENTS ---------*/
.events{
	text-align: center;
	position: relative;
}
	.events.animate .container{
		opacity: 0;	
	}
	.events .slides li{
		border: 2px solid #f2b84b;
		margin-top: 130px;
		margin-bottom: 140px;
		position: relative;
		padding-top: 68px;
		padding-bottom: 30px;
		opacity: 1;
	}
	.events .flexslider{
		position: relative;
	}
	.events .flex-control-nav{
		display: none;
	}
	.events .flex-direction-nav{
		bottom: 145px;
	    display: block;
	    left: 0;
	    position: absolute;
	    top: 130px;
	    width: 100%;
	}
	.events .flex-prev,
	.events .flex-next{
		background: #0D0D0D;
	    border-radius: 50%;
	    color: #fff;
	    font-size: 18px;
	    height: 50px;
	    left: 100%;
	    line-height: 46px;
	    margin:-25px 0 0 -25px;
	    position: absolute;
	    text-align: center;
	    top: 50%;
	    width: 50px;
	    border: 2px solid #f2b84b;
	    z-index: 2;
	}
	.events .flex-prev:hover,
	.events .flex-next:hover{
		color: #0D0D0D;
		background: #f2b84b;
	}
	.events .flex-prev{
		left: 0;
		right: 100%;
	}
	.events p{
		padding: 0 60px;
	}
	.events .title{
		position: absolute;
		width: 620px;
		background: #0d0d0d;
		left: 50%;
		top: -37px;
		margin-left: -310px;
		margin-top: 0;
	}
	.events .title:before {
	    content: "";
	    color: #f2b84b;
	    position: absolute;
	    font-size: 12px;
	    font-family: 'FontAwesome';
	    top: 0;
	    right: 100%;
	    margin-right: -5px;
	}
	.events .title:after {
	    content: "";
	    color: #f2b84b;
	    position: absolute;
	    font-size: 12px;
	    font-family: 'FontAwesome';
	    top: 0;
	    left: 100%;
	    margin-left: -5px;
	}
	.events .button{
		position: absolute;
		left: 50%;
		bottom: -30px;
		margin-left: -125px;
		width: 250px;
		background: #0d0d0d;
	}
	.events .button:hover{
		background: #f2b84b;
	}
/*---------  //EVENTS ---------*/

/*---------  RESERCATION ---------*/
.reservation-block{
	padding: 0;
	opacity: 0;
}
	.reservation-block img{
		width: 100%;
	}
	.reservation-block{
		display: block;
	}
	.reservation-block span {
	    background: rgba(255, 255, 255, 0.55);
	    height: 100%;
	    left: 0;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    width: 100%;
	    opacity: 0;
	    cursor: pointer;

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.reservation-block:hover span{
		opacity: 1;
	}
	.reservation-block span em {
	    box-shadow: 0 0 0 2px #a28b6e;
	    height: 80px;
	    left: 50%;
	    top: 50%;
	    line-height: 80px;
	    margin-top: -40px;
	    margin-left: -40px;
	    position: absolute;
	    text-align: center;
	    width: 80px;
	}
	.reservation-block span em:before{
		z-index: 10;
		position: relative;
		font-size: 24px;
	}
	.reservation-block span em:after {
	    background: #a28b6e;
	    content: "";
	    height: 100%;
	    left: -2px;
	    opacity: 0;
	    padding: 2px;
	    pointer-events: none;
	    position: absolute;
	    top: -2px;
	    width: 100%;

	    -moz-box-sizing: content-box;
	    -webkit-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	    -o-box-sizing: content-box;
	    box-sizing: content-box;

	    -moz-transform: scale(1.3);
	    -webkit-transform: scale(1.3);
	    -o-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	    transform: scale(1.3);

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.reservation-block span em:hover:after {
	    opacity: 1;

	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}

.pp_gallery{
	display: none !important; 
}
.pp_content,
a.pp_previous,
a.pp_next{
	position: relative;
}
a.pp_previous,
a.pp_next{
	opacity: 0;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a.pp_previous:hover,
a.pp_next:hover{
	opacity: 1;
}
a.pp_previous:before,
a.pp_next:before {
	color: #fff;
	content: "" !important;
	font-family: 'FontAwesome';
	font-size: 50px;
	height: 100px;
	line-height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	text-indent: 0;
	text-align: center;
}
a.pp_previous:before{
	right: auto;
	left: 0;
	content: "" !important;
}
div.pp_default .pp_details {
    height: 35px;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px !important;
    z-index: 3000;
}
div.pp_default .pp_close {
    background: #f2b84b;
    height: 35px;
    right: 0;
    margin-left: -25px;
    position: absolute;
    top: 0;
    width: 35px;
    font-family: 'FontAwesome';
}
div.pp_default .pp_close:before{
	content: "";
	display: block;
    height: 35px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 35px;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
}
div.pp_default .pp_social,
div.pp_default .currentTextHolder{
	display: none;
}
/*---------  //RESERCATION ---------*/

/*---------  COMMENT ---------*/
.comment{
	text-align: center;
	padding: 60px 0;
	opacity: 1;
	position: relative;
}
	.comment li,
	.comment .container{
		position: static !important;
	}
	.comment.animate{
		opacity: 0;
	}
	.comment em{
		font-size: 120px;
		line-height: 120px;
		opacity: 0.05;
		display: block;
		margin-bottom: -40px;
		font-style: normal;
	}
	.comment .dot{
		margin-top: 25px;
	}
	.comment .flex-control-nav{
		display: none;
	}
	.comment li:before{
		height: 1px;
		width: 0%;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background: #f2b84b;

	    -moz-transition: all 0s linear;
		-webkit-transition: all 0s linear;
		-o-transition: all 0s linear;
		-ms-transition: all 0s linear;
		transition: all 0s linear;
	}
	.comment li.flex-active-slide:before{
		width: 100%;

	    -moz-transition: all 6s linear;
		-webkit-transition: all 6s linear;
		-o-transition: all 6s linear;
		-ms-transition: all 6s linear;
		transition: all 6s linear;
	}
/*---------  //COMMENT ---------*/

/*---------  CONTACTS ---------*/
.contacts{
	text-align: center;
	height: 610px;
	padding-top: 20px;
	background-size: cover;
}
	.contacts.animate .container{
		opacity: 0;
	}
	.contacts .container{
		opacity: 1;
	}
	.contacts form{
		margin-top: 90px;
	}
	.contacts a{
		margin-top: 10px;
	}
/*---------  //CONTACTS ---------*/

/*---------  BLOG ---------*/
.blog{
	padding:10px 0 75px;
	background: #0d0d0d;
}
.blog-block{
	margin-top: 80px;
}
	.blog-block .date, 
	.blog-block .label {
	    color: #f2b84b;
	    font-size: 11px;
	    line-height: 11px;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	    display: inline-block;
	}
	.blog-block .label {
	    border-left: 1px solid #2e2e2e;
	    border-radius: 0;
	    font-weight: normal;
	    margin-left: 5px;
	    padding: 0 0 0 10px;
	}
	.blog-block .name {
	    display: block;
	    font-size: 22px;
	    line-height: 22px;
	    text-transform: uppercase;
	    margin-bottom: 16px;
	}
	.blog-block .name:hover{
		color: #f2b84b;
	}
/*---------  //BLOG ---------*/

/*---------  FOOTER ---------*/
.footer{
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
	background: #ffffff;
	border-top:1px solid #f4f4f4;
}

.footer strong{
	color: #6e8197;
}

.address{
	/*border-top: 1px solid #292929;
	padding-top: 50px;*/
}
	.map{
		height: 0;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;	
	}
	.map.active{
		height: 300px;
	}
	.address .clearfix{
		margin-bottom: 35px;
	}
	.address > div{
		padding: 0;
	}
	.address strong{
		font-weight: bold;
		text-transform: uppercase;
		min-width:55px;
	}
	.address .clearfix a,
	.address span{
		padding-left: 70px;
		display: block;
		color: #89919f;
	}
	.address a:hover{
		color: #6e8197;
	}
	.address a.active{
		color: #6e8197;
		text-decoration: underline;
	}
	.address .phone{

	}
.share-button{
	text-align: right;
}
	.share-button a{
		color: #666;
		margin: 0 30px;
		font-size: 24px;
	}
	.share-button a:last-child{
		margin-right: 0;
	}
	.share-button a:first-child{
		margin-left: 0;
	}
	.share-button a:hover{

	}
	.share-button+span{
		padding: 0;
		width: 100%;
		display: block;
		text-align: right;
		margin-top: 35px;
	}
.opening strong{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 35px;
}
.opening-hours{
	float: left;
	width: 14.25%;
	margin-bottom: 50px;
}
	.opening-hours span{
		color: #F2B84B;
	}
	.opening-hours div{
		font-size: 18px;
		color: #fff;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.opening-hours:hover div{
		color: #F2B84B;
	}
.move-up{
	position: absolute;
	top: 18px;
	right: 25px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 0%;
	background: #4e5a73;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	opacity:1;
	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
}
.move-up:hover{
	color: #ffffff;
	opacity:0.5;
}
/*---------  //FOOTER ---------*/

@media (max-width: 1366px){
	.slider-text-wrapper .big{
	    font-size: 70px;
	    line-height: 70px;
	}
	.menu-block .food-name{
		font-size: 28px;
	}
	.price{
		font-size: 24px;
	}
	.popup .food-name{
		font-size: 60px;
	}
	.more-food{
		height: 120px;
		line-height: 120px;
		font-size: 20px;
	}
	.more-food em{
		font-size: 46px;
	}
}
@media (max-width: 1280px){
	.popup .food-name {
	    font-size: 55px;
	}
}
@media (max-width: 1250px){
	.block-title {
	    font-size: 36px;
	    line-height: 36px;
	}
}
@media (max-width: 1200px){


	.slider-text-wrapper{
		/*height: 540px;*/
		/*margin-top: -245px;*/
	}
	.slider-text-wrapper .big {
	    font-size: 70px;
	    line-height: 70px;
	}
	.slider-text-wrapper .middle{
		font-size: 20px;
		line-height: 20px;
	}
	.menu-block .position{
		font-size: 18px;
	}
	.menu-block .food-name {
	    font-size: 22px;
	}
	.price{
		font-size: 20px;
	}
	.share-button a{
		margin: 0 20px;
	}
}
@media (max-width: 1150px){


	.block-title {
	    font-size: 30px;
	    line-height: 30px;
	}
	.details-wrapper{
		padding: 0 40px;
	}
	.popup .prev, 
	.popup .next,
	.popup .close-button{
		bottom: 40px;
	}
	.popup .food-name{
		font-size: 60px;
	}
}
@media (max-width: 1010px){
.slider-text-wrapper {
    bottom: 100px;
    left: 100px;
    position: absolute;
    right: 100px;
    text-align: center;
}

	.slider-text-wrapper .big {
	    font-size: 50px;
	    line-height: 50px;
	}

	.achievement-block .calc{
		font-size: 70px;
		line-height: 70px;
	}
	.achievement-block div{
		font-size: 12px;
		line-height: 12px;
	}
	.share-button + span,
	.share-button {
	    text-align: center;
	    padding: 0;
	}
}
@media (max-width: 969px){
	.restaurant-block{
		padding: 0 40px;
	}
	.slider-text-wrapper p{
		width: 600px;
	}
	.opening-hours span{
		font-size: 12px;
	}
	.opening-hours div{
		font-size: 14px;
	}
	.restaurant-block img{
		width: 300px;
	}	
	.address > div.col-sm-12{
		clear: both;
	}
}

@media (max-width: 850px){
.slider-text-wrapper {
    bottom: 50pxpx;
    left: 100px;
    position: absolute;
    right: 100px;
    text-align: center;
}
}
@media (max-width: 800px){
.slider-text-wrapper {
    bottom: 50px;
    left: 100px;
    position: absolute;
    right: 100px;
    text-align: center;
}
}
	.details-wrapper {
	    padding: 0 30px;
	}
	.popup .food-name {
	    font-size: 40px;
	}
	.slider-text-wrapper .big {
	    font-size: 60px;
	    line-height: 60px;
	}
	.slider-text-wrapper .middle {
	    font-size: 16px;
	    line-height: 16px;
	    width: 600px;
	}
	.block-title {
	    font-size: 24px;
	    line-height: 24px;
	}
	p.mini{
		font-size: 12px;
		line-height: 20px;
	}
	.more-food{
		height: 100px;
		line-height: 100px;
		font-size: 18px;
	}
	.more-food em{
		font-size: 40px;
	}
	.share-button + span{
		font-size: 12px;
	}
}
@media (max-width: 768px){
	.events .container{
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 640px){
	.header{
		height: 40px;
		line-height: 40px;
	}
	.logo{
		line-height: 60px;
	}
	.slider-logo {
	    font: 30px/30px "Bad Script";
	    margin-bottom: 25px;
	}
	.slider-text-wrapper .big {
	    font-size: 40px;
	    line-height: 40px;
	    margin-top: 5px;
	}
	.slider-text-wrapper .middle {
	    font-size: 12px;
	    line-height: 12px;
	}
	.slider-text-wrapper p{
		width: 450px;
		margin: 0 auto 50px;
	}
	p{
		font-size: 12px;
    	line-height: 20px;
	}
	.slider-text-wrapper {
	    height: 250px;
    	margin-top: -110px;
	}
	.scroll-image{
		bottom: 10px;
	}
	.dot{
		margin: 5px auto;
	}
	.title{
		font-size: 50px;
		line-height: 50px;
	}
	.address .col-sm-6,
	.achievement .col-sm-3,
	.reservation .col-sm-3,
	.col-sm-4{
		width: 50%;
		float: left;
	}
	.achievement-block {
	    margin-top: 100px;
	}
	.share-button{
		clear: both;
	}
	.address .clearfix a, .address span{
		padding-left: 85px;
	}
	.share-button + span, .share-button{
		padding: 0;
	}
	.events .title{
		width: 440px;
		margin-left: -220px;
		top: -27px;
	}
	.opening-hours{
		width: 33.33%
	}
	.opening {
	    padding: 0 20px;
	}
	.address{
		padding: 40px 20px 0;
	}
	.opening-hours div{
		font-size: 18px;
	}
	.opening-hours span{
		font-size: 14px;
	}
	.popup article{
		width: 50%;
		float: left;
	}
	.popup .food-name{
		font-size: 20px;
	}
	.popup .position{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.popup .price{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.popup .close-button,
	.popup .prev, 
	.popup .next{
		bottom: 20px;
	}
	.popup p{
		padding-top: 20px;
	}

.move-up {
    background: #4e5a73 none repeat scroll 0 0;

    color: #ffffff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    margin-bottom:25px;
	opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	transition: all 0.3s linear 0s;
    width: 100%;
}
	
}
@media (max-width: 600px){
	.main-navi{
		background: #ffffff;
	    float: none !important;
	    position: absolute;
    	top: -360px;
    	width: 100%;
    	z-index: -1;
    	opacity: 0;
    	text-align: center;
		font-family: 'Oswald', sans-serif;
		font-weight: 400 !important;
		font-size:16px;
	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.main-navi.animate{
		top: 60px;
		opacity: 1;
	}
	.main-navi a{
		display: block;
		margin: 0;
		border-bottom:1px solid #d4d4d4;
		-webkit-transition: all .6s ease; 
		-moz-transition: all .6s ease; 
		-o-transition: all .6s ease; 
		transition: all .6s ease; 
	}
	.main-navi a:hover{
		display: block;
		margin: 0;
		background:#ebebeb;
	}
	
	.main-navi a:before{
		display: none;
	}
	.mobile-menu {
	    display: block;
	    font-size: 28px;
	    position: absolute;
	    right: 20px;
	    top: 12px;
	    cursor: pointer;
		background:#dfe3ec;
		
		color:#4e5a73;
		padding:6px;
		
		-webkit-transition: all .6s ease; 
		-moz-transition: all .6s ease; 
		-o-transition: all .6s ease; 
		transition: all .6s ease; 
	}
	.mobile-menu:hover{
		color: #ffffff;
		background:#4e5a73;
	}
	.popup .close-button{
		width: 100px;
		padding: 0;
		margin-left: -50px;
		text-align: center;
	}
	.popup .prev{
		margin-left: -115px;
	}
	.popup .next{
		margin-left: 55px;
	}
	.title {
	    font-size: 30px;
	    line-height: 30px;
	}
	.events .title {
	    margin-left: -140px;
	    top: -17px;
	    width: 280px;
	}
	.title div{
		font-size: 18px;
		line-height: 18px;
	}
	.slider-text-wrapper .middle{
		width: 330px;
		font-size: 10px;
		line-height: 10px;
	}
	.slider-text-wrapper .big{
		font-size: 30px;
		line-height: 30px;
	}
	.slider-text-wrapper p{
		width: 300px;
	}
	.address .col-sm-6,  
	.reservation .col-sm-3, 
	.col-sm-4{
		width: 100%;
		float: none;
	}
	.contacts{
		height: 850px;
	}
		
	.big-title-new {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	
}
@media (max-width: 400px){
	.slider-text-wrapper .middle{
		line-height: 14px;
		width: 250px;
	}
	.button{
		padding: 0 40px;
	}
	.home .flex-next,
	.home .flex-prev{
		margin-top: 0;
	}
	.title {
	    font-size: 28px;
	    line-height: 28px;
	}
	.events .title.bottom {
		padding: 0 0 15px;
	}
	.restaurant-block img{
		width: 200px;
	}
	.block-title {
	    font-size: 18px;
	    line-height: 18px;
	}
	.achievement-block .calc{
		font-size: 50px;
		line-height: 50px;
	}
	.achievement-block div {
	    font-size: 10px;
	    line-height: 10px;
	}
	.more-food{
		font-size: 18px;
	}
	.events .title {
	    margin-left: -128px;
	    top: -13px;
	    width: 256px;
	}
	.popup article:first-child{
		height: 30%;
	}
	.popup article {
	    float: none;
	    height: 70%;
	    width: 100%;
	}
	.popup img{
		height: auto;
		width: 100%;
		position: static;
	}
	.popup .prev, 
	.popup .next,
	.popup .close-button{
		left: 50%;
		bottom: 10px;
	}
	.popup .price {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.popup .food-name{
		margin-bottom: 5px;
	}
	.popup .position {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.popup p {
	    font-size: 14px;
	    padding-top: 10px;
	}
}
@media (max-width: 320px){
	.events .button{
		width: 260px;
		margin-left: -130px;
	}
}



/***********WERDEGANG BG***********/

.w-white{}

@media (max-width: 767px){
.w-bg{background:none !important;display:block;}
}



.bg-img-1 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-1.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
  
}

.bg-img-2 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-2.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}

.bg-img-3 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-3.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}

.bg-img-4 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-4.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}

.bg-img-5 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-5.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}

.bg-img-6 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-6.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}

.bg-img-7 {
  width: 100%;
  min-height: 100%;
  height:500px;
  background: url('../images/geschichte/frank-engel-geschichte-7.jpg') center center no-repeat;
  background-size: cover;
  overflow:visible;
}





.w-from-l{
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 45%, rgba(255,255,255,0) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(45%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 80%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

min-height:100%;
position:relative;
}



.w-from-r{
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 20%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 20%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 20%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 20%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 20%,rgba(255,255,255,1) 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

min-height:100%;
}

.werdegang{
display:block;

}

.w-from-r .werdegang{padding:20px 0 20px 20px;margin:auto 0;}
.w-from-l .werdegang{padding:20px 20px 20px 0;margin:auto 0;}

.v-center{ vertical-align:middle; }

/*******************Partner Fix********************/

.partner-wrap div img{
width:100%;
}



/*******************Blue Gold********************/

.gb div{padding:0;display:block; overflow:hidden;}
.gb div img{width:100%}

.gb .bildbox{overflow:hidden;}
.gb .bildbox img{transition: all .4s ease-in-out;}
.gb .bildbox img:hover{
transform: scale(1.1); /* Change these numbers to suit your needs */
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}

.nopad{padding:0;}

.outerbox{
position:relative;
display:table !important;
}

/*.inbox{padding: 0 50px !important;position:absolute;}*/
.inbox{
padding: 0 30px !important;
display: table-cell!important;   
vertical-align: middle!important; 
}

.inbox h2{
font-size:24px;
color:#6e8197;
font-weight:bold;

margin-top:-30px !important;
}

.inbox h2:after{
content:" "; 
width:46px; 
height:1px; 
display:block; 
margin:16px auto ;
}

.inbox h2 span{
font-family: 'Playfair Display', serif; 
padding-bottom:16px; 
display:block; 
font-size:65px;
font-weight:normal !important;
color:#bcc1c9 !important;
}

.inbox p.mini{margin-bottom: 0px;}

@media(min-width: 1px) AND (max-width: 767px){
.inbox{padding: 20px 40px !important;display: block!important;   }
.outerbox{max-height:300px}
.inbox h2{font-size:24px;color:#6e8197;font-weight:bold;margin-top:0!important;
}
}


@media (max-width: 991px){
.inbox p.mini{line-height:16px !important;}
}


/*bluefield*/
	.bluefield{background:#4e5a73;text-align:center;}
	.bluefield .inbox h2{color:#ffffff !important;}
	.bluefield .inbox h2:after{background: #5a657d;}
	.bluefield .inbox h2 span{color:#78859f;}
	.bluefield .inbox p.mini{color:#78859f !important;}

/*whitefield*/
	.whitefield{background:#ffffff;text-align:center;}
	.whitefield .inbox h2{color:#6e8197 !important;}
	.whitefield .inbox h2:after{background: #909fb0;}
	.whitefield .inbox h2 span{color:#89919f;}
	.whitefield .inbox p.mini{color:#89919f !important;}

/*goldfield*/
	.goldfield{background:#a18a6f;text-align:center;}
	.goldfield .inbox h2{color:#f6f6f7 !important;}
	.goldfield .inbox h2:after{background: #ceb9a2;}
	.goldfield .inbox h2 span{color:#ceb9a2;}
	.goldfield .inbox p.mini{color:#ceb9a2 !important;}

/*lightblue*/
	.light-c{background:#e6e9ed;}
	.lightblue{background:#e6e9ed;text-align:center;}
	.lightblue .inbox h2{color:#ffffff !important;}
	.lightblue .inbox h2:after{background: #5a657d;}
	.lightblue .inbox h2 span{color:#78859f;}
	.lightblue .inbox p.mini{color:#78859f !important;}

/*Social-Block*/
	.sozial-block{padding-top:10px;}	
	.sozial-block .soz-in   {text-align:center; margin-bottom:40px;}
	.sozial-block .soz-in2 {text-align:center;margin-bottom:40px;}
	.sozial-block .soz-in h1{color:#ffffff !important;}
	.sozial-block .soz-in p{color:#ffffff !important;}
	
	.sozial-block .soz-in2 h1{color:#4e5a73 !important; }
	.sozial-block .soz-in2 p{color:#4e5a73 !important;}

/*NEW Social-Block*/
	.soc-wrap{
	position:absolute;
	bottom:0;
	width:100%;
	background:#4f5875;
	color:#000000;
	margin-bottom:30px;
	}

	.soc-in{padding:30px ;text-align:center;}
	.soc-in h1{color:#ffffff !important;border-bottom:1px solid #d4d4d4;}
	.soc-in h1 span{color:#abb1bc;}
	.soc-in p{color:#ffffff !important;}
	.soc-in p a{color:#a28b6e !important;}
	

	.soc-img-1:hover, .soc-img-2:hover, .soc-img-3:hover{
	opacity:0.85;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
	}
	
	.soc-img-1 {
	  min-height:600px;
	  background: url('../images/engagement/frank-engel-soziales-engagement-1.jpg') center center no-repeat;
	  background-size: cover;
	  overflow:hidden;
	  padding:0;
	  transition: all .4s ease-in-out;
	  opacity:1;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);  /* For Webkit browsers */
      filter: none;  /* For IE 6 - 9 */
	}

	.soc-img-2 {
	  min-height:600px;
	  background: url('../images/engagement/frank-engel-soziales-engagement-2.jpg') center center no-repeat;
	  background-size: cover;
	  overflow:hidden;
	  padding:0;
	  transition: all .4s ease-in-out;
	  opacity:1;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);  /* For Webkit browsers */
      filter: none;  /* For IE 6 - 9 */
	}

	.soc-img-3 {
	  min-height:600px;
	  background: url('../images/engagement/frank-engel-soziales-engagement-3.jpg') center center no-repeat;
	  background-size: cover;
	  overflow:hidden;
	  padding:0;
	  transition: all .4s ease-in-out;
	  opacity:1;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);  /* For Webkit browsers */
      filter: none;  /* For IE 6 - 9 */
	}






	
/*PARALLAX MOD*/
.flexslider .slides li img{
}


.pano{/*
	border-top:8px solid #ffffff;
	border-bottom:8px solid #ffffff;	
	*/
-webkit-box-shadow:inset 0 0 6px 0 rgba(255,255,255,0:5);
box-shadow:inset 0 0 6px 0 rgba(255,255,255,0:5);
	}


#panorama1{
	margin-top: 30px;
	background:url(../images/panorama/kasematten1.jpg) 50% 0;
	color: white;
	height: 360px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
    display: block;
    width: 100%;
}



#panorama2{
	margin-top: 30px;
	background:url(../images/panorama/kasematten2.jpg) 50% 0;
	color: white;
	height: 360px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
    display: block;
    width: 100%;
}



#panorama3{
	margin-top: 30px;
	background:url(../images/panorama/kasematten3.jpg) 50% 0;
	color: white;
	height: 360px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
    display: block;
    width: 100%;
}



#panorama4{
	margin-top: 30px;
	background:url(../images/panorama/kasematten4.jpg) 50% 0 ;
	color: white;
	height: 360px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
    display: block;
    width: 100%;
}




#second{
	background: url(http://placekitten.com/g/1750/801) 50% 0 no-repeat fixed;
	color: white;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	
}

.overlay-it{
	/*background: rgba(78, 90, 115, .6);*/
	width:100%;
	height:100%;
}

.story{
display: table;
height:100%;
min-height:100%;
width:100%;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.center-it{
  width:500px;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  margin:0 auto;
}


.story .float-left, .story .float-right{
	position: relative;
	width: 350px;	
}	
	
	
	
	
/******************HEADER******************/

.header .container{
background:#ffffff;
}
	
.mw970{max-width:970px !important;}
	
	
	
	
.footer-copy,.footer-copy a{
color:#89919f;
}


/******************Impressum******************/

.hidden-imprint{display:none; }
.hidden-imprint{
color:#4e5a73;
background:#e6e9ed;

}

.imp p {
font-size: 12px;
line-height: 17.15px;

}
	
/********************GREYSCALE*************************/
.grayscale{ 
	border: 0px solid #dbdbdb;
	margin-bottom:20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */

	-webkit-transition: all .6s ease; 
    -moz-transition: all .6s ease; 
    -o-transition: all .6s ease; 
    transition: all .6s ease; 
	
	opacity: 0.4;
}	

	
img.grayscale:hover{ 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
	opacity: 1;
}	



/*************************Social Block******************/

.sozial-block:hover > img.grayscale{ 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
	opacity: 1;
}

.sozial-block{padding:0 !important}

.sozial-block h1, .sozial-block p{
text-align:center;
color:#ffffff;
}

.soc-wrapper{background:#4f5875; padding:20px;}
.soc-wrapper p{color:#78859f !important;}


.sozial-block{
border-right:1px solid rgba(216,214,215,1);
}

.sozial-block:first-child {
border-right:0px solid #d8d6d7;
}

/************************* MAP ******************/
.mapwrap{}

/************************* FIX ******************/

.slider-text-wrapper .big{
text-shadow: 1px 1px 3px rgba(0,0,0,0.85);
}

.slider-text-wrapper p{
text-shadow: 1px 1px 3px rgba(0,0,0,0.85);
}

/************************* Engagement ******************/

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}


.panel-heading{padding:0;}
.panel-heading img{margin:0;}

.panel-body{padding:0 ;}

.panel-heading, .panel-body, .panel-footer{
border-radius: 0px;
border:none !important;
border-width:0px !important;
}

.panel-footer{
text-align:center !important; 
background:#7a7b7e;}

.panel-default > .panel-heading{
border-color: #fff !important;
background:none !important;
}

.panel{
box-shadow: 0 00 rgba(0, 0, 0, 0.0) !important;
}

@media (max-width: 800px){

	.row-flex, .row-flex > div[class*='col-'] {  
		display: block !important;
	}

}



.slides, .slides li {max-height:850px !important;}



/*************************************************************
************************* TXT FLOW ***************************
*************************************************************/

.txt-flow{margin-top:0px;}

.txt-untertitle {
font-size: 20px;
font-style: italic;
font-weight: 100;
color:#777777;
text-align:center;
padding-bottom:40px;

}

.txt-untertitle span{
font-size: 20px;
font-style: italic;
font-weight: 100;
margin-top: 40px;
color:#777777;
}

.txt-flow span{
font-size: 20px;
font-style: italic;
font-weight: 100;
margin-top: 40px;
color:#777777;
}

.txt-centertext-align:center;display:block;}

.txt-img {display:block;}
.txt-img img{width:100%;}

.werdegang-block{}

.werdegang-title{
padding-bottom:20px;
margin-bottom:20px;
border-bottom: 1px solid #d4d4d4 !important;
}

.werdegang h1{font-size: 38px;color:#000000;}
.werdegang h2{color:#a69067;}

.white-bg{background:#ffffff;}

.sozial-block{display:block; margin-bottom:0px;}
.sozial-block img{width:100%;}

.sozial-block h1{
color: #666;
font-size: 20px;
line-height: 25px;
margin: 0;
}

.sozial-block p{
color: #666;
font-size: 12px;
line-height: 18px;
margin: 15px 0 0 0;
}


.fullbannerwrap{
    overflow: hidden;
    width: 100%;
-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.75);
}
.fullbannerwrap img {
    min-width: 100%;
}



.big-title-new{
	font-size: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin:8px 0 12px 0;
	color:#6e8197;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight:700;
}


.big-title-new::after {
    content: " ";
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 46px;
	background: #909fb0 none repeat scroll 0 0;
}


.small-title-new{
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #828282;
	width: 100%;
	font-family: 'Lora', serif;
	font-weight:400;
	display:block;
}

.social-row{border-top:1px solid #b8bdc7;padding:44px 0;}

.sozial a img{width:100%;}
.sozial h1{color:#6e8197; font-size:23px;line-height:23px;margin-top:0;}
.sozial p {color:#89919f; font-size:12px;line-height:16px;margin-top:20px;}
.sozial a {color:#89919f; font-size:12px;line-height:16px;margin-top:20px;}
.sozial a:hover {color:#89919f; font-size:12px;line-height:16px;margin-top:20px;}

.item{padding:0;}
.item .well{
padding:0;
margin:0; 
border-radius: 0px;
border:none;
}
.row {
   margin-left:0;
   margin-right:0;
}

/* make the well swell */
.well {
	border-color:#eee;
}

.item h4 a {
  color: #333;
}

.item img.image {
  max-width: 100%;
  margin-top: 9px;
}

.info {
	padding:4px;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  
/* responsive media queries */

@media (max-width: 768px) {


  .isotope .item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  }
}



.item  img{width:100%;}

.flexslider {max-height:700px !important;}

.big:after {
    background: #ffffff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 46px;
}
/*---------  loader ---------*/
#loader-wrap{
  opacity:    1; 
  background: #ffffff; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}
	
#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset #6e8197 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #6e8197 0 0 0 2px;
  }
  100% {
    box-shadow: inset #6e8197 0 0 0 17px;
    transform: rotate(140deg);
  }
}
	
.mobil-front{

}
	
.mobil-front img{
width:100%;
}
	
.contactbox{padding:40px 0;}
.txt-left{text-align:left;}
	
	
	
	
	
	
	
	
	