/*
Theme Name: HYPOXI
Theme URI: http://www.sb-konzept.de
Author: SB Konzept GmbH
Author URI: http://www.sb-konzept.de
Description: <strong>HYPOXI</strong> - standard theme
Version: 0.0.1
License: SB Konzept GmbH
License URI: license.txt
Tags: hypoxi
Text Domain: hypoxi

HYPOXI WordPress Theme © 2011-2016 SB Konzept GmbH
*/


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%; line-height: 100%; font: inherit; padding: 0; border: 0; margin: 0; vertical-align: baseline; }
body { }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clear { clear: both; }
.sticky { }
.bypostauthor { }
.wp-caption { }
.wp-caption-text { }
.gallery-caption { }
.alignright { }
.alignleft { }
.aligncenter { }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }


/* main styles */
body {
    font-family: 'Oxygen', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
    background-color: #ddd;
    overflow-y: auto;
    overflow-x: hidden;
}
input[type="text"], input[type="password"], select, button {
    font-size: 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    border: 0;
    background-color: #e6e6e6;
    padding: 0.25em 0.5em;
}



/* layout */
#header, #branding, #mainmenu,
#content,
#footer { width: 100%; }
#content ul li {
    list-style-type: disc;
    margin-left: 2em;
}

/* header, mainmenu */
#header {
}
#mainmenu {
    position: relative;
}
#branding {
    position: relative;
    min-height: 10em;
    background-color: #fff;
}
#menubutton {
    position: absolute;
    top: 0; left: 0;
}
#menubutton img {
    padding: 2em;
    height: 3em;
    width: auto;
}
#loginbutton {
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
}
#searchbutton {
    position: absolute;
    top: 0.5em; right: 14em;
    cursor: pointer;
}
#searchbox {
    position: absolute;
    top: -3.5em; right: 0;    
}
#loginbox {
    position: absolute;
    top: 1.5em; right: 1.5em;    
}
#languagebutton {
    position: absolute;
    top: 4em; right: 14em;
}

#logo {
    position: absolute;
    top: 2em;
    left: 2em;
}
#logo img {
    height: 6em;
    width: auto;
}

/* right box with inputs */
#loginbox, #searchbox {
}
#loginbox ul > li {
    padding-bottom: 0.75em;
}
#loginbox input, #loginbox select {
    width: 10em;
}


#pushright-exitoverlay {
    left: 50%;
    width: 100vw;
    height: 100vh;
/*    background: rgba(0,0,0,0.5); */
    position: absolute;
    z-index: 99999999;
}

#mainmenu.pushright {
    left: 0;
}
#branding.pushright, #content.pushright, #footer.pushright {
    left: 50%;
    border-left: 1px solid #970f1e;       
}


#pushdown-exitoverlay {
    position: absolute;
    top: 6em;
    width: 100vw;
    height: 100vh;
/*    background: rgba(0,0,0,0.5);  */
    position: absolute;
    z-index: 99999999;
}
#search-background {
    background-color: #d7152b;
    height: 6em;
    margin-top: -6em;
    transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#search-background.pushdown {
    margin-top: 0;
}


.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
    width: 10%;
}




/* main menu (top) */

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

    #searchbutton img {
        padding: 1em 1em 0 1em;
        height: 2em;
        width: auto;
    }
    #languagebutton img {
        padding: 0 1em 1em 1em;
        height: 2em;
        width: auto;
    }
    #mainmenu {
        background-color: #d7152b;
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
    }
    #mainmenu a, #mainmenu a:hover, #mainmenu a:visited {
        color: #fff;
        text-decoration: none;
    }
    #mainmenu > div {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #mainmenu > div > ul {
        display: flex;
        flex-direction: row;
        text-align: center;
    }
    #mainmenu > div > ul > li {
        flex-grow: 1;
        display: inline-block;
        position: relative;
        white-space: nowrap;
    }
    #mainmenu > div > ul > li > a {
        display: inline-block;
        padding: 0.75em 0em;
    }
    #mainmenu > div > ul > li > ul {
        position: absolute;
        min-width: 100%;
        text-align: left;
        font-weight: normal;
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 0 0 0.6em 0.6em;
        -moz-border-radius: 0 0 0.6em 0.6em;
        border-radius: 0 0 0.6em 0.6em;
    }
    #mainmenu > div > ul > li:hover > ul {
        z-index: 99999999;
        display: block;
    }
    #mainmenu > div > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    #mainmenu > div > ul > li > ul > li > a {
        display: block;
        padding: 0.25em 1em;
    }
    #mainmenu > div > ul > li > ul > li:first-child {
        padding-top: 1em;
    }
    #mainmenu > div > ul > li > ul > li:last-child {
        padding-bottom: 1em;
    }
    #mainmenu > div > ul > li > ul > li:hover a {
        background: #d7152b; /* rgba(215, 21, 43, 0.75); */
    }


    #headermenu {
        position: absolute;
        top: -2.75em; right: 0;
        font-weight: bold;
        font-size: 0.8em;
        color: #d7152b;
        width: auto !important;
    }
    #headermenu > div > ul > li {
        float: left;
        position: relative;
        -webkit-border-radius: 0.6em 0.6em 0 0;
        -moz-border-radius: 0.6em 0.6em 0 0;
        border-radius: 0.6em 0.6em 0 0;    
        white-space: nowrap;
    }
    #headermenu > div > ul > li:hover {
        background-color: #d7152b;
    }
    #headermenu > div > ul > li:hover > a {
        color: #fff !important;
    }
    #headermenu > div > ul > li > a {
        display: inline-block;
        padding: 0.75em 1em;
        text-decoration: none;
    }
    #headermenu > div > ul > li > a, #headermenu > div > ul > li > a:hover, #headermenu > div > ul > li > a:visited {
        color: #d7152b;
    }

    #headermenu > div > ul > li > ul {
        position: absolute;
        min-width: 100%;
        text-align: left;
        font-weight: normal;
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 0 0 0.6em 0.6em;
        -moz-border-radius: 0 0 0.6em 0.6em;
        border-radius: 0 0 0.6em 0.6em;
    }
    #headermenu > div > ul > li:hover > ul {
        z-index: 99999999;
        display: block;
    }
    #headermenu > div > ul > li > ul > li > a {
        display: block;
        padding: 0.25em 1em;
        color: #fff;
        text-decoration: none;
    }
    #headermenu > div > ul > li > ul > li:first-child {
        padding-top: 1em;
    }
    #headermenu > div > ul > li > ul > li:last-child {
        padding-bottom: 1em;
    }
    #headermenu > div > ul > li > ul > li:hover a {
        background: #d7152b; /* rgba(215, 21, 43, 0.75); */
    }


}


@media screen and (max-width: 640px) {
    body {
        background-color: #d7152b;
    }
    #searchbutton img, #loginbutton img {
        padding: 2em;
        height: 3em;
        width: auto;
    }
    #searchbutton {
        top: 0;
        right: 5em;
    }
    #languagebutton {
        display: none;
    }
    #languagebutton img {
        padding: 2em;
        height: 3em;
        width: auto;
    }
    #loginbox {
        top: -4.75em; left: 0.5em;
        width: 66%;
        padding-left: 3.5em !important;
        background-image: url("icon-login-white.png");
        background-repeat: no-repeat;
        background-size: 2em auto;
        background-position: left 1em top 1em;
    }
    #loginbox a {
        color: #fff !important;
    }
    #loginbox .form-group {
        float: left;
        margin-right: 1em;
    }
    #loginbox #log_forms {
        padding-top: 1em;
    }
    #loginbox input, #searchbox input {
        width: 8em;
    }
    #lostpw, #password-link {
        text-align: left;
        font-size: 1em !important;
    }


    #branding, #content, #footer {
        position: relative;
        left: 0;
        top: 0;
        transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    #mainmenu {
        position: absolute;
        top: 5em;
        left: -50%;
        width: 50%;

        background-color: #d7152b;
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        transition: left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    #mainmenu a, #mainmenu a:hover, #mainmenu a:visited {
        color: #fff;
        text-decoration: none;
    }
    #mainmenu > div > ul {
        text-align: center;
    }
    #mainmenu > div > ul > li {
        position: relative;
        white-space: nowrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    #mainmenu > div > ul > li > a {
        display: inline-block;
        padding: 0.75em 0em;
    }
    #mainmenu > div > ul > li > ul {
        margin: 0 1em 1em 1em;
        font-weight: normal;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 0.6em;
        -moz-border-radius: 0.6em;
        border-radius: 0.6em;
    }
    #mainmenu > div > ul > li:hover > ul {
    }
    #mainmenu > div > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    #mainmenu > div > ul > li > ul > li > a {
        display: block;
        padding: 1em 1em;
    }
    #mainmenu > div > ul > li > ul > li:hover a {
        background: #d7152b; /* rgba(215, 21, 43, 0.75); */
    }



    #headermenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    #headermenu > div > ul {
        text-align: center;
    }
    #headermenu > div > ul > li {
        position: relative;
        white-space: nowrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    #headermenu > div > ul > li:last-child {
        border-bottom: none;
    }
    #headermenu > div > ul > li > a {
        display: inline-block;
        padding: 0.75em 0em;
    }
    #headermenu > div > ul > li > ul {
        margin: 0 1em 1em 1em;
        font-weight: normal;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 0.6em;
        -moz-border-radius: 0.6em;
        border-radius: 0.6em;
    }
    #headermenu > div > ul > li:hover > ul {
    }
    #headermenu > div > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    #headermenu > div > ul > li > ul > li > a {
        display: block;
        padding: 1em 1em;
    }
    #headermenu > div > ul > li > ul > li:hover a {
        background: #d7152b; /* rgba(215, 21, 43, 0.75); */
    }

}



/* content */
#content {
    background-color: #dddddd;
    min-height: 20em;
}
#content a, #content a:visited {
    text-decoration: none;
    color: #d7152b;
}
#content a:hover {
    text-decoration: underline;
}


/* footer */
#footer {
    position: relative;
    padding: 12em 0 1em 0;
    border-top: 2em solid #e35969;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.75em;
    background-color: #d7152b;
    text-align: center;
}
#footermenu {
    position: absolute;
    top: 3em;
    left: 3em;
    text-align: left;
}
#footermenu a, #footermenu a:hover, #footermenu a:visited {
    color: #fff;
    text-decoration: none;
}
#footermenu > div > ul {
}
#footermenu > div > ul > li {
    float: left;
    margin-right: 5em;
}
#footermenu > div > ul > li > a {
    display: none;
}



/* social box with newsletter */
#socialbox {
    position: absolute;
    top: 3em;
    right: 3em;
}
#socialbox > ul > li > ul {
    display: block;
}
#socialbox > ul > li > ul > li {
    display: inline-flex;
    margin: 2em 0.5em;
}
#socialbox a {
    padding: 1em;
    line-height: 1em;
    background-color: #fff;
    -webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    border-radius: 2.25em;
}
#socialbox a img {
    height: 2.5em;
    width: auto;
}
#socialbox button {
    width: 3em;
}







/* responsive */
.mobileonly {
    display: none;
}

#wrapper {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 0 #666;
    -moz-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
}

@media screen and (max-width: 640px) {
    #map_sidebar {
        display: none;
    }
}
@media screen and (min-width: 320px) {
    #wrapper {
        font-size: 11px;
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .mobileonly {
        display: inline-block;
    }
    #branding {
        min-height: 7em;
    }
    #logo {
        position: static;
        padding-top: 1.5em;
        width: 100%;
        text-align: center;
    }
    #logo img {
        height: 4em;
        width: auto;
    }
    #loginbox li {
        text-align: left !important;
    }
    #loginbox li br {
        display: none;
    }
}
@media screen and (min-width: 640px) {
    #wrapper {
        font-size: 12px;
        width: 640px;
    }
}
@media screen and (min-width: 960px) {
    #wrapper {
        font-size: 14px;
        width: 960px;
    }
    #map_sidebar {
        width: 107% !important;
    }
}
@media screen and (min-width: 1024px) {
    #wrapper {
        font-size: 14px;
        width: 1024px;
    }
}
@media screen and (min-width: 1280px) {
    #wrapper {
        font-size: 16px;
        width: 1280px;
    }
}




/* wp content tweaks */
.wpb_content_element {
    margin-bottom: 0 !important;
}
.wpb_text_column {
    padding: 1em;
}


/* main carousel */
.wpb_images_carousel {
    background: #d7152b;
}
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 100px !important;
    margin-top: -50px !important;
}
.vc_images_carousel .vc_carousel-control {
    text-shadow: none !important;
    color: #d7152b;
    opacity: 1 !important;
}
.hypoxi_image_overlay {
    text-align: left !important;
    position: absolute;
    bottom: 2.5em;
    left: 3em;
    background: #d7152b; /* rgba(215, 21, 43, 0.75); */
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    border-radius: 0.5em !important;
    padding: 0.5em;
    color: #fff;
    font-size: 1.6em;
}
.vc_images_carousel .vc_inner {
    position: relative;
}
a .hypoxi_image_overlay:after {
    content: '\203a';
    font-size: 1em;
    margin: 0 0.5em;
}
.vc_images_carousel .vc_inner img {
    width: 100%;
    height: auto;
}


/* colored lines (rows) with rounded boxes (columns) */
.hypoxi_box {
    margin: 0 !important;
}
.hypoxi_box > .hypoxi_white a, .hypoxi_box > .hypoxi_white a:hover, .hypoxi_box > .hypoxi_white a:visited {
    color: #d7152b !important;
    text-decoration: none !important;
}
.hypoxi_box > .hypoxi_white a:before {
    content: '\203a';
    position: absolute;
    font-size: 5em;
    bottom: 0.5em;
    right: 0.4em;
}
.hypoxi_box .vc_column-inner .wpb_singleimage_heading + figure > a:before {
}
.wpb_singleimage_heading { display: none; }
.hypoxi_box .vc_column-inner {
    width: auto !important;
    background: #fff;
    color: #000;
    line-height: 1.75em;
    margin: 1em 0.75em !important;
    padding: 0 !important;
    -webkit-border-radius: 1em !important;
    -moz-border-radius: 1em !important;
    border-radius: 1em !important;
    overflow: hidden !important;
}
.hypoxi_box .vc_column-inner > .wpb_wrapper {
    display: flex;
}
.hypoxi_box .vc_column-inner .wpb_single_image img {
    max-width: none !important;
}
.hypoxi_box .vc_column-inner .vc_single_image-wrapper {
    border-radius: 1em !important;
    overflow: hidden !important;
}
.hypoxi_box .vc_column-inner .wpb_singleimage_heading {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
}
.hypoxi_headline {
    margin: 0 !important;
}
.hypoxi_headline .vc_column-inner {
    padding: 0 !important;
}
.hypoxi_headline .wpb_text_column {
    padding-bottom: 0;
}

.hypoxi_red .vc_column-inner,
.hypoxi_box.hypoxi_red {
    background-color: #d7152b !important;
    color: #ffffff !important;
}
.hypoxi_red a, .hypoxi_red h1, .hypoxi_red h2, .hypoxi_red h3, .hypoxi_red h4, .hypoxi_red h5, .hypoxi_red h6 {
    color: #ffffff !important;
}

.hypoxi_gray .vc_column-inner,
.hypoxi_box.hypoxi_gray {
    background-color: #e6e6e6 !important;
    color: #000000 !important;
}
.hypoxi_gray a, .hypoxi_gray h1, .hypoxi_gray h2, .hypoxi_gray h3, .hypoxi_gray h4, .hypoxi_gray h5, .hypoxi_gray h6 {
    color: #d7152b !important;
}

.hypoxi_white .vc_column-inner,
.hypoxi_box.hypoxi_white {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.hypoxi_white a, .hypoxi_white h1, .hypoxi_white h2, .hypoxi_white h3, .hypoxi_white h4, .hypoxi_white h5, .hypoxi_white h6 {
    color: #d7152b !important;
}

.rounded img, #sl_map {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
#map_sidebar {
    font-size: inherit !important;
    text-align: inherit !important;
}
.results_entry:hover {
    background-color: #e6e6e6 !important;
}
.text_below_map {
    font-size: 1em !important;
    padding-left: 1em !important;
}
#searchForm input[type=image] {
    background-color: #e6e6e6 !important;
    padding: 3px 10px;
    border:1px solid silver;
    border-radius:20px;
}
#addressInput {
    border: none !important;
    width: 99%;
}

/* image and text boxes for subsites */
.hypoxi_boxes {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*
.hypoxi_boxes_gray .vc_column-inner {
    background: #ddd !important;
    color: #000 !important;
}
.hypoxi_boxes_gray .vc_column-inner a, .hypoxi_boxes_gray .vc_column-inner a:visited {
    color: #d7152b !important;
}
*/
.hypoxi_boxes .vc_column-inner {
    background-color: #ffffff !important;
    color: #000000;

    width: auto !important;
    line-height: 1.75em;
    margin: 1em 0.75em !important;
    padding: 0 !important;
    -webkit-border-radius: 1em !important;
    -moz-border-radius: 1em !important;
    border-radius: 1em !important;
    overflow: hidden !important;
}
/*
.hypoxi_boxes .vc_column-inner a, .hypoxi_boxes .vc_column-inner a:visited {
    color: #ffffff;
}
*/
.hypoxi_boxes .wpb_column:first-child .vc_column-inner {
/*    margin-left: 2em !important; */
}
.hypoxi_boxes .wpb_column:last-child .vc_column-inner {
/*    margin-right: 2em !important; */
}
.hypoxi_boxes .vc_column-inner > .wpb_wrapper {
/*    display: flex;  */
}
.hypoxi_boxes .vc_column-inner .wpb_single_image img {
    max-width: none !important;
}
.hypoxi_boxes .vc_column-inner .vc_single_image-wrapper {
    border-radius: 1em !important;
    overflow: hidden !important;
}
.hypoxi_boxes .wpb_text_column {
    padding: 1.5em;
}

.hypoxi_cloudheadline .vc_column-inner > .wpb_wrapper {
    text-transform: uppercase;
    font-size: 1.75em;
    color: #fff;
    background: #d7152b;
    line-height: 0.5em;
}
.hypoxi_cloudheadline .vc_column-inner:after {
    content: url("arrow_down.png");
    margin: 0 auto;
}
.hypoxi_cloudheadline input {
    position: absolute;
    top: 1em;
    right: 2em;
    font-size: 0.7em;
}

/* content style */
h1, h2, h3, h4, h5, h6 {
    color: #d7152b;
}
h1 { text-transform: uppercase; font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; margin-bottom: 0.5em; }
strong { font-weight: bold; }


.success_wid_login,
.error_wid_login {
    left: 25%;
    padding: 1em 1em !important;
    position: fixed;
    right: 25%;
    top: 4em;
    width: auto !important;
    z-index: 99999;
}

#lostpw {
    color: #eee;
    font-size: 0.75em;
    text-decoration: underline;
    display: block;
}

#loginbox label {
    display: none;
}
#loginbox a {
    color: #d7152b;
}
#loginbox .form-group {
    margin-bottom: 1em;
}
#loginbox .form-group:last-child {
    margin-bottom: 0 !important;
}
#content .form-group {
    position: relative;
    margin-bottom: 0.2em;
}
#content .form-group input {
    position: absolute;
    left: 120px;
    top: 0;
}

#loginbox input[name=user_username] {  }
/* #loginbox input[name=login] { visibility: hidden; position: absolute; } */
#loginbox input[name="login"] {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: initial;
    width: 1px;
    z-index: -10;
}


#loginbox #password-link {
    text-align: right;
}
#loginbox #password-link a, #loginbox #password-link a:hover, #loginbox #password-link a:visited {
    color: #ccc;
}

#login .log-form-group{
	margin-bottom:3px;
}

#searchbox {
    text-align: right !important;
    padding-right: 4.5em !important;
    background-image: url("icon-search-white.png");
    background-repeat: no-repeat;
    background-size: 2em auto;
    background-position: right 1.5em center;
}
#search_submit {
    position: absolute;
    top: -0.5em;
    right: 1em;
    display: block;
    height: 2.5em;
    width: 3em;
    cursor: pointer;
}

#loginbox li {
    text-align: right;
}


.Post-Images .attachment-large { max-width:100%; }

#content p{
    margin-bottom: 0.5em;
}
#content p:last-child{
    margin-bottom: 0;
}

#wppb-edit-user .wppb-required{
    display:none;
}
#wppb-edit-user ul li{
    list-style-type: none;
    margin-left:0;
    margin-bottom: 5px;
}

#wppb-edit-user ul li label{
    width: 180px;
    display: inline-block;
}



#wppb-edit-user li input {
    background-color: #e6e6e6;
    border: 0 none;
    border-radius: 0.5em;
    font-size: 1em;
    padding: 0.25em 0.5em;
}

.page-id-60 #content p {
    margin-bottom: 1em;
    font-weight: bold;
}

.dph3 {
    display: inline-block;
    padding-bottom: 6px;
}


.testimonial-slider{
    background: #fff;
    padding-bottom: 10px;
}
.testimonial-slider .vc_inner img{
    border-radius: 1em;
}

.testimonial-slider .hypoxi_image_overlay{
    font-size: 1.4em;
    left: 2.4em;
}

@media screen and (max-width: 960px) {
    .testimonial-slider .vc_inner{
		font-size: 1.0em;
    }
}

@media screen and (max-width: 640px) {
    .testimonial-slider .vc_inner{

    }
    .testimonial-slider .vc_carousel-indicators,
    .testimonial-slider .icon-next,
    .testimonial-slider .icon-prev{
        display: none!important;
    }
    .testimonial-slider .vc_item,
    .testimonial-slider .vc_carousel-slideline{
        width: 100%!important;
    }
    .testimonial-slider .vc_item{
        width: 50%!important;
    }
	.testimonial-slider .vc_carousel-slideline-inner{
		left: 0px!important; 
	}
}
@media screen and (max-width: 480px) {
    .testimonial-slider .vc_inner{

    }
    .testimonial-slider .vc_carousel-indicators,
    .testimonial-slider .icon-next,
    .testimonial-slider .icon-prev{
        display: none!important;
    }
    .testimonial-slider .vc_item{
        width: 100%!important;
    }
}