/**
 * @file
 * Stark layout method
 *
 * To avoid obscuring CSS added to the page by Drupal or a contrib module, the
 * Stark theme itself has no styling, except just enough CSS to arrange the page
 * in a traditional "Header, sidebars, content, and footer" layout.
 *
 * This layout method works reasonably well, but shouldn't be used on a
 * production site because it can break. For example, if an over-large image
 * (one that is wider than 20% of the viewport) is in the left sidebar, the
 * image will overlap with the #content to the right. The exception to this
 * is IE6 which will just hide the navigation block completely in these
 * instances due to a positioning bug.
 */


/**
 *
 **/

.videoholder {
    width: 100%;
    height: 300px;
    background-color: red;
}

body {
    font-size: 14px;
}



/*font-sizes*/

.badge {
    font-size: 1.1em;
    font-weight: 300;
    border: 1px solid;
    padding: 2px 5px 2px 10px;
    border-radius: 0 10px 10px 0;
}



/*colors*/

.gadwords,
.gadwords-,
.gadwords a,
.gadwords- a {
    background-color: #DA0027;
    color: #fff;
}

.fb,
.fb-,
.fb a,
.fb- a {
    background-color: #322BA2;
    color: #fff;
}

.analytics,
.analytics-,
.analytics a,
.analytics- a {
    background-color: #0D2238;
    color: #fff;
}

.seo,
.seo-,
.seo a,
.seo- a {
    background-color: #585857;
    color: #fff;
}

.emailmarketing,
.emailmarketing-,
.emailmarketing a,
.emailmarketing- a {
    background-color: #e0e1e6;
    color: #000;
}

.copywriting,
.copywriting-,
.copywriting a,
.copywriting- a {
    background-color: #e4ceb7;
    color: #000;
}

.print,
.print-,
.print a,
.print- a {
    background-color: #e3c1b7;
    color: #fff;
}

.webdesign,
.webdesign-,
.webdesign a,
.webdesign- a {
    background-color: #d7d7d7;
    color: #000;
}

.branding,
.branding-,
.branding a,
.branding- a {
    background-color: #3c3c3b;
    color: #fff;
}

.gadwords-color {
    color: #DA0027;
}

.fb-color {
    color: #322BA2;
}

.analytics-color {
    color: #0D2238;
}

.seo-color {
    color: #585857;
}

.emailmarketing-color {
    color: #e0e1e6;
}

.copywriting-color {
    color: #e4ceb7;
}

.print-color {
    color: #e3c1b7;
}

.webdesign-color {
    color: #d7d7d7;
}

.branding-color {
    color: #3c3c3b;
}

.front h1 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.views-row.teaser-item {
    width: 25%;
}

.views-row.views-row-1.teaser-item {
    width: 50%;
    height: 250px;
}

.views-row.views-row-6.teaser-item {
    width: 50%;
    height: 250px;
}

.teaser-item {
    float: left;
    width: 50%;
    min-height: 250px;
    position: relative;
}

.front .view-header {
    margin: 0px auto 30px;
    max-width: 1170px;
}

.teaser-item .teaser-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.teaser-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.teaser-back-image>img {
    max-width: 100%;
    height: auto;
}

.teaser-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.teaser-heading {
    position: absolute;
    top: 20px;
    border: 1px solid;
    border-radius: 0px 100px 100px 0px;
    padding: 5px 10px 5px 50px;
    border-left: none;
    font-weight: 200;
    font-size: 1.1vw;
}

.color-black {
    color: #000;
}

.color-white {
    color: #FFF;
}

.front .block {
    position: relative;
    /*  max-width: 1180px;*/
    /* margin: 20px auto; */
}

div#block-views-teasers-block {
    position: relative;
    width: 100%;
    height: 500px;
    display: block;
}



/* home hero banner */

div#block-block-2 {
    position: absolute;
    top: 40%;
    left: 0;
    text-align: center;
    font-size: 30px !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    right: 0;
    z-index: 100;
}

#block-block-2 .content {
    padding: 0 15px;
    margin: 0 auto;
    line-height: 39px;
    font-size: 38px;
}

#block-block-2 .work-application .btn {
    padding: 3px 50px;
}




#block-block-2 .work-application {
    margin-top: 30px;
}




.hero-slideshow .content span.subtitle {
    font-size: 28px;
}

.hero-slideshow .content span.subtitle2 {
    font-size: 37px;
}

.hero-slideshow .content span.subtitle.red {
    color: #fb0e2e;
}





@media screen and (max-width: 700px) {

    #block-block-2 .work-application {
        display: none;
    }

    .hero-slideshow .hero-copy,
    div#block-block-2 {
        position: absolute;
        top: 60px;
    }

    .hero-slideshow .content,
    #block-block-2 .content {
        line-height: 26px;
        font-size: 25px;
    }

    .hero-slideshow .content span.subtitle {
        font-size: 25px;
    }

    .hero-slideshow .content span.subtitle2 {
        font-size: 30px;
    }


}


#block-block-3 .content h2 {
    margin-top: 90px;
}

div#block-views-performance-marketing-block,
div#block-views-design-teasers-block {
    padding: 50px 0;
    background: #f8f8f8;
}

.block-description {
    color: #6f6f6e;
    font-size: 16px;
    font-weight: 200;
    padding: 0 40px;
    line-height: 24px;
    letter-spacing: 1px;
}

.block-title>h2 {
    margin-top: -20px;
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}



/* performance teasers*/

.service-item {
    height: 250px;
    width: 33.33%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.service-item-title {
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    transition: all 0.5s;
}

.service-item-body {
    padding: 20px 40px;
    text-align: center;
}

.service-item:hover .service-item-title {
    padding-top: 35px;
}

.service-item:hover .service-item-image {
    top: 70px;
    background: #fff;
}

.service-item-image {
    position: absolute;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}



/*about us button*/

div#block-block-4 {
    text-align: center;
    margin: 40px 0;
}



/*buttons*/

.webform-submit.button-primary,
.line-button {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.webform-submit.button-primary:before,
.line-button:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    transition: all 0.4s;
    background-color: #000;
    left: -58px;
    top: 12px;
}

.webform-submit.button-primary:hover:before,
.line-button:hover:before {
    width: 10px;
}

.circle-button {
    background-color: #000;
    border-radius: 30px;
    padding: 2px 10px;
    font-size: 20px;
    color: #fff;
}

.circle-button:hover {
    color: #000;
    background-color: #fff;
}

.circle-button:hover:before {
    background-color: #000;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 100px;
}

.more {
    margin: 20px 0;
    text-align: center;
}

a.oval-button {
    background: #000;
    padding: 3px 20px;
    border-radius: 100px;
    color: #fff;
    /*font-weight: 100;*/
}



/* mailchimp form */

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 10px 0 !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    z-index: 1;
    color: #6B0505 !important;
}

.mailchimp h2 {
    text-align: left !important;
}

.mailchimp .clear {
    float: right;
}

.mailchimp {
    padding-right: 30px;
    transition: all 0.6s;
    margin-top: 20px;
    margin-bottom: 10px;
}

#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    padding-top: 20px;
}



/*social links*/

.social-media-links ul li {
    display: inline;
    padding: 5px;
}

.social-icon {
    font-size: 0;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.social-icon.social-icon--fb {
    background: url('../images/fb.png') center center no-repeat;
    background-size: cover;
}

.social-icon.social-icon--insta {
    background: url('../images/insta.png') center center no-repeat;
    background-size: cover;
}

.social-icon.social-icon--linkedin {
    background: url('../images/linked-in.png') center center no-repeat;
    background-size: cover;
}

.social-icon.social-icon--behance {
    background: url('../images/be.png') center center no-repeat;
    background-size: cover;
}

.social-icon.social-icon--youtube {
    background: url('../images/youtube.png') center center no-repeat;
    background-size: cover;
}

div#mce-responses {
    margin-top: 10px;
    transition: all 0.6s;
    /* background: #fff; */
    padding: 5px;
    font-weight: 300;
    /* border: 1px solid #9AB39E; */
    color: #9AB39E;
    /* display: none; */
}

select {
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #e1e1e1;
    max-width: 100%;
    border-radius: 0;
    height: 30px;
    background: #fff;
    font-weight: 300;
    outline: none;
}

input#mce-EMAIL {
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #010101;
    width: 100%;
    margin-right: 20px;
}


input#mc-embedded-subscribe {
    border: none;
    /*    background: transparent;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    margin-top: 10px;
    position: relative;
*/
}

#mc-embedded-subscribe-form label {
    display: none;
}



/* general */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background-color: #fff;
}

a,
a:hover,
a:active,
a:focus {
    color: #727272;
    text-decoration: none;
    outline: none;
}

input {
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    transition: all 0.6s;
    color: #727272;
    font-weight: 300;
    font-size: 1em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    transition: all 0.6s;
    color: #727272;
    font-weight: 300;
    font-size: 1em;
}

:-ms-input-placeholder {
    /* IE 10+ */
    transition: all 0.6s;
    color: #727272;
    font-weight: 300;
    font-size: 1em;
}

:-moz-placeholder {
    /* Firefox 18- */
    transition: all 0.6s;
    color: #727272;
    font-weight: 300;
    font-size: 1em;
}

div#page-wrapper {
    /*max-width: 1100px;*/
    margin: 0 auto;
    position: relative;
}

.view-content {
    max-width: 1140px;
    margin: 0 auto;
}

.view-performance-marketing .view-content {
    max-width: 1140px;
    margin: 0 auto;
}

.mobile-menu {
    display: none;
}

h1#page-title {
    font-size: 30px;
    margin: 20px;
}

a.burger {
    color: #727272;
    border: none;
    /*font-weight: 100;*/
    margin: 10px 20px;
    display: block;
    position: relative;
    z-index: 100000;
}

.burger svg {
    width: 30px;
    margin: 0;
}

a.burger.close {
    position: absolute;
    top: 40px;
    right: 0;
}



/*footer*/

.small-logo {}

.motto.text-center {
    font-size: 22px;
    /*font-weight: 100;*/
    margin: 20px 0;
    line-height: 30px;
}



/*font classes declarations */

.large-font {
    font-size: 38px;
}

.medium-font {
    font-size: 23px;
}

.normal-font {
    font-size: 16px;
}

.small-font {
    font-size: 12px;
}

.white {
    color: #fff !important;
}

.light-gray {
    color: #ececec !important;
}

.warm-gray {
    color: #e3e2dc !important;
}

.basic-gray {
    color: #727272 !important;
}

.quotes-gray {
    color: #b1b1b0 !important;
}

.black {
    color: #000 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    /*border-bottom: 1px solid;*/
}

#content,
#sidebar-first,
#sidebar-second {
    float: left;
    display: inline;
    position: relative;
}

#content {
    width: 100%;
}

body.sidebar-first #content {
    width: 80%;
    left: 20%;
    /* LTR */
}

body.sidebar-second #content {
    width: 80%;
}

body.two-sidebars #content {
    width: 60%;
    left: 20%;
}

#sidebar-first {
    width: 20%;
    left: -80%;
    /* LTR */
}

body.two-sidebars #sidebar-first {
    left: -60%;
    /* LTR */
}

#sidebar-second {
    float: right;
    /* LTR */
    width: 20%;
}

#navigation h2 {
    font-size: 0;
    margin: 0;
}

.session-nav {
    background: none;
    background-color: transparent;
    height: 44px;
    display: block;
    clear: both;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .session-nav {
        display: none;
    }
}

ul#secondary-menu li {
    padding: 10px;
    line-height: 44px;
}

.left {
    float: left;
    display: inline-block;
    position: relative;
}

.middle {
    float: left;
    display: inline-block;
    text-align: center;
}

.right {
    float: right;
    display: inline-block;
}

ul#secondary-menu li>a {
    font-size: 10px;
    font-weight: 300;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.site-nav {
    clear: both;
    margin-bottom: 70px;
    z-index: 10;
    position: relative;
}

ul#main-menu li>a {
    color: #000;
    line-height: 45px;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

a.logo {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 10px 12px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    cursor: pointer;
    position: relative;
    transition: all 1s;
}

@media (min-width: 800px) {
    a.logo svg {
        max-width: 300px;
        /* margin-left: 5px; */
        /* margin-top: 10px; */
        height: auto;
    }
}

@media (max-width: 900px) {
    a.logo svg {
        max-width: 180px;
    }
}

.mobile-menu a.logo svg {
    stroke: #fff;
    /*stroke-width: 2px;*/
}

.header-blocks {
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: relative;
}

.front .section.hidden-xs.navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-blocks .block {
    margin: 0 !important;
    padding: 0 !important;
}

.header-blocks #block-block-1 {
    background: url('../images/hero-image.jpg') no-repeat;
    z-index: 0;
    position: relative;
}

div#block-views-performance-marketing-block:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.front .block .content {
    z-index: 10;
    position: relative;
}

.design-teaser {
    width: 33.33%;
    height: 250px;
    text-align: center;
    float: left;
    position: relative;
}

a.design-teaser-title h2 {
    font-size: 20px;
    top: 40%;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
}

div#block-views-featuring-post-block>h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
}

div#block-views-featuring-post-block {
    margin-top: 60px;
}

.views-exposed-form .form-item {
    text-align: center;
    display: inline;
    margin: 0 5px;
}

.views-exposed-form .views-exposed-widget {
    width: 100%;
}



/*.project-image {
    width: 33%;
}*/


/* fluid 5 columns */


/*.grid-sizer,
.project-image {
    width: 20%;
}*/


/* 2 columns wide */


/*.project-image--width2 {
    width: 40%;
}*/

.node-type-project .project-info .content {
    margin-bottom: 40px;
    line-height: 26px;
}

.project-info.sticky {
    position: fixed;
    right: 0;
    top: 72px;
    z-index: -1;
}



/*clients*/

.page-node-40 h1#page-title {
    text-align: center;
    font-weight: 300;
}

.node-page {
    max-width: 850px;
    margin: 0 auto;
    line-height: 22px;
    font-size: 16px;
    font-weight: 200;
}

h1#page-title {
    text-align: center;
}

.teaser {
    position: relative;
    padding: 0;
    margin: 0;
    /* max-width: 100%; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

.teaser__image img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}

.teaser {
    position: relative;
    overflow: hidden;
}

.teaser img {
    max-width: 100%;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    transition: all 1.1s;
}

.teaser .teaser__body {
    max-width: 70%;
    margin: 40px auto;
}

.product__images__image {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product__images__image img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}

.product__images__image {
    position: relative;
    overflow: hidden;
    margin: 100px 0;
}

.product__images__image:first-child {
    margin-top: -75px;
}

.product__images__image img {
    max-width: 100%;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    transition: all 1.1s;
}

button.slick-prev.slick-arrow {
    font-size: 8px;
    top: 40%;
    position: absolute;
    left: 15px;
    border: none;
    color: #e1e1e1;
}

button.slick-next.slick-arrow {
    font-size: 8px;
    top: 40%;
    position: absolute;
    right: 15px;
    border: none;
    color: #e1e1e1;
}



/*.product__images__image:hover img {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}*/

.front h1#page-title {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.node-type-project h1#page-title {
    display: none;
}

.node-type-project .category {
    font-size: 22px;
    margin: 25px 0;
    text-transform: uppercase;
}

.node-type-project .project-info h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.project-images ul li {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.project-images ul li>img {
    max-width: 100%;
    height: auto;
}

.node-service {
    margin-bottom: 60px;
}

.paragraphs-item-tagline-image .p-left-block {
    font-size: 40px;
    font-weight: 200;
    position: relative;
}

.paragraphs-item-tagline-image {
    position: relative;
}

.paragraphs-item-tagline-image:before {
    content: "";
    width: 32%;
    height: 1px;
    display: block;
    background: #000;
    transform: rotate(28deg);
    position: absolute;
    bottom: 150px;
}

.paragraphs-items .field-item {
    margin: 40px 0 80px;
}

.p-left-block {
    font-size: 20px;
    line-height: 32px;
    font-weight: 200;
    padding-right: 60px;
}

.p-right-block {
    font-weight: 200;
    font-size: 16px;
    line-height: 26px;
}

.p-right-images {
    text-align: center;
}

.p-right-images>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.node-type-project .content {
    font-size: 16px;
    color: #868686;
    /*font-weight: 100;*/
}

.teaser__top {
    position: absolute;
    width: 100%;
    top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    left: 0;
    right: 0;
}

.teaser__middle {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.teaser__cta {
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 4px;
}

.views-row.teaser {
    position: relative;
    width: 49vw;
    float: left;
    height: 49vw;
    max-width: 800px;
    max-height: 800px;
}

.views-row.teaser.teaser--full-width {
    width: 100%;
    max-width: 100%;
}

.teaser__body {
    /* position: absolute; */
    width: 100%;
    margin-top: 40px;
    font-size: 1em;
    font-weight: 200;
}

.teaser p {
    margin: 0;
}

.teaser p>a {
    position: relative;
}

.teaser--white p,
.teaser--white p>a {
    color: #fff;
}

.teaser--light-gray p,
.teaser--light-gray p>a {
    color: #ececec;
}

.teaser--warm-gray p,
.teaser--warm-gray p>a {
    color: #e3e2dc;
}

.teaser--basic-gray p,
.teaser--basic-gray p>a {
    color: #727272;
}

.teaser--quotes-gray p,
.teaser--quotes-gray p>a {
    color: #b1b1b0;
}

.teaser--black p,
.teaser--black p>a {
    color: #000;
}

.teaser p>a:before,
ul#main-menu li>a:before,
input#mc-embedded-subscribe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: -3px;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

ul#main-menu li>a:before {
    bottom: 10px;
}

.teaser p>a:hover:before,
ul#main-menu li>a:hover:before,
input#mc-embedded-subscribe:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.teaser .views-field.views-field-field-default-image-1 .field-content>div {
    display: none;
}

.teaser__cta span,
.teaser__cta p {
    font-size: 19px !important;
}

.positioning--parallax.teaser .views-field.views-field-field-default-image-1 .field-content>div {
    height: 50vw;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    max-width: 100%;
    max-height: 800px;
}

.featuring-post img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 890px) {
    .featuring-post img {
        max-width: 100%;
        height: auto;
    }

    .block-title>h2 {
        margin: 20px;
        font-size: 2em;
    }

    div#block-block-2 {
        font-size: 20px !important;
    }

    .positioning--parallax.teaser .views-field.views-field-field-default-image-1 .field-content>div {
        background-attachment: initial;
    }

    .teaser-item {
        width: 100% !important;
    }

    div#block-system-main {
        max-width: 100% !important;
        width: 100% !important;
    }

    div#block-block-4 {
        width: 100% !important;
        max-width: 100% !important;
    }

    div#page-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    .design-teaser {
        width: 50% !important;
    }

    .service-item {
        width: 100%;
    }
}



/* 4th teaser when full works as parallax */

.views-row.views-row-4.teaser--full-width .teaser__image {
    display: none;
}

.section-footer>div {
    display: block;
    background: #f6f6f6;
    margin: 0 !important;
    /*padding: 20px 20px 20px;*/
}

.copyright.clearfix {
    padding: 0px 0 40px;
}

.section-footer h2 {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.section-footer ul.menu {
    text-align: center;
    padding: 0;
}

.section-footer ul.menu li {
    list-style: none;
}

.section-footer ul.menu li>a {
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

div#block-commerce-multicurrency-currency-selector {
    position: absolute;
    top: 0px;
    /*left: 20px;*/
    left: 115px;
}

div#block-commerce-multicurrency-currency-selector h2 {
    display: none;
}

select#edit-selected-currency {
    background: transparent;
    border: none;
    font-size: 12px;
    color: #000;
    font-weight: 200;
}

.copytext {
    font-size: 12px;
    font-weight: 300;
}

.mobile-menu {
    position: fixed;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    right: 0;
}

.mobile-menu a.logo {
    color: #fff;
    font-size: 19px;
    display: block;
    margin: 34px 0 0;
}

.mobile-menu ul#main-menu li>a {
    color: #fff;
    font-size: 16px;
}

.mobile-menu ul#main-menu li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}

.mobile-menu ul#secondary-menu li>a {
    color: #fff;
}

.mobile-menu ul#secondary-menu li {
    display: block;
    padding: 10px 20px;
    line-height: normal;
}

.mobile-menu ul#secondary-menu {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
}

.product-list-item {
    position: relative;
    float: left;
    width: 50%;
    height: 49vw;
    overflow: hidden;
    max-height: 800px;
    max-width: 800px;
}



/*.product-list-item:nth-child(3n+0) {
    float: right;
}*/

.product-list-item__model img,
.product-list-item__image img,
.views-field.views-field-field-sketch-images img {
    max-width: 100%;
    height: auto;
}

.product-list-item__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.views-row.product-list-item.product--show-image-1:after {
    background: rgba(0, 0, 0, 0.21);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
    /*to hide the opacity layer*/
}



/*.views-row.product-list-item.product--show-image-1:hover:after {
    opacity: 0;
    transition: all 0.21568 s;
}*/


/*.views-row-even.product-list-item .product-list-item__model {
    opacity: 0;
}*/

.product-list-item.product--show-image-1 .product-list-item__image {
    display: none;
}

.product-list-item.product--show-image-1 .product-list-item__model {
    display: block;
}

.product-list-item.product--show-image-2 .product-list-item__image {
    display: block;
    opacity: 1;
}

.product-list-item.product--show-image-2 .product-list-item__model {
    display: none;
    opacity: 0;
}

.product-list-item__title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 27px;
    z-index: 10;
    font-size: 1em;
    color: #727272;
}

.product-list-item__title a {
    color: #727272;
    line-height: 0;
    letter-spacing: 6px;
}

.product-list-item__color {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    z-index: 10;
    color: #727272;
    text-transform: lowercase;
    letter-spacing: 6px;
}

.product-list-item * {
    /*transition: all 0.4s;*/
}

.product-list-item .views-field.views-field-field-sketch-images {
    display: none;
}

.product-list-item.clicked .views-field.views-field-field-sketch-images {
    display: block;
    background: #e3e2dc;
}

.product-list-item.clicked .product-list-item.product--show-image-2,
.clicked .product-list-item__image img,
.clicked .product-list-item__model img {
    display: none !important;
}



/*.product-list-item:active .views-field.views-field-field-sketch-images {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e3e2dc;
}*/


/*.product-list-item:hover .product-list-item__model {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 1s;
}

.views-row-even.product-list-item:hover .product-list-item__model {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: 1s;
}
*/

.views-row.product-list-item.product--show-image-2:hover .product-list-item__title a,
.views-row.product-list-item.product--show-image-2:hover .product-list-item__color {
    color: #000;
}

.views-row.product-list-item.product--show-image-1 .product-list-item__title a,
.views-row.product-list-item.product--show-image-1 .product-list-item__color {
    color: #fff;
    /*    transition: all 0.8s;
        transition-delay: 1s;
*/
}



/*
.views-row-odd.product-list-item:hover .product-list-item__title a,
.views-row-odd.product-list-item:hover .product-list-item__color {
    color: #727272;
    transition: all 0.8s;
        transition-delay: 1s;

}*/

.collection .views-field.views-field-description {
    position: absolute;
    width: 100%;
    top: 48%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}

a.feed-icon {
    display: none;
}

.breadcrumbs {
    font-size: 10px;
    margin: 10px 0;
    margin-left: 110px;
}

.views-row.collection {
    position: relative;
    clear: both;
    margin-bottom: 60px;
}

.collection .views-field-field-banner {
    text-align: center;
}

.collection .views-field.views-field-name a {
    color: #fff;
    font-weight: 200;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.collection .views-field.views-field-name {
    font-size: 18px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.collection .views-field.views-field-field-banner img {
    max-width: 100%;
    height: auto;
}

.view.view-collections {
    margin-top: 60px;
}

.collection__banner {
    margin-top: -17px;
}



/* Contact form */

.contact-form {
    margin-bottom: 60px;
    margin-top: 40px;
}

.contact-form .form-textarea-wrapper textarea {
    background-color: #ececec;
    border: none;
    padding: 20px 20px 100px;
}

.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
}

.contact-form .form-textarea-wrapper textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727272;
    font-weight: 300;
    text-align: left;
}

.contact-form .form-textarea-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #727272;
    font-weight: 300;
    text-align: left;
}

.contact-form .form-textarea-wrapper textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #727272;
    font-weight: 300;
    text-align: left;
}

.contact-form .form-textarea-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #727272;
    font-weight: 300;
    text-align: left;
}

input.webform-submit.button-primary.form-submit {
    color: #fff;
    background: #D90027;
    border-radius: 100px;
    padding: 3px 40px 5px;
    font-size: 17px;
}

form#webform-client-form-4 .form-actions {
    text-align: center;
}

.press-item {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 500px;
}

.press-item.-as-seen-on-bloggers {
    min-height: 90px;
}

.press-item .views-field.views-field-field-default-image {
    margin-bottom: 20px;
}

.press-item .views-field.views-field-title {
    text-align: center;
    font-size: 1em;
    margin: 10px 0;
    height: 19px;
    overflow: hidden;
    font-weight: 300;
}

.press-item .views-field.views-field-body {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    height: 21px;
    overflow: hidden;
}

.press-item.-as-seen-on-bloggers.promoted>.views-field-title {
    font-weight: 400;
}

div#edit-field-as-seen-on-value-all {
    display: none;
}

.view-press .views-exposed-form .form-item a {
    text-transform: uppercase;
    color: #000 !important;
    margin-right: 10px;
    position: relative;
}

.view-press .views-exposed-form .form-item a.active:before {
    font-family: "ek" !important;
    content: "\6e";
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    margin-left: -10px;
    font-family: "ek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.press-item .views-field.views-field-title.-As-seen-on-bloggers {
    font-size: 28px;
    height: 46px;
    border-right: 1px solid #ccc;
}

.press-item .views-field.views-field-title.-As-seen-on-bloggers a:hover {
    color: #e1e1e1 !important;
}

.view-shop2 .view-filters,
.view-shop .view-filters {
    width: 100%;
    background: #e3e2dc;
    text-align: center;
    margin-bottom: 40px;
}

.view-shop2 .view-filters a,
.view-shop .view-filters a {
    color: #000;
    display: inline;
    float: left;
    width: 100px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 3px;
    position: relative;
}

.view-shop2 .view-filters a.active:after,
.view-shop .view-filters a.active:after {
    font-family: "ek" !important;
    content: "\6e";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -10px;
    font-family: "ek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*.view-sh2op .view-filters #edit-field-bag-type-tid-all:after ,
.view-shop .view-filters #edit-field-bag-type-tid-all:after {
  content:"V";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -5px;

}
.view-shop2 .view-filters #edit-field-bag-type-tid-25:after ,
.view-shop .view-filters #edit-field-bag-type-tid-25:after {
  content:"V";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -5px;

}
.view-shop2 .view-filters #edit-field-bag-type-tid-27:after ,
.view-shop .view-filters #edit-field-bag-type-tid-27:after {
  content:"V";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;

}
.view-shop2 .view-filters #edit-field-bag-type-tid-26:after ,
.view-shop .view-filters #edit-field-bag-type-tid-26:after {
  content:"V";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;

}
.view-shop2 .view-filters #edit-field-bag-type-tid-24:after ,
.view-shop .view-filters #edit-field-bag-type-tid-24:after {
  content:"V";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;

}*/

.view-shop2 div#edit-field-bag-type-tid-wrapper,
.view-shop div#edit-field-bag-type-tid-wrapper {
    width: 100%;
    margin: 0;
}

.view-shop2 .views-exposed-form .form-item,
.view-shop .views-exposed-form .form-item {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 10px;
}

.product__images img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.visually-hidden {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.product__info {
    text-align: center;
    letter-spacing: 2px;
}

.product__info .attribute-widgets {
    display: none;
}

ul.available-colours {
    padding: 0;
    margin: 15px 0;
}

ul.available-colours li {
    display: inline-block;
    margin: 0 10px;
}

input#edit-save-selected-currency {
    display: none;
}

.commerce-fancy-attributes-color {
    transform: rotate(45deg);
    display: inline-block;
}

.form-item.form-type-radio.form-item-attributes-field-colour {
    display: inline-block;
    text-align: center;
}

.product__additional__item h3:after {
    content: "+";
    position: absolute;
    right: 25px;
    color: #d1d1d1;
    font-size: 22px;
    font-weight: 200;
}

.product__additional__item.open h3:after {
    transform: rotate(45deg);
    transition: all 0.8s;
}

.product__additional__item .field {
    display: none;
}

.product__additional__item.open .field {
    display: block;
}



/*checkout*/

table {
    width: 100%;
    border: 1px solid #e3e3e3;
}

tbody {
    background: transparent;
}

.view-commerce-cart-form tr,
.view-commerce-cart-summary tr {
    background: transparent;
}

td {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
}

th {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}

.commerce-line-item-views-form {
    margin: 40px;
}

span.line-item-total-label {
    font-weight: 200 !important;
}

.line-item-total {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: transparent;
    border: none;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid;
}

.product__info input[type="submit"] {
    background: #fff;
    border: none;
    padding: 6px 20px;
    text-transform: uppercase;
    margin: 10px;
    border: 1px solid;
    position: relative;
    z-index: 10000;
}

.product__info input[type="submit"]:hover {
    background: #000;
    color: #fff !important;
}

.view-commerce-cart-form input[value="Checkout"] {
    background: #000;
    color: #fff !important;
}

input#edit-checkout {
    color: #000;
    border-color: #000;
    margin-left: 20px;
}

ul.primary li a {
    background-color: transparent;
    border-color: transparent;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 16px;
}

form#user-login {
    margin: 50px;
}

.form-item input {
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    max-width: 100%;
}

label {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 20px 0;
    padding: 10px 20px;
}

legend {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 0px;
    color: #c0c0c0;
    border: 0;
    border-bottom: none;
    font-weight: 200;
}

span.button-operator {
    margin: 0px 5px 0 15px;
    color: #000;
}

input#edit-cancel {
    color: #e3e2dc;
}

input#edit-continue {
    color: #000;
    font-weight: 300;
}

.checkout-completion-message {
    font-size: 18px;
    text-align: center;
    margin: 40px 0;
    font-weight: 300;
}



/*add to cart - confirmation*/

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display {
    font-weight: 300 !important;
}

.message-inner {
    height: 310px;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .commerce-product-sku .commerce-product-sku-label,
div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .field .views-label,
div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .field .field-label {
    font-size: 1em;
    /*font-weight: 100;*/
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
    background-color: #000;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right: 40px;
    top: 10px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a {
    font-weight: 300;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
    position: absolute;
    background-color: transparent;
    left: 40px;
    bottom: 30px;
    padding: 0;
    margin: 0;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue .commerce-add-to-cart-confirmation-close {
    color: #000;
    font-weight: 300;
    float: none;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .views-field-commerce-total {
    clear: both;
    font-size: 20px;
    margin-top: 15px;
    padding: 0 40px;
}

div.messages.commerce-add-to-cart-confirmation .commerce-product-sku {
    text-align: center;
    font-size: 11px;
    color: #727272;
    display: none;
}

div.messages.commerce-add-to-cart-confirmation .commerce-product-sku-label {
    display: none;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .views-field-commerce-total .field-content {
    color: #000;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    height: auto;
    margin: 0;
    width: 100%;
    color: #000;
    font-weight: 500;
    padding-top: 65px;
    font-size: 16px;
    letter-spacing: 4px;
    padding-left: 65px;
    padding-right: 65px;
}

div.messages.commerce-add-to-cart-confirmation {
    background-color: white;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 15px #57595a;
    -webkit-box-shadow: 0 2px 15px #57595a;
    box-shadow: none;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#57595A', direction='180', strength='5');
    color: #aeaaa5;
    left: 50%;
    margin-left: -20% !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 500px;
    z-index: 201;
    border-radius: 0;
    max-width: 100%;
}

div.messages.commerce-add-to-cart-confirmation .commerce-product-title-label {
    font-size: 0;
    margin-top: 10px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .commerce-add-to-cart-confirmation-close {
    background: none;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
    background-color: transparent;
    height: auto;
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content {
    padding: 0 15px;
    position: relative;
    width: 100%;
    color: #000;
}

div.messages.commerce-add-to-cart-confirmation .commerce-product-title {
    text-align: center;
    font-size: 1.1em;
    padding: 16px 45px 4px;
    /* border-bottom: 1px solid #e1e1e1; */
    margin-bottom: 10px;
    text-transform: uppercase;
}

.node-type-page .paragraphs-items img {
    max-width: 100%;
    margin: 20px 0;
    height: auto;
}

.node-type-page .paragraphs-item-copy {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 27px;
    padding: 15px;
}

.node-type-page .paragraphs-items-field-right-column-paragraphs {
    margin-top: 60px;
}

.cart-empty-page {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    margin: 60px 0;
    font-weight: 200;
    letter-spacing: 4px;
}

.form-item.form-type-textfield.form-item-customer-profile-shipping-commerce-customer-address-und-0-name-line {
    float: none;
}

ol.commerce-checkout-progress {
    padding: 0;
    text-align: center;
    /*border-top: 1px solid #e1e1e1;*/
    padding: 15px 0;
}

ol.inline.commerce-checkout-progress li {
    float: none;
    width: auto;
    min-width: 12%;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 200;
    display: inline-block;
    text-align: center;
    color: #c3c3c3;
    text-transform: uppercase;
}

ol.inline.commerce-checkout-progress li.active {
    color: #000;
    font-weight: 300;
    position: relative;
}

ol.inline.commerce-checkout-progress li.active:after {
    content: "\6e";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    font-family: "ek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -8px;
}

.product__additional {
    margin-top: 35px;
    color: #727272;
}

.product__additional h3 {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    line-height: 30px;
    color: #727272;
}

h1.product__title {
    font-size: 2em;
    font-weight: 200;
    letter-spacing: 6px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 10px;
}

h1.product__title:before {
    position: absolute;
    width: 100px;
    height: 2px;
    display: block;
    content: "";
    top: -30px;
    background: #000;
    left: 50%;
    margin-left: -50px;
}

p.product__style {
    font-size: 16px;
    font-weight: 200;
    margin: 0 0 2px;
}

.commerce-fancy-attributes-color {
    border: none;
}

.product__info .field.field-name-body {
    font-weight: 300;
    font-size: 1em;
}

h3 {
    font-size: 1em;
    font-weight: 300;
}

p.product__dimension-line {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 5px;
}

.product__images .field {
    margin-top: -50px;
    z-index: -1;
    position: relative;
}

select#edit-customer-profile-shipping-commerce-customer-address-und-0-country {
    font-size: 1em;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 5px;
}

form#commerce-checkout-form-checkout .form-item.form-type-checkbox.form-item-customer-profile-billing-commerce-customer-profile-copy label {
    font-weight: 200;
    font-size: 1em;
}

form#commerce-checkout-form-checkout .form-item input {
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    max-width: 500px;
}

input#edit-customer-profile-billing-commerce-customer-profile-copy {
    float: left;
    width: 10% !important;
    min-width: 10% !important;
    display: inline-block;
    margin-top: 10px;
}

tr.even,
tr.odd,
tbody {
    background: none;
    border: none;
}

.preorder {
    font-size: 1em;
    font-weight: 300;
    margin-top: 10px;
    color: #b1b1b0;
    text-transform: uppercase;
}

.commerce-order-handler-area-order-total .commerce-price-formatted-components {
    width: 33%;
    margin-left: auto;
    border: none;
}

.paragraphs-item-image img {
    max-width: 100%;
    height: auto;
    /*padding: 0 50px;*/
    margin-bottom: 30px;
}

.entity.entity-paragraphs-item.paragraphs-item-copy h1 {
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    padding-left: 40px;
}

.paragraphs-item-copy {
    padding: 20px;
    max-width: 80%;
    line-height: 1.8em;
    font-weight: 300;
}

.fixed .site-nav {
    position: fixed;
    z-index: 100;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
}

.fixed a.logo svg {
    max-width: 140px;
    /*height: auto;*/
    transition: all 1s;
}


/*#header * {
    transition: all 0.6s;
}*/

.cart-menu-item svg {
    width: 25px;
    height: 25px;
}

.cart-menu-item {
    display: none;
    margin: 0 10px;
    vertical-align: middle;
    transition: all 0.6s;
}

.fixed .cart-menu-item {
    display: inline-block;
}

#navigation .section {
    display: inline-block;
    z-index: 1000;
    position: relative;
}

#navigation .section li a {
    cursor: pointer;
}



/*cookie*/

button {
    outline: none;
}

.ccc-inner h2 {
    background-color: #fff !important;
    font-weight: 200 !important;
    letter-spacing: 4px !important;
    border-radius: 0 !important;
    color: #000 !important;
    padding: 10px 9px 8px 10px !important;
}

#cccwr.ccc-left .ccc-outer,
#cccwr.ccc-left .ccc-inner {
    border: none !important;
    box-shadow: none !important;
    width: 300px;
    border-radius: 0 !important;
}

#cccwr.ccc-left .ccc-expand {
    z-index: 100;
    width: 100%;
    background: #fff;
    text-align: right;
    color: #000;
    bottom: -10px;
    border-radius: 0 !important;
    box-shadow: none;
}

div#cccwr .ccc-go #ccc-icon.ccc-diamond button {
    background: none;
    display: block;
}

div#cccwr .ccc-go #ccc-icon.ccc-diamond button:before {
    width: 20px;
    height: 20px;
    position: relative;
    content: "\6e";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: "ek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ccc-inner h2:before {
    width: 26px;
    height: 26px;
    content: "\6e\6e\6e";
    display: block;
    position: absolute;
    top: 12px;
    right: 33px;
    font-family: "ek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100000000;
    color: #000;
    letter-spacing: 0;
}

a.ccc-icon {
    display: none !important;
}

.ccc-close {
    background-position: 0 -40px;
    border: 0;
    height: 19px;
    position: absolute;
    right: 11px;
    text-indent: -999em;
    top: 11px;
    width: 13px;
    background: #e1e1e1;
    border-radius: 100px;
}

.collection__title {
    position: absolute;
    font-size: 60px;
    top: 50%;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
}

.collection__banner {
    position: relative;
    text-align: center;
    /*margin-bottom: 50px;*/
}

.collection .views-field.views-field-description span {
    color: attr(data-color);
}

.collection__banner img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

.collection .content {
    margin-top: 30px;
}

.collection .content img {
    margin-bottom: 30px;
}

.view-press .form-item.form-type-select {
    width: 100%;
}

.view-press .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0;
    padding-top: 0;
    height: auto;
    margin: 20px 0;
}

.view-press .views-exposed-form .form-item {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.product-list-item__image img {
    padding: 100px;
}

.zoomWindow {
    border: 1px solid #ececec !important;
    margin-left: 40px;
}

.views-row.teaser.teaser--full-width.height-auto {
    max-height: 300px;
}

.logged-in li.menu-1195.first {
    display: none;
}

.teaser.positioning--parallax>.teaser__body {
    margin-top: -40px !important;
}

.messages.status {
    margin: 10px 50px;
    background: #cbd8d0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    /*text-align: center;*/
    border: none;
}

form#commerce-paypal-ec-order-form {
    margin: 10px 34px;
}



/*input[checked="checked"]:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 100px;
    top: -1px;
    left: -1px;
    border: 1px solid #fff;
}
*/

ol.inline.commerce-checkout-progress li.active.complete:after {
    right: -19px;
}

.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
    border: 0;
    background: none;
    color: #d1d1d1;
    padding: 4px 6px;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
}

.messages.error {
    background: #ed541d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

button {
    outline: none;
}

a.diamond-color {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(25, 25, 25);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
    font-size: 0;
    display: block;
}

.product_variation__teaser {
    max-width: 100px;
    margin: 20px 0;
}

.product__additional__item.product__variations h4 {
    font-weight: 300;
    font-size: 1em;
    margin-top: 40px;
}

.product-cross-teaser .views-field-field-images {
    border: 2px solid;
    text-align: center;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    max-height: 400px;
    overflow: hidden;
}

.product-cross-teaser .views-field-field-images img {
    max-width: 100%;
    height: auto;
}

div#block-views-cross-selling-block h2 {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 60px;
}

@media screen and (max-width: 590px) {
    div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
        font-size: 9px;
        left: 10px;
        display: block;
        z-index: 10000;
    }

    div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
        right: 10px;
        display: block;
        z-index: 10000;
    }

    div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .field {
        clear: both;
        margin: 0;
        text-align: left;
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        margin: 0 auto;
        left: 33%;
        right: 0;
    }

    div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
        display: none;
    }

    div.messages.commerce-add-to-cart-confirmation .field.field-name-commerce-price.field-type-commerce-price.field-label-above {
        display: none;
    }

    a.btn {
        font-size: 1em;
        font-weight: 300;
        border-bottom: 1px solid;
        border-radius: 0;
        text-transform: uppercase;
        padding: 10px 0;
    }

    a.logo {
        margin-left: 0px;
    }

    .zoomContainer {
        display: none !important;
    }

    .cta fieldset#edit-commerce-stock-notifications--2 {
        display: none !important;
    }

    .cta.notify-me fieldset#edit-commerce-stock-notifications--2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1000;
    }

    .view-shop2 .views-exposed-form .form-item {
        display: block;
        line-height: 28px;
    }

    .view-shop2 .view-filters a {
        display: block;
        width: 100%;
        font-size: 20px;
    }

    .view-shop2 div#edit-field-bag-type-tid-wrapper {
        position: relative;
    }

    .view-shop2 .views-exposed-form .form-item {
        position: absolute;
        margin: 0 auto;
        /* width: 100%; */
        right: 43%;
    }

    .view-shop2 .views-exposed-form .form-item a {
        display: none;
        font-size: 1em;
    }

    .view-shop2 .views-exposed-form .form-item a.active {
        display: block;
    }

    .view-shop2 .view-filters.open .form-item {
        position: relative;
        margin: 0 auto;
        /*width: 100%;*/
        right: 0;
    }

    .view-shop2 .view-filters.open {
        background: #e3e2dc;
        height: 190px;
        display: block;
    }

    .view-shop2 .view-filters.open .form-item a {
        display: block;
        padding-left: 0 !important;
    }

    .view-shop2 .view-filters a.active:after {
        display: none;
    }

    .view-shop2 .view-filters a.active:before {
        font-family: "ek" !important;
        content: "\6e";
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: -55px;
        font-family: "ek" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    .col-xs-12.col-sm-4.form-item.webform-component.webform-component-textfield {
        padding: 0 40px;
    }

    .product-list-item__image img {
        padding: 40px !important;
    }
}



/* xs < 768 */

@media screen and (max-width: 767px) {
    a.logo {
        margin-left: 0px;
    }

    .paragraphs-item-copy {
        padding: 0;
        max-width: 100%;
        line-height: 1.8em;
        font-weight: 400;
    }

    /*    body {
        font-size: 0.9em;
    }*/
    div#block-commerce-multicurrency-currency-selector {
        position: absolute;
        top: 0px;
        right: 60px;
    }

    .large-font {
        font-size: 23px;
    }

    .medium-font {
        font-size: 17px;
    }

    .normal-font {
        font-size: 1em;
    }

    .small-font {
        font-size: 12px;
    }

    .teaser__top {
        top: 30px;
        font-size: 16px;
    }

    .teaser__middle {
        top: 50%;
        font-size: 40px;
    }

    .teaser__cta {
        bottom: 20px;
        font-size: 18px;
    }

    .teaser__body {
        margin-top: 10px;
    }

    .views-row.teaser {
        width: 100%;
        height: auto;
        padding: 10px 20px;
    }

    .views-row.teaser.teaser--full-width {
        width: 100%;
        padding: 0;
    }

    th.views-field.views-field-edit-quantity {
        display: none;
    }

    td.views-field.views-field-edit-quantity {
        display: none;
    }

    td.views-field.views-field-commerce-unit-price.price {
        display: none;
    }

    th.views-field.views-field-commerce-unit-price {
        display: none;
    }

    .commerce-line-item-views-form {
        margin: 9px;
    }

    td {
        padding: 10px;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        font-size: 1em;
        margin: 20px 0;
    }

    .commerce-order-handler-area-order-total .commerce-price-formatted-components {
        width: 100%;
        margin-left: auto;
        border: none;
    }

    td {
        font-size: 1em;
    }

    th {
        padding: 20px;
        font-weight: 300;
        font-size: 1em;
    }

    ol.commerce-checkout-progress {
        border: none;
    }

    .mailchimp {
        margin: 50px 20px;
    }

    ul#main-menu {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mobile-menu ul#main-menu li {
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }

    .mobile-menu #navigation .section {
        display: block;
    }

    .mobile-menu ul#secondary-menu {
        padding: 0;
        text-align: center;
    }

    .mobile-menu ul#secondary-menu li {
        border-bottom: 1px solid #828282;
    }

    a.burger {
        color: #fff;
        z-index: 10;
    }
}



/* sm */

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1024px) {}



/* md */

@media screen and (min-width: 992px) {}



/* lg */

@media screen and (min-width: 1200px) {}



/* Dots */

.modal-content {
    border-radius: 0;
    z-index: 1000;
}

h4#myModalLabel {
    font-weight: 300;
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

[dir="rtl"] .slick-slide {
    float: right;
}

.panel-default>.panel-heading {
    border-radius: 0;
    background: #fff;
}

.panel-group .panel {
    border-radius: 0;
    border-color: #f1f1f1;
    margin: 20px;
}

h4.panel-title {
    text-align: center;
}

.reseller-list {
    padding: 40px 0;
}

.reseller-list ul li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    list-style-type: circle;
}

.reseller-panes {
    padding-top: 40px;
    font-size: 1em;
    font-weight: 300;
}

div#block-block-1.popup {
    position: fixed;
    right: 0;
    background: #fff;
    padding: 40px 50px 50px 20px;
    bottom: 10px;
    z-index: 10000;
}

.mailchimp .close {
    display: none;
    font-weight: 200;
    font-size: 12px;
    position: absolute;
    top: 10px;
    color: #000;
    opacity: 1;
}

.mailchimp.popup .close {
    display: block;
}

@media screen and (max-width: 600px) {
    div#block-block-1.popup {
        width: 100%;
        margin: 0;
    }
}

.popup-rsvp {
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
    max-width: 472px;
    margin: 0 auto;
    top: 200px;
    left: 50%;
    margin-left: -237px;
}

.popup-rsvp h2 {
    font-size: 1em;
    font-weight: 400;
    margin-top: 30px;
}

.popup-rsvp .node .field.field-name-field-text {
    font-size: 11px;
    font-weight: 200;
    margin-bottom: 20px;
    text-align: center;
}

.popup-rsvp .field.field-name-field-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.popup-rsvp .node h2 {
    display: none;
}

.wrapper-with-intrinsic-ratio {
    position: relative;
    padding-bottom: 59%;
    height: 0;
}

.element-to-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}



/*plan method teasers*/

.method-title:before {
    position: absolute;
    content: "";
    background: #f1f1f1;
    width: 100%;
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 10px;
    padding: 2px;
}

.method-item {
    position: relative;
}

.method-item.step-2-4 .method-title:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 10px;
    padding: 2px;
    background: red;
    width: 50%;
}

.method-item.step-1-4 .method-title:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 10px;
    padding: 2px;
    background: red;
    width: 25%;
}

.method-item.step-3-4 .method-title:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 10px;
    padding: 2px;
    background: red;
    width: 75%;
}

.method-item.step-4-4 .method-title:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 10px;
    padding: 2px;
    background: red;
    width: 100%;
}

@media screen and (max-width: 890px) {
    .method-item {
        position: relative;
        padding: 20px 0px 80px;
    }

    .method-title:after,
    .method-title:before {
        top: 60px !important;
    }
}

.method table.table {
    border: none;
}

.method td {
    border: 10px solid #fff;
    border-top: none !important;
}

div#block-block-3 {
    margin: 100px 0;
}

.method-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 30px;
}

.method-copy {
    color: #6f6f6e;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2.1rem;
    margin-top: 40px;
}

ul.links {
    padding: 0;
}

.view.view-design .view-header .row {
    background: #f8f8f8;
    min-height: 130px;
}

.page-design h1#page-title {
    display: none;
}

.view-design .view-header h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70px;
}

.view-design .views-exposed-form .form-item {
    text-align: center;
    display: inline;
    margin: 0 15px;
}

.view-design .block-description {
    color: #8f8f8f;
    font-size: 16px;
    /* font-weight: 100; */
    line-height: 22px;
    /* padding: 10px; */
    /* max-width: 600px; */
    font-weight: 200;
}

.page-design div#header,
.node-type-service div#header {
    background: #f8f8f8;
}

.node-type-service h1#page-title {
    display: none;
}

.performance-marketing.service-header {
    text-align: center;
    background: #f8f8f8;
    margin: 0 -15px;
    padding: 10px 0;
}

.page-blog .views-row-odd.post-teaser {
    float: left;
    width: 70%;
    display: block;
}

.page-blog .views-row-even.post-teaser {
    float: left;
    width: 30%;
    display: block;
}

.sh-superhead {
    font-size: 18px;
    font-weight: 200;
    margin: 40px 0 10px;
}

h1.sh-heading {
    font-size: 65px;
    margin-bottom: 60px;
}

.view-design .views-exposed-form .form-item a {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 200;
    line-height: 29px;
}



/*design page mobile*/

@media (max-width: 600px) {
    .view-design .view-header h1 {
        margin: 0 0 20px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 45px;
    }

    .view-design .block-description {
        color: #8f8f8f;
        font-size: 1.1em;
        /*font-weight: 100;*/
        margin-bottom: 30px;
    }
}

.masonry {
    background: #EEE;
    max-width: 1200px;
}



/* clearfix */

.masonry:after {
    content: '';
    display: block;
    clear: both;
}



/* ---- masonry-item ---- */

.masonry-sizer,
.masonry-item {
    width: 33.33%;
}

@media (max-width: 800px) {

    .masonry-sizer,
    .masonry-item {
        width: 50%;
    }
}

@media (max-width: 600px) {

    .masonry-sizer,
    .masonry-item {
        width: 100%;
    }
}

.masonry-item {
    height: auto;
    float: left;
    /*  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;*/
}

.masonry-item--width2 {
    width: 40%;
}

.masonry-item--width3 {
    width: 60%;
}

.masonry-item--height2 {
    height: 200px;
}

.masonry-item--height3 {
    height: 260px;
}

.masonry-item--height4 {
    height: 360px;
}

.node-4 label {
    min-width: 150px;
}

.block {
    width: 100%;
    clear: both;
    display: block;
}

.distinction {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 40px 20px;
    font-weight: 200;
}

.explain {
    font-size: 16px;
    margin-top: 40px;
    line-height: 21px;
}

input,
textarea {
    background: transparent;
}

.contactform .content {
    max-width: 500px;
    margin: 0 auto !important;
    background: #f6f6f6 !important;
}

.front-clients-header {
    font-size: 20px;
    margin-top: 60px;
}

div#block-block-7 {
    background: #535353;
    padding: 60px 0;
    margin: 40px auto 0;
}

div#block-block-8 {
    background: #c3c3c3;
    clear: both;
    display: block;
    /* min-height: 200px; */
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px !important;
}

.newsletter h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.nl-btn.btn {
    color: #fff;
    background: #000;
    border-radius: 100px;
    padding: 2px 40px 2px;
    line-height: 11px;
}


@media screen and (max-width: 700px) {
    .nl-btn.btn {
        color: #fff;
        background: #000;
        border-radius: 100px;
        padding: 0 10px;
        line-height: 11px;
        display: block;
        margin: 40px 0 ;
        font-size: 17px;
    }
}

.work-application .title {
    text-align: center;
    font-weight: 300;
}

.work-application .subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.work-application a.btn {
    color: #fff;
    background: #fb0e2e;
    border-radius: 100px;
    padding: 3px 40px 5px;
}

@media (max-width: 500px) {
    .work-application a.btn {
        text-align: center;
        margin-top: 30px;
    }
}

div#block-views-design-block-1 {
    background: #eeeeee;
    padding-bottom: 60px;
    padding-top: 60px;
}


.btn:hover {
    color: #000 !important;
    border: 2px solid #000 !important;
    background: transparent !important;
}


div#block-block-9 {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: auto;
}

.header-blocks .region {
    position: relative;
}

.hero-logo svg {
    width: 95px;
    height: 100px;
}

@media screen and (max-width: 700px) {
    div#block-block-9 {
        display: none;
    }
}

.copyright {
    padding-top: 20px;
    padding-bottom: 40px;
}


img.badge-logo {
    max-width: 100%;
    max-height: 100px;
}

.section-footer>.awards img.badge-logo {
    max-width: 160px;
}

.row.awards .col-xs-6 {
    height: 200px;
}

.row.badges>div {
    text-align: left;
    padding-left: 50px
}

.row.badges>div:first-child {
    text-align: right;
}

.hero-background {
    background: url('/sites/all/themes/simple/images/Relevance-Hero-Banner.jpg') no-repeat center center transparent;
    background-size: cover;
    height: 80vh;
    width: 100%;
}

.view-design {
    min-height: 900px;
}

@media (max-width: 800px) {
    .row.badges>div:first-child {
        text-align: center;
    }

    .row.badges>div {
        text-align: center;
        padding-left: 0;
    }

    .hero-background {
        height: 30vh;
    }
}

span.gadwords-color.subtitle {
    font-size: 37px;
    text-align: left;
    max-width: 600px;
    display: block;
    text-transform: none;
    line-height: 40px;
    margin: 0 auto;
}


div#block-block-2 {
    position: absolute;
    top: 40%;
    left: 50px;
    text-align: left;
    font-size: 30px !important;
    width: 100%;
    text-transform: none;
    font-weight: 200;
    right: 0;
    z-index: 100;
    max-width: 600px;
}

.hero-slideshow .work-application .btn,
#block-block-2 .work-application .btn {
    padding: 14px 50px;
    background: #fb0e2e;
    font-size: 20px;
}


.marquee .the-text {
    padding: 8px 22px;
}

.front .section.hidden-xs.navigation {
    top: 30px !important;
}


.hero-background {
    background-size: cover;
    height: 80vh;
    width: 100%;
    position: relative;
}

.hero-slideshow .hero-copy {
    position: absolute;
    top: 40%;
    left: 50px;
    text-align: left;
    font-size: 30px !important;
    width: 100%;
    text-transform: none;
    font-weight: 200;
    right: 0;
    z-index: 100;
    max-width: 600px;
}

.hero-slideshow .content {
    padding: 0 15px;
    margin: 0 auto;
    line-height: 39px;
    font-size: 38px;
}


.marquee {
    position: relative;
    background: #fb0e2e;
    color: #fff;
    height: 35px;
    font-size: 16px;
    overflow: hidden;
}

.marquee .the-text {
    position: absolute;
    width: 150%;
    height: 100%;
    margin: 0;
    text-align: left;

    /* Apply animation to this element */
    -moz-animation: marquee 15s ease-out;
    -webkit-animation: marquee 15s ease-out;
    animation: marquee 15s linear ease-out;
}

/* Move it (define the animation) */

@keyframes marquee {
    100% {
        -moz-transform: translateX(0);
        /* Firefox bug fix */
        -webkit-transform: translateX(0);
        /* Firefox bug fix */
        transform: translateX(0);
    }

    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

}

.form-item input {
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
}





@media (max-width: 800px) {
    div#block-block-13 {
        display: none;
    }

    .hero-slideshow .work-application,
    #block-block-2 .work-application {
        display: block;
        width: 100%;
    }

    .hero-slideshow .work-application .btn,
    #block-block-2 .work-application .btn {
        padding: 5px 20px;
        background: #da0027;
        font-size: 12px;
        margin: 0;
    }

    div#block-block-2 {
        width: 100%;
        left: 0;
        right: 0;
        top: 35px;
    }

    .hero-slideshow .hero-copy .subtitle,
    .hero-slideshow .hero-copy .subtitle2 {
        font-size: 20px !important;
        line-height: 10px !important;
    }

    .hero-slideshow .hero-copy {
        top: 26%;
        left: 0;
        max-width: 300px;
    }

    .hero-slideshow .content {
        line-height: 20px;
    }
}




.blog_featured-post {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 15px;
    font-family: 'Red Hat Text', sans-serif;
}

img.blog_featured-post-header {
    max-width: 100%;
    height: auto;
    position: relative;
}

.blog_featured-post-header-area {
    position: absolute;
    top: 35%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.blog_featured-category {
    color: #fff;
    font-size: 15px;
    margin-bottom: 40px;
}

.blog_featured-post-title {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    margin: 10px 20px 30px;
}

.blog_featured-post-title a {
    color: #fff;
}

.blog_featured-post-author {
    font-size: 15px;
    color: #fff;
    margin: 10px 10px 40px;
}

.blog_featured-post-cta a {
    color: #fff;
    font-size: 18px;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 20px;
}

div#block-views-blog-promoted-block {
    margin-bottom: 60px;
}

.blog_teaser-post {
    display: block;
    font-family: 'Red Hat Text', sans-serif;
}

.blog_teaser-post-category {
    height: 20px;
    margin: 10px 0;
    color: #FF0023;
    font-size: 15px;
}

.blog_teaser-post-title {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 21px;
    margin-bottom: 10px;
}
.blog_teaser-post-title a{
    color:#000;
}
.blog_teaser-post-author {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #969696;
    font-size: 13px;
    margin-bottom: 10px;
}

.blog_teaser-post-subheading {
    color: #5B5B5B;
    font-size: 15px;
    margin-bottom: 10px;
}

.blog_teaser-post-cta a {
    font-size: 16px;
    color: #000;
    position: relative;
}
.blog_teaser-post-cta a:after {
    position: absolute;
    content: "";
    height: 2px;
    background: red;
    width: 40px;
    top: 10px;
    left: 90px;
    transition: all 1s;
}
.blog_teaser-post-cta:hover a:after{
    width: 60px;
    transition: all 1s;
}

.blog_teaser-post {margin-bottom: 60px;}

.blog_teaser-post-image {
    margin-bottom: 30px;
}

.blog-banner {
    margin: 40px 0;
}

.blog-body {
    max-width: 875px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 30px;
    color: #5b5b5b;
    font-family: 'Red Hat Text',sans-serif;
    padding-bottom: 40px;
    border-bottom: 1px solid #ff0023;
    margin-bottom: 60px;
}

.blog-body b, .blog-body strong  {
    color:#000;
    font-family: 'Red Hat Text', sans-serif;
}

.blog-body h3,.blog-body h4 {
    color: #000;
    font-family: 'Red Hat Text', sans-serif;
}

.blog-body h2 {
    font-size: 33px;
    color: #000;
    font-family: 'Red Hat Text', sans-serif;
}

.blog-body img {
    max-width: 100%;
    height: auto;
}

.blog-top-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.blog-category {
    color: #FF0023;
    font-size: 15px;
    margin-top: 30px;
}

.blog-title h1 {
    margin: 30px 0;
    font-size: 44px;
    font-family: 'Red Hat Text', sans-serif;
}

.blog-post-author {
    font-size: 15px;
}

.node-type-post {
    font-family: 'Red Hat Text', sans-serif;
}

.blog-back a {
    color: #000;
}

ul.links li {
    display: inline-block;
    font-size: 18px;
    margin: 10px;
}

ul.links li a {
    color: #969696;
    font-family: 'Red Hat Text', sans-serif;
}

ul.links li.active-trail.active a {
    color: #000;
    position: relative;
}

ul.links li.active-trail.active a:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    bottom: -5px;
    left: 5px;
    right: 5px;
}

@media (max-width: 600px) {
    .blog_featured-category {
        font-size: 12px;
        margin-bottom: 0;
    }

    .blog_featured-post-title {
        font-size: 17px;
        margin: 10px 20px;
        line-height: 23px;
    }

    .blog_featured-post-author {
        display: none;
    }

    .blog_featured-post-cta a {
        font-size: 12px;
    }

    .blog_featured-post {
        padding: 0;
    }

    .blog_featured-post-header-area {
        top: 10px;
    }

    .blog_teaser-post-category {
        font-size: 12px;
    }

    .blog_teaser-post-cta a {
        font-size: 14px;
    }

    .blog-title h1 {
        font-size: 22px;
    }

    .blog-body {
        font-size: 15px;
        line-height: 21px;
    }
}



/* BLACK FOOTER */

.footer-black-wrapper {
    background: #000;
    color: #fff;
    padding: 40px;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    line-height: 21px;
}



.footer-black-title {
    color: #FF0023;
    margin-bottom: 20px;
}

.footer-black-motto-text {
    font-size: 33px;
    line-height: 40px;
}

.footer-black a {
    color: #fff;
}

.footer-black-motto-cta {
    position: relative;
    margin: 30px 0;
}
.footer-black-motto-cta a {
    color:#fff;
}

.footer-black {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-black > div {
  flex: 1 1 30%;
  min-height: 215px;
}

.footer-black-motto {
    display: inline-block;
    width: 30%;
}

.footer-black-rest {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}


.node-type-post blockquote {
    border-left: none;
    padding:10px 0;
}

.node-type-post blockquote > p {
    display: inline-block;
    max-width: 49%;
    vertical-align: top;
    font-size:22px;
    font-weight:bold;
    color:#000;
    padding-right:10px;
}

@media (max-width: 800px) {
    .node-type-post blockquote > p {
        display:block; 
        max-width: 100%;
    }

}


@media (max-width: 800px) {
    .footer-black-motto-text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 600px) {
    .footer-black-motto-text {
        font-size: 20px;
        line-height: 26px;
    }

    .footer-black-motto {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-black-rest {
        width: 100%;
    }

    .footer-black {
        display: block;
        width: 100%;
    }

    .footer-black>div {
        min-height: auto!important;
        margin-bottom: 30px;
    }
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.mobile-menu ul.links li {
    display: block;
    margin: 20px 5px;
    font-size: 22px;
}

.mobile-menu ul.links li.active-trail.active a {
    color: #fff;
}

fieldset.captcha.form-wrapper {
    max-width: 100%;
    overflow: hidden;
}