@import url(https://fonts.googleapis.com/css?family=Lora);



/*- Header -*/
.header	{
    height: 120px;
	position: fixed;
    background-color: rgba(248, 247, 252, 0.82);
    background-image: none;
	border: none;
	box-shadow: none;
}
.header .top {
    height: 80px;
}
.header .header_logo {
	position: absolute;
	z-index: 9999;
	width: 450px;
    height: 204px;
	left: 20px;
	top: -3px;
}
.header .header_info {
    color: #000000;
    text-shadow: none;
    display: block;
    float: none;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 0;
}
.content .image_panels, 
.content .block_contact_staticmap {
    display: none;
}
.header_information	{
	margin-left: 85%;
	margin-top: -70px;
}
.header .header_info .detail.address {
    background-color: #fecf02;
    margin-left: 5px;
    padding: 0 5px;
}
.header .header_info .detail.address:before {
    display: none;
}
@media screen and (max-width: 1200px){
	.header_information	{
		margin-left: 80%;
		margin-top: -70px;
	}
}


.body .base_website_maxwidth {
	max-width: 98% !important;
}



.page .social_block_vine {
    border: 2px solid #000 !important;
    background-color: rgba(242, 242, 242, 0.25) !important;
    padding: 12px !important;
}



.website .action_button.action_button_v2 {

}

.website .top .action_button.action_button_v2 {
    display: block;
    bottom: auto;
    top: 12px;
    width: 150px;
}
.website .top .action_button.action_button_v2.call_now {
    display: none;
}

.website .top .action_button.action_button_v2.pos1 {
    right: 12px;
}
.website .top .action_button.action_button_v2.pos2 {
    right: 168px;
}

.website .top .action_button.action_button_v2 {
    background-color: #fecf02;
}
.website .top .action_button.action_button_v2:hover {
    background-color: #fecf02;
}


/*- Nav -*/

.nav .list_pages {
    overflow: visible;
    font-size: 120%;
    line-height: 20px;
    text-shadow: none;
    text-align: right;
}
.nav .list_pages {
    margin: 0 0 0 auto;
    padding: 0;
}

.nav .list_pages .item_page .link_page {	
	font-size: 16px;
	/* font-family: 'Lora', serif; */
	text-transform: uppercase;
	color: #000000;
    font-weight: bold;
}

.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
	text-decoration: none;
}


/*- Page -*/
.page {
	background-size: cover;
	border: none;
}
.page .page_banner	{
	display: none;
}
.page .page_content {
	min-height: 100vh;
	height: auto;
	background-color: transparent;
/*	background-image: none;*/
	text-align: center;
	padding: 145px 0 0 0;
}
.page .page_content_home {
    margin-bottom: -80px;
}
div.page_content.page_content_hasbanner > div > div.body_block > div  {
    background-color: rgba(255, 255, 255, 0.57)/*rgba(0, 0, 0, 0.26)*/;
	padding: 15px;
}
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div,
#groupes > div.page_content.page_content_hasbanner > div > div.body_block > div {
    height: 40vh;
}
.content {
	padding: 0px 0 0;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #000;
/*	text-shadow: #000 1px 1px;*/
}
.icon:before {
    display: none;
}
.content a {	
    color: #000;
}
.content .highlight_block {
	background-color: transparent;
	border: none;
}
.content .body_block {
    padding-bottom: 72px;
}
.content .body_sublinks {
	display: none;
}



/*- Menus -*/
.page .menus_content	{
	border: none;
}
.page .menus_content .menu_top	{
	border-color: #fff;
}
.page .menus_content .menu_top .menu_name	{
	font-size: 28px;
	font-family: 'Lora', serif;
	font-weight: bold;
}
.menu_section h3.section_name	{
	border-color: #fff;
	font-size: 24px !important;
	font-family: 'Lora', serif;
}
.content .menu_section .menu_item table.menu_item_prices {
  float: right;
}
.menu_section .menu_item	{
	border-color: #fff;
	font-size: 16px;
	font-family: 'Lora', serif;
}
.menu_section .menu_item h4.item_name	{
	font-family: 'Lora', serif;
}
.menu_section .menu_item td.price	{
	font-family: 'Lora', serif;
	font-size: 16px;
}
.menu_section .menu_item table.menu_item_prices tbody {
	font-size: 14px;
}
.menu_section .menu_item .item_desc {
	margin-bottom: 30px;
}
.content .menu_section {
	padding-bottom: 30px;
}
.content .menu_section .menu_item.has_images .item_desc {
	clear: none;
}
.content .menus_list {
	display: block;
	float: left;
	margin: 10px auto 20px 0;
	width: 20%;
}




/*- Footer -*/
.footer_wrapper {
	padding-bottom: 60px;
}
#footer > div > div.footer_info > div	{
	display: none;
}
.footer .footer_info .footer_column	{
	border: none;
}
.footer .footer_info .footer_column_address {
	width: 47%;
}
.footer .footer_info .footer_column_connect {
	width: 10%;
}
.footer .footer_info .footer_column_sitemap {
	display: none;
}
.footer .footer_info .footer_column_logo .logo_image {
	height: 120px;
	width: 200px;
	background-size: 100%;
}
