.bg_white{background-color: #FFFFFF;}

.bg_dark{background-color: #f2f1ee;}



/* ==|== primary styles =====================================================
   Author: moxi
   ========================================================================== */

body{
    font-family: 'Lora', serif;
	color: #6c6763 !important;
	font-size: 15px !important;
	background-color: #fff;
}

/* TEXT */
h1{
    font-family: 'Open Sans', sans-serif;
	font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    text-transform: uppercase;
	margin-bottom: 50px
}

h2{
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #6c6763;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

h3{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

h4{
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.left-align {
    text-align:left;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 100%;
}
.strike > h4 {
    position: relative;
    display: inline-block;
}
.strike > h4:before,
.strike > h4:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #6c6763;
}
.strike > h4:before {
    right: 100%;
    margin-right: 15px;
}
.strike > h4:after {
    left: 100%;
    margin-left: 15px;
}

.intro{
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    padding-bottom: 60px;
}

.text ul{
    margin-left: 35px;
    margin-bottom: 20px;
}
.text h2{
    margin-top: 40px;
    margin-bottom: 20px;
}
p{
    margin-bottom: 25px;
}

.text li, .intro_content li{
    margin-bottom: 7px;
}

a, .link{
    cursor: pointer;
    text-decoration: none;
}
a.more_link, span.more_link, .text a, .intro_content a{
    color: #006d72;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}
.text a, .intro_content a{
    font-size: 15px;
}
.text a:not(.mybutton):hover, .intro_content a:hover{
    color: #008C92;
}
a.more_link:hover, span.more_link:hover{
    color: #008C92;
}

.mybutton{
    font-family: 'Lora', serif;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    border: 1px solid #6d6865;
    color: #6d6865;
    padding: 10px 20px;
    margin-top: 70px;
    text-decoration: none;
    line-height: 16px;
    background: none;
}
.mybutton:hover{
    /*color: #000;*/
    background: #e5e2dc;
}
.box_link{
    cursor: pointer;
}
.error{
    color: red;
}
.success{
    color: green;
}

/*GENERAL*/
.main > .medium-centered{
    /*text-align: center;*/
}

/*HEADER*/
header{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    width: 100%;
    z-index: 20;
}
header #head_top, header #head_bottom{
    position: fixed;
    width: 100%;
    z-index: 20;
}
header #head_top{
    padding: 20px 0 10px;
    background: #fff;
    z-index: 20;
    top: 0;
}
.meta-site a, .meta-lang a{
    font-size: 14px;
    font-weight: 600;
    color: #666;
    float: left;
}
.meta-site a.active, .meta-lang a.active,.meta-site a:hover, .meta-lang a:hover{
    color: #000;
}
.meta-site a, .meta-lang a{
    padding-right: 15px;
}

.meta-site a div{
    width: 12px;
    height: 13px;
    background: url(../pix/home.svg);
    margin-top: 4px;
}
.meta-site a:hover div{
    background: url(../pix/home_h.svg);
}

header #head_mid{
    padding: 20px 0;
    margin-top: 52px;
}
#mainnav{
    max-width: 700px;
    margin: 0 auto;
}
#mainnav > li > a{
    text-align: center;
    padding: 0 30px 0 15px;
    background: url(../pix/mainnav_arrow.svg) no-repeat center right 15px;
}
#mainnav > li{
    background: none;
}
#mainnav > li:hover, #mainnav > li.active{
    background: #fff;
}
#mainnav a{
    color: #000000;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
}
.top-bar-section{
    background: #f0f0ef;
}
.top-bar-section .has-dropdown{
    position: static;
}
.top-bar-section .dropdown ul{
    display: table;
    max-width: 1000px;
    margin: 0 auto;
}
.top-bar-section .dropdown{
    background: #fff;
}
.top-bar-section .dropdown .dropdown_content{
	max-width: 1000px;
	margin: 0px auto;
	text-align: center;
    padding: 10px 0;
    line-height: 30px;
}
.top-bar-section .dropdown li{
    width: auto;
}
.top-bar-section #mainnav .dropdown a{
    background: #fff !important;
    padding: 0px 28px;
    text-align: center;
    line-height: normal;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    display: inline;
}
.top-bar-section #mainnav .dropdown li{
    background: #fff !important;
}
.top-bar-section #mainnav .dropdown a:hover, .top-bar-section #mainnav .dropdown a.active{
    color: #000;
}
.nav_shadow{
    background: url(../pix/nav_shadow.png) repeat-x top;
    height: 9px;
    position: absolute;
    bottom: -9px;
    width: 100%;
}
header #head_bottom{
    border-top: 1px solid #cfcecc;
    background: #f0f0ef;
    top: 186px;
    padding-bottom: 15px;
}
.logo{
    height: 70px;
}
#home_top{
    position: relative;
}
.header_gallery{
    position: relative;
}
.header_gallery img{
    /*min-height: 275px;*/
    width: 100%;
}
/*body:not(.container_1) .header_gallery .orbit-container{
    max-height: 590px;
}*/

.container_1 .header_gallery .orbit-bullets,
.container_2 .header_gallery .orbit-bullets,
.container_3 .header_gallery .orbit-bullets,
.container_4 .header_gallery .orbit-bullets,
.single .orbit-bullets,
.single .orbit-prev,
.single .orbit-next{
    display: none !important;
}
.orbit-prev, .orbit-next{
    display: none;
}
.orbit-prev span, .orbit-next span{
    display: none !important;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next{
    width: 45px;
    height: 45px;
}
.orbit-container .orbit-prev{
    background-image: url(../pix/arrow_left_w.svg);
    left: 45px;
}
.orbit-container .orbit-next{
    background-image: url(../pix/arrow_right_w.svg);
    right: 45px;
}
.single .orbit_trigger, html.touch .orbit_trigger{
    display: none;
}
.orbit_trigger{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 5;
    cursor: pointer;
}
.orbit_trigger.prev{
    left: 0;
}
.orbit_trigger.next{
    right: 0;
}

.header_gallery:hover .orbit-prev, .header_gallery:hover .orbit-next,
.project_gallery:hover .orbit-prev, .project_gallery:hover .orbit-next,
.content_orbit:hover .orbit-prev, .content_orbit:hover .orbit-next,
.gallery:hover .orbit-prev, .gallery:hover .orbit-next{
    display: block;
}

.main-section{
    padding-top: 50px;
    padding-bottom: 75px;
}
.header_gallery > .main-section{
    padding-top: 30px;
}
.gallery_desc{
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 15px auto 0;
    border-bottom: 1px solid #d1d1d1;
    max-width: 1000px;
}
.gallery_desc{
    text-align: center;
}
.gallery.single .orbit-bullets-container{
    display: none;
 }
.gallery.single + h1{
    margin-top: 50px;
}
.gallery:not(.single) + h1{
    margin-top: 20px;
}
.gallery{
    position: relative;
}

/*FOOTER*/
footer{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #252525;
    color: #cccccc;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer h2{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
footer b{
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
footer .footer_contact a{
    font-weight: 600;
}
footer .footnav a{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
footer a:hover, footer a:focus{
    color: #cccccc;
}
footer i{
    font-family: 'Lora', serif;
    font-size: 15px;
}
.footer_contact, .footnav{
    padding-left: 30px;
}
.partner_group, .address_container, .footnav_container{
    padding-bottom: 30px;
    padding-top: 10px;
    border-top: 1px solid #4d4d4d;
}
.partner_group.autres{
    padding-bottom: 0;
}
.partner_link img{
    margin-top: 25px;
}
.partner_link img:hover{
    opacity: 0.8;
}
.partner_group .partner_link.ne img{
    margin-top: 18px;
}
.partner_group .partner_link.be img{
    margin-top: 16px;
}

.partner_group .partner_link.egs img{
    margin-top: 33px;
}
.partner_link.loro img{
    max-width: 135px;
    max-height: 47px;
}

.logo_conf{
    margin-bottom: 20px;
}


/*INTRO*/
#intro_wrapper{
    margin-top: -60px;
    margin-bottom: 50px;
    background: #fff;
    padding: 10px;
}
#intro_large, #intro_small, #intro{
    padding-top: 50px;
    border: 1px solid #6c6763;
    font-size: 16px;
    line-height: 23px;
}
.tabs-content, .intro_content{
    margin-bottom: 35px;
}
#intro_large .content, #intro_small .content, #intro .content{
    padding: 0 50px;
}
/*#intro_illu{
    margin-top: 75px;
}*/
.intro_content img{
    margin-bottom: 25px;
}
#intro_illu{
    max-width: 50vw;
    max-height: 100%;
}

/*GRID*/
[class*="block-grid-"] > li {
     clear: none !important;
}
.center{
    text-align: center;
}
.center .grid_ele{
    float: none !important;
    display: inline-block;
    text-align: left;
}
.grid_ele h2{
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 30px;
}
.grid_ele h3{
    padding-top: 30px;
    margin-top: 0;
}
.grid_ele .more_link{
    margin-top: 10px;
    padding-bottom: 25px;
    display: block;
}
.main-section .main:not(#team) .grid_ele, #suggestions .grid_ele, #products .grid_ele{
    cursor: pointer;
}
.main-section .main:not(#team) .grid_ele:hover, #suggestions .grid_ele:hover, #products .grid_ele:hover{
    opacity: 0.8;
}
.grid_ele a:not(.more_link){
    color: #6c6763 !important;
    text-decoration: none !important;
}
.grid_inner{
    position: relative;
}
.button_container{
    text-align: center;
    margin-bottom: 50px;
}
#news .grid_inner{
    background: #f2f1ee;
    text-align: center;
}
#news .grid_text{
    padding: 0 20px;
}
.blind{
    width: 100%;
    background: #ccc;
    height: 320px;
}

/*DETAIL/CONTENT*/
#detail_content{
    max-width: 575px;
}
#detail_content .gallery.single{
    margin-bottom: 25px;
}

/*HOME*/
/*Intro Home*/
#alert_large{
    display: none;
}
.alert{
    width: 100%;
    padding: 15px 30px;
    color: #000;
    position: absolute;
    background: #f8c100;
    z-index: 5;
}
#alert_small{
    position: static;
}
.alert_toggle, .small_close{
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url(../pix/alert_open.svg);
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
.alert h2{
    color: #000;
    margin-bottom: 10px;
}
.alert_toggle.open{
    background-image: url(../pix/alert_close.svg);
}
.alert.open h2{
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.alert a{
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    color: #000;
    margin-top: 15px;
    display: block;
}
.alert p a{
    display: inline-block;
    margin-top: 0;
}
.alert a:hover{
    color: #3C3C3C;
}
.tabs{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tabs .tab-title{
    padding: 10px 0;
    display: table-cell;
    float: none;
    text-align: center;
    border-top: 1px solid #6c6763;
}
.tabs .tab-title a h2{
    color: #6c6763 !important;
    opacity: 0.6;
}
.tabs .tab-title.active a h2, .tabs .tab-title a:hover h2{
    opacity: 1;
    background: none !important;
}
.tab_arrow{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #6c6763;
    border-left: 1px solid #6c6763;
    position: absolute;
    left:50%;
    margin-left: -10px;
    top: -11px;
    display: none;
}
.tabs .tab-title.active .tab_arrow{
    display: block;
}

#intro_small{
    padding-top: 0;
    position: relative;
}
#intro_small .orbit-container{
    overflow-y: visible;
    position: static;
}
#intro_small .content{
    padding: 0 15px 25px;
    text-align: center;
}
#intro_small h2{
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #6d6865;
}
#intro_small h1{
    margin-bottom: 10px;
}
#intro_small .content{
    padding-top: 20px;
}
#intro_small .orbit-next, #intro_small .orbit-prev{
    width: 10px;
    height: 19px;
    top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}
#intro_small .orbit-next{
    background-image: url(../pix/arrow_grey_right.svg);
    right: 15px;
}
#intro_small .orbit-prev{
    background-image: url(../pix/arrow_grey_left.svg);
    left: 15px;
}
#intro_small .orbit-next span, #intro_small .orbit-prev span{
    border: none !important;
}
#intro_small .orbit-bullets-container{
    position: absolute;
    width: 100%;
    margin-top: 10px;
}

/*HOMEBUTTONS*/
#home_right{
    margin-top: 25px;
    right: 0;
    bottom: 50px;
    top: 0;
}
#home_right .row{
    margin: 0;
}
#home_right .row > div{
    padding: 0;
    position: relative;
    display: table;
    float: left;
}
#home_right .home_buttons{
    margin-bottom: 30px;
}
#home_right .home_button{
    width: 100%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    word-wrap: break-word;
}

#home_middle{
    padding-top: 40px;
}
#home_presse{
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
}
#home_presse h4{
    text-align: center;
}
#home_presse .strike > h4:before, .strike > h4:after{
    background: #6c6763;
}

#home_presse .presse_content{
    padding: 10px 0 15px;
}
#home_presse h2{
    margin-bottom: 20px;
}

#home_news h4{
    color: #fff;
}
#home_news .strike > h4:before, #home_news .strike > h4:after{
    background: #fff;
}
#home_news .strike{
    margin: 0 15px;
    padding-top: 5px;
}
.news_slide{
    background: #f2f1ee;
}
.home_news_image{
    width: 100%;
    height: 350px;
    position: relative;
}
.title_gradient{
    background: url(../pix/gradient.png) repeat-x top;
    width: 100%;
    height: 88px;
    position: absolute;
    top: 0;
}
.home_news_content{
    padding: 25px;
    text-align: center;
}
.home_news_date{
    margin-bottom: 5px;
}
.home_news_content h2{
    margin-bottom: 20px;
}
.home_news_content p{
    margin: 0;
}
.home_news_content .more_link{
    padding-top: 10px;
    display: inline-block;
}

.home_project{
    width: 100%;
    min-height: 450px;
    background-size: cover;
}
.project_overlay{
    width: 90%;
    height: 45%;
    background: #fff;
    margin: auto;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.project_overlay_inner{
    border: 1px solid #6c6763;
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
}
.overlay_text{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.overlay_text h2{
    margin: 5px 0 20px;
}

#home_bottom{
    padding-top: 20px;
}

#home_bottom .strike{
    max-width: 195px;
    margin: 0 auto 25px;
}
.tourism_home_grid{
    margin: 0;
}
li.tourism_home{
    padding: 0;
    cursor: pointer;
}
li.tourism_home:hover img:not(.tourism_arrow){
    opacity: 0.8;
}
li.tourism_home:hover a{
    color: #008C92;
}
.tourism_home_text{
    background: #fff;
    max-height: 250px;
    height: 100%;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.tourism_arrow{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}
.tourism_arrow.up{
    top: -20px;
}
.tourism_arrow.down{
    bottom: -20px;
}
.tourism_home_text h2{
    margin-bottom: 20px;
    margin-top: 5px;
}
.tourism_home a:not(.more_link) {
    color: #6c6763 !important;
    text-decoration: none !important;
}
.tourism_home.cat_38 .tourism_home_text{
    background-color: #ddd9d2;
}

/*PRODUCTS*/
#products{
    background: #f2f1ee;
    padding-top: 50px;
}
#products #filter{
    margin-bottom: 60px;
}
#products #filter h2{
    border-bottom: 2px solid #b0adaa;
    padding: 10px 0 10px 45px;
    margin-bottom: 15px;
    background: url(../pix/product.svg) no-repeat left center;
    background-size: 22px;
}
#products #filter h2 + div{
    margin-bottom: 25px;
}
#products #filter h2.producers{
    background-image: url(../pix/producer.svg);
    background-size: 18px;
    margin-top: 30px;
}
#products #filter h2.restaurateurs {
    background-image: url(../pix/restaurateurs.svg);
    background-size: 18px;
}
#products .picto{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
}
#products .nr + .picto{
    left: 50px;
}
#products .picto.producer{
    width: 18px;
}
#products .nr {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 100%;
    background: #345b62;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
#products .grid_ele .more_link{
    display: inline-block !important;
}
#products .grid_ele .show_on_map{
    margin-left: 30px;
}

.container_23 #sidebar h2 {
    margin-bottom: 20px;
}
.container_23 #sidebar_downloads, .container_23 #sidebar_links, .container_23 #sidebar_contact {
    background: #f2f1ee;
    color: #6c6763;
    text-align: left;
}
.container_23 #sidebar_downloads a, .container_23 #sidebar_links a, .container_23 #sidebar_contact a {
    color: #006d72;
    font-family: 'Lora', serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
    display: block;
}
.container_23 #sidebar_contact a {
    display: inline;
}
.container_23 #sidebar_downloads h2 + .download_ele, .container_23 #sidebar_downloads h3 + .download_ele {
    border-top: 1px solid #ccc;
}
.container_23 #sidebar_downloads .download_ele {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 5px 0;
}
.container_23 #sidebar_downloads h3 {
    margin-top: 30px;
}

/*MAP*/
.map {
    width: 100%;
    height: 600px;
    max-height: 80vh;
    position: relative;
}
.map_controls {
    border-radius: 0 0 3px 3px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 1px rgba(233,233,233,1);
    box-shadow: 0 0 5px 1px rgba(233,233,233,1);
}
.map_controls .map_control {
    background-color: #fff;
    cursor: pointer;
    float: left;
    line-height: 10px;
    border-left: 1px solid #e9e9e9;
    padding: 9px;
    text-align: center;
}
.map_controls .map_control:first-child {
    margin-left: 0;
}
.map_controls .map_control img {
    display: inline-block;
    height: auto;
    width: 16px;
}
.map_controls .map_control:hover img {
    opacity: .5;
}
.map image, .map text, .map path{
    cursor: pointer;
}
.map image:hover{
    opacity: 0.7;
}
.esriPopup .sizer{
    width: 200px !important;
}
.esriPopup .contentPane{
    padding: 0 !important;
    max-height: none !important;
    font-family: 'Lora', serif !important;
    color: #6c6763 !important;
    background-color: transparent !important;
}
.esriPopup .esriPopupWrapper{
    border-radius: 0 !important;
    box-shadow: none !important;
}
.esriPopup .actionsPane{
    display: none;
}
.esriPopup h2{
    margin: 0 0 5px;
}
.esriPopup a {
    text-decoration: none !important;
    color: #006d72 !important;
    font-weight: 700 !important;
}
.esriPopup .info_content{
    padding: 10px;
}
.esriPopup .tab {
    padding: 5px 10px;
    box-sizing: border-box;
    float: left;
    background: #ccc;
    margin-right: 1px;
    cursor: pointer;
}
.esriPopup .tab.active {
    background-color: #006d72;
    color: #fff;
}
.esriPopup .info {
    background: #fff;
    box-shadow: 0 0 0.75em #777777;
    -webkit-box-shadow: 0 0 0.75em #777777;
    position: relative;
}
#products .esriPopup .info .picto{
    width: 18px;
    top: 5px;
    left: 5px;
}
#products .esriPopup .info .picto.producer{
    width: 14px;
}
.esriPopup .titlePane {
    display: none !important;
}
.esriPopup .contentPane .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    padding: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
}

.load-map {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    z-index: 5;
    text-align: center;
}
.load-map img {
    z-index: 100;
    height: 100px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.container_23 #sidebar .map {
    max-height: 300px;
}

    /*SIDEBAR*/
#sidebar{
    float: right;

}
.sidebar_ele{
    margin-bottom: 30px;
}
.sidebar_text{
     padding: 35px 25px;
     text-align: center;
}
.sidebar_text h2, .sidebar_text a h2{
    color: inherit;
    margin-bottom: 30px;
}
.sidebar_ele .mybutton{
    margin-top: 15px;
}
.sidebar_ele a:hover{
    opacity: 0.8;
}

#sidebar_map{
    background: #c0c1c6;
}
#sidebar_map .sidebar_text{
    color: #000;
}
#sidebar_map .mybutton{
    color: #000;
    border-color: #000;
}
#sidebar_map .mybutton:hover{
    background: #e9e9eb;
}

#sidebar_member{
    background: #9bad80;
    color: #fff;
}
#sidebar_member .mybutton:hover{
    background-color: #bbd299;
}

#sidebar_member .mybutton,  #sidebar_newsletter .mybutton{
    color: #fff;
    border-color: #fff;
}
.sidebar_ele h2 + .mybutton{
    margin-top: 0;
}

#sidebar_newsletter{
    background: #6f9c9a;
    color: #fff;
}
#sidebar_newsletter .mybutton:hover{
    background: #90ccc9;
}

#sidebar_member a, #sidebar_newsletter a{
    color: #fff;
}

#sidebar_downloads{
    background: #436b7d;
    color: #fff;
}
#sidebar_downloads a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
#sidebar_downloads .download_ele{
    margin-bottom: 10px;
    text-align: left;
}

#sidebar_shop{
    background: #f2f1ee;
    color: #6d6865;
}
#sidebar_shop a{
    color: #6d6865;
}
#sidebar_partner{
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#sidebar_partner img{
    width: 100%;
    max-widtH: 170px;
    margin-top: 25px;
}

#sidebar_links{
    text-align: left;
    background: #f2f1ee;
}
#sidebar_links a{
    color: #6c6763;
    text-decoration: underline;
}

#sidebar_newsletter_archiv .sidebar_text{
    text-align: left;
    background: #e9e9eb;
    color: #000;
}
#sidebar_newsletter_archiv .archiv_ele{
    margin-bottom: 5px;
    list-style-type: none;
}
#archive_more{
    cursor: pointer;
}
#archive_more:hover{
    opacity:  0.8;
}
.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
/*PROJECT*/
#projects h4{
    max-width: 260px;
    text-align: center;
    margin-bottom: 25px;
    max-width: 572px;
}
#projects .project_list + h4{
    margin-top: 50px;
}
.project_container{
    border-top: 1px solid #b5b3b1;
    max-width: 572px;
}
.project_container.open{
    background-color: #f2f1ee;
}
.project_title{
    padding: 20px;
    padding-right: 55px;
    background-image: url(../pix/plus.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 25px;
    cursor: pointer;
    display: block;
}
.project_title:hover h2{
    color: #000;
}
.project_title:hover{
    background-image: url(../pix/plus_h.svg);
}

.project_container.open .project_title{
    background-image: url(../pix/minus.svg);
}
.project_container.open .project_title:hover{
    background-image: url(../pix/minus_h.svg);
}
.project_content{
    display: none;
}
.project_text{
    padding: 0 20px 40px 20px;
}
.project_donor{
    padding: 20px;
    border-top: 1px solid #d7d5d2;
}
.project_donor img{
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 25px;
}
.project_donor a:hover img, .project_donor a.open_link:hover{
    opacity: 0.8;
}
.project_donor a.open_link, .project_donor .no_link_donor{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
}
.project_donor a.open_link{
    text-decoration: underline;
}

.project_donor h3{
    margin-bottom: 10px;
}
.project_container .gallery_desc{
    border-bottom: 0;
}
.project_gallery{
    position: relative;
}
.project_gallery.single{
    padding-bottom: 35px;
}

/*TOURISM*/
#suggestions{
    background: #f2f1ee;
    padding: 40px 0;
}
#suggestions .strike, #products .strike{
    max-width: 185px;
    margin: 0 auto 60px;
}
#suggestions .grid_ele{
    margin-bottom: 30px;
}

/*NEWS*/
#news h4{
    margin-bottom: 50px;
}
#news .strike{
    width: 170px;
}


/*SHOP*/
.container_11 .strike{
    max-width: 120px;
}
#filter{
    /*margin-top: 50px;*/
    margin-bottom: 35px;
}
#filter table td{
    min-width: 120px;
    box-sizing: border-box;
    font-size: 16px;
}
#filter .filter_checkbox{
    background-image: url(../pix/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
#filter .filter_checkbox.checked{
    background-image: url(../pix/checkbox_active.svg);
}
#filter .filter{
    border-top: 1px solid #b5b3b1;
}
#filter .filter_cat{
    padding: 20px 10px;
    font-weight: bold;
    font-style: italic;
}
#filter .filter_lang{
    padding: 5px 10px;
    color: #6d6865;
    background: #f2f1ee;
}
#filter .filter_lang .filter_checkbox{
    background-image: url(../pix/checkbox_lang.svg);
}
#filter .filter_lang .filter_checkbox.checked{
    background-image: url(../pix/checkbox_lang_active.svg);
}
.detail_box{
    background: #f2f1ee;
    padding: 20px;
    line-height: 28px;
}
.detail_box b{
    font-style: italic;
}
.detail_box .mybutton{
    color: #6d6865;
    margin-top: 20px;
}
.container_11 .button_container{
    text-align: left;
}

#cart{
    border-bottom: 1px solid #b5b3b1;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
#cart.overview{
    margin-bottom: 0;
    border: 0;
}
#cart_list table{
    width: 100%;
    border-collapse: collapse;
}
#cart_list table tr th{
    text-align: left;
    font-weight: bold;
    font-style: italic;
    padding: 10px;
}
#cart_list table tr td{
    border-top: 1px solid #b5b3b1;
    padding: 10px;
    vertical-align: top;
}
#cart_list table tr td:first-child, #cart_list table tr th:first-child{
    padding-left: 0;
    width: 24%;
}
#cart_list table tr td:nth-child(2){
    width: 14%;
}
#cart_list table tr td:nth-child(3){
    width: 14%;
}
#cart_list table tr td:nth-child(4){
    width: 19%;
}
#cart_list table tr td:nth-child(5){
    width: 14%;
}
#cart_list table tr td:nth-child(6){
    width: 10%;
}
#cart_list table tr td:nth-child(7){
    width: 5%;
    padding-right: 0;
}
#cart_list table tr td input{
    max-width: 60px;
    height: 30px;
    background: #f2f1ee;
}
#cart_list table tr td.price{
    text-align: right;
}
#cart_list a.more_link{
    margin-top: 20px;
}
#total, #total_text .big{
    font-size: 22px;
}
#total_text, #total{
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
#total_text{
    padding-right: 35px;
}
#shop_form_title{
    margin-top: 90px;
}
#cart_list .cart_label{
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
}
#cart_list .cart_value{
    display: inline-block;
    max-width: 80%;
}
#cart_list .remove{
    background: url(../pix/remove.svg) no-repeat center;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}
#cart_list .remove:hover{
    opacity: 0.8;
}

/*SIDEBAR*/
.sidebar > div:not(:last-child){
    margin-bottom: 30px;
}
.sidebar > div:first-child h2{
    line-height: 2rem;
    margin-bottom: 2rem;
}
.sidebar .news_ele{
    margin-bottom: 25px;
}

/*GALLERY*/
.container_12 .strike{
    width: 170px;
}
.gallery_cat{
    width: 100%;
    margin-top: 30px;
    position: relative;

}
.gallery_cat .title_container{
    max-width: 60%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.detail_arrow{
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.gallery_cat .cat_title{
    color: #fff;
    margin: 0;
}

#gallery_grid{
    margin-top: 45px;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery_ele{
    position: relative;
    box-sizing: border-box;
    border: 15px #fff solid;
    overflow: hidden;
    cursor: pointer;
}
.gallery_ele .gallery_image{
    width: 100%;
}
.gallery_ele .img_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.gallery_ele .img_overlay .overlay_text{
    color: #fff;
    font-size: 20px;
    font-style: italic;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    text-align: center;
}

.gallery_ele img{
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out
}
.gallery_ele:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*width: 110%;
    max-width: none;
    position: relative;
    left: -5%;
    top: -5%;*/
}
#image_count{
    display: none;
}
/*GALLERY LIGHTBOX*/
.detail_content{
    display: none;
}
#detail_container{
    position: fixed;
    overflow-y: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    display: none;
    z-index: 300;
}
#detail_container #blind{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: #000;
}
#overlay_container{
    padding-top: 15vh;
    height: 100vh;
}
#detail{
    height: 100%;
    position: relative;
}
.gallery_detail_content{
    position: absolute;
    bottom: 5vh;
    width: 100%;
    padding-top: 3vh;
    max-height: 10vh;
    border-top: 1px solid #8e8e8d;
}
#detail *{
    color: #fff !important;
}
#detail_img{
    margin: 0 auto 30px;
    display: block;
    width: auto;
    max-height: 70vh;
    padding-bottom: 5vh;
}
#download{
    display: none;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}
#detail_desc{
    text-align: left;
    font-size: 16px;
    font-style: italic;
}

#pager{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
#close, #next, #prev{
    cursor: pointer;
    position: fixed;
}
#close{
    top: 5vh;
    right: 0.9375rem;
    width: 40px;
    height: 40px;
    max-width: 5vh;
    max-height: 5vh;
}
#next, #prev{
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
}
#next{
    right: 30px;
}
#prev{
    left: 30px;
}

.orbit-timer{
    display: none;
}
.orbit-bullets li{
    width: 11px;
    height: 11px;
    margin-right: 15px;
    background: #d3d1d0;
}
.orbit-bullets li.active{
    background: #6d6865;
}

/*TABLE*/
table#downloads, table#links{
    /*table-layout: fixed;*/
    border-collapse: collapse;
    width: 100%;
}

table#downloads tr td, table#links tr td{
    border-top: 1px solid #b5b3b1;
    line-height: 23px;
    padding: 12px 12px 12px 0;
    vertical-align: top;

}
table#downloads tr:last-child td, table#links tr:last-child td{
    border-bottom: 1px solid #b5b3b1;
}
table#links tr td:last-child:not(.category), table#downloads tr td:last-child:not(.category){
    text-align: right;
}
table#downloads tr:not(:first-child) td.category, table#links tr:not(:first-child) td.category{
    padding-top: 40px;
}
table#downloads tr:first-child td.category, table#links tr:first-child td.category{
    border-top: none;
}
table#downloads tr td b{
    font-size: 16px;
}

#photos{
    margin-top: 50px;
}
#photo_title h3{
    padding-bottom: 12px;
    border-bottom: 1px solid #b5b3b1;
    margin-bottom: 12px;
}
.photo{
    padding-bottom: 12px;
    word-wrap:break-word;
    min-height: 195px;
}
.photo .img_container{
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
    display: table;
}
.photo .img_container .overlay{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.photo .img_container .overlay h3{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    text-align: center;
}
.photo:hover .img_container .overlay{
    display: block;
}
#enter_pw{
    float: right;
    padding-right: 12px;
}

/*CONTACT*/
#address{
    margin: 25px 0 30px;
}
#map_canvas{
    margin-top: 25px;
    height: 400px;
}

/* FORM */
#contact{
    position: relative;
}
#contact .loading, #contact .loading img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 5;
}
table.form_table{
    border: 0;
    width: 100%;
    margin-top: 20px;
}
table.form_table tr{
    background: none !important;
}
table.form_table tr td{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
.form_label{
    max-width: 140px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.form_label.top{
    vertical-align: top;
}
.table_space{
    height: 50px;
}
table.form_table input[type="text"],
table.form_table input[type="email"],
table.form_table input[type="number"],
table.form_table input[type="date"],
table.form_table textarea {
    background: #f2f1ee;
    border: 1px solid #afacaa;
    width: 100%;
    margin: 0;
}
table.form_table input[type="text"]:focus,
table.form_table input[type="email"]:focus,
table.form_table input[type="number"]:focus,
table.form_table input[type="date"]:focus,
table.form_table input[type="submit"]:focus,
table.form_table textarea:focus,
table.form_table select:focus {
    border: 1px solid #6c6763;
    outline: none;
}
input[name="terms"] {
    position: absolute;
    left: -10000px;
}
table.form_table input[type="submit"]{
    padding-left: 50px;
    padding-right: 50px;
    height: 45px;
    margin-top: 0;
}
table.form_table textarea{
    height: 150px;
}
.gm-style-mtc{
    display: none;
}
.radio.madame{
    margin-left: 25px;
}
.radio_group > div{
    margin-bottom: 20px;
    display: table;
}
.radio_group.anrede > div{
    margin-bottom: 0;
}
.radio_label{
    display: table-cell;
    line-height: 17px;
    vertical-align: top;
}
.radio, .checkbox{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #afacaa;
    background: #f2f1ee;
    border-radius: 1000px;
    margin-right: 10px;
    cursor: pointer;
}
.radio.active:before, .checkbox.active:before{
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    border-radius: 1000px;
    width: 11px;
    height: 11px;
    background: #6c6763;
}
.radio_ele{
    display: inline;
}
.checkbox, .checkbox.active:before{
    border-radius: 1px;
}
select {
    margin: 0;
}
select:focus {
    outline: none;
}

/*FORM VISITE*/
.form-visite  .radio_group > div {
    margin-bottom: 0;
}

select option.title {
    font-weight: bold;
}

select option:not(.title):disabled {
    color: #ccc;
}

.form-visite .form_label {
    max-width: 180px;
    padding-right: 10px;
}

table.form-visite input[type="date"] {
    margin-bottom: 5px;
}

table.form-visite .price-table table {
    width: 100%;
    border-collapse: collapse;
}

table.form-visite .price-table table thead th {
    background: #f2f1ee;
}

table.form-visite .price-table td,
table.form-visite .price-table th {
    border: 1px solid #ccc;
    padding: 0.5rem 0.625rem 0.625rem;
}

table.form-visite .price-table th {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    background: #fafafa;
}

table.form-visite .price-table td:first-child {
    min-width: 130px;
}

table.form-visite .piquenique {
    vertical-align: top;
}

.place-notice,
.participants-notice {
    margin-top: 5px;
}

/*TEAM*/
#team{
    background: #f2f1ee;
    padding: 40px 0;
}
#team .grid_text{
    padding-bottom: 25px;
    /*min-height: 200px;  by mld 09.03.2017 */
}
#team h4{
    margin-bottom: 50px;
}
#team .strike{
    width: 200px;
}
body.fr #team .strike{
    width: 400px;
}

/*WEBCAM*/
#cams{
    padding: 40px 0;
}
.cam_container{
    padding-bottom: 30px;
}
.cam_container div{
    max-width: 100%;
}

#products .row .column ul li.grid_ele.hidden {
    display:none;
}

@media only screen and (max-width: 450px) {
    h1{
        font-size: 34px;
        margin-bottom: 40px;
        line-height: normal;
        font-weight: 400;
    }
    #intro, .main-section{
        padding-top: 40px;
    }
}
@media only screen and (max-width: 425px) {
    h1{
        font-size: 30px;
        margin-bottom: 35px;
    }
    #intro, .main-section{
        padding-top: 35px;
    }
}
@media only screen and (max-width: 375px) {
    h1{
        font-size: 28px;
        margin-bottom: 30px;
    }
    #intro, .main-section{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 350px) {
    h1{
        font-size: 24px;
        margin-bottom: 25px;
    }
    #intro, .main-section{
        padding-top: 25px;
    }
}





/* Small ONLY*/
/*@media only screen and (max-width: 40em) {*/
@media only screen and (max-width: 40.0625em) {
    /*nav*/
    #head_top nav.tab-bar, #head_top nav.tab-bar .menu-icon{
        height: 26px;
        line-height: normal;
    }
    nav.tab-bar{
        background: none;
    }
    nav.tab-bar .right-small{
        border: none;
        width: auto;
        height: auto;
    }
    .off-canvas-wrap.move-left .right-off-canvas-menu{
        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    }
    .exit-off-canvas{
        box-shadow: none !important;
    }
    .tab-bar .menu-icon span:after{
        box-shadow: 0 0 0 2px #000, 0 11px 0 2px #000, 0 22px 0 2px #000 !important;
        top: 2px;
        left: auto;
        right: 0;
        margin-top: 0;
        width: 25px;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    aside ul.off-canvas-list li a{
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        border-bottom: none !important;
        margin: 0 25px;
        padding-left: 0;
        font-weight: 600;
        line-height: normal;
    }
    aside ul.off-canvas-list li a.parent{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 1px solid #8e8e8d !important;
    }
    aside .off-canvas-list dd.active > a{
        color: #fff;
        background: none;
    }
    aside ul.off-canvas-list li .links{
        padding-left: 25px;
    }
    aside ul.off-canvas-list li .links a{
        margin-left: 0;
    }
     aside ul.off-canvas-list li .links.active a, aside ul.off-canvas-list.aside_meta li a.active{
        color: #fff;
     }
    aside ul.off-canvas-list .content.active{
        padding-left: 25px;
    }
    aside ul.off-canvas-list li .links:last-child{
        border-bottom: 1px solid #8e8e8d !important;
    }
    aside .aside_meta{
        margin-top: 30px;
    }
    /*header*/
    header{
        position: relative;
    }
    #head_top{
        position: fixed;
        z-index: 20;
    }
    #head_top .nav_shadow{
        display: none !important;
    }
    #head_top.scroll .nav_shadow{
        display: block !important;
    }
    #head_bottom{
        padding-top: 56px;
    }

    #intro .content {
        padding: 0 20px;
    }

    .home_buttons .column:nth-child(2), .home_buttons .column:last-child{
        margin-left: -1px;
    }
    /*footer .footer_contact a{
        font-weight: 700;
        font-style: italic;
    }*/
    .footer_contact{
        padding-left: 0.9375rem;
    }
    .address_container{
        border: 0;
    }
    #detail_content .button_container{
        text-align: center;

    }
    /*sidebar*/
    .sidebar{
        margin-top: 50px;
    }
    #sidebar{
        margin-top: 30px;
        padding-top: 15px;
        background: #252525;
    }
    .sidebar_ele h2, .sidebar_ele a h2{
        margin-bottom: 0;
    }
    .sidebar_ele:not(#sidebar_shop) .detail_arrow{
        top: 50%;
        height: 30px;
        margin-top: -15px;
    }
    .sidebar_ele#sidebar_downloads h2{
        margin-bottom: 10px;
    }
    .sidebar_ele#sidebar_newsletter h2, .sidebar_ele#sidebar_member h2{
        padding-right: 30px;
    }
    .sidebar_ele{
        position: relative;
        margin-bottom: 15px;
    }
    .sidebar_text{
        padding: 15px 15px;
        text-align: left;
    }
    #sidebar_map .sidebar_text{
        text-align: center;
    }
    #sidebar_shop .sidebar_text{
        position: absolute;
        bottom: 0;
        height: 149px;
        width: 100%;
        background: url(../pix/aside_shadow.png) repeat-x center;
        color: #fff;
    }
    #sidebar_shop .sidebar_text h2{
        position: absolute;
        bottom: 10px;
    }
    #sidebar_shop a{
        color: #fff;
    }
    #sidebar_partner{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #sidebar_partner .strike{
        width: 200px;
    }
    .main-section{
        padding-bottom: 0px;
    }
    .grid_ele h3{
        margin-top: 15px;

    }

    .home_news_image{
        height: auto;
    }
    .home_news_image.show-for-small .strike{
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
    }
    /*gallery*/
    .gallery_slide{
        width: 100%;
        height: 660px;
    }
    .header_gallery .gallery_desc{
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
    .gallery_cat .title_container{
        max-width: 100%;
    }
    .gallery_cat h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
    }
    #download{
        display: none;
    }
    /*PROJECTS*/
    #projects{
        padding-left:0;
        padding-right:0;
    }
    .project_container{
        max-width: none;
    }
    .project_content{
        position: relative;
    }
    .small_close{
        background-image: url(../pix/minus.svg);
        bottom: 5px;
        top: auto;
        right: 15px;
    }

    /*DIVERS*/
    #detail_content{
        max-width: none;
    }

    table#downloads tr td{
        width: 70%;
        /*margin-left: 25%;*/
    }
    table#downloads tr td:first-child{
        width: 30%;
    }
    table#links{
        max-width: 100%;
    }

    #filter table td{
        display: block;
        padding-bottom: 5px;
    }

    .column a:last-child .gallery_cat{
        margin-bottom: 50px;
    }

    .radio.madame{
        margin-left: 0;
    }


    .grid_text{
        text-align: left;
    }

    #bymoxi {
        display: none;
    }

    .orbit-prev, .orbit-next{
        display: none !important;
    }

    /*Shop*/
    #cart_list table tr td:first-child{
        width: 90%;
    }
    #total_text, #total{
        text-align: left;
    }
    /*#cart_list table tr td:first-child .cart_label:not(:first-child){
        margin-top: 5px;
    }*/
    #cart_list table tr td:first-child input{
        margin-bottom: 0;
    }
    #cart_list table tr td:nth-child(2){
        width: 10%;
        position: relative;
        vertical-align: bottom;
        text-align: right;
    }
    #cart_list table tr td:nth-child(2) .remove{
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .container_23 #filter .show-for-small-only {
        margin-bottom: 15px;
    }
}


/* Medium */
@media only screen and (min-width: 40.0625em) {
    .intro{
        padding-left: 50px;
    }
    #head_top{
        position: static;
        padding-bottom: 38px;
        border-bottom: 1px solid #e5e5e5;
    }
    .meta-lang a:first-child{
        padding-right: 0;
    }
    header #head_mid {
        /*margin-bottom: 60px;*/
        padding: 35px 0 30px;
    }
    /*header #head_mid.head_drop_active{
        margin-bottom: 121px;
    }
    header #head_mid.head_drop_active.organisation{
        margin-bottom: 183px;
    }*/
    #head_bottom{
        padding-top: 0;
    }

    #mainnav{
        display: table;
        width: 100%;
    }
    #dropdown_4 li{
        float: left;
        border-bottom: 1px solid #DBDAD8;
        width: 25%;
    }
    #mainnav .has-dropdown.active .dropdown{
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        z-index: 98;
    }
    .top-bar-section ul li{
        display: table-cell;
        float: none;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    .meta-lang a{
        float: right;
        /*padding-left: 15px;*/
    }
    .logo{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .main_content{
        padding-right: 115px;
    }

    #intro_wrapper{
        margin-top: -130px;
    }
    #carte_small{
        display: none !important;
    }
    #home_right .row > div:not(:first-child){
        margin-top: 10px;
    }
    #home_right, #home_presse{
        position: absolute;
    }
    #home_presse {
        border-bottom: 1px solid #6c6763;
        margin-bottom: 40px;
    }
    #home_middle{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .home_news_image{
        width: 315px;
        max-width: 100%;
        height: 190px;
        background-position: center;
    }
    .project_overlay{
        width: 50%;
        top: 0;
        bottom: 0;
        min-width: 270px;
    }
    #home_bottom{
        padding-bottom: 60px;
    }
    #home_bottom .orbit-container{
        display: none;
    }
    .tourism_home_text{
        min-height: 250px;
    }
    .tourism_home_text h4 + div{
        height: 80%;
    }
    .tourism_home_text h2{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        hyphens: auto;
    }


    .gallery_cat .title_container{
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        bottom: auto;
    }
    #close{
        top: 45px;
        right: 45px;
    }
    #detail_desc{
        font-size: 14px;
        text-align: center;
    }


    /*GRID*/
    .grid_ele{
        float: left !important;
        margin-bottom: 30px;
    }
    .grid_ele h2{
        padding-bottom: 30px;
        padding-right: 0;
    }
    .detail_arrow{
        bottom: 20px;
    }
    /*sidebar*/
    .sidebar{
        margin-top: 0;
    }
    .mybutton.hide-for-small{
        display: inline-block !important;
    }
    #sidebar_member .sidebar_member_text{
        display: block !important;
    }

    /*gallery*/
	.gallery_slide{
	   height: 600px;
	}
    .logo{
        padding-bottom: 0;
        padding-top: 0;
    }
    .project_container:last-child{
        border-bottom: 1px solid #b5b3b1;
    }


    /*downloads*/
    /*table#downloads tr td:nth-child(1){width: 18%}
    table#downloads tr td:nth-child(2){width: 32%}
    table#downloads tr td:nth-child(3){width: 15%}
    table#downloads tr td:nth-child(4){width: 15%}
    table#downloads tr td:nth-child(5){width: 20%}*/

    .container_33 table#downloads tr td:nth-child(1){width: 20%}
    .container_33 table#downloads tr td:nth-child(2){width: 50%}
    .container_33 table#downloads tr td:nth-child(3){width: 15%}
    .container_33 table#downloads tr td:nth-child(4){width: 15%}

    .container_15 table#downloads tr td:nth-child(1){width: 20%}
    .container_15 table#downloads tr td:nth-child(2){width: 40%}
    .container_15 table#downloads tr td:nth-child(3){width: 13%}
    .container_15 table#downloads tr td:nth-child(4){width: 12%}
    .container_15 table#downloads tr td:nth-child(5){width: 15%}

    .container_15 table#downloads tr.has_span td:nth-child(1){width: 60%}
    .container_15 table#downloads tr.has_span td:nth-child(2){width: 13%}
    .container_15 table#downloads tr.has_span td:nth-child(3){width: 12%}
    .container_15 table#downloads tr.has_span td:nth-child(4){width: 15%}

    .container_17 table#downloads tr td:nth-child(1){width: 50%}
    .container_17 table#downloads tr td:nth-child(2){width: 20%}
    .container_17 table#downloads tr td:nth-child(3){width: 15%}
    .container_17 table#downloads tr td:nth-child(4){width: 15%}

    table .more_link.hide-for-small{
        display: inline !important;
    }
    #bymoxi {
        display: none;
    }

    .container_23 .product-intro .intro {
        padding-bottom: 0;
    }

    #products #filter .column:first-child {
        padding-right: 35px;
    }

    #products #filter h2.producers{
        margin-top: 0;
    }
}

/* Large */
/*@media only screen and (min-width: 54.063em) { */
@media only screen and (min-width: 1024px) {
    /*HOME*/
    #alert_large{
        display: block;
        padding: 30px;
        max-width: 275px;
        position: absolute;
        left: 0;
        top: 50px;
    }
    #alert_small{
        display: none;
    }
    .alert h2{
        margin-bottom: 30px;
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        position: relative;
    }
    .alert_toggle{
        top: 15px;
    }
    #home_right .row > div{
        margin-top: 0;
    }
    #home_right .home_button {
        display: table-cell;
    }
    #home_right .row > div:not(.foo){
        margin-top: 0;
    }
    #home_right .row > div:nth-child(2){
        padding: 0 5px;
    }
    #dropdown_4 li{
        float: none;
        border: none;
        width: auto;
    }
    /*header #head_mid.head_drop_active{
        margin-bottom: 106px !important;
    }*/
    #filter table td{
        padding-right: 60px;
    }
    #bymoxi {
        right: 3px;
        position: absolute;
        top: 360px;
        z-index: 1;
        text-align: left;
        display: block;
    }

    #news .grid_ele {
        height: 520px;
    }
}

body.container_26 #sidebar_links .sidebar_text.left-align {
    text-align:left;
}

body.container_26 #sidebar_links a {
    font-weight:700;
    text-decoration:none;
    color: #006d72;
}

/*firefox nav position*/
@-moz-document url-prefix() {
    .anchor {
        top: 15px;
    }
}





/* ==|== helper styles =====================================================
   Author: moxi
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}





/*tinymce Admin styles*/
#tinymce .content_gallery{
    width: 256px;
    height: 205px;
    background: url(../../admin/assets/pix/gallery.png) no-repeat center;
    background-size: cover;
    color: transparent;
}
.gallery_placeholder{
    display: block;
}
.gallery_placeholder:after, .gallery_placeholder:before {
    content:"\000A";
    white-space: pre;
}
