/* CSS */

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
	}
	/* This sets the responsive background img*/	
	

header {
	background-image: url('../img/header-back.png');
	background-repeat: repeat-x;
	height: 125px;
	min-width: 100%;
	position: fixed;
	z-index: 100;
}


	/* Main menu navigation*/	
	
nav.main {
	width: 980px;
	height: 200px;
	margin: 0 auto;
}
nav.main ul {
	height: 167px;
	margin: 0;
	padding: 0;
}
nav.main ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	color: #B7AA90;
	text-shadow: 0 2px 4px rgba(68,64,29,1);
	display:inline-block;
	float: left;
	width: 95px;	
	margin: 0 8px;
}	
nav.main ul li a:hover{
	color: #fff;
}	
nav.main ul li.casaplasencia a{
	margin-top: 64px;
}
nav.main ul li.giuseppis a{
	margin-top: 74px;
}
nav.main ul li.caesars a{
	margin-top: 74px;
}
nav.main ul li.home a{
	background: url('../img/logo-GrupoPlasencia3.png') no-repeat;
	width: 308px;
	height: 167px;
	text-indent:-9000px;
	margin: 0;
	padding: 0;
	position: relative;
}
nav.main ul li.saverios a{
	margin-top: 64px;
}
nav.main ul li.romesco a{
	margin-top: 74px;
}
nav.main ul li.contacto a{
	margin-top: 74px;
}


	/* Main Content*/	
	
#page-wrap { 
	position: relative; 
	width: 980px; 
	margin: 0px auto; 
	padding: 12px; 
	z-index: 50;
}

.effectContainer{
	height: 790px;
}
.slide img{
	height: 486px;
	margin-top: 92px;
}
.head-container{
	padding-top: 3px;
	height: 220px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
.container {
	border-top: 3px solid #524f26;
	border-bottom: 1px solid #7A776E;
	height: 210px;
}
img.restaurant-logo {
	height: 110px;
	display: block;
	margin: 8px auto;
}
h4 {
	font:19px 'CamboRegular', Arial, sans-serif;
	text-align: center;
	color: #524F26;
	margin:12px 0 0 0 ;
	line-height: 1.5em;
}
h5 {
	font:32px 'CamboRegular', Arial, sans-serif;
	text-align: center;
	color: #524F26;
	margin:12px 0 0 0 ;
}
p, p a{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	margin: 12px auto;
	color: #524f26;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

	/* Footer */	

footer{
	position: relative;
	width: 980px;
	margin: 0px auto; 
}
nav.bottom {
	height: 94px;
	margin-top:14px;
}
nav.bottom ul {
	margin: 0;
	padding: 0;
}
nav.bottom ul li{
	width: 150px;
	margin: 0 22px;
	float: left;
}
nav.bottom ul li.casaplasencia a{
	background: url('../img/logo-sprite.png') no-repeat 22px 0;
	height: 70px;
	display: block;
	text-indent:-9000px;
}
nav.bottom ul li.giuseppis a{
	background: url('../img/logo-sprite.png') no-repeat -180px 0;
	height: 70px;
	display: block;
	text-indent:-9000px;
}
nav.bottom ul li.caesars a{
	background: url('../img/logo-sprite.png') no-repeat -376px 0;
	height: 70px;
	display: block;
	text-indent:-9000px;
}
nav.bottom ul li.saverios a{
	background: url('../img/logo-sprite.png') no-repeat -578px 0;
	height: 70px;
	display: block;
	text-indent:-9000px;
}
nav.bottom ul li.romesco a{
	background: url('../img/logo-sprite.png') no-repeat -774px 0;
	height: 70px;
	display: block;
	text-indent:-9000px;
}
.bottom-container {
	background: url('../img/leaves-bottom.png') no-repeat 0 4px;
	width: 980px;
	height: 216px;
	border-top: 1px solid #7A776E;
	
}
.bottom-container p{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
	display:block;
	margin: 12px auto;
	color: #524f26;
}
nav.media {
	height: 32px;
	width: 136px;
	margin: 0 auto;
}
nav.media ul{
	height: 32px;
	margin: 0;
	padding-left: 10px;
}
nav.media ul li{
	width: 32px;
	margin: 0 4px;
	float: left;
}
nav.media ul li.facebook a{
	background: url('../img/social-media-sprite.png') no-repeat 0 0;
	height: 30px;
	display: block;
	text-indent:-9000px;
}
nav.media ul li.twitter a{
	background: url('../img/social-media-sprite.png') no-repeat -42px 0;
	height: 30px;
	display: block;
	text-indent:-9000px;
}
nav.media ul li.yelp a{
	background: url('../img/social-media-sprite.png') no-repeat -85px 0;
	height: 30px;
	display: block;
	text-indent:-9000px;	
}


/* EXTENDED */

p img{
	margin: 0 18px 12px 0;
	border: 2px solid #524f26;
	float: left;
}
.slide {
	position: relative;
	width: 980px;
}
.section{
	position: inherit;
	width: 980px;
}
.content {
	position: inherit;
	width: 980px;
	margin-top:36px;
}
.gallery {
	position: inherit;
	margin-top:36px;
}
.gallery img{
	border: 2px solid #524f26;
	margin: 16px;
}
.info-tab{
	position: inherit;
	height: 80px;
	margin-top:24px;
	border: 2px solid #524f26;
	background-color: #fff;
}
.info-tab h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #524f26;
	margin:0 0 0 16px;
}
.info-tab h2{
	font: 25px 'CamboRegular', Arial, sans-serif;
	text-align: left;
	color: #524F26;
	margin:0 0 0 16px;
}
.info-tab h3{
	font: 13px 'CamboRegular', Arial, sans-serif;
	text-align: left;
	color: #524f26;
	margin:0;
}
.info-tab h3 a{
	text-decoration: none;
	color: #524f26;
}
.info-tab h3 a:hover{
	text-decoration:underline;
	color: #81BB3F;
}
.column {
	width: 23%; /*width: 240px;*/
	height: 56px;
	margin: 14px 0 0 12px;
	float: left;
}
.columnFB{
	width: 100px;
	height: 56px;
	margin: 14px 0 0 12px;
	padding-left: 18px;
	float: left;
}
.column3 {
    width: 300px;
}
.column4 {
     width: 360px;
}
.tit {
    height: 60px;
    border: none;
    text-transform: uppercase;
}
.info-row {
    overflow: hidden;
}
.info-row:nth-child(even) {
    background-color:  #e4e4e4;
}
.map-tab{
	background-color: #fff;
	position: inherit;
	margin-top:36px;
	height: 536px;
	border: 2px solid #524f26;
}
.map-tab h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #524f26;
	padding:18px 18px 6px 18px;
}
iframe{
	margin-left: 18px;
}
.map-tab .map small a{
	font-family: arial, helvetica, sans-serif;
	color: #524f26;
	padding-left:18px ;
}
ul.hoteles {
	width: 260px;
	float: left;
}
ul.hoteles li{
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #666;
}
ul.hoteles li span{
	color: #aaa;
}
/* CAESARS */

.caesars-head {
    h5 { font-size: 24px;}
    a {
        background: rgb(209,181,70);
        color: black;
        text-decoration: none;
        padding: 0.75rem 3rem;
        text-align: center;
        font-family: CamboRegular, Arial, sans-serif;
        font-size: 31px;
        border-radius: 9px;
        box-shadow: inset 0 7px 9px -3px rgba(0,0,0,0.2);
        margin: 1rem auto;
        position: relative;
    }
}


/* LANGUAGE */
#language{
	font-size: 13px;
	letter-spacing: 0.03em;
	margin: 0 -488px 0 0;
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 100;
}
	#language p{
		color: #ffffff;
		margin: 0;
		padding: 12px 0;
	}
		#language p a{
			color: #dddddd;
		}	
			#language p a:hover{
				color: #f6f8f6;
				text-decoration: none;
			}
