.cs-intro-bg {
    background: #00a7de;
    background-image: url(../images/grid-background.png);
    color: #fff;
}

#intro-banner-1 {
    float: left;  
} 

#case-study-testimonial-bg blockquote {
    font-size: 36px;
    text-align: center;
    margin-top: 200px;
} 

.case-blocks > h3 {
    text-align: left !important;
}

.case-blocks {
    padding: 70px 20px 35px 20px;
}

#case-study-data p span {
    font-size: 48px;
}

#case-study-data p span:after {

}

#case-study-data p {
    font-size: 20px;
}

.inner-case-block {
    padding-bottom: 70px;
}

#case-study-contact {
    background: #f0f0f0;
}

#case-study-data {
    padding-top: 1em; 
}

.case-block-title {
    font-size: 20px;
}

.columns2-blocks > article h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 1em 0;
    text-transform: none;
    line-height: inherit; 
}

.columns2-blocks > article p {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
}

.case-block-paragraph {
    font-size: 20px;
}

/* Talk to Us Enquire */
/*a.talk-to-us:hover {
    background-color: #0493d0;
}

a.talk-to-us {
    position: relative;
    display: block;
    width: 100%;
    height: 265px;
    background-color: #00B3FF;
    color: #ffffff;
    z-index: 10;
    transition: height 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.talk-to-us p {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 30px;
}

a.talk-to-us .inner-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

/* Pre-footer other cases */
#other-cases a {
    position: relative;
    width: 50%;
}

#other-cases .case-study {
    background-size: cover;
    mix-blend-mode: multiply;
}

#other-cases section {
    position: relative;
    height: 300px;
}

#other-cases .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, 0.4);
    mix-blend-mode: multiply;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

#other-cases .case-study:hover .mask {
    background-color: rgba(000, 000, 000, 0.2);
}

#other-cases .wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#other-cases .case-study p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

#other-cases i {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 38px;
}

/* social share */
#social-text {
    font-size: 24px;
    font-weight: bold;
}

.text-share {
    margin: 1em;
}

.social-ico {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    background-color: #000000;
    color: #fff;
}

.social-ico:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.social-ico:before {
    speak: none;
    font-size: 20px;
    line-height: 47px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.social-ico.effect {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.social-ico.effect:hover {
    background: #00A7DE;
    color: #ffffff;
}

.social-ico.effect:hover i {
    color: #ffffff;
}

.social-ico.effect:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

.social-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.social-btn span {
    display: block;
    color: #000000;
    font-size: 20px;
}

.see-more {
    padding: 3em;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    vertical-align: middle;
}

.single-case_study .center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-more i {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.see-more .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 20px;
    width: 20px;
}

#case-study-testimonial-bg {
    color: #ffffff;
    text-align: center;
    position: relative;
}

.testimonial-top-img {
    overflow: hidden;
    background-size: cover;
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
}

.mobile-content {
    display: inline-block;
    width: auto;
    z-index: 2;
}

.angled-polygon {
    position: absolute;
    margin-top: -100px;
    width: 100%;
    height: 60%;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    fill: #fff;
}

#cs-logo img {
    position: relative; 
    height: 150px;
}

#cs-logo {
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    left: 50%;
    z-index: 2;
}

/*Media Queries*/
/* Specific Media Queries */
/* galaxy s5 */
/* Portrait and Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (orientation: portrait) {
    #intro-banners {
        /*width: 100%;
        height: 18%;
        overflow: hidden;*/
        display: none;
    }

    .contentIntro {
        min-height: 400px !important;
    }

    #csr-logo img {
        height: 10%;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 120px;
    }*/
}

/* Portrait iphone 5 */
@media only screen
and (min-width: 320px)
and (max-width: 568px)
and (orientation: portrait) {
    #intro-banners {
        display: none;
    }

    .contentIntro {
        min-height: 400px !important;
    } 

    .contentIntro #main h2 {
        font-size: 1em !important;
    }

    .mobile-content-mid img {
        height: 30%;
    }

    #case-study-testimonial-bg blockquote {
        font-size: 1em;
    }

    .testimonial-top-img {
        overflow: hidden;
        height: 200px;
        background-repeat: no-repeat; 
        mix-blend-mode: multiply;
    }

    #csr-logo img {
        height: 16%;
    }

    #other-cases i {
        padding: 0;
        font-size: 38px;
    }

    #other-cases .case-study {
        /*background-size: 100%;*/
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
    }

    #other-cases section {
        position: relative;
        height: 85px;
    }

    .case-study p {
        font-size: 20px !important;
    }

    #other-cases i {
        font-size: 22px;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

    .social-ico {
        display: inline-block;
        font-size: 34px;
        line-height: 95px;
        cursor: pointer;
        margin: 6px;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        text-decoration: none;
        z-index: 1;
        background-color: #000000;
        color: #fff;
    }

    .social-ico:before {
        font-size: 23px;
        line-height: 46px;
    }

    .social-btn span {
        font-size: 12px;
    }
}

/* Landscape iphone 5 */
@media only screen
and (min-width: 320px)
and (max-width: 568px)
and (orientation: landscape) {
    #csr-logo {
        /*left: calc(62% - 100px) !important;*/
    }
}

/* portrait iphone 6 */
@media only screen
and (min-width: 375px)
and (max-width: 667px)
and (orientation: portrait) {
    #intro-banners {
        /*width: 100%;
        height: 18%;
        overflow: hidden;*/
        display: none;
    }

    .case-study-subheading {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .contentIntro {
        min-height: 400px !important;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 10%;
    }*/

    .mobile-content {
        padding: 0.5em;
    }

    .mobile-content img {
        height: 24%;
    }

    .mobile-content-mid img {
        height: 35%;
    }

    #csr-logo img {
        height: 13%;
    }

    .social-ico {
        margin: 11px;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }
}

@media only screen
and (min-width: 667px)
and (max-width: 714px) {
    .mobile-content {
        padding: 0.5em;
    }

    .contentIntro {
        min-height: 400px !important;
    }

    #intro-banners {
        display: none;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 13%;
    }*/

    .mobile-content-mid img {
        height: 50% !important;
    }

    .mobile-content img {
        height: 40%;
    }

    #csr-logo img {
        height: 16%;
    }

    .social-ico {
        margin: 11px;
    }
}

/* Landscape iphone 6 */
@media only screen
and (min-width: 375px)
and (max-width: 667px)
and (orientation: landscape) {
    #intro-banners {
        height: 65%;
    }

    .mobile-content {
        padding: 1em;
    }

    .mobile-content img {
        height: 60%;
    }

    .mobile-content-mid img {
        height: 75%;
    }

    #csr-logo img {
        height: 23%;
    }

/*    .testimonial-quote {
        padding-top: 35px;
    }*/
}

/* Portrait iphone 6+ */
@media only screen
and (min-width: 414px)
and (max-width: 736px)
and (orientation: portrait) {
}

/* Landscape iphone 6+ */
@media only screen
and (min-width: 414px)
and (max-width: 736px)
and (orientation: landscape) { 

    .contentIntro {
        min-height: 400px !important;
    }

/*    .testimonial-quote {
        padding-top: 40px;
    }*/

    #intro-banners {
        display: none;
    }

    .mobile-content {
        padding: 1em;
    }

    .mobile-content img {
        height: 42%;
    }

    .mobile-content-mid img {
        height: 60%;
    }

    #csr-logo img {
        height: 23%;
    }

/*    .testimonial-quote {
        padding-top: 60px;
    }*/

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

    .social-ico {
        margin: 10px;
    }
}

/* portrait Ipad mini */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait) {
    #intro-banners {
        height: 66% !important;
    }

    #other-cases i {
        padding: 0;
        font-size: 38px;
    }

    #other-cases .case-study {
        background-size: 100%;
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
    }

    #other-cases section {
        position: relative;
        height: 200px;
    } 
}

@media only screen
and (min-width: 711px)
and (max-width: 768px) {
    .mobile-content img {
        height: 50%;
    }

    .mobile-content-mid img {
        height: 60%;
    }

    .mobile-content {
        padding: 1em;
    }

    #csr-logo img {
        height: 20%;
    }

/*    .testimonial-quote {
        padding-top: 40px;
    }*/

    #intro-banners {
        display: none;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

    .contentIntro {
        min-height: 400px !important;
    }
}

@media only screen
and (min-width: 711px)
and (max-width: 768px)
and (orientation: landscape) {
    .mobile-content img {
        height: 70%;
    }

    .mobile-content-mid img {
        height: 85%;
    }

    .mobile-content {
        padding: 1em;
    }

    #csr-logo img {
        height: 30%;
    }

/*    .testimonial-quote {
        padding-top: 40px;
    }*/

    #intro-banners {
        display: none;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

    .contentIntro {
        min-height: 400px !important;
    }
}

/* Landscape Ipad 1 and 2 */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {
/*    .testimonial-quote {
        padding-top: 30px;
    }*/
}

/* Landscape Ipad 3 and 4 */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {

    .mobile-content img {
        height: 70%;
    }

    .mobile-content-mid img {
        height: 85%;
    }

    .mobile-content {
        padding: 1em;
    }

    #csr-logo img {
        height: 30%;
    }

    #intro-banners {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
/*
    .testimonial-quote {
        padding-top: 50px;
    }*/

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }
}

@media only screen
and (min-width: 711px)
and (max-width: 875px) {
    #csr-logo img {
        height: 18%;
    }

    .mobile-content {
        padding: 0.5em;
    }

/*    .testimonial-quote {
        padding-top: 60px;
    }*/

    .mobile-content-mid img {
        height: 50% !important;
    }

    .mobile-content img {
        height: 40%;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

}

@media only screen
and (min-width: 711px)
and (max-width: 875px)
and (orientation: landscape) {
    #csr-logo img {
        height: 28%;
    }

    .mobile-content {
        padding: 0.5em;
    }

/*    .testimonial-quote {
        padding-top: 60px;
    }*/

    .mobile-content-mid img {
        height: 85% !important;
    }

    .mobile-content img {
        height: 40%;
    }

    #case-study-social {
        padding: 64px 0 64px 0 !important;
    }

}

/*Media Query Sets*/
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 320px)  and (max-width: 710px) and
(orientation: portrait) {
    /*#intro-banners {
        width: 100%;
        height: 70%;
        overflow: hidden;
    }

    #intro-banner-1 {
        height: 50%;
        width: 100%;
    }
 
    /*#csr-logo {
        position: absolute;
        top: calc(23% - 100px);
        left: calc(71% - 100px);
    }

    */
    #csr-logo img {
        height: 14%;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 10%;
    }*/

    .mobile-content {
        padding: 0.5em;
    }

    .mobile-content img {
        height: 24%;
    }

    .mobile-content-mid img {
        height: 35%;
    }
}

/*!* Nexus 6p portrait *!
@media only screen
and (min-width: 412px)
and (max-width: 435px)
and (min-height: 732px)
and (max-height: 773px)
and (orientation: portrait) {
    #csr-logo {
        left: calc(66% - 100px);
    }
}*/

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 641px) and (max-height: 850px) and (orientation: portrait) {
    #intro-banners {
        display: none;
    }

    .contentIntro #main {
        top: 140px !important;
        font-size: 0.56em;
    }

    #csr-logo img {
        height: 16%;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 10%;
    }*/

    .mobile-content {
        padding: 1em;
    }

    .mobile-content img {
        height: 25%;
    }

    .mobile-content-mid img {
        height: 40%;
    }

    .social-ico {
        margin: 11px;
    }

    .contentIntro {
        min-height: 400px !important;
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 961px) and (orientation: portrait) {
    #intro-banners {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 10%;
    }*/

    #csr-logo img {
        height: 14%;
    }

    .mobile-content {
        padding: 0.5em;
    }

    .mobile-content img {
        height: 24%;
    }

    .mobile-content-mid img {
        height: 35%;
    }

}

/* big landscape tablets, laptops, and desktops */
@media (min-width: 1025px) {
    .line-separator {
        display: inline-block;
        margin: 0.6em 0.5em 1.2em 0.5em;
        height: 3.3em;
        width: 1px;
        background-color: #E5E5E5;
    }

/*    #case-study-testimonial-bg blockquote {
        margin-top: 15%;
    }*/

}

/* Laptop with Touch */
@media screen
and (min-width: 1280px)
and (min-height: 950px) {
    #intro-banners { 
    }

    .mobile-content {
        padding: 2em;
    }

    .mobile-content img {
        height: 50%;
    }

    .mobile-content-mid img {
        height: 65%;
    }

    #csr-logo img {
        height: 20%;
    }
}

/*
@media screen
and (min-width: 1440px)
and (min-height: 900px) {
    #csr-logo {
        top: calc(27% - 100px);
        left: calc(51% - 100px);
    }
}*/
/* hi-res laptops and desktops */
@media (min-width: 1028px) and (max-width: 1280px) {

    #csr-logo img {
        height: 24%;
    }

    #intro-banners {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mobile-content {
        padding: 2em;
    }

    .mobile-content img {
        height: 50%;
    }

    .mobile-content-mid img {
        height: 65%;
    }

    #intro-banner-1 { 
        width: 100%;
    } 
}

@media (min-width: 1028px) and (max-width: 1280px) and (orientation: landscape) {
    #csr-logo img {
        height: 35%;
    }

    .mobile-content img {
        height: 80%;
    }

    .mobile-content-mid img {
        height: 100%;
    }
}

/* hi-res laptops and desktops */
@media (min-width: 1281px) {

    #csr-logo img {
        height: 25%;
    }

    #intro-banners {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mobile-content {
        padding: 2em;
    }

    .mobile-content img {
        height: 50%;
    }

    .mobile-content-mid img {
        height: 65%;
    }

    #intro-banner-1 {
        width: 100%; 
    } 
}

/*@media only screen and : 1.77) and (orientation: portrait) {
    #csr-logo {
        position: absolute;
        top: calc(27% - 100px);
        !*left: calc(50% - 100px);*!
    }
}*/


