/*
Theme Name: Proto Restaurant Group
*/

@charset "utf-8";
/* CSS Document */

@import url('fontface.css');
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	zoom: 1;
}
.clr {
	clear: both;
}
body {
	background: #faf3e6 url(images/banner-bg.jpg) repeat top center;
	color: #231200;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	min-width: 1340px;
}
h1 {
}
h2 {
	font-size: 24px;
	color: #4a63ae;
	font-weight: lighter;
	margin-bottom: 10px;
}
p {
	color: #000;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 9px;
	text-align: justify;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.splash-wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 10px;
}
a:focus {
	outline: 0;
}
.splashinner {
	background: url(images/box-trans-white.png);
	padding: 25px;
}
.splashinner h2 {
	color: #000;
}
.splashinner ul, .splashinnerol {
	padding: 0 0 7px 30px;
}
.splashinner ul li, .splashinner ol li {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding-bottom: 7px;
}
/****************************************** Header *********************************************
******************************************************************************************************/


#header {
	padding: 25px 0 0 0;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 20;
	background: #faf3e6 url(images/body-bg.jpg) repeat top center;
}
h1#logo {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
	width: 254px;
	height: 231px;
}
#logo a {
	background: url(images/logo.png) no-repeat top;
	display: block;
	width: 254px;
	height: 231px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
#top_nav {
	background: #faf3e6 url(images/body-bg.jpg) repeat top center; /*width: 100%;*/
	width: 1000px;
	display: block;
	z-index: 100;
}
#top_nav.shrink #nav {
	margin: 0;
	transition: all 0.2s ease;
	padding: 15px 0;
}
#top_nav.shrink {
	position: fixed; /*width: 100%;*/
	width: 1000px;
	top: 0;
}
/****************************************** social Block ********************************************/

#social-block {
	position: absolute;
	top: 25px;
	right: 0;
	width: 185px;
	height: 262px;
	display: block;
	background: url(images/social-bg.png) no-repeat;
	z-index: 20;
}
#social-icons {
	margin: 58px 0 0 0;
}
#social-icons a {
	display: block; /*float:left;*/
	width: 33px;
	height: 28px;
	background: url(images/social-icons.png) no-repeat;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#social-icons a#twitter {
	background-position: 0px 0px;
}
#social-icons a#facebook {
	background-position: 0 -28px;
}
#social-icons a#instagram {
	background-position: 0 -56px;
}
#social-icons a#pinterest {
	background-position: 0 -84px;
}
#social-icons a#googleplus {
	background-position: 0 -112px;
}
#social-icons a#periscope {
	background-position: 0 -140px;
}
#social-icons a#twitter:hover {
	background-position: -33px 0;
}
#social-icons a#facebook:hover {
	background-position: -33px -28px;
}
#social-icons a#instagram:hover {
	background-position: -33px -56px;
}
#social-icons a#pinterest:hover {
	background-position: -33px -84px;
}
#social-icons a#googleplus:hover {
	background-position: -33px -112px;
}
#social-icons a#periscope:hover {
	background-position: -33px -140px;
}
#social-icons a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/****************************************** Nav Block ********************************************/

#nav {
	margin: 0;
	clear: both;
	padding: 40px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav li {
	list-style: none;  /*float:left;*/
	display: inline-block;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 25px;
	padding: 0 10px 0 20px;
	white-space: nowrap;
	background: url(images/nav-star.png) no-repeat 0 7px;
}
#nav li a {
	text-decoration: none;
	color: #41372d;
	display: block;
	line-height: 22px;
	cursor: pointer;
	padding: 0 10px;
	text-align: center;
}
#nav li a:hover, #nav li.active > a {
	color: #000;
}
#nav li:first-child {
	background: none;
}
/*
#nav li ul {
	display: none;
	position: absolute;
	top: 25px;
	z-index: 100000;
	padding-top: 10px; 
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li {
	float: none;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0;
	text-align: left;
	background: none;
	font-size: 22px;
	padding: 0;
}
#nav li ul li a {
	display: block;
	padding: 3px 20px;
	background: #e2dcd1;
	border-bottom: 1px solid #cfc9be;
	border-top: 1px solid #f2ece2;
	zoom: 1;
	line-height: 30px;
	text-align: left !important; 
}
#nav li ul li a:hover {
	display: block;
	background: #cfc9be;
	margin: 0;
}
*/

#nav li ul {
	display: none;
	position: absolute;
	top: 22px;
	z-index: 100000;
	padding-top: 42px;
	margin-left: -10px; /*width:170px;*/
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li {
	float: none;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0;
	text-align: left;
	background: none;
	font-size: 22px;
	padding: 0;
}
#nav li ul li a {
	display: block;
	padding: 3px 20px;
	/* background: #D0A832;
	border-bottom: 1px solid #A26027;
	border-top: 1px solid #EDBC30; */	background:url(images/food_dropdown_bg.png) repeat;
	zoom: 1;
	line-height: 36px;
	text-align: left !important;
	font-size: 21px;
	color: #000;
	white-space: nowrap; /*height:30px;*/
}
#nav li ul li a:hover {
	display: block;
	background: #E8D9BC;
	color: #000;
	margin: 0;
}
#nav li ul li:first-child a {
	border-top: 0;
}

body.shrink #nav li ul {
	padding-top:18px;
}
/****************************************** Banner Block ********************************************/

#bannerbox-block {/*background:url(images/banner-bg.jpg) repeat top center; margin-top:40px; box-shadow: 0 0 7px #000;*/
	height: 304px; /*padding-top:30px;*/
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}
#bannerinner-bg {
	background: url(images/banner-inner-bg.png) no-repeat top center;
}
body.shrink #bannerbox-block {
	margin-top: 110px;
}
#bannerbox-block-inner {
	position: relative;
}
.bannerbox {
	width: 323px;
	float: left;
	box-shadow: 0 0 10px #000; /*height: 310px;*/
}
#white-box, #white-box2 {
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	display: block;
	padding: 20px 0;
}
#green-box, #green-box2 {
	background: rgba(200, 214, 196, 0.8);
	text-align: center;
	display: block;
	padding: 20px 0;
	margin-left: 15px;
}
#red-box, #red-box2, .red-box2 {
	background: rgba(104, 19, 42, 0.8);
	text-align: center;
	display: block;
	padding: 20px 0;
	float: right;
}
#white-box2, #green-box2, #red-box2, .red-box2 {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
}
#anchor {
	background: url(images/anchor.png) no-repeat;
	width: 230px;
	height: 210px;
	display: block;
	position: absolute;
	right: -165px;
	top: 100px;
}
#anchor:hover {
	background: url(images/anchor_1.gif) no-repeat;
	cursor: pointer;
}
#piono-block {
	background: url(images/piono-proto-club.png) no-repeat;
	width: 210px;
	height: 350px;
	display: block;
	position: absolute;
	left: -165px;
	top: -20px;
}
#piono-block:hover {
	background: url(images/piano.gif) no-repeat;
	cursor: pointer;
}
#piono-blocktest {
	background: url(images/piono-proto-club.png) no-repeat;
	width: 260px;
	height: 350px;
	display: block;
	position: absolute;
	left: -225px;
	top: -20px;
}
#piono-blocktest:hover {
	background: url(images/piano-animated.gif) no-repeat bottom;
}
#proto-club-member {
	background: url(images/proto-club-member.png) no-repeat;
	width: 150px;
	max-height: 350px;
	min-height: 150px;
	/* height: 150px; */
	display: block;
	text-indent: -9999px;
	font-size: 0;
	border: none;
	margin: 0 auto;
}
#waitor {
	background: url(images/Waiter-png.png) no-repeat;
	width: 249px;
	height: 686px; /*float:right;*/
	font-size: 0;
	text-indent: -9999px;
	position: absolute;
	top: -300px;
	right: 0;
}
#waitor:hover {
	background: url(images/Waiter-gif.gif) no-repeat;
	cursor: pointer;
}
/*************************************** Link List Block ***************************************/

#link-list {
}
#link-list ul {
}
#link-list ul li {
	list-style: none;
	margin-top: 5px;
	width: 100%;
	display: block;
	position: relative;
}
#link-list ul li a {
	border: none;
}
#link-list ul li img {
	border: none;
}
.widget_sp_image-description {
	position: absolute;
	top: 50px;
	left: 450px;
}
.widget_sp_image-description p {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 7px #000;
	font-weight: lighter;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
/*************************************** Footer Block ***************************************/

#footer-block {
	padding: 75px 20px 5px 20px;
	background: #faf3e6 url(images/body-bg.jpg) repeat top center;
	margin-top: 5px;
	position: relative;
	z-index: 10;
}
.f-nav {
	width: 30%;
	float: left;
	position: relative;
	z-index: 100;
	margin-left: 3%;
}
.f-nav ul {
	margin: 0;
	padding: 0;
}
.f-nav li {
	list-style: none;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 20px;
	padding: 0 0 10px 0;
	line-height: 24px;
	color: #58595b;
}
.f-nav li a {
	text-decoration: none;
	color: #58595b;
	display: block;
}
.f-nav li a:hover {
	color: #000;
}
#f-oil-block {/*background:url(images/banner-bg.jpg) repeat-x top center;*/
	min-height: 213px;
	position: relative;
	z-index: 10;
}
#f-oil-block-inner {
	position: relative;
}
#f-oil-bottle {
	background: url(images/footer-oil-bottle.png) no-repeat;
	width: 252px;
	height: 263px;
	display: block;
	position: absolute;
	left: -200px;
	top: -65px;
}
.copyright {
	clear: both;
	display: block;
	margin-top: 35px;
}
.copyright p {
	font-size: 14px;
	text-align: center;
	color: #58595B;
}
.copyright p a {
	color: #58595B;
	text-decoraton: none;
}
/**********************************************************************************************
************************************ GREEK SITE FULL CSS **************************************
***********************************************************************************************/


body#greek-body {
	background: #3E565A url(images/greek-body-bg.jpg) repeat top center;
	color: #231200;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#greek-content-block a {
	color: #fff;
}
#greek-content-block a:hover {
	text-decoration: none;
}
/****************************************** Header *********************************************
***********************************************************************************************/

#greek-phone-block {
	background: #28333d;
	padding: 15px 0 10px 0;
}
#greek-phone-block-inner {
	width: 640px;
	float: right;
	position: relative;
}
#greek-phone-block-inner h2 {
	text-align: center;
	font-size: 28px;
	color: #dfc89b;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1#greek-logo {
	position: absolute;
	top: -15px;
	left: -300px;
	display: block;
	width: 280px;
	height: 250px;
	z-index: 1000;
}
#greek-logo a {
	background: url(images/greek-logo.png) no-repeat top;
	display: block;
	width: 280px;
	height: 250px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
#greek-header {
	padding: 5px 0;
	margin: 0;
	position: relative;
	background: #212c37;
	border-bottom: 6px solid #d0a832;
	box-shadow: 0 3px 7px #000;
	z-index: 100;
}
#greek-header-inner {
	width: 640px;
	float: right;
}
#greek-header-inner h2 {
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/***************************************** greek-nav Block *************************************/

#greek-nav {
	margin: 10px 0 0 0;
	clear: both;
	padding: 10px 0 15px 0;
}
#greek-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#greek-nav li {
	list-style: none;  /*float:left;*/
	display: inline-block;
	position: relative;
	font-size: 18px;
}
#greek-nav li a {
	text-decoration: none;
	color: #faf3e6;
	display: block;
	line-height: 22px;
	padding: 0 10px;
	text-align: center;
}
#greek-nav li a:hover, #greek-nav li.active > a {
	color: #dfc89b;
}
#greek-nav li ul {
	display: none;
	position: absolute;
	border-bottom: 5px solid #315913;
	z-index: 100000; /*width:170px;*/
}
#greek-nav li:hover > ul {
	display: block;
}
#greek-nav li ul li {
	float: none;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0;
	text-align: left;
}
#greek-nav li ul li a {
	display: block;
	padding: 3px 20px;
	/* background: #D0A832;
	border-bottom: 1px solid #A26027;
	border-top: 1px solid #EDBC30; */	background:url(images/food_dropdown_bg.png) repeat;
	zoom: 1;
	line-height: 30px;
	text-align: left !important;
	font-size: 14px;
	color: #000;
	white-space: nowrap; /*height:30px;*/
}

#greek-nav li ul li a:hover {
	color: #fff;
	display: block;
	background: #498022;
	margin: 0;
}
#greek-nav li ul ul {
	display: none;
	position: absolute;
	border-bottom: 5px solid #49620b;
	z-index: 100000;
	left: 100%;
	top: 0;
}
/***************************************** Banner Block *****************************************/

#greek-main-block {
	background: url(images/greek-banner-bg.png) no-repeat top center;
}
#greek-banner-block { /*background:url(images/greek-banner-bg.png) no-repeat center  center; */
}
#greek-banner {
	box-shadow: 0 0 7px #000;
	position: relative;
}
#greek-banner img {
	border: 5px solid #faf3e6;
	border-top: none;
	display: block;
}
#greek-welcome-main-block {
	background: rgba(250, 243, 230, 0.8);
	text-align: center;
	display: block;
	margin: 12px 0;
	box-shadow: -3px 3px 7px #000;
	padding: 10px 15px;
}
#greek-welcome-main-block p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 9px;
	text-align: justify;
}
#greek-welcome-main-block p {
	color: #58595b;
}
#greek-welcome {
	float: left;
	width: 300px;
}
#greek-welcome-content {
	float: left;
	width: 440px;
	margin-left: 35px;
}
#greek-proto-logo {
	float: right;
	width: 121px;
}
#greek-proto-logo img {
	border: none;
}
/****************************************** social Block ********************************************/

#greek-social-block {
	position: absolute;
	top: 30px;
	right: -57px;
	width: 57px;
	height: 225px;
	display: block;
	background: url(images/fish-social-bg.png) no-repeat;
}
#greek-social-icons {
	margin: 10px 0 0 0;
}
#greek-social-icons a {
	display: block; /*float:left;*/
	width: 31px;
	height: 31px;
	background: url(images/fish-social-icons.png) no-repeat;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#greek-social-icons a#twitter {
	background-position: 0px 0px;
}
#greek-social-icons a#facebook {
	background-position: 0px -31px;
}
#greek-social-icons a#instagram {
	background-position: 0 -62px;
}
#greek-social-icons a#pinterest {
	background-position: 0 -93px;
}
#greek-social-icons a#googleplus {
	background-position: 0 -124px;
}
#greek-social-icons a#periscope {
	background-position: 0 -155px;
}
#greek-social-icons a#twitter:hover {
	background-position: -31px 0;
}
#greek-social-icons a#facebook:hover {
	background-position: -31px -31px;
}
#greek-social-icons a#instagram:hover {
	background-position: -31px -62px;
}
#greek-social-icons a#pinterest:hover {
	background-position: -31px -93px;
}
#greek-social-icons a#googleplus:hover {
	background-position: -31px -124px;
}
#greek-social-icons a#periscope:hover {
	background-position: -31px -155px;
}
#greek-social-icons a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*************************************** Testimonial Block ****************************************/

#greek-testimonial-main-block {
	clear: both;
	display: block;
}
#greek-testimonial-block {
	background: rgba(54, 116, 128, 0.7);
	box-shadow: -3px 3px 7px #121a1b;
	padding: 10px 15px;
	float: left;
	width: 325px;
	height: 233px;
}
#greek-testimonial-block p {
	color: #fff;
	font-style: italic;
	line-height: 22px;
	font-size: 16px;
}
#greek-forno-kitchen {
	box-shadow: -3px 3px 7px #121a1b;
	float: right;
	width: 576px;
}
#greek-forno-kitchen img {/*border: 4px solid #faf3e6;*/
	display: block;
	width: 100%;
}
#greek-proto-club-member {
	background: rgba(0, 174, 240, 0.6);
	box-shadow: 0 3px 7px #425e66;
	margin: 20px 0;
	padding-left: 20px;
	height: 45px;
}
#greek-proto-club-member p {
	transform: uppercase;
	clear: both;
	font-size: 20px;
	color: #fff;
	line-height: 45px;
}
#greek-proto-click-here {
	background: url(images/greek-click-here.png) no-repeat;
	float: right;
	width: 140px;
	height: 45px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-left: 20px;
}
#greek-proto-click-here:hover {
	background-position: bottom;
}
/*************************************** Gray Block ****************************************/

#greek-mid-gray-block {
	background: rgba(13, 27, 35, 0.6);
	box-shadow: 0 3px 7px #425e66;
	padding: 20px 0;
	transform: uppercase;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 20px;
}
#greek-we-love-sustainability {
	float: left;
	text-align: center;
	width: 312px;
	font-size: 13px;
	margin-top: 20px;
}
#greek-we-love-sustainability a {
	text-decoration: none;
	color: #fff;
}
#greek-we-love-sustainability a:hover {
	text-decoration: underline;
}
#greek-download-menu {
	float: left;
	width: 300px;
	font-size: 55px;
	line-height: 25px;
	font-weight: lighter;
	margin: 0;
}
#greek-download-menu a {
	text-decoration: none;
	color: #fff;
}
#greek-download-menu a:hover {
	color: #58a8f0;
}
#greek-new-career {
	float: left;
	width: 315px;
	font-size: 55px;
	line-height: 25px;
	font-weight: lighter;
	margin: 13px 0 0 0;
}
#greek-new-career-inner {
	float: left;
	width: 315px;
	font-size: 55px;
	line-height: 25px;
	font-weight: lighter;
	margin: 13px 0 0 28px;
}
#greek-new-career img {
	border: 2px solid #fff;
}
#greek-new-career a {
	text-decoration: none;
	color: #798690;
}
#greek-new-career a:hover {
	color: #fff;
}
#greek-menu {
	float: left;
	width: 365px;
	margin: 0;
	box-shadow: -3px 3px 7px #121a1b;
}
#greek-menu img {
	display: block;
	width: 100%;
}#greek-mid-gray-block ul { list-style:none;}#greek-mid-gray-block ul li { float:left; width: 306px; margin: 13px 14px 0 0;}#greek-mid-gray-block ul li img { width:auto; height: auto;}/* #greek-mid-gray-block ul li:first-child { margin: 13px 26px 0 0;}#greek-mid-gray-block ul li:nth-child(2) { margin: 13px 3px 0 0;}  */
/*************************************** Costa's Block ****************************************/

#greek-coast-block {
	margin: 40px 0;
	box-shadow: -5px 5px 7px #121a1b;
}
#greek-coast-block p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#greek-coast-block img {
	border: 3px solid #fff;
	margin: 0;
	padding: 0;
}
/*************************************** Image Slider Block ****************************************/

#greek-img-slider-block {
	background: #faf3e6;
	padding: 15px 0;
	box-shadow: -5px 5px 7px #121a1b;
	margin: 30px 0 15px 0;
}
#greek-img-slider-block ul {
	text-align: center;
}
#greek-img-slider-block ul li {
	list-style: none; /*float: left;*/
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
#greek-img-slider-block ul li img {
	border: none;
}
#greek-img-slider-block ul li h2 {
	border: none;
	background: #dfc89b;
	text-align: right;
	padding: 10px 8px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	color: #2d556b;	display:none;
}
#greek-img-slider-block ul li p {
	margin: 0;
	padding: 0;
}
#greek-img-slider-block ul li h2.charcol {
	background: #96cbbf;
}
#greek-img-slider-block ul li h2.greek-salad {
	background: #e3e7ca;
}
#greek-img-slider-block ul li h2.stone-baked {
	background: #c2cebf;
}
#greek-img-slider-block ul li h2.fat-dip {
	background: #8da392;
}
/*************************************** News Offers Block ****************************************/

#greek-bbq-block {
	float: left;
	width: 330px;
	text-align: center;
	font-size: 45px;
	color: #fff;
	margin-top: 20px;
}
#greek-news-offers-block {
	float: right;
	width: 627px;
	margin-top: 20px;
}
/*************************************** Discover Block ****************************************/

#greek-discover-block {
	background: rgba(33, 44, 55, 0.7);
	padding: 20px 0;
	clear: both;
	margin: 50px 0 80px 0;
	display: block;
}
#greek-real-cyprus {
}
#greek-real-cyprus img {
	border: 3px solid #fff;
}
/*************************************** Footer Block ****************************************/

#greek-footer-outer-block {
	background: #212c37 url(images/greek-f-bg.jpg) no-repeat top right;
	border-top: 8px solid #44544b;
	margin-top: 0;
	padding: 50px 0 20px 0;
}
#greek-footer-proto-logo {
	float: left;
	width: 220px;
	margin-top: 30px;
}
#greek-footer-right-block {
	float: right;
	width: 720px;
}
.greek-f-nav {
	width: 220px;
	float: left;
	border-left: 1px solid #fff;
	padding: 50px 0 0 15px;		min-height:136px;
}
.greek-f-nav ul {
	margin: 0;
	padding: 0;
}
.greek-f-nav li {
	list-style: none;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 19px;
	padding: 0 0 10px 0;
	line-height: 24px;
	color: #fff;
	font-weight: lighter;
}
.greek-f-nav li a {
	text-decoration: none;
	color: #fff;
}
.greek-f-nav li a:hover {
	color: #549fe2;
}
#greek-design-develop {
	margin-top: 90px;
	font-size: 15px;
	color: #fff;
}
#greek-design-develop a {
	color: #fff;
	text-decoration: none;
}
#greek-design-develop a:hover {
	text-decoration: underline;
}
/*******************************************************************************************
*************************************** Inner Page Css *************************************/

#greek-banner-inner-page {
	box-shadow: 0 0 7px #000;
	position: relative;
}
#greek-banner-inner-page img {
	border: 5px solid #faf3e6;
	border-top: none;
	display: block;
}
#greek-content-block {
	background: rgba(54, 116, 128, 0.7);
	box-shadow: 3px 3px 7px #121a1b;
	padding: 10px 15px;
	margin-top: 20px;
	color: #fff;
}
#greek-content-block p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 9px;
	text-align: left;
}
#greek-content-left {	
	width: 485px;
	float: left;
	border-right: 2px solid #fff;	
	padding: 15px 35px 15px 20px;
}
#greek-content-left a {
	color: #fff;
}
#greek-content-left a:hover {
	text-decoration: none;
}
#greek-content-left ul {
	margin: 0 0 9px 16px;
}
#greek-content-left li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #fff;
}
#greek-content-left h1 {
	font-size: 35px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 12px;
}
#greek-content-left h2 {
	font-size: 30px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 12px;
}
#greek-content-left h3 {
	font-size: 26px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 10px;
}
#greek-content-left h4 {
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 10px;
}
#greek-content-left h5 {
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 8px;
}
#greek-content-left h6 {
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 5px;
}
#greek-content-right {
	width: 360px;
	float: right;
}
#greek-content-right img {
	/*box-shadow: 0 0 20px #243031;*/
	margin-top: 10px;
}
#greek-expand-box {
	background: url(images/greek-expand-bg.png) repeat-x bottom center;
	padding-bottom: 10px;
	clear: both;
	margin: 20px 0 0 0;
}
#greek-expand-box-inner {
	background: #3e737d;
	padding: 10px 0;
	transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#greek-proto-onlineshop {
	float: right;
	width: 300px;
	margin-top: 13px;
}
#greek-proto-onlineshop img {
	border: 2px solid #ffb07a;
	box-shadow: 3px 3px 12px #413f38;
}
.no-shadow img {
	box-shadow: none !important;
}
/**********************************************************************************************
************************************ FISH SITE FULL CSS ***************************************
***********************************************************************************************/


#fish-body {
	background: #faf3e6 url(images/fish-body-bg.jpg) repeat top center;
	color: #231200;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
/****************************************** Header *********************************************
******************************************************************************************************/

#fish-phone-block {
	background: #44544b;
	padding: 15px 0 10px 0;
}
#fish-phone-block-inner {
	width: 640px;
	float: right;
	position: relative;
}
#fish-phone-block-inner h2 {
	text-align: center;
	font-size: 21px;
	color: #dfc89b;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1#fish-logo {
	position: absolute;
	top: -15px;
	left: -300px;
	display: block;
	width: 280px;
	height: 250px;
	z-index: 1000;
}
#fish-logo a {
	background: url(images/fish-logo.png) no-repeat top;
	display: block;
	width: 280px;
	height: 250px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
#fish-header {
	padding: 5px 0;
	margin: 0;
	position: relative;
	background: #44544b;
	border-bottom: 6px solid #d0a832;
	box-shadow: 0 5px 5px #303934;
	z-index: 100;
}
#fish-header-inner {
	width: 640px;
	float: right;
}
#fish-header-inner h2 {
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/****************************************** fish-nav Block ********************************************/

#fish-nav {
	margin: 10px 0 0 0;
	clear: both;
	padding: 10px 0 5px 0;
}
#fish-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#fish-nav li {
	list-style: none;  /*float:left;*/
	display: inline-block;
	position: relative;
	font-size: 18px;
}
#fish-nav li a {
	text-decoration: none;
	color: #faf3e6;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
}
#fish-nav li a:hover, #fish-nav li.active > a {
	color: #dfc89b;
}
#fish-nav li ul {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 100000;
	padding-top: 16px;
	margin-left: -10px; /*width:170px;*/
}
#fish-nav li:hover > ul {
	display: block;
}
#fish-nav li ul li {
	float: none;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0;
	text-align: left;
	background: none;
	font-size: 22px;
	padding: 0;
}
#fish-nav li ul li a {
	display: block;
	padding: 3px 20px;
	/* background: #D0A832;
	border-bottom: 1px solid #A26027;
	border-top: 1px solid #EDBC30; */	background:url(images/food_dropdown_bg.png) repeat;
	zoom: 1;
	line-height: 30px;
	text-align: left !important;
	font-size: 14px;
	color: #000;
	white-space: nowrap; /*height:30px;*/
}
#fish-nav li ul li a:hover {
	display: block;
	background: #E8D9BC;
	color: #000;
	margin: 0;
}
#fish-nav li ul li:first-child a {
	border-top: 0;
}
/****************************************** Banner Block ********************************************/

#fish-banner-block {
	background: url(images/fish-banner-bg.png) no-repeat top center;
	padding-bottom: 10px;
}
#fish-banner {
	box-shadow: 0 0 7px #000;
	position: relative;
}
#fish-banner img {
	border: 5px solid #faf3e6;
	border-top: none;
	display: block;
}
#fish-welcome-main-block {
	background: rgba(250, 243, 230, 0.8);
	text-align: center;
	display: block;
	margin: 12px 0;
	box-shadow: 0 0 5px #545049;
	padding: 10px 15px;
}
#fish-welcome-main-block p {
	color: #584c23;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 9px;
	text-align: justify;
}
#fish-welcome {
	float: left;
	width: 200px;
}
#fish-welcome-content {
	float: left;
	width: 575px;
	margin-left: 15px;
}
#fish-proto-logo {
	float: right;
	width: 121px;
}
#fish-proto-logo img {
	border: none;
}
/****************************************** social Block ********************************************/

#fish-social-block {
	position: absolute;
	top: 30px;
	right: -57px;
	width: 57px;
	height: 225px;
	display: block;
	background: url(images/fish-social-bg.png) no-repeat;
}
#fish-social-icons {
	margin: 10px 0 0 0;
}
#fish-social-icons a {
	display: block; /*float:left;*/
	width: 31px;
	height: 31px;
	background: url(images/fish-social-icons.png) no-repeat;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#fish-social-icons a#twitter {
	background-position: 0px 0px;
}
#fish-social-icons a#facebook {
	background-position: 0px -31px;
}
#fish-social-icons a#instagram {
	background-position: 0 -62px;
}
#fish-social-icons a#pinterest {
	background-position: 0 -93px;
}
#fish-social-icons a#googleplus {
	background-position: 0 -124px;
}
#fish-social-icons a#periscope {
	background-position: 0 -155px;
}
#fish-social-icons a#twitter:hover {
	background-position: -31px 0;
}
#fish-social-icons a#facebook:hover {
	background-position: -31px -31px;
}
#fish-social-icons a#instagram:hover {
	background-position: -31px -62px;
}
#fish-social-icons a#pinterest:hover {
	background-position: -31px -93px;
}
#fish-social-icons a#googleplus:hover {
	background-position: -31px -124px;
}
#fish-social-icons a#periscope:hover {
	background-position: -31px -155px;
}
#fish-social-icons a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*************************************** Mid Block ****************************************/

#fish-mid-block {
	clear: both;
	display: block;
	padding-bottom: 75px;
}
#fish-download-menu {
	float: left;
	width: 365px;
}
#fish-download-menu img {
	border: none;
}
#fish-small-boat-block {
	box-shadow: 0 0 7px #676869;
	float: right;
	width: 326px;
	height: 235px;
	background: url(images/fish-small-boat-bg.png) no-repeat top;
	padding: 17px 0 0 250px;
}
#fish-small-boat-block #read-more {
	float: right;
	margin: 15px 15px 0 0;
}
#fish-small-boat-block #read-more a {
	color: #4f5d54;
	font-size: 15px;
	text-decoration: underline;
}
#fish-small-boat-block #read-more a:hover {
	text-decoration: none;
}
/*************************************** News Offers Block ****************************************/

#fish-gluten-free {
	float: left;
	width: 320px;
	margin-top: 20px;
	text-align: center;
	font-size: 13px;
	color: #000;
}
#fish-gluten-free img {
	border: 2px solid #000;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#fish-gluten-free a {
	color: #000;
	text-decoration: none;
}
#fish-gluten-free a:hover {
	text-decoration: underline;
}
#fish-news-offers-block {
	float: right;
	width: 627px;
	margin-top: 20px;
}
/*************************************** Gray Block ****************************************/

#fish-mid-gray-block {
	background: rgba(185, 171, 150, 0.6);
	box-shadow: 0 3px 7px #7e7c78;
	padding: 20px 0;
	clear: both;
	margin: 10px 0 35px 0;
	font-size: 20px;
}
#fish-we-love-sustainability {
	float: left;
	width: 312px;
	font-size: 13px;
	text-align: center;
}
#fish-we-love-sustainability p {
}
#fish-we-love-sustainability a {
	text-decoration: none;
	color: #000;
}
#fish-we-love-sustainability a:hover {
	text-decoration: underline;
}
#fish-download-menu2 {
	float: left;
	width: 300px;
	margin-top: 21px;
}
#fish-download-menu2 p {
	font-size: 50px;
	line-height: 50px;
	font-weight: lighter;
	margin: 80px 30px 0 0;
	color: #030303;
	text-align: center;
}
#fish-download-menu2 a {
	text-decoration: none;
	color: #030303;
}
.fish-download-menu2 {
	float: left;
	width: 300px;
	margin-top: 21px;
	margin-right:30px;
}
#fish-mid-gray-block .fish-download-menu2:nth-child(3) {
	margin-right:0;
}
.fish-download-menu2 p {
	font-size: 50px;
	line-height: 50px;
	font-weight: lighter;
	margin: 80px 30px 0 0;
	color: #030303;
	text-align: center;
}
.fish-download-menu2 a {
	text-decoration: none;
	color: #030303;
}
.fish-download-menu2 img {
  width:100%;
  max-width:100%;
}
#download-menu2 a:hover {
	color: #58a8f0;
}
#fish-new-career {
	float: left;
	width: 325px;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}
#fish-new-career img {
	margin-bottom: 8px;
	display: block;
}
#fish-new-career p {
}
#fish-new-career a {
	text-decoration: none;
	color: #000;
}
#fish-new-career a:hover {
	text-decoration: underline;
}
/*************************************** Image Slider Block ****************************************/

#fish-img-slider-block {
	background: #4f5d54;
	padding: 15px 0;
	box-shadow: -5px 5px 7px #7e7c78;
	margin: 0 0 15px 0;
}
#fish-img-slider-block ul {
	text-align: center;
}
#fish-img-slider-block ul li {
	list-style: none; /*float: left;*/
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
#fish-img-slider-block ul li img {
	border: none;
}
#fish-img-slider-block ul li h2 {
	border: none;
	background: #dfc89b;
	text-align: right;
	padding: 10px 8px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	color: #2d556b;	display:none;
}
#fish-img-slider-block ul li p {
	margin: 0;
	padding: 0;
}
#fish-img-slider-block ul li h2.charcol {
	background: #96cbbf;
}
#fish-img-slider-block ul li h2.greek-salad {
	background: #e3e7ca;
}
#fish-img-slider-block ul li h2.stone-baked {
	background: #c2cebf;
}
#fish-img-slider-block ul li h2.fat-dip {
	background: #8da392;
}
/*************************************** Discover Block ****************************************/

#fish-discover-block {
	background: url(images/fish-bottom-bg.png) no-repeat top center;
	clear: both;
	padding: 45px 0 70px 0;
	display: block; /*margin-top:30px;*/
}
#fish-buy-online {
	float: right;
	width: 290px;
	font-size: 13px;
	text-align: center;
	margin-top: 20px
}
#fish-buy-online img {
	border: 3px solid #ffb07a;
	display: block;
	clear: both;
	margin-bottom: 8px;
}
#fish-buy-online a {
	color: #000;
	text-decoration: none;
}
#fish-buy-online a:hover {
	text-decoration: underline;
}
#fish-hall-fame {
	float: left;
	width: 310px;
	margin-left: 20px;
}
#fish-hall-fame img {
	border: 3px solid #000;
	display: block;
	clear: both;
}
#fish-kids-menu {
	float: right;
	width: 310px;
}
#fish-kids-menu img {
	border: 3px solid #000;
	display: block;
	clear: both;
}
/*************************************** Footer Block ****************************************/

#fish-footer-outer-block {
	background: #212c37 url(images/f-bg.jpg) no-repeat top right;
	border-top: 8px solid #44544b;
	margin-top: 0;
	padding: 50px 0 20px 0;
}
#fish-footer-proto-logo {
	float: left;
	width: 220px;
	margin-top: 30px;
}
#fish-footer-right-block {
	float: right;
	width: 720px;
}
.fish-f-nav {
	width: 220px;
	float: left;
	border-left: 1px solid #fff;
	padding: 50px 0 0 15px;		min-height:136px;
}
.fish-f-nav ul {
	margin: 0;
	padding: 0;
}
.fish-f-nav li {
	list-style: none;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 19px;
	padding: 0 0 10px 0;
	line-height: 24px;
	color: #fff;
	font-weight: lighter;
}
.fish-f-nav li a {
	text-decoration: none;
	color: #fff;
}
.fish-f-nav li a:hover {
	color: #549fe2;
}
#fish-design-develop {
	margin-top: 90px;
	font-size: 15px;
	color: #fff;
}
#fish-design-develop a {
	color: #fff;
	text-decoration: none;
}
#fish-design-develop a:hover {
	text-decoration: underline;
}
/*******************************************************************************************
*************************************** Inner Page Css *************************************/

#fish-banner-inner-page {
	box-shadow: 0 0 7px #000;
	position: relative;
}
#fish-banner-inner-page img {
	border: 5px solid #faf3e6;
	border-top: none;
}
#fish-content-block {
	background: rgba(185, 171, 150, 0.6);
	box-shadow: 3px 3px 5px #7e7b76;
	padding: 10px 15px;
	margin-top: 20px;
	color: #fff;
}
#fish-content-block p {
	color: #584c23;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 14px;
	text-align: left;
}
#fish-content-left {
	width: 485px;
	float: left;
	border-right: 2px solid #60532c;
	min-height: 700px;
	padding: 15px 35px 15px 20px;
}
#fish-content-left a {
	color: #824B16;
}
#fish-content-left a:hover {
	text-decoration: none;
}
#fish-content-left ul {
	margin: 0 0 9px 16px;
}
#fish-content-left li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #584c23;
}
#fish-content-left h1 {
	font-size: 35px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 12px;
}
#fish-content-left h2 {
	font-size: 30px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 12px;
}
#fish-content-left h3 {
	font-size: 26px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 10px;
}
#fish-content-left h4 {
	font-size: 24px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 10px;
}
#fish-content-left h5 {
	font-size: 20px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 8px;
}
#fish-content-left h6 {
	font-size: 18px;
	color: #584c23;
	font-weight: lighter;
	margin-bottom: 5px;
}
#fish-content-right {
	width: 360px;
	float: right;
}
#fish-content-right img { /*box-shadow: 0 0 20px #243031;*/
	margin-top: 10px;
}
#fish-content-right a {
	color: #824B16;
}
#fish-content-right a:hover {
	text-decoration: none;
}
#fish-expand-box {
	background: url(images/fish-expand-bg.png) repeat-x bottom center;
	padding-bottom: 12px;
	clear: both;
	margin: 20px 0 0 0;
}
#fish-expand-box-inner {
	background: rgba(89, 76, 35, 0.6);
	padding: 10px 0;
	transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.amazingcarousel-image a {
	display: none;
}
.amazingcarousel-image a.wondercarousellightbox {
	display: block;
}
/*******************************************************************************************
*************************************** cycloneslider Common Css *************************************/

.cycloneslider-template-standard {
	margin: 0 !important;
	z-index: 10;
}
.cycloneslider-template-standard .cycloneslider-slides {
	overflow: visible !important;
}
.cycloneslider-template-standard .cycloneslider-slides img {
	border: 5px solid #faf3e6 !important;
	border-top: none !important;
	display: block;
	width: 100%;
	min-width: 100%;
}
#food-banner .cycloneslider-template-standard .cycloneslider-slides img {
	border: none !important;
	border-top: none !important;
	display: block;
	width: 100%;
	min-width: 100%;
}
.cycloneslider-template-standard .cycloneslider-pager {
	position: absolute;
	top: 20px;
	left: inherit !important;
	right: 50px !important;
	z-index: 100;
	width: 100%;
	height: 12px;
	text-align: right !important;
}
/**********************************************************************************************
************************************ FOOD SITE FULL CSS **************************************
***********************************************************************************************/


#food-body {
	background: #231f20 url(images/food-body-bg.jpg) repeat top center;
	color: #231200;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
/****************************************** Header *********************************************
***********************************************************************************************/

#food-phone-block {
	background: #2a2627;
	padding: 30px 0 15px 0;
}
#food-phone-block-inner {
	width: 640px;
	float: right;
	position: relative;
}
#food-phone-block-inner h2 {
	text-align: center;
	font-size: 28px;
	color: #dfc89b;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1#food-logo {
	position: absolute;
	top: -30px;
	left: -300px;
	display: block;
	width: 280px;
	height: 250px;
	z-index: 1000;
}
#food-logo a {
	background: url(images/food-logo.png) no-repeat top;
	display: block;
	width: 280px;
	height: 250px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
#food-header {
	padding: 5px 0;
	margin: 0;
	position: relative;
	background: #231f20;
	border-bottom: 6px solid #d0a832;
	box-shadow: 0 3px 7px #000;
	z-index: 100;
}
#food-header-inner {
	width: 640px;
	float: right;
}
#food-header-inner h2 {
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/***************************************** greek-nav Block *************************************/

#food-nav {
	margin: 10px 0 0 0;
	clear: both;
	padding: 10px 0 5px 0;
}
#food-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#food-nav li {
	list-style: none;  /*float:left;*/
	display: inline-block;
	position: relative;
	font-size: 18px;
}
#food-nav li a {
	text-decoration: none;
	color: #faf3e6;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
}
#food-nav li a:hover, #greek-nav li.active > a {
	color: #dfc89b;
}
#food-nav li ul {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 100000;
	padding-top: 16px;
	margin-left: -10px; /*width:170px;*/
}
#food-nav li:hover > ul {
	display: block;
}
#food-nav li ul li {
	float: none;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0;
	text-align: left;
	background: none;
	font-size: 22px;
	padding: 0;
}
#food-nav li ul li a {
	display: block;
	padding: 3px 20px;
	/* background: #D0A832;
	border-bottom: 1px solid #A26027;
	border-top: 1px solid #EDBC30; */	background:url(images/food_dropdown_bg.png) repeat;
	zoom: 1;
	line-height: 30px;
	text-align: left !important;
	font-size: 14px;
	color: #000;
	white-space: nowrap; /*height:30px;*/
}
#food-nav li ul li a:hover {
	display: block;
	background: #EFE8D0;
	color: #000;
	margin: 0;
}
#food-nav li ul li:first-child a {
	border-top: 0;
}
/***************************************** Banner Block *****************************************/

#food-mid-outer-bg {
	background: url(images/food-mid-bg.png) no-repeat top center;
}
#food-banner-block {
	background: url(images/food-banner-bg.png) no-repeat top center;
	padding-bottom: 60px;
}
#food-banner {
	box-shadow: 0 0 7px #000;
	position: relative;
}
/*#food-banner img{border: 5px solid #faf3e6; border-top:none; display: block; }*/


/****************************************** social Block ********************************************/

#food-social-block {
	position: absolute;
	top: 20px;
	right: -82px;
	width: 57px;
	height: 225px;
	display: block;
	background: url(images/food-social-bg.png) no-repeat;
}
#food-social-icons {
	margin: 10px 0 0 5px;
}
#food-social-icons a {
	display: block; /*float:left;*/
	width: 31px;
	height: 31px;
	background: url(images/food-social-icons.png) no-repeat;
	text-decoration: none;  /*margin: 0 auto;*/
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#food-social-icons a#twitter {
	background-position: 0px 0px;
}
#food-social-icons a#facebook {
	background-position: 0px -31px;
}
#food-social-icons a#instagram {
	background-position: 0 -62px;
}
#food-social-icons a#pinterest {
	background-position: 0 -93px;
}
#food-social-icons a#googleplus {
	background-position: 0 -124px;
}
#food-social-icons a#periscope {
	background-position: 0 -155px;
}
#food-social-icons a#twitter:hover {
	background-position: -31px 0;
}
#food-social-icons a#facebook:hover {
	background-position: -31px -31px;
}
#food-social-icons a#instagram:hover {
	background-position: -31px -62px;
}
#food-social-icons a#pinterest:hover {
	background-position: -31px -93px;
}
#food-social-icons a#googleplus:hover {
	background-position: -31px -124px;
}
#food-social-icons a#periscope:hover {
	background-position: -31px -155px;
}
#food-social-icons a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*************************************** welcome Block ****************************************/

#food-welcome-main-block {
	padding: 35px 0;
}
#food-welcome-main-block p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 9px;
	text-align: justify;
}
#food-welcome-main-block p {
	color: #fff;
	text-align: center;
}
#food-welcome-inner {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 25px 140px 15px 140px;
}
#food-welcome {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#food-ornate-top {
	background: url(images/food-ornate-top.png) no-repeat 0 0;
	width: 60px;
	height: 25px;
	display: block;
	position: absolute;
	top: -25px;
	left: 48%;
}
#food-ornate-btm {
	background: url(images/food-ornate-btm.png) no-repeat 0 0;
	width: 60px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: -25px;
	left: 48%;
}
#food-mirror-frame {
	display: block;
	position: absolute;
	top: -50px;
	right: -220px;
	width: 230px;
}
#food-mirror-frame h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
}
#food-mirror-frame p {
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
}
#food-mirror-frame p a {
	color: #fff;
	text-decoration: none;
}
#food-mirror-frame p a:hover {
	text-decoration: underline;
}
#food-sofa-block {
	margin-top: 20px;
}
/*************************************** Chesterfield Block ****************************************/

#chesterfield-block {
	background: url(images/chesterfield-bg.png) repeat-x top center;
	padding: 5px 0;
	transform: uppercase;
	clear: both;
	margin: 0 0 15px 0;
	border-top: 7px solid #d8af34;
	border-bottom: 7px solid #d8af34;
}
#food-business {
	float: left;
	width: 300px;
	margin-top: 13px;
}
#food-business img {
	border: 2px solid #ffb07a;
	box-shadow: 3px 3px 12px #413f38;
}
#food-menu-cocktails {
	float: left;
	width: 350px;
}
#food-proto-onlineshop {
	float: left;
	width: 300px;
	margin-top: 13px;
}
#food-proto-onlineshop img { /*border: 2px solid #ffb07a;box-shadow: 3px 3px 12px #413f38;*/
}
/*************************************** Gray Block ****************************************/

#food-mid-gray-block {
	background: url(images/food-wine-bg.png) no-repeat top center;
}
#food-piono {
	float: left;
	width: 330px;
	text-align: center;
	font-size: 45px;
	color: #fff;
	margin-top: 20px;
}
#food-news-offers-block {
	float: right;
	width: 627px;
	margin-top: 20px;
}
#food-single-block {
	margin-top: 20px;
	clear: both;
	display: block;
}
#food-new-career {
	float: left;
	width: 330px;
}
#food-new-career img {
	border: 2px solid #fff;
}
#food-new-career a {
	text-decoration: none;
	color: #798690;
}
#food-new-career a:hover {
	color: #fff;
}
#food-we-love-sustainability {
	float: left;
	width: 312px;
	margin-left: 30px;
}
#food-we-love-sustainability a {
	text-decoration: none;
	color: #fff;
}
#food-we-love-sustainability a:hover {
	text-decoration: underline;
}
#hall-of-fame {
	float: right;
	width: 280px;
	font-size: 35px;
	line-height: 35px;
	font-weight: lighter;
}
#hall-of-fame img {
	border: 2px solid #ffb07a;
}
#food-stunning-menu {
	clear: both;
	margin: 15px 0;
}
#food-stunning-menu h2 {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
#food-stunning-menu p {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
/*************************************** Image Slider Block ****************************************/

#food-img-slider-block {
	padding: 0;
	margin: 30px 0 15px 0;
}
#food-img-slider-block ul {
	text-align: center;
}
#food-img-slider-block ul li {
	list-style: none; /*float: left;*/
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
#food-img-slider-block ul li img {
	border: none;
	box-shadow: -5px 15px 25px #000;
}
#food-img-slider-block ul li h2 {
	border: none;
	background: #dfc89b;
	text-align: right;
	padding: 10px 8px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	color: #2d556b;	display:none;
}
#food-img-slider-block ul li p {
	margin: 0;
	padding: 0;
}
#food-img-slider-block ul li h2.charcol {
	background: #96cbbf;
}
#food-img-slider-block ul li h2.greek-salad {
	background: #e3e7ca;
}
#food-img-slider-block ul li h2.stone-baked {
	background: #c2cebf;
}
#food-img-slider-block ul li h2.fat-dip {
	background: #8da392;
}
/*************************************** Footer Block ****************************************/

#food-footer-outer-block {
	background: #231f20 url(images/food-footer-waiter.png) no-repeat top center;
	margin-top: 0;
	padding: 50px 0 20px 0;
}
#food-footer-proto-logo {
	float: left;
	width: 220px;
	margin-top: 0;
}
#food-footer-right-block {
	float: right;
	width: 720px;
}
.food-f-nav {
	width: 220px;
	float: left;
	border-left: 1px solid #fff;
	padding: 50px 0 0 15px;		min-height:136px;
}
.food-f-nav ul {
	margin: 0;
	padding: 0;
}
.food-f-nav li {
	list-style: none;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 19px;
	padding: 0 0 10px 0;
	line-height: 24px;
	color: #fff;
	font-weight: lighter;
}
.food-f-nav li a {
	text-decoration: none;
	color: #fff;
}
.food-f-nav li a:hover {
	color: #d4ac33;
}
#food-design-develop {
	margin-top: 120px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
#food-design-develop a {
	color: #fff;
	text-decoration: none;
}
#food-design-develop a:hover {
	text-decoration: underline;
}
/*******************************************************************************************
*************************************** Inner Page Css *************************************/

#food-mid-outer-bg2 {
	background: url(images/food-mid-bg2.png) no-repeat top center;
}
#food-content-block {
	background: #f0e9d1;
	box-shadow: 3px 3px 7px #121a1b;
	padding: 10px 15px;
	margin-top: 20px;
	color: #fff;
}
#food-content-block p {
	color: #231f20;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 14px;
	text-align: left;
}
#food-content-left {
	width: 485px;
	float: left;
	border-right: 2px solid #231f20;
	min-height: 400px;
	padding: 15px 35px 15px 20px;
}
#food-content-left a {
	color: #6C4716;
}
#food-content-left a:hover {
	text-decoration: none;
}
#food-content-left ul {
	margin: 0 0 9px 16px;
}
#food-content-left li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #584c23;
}
#food-content-left h1 {
	font-size: 35px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 12px;
}
#food-content-left h2 {
	font-size: 30px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 12px;
}
#food-content-left h3 {
	font-size: 26px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 10px;
}
#food-content-left h4 {
	font-size: 24px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 10px;
}
#food-content-left h5 {
	font-size: 20px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 8px;
}
#food-content-left h6 {
	font-size: 18px;
	color: #231f20;
	font-weight: lighter;
	margin-bottom: 5px;
}
#food-content-right {
	width: 360px;
	float: right;
}
#food-content-right img { /*box-shadow: 0 0 20px #243031;*/
	margin-top: 10px;
}
#food-expand-box {
	padding-bottom: 10px;
	clear: both;
	margin: 20px 0 0 0;
}
#food-expand-box-inner {
	background: #bc7e2a;
	padding: 10px 0;
	transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
/*************************************  Contact Us **********************************/

.wpcf7-form td {
	padding-bottom: 10px;
}
.wpcf7-form input.wpcf7-text {
	border: 1px #666 solid;
	color: #666;
	padding: 3px 6px;
	width: 300px;
	border-radius: 2px;
}
.wpcf7-form textarea.wpcf7-textarea {
	border: 1px #666 solid;
	color: #666;
	padding: 3px 6px;
	width: 300px;
	border-radius: 2px;
}
/*************************************  Blog  *****************************************/

/*************************************  Blog New CSS  *****************************************/


#blog-body {
	background: #faf3e6 url(images/blog/banner-bg.jpg) repeat top center;
	color: #231200;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#blog_page {
	background: url(images/blog/fish_blogpage.png) no-repeat top center;
}
.blog-wrapper {
	width: 1000px;
	margin: 0 auto;
}
#blog-header {
	background: #faf3e6 url(images/body-bg.jpg) repeat top center;
	padding: 20px 0;
	position: relative;
}
h1#blog-logo {
	margin: 0 auto 0;
	text-align: center;
	display: block;
	width: 265px;
	height: 245px;
}
h1#blog-logo a {
	/*background: url(images/blog/blog-logo.png) no-repeat top;
	display: block;
	width: 265px;
	height: 245px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;*/
	background: url(images/logo.png) no-repeat top;
	display: block;
	width: 254px;
	height: 231px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
#blog-hen {
	position: absolute;
	top: 20px;
	left: -180px;
	z-index: 1000;
	background: url(images/blog/blog-hen.png) no-repeat top;
	width: 295px;
	height: 340px;
	display: block;
}
#blog-tractor {
	position: absolute;
	top: 150px;
	right: -170px;
	z-index: 1000;
	background: url(images/blog/blog-tractor.png) no-repeat top;
	width: 249px;
	height: 202px;
	display: block;
}
#blog-news-block {
	background: #dbb753;
	padding: 10px;
	position: relative;
	z-index: 10;
}
#blog-news-block h2 {
	font-size: 24px;
	text-align: center;
	color: #231f20;
	margin: 0;
	padding: 0 20px;
}
#blog-content-block {
	background: #faf3e6 url(images/blog/blog-con-bg.jpg) repeat top center;
	padding: 30px 25px;
	box-shadow: 0 0 20px #424242;
	clear: both;
	position: relative;
}
#blog-red-fish {
	position: absolute;
	top: 350px;
	right: -174px;
	z-index: 1000;
	background: url(images/blog/blog-red-fish.png) no-repeat top;
	width: 182px;
	height: 190px;
	display: none;
}
#blog-left-block {
	width: 235px;
	position: relative;
	float: left;
}
#blog-fish {
	position: absolute;
	top: 300px;
	left: -300px;
	z-index: 1000;
}
#blog-logo-block {
}
#blog-logo-block img {
	margin: 0 0 10px 0;
	padding: 0;
	box-shadow: -2px -2px 4px #999;
	border: 0;
	display: block;
}
#blog-piano {
	position: absolute;
	top: 800px;
	left: -230px;
	z-index: 1000;
	background: url(images/blog/piono-proto-club.png) no-repeat;
	width: 209px;
	height: 347px;
	display: block;
}
#blog-piano:hover {
	background: url(images/blog/piano.gif) no-repeat;
	cursor: pointer;
}
#black-studio-tinymce-5 {
	background: #dbb753;
	padding: 10px;
	box-shadow: 2px 2px 7px #999
}
#black-studio-tinymce-5 h2 {
	font-size: 35px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}
#black-studio-tinymce-5 h4 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}
#black-studio-tinymce-5 p {
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	margin: 0 0 15px 0;
	padding: 0;
}
#blog-right-block {
	width: 695px;
	float: right;
	background: rgba(255, 255, 255, 0.8);
	padding: 25px 15px;
	box-shadow: 2px 2px 7px #5e5e5e;
	margin: 0;
	min-height: 1335px;
}
#blog-right-block article.post, .search #blog-right-block article.page {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#blog-right-block h1.entry-title {
	font-size: 24px;
	color: #242527;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 31px;
}
#blog-right-block h1.entry-title a {
	color: #242527;
}
#blog-right-block h2 {
	font-size: 28px;
	color: #242527;
	margin: 0 0 20px 0;
	padding: 0;
}
#blog-right-block p {
	font-size: 15px;
	color: #242527;
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 0;
}
#blog-right-block .post_date {
	font-size: 12px;
	margin-bottom: 15px;
}
#blog_content a {
	color: #bc646a;
}
#blog-right-block .moretag {
}
#blog-right-block .moretag {
	cursor: pointer;
	border: 1px solid #d1d1cf;
	font-size: 15px;
	margin: 5px 0 0 0;
	padding: 2px 10px;
	border-radius: 5px;
	background: none;
	box-shadow: 0 0 3px #d1d1cf;
	color: #242527;
	float: right;
	clear: both;
}
#blog-right-block .moretag:hover {
	background: #F3F3F3;
	text-decoration: none
}
#blog-footer-outer {
	background: #231f20;
	padding: 50px 0 50px 100px;
	border-top: 7px solid #dbb753;
	position: relative;
}
#blog-f-oil {
	position: absolute;
	top: -45px;
	left: -180px;
	background: url(images/blog/blog-footer-oil-bottle.png) no-repeat top;
	width: 252px;
	height: 263px;
	display: block;
}
#blog-news-letter {
	position: absolute;
	top: -389px;
	right: -174px;
	background: url(images/blog/blog-news-letter.png) no-repeat top;
	width: 350px;
	height: 676px;
	display: block;
}
#blog-anchor {
	position: absolute;
	top: 30px;
	right: -20px;
	background: url(images/blog/anchor.png) no-repeat;
	width: 243px;
	height: 213px;
	display: block;
}
#blog-anchor:hover {
	background: url(images/blog/anchor_1.gif) no-repeat;
	cursor: pointer;
}
.blog-f-nav {
	width: 25%;
	float: left;
	position: relative;
	z-index: 100;
}
.blog-f-nav ul {
	margin: 0;
	padding: 0;
}
.blog-f-nav li {
	list-style: none;
	position: relative;
	font-family: 'PhilosopherRegular';
	font-size: 20px;
	padding: 0 0 10px 0;
	line-height: 20px;
	color: #58595b;
}
.blog-f-nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.blog-f-nav li a:hover {
	color: #dbb753;
}
#blog-footer-outer #fish-design-develop {
	margin-top: 25px;
	text-align: center;
}
#blog-content-left {
	width: 400px;
	float: left;
}
#blog-content-left img {
	padding: 5px;
	box-shadow: 0 0 2px #848484;
	background: #f2f0ee;
	margin: 0 auto 20px;
	text-align: center;
	display: block;
	max-width: 100%;
	height: auto;
}
#blog-content-right {
	width: 250px;
	float: right;
}
#blog-content-right h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2a2a23;
	margin: 0 0 5px 0;
	padding: 0;
}
.screen-reader-text {
	display: none;
}
#searchform {
	margin: 0 0 30px 0;
}
#searchform label {
	float: left;
	font-size: 14px;
	line-height: 25px;
}
#searchform input[type="search"], #searchform input[type="text"], #searchform input[type="email"], #searchform input[type="tel"] {
	height: 25px;
	border: 1px solid #d1d1cf;
	width: 150px;
	color: #7c7c7c;
	font-size: 14px;
	padding: 0 10px;
	background: none;
	border-radius: 0;
	outline: none;
	box-shadow: 0 0 3px #d1d1cf;
	clear: both;
	display: block;
	float: left;
}
#searchform input[type="submit"] {
	cursor: pointer;
	border: 1px solid #d1d1cf;
	font-size: 15px;
	margin: -1px 0 0 10px;
	padding: 2px 10px;
	border-radius: 5px;
	background: none;
	box-shadow: 0 0 3px #d1d1cf;
	float: left;
}
#searchform input[type="submit"]:hover {
	background: #F3F3F3;
	text-decoration: none
}
.b_sidebar {
	margin-bottom: 20px;
}
.b_sidebar h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2a2a23;
	margin: 0 0 5px 0;
	padding: 0;
}
.b_sidebar ul {
	margin: 0;
	padding: 0 0 0 8px;
}
.b_sidebar li {
	list-style: none;
	font-size: 13px;
	color: #6f6f6f;
	font-weight: bold;
}
.b_sidebar li a {
	color: #0367cf;
	text-decoration: none;
	padding: 10px 0 5px 15px;
	margin: 0;
	background: url(images/blog/blog-arrow.png) no-repeat 5px 15px; /*display: block;*/
	line-height: 20px;
}
.b_sidebar li a:hover {
	color: #000;
}
.pagination {
}
.pagination .page-numbers {
	border: 1px solid #d1d1cf;
	font-size: 13px;
	margin: 5px 0 0 0;
	padding: 0 7px;
	line-height: 28px;
	height: 28px;
	border-radius: 3px;
	background: none;
	box-shadow: 0 0 0px #d1d1cf;
	color: #242527;
	margin-right: 7px;
	float: left;
}
.pagination a.page-numbers:hover, .pagination .page-numbers.current {
	background: #F3F3F3;
	text-decoration: none
}
.prev_post {
float;
left;
	background: url(images/arrow_prev.png) no-repeat 0px 4px;
	padding-left: 20px;
}
.next_post {
	float: right;
	background: url(images/arrow_next.png) no-repeat 100% 7px;
	padding-right: 20px;
}
.nav-links {
	margin-bottom: 20px;
}
.nav-links a {
	color: #333;
}
#blog_content .page-header, #blog_content .archive-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
#blog_content .page-header h1, #blog_content .archive-header h1 {
	font-size: 22px;
}
.newsletter {
}
.newsletter table td, .newsletter table th {
	padding: 5px 0;
}
.newsletter input[type="text"], .newsletter input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 35px;
	padding: 0 10px;
}
.newsletter input[type="submit"] {
	cursor: pointer;
	border: 1px solid #d1d1cf;
	font-size: 15px;
	margin: 5px 0 0 0;
	padding: 2px 10px;
	border-radius: 5px;
	background: none;
	box-shadow: 0 0 3px #d1d1cf;
}
.newsletter input[type="submit"]:hover {
	background: #F3F3F3;
	text-decoration: none
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
img.aligncenter {
	float: none;
	display: block;
	margin: 10px auto;
}
form.wpcf7-form table input.wpcf7-submit {
	background: rgb(34, 34, 34);
	padding: 7px 20px;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 1px;
	border: 0;
	font-size: 15px;
}
 @media (min-width: 1200px) {
body#blog-body {
	overflow-x: hidden;
}
}
.myForm {
	padding-bottom: 10px;
	width: 375px;
}
.myForm td {
	font-size: 15px;
	color: #231200;
	line-height: 19px;
	margin-bottom: 7px;
}
.myForm input[type="text"], .myForm input[type="email"], .myForm input[type="tel"] {
	border: 1px #666 solid;
	color: #666;
	padding: 3px 10px;
	width: 210px;
	border-radius: 2px;
	margin-bottom: 7px;
}
.myForm textarea {
	border: 1px #666 solid;
	color: #666;
	padding: 3px 6px;
	width: 300px;
	border-radius: 2px;
}
.myForm .required {
	color: red;
	margin-left: 4px;
}
.myForm select {
	margin-bottom: 7px;
	margin-right: 5px;
}
.myForm input[type="submit"] {
	cursor: pointer;
	border: 1px solid #d1d1cf;
	font-size: 15px;
	margin: 5px 0 0 0;
	padding: 2px 10px;
	border-radius: 5px;
	background: #F3F3F3;
	box-shadow: 0 0 3px #d1d1cf;
	color: #242527;
}
.myForm input[type="submit"]:hover {
	background: #EAE9E9;
	text-decoration: none
}


#fish-download-menu2 { border: 1px #000 solid; -webkit-box-shadow: 4px 4px 34px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 34px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 34px 0px rgba(0,0,0,0.75); }


 /********************************Shop CSS***********************************/
  ul.products li {
	list-style:none;
	display:inline-block;
	margin: 10px;
  }
  
  ul.page-numbers li {
	list-style:none;
	display:inline-block;
	margin: 0 5px;
  }

.product a {
	color:#333;
	text-decoration:none;
}

.product a.add_to_cart_button {
	background: #222;
    	border-radius: 5px;
    	padding: 5px 10px;
    	color: #fff;
    	float: right;
}


.product a.added_to_cart.wc-forward {
	background:#F9A600;
	border-radius: 5px;
    	padding: 5px 10px;
    	color: #fff;
    	float: right;
	margin-right:10px;
}

.product a.add_to_cart_button:hover {
	background:#000;
}

.price {
	font-weight:bold;
}


.cart_totals table {
      background:#FBF7EC;
      margin:20px 0;
}
.cart_totals th, .cart_totals td  {
      border:1px #D8D5D3 solid;
      vertical-align:top;
      padding:7px 12px;
      
}

.woocommerce-billing-fields .input-text, .woocommerce-billing-fields textarea, .woocommerce-shipping-fields .input-text, .woocommerce-shipping-fields textarea {
      border:1px #ccc solid;
      padding:7px 10px;
      border-radius:2px;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label {
    line-height: 24px !important;
}

.woocommerce form .form-row {
     margin-bottom:20px;
}


#billing_country_field strong {
     font-weight:lighter;
}


.woocommerce-ordering, .woocommerce-result-count {
  display:none;

}


.barclaycardcw-control-group {
 clear:both !important;
}

.mc4wp-form-fields {
    padding-top: 20px;
}
.mc4wp-form-fields label {
    width: 150px;
}
.mc4wp-form-fields .datepart {
    width: 50px;
    text-align: center;
}
.mc4wp-form-fields input[type="submit"] {
    background: rgb(34, 34, 34);
    padding: 7px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 1px;
    border: 0;
    font-size: 15px;
}

.boxzilla-mailchimp-popup label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.boxzilla-mailchimp-popup input, .boxzilla-mailchimp-popup button, .boxzilla-mailchimp-popup select, .boxzilla-mailchimp-popup textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.boxzilla-mailchimp-popup input[type="text"], .boxzilla-mailchimp-popup input[type="email"] {
    width: 72%;
}

#mce-MMERGE6-day, #mce-MMERGE6-month {
    width: 50px !important;
}

div#boxzilla-4465 {
    background: transparent url(https://www.protorestaurantgroup.com/wp-content/themes/protorestaurant/images/body-bg.jpg) !important;
        background-position: 420px, 400px !important;
}
