/*
---------------------------------------------------------
MOVED FROM GLOBAL + PREPPED
---------------------------------------------------------
*/


/*
----------------------------------------------------------
FIX ON SPECIAL WIPS PAGES
----------------------------------------------------------

#WIPSMAINCONTENTS.wips_module_name_none > :nth-child(3) {
    clear: both;
}

#WIPSMAINCONTENTS.wips_module_name_none {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
*/

/*
------------------------------------------------------
HTML5 display-role reset for older browsers
------------------------------------------------------
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/* ------------------------------------------------------ */

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}


/*
---------------------------------------------------------
SEARCH STYLING
---------------------------------------------------------
*/


#search-results {
    background-color: white;
    position: absolute;
    color: #444;
    text-align: left;
    width: 100%;
    padding: 0px;
    margin-top: 16px;
    display: block;
    z-index: -1;
    font-size: 12px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    height: 0;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    transition-delay: 0.5s;
}

#search.searchFull #search-results {
    display: block;
    max-height: 500px;
    padding: 10px 0 10px 0;
    padding-top: 17px;
    height: auto;
    transition: max-height 0.25s ease-in, padding-top 0.5s ease-in;
    transition-delay: 0.5s;
}

@media all and (max-width: 1199px) {
    #search.searchFull #search-results {
        margin-top: 69px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }
}

#search-results .result {
    line-height: 1.2em;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    transition: border-left 0.5s ease, padding-left 0.25s ease, margin-left 0.25s ease;
    border-top: 0px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid white;
    transition: border-top 0.5s ease-out, border-bottom 0.5s ease-out, padding-left 0.5s ease;
}

#search:hover #search-results .result, #search.searchFull #search-results .result {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    transition: border-top 0.5s ease-in 1s, border-bottom 0.5s ease-in 1s, padding-left 0.5s ease;
}

#search-results .result:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease-out !important
}

#search-results .result {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.25s ease-in !important
}

#search-results .result:first-child {
    padding-top: 10px;
}

#search-results .result:last-child {
    padding-bottom: 10px;
}

/*
---------------------------------------------------------



.article-section { 
    display: none;
}
*/

/*
---------------------------------------------------------
*/

#mainContent.responsive-text div#WIPSELEMENT_ARTICLE-BLOCK-1,
#mainContent.responsive-text div#WIPSELEMENT_ARTICLE-BLOCK-2,
#mainContent.responsive-text div#WIPSELEMENT_GENERIC-BLOCK-1,
#mainContent.responsive-text div#WIPSELEMENT_GENERIC-BLOCK-2 {
    display: flex !important;
    position: relative !important;
    vertical-align: top;
    font-size: 16px;
}

#global-footer-blocks {
    display: none;
}

.queryString,
#block_articleBlock2 {
    display: block !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

/*
----------------------------------------------------------
GLOBAL GENERAL SETTINGS
----------------------------------------------------------


.featherlight-iframe .featherlight-content {
    width: 90%;
    height: 100%;
}

.featherlight-iframe .featherlight-content iframe.featherlight-inner {
    width: 100%;
    height: 100%;
}
*/
body.hfull:not(.read-more) {
    position: fixed !important;
}

#header.hfull ~ div#outerContent {
    min-height: 0 !important;
}

.map_overlay div {
    top: 100px;
    position: relative;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 500px;
    margin: auto;
    border-radius: 20px;
}

footer#footer #block-map-wrapper * {
    color: #777 !important
}

footer#footer #block-map-wrapper #block-map {
    position: absolute!important;
    height: 100%;
    width: 100%;
}

#section-top-block {
    display: block;
}

#WIPSMAINCONTENTS {
    display: block !important;
    margin: 0;
    width: 100%;
    position: relative !important;
}

#outerContent {
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
}

body #wrap div#language:hover,
body #wrap div#search:hover {
    background-color: white !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

body #wrap div#language:hover,
body #wrap div#language:focus {
    overflow: visible
}

#search {
    z-index: 10;
}

#print {
    z-index: 5;
}

#font-size-script.responsive-text {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    padding: 0 20px 0 20px;
    position: relative;
    height: 100%;
}


/*
---------------------------------------------------------
*/

#sitepath {
    float: left
}


/*
---------------------------------------------------------
*/

div#sitemap, #section-top-block {
    background-color: transparent;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#paginator {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.paginator_button.pag_active,
.paginator_button:hover {
    box-shadow: inset 0 0 0 0px !important
}

#wrap #paginator .paginator_button {
    display: inline-flex;
    padding: 0px 0.1em;
    margin-right: 0.15em;
    margin-left: 0.15em;
    border-radius: 3px;
    border: solid 0px transparent !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 1.8em;
    line-height: 1em;
    width: 2.5em;
    box-shadow: inset 0 0 0 1px;
}

.paginator-first a,
.paginator-last a {
    letter-spacing: -0.35em;
    margin-left: -0.4em;
}

.paginator-prev-next a {
    margin-top: 0.2em;
    font-size: 80%;
}

#paginator .paginator_button.paginator_separator a {
    cursor: default;
    pointer-events: none;
}

#paginator .paginator_button.paginator_separator,
#paginator .paginator_button.paginator_separator:hover {
    border: 0px solid white;
    box-shadow: none;
}

#bg #paginator .paginator_button.paginator-disabled a {
    cursor: default;
    pointer-events: none;
}

#bg #paginator .paginator_button:nth-child(3):before {
    content: "...";
    position: absolute;
    margin-left: -1em;
    right: auto;
    left: 0;
}

#bg #paginator .paginator_button:nth-child(5) {
    position: relative;
    margin-right: 1.3em;
    overflow: visible
}

#bg #paginator .paginator_button.pag_active:nth-child(5) {
    margin-right: 0.15em;
}

#bg #paginator .paginator_button:nth-child(5):after {
    content: "...";
    position: absolute;
    margin-right: -1.1em;
    left: auto;
    right: 0
}

#bg #paginator .paginator_button:nth-child(3) {
    position: relative;
    margin-left: 1.3em;
    overflow: visible
}

.paginator_button.paginator-prev-next.paginator-prev.paginator-disabled:nth-child(2) ~ .paginator_button:nth-child(3) {
    margin-left: 0.15em !important

}

.paginator_button.paginator-prev-next.paginator-prev.paginator-disabled:nth-child(2) ~ .paginator_button:nth-child(3):before {
    display: none

}

@media all and (max-width: 759px) {
    #wrap #paginator .paginator_button {
        padding: 0px 0.1em;
        margin-right: 0.1em;
        margin-left: 0.1em;
        border-radius: 3px;
        border: solid 0px transparent !important;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 1.8em;
        line-height: 1em;
        width: 1.8em;
        box-shadow: inset 0 0 0 1px;
    }

}

#static-newsletter-content * {
    color: #666;
}

#custom-button,
#static-menu,
#booking-button,
#static-menu-inner,
#static-menu-newsletter,
#static-menu-newsletter .icon,
#shop-button,
#back-to-top,
#menuwrap {
    backface-visibility: hidden;
}

input#searchInput {
    all: initial
}

div#search input {
    width: 75% !important;
    height: 100% !important;
    position: absolute !important;
    right: 20% !important;
    left: 5% !important;
    bottom: 0 !important;
    top: 0 !important;
    outline: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: transparent !important;
    color: #aaa !important;
    text-fill-color: #777;
    -webkit-text-fill-color: #777;
    display: none !important;
    letter-spacing: 1px;
}

div#search:hover input,
div#search input:focus {
    display: block !important;
}

#header #search:hover,
#header #search:focus,
#header #search.searchFull {
    background-color: white !important;
    color: #aaa !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

#language {
    z-index: 10;
}

@media all and (min-width: 100px) and (max-width: 959px) {
    #header #search input {
        border: 1px solid #ccc !important;
        height: 50% !important;
        width: 59% !important;
        top: 25% !important;
        right: 5% !important;
        left: 25% !important;
        bottom: auto !important;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        padding-left: 14px !important;
        margin-top: 0px !important;
        box-sizing: border-box;
    }
}


/*
---------------------------------------------------------
*/

footer#footer .footer-block:nth-child(1) a {
    height: 100%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


/*
----------------------------------------------------------
WRAPPER CONTAINER SETTINGS - Position and sizing
----------------------------------------------------------
*/
body #static-menu {
    z-index: 10000;
}

body #wrap,
#static-menu {
    max-width: 1920px;
}

body {
    background: white;
    height: 100%;
    margin: inherit;
    padding: inherit;
    text-align: center;
    width: 100%;
}

#wrap {
    min-height: 100vh !important;
}

#container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header,
#footer,
#mainContent,
#pagetitle {
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}

#inner-header {
    max-height: inherit;
}

#logo img {
    min-height: auto !important;
    height: auto !important;
    min-width: auto !important;
    width: auto !important;
    max-width: 100%;
}

#pagetitle {
    margin-bottom: 0 !important;
}

#pagetitle h1 {
    padding: 0 0 20px 0 !important;
    margin: 0 0 0 0 !important;
}

#inner-header {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

#container {
    display: block;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 0;
}

#bg {
    background-position: 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#wrap {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
    height: 100%;
    display: block;
}


/*
---------------------------------------------------------
*/


#container-list {
    line-height: 0; /* To prevent spacing between divs */
    margin: 0 auto;
}

/*
img {
    height: auto;
    max-width: 100%;
}*/


/*
---------------------------------------------------------
*/

#content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#center {
    position: relative;
    margin-bottom: 0 !important;
}


/*
---------------------------------------------------------
*/

#sitepath {
    text-align: left;
    text-transform: uppercase;
    margin: auto;
    padding: 0 3px;
    letter-spacing: 1px;
    margin-top: 10px !important;
}

#sitepath li {
    display: inline-block;
}

#sitepath li:last-child {
    display: none;
}

body:not(.read-more) #wrap #outerContent #center div#sitepath,
body:not(.read-more) #wrap #outerContent #center div#pagetitle {
    position: relative !important;
    max-width: calc(100% - 40px) !important;
    margin: auto !important;
    margin-left: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
}


/*
---------------------------------------------------------
*/

/*  TROR IKKE DENNE ER I BRUK  

#featured ~ #mainContent #sitepath li:last-child {
    display: block;
}*/


/*
---------------------------------------------------------
*/

@media all and (min-width: 100px) and (max-width: 1199px) {
    body #wrap #outerContent {
        margin-top: 0px !important;
    }

    body #wrap #content {
        margin-top: 70px !important;
    }
}

/*
.read-more #mainContent {
    margin-top: 10px !important
}
*/

/*
---------------------------------------------------------


#centering {
    text-align: center;
}
*/

/*
----------------------------------------------------------
BOOKING- AND CUSTOM BUTTON STYLES
----------------------------------------------------------
*/


#booking-button-price-container,
#booking-button-title-text {
    pointer-events: none;
    font-size: 145%;
    line-height: 1.7em;
    cursor: pointer;
    text-transform: uppercase;
    max-height: 100%;
    position: relative;
    display: block;
}

@media all and (max-width: 1199px) {
    body #wrap #booking-button-title-text,
    body #wrap #booking-button-price {
        font-size: 17px !important
    }

    body #wrap #booking-button-shopping-icon {
        font-size: 28px !important
    }

    #booking-button-price-container,
    #booking-button-title-text {
        line-height: 2em;
    }
}

#booking-button.not-empty #booking-button-title-text,
#booking-button:not(.not-empty):not(.empty) #booking-button-title-text,
#booking-button.empty #booking-button-price-container {
    display: none;
}

#booking-button-price-container span {
    flex: auto;
}

#booking-button-price-container {
    display: flex;
}

#booking-button-price-container #booking-button-shopping-icon {
    font-size: 150%;
    max-width: 50px;
}

body #booking-button input:not([type=submit]):not([type=button]),
body #booking-button select {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1) !important;
    color: #555 !important;
    border: 1px #ddd solid !important;
}

#booking-button {
    z-index: 1;
}

#booking-button-title {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#custom-button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px solid !important;
}


/*
----------------------------------------------------------
SERIA DEV CRED + FOOTER
----------------------------------------------------------
*/
footer#footer {
    padding-bottom: 0px
}

footer section {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid;
}

#footer .footer-block {
    border: 0px;
}


/*
----------------------------------
FOOTER DEVELOPER FIX
----------------------------------

#footer div#developer {
    margin: auto;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    height: 80px;
    border: 0px solid !important;
    padding-bottom: 35px;
}

#footer #developer > span {
    display: inline-block;
}

#developer-separator {
    padding: 0px 10px;
    display: none;
}

#footer #developer > span {
    font-size: 10px !important;
    padding: 3px 10px 3px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
    border-color: white;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    display: block;
    height: 100%;
    border: 0px solid !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer #developer > span a {
    padding: 0.15em 10px 0.35em 10px;
    line-height: 1.5em;
    height: 2em;
    margin: 0 5px 5px;
    border-radius: 20px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: inline-block !important;
    background-color: rgba(150, 150, 150, 0.5);
    color: white !important;
    opacity: 0.7;
}

#footer #developer span a:hover {
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    cursor: pointer;
    opacity: 1;
}

@media all and (max-width: 679px) {
    #developer-separator {
        display: none;
    }

    #footer #developer > span a {
        display: block;
    }
}
*/

/*
----------------------------------------------------------
SCRIPT CLASS SETTINGS
----------------------------------------------------------

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.display {
    display: block !important;
}

.show {
    display: block !important;
    visibility: visible;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.fixedPosition {
    position: fixed;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.one-third {
    width: 33.33% !important;
}

#shop-button.inactive,
#share-button a.icon.inactive,
#custom-button.inactive,
#booking-button.inactive,
#static-menu-newsletter.inactive,
.footer-block.inactive {
    opacity: .5;
}
*/

.iconHidden {
    display: none!important;
    visibility: hidden!important;
}

/*
---------------------------------------------------------
*/

@media all and (min-width: 1200px) {
    div#share-button {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

/*
---------------------------------------------------------
*/

@media all and (max-width: 1199px) {
    #logo img {
        max-height: 70px !important;
    }
}


/*
---------------------------------------------------------
*/


@media all and (min-width: 960px) and (max-width: 1199px) {
    #pagetitle {
        padding-top: 25px !important;
    }

    /*
        .single-article-full h1 {
            padding-top: 10px !important;
        }
    */
    #header.featurePresent ~ #outerContent #pagetitle {
        padding-top: 0px !important;
    }
}


/*
----------------------------------------------------------
FOOTER TEXT BLOCKS
----------------------------------------------------------
*/
#footer .footer-block {
    max-height: none;
}

.footer-block p,
.footer-block li {
    font-weight: normal !important;
}

#footer .footer-block ul li {
    line-height: 1.5em;
    border-bottom: 1px solid rgba(200, 200, 200, 0.25);
    padding: 11px 20px 10px 15px;
    text-align: left;
    width: 100%;
    position: relative;
}

#footer .footer-block ul li a {
    width: 100%;
}

#footer .footer-block ul li:hover {
    background-color: rgba(200, 200, 200, 0.15)
}

#footer .footer-block ul li:after {
    content: "v";
    position: absolute;
    height: inherit;
    left: auto;
    right: 5px;
    margin: 0;
    font-family: "web-icons-2";
    text-transform: lowercase;
    margin-top: 1px;
    display: inline;
}


/*
----------------------------------------------------------
FIX ON LOGO FOOTER
----------------------------------------------------------
*/
footer#footer .footer-block.footer-logo a,
footer#footer .footer-block.footer-logo a img {
    width: auto !important;
}


/*
-------------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------------------
ORIGINAL CODE CONTINUES BELOW
-------------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------------------- 
						DESIGN 3 
----------------------------------------------------------------------------------- 
*/


/* 
-----------------------------------------------------------------------------------
 						MAIN WRAPPER DIVS - HEADER TO FOOTER  
-----------------------------------------------------------------------------------
*/
#header,
#pagetitle,
#sitepath,
#container-list {
    max-width: 1200px !important;
    min-width: 80% !important;
    margin: 0 auto !important;
    position: relative;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
}

/*
#featured div.featured-textbox {
    max-width: 1200px !important;
    min-width: 80% !important;
}
*/
#container-list {
    max-width: 100% !important;
}

#font-size-script.responsive-text {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

#outerContent {
    background-color: transparent !important;
}

div#wrap {
    border: none;
}

#header {
    min-height: 100px;
    max-height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

#center {
    height: 100%;
    width: auto;
}

#menuwrap .level_1, #shop-button a.icon {
    background-color: transparent !important;
}

#static-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(2em + 10px) !important;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
    text-align: center;
    display: block;
}

#static-menu > * {
    display: inline-block !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*
#featured,
#featured:not(.full),
#featured:not(.full) .bxslider,
#featured:not(.full) .bx-wrapper,
#featured:not(.full) .bx-viewport,
#featured:not(.full) .bxslider li {
    width: 100%;
    height: 100%;
}
*/
#center div#sitepath {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    max-width: 100% !important;
    width: 100% !important;
}

div#sitepath a {
    font-weight: normal;
}

#mainContent #center div#pagetitle {
    margin-bottom: 0 !important;
    max-width: 100% !important;
}

#mainContent {
    margin: 0 auto;
    display: block;
    padding-bottom: 20px !important;
    height: 100%;
    width: 100%;
}

#sitemap {
    margin: 0 auto;
    display: block;
    clear: both;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    height: auto;
    margin: 0px auto 0 auto !important;
    overflow: hidden;
    padding-bottom: 40px;
}

footer:before,
footer:after,
#static-menu-inner:after {
    background-color: inherit;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#footer a img {
    max-height: 100%;
    max-width: 100%;
}

/* END main wrapper divs */


/* 
---------------------------------------------------------------------------------
 								HEADER ELEMENTS  
---------------------------------------------------------------------------------
*/

/* --------------------------- COMMON HEADER SETTINGS ----------------------- */

.one-language #language {
    display: none;
}

#search,
#language,
#print {
    padding: 0;
    position: absolute;
    top: 7px;
    min-height: 32px;
    max-height: 33px;
}

#language,
#print {
    overflow: hidden;
}

#search .icon,
#print .icon {
    float: right;
    margin-right: 0px;
    line-height: 1.7em;
}

#language,
#search {
    border: 0px solid !important;
}

#language span {
}

#header #language:hover {
    border: 0px solid !important;
    background-color: white !important;
}

.icon {
    border: 0px solid !important;
}

/* END common header settings */


/* ----------------------- LOGO SETTINGS ----------------------- */

#logo {
    height: 100%;
    left: 0px;
    position: relative;
    top: 0;
    text-align: left;
    max-width: 50%;
}

#logo img {
    max-height: 115px;
    max-width: 100%;
    min-height: 70px;
    height: auto;
}

/* END logo */


/* ----------------------- SEARCH ICON ----------------------- */

#search {
    right: 109px;
    width: 32px;
    height: 33px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 17px;
    border: 1px solid;
    z-index: 1;
}

#header #search:hover,
#header #search:focus {
    background-color: white !important;
    color: #aaa !important;
}

#search .icon {
    margin: -1px -1px 0 0;
    background-color: transparent !important;
    z-index: 2;
}

#search:focus,
#search:active,
#search:hover,
#search.searchFull {
    width: 200px;
}

#submitSearch {
    border: none;
}

/* END search icon  */


/* ----------------------- PRINT ICON ----------------------- */

#print {
    overflow: visible;
    right: 63px;
}

/* END print icon  */


/* ----------------------- CUSTOM BUTTON ----------------------- */

#custom-button {
    min-width: 100px;
    width: auto;
    height: auto;
    position: fixed;
    top: 60vh;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

#custom-button a {
    height: 100%;
    width: auto;
    display: block;
    letter-spacing: 2px;
    font-size: 120%;
}

#custom-button p {
    padding: 10px 15px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
    width: auto;
}


/* ----------------------- SHARE BUTTON ----------------------- */

#share-button {
    display: inline;
    height: 37px;
    position: absolute;
    right: 147px;
    top: 7px;
    text-align: right;
}

#share-button .icon {
    margin: 0 8px;
    border: 1px solid;
}

/* END share button  */


/* ----------------------- LANGUAGE ----------------------- */

#language {
    right: 16px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    width: 32px;
    max-height: 32px;
    min-height: 32px;
    height: auto;
    border: 1px solid;
}

#language:hover,
#language:focus {
    max-height: 500%;
    display: inline-block;

}

#language .icon {
    background: none;
}

#language span:nth-child(2) {
    padding-left: 7px;
    line-height: 2.6em;
}

#language img {
    position: relative;
    top: 3px;
    width: 81%;
    line-height: 1.55em;
    border-radius: 50%;
}

#language ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

#language li.deleted {
    display: none;
}

#language li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 2px 0;
}

#language .langmenu {
    text-transform: uppercase;
    padding-bottom: 0px;
    color: lightgray;
    margin-top: 5px;
}

/* END language */


/*
-------------------------------------------------------------------------------------
 								HEADER - MEDIA QUERIES  
-------------------------------------------------------------------------------------
*/

@media all and (min-width: 100px) and (max-width: 1199px) {

    #header {
        height: 70px;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        overflow: visible;
        position: fixed;
        border-bottom: 1px solid #ccc;
        z-index: 100;
        margin: 0;
        width: 100%;
        top: 0;
    }

    header:before,
    header:after {
        background-color: inherit;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    #header #logo {
        width: 100%;
        max-height: 70px;
        margin: 0;
        left: 0;
        overflow: hidden;
    }

    #header #logo img {
        height: 70px;
        max-height: 70px;
    }
}

@media all and (min-width: 100px) and (max-width: 959px) {

    #language > span {
        height: 70px;
        display: block;
        border: none;
    }

    #language img {
        width: 40px;
        top: 15px;
    }

    .langmenu li {
        display: block;
        height: 70px;
    }

    #header #language,
    #header #search,
    #header #shop-button,
    #header #share-button,
    #header #print {
        display: none;
    }

    #header div#language,
    #header #search,
    #header #shop-button {
        position: fixed;
        border-radius: 0;
        -webkit-border-radius: 0;
        height: 69px;
        max-height: 70px;
        width: 25%;
        top: 0;
        border: none;
        border-bottom: 1px solid !important;
        z-index: 104;
    }

    #header #language .icon:hover {
        color: inherit;
    }

    #header #language span:nth-child(2n) {
        display: none;
    }

    #header #search {
        left: 0;
    }

    #header #language {
        left: 25%;
        border-radius: 0;
        -webkit-border-radius: 0 !important;
        border-bottom: 1px solid !important;
    }

    #header #shop-button {
        left: 50%;
        border-right: none;
        z-index: 9999999;
    }

    #header .icon {
        font-size: 30px;
    }

    #header #search .icon,
    #header #language .icon,
    #header #shop-button .icon {
        float: none;
        margin: 0 auto;
        height: 70px;
        line-height: 2.5em;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    #header #shop-button .icon {
        width: 100%;
    }

    #header #search input {
        display: none;
    }

    #header #search:focus,
    #header.menuout #search:hover,
    #header #search.searchFull {
        width: 75%;
        z-index: 100000000;
        border-right: 0;
        border-bottom: 0 !important;
        display: block;
        background-color: white !important;
    }

    #header #search:hover input,
    #header #search:focus input {
        display: block;
    }

    #header #search.searchFull a.icon,
    #header #search:hover a.icon {
        width: 20%;
        margin-left: 3%;
        left: 0;
        float: left;
    }

    #header #language:hover {
        z-index: 200;
        min-height: 70px;
        max-height: 500%;
        height: auto;
        display: inline-block;
        border-bottom-left-radius: 5px !important;
        -webkit-border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        -webkit-border-bottom-right-radius: 5px !important;
        line-height: 0;
        border-bottom: 0 !important;
    }

    #header #language:hover .langmenu a {
        font-size: 18px;
        line-height: 30px;
        height: 100%;
    }

    #header #custom-button {
        display: none;
    }

    #header #shop-button,
    #header #shop-button .icon {
        border: none;
    }

    #header #language,
    #header #search {
        box-shadow: none;
        z-index: 400;
    }

    #header #share-button {
        position: fixed;
        bottom: 0;
        height: 45px;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        z-index: 999;
        border-top: 1px solid #ccc;
    }

    #header #share-button a {
        font-size: 22px;
        margin: 5px;
        overflow: hidden;
        text-align: center;
        float: none;
        display: inline-block;
        border: 1px solid !important;
    }

    #header.menuout #language,
    #header.menuout #search,
    #header.menuout #menuwrap #shop-button,
    #header.menuout #share-button {
        display: block;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {

    #header #share-button {
        top: 85px;
        right: 4px;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
        width: 43px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        margin-right: -5px !important;
        padding: 0 0 5px;
        overflow: hidden;
    }

    #header #share-button .icon {
        margin-bottom: 5px;
        margin-left: 5px;
        position: relative;
    }

    #header #share-button .icon:nth-child(1) {
        margin-top: 40px;
    }

    #header #search,
    #header #language,
    #header #print {
        top: 85px;
        margin-right: 37px;
        height: 40px;
        min-height: 40px;
        width: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    #header #search input {
        display: none;
    }

    #header #search:hover input,
    #header #search:focus input {
        display: block;
    }

    #header #print a {
        top: 85px;
        margin-right: 50px;
        height: 40px;
        min-height: 40px;
        width: 40px;
    }

    #header #search {
    }

    #header #language {
        margin-right: 34px;
        padding-top: 1px;
    }

    #header #language span {
        display: block;
    }

    #header #print {
        margin-right: 0;
        right: 95px;
    }

    #header #search .icon,
    #header #print .icon {
        font-size: 27px;
        margin: -1px 3px 6px 0;
    }

    #header #share-button:before {
        content: "X";
        font-size: 30px;
        line-height: 1.4em;
        width: 1.5em;
        height: 100%;
        text-align: center;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
    }

    #header #share-button:hover {
        max-height: 500%;
        height: auto;
    }

    #header #search:focus,
    #header #search:active,
    #header #search:hover,
    #header #search.searchFull {
        width: 210px;
        background-color: white !important;
        color: #aaa !important;
    }

    #header #language:hover {
        max-height: 200%;
        height: auto;
        display: inline-block;
    }
}

@media all and (min-width: 1200px) {
    #logo {
        padding-bottom: 30px;
    }

    div#wrap {
        width: 100%;
        min-width: 1180px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

    div#container {
        padding-top: 0;
    }

    #mainContent {
        max-width: 80%;
        min-width: 1160px;
    }

    /*
        #wrap div#featured.full div.featured-textbox,
        #wrap div#featured:not(.full) div.featured-textbox {
            padding: 140px 0 10px 0 !important;
        }*/
}

@media all and (min-width: 1200px) and (max-width: 1240px) {
    #mainContent,
        /*.featured-textbox,*/
    #header {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

/* END header responsive adjustment */
/* END header elements */


/*
----------------------------------------------------------------------------------------
 									STATIC MENU  
----------------------------------------------------------------------------------------
*/

/* ----------------------- STATIC MENU WRAP----------------------- */
#static-menu {
    z-index: 11;
}

/* ---------- NEWSLETTER and BOOKING BUTTON --------------- */

#booking-button,
#static-menu-newsletter {
    padding: 0;
    position: static;
    height: auto;
    cursor: pointer;
}

#booking-button {
    font-weight: normal;
    margin-right: 80px;
    text-transform: uppercase;
    text-align: center;
}

#header.menuout ~ #static-menu {
    z-index: 99;
}

#static-menu-newsletter {
    width: 15%;
    float: left;
}

#static-menu h1,
#static-menu h2,
#static-menu h3,
#static-menu h4,
#static-menu h5,
#static-menu h6,
#static-menu #static-booking-content {
    font-size: 18px !important;
    line-height: 1.4em !important;
    font-weight: bold;
}

#static-booking-header {
    margin-bottom: 10px;
    display: none;
}

#static-menu p {
    font-weight: lighter;
}

#static-menu img,
#static-menu table {
    display: none !important;
}

#static-menu-newsletter li {
    width: 100%;
}

#static-newsletter-content {
    background-color: #fff;
    position: fixed;
    bottom: auto;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 330px;
    max-height: 90%;
    cursor: default;
    right: 10%;
    text-align: center;
    color: #666;
}

/*
#static-menu #block_newsletterblock form input,
#static-menu #block_newsletterblock form input[type="submit"] {
    width: 100% !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 3px !important;
    margin-top: 10px !important;
    height: 28px !important;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
}

#static-menu #block_newsletterblock form input[type=submit],
#static-menu #block_newsletterblock form input[type=button],
#static-menu #block_newsletterblock form input[type=reset],
#static-menu #block_newsletterblock form input[type=file] {
    font-size: 16px !important;
    text-transform: uppercase;
    height: auto !important;
    font-weight: normal !important;
    border: 0px solid #ccc;
}
*/
#static-booking-content {
    background-color: #fff;
    position: fixed;
    bottom: 34px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 330px;
    max-height: 90%;
    cursor: default;
    left: 0;
    right: 0;
}

#static-newsletter-content.newsletterFull {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 55px;
}

#static-newsletter-content {
    top: auto;
    right: auto;
    left: -400px;
    bottom: 55px;
}

#static-booking-content.bookingFull {
    top: auto !important;
    left: auto !important;
    right: 20px !important;
    bottom: 55px !important;
}

#static-booking-content {
    top: auto;
    left: auto;
    right: -400px;
    bottom: 55px;
}

/*
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup input.required {
    line-height: 1.8em !important;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#static-newsletter-content .mc-field-group label,
#static-newsletter-content .mc-field-group input {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#mce-EMAIL {
    max-width: 100%;
    margin-top: 5px;
}

input#mc-embedded-subscribe {
    padding: 5px 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid;
}
*/
#static-newsletter-content .clear {
    position: relative;
    top: auto;
    float: left;
    width: 100%;
}

span.demandsLogin {
    color: gray;
}

#static-newsletter-content h1,
#static-newsletter-content h2,
#static-newsletter-content h3,
#static-newsletter-content h4,
#static-newsletter-content h5,
#static-newsletter-content h6 {
    font-size: 17px !important;
}

#static-newsletter-content p,
#static-newsletter-content a {
    font-size: 14px !important;
}

@media all and (max-width: 679px) {
    div#static-booking-content {
        position: fixed;
        top: 0%;
        left: 110%;
        right: -110%;
        bottom: 0%;
        margin: 0%;
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
    }

    div#static-booking-content.bookingFull {
        position: fixed;
        top: 0%;
        right: 0%;
        left: 0%;
        bottom: 0%;
        margin: 0%;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: -1;
    }

    #static-newsletter-content {
        position: fixed;
        top: 0;
        left: -110%;
        right: 110%;
        bottom: 0;
        height: auto;
        width: 100%;
        max-height: 100vh;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: -1;
    }

    #static-newsletter-content.newsletterFull {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media all and (min-width: 680px) and (max-width: 1199px) {
    div#static-booking-content {
        top: auto;
        left: auto;
        right: -100%;
        bottom: 55px;
    }

    div#static-booking-content.bookingFull {
        top: auto;
        left: 0;
        right: 0;
        bottom: 55px;
    }

    #static-newsletter-content {
        top: auto;
        left: -100%;
        right: auto;
        bottom: 55px;
    }

    #static-newsletter-content.newsletterFull {
        top: auto;
        left: 20px;
        right: auto;
        bottom: 55px;
    }
}

@media all and (max-width: 1199px) {

    #static-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 10;
        line-height: 2.6em;
        height: 32px !important;
    }

    #static-menu-newsletter > span {
        margin: 0 auto;
        float: none;
        font-size: 33px;
        line-height: 1.1em;
        z-index: 2;
        border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        width: 100%;
        border: none;
        border-right: 1px solid !important;
    }


}

/* END newsletter and booking button */

/* ------------------ SHORTCUT AREA - STATIC MENU ----------------- */
#static-menu-inner {
    position: static;
    width: 70%;
    padding: 4px 5% 6px 5% !important;
    display: inline-flex !important;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: calc(2em + 10px) !important;
    line-height: 2em;
}

#static-menu-inner > * {
    display: inline-block;
    position: relative !important;
    height: 2em;
    line-height: 2em;
}

#static-menu-inner ul li,
#static-menu-inner span,
#static-menu-inner p {
    display: inline-block !important;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    margin: 0 10px !important;
    font-weight: inherit;
}

#static-menu-inner a {
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color 0.3s ease;
    line-height: 2em;
    border-radius: 2em;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

#static-menu-inner a:hover {
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    transition: background-color 0.3s ease;
}

/* END shortcut menu */


/* ----------------------- BACK TO TOP ----------------------- */

#back-to-top {
    position: absolute;
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    visibility: visible;
    right: 0;
    left: auto;
}

/* END back to top */

/* 
--------------------------------------------------------------------- 
					STATIC MENU - MEDIA QUERIES 
--------------------------------------------------------------------- 
*/

@media (max-width: 1199px) and (min-width: 100px) {
    #static-menu {
        z-index: 99;
        height: 34px !important;
    }

    #static-menu-inner {
        display: none !important;
    }

    #static-menu-newsletter {
        width: 65px;
        height: 35px !important;
    }

    #static-menu div#booking-button:hover,
    #static-menu-newsletter .icon:hover {
        height: 33px;
    }

    #static-menu div#booking-button {
        right: 60px;
        left: 60px;
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
        position: absolute;
        max-width: 400px;
        width: auto;
        height: 35px !important;
        font-size: 14px !important;
    }

    #static-menu-newsletter .icon,
    #static-menu div#booking-button,
    a#back-to-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        height: 33px;
    }

    #static-menu-newsletter .icon {
        margin-left: 5px;
        width: 50px;
        border: none !important;
        height: 35px !important;
    }

    #back-to-top {
        margin-right: 5px !important;
        width: 50px;
        border: none !important;
        height: 35px !important;
    }

    #booking-button-title {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
        line-height: 2.5em;
    }
}

@media all and (min-width: 1200px) {
    .one-language #search, .one-language #print, .one-language #share-button {
        margin-right: -50px;
    }

    #booking-button-title {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }


    #booking-button {
        position: relative;
        width: 20%;
        margin: 0;
        border: 0px solid;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        height: 32px;
        line-height: 2.6em;
        border-bottom: none;
        border-top: none;
        border-right: none;
        height: calc(2em + 10px) !important;
    }

    #static-menu-newsletter {
        width: 10%;
        z-index: 10;
    }

    #static-menu-newsletter > span {
        font-size: 230%;
        line-height: 1em;
        height: 32px;
        width: 33px;
        padding-top: 4px;
        padding-bottom: 6px;
        height: 2em !important;
    }

    #static-menu-newsletter > span {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        border-right: 0px solid !important;
    }

    a#back-to-top {
        position: fixed;
        bottom: 50px;
        width: 50px;
        height: 50px;
        border: none !important;
        font-size: 35px;
        line-height: 50px;
        font-weight: 700;
        visibility: visible;
        display: block;
        right: 17px;
        left: auto;
        border-radius: 50%;
    }

    #static-menu {
        border-top: none;
        max-width: 100%;
    }
}

/* END static menu - media queries */
/* END static menu */


/*
---------------------------------------------------------------------------------------
 						FEATURED SLIDE - MEDIA QUERIES
---------------------------------------------------------------------------------------
*/
/*
@media all and (min-width: 100px) and (max-width: 679px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 265px !important;
        height: 55vh !important;
        max-height: 680px !important;
    }
}

@media all and (min-width: 680px) and (max-width: 959px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 424px !important;
        max-height: 768px !important;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 424px !important;
        max-height: 100vh !important;
    }
}

@media all and (min-width: 1200px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 510px !important;
        max-height: 100vh !important;
    }
}

@media all and (min-width: 1200px) {

    #featured .featured-textbox {
        padding-top: 170px !important;
    }

    #featured.full .featured-textbox {
        padding-top: 170px !important;
    }

    #featured:not(.full) div.bx-controls-direction {
        top: 15% !important;
    }
}
*/
/*
---------------------------------------- 
GENERAL FIXES
---------------------------------------- 
*/
@media all and (min-width: 960px) and (max-width: 1199px) {

    body #mainContent #center #pagetitle {
        margin-bottom: 0px !important;
    }

    .one-language #header #search {
        right: 59px;
    }

    .one-language #header #print {
        right: 46px;
    }

    #featured.full {
        top: 70px;
    }
}

@media all and (min-width: 960px) and (max-width: 1250px) {

    body #mainContent #center div#sitepath,
    body #mainContent #center #pagetitle {
        max-width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 10px auto !important;
        padding: 0 !important;
        float: left !important;
    }
}

@media all and (min-width: 1200px) {

    #header.noFeaturePresent {
        position: relative;
    }
}


/*
---------------------------------------- 
PAGINATOR 
---------------------------------------- 
*/
#paginator {
    width: 100%;
    margin: 15px 0px;
    clear: both;
}

.paginator_button {
    display: inline-block;
    border: 1px solid;
    margin: 0px 2px;
    padding: 0 9px;
    height: 1.8em;
    line-height: 1.7em;
}

.paginator_button a {
    display: block;
}

/* 
-----------------------------------------------------------------------------------
 										FOOTER  
-----------------------------------------------------------------------------------
*/

footer div {
    width: 100%;
}

footer section {
    clear: both;
    position: relative;
    padding-bottom: 30%;
}

footer section div {
    width: auto;
}

.footer-block a {
    display: inline-block;
    margin: 0;
}


/* 
---------------------------------------- 
FOOTER BLOCKS 
---------------------------------------- 
*/

.footer-block {
    width: 24.5%;
    padding: 0;
    text-align: left !important;
    line-height: 1.2em;
    height: 100%;
    display: inline-block;
    padding: 0 1em !important;
    margin: 1em 0 !important;
    overflow: hidden;
    font-weight: lighter !important;
    border-right: 1px dotted;
    max-height: 12em;
    vertical-align: top !important;
}

.footer-block:nth-child(4) {
    border: none;
}

#footer .footer-block:nth-child(1) a,
#footer .footer-block:nth-child(1) a img {
    height: auto !important;
    width: auto !important;
    max-height: 150px;
    max-width: 100%;
    vertical-align: top !important;
}

#footer .footer-block:nth-child(1) a {
    max-height: 150px;
    max-width: 100%;
    float: right;
}

.footer-block * {
    font-size: 13px !important;
}

@media all and (min-width: 100px) and (max-width: 779px) {
    #footer .footer-block:nth-child(1) a {
        float: none;
    }

    .footer-block {
        border-left: none;
        width: 85%;
        text-align: center !important;
        height: auto;
    }

    .footer-block {
        border: none;
    }
}

@media all and (min-width: 780px) and (max-width: 1023px) {
    .footer-block {
        width: 49.5%;
    }

    .footer-block:nth-child(2) {
        border: none;
    }

    .footer-block:nth-child(4) {
        border: none;
    }
}

/* END footer */


/* 
----------------------------------------------------------------------------------
 						SHARED CONTROL AND FIX SETTINGS 
----------------------------------------------------------------------------------
*/

/* ----------------------- PADDING, MARGIN CONTROL ---------------- */

#header,
.single-center,
#sitepath,
#pagetitle /*,
#ecwidContainerWips */
{
    margin: 0 auto;
    padding: 0;
    display: block;
}

#pagetitle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*  END padding, margin control  */


/* ----------------------- SET TEXT SHADOW  ---------------- */
/*
.book,
.read {
    text-shadow: none;
}
*/
/*  END set text-shadow  */


/* ----------------------- SET BOX-SHADOW  ---------------- */
a#back-to-top,
#static-newsletter-content,
#static-booking-content {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

#static-menu-inner,
#booking-button,
#static-menu-newsletter .icon {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    height: 100%;
}

/*
#header,
#footer, 
#share-button a,
#search,
#print a,
#language, 
#custom-button, 
#booking-button,
#static-menu-inner, 
#wrap, 
#static-menu-newsletter .icon,
	a#back-to-top,.spacer,
.article-map,
.article-video,
.article-brochure,
.article-block-image,
#static-newsletter-content {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
*/
/* END set box-shadow  */


/* ----------------------- TRANSITION ELEMENTS ----------------------- 

li,
.icon:link,
.book,
.read,
#booking-button,
#booking-button-title,
#custom-button,
#static-menu-newsletter,
#static-newsletter-content,
button,
#menuwrap,
#share-button,
#search,
#language,
#print,
#custom-button,
.icon,
.col-link,
.btn a {
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
}

#static-booking-content,
#static-booking-content.bookingFull {
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}
*/
/* END transition elements */


/* ---------------- NO BORDER-RADIUS LOCK---------------- */

#wrap,
#header,
#footer,
#menuwrap,
#custom-button /*,
.ul-sub, 
#menuwrap .ul-sub li:last-child,
#menuwrap a.icon:nth-child(2n-1),
#menuwrap .level_1:nth-child(1) */
{
    border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
}

#wrap,
#header,
#footer,
#menuwrap,
#custom-button /*,
.ul-sub, #menuwrap .ul-sub li:last-child,
#menuwrap a.icon:nth-child(2n-1),
#menuwrap .level_1:nth-child(1) */
{
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
}

#wrap,
#footer,
#booking-button /*,
#menuwrap a.icon:nth-child(2n-1) */
{
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
}

#wrap,
#footer,
#booking-button /*,
#menuwrap .level_1:nth-child(1) */
{
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
}

/*  END no border radius lock  */


/* ----------------------- NO BACKGROUND LOCK ----------------------- */

/*#menuwrap span,
#menuwrap ul.ul-sub li span, 
#shop-button .icon,*/
#language .icon,
div#share-button,
h2, h1, h3, h4, h5, h6, p {
    background-color: transparent !important;
}

/*  END no background lock  */


/* ----------------------- ICON-FONT SETTINGS ----------------------- */

.icon {
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 1.55em;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-transform: none !important;
    padding-left: 0px;
}

.icon.block {
    border-radius: 0%;
    -webkit-border-radius: 0%;
}

/*  END icon font settings */
/*  END shared control settings */


/*
------------------------------------------------------------------------------ 
						WIPSMAINCONTENT PAGETYPE FIX
------------------------------------------------------------------------------ 
*/
@media all and (max-width: 1199px) {
    /*    div#WIPSMAINCONTENTS.wips_module_name_none,
        div#WIPSMAINCONTENTS.wips_module_name_feedback_2 {
            display: block !important;
            padding: 0px;
            text-align: left;
            width: auto;
            padding-top: 80px;
        }

        .wips_module_name_none h1,
        .wips_module_name_feedback_2 h1 {
            text-align: center;
            margin-bottom: 15px;
        }
    */
    #booking-button-title-text {
        line-height: 2em
    }
}

/* @media all and (min-width: 1200px) {
    div#WIPSMAINCONTENTS.wips_module_name_none,
    div#WIPSMAINCONTENTS.wips_module_name_feedback_2 {
        display: block !important;
        padding: 0px;
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }

    .wips_module_name_none h1,
    .wips_module_name_feedback_2 h1 {
        margin-bottom: 15px;
    }
}
*/
@media all and (min-width: 960px) and (max-width: 1199px) {
    #pagetitle {
        padding-top: 25px !important;
    }

    /*
        .single-article-full h1 {
            padding-top: 10px !important;
        }
    */
    #header.featurePresent ~ #outerContent #pagetitle {
        padding-top: 0px !important;
    }
}

/*
------------------------------------------------------------------------------ 
							LAST MEDIA QUERIES FIXES 
------------------------------------------------------------------------------ 
*/

@media all and (min-width: 100px) and (max-width: 679px) {
    div#center {
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (min-width: 100px) and (max-width: 959px) {

    #mainContent #center div#sitepath,
    #mainContent #center #pagetitle {
        padding: 0;
        width: 94% !important;
        padding: 0 5px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 3% !important;
        margin-right: 3% !important;
        left: 0 !important;
        right: 0 !important;
        max-width: 94% !important;
    }

    #sitepath li {
        margin: 18px 0 0px 0;
    }

    /*
        h1 {
            margin-bottom: 20px;
        }*/
}

@media all and (min-width: 100px) and (max-width: 1199px) {

    #custom-button {
        display: none;
    }

    #content {
        margin-top: 70px;
    }

    #container #wrap,
    footer#footer,
    header {
        border-radius: 0;
        -webkit-border-radius: 0;
    }
}

@media all and (min-width: 0px) and (max-width: 959px) {
    #mainContent {
        min-width: 100% !important;
        max-width: 100% !important;

    }
}

/*
--------------------------------------------------
MOB MENU FIX - shop / language / search
--------------------------------------------------
*/
@media all and (max-width: 959px) {
    .no-shopping #container #header #shop-button {
        display: none;
    }

    .one-language #container #header #language {
        display: none;
    }

    /* ----- SEARCH ----- */
    .no-shopping #container #header #search {
        width: 33.3%;
        left: 0;
        right: auto;
    }

    .one-language #container #header #search {
        width: 33.3%;
        left: 0;
        right: auto;
    }

    .no-shopping.one-language #container #header #search {
        width: 75%;
        left: 0;
        right: auto;
    }

    .no-shopping.one-language #container #header #search a.icon {
        margin-left: 7% !important;
    }

    .no-shopping.one-language #container #header.menuout #search input {
        display: block !important;
    }

    .no-shopping #container #header #search:hover,
    .one-language #container #header #search:hover,
    .no-shopping #container #header #search.searchFull,
    .one-language #container #header #search.searchFull {
        width: 75% !important;
    }


    /* ----- LANGUAGE ----- */
    .no-shopping #container #header #language {
        width: 33.3%;
        left: 33.3%;
        right: auto;
    }

    /* ----- SHOP-BUTTON ----- */
    .one-language #container #header #shop-button {
        width: 33.3%;
        left: 33.3%;
        right: auto;
    }

    /* ----- MENU OUT ----- */
    .no-shopping #container #header.menuout #mob-menu-in,
    .one-language #container #header.menuout #mob-menu-in {
        width: 33.8%;
        right: 0;
        left: auto;
    }

    .no-shopping.one-language #container #header.menuout #mob-menu-in {
        width: 26%;
        right: 0;
        left: auto;
    }
}

/* ----- LOGO STRETCH FIX ----- */
@media all and (min-width: 100px) and (max-width: 1199px) {
    body #header div#logo {
        height: 70px;
        max-height: 70px !important;
        max-width: 75% !important;
        width: 75% !important;
        left: 0% !important;
        margin: 0 !important;
        position: relative !important;
    }

    body #header div#logo a {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
    }

    body #header div#logo img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
        min-width: 0 !important;
    }
}
