/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; margin:0;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}


/* GLOBAL CSS =============================================== */
body {
	background: #0d0d0d url('../images/bg-0.jpg') no-repeat center center fixed;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	color: #FFF;
	-webkit-background-size: cover;
	background-size: cover;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #f8cc00;
	text-decoration: none;
}

.toggle img {
	-moz-opacity: 1;
	opacity:1;
}
.toggle:hover img {
	-moz-opacity: 0.8;
	opacity:0.8;
}
	
/* TEXTSTYLE CSS =============================================== */

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

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

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

/* HEADER =============================================== */

#headerWrap {
	background-color: #FFF;
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 1;
}

/* logo */
#logo {
	background: #000 url('../images/sprite.png') 145px 10px;
	width: 90px;
	height: 90px;
	margin: 0;
}
#logo a {
	display: block;
	width: 90px;
	height: 90px;
}
@media screen and (min-width: 581px) {
	#logo {
		background: #000 url('../images/sprite.png') 40px 23px;
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}
	#logo a {
		width: 150px;
		height: 150px;
	}
}

/* navigation */
#navigation {
	position: absolute;
	left: 0;
}

/* DIV CONTENT =============================================== */

.contentTEXT {
	max-width: 600px;
	margin: 0 auto;
	padding: 120px 20px 20px;
	text-align: center;
}
.contentTEXT h1 {
	font: 44px/50px antoniobold, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contentTEXT h2 {
	font: 20px/26px antoniolight, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	letter-spacing: 3px;
	padding: 10px 0 8px;
}
.contentTEXT h3 {
	font: 22px/28px antonioregular, Arial, sans-serif;
	margin-bottom: 15px;
}
.contentTEXT p {
	font: 16px/24px antoniolight, Arial, sans-serif;
	margin-bottom: 15px;
}
@media screen and (min-width: 581px) {
	.contentTEXT {
		padding: 220px 30px 20px;
	}
	.contentTEXT h1 {
		font: 50px/58px antoniobold, Arial, sans-serif;
		margin-bottom: 15px;
	}
	.contentTEXT h2 {
		font: 23px/28px antoniolight, Arial, sans-serif;
		margin-bottom: 35px;
		letter-spacing: 5px;
		padding: 15px 0 12px;
	}
	.contentTEXT h3 {
		font: 30px/36px antonioregular, Arial, sans-serif;
		margin-bottom: 15px;
	}
	.contentTEXT p {
		font: 20px/28px antoniolight, Arial, sans-serif;
		margin-bottom: 20px;
	}
}



/* DESSERT CONTENT =============================================== */

.menuTEXT {
	max-width: 600px;
	margin: 0 auto;
	padding: 120px 20px 20px;
	text-align: center;
}
.menuTEXT h1 {
	font: 44px/50px antoniobold, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.menuTEXT h2 {
	font: 20px/26px antoniolight, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	letter-spacing: 3px;
	padding: 10px 0 8px;
}
.menuTEXT h3 {
	font: 22px/28px antonioregular, Arial, sans-serif;
	margin-bottom: 15px;
}
.menuTEXT p {
	font: 16px/24px antoniolight, Arial, sans-serif;
	margin-bottom: 5px;
}
@media screen and (min-width: 581px) {
	.menuTEXT {
		padding: 220px 30px 20px;
	}
	.menuTEXT h1 {
		font: 50px/58px antoniobold, Arial, sans-serif;
		margin-bottom: 15px;
	}
	.menuTEXT h2 {
		font: 23px/28px antoniolight, Arial, sans-serif;
		margin-bottom: 35px;
		letter-spacing: 5px;
		padding: 15px 0 12px;
	}
	.menuTEXT h3 {
		font: 30px/36px antonioregular, Arial, sans-serif;
		margin-bottom: 15px;
	}
	.menuTEXT p {
		font: 20px/28px antoniolight, Arial, sans-serif;
		margin-bottom: 10px;
	}
}


/* FOOTER CONTENT =============================================== */

/* copyright */
#copyright {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
}
#copyright #social li {
	float: left;
}
#copyright #social li a {
	display: block;
	width: 30px;
	height: 40px;
	margin-left: 3px;
	opacity: .6;
}
#copyright #social li a:hover {
	opacity: 1;
}
#copyright #social .iconFb {
	background: url('../images/sprite.png') no-repeat 7px -136px;
}
#copyright #social .iconTw {
	background: url('../images/sprite.png') no-repeat -30px -136px;
}
#copyright #social .iconGp {
	background: url('../images/sprite.png') no-repeat -65px -136px;
}
#copyright #social .iconPt {
	background: url('../images/sprite.png') no-repeat -101px -136px;
}
#copyright p {
	display: none;
}
@media screen and (min-width: 990px) {
	#copyright {
		width: 260px;
	}
	#copyright p {
	float: left;
	color: #cfcfcf;
	font-size: 9px;
	display: inline-block;
	line-height: 40px;
	margin-right: 10px;
	}
}




/* retina stuff */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  #logo,
  #copyright #social .iconFb, #copyright #social .iconTw, #copyright #social .iconGp, #copyright #social .iconPt {
    background-image: url("../images/sprite-retina.png");
    background-size: 250px 250px; }}
