/* HEADER */
div.header {
    height: 300px;
    width: 100%;
    background: #E6D3B5;
}

div.header > img {
    height: 150px;
}

@media only screen and (max-width: 960px) {
    div.header {
        height: auto;
        padding: 20px;
    }

    div.header > img {
        height: auto;
        width: 70%;
    }
}

/*------------------------------------------
------------------ MENU --------------------
------------------------------------------*/
div.menu {
    height: auto;
    width: 100%;
    padding: 40px;
    background: white;
}

div.menu-item {
    padding: 0 50px;
    background: white;
    z-index: 2;
}

div.menu-item > a {
    display: block;
    padding: 10px 20px;
    font-family: 'ProximaNovaLight';
    font-size: 18px;
    color: #1B2B45;
    letter-spacing: 1px;
    text-decoration: none;
}

div.menu-item > a:hover {
    color: #E6D3B5;
}

div.menu-bar {
    display: block!important;
    height: 0;
    width: calc(100% - 100px);
    border: 2px solid #E6D3B5;
    z-index: 1;
}

span.menu-mobile {
    color: #1B2B45;
}

a.menu-mobile-dropdown {
    display: block;
    margin: 5px;
    font-family: 'ProximaNovaLight';
    font-size: 14px;
    color: #1B2B45;
    letter-spacing: 1px;
    text-decoration: none;
}

/*------------------------------------------
------------------ INTRO -------------------
------------------------------------------*/
div.intro {
    height: auto;
    width: 100%;
    padding-bottom: 50px;
    background: white;
}

div.intro-title {
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding-left: 100px;
}

div.intro-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.intro-subtitle {
    height: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
    padding-left: 100px;
}

div.intro-subtitle > span {
    font-family: 'CambriaZ';
    font-size: 25px;
    line-height: 30px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.intro-desc {
    height: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    padding-left: 100px;
}

div.intro-desc > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.intro-img {
    height: 300px;
    width: 80%;
    margin-top: 50px;
    background-image: url("../img/jpg/about-us.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p.intro-desc {
    margin-top: 50px;
    padding-right: 50px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    div.intro-title {
        margin-top: 30px;
        padding: 0 20px;
    }

    div.intro-title > span {
        font-size: 20px;
    }

    div.intro-subtitle {
        margin-top: 10px;
        padding: 0 20px;
    }

    div.intro-subtitle > span {
        font-size: 16px;
        line-height: 20px;
    }

    div.intro-desc {
        margin-top: 30px;
        padding: 0 20px;
    }

    div.intro-desc > span {
        font-size: 14px;
    }

    div.intro-img {
        height: 100px;
        width: 100%;
        margin-top: 30px;
    }

    p.intro-desc {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 14px;
    }
}

/*------------------------------------------
----------------- MISSION ------------------
------------------------------------------*/
div.mission-img {
    height: 300px;
    width: 100%;
    background-image: url("../img/jpg/our-missions.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.mission-title {
    height: auto;
    width: 100%;
    padding-left: 100px;
}

div.mission-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #E6D3B5;
    letter-spacing: 1px;
}

div.mission-subtitle {
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 100px;
}

div.mission-subtitle > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
}

div.mission-focus {
    height: auto;
    width: 100%;
    padding: 100px;
    background: white;
}

div.mission-focus-title {
    height: auto;
    width: 100%;
}

div.mission-focus-title > span {
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.mission-focus-desc {
    height: auto;
    width: 100%;
}

div.mission-focus-desc > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.mission-focus-bar {
    height: 0;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #E6D3B5;
}

@media only screen and (max-width: 960px) {
    div.mission-img {
        height: 150px;
    }

    div.mission-title {
        margin-top: 10px;
        padding: 0 20px;
    }

    div.mission-title > span {
        font-size: 25px;
    }

    div.mission-subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    div.mission-subtitle > span {
        font-size: 16px;
    }

    div.mission-focus {
        padding: 50px 0 0 0;
    }

    div.mission-focus-item {
        padding: 20px;
    }

    div.mission-focus-title > span {
        font-size: 14px;
    }

    div.mission-focus-desc > span {
        font-size: 14px;
    }

    div.mission-focus-item-background {
        background: #EAEAEA;
    }
}

/*------------------------------------------
---------------- SERVCICES -----------------
------------------------------------------*/
div.services {
    height: auto;
    width: 100%;
    padding: 50px 0;
    background: white;
}

div.services-title {
    height: auto;
    width: 100%;
    padding-left: 100px;
}

div.services-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.services-subtitle {
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 100px;
}

div.services-subtitle > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.services-grid {
    padding: 0 50px;
}

div.service-box {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}

div.service-box-margin {
    margin-top: 50px;
}

div.service-box-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

div.service-box-title {
    margin-top: 20px;
}

div.service-box-title > span {
    display: block;
    margin-left: 30px;
    font-family: 'ProximaNovaBold';
    font-size: 25px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.service-box-hover {
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

div.service-box-list {
    display: none;
    height: 100%;
    width: 100%;
    padding-left: 10%;
    background: rgba(230,211,181,0.8);
}

div.service-box-list-title {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1B2B45;
}

div.service-box-list-title > span {
    font-family: 'ProximaNovaBold';
    font-size: 25px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.service-box-list-item {
    height: auto;
    width: 100%;
    margin-bottom: 5px;
}

div.service-box-list-item > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    div.services {
        padding: 0 0 50px 0;
    }

    div.services-title {
        padding: 0 20px;
    }

    div.services-title > span {
        font-size: 25px;
    }

    div.services-subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    div.services-subtitle > span {
        font-size: 16px;
    }

    /* ACCORDION */
    div.service-accordion {
        margin: 0!important;
    }

    div.service-accordion-title {
        height: 100px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        cursor: pointer;
    }

    div.service-accordion-overlay {
        height: 100%;
        width: 100%;
        background: rgba(230,211,181,0.8);
    }

    div.service-accordion-overlay span {
        font-family: 'ProximaNovaBold';
        font-size: 14px;
        color: #1B2B45;
        letter-spacing: 1px;
    }

    div.service-accordion-content {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    div.service-accordion-item {
        height: auto;
        width: 100%;
        margin-bottom: 5px;
    }

    div.service-accordion-item > span {
        font-family: 'ProximaNovaRegular';
        font-size: 14px;
        color: #1B2B45;
        letter-spacing: 1px;
    }

    .uk-accordion-title::after { /* REMOVE THE + */
        display: none;
    }
}

/*------------------------------------------
------------------ WHY ---------------------
------------------------------------------*/
div.why {
    height: auto;
    width: 100%;
    background: white;
}

div.why-title {
    height: auto;
    width: 100%;
    max-width: 600px;
    padding-left: 100px;
}

div.why-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.why-features {
    height: auto;
    width: 100%;
    padding: 100px;
}

div.why-features-item img {
    height: 30px;
    margin-bottom: 30px
}

div.why-features-title {
    height: auto;
    width: 100%;
}

div.why-features-title > span {
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.why-features-desc {
    height: auto;
    width: 100%;
}

div.why-features-desc > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.why-features-bar {
    height: 0;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #E6D3B5;
}

@media only screen and (max-width: 960px) {
    div.why-title {
        padding: 0 20px;
    }

    div.why-title > span {
        font-size: 25px;
    }

    div.why-features {
        padding: 30px 0 20px 0;
    }

    div.why-features-item img {
        height: 20px;
        margin-bottom: 20px
    }

    div.why-features-item {
        padding: 20px;
    }

    div.why-features-item-background {
        background: #EAEAEA;
    }

    div.why-features-title > span {
        font-size: 14px;
    }

    div.why-features-desc > span {
        font-size: 14px;
    }
}

/*------------------------------------------
------------- MEMBERHSHIP ------------------
------------------------------------------*/
div.membership {
    height: auto;
    width: 100%;
    padding: 100px 100px 100px 0;
    background: white;
}

div.membership-title {
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding: 0 100px;
}

div.membership-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.membership-desc {
    height: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    padding: 0 100px;
}

div.membership-desc > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.membership-box {
    height: auto;
    width: 70%;
    min-width: 300px;
    margin: 30px 0 0 30px;
    padding: 250px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
    box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
}

div.membership-price {
    height: auto;
    width: 250px;
}

div.membership-price > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.membership-length {
    height: auto;
    width: 250px;
    margin-top: 30px;
    padding-bottom: 50px;
}

div.membership-length > span {
    display: block;
    margin: 0 10px;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
    cursor: pointer;
}

div.membership-length > span.uk-active {
    padding-bottom: 5px;
    border-bottom: 2px solid #E6D3B5;
    color: #E6D3B5;
}

div.membership-box-desc {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20%;
}

div.membership-box-desc > span {
    font-family: 'ProximaNovaRegular';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.membership-box button {
    height: 60px;
    width: 100%;
    background: #E6D3B5;
    border: 0;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
    cursor: pointer;
}

div.membership-frame {
    height: 250px;
    width: 300px;
    border: 4px solid #E6D3B5;
}

@media only screen and (max-width: 960px) {
    div.membership {
        padding: 0;
    }

    div.membership-title {
        margin-top: 50px;
        padding: 0 20px;
    }

    div.membership-title > span {
        font-size: 25px;
    }

    /* MOBILE */
    div.membership-mobile {
        height: auto;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px 50px 20px;
    }

    img.membership-mobile-stripe {
        width: 200px;
        z-index: 0;
    }

    div.membership-mobile-box {
        position: relative;
        height: auto;
        width: 100%;
        padding: 20px;
        background: white;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
        -moz-box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
        box-shadow: 0px 0px 7px 0px rgba(80,80,80,0.5);
        z-index: 2;
    }

    div.membership-mobile-frame {
        height: 250px;
        width: 100%;
        border: 2px solid #E6D3B5;
        border-radius: 3px;
    }

    div.membership-mobile-price {
        height: auto;
        width: 100%;
    }

    div.membership-mobile-price > span {
        font-family: 'CambriaZ';
        font-size: 40px;
        color: #1B2B45;
        letter-spacing: 1px;
    }

    div.membership-mobile-length {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }

    div.membership-mobile-length > span {
        display: block;
        margin: 0 10px;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        color: #1B2B45;
        letter-spacing: 1px;
        cursor: pointer;
    }

    div.membership-mobile-length > span.uk-active {
        padding-bottom: 5px;
        border-bottom: 2px solid #E6D3B5;
        color: #E6D3B5;
    }

    div.membership-mobile-desc {
        height: auto;
        width: 100%;
        margin: 50px 0;
    }

    div.membership-mobile-desc > span {
        font-family: 'ProximaNovaRegular';
        font-size: 14px;
        color: #1B2B45;
        letter-spacing: 1px;
    }

    button.membership-mobile-button {
        height: 60px;
        width: 100%;
        background: #E6D3B5;
        border: 0;
        font-family: 'ProximaNovaBold';
        font-size: 14px;
        color: #1B2B45;
        letter-spacing: 1px;
        cursor: pointer;
    }
}

/*------------------------------------------
----------------- STRIPES ------------------
------------------------------------------*/
img.stripes-1 {
    height: auto;
    width: 200px;
}

img.stripes-2 {
    height: auto;
    width: 150px;
}

@media only screen and (max-width: 960px) {
    img.stripes-1 {
        width: 50px;
    }

    img.stripes-2 {
        width: 50px;
        margin-top: 100px;
    }
}
