/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/

*, *:before, *:after {
    box-sizing: border-box !important;
}

::-moz-selection {
    background: #ff9900;
    text-shadow: none;
    color: white;
}

::selection {
    background: #ff9900;
    text-shadow: none;
    color: white;
}

hr {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.4375rem 0 1.5rem;
    box-sizing: content-box;
    height: 0;
}

menu, ul, ol {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: initial;
}

p {
    font-size: 18px;
    font-family: inherit;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 24px;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03125rem;
    word-wrap: break-word;
}

a {
    background-color: transparent;
    outline: 0;
    color: inherit;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover, a:focus {
    color: #ff9900;
    text-decoration: none;
}

small {
    font-size: 0.875rem;
    line-height: inherit;
    color: inherit;
}

.vc_row {
    margin-left:auto !important;
    margin-right:auto !important;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

@media only screen {
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width: 40.063em) {
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width: 64.063em) {
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
}


.menu-item > .second {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 2px 7px rgba(0, 0, 0, 0.05);
}

header.sticky .menu-item > .second {
    margin-top: -1px !important;
    border-top: 2px solid #ff9900 !important;
}

/* header */

header.sticky .logo_wrapper,
header.sticky .q_logo a  {
    height: 96px !important;
}

@media only screen and (min-width:1000px) {
    .q_logo a img {
        height: 48px !important;
        top:-24%!important;
    }
}

nav.main_menu.right {
    float:left!important;
    margin-left:170px!important;
}

header.sticky .side_menu_button {
    height: 96px;
}

/* hero */

.hero {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #eeebe6;
    /*padding-top: 9 rem;*/
}

.hero .hero-feature-wrapper {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 10.5rem;
    height: 42rem;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10),
    0 32px 72px rgba(158, 158, 158, 0.15);
}

.hero .hero-background,
.hero .hero-feature--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background: #FFFFFF -webkit-linear-gradient(top, #ffffff 0%, #f0f5f9 100%);
    background: #FFFFFF linear-gradient(to bottom, #ffffff 0%, #f0f5f9 100%);
    z-index: -1;
}

.hero .hero-background iframe,
.hero .hero-background object,
.hero .hero-background embed,
.hero .hero-background video,
.hero .hero-feature--background video,
.hero .hero-background img,
.hero .hero-feature--background img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media only screen and (max-width: 40em) {
    .hero .hero-background iframe, .hero .hero-background object, .hero .hero-background embed, .hero .hero-background video, .hero .hero-background img {
        display: none;
    }
}

.hero .hero-background video {
    opacity: .5;
}

.hero .hero-background-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
    z-index: 1;
}

.hero-headline {
    letter-spacing: 0.5px;
}

.hero-subline {
}

.hero-play-btn {
    color: rgba(97, 97, 97, 0.8);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.hero-play-btn:hover {
    color: #616161;
}

.hero-full {
    overflow: hidden;
    height: auto;
    min-height: 100%;
}

@media only screen and (min-width: 40.063em) {
    .hero-full {
        height: 100%;
    }
}

.hero-featured-image {
    height: 0;
    padding-bottom: 42%;
    margin-top: 48px;
    width: 1360px;
    max-width: 90%;
    max-height: 28rem;
    border-radius: 2px;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10),
    0 32px 72px rgba(158, 158, 158, 0.15);
}

@media only screen and (max-width: 40em) {
    .hero-featured-image {
        float: left;
        margin: 48px 5% !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .hero-featured-image {
        margin-bottom: -168px !important;
    }
}

.hero--homepage {
}

.hero--homepage .hero-background-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.7) 100%);
}

.hero--homepage .hero-headline {
    font-size: 64px;
    margin-bottom: 36px !important;
    font-weight: 400;
}

.hero--homepage .hero-subline {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
}

.hero .floating-container {
    position: relative;
}

@media only screen and (max-width: 40em) {
    .hero .floating-container {
        float: left;
        width: 100%;
    }
}

.hero .floating-container .hero-feature--background {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    max-height: 600px;
}

.hero .floating-container .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.hero .floating-container > div {
    max-height: 600px;
    overflow: hidden;
    width: 1400px;
    max-width: 90%;
    margin: -120px auto 72px !important;
    box-shadow: 0 5px 30px #CCC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .floating-container > div .vc_column_container > .vc_column-inner {
    padding: 0;
}

.hero .floating-container > div .owl-theme .owl-item div {
    margin: 0 !important;
}


.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

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

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-collapse {
    margin-top: 0;
    margin-bottom: 0;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.text-grey {
    color: #9e9e9e !important;
}

.spacer {
    display: block;
    margin: 0 auto;
    height: 6rem;
}

.spacer-top, .spacer-half-top {
    margin-top: 3rem;
}

.spacer-quarter-top {
    margin-top: 1.5rem;
}

.spacer-left, .spacer-half-left {
    margin-left: 3rem;
}

.spacer-right, .spacer-half-right {
    margin-right: 3rem;
}

.spacer-bottom, .spacer-half-bottom {
    margin-bottom: 3rem;
}

.spacer-quarter-bottom {
    margin-bottom: 1.5rem;
}

.spacer-half {
    height: 3rem;
}

.spacer-quarter {
    height: 1.5rem;
}

@media only screen and (min-width: 40.063em) {
    .spacer-top {
        margin-top: 6rem;
    }

    .spacer-bottom {
        margin-bottom: 6rem;
    }

    .spacer-left {
        margin-left: 6rem;
    }

    .spacer-right {
        margin-right: 6rem;
    }
}

label {
    font-size: 0.875rem;
    color: #9e9e9e;
    cursor: pointer;
    display: block;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0;
    text-transform: inherit;
}

/* We use this to get basic styling on all basic form elements */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #FFFFFF;
    font-family: inherit;
    border: solid 1px #e0e0e0;
    color: #000000;
    display: block;
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
    padding: 0 1.875rem !important;
    height: 3rem;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 0.25rem white, 0 0 0 0.5rem transparent;
    -webkit-transition: box-shadow 0.4s, border-color 0.4s ease-in-out;
    transition: box-shadow 0.4s, border-color 0.4s ease-in-out;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover {
    border-color: #999999;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0 white, 0 0 0 0.125rem #ff9900;
    outline: none !important;
}

input[type="color"][disabled], input[type="color"][readonly], input[type="date"][disabled], input[type="date"][readonly], input[type="datetime"][disabled], input[type="datetime"][readonly], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], input[type="email"][disabled], input[type="email"][readonly], input[type="month"][disabled], input[type="month"][readonly], input[type="number"][disabled], input[type="number"][readonly], input[type="password"][disabled], input[type="password"][readonly], input[type="search"][disabled], input[type="search"][readonly], input[type="tel"][disabled], input[type="tel"][readonly], input[type="text"][disabled], input[type="text"][readonly], input[type="time"][disabled], input[type="time"][readonly], input[type="url"][disabled], input[type="url"][readonly], input[type="week"][disabled], input[type="week"][readonly], textarea[disabled], textarea[readonly] {
    background-color: #f5f5f5;
    cursor: default;
    border-color: #f5f5f5;
    color: gray;
}

input[type="color"].xlarge, input[type="date"].xlarge, input[type="datetime"].xlarge, input[type="datetime-local"].xlarge, input[type="email"].xlarge, input[type="month"].xlarge, input[type="number"].xlarge, input[type="password"].xlarge, input[type="search"].xlarge, input[type="tel"].xlarge, input[type="text"].xlarge, input[type="time"].xlarge, input[type="url"].xlarge, input[type="week"].xlarge, textarea.xlarge {
    padding: 0 1.875rem !important;
    text-indent: 0;
    height: 4.5rem;
}

textarea {
    min-height: 3rem;
    height: 12rem;
    resize: vertical;
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

.input-group {
    position: relative;
    margin-bottom: 1.5rem;
    border: solid 0.0625rem #eceff1;
    box-shadow: 0 5px 15px -3px rgba(96, 125, 139, 0.1);
    border-radius: 5px;
}


/*TODO: fix validation lines*/
.input-group .input {
    position: relative;
    background-color: #FFFFFF;
    border-bottom: solid 0.0625rem #eceff1;
    border-radius: 0;
    min-height: 72px;
    padding: 11px 0 12px;
}

.input-group .input input[type="color"], .input-group .input input[type="date"], .input-group .input input[type="datetime"], .input-group .input input[type="datetime-local"], .input-group .input input[type="email"], .input-group .input input[type="month"], .input-group .input input[type="number"], .input-group .input input[type="password"], .input-group .input input[type="search"], .input-group .input input[type="tel"], .input-group .input input[type="text"], .input-group .input input[type="time"], .input-group .input input[type="url"], .input-group .input input[type="week"], .input-group .input textarea {
    box-shadow: none;
    border-color: #FFFFFF !important;
    margin: 0 !important;
}

.input-group .input input[type="color"]:hover + label, .input-group .input input[type="color"]:focus + label, .input-group .input input[type="date"]:hover + label, .input-group .input input[type="date"]:focus + label, .input-group .input input[type="datetime"]:hover + label, .input-group .input input[type="datetime"]:focus + label, .input-group .input input[type="datetime-local"]:hover + label, .input-group .input input[type="datetime-local"]:focus + label, .input-group .input input[type="email"]:hover + label, .input-group .input input[type="email"]:focus + label, .input-group .input input[type="month"]:hover + label, .input-group .input input[type="month"]:focus + label, .input-group .input input[type="number"]:hover + label, .input-group .input input[type="number"]:focus + label, .input-group .input input[type="password"]:hover + label, .input-group .input input[type="password"]:focus + label, .input-group .input input[type="search"]:hover + label, .input-group .input input[type="search"]:focus + label, .input-group .input input[type="tel"]:hover + label, .input-group .input input[type="tel"]:focus + label, .input-group .input input[type="text"]:hover + label, .input-group .input input[type="text"]:focus + label, .input-group .input input[type="time"]:hover + label, .input-group .input input[type="time"]:focus + label, .input-group .input input[type="url"]:hover + label, .input-group .input input[type="url"]:focus + label, .input-group .input input[type="week"]:hover + label, .input-group .input input[type="week"]:focus + label, .input-group .input textarea:hover + label, .input-group .input textarea:focus + label {
    color: #ff9900;
}

.input-group .input input[type="color"]:focus + label, .input-group .input input[type="color"]:valid + label, .input-group .input input[type="date"]:focus + label, .input-group .input input[type="date"]:valid + label, .input-group .input input[type="datetime"]:focus + label, .input-group .input input[type="datetime"]:valid + label, .input-group .input input[type="datetime-local"]:focus + label, .input-group .input input[type="datetime-local"]:valid + label, .input-group .input input[type="email"]:focus + label, .input-group .input input[type="email"]:valid + label, .input-group .input input[type="month"]:focus + label, .input-group .input input[type="month"]:valid + label, .input-group .input input[type="number"]:focus + label, .input-group .input input[type="number"]:valid + label, .input-group .input input[type="password"]:focus + label, .input-group .input input[type="password"]:valid + label, .input-group .input input[type="search"]:focus + label, .input-group .input input[type="search"]:valid + label, .input-group .input input[type="tel"]:focus + label, .input-group .input input[type="tel"]:valid + label, .input-group .input input[type="text"]:focus + label, .input-group .input input[type="text"]:valid + label, .input-group .input input[type="time"]:focus + label, .input-group .input input[type="time"]:valid + label, .input-group .input input[type="url"]:focus + label, .input-group .input input[type="url"]:valid + label, .input-group .input input[type="week"]:focus + label, .input-group .input input[type="week"]:valid + label, .input-group .input textarea:focus + label, .input-group .input textarea:valid + label {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    font-size: 12px;
}

.input-group .input textarea {
    margin-top: 12px !important;
}

.input-group .input:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.input-group .input:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group .input label {
    position: absolute;
    top: 1.5rem;
    left: 1.875rem;
    -webkit-transition: color .3s ease, -webkit-transform .25s ease-out;
    transition: color .3s ease, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out, color .3s ease;
    transition: transform .25s ease-out, color .3s ease, -webkit-transform .25s ease-out;
    letter-spacing: 0.0125rem;
}

.input-group .input br {
    display: none;
}

.input-group .input.medium-6:nth-child(3),
.input-group .input.medium-6:nth-child(3n+5):nth-child(-3n+8) {
    border-left: solid 0.0625rem #eceff1;
}


.thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    background: no-repeat center center / cover;
    box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.15), 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 1px;
    margin-bottom: 24px !important;
}

> img,
> svg,
a > img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-height: 96px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

.thumbnail--video::before,
.thumbnail--video::after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.thumbnail--video::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.thumbnail--video::after {
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    background: transparent url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2252%22%20height%3D%2252%22%3E%0A%20%20%3Cstyle%3E%0A%20%20%20%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23FF9900%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%20%20%3C/style%3E%0A%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2226%22/%3E%0A%20%20%3Ccircle%20class%3D%22st1%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2223%22/%3E%0A%20%20%3Cpath%20d%3D%22M20.7%2032.5V19.3c0-1%201-1.7%202-1.2L35%2025c1%20.5%201%202%200%202.4L22.8%2034c-1%20.4-2%200-2-1.3z%22/%3E%0A%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M24%208S10.6%2011%209%2024%22/%3E%0A%3C/svg%3E) no-repeat center / 52px 52px;
    transition: transform .5s cubic-bezier(0, 3, 0.8, 0.2);
}

.thumbnail--video:hover::after {
    transform: scale(1.1);
}

.btn, .qbutton, #mc_signup_submit {
    display: inline-block;
    position: relative;
    border-width: 0 !important;
    box-shadow: 0 6px 20px rgba(50, 50, 93, 0.11), 0 1px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-family: "SourceSansPro", "Source Sans Pro", "Helvetica Neue", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.25px !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-align: center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    outline: none;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 0.0625rem !important;
    height: auto !important;
    line-height: 3rem !important;
    min-width: 6rem !important;
    margin-top: 0.15625rem !important;
    margin-bottom: 0.125rem !important;
    font-size: 1rem !important;
    background-color: #ff9900 !important;
    color: #FFFFFF;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    box-sizing: border-box !important;
}

.btn:hover, .qbutton:hover, #mc_signup_submit:hover {
    background-color: #ffad33 !important;
    color: #FFFFFF !important;
}

.btn:focus, .qbutton:focus, #mc_signup_submit:focus {
    background-color: #cc7a00 !important;
}

.btn.small, .qbutton.small, #mc_signup_submit {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
    padding-bottom: 0.0625rem !important;
    line-height: 2.625rem !important;
    min-width: 5.25rem !important;
    margin-top: 0.3125rem !important;
    margin-bottom: 0.125rem !important;
    min-width: auto !important;
}

svg.icon {
    vertical-align: middle;
    margin-bottom: 0.125rem;
    margin-right: 0.375rem;
}

svg.icon--right {
    margin-right: 0;
    margin-left: 0.375rem;
}

svg.icon--alone {
    margin-right: 0;
}

svg.icon--centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

svg.icon .icon-path {
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    -webkit-transition: stroke .25s ease;
    transition: stroke .25s ease;
}

svg.icon .icon-fill {
    fill: currentcolor;
    -webkit-transition: fill .25s ease;
    transition: fill .25s ease;
}



.section--testimonials .testimonial-item,
.section--testimonials .testimonial-item-myss {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    margin: 0 15px 15px!important;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .section--testimonials .testimonial-item,
    .section--testimonials .testimonial-item-myss {
        width: initial;
        margin: 0 0 20px !important;
        padding: 0 !important;
    }
}

.section--testimonials h5,
.section--testimonials h6 {
    margin-bottom: 5px;
}
.section--testimonials h6,
.section--testimonials .test-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.section--testimonials .test-text {
    color: #484848;
}

.testimonials-avatar {
    width: 120px !important;
    border-radius: 50% 50%;
    margin-bottom: 10px !important;
    border: 3px solid #ff9900 !important;
}

.testimonial-item-myss .testimonials-avatar {
    border-color: #00c0cc !important;
}

.section--testimonials .owl-controls {
    margin-top: 0;
}



.section--services {
    background-color: #eeebe6;
    margin-bottom: 10.5rem;
}

.section--services .homepage-services {
    background-color: white;

    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10);
}

.section--services .homepage-services > .section_inner {
    width: 100%;
}

.section--services .homepage-service {
    background: #FFF;
    height: 528px;
    padding: 0 !important;

    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}

@media (max-width: 767px) {
    .section--services .homepage-service {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section--services .homepage-service {
        height: 432px;
    }
}

.section--services .homepage-service:nth-child(-2n+3) {
    border-right: solid 1px #e0e0e0;
}

.section--services .homepage-service:nth-child(-n+2) {
    border-bottom: solid 1px #e0e0e0;
}

.section--services .homepage-service-media {
}

.section--services .homepage-service-media video {
    max-width: 100%;
}

.section--services .homepage-service h5 {
    -webkit-transition: filter .3s ease;
    transition: filter .3s ease;
}

@media (max-width: 767px) {
    .section--services .homepage-service-view {
        margin-bottom: 48px !important;
    }
}

@media (min-width: 768px) {
    .section--services .homepage-service-view {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 144px;
        padding-top: 24px;
        width: 100%;
        line-height: 72px;
        opacity: 0;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
}

.section--services .homepage-service:hover {
    z-index: 1;
    background: #FFF;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10),
    0 32px 72px rgba(158, 158, 158, 0.15);
}

.section--services .homepage-service:hover .homepage-service-view {
    opacity: 1;
}

.section--services .homepage-service:hover h5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.section--services .homepage-service ul li {
    list-style: disc;
    display: block;
}

.homepage-graph {
    height: 600px;
    background-size: 2000px 600px;
}

.section--mysimpleshow {
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10);
}


/* footer */
footer .fotter_top_border_holder {
    display: none;
}

.footer_top .widget h4 {
    border-bottom: solid 2px #e0e0e0 !important;
    padding-bottom: 10px !important;
    margin-bottom: 24px !important;
    width: 80% !important;
}

.footer_top .widget_nav_menu li.menu-item a {
    margin: 0 !important;
}

.shadow {
    transition: box-shadow .3s ease;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10);
}

.shadow:hover,
.shadow-active {
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 18px rgba(158, 158, 158, 0.15),
    0 32px 72px rgba(158, 158, 158, 0.3);
}

.column--card .vc_column-inner {
    width: auto;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10);
    margin-right: 115px;
    background-color: #fff !important;
    transition: box-shadow .3s ease;
}

.column--card.card--active .vc_column-inner,
.column--card .vc_column-inner:hover {
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 18px rgba(158, 158, 158, 0.15),
    0 32px 72px rgba(158, 158, 158, 0.3);
}


.hidden, .hide {
    display: none !important;
    visibility: hidden;
}

.clickable {
    cursor: pointer;
}

select + .wpcf7-not-valid-tip {
    top: -22px;
}

form.wpcf7-form .input .wpcf7-not-valid {
    border-bottom-color: #dd424b !important;
    border-radius: 0;
}

.wpcf7-not-valid {
    border: 1px solid #dd424b;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

select.wpcf7-form-control.wpcf7-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    font-size: 16px;
    padding: 12px 30px;
    height: auto;
    border-color: transparent !important;
    outline: none;
}

input.wpcf7-form-control.wpcf7-submit {
    box-sizing: border-box !important;
    -webkit-box-sizing:border-box !important;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #dd424b;
}

div.wpcf7-response-output {
    background-color: #e6ae48;
    border: 0 !important;
    padding: 17px 30px 17px 55px !important;
    box-shadow: 0 -1px 1px rgba(158, 158, 158, 0.025),
    0 4px 8px rgba(158, 158, 158, 0.10);
}

div.wpcf7-response-output:before {
    content: "\f12a";
    font-family: 'FontAwesome',sans-serif;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 25px;
}

.application-item {
    display: block;
    margin: 12px 0;
    border-bottom: solid 1px #e0e0e0;
    min-height: 144px;
}

.level-view-btn {
    display: none;
    margin-top: 15px;
}

@media (max-width: 640px) {
    .hero--homepage .hero-feature--background {
        background: url('/wp-content/uploads/2017/01/poster.jpg') #000 !important;
        background-size: cover;
    }

    .hero--homepage video {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .subtitle {
        display: block
    }
}

@media (max-width: 992px) {
    .homepage-graph {
        display: none !important;
    }

    .level-view-btn {
        display: block;
    }

    .card-level.turned .level-content {
        display: block;
    }

    .card-level.turned .level-face {
        display: none;
    }
}

.logo-wall .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
}

.lang-item {
    padding: 10px
}

.card-level .level-content {
    display: none;
    position: relative;
    background: white;
    text-align: left;
    line-height: 24px;
}

@media (min-width: 992px) {
    .card-level:hover .level-content {
        display: block;
    }

    .card-level:hover .level-face {
        display: none;
    }
}

.hero-play-btn {
    display: block;
    height: 76px;
    width: 76px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 72 72'%3E%3Ctitle%3Eplay2%3C/title%3E%3Ccircle cx='36' cy='36' r='35' style='fill:%23fff;stroke:%23000;stroke-miterlimit:10'/%3E%3Ccircle cx='36' cy='36' r='35' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:2px'/%3E%3Cpath d='M28,45.9V26.1a2,2,0,0,1,3-1.8l18,9.9a2.1,2.1,0,0,1,0,3.6L31,47.7A2,2,0,0,1,28,45.9Z' transform='translate%280 0%29'/%3E%3Cpath d='M32.2,7S11,11.5,8.5,31.5' transform='translate%280 0%29' style='fill:none;stroke:%23f90;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3Crect width='72' height='72' style='fill:none'/%3E%3C/svg%3E");
}

.hero--homepage .hero-play-btn {
    transition: transform .5s cubic-bezier(0, 3, 0.8, 0.2);
}

.hero--homepage:hover .hero-play-btn {
    transform: scale(1.1);
}

.hero-play-btn span {
    display: none;
}

.mobile-hide {
    display: none;
}

.mobile-view {
    display: inherit;
}

.home .vc_empty_space {
    display: none;
}

.vc_row.wpb_row.section.vc_row-fluid.hero.hero--homepage {
    margin-top: 160px;
}

.arrow-down-container .content-bottom-arrow:before, .arrow-down-container .content-bottom-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 50%;
    background-color: #eeebe6;
    transform-origin: 50% 0;
    z-index: -1;
    margin-top: 40px;
}

.arrow-down-container .content-bottom-arrow:before {
    transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
}

.arrow-down-container .content-bottom-arrow:after {
    transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    -webkit-transform: skewY(7deg);
}

@media only screen and (min-width: 100px) {
    .hero .floating-container .hero-content {
        top: 80%;
    }
}

@media only screen and (min-width: 500px) {
    .mobile-view h1 {
        font-size: 42px;
        line-height: 1.4;
    }

    .hero .floating-container .hero-content {
        top: 75%;
    }
}

@media only screen and (min-width: 700px) {
    .hero .floating-container .hero-content {
        top: 70%;
    }
}

@media only screen and (min-width: 920px) {
    .hero .floating-container .hero-content {
        top: 65%;
    }
}

@media only screen and (min-width: 920px) {
    .hero .floating-container .hero-content {
        top: 65%;
    }
}

@media only screen and (min-width: 1200px) {
    .vc_row.wpb_row.section.vc_row-fluid.hero.hero--homepage {
        margin-top: 0;
    }

    .mobile-hide {
        display: inherit;
    }

    .mobile-view {
        display: none;
    }

    .home .vc_empty_space {
        display: inherit;
    }
}

@media only screen and (min-width: 1300px) {
    .hero .floating-container .hero-content {
        top: 50%;
    }
}


.tab--card h3 {
    line-height: 24px;
}

.tab--card.card--active h3 {
    color: #ff9900;
}

/*PRODUCT PAGES*/
@media only screen and (min-width: 767px) {
    .product-options {
        height: 380px;
    }
}

@media (max-width: 992px) {
    .product-visual-style .section_inner {
        width: 100% !important;
        padding: 0 10px;
    }
}

/*ABOUT US*/
@media (max-width: 992px) {
    .simpleshow-map > .vc_column-inner {
        background-image: none !important;
    }
}

/*ACADEMY*/

.quote-logo {
    width: 139px !important;
    margin: 0 20px 20px !important;
}

/* COMMON */

.full-width {
    width: 100%;
}

/* mailchimp */

.content_bottom > div:last-child {
    background-color: #eeebe6;
}

.content_bottom > div:last-child > * {
}

.content_bottom > div:last-child > h2 {
    font-size: 24px;
    display: none;
}


.mc4wp-form-fields p:first-of-type {
    width: 72%;
    display: inline-block;
    margin-bottom:0;
}

.mc4wp-form-fields p:last-of-type {
    width: 24%;
    display: inline-block;
    margin-left: 10px;
    margin-bottom:0;
}

.mc4wp-form input[type=email] {
    margin-bottom: 18px;
    box-shadow: none;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #f4524d !important;
}
#mc_embed_signup div.mce_inline_error {
    margin: -8px 0 0 0 !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    color: #f4524d !important;
}
#mce-success-response,
.mc4wp-notice p {
    font-weight: 400;
    color: #ff9900;
}

.mc4wp-error p {
    font-weight: 400;
    color: #f4524d;
}

.mc_custom_border_hdr, .mc_header_email {
    display: none;
}

.newsletter-widget {
    margin: auto;
    max-width: 400px;
}

.newsletter-widget h3 {
    font-size: 28px;
    line-height: 1.285714285714286em;
    margin-bottom: 1.5rem !important;
}

.video-container {
    margin-top: 30px;
    margin-left: 10px;
}

.input-video-url {
    max-width: 360px;
    pointer-events: none;
    float: left;
    font-size: 14px !important;
}

.wpcf7-response-output .wpcf7-spam-blocked {
    color: #000 !important;
}

.font-light-grey {
    color: #4d4d4d;
}

.font-orange {
    color: #ff9900;
}

.index-100 {
    z-index: 100;
}

.box-shadow-vimeo {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(189, 183, 189, 1);
    -moz-box-shadow: 2px 2px 5px 0 rgba(189, 183, 189, 1);
    box-shadow: 2px 2px 5px 0 rgba(189, 183, 189, 1);
}


.img-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.text-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}




.captcha {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}




/* blog fixes
TODO: check blog */
body.blog .blog_holder article .post_content_holder {
    display: flex;
    align-items: center;
}

body.blog .blog_holder article .post_image {
    float: left;
    width: 30%;
}

body.blog .blog_holder article .post_image + .post_text {
    float: right;
    width: 70%;
}

@media (max-width: 767px) {
    body.blog .blog_holder article .post_content_holder {
        display: block;
    }

    body.blog .blog_holder article .post_image,
    body.blog .blog_holder article .post_image + .post_text {
        float: none;
        width: 100%;
    }
}

body + div {
    display: none !important;
}

/* Cookie banner */
#wt-cli-accept-all-btn {
    background-color: #FF9900;
    position: absolute;
    bottom: 40px;
    right: 145px;
    z-index: 100;
    margin: 0!important;
    padding: 10px 15px !important;
    font-size: 14px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem !important;
    transition: all .15s ease-in-out;
}
#wt-cli-accept-all-btn:hover {
    opacity: .8;
}
#wt-cli-accept-all-btn:lang(de) {
    right: 220px;
}

/* Import from theme custom css */
/* Logo size and vertically centered */
@media only screen and (min-width:1000px) {
    .q_logo a img {
        height: 48px !important;
        top:-24%!important;
    }
}
/* logo spaces */
.gallery_holder.with_space ul li {
    padding:12px!important;
}

/* header elements floating left, next to logo, with a 40px margin to avoid overlapping the logo */
nav.main_menu.right {
    float:left!important;
    margin-left:170px!important;
}

/* Button to the right, aligned with the form above */
.text-right {
    margin-right:-20px!important;
}

/* Client logos - horizontal alignment */
.gallery_holder.with_space ul {
    margin:0 60px!important;
}


/* Landing video - opacity to make both the title and (mainly the) subtitle more readable */
.section .video-overlay {
    opacity: .2!important;
}

/* Making sure this is applied to buttons. Without this code, it is later overridden and the button style is lost */
input.wpcf7-form-control.wpcf7-submit {
    box-sizing: border-box!important;
    -webkit-box-sizing:border-box !important;
}

/* Contact form, overlapping the next container - double colours */
div.wpcf7 {
    margin-bottom:-300px!important;
}

/* Bullet point styling for Testimonials */
.owl-theme .owl-dots .owl-dot span {
    background:#ff9900!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#eeebe6!important;
}

/* Explainer Videos - Description styling */
#wonderplugincarousel-3 .amazingcarousel-item-container {
    background-color:#fff!important;
    height: 465px!important;
}

/*Blog Post main image size*/
.single-post .blog_holder article .post_image img {
    max-width: 40%;
    margin: auto;
}
.blog_large_image .qodef-post-title h1 {
    font-size: 38px;
}
 

/* Responsive fixes */
.hero-cta:not(.mobile-hide) {
    text-align: center;
}
.hero-cta:not(.mobile-hide) a {
    margin: 10px;
}

@media (max-width: 600px) {
    .hero-cta:not(.mobile-hide) {
        display: flex !important;
        flex-direction: column;
    }
    .hero-cta:not(.mobile-hide) a {
        margin: 7px auto !important;
    }
}

.home .vc_empty_space.not-hide {
    display:block!important;
}

@media (max-width: 767px) {
    .do-it-circles .wpb_column:nth-of-type(2) {
        margin-top: 32px;
    }
    .home .foundation {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .home #contact-form {
        padding-top: 40px;
    }
    .home #contact-form .input-group.spacer-half-top {
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .content_bottom .social {
        padding-top: 160px !important;
    }
    .footer_top {
        padding: 60px 0 40px;
    }
}

@media (max-width: 480px) {
    .content_bottom .subscribe div.grid_section .section_inner {
        width: 100%;
    }
    .mc4wp-form-fields p:first-of-type {
        width: 68%;
    }
    .mc4wp-form-fields p:last-of-type {
        width: 28%;
    }
}

body.single .tags_text {
    margin-bottom: 30px;
}

