/*CSS for Restaurant content type*/

/*
 * Really small screens and up
 */
 /*dev temporary*/



/*Global*/

	 /*
	 * Smalltouch sizes and down
	 */
	
.restaurant-bottom .restaurant-informations .mobile {
	margin-top:70px;
	/*margin-bottom:50px;*/
}
.restaurant-slideshow {
	width: 100%;
	left: 0%;
	margin-left: 0px;
	position: relative;
}

@media only screen and (max-width: 480px) {

}

 /*
 * Tablet portrait sizes and down
 */
@media only screen and (min-width: 768px) {
	.restaurant-slideshow {
		width: 1280px;
		left: 50%;
		margin-left: -640px;
	}
}

/*
 * Desktops/laptops FULL WITDH
 */
@media only screen and (min-width: 1280px) {
	.field-name-field-informations{
		width: 960px;
	    /*margin: 0 auto 200px auto;*/
		margin: 0 auto 0px auto;
	    display: table;
	    z-index: 10;
    	position: relative;
    	width: 100%;
    	
	}
	.field-name-field-informations .field-items .field-items {
	    width: inherit;
	}
	.field-name-field-informations .field-items ul{
		margin:0;
		
	}
	
}
	
	
