.section {
    background-size: cover;
    background-position: center;
}

.sectionNameImage {
    position: absolute;
    max-width: 10vw;
    top: 30px;
    left: 30px;
}

input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sectionImage {
    position: absolute;
    max-height: 70vh;
    max-width: 30vw;
    bottom: 0px;
    left: 0px;
}

.teamImage {
    height: 400px;
    width: 650px;
}

    .teamImage img {
        height: 360px;
    }

    .teamImage span img {
        height: 15px;
    }

.teamDescription {
    height: 400px;
    width: 650px;
}

    .teamDescription span img {
        height: 15px;
    }

    .teamDescription .teamDescriptionText {
        height: 300px;
    }

.teamMember {
    height: 400px;
    width: 650px;
}

    .teamMember .teamMemberImage {
        height: 300px;
    }

        .teamMember .teamMemberImage img {
            max-height: 300px;
        }

            .teamMember .teamMemberImage img.pic {
                max-width: 40%;
                top: 50%;
                position: relative;
                transform: translateY(-50%);
            }

            .teamMember .teamMemberImage img.desc {
                max-width: 57%;
                margin-left: 3%;
            }

    .teamMember span img {
        height: 15px;
    }

.bigOrderText1Hover {
    width: 30px;
    opacity: 0;
    margin-bottom: -7px;
}

.bigOrderText:hover .bigOrderText1Hover {
    opacity: 1;
}

.galleryTap {
    height: 50px;
    display: block;
}

.galleryTapHover {
    height: 50px;
    display: none;
}

.capt11:hover .galleryTap {
    display: none;
}

.capt11:hover .galleryTapHover {
    display: block;
}

.sectionImageHover {
    display: none;
}

.sectionImageHoverDiv:hover .sectionImage {
    display: none;
}

.sectionImageHoverDiv:hover .sectionImageHover {
    display: block;
}

.home2LinkIconHover {
    display: none;
    max-width: 150px;
}

.homeLink2:hover .home2LinkIcon {
    display: none;
}

.homeLink2:hover .home2LinkIconHover {
    display: block;
}

.inputGray:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.homeLinkIconHover {
    display: none;
    max-width: 150px;
}

.homeLink:hover .homeLinkIcon {
    display: none;
}

.homeLink:hover .homeLinkIconHover {
    display: block;
}

.menuLinkIconHover {
    display: none;
    max-width: 150px;
}

.menuLink:hover .menuLinkIcon {
    display: none;
}

.menuLink:hover .menuLinkIconHover {
    display: block;
}

.contactButtonHover {
    display: none;
}

.contactButtonDiv:hover .contactButton {
    display: none;
}

.contactButtonDiv:hover .contactButtonHover {
    display: block;
}

.subsButtonHover {
    display: none;
}

.subsButtonDiv:hover .subsButton {
    display: none;
}

.subsButtonDiv:hover .subsButtonHover {
    display: block;
}


.teamImage.positionText1 > div {
    text-align: right;
}

.teamImage.positionText2 > div {
    text-align: left;
}

#carousel-left {
    display: none;
}

#carousel-right {
    display: none;
}


.imageDiv {
    width: 50vw;
    height: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.teamMemberImage img {
    text-align: left;
    vertical-align: top;
}

.teamImage > img {
    max-width: 100%;
}

.teamText {
    float: left;
    width: 20vw;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: -25px 2.5vw 0 2.5vw;
    opacity: 0;
}

span.prev.black {
    padding: 15px 15px 15px 0px;
}

span.next.black {
    padding: 15px 0px 15px 15px;
}

.bigOrderText1 {
    margin-top: 20px;
}

    .bigOrderText1 span {
        opacity: 0.3;
    }

.capt11 span {
    vertical-align: top;
    opacity: 0.5;
}

.teamText1 {
    text-align: right;
}

.teamText2 {
    text-align: left;
}

.descDiv {
    width: 50vw;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bulkImage1 {
    display: block;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}

.bulkImage2 {
    display: none;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}


.bulkImage3 {
    display: none;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}

#carousel2 {
    height: 280px;
}

.formDiv {
    max-width: 350px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.emailInput {
    border: 1px solid #FBB040;
    width: 100%;
    display: block !important;
    padding: 10px;
    min-width: 350px;
    font-family: 'BRANDON_REG';
    font-size: 20px;
}

.subsButton {
    width: 150px;
    float: right;
    position: relative;
    transform: translateX(50%);
    margin-top: 10px;
    cursor: pointer;
}

.subsButtonHover {
    width: 150px;
    float: right;
    position: relative;
    transform: translateX(50%);
    margin-top: 10px;
    cursor: pointer;
}

.contactSuccess input {
    height: 100px;
}

.contactSuccess {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.subcribeSuccess input {
    height: 100px;
}

.subcribeSuccess {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

div#fp-nav {
    display: none;
}

.subcribeBox {
    padding-top: 20px;
}

.contactDiv {
    max-width: 50vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 380px;
}


.contactButton {
    float: right;
    position: relative;
    height: 45px;
    margin-top: 10px;
    margin-right: -20px;
    cursor: pointer;
}

.contactButtonHover {
    float: right;
    position: relative;
    height: 45px;
    margin-top: 10px;
    margin-right: -20px;
    cursor: pointer;
}

.home2LinkIcon {
    max-width: 150px;
}

.homeLink2 {
    position: fixed;
    top: 30px;
    right: 30px;
}

.inputGray {
    min-width: 350px;
    margin-top: -1px;
    color: rgba(0,0,0,0.5);
    width: calc(100% - 20px);
    display: block !important;
    padding: 10px;
    font-family: 'BRANDON_REG';
    font-size: 20px;
    border: none;
}

.subscribeLetter {
    font-family: 'BRANDON_REG';
    font-size: 20px;
    padding: 0 10px;
}

textarea.inputGray {
    min-height: 100px;
    border-radius: 0;
}

.contactDiv:hover td {
    border-color: black;
}

.subcribeBox:hover .emailInput {
    border-color: black;
}

.homeLink {
    position: fixed;
    top: 30px;
    right: 30px;
}

.menuLink {
    position: fixed;
    bottom: 0px;
    right: 30px;
}

input:focus {
    outline: none !important;
}

.homeLinkIcon {
    max-width: 150px;
}

.menuLinkIcon {
    max-width: 150px;
    position: fixed;
    bottom: 0px;
    right: 30px;
}

.cycle-slideshow {
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
    width: 650px;
}
.tab_wrapper {
    font-family: 'BRANDON_REG';
    max-height: calc(100% - 50px);
}

    .tab_wrapper > ul li {
        font-family: 'SummerHearts-Regular';
        font-size: 20px;
    }

        .tab_wrapper > ul li:hover {
            font-family: 'SummerHearts-Regular';
            font-size: 20px;
            color: black;
        }

        .tab_wrapper > ul li.active {
            color: #FBB040;
            font-size: 20px;
        }

            .tab_wrapper > ul li.active:hover {
                color: #FBB040;
                font-size: 20px;
            }

    .tab_wrapper h2 {
        font-family: 'BRANDON_MED';
        font-size: 20px;
    }

.teamImage {
    font-family: 'SummerHearts-Regular';
    color: #FBB040;
    font-size: 20px;
}

.teamDescription {
    font-family: 'SummerHearts-Regular';
    color: #FBB040;
    font-size: 20px;
}

.teamMember {
    font-family: 'SummerHearts-Regular';
    color: #FBB040;
    font-size: 20px;
}

.teamImage:hover {
    color: black;
}

.positionTextName {
    color: black;
    margin-top: 20px;
}

.teamImage:hover .positionTextName {
    color: #FBB040;
}

.teamText {
    font-family: 'BRANDON_REG';
    font-size: 20px;
}

.bigOrderText {
    font-family: 'BRANDON_REG';
    font-size: 20px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    left: 50%;
}

.capt11 {
    text-align: left;
    font-family: 'BRANDON_REG';
    font-size: 20px;
    margin: 0 auto;
    width: 250px;
    white-space: nowrap;
}

.carousel-left {
    display: none;
}

.carousel-right {
    display: none;
}

.section {
    overflow: hidden;
}


.displayed {
    opacity: 1 !important;
}

.clicked {
    opacity: 1 !important;
}

#carousel-left2 {
    position: absolute;
    top: 250px;
    left: 180px;
    cursor: pointer;
    background-image: url(/imagegen.ashx?image=/media/ArrowLeft.png);
    width: 12px;
    height: 20px;
    z-index: 10;
}

#carousel-left2 {
    display: none;
}

#carousel-right2 {
    position: absolute;
    top: 250px;
    right: 180px;
    cursor: pointer;
    background-image: url(/imagegen.ashx?image=/media/ArrowRight.png);
    width: 12px;
    height: 20px;
    z-index: 10;
}

#carousel-right2 {
    display: none;
}

.yellow {
    color: #FBB040;
}

.black {
    color: black;
}

.rotateHover {
    animation: all linear 1s;
    max-height: 300px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

    .rotateHover:hover {
        transform: rotate(10deg) translateY(-50%);
        top: 50%;
        position: relative;
    }

.teamImage {
    font-family: 'BRANDON_REG';
}

.teamMember {
    font-family: 'BRANDON_REG';
}

.teamDescription {
    font-family: 'BRANDON_REG';
}

table {
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
}

.contactDiv table {
    line-height: initial;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

    .contactDiv table td {
        border: 1px solid #FBB040;
        border-radius: 0;
    }

td {
    max-width: 170px;
}

.teamImageDiv {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 769px) {
    table {
        line-height: 21px;
        margin: 0 auto;
        text-align: center;
    }

    .contactButton {
        margin-right: 0px;
    }

    .contactButtonHover {
        margin-right: 0px;
    }

    .contactDiv table {
        line-height: initial;
        width: 100%;
        margin-top: 0px;
        text-align: left;
        border-collapse: collapse;
    }

        .contactDiv table td {
            border: 1px solid #FBB040;
            border-radius: 0;
        }

    .home2LinkIcon {
        max-width: 20vw;
    }

    .carousel-caption strong {
        font-size: 20px;
    }

    .teamImageDiv {
        width: 100%;
        height: 55vw;
        margin-bottom: 5vw;
        background-position: center;
        background-size: cover;
    }

    table.contactDiv {
        line-height: initial;
        margin-top: 0px;
        text-align: left;
    }

        table.contactDiv td {
            border: 1px solid #FBB040;
            border-radius: 0;
        }

    .home2LinkIconHover {
        max-width: 20vw;
    }

    .homeLinkIcon {
        max-width: 20vw;
    }

    .homeLinkIconHover {
        max-width: 20vw;
    }

    .section {
        overflow: hidden;
        background-position: top left;
        background-size: contain;
    }

    .sectionNameImage {
        position: absolute;
        max-height: 15vh;
        max-width: 20vw;
        top: 30px;
        left: 20px;
    }

    .homeLink {
        position: fixed;
        top: 30px;
        right: 20px;
    }

    .homeLink2 {
        position: fixed;
        top: 30px;
        right: 20px;
    }

    .sectionImage {
        display: none;
    }

    .menuLink {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .menuLinkIcon {
        max-width: 28vw;
        position: fixed;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .tab_wrapper {
        margin-top: 10px;
    }

        .tab_wrapper .content_wrapper .tab_content {
            padding: 0px 0px;
        }

    .descDiv {
        width: 100vw;
    }

    .imageDiv {
        width: 100vw;
    }

    .teamImage {
        width: 90vw;
        margin: 0 5vw;
    }

    .teamText {
        width: 90vw;
        margin: 0 5vw;
    }

    .bulkImage1 {
        max-width: 100vw;
    }

    .bulkImage2 {
        max-width: 100vw;
    }

    .bulkImage3 {
        max-width: 100vw;
    }

    .capt11 {
        display: none !important;
    }

    .capt12 {
        display: none;
    }

    .contactDiv {
        width: 90vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 90vw;
    }

    .inputGray {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 0px;
        min-width: 0;
        border-radius: 0;
        border: none;
    }

    div {
        margin: 0px;
        padding: 0px;
    }

    .menuLinkIconHover {
        display: none;
        max-width: 28vw;
        position: fixed;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .formDiv {
        width: 90vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 90vw;
    }

    .emailInput {
        border: 1px solid black;
        width: 100%;
        display: block !important;
        padding: 10px;
        max-width: 350px;
        min-width: 0px;
    }

    .subsButton {
        width: 150px;
        float: right;
        position: relative;
        transform: none;
    }

    .emailInput {
        border: 1px solid #FBB040;
        width: calc(100% - 20px);
        display: block !important;
        padding: 10px;
        max-width: 350px;
        border-radius: 0px;
        box-shadow: none;
        text-shadow: none;
    }

    .subsButtonHover {
        transform: translateX(0%);
    }

    .sectionImage1 {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90vw;
        max-width: 70vw;
        margin: 0 auto;
        transform: translate(-50%, -50%);
    }

    .sectionImageHover {
        display: none;
    }

    sectionImageHoverDiv:hover .sectionImage1 {
        display: none;
    }

    sectionImageHoverDiv:hover > .sectionImageHover {
        display: block;
    }


    .teamImage img {
        max-width: 100%;
    }

    .bulkImage1 {
        height: 110px;
    }

    .bulkImage2 {
        height: 110px;
    }

    .bulkImage3 {
        height: 110px;
    }

    .teamImage {
        top: 35%;
        transform: translateY(0%);
    }

    .teamText {
        top: 35%;
        transform: translateY(0%);
        position: absolute;
    }

    .bigOrderText1 {
        margin-top: 20px;
        font-size: 14px;
    }

    .displayed {
        opacity: 1 !important;
    }

    .clicked2 {
        opacity: 0.5 !important;
    }

    .clicked {
        opacity: 0 !important;
    }

    .teamText1 {
        text-align: left;
    }

    .teamImage {
        height: 75vw;
        width: 90vw;
        margin-top: 10%;
    }

        .teamImage img {
            height: 60vw;
        }

    .teamDescription {
        height: 75vw;
        width: 90vw;
        margin-top: 10%;
    }

        .teamDescription .teamDescriptionText {
            height: 60vw;
            width: 90vw;
            overflow: scroll;
        }

    .teamMember {
        height: 75vw;
        width: 90vw;
        margin-top: 10%;
    }

        .teamMember .teamMemberImage {
            height: 55vw;
        }

            .teamMember .teamMemberImage img {
                width: 50vw;
            }

    .cycle-slideshow {
        margin-top: 0px;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
