/* author: Pavel Lavrus email: onechifu@gmail.com */

@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-regular/Roboto-Regular.eot?');
    src:    url('fonts/roboto-regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-regular/Roboto-Regular.ttf?') format('truetype'),
            url('fonts/roboto-regular/Roboto-Regular.woff?') format('woff'),
            url('fonts/roboto-regular/Roboto-Regular.svg?#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-regularitalic/roboto-regularitalic.eot?');
    src:    url('fonts/roboto-regularitalic/roboto-regularitalic.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-regularitalic/roboto-regularitalic.ttf?') format('truetype'),
            url('fonts/roboto-regularitalic/roboto-regularitalic.woff?') format('woff'),
            url('fonts/roboto-regularitalic/roboto-regularitalic.svg?#Roboto') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-medium/Roboto-Medium.eot?');
    src:    url('fonts/roboto-medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-medium/Roboto-Medium.ttf?') format('truetype'),
            url('fonts/roboto-medium/Roboto-Medium.woff?') format('woff'),
            url('fonts/roboto-medium/Roboto-Medium.svg?#Roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.eot?');
    src:    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-mediumitalic/Roboto-MediumItalic.ttf?') format('truetype'),
            url('fonts/roboto-mediumitalic/Roboto-MediumItalic.woff?') format('woff'),
            url('fonts/roboto-mediumitalic/Roboto-MediumItalic.svg?#Roboto') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-bold/Roboto-Bold.eot?');
    src:    url('fonts/roboto-bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-bold/Roboto-Bold.ttf?') format('truetype'),
            url('fonts/roboto-bold/Roboto-Bold.woff?') format('woff'),
            url('fonts/roboto-bold/Roboto-Bold.svg?#Roboto') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-blackitalic/Roboto-BlackItalic.eot?');
    src:    url('fonts/roboto-blackitalic/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
            url('fonts/roboto-blackitalic/Roboto-BlackItalic.ttf?') format('truetype'),
            url('fonts/roboto-blackitalic/Roboto-BlackItalic.woff?') format('woff'),
            url('fonts/roboto-blackitalic/Roboto-BlackItalic.svg?#Roboto') format('svg');
    font-weight: 700;
    font-style: italic;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow: visible;
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    padding: 0;
    height: 100%;
    position: relative;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #e46c3b;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a:active,
.no-touch a:hover {
    color: #c34511;
    text-decoration: underline;
}
.msie a {
    outline: 1px solid transparent;
}
.msie a:active,
.no-touch.msie a:active {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
.no-touch a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */
.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .footer {
        display: none !important;
    }
    #wrapper {
        display: block !important;
    }
    #wrapper>* {
        display: none !important;
    }
    #wrapper>.content {
        display: block !important;
    }
    #wrapper>.content>.container>* {
        display: none !important;
    }
    #wrapper>.content>.container>.content_main {
        display: block !important;
    }
    #wrapper>.content>.container>.content_main>* {
        display: none !important;
    }
    #wrapper>.content>.container>.content_main>.main {
        display: block !important;
    }

    .tags {
        display: none !important;
    }

    .cover {
        background: none !important;
        width: 100%;
        float: left;
    }
    .cover img {
        display: block !important;
        width: 100%;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
    }*/

/*    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
Общие стили для карусели и слайдшоу - Owl Carousel 2
========================================================================== */
.owl-stage .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; 
}
.owl-stage .owl-animated-in {
    z-index: 0; 
}
.owl-stage .owl-animated-out {
    z-index: 1; 
}
.owl-stage .fadeIn {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut; 
}
.owl-stage .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut; 
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
@keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; 
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; 
}
.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-nav.disabled, 
.owl-carousel 
.owl-dots.disabled {
    display: none; 
}
.owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-loaded {
    display: block; 
}
.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-hidden {
    opacity: 0; 
}
.owl-refresh .owl-item {
    display: none; 
}
.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; 
}
.owl-rtl {
    direction: rtl; 
}
.owl-rtl .owl-item {
    float: right; 
}

.owl-refresh .owl-item {
    display: none;
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-rtl {
    direction: rtl;
}
.owl-rtl .owl-item {
    float: right;
}

.owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; 
}
.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-video-frame {
    position: relative;
    z-index: 1;
}

.carousel {
    position: relative;
}
.carousel .owl-nav {
    display: none;
}
.carousel .owl-next,
.carousel .owl-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    color: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel .owl-next {
    left: auto;
    right: 0;
}
.carousel .owl-next:active,
.carousel .owl-next:hover,
.carousel .owl-prev:active,
.carousel .owl-prev:hover {
}
.carousel .owl-next:after,
.carousel .owl-prev:after {
    display: block;
    position: absolute;
    height: 36px;
    margin-top: -18px;
    content: '';
    width: 100%;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel .owl-prev:after {
    background-image: url('../img/icon-arrow-left.svg');
}
.carousel .owl-next:after {
    background-image: url('../img/icon-arrow-right.svg');
}
.carousel .owl-next:active:after,
.carousel .owl-next:hover:after,
.carousel .owl-prev:active:after,
.carousel .owl-prev:hover:after {
    background-color: #ffffff;
}
.carousel .owl-next.disabled,
.carousel .owl-prev.disabled {
    cursor: default;
    opacity: 0.6;
}
.carousel .owl-item {
    position: relative;
    z-index: 200;
}
@media only screen and (min-width: 768px) {
    .carousel .owl-nav {
        display: block;
    }
}
/* ==========================================================================
END Общие стили для карусели и слайдшоу - Owl Carousel 2
========================================================================== */


/* ==========================================================================
Fancy box
========================================================================== */
/*! 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: #ffffff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*padding-top: 30px !important;*/
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.fancybox-outer, 
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe 
.fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    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-prev span, .fancybox-next span {
    background-image: url('../img/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('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 8040;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #757575;
    text-decoration: none;
}
.fancybox-close:active,
.no-touch .fancybox-close:hover {
    color: #f44336;
    text-decoration: none;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    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 {
}
.fancybox-lock body {
    height: auto;
    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: rgba(0,0,0,.5);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 !important;
}
.fancybox-lock .fancybox-overlay {
    overflow: hidden;
    /*overflow-y: scroll;*/
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font-size: 13px;
    line-height: 20px;
    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);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            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, .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-prev span, .fancybox-next span {
        background-image: url('../img/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('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* ==========================================================================
END Fancy box
========================================================================== */


/* ==========================================================================
Selectric v1.9.5
========================================================================== */
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    text-align: left;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    -webkit-transition: border-color 0.1s linear;
    -moz-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 35px 0 10px;
    font-size: 13px;
    line-height: 38px;
    color: #888888;
    height: 38px;
    padding-right: 10px;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 38px;
    color: #1eaa48;
    text-align: center;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 38px;
    text-align: center;
    font-size: 26px;
    margin: 0;
    border-left: 1px solid #f5f5f5;
}
.selectric .button:before {
    content: "\f107";
}
.selectric-open .selectric .button:before {
    content: "\f106";
}

.selectric-hover .selectric {
    /*border-color: #C4C4C4;*/
    border-color: #1eaa48;
}
.selectric-hover .selectric .button {
    /*color: #A2A2A2;*/
}
.selectric-hover .selectric .button:after {
    /*border-top-color: #A2A2A2;*/
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-top: 1px solid #1eaa48;
    border-right: 1px solid #1eaa48;
    border-left: 1px solid #1eaa48;
    border-bottom: none;
    padding-bottom: 1px;
}
.selectric-open .selectric-items {
    display: block;
    border-bottom: 1px solid #1eaa48;
    border-right: 1px solid #1eaa48;
    border-left: 1px solid #1eaa48;
}

.selectric-disabled {
    border-color: #d7d7d7;
    color: #d7d7d7;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-disabled .selectric {
    border-color: #d7d7d7;
}
.selectric-disabled .button,
.selectric-disabled .label {
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    color: #d7d7d7;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, 
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #6b6b6b;
    cursor: pointer;
    border-top: 1px solid #ededed;
}
.selectric-items li.selected {
    background: #f7f7f7;
    display: none;
}
.selectric-items li:hover {
    background: #f7f7f7;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/* ==========================================================================
END Selectric v1.9.5
========================================================================== */


/*!
* jReject (jQuery Browser Rejection Plugin)
* Version 1.1.x
* URL: http://jreject.turnwheel.com/
* Description: jReject is a easy method of rejecting specific browsers on your site
* Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
* Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
*/
#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
    /*top: 0 !important;*/
}

#jr_inner {
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box;
    min-width: 300px !important;
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

#jr_inner p {
    padding: 5px;
    margin: 0;
    line-height: 16px;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}

#jr_inner ul li {
    cursor: pointer;
    float: none;
    display: inline-block;
    width: 100px;
    height: 102px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 80px;
    height: 80px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
    background-size: contain !important;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
    text-align: center;
}
#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0 0 0;
    text-decoration: underline;
}
#jr_close p {
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    #jr_wrap {
        top: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    #jr_wrap {
        position: absolute;
        width: 100%;
        z-index: 2147483647;
        padding: 0;
        margin: 0;
    }
    #jr_inner ul li {
        cursor: pointer;
        float: left;
        width: 120px;
        height: 122px;
        margin: 0 10px 10px 10px;
        padding: 0;
        text-align: center;
    }
    #jr_inner .jr_icon {
        width: 100px;
        height: 100px;
    }
}


/* ==========================================================================
Tooltips
========================================================================== */
.tip {
    position: relative;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 4px; 
    box-shadow: 0 2px 14px rgba(0,0,0,.2);
    background: #379fe0;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    padding: 10px;
    overflow: hidden;
    max-width: 280px;
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
}
.tooltipster-default a {
    color: #ffffff;
}
.tooltipster-default a:active,
.no-touch .tooltipster-default a:hover {
    color: #ffffff;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/* ==========================================================================
END Tooltips
========================================================================== */


/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
        6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container{ 
    margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
    padding-right: 0; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
    padding-bottom: 0; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
                margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
                margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
                margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
                margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
                margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
                margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                opacity .2s ease-in-out, background-color .2s ease-in-out; 
    transition: width .2s ease-out .2s, height .2s ease-out .2s, 
                margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
                margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                opacity .2s ease-in-out, background-color .2s ease-in-out; 
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* theme: "dark" */
.no-touch .mCustomScrollBox .mCS-dark.mCSB_scrollTools {
    opacity: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.no-touch .mCustomScrollBox .mCS-dark.mCSB_scrollTools_onDrag,
.no-touch .mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools {
    opacity: 1;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { 
    background-color: #c3c3c3; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
    background-color: #c3c3c3; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #666666; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp { 
    background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { 
    background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { 
    background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { 
    background-position: -80px -56px;
}
/* ---------------------------------------- */


/* ==========================================================================
Custom number
========================================================================== */
.custom_number {
    display: inline-block;
    vertical-align: middle;
}
.custom_number input {
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
}
.custom_number__btn {
    cursor: pointer;
    height: 32px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}
.custom_number__btn i {
    height: 32px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    background: url('../img/icon-arrow-left.png') right center no-repeat;
}
.custom_number__btn-plus i {
    background-image: url('../img/icon-arrow-right.png');
    background-position: left center;
}
/* ==========================================================================
END Custom number
========================================================================== */


/* ==========================================================================
Custom checkbox
========================================================================== */
.custom_checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.custom_checkbox input {
    position: absolute;
    left: -99999px;
}
.custom_checkbox>i {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #595959;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.custom_checkbox>i:after {
    left: -1px;
    top: 0;
    position: absolute;
    display: block;
    width: inherit;
    height: inherit;
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    color: #000000;
    content: '';
}
.custom_checkbox.active>i:after {
    content: '\f00c';
}
.custom_checkbox span {
    display: block;
    margin-left: 25px;
    line-height: inherit;
}
/* ==========================================================================
END Custom checkbox
========================================================================== */


/* ==========================================================================
Custom Radio
========================================================================== */
.custom_radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
.custom_radio input {
    position: absolute;
    left: -9999px;
}
.custom_radio i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    border-radius: 100%;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.custom_radio.active i {
    border-color: #2999d9;
}
.custom_radio i:after {
    display: block;
    opacity: 0;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #2999d9;
    border-radius: 100%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.custom_radio.active i:after {
    opacity: 1;
}
.custom_radio span {
    display: block;
    margin-left: 25px;
}
/* ==========================================================================
END Custom Radio
========================================================================== */


/* ==========================================================================
Tabs default
========================================================================== */
.tabs__menu {
    display: table;
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 0;
    list-style: none;
    border-radius: 20px;
}
.tabs__menu__item {
    display: block;
    float: left;
}
.tabs__menu__item a {
    border: none;
    display: inline-block;
    height: 26px;
    padding: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    color: #104a80;
    text-align: center;
    text-decoration: none;
}
.tabs__menu__item a:focus {
    outline: none;
}
.tabs__menu__item a:active,
.no-touch .tabs__menu__item a:hover {
    color: #d0501b;
    text-decoration: none;
}
.tabs__menu__item.ui-state-active a:active,
.no-touch .tabs__menu__item.ui-state-active a:hover,
.tabs__menu__item.ui-state-active a {
    color: #ffffff;
    background: #c34511;
    box-shadow: 0 5px 10px rgba(195,69,17,.5);
}
/* ==========================================================================
END Tabs default
========================================================================== */


/* ==========================================================================
Forms
========================================================================== */
.btn {
    border: none;
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #c34511;
    box-shadow: 0 5px 10px rgba(195,69,17,.5);
}
.btn.active,
.btn:active,
.no-touch .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #d0501b ;
}


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

.inputbox {
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    color: #000000;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    background: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.inputbox:focus {
    outline: none;
    border-color: #4b83e5;
}
.inputbox::-webkit-input-placeholder {
    color: #888888;
    font-style: italic;
}
.inputbox::-moz-placeholder {
    color: #888888;
    font-style: italic;
}
.inputbox:-moz-placeholder {
    color: #888888;
    font-style: italic;
}
.inputbox:-ms-input-placeholder {
    color: #888888;
    font-style: italic;
}
.inputbox:disabled::-webkit-input-placeholder {
    color: #cccccc;
}
.inputbox:disabled::-moz-placeholder {
    color: #cccccc;
}
.inputbox:disabled:-moz-placeholder {
    color: #cccccc;
}
.inputbox:disabled:-ms-input-placeholder {
    color: #cccccc;
}

.textbox {
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    color: #6b6b6b;
    height: 60px;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.textbox:focus {
    outline: none;
    border-color: #999999;
}
.textbox::-webkit-input-placeholder {
    color: #888888;
}
.textbox::-moz-placeholder {
    color: #888888;
}
.textbox:-moz-placeholder {
    color: #888888;
}
.textbox:-ms-input-placeholder {
    color: #888888;
}

input[type=text]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/* ==========================================================================
END Forms
========================================================================== */


/* ==========================================================================
Icons
========================================================================== */
.icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.icon-clock {
    background-image: url('../img/icon-clock.svg');
}
.icon-pin {
    background-image: url('../img/icon-pin.svg');
}
.icon-pin-2 {
    background-image: url('../img/icon-pin-2.svg');
}
.icon-calendar {
    background-image: url('../img/icon-calendar.svg');
}
.icon-calendar-2 {
    background-image: url('../img/icon-calendar-2.svg');
}
.icon-microphone {
    background-image: url('../img/icon-microphone.svg');
}
.icon-people {
    background-image: url('../img/icon-people.svg');
}
.icon-arrow-up {
    background-image: url('../img/icon-arrow-up.svg');
}
.icon-arrow-down {
    background-image: url('../img/icon-arrow-down.svg');
}
/* ==========================================================================
END Icons
========================================================================== */


/* ==========================================================================
Animate icons - Transformicons
========================================================================== */
.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.tcon > * {
    display: block;
}
.tcon:hover, .tcon:focus {
    outline: none; 
}
.tcon::-moz-focus-inner {
    border: 0; 
}
.tcon-menu__lines {
    display: inline-block;
    height: 4px;
    width: 24px;
    border-radius: 1px;
    transition: 0.3s;
    background: #555555;
    position: relative; 
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 4px;
    width: 24px;
    border-radius: 1px;
    transition: 0.3s;
    background: #555555;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 1px center;
    transform-origin: 1px center;
}
.tcon-menu__lines::before {
    top: 8px; 
}
.tcon-menu__lines::after {
    top: -8px; 
}
.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); 
}
.tcon-menu--xcross {
    width: auto; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 24px; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); 
}
.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.tcon-loader--spinner360 {
    border-radius: 80%;
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
    animation: tcon-spin360 0.675s linear infinite forwards;
    background: lightgray; 
}
.tcon-loader--spinner360:before, 
.tcon-loader--spinner360:after {
    content: "";
    display: block;
    position: absolute; 
}
.tcon-loader--spinner360:before {
    border-radius: 0 90px 90px 0;
    height: 40px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
    background-image: linear-gradient(lightgray, black); 
}
.tcon-loader--spinner360:after {
    border-radius: 80%;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: white; 
}
.preloader.tcon-loader--spinner360 {
    width: 20px;
    height: 20px;
}
.preloader.tcon-loader--spinner360:before {
    border-radius: 0 45px 45px 0;
    height: 20px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
    background-image: linear-gradient(lightgray, black); 
}
.preloader.tcon-loader--spinner360:after {
    border-radius: 80%;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ffffff; 
}

@-webkit-keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

@keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* ==========================================================================
END Animate icons - Transformicons
========================================================================== */


/* ==========================================================================
Main styles
========================================================================== */
#wrapper {
    width: 100%;
    float: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background: #f2f2f2;
}
.wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.container {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
    min-width: 320px;
}
.wrapper:before,
.wrapper:after,
.container:before,
.container:after,
#wrapper:before,
#wrapper:after {
    position: relative;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
    display: block;
}

section {
    padding: 30px 0;
}
@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
    section {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1170px) {
    /*.container {*/
        /*width: 1170px;*/
    /*}*/
}

h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
}
h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
}
h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    margin: 0;
}
h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}
.pagetitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #002c54;
    margin: 0 0 30px 0;
}
.blocktitle {
    position: relative;
    font-size: 20px;
    color: #104a80;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.blocksubtitle {
    font-size: 12px;
    line-height: 16px;
    color: #696969;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .blocktitle {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .blocksubtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .blocktitle {
        font-size: 35px;
        line-height: 40px;
    }
    .blocksubtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

.quote {
    border-bottom: 5px solid #002c54;
    margin: 20px 0;
    position: relative;
    width: auto;
    float: left;
    background: #e46c3b;
    overflow: visible;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.quote__text {
    background: #e46c3b;
    font-size: 20px;
    width: auto;
    float: left;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
}
.quote__author {
    background: #e46c3b;
    color: #ffffff;
    position: relative;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .quote {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 30px;
    }
}

.more_info {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
}
.more_link,
.more_info__link {
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.more_link:active,
.no-touch .more_link:hover,
.more_info__link:active,
.no-touch .more_info__link:hover {
    text-decoration: none;
}

.block_categories,
.block_categories_select {
    display: none;
}
.selectric-block_categories_select {
    display: block;
}
.selectric-block_categories_select .selectric-items,
.selectric-block_categories_select .selectric {
    border-color: #4b83e5;
}
.selectric-block_categories_select .button {
    color: #4b83e5;
}
@media only screen and (min-width: 768px) {
    .selectric-block_categories_select {
        display: none;
    }
    .block_categories {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .block_categories__item {
        display: inline-block;
        border: 2px solid #4b83e5;
        background: #ffffff;
        color: #4b83e5;
        font-size: 13px;
        line-height: 20px;
        padding: 3px 12px;
        font-weight: 400;
        text-decoration: none;
        margin: 3px 2px;
    }
    .block_categories__item.active,
    .block_categories__item:active,
    .no-touch .block_categories__item:hover {
        background: #4b83e5;
        color: #ffffff;
        text-decoration: none;
    }
}

.image-width {
    width: 100%;
    float: left;
    margin: 6px 0 20px 0;
    position: relative;
}
.image-right img,
.image-left img,
.image-width img {
    width: 100%;
    display: block;
}
.image-left {
    width: 100%;
    float: left;
    margin: 6px 0 20px 0;
}
.image-right {
    width: 100%;
    float: right;
    margin: 6px 0 20px 0;
}
.image-width .image__desc,
.image-left .image__desc,
.image-right .image__desc {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.image__main {
    position: relative;
    width: 100%;
    float: left;
}
.image__source {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
@media only screen and (min-width: 768px) {
    .image-left {
        display: inline-block;
        width: 50%;
        margin: 6px 40px 20px 0;
    }
    .image-right {
        display: inline-block;
        width: 50%;
        margin: 6px 0 20px 40px;
    }
}

.contain {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contain img,
.cover img {
    display: none;
    border: none;
}

.table_container {
    position: relative;
    overflow: hidden;
    width: 290px;
    margin: auto;
}
.table {
    background: #ffffff;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #cacaca;
}
.table th {
    font-weight: 400;
}
.table th,
.table td {
    padding: 10px;
}
.table th {
    border-left: 1px solid #cacaca;
}
.table td {
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}
.table td:first-child {
    border-left: none;
}
.table tr:nth-child(odd) td {
}
@media only screen and (min-width: 768px) {
    .table_container {
        width: 750px;
    }
}
@media only screen and (min-width: 992px) {
    .table_container {
        width: 900px;
    }
}
/*@media only screen and (min-width: 1170px) {
    .table_container {
        width: 1070px;
    }
    .content-sidebar .table_container {
        width: 800px;
    }
}
*/
.blockmore {
    width: 100%;
    float: left;
    margin: 30px 0 10px 0;
    text-align: center;
}
.blockmore-btn {
    width: 100%;
    border: 1px solid #cdcdcd;
    display: inline-block;
    height: 35px;
    padding: 0 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
    color: #888888;
    text-decoration: none;
    background: #ffffff;
    position: relative;
}
.blockmore-btn:active,
.no-touch .blockmore-btn:hover {
    color: #555555;
    text-decoration: none;
}
.blockmore-btn.loading {
    cursor: default;
}
.blockmore-btn.loading:active,
.no-touch .blockmore-btn.loading:hover,
.blockmore-btn.loading {
    border-color: #d7d7d7;
    background: #ffffff;
}
.blockmore-btn.loading span {
    opacity: 0;
}
.blockmore-btn.loading .preloader {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
@media only screen and (min-width: 768px) {
    .blockmore-btn {
        width: auto;
        padding: 0 30px;
    }
}

.social_item {
    display: inline-block;
    margin: 0 4px;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social_item:active,
.no-touch .social_item:hover {
}
.social_item-fb {
    background-image: url('../img/icon-fb.svg');
}
.no-touch .social_item-fb:hover,
.social_item-fb:active {
    background-image: url('../img/icon-fb-hover.svg');
}
.social_item-tw {
    background-image: url('../img/icon-tw.svg');
}
.no-touch .social_item-tw:hover,
.social_item-tw:active {
    background-image: url('../img/icon-tw-hover.svg');
}
.social_item-vk {
    background-image: url('../img/icon-vk.svg');
}
.no-touch .social_item-vk:hover,
.social_item-vk:active {
    background-image: url('../img/icon-vk-hover.svg');
}
.social_item-in {
    background-image: url('../img/icon-in.svg');
}
.no-touch .social_item-in:hover,
.social_item-in:active {
    background-image: url('../img/icon-in-hover.svg');
}


ul.list-line {
    list-style-type: none;
    padding-left: 20px;
}
ul.list-line li {
    position: relative;
}
ul.list-line li:before {
    display: block;
    float: left;
    content: "-";
    position: absolute;
    left: -15px;
    top: 0;
    line-height: inherit;
    color: inherit;
    margin-right: 10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
/* ==========================================================================
END Main styles
========================================================================== */


/* ==========================================================================
Header
========================================================================== */
body {
    padding-top: 50px;
}
.header {
    background: #ffffff;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6000;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.header .container {
    height: inherit;
}
.logo {
    display: block;
    float: left;
    width: 50px;
    height: 100%;
    background: url('../img/logo-mini.svg') 0 center no-repeat;
    background-size: contain;
}
.header__menu_btn-toggle {
    position: absolute;
    z-index: 20;
    right: 10px;
    top: 5px;
}

.menu {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
    padding: 20px 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
}
.menu__link {
    display: table;
    padding: 2px 8px;
    color: #104a80;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    margin: 10px auto;
}
.menu__link:active,
.no-touch .menu__link:hover {
    text-decoration: none;
}
.menu__link.current:active,
.no-touch .menu__link.current:hover,
.menu__link.current {
    background: #c34511;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(195,69,17,.4);
}
.header__menu_btn-toggle .tcon-menu__lines:before,
.no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:before,
.header__menu_btn-toggle .tcon-menu__lines:after,
.no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:after,
.header__menu_btn-toggle .tcon-menu__lines,
.no-touch .header__menu_btn-toggle .tcon-menu__lines {
    background: #002c54;
}
.header__menu_btn-toggle.active .tcon-menu__lines:before,
.header__menu_btn-toggle:active .tcon-menu__lines:before,
.no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:before,
.header__menu_btn-toggle.active .tcon-menu__lines:after,
.header__menu_btn-toggle:active .tcon-menu__lines:after,
.no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:after,
.header__menu_btn-toggle.active .tcon-menu__lines,
.header__menu_btn-toggle:active .tcon-menu__lines,
.no-touch .header__menu_btn-toggle:hover .tcon-menu__lines {
    background: #c34511;
}
.header__menu_btn-toggle .tcon-transform .tcon-menu__lines:after,
.header__menu_btn-toggle .tcon-transform .tcon-menu__lines:before {
    background: #c34511;
}
.header__menu_btn-toggle:active .tcon-transform .tcon-menu__lines,
.no-touch .header__menu_btn-toggle:hover .tcon-transform .tcon-menu__lines,
.header__menu_btn-toggle .tcon-transform .tcon-menu__lines {
    background: none;
}

@media only screen and (min-width: 992px) {
    body {
        padding-top: 70px;
    }
    .header {
        height: 70px;
    }
    .header .container {
        padding: 0 30px;
    }
    .header__menu_btn-toggle {
        display: none;
    }
    .logo {
        width: 70px;
        height: 100%;
    }

    .menu {
        visibility: visible;
        float: right;
        position: relative;
        width: auto;
        display: block;
        opacity: 1;
        top: 0 !important;
        left: 0;
        box-shadow: none;
        padding: 0;
        height: 70px;
        padding-top: 20px;
    }
    .menu__link {
        width: auto;
        float: left;
        margin: 0 0 0 5px;
        font-size: 18px;
        padding: 3px 12px;
    }
}
@media only screen and (min-width: 1170px) {
    .header .container {
        width: 1170px;
    }
}
/* ==========================================================================
END Header
========================================================================== */


/* ==========================================================================
Intro section
========================================================================== */
.intro {
    padding: 0;
    background: #f2f2f2;
}
.intro .container {
    padding: 0;
}
.intro__head {
    height: 430px;
    padding: 0 20px;
    width: 100%;
    float: left;
    background-position: 0 bottom;
}
.bestdesign .intro__head {
    background-position: center;
}
.intro__head__title {
    margin-top: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bestdesign .intro__head__title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 110px;
}
.intro__head__info {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.bestdesign .intro__head__info {
    margin-bottom: 15px;
}
.intro__head__info__block {
    border: 3px solid #ffffff;
    height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
}
.intro__head__info__block:first-child {
    border-bottom: 1px solid #ffffff;
}
.intro__head__info__block:last-child {
    border-top: 2px solid #ffffff;
    line-height: 36px;
}
.intro__head__info__block i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.intro__head__info__block span {
    display: inline-block;
    vertical-align: middle;
}
.intro__head__info__title {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.btn_container {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.intro__head .btn {
    font-size: 20px;
}

.intro__info {
    width: 100%;
    float: left;
    padding: 30px 15px;
}
.intro__info__block {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.intro__info__block:first-child {
    margin-top: 0;
}
.intro__info__block__icon {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(27,100,167,.2);
    text-align: center;
    padding-top: 8px;
}
.intro__info__block__icon i {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.intro__info__block__content {
    margin-left: 55px;
}
.intro__info__block__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #002c54;
}
.intro__info__block__subtitle {
    font-size: 13px;
    line-height: 16px;
    color: #696969;
}
@media only screen and (min-width: 768px) {
    .intro__head {
        height: 410px;
    }
    .bestdesign .intro__head {
        height: 360px;
    }
    .intro__head__title {
        font-size: 30px;
        line-height: 38px;
    }
    .bestdesign .intro__head__title {
        font-size: 50px;
        line-height: 50px;
        margin-top: 110px;
    }
    .intro__head__info {
        text-align: center;
        margin: 30px auto;
        display: table;
        width: auto;
        float: none;
    }
    .bestdesign .intro__head__info {
        margin-bottom: 10px;
    }
    .intro__head__info__block {
        float: left;
        border: 3px solid #ffffff;
        width: 220px;
    }
    .intro__head__info__block:first-child {
        border: 3px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .intro__head__info__block:last-child {
        border: 3px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

    .intro__info {
        margin: 0;
        padding: 60px 20px 40px 20px;
    }
    .intro__info__block {
        vertical-align: top;
        display: block;
        width: 25%;
        position: relative;
        float: left;
        margin: 0;
    }
    .intro__info__block__icon {
        position: absolute;
        top: -105px;
        left: 50%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        padding-top: 20px;
        box-shadow: 0 10px 20px rgba(27,100,167,.4);
    }
    .intro__info__block__icon i {
        width: 40px;
        height: 40px;
    }
    .intro__info__block__content {
        margin: 0;
        width: 100%;
        float: left;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .intro__head {
        height: 540px;
        padding: 0;
    }
    .bestdesign .intro__head {
        height: 430px;
    }
    .intro__head__title {
        margin-top: 120px;
        font-size: 35px;
        line-height: 42px;
    }
    .bestdesign .intro__head__title {
        font-size: 50px;
        line-height: 50px;
        margin-top: 140px;
    }
    .intro__head__info {
        margin: 50px auto;
    }

    .intro__info {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 80px;
    }
    .intro__info__block__icon {
        top: -145px;
        width: 120px;
        height: 120px;
        margin-left: -60px;
        padding-top: 30px;
    }
    .intro__info__block__icon i {
        width: 60px;
        height: 60px;
    }
    .intro__info__block__title {
        font-size: 20px;
        line-height: 24px;
    }
    .intro__info__block__subtitle {
        font-size: 16px;
        line-height: 20px;
        color: #696969;
    }
}
@media only screen and (min-width: 1170px) {
    .intro .container {
        width: 1170px;
    }
    .intro__head {
        height: 680px;
    }
    .bestdesign .intro__head {
        height: 430px;
    }
    .intro__head__title {
        margin-top: 170px;
        font-size: 50px;
        line-height: 60px;
    }
    .intro__head__info {
        margin: 50px auto;
    }
    .intro__info {
        padding-left: 50px;
        padding-right: 50px;
    }
}
/* ==========================================================================
END Intro section
========================================================================== */


/* ==========================================================================
Program section
========================================================================== */
.program {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #ffffff;
    z-index: 100;
}
.program__accordion {
    width: 100%;
    float: left;
}
.program__accordion__block {
    width: 100%;
    float: left;
    position: relative;
}
.program__accordion__block:before,
.program__accordion__block:after {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(202,202,202,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(202,202,202,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(202,202,202,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(202,202,202,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(202,202,202,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(202,202,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca', GradientType=1 );
}
.program__accordion__block:after {
    left: auto;
    right: 0;
    background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(202,202,202,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#ffffff', GradientType=1 );
}
.program__accordion__item__head {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
}
.program__accordion__item__head:focus {
    outline: none;
}
.program__accordion__item__time {
    border-radius: 5px;
    border: 2px solid #cacaca;
    height: 28px;
    padding: 0 15px;
    color: #333333;
    font-size: 13px;
    line-height: 28px;
    width: 120px;
    text-align: center;
    float: left;
}
.program__accordion__item__title {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #104a80;
    margin-top: 10px;
}
.program__accordion__item__mark {
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url('../img/icon-arrow-down.svg') center no-repeat;
    background-size: contain;
}
.program__accordion__item__head.ui-state-active .program__accordion__item__mark {
    background-image: url('../img/icon-arrow-up.svg');
}
.program__accordion__item__content {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
@media only screen and (min-width: 778px) {
    .program__accordion__item__title {
        float: none;
        width: auto;
        margin: 5px 0 0 140px;
    }
    .program__accordion__item__content {
        padding-left: 140px;
    }
}
/* ==========================================================================
END Program section
========================================================================== */


/* ==========================================================================
Experts section
========================================================================== */
.experts {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #ffffff;
    z-index: 100;
}
.experts__carousel {
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative;
}
.experts__carousel .owl-nav {
    display: block;
}
.experts__carousel .owl-next:after,
.experts__carousel .owl-prev:after {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.experts__item {
    width: 100%;
    float: left;
}
.experts__item__image {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
    box-shadow: 0 3px 5px rgba(27,100,167,.2);
}
.experts__item__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    float: left;
    color: #c34511;
    margin-top: 10px;
    margin-bottom: 5px;
}
.experts__item__post {
    font-size: 14px;
    line-height: 18px;
    color: #696969;
    text-align: center;
    margin: auto;
    max-width: 200px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
    .experts__carousel {
        margin-top: 40px;
    }
    .experts__item__image {
        width: 190px;
        height: 190px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1170px) {
    .experts .container {
        width: 1170px;
    }
    .experts__carousel {
        padding: 0 60px;
    }
}
/* ==========================================================================
END Experts section
========================================================================== */


/* ==========================================================================
Social choise section
========================================================================== */
.socialchoice {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #ffffff;
    z-index: 100;
}
.socialchoice__content {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.socialchoice__item {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.socialchoice__item.disabled {
    opacity: 0.5;
}
.socialchoice__item:first-child {
    margin-top: 0;
}
.socialchoice__item__content {
    width: 100%;
    float: left;
    position: relative;
}
.socialchoice__item__image {
    float: left;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.socialchoice__item__bottom {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5px;
    padding-right: 40px;
}
.socialchoice__item__bottom__title {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.socialchoice__item__bottom__shop {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}
.socialchoice__item__social {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.no-touch .socialchoice__item.disabled:hover .socialchoice__item__social-fb,
.socialchoice__item.disabled:active .socialchoice__item__social-fb,
.socialchoice__item__social-fb {
    background-image: url('../img/icon-fb.svg');
}
.socialchoice__item.active .socialchoice__item__social-fb,
.socialchoice__item:active .socialchoice__item__social-fb,
.no-touch .socialchoice__item:hover .socialchoice__item__social-fb {
    background-image: url('../img/icon-fb-hover.svg');
}
.no-touch .socialchoice__item.active:hover .socialchoice__item__social,
.socialchoice__item.active:active .socialchoice__item__social,
.socialchoice__item.active .socialchoice__item__social {
    background-image: url('../img/icon-done.svg');
}

.socialchoice__item__done {
    display: none;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 56.25%;
    background: rgba(0,0,0,.4);
    color: #ffffff;
}
.socialchoice__item.done .socialchoice__item__done {
    display: block;
}
.socialchoice__item__done_inner {
    padding-top: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.socialchoice__item__done__title {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    float: left;
}
.socialchoice__item__done__title__icon {
    width: auto;
    float: none;
    margin: 0;
    display: inline-block !important;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
    background: url('../img/icon-done-white.svg') center no-repeat;
    background-size: 16px auto;
}
.socialchoice__item__done__title__text {
    width: auto !important;
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 !important;
    font-weight: 700;
}
.socialchoice__item__done__btn_container {
    margin-top: 10px;
    text-align: center;
    float: left;
    width: 100%;
}
.socialchoice__item__done__btn {
    font-size: 14px;
    height: auto;
    line-height: 30px;
}
@media only screen and (min-width: 768px) {
    .socialchoice__item {
        width: 340px;
        margin-right: 30px;
    }
    .socialchoice__item:nth-child(2) {
        margin-top: 0;
    }
    .socialchoice__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .socialchoice__content {
        margin-top: 40px;
    }
    .socialchoice__item {
        width: 293px;
        margin-right: 10px;
    }
    .socialchoice__item:nth-child(3) {
        margin-top: 0;
    }
    .socialchoice__item:nth-child(2n) {
        margin-right: 10px;
    }
    .socialchoice__item:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1170px) {
    .socialchoice .container {
        width: 1170px;
    }
    .socialchoice__item {
        width: 350px;
        margin-right: 30px;
    }
    .socialchoice__item:nth-child(2n) {
        margin-right: 30px;
    }
    .socialchoice__item:nth-child(3n) {
        margin-right: 0;
    }
}
/* ==========================================================================
END Social choise section
========================================================================== */


/* ==========================================================================
Sponsors section
========================================================================== */
.sponsors {
    background: #f2f2f2;
}
.sponsors__content {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.sponsors__category {
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.sponsors__category:first-child {
    margin-top: 0;
}
.sponsors__category__title {
    font-size: 18px;
    font-weight: 700;
    color: #c34511;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.sponsors__category__list {
    width: 100%;
    float: left;
}
.sponsors__item {
    vertical-align: top;
    display: inline-block;
    width: 250px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
}
.sponsors__item__image {
    width: 100%;
    float: left;
}
.sponsors__item__image img {
    display: block;
    margin: auto;
    max-width: 130px;
}
.sponsors__item__title {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.sponsors__item__desc {
    font-size: 12px;
    line-height: 16px;
}
@media only screen and (min-width: 768px) {
    .sponsors__item {
        width: 230px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .sponsors__item {
        width: 290px;
    }
}
@media only screen and (min-width: 1170px) {
    .sponsors .container {
        width: 1170px;
    }
    .sponsors__item {
        width: 270px;
    }
}
/* ==========================================================================
END Sponsors section
========================================================================== */


/* ==========================================================================
Speaker section
========================================================================== */
.speakers {
    background: #f2f2f2;
}
.speakers__list {
    width: 100%;
    float: left;
}
.speakers__item {
    min-height: 321px;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.speakers__item:first-child {
    margin-top: 0;
}
.speakers__item__image {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
    box-shadow: 0 3px 5px rgba(27,100,167,.2);
}
.speakers__item__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    float: left;
    color: #c34511;
    margin-top: 10px;
    margin-bottom: 5px;
}
.speakers__item__post {
    font-size: 14px;
    line-height: 18px;
    color: #696969;
    text-align: center;
    margin: auto;
    max-width: 200px;
}
@media only screen and (min-width: 768px) {
    .speakers__item {
        width: 33.333333%;
        padding: 0 30px;
        float: left;
    }
    .speakers__item:nth-child(3),
    .speakers__item:nth-child(2),
    .speakers__item:nth-child(1) {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .speakers__item {
        margin-top: 40px;
    }
    .speakers__item__image {
        width: 190px;
        height: 190px;
        margin-bottom: 20px;
    }
}
/* ==========================================================================
END Speaker section
========================================================================== */


/* ==========================================================================
For sponsors section
========================================================================== */
.forsponsors {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
/* ==========================================================================
END For sponsors section
========================================================================== */


/* ==========================================================================
About section
========================================================================== */
.about {
    background: #f2f2f2;
}
/* ==========================================================================
About section
========================================================================== */


/* ==========================================================================
Partners section
========================================================================== */
.partners {
    background: #f2f2f2;
}
.partners__list {
    width: 100%;
    float: left;
}
.partners__item {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-decoration: none;
    color: #c34511;
}
.partners__item:active,
.no-touch .partners__item:hover {
    text-decoration: none;
    color: #104a80;
}
.partners__item:first-child {
    margin-top: 0;
}
.partners__item__image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #ffffff;
    margin: auto;
    box-shadow: 0 3px 5px rgba(27,100,167,.2);
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.partners__item:active .partners__item__image,
.no-touch .partners__item:hover .partners__item__image {
    border: 10px solid #104a80;
}
.partners__item__title {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
@media only screen and (min-width: 768px) {
    .partners__item {
        width: 33.333333%;
        min-height: 292px;
        padding: 0 30px;
        float: left;
    }
    .partners__item:nth-child(3),
    .partners__item:nth-child(2),
    .partners__item:nth-child(1) {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .partners__item {
        margin-top: 40px;
    }
    .partners__item__image {
        width: 190px;
        height: 190px;
        margin-bottom: 20px;
        background-size: 160px auto;
    }
}
/* ==========================================================================
END Partners section
========================================================================== */


/* ==========================================================================
For Information section
========================================================================== */
.information {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
/* ==========================================================================
END For sponsors section
========================================================================== */


/* ==========================================================================
Prices section
========================================================================== */
.prices {
    background: #f2f2f2;
}
.prices__list {
    width: 100%;
    float: left;
}
.prices__item {
    background: #ffffff;
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.prices__item__date {
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    color: #104a80;
}
.prices__item__price {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #104a80;
    margin: 20px auto;
    color: #ffffff;
    box-shadow: 0 3px 5px rgba(27,100,167,.2);
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding-top: 50px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.prices__item__price div {
    font-size: 35px;
    line-height: 30px;
}
.prices__item .btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
}
.prices__action {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 20px;
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .prices .container {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .prices__list {
        display: table;
        width: auto;
        float: none;
        margin: 20px auto;
    }
    .prices__item {
        width: 330px;
        float: left;
        margin: 0 10px;
    }
    .prices__action {
        margin-top: 40px;
    }
    .prices__item__price {
        box-shadow: 0 10px 20px rgba(27,100,167,.4);
    }
}
@media only screen and (min-width: 992px) {
    .prices__item {
        width: 350px;
    }
}
/* ==========================================================================
END Prices section
========================================================================== */


/* ==========================================================================
For Member list section
========================================================================== */
.memberlist {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
/* ==========================================================================
END For sponsors section
========================================================================== */


/* ==========================================================================
Photos section
========================================================================== */
.photos {
    background: #f2f2f2;
}
.photos_carousel_thumbs {
    display: none;
}
.photos_carousel_block {
    width: 100%;
    float: left;
}
.photos_carousel_container {
    width: 100%;
    float: left;
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}
.bestdesign .photos_carousel_container {
    margin-bottom: 0;
}
.photos__item {
    float: left;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.photos_carousel .owl-prev {
    left: -20px;
}
.photos_carousel .owl-next {
    right: -20px;
}
.photos_carousel .owl-prev:after,
.photos_carousel .owl-next:after {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.review_carousel {
    width: 100%;
    float: left;
    position: relative;
    z-index: 100;
}
.review_carousel .owl-next,
.review_carousel .owl-prev {
    top: 80px;
    height: auto;
    z-index: 200;
}
.review__item {
    float: left;
    display: block;
    width: 100%;
    padding: 0 15px;
}
.review__item__image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #ffffff;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 solid transparent;
    margin-bottom: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.review__item__content {
    width: 100%;
    float: left;
}
.review__item__text {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: 700;
    width: 100%;
    float: left;
}
.review__item__author {
    display: inline-block;
    margin-top: 20px;
}

.carousel_thumbs__next,
.carousel_thumbs__prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    color: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel_thumbs__next {
    left: auto;
    right: 0;
}
.carousel_thumbs__next:after,
.carousel_thumbs__prev:after {
    display: block;
    position: absolute;
    height: 36px;
    margin-top: -18px;
    content: '';
    width: 100%;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel_thumbs__prev:after {
    background-image: url('../img/icon-arrow-left.svg');
}
.carousel_thumbs__next:after {
    background-image: url('../img/icon-arrow-right.svg');
}
.carousel_thumbs__next:active:after,
.carousel_thumbs__next:hover:after,
.carousel_thumbs__prev:active:after,
.carousel_thumbs__prev:hover:after {
    background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .photos .container {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .photos_carousel_thumbs {
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    .bestdesign .photos_carousel_thumbs {
        margin-bottom: 0;
    }
    .photos_thumb__item {
        float: left;
        display: block;
        width: 100%;
        padding-top: 56.25%;
        position: relative;
        cursor: pointer;
    }
    .photos_carousel_thumbs .owl-item .photos_thumb__item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        background: #ffffff;
        opacity: .4;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .photos_carousel_thumbs .owl-item.synced .photos_thumb__item:after {
        opacity: 0;
    }

    .review_carousel {
        margin-top: 20px;
    }
    .review__item {
        padding: 0 60px;
    }
    .review__item__image {
        float: left;
        margin: 0;
        width: 160px;
        height: 160px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .review__item__content {
        width: auto;
        float: none;
        margin-left: 200px;
    }
    .review__item__text {
        line-height: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .review__item__text {
        font-size: 20px;
        line-height: 30px;
    }
}
/* ==========================================================================
END Photos section
========================================================================== */


/* ==========================================================================
Ceremony section
========================================================================== */
.ceremony {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.ceremony__carousel_container {
    width: 100%;
    position: relative;
    margin: 20px 0;
}
.ceremony__carousel:before,
.ceremony__carousel:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ceremony__carousel:before {
    background: rgba(0,0,0,.4);
}
.ceremony__carousel:after {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(7,70,126,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(7,70,126,0.5)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(7,70,126,0.5) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(7,70,126,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(7,70,126,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(7,70,126,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#07467e', GradientType=0 );
}
.ceremony__carousel .owl-nav {
    display: block;
    z-index: 100;
}
.ceremony__carousel .owl-prev {
    left: -20px;
}
.ceremony__carousel .owl-next {
    right: -20px;
}
.ceremony__carousel .owl-prev:after,
.ceremony__carousel .owl-next:after {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.ceremony__item {
    width: 100%;
    float: left;
    padding-top: 56.25%;
}
.ceremony__carousel__content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 0 20px 20px 20px;
    width: 100%;
}
.ceremony__carousel__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.ceremony__carousel__more {
    margin-top: 10px;
    display: block;
    float: left;
    height: 30px;
    border: 1px solid #ffffff;
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.ceremony__carousel__more:active,
.no-touch .ceremony__carousel__more:hover {
    text-decoration: none;
    background: #ffffff;
}

.ceremony__map {
    width: 100%;
    height: 340px;
}

.billing_block {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .ceremony__carousel_container {
        margin: 40px 0 30px 0;
    }
    .ceremony__carousel__title {
        font-size: 40px;
        line-height: 44px;
    }
    .ceremony__carousel__content {
        padding-right: 140px;
    }
    .ceremony__carousel__more {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .ceremony__carousel__title {
        font-size: 50px;
        line-height: 54px;
    }
}
@media only screen and (min-width: 1170px) {
}
/* ==========================================================================
END Ceremony section
========================================================================== */


/* ==========================================================================
Results section
========================================================================== */
.results {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.nominations__table .table__cell {
    padding: 10px;
}
.nominations__table th.table__cell {
    padding: 5px 10px;
    text-align: left;
}
.nominations__table .table__cell-1 {
    width: 160px;
}
.nominations__table .table__cell-2 {
    width: 410px;
}
.nominations__table .table__cell-2 {
    width: 350px;
}
.nominations__table th {
    font-size: 14px;
    color: #aeaeae;
    padding: 10px 20px;
    background: none;
}

.nominations__nomination {
    font-size: 11px;
    line-height: 16px;
    color: #c34511;
    width: 140px;
}
.nominations__nomination i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #c34511 url('../img/icon-clothes-white.svg') center no-repeat;
    background-size: 15px auto;
}
.nominations__nomination span {
    vertical-align: middle;
    margin-left: 40px;
    display: block;
}
.nominations .nominations__nomination {
    font-size: 11px;
    line-height: 16px;
    color: #c34511;
    width: 140px;
}
.nominations .nominations__nomination i {
    float: none;
    margin: auto;
    width: 70px;
    height: 70px;
    background-size: 30px auto;
}
.nominations .nominations__nomination span {
    vertical-align: middle;
    margin-left: 0;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
}
.nominations__winner {
    width: 380px;
}
.nominations__winner__image {
    width: 90px;
    float: left;
    text-align: center;
}
.nominations__winner__image img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.nominations__winner__content {
    margin-left: 100px;
}
.nominations__winner__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.nominations__winner__desc {
    font-size: 12px;
    line-height: 14px;
}
.nominations__gallery {
    width: 310px;
}
.nominations__gallery__item {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 100px;
}
.nominations__gallery__item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background: rgba(0,0,0,.5) url('../img/icon-zoom.svg') center no-repeat;
    background-size: 30px auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.nominations__gallery__item:active:after,
.no-touch .nominations__gallery__item:hover:after {
    opacity: 1;
}
/* ==========================================================================
END Results section
========================================================================== */


/* ==========================================================================
Social icons
========================================================================== */
.social {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 30px;
}
.social_item {
    display: inline-block;
    margin: 0 4px;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social_item:active,
.no-touch .social_item:hover {
}
.social_item-fb {
    background-image: url('../img/icon-fb.svg');
}
.no-touch .social_item-fb:hover,
.social_item-fb:active {
    background-image: url('../img/icon-fb-hover.svg');
}
.social_item-tw {
    background-image: url('../img/icon-tw.svg');
}
.no-touch .social_item-tw:hover,
.social_item-tw:active {
    background-image: url('../img/icon-tw-hover.svg');
}
.social_item-vk {
    background-image: url('../img/icon-vk.svg');
}
.no-touch .social_item-vk:hover,
.social_item-vk:active {
    background-image: url('../img/icon-vk-hover.svg');
}
.social_item-in {
    background-image: url('../img/icon-in.svg');
}
.no-touch .social_item-in:hover,
.social_item-in:active {
    background-image: url('../img/icon-in-hover.svg');
}
/* ==========================================================================
END Social icons
========================================================================== */


/* ==========================================================================
Section contacts
========================================================================== */
.contacts__content {
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
    float: left;
}
.bestdesign .contacts {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    margin-bottom: 30px;
}
.bestdesign .contacts__content {
    padding-bottom: 0;
}
.contacts__person {
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.contacts__person:first-child {
    margin-top: 10px;
}
.contacts__person__image {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: auto;
}
.contacts__person__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #002c54;
    margin-top: 20px;
    margin-bottom: 5px;
}
.contacts__person__post {
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    text-align: center;
}
.contacts__person__phone {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}
.contacts__person__mail {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 3px;
}

#map__content {
    position: relative;
    z-index: 100;
    height: 200px;
    width: 100%;
    float: left;
}

.btn-top {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    z-index: 200;
    background: #ffffff;
    padding: 13px 0 0 0;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.btn-top i {
    width: 24px;
    height: 24px;
}
@media only screen and (min-width: 768px) {
    .bestdesign .contacts {
        margin-bottom: 50px;
    }
    .contacts__content {
        font-size: 20px;
        line-height: 30px;
    }
    #map__content {
        height: 340px;
    }

    .contacts__person {
        width: 236px;
        float: left;
        margin-top: 10px;
    }
    .contacts__person:first-child {
        margin-top: 10px;
    }
    .contacts__person__image {
        width: 150px;
        height: 150px;
    }
    .contacts__person__mail {
        font-size: 12px;
        line-height: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts__person {
        width: 300px;
        float: left;
        margin-top: 20px;
    }
    .contacts__person:first-child {
        margin-top: 20px;
    }
    .contacts__person__image {
        width: 190px;
        height: 190px;
    }
    .contacts__person__mail {
        font-size: 14px;
        line-height: 20px;
    }
}
/* ==========================================================================
END Section contacts
========================================================================== */


/* ==========================================================================
Footer
========================================================================== */
.footer_stick {
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
}
.footer {
    margin-top: 30px;
    padding: 30px 0;
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.footer__logo {
    width: 230px;
    margin: auto;
}
.footer__logo a {
    width: 230px;
    height: 40px;
    display: block;
}
.footer__social {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 10px 0;
}
.footer__copyright {
    width: 100%;
    float: left;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .footer__logo {
        position: absolute;
        left: 20px;
        top: 0;
        float: left;
        margin: 0;
    }
    .footer__social {
        margin: 10px 0 0 0;
    }
    .footer__copyright {
        position: absolute;
        right: 20px;
        top: 15px;
        width: auto;
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    .footer__logo {
        left: 30px;
    }
    .footer__copyright {
        right: 30px;
    }
}
/* ==========================================================================
END Footer
========================================================================== */

/* ==========================================================================
Opinios block
========================================================================== */
.opinion_block {
    margin-top: 30px;
}
.opinion_block .material_item {
    display: none;
    background: #ffffff;
    margin-bottom: 10px;
}
.opinion_block .material_item:first-child {
    display: block;
}
.opinion_block .material_item_inner {
    padding-top: 0;
    padding-bottom: 200px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.opinion_block .material_item__link {
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__image {
    height: auto;
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__content {
    min-height: 200px;
    padding-bottom: 30px;
}
.opinion_block .material_item__title {
    max-height: 200px;
    overflow: hidden;
}
.opinion_block .material_item__content__bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .opinion_block .material_item {
        float: left;
        width: 31%;
        margin-left: 10px;
        display: none;
    }
    .opinion_block .material_item:first-child {
        margin-left: 0;
    }
    .opinion_block .material_item:nth-child(3),
    .opinion_block .material_item:nth-child(2),
    .opinion_block .material_item:nth-child(1) {
        display: block;
    }
    .opinion_block .material_item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 11px;
        margin: 0 5px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .opinion_block {
        margin-top: 50px;
    }
    .opinion_block .material_item {
        width: 31%;
        margin-left: 30px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 12px;
    }
}
.opinion_block {
    margin-top: 30px;
}
.opinion_block .material_item {
    display: none;
    background: #ffffff;
}
.opinion_block .material_item:first-child {
    display: block;
}
.opinion_block .material_item:nth-child(4) {
    margin-left: 0;
}
.opinion_block .material_item_inner {
    padding-top: 0;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.opinion_block .material_item__link {
    display: block;
    /*padding-top: 56.25%;*/
}
.opinion_block .material_item__image {
    height: auto;
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__content {
    min-height: 200px;
    padding-bottom: 30px;
}
.opinion_block .material_item__title {
    max-height: 200px;
    overflow: hidden;
}
.opinion_block .material_item__content__bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .opinion_block .material_item {
        float: left;
        width: 31%;
        margin-left: 10px;
        display: none;
    }
    .opinion_block .material_item:first-child {
        margin-left: 0;
    }
    .opinion_block .material_item:nth-child(3),
    .opinion_block .material_item:nth-child(2),
    .opinion_block .material_item:nth-child(1) {
        display: block;
    }
    .opinion_block .material_item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 11px;
        margin: 0 5px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .opinion_block {
        margin-top: 50px;
    }
    .opinion_block .material_item {
        width: 31%;
        margin-left: 30px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1500px) {
    .opinion_block .material_item {
        display: block;
        width: 31%;
        margin-left: 6px;
    }
    .opinion_block .material_item {
        display: block;
        width: 31%;
        margin-left: 23px;
    }
}
.opinion_block .material_item_inner {
    width: 100%;
    float: left;
    position: relative;
}
.opinion_block .material_item__category {
    display: block;
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 0;
    background: #ffffff;
    color: #002c54;
    text-decoration: none;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
.opinion_block .material_item__category:active,
.no-touch .material_item__category:hover {
    text-decoration: none;
}
.opinion_block .material_item__link {
    text-decoration: none;
    color: #ffffff;
}
.opinion_block .material_item__link:active,
.no-touch .material_item__link:hover {
    text-decoration: none;
    color: #ffffff;
}
.opinion_block .material_item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    overflow: hidden;
}
.opinion_block .material_item__content {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: rgba(0,44,84,.6);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.opinion_block .material_item__link:active .material_item__content,
.no-touch .material_item__link:hover .material_item__content {
    text-decoration: none;
    color: #ffffff;
    background: rgba(97,123,147,.9);
}
.opinion_block .material_item__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-mark.svg');
}
.opinion_block .material_item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    float: left;
}
.opinion_block .material_item__content__bottom {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.opinion_block .material_item__like,
.opinion_block .material_item__view,
.opinion_block .material_item__date {
    margin-right: 5px;
    vertical-align: middle;
}
.opinion_block .material_item__like,
.opinion_block .material_item__view {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 14px;
    padding-left: 20px;
}
.opinion_block .material_item__view {
    background-image: url('../img/icon-eye.svg');
}
.opinion_block .material_item__like {
    background-image: url('../img/icon-like.svg');
}

.opinion_block .material__list__item {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.opinion_block .material__list__item:first-child {
    margin-top: 0;
}
.opinion_block .material__list__item__link {
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    float: left;
}
.opinion_block .material__list__item__link:active,
.no-touch .material__list__item__link:hover {
    text-decoration: none;
}
.opinion_block .material__list__item__bottom {
    color: #555555;
    margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
}
.opinion_block .material__list__item__date {
    display: inline-block;
    vertical-align: middle;
}
.opinion_block .material__list__item__mark {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-mark.svg');
}
@media only screen and (min-width: 768px) {
    .opinion_block .material_item__title {
        font-size: 18px;
        line-height: 22px;
    }
}
/* ==========================================================================
END Opinios block
========================================================================== */
