/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/icomoon.eot?b0k87y");
    src: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/icomoon.eot?b0k87y#iefix") format("embedded-opentype"), url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/icomoon.ttf?b0k87y") format("truetype"), url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/icomoon.woff?b0k87y") format("woff"), url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/fonts/icomoon.svg?b0k87y#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_right:before {
    content: "\e903";
}

.icon-keyboard_arrow_left:before {
    content: "\e904";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-youtube:before {
    content: "\e900";
}

@font-face {
    font-family: 'brandon';
    src: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/hvd_fonts_-_brandontext-bold-webfont.eot");
    src: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/hvd_fonts_-_brandontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/hvd_fonts_-_brandontext-bold-webfont.woff") format("woff"), url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Fonts/hvd_fonts_-_brandontext-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-demo {
    padding: 5px;
    width: 300px;
}

.lightbox-demo h2 {
    margin: 0 0 10px;
}

.lightbox-demo p {
    margin: 0;
}

#nav .nav-menu, #nav .drop ul, .social-network, .nav-information ul, .video-tab .tabset, #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, #header:after, .video-tab .tabset:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #535353;
    background: #fff;
    font: 16px/1.5 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-family: "brandon", "Arial";
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #d1d1d1;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 70px;
}

h2, .h2 {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 40px;
    }
}

h3, .h3 {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    h3, .h3 {
        font-size: 30px;
    }
}

h4, .h4 {
    font-size: 40px;
}

h5, .h5 {
    font-size: 30px;
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
    letter-spacing: 0.4px;
}

a {
    color: #c87375;
    text-decoration: none;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #4c4c4c;
    padding: 0.4em 0.7em;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    border-color: #535353;
}

input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4c4c4c;
}

input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #4c4c4c;
}

input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, textarea:-moz-placeholder {
    color: #4c4c4c;
}

input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4c4c4c;
}

input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, textarea.placeholder {
    color: #4c4c4c;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.opening {
    background-color: #c87375;
    color: #fff;
    padding: 8px 6.6em 9px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 12px;
}
.opening a{
    color: #fff;
}

@media screen and (max-width: 1299px) {
    .opening {
        padding: 8px 32px 9px 15px;
    }
}

@media screen and (max-width: 767px) {
    .opening {
        font-size: 12px;
        padding: 8px 15px 9px 15px;
    }
}

.opening.hide-block {
    opacity: 0;
    visibility: hidden;
}

.opening .close {
    float: right;
    color: #fff;
    line-height: 1.2;
    font-size: 26px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

@media screen and (max-width: 767px) {
    .opening .close {
        font-size: 16px;
    }
}

.opening .close:hover {
    opacity: .8;
}

.logo {
    width: 130px;
    height: 66px;
    float: left;
}

@media screen and (max-width: 767px) {
    .logo {
        width: 90px;
    }
}

#header {
    padding: 0 7.8em;
    position: absolute;
    left: 0;
    right: 17px;
    top: 56px;
    z-index: 9;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

@media screen and (max-width: 1299px) {
    #header {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1023px) {
    #header {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    #header {
        padding: 0 10px;
    }
}

#header.change-color {
    top: 0;
    padding: 20px 7.8em;
    background: rgba(200, 115, 117, 0.7);
}

@media screen and (max-width: 1299px) {
    #header.change-color {
        left: 0;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 767px) {
    #header.change-color {
        padding: 10px;
    }
}

#header .nav-opener {
    width: 36px;
    height: 26px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 25px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#header .nav-opener:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    #header .nav-opener {
        margin-left: 15px;
    }
}

#header .nav-opener:before, #header .nav-opener:after, #header .nav-opener span {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 10px;
    height: 6px;
}
#header .nav-opener.subpage:before, #header .nav-opener.subpage:after, #header .nav-opener.subpage span {
  background: #a6a6a6;
}
#header.change-color .nav-opener.subpage:before, #header.change-color  .nav-opener.subpage:after, #header.change-color  .nav-opener.subpage span {
  background: #fff;
}
#header .nav-opener:before {
    content: '';
    top: 0;
}

#header .nav-opener:after {
    content: '';
    top: 20px;
}

#header .btn {
    float: right;
}
.btn-mobile-wrapper{
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
@media screen and (max-width: 767px) {
    #header .btn {
        display: none;
    }
    .btn-mobile-wrapper{
        display: block;
    }
}

.nav-active #header.change-color {
    right: 0;
}

@-moz-document url-prefix() {
    .nav-active #header.change-color {
        right: 0;
    }
}

#nav {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 6.6% 2% 0 0;
}

@media screen and (max-width: 767px) {
    #nav {
        margin: 6% 4% 0 0;
    }
}

.nav-active #nav {
    display: block;
}

#nav .nav-menu {
    max-width: 250px;
    min-width: 250px;
    margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
    #nav .nav-menu {
        max-width: 180px;
        min-width: 180px;
    }
}

#nav .nav-menu li {
    font-size: 21px;
    margin-bottom: 10px;
}

#nav .nav-menu li a {
    color: #959595;
}

#nav .nav-menu li a:hover {
    color: #c87375;
}

#nav .drop {
    padding: 5px 0 0;
}

#nav .drop ul {
    padding-left: 22px;
}

#nav .drop ul li {
    font-size: 18px;
}

#nav .scroll-holder {
    max-width: 350px;
    overflow: hidden;
    height: calc(100% - 70px);
    overflow-y: auto;
    position: absolute;
    padding: 10px 8% 0 0;
    right: 0;
}

@media screen and (max-width: 1299px) {
    #nav .scroll-holder {
        max-width: 250px;
    }
}

.drop {
    display: none;
}

.hover .drop {
    display: block;
}

.social-network {
    margin-bottom: 40px;
}

.social-network li a {
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    color: #aaaaaa;
}

.social-network li a:hover {
    color: #c87375;
}

.nav-information {
    color: #aaaaaa;
}

.nav-information .btn {
    background: #fff;
    border: 2px solid #c87375;
    color: #c87375;
    padding: 1px 14px;
    margin-bottom: 14px;
}

.nav-information .btn:hover {
    background: #c87375;
    color: #fff;
}

.nav-information time {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.nav-information ul {
    font-size: 12px;
    font-weight: 300;
}

.nav-information ul span {
    font-weight: 500;
}

.nav-information ul a {
    color: inherit;
}

.nav-information ul a:hover {
    color: #c87375;
}

.nav-information .ticket-link {
    text-decoration: underline;
    font-size: 12px;
}

.nav-information .ticket-link:hover {
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

#wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.nav-active #wrapper {
    position: fixed;
}

.container {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1299px) {
    .container {
        max-width: none;
        padding: 0 15px;
    }
}

.main-holder {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-active .main-holder {
    -webkit-transform: translateZ(0) translateX(-10%) rotateY(30deg) scale(0.8);
    transform: translateZ(0) translateX(-10%) rotateY(30deg) scale(0.8);
}

@media screen and (max-width: 1299px) {
    .nav-active .main-holder {
        -webkit-transform: translateZ(0) translateX(-10%) rotateY(50deg) scale(1);
        transform: translateZ(0) translateX(-10%) rotateY(50deg) scale(1);
    }
}

@media screen and (max-width: 1023px) {
    .nav-active .main-holder {
        -webkit-transform: translateZ(0) translateX(-25%) rotateY(30deg) scale(0.8);
        transform: translateZ(0) translateX(-25%) rotateY(30deg) scale(0.8);
    }
}

@media screen and (max-width: 767px) {
    .nav-active .main-holder {
        -webkit-transform: translateZ(0) translateX(-45%) rotateY(65deg) scale(1);
        transform: translateZ(0) translateX(-45%) rotateY(65deg) scale(1);
    }
}

.nav-active .main-holder .overlay {
    display: block;
}

@media screen and (min-width: 1024px) {
    .chrome .nav-active .overlay, .chrome .nav-active #header {
        right: 17px;
    }
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}

@media screen and (max-width: 1023px) {
    .overlay {
        right: 0;
    }
}

#main {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
}
#main.subpage{
  padding-top: 133px;
}

.nav-active #main {
    overflow: hidden;
    left: 0;
}

.img-holder img {
    vertical-align: top;
}

.vision {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    min-height: 871px;
    height: 100vh;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1299px) {
    .vision {
        min-height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .vision {
        height: 30em;
        background-image: url(/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/header-iamge.jpg) !important;
    }
}

.fb-news {
    width: 81px;
    height: 89px;
    cursor: pointer;
    position: absolute;
    right: -81px;
    bottom: 11.6em;
    background: #fff;
    color: #aaa;
    font-size: 21px;
    -webkit-transition: background .2s linear, color .2s;
    transition: background .2s linear, color .2s;
}

.fb-news:hover {
    background: #c87375;
    color: #fff;
}

@media screen and (max-width: 1299px) {
    .fb-news {
        bottom: 9em;
    }
}

@media screen and (max-width: 1023px) {
    .fb-news {
        bottom: 4em;
    }
}

.fb-news .arrow {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    top: 0;
    background: #f8f8f8;
}

.fb-news .arrow:after, .fb-news .arrow:before {
    content: '';
    width: 17px;
    height: 2px;
    position: absolute;
    background: #aaa;
    right: 5px;
    bottom: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fb-news .arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38px;
    bottom: auto;
}

.show-block .fb-news .arrow {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.fb-news span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 28px 0 0 -7px;
    float: left;
}

.fb-widget {
    position: absolute;
    bottom: -7px;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
}

@media screen and (max-width: 1023px) {
    .fb-widget {
        height: 24em;
    }
}

.fb-widget.show-block {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

@media screen and (max-width: 767px) {
    .fb-widget {
        display: none;
    }
}

.btn {
    background: #c87375;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 12px 22px;
    font-size: 18px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 10px;
    }
}

.btn:hover {
    color: #c87375;
}

.btn:hover span {
    border-color: #c87375;
    background: #fff;
}

.btn span {
    border: 1px solid #fff;
    padding: 4px 30px;
    -webkit-transition: background .3s;
    transition: background .3s;
    white-space: nowrap;
}

.about-me {
    min-height: 886px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: 12.2em 0 5em;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .about-me {
        padding: 6em 0;
        background-position: 35% 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .about-me {
        padding: 3em 0;
        min-height: 670px;
    }
}

.about-me .title {
    margin-bottom: 40px;
}

.about-me .text-holder {
    width: 48%;
    float: right;
    color: #a09f9f;
    font-weight: 300;
    padding-right: 4em;
}

@media screen and (max-width: 1023px) {
    .about-me .text-holder {
        padding-right: 0;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .about-me .text-holder {
        width: 100%;
        color: #535353;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    }
}

.about-me .text-holder h2 {
    color: rgba(146, 146, 146, 0.35);
}

.gallery-img {
    padding: 9.3em 0 8.1em;
    background-color: #4c4c4c;
}

@media screen and (max-width: 1023px) {
    .gallery-img {
        padding: 6em 0;
    }
}

@media screen and (max-width: 767px) {
    .gallery-img {
        padding: 3em 0;
    }
}

.gallery-img .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .gallery-img .container {
        display: block;
    }
}

.gallery-img .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .gallery-img .row .img-holder {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.gallery-img .img-holder {
    margin-bottom: 19px;
}

@media screen and (max-width: 1299px) {
    .gallery-img .img-holder {
        margin: 0 10px 15px 10px;
    }
}

.gallery-video {
    background-color: #303030;
    padding: 7em 0 5.8em;
}

@media screen and (max-width: 767px) {
    .gallery-video {
        padding: 3em 0;
        overflow: hidden;
    }
}

.gallery-video .container {
    position: relative;
}

.gallery-video .container .icon-keyboard_arrow_left, .gallery-video .container .icon-keyboard_arrow_right {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    font-size: 84px;
    cursor: pointer;
}

.gallery-video .container .icon-keyboard_arrow_left {
    left: -67px;
}

@media screen and (max-width: 1299px) {
    .gallery-video .container .icon-keyboard_arrow_left {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .gallery-video .container .icon-keyboard_arrow_left {
        left: -20px;
    }
}

.gallery-video .container .icon-keyboard_arrow_right {
    right: -67px;
}

@media screen and (max-width: 1299px) {
    .gallery-video .container .icon-keyboard_arrow_right {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .gallery-video .container .icon-keyboard_arrow_right {
        right: -20px;
    }
}

.gallery-video .slick-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1299px) {
    .gallery-video .slick-carousel {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1299px) {
    .gallery-video .slide {
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .gallery-video .slide {
        margin: 0 auto;
        width: 90%;
    }
    .gallery-video .slide.hide-mobile {
        display: none;
    }
}

.comedy {
    padding: 5.2em 0 6.5em;
}

@media screen and (max-width: 767px) {
    .comedy {
        padding: 3em 0;
    }
}

.comedy .logo {
    float: none;
    margin-bottom: 6.1em;
}

.comedy .col-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6em 0 0;
}

@media screen and (max-width: 1299px) {
    .comedy .col-holder {
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .comedy .col-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comedy .col-left {
    width: 54%;
    padding-top: 42px;
}

@media screen and (max-width: 1023px) {
    .comedy .col-left {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
}

.comedy .col-left .title {
    margin-bottom: 40px;
}

.comedy .col-left .text-holder {
    line-height: 1.875;
    padding-right: 5%;
    margin-bottom: 46px;
}

.comedy .col-left .partners {
    font-size: 18px;
    color: #c87375;
    vertical-align: middle;
    margin-bottom: 7.125em;
}

@media screen and (max-width: 1023px) {
    .comedy .col-left .partners {
        margin-bottom: 2em;
    }
}

.comedy .col-left .partners .img-holder {
    margin: 23px 0 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .comedy .col-left .partners .img-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.comedy .col-left .partners .img-holder .img-item:not(:first-child) {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .comedy .col-left .partners .img-holder .img-item {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .comedy .col-left .btn-holder {
        text-align: center;
    }
}

.comedy .col-left .btn {
    padding: 20px 15px;
}

.comedy .col-left .btn span {
    padding: 8px 28px;
}

.comedy .col-right {
    width: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1299px) {
    .comedy .col-right {
        width: 42%;
    }
}

@media screen and (max-width: 1023px) {
    .comedy .col-right {
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .comedy .col-right {
        width: 100%;
    }
}

.comedy .col-right .img-holder {
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .comedy .col-right .img-holder {
        width: 48%;
    }
}

.shop {
    padding: 5.2em 0 6.5em;
}

@media screen and (max-width: 767px) {
    .shop {
        padding: 3em 0;
    }
}

.shop .title {
    margin: 42px 0 54px;
}

.shop .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
    .shop .holder {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.shop .holder .item {
    text-align: center;
    margin-bottom: 40px;
}

.shop .holder .item:not(:last-child) {
    margin-right: 4.2%;
}

@media screen and (max-width: 1299px) {
    .shop .holder .item:not(:last-child) {
        margin-right: 0;
    }
}

.shop .holder .item .img-holder {
    margin-bottom: 17px;
}

.shop .holder .item .btn {
    padding: 9px;
    font-size: 16px;
}

.shop .holder .item .btn span {
    padding: 0 24px;
}

.video-tab {
   padding: 5.2em 0 6.5em;
}

@media screen and (max-width: 767px) {
    .video-tab {
    padding: 3em 0;
    }
}
.video-tab .title {
    margin: 42px 0 54px;
}

.video-tab .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.video-tab .tab-content {
    overflow: hidden;
}

.video-tab .tab-content>div {
    opacity: .2;
}

.video-tab .tab-content .active {
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.video-tab .tabset {
    margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
    .video-tab .tabset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 18px;
        text-align: center;
    }
}

.video-tab .tabset li {
    float: left;
}

.video-tab .tabset li a {
    padding: 7px 38px;
    display: block;
    background: #eee;
    color: #c87375;
    -webkit-transition: background .2s linear, color .2s;
    transition: background .2s linear, color .2s;
}

.video-tab .tabset li a.active, .video-tab .tabset li a:hover {
    color: #fffefe;
    background-color: #c87375;
}

.video-tab .load-more {
    float: right;
    font-size: 20px;
    text-decoration: underline;
}

.video-tab .load-more:hover {
    text-decoration: none;
}

.video-tab .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .video-tab .holder {
        display: block;
        text-align: center;
    }
}

.video-tab .holder .item {
    margin-bottom: 20px;
}

@media screen and (max-width: 1299px) {
    .video-tab .holder .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .video-tab .holder .item {
        margin: 0 auto 10px;
    }
}

#footer {
    background: #515151;
    padding: 6em 0 8em;
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 1023px) {
    #footer {
        padding-bottom: 4em;
    }
}

#footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#footer a {
    color: inherit;
    -webkit-transition: color .2s;
    transition: color .2s;
}

#footer a:hover {
    color: #c87375;
}

#footer .footer-logo {
    width: 106px;
    height: 66px;
    margin-bottom: 30px;
}

#footer address {
    font-style: normal;
}

#footer ul li {
    font-weight: 300;
}

#footer ul li span {
    font-weight: 500;
}

#footer .item {
    margin-right: 5%;
}

@media screen and (max-width: 767px) {
    #footer .item {
        margin: 0 20px 0 0;
    }
}

#footer .contact, #footer .autograph {
    max-width: 25%;
    margin-right: 5%;
}

@media screen and (max-width: 1023px) {
    #footer .contact, #footer .autograph {
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    #footer .contact, #footer .autograph {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}

#footer .autograph {
    max-width: 20%;
}

@media screen and (max-width: 1023px) {
    #footer .autograph {
        max-width: 31%;
    }
}

@media screen and (max-width: 767px) {
    #footer .autograph {
        max-width: 100%;
    }
}

#footer .partner-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #footer .partner-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.social-network {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 34px;
    max-width: 120px;
}
.tour-table{
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.tour-table .row{
  display: table-row;
}
.tour-table .col{
  display: table-cell;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 5px 0;
}
.tour-table .btn-col{
  text-align: right;
}
.tour-table .time{
  display: inline-block;
  background: #ededed;
  color: #c87375;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
    .tour-table .row{
      display: block;
      border-top: 2px solid #d6d6d6;
      padding: 20px 0;
    }
    .tour-table .col{
      display: block;
      border: none;
    }
    .tour-table .btn-col{
      text-align: left;
    }
}
@media screen and (max-width: 1023px) {
  .col-right.testimonial{
    width: 100%;
  }
}
.testimonial-block{
  margin: 0 0 15px;
  background: #eee;
  text-align: center;
  padding: 17px 23px;
  width: 100%;
}
.testimonial-block .img{
  border-radius: 50%;
}
.testimonial-block blockquote{
  margin: 0;
  position: relative;
  padding: 0 25px;
}
.testimonial-block blockquote:before{
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 32px;
  height: 25px;
  background: url(/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-quote-top.png) no-repeat;
}
.testimonial-block blockquote:after{
  content: " ";
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 32px;
  height: 25px;
  background: url(/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-quote-bottom.png) no-repeat;
}
.testimonial-block .name{
  color: #e17476;
}
.media-files{
  background-color: #ededed;
  padding: 9.3em 0 8.1em;
}
@media screen and (max-width: 1023px) {
    .media-files{
        padding: 6em 0;
    }
}
@media screen and (max-width: 767px) {
    .media-files {
        padding: 3em 0;
    }
}
.media-file-list{
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.media-file-list li {
    padding: 0 0 0 70px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin: 0 0 55px;
}
.media-file-list span{
  color: #535353;
}
@media screen and (max-width: 767px) {
  .media-file-list li{
    width: 100%;
  }
}
.media-file-list p{
  margin: 0;
}
.press li{
  background: url(/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-news.png) no-repeat left top;
  padding: 0 0 0 70px;
  min-height: 60px;
  margin: 0 0 10px;
}
.press p{
  margin: 0;
}
.press span{
  color: #535353;
}
.comedy .col-holder.sponsoring{
  padding-right: 0;
}
li.news{
    background: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-news.png") no-repeat scroll left top;
}
li.pdf{
    background: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-pdf.png") no-repeat scroll left top;
}
 li.img{
    background:  url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-img.png") no-repeat scroll left top;
}
li.doc{
    background: url("/demandit/files/M_4CC81CC4DCE735A373F/dms/Image/icon-doc.png") no-repeat scroll left top;
}
.press{
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1299px) {
    .comedy .col-holder.sponsoring {
        padding: 0;
    }
}
@media screen and (max-width: 1023px) {
    .comedy .col-holder.sponsoring {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.comedy .col-left.sponsoring{
  padding-top: 42px;
  width: 45%;
}
@media screen and (max-width: 1023px) {
    .comedy .col-left.sponsoring {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
}
.comedy .col-right.sponsoring{
  -moz-box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 1299px) {
    .comedy .col-right.sponsoring {
        width: 42%;
    }
}
@media screen and (max-width: 1023px) {
    .comedy .col-right.sponsoring {
        width: 85%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .comedy .col-right.sponsoring {
        width: 100%;
    }
}
.content-img{
  margin: 0 0 50px;
}
.form-row{
    overflow: hidden;
    margin: 0 0 20px;
}
.dem-meldung,
.dem_meldung{
    color: #c87375;
}
.form-row > label{
    float: left;
    width: 200px;
}
.form-row span{
    display: block;
    overflow: hidden;
}
.form-row input,
.form-row select{
    width: 100%;
    border: 1px solid #a6a6a6;
    height: 40px;
}
.form-row input:read-only{
    background: #d1d1d1;
}
.form-row .checkbox-row{
    overflow: hidden;
}
.form-row .checkbox-holder input{
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px 10px 0 0;
}
.form-row .checkbox-holder label{
    width: 100%;
}
.form-row .btn{
    border: none;
    padding: 12px 22px !important;
}
.form_bg_color_false{
    border: 1px solid #c87375 !important;
}
@media screen and (max-width: 767px) {
    .form-row > label{
        float: none;
        width: auto;
    }
}
/*# sourceMappingURL=main.css.map */


