#touch-device {
    max-width: 100vh;
    overflow-x: hidden;
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}
#touch-device p {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}
#touch-device .section {
    float: left;
    width: 100%;
    height: auto;
}
#touch-device #firstsection {
    max-height: 100vh;
    height: 100vh;
}
#touch-device #navsec {
    margin-top: 30px;
}

#touch-device .section .elevate {
    display: none;
}

#touch-device .section .containerwa {
    min-height: 100%;
    width: 100%;
}

#touch-device .section .containerwa .area_wrapper {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding-bottom: 30px;
}

#touch-device .section .containerwa .area_wrapper .full {
    width: 100%;
}
#touch-device .section .containerwa .area_wrapper .middle {
    width: 100%;
}

#touch-device .section .containerwa .area_wrapper .image {
    width: 100%;
    margin: 0;
}
#touch-device .section .containerwa .area_wrapper .image img {
    width: 100%;
}

#touch-device #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 10px 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    box-shadow: 0 4px 4px -4px #000;
}
#touch-device #nav #gohome {
    display: none;
}
#touch-device #nav #logo-mobile {
    display: block;
    float: left;
    height: 24px;
    padding: 6px 0 0 0;
    margin: 0;
    cursor: pointer;
}
#touch-device #nav #mobile-menu {
    float: right;
    height: 36px;
    margin: 0;
    cursor: pointer;
}
#touch-device #nav #mainnav {
    position: fixed;
    top: 66px;
    right: -100%;
    height: 100%;
    width: auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#touch-device #nav #mainnav.active {
    right: 0;
    background: #fff;

}
#touch-device #nav #mainnav li {
    padding: 8px 32px;
}
#touch-device #nav #mainnav li a {
    font-size: 18px;
}
#touch-device #nav #mainnav li.active a {
    font-weight: 700;
}

#touch-device #overlay {
    opacity: 0;
}
#touch-device #overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 600;
}