@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/Gotham-Light_0.eot');
    src: url('../fonts/Gotham-Light_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light_0.woff2') format('woff2'), url('../fonts/Gotham-Light_0.woff') format('woff'), url('../fonts/Gotham-Light_0.ttf') format('truetype'), url('../fonts/Gotham-Light_0.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/MUSEOSLAB-500.eot');
    src: url('../fonts/MUSEOSLAB-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MUSEOSLAB-500.woff2') format('woff2'), url('../fonts/MUSEOSLAB-500.woff') format('woff'), url('../fonts/MUSEOSLAB-500.ttf') format('truetype'), url('../fonts/MUSEOSLAB-500.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---- preset style START ---- */
html, body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}

img {
    border: none;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    float: left;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

form, input, select, textarea, p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

    select:focus {
        outline: none;
    }

textarea {
    resize: none;
}

    input:focus, textarea:focus {
        outline: none;
    }

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
    display: block;
    margin: 0;
    padding: 0;
}

.clearFix {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0;
    margin: 0;
    padding: 0;
}

.popup-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.popup-holder {
    width: 100%;
    position: absolute;
    padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.popup-bgNew {
    width: 100%;
    height: 100%;
    background: url(../images/bgImageHover.png) 0 0 repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.popup-holderNew {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1001;
}

.popupHide {
    display: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ---- preset style END ---- */
body {
    font-family: 'gotham_lightregular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    background: #373734;
}

#Container {
    overflow: hidden;
    background: #ffffff;
}

#pageHeader {
    background: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    height: 108px;
}

#pageContent {
    position: relative;
    z-index: 2;
    padding: 108px 0 0;
    min-height: 500px;
}

#pageHeader .bgShadow {
    background: yellow;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url(../images/bgHeaderShadow.png) repeat-x 0 0;
}

#pageHeader .pageLogo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 108px;
    height: 100%;
    width: 215px;
    background: #78be20;
    z-index: 2;
}

    #pageHeader .pageLogo img {
        display: block;
        margin: 7px auto 0;
    }

#pageHeader .headerTop {
    background: #524e45;
    min-height: 54px;
    padding: 0 0 0 215px;
}

.headerTop h3 {
    float: left;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    font-weight: normal;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}

.headerTop .btnPromotions {
    padding: 0 20px;
    background-color: #65665c;
}

.headerTop .btnSubscribe, .headerTop .btnPromotions {
    padding: 0 20px 0 60px;
}

.headerTop .btnSubscribe {
    background: url(../images/bgIconNewsletter.png) no-repeat 20px center #65665c;
}

.headerTop .btnPromotions {
    background: url(../images/icon.png) no-repeat 20px center #65665c;
}

    .headerTop .btnSubscribe:hover, .headerTop .btnSubscribe.active, .headerTop .btnPromotions:hover, .headerTop .btnPromotions.active {
        background-color: #43443a;
    }

.headerTop .btnHotelWebsite {
    background: #00a9ce;
    padding: 0 20px;
    text-align: center;
}

    .headerTop .btnHotelWebsite:hover {
        background: #0088a5;
    }

.headerTop .btnSubscribe, .headerTop .btnHotelWebsite, .headerTop .btnPromotions {
    border-left: 1px solid #524e45;
    float: right;
    height: 54px;
    text-transform: uppercase;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    font-weight: normal;
    line-height: 53px;
    color: #fff;
}

#pageHeader .headerBottom {
    background: #ffffff;
    min-height: 54px;
    padding: 0 0 0 215px;
    position: relative;
}

.headerBottom .pageMenu {
    border: 0px solid red;
    padding: 20px 0 0;
}

    .headerBottom .pageMenu ul li a {
        display: block;
        border: 0px solid red;
        text-transform: uppercase;
        font-size: 13px;
        color: #524e45;
        margin: 0 16px;
        font-weight: 300;
    }

.btnMenu {
    display: none;
    background: url(../images/bgBtnMenu.png) no-repeat #78be20 6px 10px;
    border: 1px solid #d1d1d1;
    height: 38px;
    margin: 7px 13px 7px 0;
    width: 39px;
    position: relative;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
}

    .btnMenu.active {
        background: url(../images/bgBtnMenu.png) no-repeat 6px -56px #78be20;
        border: 1px solid #fff;
        border: 1px solid #d1d1d1;
    }

.headerBottom .pageMenu ul li a:hover, .headerBottom .pageMenu ul li.active a {
    color: #78be20;
}

.bannerHolder {
    position: relative;
}
.restaurantContent h3 {
    border: 0 solid red;
    font-family: "museo_slab500",Arial;
    font-size: 40px;
    font-weight: normal;
    line-height: 45px;
    margin: 0px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.restaurantContent h3 em {
   display:none;
}
 .restaurantContent h3 span {
    border: 1px solid #78be20;
    display: inline-block;
    line-height: 45px;
    margin: 0 0 22px;
    padding: 10px 50px;
    position: relative;
    top: -10px;
    z-index: 1;
}
.privacy {
    width: 900px;
    display: none;
    padding-left: 10px;
    top: 10px;
}

.privacy li {
	width: 100%;
}
    .bannerHolder .btnPrev, .bannerHolder .btnNext {
        height: 46px;
        position: absolute;
        top: 50%;
        width: 46px;
        z-index: 10;
        margin: -23px 0 0;
        text-indent: -9999px;
        cursor: pointer;
    }

    .bannerHolder .btnPrev {
        left: 10px;
        background: url(../images/homeBannerNav.png) -54px 0 no-repeat;
    }

    .bannerHolder .btnNext {
        right: 10px;
        background: url(../images/homeBannerNav.png) -54px -57px no-repeat;
    }

    .bannerHolder .btnPrev:hover {
        background: url(../images/homeBannerNav.png) 0 0 no-repeat;
    }

    .bannerHolder .btnNext:hover {
        background: url(../images/homeBannerNav.png) 0 -56px no-repeat;
    }

    .bannerHolder .bannerImg {
        overflow: hidden;
        max-height: 600px;
    }

        .bannerHolder .bannerImg .flex-direction-nav, .bannerHolder .bannerText .flex-direction-nav {
            overflow: hidden;
            width: 0;
            height: 0;
            position: relative;
            display: none;
        }

        .bannerHolder .bannerImg .flexslider .slides img {
            width: 100%;
            display: block;
        }

    .bannerHolder .bannerText {
        background: #fff;
        z-index: 10;
        position: absolute;
        top: 50px;
        right: 6.5%;
        width: 370px;
        min-height: 193px;
        padding: 30px 0 29px;
    }

.bannerTextInner {
    padding: 0 35px;
    text-align: center;
    overflow: hidden;
    color: #373734;
}

    .bannerTextInner h2 {
        text-align: center;
        color: #373734;
        position: relative;
        font-family: 'museo_slab500';
        text-transform: uppercase;
        background: url(../images/bgGreenLine.png) no-repeat center 0;
        font-size: 34px;
        line-height: 34px;
        margin: 7px 0 30px;
        padding: 17px 0;
    }

        .bannerTextInner h2 span.topText {
            top: -6px;
            width: 100%;
            position: absolute;
            text-align: center;
            left: 0;
            font-size: 16px;
            line-height: 16px;
        }

        .bannerTextInner h2 span.bottomText {
            bottom: -6px;
            width: 100%;
            position: absolute;
            text-align: center;
            left: 0;
            font-size: 16px;
            line-height: 16px;
            z-index: 3;
        }

            .bannerTextInner h2 span.topText em, .bannerTextInner h2 span.bottomText em {
                background: #fff;
                padding: 0;
                margin: 0;
                font-size: 16px;
                line-height: 16px;
                font-style: normal;
                padding: 0 8px;
            }

        .bannerTextInner h2 b {
            background: url(../images/bgGreenLine.png) no-repeat center bottom;
            width: 100%;
            z-index: 1;
            position: absolute;
            text-align: center;
            left: 0;
            height: 8px;
            bottom: 0;
        }

    .bannerTextInner p {
        font-size: 15px;
        color: #373734;
        line-height: 19px;
        max-height: 57px;
        overflow: hidden;
    }


    .bannerTextInner a {
        background: none repeat scroll 0 0 #78be20;
        color: #ffffff;
        display: inline-block;
        font-family: "gotham_lightregular";
        font-size: 13px;
        height: 38px;
        line-height: 39px;
        margin: 20px 0 0;
        padding: 0 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .bannerTextInner a:hover {
        background: #537a08;
    }

.homeSliderBottomList {
    position: relative;
    margin: -100px 0 0;
    top: -40px;
}

.divCenter {
    margin: 0 6.5% 0;
}

/*.homeBottomList ul li {
    width: 33.3%;
}*/

.homeBottomList ul .itemContent {
    background: #ffffff;
    margin: 0 0 0 1px;
    overflow: hidden;
}

    .homeBottomList ul .itemContent h3 {
        height: 49px;
        background: #ffffff;
        line-height: 49px;
        overflow: hidden;
        color: #524e45;
        font-family: 'gotham_lightregular';
        font-size: 16px;
        padding: 0 15px;
        text-align: left;
        text-transform: uppercase;
    }

    .homeBottomList ul .itemContent .imgHolder {
        display: block;
        width: 100%;
        clear: both;
    }

    .homeBottomList ul .itemContent figure img {
        display: block;
        width: 100%;
    }

    .homeBottomList ul .itemContent aside {
        position: relative;
        padding: 8px 20px 0 160px;
        min-height: 100px;
        margin: 20px 0 0;
    }

        .homeBottomList ul .itemContent aside p {
            color: #524e45;
            font-family: 'gotham_lightregular';
            font-size: 14px;
        }

        .homeBottomList ul .itemContent aside figure {
            position: absolute;
            padding: 0;
            left: 0;
            top: 0;
            width: 140px;
        }

    .homeBottomList ul .itemContent a {
        background: #78be20;
        color: #ffffff;
        display: inline-block;
        height: 43px;
        line-height: 42px;
        padding: 0 20px;
        text-decoration: none;
        margin: 20px 0 0 160px;
        font-family: 'gotham_lightregular';
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

.restaurantContent h2 {
    font-weight: normal;
    font-family: 'museo_slab500',Arial;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    border: 0px solid red;
    padding: 0;
    margin: 0px;
    /*height: 124px;*/
}

    .restaurantContent h2 span {
    border: 1px solid #78be20;
    display: inline-block;
    line-height: 45px;
    margin: 0 0 22px;
    padding: 10px 50px;
    position: relative;
    top: -5px;
    z-index: 1;
}

    .restaurantContent h2 em {
    background: #fff none repeat scroll 0 0;
    font-family: "museo_slab500",Arial;
    font-size: 15px;
    font-style: normal;
    line-height: 10px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
}

.restaurantContent > .restaurantContent h2 em, .restaurantContent > .restaurantContent h2 br {
    display: none;
}

.restaurantDetails figure {
    width: 60%;
    max-height: 600px;
    float: left;
    background: #fff;
    overflow: hidden;
}

    .restaurantDetails figure.toRight {
        float: right;
    }

    .restaurantDetails figure img {
        display: block;
        width: 100%;
    }

.restaurantDetails .detailsHolder {
    width: 40%;
    min-height: auto;
    float: left;
    padding: 0 0 30px;
}

    .restaurantDetails .detailsHolder h3 {
        font-weight: normal;
        font-family: 'museo_slab500',Arial;
        font-size: 30px;
        line-height: 55px;
        margin: 0 30px;
        background: url(../images/bgGreenLine.png) 0 bottom repeat-x;
        padding: 0 0 8px;
    }

    .restaurantDetails .detailsHolder h4 {
        font-weight: normal;
        font-family: 'gotham_lightregular';
        font-size: 20px;
        margin: 35px 30px;
    }

    .restaurantDetails .detailsHolder h3 img {
        margin-top: 20px;
    }

    .restaurantDetails .detailsHolder p {
        font-weight: normal;
        font-family: 'gotham_lightregular';
        line-height: 22px;
        font-size: 15.5px;
        margin: 35px 15px 10px 35px;
        color: #333333;
    }

.newInnerStyle {
    max-width: 1200px;
    margin: 0 auto;
    padding:0 10px 30px;
}

    .newInnerStyle p {
        font-weight: normal;
        font-family: 'gotham_lightregular';
        line-height: 22px;
        font-size: 15.5px;
        margin: 0 0 20px;
        color: #333333;
    }

        .restaurantDetails .detailsHolder p a {
            color: #78be20;
            font-family: "gotham_lightregular";
            font-size: 15px;
        }

            .restaurantDetails .detailsHolder p a:hover {
                text-decoration: underline;
            }

.restaurantDetails .restaurantSchedule li {
    padding: 0 40px 5px;
    line-height: 24px;
    font-weight: normal;
    font-size: 15px;
    font-family: "gotham_lightregular";
    float: none;
    margin: 0 0 0 35px;
}

.restaurantDetails .restaurantSchedule li {
    background: url(../images/icons.png) no-repeat;
}

    .restaurantDetails .restaurantSchedule li.icoLocation {
        background-position: 0 -114px;
    }

    .restaurantDetails .restaurantSchedule li.icoCapacity {
        background-position: 0 -219px;
    }

    .restaurantDetails .restaurantSchedule li.icoDress {
        background-position: 0 -332px;
    }
    .restaurantDetails .restaurantSchedule li.icoEntertainment {
        background-position: 1px -458px;
    }

.restaurantSliderBottom {
    width: 285px;
    margin: 30px auto 0;
}

    .restaurantSliderBottom .flex-direction-nav li a {
        width: 50px;
        height: 50px;
    }

        .restaurantSliderBottom .flex-direction-nav li a.flex-prev {
            background: url(../images/arrowLeft.png) no-repeat;
        }

        .restaurantSliderBottom .flex-direction-nav li a.flex-next {
            background: url(../images/arrowRight.png) no-repeat;
        }

    .restaurantSliderBottom .flexslider:hover .flex-prev {
        opacity: 1;
        left: -60px;
    }

    .restaurantSliderBottom .flexslider:hover .flex-next {
        opacity: 1;
        right: -60px;
    }

    .restaurantSliderBottom .flex-direction-nav li a {
        text-indent: -9999px;
        text-align: left;
        opacity: 1;
    }

.btnGreen {
    background: none repeat scroll 0 0 #78be20;
    color: #ffffff;
    display: inline-block;
    font-family: "gotham_lightregular";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    margin: 20px -20px 0 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btnGreen:hover {
    background: #537a08;
}

.restaurantList {
    padding: 0 0 1px 0;
}

    .restaurantList ul li {
        position: relative;
        width: 33.3%;
    }

        .restaurantList ul li figure {
            max-height: 218px;
            background: #CCC;
            overflow: hidden;
            position: relative;
            display: block;
            margin: 1px 1px 0 0;
        }

            .restaurantList ul li figure img {
                display: block;
                width: 100%;
            }

            .restaurantList ul li figure a {
                position: absolute;
                z-index: 1;
                left: 0px;
                top: 0px;
                text-align: center;
                display: block;
                width: 100%;
                height: 100%;
            }

                .restaurantList ul li figure a span {
                    background-color: #fff;
                    font-family: 'museo_slab500',Arial;
                    font-size: 15px;
                    color: #000;
                    padding: 10px 20px;
                    margin: 95px 0 0;
                    display: inline-block;
                }

                .restaurantList ul li figure a:hover span {
                    background-color: #ffe033;
                }

#pageFooter {
    background: #373734;
    color: #949a90;
    padding: 20px 0;
}

    #pageFooter .pageLogo {
        float: right;
        width: 115px;
        overflow: hidden;
    }

        #pageFooter .pageLogo img {
            display: block;
            width: 100%;
        }

    #pageFooter .copyrightText {
        text-align: left;
        font-size: 12px;
        margin: 20px 0 0;
        float: left;
        min-width: 90%;
    }

        #pageFooter .copyrightText a {
            text-transform: uppercase;
            color: #d3dbc5;
            padding: 0 4px;
        }

            #pageFooter .copyrightText a:hover {
                color: #78be20;
            }

    #pageFooter .socialMenu {
        border: 0px solid red;
        float: left;
    }

.socialMenu ul li {
    border: 0px solid red;
    margin: 0 1px 0 0;
}

    .socialMenu ul li a {
        width: 48px;
        height: 30px;
        background-image: url(../images/bgSocial.png);
        background-color: #6661;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
    }

    .socialMenu ul li.btnFacebook a {
        background-position: 0 0;
        width: 27px;
    }

    .socialMenu ul li.btnTwitter a {
        background-position: -38px 0;
    }

    .socialMenu ul li.btnYoutube a {
        background-position: -76px 0;
    }

    .socialMenu ul li.btnInstagram a {
        background-position: -116px 0;
    }

    .socialMenu ul li a:hover {
        opacity: 0.6;
    }

.fancybox-inner p, .fancybox-inner li {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        text-align: center;
    }

        .pagination ul li {
            display: inline-block;
            text-align: center;
            float: none;
        }

            .pagination ul li a {
                display: block;
                width: 28px;
                text-align: center;
                line-height: 28px;
                height: 28px;
                color: #fff;
                background: #373734;
            }

                .pagination ul li a:hover {
                    background: #78be20;
                }

                .pagination ul li a.active {
                    background: #78be20;
                }

.headerTop .btnSubscribe, .headerTop .btnHotelWebsite, .headerTop .btnPromotions, #pageFooter .copyrightText a,
.socialMenu ul li a, .headerTop h3, .restaurantList ul li figure a span, .restaurantList ul li, .fancybox-opened .fancybox-skin,
.restaurantDetails figure, .restaurantDetails .detailsHolder, .pageMenu, .pageMenu.show {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.Reservation{
    background: #78be20 none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-family: "gotham_lightregular";
    font-size: 14px;
    height: 43px;
    line-height: 42px;
    
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a.Reservation:hover{
    text-decoration:none !important;
    background: #537a08;
}

@media only screen and (max-width: 1284px) {
	.flexsliderBottom { width: 781px;}
	
 .homeSliderBottomList .divCenter {
    margin: 0 auto;
}
}
@media only screen and (max-width: 1200px) {
    .headerTop h3 {
        display: none;
    }

    .restaurantList ul li figure a span {
        margin: 60px 0 0;
    }
}

@media only screen and (max-width: 1040px) {
	
.homeSliderBottomList .divCenter {
    margin: 43px auto;
}
.flexsliderBottom {
	width: 780px;
}

.bannerHolder .bannerText {
	padding: 18px 0;
}
}

@media only screen and (max-width: 1020px) {
    .homeBottomList .divCenter {
        margin: 0 20px;
    }

    .homeBottomList ul .itemContent aside {
        padding: 8px 20px 0 100px;
        min-height: 80px;
    }

        .homeBottomList ul .itemContent aside figure {
            width: 90px;
        }
}
@media only screen and (max-width: 978px) { 
	.bannerText  {
		
	}
}

@media only screen and (max-width: 920px) {
    .btnMenu {
        display: block;
    }

    .bannerHolder .bannerText {
        right: 70px;
    }

    .headerBottom .pageMenu {
        width: 300px;
        padding: 5px 0 30px 0;
        position: absolute;
        top: 100%;
        background: #78be20;
        margin: 0 8px 0 0;
        right: -350px;
        top: 100%;
    }

        .headerBottom .pageMenu.show {
            right: 0;
        }

        .headerBottom .pageMenu li {
            float: none;
        }

        .headerBottom .pageMenu ul li a {
            border-bottom: 1px solid #abef56;
            padding: 10px 0;
            font-size: 14px;
        }

        .headerBottom .pageMenu ul li.active a {
            color: #fff;
        }

        .headerBottom .pageMenu ul li a:hover {
            color: #fff;
        }

    .restaurantList ul li {
        width: 50%;
    }

        .restaurantList ul li figure a span {
            margin: 85px 0 0;
        }


    .restaurantDetails figure {
        width: 50%;
    }

    .restaurantDetails .detailsHolder {
        width: 50%;
    }
}



@media only screen and (max-width: 800px) {
    .bannerHolder .bannerText {
        display: none;
    }

    .homeBottomList {
        margin: 10px auto 0;
        max-width: 410px;
        top: 0;
    }

        .homeBottomList .divCenter {
            margin: 0 10px;
            padding: 0 0 30px;
        }

        .homeBottomList ul li {
            width: 100%;
        }

        .homeBottomList ul .itemContent {
            margin: 0;
            padding: 0 0 20px;
        }

            .homeBottomList ul .itemContent h3 {
                height: 35px;
                line-height: 35px;
            }

            .homeBottomList ul .itemContent a {
                margin: 20px 0 0 0;
                float: none;
                display: block;
                padding: 0;
                width: auto;
            }
}
@media only screen and (max-width: 796px) {
.homeSliderBottomList .divCenter {
    margin: 0 auto;
}
.flexsliderBottom {
	width:391px;
}
}
@media only screen and (max-width: 769px) {

    .restaurantDetails figure {
        width: 100%;
    }

    .restaurantDetails .detailsHolder {
        width: 100%;
    }

    .headerTop .btnSubscribe, .headerTop .btnHotelWebsite, .headerTop .btnPromotions {
        font-size: 11px;
    }

    .headerTop .btnSubscribe, .headerTop .btnPromotions {
        padding: 0 15px 0 40px;
    }

    .headerTop .btnSubscribe {
        background: url(../images/bgIconNewsletter.png) no-repeat 10px center #65665c;
    }

    .headerTop .btnPromotions {
        background: url(../images/icon.png) no-repeat 10px center #65665c;
    }

    .restaurantDetails .detailsHolder p, .restaurantDetails .detailsHolder p {
        margin: 15px 35px 10px;
    }
}
@media only screen and (max-width: 685px) { 

.flexsliderBottom {
	width: 391px;
}
}

@media only screen and (max-width: 657px) {
    .homeSliderBottomList {
        margin: 10px 0 0;
        position: inherit;
        top: 0;
    }
	 .privacy {
    width: 100%;
    display: none;
    padding-left: 0px;
    top: 10px;
}

.privacy li{
	width: 100%;
}

.restaurantContent h2 {
    font-size: 27px;
    padding: 0 15px;
	line-height: 35px;
}
.restaurantContent h3 {
    font-size: 27px;
    padding: 0 15px;
	line-height: 35px;
}
}
 

@media only screen and (max-width: 610px) {
    #pageHeader .pageLogo {
        width: 112px;
    }

        #pageHeader .pageLogo img {
            width: 100%;
            margin: 25px 0 0;
        }

    #pageHeader .headerTop {
        padding: 0 0 0 115px;
    }
}

@media only screen and (max-width: 540px) {

    .restaurantList ul li {
        width: 100%;
    }

        .restaurantList ul li figure a span {
            margin: 90px 0 0;
        }
}

@media only screen and (max-width: 510px) {
    #pageHeader .pageLogo {
        height: 54px;
        min-height: 0;
        width: 86px;
    }

        #pageHeader .pageLogo img {
            margin: 2px 0 0 1px;
            width: 100%;
        }

    #pageHeader .headerTop {
        padding: 0 0 0 86px;
    }

    .restaurantContent h2 {
        font-size: 30px;
        padding: 0 15px;
    }

        .restaurantContent h2 span {
            padding: 10px 20px;
        }
}

@media only screen and (max-width: 480px) {

    #pageHeader {
        height: auto;
        background: #524e45;
    }

        #pageHeader .pageLogo {
            height: auto;
            min-height: auto;
            position: relative;
            width: auto;
            padding: 3px 0 4px;
        }

            #pageHeader .pageLogo img {
                display: block;
                margin: 0 auto 0;
                width: 88px;
            }

    .headerTop .btnSubscribe, .headerTop .btnHotelWebsite, .headerTop .btnPromotions {
        background-image: none;
        padding: 0 7px;
        font-size: 10px;
    }

    #pageHeader .headerTop {
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
    }

    #pageHeader .headerBottom {
        background: none;
        float: right;
        min-height: 54px;
        padding: 0;
        position: relative;
    }
}
@media only screen and (max-width: 450px) {
	.flexsliderBottom { width: auto;}
	.homeSliderBottomList .divCenter { margin: 0 6.5%;}
}

@media only screen and (max-width: 413px) {


    
    #pageHeader .headerBottom {
        position: absolute;
        right: 0;
        top: 4px;
        z-index: 10;
    }





#pageFooter .copyrightText { line-height: 20px;}
#pageFooter .copyrightText a.fancybox{}	
.flexsliderBottom .flex-direction-nav a { margin: -51px 0 0;}

.flexsliderBottom ul .itemContent aside figure {
    margin: 0 auto 10px;
}
}

@media only screen and (max-width: 380px) {
    .restaurantList ul li figure a span {
        margin: 60px 0 0;
    }

    .homeSliderBottomList {
        margin: 10px 0 0;
        position: inherit;
        top: 0;
    }
}

.selectStyle {
    border: 1px solid #bfbfbf;
    color: #8b8b8b;
    font-family: "gotham_lightregular";
    font-size: 15px;
    font-weight: normal;
    margin: 0 5px;
    background: #fff none repeat scroll 0 0;
    height: 27px;
}
#gdpr {
    padding: 10px;
    background: rgba(0,0,0,.8);
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.privacyDiv h1 {
    font-size: 25px;
    text-transform: uppercase
}

.privacyDiv h2 {
    font-size: 22px
}

.privacyDiv p {
    font-size: 16px;
    color: #010101;
    line-height: 23px
}

.privacyDiv ul {
    list-style-position: inside;
    font-size: 16px;
    margin: 15px 0 5px
}

.privacyDiv {
    margin: 20px 40px;
}

#gdpr .text-center {
    text-align: center;
}

    #gdpr .text-center br {
        display: none;
    }

    #gdpr .text-center a {
        display: inline-block;
        padding: 0 5px;
        color: #78be20;
    }