.tour-nav {
    z-index: 8;
    position: absolute;
    left: 35px;
    top: 8px;
}

.menu-view {
    display: block;
    position: static;
    max-width: 250px;
    margin: 0;
    border: none;
}

.menu-view {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0.8;
}

.menu-view:hover {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1.0 !important;
}

body.mobile #nav-container .tour-title {
    color: #1a98c2;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 12px;
    margin-bottom: 0;
}

#nav-container .tour-nav-button {
    display: none;
    position: absolute;
    left: -40px;
    top: 0px;
    padding: 8px 10px 0 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

#nav-container .tour-nav-button i {
    font-size: 32px;
    color: #ffffff;
}

body.mobile #nav-container .tour-nav-button {
    display: block;
}


body.mobile #nav-container {
    /*-webkit-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);*/

    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */


    -moz-transform:    translateX(100%);
    -o-transform:      translateX(100%);
    -webkit-transform: translateX(100%);
    transform:         translateX(100%);

    width: 300px;
    height: 100%;

    background: #ffffff;

    z-index: 9999;
    position: absolute;
    box-shadow: none;
}

body.mobile .scroll-wrapper {
    overflow: hidden;
    position: relative;
}


body.mobile #nav-container.translate-show {
     -moz-transform:    translate3d(48px,0,0);
     -o-transform:      translate3d(48px,0,0);
     -webkit-transform: translate3d(48px,0,0);
     transform:         translate3d(48px,0,0);
     box-shadow: 0 0 -5px rgba(0, 0, 0, 0.5);
}

body.mobile .tour-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 10px;
    margin-right: 8px;
}

body.mobile .menu-view {
    display: block;
    position: auto;
    max-width: auto;
    margin: 0;
    border: none;
    width: 100%;
}

body.mobile .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    min-width: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 20px;
    list-style: none;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.mobile .dropdown-menu > li > a {
    display: block;
    padding: 3px 0 0 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5a5a5a;
    white-space: nowrap;
    border-bottom: 1px solid #D3F5FF;
}

body.mobile .dropdown-menu a {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300;
}

body.mobile .dropdown-submenu {
    position: relative;
}

body.mobile .dropdown-menu .dropdown-menu {
    margin-left: 15px;
}

body.mobile .dropdown-submenu > a:after {
    display: none;
}

body.mobile .menu-view {
    opacity: 1.0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

body.mobile .dropdown-submenu > .dropdown-menu {
    width: calc(100% - 15px);
}

body.mobile .gm-style-cc, body.mobile .t-copyright {
    display: none;
}

body.mobile .popup-block iframe {
    max-width: 100%;
    max-height: 200px;
}