/* Laptop and Desktop Style */
@media only screen and (min-width : 1024px) {

	/* Start Web Font */
	@font-face {
    font-family: 'amblebold';
    src: url('/CSS/fonts/amble-bold-webfont.eot');
    src: url('/CSS/fonts/amble-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/CSS/fonts/amble-bold-webfont.woff') format('woff'),
         url('/CSS/fonts/amble-bold-webfont.ttf') format('truetype'),
         url('/CSS/fonts/amble-bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;

    }

	@font-face {
	    font-family: 'amblelight';
	    src: url('/CSS/fonts/amble-light-webfont.eot');
	    src: url('/CSS/fonts/amble-light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('/CSS/fonts/amble-light-webfont.woff') format('woff'),
	         url('/CSS/fonts/amble-light-webfont.ttf') format('truetype'),
	         url('/CSS/fonts/amble-light-webfont.svg#amblelight') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
	/* End Web Font */
	
	
	
	/* Start Body Html */
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #f2f2f2;
	}
	/* End Body Html */
	
	
	
	/* Start Header */
	#header {
		z-index: 10;
		width: 100%;
		height: 110px;
		position: fixed;
		background-color: white;
		border-bottom: 1px solid #d9d9d9;
		opacity: 1;
	}
	
	#headercontent {
		width: 1024px;
		height: 110px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo {
		float: left;
		margin-top: 4px;
	}
	
	nav {
		font-family: 'amblelight', sans-serif;
		font-size: 14px;
		float: right;
		margin-top: 24px;
	}
	
	
	/* Links */
	li {
		float: left;
		list-style: none;
		padding-left: 30px;
	}
	
	li a {
		text-decoration: none;
		height: 30px;
		display: block;
		color: grey;
		border-bottom: 1px solid white;
		
		-webkit-color: black;
		-moz-color: black;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	
	li a:hover {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	
	li a:active {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	
	.activelink {
		color: black;
		border-bottom: 1px solid #5c5c5c;
	}
	/* End Header */
	
	
	
	/* Start Content */
	#content {
		width: 1024px;
		height: auto;
		background-color: white;
		display: block;
		position: relative;
		margin-top: 110px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Start Slider */
	#sliderristorante {
		
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 500px;
		background-color: gray;
	}
	
	/* Start UnSlider */
	.banner { 
		position: relative; 
		width: 1024px !important;
		height: 500px !important; 
		overflow: hidden; 
		padding: 0px;
		margin: 0px;
	}

	.banner ul {
		padding: 0px;
		margin: 0px;
	}

	.banner li { 
		list-style: none; 
		padding: 0px;
		margin: 0px;
	}

	.banner ul li { 
		float:left;
	    padding: 0px;
		margin: 0px;
		min-height: 500px;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
		background-size: 100% auto;
		background-position-y: -75px;
	}
			
	.banner .btn, .banner .dot {
			
	}
	
	.banner .dots {
		position: absolute;
		left: 420px;
		bottom: 20px;
	}
			
	.banner .dots li {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 4px;
			
		text-indent: -999em;
			
		border: 2px solid #fff;
		border-radius: 6px;
			
		cursor: pointer;
		opacity: .4;
	}
			
	.banner .dots li.active {
		background: #fff;
		opacity: 1;
	}
	/* End UnSlider */
	
	#wrapper {
		position: relative;
		padding-left: 120px;
		padding-right: 120px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	#contentristorante {
		font-size: 20px;
		line-height: 1.6;
	}
	/* End Content */
				
		
	/* Start Headings */
	h1 {
		font-family: 'amblelight', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 20px;
		color: #262626;
	}
	/* End Headings */


	/* Start Footer */
	footer {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-top: 100px;
		padding-bottom: 100px;
		width: 1024px;
		height: auto;
	}
	
	.Mark {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	
	p.copyright {
		text-align: center;
		font-family: 'amblelight', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		color: #262626;
	}
	
	p a {
		text-decoration: none;
		color: #262626;
	}
	
	p a:hover {
		text-decoration: underline;
		color: #262626;
	}
	/* End Footer */

	/* BEST */
	.bestspacer {
		margin-top:76px;
		margin-bottom: 24px;
		height:10px;
		text-align: center;
	}

	.bestholder {
		text-align: center;
	}

	.bestholder a {
		margin: 0px 19px 38px;
		display: inline-block;
	}
}
/* Laptop and Desktop Style */