/* Minification failed. Returning unminified contents.
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,22): run-time error CSS1039: Token not allowed after unary operator: '-liMenuItemRightWidth'
(219,21): run-time error CSS1039: Token not allowed after unary operator: '-liMenuItemRightWidth'
(554,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(555,17): run-time error CSS1039: Token not allowed after unary operator: '-width'
(557,28): run-time error CSS1039: Token not allowed after unary operator: '-width'
(2726,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2872,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2885,21): run-time error CSS1039: Token not allowed after unary operator: '-liMenuItemRightWidth'
 */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-family: ftFontBold;
    font-size: 1.6em;
    line-height: 1.5;
    background-color: #FFFEF5;
    color: #524942;
}

:root {
    --liMenuItemRightWidth: 172px;
}

@font-face {
    font-family: 'Segoe';
    src: url('../fonts/tiktok/segoeui.woff2') format('truetype');
}

@font-face {
    font-family: 'SegoeBlack';
    src: url('../fonts/tiktok/seguibl.woff2') format('truetype');
}

@font-face {
    font-family: 'SegoeSemiBold';
    src: url('../fonts/tiktok/seguisb.woff2') format('truetype');
}

@font-face {
    font-family: 'SegoeBold';
    src: url('../fonts/tiktok/segoeuib.woff2') format('truetype');
}

@font-face {
    font-family: 'SegoeBoldItalic';
    src: url('../fonts/tiktok/segoeuiz.woff2') format('truetype');
}

a {
    color: #2886e0;
}

    a:hover, a:focus {
        text-decoration: none;
    }

a, button, input {
    transition: .3s all ease;
}

.form-control {
    border-color: #E1E1D7;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    font-size: 15px;
    border-radius: 0;
}

/*COOKIE POLICY POPUP*/

a.popupCookiesSelector {
    font-size: 12px;
    position: absolute;
    left: 0;
    margin: auto;
    text-align: center;
    color: hsla(54, 50%, 95%, 0.88);
    top: -18px;
    background-color: hsl(40, 3%, 38%);
    width: 95px;
}

.js-cookiesHome {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    padding: 0 4.6vw;
    display: none;
}

    .js-cookiesHome a {
        font-size: 12px;
        text-transform: uppercase;
        color: #7e7767;
        position: relative;
        top: -1px;
        font-family: myriad;
        padding: 0px 10px;
    }

.cc-revoke, .cc-window {
    font-size: 12px;
    line-height: 1.3em;
}

.cc-floating {
    border-radius: 0;
}

    .cc-floating .cc-message {
        color: #fffef5;
    }

.cc-link {
    padding: 0;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    color: hsla(36, 2%, 22%, 1);
    font-weight: normal;
    font-size: 14px;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-floating {
        max-width: 53%;
    }

    .cc-floating.cc-theme-classic {
        padding: 1em;
    }

    .cc-btn {
        padding: .3em .8em;
    }
}
/*END COOKIE POLICY POPUP*/

/*Loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#loader {
    position: relative;
    left: calc(50% - 70px);
    top: calc(50% - 80px);
    width: 120px;
    height: 120px;
    z-index: 1001;
    display: none;
    /*background-size: cover;
    background-repeat: no-repeat;*/
}

.imgRot {
    -webkit-animation: sk-rotate 7.0s infinite linear;
    animation: sk-rotate 7.0s infinite linear;
    position: absolute;
    top: -36%;
    left: -31%;
}

.imgRot2 {
    -webkit-animation: sk-rotate 8.0s infinite linear;
    animation: sk-rotate 8.0s infinite linear;
    position: absolute;
    top: 0;
    left: -80px;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.stillLama {
    top: 5px;
    left: 3px;
    position: relative;
    width: 86%;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    position: absolute;
    width: calc(var(--liMenuItemRightWidth) + 48px);
    right: 3vw;
    top: 50px;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav ul.topMenuLinks {
        list-style: none;
        padding: 0;
        max-height: calc(100vh - 123px);
        overflow: hidden;
        overflow-y: auto;
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        padding: 7px 20px;
        text-decoration: none;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0;
        display: block;
        background-color: hsla(0,0%,10%,0.95);
        width: var(--liMenuItemRightWidth);
    }

    .topnav li:first-child a {
        padding-top: 32px;
    }

    .topnav li:last-child a {
        padding-bottom: 28px;
    }

    /* Style the hamburger menu */
    .topnav a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        color: #FFFEF5
    }

.partnersBadgeOuter {
    padding-left: 0.7vw;
    display: none
}

    .partnersBadgeOuter img {
        width: 65px;
    }

.toggleRightNav {
    padding-top: 0;
    margin-top: 0px;
    margin-right: 0;
    padding-right: 0;
    background: none;
    border: 0;
    float: right;
    width: 48px;
}

    .toggleRightNav:focus-visible {
        outline: 0;
    }

    .toggleRightNav img {
        width: 100%
    }

    .toggleRightNav.expanded img {
        transform: rotate(90deg);
    }

.linetxt {
    position: relative;
    top: 10px;
    padding: 0px 20px;
    font-family: myriad;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17px;
    display: none;
    text-align: center;
    /*background: -webkit-radial-gradient(circle, #524942 16%, rgba(49, 49, 49, 0.12) 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.scLine {
    background: #524942;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 10000;
    height: 1px;
    position: absolute;
    display: none;
}

.slidesLoader {
    background-position: center;
    background-image: url(../img/Fab-Loading.gif);
    background-repeat: no-repeat;
    background-size: 25%;
    padding-bottom: 37%;
    position: absolute;
    top: 50px;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(0, 0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translate(0, 0); /* IE 9 */
        transform: translate(0, 0); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: translate(100px, 0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translate(100px, 0); /* IE 9 */
        transform: translate(100px, 0); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate(0, 0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translate(0, 0); /* IE 9 */
        transform: translate(0, 0); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: translate(100px, 0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translate(100px, 0); /* IE 9 */
        transform: translate(100px, 0); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    /*width: 50%;
    height: 100%;*/
    width: 100%;
    height: 50%;
    background: #2d2d2d;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        /*left: 0;*/
        top: 0;
        /*background-image: url('../img/SUMMERCLIFF_TEXT GRAY.png');*/
        /*-webkit-animation: sk-rotate 3.0s infinite linear;
        animation: sk-rotate 3.0s infinite linear;*/
        /*background-position: center;
        background-repeat: no-repeat;*/
    }


    #loader-wrapper .loader-section.section-right {
        /*right: 0;*/
        top: 50%;
    }

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateY(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(100%); /* IE 9 */
    transform: translateY(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    top: 0;
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/*Loader*/

/*spinner*/
.spinner {
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

    .spinner > div {
        width: 10px;
        height: 10px;
        background-color: #404040;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*end spinner*/

.js-awardsDiv {
    position: absolute;
    right: 3vw;
    bottom: 70px;
    width: 20vw;
    display: none
}

.lamaOuter a {
    cursor: pointer;
}

.lamaOuter img {
    height: 173px;
    position: absolute;
    bottom: 0;
    margin: 0 1.2vw;
    filter: saturate(0) sepia(50%) brightness(0.6);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

    .lamaOuter img.ee23 {
        height: 140px;
    }

    .lamaOuter img.vega23 {
        height: 151px;
    }

    .lamaOuter img.lit23 {
        height: 159px;
    }

.lamaOuter a:hover img {
    filter: none;
    transform: scale(1.2);
    transform-origin: bottom center;
}

.lamaOuter .slick-slide {
    min-height: 210px;
    position: relative;
}

.slick-slide:focus {
    outline: none
}

/*.lamaOuter .slick-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    bottom: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(45 45 45) 100%);
    z-index: 1;
}

.lamaOuter .slick-slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(45 45 45) 100%);
    z-index: 1;
}*/

.lamaOuter .slick-prev, .lamaOuter .slick-next {
    top: 61%;
}

    .lamaOuter .slick-prev:before,
    .lamaOuter .slick-next:before {
        /*font-size: 27px;
        color: #191a19;*/
        display: block;
        content: ' ';
        background-size: contain;
        width: 42px;
        height: 42px;
    }

    .lamaOuter .slick-prev:before {
        background-image: url(/img/chevron-left.png);
    }

    .lamaOuter .slick-next:before {
        background-image: url(/img/chevron-right.png);
    }

.awardsDiv {
    --width: 327px;
    width: var(--width);
    position: absolute;
    left: calc(100% - var(--width) - 4vh);
    bottom: calc(100% - 0.75vh);
    display: none;
    left: 460px;
    bottom: -14px;
}

.awardsDivRot {
    position: absolute;
    bottom: calc(100% - 0.75vh);
    display: none;
    right: 33vw;
    top: 16vh;
}

.awardsRot {
    width: 150px;
    position: absolute;
    top: 35px;
    left: -55px;
}

.awExcellence {
    width: 25%;
    padding-right: 35px;
}

.no-fouc {
    display: none;
}

.bgImage {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.sectionTikTok {
    background-color: #ee1d52;
}

.sectionTikTokInner {
    min-height: 100vh;
    align-content: center;
    flex-wrap: wrap;
}

.sectionTikTok img {
    width: 80%;
}

.ttHeader {
    background-image: url('/img/tiktok/tiktok-hub-by-summercliff-19.png');
    background-position: right bottom;
    background-size: 1.2em;
    background-repeat: no-repeat;
    color: #ee1d52;
    font-family: SegoeBlack;
    font-size: inherit;
}

.sectionDeliver {
    background-image: url('/img/tiktok/tiktok-hub-by-summercliff-22.png');
    background-position: right bottom;
    background-size: 1.2em;
    background-repeat: no-repeat;
    margin-top: 1.5em;
    margin-bottom: .2em;
}

.ttHubContactForm {
    background-color: #ee1d52;
    max-width: calc(100% - 25px);
    width: 489px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    position: relative;
}

.ttHubContactFormBackLayerRight {
    background-color: #6ac9d2;
    width: 20px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    top: 20px;
}

.ttHubContactFormBackLayerBotttom {
    background-color: #6ac9d2;
    height: 20px;
    left: 20px;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.ttHubContactForm:after {
    content: ' ';
    position: absolute;
    left: 50px;
    bottom: 0;
    right: 50px;
    top: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    pointer-events: none;
}

.ttHubContactFormImgOuter {
    padding: 30px 85px;
}

.ttHubContactForm form {
    border-top: 1px solid white;
    padding: 25px 75px;
    padding-top: 15px;
}

.ttHubContactForm .form-control {
    color: white;
    font-family: Segoe;
    border-color: white;
}

    .ttHubContactForm .form-control::placeholder {
        color: rgba(255,255,255,0.7);
    }

.ttHubContactForm .realPersonCl {
    width: 100%;
}

textarea.form-control.ttHubMessage {
    height: 145px
}

.ttStar3 {
    width: 25px;
    float: right;
    position: relative;
    right: -18px;
}

.js-btnContactTTHub {
    border-radius: 0;
    background-color: white;
    border: 0;
    font-size: 29px;
    font-family: 'SegoeBold';
    width: 100%;
    color: #ee1d52;
    padding: 4px;
    margin-top: 10px;
}

.sectionFeatures,
.sectionPackages,
.sectionTTForm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sectionTTForm {
    background: rgb(249,188,198);
    background: linear-gradient(90deg, rgba(249,188,198,1) 0%, rgba(231,213,216,1) 35%, rgba(212,238,235,1) 100%);
}

.sectionTTCasesContainer {
    width: calc(100% - 90px);
    max-width: 1700px;
}

.js-slickTikToks .slick-prev:before,
.js-slickTikToks .slick-next:before {
    font-size: 30px;
}

.js-slickTikToks .slick-next {
    right: -15px;
}

.js-slickTikToks .slick-prev {
    left: -20px;
}

.js-slickTikToks .backgroundCoverIndex {
    -webkit-filter: none;
    filter: none;
    -o-filter: none;
}

.sectionTTCases {
    padding: 15px 0;
}

.sectionTTCasesContainer .detailsListCoverWrapper {
    border-color: transparent;
}

.ttFormContainer {
    background-image: url(/img/tiktok/tiktok-hub-by-summercliff-21.png);
    background-position: right bottom 37%;
    background-size: 4.5em;
    background-repeat: no-repeat;
}

.ttFormFirstRow {
    background-image: url(/img/tiktok/tiktok-hub-by-summercliff-12.png);
    background-position: left bottom 4.7%;
    background-size: 5.5em;
    background-repeat: no-repeat;
}

.ttStar1, .ttStar2 {
    width: 20px;
    position: relative;
}

.ttStar1 {
    left: 23.9%;
    top: 0px;
}

.ttStar2 {
    left: 90%;
    top: -5px;
}

.sectionPackages {
    color: white;
}

.ttPackagesCol {
    background-image: url('/img/tiktok/tiktok-hub-by-summercliff-15.png');
    background-position: left 1em bottom 0.2em;
    background-size: 0.8em;
    background-repeat: no-repeat;
}

.ttPackagesRow {
    background-image: url('/img/tiktok/tiktok-hub-by-summercliff-16.png');
    background-position: left 0 top 0.5em;
    background-size: 1.2em;
    background-repeat: no-repeat;
}

.ttFontS2 {
    line-height: 1;
}

.ttFootnote {
    font-size: 0.23em;
    font-family: Segoe;
    font-style: italic;
    margin-top: 1.5em;
}

.tt-main-content .caseHover h5 {
    display: block;
}

.ttPackagesOuter, .ttPackagesTitle {
    padding-left: .85em;
    padding-right: .85em;
}

.ttPackagesExtPad {
    padding-left: 2em;
    padding-right: 2em;
    background-image: url('/img/tiktok/tiktok-hub-by-summercliff-17.png');
    background-position: right top 3em;
    background-size: 1.2em;
    background-repeat: no-repeat;
}

.ttPackagesOuter {
    border: 1px solid white;
    padding-top: 25px;
    padding-bottom: .55em;
    margin-top: 0.45em;
    column-gap: .4em;
}

    .ttPackagesOuter > div {
        flex: 1
    }

    .ttPackagesOuter ul {
        list-style: none;
        padding-left: 0;
        font-size: 14px;
        font-family: Segoe
    }

        .ttPackagesOuter ul li {
            margin-bottom: .2em;
        }

            .ttPackagesOuter ul li:before {
                content: '';
                display: inline-block;
                width: 15px;
                height: 17px;
                background-image: url(/img/tiktok/star.png);
                background-size: contain;
                background-repeat: no-repeat;
                margin-right: 5px;
                vertical-align: middle;
            }

.sectionFeatures {
    background-image: url(/img/tiktok/tiktok-hub-by-summercliff-03.png);
    background-position: right -4px bottom -1.5em;
    background-size: 12.5em;
    background-repeat: no-repeat;
}

.body-tt {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.tt-main-content {
    /*font-size: 3.4vw;*/
    font-size: 2.95em;
    color: #2d2d2d;
    font-family: SegoeBold;
}

.featuresTxt {
    font-size: 0.58em;
}

.ttDeliver {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

.ttSmallCaps {
    font-size: 0.36em;
    line-height: 1.1;
}

.ttPackagesOuter .ttSmallCaps {
    margin-top: 15px;
}

.ttBulIcons {
    flex-direction: column
}

    .ttBulIcons div {
        color: white;
        border-radius: 38px;
        padding: 0px 0.5em;
        padding-bottom: 2px;
        font-size: 0.76em;
        line-height: 1.2;
        margin-top: .6em;
        margin-right: auto;
    }

.timeTT {
    width: 10em;
    margin-top: 60px;
}

.teamDel {
    width: 9.5em;
    max-width: 100%;
    position: relative;
    top: -10px;
}

.smileyLeft {
    position: absolute;
    left: -0.5em;
    width: 1.2em;
    top: 1.3em;
}

.colorTTRed {
    color: #ee1d52;
}

.colorTTBlue {
    color: #7ae2e2;
}

.bgTTRed {
    background-color: #ee1d52;
}

.bgTTBlue {
    background-color: #6ac9d2;
}

.bgTTBeige {
    background-color: #c2b39c;
}

.ttItalic {
    font-family: SegoeBoldItalic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ftFontBold;
    font-weight: normal;
}

h5, .h5 {
    font-size: 15px;
}

label {
    font-weight: normal;
}

.newsletterw {
    text-align: center;
}

#newslettermail-error {
    color: #b30202;
    font-family: verdana;
    font-weight: bold;
    font-size: 8px;
    position: relative;
    top: -11.5px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0px;
}

.siteDetails h4 {
    font-family: myriad;
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 22px;
}

.detailsContainerFluid {
    margin-top: 50px;
}

.detailsContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

.detailsContainerInner {
    padding: 15px;
    padding-bottom: 0;
}

.btnContact {
    background-color: black;
    color: white;
    font-family: myriad;
    border-radius: 0;
    font-size: 20px;
    padding: 0px 8px;
    padding-top: 4px;
    text-transform: uppercase;
}

#loginLink {
    display: inline-block;
    float: none;
    width: auto;
    color: #565656;
    font-size: 13px;
    font-family: myriad;
    padding: 0;
}

.contactForm {
    padding: 0 30px;
}

.srvCol {
    padding-top: 15px;
    padding-bottom: 30px;
}

    .srvCol:before {
        content: "";
        display: block;
        background: #2d2d2d;
        height: 3px;
        width: 15px;
        top: 0;
        position: absolute;
    }

    .srvCol .hypeTagsSpread {
        margin-bottom: 15px;
    }

.sideBorderLeft {
    border-left: 1px solid #e8e5e3;
    padding-right: 52px;
    padding-left: 30px;
}

.sideBorderRight {
    padding-left: 15px;
    padding-right: 15px;
}

.siteDetails {
    font-size: 14px;
}

    .siteDetails a.text-underline {
        color: #524942;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .siteDetails label {
        margin-bottom: 0;
    }

.casesIndex .siteDetails h5 {
    font-family: ftFont;
    font-size: 36px;
    display: inline-block;
    margin-top: 5px;
}

.detailsBody {
    border: 1px solid #e8e5e3;
    border-top: none;
    border-bottom: none;
}

    .detailsBody .dt1 {
        padding: 0 25px;
    }

hr, .detailsBody {
    border-color: #e8e5e3;
    margin-top: 10px;
}

.detailsBody {
    margin-bottom: 15px;
}

.loaderSpin {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 34, 34, 0.54) url(../img/loading.gif) 50% 50% no-repeat;
    background-size: 55px;
}

.scBlock {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 15px;
    height: 5px;
    background-color: #212121;
}

.text-underline {
    text-decoration: underline;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .loaderSpin {
        display: block;
    }

.blue {
    color: #2886e0;
}

.slides {
    /*height: 70vh !important;*/
    height: auto !important;
    padding-bottom: 39.55%;
    /*border-radius: 0 0 50px 50px;*/
}

.modal-title {
    font-size: 26px;
}

.modal-content {
    border-radius: 0;
}

.modal .btn-primary {
    background-color: black;
    color: white;
    font-family: myriad;
    border-radius: 0;
    font-size: 20px;
    padding: 0px 8px;
    padding-top: 4px;
    text-transform: uppercase;
}

    .modal .btn-primary:hover,
    .modal .btn-primary:active:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .modal .btn-primary:focus {
        outline: none
    }

.swapSmallGalleryLeft, .swapSmallGalleryRight {
    padding-left: 6px;
    margin-right: 10px;
    width: calc(100% - 6px);
}

.careerRow {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: justify;
}

.careers {
    font-size: 27px;
    font-family: myriad;
    color: #212121;
    margin-top: 5px;
}

    .careers.sm {
        font-size: 19px;
        display: inline-block;
    }

textarea {
    resize: none;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 260px;
}

/************* pretty scrollbar ****************/
div::-webkit-scrollbar {
    width: 9px;
}

div::-webkit-scrollbar-track {
    border: 1px solid rgba(172, 172, 172, 0.54);
    border-radius: 4px;
    background-color: #f3f3f3;
}

div::-webkit-scrollbar-thumb {
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    background-color: rgb(233, 234, 237);
}

/**************************************/
span.cke_skin_kama {
    width: 100% !important;
}

.hlCaseImageGallery a {
    width: 100%;
    padding-bottom: 75%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px 0;
    margin-bottom: 20px;
}

.divReview.srv {
    border-bottom: 1px solid #e8e5e3;
}

.splistRow {
    margin-top: 0px;
    margin-bottom: 30px;
}

.spreadsList .row:first-child {
    margin-top: 0;
}

.splistRowDetails {
    margin-bottom: 60px;
}

.detReview.srv {
    font-size: 28px;
}

.seeMore {
    cursor: pointer;
    font-family: myriad;
    margin-top: 10px;
    text-transform: uppercase;
}

.imgDef {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 75%;
}

.dtImg {
    width: 100%;
    padding-bottom: 75%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 11px;
    margin-top: 11px;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .dtImg:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.smDim {
    font-size: 13px;
    color: green;
}

.photoUsedIn {
    font-size: 13px;
    line-height: 1.1;
}

.slick-list {
    /*padding-left: 70px!important;
    padding-right: 95px!important;*/
}

.casesIndex .siteDetails h5 {
    padding-left: 6px;
}

.casesIndex .divReview {
    padding: 10px;
    padding-top: 4px;
    background-color: #fffef5;
}

.casesIndex .detReview {
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 2.8vw;
}

    .casesIndex .detReview .rightQuote {
        font-size: 59px;
        top: 11px;
    }

.searchInside {
    display: inline-block;
    width: 207px;
}

img.ui-datepicker-trigger {
    width: 32px;
    top: -2px;
    position: relative;
}

.numberBlock {
    padding: 0 15px;
    border-bottom: 1px solid #e8e5e3;
    margin-top: 15px;
}

    .numberBlock * {
        font-family: ftFont;
    }

    .numberBlock h3 {
        margin-top: 0;
    }

.spIndex {
    font-size: 92px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 0.8;
    position: relative;
    display: inline-block;
    color: #212121;
}

    .spIndex:after {
        content: "";
        display: block;
        width: 15px;
        height: 6px;
        background: #212121;
        position: absolute;
        bottom: -12px;
    }

.text-right .spIndex:after {
    right: 0;
}

.gtGoatDetails {
    max-width: 10vw;
}

.galRow {
    margin: 0 -10px;
}

.galCol {
    padding: 0 4px;
}

.slistRi {
    line-height: 1.7;
    padding: 0;
    font-family: myriad;
    font-size: 17px;
    letter-spacing: 1.8px;
    display: inline-block;
}

.scLogo {
    max-width: 200px;
    position: absolute;
    right: 3vw;
    top: 4px;
    bottom: 0;
    margin: auto;
}

.js-bodyIndex .scLogo {
    max-width: 320px;
    right: 3vw;
    top: 50px;
}

.detReview {
    font-size: 26px;
    line-height: 1.2;
    padding-left: 33px;
    font-family: arno, 'Times New Roman';
    margin-bottom: 20px;
    margin-top: 15px;
}

    .detReview h2 {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        display: inline;
    }

    .detReview::before {
        display: block;
        height: 0;
        content: "“";
        /*font: 230%/1 Georgia,"Times New Roman", serif;*/
        font-family: Georgia,"Times New Roman", serif;
        line-height: 1;
        font-size: 230%;
        left: -35px;
        top: -6px;
        position: relative;
    }

    .detReview .rightQuote {
        font-family: Georgia,"Times New Roman", serif;
        font-size: 89px;
        line-height: 0;
        position: relative;
        top: 51px;
        right: -2px;
        vertical-align: top;
    }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) /*IE10+*/
{
}

.tbul {
    font-size: 19px;
}

.sprTitle {
    /*padding: 0 80px;*/
}

.multiImages {
    margin-bottom: 20px;
}

#videoElement {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2d2d2d;
    /*background-size: cover;*/
    width: 100%;
    height: 533px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: 100px;
    background-position-y: 37%;
}

.videoElementText {
    position: absolute;
    bottom: 170px;
    right: 0;
    text-shadow: 17px 4px 13px rgba(248, 248, 248, 0.60);
    z-index: 1;
}

.btnVideo {
    border: 2px solid #A9A9A9;
    background-color: #A9A9A9;
    color: #000;
    font-family: myriad;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    padding: 0 5px;
    padding-top: 3px;
}

.imgMultiDiv {
    background-color: #eeeff1;
    /*margin-bottom: 14px;*/
    float: left;
    width: 100%;
    /*padding: 5px;*/
    position: relative;
    /*-webkit-flex: 1;  
    -ms-flex: 1;  
    flex: 1;*/
}

    .imgMultiDiv span {
        font-size: 14px;
    }

.imgCaseFancy {
}

.imgCase {
    padding-bottom: 75%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid gray;
}

.emptyList {
    font-style: italic;
    color: gray;
    margin-top: 20px;
    display: inline-block;
}

.mdInactive {
    position: absolute;
    background-color: rgba(255, 0, 0, 0.49);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.lblNo {
    /*position: absolute;
    left: 6px;
    top: 6px;*/
    padding: 0px 5px;
    z-index: 6;
    color: black;
    background-color: white;
    font-size: 12px;
    border: 0;
    width: 25px;
    text-align: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.divLeft {
    float: left;
    width: 100%;
}


.field-validation-error {
    font-size: 14px;
}

/*#Review {
    display: block !important;
    visibility: visible !important;
    height:0;
    opacity:0
}*/

.validation-summary-errors li, .validation-summary-valid li {
    padding: 4px 10px;
    margin-bottom: 1px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
    font-size: 14px;
}

    .validation-summary-valid li a {
        color: black;
        text-decoration: underline;
    }


.validation-summary-valid ul {
    list-style-position: inside;
    list-style-type: decimal;
    padding: 0;
}

.btnDeleteImg {
    position: absolute;
    right: 7px;
    top: 8px;
    padding: 1px 4px;
    height: 18px;
    line-height: 0.5;
    font-size: 12px;
}

.tbDescription {
    resize: none;
    border: solid 1px #d5d5d5;
    border-radius: 2px;
    margin-top: 1px;
    font-family: Arial;
    font-size: 11px;
    padding: 2px;
    width: 100%;
    height: 20px;
    color: #91908B;
    float: left;
}

.navbar-inverse {
    background-color: #2d2d2d !important;
}

.navbar-collapse::-webkit-scrollbar-thumb, .navbar-collapse::-webkit-scrollbar-track {
    background-color: #2d2d2d;
}

.tagsCase {
    margin-bottom: 20px;
    outline: 0 none;
    padding: 0;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
    float: left;
    width: 100%;
}

.hypeTags a, .hypeTags span, .industryTag {
    border-radius: 0;
    line-height: 18px;
    height: 18px;
    letter-spacing: 0.4px;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(39, 39, 39);
    color: white;
    padding: 0 5px;
    float: left;
    margin-right: 3px;
    margin-bottom: 4px;
}

.hypeTags span {
    width: 100%;
    font-size: 23px;
    line-height: 1.2;
    font-family: myriad;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: left;
}

.industryTag {
    line-height: 18px;
    height: 18px;
}

.hypeTagsSpread {
    border-radius: 0;
    line-height: 0.9;
    letter-spacing: 0.4px;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(39, 39, 39);
    color: white;
    padding: 4px 5px;
    float: left;
    margin-right: 3px;
    margin-bottom: 4px;
    width: auto;
    font-size: 19px;
    line-height: 1.2;
    font-family: myriad;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: left;
}

.toTop {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 10px;
    width: 34px;
    height: 34px;
    transition: background-color 300ms linear;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAMAAACuCk+GAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAHHRSTlMAv3FsR04ETZV7qzmMQwNjpYSBbbaedD8lCCghrxzLjAAAATlJREFUeAG10ctOwzAUhOHpBePYSdM2vbTw/u+JkIyUsmCU/5BZ+kjfv7AWLNVtn3M/1YNW2b1s2o51DX+3mW38f3+7edluZZ8XvM8L3ucF7/MC93nB+7zgfV7wPi9wnxe8zwve5wXv84L3eYH7vsB9X+A+L3DfF7jvC9z3Be7zAvd9gfu2wH1T4L4pcH//7gpBX7KFoL+ggPwFBeSDAvDlC9AHBeCDAvClN18APigAHxS8L1gAPijsqO8LoyQN3PeFKj0L933hmDSEfFu4q4v5rnDTNeibQlYJ+qZw1DXom0LWOeibQqd90DeFQc8L932hpHaK+n8yHfdd4abvpTP2TaE7qBWgbwo/vpROxDeF5rfC7B8ug/D2M397eD2V9t5/KrBHbkwZ9GupTn0+jQ8F9zGecj/VpLYvzkEQTeC4sD8AAAAASUVORK5CYII= );
    background-color: rgba(30, 30, 30, 0.8);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.csStatus.alert {
    padding: 1px 10px;
    /*display: block;
    text-align: center; 
     font-weight: normal*/
}

.csImg, .csImgColoured {
    display: none;
}

.backgroundCover {
    background-size: cover;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
}

.backgroundCoverIndex {
    display: block;
    -webkit-filter: sepia(24%);
    filter: sepia(24%);
    -o-filter: sepia(24%);
    -webkit-transition: -webkit-filter .25s linear;
    -moz-transition: -moz-filter .25s linear;
    -o-transition: -o-filter .25s linear;
}

.caseLink {
    position: relative
}

    .caseLink:hover .backgroundCoverIndex {
        -webkit-filter: none;
        filter: none;
        -o-filter: none;
    }

.grayscale {
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    /*filter: gray;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);*/
    filter: saturate(0);
    -webkit-filter: saturate(0);
    -o-filter: saturate(0);
    /**/
    -webkit-transition: -webkit-filter .25s linear;
    -moz-transition: -moz-filter .25s linear;
    -o-transition: -o-filter .25s linear;
}

.caseLink:hover .grayscale {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

.grayscale-fix { /*ie*/
    position: absolute !important;
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.25s linear;
}

.caseLink:hover .grayscale-fix { /*ie*/
    opacity: 0;
}

.caseHover {
    position: absolute;
    top: -10px;
    word-wrap: break-word;
    width: 100%;
    background-color: #2d2d2d;
    z-index: 1;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    padding: 10px;
    opacity: 0;
    text-transform: uppercase;
}

.caseLink:hover .caseHover {
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
    top: 0;
    opacity: 1;
}

.caseDet {
    max-width: calc(100% - 12px);
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    padding: 0 5px;
    right: 12px;
    bottom: 12px;
    background-color: black;
    color: white;
    font-family: myriad;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    height: 27px;
}

    .caseDet label {
        margin-bottom: 0;
        line-height: 31px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

.caseLink:hover .caseDet {
    /*right: 100%;*/
}

.caseHover * {
    color: white;
    font-family: ftFontBold;
}

.caseHover h3 {
    text-transform: uppercase;
    display: inline;
    font-size: 23px;
    font-family: myriad;
}

.caseHover h5 {
    display: inline;
    font-size: 20px;
    vertical-align: middle;
    font-family: myriad;
}

.boReview {
    max-height: 177px;
    overflow: hidden;
    float: left;
    position: relative;
    line-height: 18px;
    font-size: 17px;
}

.detailsListCoverWrapper {
    overflow: hidden;
    border: 12px solid #fffef5;
    /*margin-top: 7px;*/
}

/*.col-sm-4:before {
    content: "";
    display: block;
    height: 7px;
    width: 100%;
    position: relative;
    top: -2px;
    left: -9px;
    background: #212121;
}

.row:before {
    content: "";
    display: block;
    height: 35px;g
    width: 6px;
    position: absolute;
    left: 0px;
    top: -2px;
    background: #212121;
}*/

.newslettert {
    font-size: 17px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 3px;
    font-family: myriad;
    display: inline-block;
}

    .newslettert a {
        color: #88774f;
    }

.newslettera {
    position: relative;
    width: 240px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.newsletterd {
    font-family: arlo;
    color: #808080;
    padding-top: 0;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 225px;
    margin-right: 5px;
    display: none;
}

.newslettera input[type="email"] {
    color: #ccc;
    font-family: myriad;
    font-size: 16px;
    line-height: 1.55;
    padding: 4px 84px 3px 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 25px;
    background-color: #262626;
    border: 1px solid black;
}

.newslettea button {
    font-family: myriad;
    width: 84px;
    height: 23px;
    background: #333333;
    color: #f9f9f9;
    border: 1px solid #4d4d4d;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
}

.btnSignup {
    font-family: myriad;
    width: 84px;
    height: 23px;
    text-transform: uppercase;
    background: #333333;
    color: #f9f9f9;
    border: 1px solid #2a2a2a;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 15px;
    letter-spacing: 0.1em;
}

    .btnSignup:hover {
        color: #7b6e65;
    }

#imgSuccess {
    right: 0;
    top: 3px;
    position: absolute;
    color: mediumseagreen;
}

.share-facebook {
    background-image: url('../img/FACEBOOK-ICON.png');
    background-size: cover;
}

.share-twitter {
    background-image: url('../img/TWITTER-ICON.png');
    background-size: cover;
}

.share-instagram {
    background-image: url('../img/INSTAGRAM-ICON.png');
    background-size: cover;
}

.share-linkedin {
    background-image: url('../img/LINKEDIN-ICON.png');
    background-size: cover;
}

.share-youtube {
    background-image: url('../img/YOUTUBE-ICON.png');
    background-size: cover;
}

.noPad {
    padding: 0 8px;
}

.noPadLeft {
    padding-left: 0;
}

.footer-valign {
    display: flex;
    align-items: center;
}

.tgl span {
    display: none;
    color: #808080;
    font-family: myriad;
    letter-spacing: 0.15em;
    font-size: 15px;
}

.tgl a {
    width: 11.5%;
    padding: 0 1%;
    display: inline-block;
}

    .tgl a img {
        width: 100%;
        max-width: 23px;
    }

    .tgl a:hover {
        opacity: 0.8;
    }

#logoutForm {
    display: inline;
}

.detailsListCover {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 100%;
    /*-moz-transition: filter 0.25s linear;
    -webkit-transition: filter 0.25s linear;
    -o-transition: filter 0.25s linear;*/
    position: relative;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('../img/grayscale.svg');
    filter: grayscale(100%);
    filter: gray;*/
    background-color: #efefef;
}

/*.caseLink:hover .detailsListCover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}*/

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.75) 100%) repeat scroll 0% 0%;
    transition: 500ms;
}

.thumbLink {
    width: 50px;
    height: 38px;
}

.overflowTable {
    overflow-y: auto;
    width: 100%;
    padding-right: 22px;
    margin-top: 15px;
}

.spreadDiv {
    background-color: hsla(225, 10%, 94%, 1);
    padding: 15px 30px;
    margin-bottom: 10px;
}


    .spreadDiv .form-control {
        background-color: white;
    }

/**************************override toggle******************************/
/*body {
    padding-top: 70px;
}

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
    float: none;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

    .navbar-nav > li {
        float: none;
    }

.navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-collapse::-webkit-scrollbar {
    width: 1px;
}

.navbar-collapse::-webkit-scrollbar-thumb, .navbar-collapse::-webkit-scrollbar-track {
    border: 0;
    border-radius: 0;
    background-color: #272727;
}

.navbar-inverse .navbar-toggle {
    border: 0;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

#navbar-close {
    color: white;
    line-height: 0.5;
}*/

.collapsing {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.navbar-toggle {
    float: none;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-collapse::-webkit-scrollbar {
    width: 1px;
}

.navbar-collapse::-webkit-scrollbar-thumb, .navbar-collapse::-webkit-scrollbar-track {
    border: 0;
    border-radius: 0;
}

.pen .navbar-toggle {
    border: none;
    background: transparent !important;
}

    .pen .navbar-toggle:hover {
        background: transparent !important;
    }

    .pen .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        /*background-color: white;*/
    }

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

/* FORCE NAVBAR-TOGGLE */

.pen .navbar-header {
    float: none;
    position: relative;
}

.pen .navbar-toggle {
    display: block;
    float: left;
}

.pen .navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
    height: 83%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    float: left;
}

.navPartial {
    margin: 0;
    padding: 0;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.footerShortlist {
    display: inline-block;
}

    .footerShortlist img {
        max-height: 160px;
        padding: 0 30px;
        padding-bottom: 5px;
    }

.pen .navPartial {
    position: absolute;
    left: 4vw;
    bottom: 0;
    height: auto;
    z-index: 1000;
    background-color: #2d2d2d;
}

.pen .navbar-nav > li {
    float: none;
    padding: 2vh 4vw;
    position: relative;
}

    .pen .navbar-nav > li.liGooglePartners {
        padding: 0 4vw;
    }

.pen .navPartial > li {
    display: inline-block;
}

.pen .navbar-nav > li > a {
    transition: color 0.3s;
    font-family: myriad;
    font-size: 12vh;
    line-height: 0.7;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.6vw;
    color: #FFFEF5;
    display: inline-block;
    opacity: 0;
}

/*.pen .navbar-nav > li > a {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 600;
    font-size: 12.8vw;
    line-height: 1.07;
    letter-spacing: 0.5px;
}*/

.pen .navPartial > li > a {
    font-size: 16px;
    font-family: myriad;
    color: #525252;
}

.menua:after {
    color: white;
    position: absolute;
    white-space: nowrap;
    left: 0.8vw;
    letter-spacing: 0.1vw;
    font-size: 16px;
    font-family: arno,'Times New Roman';
    visibility: hidden;
    display: block;
}

.menua:hover:after {
    visibility: visible;
}

.menua-if:after {
    content: "it's not about us.";
}

.menua-you:after {
    content: "it's about you.";
}

.menua-blv:after {
    content: "our philosophy.";
}

.menua-in:after {
    content: "touch.";
}

.menua-magic:after {
    content: "case studies.";
}

.navbarInactive a {
    color: #333 !important;
}

.pen .navbar-collapse.collapse.in {
    display: block !important;
    /*overflow-y: auto !important;*/
    overflow-y: visible !important;
}

.navbar-collapse.collapse {
    height: 100% !important;
}

.pen .navbar-brand {
    font-size: 14px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100% - 48px);
    position: relative;
}

.mainnav .sublink {
    color: white;
    position: absolute;
    bottom: 0;
    left: 4vw;
    padding-left: 0.8vw;
    letter-spacing: 0.1vw;
    font-size: 4.2vw;
    font-family: ftFont;
    display: none;
}

.navbar-collapse {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    border: 0;
    box-shadow: none;
}
/********************************************************************/

.indexurl {
    font-size: 16px;
}

.sectionFullImg {
    background-color: #2d2d2d;
    position: relative;
    /*padding: 0 17px;*/
}

/*.deepBackground {
    background-size: cover !important;
    background-position: center bottom !important;
    overflow: hidden;
    height: 400px;
}*/

.gtFlip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

    .gtFlip .sassy {
        left: -1vw;
    }

.animatedBirdcol {
    position: relative;
    top: -17px;
    left: 0;
}

.animatedBird {
    font-size: 40px;
    background-color: rgb(255, 254, 245);
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    border-bottom: 1px solid #e8e5e3;
}

    .animatedBird.dtlOnly {
        margin-top: 0;
    }

    .animatedBird .gtGoatDetails {
        position: absolute;
        left: calc(100% + 24px);
        top: -1px;
        height: 67px;
    }

    .animatedBird .gtGoatDetailsTop {
        position: absolute;
        right: 10px;
        top: -50px;
        height: 50px;
        display: none;
    }

.shareFB {
    background-image: url('../img/share.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 78px;
    height: 31px;
    float: left;
    margin-top: 20px;
}

.casesIndex .animatedBird {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.breadLink {
    font-size: 19px;
    line-height: 0.8;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-top: 16px;
    font-family: myriad;
}

.blFe {
    color: #212121;
}

.breadLink:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 8px;
    width: 28px;
    margin-right: 6px;
    background: #212121;
}

.animatedBird h1 {
    font-family: ftFont;
    font-size: 40px;
    word-break: break-word;
    text-transform: lowercase;
    margin-top: 3px;
    margin-bottom: 0px;
    color: #212121;
}

.animatedBird h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: arno, 'Times New Roman';
    color: #212121;
}

.animatedBird h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: arno, 'Times New Roman';
    color: #212121;
}

.animatedBird.dtlOnly h1, .animatedBird.dtlOnly h4 {
    margin-bottom: 0;
}

.sassy {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 20vw;
    float: right;
}

.gtgt .sassy {
    left: 15px;
}

.aboutPage .sassy {
    left: 0;
}

.sassy.srv {
    float: left;
    left: 18px;
    top: -13px;
}

/***************************************/
.lama {
    width: 154px;
    height: 140px;
    background: url(../img/lama1.png) 0 top;
    animation: play 3s steps(116);
}

.innerCover {
    /*border: 1px solid #eeeeec;
    padding: 30px;*/
}

.mobileImg {
    display: none;
    position: relative;
}

.mobimg {
    background-size: cover;
    background-position: center;
    padding-top: 100%;
}

@keyframes play {
    100% {
        background-position: -17052px top;
    }
}

/*********/
@media screen and (max-width:1199px) {

    .smileyLeft {
        left: 0;
    }

    .awardsDivRot {
        right: 38vw;
    }

    .js-bodyIndex .scLogo {
        max-width: 200px;
        top: 4px;
    }
}

@media screen and (max-width:1023px) {

    .awardsDiv {
        left: 24vw;
    }

    .awardsDivRot {
        right: 65vw;
        zoom: 0.7;
    }
}

@media screen and (max-width:991px) {

    .ttPackagesExtPad {
        padding-left: 1em;
        padding-right: 1em;
        background-position: right top;
    }

    .tt-main-content {
        font-size: 2.5em;
    }

    .ttPackagesRow {
        background-position: right 3em top;
        background-size: .7em;
    }

    .ttPackagesCol {
        background-position: left 0 bottom 0.2em;
    }

    .ttPackagesOuter, .ttPackagesTitle {
        padding-left: .5em;
        padding-right: .5em;
    }

    .sectionFeatures, .sectionPackages, .sectionTTForm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sectionFeatures {
        background-size: 10.5em;
    }

    .js-awardsDiv {
        bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    :root {
        --liMenuItemRightWidth: 140px;
    }

    #loader {
        zoom: .8;
    }

    .partnersBadgeOuter {
        padding-top: 2vw;
    }

    .js-awardsDiv {
        right: 5vw;
        width: 26vh;
    }

    .js-bodyIndex .scLogo {
        right: 5vw;
    }

    .awardsDivRot {
        right: 33vw;
        top: 9.5vh;
        zoom: 0.6;
    }

    .navbar-toggle {
        padding-left: 15px;
    }

    .flexrow.flexrow-xs-visible {
        display: flex;
    }

    .sectionTTForm .realperson-text {
        font-size: 8px;
    }

    .featuresTxt br {
        display: none
    }

    .sectionFeatures, .sectionPackages {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sectionFeatures {
        background-position: right 0 bottom -1.3em;
    }

    .teamDel {
        width: 67vw;
        top: -15px;
    }

    .ttPackagesRow {
        background-position: right 2.5em top;
        background-size: .9em;
    }

    .ttPackagesCol {
        background-image: none;
    }

    .tt-main-content {
        font-size: 2.1em;
    }

    .ttBulIcons div {
        font-size: 0.6em;
    }

    .ttPackagesExtPad {
        padding-left: 0;
        padding-right: 0;
        background-position: right top 0.5em;
    }

    .smileyLeft {
        left: 0;
        top: 1.3em;
        position: relative;
    }

    .ttHubContactForm:after {
        left: 30px;
        right: 30px;
    }

    .imgTT04 {
        width: 87%;
    }

    .ttFormContainer,
    .ttFormFirstRow {
        background-image: none;
    }

    .ttHubContactForm form {
        padding: 17px 48px;
    }

    .ttStar3 {
        right: -8px;
    }

    .partnersBadgeOuter img {
        width: 30px;
    }

    .js-cookiesHome {
        text-align: right;
        /*right: 46vw;*/
        padding-right: 17px;
        bottom: 0;
    }

        .js-cookiesHome a {
            padding: 0px 1px;
            font-size: 6px;
        }

    .footer-valign {
        display: block;
    }

    .tgl {
        text-align: center;
    }

        .tgl a {
            width: 9%;
        }

    .cc-revoke, .cc-window {
        font-size: 11px;
        line-height: 1.1em;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
        font-size: 12px;
    }

    .awardsDiv {
        left: 0;
        --width: 25vh;
        bottom: -1.3vh;
    }

    .lamaOuter {
        display: none !important
    }

        .lamaOuter img {
            height: 11vh !important;
        }

    .topnav {
        width: var(--liMenuItemRightWidth);
        text-align: right;
        right: 5vw;
        top: -1px;
    }

        .topnav ul.topMenuLinks {
            padding: 0;
            text-align: left;
        }

    .toggleRightNav {
        float: none;
        padding: 0;
        margin-bottom: 3px;
    }

    .extPadxs {
        padding: 0 48px;
    }

    .slidesLoader {
        background-size: 11%;
        top: 0px;
    }

    .overflowTable {
        height: auto !important;
    }

    .swapSmallCol {
        min-height: 0 !important;
    }

    .row.reorder-xs {
        transform: rotate(180deg);
        direction: rtl; /* Fix the horizontal alignment */
    }

        .row.reorder-xs > .rocol {
            transform: rotate(-180deg);
            direction: ltr; /* Fix the horizontal alignment */
        }
}

@media screen and (max-width:701px) {

    .extPadxs {
        padding: 0 15px;
    }
}

@media screen and (min-width:640px) {

    .tgl a {
        display: inline;
    }
}

@media screen and (min-width:768px) {

    .noPad {
        padding: 0 15px;
    }

    /*.js-slickTikToks .caseLink {
        max-width: 420px;
    }*/

    .newslettert {
        font-size: 17px;
        letter-spacing: .1em;
        padding: 0 3px;
    }

    .linetxt br {
        display: none;
    }

    .navbar-nav {
        height: 89%;
    }

    .padRight15 {
        padding-right: 15px;
    }

    .detReview {
        font-size: 30px;
        line-height: 1.4;
    }

    /*#loader {
        left: calc(50% - 75px);
        top: calc(50% - 148px);
        width: 150px;
        height: 150px;
    }*/

    .linetxt {
        font-size: 15px;
        line-height: 18px;
    }

        .linetxt br {
            display: block;
        }

    .mainnav .sublink, .menua:after {
        font-size: 18px;
    }

    .sassy {
        left: -2.1vw;
    }

    .gtgt .sassy, .aboutPage .sassy {
        left: 22px;
    }

    .contactForm {
        padding: 15px 48px;
    }

    .numberBlock h3 {
        margin-top: 20px;
    }

    .slistRi {
        padding: 9px 0;
    }

    .animatedBird h5 {
        font-size: 24px;
        margin-top: 5px;
    }

    .animatedBird .gtGoatDetailsTop {
        display: block;
    }

    .siteDetails {
        padding-top: 10px;
    }

    .numberBlock {
        padding: 0 30px;
        border: 0;
        margin-top: 0;
    }

    .sideBorderRight {
        border-right: 1px solid #e8e5e3;
        padding-left: 52px;
        padding-right: 30px;
    }

    .hlCaseImageGallery a {
        margin-bottom: 15px;
    }

    .galCol {
        padding: 0 7px;
    }

    .dtImg {
        margin-top: 28px;
    }

    .coleight {
        padding-top: 57px;
    }

    .srvCol .hypeTagsSpread {
        margin-bottom: 25px;
    }

    .srvCol {
        padding-top: 30px;
    }

    .splistRow {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .careers {
        font-size: 3.1vw;
    }

    .detReview.srv {
        font-size: 31px;
        padding-left: 18px;
    }

    .divReview.srv {
        padding-top: 20px;
    }

    .slidesLoader {
        background-size: 7%;
        top: 17px;
    }

    .sassy {
        left: 2.9vw;
    }

    .detReview {
        margin-bottom: 46px;
    }

    .animatedBird {
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .animatedBird h1 {
            font-size: 50px;
            margin-top: 10px;
        }

        .animatedBird h4 {
            font-size: 26px;
        }

    .detailsContainerInner {
        padding: 35px;
        padding-bottom: 0;
        padding-left: 70px;
    }

    .animatedBirdcol {
        top: -67px;
    }

    .animatedBird.dtlOnly {
        margin-top: 7px;
    }

    .detailsContainer {
        width: 750px;
    }


    .navbar-nav.navPartial > li > a {
        padding: 0;
    }

    .spDesc {
        max-width: 500px;
    }

    .carcol {
        float: right;
    }

    .share-widget-square {
        float: left;
    }


    .sassy {
        max-width: 100%;
    }

        .sassy.dtl {
            margin-top: -20px;
        }

        .sassy.srv {
            padding: 0 10px;
            left: 50px;
            top: 0;
        }

    .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .flexrow {
        display: -webkit-flex;
        display: flex;
    }

    .gtgt {
        padding: 0 31px;
    }

        .gtgt.blv {
            padding: 0 47px;
        }

    .swapBorderRight {
        border-right: 1px solid #e8e5e3;
    }

    .swapBorderLeft {
        border-left: 1px solid #e8e5e3;
    }

    .swapSmallColLeft {
        float: left;
    }

    .swapSmallColRight {
        /*float: right;*/
        margin-left: auto;
        order: 2;
        -webkit-order: 2;
    }

    .swapSmallGalleryLeft {
        padding-left: 89px;
        margin-right: 7px;
        width: calc(100% - 7px);
    }

    .swapSmallGalleryRight {
        padding-right: 89px;
        margin-left: 7px;
        width: calc(100% - 7px);
    }

    .pen .navbar-toggle {
        float: none;
    }

    .pen .navPartial > li > a {
        padding-top: 0px;
        font-size: 30px;
    }

    .mainnav .sublink {
        visibility: visible;
    }

    .filterSort, .pagination {
        float: right;
    }

    .tgl a img {
        max-width: 23px;
    }
}

@media screen and (max-height:599px) {
}

@media screen and (min-width:992px) {

    .newslettert {
        padding: 0 5px;
    }

    #loginLink {
        line-height: 1.8;
    }

    .animatedBird .gtGoatDetailsTop {
        top: -90px;
        height: 90px;
    }

    .extPad {
        padding: 0 50px;
    }

    .extPad20 {
        padding: 0 20px;
    }

    .extPad25 {
        padding: 0 25px;
    }

    .extPad30 {
        padding: 0 30px;
    }

    .casesIndex .divReview {
        margin-top: -2vw;
    }

    .detailsContainer {
        width: 970px;
    }

    .tgl {
        margin-left: 0;
    }

    .newslettera {
        display: inline-block;
    }

        .newslettera input[type="email"] {
            padding: 7px 84px 3px 8px;
            height: 30px;
        }

    .newslettea button {
        height: 30px;
    }

    #newslettermail-error {
        font-size: 12px;
        top: 29px;
        text-transform: initial;
        font-family: ftFontBold;
    }

    .btnSignup {
        height: 26px;
        top: 2px;
        font-size: 16px;
    }

    .newslettera {
        height: 30px;
    }
}

@media screen and (min-width:1024px) {

    .pen .navbar-nav > li > a {
        font-size: 18vh;
    }

    .pen .navPartial > li {
        padding: 0;
    }

        .pen .navPartial > li > a {
            font-size: 20px;
        }
}

@media screen and (max-width:1100px) {

    .newslettert {
        font-size: 15px;
    }
}

@media screen and (max-device-width:1023px) {

    .mainnav .sublink, .menua:after {
        visibility: visible;
        color: rgba(222, 212, 199, 0.38);
    }

    .pen .navPartial > li > a {
        line-height: 0.4;
    }

    .sassy {
        max-width: 20.5vw;
    }


    @media screen and (max-device-width:1023px) and (orientation: landscape) {
        .js-cookiesHome {
            text-align: right;
        }

            .js-cookiesHome a:last-child {
                padding-right: 0
            }

        .awardsDiv, .lamaOuter {
            display: none !important
        }

        .partnersBadgeOuter img {
            width: 30px;
        }

        .topnav {
            top: 0px;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) /* ipad   */
    {
    }

    @media screen and (max-device-width:992px) and (max-device-height:992px) {
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1366px) /* ipad & iphone "X" */
    {
        .js-awardsDiv {
            width: 32vw;
        }

        .breadLink {
            font-size: 17px;
        }

        .animatedBird h1 {
            font-size: 40px;
        }

        .sassy.dtl {
            margin-top: -7px;
        }

        .sassy.srv {
            padding: 0;
        }

        .gtgt {
            padding: 0 5px;
        }

        .detailsContainerInner {
            padding: 16px;
            padding-bottom: 0;
            padding-left: 35px;
        }

        .animatedBirdcol {
            top: 0;
        }

        .pen .navbar-nav > li > a {
            font-size: 12vh;
        }

        .cc-bottom {
            bottom: 3em;
        }

        .cc-window.cc-floating {
            max-width: 18em;
        }

        .pen .navPartial > li > a {
            font-size: 2vh;
        }

        .menua:after {
            font-size: 21px;
            visibility: visible;
        }

        .detReview .rightQuote {
            top: 60px;
        }

        .btnSignup {
            font-size: 15px;
            padding-top: 2px;
        }

        .newslettera input[type="email"] {
            padding: 6px 84px 3px 8px;
        }

        .caseDet {
            font-size: 15px;
        }

        .sassy.srv {
            left: 0;
        }

        .sassy {
            max-width: 11.5vw;
        }

        .detailsContainer {
            padding: 0px 30px 0;
        }

        .animatedBird.dtlOnly {
            margin-top: -30px;
        }

        .sideBorderRight {
            padding-left: 38px;
        }

        .animatedBird h1 {
            font-size: 44px;
        }

        .animatedBird h4 {
            font-size: 27px;
        }

        .gtgt .sassy {
            left: 7px;
        }

        .caseDet {
            font-size: 13px;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (orientation : landscape) /*ipad & iphone "X" landscape*/
    {
        .tgl span {
            display: none !important;
        }

        .pen .navPartial > li > a {
            font-size: 2vh;
        }

        .menua:after {
            font-size: 13px;
            color: rgba(222,212,199,.38);
        }

        .sideBorderRight {
            padding-left: 44px;
        }

        .pen .navbar-nav > li {
            padding: 1.5vw 4vw;
        }

            .pen .navbar-nav > li > a {
                font-size: 10vh;
            }

        .tgl a {
            width: 8.5%;
            padding: 0 1%;
        }

        .noPad {
            padding: 0 5px;
        }

        .mobimg {
            padding-top: 30%;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    }

    @media only screen and (max-device-width : 767px) and (orientation : landscape) /*all mobile landscape*/ {

        .pen .navbar-nav > li {
            padding: 2.5vh 4vw;
        }

            .pen .navbar-nav > li > a {
                font-size: 8.5vh;
                line-height: 0.8;
            }

        .pen .navPartial > li > a {
            font-size: 3vh;
        }

        .mainnav .sublink, .menua:after {
            font-size: 3.8vh;
        }

        .newslettert {
            font-size: 2.2vw;
        }

        .mobimg {
            padding-top: 30%;
        }
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) /*iPhone 2G-4S in portrait & landscape*/
    {
        .pen .navPartial > li > a {
            font-size: 3vh;
        }
    }

    /*********/
    @media screen and (min-width:1200px) {

        .newsletterd {
            width: auto;
            display: inline-block;
        }

        .detailsContainer {
            width: 1170px;
        }

        .caseDet {
            font-size: 18px;
        }

        .tgl span {
            display: inline-block;
            padding-right: 10px;
        }
    }

    @media screen and (min-width:1920px) {
        .caseHover {
            padding: 15px;
        }

            .caseHover h5 {
                font-size: 25px;
            }

            .caseHover.chDetails {
                padding: 10px;
            }

                .caseHover.chDetails h5 {
                    font-size: 19px;
                }

        /*.sassy.srv {
        max-width: 280px;
    }*/

        .sideBorderRight {
            padding-left: 62px;
        }

        #loader {
            left: calc(50% - 100px);
            top: calc(50% - 195px);
            width: 200px;
            height: 200px;
        }

        .linetxt {
            font-size: 18px;
            line-height: 22px;
        }

        .animatedBird.dtlOnly {
            margin-top: -55px;
        }

        .btnContact {
            font-size: 25px;
        }

        #videoElement {
            height: 773px;
        }

        .detReview::before {
            left: -1.5vw;
        }

        .detReview .rightQuote {
            font-size: 4.6vw;
            top: 3vw;
        }

        .breadLink {
            font-size: 17px;
        }

        #videoElementText {
            bottom: -2px;
        }


        .galRow {
            margin: 0 -15px;
        }


        .sassy.srv {
            padding: 0 30px;
        }

        .detReview.srv {
            top: -10px;
        }

        .container, .detailsContainer {
            width: 61vw;
        }

        .breadLink {
            font-size: 1.1vw;
        }

        .pen .navPartial > li > a {
            font-size: 0.7vw;
        }

        .casesIndex .siteDetails h5 {
            font-size: 1.8vw;
        }

        .mainnav .sublink, .menua:after {
            font-size: 1.1vw;
        }

        .hypeTags a, .hypeTags span {
            font-size: 0.5vw;
            padding: 5px 8px;
            padding-top: 7px;
            margin-right: 0.2vw;
        }

        .hypeTags.htServ span {
            padding-top: 0.3vw;
        }

        .hypeTags span {
            font-size: 1.1vw;
        }

        .detReview, .detReview.srv {
            font-size: 1.4vw;
        }

        .animatedBird h1 {
            font-size: 4.5vw;
            padding-bottom: 5px;
        }

        .detailscs.animatedBird h1 {
            font-size: 3.7vw;
        }

        .animatedBird h4 {
            font-size: 1.8vw;
        }

        .animatedBird h5 {
            font-size: 33.3px;
            margin-top: 0;
        }
    }

    @media screen and (min-width:3840px) { /*4K*/
        .caseIndexContainer {
            width: 2580px;
        }

        #videoElement {
            height: 73vh;
        }

        .slidesLoader {
            background-size: auto;
        }

        .tgl a img {
            max-width: 40px;
        }

        .newslettert {
            font-size: 0.9vw;
        }
    }

