/* Hamburger Menu */
.hamburger-menu {
    display: none;
}
.hamburger {
    position: fixed;
    right: 25px;
    top: 35px;
    overflow: hidden;
    background: rgba(255,255,255,0.8) url("http://i.imgur.com/vKRaKDX.png") center no-repeat;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-size: 90%;
    width: 40px;
    height: 40px;
    outline: none;
    -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
    z-index: 6;
}

.hamburger.expanded {
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    /*background-color: transparent;*/
    /*border: 0;*/
    border-radius: 100%;
    padding: 15px;
}

.menu {
    display: none;
    z-index: 5;
    font-weight:bold;
    font-size: 1em;
    width: 100%;
    background:rgba(157, 212, 206, 0.8);
    position: fixed;
    text-align: center;
    right: 0;
    margin-top: 100px;
}
.menu ul {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    list-style-image: none;
}
.menu li {
    display: block;
    padding:15px 0 15px 0;
    /*border-bottom:#1d1f20 1px solid;*/
}
.menu li:hover{
    display: block;
    background: rgba(157, 212, 206, 1);
    padding:15px 0 15px 0;
}
.menu ul li a {
    text-decoration:none;
    margin: 0px;
    color: #fff;
}

.menu ul li a:hover {
      color: #fff;
      text-decoration:none;
}

.menu a {
    text-decoration:none;
    color:white;
}

/* end of hamburger menu */



@media screen and (max-width: 1020px){
    .staff-page > ul > li > div:nth-child(2){
        max-width: 65% !important;
    }
}

@media screen and (max-width: 737px){
    .order-first{
        order: 1 !important;
        -webkit-order: 1 !important;
    }

    .order-second {
        order: 2 !important;
        -webkit-order: 2 !important;
    }

    .order-third {
        order: 3 !important;
        -webkit-order: 3 !important;
    }


    .contact-us-flex{
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;

        height: auto !important;
        padding: 8px 0;
    }

    .contact-us-flex-item{
        font-size: 20px !important;
        line-height: 25px !important;
    }


    .footer-flex-item{
        width: 95% !important;
    }

    .icon-list .icon {
        width: 85px !important;
        height: 85px !important;
        background-size: 530px 200px !important;
    }

    .fa-facebook{
        background-position: 8px -15px !important;
    }

    .fa-instagram{
        background-position: -61px -15px !important;
    }

    .fa-vimeo{
        background-position: -140px -15px !important;
    }

    .fa-twitter{
        background-position: -217px -10px !important;
    }

    .footer-flex-item > h4{
        text-align: center;
        font-size: 50px;
    }

    ul.word-list > li{
        display: inline-block;
        margin: 25px;
    }

    .icon-list > li {
        margin: 0 25px !important;
    }

    ul.word-list{
        display: table;
        margin: 0 auto;
    }

    ul.credits{
        padding-top: 0 !important;
        margin-top: -25px;
    }

    .calendar-text{
        width: 100% !important;
        margin: 0 !important;
    }

}

@media screen and (max-width: 750px){
    .hamburger-menu {
        display: block !important;
    }

    .regular {
        display: none !important;
    }
    /*.flex-wrapper {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
    }*/
}


@media screen and (max-width: 720px){
    /*.calendar-text{
        width: 100% !important;
    }*/
}

@media screen and (max-width: 640px){
    #about-statement {
        font-size: 16px !important;
        line-height: 30px !important;
        width: 75% !important;
    }

    ul.beyond {
        padding: 0 !important;
    }

    ul.beyond > li {
        width: 90% !important;
    }

    .small_gallery{
        display: inline-block !important;
    }

    .normal_gallery{
        display: none;
    }

    .video-credit{
        font-size: 25px !important;
        /*margin-left: 5px !important;*/
    }

    .staff-page > ul > li > div:nth-child(2){
        width: 95% !important;
        max-width: none !important;
    }

    .staff-page > ul > li{
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;

        justify-content: center !important;
        -webkit-justify-content: center !important;
    }
}

@media screen and (min-width: 640px){
    .icon-list{
        padding: 0;
    }

}

@media screen and (max-width: 590px){
    ul.icon-list > li{
        margin: 0 3px !important;
    }

    .grey-border{
        margin-bottom: -25px !important;
        background-position: -5px 0px !important;
        height: 55px !important;
    }
}

@media screen and (max-width: 480px){
    .about-spiel{
        width: 90% !important;
        text-align: center !important;
        margin-top: 400px !important;
    }

    #down_button{
        margin-top: 504px !important;
    }

    .calendar-content{
        margin: 140px auto !important;
        width: 96% !important;
        padding: 5px 12px !important;
    }

    .calendar-content > p {
        padding: 15px;
    }

}

@media screen and (max-width: 450px){
    ul.word-list > li {
        margin: 15px !important;
    }

    ul.categories.staff {
        padding: 0 !important;
    }

    ul.categories.staff li a img {
        width: 150px !important;
        height: 150px !important;
    }

    ul.categories.staff li p {
        width: 150px !important;
    }

    ul.smaller {
        padding: 0 !important;
    }

    ul.smaller li a img {
        width: 100px !important;
        height: 100px !important;
    }

    ul.smaller li p {
        width: 100px !important;
    }

    .salon_logo img{
        width: 200px !important;
        height: 80px !important;
    }

    .hamburger {
        top: 25px !important;
    }

    .grey-border{
        background-position: -5px 10px !important;
    }

    /*ul.categories li p {
    width: 150px !important;
}

ul.categories li a img{
max-width: 150px !important;
height: 150px !important;
}*/
}

@media screen and (max-width: 380px){
    ul.word-list > li {
        margin: 5px !important;
    }

    ul.word-list {
        line-height: 15px !important;
    }

    ul.credits {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 320px){
    ul.icon-list > li {
        margin: 0 25px !important;
    }

    #about-statement {
        font-size: 14px !important;
        line-height: 24px !important;
        width: 85% !important;
    }
}