﻿
/*RESPONSIVE*/
/* Small devices (small phones, 768px and up) */

.page_about {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-family: OpSans;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    color: #464646;
}

.section_title {
    display: block;
    font-family: OpSansBold;
    font-size: 18px;
    color: #e2007a;
    padding-bottom: 6px;
}


/*PRICE LIST TABLE*/
.price_column {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
    border-left: 1px dotted #e2e2e2;
    height: auto;
    min-height: 500px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
}

.price_column_title {
    font-family: OpSansBold;
    font-size: 20px;
    color: #e2007a;
    display: block;
    position: relative;
}

.price_column_subtitle {
    font-family: OpSansBold;
    font-size: 15px;
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price_column_button {
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e2007a;
    color: #fff;
    font-family: OpSansBold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .price_column a {
        text-decoration: none;
    }


.team_box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

    .team_box a {
        text-decoration: none;
        color: #464646;
    }

.team_box1, .team_box2, .team_box3, .team_box4, .team_box5 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}

    .team_box1 img, .team_box2 img, .team_box3 img, .team_box4 img, .team_box5 img {
        width: 386px;
    }

.team_box_text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: OpSans;
    font-size: 26px;
    line-height: 100%
}

    .team_box_text span {
        font-size: 20px;
        line-height: 20px;
    }

.contact_box {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: auto;
    box-sizing: border-box;
    border-left: 1px dotted #3a3a3a;
    margin-top: 6px;
    padding-left: 6px;
    margin-bottom: 20px;
}

    .contact_box a {
        font-family: OpSansBold;
        color: #e2007a;
    }


#contact_text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 48%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 0;
}

    #contact_text a {
        text-decoration: none;
        font-family: OpSansBold;
        color: #e2007a;
    }

    #contact_text table {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #contact_text td {
        text-align: left;
        width: auto;
        height: 30px;
        padding-left: 0;
        margin-left: 0;
    }

.contact_textbox {
    width: 90%;
}

    .contact_textbox::-moz-placeholder {
        font-size: 10px;
    }
    .contact_textbox::-webkit-input-placeholder {
        font-size: 10px;
    }
    .contact_textbox::-ms-input-placeholder {
        font-size: 10px;
    }

#contact_other_note {
    position: relative;
    top: 10px;
    right: 20px;
    float: right;
    width: 70%;
    height: 110px;
    margin-top: -12px;
    z-index: 99;
}

#contact_picture {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
}

.contact_wrgirl_namebox {
    font-family: OpSans;
    font-size: 16px;
    color: #464646;
    text-align: center;
}

    .contact_wrgirl_namebox span {
        font-size: 18px;
    }
    .contact_wrgirl_namebox a {
        font-family: OpSansBold;
        font-size: 12px;
        text-decoration: none;
        color: #e2007a;
    }

/* Medium devices (phones, tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .page_about {
        left: 50%;
        width: 820px;
        margin-left: -410px;
        font-size: 13px;
    }

    .team_box {
        min-height: 480px;
    }

    .team_box1, .team_box2, .team_box3, .team_box4, .team_box5 {
        position: absolute;
        width: 180px;
        margin-bottom: 0;
    }

    .team_box1 {
        left: 50%;
        margin-left: -90px;
        top: 20px;
        z-index: 99;
    }

    .team_box2 {
        left: 10%;
        top: 50px;
        z-index: 99;
    }

    .team_box3 {
        left: unset;
        right: 10%;
        top: 50px;
        z-index: 99;
    }

    .team_box4 {
        left: 25%;
        top: 230px;
    }

    .team_box5 {
        left: unset;
        right: 25%;
        top: 230px;
    }

    .team_box1 img, .team_box2 img, .team_box3 img, .team_box4 img, .team_box5 img {
        width: 180px;
    }

    .team_box_text {
        font-size: 16px;
        line-height: 110%;
    }

        .team_box_text span {
            font-size: 13px;
            line-height: 100%;
        }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .page_about {
        width: 1000px;
        margin-left: -500px;
        font-size: 13px;
    }

    .section_title {
        font-size: 20px;
    }

    .price_column {
        width: 290px;
    }
}
