/*Coco Idea Person Module*/

.coco_idea_person_module .et_pb_button_module_wrapper a.et_pb_button:hover:before {
    width: 100% !important;
}

.coco_idea_person_module .et_pb_slider .et_pb_slide {
    padding: 0 !important;
}

.coco_idea_person_module .et_pb_slider .et_pb_slide .et_pb_container {
    height: auto !important;
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.coco_idea_person_module .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    display: block !important;
}

.coco_idea_person_module .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_image img {
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    animation: none;
}

.coco_idea_person_module .et_pb_slider .et_pb_slide .et_pb_slide_content p:not(:last-child) {
    padding-bottom: 25px !important;
}

.coco_idea_person_module .et-pb-controllers {
    position: static;
    display: block;
    float: left;
    width: 34%;
    margin-left: 50.6%;
    overflow: hidden;
    padding-bottom: 30px;
}

.coco_idea_person_module .et-pb-controllers a .dots_image {
    background-size: cover;
    background-position: center;
    width: 69%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1px;
}

.coco_idea_person_module .et-pb-controllers a .dots_image:after {
    content: "";
    display: block;
    height: 5px;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: #ff4364;
    transition: 0.3s;
}

.coco_idea_person_module .et-pb-controllers a:hover .dots_image:after,
.coco_idea_person_module .et-pb-controllers a.et-pb-active-control .dots_image:after {
    width: 100%;
}

.coco_idea_person_module .et-pb-controllers a {
    position: relative;
    display: block;
    height: 68px;
    border-radius: 0 !important;
    float: left;
    margin: 0;
    background-color: transparent !important;
}

.coco_idea_person_module .slide_bottom_box {
    background-color: #2b2b33;
    float: left;
    width: 100%;
    padding: 36px 0 0;
    position: relative;
}

.coco_idea_person_module .et_pb_slider .slider_number .slider_active_number {
    font-size: 57px;
    color: #fff;
    font-weight: 600;

    margin-right: 10px;
}

.coco_idea_person_module .et_pb_slider .slider_number {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    display: block;
    float: right;
    margin-top: 19px;
    margin-right: 3.5%;

}

.coco_idea_person_module .et-pb-controllers .slide_dots {
    transition: 0.3s;
}

.coco_idea_person_module .et-pb-slider-arrows {
    position: absolute;
    left: 32px;
    z-index: 99;
    margin-left: 39%;
    top: 53%;
    transform: translate(0, -50%);
}

.coco_idea_person_module .et-pb-slider-arrows a:before {
    color: #bbd6d6 !important;
}

.coco_idea_person_module .et-pb-slider-arrows a.et-pb-arrow-prev {
    margin-bottom: 8px !important;
}

.coco_idea_person_module .et-pb-slider-arrows a:hover {
    background-color: #ff4364;
}

.coco_idea_person_module .et-pb-slider-arrows a {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    margin: 0 !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 32px;
    padding: 7px;
}

/*Coco Tall Person Module*/

.coco_tall_person_module .et_pb_team_member .et_pb_team_member_image {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
    transition: 0s;
}

.coco_tall_person_module .et_pb_team_member .et_pb_team_member_image img {
    display: block !important;
    width: 100% !important;
}

.coco_tall_person_module .et_pb_team_member:last-child {
    margin-right: 0 !important;
}

.coco_tall_person_module .et_pb_team_member {
    width: 8.7% !important;
    margin-right: 1.8% !important;
    float: left;
    transition: 0s !important;
    position: relative;
    clear: none;
}

.coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_image {
    width: 48% !important;
    z-index: 9;
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.coco_tall_person_module .et_pb_team_member.active_member {
    position: absolute;
    left: 42%;
    width: 40% !important;
    bottom: 0;

}

.coco_tall_person_module .et_pb_team_member:not(.active_member) {
    cursor: pointer;
}

.coco_tall_person_module .et_pb_team_member:not(.active_member) .et_pb_team_member_description {
    display: block;
    height: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
    opacity: 0;
    transition: 0s;
    transition-delay: 0s;

    width: 52% !important;
    float: none;

    padding: 12.7% 8% 13% !important;

    transform: translate(-100%, 0);
    background-color: #fafafa;
    display: table-cell;
    vertical-align: middle;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_description {
    /*display: block;*/
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.3s, opacity 0.3s;
    transition-delay: 0.3s;

}

.coco_tall_person_module .slider_number span:not(.slider_active_number) {
    margin-left: 7px;
    vertical-align: middle;
}

.coco_tall_person_module .slider_number .slider_active_number {
    color: #b5d3d3;
    font-size: 56px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
    padding-bottom: 6px;
}

.coco_tall_person_module .slider_number {
    color: #2b2b33;
    position: absolute;
    right: 14.6%;
    font-size: 20px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    bottom: 39px;
}

.coco_tall_person_module .coco-person-slider-arrows {
    z-index: 10;
    position: absolute;
    left: 60.3%;
    bottom: 10px;
}

.coco_tall_person_module .coco-person-slider-arrows a span {
    display: block;
    line-height: 100%;
    font-family: "ETmodules" !important;
}

.coco_tall_person_module .coco-person-slider-arrows a.coco-arrow-prev {
    margin-bottom: 10px;
}

.coco_tall_person_module .coco-person-slider-arrows a:hover {
    color: #fff !important;
    background-color: #ff4364 !important;
}

.coco_tall_person_module .coco-person-slider-arrows a {
    opacity: 1 !important;
    color: #9dafbd !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    font-size: 36px;
    padding: 7px;
    margin-top: 0 !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    position: static;
    display: block;
    transition: 0.3s;
}

/*Coco sleek person module*/

.coco_sleek_person_module .et_pb_slider .et_pb_slide {
    padding: 0 !important;

}

.coco_sleek_person_module .et_pb_slider .et_pb_slide_image img {
    display: block !important;
    width: 100% !important;
    max-height: none !important;
}

.coco_sleek_person_module .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.coco_sleek_person_module .et_pb_slider .et_pb_slide .et_pb_container:before {
    content: '...';
    font-size: 180px;
    color: #2b2b33;
    letter-spacing: -12px;
    line-height: 0;
    height: 0;
    position: absolute;
    margin-left: -60px;
    bottom: 101px;
    display: block;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    z-index: 10;
}

.coco_sleek_person_module .et_pb_slider .et_pb_slide .et_pb_container {
    height: auto !important;
    max-width: 1170px !important;
    width: 90% !important;
}

.coco_sleek_person_module .et_pb_slide .et_pb_button_wrapper .et_pb_button:hover:before {
    width: 100% !important;
}

.coco_sleek_person_module .et_pb_slide .et_pb_button_wrapper .et_pb_button:before {
    content: "" !important;
    display: block !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 46px !important;
    height: 100% !important;
    background-color: #b5d3d3;
    border-radius: 50px;
    z-index: -1;
    transition: 0.3s;
}

/*Slider Numbers*/

.coco_sleek_person_module .et_pb_slider .slider_number .slider_active_number {
    font-size: 36px;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 0;
    display: block;
    line-height: 100%;
    margin-bottom: 2px;
    padding-right: 17px;

}

.coco_sleek_person_module .et_pb_slider .slider_number {
    font-size: 16px;
    color: #2b2b33;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    position: absolute;
    right: 44.8%;
    z-index: 11;
    bottom: -88px;
    text-align: right;
    margin-right: 112px;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows {
    position: absolute;
    right: 88px;
    bottom: -84px;
    width: 44.8%;
    z-index: 20;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:last-child {
    margin-right: 0 !important;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a {
    position: relative !important;
    opacity: 1 !important;
    margin: 0 !important;
    width: 48% !important;
    margin-right: 4% !important;
    float: left !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    left: auto !important;
    right: auto !important;
    top: auto !important;
    max-width: 410px;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-next:before {
    right: auto;
    left: -13px;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:hover:before {
    background-color: #fff;
    color: #b5d3d3;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:before {
    background-color: #b5d3d3;
    border-radius: 50%;
    position: absolute;
    top: auto;
    z-index: 15;
    line-height: 100%;
    font-size: 30px;
    padding: 1px 2px 1px 0 !important;
    right: -13px;
    bottom: 9%;
    transition: 0.3s;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a div:before {
    content: "";
    display: block;
    background-color: #2b2b33;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:hover div:before {
    opacity: 0.6;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a div {
    background-size: cover;
    padding: 59% 9% 4%;
    position: relative;
    overflow: hidden;
}

.coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a h2 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    padding-bottom: 15px;
    z-index: 10;
    position: relative;
    transition: 0.3s;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Coco Catwalk Person Module*/

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member {
    float: right !important;
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member {
    left: auto;
    right: 42%;
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member {
    margin-right: 0 !important;
    margin-left: 1.8% !important;
    float: left;
    transition: 0s !important;
    clear: none;
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_column {
    margin-right: -24px !important;
    float: right;
}

.coco_catwalk_person_module .coco_tall_person_module .coco-person-slider-arrows {
    right: 60%;
    left: auto !important;
}

.coco_catwalk_person_module .coco_tall_person_module .slider_number {
    display: none !important;
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
    padding: 12.7% 9.5% 13% !important;
    border-top: 0;
    border-bottom: 0;
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
    transform: translate(100%, 0);
}

.coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_description {
    transform: translate(0, 0);
}

/*Responsive*/

@media only screen and (max-width: 1500px) {
    .coco_catwalk_person_module .coco_tall_person_module_cont:before,
    .coco_tall_person_module_cont:before {
        top: 30px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .coco_idea_person_module .et_pb_row {
        width: 90% !important;
    }

    .coco_idea_person_module .et_pb_slider .slider_number {
        margin-right: 15px !important;
    }

    #page-container .coco_idea_person_module .et_pb_slider .et_pb_slide_description {
        padding: 45px 60px 45px 50px !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description,
    .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
        padding: 6% 5% !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member {
        right: 39%;
        width: 60% !important;
        max-width: 650px;
    }

    .coco_tall_person_module .et_pb_team_member.active_member {
        left: 39%;
        width: 60% !important;
        max-width: 650px;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member,
    .coco_tall_person_module .et_pb_team_member {
        width: 8% !important;
    }

    .coco_tall_person_module .slider_number {
        right: 0;
        bottom: 0;
    }

    .coco_tall_person_module .coco-person-slider-arrows {
        left: 37%;
        top: -150px;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a {
        width: 46% !important;
        margin-right: 8% !important;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-next:before {
        left: -16px;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:before {
        right: -16px;
    }

    .coco_catwalk_person_module .coco_tall_person_module .coco-person-slider-arrows {
        right: 37%;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .coco_idea_person_module .et_pb_slider .et_pb_slide_description {
        left: 25px;
    }

    .coco_idea_person_module .et-pb-slider-arrows {
        left: 0;
    }

    .coco_idea_person_module .et-pb-controllers {
        left: 47%;
        height: auto;
    }

    .coco_idea_person_module .et_pb_slider .slider_number .slider_active_number {
        font-size: 40px;
        margin-right: 0;
    }

    .coco_idea_person_module .et-pb-controllers a {
        height: 55px !important;
    }

    #page-container .coco_idea_person_module .et_pb_slider .et_pb_slide_description {
        padding: 40px !important;
    }

    #page-container .coco_idea_person_module .et_pb_column_1_3 {
        width: 28% !important;
    }

    #page-container .coco_idea_person_module .et_pb_column_2_3 {
        width: 70% !important;
        margin-right: 2% !important;
    }

    .coco_tall_person_module .et_pb_column_4_4 {
        margin-left: 0 !important;
    }

    .coco_tall_person_module .slider_number {
        right: 20px;
        bottom: -30px;
    }

    .coco_tall_person_module .coco-person-slider-arrows {
        left: 36%;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_container .et_pb_slide_description {
        width: 43% !important;
        margin-top: 10%;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_container .et_pb_slide_image {
        width: 52% !important;
        margin-right: 5% !important;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_slide .et_pb_container:before {
        margin-left: -30px !important;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows {
        position: relative;
        bottom: 0;
        width: 90%;
        left: 5%;
        margin-top: 30px;
    }

    .coco_sleek_person_module .et_pb_slider .slider_number {
        left: 5%;
        margin-left: 15px;
        top: 15px;
        bottom: auto;
        right: auto;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_column_4_4 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .coco_idea_person_module .et_pb_slider .et_pb_slide_description {
        width: 100% !important;
        position: static !important;
    }

    .coco_idea_person_module .et-pb-slider-arrows {
        margin-left: 10px;
    }

    .coco_idea_person_module .et-pb-controllers {
        left: 0;
        height: auto;
        width: 57%;
        margin-left: 77px;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_image,
    .coco_tall_person_module .et_pb_team_member .et_pb_team_member_image {
        margin-bottom: 0 !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_image,
    .coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_image {
        width: 30% !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member,
    .coco_tall_person_module .et_pb_team_member {
        width: 6% !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member {
        right: 31%;
        width: 67% !important;
        max-width: 650px;
    }

    .coco_tall_person_module .et_pb_team_member.active_member {
        left: 31%;
        width: 67% !important;
        max-width: 650px;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description,
    .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
        border-bottom: 0 !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .coco-person-slider-arrows {
        right: 5%;
    }

    .coco_tall_person_module .coco-person-slider-arrows {
        left: 5%;
    }

    .coco_tall_person_module .et_pb_slider .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .coco_idea_person_module .et-pb-controllers {
        width: 66%;
    }

    .coco_idea_person_module .et_pb_slider .slider_number {
        display: none;
    }

    #page-container .coco_idea_person_module .et_pb_slider .et_pb_slide_description {
        padding: 30px !important;
    }

    #page-container .coco_idea_person_module .et_pb_column_1_3 {
        width: 100% !important;
    }

    #page-container .coco_idea_person_module .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_tall_person_module_cont:before {
        display: none !important;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description,
    .coco_tall_person_module .et_pb_team_member .et_pb_team_member_description {
        border-top: 0 !important;
        width: 100% !important;
        display: block;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_image,
    .coco_tall_person_module .et_pb_team_member.active_member .et_pb_team_member_image {
        width: 100% !important;
        display: block;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member.active_member,
    .coco_tall_person_module .et_pb_team_member.active_member {
        width: 57% !important;
        position: static;
    }

    .coco_catwalk_person_module .coco_tall_person_module .et_pb_team_member {
        width: 9% !important;
        margin-left: 1% !important;
        transition: 0.3s !important;
    }

    .coco_tall_person_module .et_pb_team_member {
        width: 9% !important;
        margin-right: 1% !important;
        transition: 0.3s !important;
    }

    .coco_tall_person_module_cont {
        padding-top: 40px !important;
    }

    .coco_tall_person_module_cont .et_pb_row:first-child {
        padding-bottom: 0 !important;
    }

    .coco_tall_person_module .slider_number {
        bottom: auto;
        top: -58px;
    }

    .coco_tall_person_module .slider_number .slider_active_number {
        font-size: 36px;
        margin-right: 2px;
    }

    .coco_tall_person_module .coco-person-slider-arrows {
        display: none;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_container .et_pb_slide_description h2 {
        margin-left: 0 !important;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_container .et_pb_slide_description {
        width: 100% !important;
        margin-top: 20px;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_container .et_pb_slide_image {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_sleek_person_module .et_pb_slider .et_pb_slide .et_pb_container:before {
        margin-left: auto !important;
        margin-right: -15px;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a h2 {
        opacity: 0 !important;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a.et-pb-arrow-next:before {
        left: -7px;
    }

    .coco_sleek_person_module .et_pb_slider .et-pb-slider-arrows a:before {
        right: -7px;
    }

    .coco_tall_person_module_cont.coco_contact_basic_tall_person_module_cont {
        padding-top: 10px !important;
    }
}