/* CSS DOCUMENT */ 

/************** Start Global rules **************/

body{font-family: 'Open Sans';/*text-rendering: optimizelegibility*/}

* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
.container{max-width: 1200px;margin: 0 auto}
ul{padding: 0;margin: 0}
/************** End Global rules **************/
/************** Start Navbar Here **************/
.navbar{height: 0;position: relative;z-index: 3;}
.navbar .med{padding-top: 5%;overflow: hidden}
.navbar .log{float: left}
.navbar .log img{cursor: pointer;width: 80px}
.navbar nav{float: right;margin-top: 63px}
.navbar nav a{
	text-decoration: none;
	/*color: #fff;*/
	text-transform: uppercase;
	margin-left: 20px;
	font-weight: normal;
	/*border-bottom: 1px solid #fff transparent;*/
	padding:0 5px 10px 5px;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: .9375em; /* 15px / .59vw */
	font-weight: 500;
}
.navbar .trig{float: right;margin-top: 36px;display: none}
.navbar .trig .norm{
	font-weight: normal;
	color: #fff;
	line-height: 79px;
	float: left;
    margin-right: 5px;
}
.navbar .trig .norm--active{color: #eae5d6}
.mob{display: none}
.mob a{display: none}
.menu {
  background-color: transparent;
  border: 0;
  height: 79px;
  width: 79px;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.menu span {
  display: block;
  height: 5px;
  width: 33px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 23px;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu span:first-child{top: 28px;}
.menu span:nth-child(2) {top: 37px;}
.menu span:last-child {top: 46px;}
.menu--active span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 37px;
  background-color: #eae5d6;
}
.menu--active span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 37px;
  background-color: #eae5d6;
}
.menu--active span:nth-child(2) {
  opacity: 0;
}
/*
.navbar nav a:hover,
.navbar nav a.active{color: #bad238;border-bottom: 1px solid #bad238}*/
/************** End Navbar Here **************/
/************** Start Header Here **************/
.home .bx-wrapper{height: 100%;position: relative;}
.home .bx-wrapper img{max-width: initial;}
.home .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
	height: 100% !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home .bxslider{height: 100%; width: 100%; top: 0;left: 0}
.home .bxslider li{
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%
}
#bg{position: relative}
#bg img {
	max-width: 117%;
	position: absolute;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.home .bxslider li{
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home .bxslider li > div{
	z-index: 112;
    text-align: center;
    width: 100%;
    top: 0;
    position: absolute;
}
.home .bxslider li h1,
.home .bxslider li h2{
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Raleway'
}
.home .bxslider li h2{font-size: 40px}
.home .bxslider li h1{font-size: 64px}
.home .bxslider li hr{width: 10%}
/************** End Header Here **************/
/************** Start page Here **************/
.page{
	width: 100%;
	height: auto;
	background: url(../images/covers/1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	opacity: .9;
}
.page .icon{color: #fff}
.page  .icon img{width: 6%}
.page .icon i{color: #fff}
.page .icon h1{margin: 1% 0 0 0}
.page .icon hr{width: 1%;border: 2px solid #FFf;margin: 8px;display: inline-block}
.page .icon p{font-style: italic;font-size: 1.2em;margin: 1%}
/************** End page Here **************/
/************** Start Contact Here **************/
.contact{
	width: 100%;
	height: auto;
	background: url(../images/covers/2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.contact .icon{color: #fff}
.contact  .icon img{width: 8%}
.contact .icon i{color: #fff}
.contact .icon h1{margin: 1% 0 0 0}
.contact .icon hr{
    width: 1%;
    border: 2px solid #FFf;
    margin: 8px;
    display: inline-block;
}
.contact .icon p{font-style: italic;margin: 1%}
.site-co h2{
	text-align: center;
	color: #4d4d4d;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0
}
.site-co hr{width: 20%;border: 1px solid #4d4d4d;margin-top: 20px}
.site-co .info{margin-top: 80px;}
.site-co .info p{font-size: 1em;color: #4d4d4d;}
.site-co .info p span{margin-left: 54px}
.site-co .info hr{margin-top: 5%;width: 100%;border: 1px solid #ebebeb}
.site-co form{margin-top: 8%;text-align: center;}
.site-co form input,
.site-co form  textarea{
	width: 100%;
	outline: 0;
	padding: 1%;
	margin-bottom: 2%;
	border: 3px solid #4d4d4d;
	background-color: transparent;
	color: #4d4d4d
}
.site-co input[type="submit"]{
	width: 20%;
	background-color: #4d4d4d;
	padding:10px;
	border: 0;
	color: #fff;
}
.site-co input[type="date"]{
	height: 39px	
}
.site-co form  textarea{height: 300px}
/************** End Contact Here ********************/
/************** Start Reservation Here **************/
.reservation{
	width: 100%;
	height: auto;
	background: url(../images/covers/4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.reservation .icon{color: #fff}
.reservation  .icon img{width: 12%}
.reservation .icon i{color: #fff}
.reservation .icon h1{margin: 1% 0 0 0}
.reservation .icon hr{
    width: 1%;
    border: 2px solid #FFf;
    margin: 8px;
    display: inline-block;
}
.reservation .icon p{font-style: italic;margin: 1%}
.site-co .reserv{text-align: left}
.site-co .reserv h3{
	font-size: 1.2em;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2%
}
.site-co .reserv .date{display: inline-block;width: 49.8%}
.site-co .reserv label input[type="text"],
.site-co .reserv input[type="text"]:nth-child(3n+1){width: 100%}
.site-co .reserv label input[disabled=""]{opacity: .5}
.site-co .reserv input[type="text"],
.site-co .reserv input[type="number"],
.site-co .reserv input[type="text"]:nth-child(13){width: 49.8%}
.site-co .reserv input[type="checkbox"]{
	display: inline-block;
	width: inherit;
	margin: 30px 5px 30px 20px;
	height: inherit;
	width: 20px
}
.site-co .reserv input[type="radio"]{
	display: inline-block;
	width: inherit;
	margin: 30px 5px 30px 20px;
	height: inherit;
	width: 20px
}
.site-co .reserv input[type="e-mail"],
.site-co .reserv input[placeholder="Job title"]{margin-bottom: 1%}
.site-co .reserv select{
	background: transparent;
	padding: 1%;
	font-size: 16px;
	outline: 0;
	height: 50px;
	width: 100%;
	border: 3px solid #4d4d4d;
    margin-bottom: 1%;
}
.site-co .reserv hr{width: 100%;border: 1px solid #ebebeb;margin: 2% 0}
.two{display: block;overflow: hidden}
.site-co .reserv .ex .two input[type="text"]{width: 50%;margin: 2% 0 2% 2%;float: right}
.ex{width: 720px;margin-left: 5%}
.health{margin-left: 8%}
.site-co .reserv input[name="Health"]{margin: 20px 5px 20px 20px}
.small{width: 653px;margin-left: 10%}
.small label{font-size: 15px}
.site-co .reserv .small > div,
.site-co .reserv .small .two {display: inline-block; margin-right: 2%;}
.site-co .reserv .small input[type="checkbox"]:first-child,
.site-co .reserv .small input[type="checkbox"]:nth-child(9){margin: 15px 5px 15px 0}
.site-co .reserv .small input[type="checkbox"]{font-size: 20px;margin: 15px 5px 15px 20px}
.site-co .reserv .health input[placeholder="Other"]{margin: 1% 0 0 10%;width: 582px;float: none;}
.center{text-align: center;margin: 2% 0;margin-bottom: 0}
/************** End Reservation Here **************/
/************** Start About Here **************/
.about,
.testi,
.footer,
.site-con {padding: 4% 1%;background-color: #eae5d6}
.about .icon img{width: 8%}
.about-block{width: 100%;background-color: #e3ded0;display: inline-block;overflow: hidden;}
.about-block .text{
	color: #4d4d4d;
	float: left;
	width: 42%;
	margin: 5% 0 5% 5%;
}
.about-block .text h2{margin: 0;font-weight: 600;text-transform: uppercase}
.about-block .text h2:nth-child(2){font-size: 1.1em}
.about-block .text p{margin-bottom: 0;font-weight: normal}
.about-block .pic{width: 46%;float: right}
.about-block .pic img{width: 100%;vertical-align: middle}
/************** End About Here ***********************/
/************** Start How It Works Here **************/
.how{background-color: #fff;padding: 4% 1% 7%; }
.how .howit{width: 100%;position: relative;margin-top: 8%}
.how .icon img,
.footer .icon img,
.testi .icon img{width: 7%}
.how .howit .thumb{width: 10.5%;opacity: 0;float: left;}
.how .howit .thumb:nth-child(2){margin-left: 35%}
.how .howit .thumb:nth-child(3){float: right;}
.icon-truck{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}
.hi-icon{
	display: inline-block;
	cursor: pointer;
    width: 100%;
    height: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
	text-decoration: none;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	font-size: 43px;
	line-height: 2.8em;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-5 .hi-icon {
	box-shadow: 0 0 0 4px rgba(77,77,77,1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .hi-icon:after {
	 ;
}
.hi-icon-effect-5 .hi-icon:hover {
	background: #eae5d6;
	box-shadow: 0 0 0 8px rgba(234,229,214,0.3);
}
.hi-icon-effect-5a .hi-icon:hover:before  {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.how .howit h3{text-align: center;font-weight: normal;text-transform: uppercase;font-size: 16px}
.how .howit hr{display: none;position: absolute;top: 58px;left: 14%}
.how .howit .s{left: 59.5%}
.how .howit .trigger{text-align: center}
.how .howit .trigger a{line-height: 120px}
.how .how .it .trigger .circle{
	display: inline-block;
	cursor: pointer;
    width: 120px;
    height: 120px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
	text-decoration: none;
}
.how .how .it .trigger .circle{
	display: inline-block;
	cursor: pointer;
    width: 120px;
    height: 120px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
	text-decoration: none;
}
/************** End How It works Here **************/
/************** Start Special Meals Here ***********/
.meal{overflow: hidden;background-color: #eae5d6;padding: 4% 1% 5% 0}
.meal .icon i{padding: .5%}
.meal .icon h1{margin: 1.5% 0 3.5% 0;}
.meal .icon img{width: 8%}
.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}
.cbp-rfgrid li a,
.cbp-rfgrid li a img {display: block;width: 100%;cursor: pointer}
.cbp-rfgrid li a img {max-width: 100%;opacity: .8}
/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	/*background: rgba(255,255,255,0.2);*/
	background: rgba(175,168,145,0.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}
.cbp-rfgrid li a:hover div {opacity: 1}
.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0 10px;
	font-weight: 400
}
/************** End Special Meals Here ************
/************** Start Testimonials Here **************/
.testi{background-color: #c6c0ac;opacity: 0}
.testi .icon .hi-icon,
.testi .icon h1{color: #fff}
.testi .bxslider{width: 100%;background-color: #afa891;display: inline-block;}
.testi .bxslider .pic{width: 20%;float:left}
.testi .bxslider .pic img{width: 100%;vertical-align: middle;opacity: .8}
.testi .bxslider .text{
	color: #fff;
	float: left;
	width: 73%;
	margin: 1.5% 2%;
}
.testi .bxslider .text q{font-weight: 300;font-style: italic;font-size: 18px;}
.testi .bxslider .text cite{float: right;margin-top: 47px;color: #4d4d4d}
.testi .bx-wrapper .bx-viewport{
	box-shadow: none;
	border:none;
	left: 0;
	background: none
}
.testi .bxslider li{margin-bottom: 70px;background: #afa891;overflow: hidden}
.testi .bxslider li:nth-child(2n){background: #aea483}
/************** End Testimonials Here **************/
/************** Start pages Here **************/
.site-con{margin: 0 auto;background-color: #fff}
.mea{padding: 3% 0;border-top: 1px solid #cccccc}
.mea:first-child{padding: 0 0 3% 0;border-top: 0}
.mea .btop{overflow: hidden}
.mea h1{
	margin: 0 0 2% 0;
	font-family: sans-serif;
	font-weight: normal;
	color: #4d4d4d;
	font-size: 1.7em;
	float: left
}
.mea .dir{width: 38px;float: right}
.mea .dir i:last-child{margin-left: 10px}
.mea .bloc{width: 100%;overflow: hidden}
.mea .slide{
    width: 23%;
    float: left;
    margin-left: 2.6%;
	color: #4d4d4d
}
.mea .slide:first-child{margin-left: 0}
.mea .slide img{max-width: 100%;opacity: .9}
/****** Meal Slider Style *******/
.slider{
	width: 100%;
	min-height: 200px;
	max-height: 341px;
	overflow: hidden;
}
.slider .slides{
	width: 203%;
	height: 341px;
    padding: 0;
    margin: 0;
}
.slider .slides .slide{
	list-style: none;
	width: 11.7%;
	height: 330px;
	float: left;
	margin:10px;
}
.slider .slides .slide:first-child{margin-left: 0}
.slider .slides .slide img{width: 100%; opacity: .9}
.mea .slide h3{margin: 1% 0;font-weight: 600}
.mea .slide h3:nth-child(4){margin-top: 1%;color: #dc4f45;font-weight: bold}
.slide h5{margin: 0;font-style: italic;font-weight: normal}
.slider .slides .slide button{
	float: right;
	width: 100px;
	padding: 10px;
	background: #4d4d4d;
	color: #fff;
	border: 0;
	outline: 0;
	margin-top: 3%;
	border-radius:0
}
.slider .slides .slide button.button{background: #dc4f45}
.site-con button{
	margin: 0 auto;
	width: 20%;
	background: #4d4d4d;
	color: #fff;
	border: 0;
	outline: 0;
	margin-top: 3%;
	display:block;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding:20px
}
/************** End pages Here **************/
/************** Start Programs Here **************/
.intro {
	position: fixed;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #afa891;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.wrapper--open .intro {
	-webkit-transform: translate3d(0, -100%, 0) translate3d(0, 130px, 0);
	transform: translate3d(0, -100%, 0) translate3d(0, 130px, 0);
}
/* Fullscreen image */
.intro__image {
	position: absolute;
	bottom: 0;
	min-width: 100%;
	min-height: 120%;
	width: auto;
	height: auto;
	opacity: 0.9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.wrapper--open .intro__image {opacity: 0;-webkit-transform: translate3d(0, 20%, 0);-transform: translate3d(0, 20%, 0)}
/* Intro content */
.intro__content {
	position: absolute;
	bottom: 0;
	padding: 1.8em;
	width: 100%;
	font-size: .7em;
}
.intro__title {
	margin: 0 0 20px;
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
    float: left;
    letter-spacing: -3px;
    color: #dbdbdb;
}
.intro__subtitle {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    float: left;
}
.intro__description {margin: 0 auto 0 1em;line-height: 1.2}
/* Trigger button with SVG */
.trigger {
	position: relative;
	-webkit-flex: none;
	flex: none;
	overflow: hidden;
	margin: 12% 62%;
	padding: 0;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background: none;
}
@-moz-document url-prefix() { 
  .trigger {
     margin: 12% 30%;
  }
}
/* Hide the text */
.trigger span {position: absolute;top: 100%}
.icon rect,
.icon line {stroke: #dbdbdb;fill: none;stroke-width: 2px;}

.icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
/* Hide grid and show cross when opening */
.icon--cross,
.trigger--active .icon--grid {opacity: 0;-webkit-transform: scale3d(0.5, 0.5, 1);transform: scale3d(0.5, 0.5, 1);}
.trigger--active .icon--cross {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
.program:first-child{padding: }  
#tabs{padding:180px 8% 3%}
#tabs1,#tabs3,#tabs4,#tabs5 {padding: 2% 8% 3%;}
.program > section{overflow: hidden;}
.program h1{font-weight: 600;letter-spacing: -1px;color: #4d4d4d;float: left;margin-top: 0}
.order{float: right;width: 13%;height: 45px;background-color: #4d4d4d;color: white;border: 0;outline: 0}
.order:focus{background-color: #dc4f45}
#tabs,#tabs1,#tabs3,#tabs4,#tabs5 {margin: 0 auto;background: #eae5d6}
#tabs li,#tabs1 li,#tabs3 li,#tabs4 li,#tabs5 li {display: inline-block;margin-right: 2px;}
#tabs li a,#tabs1 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 17px 30px;
	background: #e3ded0;
	text-decoration: none;
	color: #c6c0ac;
}
.program li a .categ-icon{
	height: 25px;
    overflow: hidden;
    width: 31px;
	display: inline-block;
    position: relative;
    top: 5px;
}
.program li:first-child a .categ-icon{width: 36px}
.program li:nth-child(3) a .categ-icon{width: 53px;}
.program li:nth-child(4) a .categ-icon,
.program li:nth-child(5) a .categ-icon{width: 39px}
.program .categ-icon img{width: 70%;vertical-align: middle;opacity: .3}/* margin-top: -26px; */
.program li a span{position: relative;top: 2px}
#tabs li a:hover,#tabs1 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {background: #fff;color: #4d4d4d}
.program li a:hover img{opacity: 1}
.tabulous_active {background: #fff !important;color: #4d4d4d !important}
.tabulous_active .categ-icon img{opacity: 1}/* margin-top: 0 !important */
.tabulousclear {display: block;clear: both}
.tabs_container {
	height: 18vw;
	padding: 1.5%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.tabs_container .tabs {
	width: 96.3%;
	display: block;
    margin-top: -16px;
}
.pro{
	position: initial !important;
    top: initial !important;
    width: 109.5%;
    overflow: hidden;
}
.mediabox {
	float: left;
	width: 23%;
	padding: 0 25px;
	position: initial !important;
    top: initial !important;
}
.mediabox img {max-width: 100%;display: block}
.mediabox h3 {
	margin: 0.75em 0 0.5em;
	color: #4d4d4d;
	text-transform: uppercase;
    font-size: 1vw;
}
.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
	color: #ccc;
    font-size: .82vw;
}
.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.make_transist{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}
.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/************** End Programs Here **************/
/************** Start Footer Here **************/
.footer {background-color: #484043;text-align: center;color: #fff;}
.footer .social h2 {text-transform: uppercase;margin: 5% 0 1%}
.footer .social hr {width: 7%;margin-bottom: 3%}
.footer .social a {padding: 0 10px;display: inline-block}
.footer .social .hi-icon {color: #fff}
.footer .social .hi-icon:before {font-size: 20px}
.footer .social .hi-icon:hover {color: #c6c0ac}
footer {padding: 20px;background-color: #342e30;text-align: center;color: #fff;font-size: 13px}
/************** End Footer Here **************/
/************** Start Our Framwork Here **************/
.clearfix:after{content: "";visibility: hidden;display: block;height: 0;clear: both}
.icon{text-align: center;color: #4d4d4d}
.icon i{padding: 1%}
.icon img{display: inline-block;vertical-align: middle}
.icon h1{text-transform: uppercase;margin: 3% 0 7% 0;font-weight: bold;font-size: 25px}
.icon .hi-icon{display: initial}
.icon .hi-icon:before{display: initial;font-size: 25px}
.hide {display: none}
/* ============================================================
  ANIMATED UNDERLINE
============================================================ */
.cmn-t-underline {position: relative;color: #fff}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: #bad238;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cmn-t-underline:hover {color: #bad238}
.cmn-t-underline:hover:after {width: 100%}
.opacity {-webkit-filter: opacity(80%);-moz-filter: opacity(80%);-o-filter: opacity(80%);filter: opacity(80%)}
/************** End Our Framwork Here **************/
/************** Responsivness **************/
@media all and (max-width: 1500px){
	.home .bxslider li h1{font-size: 2.8125em}
	.home .bxslider li h2{font-size: 1.75em}
	.mea .slide h3{font-size: 1.2vw}
	.mea .slide h5 {font-size: 1vw}
	.mea .slide button {width: 40%}
	.meal .bxslider li{min-height: 630px;width: 350px !important}
	.tabs_container{height: 18vw}
	.mediabox h3{font-size: 1vw}
	.mediabox p {font-size: .8vw}
}
@media all and (max-width: 1300px){
	.mediabox h3{font-size: .9em}
	.mediabox p {font-size: .7em}
	.navbar .log img{width: 70px}
	.navbar nav{margin-top: 53px}
}
@media all and (max-width: 1188px){
	.how .howit hr{display: none !important}
	.mea .slide button {width: 50%}
	.meal .bxslider li{min-height: 540px;width: 300px !important}
	.meal .bxslider li h2{}
	.mediabox h3{font-size: .8em}
	.mediabox p {font-size: .6em}
}
@media all and (max-width: 74.8425em){
	.icon h1 {font-size: 20px}
	.page .icon p,.contact .icon p{font-size: 16px}    
	.page .icon hr,.contact .icon hr{margin: 6px} 
	.icon .hi-icon:before{font-size: 23px} 
	.about-block .pic {width: 37%}
	.about-block .text {width: 57%}
	.about-block .text h2 {font-size: 1em}
	.about-block .text h2:nth-child(2) {font-size: .8em}
	.about-block .text p {font-size: .7em}
	.testi .bxslider .text {margin: 3%}
	.testi .bxslider .text q{font-size: 15px}
	.testi .bxslider .text cite {font-size: 15px;margin-top: 20px}
	.footer .social h2{font-size: 20px}
	.mob{display: none}
	.mob a{display: none}
	.site-co .reserv input[type="text"],
	.site-co .reserv .date,
	.site-co .reserv input[type="number"]{width: 49.6%}
	.cbp-rfgrid li {width: 20%; /* Fallback */width: -webkit-calc(100% / 5);width: calc(100% / 5)}
}	/* 1197 */
@media all and (max-width: 64em){
	.navbar nav{
		display: none;
	    margin-top: -30px;
		background-color: #eae5d6;
		text-align: center;
		z-index: 2;
		position: absolute;
		right: 10px;
	}
	.navbar nav a{color: #afa891;display: block;padding: 12% 20%;margin: 0;border-top: 1px solid #000}
	.navbar nav a:first-child{border-top: 0}
	.navbar .log{margin-left: 15px}
	.home .bxslider li div h2{font-size: 3vw}
	.home .bxslider li div h1{font-size: 4.8vw}
	.icon .hi-icon:before{font-size: 20px} 
	.cmn-t-underline:after {display: none}
	.hi-icon:before {line-height: 2.4em}
	.navbar .trig{display: block}
	.cmn-t-underline:hover {color: #4d4d4d}
	.mea {height: 333px}
	.mea .slide button,
	.mea .slide:nth-child(3n+0){display: none;}
	.mea .slide {text-align: center}
	.mea .slide h5 {margin: 5px;font-size: 1.1vw}
	.slide--active {background-color: rgba(255,255,255,.5)}
	.mea h1,.site-co h2{font-size: 1.2em}
	.mea .dir {display: none}
	.site-con button {width: 25%;padding: 15px;font-size: 14px;display: none;}
	.site-co .info p{font-size: .8em}
	.meal .bxslider li{min-height: 516px;width: 280px !important}
	.intro__content {font-size: 0.85em}
	.trigger{margin: 11px 25px;}/*
	.ti{width: 18%;margin: 0 6%}
	.ti img{width: 100%;}
	.ti{font-size: 15px}
	.tim img[alt="arrow"]{width: 6%;}
	.timar img[alt="arrow"]{width: 4%}
	.faces .face{background: transparent url("../images/watch1.png") top left no-repeat !important}*/
	.order{width: 150px}

}	/* 1024 */
@media all and (max-width: 953px){
	.program li a .categ-icon{top: 3px;left: 5px}
	.program li:nth-child(2) a .categ-icon{top: 3px;left: 3px}
	.program li:nth-child(3) a .categ-icon{top: 3px;left: 8px;}
	.program li a span{display: none}
}
@media all and (max-width: 58.8125em){
	.icon h1 {font-size: 18px}
	.page .icon p,
	.contact .icon p,
	.reservation .icon p{font-size: 12px}
	.page .icon hr,
	.contact .icon hr{margin: 5px;border: 1px solid #fff;} 
	.icon .hi-icon:before{font-size: 16px} 
	.about-block .pic {width: 30%}
	.about-block .text {width: 60%;margin: 2% 0 2% 2%;}
	.about-block .text p {font-size: .6em}
	.hi-icon:before {font-size: 33px;line-height: 2.5em}
	.how .howit h3{font-size: 14px}
	.testi .bxslider .text {margin: 2%}
	.testi .bxslider .text q{font-size: 12px}
	.testi .bxslider .text cite {font-size: 13px;margin-top: 10px}
	.footer .social .hi-icon:before {font-size: 18px}
	.cbp-rfgrid li {width: 25%; /* Fallback */width: -webkit-calc(100% / 4);width: calc(100% / 4)}
	.tabs_container{height: 76vw;}
	.mediabox{width: 100%;margin-bottom: 10px}
	.mediabox img{width: 30%;float: left;}
	.mediabox h3{float: left;font-size: 2vw;margin-left: 20px;}
	.mediabox p{font-size: 1.5vw;float: left;width: 46%;margin-left: 20px;}
}	/* 941 */
@media all and (max-width: 49.125em){
	.navbar .log img {width: 60px}
	.navbar .trig {margin-top: 14px}
	.icon i{font-size: .8em}
	.icon h1 {font-size: 15px}
	.icon .hi-icon:before{font-size: 14px} 
	.about-block .pic {display: none}
	.about-block .text {width: 90%;margin: 5%}
	.about-block .text p {font-size: .6em}
	.how .howit h3{font-size: 12px}
	.testi .bxslider .pic img{display: none}
	.testi .bxslider .text {width: 90%}
	.testi .bxslider li {background: none;color: #000}
	.testi .bx-wrapper .bx-viewport{height: 195px !important}
	.testi .bxslider .text{margin:2%}
	.mea .slider .slides .slide {height: 280px;text-align: left}
	.mea .slide h3 {font-size: 18px;}
	.mea .slide h5 {margin: 0;font-size: 15px}
	.slider .slides {width: 269%}
	.block--active {background-color: rgba(255,255,255,.5)}
	.mea{height: 380px}
	.mea h1{font-size: 1.5em}
	.mea .dir {display: none}
	.footer .social h2{font-size: 15px}
	footer {font-size: 13px;padding: 20px}
	.footer .social .hi-icon:before {font-size: 15px}
	.site-co .reserv input[type="number"]{width: 49.6%}
	.site-co .reserv .two input[type="text"]{width: 40%;margin: 2% 0 2% 2%;float: right}
	.ex {width: 95%;margin-left: 5%}
	.site-co .reserv .small > div {display: block;}
	.site-co .reserv input[type="text"]{width: 100%}
	.site-co .reserv input[placeholder="Other"]{width: 50%}
	.site-co .reserv .small .two{display: block;}
	.site-co .reserv .two input[type="text"]{display: block; width: 96%}
	#tabs li a, #tabs1 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a{padding: 17px 20px;}
	.small{width: 90%}
	.meal{display: none !important;}
}	/* 786 */
@media all and (max-width: 553px){
	.slider .slides{width: 400%}
	.intro__title {font-size: 2em}
	.trigger{margin: 0 17px;width: 30px;height: 30px}
	.order{width: 100px}
}
@media all and (max-height: 50em){
	.page .icon img,.contact .icon img{width: 4%}
	.reservation .icon img {width: 7%}
	.page .icon h1,
	.reservation .icon h1 {font-size: 20px}
	.page .icon hr,
	.contact .icon hr,
	.reservation .icon hr,{margin: 5px;border: 1px solid #fff;}
	.page .icon p,
	.contact .icon p,
	.reservation .icon p{font-size: 1em;margin: .5%}
	.page .icon .hi-icon:before,
	.reservation .icon .hi-icon:before,
	.contact .icon .hi-icon:before{font-size: 19px}

}
@media all and (max-height: 41em){.page .icon,.reservation .icon,.contact .icon{display: none;}}
@media all and (max-width: 37.5em){
	.hi-icon:before {font-size: 25px}
	.icon .hi-icon:before{font-size: 10px}
	.footer .social .hi-icon:before {font-size: 12px}
	.site-co .reserv input[type="number"],
	.site-co .reserv .date{width: 100%}
	.cbp-rfgrid li {width: 33.3333333%; /* Fallback */width: -webkit-calc(100% / 3);width: calc(100% / 3);}
	#tabs li a, #tabs1 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a{padding: 10px 10px;}
	.program li a .categ-icon{width: 30px; height: 25px}
}/* 600px */
@media all and (max-width: 512px){
	.tabs_container{height: 255vw;}
	.pro{width: 100%}
	.mediabox{width: 100%;text-align: center;float: none;}
	.mediabox img{float: none;width: 100%;}
	.mediabox h3{float: none;text-align: center;font-size: 16px;margin-left: 0;}
	.mediabox p{float: none;width: 100%;font-size: 12px;margin-left: 0;}
}
@media all and (max-width: 30em){
	.hi-icon:before {font-size: 20px}
	.page .icon img,
	.contact .icon img{width: 40px}
	.reservation .icon img{width: 70px}
	.cbp-rfgrid li {width: 50%; /* Fallback */width: -webkit-calc(100% / 2);width: calc(100% / 2);}
}/* 480px */
@media screen and (max-width: 300px) {.cbp-rfgrid li {width: 100%;}}





/*
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


.hidden {
    display: none !important;
    visibility: hidden;
}



.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}



.invisible {
    visibility: hidden;
}


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

.clearfix:after {
    clear: both;
}



.clearfix {
    *zoom: 1;
}


@media only screen and (min-width: 35em) {
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}



@media print {
    * {
        background: transparent !important;
        color: #000 !important;  Black prints faster: h5bp.com/s 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

   

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

    tr {
        page-break-inside: avoid;
    }

    

    @page {
        margin: 0.5cm;
    }

}
*/
.melo{overflow: hidden}
.melot{overflow: hidden;width: 75%;margin: 0 auto;margin-bottom: 20px;}
.melot img{float: left;margin-right: 25px;border: 5px solid #fff}
.melot p{width: 82%}
.melot:nth-child(2n+0) img{float: right;margin-left: 25px;margin-right: 0;}
.melot:nth-child(2n+0) p{text-align: right;margin-left: 25px;margin-right: 0;}
.meals-inf{float: right;width: 48%}
.meals-inf p{margin:0;color: #4d4d4d}
.tims{
	
}
.timup{
	width: 16%;
	margin: 0 auto;
	height: 160px;
    margin-bottom: 10px;
}
.timup > img{
	float: left;
	transform: rotate(-125deg);
	-moz-transform: rotate(-125deg);
	-o-transform: rotate(-125deg);
	-webkit-transform: rotate(-125deg);
    margin: 70px 30px 0 0
}
.timup img:nth-child(3) {
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-o-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	float: right;
}
.tims h4{
	margin: 0;
    text-align: center;
    color: #4d4d4d;
    font-weight: normal;
}
.ti{
	display: block;
	margin: 0 22%
}
.timdo .time:first-child,.timno .time:first-child{
	float: left;
	margin-top: 10px;
}
.timdo .time:nth-child(3),.timno .time:nth-child(2){
	float: right
}
.timdo,.timno{
	width: 632px;
	margin: 0 auto;
	height: 132px;
	margin-bottom: 138px;
}
.timdo img:first-child{
	
}
.timdo img:nth-child(3),.timno img:nth-child(2){
	float: right;
}
.timars{
    position: relative;
}
.timars .timar:first-child{
	transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.timars .timar:nth-child(2){
	transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
}
.timar{
	width: 600px;
	height: 118px;
	position: absolute;
	bottom: 295px;
    left: 25%;
    overflow: hidden;
}
.timar img:first-child{
	transform: rotate(177deg);
	-moz-transform: rotate(177deg);
	-o-transform: rotate(177deg);
	-webkit-transform: rotate(177deg);
}
.timar img:nth-child(2){float: right;}
.timno{height: 90px;left: 24%;margin-bottom: 40px;}
.timno .time:first-child{margin-top: 0}
.timdw{
	width: 16%;
	margin: 0 auto;
	height: 160px;
    top: 134px;
}
.timdw .ti{margin: 0 20%}
.timdw > img{
	float: left;
	transform: rotate(110deg);
	-moz-transform: rotate(110deg);
	-o-transform: rotate(110deg);
	-webkit-transform: rotate(110deg);
    margin: 9px 20px 0 10px
}
.timdw img:nth-child(3) {
	transform: rotate(56deg);
	-moz-transform: rotate(56deg);
	-o-transform: rotate(56deg);
	-webkit-transform: rotate(56deg);
	float: right;
	margin: 9px 20px 0 0
}
.tims h2{
	text-align: center;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-top: 50px
}
.faces .face{
	background: transparent url("../images/watch.png") top left no-repeat;
	width: 300px;
	height: 300px;
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 10px;
}
.watch-inner{
    width: 320px;
    display: inline-block;
	margin: 8% 4%
}
.watch-section{
  display: table;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.watch-section .watch-inner{
  display: table-cell;
  vertical-align: middle;
}
.watch-section .more{
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 110px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.watch-section .more .more-text{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  color: $brand-color;
  font-size: 11.5px;
}
.faces .face:before{
  top: inherit;
  bottom: -35px;
  left: 57px;
}
.faces .face2{
  background-position: -179px 0;
}
.faces .clock{
  width: 296px;
  position: absolute;
	padding: 71px;
}






#site {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
#preloader {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
#preloader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  border: 1px solid #4d4d4d;
  border-top: 1px solid transparent;
  border-radius: 100%;
}
#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 10.6px;
  margin-top: -12.5px;
  margin-left: -5.3px;
  -webkit-animation: wink 1s ease-in-out infinite alternate;
          animation: wink 1s ease-in-out infinite alternate;
}
@media only screen and (min-width: 768px) {
  #preloader {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  #preloader:before {
    left: -2px;
    top: -2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
  #preloader > .icon {
    height: 37.5px;
    width: 15.9px;
    margin-top: -18.75px;
    margin-left: -7.95px;
  }
}
@media only screen and (min-width: 1200px) {
  #preloader {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  #preloader > .icon {
    height: 50px;
    width: 21.2px;
    margin-top: -25px;
    margin-left: -10.6px;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-wrapper{overflow: hidden;padding: 8px;background: rgba(255, 255, 255, 0.8)}
.page-wrapper a{margin-right: 10px;color: #4d4d4d}
.blur{
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

a.btn{
  display:block;
  font-size: 13px;
  font-weight:normal;
  text-align:center;
  margin-left: 10px;
  text-decoration:none;
  color:#4d4d4d;
  float: right;
  font-size: 12px;
  font-weight: 600
}
.btn{

}
.modal-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background:rgba(0,0,0,0.75);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal-wrapper.open{
  opacity:1;
  visibility:visible;
}

.modal{
  width: 500px;
  height: 329px;
  display:block;
  margin:50% 0 0 -300px;
  position:relative;
  top:50%; left:50%;
  background:#fff;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal{
  margin-top:-200px;
  opacity:1;
}

.head{
  width:100%;
  height:32px;
  overflow:hidden;
  background:transparent;
}
.head h3{
	position: absolute;
	left: 25px;
	margin:0;
	top:23px;
	color: #4d4d4d;
	font-size: 17px;
}
.btn-close{
  width:32px;
  height:32px;
  display:block;
  position: absolute;
  right: 10px;
  top: 20px;
}

.btn-close::before, .btn-close::after{
  content:'';
  width: 22px;
  height: 6px;
  display: block;
  background: #4d4d4d;
}

.btn-close::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.content{
  padding:7% 10%;
}













tr {width: 100%}
td {
    color: #3D366F;
    font-size: 13px;
    width: 100%;
    display: inline-flex;
    margin-bottom: 10px
}
.frms {
	margin: 0 auto;
	padding: 10px;
	font-family: Tahoma,Geneva,sans-serif;
	color: #333;
	font-size: .9em;
	line-height: 1.2em;
	width: 35%;
	height: 505px;
}
.frms table {width: 100%}
.frms input[type=text] {
	width: 100%;
	background: transparent;
	padding: 4%;
	font-size: 16px;
	outline: 0;
	height: 55px;
	border: 3px solid #4d4d4d;
	margin-bottom: 15px;
}
.frms input[type=radio] {
	width: 8%;
	margin-bottom: 15px;
}
.frms select{
	background: transparent;
	padding: 4%;
	font-size: 16px;
	outline: 0;
	height: 45px;
	border: 3px solid #4d4d4d;
	margin-bottom: 15px;
}
.frms td span{margin-right: 20px;font-size: 15px}
input[type=button] {
    width: 209px;
    background-color: #4d4d4d;
    padding: 10px;
    border: 0;
    color: #fff;
    height: 42px;
    outline: 0
}









.content form {
  display: table;
  width: 100%
}
.content form input{
	background: transparent;
	padding: 4%;
	font-size: 16px;
	outline: 0;
	height: 55px;
	width: 100%;
	border: 3px solid #4d4d4d;
    margin-bottom: 1%;
    margin-top: 20px
}
.content form input[type="submit"]{
    width: 30%;
    background-color: #4d4d4d;
    padding: 10px;
    border: 0;
    color: #fff;
    height: 45px;
    font-size: 14px;
}



.calc{
	width: 100%;
	height: auto;
	background: url(../images/covers/5.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.calc .icon{color: #fff}
.calc  .icon img{width: 6%}
.calc .icon i{color: #fff}
.calc .icon h1{margin: 1% 0 0 0}
.calc .icon hr{
    width: 1%;
    border: 2px solid #FFf;
    margin: 8px;
    display: inline-block;
}
.calc .icon p{font-style: italic;margin: 1%}
.adown {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: adown;
	animation-name: adown;
}
@-webkit-keyframes adown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes adown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}
.aleft {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: aleft;
	animation-name: aleft;
}
@-webkit-keyframes aleft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes aleft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}
.aright{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: aright;
  	animation-name: aright;
}
@-webkit-keyframes aright {
		from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes aright {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.aup {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: aup;
	animation-name: aup;
}
@-webkit-keyframes aup {
		from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes aup {
		from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.zoom {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoom;
	animation-name: zoom;

}
@-webkit-keyframes zoom {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes zoom {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.shake {
	-webkit-animation-duration: 2s ;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.calcu{
	background: transparent;
    border: 0;
    color: #4d4d4d;
    font-size: 12px;
    margin: 12px 0 0 20px;
    outline: 0
}
.fa-calculator:before{
	margin-right: 10px
}
.disap{
	display: none;
}
