/*Icons*/
.tracking-tools-icon{
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: url('../img/tracking/icons/tracking-tools.png')no-repeat;
    background-size: 38px 38px;
}
.unique-icon{
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: url('../img/tracking/icons/unique-experiences.png')no-repeat;
    background-size: 38px 38px;
}
.extra-mile-icon{
    width: 38px;
    height: 27px;
    min-width: 38px;
    background: url('../img/tracking/icons/extra-mile.png')no-repeat;
    background-size: 38px 27px;
    margin: 8px 0 3px;
}
.map-image{
    width: 420px;
    height: 140px;
    min-width: 420px;
    background: url('../img/tracking/images/shippo-tracks-features.png')no-repeat;
    background-size: 420px 140px;
}
.icon-mail{
    position: relative;
    background: url('../img/icons/mail.png')no-repeat;
    height: 20px;
    width: 20px;
    left: 10px;
    top: 14px;
    position: absolute;
}
.people{
    width: 45px;
    height: 45px;
    object-fit: contain;
    background-color: #9fce52;
    vertical-align:middle;
    margin-bottom: 14px;
}
.people.boulanger{
    background: url('../img/case_studies/people/boulanger.png');
}
b{
    font-weight: 400;
}
.people.stephen{
    background: url('../img/case_studies/people/stephen_strapping.png');
}
.people.win{
    background: url('../img/case_studies/people/win_vango.png');
}
.people.will{
    background: url('../img/case_studies/people/Will_Ranish_weebly.png');
}
.people.nick{
    background: url('../img/case_studies/people/nick_vnyl.png');
}
.people.matt{
    background: url('../img/case_studies/people/mberk_beanbox.png');
}
.people.brian{
    background: url('../img/case_studies/people/brian_sellbrite.png');
}
.people.kirk{
    background: url('../img/case_studies/people/kirk_snapfulfil.png');
}

.people.divey{
    background: url('../img/case_studies/people/divey_shipbob.png');
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {

    .map-image{
        background: url('../img/tracking/images/shippo-tracks-features@2x.png')no-repeat;
        background-size: 420px 140px;
    }
}
/* light */
.case-studies-nav nav #logo .logo-fill{
    fill: rgba(255, 255, 255, 1.0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.case-studies-nav nav .navigation ul li a{
    font-size: 13px;
    line-height: 1.0;
    color: rgba(255, 255, 255, 0.7);
}
.case-studies-nav nav .navigation ul li a.active,
.case-studies-nav nav .navigation ul li a:hover{
    color: rgba(255, 255, 255, 1);
}
.case-studies-nav #signup a{
    background: #fff;
    color:#131924;
}
.case-studies-nav #signup a:hover{
    background: #b4c2cc;
}
/* dark */
.case-studies-nav.dark nav #logo .logo-fill{
    fill: rgba(73, 84, 92, 1.0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.case-studies-nav.dark nav .navigation ul li a{
    font-size: 13px;
    line-height: 1.0;
    color: #49545c;
}
.case-studies-nav.dark nav .navigation ul li a.active,
.case-studies-nav.dark nav .navigation ul li a:hover{
    color: #49545c;
    opacity: 0.7;
}
.case-studies-nav.dark #signup a{
    background: #fff;
    color:#131924;
}
.case-studies-nav #signup a:hover{
    background: #b4c2cc;
}
.case-studies-fold {
    background-repeat: no-repeat;
    background-size: 1204px 800px, cover;
    background-attachment: scroll;
    background-position: top center;
}
.case-studies-fold.bonlook{
    background-color: rgba(233, 145, 136, 1.0);
}
.case-studies-fold.vango{
    background-color: rgb(235, 145, 134);
}
.case-studies-fold.weebly{
    background-color: #1f8fed;
}
.case-studies-fold.mercari{
    background-color: rgba(231, 55, 53, 1.0);
}
.case-studies-fold.blackmilk{
    background-color: rgba(7, 6, 4, 1.0);
}
.case-studies-fold.strapping{
    background-color: rgba(19, 20, 92, 1.0);
}
.case-studies-fold.vnyl{
    background-color: #ff007a;
}
.case-studies-fold.shipbob{
    background-color: #192A42;
}

.case-studies-fold.beanbox{
    background-color: #88b04b;
}

.case-studies-fold.vinted{
    background-color: rgba(75, 188, 208, 1.0);
}
.case-studies-fold.sellbrite{
    background-color: #8e72b1;
}
.case-studies-fold.snapfulfil{
    background-color: #3E9FDC;
}

.case-studies-header{
    z-index: 0;
    padding-top: 7px;
    height: 467px;
    overflow: hidden;
    display: flex;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
}
.case-studies-header .left-mid{
    padding-left: 0px;
}
.case-studies-header > h1{
    margin: 0 auto;
    text-align: center;
    font-size: 41px;
    line-height: 41px;
    color:#ffbe3d;
    font-weight: 300;
}
.case-studies-header > p{
    text-align: center;
    margin: 0;
    padding-top: 18px;
    color: rgba(222,219,213,0.5);
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
}
.case-studies-header .right-mid{
    z-index: 60;
}

.case-study-three-sections{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 958px;
    margin: 0 auto;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.case-study-section{
    max-width: 268px;
    padding-bottom: 89px;
}
.case-study-section > h3{
    font-size: 19px;
    line-height: 19px;
    color:#d8e4ed;
    margin: 23px 0 12px;
    font-weight: 300;
}
.case-study-section > p{
    color: rgba(222,219,213,.5);
    font-size: 15px;
    line-height: 23px;
}
.case-study-section > p > a{
    color: #FFBE3D;
}
.case-study-section > p > a:hover{
    opacity: .6;
    filter: alpha(opacity=60);
}
.case-study-section > p > a:after{
    content: '\e250';
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}
.case-study-section > p:last-of-type{
    margin-bottom: 0;
}
.case-studies-mid{
    width: 100%;
    height: 520px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.case-studies-mid .inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
}
.mid-content{
    width: 100%;
    clear: both;
}
.left-mid{
    width: 50%;
    float: left;
}
.case-studies-detail .col-left.quote{
    padding-top: 60px;
    padding-bottom: 60px;
}
.case-studies-detail .col-right.quote{
    padding-bottom: 60px;
}
.left-mid .mid-content{
    float: right;
    padding-right: 70px;
}
.left-mid .sub-header > h1{
    font-size: 31px;
    line-height: 31px;
    color: #000000;
    position: relative;
    font-weight: 300;
    display: inline-block;
    margin:0 0 13px;
}
.left-mid .sub-header > span{
    display: inline-block;
    height: 17px;
    width: 39px;
    background-color: #ffbe3d;
    border-radius: 4px;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}
.left-mid h3{
    font-size: 19px;
    line-height: 19px;
    color: #505d63;
    opacity: .69;
    filter: alpha(opacity=69);
    margin: 0 0 0px;
    font-weight: 300;
}
.left-mid .map-image{
    margin-bottom: 36px;
}
.left-mid .bottom{
    margin-top: 36px;
}
.left-mid .bottom hr{
    width: 32px;
    height: 2px;
    border:none;
    border-radius: 100px;
    background-color: #d8d8d8;
    opacity: .46;
    filter: alpha(opacity=46);
    margin: 0;
}
.left-mid .bottom h3{
    font-size: 19px;
    line-height: 19px;
    color: #000000;
    margin: 10px 0 12px;
    font-weight: 300;
    opacity: 1;
    filter: alpha(opacity=100);
}
.left-mid .bottom p{
    font-size: 15px;
    line-height: 23px;
    color: #939ca3;
    font-weight: 300;
    max-width: 412px;
}
.left-mid .bottom p a{
    color: #31a2c4;
}
.left-mid .bottom p a:hover{
    color: #000;
}
.left-mid .bottom p a:after{
    content: '\e250';
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}
.left-mid .bottom p:last-of-type{
    margin-bottom: 0;
}
.right-mid{
    float: right;
    width: 50%;
}
.right-mid .sub-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.right-mid .sub-header h1{
    margin: 0 0 13px;
    font-size: 31px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
}
.right-mid .sub-header h3{
    font-size: 19px;
    line-height: 19px;
    color: #505d63;
    opacity: .69;
    filter: alpha(opacity=69);
    font-weight: 300;
    margin: 0;
}
.right-mid .sub-section{
    padding-top: 41px;
}
.right-mid .sub-section hr{
    display: block;
    width: 32px;
    height: 2px;
    border: none;
    background-color: #d8d8d8;
    opacity: .46;
    filter: alpha(opacity=46);
    border-radius: 100px;
    margin: 0 auto 0 0;
}
.right-mid .sub-section h4,
.right-mid .sub-section-next h4{
    margin: 12px 0 6px;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}
.right-mid .sub-section p,
.right-mid .sub-section-next p{
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 23px;
    color: #939ca3;
    font-weight: 300;
}
.right-mid .sub-section-next hr{
    margin: 0;
    width: 32px;
    height: 2px;
    background-color: #d8d8d8;
    opacity: .46;
    filter: alpha(opacity=46);
}
.right-mid .flip-marks{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.right-mid .flip-marks .ch-mark{
    margin-right: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.right-mid .flip-marks .ch-mark:last-of-type{
    margin-right: 0px;
}
.right-mid .flip-marks .ch-mark .icon{
    margin-right: 7px;
}
.right-mid .flip-marks .ch-mark h5{
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    color: #69c519;
}
.case-studies-footer{
    padding-top: 9px;
}
.create-account-btn .hippo-btn-image{
    left:28px;
}
.curl-setup p span.tablet{
    display: none;
}
.left-mid{
    padding-left: 42px;
}
.right-mid{
    padding-right: 42px;
}
@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {

    .tracking-tools-icon{
        background: url('../img/tracking/icons/tracking-tools@2x.png')no-repeat;
        background-size: 38px 38px;
    }
    .unique-icon{
        background: url('../img/tracking/icons/unique-experiences@2x.png')no-repeat;
        background-size: 38px 38px;
    }
    .extra-mile-icon{
        background: url('../img/tracking/icons/extra-mile@2x.png')no-repeat;
        background-size: 38px 27px;
        margin: 8px 0 3px;
    }
    .api-check-mks{
        background: url('../img/tracking/icons/pricing-checkmark@2x.png')no-repeat;
        background-size: 24px 24px;
    }
    .track-api-icon-page{
        background: url('../img/tracking/icons/tracking-pricing@2x.png')no-repeat;
        background-size: 46px 46px;
        background-position: -2px -1px;
    }
    .tooltip-special-one{
        background: url('../img/tracking/tools/popup2x.png')no-repeat;
        background-size: 175px 53px;

    }
    .tooltip-special-two{
        background: url('../img/tracking/tools/popup-2x.png')no-repeat;
        background-size: 158px 53px;
    }
    .case-studies-fold {
        background-color: rgba(233, 145, 136, 1.0);
        background-repeat: no-repeat, no-repeat;
        background-size: 1204px 800px, cover;
    }
}


/**
 *
 * CASE STUDIES
 *
 */
.col-right h3, .col-left h3{
    font-family: 'ars-maquette-web', sans-serif;
    font-size: 24px;
    line-height: 1.0;
    color: #ffffff;
    padding: 0px;
    font-weight: 400;
    padding-bottom: 6px;
}
.col-right p, .col-left p{
    padding-bottom: 18px;
}
.col-right, .col-left{
    padding-top: 38px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.col-right a.case-button, .col-left a.case-button{
    background-color: white;
    border-radius: 6px;
    color: #21a2c2;
    display: block;
    font-size: 13px;
    height: 39px;
    letter-spacing: 0.8px;
    line-height: 3;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 160px;
}

.col-right a:hover, .col-left a:hover{
    opacity: 0.7;
}

.col-right p, .col-left p{
    padding-top: 6px;
    font-weight: 300;
}

@media(max-width: 805px){
    .case-studies-header .left-mid{
        padding-left: 42px;
    }
    .left-mid .mid-content{
        padding-right: 20px;
    }
}

@media(max-width: 600px){

    .col-right{
        padding-top: 0px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .col-left{
        padding-left: 28px;
        padding-right: 28px;
    }
    .left-mid .mid-content{
        float: left;
        padding-right: 0px;
    }
    .left-mid{
        top: 0px;
        left: 0px;
        padding-left: 0px;
        width: 100%;
        position: absolute;
    }
    .left-mid{
        top: 0px;
        left: 0px;
        padding-left: 0px;
        width: 100%;
        position: absolute;
    }
    .right-mid{
        top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        position: absolute;
    }

    .case-studies-header, .case-studies-mid{
        position: relative;
    }

    .case-studies-detail .col-left.quote{
        text-align: center;
        padding-right: 28px !important;
        margin-right: 0px;
    }
    .case-studies-detail .col-left.quote p{
        text-align: center;
        margin-right: 0px;
    }
    .case-studies-mid{
        height: 425px;
    }
    .col-left{
        height: 410px;
    }
    .col-right p{
    }
    .case-studies-detail .col-right.quote p{
        left: 0px;
    }
    .right-mid{
        left: 0px;
    }
    .people{
        margin-left: auto;
        margin-right: auto;
    }
    .bonlook .case-studies-nav nav .navigation{
        background-color: rgba(233, 145, 136, 1.0);
    }
    .weebly .case-studies-nav nav .navigation{
        background-color: #1f8fed;
    }
    .mercari .case-studies-nav nav .navigation{
        background-color: rgba(231, 55, 53, 1.0);
    }
}


/* BONLOOK */

.bonlook.case-studies-mid{
    background-color: rgb(235, 145, 134);

}
.bonlook.col-left{
    padding-top: 0px;
    width: 418px;
    height: 459px;
    position: relative;
    right: -115px;
    background-size: contain;
}
.bonlook.col-right{
    padding-top: 76px;
    max-width: 420px;
    margin-left: 40px;
}
.bonlook.col-right a{
    color: #eb9186;
}
.bonlook.col-left .logo{
    width: 363px;
    height: auto;
    top: 186px;
    left: -88px;
    position: relative;
}

@media(max-width: 900px){
    .bonlook.col-left{
        width: 409px;
        height: 410px;
        right: -59px;
    }
    .case-studies-header{
        height: 407px;
    }
}



/* VANGO */

.vango.case-studies-mid{
    background-color: rgb(235, 145, 134);

}
.vango.col-left{
    color: rgba(255, 255, 255, 0.7);
    padding-top:90px;
    }
.vango.col-left h3{
    color: #ffffff;
}
.vango.col-left a{
    color: rgb(235, 145, 134);
    background-color: #ffffff;
}

.vango.col-right{
    position: relative;
    right: 44px;
    padding-top: 100px;
    width: 640px;
    background-size: contain;
}
.vango.col-right .img1{
    width: 320px;
    height: 320px;
    float: left;
    position: relative;
    background-size: contain;
}

.vango.col-right .img2{
    width: 256px;
    height: 320px;
    margin-left: 40px;
    float: left;
    position: relative;
    background-size: contain;
}


@media(max-width: 805px){
    .vango.col-left{
        width: auto;
        height: 410px;
        right: -20px;
        padding-right: 30px;
        padding-top: 105px;
    }
    .vango.col-left .logo{
        display: none;
    }
}

/* Weebly */
.weebly.col-right .logo{
    width: 70%;
    height: 70%;
    position: relative;
    background-size: contain;
    margin: 0 auto;
    display: block;
}
.weebly.col-right{
    position: relative;
    padding-top: 35%;
    width: 100%;
    background-size: contain;
}
.case-studies-header .weebly.col-right{
    padding-top: 40%;
}

.weebly.col-left{
    color: white;
    padding-top:148px;
}
.weebly.col-left a{
    background-color: white;
    border-radius: 6px;
    display: block;
    font-size: 13px;
    height: 39px;
    letter-spacing: 0.8px;
    line-height: 3;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 160px;
}
.weebly.case-studies-mid{
    background-color: #1f8fed;
}
.weebly.col-left a{
    color: #1f8fed;
}
@media(max-width: 805px){
    .weebly.col-left{
        width: auto;
        height: 410px;
        right: -20px;
        padding-right: 30px;
        padding-top: 105px;
    }
    .weebly.col-left .logo{
        display: none;
    }
}


/* MERCARI */
.mercari.case-studies-mid{
    background-color: rgba(231, 55, 53, 1.0);

}
.mercari.col-left{
    padding-top: 50px;
    position: relative;
}
.mercari.col-left .logo{
    width: 70%;
    height: 70%;
    top: 95px;
    position: relative;
    background-size: contain;
    margin: 0 auto;
    display: block;
}

.mercari.col-right{
    background-color: rgba(231, 55, 53, 1.0);
    padding-top: 124px;
}
.mercari.col-right a{
    color: rgba(231, 55, 53, 1.0);
}

/* BLACK MILK CLOTHING */
.blackmilk.case-studies-mid{
    background-color: rgba(7, 6, 4, 1.0);
}
.blackmilk.col-left{
    color: rgba(255, 255, 255, 0.7);
    padding-top: 150px;
    padding-right: 30px;
}
.blackmilk.col-left h3{
    color: rgba(255, 255, 255, 1.0);
}
.blackmilk.col-left a{
    color: rgba(0, 0, 0, 1.0);
    background-color: #fff;
}

.blackmilk.col-right{
    position: relative;
    right: 44px;
    padding-top: 86px;
    height: 460px;
    width: 640px;
    background-size: contain;
}
.blackmilk.col-right .img1{
    background: url('../img/case_studies/blackmilk-bg.png')no-repeat;
    width: 602px;
    height: 342px;
    float: left;
    position: relative;
    background-size: contain;
}

@media(max-width:600px){

    .blackmilk.col-left{
        padding-top: 110px;
        width: 315px;
        padding-right: 30px;
  }
}

/* STRAPPING */
.strapping.case-studies-mid{
    background-color: rgba(19, 20, 92, 1.0);

}
.strapping.col-left{
    padding-top: 40%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.strapping.col-left .logo{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.strapping.col-right{
    padding-top: 20%;
    padding-left: 30px;
}
.strapping.col-right a{
    color: #12105e;
}

/* VNYL */
.vnyl.case-studies-mid{
    background-color: #ff007a;

}


.vnyl.col-left{
    padding-top: 40%;
    position: relative;
    right: -16px;
}
.vnyl > .logo{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
}

.vnyl.col-right{
    padding-top: 134px;
    padding-left: 30px;
}
.vnyl.col-right a{
    color: #ff007a;
}

.vnyl.col-right > .logo {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 10%;
    left: 0;
}

@media(max-width: 900px){

    .vnyl.col-left{
        padding-top: 50%;
        width: 100%;
    }

    .vnyl.col-right .logo{
        width: 100%;
        height: 100%;
        left: 0;
        position: relative;
    }

}

@media(max-width:600px){

    .vnyl.col-right{
        padding-top: 80px;
        width: 315px;
        padding-right: 30px;
  }
}

/* SHIPBOB */
.shipbob.case-studies-mid{
    background-color: #192A42;

}
.shipbob.col-left{
    padding-top: 200px;
    position: relative;
    right: -16px;
}
.shipbob.col-left .logo{
    width: 100%;
    height: 100%;
    position: relative;
}

.shipbob.col-right{
    padding-top: 134px;
}
.shipbob.col-right a{
    color: #192A42;
}


@media(max-width: 900px){

    .shipbob.col-right{
        padding-top: 80px;
        width: 315px;
    }

    .shipbob.col-left .logo{
        width: 100%;
        height: 100%;
        left: -25px;
        position: relative;
        z-index: 10;
    }

}

@media(max-width:600px){

    .shipbob.col-right{
        padding-top: 80px;
        width: 315px;
        padding-right: 30px;
  }
}



/* VINTED */
.vinted.case-studies-mid{
    background-color: rgba(75, 188, 208, 1.0);
}
.vinted.col-left{
    color: rgba(255, 255, 255, 0.7);
    padding-top: 120px;
    padding-left: 18px;
}
.vinted.col-left h3{
    color: rgba(255, 255, 255, 1.0);
}
.vinted.col-left a{
    color: rgba(75, 188, 208, 1.0);
    background-color: #fff;
}

.vinted.col-right{
    position: relative;
    right: -24px;
    padding-top: 31px;
    height: 460px;
    width: 640px;
    background-size: contain;
}
.vinted.col-right .img1{
    background: url('../img/case_studies/vinted-bg.png')no-repeat;
    width: 602px;
    height: 342px;
    float: left;
    position: relative;
    background-size: contain;
}

/* Beanbox */
.beanbox.case-studies-mid{
    background-color: #88b04b;

}
.beanbox.col-left{
    padding-top: 50px;
    position: relative;
    right: -26px;
    margin: 0 auto;
}
.beanbox.col-left .logo{
    background: url('../img/case_studies/beanbox-logo.png')no-repeat;
    width: 338px;
    height: 64px;
    top: 102px;
    right: -30px;
    position: relative;
    background-size: contain;
}

.beanbox.col-right{
    background-color: #88b04b;
    padding-top: 80px;
}
.beanbox.col-right a{
    color: #88b04b;
}

.case-studies-footer{
    background-color: rgba(233, 145, 136, 1.0);
    border: 0px;
    color:rgba(255, 255, 255, 0.7);
}
.case-studies-footer .lower-footer{
    border-color: rgba(255, 255, 255, 0.1);
}





/* Sellbrite */
.sellbrite.case-studies-mid{
    background-color: #8e72b1;

}
.sellbrite.col-left{
    padding-top: 25%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.sellbrite.col-left .logo{
    width: 80%;
    height: 80%;
    display: block;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
}

.sellbrite.col-right{
    padding-top: 120px;
}
.sellbrite.col-right a{
    color: #8e72b1;
}

/* Snapfulfil */
.snapfulfil.case-studies-mid{
    background-color: #3E9FDC;

}
.snapfulfil.col-left{
    padding-top: 25%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.snapfulfil.col-left .logo{
    display: block;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
}

.snapfulfil.col-right{
    padding-top: 120px;
}
.snapfulfil.col-right a{
    color: #3E9FDC;
}

@media(max-width: 900px){

    .sellbrite.col-right{
        padding-top: 100px;
        width: 315px;
    }

    .sellbrite.col-left {
        padding-top: 50%;
    }

    .sellbrite.col-left .logo{
        width: 80%;
        height: 80%;
        position: relative;
        z-index: 10;
        right: 0;
        transform: translate(0,0);
    }

    .snapfulfil.col-right{
        padding-top: 100px;
        width: 315px;
    }

    .snapfulfil.col-left {
        padding-top: 50%;
    }

    .snapfulfil.col-left .logo{
        width: 80%;
        height: 80%;
        position: relative;
        z-index: 10;
        right: 0;
        transform: translate(0,0);
    }

    .beanbox.col-left .logo{
        right: 20px;
    }
}

@media(max-width:600px){

    .sellbrite.col-right{
        padding-top: 80px;
        width: 315px;
        padding-right: 30px;
  }
    .snapfulfil.col-right{
        padding-top: 80px;
        width: 315px;
        padding-right: 30px;
  }
}



/*
 * DETAIL PAGE
 */

.case-studies-detail{
    border-bottom: 1px solid rgba(215, 215, 215, 0.2);
    overflow:hidden;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.case-studies-detail p{
    font-size: 15px;
    line-height: 1.7;
    color: #788086;
    padding-bottom: 0px;
}
.case-studies-detail h3{
    font-size: 24px;
    line-height: 1.0;
    color: #425361;
    margin-bottom: 12px;
}
.case-studies-detail img{
    width: 60%;
    height: auto;
}

img.vnyl-resize{
    width: 300px;
    height: 163px;
    display: block;
    margin: 0 auto;
}

.screenshots.case-studies-detail img{
    width: 100%;
    height: auto;
}
.screenshots.case-studies-detail .col-right.detail{
    padding-top: 38px;
}
.screenshots.case-studies-detail .col-right a {
    display: inline;
    text-align: center;
    text-transform: unset;
    vertical-align: baseline;
    width: 160px;
    color:#337ab7;
}

.case-studies-detail .col-left, .case-studies-detail .col-right{
    height: auto !important;
}

.case-studies-detail .left-mid{
    position: relative;
    float:left;
    width: 50%;
}
.case-studies-detail .right-mid{
    position: relative;
    overflow:hidden;
}
.case-studies-detail .fu_content{
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

.section-image-text {
    overflow:hidden;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.col-left.detail, .col-right.detail{
    color: rgba(67, 83, 105, 1.0);
    padding-bottom: 0px;
}
.col-left.detail h3, .col-right.detail h3{
    color: rgba(67, 83, 105, 1.0);
    font-size: 31px;
    line-height: 31px;
    padding-bottom: 0px;
}
.case-studies-detail .col-left.quote, .case-studies-detail .col-right.quote{
    color: rgba(67, 83, 105, 1.0);
}
.case-studies-detail .col-right.quote p{
    font-size: 34px !important;
    line-height: 1.3 !important;
    color: #000000;
    position: relative;
    left: 42px;
}
.case-studies-detail .quote-mark{
    font-size: 100px;
    line-height: 0.4;
    color: #000000;
    left: 0px;
    top: 60px;
    position: relative;
}
.detail ul{
    list-style-type: disc;
    padding-left: 20px;
}

.detail li{
    padding-bottom: 12px;
}

.weebly .detail li{
    color: #1f8fed;
    padding-bottom: 12px;
}


.detail li span{
    color: #788086;
}
.case-study-detail-footer{
    background-color: #fff;
}

.col-right.detail{
    padding-top: 86px;
}

@media(max-width: 600px){
    .col-left.detail{
        padding-bottom: 0px;
    }
    .col-right.detail{
        padding-top: 0px;
    }
    .col-left.detail h3, .col-right.detail h3{
        font-size: 24px;
        line-height: 24px;
    }

    .case-studies-detail .left-mid{
        float: none;
        margin-right:0;
        width:auto;
        border:0;
    }
    .case-studies-detail .col-right.quote p{
        font-size: 28px !important;
        position: relative;
        text-align: center;
        left: 0px;
    }
    .case-studies-detail .quote-mark{
        font-size: 100px;
        line-height: 0.4;
        color: #000000;
        left: -11px;
        top: 20px;
        position: relative;
        text-align: center;
    }
    .case-studies-detail img{
        width: 100%;
    }
}
.case-study-detail-footer{
        padding-top: 0px;
        border: 0px;
}

@media(min-width: 805px) and (max-width:1000px){
    .case-studies-header .left-mid{
        padding-left: 42px;
}}

/*===============================================================
===================Code Block Section===========================
================================================================*/
.code-block-case{
    padding-bottom: 0;
    z-index: 2;
}
.code-block-case > .content-case{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    max-width: 958px;
}
.code-block-case > .content-case > a{
    position: absolute;
    top: 400px;
    left: 0;
    display: block;
    color: white;
    width: 174px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #9fce52;
    border-radius: 6px;
}
.code-block-case > .content-case > a:hover{
    background-color: #7CB247;
}

.code-block-case > .content-case > .right-case{
    width: 100%;
    margin: 5px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #002b36;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 6px 8px 0 rgba(0, 0, 0, 0.06);
}
.code-block-case > .content-case > .right-case > .window-wrap-case{
    background: #586e75;
    box-shadow: 0 2px 5px 0 rgba(131, 144, 150, 0.11), 0 1px 2px 0 rgba(131, 144, 150, 0.12);
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;,
}
.code-block-case > .content-case > .right-case > .window-wrap-case > ul{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.code-block-case > .content-case > .right-case > .window-wrap-case > ul > li{
    padding: 11px 19px 16px 19px;
    color: #a9a9a9;
    cursor: pointer;
}
.code-block-case > .content-case > .right-case > .window-wrap-case > ul > li:hover{
    color: #9fce52;
}
.code-block-case > .content-case > .right-case > .window-wrap-case > ul > li.active{
    color: #9fce52;
    border-bottom: solid 3px #9fce52;
    float:left;
}
.code-block-case > .content-case > .right-case > .code-window-case{
    max-height: 300px;
    padding: 23px;
    overflow: scroll;
}
.code-block-case > .content-case > .right-case > .code-window-case > pre{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    color: #6c71c4;
    background-color: transparent;
    border-radius: 0;
}
.code-block-case > .content-case > .right-case > .code-window-case > pre > code{
    padding: 0;
    color: #a9a9a9;
    background-color: transparent;
    word-break: break-word;
}
.code-block-case > .content-case > .right-case > .code-window-case > pre > code .hljs-built_in{
    color: #a3d059;
    /*color: rgba(111,61,84,1);*/

}
.code-block-case > .content-case > .right-case > .code-window-case > pre > code .hljs-symbol{
    color: #859900;
}
.code-block-case > .content-case > .right-case > .code-window-case > pre > code .hljs-keyword{
    color: #859900;
}
.code-block-case > .content-case > .right-case > .code-window-case > pre > code .hljs-string{
    color: #2aa198;
}
.code-block-case > .content-case > .right-case > .code-window-case > .ruby,
.code-block-case > .content-case > .right-case > .code-window-case > .python,
.code-block-case > .content-case > .right-case > .code-window-case > .php,
.code-block-case > .content-case > .right-case > .code-window-case > .node,
.code-block-case > .content-case > .right-case > .code-window-case > .java,
.code-block-case > .content-case > .right-case > .code-window-case > .csharp{
    display: none;
}

@media (max-width: 600px){

    img.logo {
        display: none !important;
    }
    iframe.logo {
        display: none !important;
    }

    .vango.col-left, .mercari.col-right, .weebly.col-left, .vnyl.col-left, .strapping.col-right, .sellbrite.col-right, .snapfulfil.col-right, .shipbob.col-right, .beanbox.col-right, .bonlook.col-right  {
        width: auto;
        max-width: 400px;
        padding-top: 40px;
        padding-bottom: 20px;
        right: 0;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 800px) {

    .strapping.col-left {
        padding-top: 50%;
    }

}