@CHARSET "ISO-8859-1";

body {
    font-family: 'Muli', sans-serif;
    color: #FFF;
    font-weight: 200;
    background: #2a2c2f
}

body,
div,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

textarea:focus,
input:focus {
    outline: none
}

ul {
    list-style: none
}

li {
    display: inline-block
}

h1 {
    font-weight: 100 !important
}

.yestouch {
    display: none
}

.tra {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2a2c2f;
    z-index: 900
}

.loader {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes aB {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes aB {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes aB {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes aB {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes aB {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.section {
    text-align: center;
    overflow: hidden
}

#bg-home {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-home.jpg) center;
    z-index: -10;
    opacity: .2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s;
    animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s;
    -moz-animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s;
    -webkit-animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s;
    -ms-animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s;
    -o-animation: aB 1s cubic-bezier(.785, .135, .15, .86) forwards 1.1s
}

#s_story {
    background: url(../img/xian-temple2.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#s_murger {
    background: url(../img/bg-murger2.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#s_bar {
    background: url(../img/bg-bar-s.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#s_gallery {
    background: url(../img/xian-map5.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#s_euston,
#s_mayfair,
#s_murger-han {
    background: url(../img/xian-map2.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#s_contacts {
    background: url(../img/bg-contacts-big.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#logo {
    z-index: 300;
    position: absolute;
    left: 30px;
    top: -200px;
    background: url(../img/murger-han-logo.png);
    width: 88px;
    height: 122px;
    background-size: 88px 122px
}

.nav-pre {
    z-index: 300;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -70px
}

.nav-style li {
    display: inline-block;
    overflow: hidden;
    height: 40px
}

.nav-style a {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400
}

.cocktails {
    padding: 6px 10px;
    border: 1px solid #999;
    font-size: 14px !important;
    margin-left: 15px
}

.cocktails:hover {
    background: rgba(255, 255, 255, .1);
    border: 1px solid #fff
}

.nav-style a span {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.nav-style a span::before {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nav-style a:hover span,
.nav-style a:focus span,
.nav-style a.active span,
.eus-on {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%)
}

.nav {
    position: fixed;
    top: -130px;
    width: 100%;
    height: 80px;
    padding-top: 42px;
    overflow: hidden;
    z-index: 400;
    text-align: center;
    background: url(../img/xian-map5.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.nav-out {
    top: 0px !important;
    box-shadow: 0 0 100px #111;
    -moz-box-shadow: 0 0 100px #111;
    -webkit-box-shadow: 0 0 100px #111
}

.nav li {
    opacity: .1;
    margin-top: 100px;
    vertical-align: top
}

.nav-li-on {
    margin-top: 0 !important;
    opacity: 1 !important
}

.nav .no-nav {
    display: inline-block
}

.title {
    font-size: 32px
}

.title2 {
    font-size: 26px;
    margin-bottom: 15px
}

.text {
    font-size: 17px;
    line-height: 27px;
    margin: 0 auto
}

.text2 {
    font-size: 15px
}

.text3 {
    font-size: 13px;
    vertical-align: text-top
}

.red,
a.active,
.nav li a:hover {
    color: #E32126;
    font-weight: 400 !important
}

.cta {
    display: block;
    width: 148px;
    height: 44px;
    margin: 0 auto;
    padding-top: 24px;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.cta-black {
    background: url(../img/btn-black.png);
    color: #FFF
}

#s_euston .cta-black,
#s_mayfair .cta-black {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -74px
}

#s_euston .cta-white,
#s_mayfair .cta-white {
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: -74px
}

.cta-white {
    background: url(../img/btn-white.png);
    color: #111;
    margin: 10px auto 13px auto
}

.cta:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#letters {
    max-width: 700px;
    height: 100px;
    margin: 0 auto;
    padding: 0 35px 40px 35px;
    overflow: hidden
}

.murgerhan {
    width: 100%;
    margin-top: 110px
}

.space {
    opacity: 0;
    height: 70px
}

.space a {
    display: inline-block;
    width: 180px;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    vertical-align: top
}

.space a:hover {
    margin-top: 5px;
    color: #E32126
}

.space a:hover .s-line {
    width: 91px
}

.space-middle {
    display: inline-block;
    width: 1px
}

.s-line {
    display: block;
    background: url(../img/line.png);
    width: 0;
    height: 16px;
    margin: 10px auto 0 auto
}

#s_murger .title {
    position: absolute;
    top: 0%;
    left: 8%;
    opacity: 0;
    text-align: left
}

#s_murger .text {
    position: absolute;
    bottom: 10%;
    left: 55%;
    width: 420px;
    text-align: left;
    opacity: 0
}

.premore {
    display: none
}

.more {
    float: left
}

.lantern {
    display: none
}

.arrow-v {
    position: absolute;
    bottom: -15%;
    right: 50%;
    background: url(../img/arrow-v.png);
    width: 51px;
    height: 181px;
    opacity: 0
}

.from {
    position: absolute;
    font-weight: 400;
    width: 240px;
    height: 125px;
    bottom: 40%;
    left: 50%;
    padding-top: 105px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    color: #fff;
    display: none;
    border: 1px solid #FFF;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s
}

.from:hover {
    background: rgba(255, 255, 255, .6);
    color: #000
}

.v-top {
    position: absolute;
    top: 100px;
    width: 100%;
    opacity: 0
}

.line {
    display: inline-block;
    background: url(../img/line.png);
    width: 1px;
    height: 16px;
    margin: 25px 0
}

#s_story .text {
    max-width: 540px;
    margin-top: 100px;
    opacity: 0
}

.prebell {
    position: absolute;
    width: 100%;
    bottom: 25%;
    text-align: center;
    height: 160px
}

.belltower {
    position: relative;
    display: inline-block;
    color: #000;
    background: #FFF;
    padding: 12px;
    opacity: 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -moz-transition: padding 0.5s
}

.belltower:hover {
    padding: 20px
}

.arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -20px;
    bottom: -16px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

#s_bar .title {
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
    z-index: 300
}

#s_bar .text a {
    color: #929496
}

#s_bar .text a:hover {
    color: #E32126
}

#s_bar .barhours {
    font-size: 13px;
    color: #929496;
    text-align: center;
    margin: 30px 0 40px 0
}

.menu-bar {
    border: solid 2px #2a2c2f;
    height: 425px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto !important;
    display: block !important;
    opacity: 0;
    max-width: 750px;
    z-index: 300 !important;
    padding: 20px 30px 10px 50px !important;
    background: #2a2c2f !important;
    color: #FFF !important;
    -webkit-overflow-scrolling: touch
}

.menu-bar .title2 {
    margin-bottom: 30px
}

.menu-bar .text3 {
    width: 85% !important;
    font-size: 16px !important
}

.menu-bar .m-sub {
    width: 85% !important;
    margin-bottom: 24px !important;
    font-style: italic
}

.hanhan {
    float: right;
    display: inline-block
}

.hanhan:hover {
    opacity: .5
}

.menu-bar::-webkit-scrollbar-track {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4a4c4f
}

.menu-bar::-webkit-scrollbar {
    width: 12px;
    background-color: #4a4c4f
}

.menu-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #E32126
}

.location {
    display: inline-block;
    width: 75%;
    height: 70%;
    text-align: center;
    opacity: 0
}

.l-1 {
    background: url(../img/location-1.jpg);
    margin-left: 5%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.l-2 {
    background: url(../img/location-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.l-3 {
    background: url(../img/location-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.l-white {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    width: 330px;
    /* height: 250px; */
    padding-bottom: 60px;
    padding-top: 15px;
    margin-left: 10%;
    color: #000
}
#s_euston .cta-white, #s_mayfair .cta-white{
    left: 24%;

}
#s_euston .cta-bottom, #s_mayfair .cta-bottom{
    right: 0;
    left: auto;
}
.l-1{
    margin-left: 0;
    background: none;
}
.pro1{
    top:25%;
    margin-left: 0;
    left: 20%;
}
.pro2{
    top:25%;
    margin-left: 0;
    right: 20%;
}
.pro3{
    left: 20%;
    top: auto;
    bottom: 10%;
    margin-left: 0;
}
.pro4{
    right: 20%;
    top: auto;
    bottom: 10%;
    margin-left: 0;
}

.l-logo {
    position: absolute;
    width: 330px;
    margin: -20px 0 0 10%;
    height: 105px;
    background: url(../img/murger-han-logo.png) no-repeat top center;
    background-size: 88px 122px
}

.line-black {
    background: url(../img/line-black.png);
    width: 91px;
    height: 16px;
    margin: 5px auto
}

.l-next {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 70%;
    text-align: center
}

.n-2 {
    margin-left: -5%
}

.l-next p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 250px;
    padding-top: 50px;
    width: 100%
}

.l-next a {
    display: inline-block;
    margin-top: 13px;
    padding: 15px 20px;
    background: #2a2c2f;
    color: #fff;
    opacity: .8
}

.l-next a:hover {
    opacity: 1;
    padding: 15px 25px
}

.gallery1 li {
    width: 32%;
    margin: 0 2px;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden
}

.gallery1 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.gallery1 li a:hover {
    transform: scale(1.1);
    opacity: .5
}

.slide {
    opacity: 0
}

.c1-a {
    background: url(../gallery/food1a.jpg)
}

.c2-a {
    background: url(../gallery/food2a.jpg)
}

.c3-a {
    background: url(../gallery/food3a.jpg)
}

.c4-a {
    background: url(../gallery/food4a.jpg)
}

.c5-a {
    background: url(../gallery/food5a.jpg)
}

.c6-a {
    background: url(../gallery/food6a.jpg)
}

.c1-d {
    background: url(../gallery/drink1a.jpg)
}

.c2-d {
    background: url(../gallery/drink2a.jpg)
}

.c3-d {
    background: url(../gallery/drink3a.jpg)
}

.c4-d {
    background: url(../gallery/drink4a.jpg)
}

.c5-d {
    background: url(../gallery/drink5a.jpg)
}

.c6-d {
    background: url(../gallery/drink6a.jpg)
}

.c1-c {
    background: url(../gallery/food13a.jpg)
}

.c2-c {
    background: url(../gallery/food14a.jpg)
}

.c3-c {
    background: url(../gallery/food15a.jpg)
}

.c4-c {
    background: url(../gallery/food16a.jpg)
}

.c5-c {
    background: url(../gallery/food17a.jpg)
}

.c6-c {
    background: url(../gallery/food18a.jpg)
}

.contact-card {
    display: inline-block;
    width: 32%;
    max-width: 420px;
    height: 510px;
    background: #2a2c2f;
    vertical-align: top;
    opacity: 0
}

.contact-center {
    position: relative;
    display: inline-block;
    width: 13%;
    height: 520px
}

.contact-center div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.c-logo1 {
    background: url(../img/murger-han-logo.png) no-repeat top center;
    width: 100%;
    margin: 60px 0 30px 0;
    height: 125px;
    background-size: 88px 122px
}

.c-logo2 {
    background: url(../img/murger-hanhan-logo.png) no-repeat top center;
    width: 100%;
    margin: 60px 0 30px 0;
    height: 125px;
    background-size: 109px 122px
}

#s_contacts .text2 {
    margin-bottom: 20px
}

.contact {
    display: block;
    padding: 3px 6px;
    color: #bbb
}

.contact:hover {
    color: #FFF
}

#footer {
    font-size: 12px;
    color: #CCC;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    font-weight: 400
}

.up {
    display: inline-block;
    margin-top: 80px;
    width: 46px;
    height: 25px;
    background: url(../img/arrow-up2.png)
}

.up:hover {
    transform: translateY(-10px)
}

.body-menu {
    background: url(../img/xian-map5.jpg);
    text-align: center
}

.m-location1 {
    position: fixed;
    width: 33.3%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0
}

.m-l1-on {
    left: -40%;
    opacity: .5
}

.m-location2 {
    position: fixed;
    width: 33.3%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 33.3%;
}
.m-location3 {
    position: fixed;
    width: 33.3%;
    height: 100%;
    z-index: 100;
    top: 0;
    right: 0
}

.m-l2-on {
    right: -40%;
    opacity: .5
}

.m-location1:hover,
.m-location2:hover {
    opacity: 1
}

.m-center1,
.m-center2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}



.m-euston {
    display: inline-block;
    width: 70%;
    max-width: 400px;
    height: 360px;
    /* background: #FFF; */
    background-color: #e5986e;
    color: #000
}

.m-mayfair {
    display: inline-block;
    width: 70%;
    max-width: 400px;
    height: 360px;
    /* background: #FFF; */
    background-color: #e5986e;
    color: #000
}

.m-euston-on {
    right: 0;
    width: 450px
}

.m-mayfair-on {
    left: 0;
    width: 450px
}

.m-euston .title,
.m-mayfair .title {
    margin: 100px 0
}

.m-euston:hover,
.m-mayfair:hover {
    background: #f5aa82
}

.m-euston:hover .title,
.m-mayfair:hover .title {
    margin: 120px 0
}

.m-locations-on {
    margin: 0 200px
}

.menu {
    position: relative;
    background: url(../img/xian-map4.jpg) right;
    color: #000;
    text-align: left !important;
    width: 60%;
    margin: 50px auto;
    padding: 40px 50px;
    z-index: 999;
    display: none;

}

.menu ul li {
    margin: 13px 0;
    display: block
}

.menu .title {
    margin-bottom: 50px
}

.menu .text {
    margin: 40px 0 20px 0
}

.menu .text3 {
    display: inline-block;
    width: 70%;
    margin: 5px 3% 8px 0;
    font-weight: 400;
    text-transform: uppercase
}

.menu .m-sub {
    display: inline-block;
    width: 70%;
    margin: 0 3% 8px 0;
    font-size: 13px;
    font-weight: 400
}

.price {
    font-size: 13px;
    font-weight: 400
}

.menu-euston .cta,
.menu-mayfair .cta {
    position: absolute;
    top: 26px;
    right: 120px
}

.pdf {
    width: 54px;
    height: 54px;
    background: url(../img/pdf.png) center no-repeat;
    position: absolute;
    top: 32px;
    right: 40px;
    opacity: .7
}

.pdf:hover {
    opacity: 1
}

#under {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.overlay {
    position: fixed;
    z-index: 350;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(5, 5, 5, .2);
    display: none
}

.ham {
    position: fixed;
    top: -100px;
    right: 35px;
    z-index: 450
}

.ham-top {
    top: 35px !important
}

.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner-b,
.hamburger-inner-a {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.25s;
    transition-timing-function: ease
}

.hamburger-inner-b {
    top: -10px
}

.hamburger-inner-a {
    bottom: -10px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner-b {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s
}

.hamburger--slider .hamburger-inner-a {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner-b {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner-a {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

@media only screen and (max-height:690px) {
    #s_bar .line {
        display: none !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .logo-nav,
    .ww {
        display: none !important
    }

    .menu-bar {
        height: 580px !important
    }

    .contact-card {
        width: 33%
    }

    .contact-center {
        width: 25%
    }

    .location {
        width: 60%
    }

    .l-next {
        width: 30%
    }

    #s_murger .text {
        width: 270px
    }
}

@media only screen and (max-width:768px) {

    .notouch,
    #slide2,
    .fp-controlArrow {
        display: none
    }

    .notouch2 {
        display: none !important
    }

    .yestouch {
        display: inherit
    }

    .ham {
        right: 15px
    }

    .title {
        font-size: 28px
    }

    .text {
        font-size: 16px
    }

    .text2 {
        font-size: 14px
    }

    .nav-top {
        top: -100%;
        height: 530px;
        text-align: left
    }

    .nav li {
        display: block;
        font-size: 20px;
        margin: 0 0 23px 120px
    }

    .logo-nav {
        background: url(../img/murger-han-logo.png) top / 65px 90px no-repeat;
        position: absolute;
        left: 35px;
        top: 54px;
        width: 35px;
        height: 60px
    }

    #letters {
        margin-top: 60px;
        height: 30px
    }

    #logo {
        z-index: 300;
        position: absolute;
        left: 50%;
        margin-left: -44px;
        height: 105px
    }

    .space a {
        width: 40%;
        font-size: 22px
    }

    .down {
        position: absolute;
        bottom: 40px;
        width: 100%
    }

    #s_murger {
        background-image: url(../img/bg-murger-touch.jpg) !important;
        height: 740px !important
    }

    #s_murger .title {
        opacity: 1 !important;
        top: 15% !important;
        width: 84%
    }

    #s_murger .text {
        opacity: 1 !important;
        left: 8%;
        width: auto;
        width: 84%;
        bottom: 15% !important
    }

    .prebell {
        bottom: 30%
    }

    #s_story {
        padding-bottom: 100px;
        text-align: left !important
    }

    #s_story,
    #s_euston,
    #s_mayfair {
        background-attachment: scroll
    }

    .premore,
    .fp-slidesNav {
        display: none !important
    }

    #s_story,
    #s_bar {
        background-attachment: scroll !important
    }

    #s_story .title,
    #s_story .line {
        margin-left: 8% !important
    }

    #s_story .text {
        opacity: 1 !important;
        margin-top: 0 !important;
        width: 84%
    }

    .belltower {
        opacity: 1 !important;
        margin-top: 200px !important
    }

    #s_bar *,
    .v-top,
    .slide {
        opacity: 1 !important
    }

    #s_bar {
        padding: 100px 0
    }

    .menu-bar {
        padding-left: 20px !important;
        height: auto !important;
        overflow: hidden !important
    }

    .menu-bar .price {
        float: right;
        vertical-align: text-top
    }

    #s_gallery {
        height: 680px !important
    }

    .gallery1 li {
        width: 48%;
        height: 220px
    }

    #s_euston,
    #s_mayfair {
        height: 700px !important
    }

    .line,
    .lb-1,
    .lb-2 {
        width: 91px !important
    }

    .location {
        opacity: 1 !important;
        width: 84%;
        height: 75%;
        margin: 30px 0 0 0 !important
    }

    #s_euston .l-white {
        position: absolute;
        top: 50px;
        transform: none !important;
        /* width: 300px;
        height: 250px; */
        width: 190px;
        height: auto;
        padding-bottom: 40px;
        padding-top: 10px;
        margin-left: 0;

    }
    #s_euston .line-black{
        margin: 5px auto;
    }
    #s_euston .location{
        width: 96%;
        position: relative;
        height: 65%;
    }
    #s_euston .pro1{
        left: 0;
    }
    #s_euston .pro2{
        right: 0;
    }
    #s_euston .pro3,#s_euston .pro4{
        top: auto;
        bottom: 20px;
    }
    #s_euston .pro3{
        left: 0;
    }
    #s_euston .pro4{
        right: 0;
    }
    #s_euston .l-white .title{
        font-size: 20px;
    }
    #s_euston .cta-black, #s_mayfair .cta-black{
        width: 100px;
        height: 30px;
        margin-left: 0;
        transform: translateX(-50%);
        background-size: contain;
        padding-top: 16px;
        font-size: 12px;
    }
    #s_euston .cta-white, #s_mayfair .cta-white{
        width: 90px;
        height: 25px;
        margin-left: 0;
        transform: translateX(-50%);
        background-size: contain;
        padding-top: 16px;
        font-size: 12px;
        margin: 0 auto;
        bottom: -80px;
    }
    #s_euston .cta-bottom,#s_mayfair .cta-bottom{
        right: -24%;
        left: auto;
    }
    #s_euston .l-logo,
    #s_mayfair .l-logo {
        position: relative;
        margin: -80px auto 0 auto
    }
    #a_euston .l-white,
    #s_murger-han .l-white,
    #s_mayfair .l-white{
        margin-left: 2.5%;
    }
    .yy {
        display: inline-block;
        margin-top: 80px;
        padding-left: 8%;
        text-align: left;
        width: 90%
    }

    .contact-card {
        opacity: 1 !important;
        width: 40% !important;
        height: auto !important;
        text-align: left;
        margin: 70px 2% 50px 2%;
        background: none
    }

    .contact-center-touch {
        display: inline-block;
        padding: 0 0 130px 8%;
        text-align: left;
        width: 100%
    }

    .yy2 {
        margin-left: -12px !important
    }

    #s_contacts {
        background-image: url(../img/bg-contacts.jpg) !important
    }

    #s_contacts .cta-white {
        margin: 7px 0 10px -14px !important;
        -webkit-transform: scale(.8)
    }

    #s_contacts .text2 {
        margin-bottom: 20px !important
    }

    #footer {
        width: 100%;
        padding: 25px 0 25px 8%;
        text-align: left
    }

    /* .m-center1 {
        right: -5px
    }

    .m-center2 {
        left: -5px
    } */

    .m-location1 .l-logo,
    .m-location2 .l-logo,
    .m-location3 .l-logo {
        position: relative;
        margin: -20px auto 0 auto;
        width: 90px
    }

    .m-euston,
    .m-mayfair {
        width: 88%;
        height: 360px
    }

    .m-euston .title,
    .m-mayfair .title {
        margin: 50px 0
    }

    .m-euston:hover .title,
    .m-mayfair:hover .title {
        margin: 50px 0
    }

    .menu {
        width: 74%;
        padding: 20px
    }

    .menu .cta {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        -webkit-transform: scale(.8)
    }

    .menu .text3 {
        width: 68%;
        margin-right: 2%
    }

    .menu .m-sub {
        width: 68% !important
    }
}