@media all {
    html {
        font-size: 14px;
        line-height: 1.25
    }

    body {
        background-color: #000;
        color: #DDD;
        font-family: 'Poppins',sans-serif;
        font-weight: 200;
        letter-spacing: .01em
    }

    header {
    }

    main {
    }

    footer {
        background-color: #000;
        color: #DDD;
        line-height: 1.25em
    }

    footer {
        position: relative;
        z-index: 5
    }

    footer::after {
        content: "";
        z-index: -11;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-position: center top;
        background-size: 100% auto;
        background-image: url('../img/backgrounds/blackfancy.jpg');
        min-height: 400px
    }

    footer {
        box-shadow: 0 100vh 0 100vh #070707
    }

    .outer {
        padding: 40px 20px
    }

    .outer.bar {
        padding: 30px 20px
    }

    .inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        position: relative
    }

    a {
        color: #4682B4;
        font-weight: 300;
        -webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        -ms-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
        cursor: pointer
    }

    a:hover {
        color: #5E99C5
    }

    a:active {
        color: #2A6A9E
    }

    .img-fluid-max {
        width: 100%;
        height: auto
    }

    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 1rem;
        font-family: inherit;
        font-weight: 200
    }

    p {
        margin-bottom: 1rem;
        font-family: inherit;
        font-weight: 200
    }

    .inner h2 {
        margin-bottom: 2em
    }

    #survey h2 {
        margin-bottom: auto
    }

    .smaller {
        font-size: .7em
    }

    .legal {
        display: block;
        font-size: 10px;
        font-weight: 200;
        line-height: 1.5em !important
    }

    .avoid-break {
        display: inline-block
    }
    .upper {
        text-transform: uppercase
    }

    .btn-las {
        color: #FFF !important;
        background-color: #4682B4;
        border-color: #4682B4;
        border-width: 2px;
        border-radius: 0;
        padding: 6px 10px;
        min-width: 150px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        -ms-transition: color .4s ease-out;
        -o-transition: color .4s ease-out;
        transition: color .4s ease-out;
        -webkit-transition: background .4s ease-out;
        -moz-transition: background .4s ease-out;
        -ms-transition: background .4s ease-out;
        -o-transition: background .4s ease-out;
        transition: background .4s ease-out
    }

    .btn-las-grouped {
        color: #FFF !important;
        background-color: #4682B4;
        border-color: #FFF;
        font-size: .8em
    }

    .btn-las-grouped:hover,.btn-las:hover {
        background-color: #5E99C5;
        border-color: #5E99C5;
        color: #FFF !important
    }

    .btn-las-grouped:active,.btn-las:active {
        background-color: #2A6A9E;
        color: #FFF !important
    }

    .form-control.is-valid, .was-validated .form-control:valid {
        background-image: none
    }

    .collapseable .collapse-control {
        cursor: pointer
    }

    .frame {
        display: table;
        border: 2px ridge #fff;
        vertical-align: top
    }

    #ribbon {
        position: relative;
        background-color: #1C1C1C;
        z-index: 10;
        width: 100%
    }

    #ribbon .inner {
        text-align: center
    }

    #ribbon h3 {
        display: inline;
        font-size: 11px;
        padding: 3px;
        line-height: 11px;
        font-weight: 300;
        color: #AAA
    }

    #ribbon a.btn {
        padding: 0 6px;
        font-size: 10px;
        line-height: 11px;
        min-width: auto;
        margin: 3px 5px
    }

    nav {
        text-align: right;
        position: relative;
        padding: 0
    }

    #navi nav {
        padding: 0;
        background-color: #333;
        -webkit-transition: margin .5s ease-out;
        -moz-transition: margin .5s ease-out;
        -ms-transition: margin .5s ease-out;
        -o-transition: margin .5s ease-out;
        transition: margin .5s ease-out;
        height: calc(45px * 5 + 30px);
        margin-top: calc(45px * -5 - 30px)
    }

    .offcanvas #navi nav {
        margin-top: 0
    }

    #main_nav {
    }

    #navi li:first-child a span {
        padding-top: 20px;
        height: 60px
    }

    #navi li:last-child a span {
        padding-bottom: 20px;
        height: 60px
    }

    #navi a {
        font-weight: 300;
        font-size: 18px;
        line-height: 40px;
        display: block;
        width: 100%;
        padding: 0 20px
    }

    .offcanvas:not(.offcanvas-transitioning) #navi a:hover {
        background-color: rgba(0,0,0,.4)
    }

    #navi .nav-item {
    }

    #navi .nav-item a span {
        max-width: 980px;
        height: 45px;
        display: block;
        margin: 0 auto
    }

    body.offcanvas #navi {
    }

    #main_nav {
    }

    header .container-fluid {
        padding: 0
    }

    #nav_control {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        padding: 0 20px;
        position: relative
    }

    #hamburger_wrap {
        position: relative;
        max-width: 980px;
        margin: auto;
        position: absolute;
        top: calc(45px * 5 + 23px);
        right: 0
    }

    #nav_control button {
    }

    #scissorburger span {
        display: none
    }

    #scissorburger {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 10;
        display: block;
        text-indent: -2000px;
        color: transparent;
        background-image: url('../img/hamburger_scissors_sprite_blue_35.png');
        background-repeat: no-repeat;
        background-position: 0 -175px;
        width: 35px;
        height: 35px
    }

    @keyframes scissorburger-play {
        0% {
            background-position: 0 0
        }

        100% {
            background-position: 0 -175px
        }
    }

    @keyframes scissorburger-play-reverse {
        0% {
            background-position: 0 -175px
        }

        100% {
            background-position: 0 0
        }
    }

    #scissorburger.ready {
        animation: scissorburger-play .3s steps(5) forwards
    }

    .offcanvas #scissorburger {
        animation: scissorburger-play-reverse .3s steps(5) forwards
    }

    header {
        position: relative
    }

    #quick_contact {
        position: absolute;
        bottom: -50px;
        left: 20px;
        right: 20px;
        z-index: 2
    }

    #quick_contact div {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px
    }

    #quick_contact a {
        font-size: 15px
    }

    #quick_contact .phone-number a {
        font-weight: 500
    }

    #quick_contact .phone-number a:hover {
        text-decoration: none
    }

    #quick_contact .phone-number a::before {
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .4em
    }

    #quick_contact .phone-number a::before:hover {
        text-decoration: none
    }

    .collapseable.open #book_toggle {
        background-color: #333;
        border-color: #333
    }

    .collapseable.open #book_toggle::after {
        content: "\f103";
        font-family: Font Awesome\ 5 Free !important;
        margin-left: .5em;
        font-weight: bold;
        margin-right: 10px
    }

    section.outer {
        position: relative;
        overflow: hidden
    }

    nav,#about,#portal,#product_line,#our_services,#survey,#received,#admin,#locations {
        background-image: url('../img/logo_vertical_light.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center 15%;
        background-color: black
    }

    .ios nav, .ios #about, ios #portal, ios #locations, .ios #product_line, .ios #our_services, .ios #survey {
        background-attachment: scroll
    }

    #main_nav {
        background-color: rgba(0,0,0,.3)
    }

    .secwhite,#hair_gallery,#join_our_team {
        background-image: url('../img/logo_vertical_dark.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center 15%;
        background-color: white;
        color: black
    }

    .ios .secwhite, .ios #hair_gallery, .ios #join_our_team {
        background-attachment: scroll
    }

    .secwhite::after,#hair_gallery::after,#join_our_team::after {
        z-index: 1;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        opacity: 0.92;
        background-color: #FFF
    }

    #product_line::after,#about::after,#portal::after,#locations::after,#our_services::after,#survey:after,#received:after,#admin:after {
        z-index: 1;
        content: "";
        opacity: 0.88;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: black
    }

    section.outer .inner {
        z-index: 5
    }
    #portal,#locations{
        padding-top: 90px;
        min-height: 100vh;
        text-align:center;
    }
    #about {
        padding-top: 90px;
        min-height: 20vh;
    }
    #locations h1,
    #portal h1,
    #about h1 {
        display: block;
        text-indent: -2000px;
        color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 30px;
        background-image: url('../img/logo_horizontal_light_150.png');
        height: 150px;
    }
    #locations h1{
        width:417px;
        height: 150px;
        margin:auto;
        margin-top:-30px;
    }

    #about h2,
    #locations h2,
    #portal h2 {
        text-transform: uppercase;
        font-weight: 200;
        font-size: 22px;
        line-height: 1.3em
    }
    #locations h2{
        margin-top:20px;
    }

    #keune_logo {
        position: relative;
        float: right;
        width: 80px;
        height: 50px
    }

    #coming_soon {
        position: relative;
        float: right;
        width: 120px;
        height: 120px;
        background-color:white;
        /* make round */
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2em;
        color: #000;

    }

    #locations a{
        display:block;
        border: 2px ridge white;
        padding: 15px;
        background-color: rgba(0,0,0,.6);
        color: #FFF;
        margin-bottom: 50px;
        height:300px;
        position:relative;
        text-decoration:none;
    }
    .ios #locations a{
        background-attachment: scroll
    }
    #locations a::before{
        content:"";
        display:block;
        position:absolute;
        background:rgba(0,0,0,.25);
        top:0;
        left:0;
        bottom:0;
        right:0;
        transition:all .3s ease;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        opacity:.7;
    }
    #rw_location a::before{
        background-image: url('../img/splash/stations.jpg');
    }
    #br_location a::before{
        background-image: url('../img/splash/stationsbr.jpg');
    }
    #locations a:hover::before{
        opacity:1;
    }
    #locations a .plaque{
        position:relative;
        border: 1px ridge white;
        padding: 5px;
        text-transform:uppercase;
        background-color:rgba(0,0,0,.6);
    }
    #locations a:hover{
        text-decoration:none;
    }
    #locations a:hover::after{

    }

    #locations a .plaque h3{
    }
    #locations a .plaque h4{
        font-size:1.2em;
        text-transform:none;
    }

    p.notice {
        font-size: 15px;
        margin-bottom: 30px;
        clear: both;
        font-weight: 300
    }

    p.notice::before {
        content: "\f071";
        font-family: Font Awesome\ 5 Free !important;
        margin-right: .25em;
        font-weight: bold;
        margin-right: 10px
    }

    #book_form {
        margin-top: 1.5em;
        clear: both
    }

    #book_form .form-group {
    }

    #book_form .form-actions {
        margin-top: 20px
    }

    #book_form .invalid-feedback {
        color: #000;
        font-weight: 600;
        background-color: #f2df61;
        border-radius: 0 5px 5px 5px;
        padding: 1px 10px;
        margin-bottom: -2px;
        width: auto;
        float: left
    }

    #splash h2, #splash h3 {
        text-shadow: 2px 2px 3px rgba(0,0,0,1)
    }

    #splash h3 {
        font-size: 18px;
        margin-top: 12px;
        line-height: 1.7em;
        font-weight: 200
    }

    .about-content {
        border: 2px ridge white;
        padding: 15px;
        background-color: rgba(0,0,0,.6);
        color: #FFF;
        margin-bottom: 50px;
        margin-top: 50px
    }

    .about-content h3::first-letter {
        text-transform: uppercase;
        font-size: 3em;
        font-weight: 100
    }

    #splash {
        background-color: #000;
        background: url('../img/splash/stations.jpg') no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: top center
    }

    .ios #splash {
        background-attachment: scroll
    }

    #splash .inner {
        position: relative
    }

    #splash .frame {
        margin-left: 20px;
        margin-top: 20px
    }

    .features {
        padding: 0;
        overflow: hidden
    }

    .las-featured-photos {
    }

    .las-featured-photos .feature {
    }

    .las-featured-photos .feature img {
        object-fit: cover;
        width: 100%;
        min-height: 280px
    }

    .features .slick-arrow {
        top: 140px;
        z-index: 10
    }

    .features .slick-next {
        right: 10px
    }

    .features .slick-prev {
        left: 10px
    }

    .secwhite, .secwhite p {
        font-weight: 300
    }

    #product_line .inner {
        min-height: 500px
    }

    #product_line h2, #product_line h3, #product_line h4 {
    }

    #product_line h3 {
        font-size: 16px;
        margin-top: 12px;
        line-height: 1.5em;
        margin-bottom: 50px
    }

    #keune, #oribe {
        background-color: rgba(255,255,255,.1);
        border: 2px ridge white;
        padding: 15px;
        position: relative;
        margin-bottom: 20px
    }
    #keune {
        min-height: 500px;
    }
    #oribe {
        min-height: 200px;
    }
    #keune .story,
    #oribe .story {
        font-size: 18px;
        line-height: 1.7em;
        font-weight: 200
    }
    #keune .story{
        margin-bottom: 180px;
    }
    #oribe .story {
        margin-bottom: 25px;
    }
    #keune .story::first-letter,
    #oribe .story::first-letter{
        text-transform: uppercase;
        font-size: 3em;
        font-weight: 100
    }

    #keune_products_logo,
    #oribe_products_logo{
        width: 150px;
        height: auto;
        float: left;
        margin: 0 1em 1em 0
    }
    #oribe_products_logo {
        width: 120px;
        margin-left:30px;
        margin-right:30px;
    }
    #keune_pics {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }

    #keune_pics .frame {
        margin: 10px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #keune_pics .frame:hover {
        margin: 0
    }

    #keune_pics .frame img {
        height: 120px;
        width: auto;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #keune_pics .frame:hover img {
        height: 140px;
        width: auto
    }

    .ekko-lightbox .modal-dialog {
        box-shadow: none
    }

    .ekko-lightbox .modal-header {
        background: transparent;
        height: 0;
        padding: 0
    }

    .ekko-lightbox .modal-content {
        border: none;
        background: transparent
    }

    .ekko-lightbox .modal-body {
        border: 5px ridge white;
        padding: 0;
        box-shadow: 5px 5px 8px 1px rgba(0,0,0,.6)
    }

    .ekko-lightbox .modal-body .ekko-lightbox-container {
    }

    .ekko-lightbox button.close {
    }

    .ekko-lightbox button.close {
        z-index: 100;
        font-size: 60px;
        font-weight: 500;
        opacity: .9;
        color: #FFF;
        text-shadow: 0 2px 0 #000;
        padding: 0;
        padding-right: 20px;
        padding-top: 10px;
        outline: none
    }

    .modal-open {
        padding-right: 0 !important
    }

    html {
        overflow-y: scroll !important
    }

    #hair_gallery {
        position: relative;
        min-height: calc(60vh + 200px)
    }

    #hair_gallery .inner {
        overflow: visible;
        position: unset
    }

    #hair_gallery h2 {
        position: relative;
        z-index: 10
    }

    #gallery {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 10
    }

    #gallery .slick-dots {
        position: relative;
        margin: 0;
        margin-top: -15px
    }

    .las-slider div.slide {
        position: relative;
        overflow: hidden;
        height: 60vh;
        width: auto;
        border: 2px ridge #fff;
        margin-left: 10px;
        margin-right: 10px
    }

    .las-slider div.slide img {
        height: 100%;
        width: auto
    }

    .slick-dots li button {
        width: 20px;
        height: 20px;
        font-size: 200px;
        border-width: 10px;
        background-color: #EEE;
        text-indent: -5000px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: black 2px 3px 10px
    }

    .slick-dots li {
        margin-left: 10px;
        margin-right: 10px
    }

    li.slick-active button {
        background-color: #4682B4
    }

    .services-header::before {
        content: "\f05a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.5em;
        margin-right: 0.8em;
        position: absolute;
        top: 30px;
        left: 33px
    }

    .services-header p {
        padding-left: 40px;
        font-weight: 300
    }

    .notice-consult {
        font-size: 1.1em
    }

    .notice-costs {
        font-size: .9em;
        font-style: italic
    }

    .services-header,.service-group {
        background-color: rgba(255,255,255,.1);
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 50px;
        border: 2px ridge #FFF;
        height: calc(100% - 30px)
    }

    .services {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0
    }

    .service-group h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .services tr {
    }

    .service th {
        border-bottom: 1px dotted rgba(255,255,255,.2);
        font-weight: 200;
        font-size: 15px;
        margin-top: 1em;
        display: table-cell;
        width: calc(100% - 50px);
        padding-top: 10px;
        padding-bottom: 2px;
        line-height: 1em;
        vertical-align: bottom
    }

    .service td {
        border-bottom: 1px dotted rgba(255,255,255,.2);
        font-weight: 200;
        font-size: 13px;
        display: table-cell;
        vertical-align: bottom;
        min-width: 50px;
        text-align: right
    }

    .service td.more-info {
        line-height: 22px;
        vertical-align: top;
        text-align: left;
        padding-left: 2em
    }

    .service .more-info {
        font-size: .8em
    }

    #book_toggle_services {
        float: right;
        margin-bottom: 20px
    }

    #join_our_team h2 {
        margin-bottom: 10px
    }

    .team-member {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .team .headshot {
        position: relative;
        overflow: hidden;
        height: 218px;
        width: 218px;
        border-radius: 50%;
        background-color: #999;
        box-shadow: 1px 1px 4px rgba(0,0,0,.5);
        margin: auto;
        border: 2px ridge #FFF
    }

    .team .headshot img {
        max-width: 240px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .team-member .name {
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        border-bottom: 1px solid #ddd;
        margin: 10px;
        margin-bottom: 10px;
        padding-bottom: 7px;
        text-transform: uppercase
    }

    .team-member .title {
        font-style: italic;
        font-weight: 400;
        color: #444;
        margin-bottom: 10px
    }

    .team-member .details {
        color: #000;
        font-weight: 300
    }

    #join_our_team .join a {
        margin: 20px auto
    }

    .instagram::before {
        content: "\f16d";
        font-family: "Font Awesome 5 Brands";
        font-weight: 900;
        margin-right: .2em
    }

    .soc-icons {
        position: relative;
        left: -2px;
        margin-right: -30px
    }

    .soc-icons a {
        display: inline-block;
        height: 50px;
        vertical-align: bottom;
        text-align: center;
        margin-right: -5px;
        margin-left: -5px
    }

    .soc-icons a:hover {
        text-decoration: none
    }

    .soc-icons a:hover::before {
        font-size: 1.5em;
        vertical-align: middle;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #icon_fb {
        width: 100px
    }

    #icon_tw {
        width: 80px
    }

    #icon_ig {
        width: 105px
    }

    #icon_yp {
        width: 60px
    }

    #icon_fb::before {
        content: "\f09a";
        font-family: "Font Awesome 5 Brands";
        font-weight: 900;
        margin-right: .2em
    }

    #icon_tw::before {
        content: "\f099";
        font-family: "Font Awesome 5 Brands";
        font-weight: 900;
        margin-right: .2em
    }

    #icon_ig::before {
        content: "\f16d";
        font-family: "Font Awesome 5 Brands";
        font-weight: 900;
        margin-right: .2em
    }

    #icon_yp::before {
        content: "\f1e9";
        font-family: "Font Awesome 5 Brands";
        font-weight: 900;
        margin-right: .2em
    }

    footer h3 {
        font-size: 13px;
        text-transform: uppercase
    }

    footer th,footer td {
        font-weight: 200;
        padding-right: 1em
    }

    footer .contact {
        padding-bottom: 1em
    }

    footer .location {
    }

    footer .location .address {
        display: inline-block
    }

    footer .hours {
        padding-bottom: 2em
    }

    footer .map {
        clear: both
    }

    footer .phone-number {
        margin-top: .5em
    }

    iframe.map {
        width: 50%;
        height: 30vmin;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin: 1em 0;
        width: 100%;
        opacity: 1
    }

    footer .policy {
        margin-bottom: 15px
    }

    footer .policy a {
        font-weight: 300
    }

    footer .policy h4 {
        font-size: 10px;
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 0
    }

    footer .policy p {
        font-size: 10px;
        font-weight: 200;
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 1.2em
    }

    footer .copyright {
        position: relative;
        min-height: 3em
    }

    footer .copyright p {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .modal {
        color: #000
    }

    .modal-content {
        box-shadow: 5px 5px 8px 1px rgba(0,0,0,.6)
    }

    .modal-header {
        background: #DDD;
        text-transform: uppercase
    }

    .modal h1 {
        color: #333;
        font-size: 16px;
        font-weight: 300
    }

    .modal h2 {
        color: #333;
        font-size: 24px;
        font-weight: 300
    }

    .modal h3 {
        color: #333;
        font-size: 18px;
        margin: 35px 0;
        font-weight: 300
    }

    .modal h4 {
        color: #333;
        font-size: 16px
    }

    #policy_modal .modal-dialog {
        min-width: min(95%,1000px)
    }

    .modal-dialog-scrollable {
        display: flex;
        max-height: 95vh
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 95vh;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

    #survey_form .custom-control {
        width: 21px
    }

    #survey_form .rating-group .indicator {
        width: 11px
    }
}

@media only screen and (min-width : 450px) {
}

@media only screen and (min-width : 576px) {
    footer .contact {
        text-align:right
    }

    .about-content {
    }

    .features {
        height: 50vw;
        min-height: 280px
    }

    #survey_form .custom-control {
        width: auto
    }

    #survey_form .rating-group .indicator {
        width: auto
    }
}

@media only screen and (min-width : 768px) {
    #about h2 {
        float:left
    }

    #coming_soon {
        position: absolute;
        right: 0;
        top: 60px;
        height: 100px;
        width: 100px;
    }
    #keune_logo {
        position: absolute;
        right: 0;
        top: 60px;
        width: 100px;
        height: 100px
    }

    .book-button-wrap {
        display: inline-block;
        float: right;
        clear: none
    }

    #navi {
    }

    nav {
        text-align: right;
        position: relative;
        padding: 0
    }

    #navi nav {
        padding: 0;
        background-color: #333;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        height: auto;
        margin-top: auto
    }

    .offcanvas #navi nav {
        margin-top: 0
    }

    #main_nav {
        display: block;
        background: none;
        position: relative;
        margin-left: auto;
        margin-right: 20px;
        max-width: 980px;
        pointer-events: none;
        z-index: 3
    }

    #main_nav a, #main_nav button {
        pointer-events: auto
    }

    #navi li a span {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 30px !important
    }

    #navi a {
        font-size: 15px;
        line-height: 30px;
        display: inline-block;
        width: auto;
        display: inline-block;
        width: auto;
        padding-left: 17px;
        padding-right: 0px;
        margin-top: 12px
    }

    .offcanvas:not(.offcanvas-transitioning) #navi a:hover {
        background-color: transparent
    }

    #navi .nav-item {
        display: inline-block
    }

    #navi .nav-item a span {
        height: 30px;
        display: inline-block;
        margin: 0
    }

    #hamburger_wrap {
        display: none
    }

    header::after {
        z-index: 1;
        content: "";
        opacity: 0.88;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: black
    }

    #about {
        padding-top: 30px
    }

    #quick_contact {
        bottom: 4px
    }

    .about-content {
        height: 280px
    }
}

@media only screen and (min-width : 773px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1040px) {
    #main_nav {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width : 1200px) {
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
}

#survey,#received,#admin {
    min-height: 100vh
}

#survey h1, #received h1 {
    display: block;
    text-indent: -2000px;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-image: url('../img/logo_horizontal_light_150.png');
    height: 120px
}

#admin h1 {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    height: 70px
}

#survey h3 {
}

#survey_form {
    padding: 25px;
    border: 1px solid #333;
    box-shadow: #303030 2px 2px 0;
    margin-top: 25px
}

#survey_form form {
}

#survey_form .rating-group .indicator {
    font-size: 15px;
    margin-top: 3px
}

.form-group, form .rating {
    background-color: rgba(80,80,80,.5)
}

form .rating .form-group {
    background: none
}

.form-group {
    padding-bottom: 10px;
    padding-top: 4px
}

form .rating .form-group {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 2px
}

form .rating {
    padding-top: 10px;
    margin-bottom: 5px
}
