﻿*
{
	margin:0;
	padding:0;
	-moz-box-sizin: border-box; 
  	-ms-box-sizing: border-box;
  	-webkit-box-sizing: border-box; 
  	box-sizing: border-box;
}

@font-face {
	font-family: 'Blenda';
	src: url('../fonts/Blenda-Script.eot');
	src: local('☺'), url('../fonts/Blenda-Script.woff') format('woff'), url('../fonts/Blenda-Script.ttf') format('truetype'), url('../fonts/Blenda-Script.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SkolaSans';
	src: url('../fonts/SkolaSans-BoldItalic.eot');
	src: local('☺'), url('../fonts/SkolaSans-BoldItalic.woff') format('woff'), url('../fonts/SkolaSans-BoldItalic.ttf') format('truetype'), url('../fonts/SkolaSans-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body
{
	background-color: #FFDA00;
	background-image: url('../images/background.jpg');
	background-size: 100%;
	width: 100%;
	font-family: "SkolaSans";
	font-style: italic;
	font-weight: 400;
}

#palms_right
{
	position: absolute;
	height: 754px;
	width: 350px;
	top:0;
	right:0;
	float: right;
	z-index:-100;
	background-image: url('../images/palms_right.png');
	background-size:cover;
}

#palms_left
{
	position: absolute;
	height: 709px;
	width: 350px;
	top:0;
	left:0;
	float: left;
	z-index:-100;
	background-image: url('../images/palms_left.png');
	background-size:cover;
}

#container
{
	position: relative;
	width: 1200px;
	background: url('../images/background_island.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#container_menu
{
	position: relative;
	width: 1200px;
	height: 1300px;
	background: url('../images/background_island.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.sdx-slideshow {
	width: 850px;
	margin: 60px auto 25px;
}

#logo
{
	padding-top: 60px;
	text-align: center;
	z-index: 500;
	cursor: pointer;
}

.description
{
	text-align: center;
	font-size: 22px;
	color: #F4F4F4;
	text-shadow: 2px 2px 2px #000000;
	display: block;
}

#list-menu ul
{
	display: block;
	padding: 0px;
	margin: 0px auto;
}

#list-menu ul li
{
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px 15px 8px 15px;
	background: #009245;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

#list-menu ul li:hover
{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#list-menu ul li a
{
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

#list-menu ul li a:hover
{
	color: #222;
}

#menu
{
	text-align: center;
	margin: 35px 0 50px 0;
}

#menu a
{
	font-size: 28px;
	color: #009245;
	text-shadow: 2px 2px #F4F4F4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

#menu a:hover
{
	color: #333;
	font-size: 36px;
}

#number
{
	width: 500px;
	height: 78px;
	background-image: url('../images/number.png');
	margin: 0 auto;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

#number:hover
{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.address
{
	text-align: center;
	font-size: 28px;
	text-shadow: 2px 2px #F4F4F4;
}

.schedule
{
	text-align: center;
	margin-top:20px;
	font-size: 22px;
	text-shadow: 2px 2px #F4F4F4;
}

#maps
{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	border: 0;
}

footer
{
	bottom: 0;
	width: 100%;
	padding: 2px 0 5px 0;
	z-index: 100;
	text-align: center;
	background: rgba(30,30,30,0.9);
	font-family: 'SkolaSans';
	font-weight: 400;
}

footer p
{
	font-size: 16px;
	color: #FFDA00;

}

footer a
{
	color: #006CB1;
	transition: all 300ms ease;
	-webkit-transtion: all 300ms ease;
}

footer a:hover
{
	color:#009774;
}

#sandwichs_slide {
	width: 100%;
	height: 700px;
	position: relative;
}
#sandwichs_slide .box {
	display: none;
	position: absolute;
	background: url('../images/polaroid_center.png');
	background-size: 100% 100%;
	left:auto;
	right:auto;

}
#sandwichs_slide .lbox,#sandwichs_slide .cbox,#sandwichs_slide .rbox {
	display: block;
}
#sandwichs_slide .lbox {
	top:20%;
	width: 25%;
	left:10%;
	z-index: 1000;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#sandwichs_slide .cbox {
	width: 50%;
	left:50%;
	margin-left:-25%;
	z-index: 4000;
}
#sandwichs_slide .rbox {
	top:20%;
	width: 25%;
	right:10%;
	left:auto;
	z-index: 1000;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
#sandwichs_slide .sandwichscontent, #sandwichs_slide .sandwichstitle, #sandwichs_slide .price {
	-moz-transform: rotate(-2.64deg);
	-webkit-transform: rotate(-2.64deg);
	-o-transform: rotate(-2.64deg);
	-ms-transform: rotate(-2.64deg);
	transform: rotate(-2.64deg);
}
#sandwichs_slide .sandwichstitle {
	text-align: center;
	color:#009245;
	font-size: 20px;
	font-family: 'Blenda';
	font-weight: 400;
	padding: 5px 0;
}
#sandwichs_slide .sandwichscontent {
	width: 60%;
	padding: 5px;
	position: relative;
	margin:0 auto;
	font-size: 18px;
	font-weight: bold;
}
#sandwichs_slide .price {
	position: absolute;
	bottom: 15%;
	font-size: 20px;
	color: #FFFFFF;
	right:10%;
	width: 49%;
	text-align: right;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	background:url(../images/price.png);
	background-size: 100% 100%;
}

#sandwichs_slide .left, #sandwichs_slide .right {
	position: absolute;
	top:40%;
	margin-top: -42px;
	height: 126px;
	width: 112px;
	cursor:pointer;
}
#sandwichs_slide .left {
	left:15%;
	background: url(../images/arrow_left.png);
	background-size: 100% 100%;
	z-index: 2000;
}
#sandwichs_slide .right {
	right:15%;
	background: url(../images/arrow_right.png);
	background-size: 100% 100%;
	z-index: 2000;
}

@media screen and (min-width: 0px) and (max-width: 1200px) { 
	#container {
		width: 100%;
		overflow: hidden;
	}
	#container_menu {
		width: 100%;
	}
	#logo img {
		width: 90%;
	}
}
@media screen and (min-width: 0px) and (max-width: 1080px) { 
	#sandwichs_slide .left, #sandwichs_slide .right {
		/*display: none;*/
	}
	.sdx-slideshow {
		width: 100%;
	    margin: 60px auto 25px;
	}
	#list-menu ul
	{
		display: block;
		padding: 0px;
		margin: 0px auto;
	}

	#list-menu ul li
	{
		float: none;
		width: 80%;
		margin: 5px auto;
	}
}