/* Reset CSS */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, b, u, i, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input:focus, textarea:focus, a {
    outline: none;
}

a, input[type="submit"] {
    cursor: pointer;
}

a, img, input, textarea {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

html {
    background: #000;
    margin: 0 auto;
    min-height: 100%;
    max-width: 1400px;
}

body {
    min-width: 1280px;
    color: #FFF;
    font-family: Arial,sans-serif;
    display: block;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
/*overflow:hidden;*/

@font-face {
    font-family: 'gothamblackregular';
    src: url('/font/gothamblack-webfont.eot');
    src: url('/font/gothamblack-webfont.eot?#iefix') format('embedded-opentype'), url('/font/gothamblack-webfont.woff') format('woff'), url('/font/gothamblack-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambookregular';
    src: url('/font/gothambook-webfont.eot');
    src: url('/font/gothambook-webfont.eot?#iefix') format('embedded-opentype'), url('/font/gothambook-webfont.woff') format('woff'), url('/font/gothambook-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlightregular';
    src: url('/font/gothamlight-webfont.eot');
    src: url('/font/gothamlight-webfont.eot?#iefix') format('embedded-opentype'), url('/font/gothamlight-webfont.woff') format('woff'), url('/font/gothamlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Conv_AGaramondPro-BoldItalic';
    src: url('/font/AGaramondPro-BoldItalic.eot');
    src: url('/font/AGaramondPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/font/AGaramondPro-BoldItalic.woff') format('woff'), url('/font/AGaramondPro-BoldItalic.ttf') format('truetype'), url('/font/AGaramondPro-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_AGaramondPro-Bold';
    src: url('/font/AGaramondPro-Bold.eot');
    src: url('/font/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'), url('/font/AGaramondPro-Bold.woff') format('woff'), url('/font/AGaramondPro-Bold.ttf') format('truetype'), url('/font/AGaramondPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_AGaramondPro-Italic';
    src: url('/font/AGaramondPro-Italic.eot');
    src: url('/font/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'), url('/font/AGaramondPro-Italic.woff') format('woff'), url('/font/AGaramondPro-Italic.ttf') format('truetype'), url('/font/AGaramondPro-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_AGaramondPro-Regular';
    src: url('/font/AGaramondPro-Regular.eot');
    src: url('/font/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'), url('/font/AGaramondPro-Regular.woff') format('woff'), url('/font/AGaramondPro-Regular.ttf') format('truetype'), url('/font/AGaramondPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/font/Gotham.eot');
    src: url('/font/Gotham.eot?#iefix') format('embedded-opentype'), url('/font/Gotham.woff') format('woff'), url('/font/Gotham.ttf') format('truetype'), url('/font/Gothamr.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mez1-color {
    color: #f8a947;
    border-color: #f8a947;
}

.mez2-color {
    color: #ffe777;
    border-color: #ffe777;
}

.error-input .mez2-color {
    color: #f00c12;
}

.mez3-color {
    color: #bb7355;
    border-color: #bb7355;
}

a.mez1-link > span {
    color: #FFF;
    padding-bottom: 3px;
}

    a.mez1-link > span:hover {
        color: #f8a947;
        border-bottom: 1px dotted #f8a947;
    }

    a.mez1-link > span:active {
        color: #f8a947;
        border-bottom: 2px solid #f8a947;
    }

a.mez1-link.active > span {
    color: #f8a947;
    border-bottom: 2px solid #f8a947;
}

a.mez2-link > span {
    color: #FFF;
    padding-bottom: 3px;
}

    a.mez2-link > span:hover {
        color: #ffe777;
        border-bottom: 1px dotted #ffe777;
    }

    a.mez2-link > span:active {
        color: #ffe777;
        border-bottom: 2px solid #ffe777;
    }

a.mez2-link.active > span {
    color: #ffe777;
    border-bottom: 2px solid #ffe777;
}

a.mez3-link > span {
    color: #FFF;
    padding-bottom: 3px;
}

    a.mez3-link > span:hover {
        color: #bb7355;
        border-bottom: 1px dotted #bb7355;
    }

    a.mez3-link > span:active {
        color: #bb7355;
        border-bottom: 2px solid #bb7355;
    }

a.mez3-link.active > span {
    color: #bb7355;
    border-bottom: 2px solid #bb7355;
}

.sub-menu a.mez1-link {
    color: #FFF;
    padding-bottom: 3px;
}

    .sub-menu a.mez1-link:hover {
        color: #f8a947;
        border-bottom: 1px dotted #f8a947;
    }

    .sub-menu a.mez1-link:active {
        color: #f8a947;
        border-bottom: 2px solid #f8a947;
    }

    .sub-menu a.mez1-link.active {
        color: #f8a947;
        border-bottom: 2px solid #f8a947;
    }

.sub-menu a.mez2-link {
    color: #FFF;
    padding-bottom: 3px;
}

    .sub-menu a.mez2-link:hover {
        color: #ffe777;
        border-bottom: 1px dotted #ffe777;
    }

    .sub-menu a.mez2-link:active {
        color: #ffe777;
        border-bottom: 2px solid #ffe777;
    }

    .sub-menu a.mez2-link.active {
        color: #ffe777;
        border-bottom: 2px solid #ffe777;
    }

.sub-menu a.mez3-link {
    color: #FFF;
    padding-bottom: 3px;
}

    .sub-menu a.mez3-link:hover {
        color: #bb7355;
        border-bottom: 1px dotted #bb7355;
    }

    .sub-menu a.mez3-link:active {
        color: #bb7355;
        border-bottom: 2px solid #bb7355;
    }

    .sub-menu a.mez3-link.active {
        color: #bb7355;
        border-bottom: 2px solid #bb7355;
    }

.menuContainer {
    width: 100%;
    height: 38px;
    background: #242424;
    z-index: 100;
    position: fixed;
    left: 0;
    min-width: 1280px;
}

    .menuContainer .link-wrapper {
        height: 100%;
        margin-left: 5%;
        float: left;
        position: relative;
    }

    .menuContainer .right-wrapper {
        height: 100%;
        float: right;
        width: 144px;
        position: relative;
    }

        .menuContainer .right-wrapper > .shareBox {
            height: 63%;
            float: left;
            width: 50%;
            border-left: 1px solid #979797;
            margin-top: 5%;
        }

        .menuContainer .right-wrapper > .langBox {
            height: 63%;
            float: left;
            width: 47%;
            border-left: 1px solid #979797;
            margin-top: 5%;
        }

    .menuContainer .link-wrapper > a {
        color: #828282;
        font-family: 'gothambookregular','Arial', sans-serif;
        font-size: 12px;
        line-height: 38px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .menuContainer .link-wrapper > a.active {
            font-weight: bold;
            color: #ffe777;
            border-bottom: 2px solid #ffe777;
            padding-bottom: 3px;
        }

        .menuContainer .link-wrapper > a:hover {
            color: #FFF;
        }

    .menuContainer .link-wrapper .logoBox {
        background: #FFF;
        width: 90px;
        height: 120px;
        position: absolute;
        top: 0;
        left: 63px;
    }

    .menuContainer .right-wrapper > .langBox > a.active {
        opacity: 1;
    }

.mainContainer {
    width: 100%;
    min-height: 650px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 38px;
}

    .mainContainer.active {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    .mainContainer > .partialDiv {
        width: 50%;
        float: left;
        text-align: center;
        color: #FFF;
        height: 100%;
    }

.ie7 .mainContainer > .partialDiv {
    width: 33.31%;
    float: left;
    text-align: center;
    color: #FFF;
    height: 100%;
}

.mainContainer > .partialFullDiv {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFF;
    height: 100%;
}

.ie7 .mainContainer > .partialFullDiv {
    width: 66.62%;
    float: left;
    text-align: center;
    color: #FFF;
    height: 100%;
}

.mainContainer > .partialDiv.persent {
    height: 100%;
}

.mainContainer > .left-wrapper {
    width: 45%;
    float: left;
    text-align: left;
    color: #FFF;
    margin-left: 10%;
    margin-top: 100px;
    position: relative;
    padding-right: 2%;
    height: 414px;
    z-index: 3;
}
    /*height: 414px;*/
    .mainContainer > .left-wrapper.height-fix {
        height: 441px;
    }
    /*{ height: 441px;}*/
    .mainContainer > .left-wrapper .sub-menu {
        height: 24px;
        position: absolute;
        top: 0;
        left: 163px;
        border-left: 1px solid;
        padding-top: 10px;
        width: 85%;
    }

.mainContainer .menu-detail-wrapper {
    cursor: pointer;
}

.mainContainer > .sub-menu {
    height: 24px;
    position: absolute;
    top: 0;
    left: 270px;
    border-left: 1px solid;
    padding-top: 10px;
    width: 83%;
}

.mainContainer .sub-menu > a { /* font-family: "Conv_AGaramondPro-Bold","Arial",sans-serif; */
    font-size: 13px;
    font-weight: bold;
    margin-right: 14px;
    margin-left: 15px;
}

.mainContainer > .right-wrapper {
    width: 40%;
    float: left;
    height: 80%;
    text-align: center;
    color: #FFF;
    margin-top: 100px;
}

.mainContainer > .partialDiv > .microLine {
    display: inline-block;
    background: #FFF;
    opacity: 0.4;
    width: 45px;
    height: 1px;
}

.mainContainer > .partialDiv > h2.header {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 23px;
    margin-top: 9px;
    margin-bottom: 9px;
    color: #FFF;
}

.mainContainer h1.header {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 9px;
    color: #FFF;
    display: block;
    float: left;
}

    .mainContainer h1.header.first {
        margin-left: 10%;
        margin-top: 100px;
    }

.mainContainer h4.header {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 14px;
    display: inline-block;
    float: left;
    line-height: 48px;
    margin-left: 8px;
}

    .mainContainer h4.header.big-font {
        font-size: 20px !important;
    }

.mainContainer h3.header {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 16px;
    display: inline-block;
    float: left;
}

    .mainContainer h3.header.black {
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 8px;
    }

.mainContainer div.text {
    font-family: 'gothambookregular','Arial', sans-serif;
    font-size: 15px;
    text-align: left;
    clear: both;
    margin-bottom: 34px;
    line-height: 21px;
}

.mainContainer p.text {
    font-family: 'gothambookregular','Arial', sans-serif;
    font-size: 15px;
    text-align: left;
    clear: both;
    margin-bottom: 34px;
    line-height: 21px;
}

    .mainContainer p.text > a {
        color: #FFF;
    }

.mainContainer div.text > a {
    color: #FFF;
}

.mainContainer p.text.center {
    text-align: center !important;
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif !important;
    line-height: 20px;
    margin-bottom: 20px;
}

.mainContainer div.text.center {
    text-align: center !important;
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif !important;
    line-height: 20px;
    margin-bottom: 20px;
}

.mainContainer .menu-wrapper {
    float: left;
    height: 322px;
    overflow: hidden;
    width: 100%;
}

.mainContainer span.photo-icon {
    width: 16px;
    height: 13px;
    background: url(../img/photo-mac.png) no-repeat left top;
    display: inline-block;
    float: left;
    margin-left: 6px;
}

.mainContainer p.info-text {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 15px;
    text-align: left;
    clear: both;
    margin-bottom: 34px;
    line-height: 21px;
}

.mainContainer h6.cityHead {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 23px;
}

.mainContainer > .left-wrapper h6.cityHead {
    margin-top: 5px;
    clear: both;
}

.mainContainer span.line {
    width: 106px;
    height: 8px;
    background: url(../img/line.png) no-repeat center top;
    display: inline-block;
}

    .mainContainer span.line.op {
        opacity: 0.4;
    }

.mainContainer > .left-wrapper span.line {
    display: block;
    clear: both;
    margin-top: 18px;
    margin-bottom: 18px;
    float: left;
}

.mainContainer > .left-wrapper span.long-line {
    width: 97%;
    height: 9px;
    background: url(../img/long-line.png) no-repeat center top;
    display: inline-block;
    margin-top: 31px;
    margin-bottom: 9px;
    float: left;
}

.mainContainer span.line.bottom {
    margin-top: 35px;
}

.mainContainer .restorant-link {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    background: url(../img/slash.png) no-repeat right top;
    padding-right: 21px;
    line-height: 18px;
}

    .mainContainer .restorant-link.last {
        background: none !important;
        padding-right: 0 !important;
    }

.listDiv .restorant-link:last-child {
    background-image: none;
}

.mainContainer .listDiv {
    padding-left: 15px;
    padding-right: 15px;
}

.mainContainer > .left-wrapper .restorant-link {
    margin-left: 0;
    margin-right: 15px;
}

.mainContainer > .left-wrapper .listDiv {
    padding-left: 0;
    padding-right: 0;
}

.mainContainer > .mezzaluna-1 {
    background: url('../img/bg-mezluna-1.png') repeat;
}

.mainContainer > .mezzaluna-2 {
    background: url('../img/bg-mezluna-2.png') repeat;
}

.mainContainer > .mezzaluna-3 {
    background: url('../img/bg-mezluna-3.png') repeat;
}

.mainContainer > .right-wrapper .img-wrapper {
    background: #FFF;
    width: 449px;
    margin: 9px auto;
    color: #000;
    padding-bottom: 1px;
    position: relative;
    overflow: hidden;
}

    .mainContainer > .right-wrapper .img-wrapper .long-img-wrapper {
        height: 100%;
        width: 6000px;
        position: relative;
        left: 0;
    }

    .mainContainer > .right-wrapper .img-wrapper .img-wrapper-over {
        height: 386px;
        width: 427px;
        position: relative;
        overflow: hidden;
        margin: 8px 11px;
    }

        .mainContainer > .right-wrapper .img-wrapper .img-wrapper-over.wait-fix {
            height: 287px;
            width: 427px;
            position: relative;
            overflow: hidden;
            margin: 8px 11px;
        }

        .mainContainer > .right-wrapper .img-wrapper .img-wrapper-over.micro {
            height: 336px !important;
        }

    .mainContainer > .right-wrapper .img-wrapper.menu {
        margin: 25% auto !important;
    }

    .mainContainer > .right-wrapper .img-wrapper img.global {
        width: 427px;
        float: left;
        display: block;
        margin: 0;
        position: static;
    }
        /*.mainContainer > .right-wrapper .img-wrapper img.global.active { z-index: 5; }*/
        /*.mainContainer > .right-wrapper .img-wrapper img.global.hidden { top:4px; display: none; position: absolute; }*/


        .mainContainer > .right-wrapper .img-wrapper img.global.ab {
            position: absolute !important;
        }

    .mainContainer > .right-wrapper .img-wrapper .after {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 100%;
    }

    .mainContainer > .right-wrapper .img-wrapper .current {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
    }

        .mainContainer > .right-wrapper .img-wrapper .current.animate {
            position: relative;
            width: 95%;
            margin-top: 7px;
            margin-bottom: 4px;
            left: 0;
        }

    .mainContainer > .right-wrapper .img-wrapper.height {
    }

.mainContainer > .right-wrapper .img-animate-container {
    position: relative;
    margin-top: 8px;
    height: 391px;
    width: 433px;
}

    .mainContainer > .right-wrapper .img-animate-container img.img {
        left: 8px;
        top: 0;
        height: 391px;
        width: 433px;
        position: absolute;
        z-index: 5;
    }

        .mainContainer > .right-wrapper .img-animate-container img.img.passive {
            opacity: 1;
            z-index: 2;
        }

.mainContainer > .gallery-wrapper {
    height: 418px;
    width: 90%;
    margin-left: 10%;
    float: left;
    overflow: hidden;
    margin-top: 84px;
    clear: both;
}

    .mainContainer > .gallery-wrapper.inner-gallery {
        height: 418px !important;
    }

    .mainContainer > .gallery-wrapper.fix-margin {
        margin-top: 100px !important;
    }

    .mainContainer > .gallery-wrapper .longContainer {
        width: 9999999999px;
        height: 100%;
    }

    .mainContainer > .gallery-wrapper .itemContainer {
        width: 254px;
        height: 100%;
        margin-right: 20px;
        float: left;
    }

    .mainContainer > .gallery-wrapper .imgContainer {
        height: 346px;
        background: #FFF;
        float: left;
        width: 100%;
        position: relative;
    }

    .mainContainer > .gallery-wrapper img.img {
        width: 240px;
        height: 332px;
        margin-left: 7px;
        margin-top: 7px;
        float: left;
        color: #FFF;
    }

    .mainContainer > .gallery-wrapper .imgContainer:hover img.img {
    }

    .mainContainer > .gallery-wrapper .textArea {
        float: left;
        width: 100%;
        color: #FFF;
        text-align: center;
        padding-top: 23px;
    }

        .mainContainer > .gallery-wrapper .textArea > span.date {
            font-family: 'Gotham','Arial', sans-serif;
            font-size: 14px;
        }

        .mainContainer > .gallery-wrapper .textArea > h4.title {
            font-family: 'Gotham','Arial', sans-serif;
            font-size: 18px;
            line-height: 30px;
        }

        .mainContainer > .gallery-wrapper .textArea > span.info {
            font-family: "Conv_AGaramondPro-Bold","Arial",sans-serif;
            font-size: 14px;
            font-weight: bold;
        }

    .mainContainer > .gallery-wrapper .imgContainer .zoom-wrapper {
        width: 240px;
        height: 332px;
        left: 7px;
        top: 7px;
        color: #FFF;
        background: url(../img/lightbox_bg.png) repeat;
        position: absolute;
        display: none;
        z-index: -1;
    }

    .mainContainer > .gallery-wrapper .imgContainer:hover .zoom-wrapper {
        display: block;
        z-index: 3;
    }

.mainContainer > .left-wrapper .partialExpress {
    float: left;
    width: 40%;
    margin-right: 10%;
    margin-top: 21px;
    margin-bottom: 20px;
    font-family: "Gotham","Arial",sans-serif !important;
}

    .mainContainer > .left-wrapper .partialExpress > .adress {
        font-family: "Conv_AGaramondPro-Bold","Arial",sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .mainContainer > .left-wrapper .partialExpress > .phone {
        font-family: "Conv_AGaramondPro-Bold","Arial",sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 31px;
    }

.mainContainer > .left-wrapper .mini-left-line {
    clear: both;
    float: left;
    width: 10%;
    height: 1px;
    background: #FFF;
    opacity: 0.4;
    margin-top: 24px;
    margin-bottom: 24px;
}

.mainContainer > .left-wrapper .fix-height {
    height: 450px;
}

.mainContainer > .left-wrapper .partialExpress.clr {
    clear: both;
}

.footer {
    background: #000;
    bottom: 0;
    height: 33px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 55;
    margin: 0;
    cursor: pointer;
    left: 0;
    min-width: 960px;
}

    .footer .footer-news-wrapper {
        position: absolute;
        height: auto;
        right: 0;
        width: 99%;
        top: 0;
    }

    .footer .mini-wrapper {
        height: 33px;
        width: 100%;
        float: left;
    }

    .footer h5.header {
        font-family: 'Gotham','Arial', sans-serif;
        font-size: 11px;
        color: #FFF;
        line-height: 20px;
        display: inline-block;
        padding-right: 11px;
        border-right: 1px solid #979797;
        margin-top: 8px;
        margin-left: 1%;
        float: left;
        position: absolute;
        left: -89px;
    }

    .footer .mini-wrapper h6.text {
        font-family: 'Gotham','Arial', sans-serif;
        font-size: 11px;
        line-height: 38px;
        display: inline-block;
    }

    .footer .mini-wrapper p.text {
        font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
        font-size: 13px;
        line-height: 38px;
        color: #FFF;
        display: inline-block;
    }

    .footer a.mini-arrow {
        width: 13px;
        height: 13px;
        background: url(../img/mini-arrow.png) no-repeat center top;
        display: inline-block;
        position: absolute;
        right: 12px;
        top: 8px;
    }

#imgPopup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/lightbox_bg.png) repeat;
    z-index: 5;
}

    #imgPopup > .popup-wrapper {
        width: 50%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        #imgPopup > .popup-wrapper .long-popup-wrapper {
            left: 0;
            width: 9999999999px;
            height: 100%;
            top: 0;
            position: absolute;
        }

            #imgPopup > .popup-wrapper .long-popup-wrapper > img {
                width: 300px;
                float: left;
            }

    #imgPopup .left-arrow {
        width: 32px;
        height: 59px;
        display: block;
        cursor: pointer;
        left: 20%;
        position: absolute;
        top: 50%;
        margin-top: -29.5px;
        background: url(../img/popup-arrows.png) no-repeat left top;
    }

    #imgPopup .right-arrow {
        width: 32px;
        height: 59px;
        display: block;
        cursor: pointer;
        right: 20%;
        position: absolute;
        top: 50%;
        margin-top: -29.5px;
        background: url(../img/popup-arrows.png) no-repeat right top;
    }

#mainPopup {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 50;
    background: url(../img/lightbox_bg.png) repeat;
    text-align: center;
}

    #mainPopup .container {
        width: 90%;
        height: auto;
        display: inline-block;
        text-align: left;
        position: relative;
    }

    #mainPopup h1.title {
        font-family: 'Gotham','Arial', sans-serif;
        font-size: 30px;
        margin-top: 75px;
        margin-bottom: 37px;
        float: left;
        width: 100%;
    }

    #mainPopup h1.title2 {
        font-family: 'Gotham','Arial', sans-serif;
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 37px;
        float: left;
        width: 100%;
    }

    #mainPopup span.title {
        font-family: 'Gotham','Arial', sans-serif;
        font-size: 16px;
        margin-top: 118px;
    }

    #mainPopup span.title-detail {
        font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
        font-size: 16px;
        color: #FFF;
    }

    #mainPopup p.detail {
        font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
        font-size: 16px;
        color: #FFF;
        float: left;
        width: 70%;
        clear: both;
        margin-bottom: 120px;
    }

    #mainPopup .adress-left-wrapper {
        float: left;
        width: 50%;
        clear: both;
    }

    #mainPopup .adress-right-wrapper {
        float: left;
        width: 50%;
    }

        #mainPopup .adress-right-wrapper span.contact {
            padding-left: 20px;
            font-family: 'Gotham','Arial', sans-serif;
            font-size: 14px;
            color: #FFF;
            display: block;
            line-height: 20px;
            margin: 5px 0 5px 0;
        }

        #mainPopup .adress-right-wrapper span.icon-phone {
            background: url(../img/contact-icon.png) no-repeat left top;
        }

        #mainPopup .adress-right-wrapper span.icon-fax {
            background: url(../img/contact-icon.png) no-repeat left -21px;
        }

        #mainPopup .adress-right-wrapper span.icon-mail {
            background: url(../img/contact-icon.png) no-repeat left -43px;
        }

    #mainPopup .clear-link {
        color: #FFF;
        font-family: 'Gotham','Arial', sans-serif;
    }

.close-btn, .close-galeri-btn {
    width: 34px;
    height: 34px;
    background: url(../img/close.png) no-repeat left top;
    display: block;
    position: absolute;
    right: 10px;
    top: 100px;
}

    .close-btn:hover, .close-galeri-btn:hover, .close-arrow:hover, .arrow-box > a:hover, .mini-arrow:hover {
        opacity: 0.5;
    }
/*Form Tag çıkarıldı.*/
#newsletter-form, #contact_form {
    float: left;
    width: 100%;
    clear: both;
}

#mainPopup #contact_form > .part-one {
    width: 30%;
    float: left;
}

#mainPopup #contact_form > .part-two {
    width: 60%;
    float: left;
    margin-left: 9%;
}

#mainPopup label.form {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 16px;
    margin-bottom: 6px;
}

    #mainPopup label.form > span {
        color: #ffe777;
    }

    #mainPopup label.form.error-input,
    #mainPopup label.form.error-input > span {
        color: #f00c12;
    }

#mainPopup input[type="text"].form {
    font-family: 'Conv_AGaramondPro-Bold','Arial', sans-serif;
    font-size: 14px;
    color: #CCC;
    line-height: 27px;
    width: 95%;
    border: 1px solid transparent;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 31px;
    height: 27px;
    margin-top: 2px;
}

#mainPopup input[type="submit"].form {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: #ffe777;
    line-height: 30px;
    width: 124px;
    border: 1px solid #ffe777;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 34px;
    float: left;
}

    #mainPopup input[type="submit"].form:hover {
        background: #000;
        border-color: #656565;
        color: #ffe777;
    }

    #mainPopup input[type="submit"].form:active {
        background: #acacac;
        border-color: #acacac;
        color: #212121;
    }

#mainPopup textarea.message {
    font-family: 'Conv_AGaramondPro-Bold','Arial', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 33px;
    width: 84%;
    border: 1px solid transparent;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 31px;
    resize: none;
    height: 100px;
}

#mainPopup input.form:focus, #mainPopup form textarea.message:focus {
    border: 1px solid #ffe777;
    color: #000;
}

#mainPopup label.form-cb {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 14px;
    padding-left: 25px;
    background: url(../img/cb-icons.png) no-repeat left top;
    padding-top: 2px;
    transition: all 0.2s linear;
}

#mainPopup label.form-cb_Low {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial',sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
    width: 100%;
}

#mainPopup label.form-cb.active {
    background: url(../img/cb-icons.png) no-repeat left bottom;
}

#mainPopup .form-note {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-top: 32px;
}

    #mainPopup .form-note .note-color {
        color: #CCC !important;
    }

#mainPopup p.form-note {
    margin-top: 10px;
}

#mainPopup #newsletter-form > .part-one {
    width: 20%;
    float: left;
}

#mainPopup #newsletter-form > .part-two {
    width: 20%;
    float: left;
    margin-left: 5%;
}

#mainPopup #newsletter-form > .part-three {
    width: 50%;
    float: left;
    margin-left: 5%;
    padding-top: 20px;
}

#mainPopup #newsletter-form #newsletter-form-phone {
    float: right;
    width: 62%;
}

#mainPopup #newsletter-form #newsletter-form-submit {
    margin-bottom: 0 !important;
}

.wrapper {
    width: 100%;
    height: 170px;
    background: url(../img/lightbox_bg.png) repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: -210px;
    min-width: 960px;
    max-width: 1400px;
    left: 0;
    z-index: 5;
}

    .wrapper > .container {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

        .wrapper > .container img.img {
            margin: 0 auto;
            width: 100%;
            display: block;
        }

        .wrapper > .container > .text-wrapper {
            float: left;
            width: 80%;
            overflow: hidden;
            position: relative;
            height: 174px;
        }

            .wrapper > .container > .text-wrapper h3.header {
                font-family: 'Gotham','Arial', sans-serif;
                font-size: 16px;
                margin-bottom: 10px;
            }

            .wrapper > .container > .text-wrapper p.text {
                font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
                font-size: 14px;
                color: #FFF;
                height: 130px;
            }

            .wrapper > .container > .text-wrapper div.text {
                font-family: 'Conv_AGaramondPro-Bold','Arial', sans-serif;
                font-size: 14px;
                color: #FFF;
                height: 130px;
                text-align: left;
                clear: both;
                margin-bottom: 34px;
                line-height: 21px;
            }

            .wrapper > .container > .text-wrapper .share-box {
                border-top: 1px solid #FFF;
                float: left;
                height: 21px;
                padding-top: 5px;
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .wrapper > .container > .text-wrapper .close-arrow {
                width: 36px;
                height: 35px;
                position: absolute;
                right: 15px;
                top: 0;
                background: url(../img/arrow.png) no-repeat center top;
                z-index: 55;
            }

            .wrapper > .container > .text-wrapper .share-box .left-arrow {
                width: 11px;
                height: 19px;
                background: url(../img/page-arrows.png) no-repeat left top;
                float: left;
            }

            .wrapper > .container > .text-wrapper .share-box .right-arrow {
                width: 11px;
                height: 19px;
                background: url(../img/page-arrows.png) no-repeat right top;
                float: right;
            }

            .wrapper > .container > .text-wrapper .share-box > .arrow-box {
                width: 50px;
                height: 19px;
                float: right;
                text-align: center;
                font-family: "Conv_AGaramondPro-Regular","Arial",sans-serif;
                font-size: 15px;
                color: #FFF;
                line-height: 19px;
            }

.logo-wrapper {
    width: 137px;
    height: 138px;
    background: #FFF;
    margin: 46px auto 0 auto;
    position: relative;
    border: 4px solid #FFF;
}

.mezelunamini-icon-1 {
    width: 73px;
    height: 55px;
    background: url('../img/mini-mez1-logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36.5px;
}

.mezelunamini-icon-2 {
    width: 73px;
    height: 40px;
    background: url('../img/mini-mez2-logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36.5px;
}

.mezelunamini-icon-3 {
    width: 75px;
    height: 48px;
    background: url('../img/mini-mez3-logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -37.5px;
}

.mezzaluna-1 .logo-wrapper:hover {
    border-color: #f8a947;
}

.mezzaluna-2 .logo-wrapper:hover {
    border-color: #ffe777;
}

.mezzaluna-3 .logo-wrapper:hover {
    border-color: #ffa777;
}

.mezzaluna-1 .logo-wrapper:hover .mezeluna-icon-1 {
    width: 130px;
    height: 98px;
    margin-left: -65px;
    margin-top: -49px;
}

.mezzaluna-2 .logo-wrapper:hover .mezeluna-icon-2 {
    width: 130px;
    height: 72px;
    margin-top: -36px;
    margin-left: -65px;
}

.mezzaluna-3 .logo-wrapper:hover .mezeluna-icon-3 {
    width: 130px;
    height: 85px;
    margin-top: -38px;
    margin-left: -65px;
}

.restonrant-mez2-icon-5 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -376px -0px;
}

.restonrant-mez2-icon-4 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -282px -0px;
}

.restonrant-mez2-icon-2 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -92px -0px;
}

.restonrant-mez2-icon-1 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -0px -0px;
}

.restonrant-mez2-icon-3 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -187px -0px;
}

.restonrant-mez1-icon-4 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -772px -0px;
}

.restonrant-mez1-icon-5 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -866px -0px;
}

.restonrant-mez1-icon-2 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -582px -0px;
}

.restonrant-mez1-icon-1 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -490px -0px;
}

.restonrant-mez1-icon-3 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -677px -0px;
}

.restonrant-mez3-icon-4 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1237px -0px;
}

.restonrant-mez3-icon-5 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1331px -0px;
}

.restonrant-mez3-icon-2 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1048px -0px;
}

.restonrant-mez3-icon-1 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -954px -0px;
}

.restonrant-mez3-icon-3 {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1142px -0px;
}


.restonrant-icon {
    width: 60px;
    height: auto;
    float: left;
    display: block;
    margin-right: 25px;
    margin-bottom: 5px;
}

    .restonrant-icon > span {
        font-family: 'gothamlightregular',Arial,sans-serif;
        font-size: 11px;
        margin-top: 69px;
        display: block;
        text-align: center;
    }

    .restonrant-icon.first {
        clear: both;
    }

    .restonrant-icon.last {
        margin-right: 0 !important;
    }


.facebook:active {
    background-position: -6px -51px;
}

.facebook:hover {
    background-position: -6px -28px;
}

.facebook {
    width: 9px;
    height: 15px;
    background: url("../img/share-icons.png") no-repeat -6px -4px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 13px;
}

.twitter:active {
    width: 16px;
    height: 13px;
    background: url("../img/share-icons.png") no-repeat -38px -52px;
}

.twitter:hover {
    width: 16px;
    height: 13px;
    background: url("../img/share-icons.png") no-repeat -38px -28px;
}

.twitter {
    width: 16px;
    height: 13px;
    background: url("../img/share-icons.png") no-repeat -38px -5px;
    display: block;
    float: left;
    margin-top: 4px;
}

.menu-mez2-tr:hover {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1680px -5px;
}

.menu-mez2-tr {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1568px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.menu-mez1-tr:hover {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -2404px -5px;
}

.menu-mez1-tr {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -2294px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.menu-mez3-tr:hover {
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -2044px -5px;
}

.menu-mez3-tr {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar.png") no-repeat -1940px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.menu-mez2-en:hover {
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -1680px -5px;
}

.menu-mez2-en {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -1568px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.menu-mez1-en:hover {
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -2404px -5px;
}

.menu-mez1-en {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -2294px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.menu-mez3-en:hover {
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -2044px -5px;
}

.menu-mez3-en {
    width: 97px;
    height: 31px;
    background: url("../img/mezzaluna_ikonlar-en.png") no-repeat -1940px -5px;
    display: block;
    float: left;
    margin-top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}





.takeaway {
    width: 123px;
    height: 36px;
    background: url("../img/generel-icons.png") no-repeat -0px -0px;
    display: block;
}

.zoom-icon {
    width: 43px;
    height: 43px;
    background: url("../img/generel-icons.png") no-repeat -97px -36px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -21.5px;
    margin-left: -21.5px;
}

.takeaway-mez1-tr {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-v2.png") no-repeat -169px -84px;
    display: block;
}

.takeaway-mez3-tr {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-v2.png") no-repeat -169px -44px;
    display: block;
}

.takeaway-mez2-tr {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-v2.png") no-repeat -9px -44px;
    display: block;
}

    .takeaway-mez2-tr:hover {
        background: url("../img/hover-paket-v2.png") no-repeat -8px -4px;
    }

.takeaway-mez3-tr:hover {
    background: url("../img/hover-paket-v2.png") no-repeat -169px -3px;
}

.takeaway-mez1-tr:hover {
    background: url("../img/hover-paket-v2.png") no-repeat -7px -85px;
}

.takeaway-mez2-en {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-en.png") no-repeat -160px -14px;
    display: block;
}

.takeaway-mez1-en {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-en.png") no-repeat -160px -60px;
    display: block;
}

.takeaway-mez3-en {
    width: 123px;
    height: 36px;
    background: url("../img/hover-paket-en.png") no-repeat -162px -106px;
    display: block;
}

.takeaway-mez2-en:hover {
    background-position: -17px -14px;
}

.takeaway-mez1-en:hover {
    background-position: -16px -58px;
}

.takeaway-mez3-en:hover {
    background-position: -17px -103px;
}

.home:active {
    background: url("../img/icons.png") no-repeat -16px -0px;
}

.home:hover {
    background: url("../img/icons.png") no-repeat -0px -0px;
}

.home {
    width: 16px;
    height: 14px;
    background: url("../img/icons.png") no-repeat -0px -15px;
    display: inline-block;
    margin-top: 11px;
    margin-right: 11px;
}

    .home.konsept {
        margin-right: 145px !important;
    }

.lang-en:hover {
    opacity: 1;
}

.lang-en {
    width: 13px;
    height: 9px;
    background: url("../img/icons.png") no-repeat -16px -23px;
    display: block;
    float: left;
    margin-top: 8px;
    opacity: 0.6;
}

.lang-tr:hover {
    opacity: 1;
}

.lang-tr {
    width: 13px;
    height: 9px;
    background: url("../img/icons.png") no-repeat -16px -14px;
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: 14px;
    margin-right: 9px;
    opacity: 0.6;
}

.logo-wrapper {
    width: 141px;
    height: 142px;
    background: #FFF;
    margin: 46px auto 0 auto;
    position: relative;
    display: block;
}

    .logo-wrapper .mezeluna-icon-1 {
        width: 123px;
        height: 92px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -61.5px;
        margin-top: -46px;
    }

    .logo-wrapper .mezeluna-icon-2 {
        width: 123px;
        height: 67px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -33.5px;
        margin-left: -61.5px;
    }

    .logo-wrapper .mezeluna-icon-3 {
        width: 123px;
        height: 79px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -34.5px;
        margin-left: -61.5px;
    }

.gMap {
    width: 80%;
    height: 206px;
    margin-bottom: 19px;
}

.slider-text-wrapper {
    height: 100%;
    width: 9999999px;
    position: absolute;
}

.slider-img-wrapper {
    height: 100%;
    width: 9999999px;
    position: absolute;
}

.slider-text-wrapper > div {
    float: left;
    width: 915px;
    height: 142px;
}

.img-cut-wrapper {
    float: left;
    height: 170px;
    margin-right: 15px;
    width: 18%;
    overflow: hidden;
    position: relative;
}

.one-img-wrapper {
    float: left;
}

.visuallyHidden, .visualHidden {
    display: none !important;
    z-index: -1;
}

.mez-logo-transprent {
    background: url(../img/png-mez-logo.png) no-repeat -0px 0px;
    width: 106px;
    height: 64px;
    display: block;
    position: absolute;
    left: 0;
    top: -69px;
}

.mainContainer > .mez-logo-transprent {
    left: 10%;
    top: 7px;
}

.mnf-customDropDown-style {
    width: 32%;
    background: #FFF;
    height: 31px;
    position: static;
    float: left;
    margin-top: 2px;
    font-family: 'Conv_AGaramondPro-Regular','Arial', sans-serif;
    font-size: 18px;
    color: #000;
}

    .mnf-customDropDown-style.full {
        width: 99% !important;
        margin-bottom: 30px;
    }

    .mnf-customDropDown-style.active {
        position: relative;
    }

.mnf-customDropDown-style-span_small {
    background: url(../img/select_img_90x27.jpg) no-repeat;
    color: #000000;
    display: block;
    height: 27px;
    overflow: hidden;
    position: absolute;
    width: 90px;
    padding-top: 4px;
    padding-left: 5px;
}

.mnf-customDropDown-style-select_small {
    -moz-appearance: none;
    border: 0 none !important;
    height: 25px;
    margin-bottom: 30px;
    opacity: 0;
    width: 90px;
}

.mnf-customDropDown-style-span {
    background: url(../img/select_img.jpg) no-repeat;
    color: #000000;
    display: block;
    height: 33px;
    overflow: hidden;
    padding: 7px 5px;
    position: absolute;
    width: 250px;
}

.mnf-customDropDown-style-select {
    -moz-appearance: none;
    border: 0 none !important;
    height: 31px;
    margin-bottom: 30px;
    opacity: 0;
    width: 250px;
}

.mnf-customDropDown-style > label {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/dd-arrow.png) no-repeat right top;
    color: #212121;
    line-height: 33px;
    text-align: left;
    text-indent: 11px;
}

.mnf-customDropDown-style > .hiddenDiv {
    width: 100%;
    position: absolute;
    height: 0;
    top: 100%;
    overflow: hidden;
}

    .mnf-customDropDown-style > .hiddenDiv.active {
        width: 100%;
        position: absolute;
        top: 101%;
        height: 94px;
        text-align: left;
        text-indent: 14px;
        background: #FFF;
        color: #212121;
        border-top: 1px solid #212121;
    }

    .mnf-customDropDown-style > .hiddenDiv ul > li {
        height: 15px;
    }

        .mnf-customDropDown-style > .hiddenDiv ul > li:hover, .mnf-customDropDown-style > .hiddenDiv ul > li.active {
            cursor: pointer;
            color: #ffe777;
        }

#animate-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#under-animate-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#menu-notes {
    float: left;
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 13px;
}

.star-icon {
    float: left;
    margin-left: 4px;
}

.partial-star {
    display: inline-block;
    width: 31px;
}

/*
@media only screen and ( max-height: 650px ) {
    .mainContainer > .left-wrapper               { width: 45%;    float:left; text-align: left; color:#FFF; margin-left: 10%; margin-top: 75px; position: relative; padding-right: 2%; height: 414px; z-index: 3;}
    .mainContainer                               { width: 100%; min-height: 600px;  float:left; overflow: hidden; position: relative; z-index: 5;  margin-top: 38px;}
    .mainContainer  h1.header                    { font-family : 'Gotham','Arial', sans-serif; font-size: 25px; margin-top: 30px; margin-bottom: -10px; color: #FFF; display: block; float: left;}
    .space-wrapper                               { height: 60px; float: left; width: 100%; clear: both; }
}*/

#contact_formsubmit {
    margin-top: 31px;
}

.img-wrapper ul {
    float: left;
    width: 100%;
}

    .img-wrapper ul li {
        width: 100%;
        float: left;
    }


/*

RV

*/
.menu-detail-wrapper h3 {
    font-family: 'Gotham','Arial', sans-serif;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.menu-detail-wrapper p {
    font-family: 'Conv_AGaramondPro-BoldItalic','Arial', sans-serif;
    font-size: 15px;
    text-align: left;
    clear: both;
    margin-bottom: 34px;
    line-height: 21px;
    color: #FFF;
}


.top-menu-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
}

.footer-out-wrapper {
    width: 81%;
    position: relative;
    max-width: 1400px;
    height: 100%;
    margin-left: 18%;
}



a.d-logo {
    display: inline-block;
    height: 33px;
    float: left;
    margin-left: 1%;
    z-index: 9999;
    position: absolute;
}

.long-img-wrapper > div {
    display: inline-block;
    width: auto;
    float: left;
}

    .long-img-wrapper > div h3 {
        text-align: center; /* display: inline-block; */
        clear: both;
        font-family: 'Conv_AGaramondPro-Bold','Arial', sans-serif;
        float: left;
        width: 100%;
        font-size: 20px;
        margin-top: 18px;
    }


.left-wrapper .icons-wrapper {
    clear: both;
    float: left;
}

    .left-wrapper .icons-wrapper.active {
        clear: both;
        float: left;
        position: absolute;
        width: 65px;
        top: 8px;
        right: 17px;
    }

.scroll-this {
    background: url(../img/transparency.png) repeat left top;
}

#topmenuitem-tr-konsept, #topmenuitem-tr-sube, #topmenuitem-tr-haberler, #topmenuitem-en-sube, #topmenuitem-en-konsept, #topmenuitem-en-news {
    display: none;
}
