/*
Theme Name: Les Bouchons Lyonnais
Theme URI: http://bouchons.webssa.com/
Author: SSA
Author URI: http://ssa-outsourcing.com/
Description: Responsive theme for Les Bouchons Lyonnais website
Version: 1.0
License:
License URI:
*/

@font-face{
	font-family:'MostraOneRegular';
	src:url('fonts/MostraOneRegular.eot');
	src:url('fonts/MostraOneRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/MostraOneRegular.woff') format('woff'),
		url('fonts/MostraOneRegular.ttf') format('truetype'),
		url('fonts/MostraOneRegular.svg#framd') format('svg');
	font-weight:normal;
	font-style:normal;
}
.pie{
	border:11px solid #35b70e;
	-moz-border-radius:32px;
	-webkit-border-radius:32px;
	border-radius:32px;
	box-shadow:0 0 10px #000;
	background:linear-gradient(#fff, #000);
	background:-webkit-linear-gradient(#fff, #000);
	-pie-background:linear-gradient(#fff, #000);
	behavior:url(pie/PIE.htc);
}
body{
	margin:0;
	font:14px Arial,Verdana,sans-serif;
	background:#3e3e4d;
	color: #fff;
}
div{
	overflow:hidden;
}
img{
	border:none;
	display:block;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
input, textarea{
	outline:none;
	margin:0;
	padding:0;
}
select{
	margin:0;
}
ul, ol, menu{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	outline:none;
	text-decoration:none;
	cursor:pointer;
	color: #e77545;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
}
table, tbody, th, td{
	border:0;
	padding:0;
	border-collapse:collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
hr {
	height: 1px;
	border: none;
	background: #fff;
	margin: 25px 0;
}
.mobile{
	display:none;
}
.no_mobile{
	display:block;
}
.tablet{
	display:none;
}
/*header*/
header{
	position:relative;
}
a.logo{
	position:absolute;
	top:5%;
	left:5%;
	z-index:10;
	width:40%;
	max-width:413px;
	float:left;
}
a.logo img{
	width:100%;
	max-width:413px;
}
menu.language{
	position:absolute;
	top:23px;
	right:22px;
	z-index:9999;
}
menu.language li{
	float:left;
	margin:0 0 0 8px;
}
.device{
	position:relative;
}
.device .arrow-left,
.device .arrow-right{
	display:none;
}
.content-slide{
	padding:20px;
	color:#fff;
}
.title{
	font-size:25px;
	margin-bottom:10px;
}
.slider_block img{
	width:100%;

}
.pagination{
	display:none;
}
.swiper-pagination-switch{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#999;
	box-shadow:0px 1px 2px #555 inset;
	margin:0 3px;
	cursor:pointer;
}
.swiper-active-switch{
	background:#fff;
}
.swiper-container{
	margin:0 auto;
	max-height:600px;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}
.swiper-wrapper{
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper{
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto;
}
.swiper-slide{
	float:left;
}
.clear {
	zoom: 1;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal{
	-ms-touch-action:pan-y;
}
.swiper-wp8-vertical{
	-ms-touch-action:pan-x;
}
.main_menu{
	background:url(img/main_menu.png) repeat-x 0 0;
	padding:4px 0 9px;
	margin:-4px 0 0;
	position:relative;
}
.main_menu div {
	max-width:1024px;
	margin: 0 auto;
}
.main_menu ul {
	display: table;
	width:100%;
	height:55px;
	margin:0 auto;
	font:17px 'MostraOneRegular';
	text-align:center;
}
.main_menu li {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border-left:1px solid #e77545;
	cursor: pointer;
}
.main_menu li:first-child {
	border:0;
}
.main_menu li:hover,
.main_menu li.current-menu-item,
.main_menu li.current-page-ancestor {
	background:#f6ead2;
	box-shadow:inset 8px 8px 10px #c4baa7;
}
.main_menu a{
	color:#fff;
	display:block;
	white-space: pre-wrap;
}
.main_menu li:hover a,
.main_menu li.current-menu-item a,
.main_menu li.current-page-ancestor a {
	color:#e77545;
	text-decoration:none;
}
.mobile_menu_block{
	display:none;
}
/*mobile_menu*/
.mobile_menu_block div{
	overflow:visible;
}
.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:pointer;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	filter:alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity:.5; /* safari 1.x */
	-moz-opacity:.5; /* ff lt 1.5, netscape */
	color:#999999;
}
.ddcommon .clear{clear:both}

.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:50%; left:95%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{ height:42px;}
.dd .divider{border-left:2px solid #fff; right:36px; display:none;}
.dd .arrow{width:18px;height:12px; margin:-6px 0 0 -18px; background:url(img/dd_arrow.png) no-repeat;}
.dd.borderRadiusTp .arrow{background:url(img/dd_arrow_active.png) no-repeat;}
.dd .ddTitle{color:#f6ead2; background:url(img/main_menu.png) repeat-x 0 50%;}
.dd .ddTitle .ddTitleText{line-height:42px; color:#fff; display:block; overflow:hidden; padding:0 0 0 15px;}
.dd.borderRadiusTp .ddTitleText{background:#f6e9d2 url(img/drop_menu.png) repeat-x 0 100%; color:#e77545;}
/*.dd .ddTitle .ddlabel{background:url(img/dd_arrow.png) no-repeat 100% 50%; padding:0 40px 0 0;}
.dd.borderRadiusTp .ddlabel{background:url(img/dd_arrow_active.png) no-repeat 100% 50%;}*/
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{background:#fff;}
.dd .ddChild li{padding:0; background:url(img/main_menu.png) repeat-x 0 50%; border-top:1px solid #fff; line-height:42px;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#fff; background:url(img/dd_arrow_right.png) no-repeat 98% 50%; display:block; padding:0 0 0 10px;}
.dd .ddChild li.hover{background:#f6e9d2 url(img/drop_menu.png) repeat-x 0 100%;}
.dd .ddChild li.hover .ddlabel{ color:#e77545; background:url(img/dd_arrow_right_active.png) no-repeat 98% 50%;}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background:#f6e9d2 url(img/drop_menu.png) repeat-x 0 100%; color:#e77545;}
.dd .ddChild li.selected .ddlabel{ background:url(img/dd_arrow_right_active.png) no-repeat 95% 50%;}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	color: #e77545;
	margin-top: 8px;
	text-align: center;
}
img.alignleft {
	margin: 12px 12px 12px 0;
}
img.alignright {
	margin: 12px 0 12px 12px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.content_holder{
	max-width:89%;
	margin:50px auto 0;
}

/*content*/
.find-bouchons{
	float:none!important;
	padding-left:15%;
	width:auto!important;
}
.content{
	float:right;
	width:100%;
	max-width:710px;
	margin:0 0 10px;
}
.content_home .content{
	max-width:60%;
	float: left;
}
h2 {
	font:22px 'MostraOneRegular';
	line-height:24px;
	color:#e77545;
	text-align:left;
	margin: 0 10px 13px 0;
}
.content_home h2 {
	overflow:hidden;
	background:url(img/bg_title.gif) repeat-x 0 50%;
	font:25px 'MostraOneRegular';
	line-height:28px;
	color:#e77545;
	text-align:center;
	margin:0 10px 13px 0;
}
.content_home h2 span {
	background:#3e3e4d;
	padding:0 10px;
}
.zoom img {
	height: 100%;
	width: 47%;
	/*max-width: 48%;*/
}
.zoom .shadow-block{
	height: 250px;
}
.shadow_block{
	box-shadow:3px 4px 10px #131717;
	margin:0 10px 15px 0;
	background: #e67646;
	position:relative;
	line-height: 18px;
}
.shadow_block img{
	float:left;
	margin:0 10px 0 0;
}
.orange_block{
	text-align:justify;
	color:#fff;
	padding:25px 25px 0;
}
.orange_block p {
	padding-bottom: 45px;
}
.detailsclick {
	cursor: pointer;
}
h3{
	font: 17px 'MostraOneRegular';
	text-align:center;
	margin:0 0 20px;
}
.man{
	position:absolute;
	bottom:5px;
	right:0;
}
.orange_block .man img {
	width: 37px;
	max-width: none;
}
a.arrow{
	float:right;
}
a.arrow img{
	margin:2px 0 -8px;
}
.news{
	margin:20px 0 0 -10px;
}
.news .shadow_block{
	float:left;
	width:49%;
	/*max-width:300px;*/
	/*margin-left:10px;*/
	margin:0 1% 15px 0;
}
.news img{
	float:none;
	margin:auto;
	}
/*.news .orange_block{
	padding:25px 25px 50px;
}*/
.news h2{
	margin-left:10px;
}
/*right_column*/
aside.right{
	float:right;
	/*max-width:278px;*/
	max-width: 35%;
	width: 40%;
	margin-top: -25px;
}
.search input,
.newsletter input,
.rest_name input{
	float:left;
	width:100%;
	height:17px;
	padding:2px 0;
	background:#fff;
	font:13px Arial;
	color:#959595;
	border:0;
	margin:3px 0 0;
	text-indent:10px;
}
.search input[type="submit"],
.newsletter input[type="submit"],
.rest_name input[type="submit"]{
	float:right;
	width:30px;
	height:31px;
	background:url(img/search.png) no-repeat 0 0;
	margin:0 0 0 5px;
	cursor:pointer;
}
.newsletter input[type="submit"]{
	background:url(img/ok.png) no-repeat 0 0;
}
.search strong,
.newsletter strong{
	display:block;
	margin:10px 0 0;
	font:15px 'MostraOneRegular';
	color:#e77545;
}
.mobile_search {
	display: none;
}
.newsletter .wysija-msg .allmsgs div {
	box-shadow: 3px 4px 10px #131717;
	margin: 0 10px 15px 0;
	background: #e67646;
	position: relative;
	border: none;
}
.newsletter {
	position: relative;
	padding-bottom: 20px;
}
.newsletter div.input .formError {
	left: 0 !important;
	top: auto !important;
	bottom: 0 !important;
}
.join {
	position:relative;
	margin:0 0 60px;
}
.join a:hover i{
	text-decoration:underline;
}
.join img{
	width:100%;
}
.join i{
	position:absolute;
	top:15%;
	/*left:-22px;*/
	width:100%;
	text-align:center;
	color:#f6ead2;
	font:0.97vw 'MostraOneRegular';
}
.join2 {
	position:relative;
	margin:18px 0 13px;
	padding-top:10px;
	float: right;
}
.join2 a:hover i{
	text-decoration:underline;
}
.join2 img{
	/*width:100%;*/
}
.join2 i{
	position:absolute;
	top:21px;
	left:-22px;
	width:100%;
	text-align:center;
	color:#f6ead2;
	font:15px 'MostraOneRegular';
}
#partners_slideshow {
	/*display: block;*/
	height: 210px;
	width: 100%;
}
#partners_slideshow .partners_slides{
	height: 90%;
	position: relative;
	border-bottom: 3px solid #e67646;
}
.partners_slides div {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}
.partners_slides img {
	height: 100%;
	width: 100%;
}
#partners_slideshow span{
	display: block;
	background: #e67646; 
	height: 30px;
	color: #fff;
	
	font: 17px 'MostraOneRegular';
	line-height: 30px;
	text-align: center;
}
#partners-more{
	padding-top: 20px;
	background-color: white;
	text-align:center;
	color:black;
	font-size:12px;

}
.partners-more-block{
	float: left;
	padding-bottom: 49px;
	height: 100px;
	width:47%;
	margin-left: 2%;
	
}
.partners-more-block-image{
	width: 100%;
	height: 100%;
	padding-bottom: 7px;
        background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.partners-more-block-hr{

background-color:black;
margin:4px 0px 4px!important;
}

/*footer*/
footer{
	position: relative;
	padding: 100px 0 25px;
	overflow:hidden;
	background:url(img/bg_city.png) repeat-x 0 100%;
}
footer a{
	color:#fff;
	font:17px 'MostraOneRegular';
}
.align_center{
	position:relative;
	left:50%;
	float:left;
	overflow:visible;
}
.inside{
	position:relative;
	right:50%;
	z-index:1;
}
footer menu li{
	display:inline;
	margin:0 14px;
}
footer.line{
	background:none;
	padding-top: 30px;
}
div.line{
	display:none;
}
footer.line div.line{
	display:block;
	background:url(img/bg_title.gif) repeat-x 0 0;
	height:8px;
	margin:0 auto 20px;
	max-width: 970px;
	width: 100%;
}
footer menu.language{
	position:static;
	text-align:center;
	margin:10px 0 0;
	display: none
}
footer menu.language li{
	margin:0 4px;
	width:auto;
	float:none;
	border:0;
}
footer menu.language li img{
	display:inline;
	width:25px;
}
.inner_logo{
	height:300px;
	background:#e77545;/* url(img/inner_logo.png) no-repeat 50% 50%;*/
	position:relative;
}
.inner_logo .back_strip {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	z-index: 0;
	margin: -40px 0 0 -447px;
}
.inner_logo div{
	max-width:970px;
	margin:0 auto;
	position:relative;
	z-index: 1;
	min-height:300px;
}
.inner_logo a.logo{
	top:35px;
	left:50%;
	width:300px;
	margin:0 0 0 -150px;
}
.inner_logo a.logo img{
	max-width:300px;
}
.left_column{
	float:left;
	overflow:visible;
	width:100%;
	max-width:227px;
	margin:0 10px 20px 0;
}
.left_column h3{
	text-align:center;
	font:21px 'MostraOneRegular';
	line-height:25px;
	color:#e77545;
	margin-bottom:30px;
}
.left_column h3 span{
	background:url(img/dot.png) no-repeat 0 50%;
}
.left_column h3 i{
	font-style:normal;
	background:url(img/dot.png) no-repeat 100% 50%;
	padding:0 15px;
}
.white_line{
	border-right:1px solid #f6ead2;
	position: relative;
}
.rest_name{
	margin:0 0 10px;
}
.rest_name input{
	text-indent:5px;
}
.rest_name input[type="submit"]{
	margin-right:19px;
}
.mapler hr {
	width: 70%;
	margin: 20px auto;
}
.mapler hr.short {
	width: 30%;
}
.paris_block {
	text-align: center;
	margin-right: 20px;
}
.left_column h4,
.paris_block a {
	font:15px 'MostraOneRegular';
	line-height:25px;
	color:#f6ead2;
}
.left_column h5 {
	display: none;
}

.accordion{
	/*display:table;*/
	margin:0 20px 0 0;
	width:100%;
	max-width:206px;
}
.accordion h3{
	background:url(img/main_menu.png) repeat-x 0 50%;
	margin:10px 0 0;
	padding:0 20px 0 15px;
	font:15px 'MostraOneRegular';
	color:#f6ead2;
	cursor:pointer;
	text-align:left;
}
.accordion h3:hover,
.accordion h3.active{
	background:url(img/drop_menu.png) repeat-x 0 50%;
	color:#E77545;
}
.accordion h3 span{
	display:block;
	line-height:25px;
	padding:2px 0 0;
	background:url(img/accordion_arrow.png) no-repeat 100% 50%;
}
.accordion h3:hover span,
.accordion h3.active span{
	background:url(img/accordion_arrow_active.png) no-repeat 100% 50%;
}
.accordion .acc_content {
	display: none;
}
.no-js .accordion .acc_content {
	display: block;
}
.accordion > div{
	background:#f7f7f7 url(img/grad.gif) repeat-x 0 0;
	margin:0;
	padding:10px 5px;
	border-left:solid 1px #c4c4c4;
	border-right:solid 1px #c4c4c4;
}
.districts,
.workdays,
.workhours {
	font-size:13px;
	color:#e77545;
	margin:0 0 0 15px;
}
.workdays,
.workhours {
	float: left;
}
.workhours {
	margin-top: 32px;
}
.districts input[type="checkbox"],
.workdays input[type="checkbox"],
.workhours input[type="checkbox"] {
	display: none;
}
.districts input[type="checkbox"] + label:before,
.workdays input[type="checkbox"] + label:before,
.workhours input[type="checkbox"] + label:before {
	display: inline-block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(img/checkbox.png) no-repeat 0 0;
	position: relative;
	top: 1px;
	left: -2px;
}
.districts input[type="checkbox"]:checked + label:before,
.workdays input[type="checkbox"]:checked + label:before,
.workhours input[type="checkbox"]:checked + label:before {
	background: url(img/checkbox.png) no-repeat 0 -22px;
}
.accordion input[type="submit"]{
	float:right;
	width:30px;
	height:31px;
	border:0;
	background:url(img/search.png) no-repeat 0 0;
	cursor:pointer;
	overflow: hidden;
	text-indent: 100px;
	clear: both;
	margin-top: -21px;
}
.districts + input[type="submit"] {
	margin-top: 0;
}
.districts hr {
	background-color: #e77545;
	margin: 10px 14px 10px -1px;
}
.accordion td{
	border-left:2px solid #ec9e77;
}
.accordion td:first-child{
	border:0;
}
.accordion td .districts,
.accordion td .workdays {
	margin:0 10px;
}
.or_btns{
	margin:0 20px 0 0;
}
.or_btns input {
	display: none;
}
.or_btns label{
	background:url(img/main_menu.png) repeat-x 0 50%;
	display:block;
	font:15px 'MostraOneRegular';
	line-height:25px;
	padding:2px 0 0;
	margin:10px 0 0;
	color:#f6ead2;
	text-align:center;
}
.or_btns input:checked + label,
.or_btns label:hover{
	background:url(img/drop_menu.png) repeat-x 0 50%;
	color:#E77545;
	text-decoration:none;
}
.list_labels{
	color:#fff;
	position: relative;
	padding-bottom: 115px;
}
.list_labels h2 {
	overflow:hidden;
	background:url(img/bg_title.gif) repeat-x 0 50%;
	font:25px 'MostraOneRegular';
	line-height:28px;
	text-align:left;
	padding:0 0 0 20px;
}
.list_labels h2 span{
	background:#3e3e4d;
	padding:0 10px;
}
.list_labels h5 {
	margin:20px 0 0;
}
h5{
	font:16px 'MostraOneRegular';
	line-height:24px;
	color:#fff;
	padding:0 0 0 15px;
	background:#575769;
}
.results_list{
	margin:20px 0 0 -10px;
}
.results_list li{
	float:left;
	width:228px;
	height:170px;
	margin:0 0 10px 10px;
}
.results_list img{
	width:100%;
	height:146px;
}
.results_list a.name{
	display:block;
	background: #e77545;
	font:16px 'MostraOneRegular';
	line-height:24px;
	text-align:center;
	color:#fff;
}
.results_list .info{
	position:absolute;
	z-index: 2;
	top:0;
	left:0;
	background:url(img/transparent.png) repeat 0 0;
	color:#3e3e4d;
	font:17px 'MostraOneRegular';
	display:none;
}
.results_list .info i {
	font-size: 14px;
}
.results_list li{
	position:relative;
	cursor: pointer;
}
.results_list li:hover .info {
	display: block;
}
.ver_align{
	display:table;
	overflow:visible;
}
*+ html .ver_align{
	position:relative;
	display:block;
}
.sub{
	text-align:center;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	overflow:visible;
}
*+ html .sub{
	position:absolute;
	top:50%;
	display:block;
}
*+ html .sub span{
	position:relative;
	top:-50%;
}
.results_list .info .ver_align{
	width:228px;
	height:146px;
}
.results_list .info i{
	font-style:normal;
	font-size:12px;
}
.results_list .info a {
	color: #3e3e4d;
}
.results_list .rel{
	width:100%;
	height:146px;
	position:relative;
}
.results_list .rel a.man{
	position:absolute;
	bottom:5px;
	right:10px;
}
.results_list .rel a.plus{
	position:absolute;
	bottom:5px;
	right:5px;
}
.results_list .rel img{
	width:auto;
	height:auto;
}
.results_list .rel a.plus img {
	width:40px;
	height: 40px;
}
.filterhidden,
.counthidden {
	display: none;
}
.orange_btn{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 50px 0;
}
.no-js .orange_btn {
	display: none;
}
.orange_btn.mobile {
	position: static;
}
.orange_btn a{
	display:block;
	background:url(img/main_menu.png) repeat-x 0 0;
	font:17px 'MostraOneRegular';
	line-height:30px;
	padding:4px 15px 0;
	color:#f6ead2;
	text-decoration: none;
}
.no_results {
	display: none;
}

.restaurant_details .return_button {
	text-align: center;
	margin-bottom: 25px;
}
.restaurant_details .return_button a {
	background: url(img/main_menu.png) repeat-x 0 50%;
	font: 14px 'MostraOneRegular';
	display: inline-block;
	padding: 0 7px;
	line-height: 25px;
	margin: 0 auto 5px;
	color: #f6ead2;
	box-shadow:2px 3px 2px #2d2d38;
}
.restaurant_details .return_button a:hover {
	background: url(img/drop_menu.png) repeat-x 0 50%;
	color: #e77545;
	text-decoration: none;
}
.restaurant_details .white_line {
	padding-right: 8px;
}
.restaurant_details .left_column h3 {
	font-size: 18px;
	padding-right: 9px;
	background: url(img/dot.png) no-repeat 100% 7px;
	margin-bottom: 25px;
}
.restaurant_details .left_column h3 span{
	/*margin-left: -15px;*/
	padding-left: 9px;
	display: block;
	background: url(img/dot.png) no-repeat 0 7px;
}
.restaurant_details .left_column h3 i{
	padding: 0;
	background: none;
	text-align: center;
}
.restaurant_details .left_column section {
	margin-bottom: 10px;
}
.restaurant_details .left_column h4 {
	font-size: 15px;
	color: #e77545;
	text-align: center;
	display: block;
}
.restaurant_details .left_column li a {
	font: 15px 'MostraOneRegular';
	line-height: 25px;
	color: #fff;
	padding-left: 21px;
}
.restaurant_details .left_column li.active a,
.restaurant_details .left_column li a:hover {
	position: relative;
	text-decoration: none;
	color: #e77545;
}
.restaurant_details .left_column li.active .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 25px;
	background: url(img/active_mark.png) no-repeat 0 50%;
}
.restaurant_details .search {
	max-width: 275px;
}
.restaurant_details h2 {
	background: url(img/fold_strip.png) no-repeat 100% 100%;
	height: 39px;
	color: #fff;
	color: #fff;
	float:left;
	padding: 0 70px 0 0;
	font-size: 20px;
	line-height: 30px;
}
.restaurant_details h2 span {
	background: url(img/fold_strip.png) no-repeat 0 0;
	padding: 0 0 0 70px;
	display: block;
	height: 39px;
}
.restaurant_details .description {
	margin: 20px 0 25px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 50px;
	background: url(img/picto.png) no-repeat 50% 100%;
}
.restaurant_details .owner_photo {
	max-width: 180px;
	max-height: 300px;
	float: left;
	margin-right: 30px;
}
.restaurant_details .description h4 {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 14px;
}
.restaurant_details .description h4 .owner{
	text-transform: uppercase;
	font-weight: bold;
}
.restaurant_details .description h4 span.surname {
	text-transform: uppercase;
}
.restaurant_details .info section {
	float: left;
	color: #fff;
	/*color: #f2e9d2;*/
}
.phone,
.phone a{
	color: #fff !important;
}
.restaurant_details .info .border_strips {
	border-left: 1px solid #f6ead2;
	border-right: 1px solid #f6ead2;
	max-width: 215px
}
.restaurant_details .info .wide {
	padding: 0 30px;
}
.restaurant_details .info section h3 {
	color: #e77545;
	margin: 0 0 10px;
}
.restaurant_details .info span {
	font-size: 14px;
}
.restaurant_details .info .coordinates {
	padding-right: 30px;
	max-width: 145px;
}
.restaurant_details .info .coordinates h3{
	text-align: left;
}
.restaurant_details .info .phone {
	font-size: 16px;
	margin: 5px 0;
}
.restaurant_details .info .website a{
	color: #fff;
	text-decoration: none;
}
.restaurant_details .info .website a:hover {
	color: #e77545;
}
.restaurant_details .info .sunday {
	display: block;
	margin-top: 15px;
	border-top: 1px solid white;
	padding: 12px 20px 0;
	text-transform: uppercase;
	color: #e77545;
}
.restaurant_details .info .menu,
.restaurant_details .info .map {
	display: block;
	height: 30px;
	background: url(img/orange1.png) repeat-x 0 50%;
}
.restaurant_details .info .menu a,
.restaurant_details .info .map a {
	display: block;
	height: 30px;
	font: 15px 'MostraOneRegular';
	line-height: 30px;
	padding: 0 20px 0 25px;
	background: url(img/circle.png) no-repeat 0 50%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.restaurant_details .info .menu {
	margin-bottom: 15px;
}
/*.restaurant_details .gallery {
	width: 100%;
	min-width: 690px;
}*/
.restaurant_details .gallery .full_image {
	float: left;
	width:100%;
	max-width: 480px;
	height: 300px;
	position: relative;
}
.restaurant_details .full_image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.restaurant_details .full_image img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: 300px;
	vertical-align: middle;
}
#thumbs {
	opacity: 1 !important; /* override gallerific action */
}
.restaurant_details .thumbs {
	float: left;
}
.restaurant_details .thumbs li {
	float: left;
	margin: 0 0 15px 15px;
}
.restaurant_details .thumbs img {
	width: 90px;
	height: 90px;
}

/* SEARCH PAGE */
.search_results {
	margin: 0;
	float: none;
	width: auto;
	max-width: none;
}
.search_results .shadow_block {
	cursor: pointer;
}
.search_results h3 {
	overflow: hidden;
	background: url(img/bg_title.gif) repeat-x 0 50%;
	font: 25px 'MostraOneRegular';
	line-height: 28px;
	color: #e77545;
	margin-top: 30px;
}
.search_results h3 span {
	background: #3e3e4d;
	padding: 0 10px;
}
.search_results h4 {
	font: 20px 'MostraOneRegular';
	line-height: 24px;
	color: #e77545;
	margin: 15px 0 10px;
}
.search_results .show_all {
	text-align: right;
	padding-right: 25px;
}
.search_results .search .input {
	width: 300px;
	float: right;
}
.restaurants_results .img_wrap {
	float: left;
	margin-right: 15px;
	max-height: 100px;
	width: 160px;
}
.restaurants_results img {
	width: 100%;
}
.restaurants_results a,
.content_results a {
	color: #fff;
}
.restaurants_results a.name,
.content_results a.title {
	font: 17px 'MostraOneRegular';
	margin-bottom: 10px;
	display: block;
}
.restaurants_results span {
	font: 17px 'MostraOneRegular';
	display: block;
	margin-bottom: 5px;
}
.restaurants_results span.address {
	font-size: 14px;
}
.restaurants_results .shadow_block,
.content_results .shadow_block,
.noresults.shadow_block,
.news_list .shadow_block {
	padding: 15px;
}
.news_list .shadow_block:after {
	display: block;
	content: '';
	clear: both;
}
.news_list .shadow_block img {
	max-width: 200px;
}
.news_list .text {
	padding-bottom: 1.5em;
}
.content_page.content {
	max-width: none;
	font-size: 14px;
	line-height: 21px
}
.news_page article {
	width: 640px;
	float: left;
}
.news_list .pager {
	text-align: center;
	font-size: 17px;
}
.news_list .shadow_block .more {
	color: #085394;
	/* float: right; */
	position: absolute;
	bottom: 15px;
	right: 15px;
}
article div.shadow_block {
	padding: 15px;
}
ol {
	list-style: decimal;
	padding-left: 40px;
}
/* Styles For Calendar */
.eventcalendar {
	width: 320px;
}
.calendar{
	overflow: visible;
	float:left;
	margin:0px 25px 0 0;
	width: 150px;
}
.calendar table {
	width: 100%;
	border-spacing: 0;
}
.calendar td,
.calendar th {
	width: 14.3%;
	padding: 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: default;
}
.calendar th {
	text-align: left;
	text-transform: capitalize;
}
.calendar td a{
	color:#dd3b19;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align:center;
	text-decoration: none;
}
.calendar .calendar_today {
	color: #e77545;
}
.calendar .calendar_selected{
	background-color: #dd3b19;
}
.calendar .calendar_selected a {
	color: #fff;
}
.calendar .calendar_header {
	background: url(img/orange1.png) repeat-x 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
	padding: 1px 0;
	text-transform: capitalize;
}
.calendar .calendar_header a {
	color: #fff;
	text-decoration: none;
}
.calendar .calendar_month {
	padding: 0 5px;
}

.eventcalendar .shortinfo,
.eventcalendar .fullinfo {
	display: none;
}
.eventcalendar .shortinfo {
	position: relative;
	height: 162px;
	color: #fff;
}
.eventcalendar .shortinfo.calendar_selected{
	display: block;
}
.eventcalendar .shortinfo h4 {
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 1.15em;
	padding: 1px 0;
}
.eventcalendar .shortinfo p {
	font-size: 12px;
	line-height: 1.25em;
	margin: 0 0 5px;
}
.eventcalendar .shortinfo .man {
	bottom: 5px;
	right: 5px;
}

.fancybox-overlay .fancybox-skin {
	background: #e67646;
	color: #fff;
	border-radius: 0;
}
.fullinfo .bg_popup_top {
	height: 68px;
	background: url(img/main_menu.png) repeat-x 0 0;
}
.fullinfo h4 {
	font: 17px 'MostraOneRegular';
	line-height: 60px;
	text-align: center;
}
.fullinfo .text {
	padding: 15px;
}
.fullinfo .image .text {
	margin-left: 215px;
}
.fullinfo .photo {
	width: 200px;
	margin-left: 15px;
	float: left;
}
.fullinfo .photo img {
	max-width: 100%;
}
.fullinfo .attachment {
	padding: 15px;
}
.fullinfo .attachment span {
	background: url(img/orange1.png) repeat-x 0 0;
	display: inline-block;
}
.fullinfo .attachment a {
	font: 15px 'MostraOneRegular';
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
}

.fl_r{
	float:right;
	width:100%;
	max-width:275px;
}
.gallery{
	clear:both;
}
.post_content p,
.post_content ol,
.post_content ul {
	margin-bottom: 0.5em;
	text-align: justify;
}
.post_content .left_text_column {
	width: 48%;
	float: left;
}
.post_content .right_text_column {
	width: 48%;
	float: left;
	margin-left: 4%;
}
.post_content .side_qoute {
	max-width: 265px;
	margin: 0 15px 15px;
	font-weight: bold;
	font-size: 17px;
	text-align: justify;
}
.post_content .side_qoute.alignright {
	float: right;
	margin-right: 0;
}
.post_content .side_qoute.alignleft {
	float: left;
	margin-left: 0;
}
.post_content blockquote {
	margin: 0;
	padding-left: 65px;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	background: url(img/blockquote.png) no-repeat 0 0;
}
.post_content blockquote i {
	font-size: 20px;
	font-weight: normal;
}
.post_content ul li {
	padding-left: 12px;
	background: url(img/list_marker.png) no-repeat 0 8px;
}
.post_content hr {
	height: 1px;
	background: #fff;
	border: none;
}
.content_page .left_text_column,
.content_page .right_text_column {
	width: 48%;
	float: left;
	text-align:justify;
}
.content_page .right_text_column {
	margin-left: 4%;
}
.content_page .one_column {
	width: 82%;
}
.landing h2{
	font-size:21px;
}
.landing h3,
.content_page article h3 {
	text-align:left;
	font:17px 'MostraOneRegular';
	line-height: 24px;
	font-weight: bold;
	color: #bf3d20;
	display: block;
}
.news_list article h3 a {
	color: #fff;
	font: 17px 'MostraOneRegular';
}
h2.line{
	overflow:hidden;
	background:url(img/bg_title.gif) repeat-x 0 50%;
	font:21px 'MostraOneRegular';
	line-height:28px;
	text-align:left;
	margin-top: 12px;
}
h2.line span{
	background:#3e3e4d;
	padding:0 10px 0 0;
	float:left;
}
.landing .press_items li img{
	float:none;
	width:100%;
	max-width:none;
}
.landing ul.daughter_pages{
	overflow:hidden;
	margin:0 -16px 0;
	/*text-align: center;*/
}
.landing .daughter_pages li{
	/*display: inline-block;*/
	float: left;
	overflow:hidden;
	position: relative;
	border-left:1px solid #fff;
	max-width:299px;
	padding:0 14px 20px;
	margin:30px 0 0;
	/*text-align: left;
	vertical-align: top;*/
}
/*.landing .daughter_pages li.threeCols {
	padding-left: 0;
	border-left: 0;
	margin-left: 15px;
}
.landing .daughter_pages li.threeColsLast {
	padding-right:0;
	margin-right: 15px
}*/
.daughter_pages li strong{
	font:17px 'MostraOneRegular';
	color:#cd754a;
}
.daughter_pages li img{
	width:100%;
	margin:0 auto 20px;
	max-width:299px;
}
.daughter_pages li p{
	color:#fff;
	margin:10px 0;
	text-align: justify;
}
.daughter_pages li a.more{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size:10px;
	text-transform:uppercase;
	color:#cd754a;
	background:url(img/arrow_right1.png) no-repeat 100% 50%;
	padding:0 15px 0 0;
}
.external_link {
	text-align: right;
	margin: 25px 0;
}
.external_link a {
	color:#cd754a;
	background:url(img/arrow_right1.png) no-repeat 100% 50%;
	padding:0 15px 0 0;
}
/*.daughter_pages li:first-child {
	border: none;
}*/
article.narrow {
	float: left;
	width: 640px;
}
div.side_block {
	width: 260px;
	padding: 15px;
	float: right;
}
div.side_block h2 {
	color: #fff;
}
div.side_block p {
	margin: 8px 0;
	text-align: justify;
}
div.side_block a {
	color: #3e3e4d;
	font-weight: bold;
}
div.side_block img {
	float: none;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto;
}

/* Press */
.press h2,
.zoom_sur h2,
.news_list h2 {
	background: url(img/dot.png) no-repeat 0 50%;
	padding-left: 15px;
	margin-bottom: 15px;
}
.press h2 span,
.zoom_sur h2 span,
.news_list h2 span {
	background: url(img/dot.png) no-repeat 100% 50%;
	padding-right: 15px;
}
span.year {
	font: 22px 'MostraOneRegular';
	line-height: 24px;
	color: #bf3d20;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
}
.press_items {
	overflow: hidden;
}
ul.press_items  li {
	float: left;
	position: relative;
	width: 280px;
	padding: 0 25px 45px 15px;
	margin-bottom: 30px;
	border-right: 1px solid #f6ead2;
	background: none;
}
.press_items li.item-1,
.press_items li.item-4,
.press_items li.item-7 {
	border-left: 1px solid #f6ead2;
	padding-left: 14px;
}
.press_items li h3,
.press_items li .date {
	font: 14px Arial;
	text-align: left;
	margin: 0;
	color: #e77545;
	text-transform: uppercase;
	font-weight: bold;
}

.press_items li .date {
	display: block;
	margin-bottom: 15px;
}
.press_items li img {
	float: right;
	max-width: 135px;
	margin-left: 10px;
}
.press_items li p {
	color: #fff;
	text-align: left;
	overflow: hidden
}
.press_items .link {
	margin-top: 20px;
	clear: both;
	text-align: center;
	float: left;
	position: absolute;
	left: 50%;
	overflow: visible;
}
.press_items .link a {
	background: url(img/orange1.png) repeat-x 0 0;
	display: block;
	float: left;
	position: relative;
	right: 50%;
	padding: 0 12px;
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
	margin-bottom: 3px;
	text-decoration: none;
}
.press_items .link span {
	font: 12px 'MostraOneRegular';
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.press div.line{
	display:block;
	background:url(img/bg_title.gif) repeat-x 0 0;
	height:8px;
	margin:30px auto;
	max-width: 470px;
	width: 100%;
}
.press .pagination {
	display: block;
	margin-top: 50px;
	padding-left: 50%;
	margin-left: -135px; /* button width + right margin*/
	font: 12px 'MostraOneRegular';
	text-transform: uppercase;

}
.news_page .pagination,
.zoom_sur .pagination {
	display: block;
	width: 290px;
	float: right;
	margin: 0 10px 0 0;
	font: 12px Arial;
	text-transform: none;
}
.pagination a,
.pagination .noitems {
	background: url(img/orange1.png) repeat-x 0 0;
	width: 130px;
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.3);
	margin: 0 5px 3px;
	text-decoration: none;
	text-align: center;
	float: left;
}
.news_page .pagination a,
.zoom_sur .pagination a,
.news_page .pagination .noitems,
.zoom_sur .pagination .noitems {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.news_page .pagination a,
.news_page .pagination .noitems {
	font: 15px "MostraOneRegular";
	line-height: 24px;
	color: #fff;
}
.pagination .noitems {
	background: #535364;
	cursor: default;
}
.pagination .noitems span {
	color: #3e3e4d;
}
.pagination a span,
.pagination .noitems span{
	line-height: 24px;
	display: block;
	color: #fff;
}
.restautants_list,
.pages_list {
	float: left;
	width: 40%;
	margin: 0 4.5%;
}
.restautants_list ul li,
.pages_list ul li {
	font-size: 14px;
	line-height: 20px;
	background: none;
	padding: 0;
}
.restautants_list li li,
.pages_list li li {
	padding-left: 5px;
}

.restautants_list li li:before,
.pages_list li li:before {
	content: '▬';
	margin-right: 5px;
}

.restautants_list a,
.pages_list a {
	color: #fff;
}
.site_watermerk {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.site_watermerk a {
	font: 12px Arial,Verdana,sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.site_watermerk .com {
	color: #d20380;
	font-weight: bold;
}
.site_watermerk .too {
	color: #000;
	font-weight: bold;
}
#office_map {
	height: 400px;
	width: 100%;
	max-width: 600px;
}
#office_map div {
	overflow: visible;
}
#contact_form {
	width: 600px;
	padding-bottom: 20px;
}
#contact_form label {
	display: block;
	float: left;
	width: 180px;
	padding-right: 10px;
	text-align: right;
	line-height: 21px;
}
#contact_form .wpcf7-form-control-wrap {
	margin-left: 190px;
	display: block;
}
#contact_form div {
	padding: 5px;
	overflow: visible;
}
#contact_form input[type="text"],
#contact_form input[type="password"],
#contact_form input[type="email"],
#contact_form textarea {
	width: 250px;
	padding: 2px 5px;
	border: 1px solid #dadada;
}
#contact_form select {
	width: 262px;
	padding: 2px;
	border: 1px solid #dadada;
}
#contact_form textarea {
	max-width: 395px;
}
.btn_yellow {
	background: url(img/submit_btn.png) no-repeat 100% 100%;
	float: left;
	margin-left: 190px;
	padding: 0 16px 0 0;
}
.btn_yellow span {
	background: url(img/submit_btn.png) no-repeat 0 0;
	float: left;
	height: 30px;
	padding: 0 0 0 13px;
}
.btn_yellow input{
	position: relative;
	left: -13px;
	padding: 0 13px;
	margin-right: -26px;
	background:none;
	height:28px;
	border:0;
	font:14px 'MostraOneRegular';
	color:#fff;
	cursor:pointer;
	width:auto;
}
span.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #8E2121;
	border: 1px solid #bbb;
	/*padding: 4px 10px;*/
	z-index: 5001;
}
.wpcf7-response-output {
	max-width: 600px;
}
.icon_facebook{
    text-align: center;
    list-style: none;
    font-size: 4em;
}
.logo_facebook{
color: #4463a5;
}

@media only screen and (min-width:0) and (max-width:767px){
	.pc {
		display:none;
	}
	body{
		min-width:320px;
	}
	.mobile{
		display:block;
	}
	.no_mobile{
		display:none;
	}
	.header{
		height: 46px;
		color:#fff;
		background: #df3f1c;
		font-size:9px;
		line-height:20px;
	}
	.header.front {
		height:85px;
		background:#e77545;
	}
	.header .back_arrow {
		float: left;
		width: 45px;
		border-right: 1px solid #e8755d;
		margin: 0 10px 0 0;
	}
	.header .menu_btn {
		float: right;
		width: 45px;
		border: none;
		border-left: 1px solid #e8755d;
		background: transparent;
		padding: 0;
		margin: 0;
		cursor: pointer;;
	}
	.header .back_arrow img ,
	.header .menu_btn img {
		height: 30px;
		margin: 8px auto;
	}
	.header.front .back_arrow,
	.header.front .menu_btn {
		display: none;
	}

	.header a.logo {
		position:static;
		float:left;
		width:auto;
		margin-right: 10px;
	}
	.header.front a.logo {
		margin:7px 15px 0 0;
	}
	.header a.logo img {
		max-width:60px;
	}
	.header.front a.logo img {
		max-width:90px;
	}
	.header span {
		padding:  15px 0 0;
		display:block;
		font: 13px 'MostraOneRegular';
	}
	.header.font span{
		font-size: 16px;
	}
	.header i {
		display: none;
	}
	.header.front i {
		display: inline;
	}
	menu.language{
		top:60px;
		right:50%;
		margin-right:-25px;
	}
	.header menu.language{
		display: none;
	}
	.header.front menu.language{
		display: block;
	}
	menu.language li img{
		width:17px;
	}
	.mobile_menu_block {
		width:100%;
		display: table;
		font:0 'MostraOneRegular';
	}
	.mobile_menu_block .dd {
		height: 0;
		font-size: 14px;
	}
	.mobile_menu_block.visible .dd {
		height: 42px;
	}
	.mobile_menu_block .ddTitle {
		display: none !important;
	}
	.mobile_menu_block.visible .ddTitle {
		display: block !important;
	}
	.content_holder{
		padding:0 10px;
	}
	.content{
		max-width:none;
		float:none;
		overflow:visible;
	}
	.content_home .content{
		max-width:none;
		float:none;
		overflow:visible;
	}
	.mobile_search {
		display: block;
	}
	.mobile_search strong {
		display: none;
	}
	.right .search {
		display: none;
	}
	h2,
	.news h2{
		margin:5px 0;
	}
	.shadow_block,
	.news .shadow_block{
		float:none;
		width:auto;
		max-width:100%;
		box-shadow:none;
		margin:5px 7px;
	}
	.orange_block,
	.news .orange_block{
		padding:15px;
		border-top:1px solid #e77545;
		min-height:0 !important;
	}
	.news{
		margin:0;
	}
	h3{
		margin:0 0 5px;
	}
	.orange_block p {
		padding-bottom: 20px;
	}
	.orange_block .man img {
		width: 25px;
	}
	aside.right{
		float:none;
		margin:0 7px;
		max-width:100%;
	}
	.join i{
		font-size:12px;
		top:15%;
		left:-5%;
	}
	footer{
		padding-top:0;
	}
	.footer_menu menu{
		overflow:hidden;
		margin:-2px 0 0;
	}
	footer menu li{
		float:left;
		border-top:1px solid #fff;
		width:42%;
		text-align:center;
		margin:0 4%;
		padding:14px 0;
	}
	footer menu.language{
		display: block;
	}

	.list_labels h2, .list_labels p {
		display: none;
	}
	.restaurant_details .left_column .return_button {
		display: none;
	}
	.restaurant_details .left_column h3 {
		display: block;
		color: #fff;
		background:url(img/main_menu.png) repeat-x 0 50%;
		text-align: left;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
	.restaurant_details .left_column h3.active {
		background: #f6e9d2 url(img/drop_menu.png) repeat-x 0 100%;
		color: #e77545;
	}
	.restaurant_details .left_column h4 {
		text-align: left;
	}
	.restaurant_details .left_column li a {
		font-family: Arial;
		padding-left: 0;
	}
	.restaurant_details .left_column .mark{
		display: none;
	}
	.content_holder{
		margin-top:25px;
	}
	.content_holder.rest_search {
		margin: 25px 0 0;
		padding: 0;
	}
	.rest_search .left_column {
		margin: 0;
	}
	.left_column.hidden .white_line .rest_name {
		display: block;
	}
	.left_column.hidden .white_line > div {
		display: none;
	}
	.content.hidden {
		display: none;
	}
	.rest_name input[type="submit"]{
		margin-right:0;
	}
	.left_column h5 {
		display: block;
	}
	.hidden.left_column h5 {
		display: none;
	}
	.accordion{
		margin:20px 0 0;
		max-width:none;
	}
	.accordion h3,
	.or_btns label {
		margin: 0;
		padding-left: 40px;
		text-align: left;
	}
	.accordion h3 span,
	.or_btns label {
		font: 14px 'MostraOneRegular';
		line-height: 42px;
	}
	.or_btns label:hover{
		color: #f6ead2;
		background: url(img/main_menu.png) repeat-x 0 50%;
	}
	div.or_btns label.checked {
		background:url(img/drop_menu.png) repeat-x 0 50%;
		color:#E77545;
	}
	.or_btns label span {
		display: block;
		float: right;
		width: 38px;
		height: 38px;
		margin: 2px 15px 2px 0;
		background: url(img/terrasse_menu.png) 0 0 no-repeat;
	}
	.or_btns label[for="groups"] span {
		background: url(img/groupe_menu.png) 0 0 no-repeat;
	}
	.accordion > div {
		padding: 0;
		border: none;
	}
	.districts,
	.workdays,
	.workhours {
		margin: 10px auto 5px;
		overflow:hidden;
	}
	.districts {
		max-width: 432px;
		padding-right: 3px;
	}
	.workhours {
		display: none;
	}

	.workdays {
		max-width: 336px;
		padding-right: 3px;
		float: none;
	}
	.districts li,
	.workdays li,
	.workhours li {
		float:left;
		width:45px;
		margin:0 0 3px 3px;
	}
	.districts label,
	.workdays label,
	.workhours label {
		display:block;
		line-height:40px;
		text-align:center;
		color:#e77545;
		background:#d5c5ab;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
		behavior:url(pie/PIE.htc);
	}
	.districts input[type="checkbox"]:checked + label,
	.workdays input[type="checkbox"]:checked + label,
	.workhours input[type="checkbox"]:checked + label {
		background:url(img/main_menu.png) repeat-x 0 50%;
		color:#fff;
	}
	.districts input[type="checkbox"] + label:before,
	.workdays input[type="checkbox"] + label:before,
	.workhours input[type="checkbox"] + label:before {
		display: none;
	}
		.districts .paris {
		float: none;
		clear: left;
		padding-top: 10px;
		width: 100px;
		margin: 0 auto;
	}
	.districts .paris hr {
		margin: 0 -10px 10px;
	}
	.accordion input[type="submit"]{
		float:none;
		width:100%;
		height:25px;
		text-align:center;
		color:#fff;
		background:url(img/main_menu.png) repeat-x 0 10%;
		text-indent: 0;
		margin: 0 0 5px;
	}
	.results_list{
		border-top:1px solid #76757f;
	}
	.results_list li{
		float:none;
		width:100%;
		border-bottom:1px solid #76757f;
		margin:0;
		height:auto;
	}
	.results_list li img{
		float:right;
		width:100%;
		max-height:146px;
		max-width:194px;
	}
	.results_list li .info{
		display:block;
		position:static;
		background:none;
		color:#fff;
		font-size:12px;
	}
	.results_list a.name{
		display:none;
	}
	.results_list .info .ver_align{
		width:100%;
	}
	.results_list .info .ver_align a {
		color: #fff;
	}
	h5{
		text-align:center;
		padding:0;
	}
	/*.results_list .info .ver_align span dfn{
		font-style:normal;
		color:#e77545;
	}*/
	.results_list .rel a.plus {
		display: none;
	}
	.orange_btn.mobile {
		margin: 7px auto -9px;
		padding: 0;
	}
	.left_column{
		float:none;
		max-width:none;
		width:auto;
		margin:0 10px 20px;
	}
	.white_line{
		border:0;
	}
	.or_btns{
		margin:0 0 20px;
	}
	.content_holder.restaurant_details {
		margin-top:0;
		padding: 0;
	}
	.restaurant_details .left_column {
		margin: 0;
	}
	.restaurant_details .left_column .white_line {
		padding: 0;
		overflow: visible;
	}
	.restaurant_details .left_column h3 span {
		background: url(img/dd_arrow.png) no-repeat 100% 50%;
		margin: 0 25px;
		padding: 0;
	}
	.restaurant_details .left_column h3.active span {
		background: url(img/dd_arrow_active.png) no-repeat  100% 50%;
	}
	.restaurant_details .left_column h3 i {
		font: 14px 'MostraOneRegular';
		line-height: 42px;
	}
	.restaurant_details .left_column .dropdown {
		padding: 25px 0;
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 5;
		background-color: #3e3e4d;
		border-bottom: 1px solid gray;
	}
	.restaurant_details .left_column section {
		margin: 0 25px;
	}
	.restaurant_details .left_column .dropdown.active {
		display: block;
	}
	.restaurant_details .return_button.mobile {
		margin-top: 25px;
	}
	.restaurant_details .gallery .full_image{
		float:none;
		margin:0 auto;
	}
	.restaurant_details .thumbs li {
		margin:10px 5px 0;
	}
	.restaurant_details .description,
	.restaurant_details .info {
		padding: 0 5px 15px;
		background: none;
	}
	.restaurant_details .info section{
		float:none;
		text-align:center;
	}
	.restaurant_details .info .coordinates{
		padding:0;
		max-width: none;
	}
	.restaurant_details .info .coordinates h3{
		text-align:center;
	}
	.restaurant_details .info .wide .srvc{
		position:relative;
		left:50%;
		margin:0 0 0 -63px;
	}
	.restaurant_details .info .wide .srvc img{
		float:left;
	}
	.restaurant_details .info .buttons span {
		margin: 0 30px 15px;
	}
	.press_items li,
	.press_items li.item-1 {
		float: none;
		border: none;
		width: auto;
		padding: 0 5px 45px;
	}
	.content_page .left_text_column,
	.content_page .right_text_column {
		float:none;
		width:auto;
		margin:0;
		padding:0;
	}
	.content_page .one_column {
		width: auto;
	}
	.landing .daughter_pages li/*,
	.landing .daughter_pages li.twoCols
	.landing .daughter_pages li.threeCols
	.landing .daughter_pages li.threeColsLast */{
		float:none;
		max-width:none;
		margin:0 0 10px;
	}
	.news_page article,
	article.narrow,
	div.side_block {
		float: none;
		width: auto;
	}
	.news_page .pagination a,
	.zoom_sur .pagination a,
	.news_page .pagination .noitems,
	.zoom_sur .pagination .noitems {
		/*width: 140px;*/
		font-size: 12px;
		/*margin: 0;*/
		/*float: left;*/
	}
	.zoom_sur .pagination .second_nav {
		/*float: right;*/
	}

	div.side_block {
		margin-bottom: 20px;
	}
	.news_page .pagination,
	.zoom_sur .pagination {
		float: none;
		width: auto;
		margin: 0 7px;
	}

	.post_content blockquote {
		margin: 0;
		padding-left: 35px;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		background: url(img/blockquote_small.png) no-repeat 0 0;
	}
	.post_content blockquote i {
		font-size: 14px;
	}
	.post_content div.side_qoute.alignright,
	.post_content div.side_qoute.alignleft {
		float: none;
		width: auto;
	}
	.post_content hr {
		margin-left: 25px;
	}
	.restautants_list,
	.pages_list {
		float: none;
		width: auto;
	}
	.restautants_list {
		margin-bottom: 30px;
	}

	.site_watermerk {
		left: 50%;
		float: left;
		white-space: nowrap;
		overflow: visible;
		right: auto;
	}
	.site_watermerk a {
		left: -50%;
		position: relative;
		font-size: 9px;
	}
	#office_map {
		width: 600px;
		max-width: 100%;
		height: 250px;
	}
	#contact_form {
		width: auto;
	}
	#contact_form label {
		display: block;
		float: none;
		text-align: left;
		line-height: 21px;
	}
	#contact_form .wpcf7-form-control-wrap {
		display: block;
		margin: 0;
	}
	.btn_yellow {
		float: left;
		margin: 0 0 0 150px;
	}
	#partners-more{
		display: none;
	}
	aside.right{
		width: auto !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1100px) and (orientation: landscape){
	.pc {
		display: none;
	}
	.tablet {
		display: block;
	}
	.mapler {
		display: none;
	}
	/*quickfix for homepage image*/
	.join .tablet {
		display: none;
	}
	.join .pc {
		display: block;
	}
	.list_labels h2, .list_labels p {
		display: none;
	}
	/*quickfix for homepage image*/
	.news h2, .zoom h2, .news_page h2 {
		display: block;
	}
	.accordion > div {
		padding: 0;
		border: none;
	}
	.districts,
	.workdays,
	.workhours {
		margin: 10px 5px 5px;
		overflow:hidden;
	}
	.workhours {
		display: none;
	}
	.districts li,
	.workdays li,
	.workhours li {
		float:left;
		width:45px;
		margin:0 0 3px 3px;
	}
	.districts label,
	.workdays label,
	.workhours label {
		display:block;
		line-height:40px;
		text-align:center;
		color:#e77545;
		background:#d5c5ab;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
		behavior:url(pie/PIE.htc);
	}
	.districts input[type="checkbox"]:checked + label,
	.workdays input[type="checkbox"]:checked + label,
	.workhours input[type="checkbox"]:checked + label {
		background:url(img/main_menu.png) repeat-x 0 50%;
		color:#fff;
	}
	.districts input[type="checkbox"] + label:before,
	.workdays input[type="checkbox"] + label:before,
	.workhours input[type="checkbox"] + label:before {
		display: none;
	}
	.districts .paris {
		float: none;
		clear: left;
		padding-top: 10px;
		width: 100px;
		margin: 0 auto;
	}
	.districts .paris hr {
		margin: 0 -10px 10px;
	}
	.accordion .tablet{
		overflow:visible;
	}
	.accordion input[type="submit"]{
		float:none;
		width:100%;
		height:18px;
		text-align:center;
		color:#fff;
		background:url(img/main_menu.png) repeat-x 0 50%;
		text-indent: 0;

	}
	.list_labels h2,
	.list_labels p{
		display:none;
	}
	.results_list li:hover .info {
		display: none;
	}
	.results_list li.show .info{
		display:block;
	}
	.results_list .info{
		background: #f1ebd2;
		top:146px;
	}
	.acc_content label .pc {
		display: none;
	}
}
@media only screen and (min-width:768px) and (max-width:969px){
	.pc{
		display:none;
	}
	.tablet{
		display:block;
	}
	/*quickfix for homepage image*/
	.join .tablet {
		display: block;
	}
	.join .pc {
		display: none;
	}
	#partners_slideshow {
		height: 350px;
		width: 600px;
		margin: 0 auto;
}
	#partners_slideshow .partners_slides {
		height: 308px;
	}
	#partners_slideshow span {
		height: 42px;
		font-size: 24px;
		line-height: 42px;
	}
	.content_holder{
		margin-top:20px;
		padding:0 22px;
		max-width: 720px;
	}
	.content{
		float:right;
		/*overflow:visible;*/
		max-width:470px;/*465px;*/
	}
	.content_home .content {
		float: none;
		max-width: 630px;
		margin: 0 auto 10px;
	}
	.inner_logo .back_strip {
		position: absolute;
		width: 750px;
		top: 50%;
		left: 50%;
		z-index: 0;
		margin: -36px 0 0 -375px;
	}
	.inner_logo a.logo{
		top:35px;
		left:50%;
		width:280px;
		margin:0 0 0 -140px;
	}
	aside.right{
		float:none;
		margin:0 auto;
		max-width:630px;
	}
	.search{
		float:left;
		width:100%;
		max-width:305px;
	}
	.newsletter{
		float:right;
		width:100%;
		max-width:310px;
	}
	.join i{
		font-size:2vw;
		top:18px;
		left:0;
	}
	.photo img{
		width:100%;
		max-width:600px;
		margin:0 auto;
	}
	.accordion > div {
		padding: 0;
		border: none;
	}
	.districts,
	.workdays,
	.workhours {
		margin: 10px 5px 5px;
		overflow:hidden;
	}
	.workhours {
		display: none;
	}
	.districts li,
	.workdays li,
	.workhours li {
		float:left;
		width:45px;
		margin:0 0 3px 3px;
	}
	.districts label,
	.workdays label,
	.workhours label {
		display:block;
		line-height:40px;
		text-align:center;
		color:#e77545;
		background:#d5c5ab;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
		behavior:url(pie/PIE.htc);
	}
	.districts input[type="checkbox"]:checked + label,
	.workdays input[type="checkbox"]:checked + label,
	.workhours input[type="checkbox"]:checked + label {
		background:url(img/main_menu.png) repeat-x 0 50%;
		color:#fff;
	}
	.districts input[type="checkbox"] + label:before,
	.workdays input[type="checkbox"] + label:before,
	.workhours input[type="checkbox"] + label:before {
		display: none;
	}
	.districts .paris {
		float: none;
		clear: left;
		padding-top: 10px;
		width: 100px;
		margin: 0 auto;
	}
	.districts .paris hr {
		margin: 0 -10px 10px;
	}

	.accordion .tablet{
		overflow:visible;
	}
	.accordion input[type="submit"]{
		float:none;
		width:100%;
		height:18px;
		text-align:center;
		color:#fff;
		background:url(img/main_menu.png) repeat-x 0 50%;
		text-indent: 0;

	}
	.list_labels h2,
	.list_labels p{
		display:none;
	}
	.results_list li:hover .info {
		display: none;
	}
	.results_list li.show .info{
		display:block;
	}
	.results_list .info{
		background: #f1ebd2;
		top:146px;
	}
	.restaurant_details .thumbs li{
		margin:10px 0 0 9px;
	}
	.restaurant_details .thumbs li:first-child{
		margin:10px 0 0;
	}
	.restaurant_details .thumbs li img{
		width:70px;
		height:70px;
	}
	.restaurant_details .gallery .full_image{
		float:none;
	}
	.restaurant_details .coordinates {
		float: left;
	}
	.restaurant_details .info .border_strips {
		border-right: none;
		float: right;
		padding-right: 0;
	}
	.restaurant_details .info .service,
	.restaurant_details .info .buttons {
		float: none;
		clear: both;
		padding-top: 15px;
		text-align: center;
	}
	.restaurant_details .info .service img {
		display: inline;
	}
	/*.restaurant_details .info .buttons {
		float: right;
		margin-right: 10%;
	}*/
	.press_items li:nth-child(2n+1) {
		border-left: 1px solid #f6ead2;
		padding-left: 14px;
	}
	article.narrow {
		width: 420px;
	}
	div.side_block {
		width: 225px;
	}
	.news_page article {
		width: 420px;
	}
	.news_page .pagination,
	.zoom_sur .pagination {
		width: 255px;
		margin-right: 10px
	}
	.news_page .pagination a,
	.zoom_sur .pagination a,
	.news_page .pagination .noitems,
	.zoom_sur .pagination .noitems {
		font-size: 12px;
		margin: 0 0 10px 0;
		display: block;
		float: none;
		width: auto;
	}
	/*.zoom_sur .pagination .second_nav {
		float: right;
	}*/
	.content_page .one_column {
		width: auto;
	}
	.landing .daughter_pages li/*,
	.landing .daughter_pages li.threeCols,
	.landing .daughter_pages li.threeColsLast */{

		border-left: 1px solid white;
		padding: 0 14px 20px;
		margin: 20px 0 0;
	}
	/*.landing .daughter_pages li.twoCols {
		border-left: none;
	}*/
	aside.right{
		width: auto;
	}
	#partners_slideshow{
		margin: 0;	
	}
	#partners-more{
		width: 600px;
	}
}


@media only screen and (min-width:481px) and (max-width:767px){
	.no_mobile{
		display:none;
	}
	menu.language{
		position:absolute;
		top:23px;
		right:22px;
		z-index:9999;
		margin:0;
	}
	menu.language li{
		float:left;
		margin:0 0 0 8px;
	}
	menu.language li img{
		width:auto;
	}
	.join{
		width:450px;
		margin:0 auto 10px;
	}
	.join i{
		
		top:18%;
		left:-22px;
	}
	#partners_slideshow{
		display: none;
	}
	.photo img{
		width:100%;
		max-width:600px;
		margin:0 auto;
	}
	footer{
		padding-top:50px;
	}
	footer menu{
		min-width:480px;
		width:100%;
		text-align:center;
	}
	footer menu li{
		width:auto;
		float:none;
		margin:0 2%;
		white-space: nowrap;
		border: none;
		line-height: 30px;
	}

	.results_list li .info,
	.results_list li .info i{
		font-size:18px;
	}
	#thumbs {
		display: none !important;
	}
	.restaurant_details .info .border_strips{
		border:0;
		padding:0;
		max-width: none;
	}
	.restaurant_details .info section{
		margin:0 0 20px;
	}
	.restaurant_details .info .sunday{
		border:0;
		margin-top: 0;
		padding-top: 5px;
	}
	.restaurant_details .info .service img {
		display: inline;
	}
}

@media only screen and (min-width:0) and (max-width:480px){
	body{
		font-size:16px;
	}
	.results_list li img {
		float: right;
		width: 100%;
		height: 105px;
		max-width: 140px;
	}
	.results_list .rel,
	.results_list .info .ver_align {
		height: 105px;
	}
	.restaurant_details h2{
		float:none;
	}
	.fl_r{
		float:none;
		max-width:none;
	}
	.restaurant_details .search{
		max-width:none;
	}
	.restaurant_details .return_button{
		margin-bottom:10px;
	}
	.restaurant_details .return_button a{
		display:block;
		width:100%;
	}
	.owner_photo{
		display:none;
	}
	.restaurant_details h2 {
		font-size: 14px;
		/*line-height: 30px;*/
		text-align: center;
	}
	#thumbs {
		display: none !important;
	}
	.restaurant_details .info .border_strips{
		border:0;
		padding:0;
		max-width: none;
	}
	.restaurant_details .info section{
		margin:0 0 20px;
	}
	.restaurant_details .info .sunday{
		border:0;
	}
	.restaurant_details .info .service img {
		display: inline;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.content_page.content {
		font-size: 16px !important;
		line-height: 23px !important;
	}
	.content_page .one_column {
		width: auto;
	}
}