/*
 *Eattie Restaurant HTML Template Style Sheet v1.1
 *Copyright 2013 8Guild.com
 */

/* Apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

@font-face {
    font-family: 'pn-semi';
    src: url('../fonts/pn-semibold-webfont.eot');
    src: url('../fonts/pn-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pn-semibold-webfont.woff2') format('woff2'),
         url('../fonts/pn-semibold-webfont.woff') format('woff'),
         url('../fonts/pn-semibold-webfont.ttf') format('truetype'),
         url('../fonts/pn-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pn-reg';
    src: url('../fonts/pn-regular-webfont.eot');
    src: url('../fonts/pn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pn-regular-webfont.woff2') format('woff2'),
         url('../fonts/pn-regular-webfont.woff') format('woff'),
         url('../fonts/pn-regular-webfont.ttf') format('truetype'),
         url('../fonts/pn-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Global Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f0e9;
	overflow: hidden;
	padding: 0;
	color:#656565;
}
h1, h2, h3, h4{
	font-family: 'pn-semi', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	font-size: 1.5em;
	text-align: center;
	margin: 25px 0;
}
h4{
	font-size: 1.3em;
	margin: 35px 0 15px 0px;
}
p {
	font: 0.95em Arial, Helvetica, sans-serif;
	line-height:1.6em;
	text-align: justify;
	margin:0px 0px 20px 0px;
}
ul{
	font: 0.95em Arial, Helvetica, sans-serif;
	line-height:1.6em;
	margin:0px 0px 20px 20px;
	padding:0px;
}

a {
	outline: none !important;
	color:#3a4243;
	text-decoration:none;
}
a:hover{
	color:#98c545;
	text-decoration:underline;
}
.table {
	display: table;
	width: 100%;
	background: none;
}
.table-cell {
	display: table-cell !important;
	vertical-align: middle !important;
}
embed, object, iframe{max-width: 100%;}

/*Clearfix*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
*:first-child+html .group { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}

/*Intro*/
.intro-title {
	position: fixed;
	width: 100%;
	max-width: 340px;
	height: 549px;
	padding: 0;
	left: 0px;
	top: 42%;
	margin-top: -265px;
}


/*Social Bar*/
.social-bar {
	width: 100%;
}
.social-bar a {
	display: inline-block;
	margin-right: 11px;
	font-size: 2.15em;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.social-bar a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*Intro Fullscreen Slideshow*/
.intro-slideshow {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -100;
	top: 0;
	left: 0;
	overflow: hidden;
}
.intro-slideshow ul li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f0e9;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	opacity: 0;
	filter: alpha(opacity=0);/*for ie8*/
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s sease-out;
	transition: all 2s sease-out;
}
.intro-slideshow ul li.current {
	opacity: 1;
	filter: alpha(opacity=100);/*for ie8*/
}

/*Wrapper*/
#wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}

/*Header*/
header {
	width: 100%;
	background-color: #ffffff;
	height: 100px;
	position: relative;
	z-index: 5;
}
.stiky.stuck {
	position: fixed;
	top: 0;
}
header.pinned {
	position: fixed;
	top: 0;
}
header.reveal {
	position: fixed;
	top: -100px;
	-webkit-transition: top 400ms ease;
	-moz-transition: top 400ms ease;
	-o-transition: top 400ms ease;
	transition: top 400ms ease;
}
header.reveal.visible {
	top: 0px;
}
header .container {
	padding: 0 !important;
}
.logo {
	display: block;
	width: 100%;
	max-width: 145px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 1;
	margin-left: -72px;
	/*background: url(../img/logo.png) no-repeat;*/
}
.logo > img{
	width:100%;
	height:auto;
}


/*Navigation*/
.navbar {
	width: 100%;
	padding-top: 35px;
}
.nav-left {
	float: left;
}
.nav-right {
	float: right !important;
}
.nav.navbar-nav li a {
	font: 1.3em 'pn-semi', Arial, Helvetica, sans-serif;
	color: #454a47;
	text-transform:uppercase;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 300ms ease;
	-moz-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
}
.nav.navbar-nav li a:hover,
.nav.navbar-nav li.active a {
	background-color: transparent;
	border-color: #98c545;
	outline: none !important;
}
.nav.navbar-nav li a:active,
.nav.navbar-nav li a:focus {
	background-color: transparent !important;
	outline: none !important;
}
.nav.navbar-nav.nav-left li {
	margin-right: 90px;
}
.nav.navbar-nav.nav-right li {
	margin-left: 130px;
}
.nav.navbar-nav.nav-left li.last {
	margin: 0;
}
li.dropdown.open a {
	background: none !important;
	border-color: #908d93 !important;
}
.dropdown-menu {
	background-color: #c4bcbc;
	border: none;
	margin-top: -2px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	padding: 10px 0;
	text-align: left !important;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu > li {
	margin: 0 !important;
}
.dropdown-menu > li > a {
  display: block;
	width: 100%;
	font-size: 1.125em !important;
  padding: 15px 20px !important;
  color: #5e4950 !important;
	border: none !important;
	background-color: transparent;
	-webkit-transition: all 300ms ease !important;
	-moz-transition: all 300ms ease !important;
	-o-transition: all 300ms ease !important;
	transition: all 300ms ease !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #523346 !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
	outline: none !important;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 0px;
	background-color: #454a47;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.navbar-toggle:hover .icon-bar {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*About*/
.block {
	width: 100%;
	background-color: #f9f9f9;
}
.block .heading {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 25px 20px 23px 20px;
	position: relative;
	z-index: 3;
}
.block .heading h2 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0px;
}
.triangle {
	display: block;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: inherit;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
	z-index: 3;
}
.heading {
	color: #454a47;
	background-color: #454a47;
}
.about-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.about-slider-inner {
	position:absolute;
	top:0px;
	width: 100%;
	height:100%;
	z-index: 1;
}
.about-slider-inner > div{
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.info-bg {
	width: 100%;
	max-width: 450px;
	background: rgba(255,255,255,0.9);
	position:relative;
	z-index: 2;
	top: 0;
}
.info {
	width: 100%;
	max-width: 450px;
	z-index: 2;
	top: 0;
	padding: 35px 15px 10px 15px;
}
.pager {
	height: 12px;
	margin: 0 0 30px 0;
}
.pager a {
	display: inline-block;
	text-indent: -9999px !important;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	border: 2px solid #454a47;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager a.cycle-pager-active {
	background-color: #454a47;
}
.info-slider {
	width: 100%;
	max-width: 355px;
	margin: auto;
}
.ie8 .info-slider div {
	background: none !important;
}
.info-slider img {
	display: block;
	margin: 0 auto 35px auto;
}
.info-slider h3 {
	color: #454a47;
	text-align: center;
	margin: 25px 0;
}
.info-slider p {
	color: #4f4f4f;
}
.info-slider p i {
	font-size: 1.9em;
	margin-right: 18px;
	color: #807691;
}

/*Services Reservation*/
.reservation {
	position: relative;
	background: none;
}

.overlay {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background-color: #272928;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;
}
.reservation-inner {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 65px 0 55px 0;
}
.serv-info {
	margin-top: 12px;
}
.reservation h3 {
	color: #fff;
}
.reservation p{
	color:#c2c2c2;
}
.reservation ul{
	color:#fff;
	font-weight:bold;
	list-style:none;
}
.reservation ul li:before{
	background-color:#98c545;
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:3px;
	content:'';
	position:relative;
	top:-2px;
	left:-10px;
}

.reservation a {
	color: #f03063;
	text-decoration: underline;
}
.reservation a:hover {
	text-decoration: none;
}
.tab-navigation {
	width: 100%;
	background-color: #393443;
	position: relative;
	z-index:2;
	padding-top: 35px;
}
.nav-tabs {
	border: none;
}
.nav-tabs li {
	margin: 0px 5.7% 22px 0;
}
.nav-tabs li.last {
	margin-right: 0;
}
.nav-tabs li a {
	font-size: 1.25em;
	color: #fff;
	border: none;
	padding: 0;
	text-decoration: none;
}
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	background: none !important;
	border: none !important;
	color: #fff !important;
	outline: none;
}
.nav-tabs li a .text {
	display: block;
	float: left;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 300ms ease;
	-moz-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
}
.nav-tabs li.active a .text,
.nav-tabs li a:hover .text {
	border-color: #898588;
}



/* Case Studies */
.case-studies {
	position: relative;
	background: none;
}

.case-studies .overlay {
	background-color: #ffffff;
}

.case-studies-inner {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 65px 0 55px 0;
}

.case-studies-inner h3{
	margin-top:0px;
	text-align:left;
}

.cycle-controls{
	text-align:center;
	margin-bottom:30px;
}
.cycle-controls .pager{
	margin-bottom:3px;
}
.cycle-controls > *{
	display:inline-block;
}
.cycle-controls > a{
	position:relative;
	top:-2px;
	color:#454a47;
	margin:0px 13px;
}
.cycle-slide{
	width:100%;
}


/*Contacts*/
.contacts {
	padding-bottom: 55px;
}

.contacts h3{
	text-align:left;
}
.contacts p{
	color: #3a4243;
	font-family: 'pn-reg', Arial, Helvetica, sans-serif;
}
.contacts p strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.contacts h4 {
	font-family: 'pn-reg', Arial, Helvetica, sans-serif;
	color: #3a4243;
	text-transform:none;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
}

.contacts .facircle{
	width:25px;
	height:25px;
	line-height:25px;
	font-size:1em;
	display:inline-block;
	margin-right:8px;
}
.contacts .facircle .fa{
	position:relative;
	top:1px;
}
.contacts .facircle .fa-envelope{
	font-size:0.7em;
	top:-1px;
}

#map_canvas {
	width: 100%;
	height: 320px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cbc9b8;
}


.title-bar{
	background:rgba(255,255,255,0.9);
	padding:10px 20px;
	text-align:right;
	position:absolute;
	width:100%;
	top:0px;
}
.title-bar h1{
	font-size:0.9em;
	font-weight:normal;
	margin:0px;
	padding:3px 0px 0px 0px;
	float:left;
}
.title-bar h4{
	font-family: 'pn-reg', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	display:inline-block;
	text-transform:none;
	margin:0px 0px 0px 20px;
}
.title-bar h4 .fa{
	color:#99ca40;
}

/*******************/
/*ajax error styles*/
/*******************/
form.standardajax{
	position:relative;
}
.gotcha{
	width:0px;
	height:0px;
	overflow:hidden;
}
form.standardajax .errorbox{
	display:none;
	font-size:1.5em;
	background:#e31000;
	-moz-border-radius:10px;
	border-radius:10px;
	position:absolute;
	color:#ffffff;
	padding:20px;
	width:240px;
	text-align:center;
	top:40%;
	margin-top:-50px;
	margin-left:-120px;
	left:50%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
}
form.standardajax .sendbox{
	background:#33455a;
	
}
form.standardajax .sendingbox{
	width:70px;
	margin-left:-35px;
}
form.standardajax p{
	margin-bottom:10px;
}

form.standardajax .alert{/*bootstrap alert fallback */
	margin:0px 0px 20px 0px;
}
form.standardajax input[disabled],
form.standardajax textarea[disabled]{
	opacity:0.4;
}
/*spinner*/
.sky-spinner {
   height:30px;
   width:30px;
   margin:0 auto;
   position:relative;
   -webkit-animation: rotation .7s infinite linear;
   -moz-animation: rotation .7s infinite linear;
   -o-animation: rotation .7s infinite linear;
   animation: rotation .7s infinite linear;
   border:3px solid rgba(255,255,255,.15);
   border-radius:100%;
}

.sky-spinner:before {
   content:"";
   display:block;
   position:absolute;
   /*left:-6px;*/
   top:-3px;
   height:100%;
   width:100%;
   border-top:3px solid rgba(255,255,255,.8);
   border-left:3px solid transparent;
   border-bottom:3px solid transparent;
   border-right:3px solid transparent;
   border-radius:100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}









/*Dynamic Fullscreen Backgrounds*/
.fsbg div {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;	
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	z-index: -100;
}
.fsbg div.visible {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}


/*Pagination*/
.pagination {
	width: 100%;
}
.pagination a,
.back-btn {
	padding: 4px 10px;
	font-size: 1.125em;
	color: #393443;
	border: 2px solid #393443;
	text-decoration: none;
	margin-right: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.pagination a:hover,
.pagination a.active,
.back-btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #393443;
	text-decoration: none;
}
.dots {
	margin-right: 7px;
}
.back-btn {
	display: inline-block;
	padding: 10px 30px 10px 15px;
	margin-bottom: 20px;
}
.back-btn i {
	margin-right: 10px;
}

/*Footer*/
footer {
	width: 100%;
	padding: 30px 0 5px 0;
	background:url(../img/footer.jpg);
	background-size:cover;
	background-position:center center;
	font-family: 'pn-semi', Arial, Helvetica, sans-serif;
	color:#d6d7d7;
	font-size:0.8em;
	text-align:center;
	text-transform:uppercase;
}
footer p{
	text-align:center;
}
footer a{
	color:#d6d7d7;
}


/*Animations*/
.animation {
	opacity: 0;
}
.ie9 .animation {
	opacity: 1;
}

/*Tooltips*/
.tooltip-inner {
	background-color: #211a27;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #211a27;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #454a47;
	z-index:100;
}
#status{
	position: absolute;
	width: 235px;
	height: 176px;
	left: 50%;
	top: 50%;
	margin: -85px 0 0 -117px;
}
#status img {
	display:block;
	margin: 0 auto 30px auto;
}
#fountainG {
	position:relative;
	margin:0px auto;
	width:140px;
	height:16px;
}
.fountainG {
	position:absolute;
	top:0;
	background-color:#FFFFFF;
	width:16px;
	height:16px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.2);
	-moz-border-radius:12px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.2);
	-webkit-border-radius:12px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.2);
	-ms-border-radius:12px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.2s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.2);
	-o-border-radius:12px;
	animation-name:bounce_fountainG;
	animation-duration:1.2s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.2);
	border-radius:12px;
}
#fountainG_1{
	left:0;
	-moz-animation-delay:0.48s;
	-webkit-animation-delay:0.48s;
	-ms-animation-delay:0.48s;
	-o-animation-delay:0.48s;
	animation-delay:0.48s;
}
#fountainG_2{
	left:18px;
	-moz-animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
#fountainG_3{
	left:35px;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}
#fountainG_4{
	left:53px;
	-moz-animation-delay:0.84s;
	-webkit-animation-delay:0.84s;
	-ms-animation-delay:0.84s;
	-o-animation-delay:0.84s;
	animation-delay:0.84s;
}
#fountainG_5{
	left:70px;
	-moz-animation-delay:0.96s;
	-webkit-animation-delay:0.96s;
	-ms-animation-delay:0.96s;
	-o-animation-delay:0.96s;
	animation-delay:0.96s;
}
#fountainG_6{
	left:88px;
	-moz-animation-delay:1.08s;
	-webkit-animation-delay:1.08s;
	-ms-animation-delay:1.08s;
	-o-animation-delay:1.08s;
	animation-delay:1.08s;
}
#fountainG_7{
	left:105px;
	-moz-animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
#fountainG_8{
	left:123px;
	-moz-animation-delay:1.32s;
	-webkit-animation-delay:1.32s;
	-ms-animation-delay:1.32s;
	-o-animation-delay:1.32s;
	animation-delay:1.32s;
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
	background-color:#FFFFFF;
	}
	
	100%{
	-moz-transform:scale(.3);
	background-color:#454a47;
	}
}
@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
	background-color:#FFFFFF;
	}
	
	100%{
	-webkit-transform:scale(.3);
	background-color:#454a47;
	}
}
@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
	background-color:#FFFFFF;
	}
	
	100%{
	-ms-transform:scale(.3);
	background-color:#454a47;
	}
}
@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
	background-color:#FFFFFF;
	}
	
	100%{
	-o-transform:scale(.3);
	background-color:#454a47;
	}
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
	background-color:#FFFFFF;
	}
	
	100%{
	transform:scale(.3);
	background-color:#454a47;
	}
} 



/*Ben sky global styles*/
.facircle{
	width:85px;
	height:85px;
	line-height:85px;
	text-align:center;
	border-radius:50px;
	background:#98c545;
	color:#fff;
	font-size:3.3em;
}
.facircle.col2{background:#79914c;}
.facircle.col3{background:#787f6b;}
.facircle > img{
	vertical-align:top;
	margin-top:14px;
}



.btn-success{
	background:#98c545;
	border:none;
}
.btn-success:hover{
	background:#454a47;
}


/*make rows and columns super responsive and nicely spaced*/
.container {
	padding-left:3%;
	padding-right:3%;
}
.row.superfluid {
	margin-right: -3%;
	margin-left: -3%;
}
.row.superfluid > .col-md-4,
.row.superfluid > .col-md-5,
.row.superfluid > .col-md-6,
.row.superfluid > .col-md-7,
.row.superfluid > .col-md-8 {
	padding-left:3%;
	padding-right:3%;
}



blockquote{
	border-left:2px solid #98c545;
	font-style:italic;
	padding-top:0px;
	padding-bottom:0px;
}
blockquote .fa{
	color:#454a47;
}
blockquote .fa-quote-left{
	margin-right:5px;
}
blockquote .fa-quote-right{
	margin-left:5px;
}


.gallery-thumbs > a{
	display:inline-block;
	width:75px;
	height:75px;
	margin:1px;
	
}
.clickhover{
	background:#6f726f;
	color:#6f726f;
	text-transform:uppercase;
	font-family: 'pn-semi', Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline-block;
	text-align:center;
	padding:7px 10px;
	position:relative;
	margin-bottom:11px;
	margin-top:5px;
}
.clickhover strong{
	color:#fff;
	font-weight:normal;
}
.clickhover .triangle {
	color:#6f726f;
display: block;
position: absolute;
width: 0;
height: 0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top-width: 9px;
border-top-style: solid;
border-top-color: inherit;
bottom: -9px;
left: 50%;
margin-left: -9px;
z-index: 3;
}


/*MEDIA QUERIES*/

/*Desktop*/
@media screen and (min-width: 1500px) {
	.container {width: 1370px;}
}

@media screen and (max-width: 1200px) {
	
	#navi-collapse.collapse.navbar-collapse { padding: 0 !important; }
	.nav.navbar-nav.nav-left li {	margin-right: 50px; }
	.nav.navbar-nav.nav-right li { margin-left: 70px;	}
	.recipes a .inner { max-width: 970px !important; }
	.recipes-single .header-inner { 
		max-width: 970px !important;
		padding: 0 15px;
	}
	.recipes-single .header-inner .controls { right: 15px; }
	
}

/*Tablet Landscape*/
@media screen and (max-width: 991px) {
	.title-bar{
		display:none;
	}
	.intro-title {
		left: 0px;
		top: 60%;
		margin: -305px 0 0 0px;
	}
	.intro-title img {
		width:100%;
		height:auto;
	}
	.social-bar {
		display: table;
		margin: auto;
		text-align:center;
	}
	.logo {
		width: 127px;
		height: 70px;
		top:10px;
		left: 20px;
		margin-left: 0px;
	}
	header .container { width: 100%; }
	.stiky {
		position: fixed;
		top: 0;
		height:90px;
	}
	.info-bg, .info { max-width: 100%; }
	.navbar{
		padding-top:30px;
	}
	.navbar-header {
		float: none;
		width: 100%;
	}
	.navbar-toggle { display: block; }
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse { display: none!important; }
	.navbar-nav {
			float: none!important;
			margin: 7.5px -15px;
	}
	.navbar-nav>li { float: none; }
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.navbar-collapse {
		position: absolute;
		max-height: 300px;
		width: 100%;
		left: 0;
		right: 0;
		top: 89px;
		background-color: #454a47;
		border-top: none;
		box-shadow: none;
	}
	.navbar-collapse.collapsing {
		border-top: 10px solid #454a47;
		border-bottom: 10px solid #454a47;
	}
	.navbar-collapse.in { 
		border-top: 10px solid #454a47;
		border-bottom: 10px solid #454a47;
		overflow-y: auto;
	}
	.nav-left, .nav-right { float: none !important; }
	.nav.navbar-nav.nav-left li,
	.nav.navbar-nav.nav-right li { margin: 0px; }
	.nav.navbar-nav li a {
		color:#fff;
		padding: 10px 20px;
		margin-bottom: 1px;
		border: none;
		background-color: transparent;
		-webkit-transition: all 300ms ease !important;
		-moz-transition: all 300ms ease !important;
		-o-transition: all 300ms ease !important;
		transition: all 300ms ease !important;
	}
	.nav.navbar-nav li a:hover,
	.nav.navbar-nav li.active a {
		background-color: #98c545 !important;
	}
	.dropdown-menu {
		position: relative;
		float: none;
		height: 0;
		overflow: hidden;
		padding: 0;
		background-color: transparent;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
		height: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
		color: #fff !important;
		padding-left: 30px !important; 
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background: none !important;
  }
	li.dropdown.active.open > ul.dropdown-menu li a {
    background-color: transparent !important;
	}
	li.dropdown.active.open > ul.dropdown-menu li a:hover,
	li.dropdown.open > ul.dropdown-menu li a:hover {
    opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#navi-collapse ul li ul li  a {
		-webkit-transition: background-color 300ms ease !important;
		-moz-transition: background-color 300ms ease !important;
		-o-transition: background-color 300ms ease !important;
		transition: background-color 300ms ease !important;
	}
	.reservation-inner { padding: 50px 0 50px 0; }
	.reservation h3 { margin-top: 30px; }
	#news-carousel { padding: 60px 0 80px 0; }
	.app { padding: 60px 0 50px 0; }
	.news h3, .news h4, .app h2, .app p { text-align: center; }
	.appstore-btn, .google-play-btn { margin: 15px 0; }
	.phone { margin-top: 25px; }
	.app-features { margin-top: 45px; }
	.contacts, .contacts p, .contacts h3 { text-align: center; }
	.contacts h3 { margin: 40px 0 20px 0; }
	#map_canvas { margin-bottom: 10px; }
	.recipes a .inner { padding: 0 30px; }
	.recipes-single .header-inner { 
		max-width: 720px !important;
		padding: 0;
	}
	.recipes-single .header-inner .controls { right: 0px; }
	.footer-logo { margin: 0 auto 30px auto; }
	footer h3, footer p { text-align: center; }
	.footer-contacts i {
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-contacts p {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}	
	.footer-contacts .group.last { margin-bottom: 40px; }
	.subscribe-form { margin-bottom: 20px; }
	footer .social-bar {
		display: table;
		margin: auto;
		text-align:center;
	}
	.subscribe-form input[type=email] {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.subscribe-form input[type=submit] { width: 100%;	}
	#big-video-wrap, .intro-slideshow, .intro-slideshow ul li, .intro-title { position: absolute; }

/*Tablet Portrait*/
@media screen and (max-width: 768px) {

	.recipes a h3, .recipes a p { width: 80%; }
	.recipes-single .header-inner { 
		max-width: 720px !important;
		padding: 0 15px;
	}
	.recipes-single .header-inner .controls { right: 15px; }
	.recipes-single .header-inner .controls a.arrowDown,
	.no-svg .recipes-single .header-inner .controls a.arrowDown { display: none; }
	.recipes-single .header-inner .heading h1 { width: 80%;	}
	.pagination { margin-bottom: 50px; }
	.back-btn { margin-bottom: 50px; }
	
}

/*Phone*/
@media screen and (max-width: 561px) {
	
	.contacts .facircle{
		margin:0px auto;
		display:block;
	}
	.recipes a h3, .recipes a p { width: 85%; }
	
}

@media (max-width: 630px){
	.blueimp-gallery > .title,
	.blueimp-gallery > .prev,
	.blueimp-gallery > .next,
	.blueimp-gallery > .close,
	.blueimp-gallery > .play-pause,
	.blueimp-gallery > .indicator
	{
		display:none;
	}
}