html,
body {
    margin: 0;
    padding: 0;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clearfix {
    clear: both;
}

.under-construction-text {
    margin: 0 0 10px 0;
    text-align: center;
    color: white;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.header {
    position: relative;
    background: #000000;
    z-index: 9999;
}
@media all and (max-width: 720px) {
    .header {
        height: 45px;
        position: fixed;
        width: 100%;
    }
}

.brand-text {
    display: none;
}
@media all and (max-width: 720px) {
    .brand-text {
        display: block;
        margin: 10px 0 8px;
        color: white;
        font-family: "Yanone Kaffeesatz", sans-serif;
        font-weight: 400;
    }
}

@media all and (max-width: 720px){
    .header .mobile-menu {
        display: none;
        padding: 15px 0;
    }
}

.mob-burger {
    display: none;
}

@media all and (max-width: 720px){
    .mob-burger {
        margin-top: 16px;
        display: block;
    }

    .bar {
        display: block;
        height: 2px;
        background: white;
        width: 20px;
        margin-bottom: 3px;
    }
}

.menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media all and (max-width: 720px) {
    .menu {
        position: fixed;
        background: #ffffff;
        top: 45px;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        z-index: 99999;
    }
}

.menu .menu-text {
    display: inline-block;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 25px;
    padding: 10px 0;
}

@media all and (max-width: 720px) {
    .menu .menu-text {
        display: block;
        font-weight: 700;
        margin-right: 0;
        text-align: center;
    }
}

.menu .menu-text:last-of-type {
    margin-right: 0;
}

.menu .menu-text .link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

@media all and (max-width: 720px) {
    .menu .menu-text .link {
        color: black;
    }
}

.menu .menu-text .dropdown {
    position: relative;
}

.menu .menu-text.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 50px;
}

.menu .menu-text.dropdown .dropdown-menu .dropdown-menu-txt {
    display: block;
    padding: 10px 20px;
    background: #AA9144;
    width: 150px;
    color: white;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.red {
    color: red;
}

.flex-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.flex-wrapper.center {
    justify-content: space-around;
}

.flex-wrapper.vertical-center {
    align-items: center;
}

/** Landing Page **/
.main-wrapper-bg {
    background: url("img/DSC_0021.JPG") no-repeat center;
    background-size: cover;
}

.main-content {
    position: relative;
    background: rgba(0,0,0,0.8);
}

.main-content .login-center {
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    height: 270px;
    border-radius: 8px;
    padding: 40px 40px 60px;
    background: #2a2a2a;
}

.login-center .input-label {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1rem;
    color: #AA9144;
}

.login-center .input-ctrl {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #555;
    background: #444;
    width: 100%;
    /**float: left; **/
    color: #999999;
    padding: 0 4px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}

.login-center .input-ctrl:focus {
    outline: none;
    border: 1px solid #AA9144;
}

.login-center .button-ctrl {
    background: #AA9144;
    width: 100px;
    color: white;
    font-size: 1rem;
    border: none;
}

.main-content .mid-center {
    position: absolute;
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.mid-center .branding-wrapper {
    display: block;
    margin: 0 auto;
    width: 15%;
    border: 5px solid #AA9144;
}

.mid-center .branding {
    text-align: left;
    padding: 20px;
}

.mid-center .branding p {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 50px;
    color: #AA9144;
    margin: 0;
}

.branding p.k {
    font-weight: 200;
    line-height: 50px;
}

.branding p.l {
    font-weight: 300;
    line-height: 55px;
}

.branding p.m {
    font-weight: 400;
    line-height: 45px;
}

.deptt {
    margin: 60px 0;
}

.distt {
    padding: 100px 20px;
    background: rgba(170, 145, 68, 0.6);
    text-align: center;
    border-radius: 4px;
}

.salon {
    padding: 100px 20px;
    background: rgba(170, 145, 68, 0.6);
    text-align: center;
    border-radius: 4px;
}

.distt a,
.salon a {
    color: white;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 35px;
    text-decoration: none;
    font-weight: 300;
}

/** End Of Landing Page **/

.big-banner-text-box {
    position: absolute;
    top: 50px;
    background: #000000;
    padding: 60px 35px;
    box-sizing: border-box;
    color: #AA9144;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    z-index: 999;
}

@media all and (max-width: 720px) {
    .big-banner-text-box {
        display: none;
    }
}

.big-banner-text-box .banner-text-l {
    margin: 0;
    font-weight: 300;
    line-height: 30px;
}

.big-banner-text-box .banner-text-r {
    margin: 0;
    font-weight: 400;
    line-height: 45px;
}

.big-banner-text-box .banner-text-b {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 32px;
}

/** Slider **/
#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 550px;
    list-style: none;
}

@media all and (max-width: 720px) {
    #slider ul {
        height: 200px;
    }
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 550px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}

@media all and (max-width: 720px) {
    #slider ul li {
        height: 200px;
    }

    #slider ul li img {
        width: 400px;
        height: auto;
    }
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.6;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

.content {
    background: #000000;
    color: white;
    margin: 0;
}

@media all and (max-width: 720px){
    .content {
        position: relative;
        top: 45px;
    }
}

.content.light {
    background: #111;
}

.section-header {
    margin: 0;
    font-size: 50px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 200;
}

.section-header.inverse {
    color: black;
}

@media all and (max-width: 720px) {
    .section-header {
        font-size: 35px;
    }
}

#about {
    position: relative;
    padding: 100px 0;
}

@media all and (max-width: 720px) {
    #about {
        padding: 0;
    }
}

#about .about-box {
    position: absolute;
    top: -190px;
    padding: 50px 35px;
    width: 254px;
    background: #000000;
}

@media all and (max-width: 720px) {
    #about .about-box {
        position: relative;
        top: 0;
        padding: 20px 0;
    }
}

#about .about-box h3 {
    color: white;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 200;
    font-size: 60px;
    line-height: 15px;
}

@media all and (max-width: 720px) {
    #about .about-box h3 {
        font-size: 50px;
    }
}

#about .about-text p {
    margin-left: 325px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #bbbbbb;
    font-weight: 300;
    font-size: 20px;
}

@media all and (max-width: 720px) {
    #about .about-text p {
        margin-left: 0;
        margin-top: 0;
    }
}

.salon-img {
    height: 400px;
    margin-top: 110px;
    overflow: hidden;
}

@media all and (max-width: 720px) {
    .salon-img {
        margin: 40px 0;
        height: 200px;
    }
}

.salon-img img {
    position: relative;
    top: -180px;
}

@media all and (max-width: 720px) {
    .salon-img img {
        top: 0;
    }
}

#services {
    padding-bottom: 50px;
}

.services-details {
    padding: 50px 0;
}

#services .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;

}

#services .service-name {
    margin: 15px 0 10px;
    font-weight: 200;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-align: center;
    font-size: 35px;
}

#services .service-text {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #bbbbbb;
}

#conclusion {
    position: relative;
    background: url("img/clay-banks-157105.jpg") no-repeat fixed top;
    background-size: cover;
    height: 600px;
}

#conclusion .conclusion-box {
    position: absolute;
    background: #000000;
    padding: 40px 20px;
}

#conclusion .conclusion-box .conclusion-text {
    margin: 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 60px;
    font-weight: 200;
}

#conclusion .conclusion-box p {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 300;
    font-size: 20px;
}

#map {
    /*border-top: 20px;*/
    background: #AA9144;
    padding: 20px 0;
}

#map .call {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 35px;
    color: black;
    margin: 0;
    text-align: center;
}

@media all and (max-width: 720px) {
    #map {
        display: none;
    }
}

.attribution {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: white;
    background: #000000;
    padding: 10px 0;
}

.attribution .attribution-text {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.attribution .attribution-text .link {
    color: #E26A6A;
}

/** Lightbox **/
.grid-2 {
    overflow: hidden;
    height: 200px;
    border-radius: 4px;
}

@media all and (max-width: 720px) {
    .grid-2 {
        margin-bottom: 5px;
    }
}

.img-lb {
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 25px -2px rgba(0,0,0,0.75);
}

.tab-header {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.address-text {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
}