/*
Theme Name: Cospo
Theme URI: http://template.cospo.itembridge.com/
Author: InfoStyle
Author URI: http://themeforest.net/user/InfoStyle
Description: Cospo responsive theme
Version: 1.0.0
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular-extended
*/
/*
1. Mixins------------------------------(Line )
2. Basic (Typography)------------------(Line )
3. Keyframes---------------------------(Line )
4. Layout Grid-------------------------(Line )
  4.1 Mobile device--------------------(Line )
  4.2 Tablet device--------------------(Line )
  4.3 Desktop device-------------------(Line )
  4.4 Large device---------------------(Line )
5.Elements-----------------------------(Line )
  5.1 Preloader------------------------(Line )
  5.2 Cospo gallery--------------------(Line )
  5.3 Accordeon------------------------(Line )
  5.4 Contacts-------------------------(Line )
  5.5 Pages----------------------------(Line )
  5.6 Home page------------------------(Line )
  5.7 Scroll---------------------------(Line )
  5.8 Navigation-----------------------(Line )
  5.9 Slider---------------------------(Line )
  5.10 Video---------------------------(Line )
  5.11 Aside menu----------------------(Line )
  5.12 Projects------------------------(Line )
  5.13 Overlay-------------------------(Line )
  5.14 Map-----------------------------(Line )
  5.15 Pricing-------------------------(Line )
  5.16 Workers-------------------------(Line )
  5.17 Brand table---------------------(Line )
  5.18 Info-block----------------------(Line )
  5.19 Progress------------------------(Line )
  5.20 Twitter-------------------------(Line )
  5.21 Mockup--------------------------(Line )
  5.22 Full image----------------------(Line )
  5.23 Widgets-------------------------(Line )
  5.24 Iphone--------------------------(Line )
  5.25 Table---------------------------(Line )
  5.26 Calendar------------------------(Line )
6. Demos-------------------------------(Line )
  6.1 Graphic designer-----------------(Line )
  6.2 Fashion designer-----------------(Line )
  6.3 Photographer---------------------(Line )
  6.4 Artist---------------------------(Line )
  6.5 Personal man---------------------(Line )
  6.6 Personal girl--------------------(Line )
  6.7 Singer---------------------------(Line )
  6.8 Classic performer----------------(Line )
  6.9 Agency---------------------------(Line )
  6.10 DJ------------------------------(Line )
  6.11 Boys Band-----------------------(Line )
  6.12 Sport shop----------------------(Line )
  6.13 Restaurant----------------------(Line )
  6.14 Rental boards-------------------(Line )
  6.15 Video maker---------------------(Line )
  6.16 Coming soon---------------------(Line )
  6.17 App1----------------------------(Line )
  6.18 App2----------------------------(Line )
  6.19 App3----------------------------(Line )
  6.20 Watercolor artist---------------(Line )
  6.21 Photographer agency-------------(Line )
  6.22 Law firm------------------------(Line )
  6.23 Community-----------------------(Line )
  6.24 Under construction--------------(Line )
7. Blog--------------------------------(Line )
 */
/* Mixins
----------------------------------------------------------------------*/
/* Main color of text for Light skin */
/* Additional color of text for Light skin */
/* Main color of text for Dark skin */
/* Additional color of text for Dark skin */
/* Basic
----------------------------------------------------------------------*/
/* Typography
----------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic);
/* @import url( 'icons.css');*/
@import url("ios.css");
/* line 8, ../sass/cospo/_basic.scss */
body,
html {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

/* line 17, ../sass/cospo/_basic.scss */
body {
    overflow-x: hidden;
}

/* line 20, ../sass/cospo/_basic.scss */
body.overflow-auto {
    overflow-x: auto;
    overflow-y: auto;
}

/* line 26, ../sass/cospo/_basic.scss */
body.typography .container,
body.typography section {
    padding-bottom: 60px;
}

/* line 31, ../sass/cospo/_basic.scss */
body.typography .container {
    padding-top: 60px;
}

/* line 36, ../sass/cospo/_basic.scss */
body.typography.light #change-skin:before {
    content: 'Dark Skin';
}

/* line 42, ../sass/cospo/_basic.scss */
body.typography.dark #change-skin:before {
    content: 'Light Skin';
}

/* line 49, ../sass/cospo/_basic.scss */
img {
    width: 100%;
    height: auto;
}

/* line 54, ../sass/cospo/_basic.scss */
body,
figure,
label {
    font-family: 'Lato', sans-serif;
}

/* line 60, ../sass/cospo/_basic.scss */
figure {
    position: relative;
    display: table;
    table-layout: fixed;
    margin-bottom: 1.78em;
    width: 100%;
}

/* line 67, ../sass/cospo/_basic.scss */
figure figcaption {
    font-size: 1.14em;
    font-weight: 300;
    display: table-caption;
    margin-top: 1.56em;
    padding-right: 1.285em;
    padding-left: 1.16em;
    caption-side: bottom;
    opacity: .8;
    border-right: 0.14em rgba(194, 194, 194, 0.17) solid;
    border-left: 0.14em rgba(194, 194, 194, 0.17) solid;
    /*letter-spacing: 0.06em;*/
}

/* line 81, ../sass/cospo/_basic.scss */
figure img {
    display: block;
    /*width: 100% !important;*/
    max-width: 100% !important;
    height: auto;
}

figure.show-full img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* line 88, ../sass/cospo/_basic.scss */
figure.left {
    width: auto;
    margin-right: 2.21em;
}

/* line 93, ../sass/cospo/_basic.scss */
figure.right {
    width: auto;
    margin-left: 2.21em;
}

/* line 98, ../sass/cospo/_basic.scss */
.content figure {
    /*margin-top: 2.4em;*/
    margin-bottom: 2.4em;
}

/* line 104, ../sass/cospo/_basic.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
.cospo-comment .author-name,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    margin-top: 0;
    /*margin: 0 !important;*/
}

/* line 125, ../sass/cospo/_basic.scss */
div.row + .row h2:first-child,
p + .row h2:first-child,
h1 span + .row h2:first-child,
h2 span + .row h2:first-child,
h3 span + .row h2:first-child,
.cospo-comment .author-name span + .row h2:first-child,
h4 span + .row h2:first-child,
h5 span + .row h2:first-child,
h6 span + .row h2:first-child {
    margin-top: .64em;
}

/* line 130, ../sass/cospo/_basic.scss */
div.row + .row h3:first-child, div.row + .row .cospo-comment .author-name:first-child, .cospo-comment div.row + .row .author-name:first-child,
p + .row h3:first-child,
h1 span + .row h3:first-child,
h2 span + .row h3:first-child,
h3 span + .row h3:first-child,
.cospo-comment .author-name span + .row h3:first-child,
h4 span + .row h3:first-child,
h5 span + .row h3:first-child,
h6 span + .row h3:first-child,
p + .row .cospo-comment .author-name:first-child,
.cospo-comment p + .row .author-name:first-child,
h1 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h1 span + .row .author-name:first-child,
h2 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h2 span + .row .author-name:first-child,
h3 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h3 span + .row .author-name:first-child,
.cospo-comment .author-name span + .row .author-name:first-child,
h4 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h4 span + .row .author-name:first-child,
h5 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h5 span + .row .author-name:first-child,
h6 span + .row .cospo-comment .author-name:first-child,
.cospo-comment h6 span + .row .author-name:first-child {
    margin-top: .86em;
}

/* line 135, ../sass/cospo/_basic.scss */
div.row + .row h4:first-child,
p + .row h4:first-child,
h1 span + .row h4:first-child,
h2 span + .row h4:first-child,
h3 span + .row h4:first-child,
.cospo-comment .author-name span + .row h4:first-child,
h4 span + .row h4:first-child,
h5 span + .row h4:first-child,
h6 span + .row h4:first-child {
    margin-top: .64em;
}

/* line 140, ../sass/cospo/_basic.scss */
div.row + .row h5:first-child,
p + .row h5:first-child,
h1 span + .row h5:first-child,
h2 span + .row h5:first-child,
h3 span + .row h5:first-child,
.cospo-comment .author-name span + .row h5:first-child,
h4 span + .row h5:first-child,
h5 span + .row h5:first-child,
h6 span + .row h5:first-child {
    margin-top: .6em;
}

/* line 145, ../sass/cospo/_basic.scss */
div.row + .row h6:first-child,
p + .row h6:first-child,
h1 span + .row h6:first-child,
h2 span + .row h6:first-child,
h3 span + .row h6:first-child,
.cospo-comment .author-name span + .row h6:first-child,
h4 span + .row h6:first-child,
h5 span + .row h6:first-child,
h6 span + .row h6:first-child {
    margin-top: .75em;
}

/* line 150, ../sass/cospo/_basic.scss */
h1,
h2,
h3,
.cospo-comment .author-name,
h6 {
    letter-spacing: .08em;
}

/* line 157, ../sass/cospo/_basic.scss */
h1 {
    font-size: 4.857rem;
    line-height: 1.08;
    margin-bottom: .58em;
    margin-top: .55em;
}

/* line 164, ../sass/cospo/_basic.scss */
h2 {
    font-size: 4rem;
    line-height: 1.03;
    /*margin-bottom: 0.43em;*/
    margin-top: .64em;
    margin-bottom: .68em;
}

/* line 172, ../sass/cospo/_basic.scss */
h3, .cospo-comment .author-name {
    font-size: 2.428rem;
    line-height: 1.12;
    /*margin-bottom: 0.55em;*/
    margin-top: .86em;
    margin-bottom: .86em;
}

/* line 180, ../sass/cospo/_basic.scss */
h4 {
    font-size: 2rem;
    line-height: 1.24;
    /*margin-bottom: 0.39em;*/
    margin-top: .64em;
    margin-bottom: .68em;
    letter-spacing: .078em;
}

/* line 189, ../sass/cospo/_basic.scss */
h5 {
    font-size: 1.571rem;
    line-height: 1.3;
    /*margin-bottom: 0.52em;*/
    margin-top: .6em;
    margin-bottom: .6em;
    letter-spacing: .09em;
}

/* line 198, ../sass/cospo/_basic.scss */
h6 {
    font-size: 1.14rem;
    line-height: 1.4;
    /*margin-bottom: 0.4em;*/
    margin-top: .75em;
    margin-bottom: .16em;
}

/* line 206, ../sass/cospo/_basic.scss */
a,
input[type='email'],
input[type='password'],
input[type='text'],
ol li,
p,
h1 span,
h2 span,
h3 span,
.cospo-comment .author-name span,
h4 span,
h5 span,
h6 span,
table tbody td,
textarea,
ul li {
    font-size: 1.357rem;
}

/* line 218, ../sass/cospo/_basic.scss */
textarea {
    display: block;
}

/* line 222, ../sass/cospo/_basic.scss */
ol,
ul {
    margin: 0 0 .526em;
    padding: 0;
    list-style-type: none;
}

/* line 228, ../sass/cospo/_basic.scss */
ol li,
ul li {
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: .32em;
}

/* line 233, ../sass/cospo/_basic.scss */
ol li > ul > li,
ul li > ul > li {
    font-size: .85em;
}

/* line 237, ../sass/cospo/_basic.scss */
ol li > ol > li,
ul li > ol > li {
    font-size: .85em;
}

/* line 244, ../sass/cospo/_basic.scss */
ul > li {
    position: relative;
    padding-left: 1.263em;
}

/* line 248, ../sass/cospo/_basic.scss */
ul > li:before {
    position: absolute;
    top: .63em;
    left: .1em;
    display: block;
    width: .736em;
    height: .526em;
    content: ' ';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* line 261, ../sass/cospo/_basic.scss */
ul > li > ul {
    margin-top: .48em;
    margin-bottom: .48em;
    margin-left: .5em;
}

/* line 266, ../sass/cospo/_basic.scss */
ul > li > ul > li {
    line-height: 1.7em;
}

/* line 273, ../sass/cospo/_basic.scss */
ul.large-block > li {
    margin-bottom: 1.8em;
    padding-left: 2.6em;
}

/* line 277, ../sass/cospo/_basic.scss */
ul.large-block > li:last-child {
    margin-bottom: 0;
}

/* line 281, ../sass/cospo/_basic.scss */
ul.large-block > li h4 {
    margin-top: .12em;
}

/* line 285, ../sass/cospo/_basic.scss */
ul.large-block > li > .icon-checkmark, ul.large-block > li > svg, ul.large-block > li > img {
    width: 1.736em;
    position: absolute;
    top: .33em;
    left: 0;
    height: 1.3em;
}

/* line 298, ../sass/cospo/_basic.scss */
ul.margin-bottom-0 > li {
    margin-bottom: 0;
}

/* line 305, ../sass/cospo/_basic.scss */
ul.no-checkmark > li:before {
    background-image: none !important;
}

/* line 312, ../sass/cospo/_basic.scss */
ol {
    /*list-style-type: decimal;*/
    counter-reset: item item;
}

/* line 317, ../sass/cospo/_basic.scss */
ol > li:before {
    counter-increment: item;
    content: counters(item, ".") ". ";
}

/* line 322, ../sass/cospo/_basic.scss */
ol > li > ol {
    margin-top: .48em;
    margin-bottom: .48em;
    margin-left: 1em;
}

/* line 327, ../sass/cospo/_basic.scss */
ol > li > ol > li {
    line-height: 1.7em;
}

/* line 358, ../sass/cospo/_basic.scss */
p, h1 span,
h2 span,
h3 span,
.cospo-comment .author-name span,
h4 span,
h5 span,
h6 span {
    font-weight: 300;
    line-height: 1.55;
    margin: 0 0 .8em;
}

/* line 364, ../sass/cospo/_basic.scss */
input[type='checkbox'],
input[type='radio'] {
    display: none;
}

/* line 369, ../sass/cospo/_basic.scss */
a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease, color .2s ease;
    transition: opacity 0.2s ease, color .2s ease;
    opacity: .8;
    -webkit-transform: translate3d(0, 0, 0);
}

/* line 374, ../sass/cospo/_basic.scss */
a:hover {
    opacity: 1;
    text-decoration: none;
}

/* line 378, ../sass/cospo/_basic.scss */
a:focus {
    text-decoration: none;
    outline: none;
}

/* line 383, ../sass/cospo/_basic.scss */
a:visited {
    text-decoration: none;
}

/* line 388, ../sass/cospo/_basic.scss */
label {
    /*font-size: 18px;*/
    font-size: 1.285em;
    font-weight: 300;
    line-height: 1.55;
    position: relative;
    float: left;
    margin-right: 1em;
    margin-left: 1.66em;
    margin-bottom: 1.2em;
    /*margin-left: 30px;*/
    cursor: pointer;
}

/* FORM*/
/* line 403, ../sass/cospo/_basic.scss */
form {
    overflow: hidden;
}

/* line 407, ../sass/cospo/_basic.scss */
form [type="submit"] {
    margin-top: 36px;
}

/* line 412, ../sass/cospo/_basic.scss */
form.log-in-form [type="submit"] {
    margin-top: 0;
}

/* line 418, ../sass/cospo/_basic.scss */
input[type='checkbox'] + label:before {
    position: absolute;
    top: 1px;
    top: calc(50% - 11px);
    left: -30px;
    display: block;
    width: 22px;
    height: 22px;
    content: ' ';
    border-radius: 22px;
    background-image: url("../img/ico/checked-transparent.svg");
    background-repeat: no-repeat;
    background-position: 4px 6px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/* line 435, ../sass/cospo/_basic.scss */
input[type='radio'] + label:before {
    position: absolute;
    top: calc(50% - 11px);
    left: -30px;
    display: block;
    width: 22px;
    height: 22px;
    content: ' ';
    border-radius: 22px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/* line 448, ../sass/cospo/_basic.scss */
input[type='radio'] + label:after {
    position: absolute;
    top: calc(50% - 7px);
    left: -26px;
    display: block;
    width: 14px;
    height: 14px;
    content: ' ';
    border-radius: 14px;
    background: transparent;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/* line 461, ../sass/cospo/_basic.scss */
input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
    opacity: .5;
    cursor: not-allowed;
}

/* line 467, ../sass/cospo/_basic.scss */
table {
    width: 100%;
    margin: 0 0 2.28rem;
}

/* line 471, ../sass/cospo/_basic.scss */
table td {
    text-align: center;
}

/* line 474, ../sass/cospo/_basic.scss */
table td:last-child {
    border-right: 0;
}

/* line 480, ../sass/cospo/_basic.scss */
table thead td,
table th {
    font-family: 'Dosis', sans-serif;
    font-size: 1.57em;
    font-weight: 400;
    padding: .82em .41em;
}

/* line 490, ../sass/cospo/_basic.scss */
table tbody td,
table tbody th {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: .74rem .74rem .72rem;
    vertical-align: center;
}

/* Adds scroll if table bigger than viewport */
/* line 500, ../sass/cospo/_basic.scss */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* line 506, ../sass/cospo/_basic.scss */
p + .video-player, h1 span + .video-player,
h2 span + .video-player,
h3 span + .video-player,
.cospo-comment .author-name span + .video-player,
h4 span + .video-player,
h5 span + .video-player,
h6 span + .video-player {
    margin-top: 2em;
}

/* line 510, ../sass/cospo/_basic.scss */
textarea {
    line-height: 1.55;
    /*min-height: 6.5em;*/
}

/* line 514, ../sass/cospo/_basic.scss */
textarea.single-line {
    height: 2.71rem;
    min-height: 2.71rem;
    line-height: 1em;
    padding-top: .46rem;
}

/* line 521, ../sass/cospo/_basic.scss */
textarea::-webkit-input-placeholder {
    padding-bottom: .5em;
}

/* line 526, ../sass/cospo/_basic.scss */
input[type='email'],
input[type='password'],
input[type='text'],
textarea {
    font-weight: 300;
    width: 100%;
    resize: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: 0;
    background: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

select {
    width: 100%;
    line-height: 1.5;
    background-color: transparent;
    padding: 15px 0;
    font-size: inherit;
    border: 0;
    border-bottom: 1px solid;
    outline: none;
}

select option {
    font-size: inherit;
    line-height: 1.5;
    background-color: black;
    padding: 15px 0;
    margin: 10px 0;
}

/* line 545, ../sass/cospo/_basic.scss */
.sod_select,
input[type='email'],
input[type='text'] {
    margin-right: 1.75em;
    margin-bottom: 2.1em;
}

/* line 550, ../sass/cospo/_basic.scss */
.sod_select:last-child,
input[type='email']:last-child,
input[type='text']:last-child {
    margin-right: 0;
}

/* Internet Explorer 9 & 10 hack */
@media screen and (min-width: 0\0
) {
    /* line 557, ../sass/cospo/_basic.scss */
    input[type="email"],
    input[type="text"],
    textarea {
        line-height: 1.05em !important;
    }

    /* line 563, ../sass/cospo/_basic.scss */
    input[type="email"],
    input[type="text"] {
        padding-top: .05em !important;
    }
}

/* End */
/* line 569, ../sass/cospo/_basic.scss */
input[type='email'],
input[type='password'],
input[type='text'],
textarea {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

/* line 576, ../sass/cospo/_basic.scss */
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1em;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 583, ../sass/cospo/_basic.scss */
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='text']::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1em;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 590, ../sass/cospo/_basic.scss */
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /*font-size: 1.357em;*/
    font-size: 1.357rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 598, ../sass/cospo/_basic.scss */
input[type='email'].error,
input[type='password'].error,
input[type='text'].error,
textarea.error {
    border-bottom: 1px #fc6968 solid !important;
}

/* line 601, ../sass/cospo/_basic.scss */
input[type='email'].error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
input[type='text'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #fc6968 !important;
}

/* line 605, ../sass/cospo/_basic.scss */
input[type='email'].error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
input[type='text'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: #fc6968 !important;
}

/* line 609, ../sass/cospo/_basic.scss */
input[type='email'].error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder,
input[type='text'].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #fc6968 !important;
}

/* line 616, ../sass/cospo/_basic.scss */
input[type='radio'] {
    width: 22px;
    height: 22px;
}

/* line 621, ../sass/cospo/_basic.scss */
input[type='email'], input[type='password'], input[type='text'] {
    line-height: 1em;
    height: 2.21em;
}

/* line 627, ../sass/cospo/_basic.scss */
input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder {
    padding-top: .14em;
}

/* line 633, ../sass/cospo/_basic.scss */
blockquote {
    font-size: 1.357em;
    line-height: 1.3em;
    position: relative;
    margin: 2.4rem 0;
    padding: 0 0 0 2.47em;
    border: 0;
}

/* line 642, ../sass/cospo/_basic.scss */
blockquote cite {
    font-family: 'Lato', sans-serif;
    font-size: .94em;
    font-weight: 300;
    font-style: normal;
    display: block;
    padding-top: .8em;
    opacity: .45;
}

/* line 651, ../sass/cospo/_basic.scss */
blockquote cite:before {
    content: '\2014\00a0';
}

/* line 656, ../sass/cospo/_basic.scss */
blockquote:before {
    position: absolute;
    top: .3em;
    left: 0;
    display: block;
    /*width: 30px;
      height: 21px;*/
    width: 1.428em;
    height: 1em;
    content: ' ';
    background-size: 100% 100% !important;
}

/* line 671, ../sass/cospo/_basic.scss */
span.divider {
    display: block;
    width: 100%;
    height: 4.142rem;
    margin: 0 0 1.5rem;
    padding: 0;
    border-right: 2px rgba(194, 194, 194, 0.17) solid;
    border-left: 2px rgba(194, 194, 194, 0.17) solid;
}

/* Hover on image*/
/* line 683, ../sass/cospo/_basic.scss */
.img-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* line 688, ../sass/cospo/_basic.scss */
.img-hover span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    position: absolute;
    right: 16px;
    bottom: 12px;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 700, ../sass/cospo/_basic.scss */
.img-hover:hover span {
    opacity: 1;
}

/* line 704, ../sass/cospo/_basic.scss */
.img-hover:hover:before {
    opacity: .6;
}

/* line 709, ../sass/cospo/_basic.scss */
.img-hover:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: ' ';
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    background: #000;
}

/* Body dark style*/
/* **********************************/
/* line 726, ../sass/cospo/_basic.scss */
body.dark {
    color: rgba(255, 255, 255, 0.9);
    background-color: #373737;
}

/* line 730, ../sass/cospo/_basic.scss */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark .cospo-comment .author-name,
.cospo-comment body.dark .author-name,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: white;
}

/* line 739, ../sass/cospo/_basic.scss */
body.dark a {
    color: #cacaca;
    border-color: #cacaca;
}

/* line 743, ../sass/cospo/_basic.scss */
body.dark a:hover {
    opacity: 1;
}

/* line 755, ../sass/cospo/_basic.scss */
body.dark a.button {
    border: 0;
    color: white;
}

/* line 758, ../sass/cospo/_basic.scss */
body.dark a.button:hover {
    color: rgba(55, 55, 55, 0.9);
}

/* line 767, ../sass/cospo/_basic.scss */
body.dark blockquote:before {
    background: url("../img/ico/dark/quote.svg") center center no-repeat;
}

/* line 771, ../sass/cospo/_basic.scss */
body.dark blockquote cite {
    color: rgba(255, 255, 255, 0.45);
}

/* line 781, ../sass/cospo/_basic.scss */
body.dark input[type='email']::-webkit-input-placeholder,
body.dark input[type='password']::-webkit-input-placeholder,
body.dark input[type='text']::-webkit-input-placeholder,
body.dark textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* line 785, ../sass/cospo/_basic.scss */
body.dark input[type='email']::-moz-placeholder,
body.dark input[type='password']::-moz-placeholder,
body.dark input[type='text']::-moz-placeholder,
body.dark textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* line 789, ../sass/cospo/_basic.scss */
body.dark input[type='email']:-ms-input-placeholder,
body.dark input[type='password']:-ms-input-placeholder,
body.dark input[type='text']:-ms-input-placeholder,
body.dark textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* line 794, ../sass/cospo/_basic.scss */
body.dark ul > li:before {
    background-image: url("../img/ico/dark/checked.svg");
}

/* line 798, ../sass/cospo/_basic.scss */
body.dark figcaption,
body.dark table td {
    color: #fff;
}

/* line 803, ../sass/cospo/_basic.scss */
body.dark input[type='checkbox'] + label:before {
    background-color: rgba(255, 255, 255, 0.9);
}

/* line 807, ../sass/cospo/_basic.scss */
body.dark input[type='checkbox']:checked + label:before {
    background-image: url("../img/ico/light/checked.svg");
}

/* line 811, ../sass/cospo/_basic.scss */
body.dark input[type='radio'] + label:before {
    border: 2px rgba(255, 255, 255, 0.9) solid;
}

/* line 815, ../sass/cospo/_basic.scss */
body.dark input[type='radio']:checked + label:after {
    background: rgba(255, 255, 255, 0.9);
}

/* line 819, ../sass/cospo/_basic.scss */
body.dark input[type='email'],
body.dark input[type='password'],
body.dark input[type='text'],
body.dark textarea {
    border-bottom: rgba(255, 255, 255, 0.45) 1px solid;
}

/* line 825, ../sass/cospo/_basic.scss */
body.dark input[type='email']:focus,
body.dark input[type='password']:focus,
body.dark input[type='text']:focus,
body.dark textarea:focus {
    border-bottom: white 1px solid;
}

/* line 830, ../sass/cospo/_basic.scss */
body.dark table {
    border: 2px rgba(255, 255, 255, 0.9) solid;
}

/* line 833, ../sass/cospo/_basic.scss */
body.dark table td,
body.dark table th {
    border-right: 1px #d7d7d7 solid;
}

/* line 838, ../sass/cospo/_basic.scss */
body.dark table thead {
    border-bottom: 2px rgba(255, 255, 255, 0.9) solid;
}

/* line 843, ../sass/cospo/_basic.scss */
body.dark table tbody td,
body.dark table tbody th {
    border-bottom: 1px #d7d7d7 solid;
}

/* line 852, ../sass/cospo/_basic.scss */
.dark > h1, .dark > h2, .dark > h3, .cospo-comment .dark > .author-name, .dark > h4, .dark > h5, .dark > h6 {
    color: white !important;
}

/* Body's default style is light*/
/* **************************************/
/* line 863, ../sass/cospo/_basic.scss */
body.light {
    color: rgba(55, 55, 55, 0.9);
}

/* line 868, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) h1,
body:not(.light):not(.dark) h2,
body:not(.light):not(.dark) h3,
body:not(.light):not(.dark) .cospo-comment .author-name,
.cospo-comment body:not(.light):not(.dark) .author-name,
body:not(.light):not(.dark) h4,
body:not(.light):not(.dark) h5,
body:not(.light):not(.dark) h6,
body.light h1,
body.light h2,
body.light h3,
body.light .cospo-comment .author-name,
.cospo-comment body.light .author-name,
body.light h4,
body.light h5,
body.light h6 {
    color: #373737;
}

/* line 877, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) a,
body.light a {
    color: #565656;
    border-color: #565656;
}

/* line 881, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) a:hover,
body.light a:hover {
    opacity: 1;
}

/* line 897, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) blockquote:before,
body.light blockquote:before {
    background: url("../img/ico/light/quote.svg") center center no-repeat;
}

/* line 901, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) blockquote cite,
body.light blockquote cite {
    color: rgba(0, 0, 0, 0.45);
}

/* line 910, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='email']::-webkit-input-placeholder,
body:not(.light):not(.dark) input[type='password']::-webkit-input-placeholder,
body:not(.light):not(.dark) input[type='text']::-webkit-input-placeholder,
body:not(.light):not(.dark) textarea::-webkit-input-placeholder,
body.light input[type='email']::-webkit-input-placeholder,
body.light input[type='password']::-webkit-input-placeholder,
body.light input[type='text']::-webkit-input-placeholder,
body.light textarea::-webkit-input-placeholder {
    color: rgba(55, 55, 55, 0.5);
}

/* line 914, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='email']::-moz-placeholder,
body:not(.light):not(.dark) input[type='password']::-moz-placeholder,
body:not(.light):not(.dark) input[type='text']::-moz-placeholder,
body:not(.light):not(.dark) textarea::-moz-placeholder,
body.light input[type='email']::-moz-placeholder,
body.light input[type='password']::-moz-placeholder,
body.light input[type='text']::-moz-placeholder,
body.light textarea::-moz-placeholder {
    color: rgba(55, 55, 55, 0.5);
}

/* line 918, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='email']:-ms-input-placeholder,
body:not(.light):not(.dark) input[type='password']:-ms-input-placeholder,
body:not(.light):not(.dark) input[type='text']:-ms-input-placeholder,
body:not(.light):not(.dark) textarea:-ms-input-placeholder,
body.light input[type='email']:-ms-input-placeholder,
body.light input[type='password']:-ms-input-placeholder,
body.light input[type='text']:-ms-input-placeholder,
body.light textarea:-ms-input-placeholder {
    color: rgba(55, 55, 55, 0.5);
}

/* line 923, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) ul > li:before,
body.light ul > li:before {
    background-image: url("../img/ico/light/checked.svg");
}

/* line 927, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) figcaption,
body.light figcaption {
    color: rgba(55, 55, 55, 0.9);
}

/* line 931, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) label,
body.light label {
    color: rgba(55, 55, 55, 0.9);
}

/* line 935, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='checkbox'] + label:before,
body.light input[type='checkbox'] + label:before {
    background-color: rgba(55, 55, 55, 0.9);
}

/* line 939, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='checkbox']:checked + label:before,
body.light input[type='checkbox']:checked + label:before {
    background-image: url("../img/ico/dark/checked.svg");
}

/* line 943, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='radio'] + label:before,
body.light input[type='radio'] + label:before {
    border: 2px rgba(55, 55, 55, 0.9) solid;
}

/* line 947, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='radio']:checked + label:after,
body.light input[type='radio']:checked + label:after {
    background: rgba(55, 55, 55, 0.9);
}

/* line 951, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='email'],
body:not(.light):not(.dark) input[type='password'],
body:not(.light):not(.dark) input[type='text'],
body:not(.light):not(.dark) textarea,
body.light input[type='email'],
body.light input[type='password'],
body.light input[type='text'],
body.light textarea {
    border-bottom: rgba(57, 57, 57, 0.45) 1px solid;
}

/* line 957, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) input[type='email']:focus,
body:not(.light):not(.dark) input[type='password']:focus,
body:not(.light):not(.dark) input[type='text']:focus,
body:not(.light):not(.dark) textarea:focus,
body.light input[type='email']:focus,
body.light input[type='password']:focus,
body.light input[type='text']:focus,
body.light textarea:focus {
    border-bottom: #393939 1px solid;
}

/* line 962, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) table td,
body.light table td {
    color: rgba(55, 55, 55, 0.9);
}

/* line 966, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) table,
body.light table {
    border: 2px rgba(55, 55, 55, 0.9) solid;
}

/* line 969, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) table td,
body:not(.light):not(.dark) table th,
body.light table td,
body.light table th {
    border-right: 1px #d7d7d7 solid;
}

/* line 974, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) table thead,
body.light table thead {
    border-bottom: 2px rgba(55, 55, 55, 0.9) solid;
}

/* line 979, ../sass/cospo/_basic.scss */
body:not(.light):not(.dark) table tbody td,
body:not(.light):not(.dark) table tbody th,
body.light table tbody td,
body.light table tbody th {
    border-bottom: 1px #d7d7d7 solid;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    /* line 989, ../sass/cospo/_basic.scss */
    h1 {
        font-size: 3.14rem;
    }

    /* line 993, ../sass/cospo/_basic.scss */
    h2 {
        font-size: 2.42rem;
    }

    /* line 997, ../sass/cospo/_basic.scss */
    h3, .cospo-comment .author-name {
        font-size: 1.71rem;
    }

    /* line 1001, ../sass/cospo/_basic.scss */
    h4 {
        font-size: 1.42rem;
    }

    /* line 1005, ../sass/cospo/_basic.scss */
    h5 {
        font-size: 1.14rem;
    }

    /* line 1009, ../sass/cospo/_basic.scss */
    h6 {
        font-size: 1rem;
    }

    /* line 1013, ../sass/cospo/_basic.scss */
    figure {
        width: 100%;
    }

    /* line 1016, ../sass/cospo/_basic.scss */
    figure img {
        width: auto;
        min-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1024, ../sass/cospo/_basic.scss */
    h1 {
        font-size: 4rem;
    }

    /* line 1028, ../sass/cospo/_basic.scss */
    h2 {
        font-size: 3.42rem;
    }

    /* line 1032, ../sass/cospo/_basic.scss */
    h3, .cospo-comment .author-name {
        font-size: 2.35rem;
    }

    /* line 1036, ../sass/cospo/_basic.scss */
    h4 {
        font-size: 1.85rem;
    }

    /* line 1040, ../sass/cospo/_basic.scss */
    h5 {
        font-size: 1.57rem;
    }

    /* line 1044, ../sass/cospo/_basic.scss */
    h6 {
        font-size: 1.28rem;
    }
}

@media (max-width: 991px) {
    /* line 1049, ../sass/cospo/_basic.scss */
    a,
    input[type='email'],
    input[type='password'],
    input[type='text'],
    ol li,
    p,
    h1 span,
    h2 span,
    h3 span,
    .cospo-comment .author-name span,
    h4 span,
    h5 span,
    h6 span,
    table tbody td,
    ul li {
        font-size: 1.285rem;
    }

    /* line 1060, ../sass/cospo/_basic.scss */
    p + div > .gallery:first-child, h1 span + div > .gallery:first-child,
    h2 span + div > .gallery:first-child,
    h3 span + div > .gallery:first-child,
    .cospo-comment .author-name span + div > .gallery:first-child,
    h4 span + div > .gallery:first-child,
    h5 span + div > .gallery:first-child,
    h6 span + div > .gallery:first-child {
        margin-top: 1.25em;
    }
}

@media (min-width: 992px) {
    /* line 1065, ../sass/cospo/_basic.scss */
    div > h1:first-child,
    div > h2:first-child,
    div > h3:first-child,
    .cospo-comment div > .author-name:first-child,
    div > h4:first-child,
    div > h5:first-child,
    div > h6:first-child {
        margin-top: 0;
    }

    /* line 1074, ../sass/cospo/_basic.scss */
    p + div > .gallery:first-child, h1 span + div > .gallery:first-child,
    h2 span + div > .gallery:first-child,
    h3 span + div > .gallery:first-child,
    .cospo-comment .author-name span + div > .gallery:first-child,
    h4 span + div > .gallery:first-child,
    h5 span + div > .gallery:first-child,
    h6 span + div > .gallery:first-child {
        margin-top: 1.75em;
    }
}

/* line 1079, ../sass/cospo/_basic.scss */
.body-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* auto width/height */
/* line 1158, ../sass/cospo/_basic.scss */
.auto {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

/* line 1165, ../sass/cospo/_basic.scss */
.auto-width {
    width: auto;
    height: 100%;
}

/* line 1170, ../sass/cospo/_basic.scss */
.auto-height {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    /* line 1175, ../sass/cospo/_basic.scss */
    img.auto-width {
        width: 100%;
        height: auto;
    }
}

/* position absolute */
/* line 1181, ../sass/cospo/_basic.scss */
.absolute {
    position: absolute;
}

/* line 1184, ../sass/cospo/_basic.scss */
.absolute-right {
    right: 0;
}

/* line 1188, ../sass/cospo/_basic.scss */
.absolute-bot {
    bottom: 0;
}

/* line 1192, ../sass/cospo/_basic.scss */
.absolute-top {
    top: 0;
}

/* line 1196, ../sass/cospo/_basic.scss */
.absolute-left {
    left: 0;
}

/* clear - left/right/both */
/* line 1201, ../sass/cospo/_basic.scss */
.clear {
    clear: both;
}

/* line 1204, ../sass/cospo/_basic.scss */
.clear-left {
    clear: left;
}

/* line 1208, ../sass/cospo/_basic.scss */
.clear-right {
    clear: right;
}

/* line bottom*/
@media (max-width: 991px) {
    /* line 1215, ../sass/cospo/_basic.scss */
    .line-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    }
}

/* line 1221, ../sass/cospo/_basic.scss */
.line-top {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 1228, ../sass/cospo/_basic.scss */
.light .line-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 1232, ../sass/cospo/_basic.scss */
.light .line-top {
    border-top: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 1238, ../sass/cospo/_basic.scss */
.left {
    float: left;
}

/* line 1242, ../sass/cospo/_basic.scss */
.right {
    float: right;
}

/* BUTTONS*/
/* line 1247, ../sass/cospo/_basic.scss */
button,
.button,
.tagcloud a,
.wpcf7 input[type="submit"],
.post-password-form input[type="submit"],
.page-numbers {
    position: relative;
    display: inline-block;
    background-color: transparent;
    outline: none;
    border: 0;
    overflow: hidden;
    border-radius: 1.571em;
    z-index: 1;
    padding: 13px 3.14em;
    font-size: 1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1.2em;
    margin-top: 1.2em;
    margin-right: 2em;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

/* line 1274, ../sass/cospo/_basic.scss */
button:hover,
.button:hover,
.wpcf7 input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.page-numbers:hover {
    color: rgba(55, 55, 55, 0.9);
    /* color;*/
}

/* line 1276, ../sass/cospo/_basic.scss */
button:hover:after,
.button:hover:after,
.tagcloud a:after,
.wpcf7 input[type="submit"]:hover:after,
.post-password-form input[type="submit"]:hover:after,
.page-numbers:hover:after {
    width: 100%;
}

/* line 1284, ../sass/cospo/_basic.scss */
button[class^="socicon-"], button[class*=" socicon-"],
.button[class^="socicon-"],
.button[class*=" socicon-"],
.wpcf7 input[type="submit"][class^="socicon-"],
.wpcf7 input[type="submit"][class*=" socicon-"],
.post-password-form input[type="submit"][class^="socicon-"],
.post-password-form input[type="submit"][class*=" socicon-"],
.page-numbers[class^="socicon-"],
.page-numbers[class*=" socicon-"] {
    padding-left: 4.1em;
    padding-right: 2.7em;
    /* if social wothout text*/
}

/* line 1289, ../sass/cospo/_basic.scss */
button[class^="socicon-"]:before, button[class*=" socicon-"]:before,
.button[class^="socicon-"]:before,
.button[class*=" socicon-"]:before,
.wpcf7 input[type="submit"][class^="socicon-"]:before,
.wpcf7 input[type="submit"][class*=" socicon-"]:before,
.post-password-form input[type="submit"][class^="socicon-"]:before,
.post-password-form input[type="submit"][class*=" socicon-"]:before,
.page-numbers[class^="socicon-"]:before,
.page-numbers[class*=" socicon-"]:before {
    padding-left: 28px;
    padding-right: 0;
    padding-top: 17px;
    font-size: 1.15em;
    line-height: 0;
}

/* line 1297, ../sass/cospo/_basic.scss */
button[class^="socicon-"]:empty, button[class*=" socicon-"]:empty,
.button[class^="socicon-"]:empty,
.button[class*=" socicon-"]:empty,
.wpcf7 input[type="submit"][class^="socicon-"]:empty,
.wpcf7 input[type="submit"][class*=" socicon-"]:empty,
.post-password-form input[type="submit"][class^="socicon-"]:empty,
.post-password-form input[type="submit"][class*=" socicon-"]:empty,
.page-numbers[class^="socicon-"]:empty,
.page-numbers[class*=" socicon-"]:empty {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
}

/* line 1303, ../sass/cospo/_basic.scss */
button[class^="socicon-"]:empty:before, button[class*=" socicon-"]:empty:before,
.button[class^="socicon-"]:empty:before,
.button[class*=" socicon-"]:empty:before,
.wpcf7 input[type="submit"][class^="socicon-"]:empty:before,
.wpcf7 input[type="submit"][class*=" socicon-"]:empty:before,
.post-password-form input[type="submit"][class^="socicon-"]:empty:before,
.post-password-form input[type="submit"][class*=" socicon-"]:empty:before,
.page-numbers[class^="socicon-"]:empty:before,
.page-numbers[class*=" socicon-"]:empty:before {
    line-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    text-align: center;
}

/* line 1313, ../sass/cospo/_basic.scss */
button:before,
.button:before,
.tagcloud a:before,
.wpcf7 input[type="submit"]:before,
.post-password-form input[type="submit"]:before,
.page-numbers:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: inherit;
    padding: inherit;
    text-align: left;
    line-height: inherit;
}

.tagcloud a {
    margin-right: 10px;
    margin-top: 10px;
}

.tagcloud a:before {
    padding-top: 0;
    padding-bottom: 0;
}

.tagcloud a:hover {
    color: black;
}

.tagcloud a:hover:after {
    width: 100%;
}

/* line 1331, ../sass/cospo/_basic.scss */
button:after,
.button:after,
.tagcloud a:after,
.wpcf7 input[type="submit"]:after,
.post-password-form input[type="submit"]:after,
.page-numbers:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    -webkit-transition: opacity 0.3s, width .3s;
    transition: opacity 0.3s, width .3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

/* line 1361, ../sass/cospo/_basic.scss */
.wpcf7 input[type="submit"],
.post-password-form input[type="submit"] {
    border: 2px solid #fff;
    margin-top: 0;
}

/* line 1366, ../sass/cospo/_basic.scss */
.wpcf7 input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
    background-color: #fff;
}

/* line 1372, ../sass/cospo/_basic.scss */
.light .wpcf7 input[type="submit"],
.light .post-password-form input[type="submit"] {
    border: 2px solid #373737;
}

/* line 1376, ../sass/cospo/_basic.scss */
.light .wpcf7 input[type="submit"]:hover,
.light .post-password-form input[type="submit"]:hover {
    background-color: #373737;
    color: white;
}

/* block with social links*/
/* line 1384, ../sass/cospo/_basic.scss */
.social-link {
    margin: 0 -9px;
}

/* line 1387, ../sass/cospo/_basic.scss */
.social-link button,
.social-link .button {
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
}

/* line 1396, ../sass/cospo/_basic.scss */
.social-link button:before,
.social-link .button:before {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* line 1406, ../sass/cospo/_basic.scss */
.light button:hover,
.light .button:hover {
    color: rgba(255, 255, 255, 0.6);
    /* color;*/
}

/* line 1409, ../sass/cospo/_basic.scss */
.light button:before,
.light .button:before {
    border: 2px solid #373737;
    /* color*/
}

/* line 1412, ../sass/cospo/_basic.scss */
.light button:after,
.light .button:after {
    background: #373737;
    /* color*/
}

/* social*/
/* socicon */
@font-face {
    font-family: "socicon";
    src: url("../fonts/1457133584.eot");
    src: url("../fonts/1457133584.eot?#iefix") format("embedded-opentype"), url("../fonts/1457133584.woff") format("woff"), url("../fonts/1457133584.ttf") format("truetype"), url("../fonts/1457133584.svg#1457133584") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 1433, ../sass/cospo/_basic.scss */
[data-icon]:before {
    font-family: "socicon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 1446, ../sass/cospo/_basic.scss */
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 1459, ../sass/cospo/_basic.scss */
.socicon-modelmayhem:before {
    content: "\e000";
}

/* line 1462, ../sass/cospo/_basic.scss */
.socicon-mixcloud:before {
    content: "\e001";
}

/* line 1465, ../sass/cospo/_basic.scss */
.socicon-drupal:before {
    content: "\e002";
}

/* line 1468, ../sass/cospo/_basic.scss */
.socicon-swarm:before {
    content: "\e003";
}

/* line 1471, ../sass/cospo/_basic.scss */
.socicon-istock:before {
    content: "\e004";
}

/* line 1474, ../sass/cospo/_basic.scss */
.socicon-yammer:before {
    content: "\e005";
}

/* line 1477, ../sass/cospo/_basic.scss */
.socicon-ello:before {
    content: "\e006";
}

/* line 1480, ../sass/cospo/_basic.scss */
.socicon-stackoverflow:before {
    content: "\e007";
}

/* line 1483, ../sass/cospo/_basic.scss */
.socicon-persona:before {
    content: "\e008";
}

/* line 1486, ../sass/cospo/_basic.scss */
.socicon-triplej:before {
    content: "\e009";
}

/* line 1489, ../sass/cospo/_basic.scss */
.socicon-houzz:before {
    content: "\e00a";
}

/* line 1492, ../sass/cospo/_basic.scss */
.socicon-rss:before {
    content: "\e00b";
}

/* line 1495, ../sass/cospo/_basic.scss */
.socicon-paypal:before {
    content: "\e00c";
}

/* line 1498, ../sass/cospo/_basic.scss */
.socicon-odnoklassniki:before {
    content: "\e00d";
}

/* line 1501, ../sass/cospo/_basic.scss */
.socicon-airbnb:before {
    content: "\e00e";
}

/* line 1504, ../sass/cospo/_basic.scss */
.socicon-periscope:before {
    content: "\e00f";
}

/* line 1507, ../sass/cospo/_basic.scss */
.socicon-outlook:before {
    content: "\e010";
}

/* line 1510, ../sass/cospo/_basic.scss */
.socicon-coderwall:before {
    content: "\e011";
}

/* line 1513, ../sass/cospo/_basic.scss */
.socicon-tripadvisor:before {
    content: "\e012";
}

/* line 1516, ../sass/cospo/_basic.scss */
.socicon-appnet:before {
    content: "\e013";
}

/* line 1519, ../sass/cospo/_basic.scss */
.socicon-goodreads:before {
    content: "\e014";
}

/* line 1522, ../sass/cospo/_basic.scss */
.socicon-tripit:before {
    content: "\e015";
}

/* line 1525, ../sass/cospo/_basic.scss */
.socicon-lanyrd:before {
    content: "\e016";
}

/* line 1528, ../sass/cospo/_basic.scss */
.socicon-slideshare:before {
    content: "\e017";
}

/* line 1531, ../sass/cospo/_basic.scss */
.socicon-buffer:before {
    content: "\e018";
}

/* line 1534, ../sass/cospo/_basic.scss */
.socicon-disqus:before {
    content: "\e019";
}

/* line 1537, ../sass/cospo/_basic.scss */
.socicon-vkontakte:before {
    content: "\e01a";
}

/* line 1540, ../sass/cospo/_basic.scss */
.socicon-whatsapp:before {
    content: "\e01b";
}

/* line 1543, ../sass/cospo/_basic.scss */
.socicon-patreon:before {
    content: "\e01c";
}

/* line 1546, ../sass/cospo/_basic.scss */
.socicon-storehouse:before {
    content: "\e01d";
}

/* line 1549, ../sass/cospo/_basic.scss */
.socicon-pocket:before {
    content: "\e01e";
}

/* line 1552, ../sass/cospo/_basic.scss */
.socicon-mail:before {
    content: "\e01f";
}

/* line 1555, ../sass/cospo/_basic.scss */
.socicon-blogger:before {
    content: "\e020";
}

/* line 1558, ../sass/cospo/_basic.scss */
.socicon-technorati:before {
    content: "\e021";
}

/* line 1561, ../sass/cospo/_basic.scss */
.socicon-reddit:before {
    content: "\e022";
}

/* line 1564, ../sass/cospo/_basic.scss */
.socicon-dribbble:before {
    content: "\e023";
}

/* line 1567, ../sass/cospo/_basic.scss */
.socicon-stumbleupon:before {
    content: "\e024";
}

/* line 1570, ../sass/cospo/_basic.scss */
.socicon-digg:before {
    content: "\e025";
}

/* line 1573, ../sass/cospo/_basic.scss */
.socicon-envato:before {
    content: "\e026";
}

/* line 1576, ../sass/cospo/_basic.scss */
.socicon-behance:before {
    content: "\e027";
}

/* line 1579, ../sass/cospo/_basic.scss */
.socicon-delicious:before {
    content: "\e028";
}

/* line 1582, ../sass/cospo/_basic.scss */
.socicon-deviantart:before {
    content: "\e029";
}

/* line 1585, ../sass/cospo/_basic.scss */
.socicon-forrst:before {
    content: "\e02a";
}

/* line 1588, ../sass/cospo/_basic.scss */
.socicon-play:before {
    content: "\e02b";
}

/* line 1591, ../sass/cospo/_basic.scss */
.socicon-zerply:before {
    content: "\e02c";
}

/* line 1594, ../sass/cospo/_basic.scss */
.socicon-wikipedia:before {
    content: "\e02d";
}

/* line 1597, ../sass/cospo/_basic.scss */
.socicon-apple:before {
    content: "\e02e";
}

/* line 1600, ../sass/cospo/_basic.scss */
.socicon-flattr:before {
    content: "\e02f";
}

/* line 1603, ../sass/cospo/_basic.scss */
.socicon-github:before {
    content: "\e030";
}

/* line 1606, ../sass/cospo/_basic.scss */
.socicon-renren:before {
    content: "\e031";
}

/* line 1609, ../sass/cospo/_basic.scss */
.socicon-friendfeed:before {
    content: "\e032";
}

/* line 1612, ../sass/cospo/_basic.scss */
.socicon-newsvine:before {
    content: "\e033";
}

/* line 1615, ../sass/cospo/_basic.scss */
.socicon-identica:before {
    content: "\e034";
}

/* line 1618, ../sass/cospo/_basic.scss */
.socicon-bebo:before {
    content: "\e035";
}

/* line 1621, ../sass/cospo/_basic.scss */
.socicon-zynga:before {
    content: "\e036";
}

/* line 1624, ../sass/cospo/_basic.scss */
.socicon-steam:before {
    content: "\e037";
}

/* line 1627, ../sass/cospo/_basic.scss */
.socicon-xbox:before {
    content: "\e038";
}

/* line 1630, ../sass/cospo/_basic.scss */
.socicon-windows:before {
    content: "\e039";
}

/* line 1633, ../sass/cospo/_basic.scss */
.socicon-qq:before {
    content: "\e03a";
}

/* line 1636, ../sass/cospo/_basic.scss */
.socicon-douban:before {
    content: "\e03b";
}

/* line 1639, ../sass/cospo/_basic.scss */
.socicon-meetup:before {
    content: "\e03c";
}

/* line 1642, ../sass/cospo/_basic.scss */
.socicon-playstation:before {
    content: "\e03d";
}

/* line 1645, ../sass/cospo/_basic.scss */
.socicon-android:before {
    content: "\e03e";
}

/* line 1648, ../sass/cospo/_basic.scss */
.socicon-snapchat:before {
    content: "\e03f";
}

/* line 1651, ../sass/cospo/_basic.scss */
.socicon-twitter:before {
    content: "\e040";
}

/* line 1654, ../sass/cospo/_basic.scss */
.socicon-facebook:before {
    content: "\e041";
}

/* line 1657, ../sass/cospo/_basic.scss */
.socicon-googleplus:before {
    content: "\e042";
}

/* line 1660, ../sass/cospo/_basic.scss */
.socicon-pinterest:before {
    content: "\e043";
}

/* line 1663, ../sass/cospo/_basic.scss */
.socicon-foursquare:before {
    content: "\e044";
}

/* line 1666, ../sass/cospo/_basic.scss */
.socicon-yahoo:before {
    content: "\e045";
}

/* line 1669, ../sass/cospo/_basic.scss */
.socicon-skype:before {
    content: "\e046";
}

/* line 1672, ../sass/cospo/_basic.scss */
.socicon-yelp:before {
    content: "\e047";
}

/* line 1675, ../sass/cospo/_basic.scss */
.socicon-feedburner:before {
    content: "\e048";
}

/* line 1678, ../sass/cospo/_basic.scss */
.socicon-linkedin:before {
    content: "\e049";
}

/* line 1681, ../sass/cospo/_basic.scss */
.socicon-viadeo:before {
    content: "\e04a";
}

/* line 1684, ../sass/cospo/_basic.scss */
.socicon-xing:before {
    content: "\e04b";
}

/* line 1687, ../sass/cospo/_basic.scss */
.socicon-myspace:before {
    content: "\e04c";
}

/* line 1690, ../sass/cospo/_basic.scss */
.socicon-soundcloud:before {
    content: "\e04d";
}

/* line 1693, ../sass/cospo/_basic.scss */
.socicon-spotify:before {
    content: "\e04e";
}

/* line 1696, ../sass/cospo/_basic.scss */
.socicon-grooveshark:before {
    content: "\e04f";
}

/* line 1699, ../sass/cospo/_basic.scss */
.socicon-lastfm:before {
    content: "\e050";
}

/* line 1702, ../sass/cospo/_basic.scss */
.socicon-youtube:before {
    content: "\e051";
}

/* line 1705, ../sass/cospo/_basic.scss */
.socicon-vimeo:before {
    content: "\e052";
}

/* line 1708, ../sass/cospo/_basic.scss */
.socicon-dailymotion:before {
    content: "\e053";
}

/* line 1711, ../sass/cospo/_basic.scss */
.socicon-vine:before {
    content: "\e054";
}

/* line 1714, ../sass/cospo/_basic.scss */
.socicon-flickr:before {
    content: "\e055";
}

/* line 1717, ../sass/cospo/_basic.scss */
.socicon-500px:before {
    content: "\e056";
}

/* line 1720, ../sass/cospo/_basic.scss */
.socicon-instagram:before {
    content: "\e057";
}

/* line 1723, ../sass/cospo/_basic.scss */
.socicon-wordpress:before {
    content: "\e058";
}

/* line 1726, ../sass/cospo/_basic.scss */
.socicon-tumblr:before {
    content: "\e059";
}

/* line 1729, ../sass/cospo/_basic.scss */
.socicon-twitch:before {
    content: "\e05a";
}

/* line 1732, ../sass/cospo/_basic.scss */
.socicon-8tracks:before {
    content: "\e05b";
}

/* line 1735, ../sass/cospo/_basic.scss */
.socicon-amazon:before {
    content: "\e05c";
}

/* line 1738, ../sass/cospo/_basic.scss */
.socicon-icq:before {
    content: "\e05d";
}

/* line 1741, ../sass/cospo/_basic.scss */
.socicon-smugmug:before {
    content: "\e05e";
}

/* line 1744, ../sass/cospo/_basic.scss */
.socicon-ravelry:before {
    content: "\e05f";
}

/* line 1747, ../sass/cospo/_basic.scss */
.socicon-weibo:before {
    content: "\e060";
}

/* line 1750, ../sass/cospo/_basic.scss */
.socicon-baidu:before {
    content: "\e061";
}

/* line 1753, ../sass/cospo/_basic.scss */
.socicon-angellist:before {
    content: "\e062";
}

/* line 1756, ../sass/cospo/_basic.scss */
.socicon-ebay:before {
    content: "\e063";
}

/* line 1759, ../sass/cospo/_basic.scss */
.socicon-imdb:before {
    content: "\e064";
}

/* line 1762, ../sass/cospo/_basic.scss */
.socicon-stayfriends:before {
    content: "\e065";
}

/* line 1765, ../sass/cospo/_basic.scss */
.socicon-residentadvisor:before {
    content: "\e066";
}

/* line 1768, ../sass/cospo/_basic.scss */
.socicon-google:before {
    content: "\e067";
}

/* line 1771, ../sass/cospo/_basic.scss */
.socicon-yandex:before {
    content: "\e068";
}

/* line 1774, ../sass/cospo/_basic.scss */
.socicon-sharethis:before {
    content: "\e069";
}

/* line 1777, ../sass/cospo/_basic.scss */
.socicon-bandcamp:before {
    content: "\e06a";
}

/* line 1780, ../sass/cospo/_basic.scss */
.socicon-itunes:before {
    content: "\e06b";
}

/* line 1783, ../sass/cospo/_basic.scss */
.socicon-deezer:before {
    content: "\e06c";
}

/* line 1786, ../sass/cospo/_basic.scss */
.socicon-medium:before {
    content: "\e06d";
}

/* line 1789, ../sass/cospo/_basic.scss */
.socicon-telegram:before {
    content: "\e06e";
}

/* line 1792, ../sass/cospo/_basic.scss */
.socicon-openid:before {
    content: "\e06f";
}

/* line 1795, ../sass/cospo/_basic.scss */
.socicon-amplement:before {
    content: "\e070";
}

/* line 1798, ../sass/cospo/_basic.scss */
.socicon-viber:before {
    content: "\e071";
}

/* line 1801, ../sass/cospo/_basic.scss */
.socicon-zomato:before {
    content: "\e072";
}

/* line 1804, ../sass/cospo/_basic.scss */
.socicon-quora:before {
    content: "\e073";
}

/* line 1807, ../sass/cospo/_basic.scss */
.socicon-draugiem:before {
    content: "\e074";
}

/* line 1810, ../sass/cospo/_basic.scss */
.socicon-endomodo:before {
    content: "\e075";
}

/* line 1813, ../sass/cospo/_basic.scss */
.socicon-filmweb:before {
    content: "\e076";
}

/* line 1816, ../sass/cospo/_basic.scss */
.socicon-stackexchange:before {
    content: "\e077";
}

/* line 1819, ../sass/cospo/_basic.scss */
.socicon-wykop:before {
    content: "\e078";
}

/* Keyframes
----------------------------------------------------------------------*/
@-webkit-keyframes hide-opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

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

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

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

/* Layout
----------------------------------------------------------------------*/
/**
 * Layout styles
 * Mobile first
 */
/**
 * Layout for mobile device
 */
/* line 4, ../sass/cospo/_layout/_320.scss */
body,
html {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: -1;
}

/**
 * Tablet device
 */
@media screen and (min-width: 768px) {
    /* line 5, ../sass/cospo/_layout/_768.scss */
    .row {
        margin-left: -17px;
        margin-right: -17px;
    }

    /* line 10, ../sass/cospo/_layout/_768.scss */
    .container-fluid {
        padding-left: 17px;
        padding-right: 17px;
    }

    /* line 15, ../sass/cospo/_layout/_768.scss */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
        padding-left: 17px;
        padding-right: 17px;
    }
}

/**
 * Style for desktop device
 */
@media screen and (min-width: 992px) {
    /* line 5, ../sass/cospo/_layout/_992.scss */
    body,
    html {
        overflow: hidden;
    }

    /* line 10, ../sass/cospo/_layout/_992.scss */
    main {
        height: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    /* line 17, ../sass/cospo/_layout/_992.scss */
    .container-fluid {
        padding-left: 17px;
        padding-right: 17px;
    }

    /* line 22, ../sass/cospo/_layout/_992.scss */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
        padding-left: 17px;
        padding-right: 17px;
    }
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 51, ../sass/cospo/_layout/_992.scss */
    body {
        position: absolute;
        width: 100%;
    }
}

/**
 * Large device
 */
@media screen and (min-width: 1281px) {
    /* line 5, ../sass/cospo/_layout/_1281.scss */
    .row {
        margin-left: -24px;
        margin-right: -24px;
    }

    /* line 10, ../sass/cospo/_layout/_1281.scss */
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* line 15, ../sass/cospo/_layout/_1281.scss */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Elements
----------------------------------------------------------------------*/
/* Preloader
----------------------------------------------------------------------*/
/* Preloaders */
/* line 2, ../sass/cospo/elements/_preloaders.scss */
.main-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 123456789 !important;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* line 13, ../sass/cospo/elements/_preloaders.scss */
.main-preloader .ball-scale {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 21, ../sass/cospo/elements/_preloaders.scss */
.main-preloader.window-is-loaded {
    opacity: 0;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* line 50, ../sass/cospo/elements/_preloaders.scss */
.ball-scale > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-notransform {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

/* line 89, ../sass/cospo/elements/_preloaders.scss */
.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@-moz-document url-prefix() {
    /* line 104, ../sass/cospo/elements/_preloaders.scss */
    .ball-scale > div {
        animation: ball-scale-notransform 1s 0s ease-in-out infinite;
    }
}

/* Cospo Gallery
----------------------------------------------------------------------*/
/**
 * COSPO GALLERY
 */
/* line 4, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery {
    overflow: hidden;
}

/* line 8, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery figure img {
    width: 100%;
    height: auto;
}

/* line 14, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery ul {
    overflow: hidden;
    width: 100%;
    list-style: none;
    cursor: pointer;
}

/* line 20, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery ul .insta-item,
.cospo-gallery ul li {
    float: left;
}

/* line 24, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery ul .insta-item a,
.cospo-gallery ul li a {
    text-align: center;
}

/* line 28, ../sass/cospo/elements/_cospoGallery.scss */
.cospo-gallery ul .insta-item img,
.cospo-gallery ul li img {
    display: inline-block;
    width: 100%;
    height: auto;
}

/**
 * Basic gallery
 */
/* line 45, ../sass/cospo/elements/_cospoGallery.scss */
body.dark .gallery .insta-item a span,
body.dark .gallery li a span {
    color: #fff;
}

/* line 51, ../sass/cospo/elements/_cospoGallery.scss */
body.dark .gallery-services {
    color: #fff;
}

/* line 54, ../sass/cospo/elements/_cospoGallery.scss */
body.dark .gallery-services svg {
    fill: #fff;
}

/* line 60, ../sass/cospo/elements/_cospoGallery.scss */
body.dark .aside-menu.icons li a svg {
    fill: #fff;
}

/* line 67, ../sass/cospo/elements/_cospoGallery.scss */
.gallery.instagram {
    padding: 0;
}

/* line 75, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item.col-lg-2:first-child, .gallery .insta-item.col-md-2:first-child, .gallery .insta-item.col-sm-2:first-child {
    width: 66.66667% !important;
}

/* line 81, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a img {
    position: relative !important;
}

@media (max-width: 767px) {
    /* line 89, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.instagram {
        margin: 0 -15px !important;
    }
}

/* line 95, ../sass/cospo/elements/_cospoGallery.scss */
.gallery {
    overflow: hidden;
}

/* line 98, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item,
.gallery li {
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}

/* line 104, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item:before,
.gallery li:before {
    content: none;
}

/* line 108, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a,
.gallery li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border: none;
}

/* line 121, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a:after, .gallery .insta-item a:before,
.gallery li a:after,
.gallery li a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    opacity: 0;
    content: '';
}

/* line 134, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a:after,
.gallery li a:after {
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    background-repeat: no-repeat;
    background-position: center center;
}

/* line 140, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a:before,
.gallery li a:before {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #060606;
    /*background-color: #000;*/
}

/* line 147, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a.loading .count-more,
.gallery li a.loading .count-more {
    opacity: 0 !important;
    -webkit-transition: background 0.2s, border 0.2s, color 0.2s, opacity 0.3s !important;
    transition: background 0.2s, border 0.2s, color 0.2s, opacity 0.3s !important;
}

/* line 152, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a.loading:before,
.gallery li a.loading:before {
    z-index: 222;
}

/* line 157, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a.active:before, .gallery .insta-item a:hover:before,
.gallery li a.active:before,
.gallery li a:hover:before {
    opacity: .5;
}

/* line 162, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a.active:after, .gallery .insta-item a:hover span,
.gallery li a.active:after,
.gallery li a:hover span {
    opacity: 1;
}

/* line 167, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a img,
.gallery li a img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}

/* line 175, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a span,
.gallery li a span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    display: block;
    max-width: 90%;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
    color: #373737;
}

/* line 190, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a span.count-current,
.gallery li a span.count-current {
    right: 14px;
    bottom: 4px;
}

/* line 195, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a span.count-more,
.gallery li a span.count-more {
    display: none;
    line-height: 42px;
    top: 50%;
    left: 50%;
    height: 46px;
    padding: 0 19px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
    transition: background 0.2s, border 0.2s, color 0.2s;
    text-align: center;
    border: 2px rgba(255, 255, 255, 0.9) solid;
    border-radius: 22px;
}

/* line 209, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item a span.count-current, .gallery .insta-item a span.count-more,
.gallery li a span.count-current,
.gallery li a span.count-more {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* line 218, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item.show-remaning-el a span.count-more,
.gallery li.show-remaning-el a span.count-more {
    display: block;
    -webkit-transition: background 0.2s, border 0.2s, color 0.2s, opacity 1s;
    transition: background 0.2s, border 0.2s, color 0.2s, opacity 1s;
}

/* line 223, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item.show-remaning-el a span.count-current,
.gallery li.show-remaning-el a span.count-current {
    display: none;
}

/* line 227, ../sass/cospo/elements/_cospoGallery.scss */
.gallery .insta-item.show-remaning-el a:before,
.gallery li.show-remaning-el a:before {
    opacity: .5;
}

/* line 235, ../sass/cospo/elements/_cospoGallery.scss */
.gallery-services .insta-item,
.gallery-services li {
    margin-bottom: 24px;
}

/* line 240, ../sass/cospo/elements/_cospoGallery.scss */
.gallery-services .insta-item a.active:before, .gallery-services .insta-item a:hover:before,
.gallery-services li a.active:before,
.gallery-services li a:hover:before {
    opacity: 0;
}

/* line 245, ../sass/cospo/elements/_cospoGallery.scss */
.gallery-services .insta-item a span,
.gallery-services li a span {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    opacity: 1;
}

/* line 257, ../sass/cospo/elements/_cospoGallery.scss */
.gallery-services .insta-item a img,
.gallery-services li a img {
    position: relative;
    float: left;
    width: 33px;
    height: 36px;
    margin-right: 25px;
}

/* line 267, ../sass/cospo/elements/_cospoGallery.scss */
.gallery-services svg {
    position: relative;
    float: left;
    width: 33px;
    height: 36px;
    margin-right: 25px;
    fill: #373737;
}

/* line 285, ../sass/cospo/elements/_cospoGallery.scss */
section.cospo-page.current-page .gallery .insta-item.show-remaning-el a:hover span.count-more, section.current-page.sign-in-page .gallery .insta-item.show-remaning-el a:hover span.count-more,
section.cospo-page.current-page .gallery li.show-remaning-el a:hover span.count-more,
section.current-page.sign-in-page .gallery li.show-remaning-el a:hover span.count-more {
    opacity: 1;
}

/* line 301, ../sass/cospo/elements/_cospoGallery.scss */
section.ajax-page .gallery li a:after {
    background-image: url("../img/ico/view.svg");
}

@media (min-width: 991px) {
    /* line 314, ../sass/cospo/elements/_cospoGallery.scss */
    section:not(.current-page) .gallery .insta-item.show-remaning-el span.count-more,
    section:not(.current-page) .gallery li.show-remaning-el span.count-more {
        opacity: 0;
    }

    /* line 319, ../sass/cospo/elements/_cospoGallery.scss */
    section:not(.current-page) .gallery .insta-item:after,
    section:not(.current-page) .gallery li:after {
        -webkit-transition: opacity 0s;
        transition: opacity 0s;
    }

    /* line 331, ../sass/cospo/elements/_cospoGallery.scss */
    section.cospo-page.current-page .gallery .insta-item.show-remaning-el span.count-more, section.current-page.sign-in-page .gallery .insta-item.show-remaning-el span.count-more,
    section.cospo-page.current-page .gallery li.show-remaning-el span.count-more,
    section.current-page.sign-in-page .gallery li.show-remaning-el span.count-more {
        opacity: 1;
    }
}

/* line 344, ../sass/cospo/elements/_cospoGallery.scss */
.ajax-menu .gallery .insta-item a,
.ajax-menu .gallery li a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

/* line 347, ../sass/cospo/elements/_cospoGallery.scss */
.ajax-menu .gallery .insta-item a.active,
.ajax-menu .gallery li a.active {
    opacity: 1;
}

/* line 350, ../sass/cospo/elements/_cospoGallery.scss */
.ajax-menu .gallery .insta-item a.active span.count-current,
.ajax-menu .gallery li a.active span.count-current {
    display: none;
}

/* line 355, ../sass/cospo/elements/_cospoGallery.scss */
.ajax-menu .gallery .insta-item a span.count-more,
.ajax-menu .gallery li a span.count-more {
    display: none;
}

@media (max-width: 991px) {
    /* line 363, ../sass/cospo/elements/_cospoGallery.scss */
    .cospo-gallery {
        margin: 0 -60px;
        padding: 0;
        background: rgba(8, 8, 8, 0.1);
    }

    /* line 368, ../sass/cospo/elements/_cospoGallery.scss */
    .cospo-gallery .aside-menu {
        padding: 28px 0;
        margin: 0;
    }

    /* line 372, ../sass/cospo/elements/_cospoGallery.scss */
    .cospo-gallery .aside-menu .insta-item,
    .cospo-gallery .aside-menu li {
        margin-bottom: 0 !important;
    }

    /* line 378, ../sass/cospo/elements/_cospoGallery.scss */
    .cospo-gallery .aside-menu .insta-item a.loading:before,
    .cospo-gallery .aside-menu li a.loading:before {
        background-size: 40px 40px !important;
    }

    /* line 387, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery {
        width: 100%;
        list-style: none;
        cursor: pointer;
        white-space: nowrap;
        word-spacing: -4px;
        margin-bottom: 0;
    }

    /* line 396, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.no-padding-li-sm li {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* line 402, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.gallery-services {
        white-space: normal;
    }

    /* line 405, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.gallery-services .insta-item,
    .gallery.gallery-services li {
        display: block;
        margin-bottom: 24px;
    }

    /* line 412, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item,
    .gallery li {
        display: block;
        cursor: pointer;
    }

    /* line 417, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item img,
    .gallery li img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* line 424, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item span.count-more,
    .gallery li span.count-more {
        opacity: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 433, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.no-padding-li-sm {
        padding-left: 17px;
        padding-right: 17px;
    }

    /* line 438, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item,
    .gallery li {
        margin-bottom: 34px;
    }
}

@media (max-width: 767px) {
    /* line 445, ../sass/cospo/elements/_cospoGallery.scss */
    .cospo-gallery {
        margin: 0 -15px 20px;
    }

    /* line 449, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery {
        margin: 0;
    }

    /* line 452, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery li {
        padding: 0;
    }

    /* line 456, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery[id^="gallery-"], .gallery[id*=" gallery-"] {
        width: 100%;
    }

    /* line 461, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.gallery-services {
        margin-left: 0;
    }

    /* line 468, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery.instagram .insta-item.col-xs-3:first-child {
        width: 100% !important;
    }

    /* line 476, ../sass/cospo/elements/_cospoGallery.scss */
    .padding-0 {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    /* line 482, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item,
    .gallery li {
        margin-bottom: 34px;
    }

    /* line 486, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item:last-child,
    .gallery li:last-child {
        margin-bottom: 0;
    }

    /* line 492, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery-services .insta-item,
    .gallery-services li {
        margin-bottom: 24px;
    }

    /* line 496, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery-services .insta-item a,
    .gallery-services li a {
        opacity: .8;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    /* line 500, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery-services .insta-item a:hover,
    .gallery-services li a:hover {
        opacity: 1;
    }
}

@media (min-width: 1281px) {
    /* line 510, ../sass/cospo/elements/_cospoGallery.scss */
    .gallery .insta-item,
    .gallery li {
        margin-bottom: 48px;
    }
}

/* line 518, ../sass/cospo/elements/_cospoGallery.scss */
.loading:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    background-color: rgba(6, 6, 6, 0.5) !important;
    background-image: url(../img/svg/oval.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65px 65px;
    z-index: 2;
}

/* line 535, ../sass/cospo/elements/_cospoGallery.scss */
.loading:after {
    background: none !important;
}

/* line 539, ../sass/cospo/elements/_cospoGallery.scss */
.loading > img {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
}

/* line 544, ../sass/cospo/elements/_cospoGallery.scss */
.loading .count-more {
    display: none;
}

@-webkit-keyframes loading-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loading-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* line 576, ../sass/cospo/elements/_cospoGallery.scss */
.loading:before {
    content: '';
    background-image: url(../img/svg/loading.svg) !important;
    background-size: 60px 60px;
    position: absolute;
    top: 0% !important;
    left: 0% !important;
    background-color: transparent !important;
    border-color: transparent;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-animation: loading-scale 1s 0s ease-in-out infinite;
    animation: loading-scale 1s 0s ease-in-out infinite;
    -webkit-transform-origin: center center;
    z-index: 3;
}

/* line 596, ../sass/cospo/elements/_cospoGallery.scss */
.loading > img {
    opacity: 0;
}

/* line 600, ../sass/cospo/elements/_cospoGallery.scss */
.loading .count-more {
    display: none;
}

/* line 607, ../sass/cospo/elements/_cospoGallery.scss */
.light .loading:before {
    background-image: url(../img/svg/loading-dark.svg) !important;
}

/* line 615, ../sass/cospo/elements/_cospoGallery.scss */
ul.gallery .loading:after {
    transition: none !important;
    opacity: 1;
    background: rgba(6, 6, 6, 0.5) !important;
}

@media (min-width: 992px) {
    /* line 626, ../sass/cospo/elements/_cospoGallery.scss */
    .ajax-page .content.loading:before {
        top: 50% !important;
        left: 62% !important;
    }
}

@media (max-width: 991px) {
    /* line 638, ../sass/cospo/elements/_cospoGallery.scss */
    .ajax-page .content.loading:before {
        top: 150px !important;
    }
}

/* line 646, ../sass/cospo/elements/_cospoGallery.scss */
img {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 1;
}

/* line 651, ../sass/cospo/elements/_cospoGallery.scss */
div.scroll {
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

/* line 657, ../sass/cospo/elements/_cospoGallery.scss */
ul.gallery-services li {
    margin-bottom: 18px;
}

/* line 662, ../sass/cospo/elements/_cospoGallery.scss */
ul.gallery-services li a.loading:after, ul.gallery-services li a.loading:before {
    content: none;
}

/* line 674, ../sass/cospo/elements/_cospoGallery.scss */
ul.gallery-services.aside-menu li a.loading:before {
    content: '';
}

/* line 683, ../sass/cospo/elements/_cospoGallery.scss */
.show-full {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    /* line 690, ../sass/cospo/elements/_cospoGallery.scss */
    .show-full {
        margin-top: 17px;
        margin-bottom: 17px;
    }
}

@media (min-width: 992px) {
    /* line 696, ../sass/cospo/elements/_cospoGallery.scss */
    .show-full {
        margin-top: 17px;
        margin-bottom: 17px;
    }
}

@media (min-width: 1281px) {
    /* line 702, ../sass/cospo/elements/_cospoGallery.scss */
    .show-full {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    /* line 708, ../sass/cospo/elements/_cospoGallery.scss */
    section.ajax-page-mobile .aside-menu.gallery-services {
        padding: 17px 0 !important;
    }
}

/* Accorderon
----------------------------------------------------------------------*/
/**
 * Cospo Acordeon
 */
/* line 10, ../sass/cospo/elements/_accordeon.scss */
.accordeon > article {
    position: relative;
    margin-bottom: 31px;
}

/* line 14, ../sass/cospo/elements/_accordeon.scss */
.accordeon > article h4 {
    padding-right: 25px;
    line-height: 1;
    margin: 0;
}

/* line 21, ../sass/cospo/elements/_accordeon.scss */
.accordeon figure {
    position: relative;
    top: 9px;
    width: 100%;
}

@media (min-width: 768px) {
    /* line 21, ../sass/cospo/elements/_accordeon.scss */
    .accordeon figure {
        width: 30%;
    }
}

/* line 31, ../sass/cospo/elements/_accordeon.scss */
.accordeon button {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    border-radius: 25px;
    border: 0 !important;
}

/* line 42, ../sass/cospo/elements/_accordeon.scss */
.accordeon button svg {
    position: absolute;
    top: 8px;
    left: 7px;
    pointer-events: none;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, top 0.3s ease;
    fill: black;
}

/* line 51, ../sass/cospo/elements/_accordeon.scss */
.accordeon button:before {
    border: 0 !important;
}

/* line 54, ../sass/cospo/elements/_accordeon.scss */
.accordeon button:after {
    content: none !important;
}

/* line 60, ../sass/cospo/elements/_accordeon.scss */
.accordeon .open + button {
    background: rgba(255, 255, 255, 0.3);
}

/* line 63, ../sass/cospo/elements/_accordeon.scss */
.accordeon .open + button svg {
    top: 7px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: white;
}

/* line 74, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon button {
    background: rgba(255, 255, 255, 0.3);
}

/* line 77, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon button:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* line 81, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon button svg {
    fill: white;
}

/* line 87, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon .open + button {
    background: white;
}

/* line 90, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon .open + button:hover {
    background: white;
}

/* line 94, ../sass/cospo/elements/_accordeon.scss */
body.dark .accordeon .open + button svg {
    fill: black;
}

/* line 102, ../sass/cospo/elements/_accordeon.scss */
.accordeon-item {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

/* line 108, ../sass/cospo/elements/_accordeon.scss */
.accordeon-content {
    overflow: hidden;
    margin-top: 17px;
    padding-top: 14px;
}

/* Contacts
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/elements/_contacts.scss */
#contact h4 {
    margin-top: 1.7em;
}

/* line 7, ../sass/cospo/elements/_contacts.scss */
p, h1 span,
h2 span,
h3 span,
.cospo-comment .author-name span,
h4 span,
h5 span,
h6 span {
    position: relative;
}

/* line 12, ../sass/cospo/elements/_contacts.scss */
form input[type="email"],
form input[type="password"],
form input[type="text"] {
    margin-bottom: 62px;
}

@media (max-width: 991px) {
    /* line 12, ../sass/cospo/elements/_contacts.scss */
    form input[type="email"],
    form input[type="password"],
    form input[type="text"] {
        margin-bottom: 32px;
    }
}

/* line 21, ../sass/cospo/elements/_contacts.scss */
form button[type="submit"],
form input[type="submit"] {
    -webkit-transition: color .5s ease, background .5s ease;
    transition: color .5s ease, background .5s ease;
}

/* line 26, ../sass/cospo/elements/_contacts.scss */
form button[type="submit"].success,
form input[type="submit"].success {
    color: white;
    background: green;
}

/* line 30, ../sass/cospo/elements/_contacts.scss */
form button[type="submit"].success:hover,
form input[type="submit"].success:hover {
    background: green !important;
    color: white !important;
}

/* line 36, ../sass/cospo/elements/_contacts.scss */
form button[type="submit"]:before,
form input[type="submit"]:before {
    line-height: 2.7em !important;
}

/* Pages
----------------------------------------------------------------------*/
/**
 * Page
 */
/* line 4, ../sass/cospo/elements/_pages.scss */
.noScroll {
    overflow: hidden;
}

/********************************** Basic Page Style **********************************/
/* line 8, ../sass/cospo/elements/_pages.scss */
.cospo-page, .sign-in-page {
    white-space: normal;
    position: relative;
    -webkit-transition: transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), opacity 0.5s cubic-bezier(0.76, 0.01, 0.29, 0.99);
    transition: transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), opacity 0.5s cubic-bezier(0.76, 0.01, 0.29, 0.99);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), opacity 0.5s cubic-bezier(0.76, 0.01, 0.29, 0.99);
    overflow: hidden;
}

/* line 15, ../sass/cospo/elements/_pages.scss */
.cospo-page .content, .sign-in-page .content {
    padding: 0 15px;
}

/* line 19, ../sass/cospo/elements/_pages.scss */
.cospo-page.ajax-page-mobile, .ajax-page-mobile.sign-in-page {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    z-index: 0;
    opacity: 0;
}

/* line 28, ../sass/cospo/elements/_pages.scss */
.cospo-page.ajax-page-mobile .content, .ajax-page-mobile.sign-in-page .content {
    height: 100%;
    overflow-y: auto;
}

/* line 33, ../sass/cospo/elements/_pages.scss */
.cospo-page.ajax-page-mobile .overflow-height, .ajax-page-mobile.sign-in-page .overflow-height {
    height: auto;
}

/* line 38, ../sass/cospo/elements/_pages.scss */
.cospo-page.home-page, .home-page.sign-in-page {
    margin-top: 0 !important;
}

/* line 45, ../sass/cospo/elements/_pages.scss */
body.light .cospo-page.ajax-page-mobile, body.light .ajax-page-mobile.sign-in-page {
    background-color: #fff;
}

/* line 53, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title figcaption,
.page-figure figcaption {
    opacity: 1;
}

/* line 60, ../sass/cospo/elements/_pages.scss */
.ajax-content-text h3 > span, .ajax-content-text .cospo-comment .author-name > span, .cospo-comment .ajax-content-text .author-name > span {
    font-family: 'Lato';
}

@media (max-width: 767px) {
    /* line 67, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title img {
        left: 0 !important;
    }
}

/* line 73, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title {
    position: relative;
    margin: 0;
    min-height: 300px;
    overflow: hidden;
}

/* line 79, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title:not(.page-figure) {
    min-height: 0;
    height: auto;
    padding: 22px 80px 22px 15px;
}

@media (min-width: 768px) {
    /* line 79, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title:not(.page-figure) {
        padding: 6px 60px;
    }
}

@media (min-width: 992px) {
    /* line 79, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title:not(.page-figure) {
        padding: 54px 60px 0;
    }
}

/* line 90, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit !important;
    z-index: 0;
}

@media (max-width: 991px) {
    .ajax-gallery-title img {
        object-fit: cover;
        height: 100%;
    }
}

/* line 98, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title.page-figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 0;
}

/* line 110, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title figcaption {
    padding-bottom: 10px;
    margin-bottom: .68em;
}

/* line 114, ../sass/cospo/elements/_pages.scss */
.ajax-gallery-title figcaption h2,
.ajax-gallery-title figcaption h3,
.ajax-gallery-title figcaption .cospo-comment .author-name,
.cospo-comment .ajax-gallery-title figcaption .author-name,
.ajax-gallery-title figcaption h4,
.ajax-gallery-title figcaption h5,
.ajax-gallery-title figcaption h6 {
    margin: 0 0 25px;
    color: white !important;
}

/* line 131, ../sass/cospo/elements/_pages.scss */
.ajax-page-dynamic .ajax-content {
    background-color: transparent;
}

/* line 138, ../sass/cospo/elements/_pages.scss */
body.light .ajax-page-dynamic .ajax-content {
    background-color: rgba(255, 255, 255, 0.9);
}

/* line 145, ../sass/cospo/elements/_pages.scss */
.ajax-content .ajax-gallery-title {
    display: none;
}

/* line 150, ../sass/cospo/elements/_pages.scss */
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
}

/* line 159, ../sass/cospo/elements/_pages.scss */
.background > video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 9999999px;
    max-height: 9999999px;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0 !important;
}

/* line 184, ../sass/cospo/elements/_pages.scss */
.content-center {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

/* line 190, ../sass/cospo/elements/_pages.scss */
.content-center > div {
    display: table-cell;
    vertical-align: middle;
}

/* line 194, ../sass/cospo/elements/_pages.scss */
.content-center > div > :last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    /* line 200, ../sass/cospo/elements/_pages.scss */
    .table-footer-mobile {
        display: table-footer-group;
    }

    /* line 204, ../sass/cospo/elements/_pages.scss */
    .content-center > div.table-footer-mobile {
        display: table-footer-group;
    }
}

/**
 * LOGOTIP
 */
/* line 212, ../sass/cospo/elements/_pages.scss */
.logo img {
    width: auto;
    height: auto;
    max-height: 50px;
}

/* line 220, ../sass/cospo/elements/_pages.scss */
body.light .home-page-logo a {
    border: none !important;
}

/* line 223, ../sass/cospo/elements/_pages.scss */
body.light .home-page-logo a:hover {
    opacity: 1;
}

/* line 229, ../sass/cospo/elements/_pages.scss */
.home-page-logo {
    top: 46px;
    width: 100%;
}

/* line 233, ../sass/cospo/elements/_pages.scss */
.home-page-logo img {
    height: 18px;
    width: auto;
}

/* line 239, ../sass/cospo/elements/_pages.scss */
.home-page-logo a {
    border: none !important;
}

/* line 242, ../sass/cospo/elements/_pages.scss */
.home-page-logo a:hover {
    opacity: 1;
}

/* line 248, ../sass/cospo/elements/_pages.scss */
.home-page-footer {
    bottom: 41px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: 300;
    letter-spacing: 1px;
}

/* line 256, ../sass/cospo/elements/_pages.scss */
.home-page-footer,
.home-page-logo {
    position: absolute;
    left: 0;
    padding-left: 15px;
}

/* line 263, ../sass/cospo/elements/_pages.scss */
.home-page-p {
    font-size: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

/* line 274, ../sass/cospo/elements/_pages.scss */
.home-page .wrapper-scroll .col-md-5 button:last-child,
.home-page .wrapper-scroll .col-md-6 button:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    /* line 281, ../sass/cospo/elements/_pages.scss */
    .home-page iframe {
        height: 150px;
    }
}

/* line 289, ../sass/cospo/elements/_pages.scss */
.center {
    margin: 0 auto;
    text-align: center;
}

/* line 293, ../sass/cospo/elements/_pages.scss */
.center img {
    margin: 0 auto;
}

/* line 299, ../sass/cospo/elements/_pages.scss */
.page-figure {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 39px;
    min-height: 0;
}

/* line 305, ../sass/cospo/elements/_pages.scss */
.page-figure.in-content {
    min-height: 190px;
}

/* line 309, ../sass/cospo/elements/_pages.scss */
.page-figure h2,
.page-figure p,
.page-figure h1 span,
h1 .page-figure span,
.page-figure h2 span,
h2 .page-figure span,
.page-figure h3 span,
h3 .page-figure span,
.page-figure .cospo-comment .author-name span,
.cospo-comment .author-name .page-figure span,
.page-figure h4 span,
h4 .page-figure span,
.page-figure h5 span,
h5 .page-figure span,
.page-figure h6 span,
h6 .page-figure span {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* line 314, ../sass/cospo/elements/_pages.scss */
.page-figure figcaption {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
    border: none;
    display: inline-block;
    max-width: 80%;
}

/* line 321, ../sass/cospo/elements/_pages.scss */
.page-figure figcaption.all-place {
    padding: 0 0 0 54px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1em;
}

/*div.page-figure.in-content {
  padding: 0 15px;
  @media (min-width: 768px) {
    padding: 0 60px;
  }
}*/
@media (max-width: 767px) {
    /* line 341, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    /* line 347, ../sass/cospo/elements/_pages.scss */
    .ajax-page-post .ajax-gallery-title {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 767px) {
    /* line 355, ../sass/cospo/elements/_pages.scss */
    .page-figure figcaption {
        padding-left: 60px;
    }

    /* line 359, ../sass/cospo/elements/_pages.scss */
    .page-figure.full-content-width figcaption {
        padding-left: 24px;
    }
}

@media screen and (max-width: 991px) {
    /* line 366, ../sass/cospo/elements/_pages.scss */
    main {
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        /*padding-bottom: 25px;*/
    }

    /* line 376, ../sass/cospo/elements/_pages.scss */
    section.cospo-page:first-child, section.sign-in-page:first-child {
        margin-top: 0;
    }

    /* line 381, ../sass/cospo/elements/_pages.scss */
    section.ajax-page-mobile {
        margin-top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    /* line 386, ../sass/cospo/elements/_pages.scss */
    section.ajax-page-mobile.ajax-page-mobile--loaded {
        opacity: 1;
        z-index: 9999;
    }

    /* line 391, ../sass/cospo/elements/_pages.scss */
    section.ajax-page-mobile .aside-menu {
        padding: 0 !important;
        margin-left: 0;
    }

    /* line 396, ../sass/cospo/elements/_pages.scss */
    section.ajax-page-mobile .ajax-content {
        padding: 24px 60px 0;
        margin: 0 -60px;
    }

    /* line 403, ../sass/cospo/elements/_pages.scss */
    .ajax-content {
        margin: 0 -17px;
    }

    /* line 407, ../sass/cospo/elements/_pages.scss */
    .page-figure {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* line 412, ../sass/cospo/elements/_pages.scss */
    .page-title {
        padding: 1px 60px;
    }

    /* line 417, ../sass/cospo/elements/_pages.scss */
    .cospo-page .content, .sign-in-page .content {
        padding: 0 60px;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 767px) {
    /* line 424, ../sass/cospo/elements/_pages.scss */
    .cospo-page, .sign-in-page {
        min-width: 100%;
    }

    /* line 427, ../sass/cospo/elements/_pages.scss */
    .cospo-page.home-page, .home-page.sign-in-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 433, ../sass/cospo/elements/_pages.scss */
    .ajax-content {
        margin: 0 -15px;
        padding: 0;
    }

    /* line 438, ../sass/cospo/elements/_pages.scss */
    .page-figure figcaption {
        padding: 0 15px;
    }

    /* line 442, ../sass/cospo/elements/_pages.scss */
    .page-title {
        padding: 1px 15px;
    }

    /* line 447, ../sass/cospo/elements/_pages.scss */
    .cospo-page .content, .sign-in-page .content {
        padding: 0 15px;
    }
}

/* line 454, ../sass/cospo/elements/_pages.scss */
.ajax-content .page-title {
    display: none;
}

/* line 459, ../sass/cospo/elements/_pages.scss */
.ajax-load {
    opacity: 0;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease, opacity 0.3s ease, height 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, opacity 0.3s ease, height 0.3s ease;
}

/* line 464, ../sass/cospo/elements/_pages.scss */
.ajax-loaded {
    opacity: 1;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease, opacity 0.3s ease, height 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, opacity 0.3s ease, height 0.3s ease;
}

/********************************** TABLET **********************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 471, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title {
        width: calc(100% + 120px);
        margin: 0 -60px;
    }

    /* line 478, ../sass/cospo/elements/_pages.scss */
    .ajax-content .ajax-content-image,
    .ajax-content .ajax-content-text {
        padding: 0;
    }

    /* line 486, ../sass/cospo/elements/_pages.scss */
    .ajax-page-post .ajax-content-image,
    .ajax-page-post .ajax-content-text {
        margin-top: 24px;
        padding-left: 60px;
        padding-right: 60px;
    }

    /* line 492, ../sass/cospo/elements/_pages.scss */
    .ajax-page-post .ajax-gallery-title {
        width: calc(100%);
        margin: 0;
    }

    /* line 498, ../sass/cospo/elements/_pages.scss */
    .home-page-footer,
    .home-page-logo {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    /* line 505, ../sass/cospo/elements/_pages.scss */
    #all-pages {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        z-index: -1;
        border: inherit;
    }

    /* line 515, ../sass/cospo/elements/_pages.scss */
    #all-pages .background {
        -webkit-transition: opacity 0.1s 0.5s ease;
        transition: opacity 0.1s 0.5s ease;
        opacity: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    /* line 522, ../sass/cospo/elements/_pages.scss */
    #all-pages .background:first-child {
        z-index: 1;
    }

    /* line 526, ../sass/cospo/elements/_pages.scss */
    #all-pages .background.active {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity: 1;
        z-index: 2;
    }

    /* line 534, ../sass/cospo/elements/_pages.scss */
    .cospo-page, .sign-in-page {
        max-width: 85.5%;
    }

    /* line 537, ../sass/cospo/elements/_pages.scss */
    .cospo-page .background, .sign-in-page .background {
        display: none;
    }

    /* line 541, ../sass/cospo/elements/_pages.scss */
    .cospo-page:last-child, .sign-in-page:last-child {
        padding-bottom: 25px;
    }

    /* line 546, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title {
        /*opacity: 0;*/
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    /* line 550, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title--opened {
        opacity: 1;
    }

    /* line 554, ../sass/cospo/elements/_pages.scss */
    .ajax-gallery-title figcaption {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    /* line 562, ../sass/cospo/elements/_pages.scss */
    .cospo-page > .page-figure figcaption, .sign-in-page > .page-figure figcaption {
        padding-left: 60px;
    }
}

/********************************** MEDIA SCREEN **********************************/
@media screen and (min-width: 992px) {
    /* line 570, ../sass/cospo/elements/_pages.scss */
    .page-title {
        display: none;
        padding-left: 60px;
    }

    /* line 575, ../sass/cospo/elements/_pages.scss */
    .cospo-page, .sign-in-page {
        width: 69.375%;
        height: inherit;
        display: inline-block;
        /*overflow: hidden;*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
        transform: translateX(-3%);
        z-index: -1;
    }

    /* line 590, ../sass/cospo/elements/_pages.scss */
    .cospo-page.right, .right.sign-in-page {
        -webkit-transform: translateX(3%);
        -ms-transform: translateX(3%);
        transform: translateX(3%);
    }

    /* line 594, ../sass/cospo/elements/_pages.scss */
    .cospo-page .scroll, .sign-in-page .scroll {
        overflow-y: auto;
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 594, ../sass/cospo/elements/_pages.scss */
    .cospo-page .scroll, .sign-in-page .scroll {
        overflow-y: hidden;
    }
}

@media screen and (min-width: 992px) {
    /* line 601, ../sass/cospo/elements/_pages.scss */
    .cospo-page.current-page, .current-page.sign-in-page {
        opacity: 1;
        z-index: 5;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        -webkit-transition: transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out;
        transition: transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out;
    }

    /* line 608, ../sass/cospo/elements/_pages.scss */
    .cospo-page.current-page .scroll, .current-page.sign-in-page .scroll {
        overflow-y: auto;
    }

    /* line 613, ../sass/cospo/elements/_pages.scss */
    .cospo-page .content, .sign-in-page .content {
        height: 100%;
        min-height: calc(50vh - 54px);
        overflow-y: auto;
        padding: 0 60px;
    }

    /* line 619, ../sass/cospo/elements/_pages.scss */
    .cospo-page .content::-webkit-scrollbar, .sign-in-page .content::-webkit-scrollbar {
        width: 0;
    }

    /* line 623, ../sass/cospo/elements/_pages.scss */
    .cospo-page .content > .row, .sign-in-page .content > .row, .cospo-page .content > div, .sign-in-page .content > div {
        height: 100%;
    }

    /* line 629, ../sass/cospo/elements/_pages.scss */
    .cospo-page .background, .sign-in-page .background {
        display: none;
    }

    /* line 634, ../sass/cospo/elements/_pages.scss */
    .half-content {
        position: relative;
        height: 50%;
    }

    /* line 638, ../sass/cospo/elements/_pages.scss */
    .half-content .content-center {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 60px;
    }

    /* line 646, ../sass/cospo/elements/_pages.scss */


    /* line 650, ../sass/cospo/elements/_pages.scss */
    .page-figure.in-content {
        height: calc(50% + 54px);
        min-height: 320px;
        margin-bottom: -54px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    /* line 661, ../sass/cospo/elements/_pages.scss */
    .content > .page-figure.in-content:first-child {
        margin-top: -54px;
    }

    /* line 675, ../sass/cospo/elements/_pages.scss */
    .ajax-page .content {
        padding-right: 0;
    }

    /* line 680, ../sass/cospo/elements/_pages.scss */
    .ajax-menu {
        padding-right: 34px;
        padding-left: 0;
    }

    /* line 684, ../sass/cospo/elements/_pages.scss */
    .ajax-menu .wrapper-scroll {
        margin-left: 0 !important;
    }

    /* line 689, ../sass/cospo/elements/_pages.scss */
    .ajax-content {
        padding: 0;
    }

    /* line 692, ../sass/cospo/elements/_pages.scss */
    .ajax-content .ajax-gallery-title {
        display: block;
        margin-top: 0;
    }

    /* line 701, ../sass/cospo/elements/_pages.scss */
    .ajax-content .page-title {
        display: block;
        padding-top: 54px;
    }

    /* line 704, ../sass/cospo/elements/_pages.scss */
    .ajax-content .page-title *:first-child {
        margin-top: 54px;
    }

    /* line 710, ../sass/cospo/elements/_pages.scss */
    .ajax-content-image,
    .ajax-content-text {
        padding-right: 60px;
        padding-left: 60px;
        padding-bottom: 54px;
    }

    /* line 716, ../sass/cospo/elements/_pages.scss */
    .ajax-content-image > *:last-child,
    .ajax-content-text > *:last-child {
        margin-bottom: 0;
    }

    /* line 721, ../sass/cospo/elements/_pages.scss */
    .ajax-menu-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        height: 100%;
        width: calc(16.6667% + 50px);
        z-index: 0;
    }

    /* line 732, ../sass/cospo/elements/_pages.scss */
    #all-pages {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
    }

    /* line 743, ../sass/cospo/elements/_pages.scss */
    .background {
        position: absolute;
        width: 69.375%;
        height: inherit;
        display: inline-block;
        z-index: 1;
    }

    /* line 751, ../sass/cospo/elements/_pages.scss */
    .background img {
        width: 100%;
        height: 100%;
    }

    /* line 757, ../sass/cospo/elements/_pages.scss */
    .background.previous-page-rigth {
        animation-name: translate-right;
        animation-duration: 500ms;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier(0.75, 0, 0.26, 1);
    }

    /* line 764, ../sass/cospo/elements/_pages.scss */
    .background.previous-page-left {
        -webkit-transform: translateX(60%);
        -ms-transform: translateX(60%);
        transform: translateX(60%);
        -webkit-transition: transform 0.6s cubic-bezier(0.24, 0.27, 0.36, 0.97), -webkit-transform 0.6s cubic-bezier(0.24, 0.27, 0.36, 0.97);
        transition: transform 0.6s cubic-bezier(0.24, 0.27, 0.36, 0.97), -webkit-transform 0.6s cubic-bezier(0.24, 0.27, 0.36, 0.97);
        z-index: 0;
    }

    /* line 770, ../sass/cospo/elements/_pages.scss */
    .background.previous-page .half-width {
        width: 50%;
        height: 100%;
        height: 100vh;
    }

    /**
	 * Home Page
	 */
    /* line 780, ../sass/cospo/elements/_pages.scss */
    .home-page {
        padding: 114px 0;
    }

    /* line 784, ../sass/cospo/elements/_pages.scss */
    .home-page-footer,
    .home-page-logo {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 60px;
    }

    /* line 792, ../sass/cospo/elements/_pages.scss */
    .home-page-logo {
        top: 57px;
    }

    /* line 795, ../sass/cospo/elements/_pages.scss */
    .home-page-logo img {
        display: inline-block;
        width: auto;
        height: 18px;
    }

    /* line 802, ../sass/cospo/elements/_pages.scss */
    .home-page-footer {
        bottom: 57px;
    }

    /* line 806, ../sass/cospo/elements/_pages.scss */
    .ajax-load {
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    /* line 810, ../sass/cospo/elements/_pages.scss */
    .ajax-loaded {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    /* line 815, ../sass/cospo/elements/_pages.scss */
    .home-page {
        height: inherit;
        display: table;
        padding: 90px 0;
    }

    /* line 820, ../sass/cospo/elements/_pages.scss */
    .home-page .content {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        /*padding: 0 40px;*/
    }
}

@media screen and (max-width: 767px) {
    /* line 830, ../sass/cospo/elements/_pages.scss */
    .home-page .content {
        padding: 0;
    }
}

/********************************** LARGE SCREEN **********************************/
@media screen and (min-width: 1601px) {
    /* line 837, ../sass/cospo/elements/_pages.scss */
    .cospo-page, .sign-in-page {
        width: 69.375%;
    }

    /* line 841, ../sass/cospo/elements/_pages.scss */
    .background {
        width: 69.375%;
    }

    /* line 845, ../sass/cospo/elements/_pages.scss */
    .home-page-footer,
    .home-page-logo {
        padding-left: 60px;
    }
}

@keyframes translate-left {
    0% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translateX(60%);
        -ms-transform: translateX(60%);
        transform: translateX(60%);
    }
}

@keyframes translate-right {
    0%,
    100% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* Home Page
----------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    /* line 3, ../sass/cospo/elements/_home-page.scss */
    .home-page h1 {
        margin-bottom: .51em;
    }

    /* line 7, ../sass/cospo/elements/_home-page.scss */
    .home-page h5 {
        margin-bottom: 1.5em;
        letter-spacing: .5em;
        word-spacing: -0.08em;
        font-family: 'Lato';
        font-size: 1.428rem;
        font-weight: 300;
    }

    /* line 15, ../sass/cospo/elements/_home-page.scss */
    .home-page button {
        margin-left: -3px;
    }
}

/* Scroll
----------------------------------------------------------------------*/
/**
 * Scroll
 */
/* line 5, ../sass/cospo/elements/_scroll.scss */
.scroll .content {
    height: auto;
}

@media (min-width: 992px) {
    /* line 5, ../sass/cospo/elements/_scroll.scss */
    .scroll .content {
        padding-top: 54px;
    }
}

@media screen and (max-width: 992px) {
    /* line 15, ../sass/cospo/elements/_scroll.scss */
    .home-page .wrapper-scroll {
        height: 100%;
    }

    /* line 18, ../sass/cospo/elements/_scroll.scss */
    .home-page .wrapper-scroll .scroll {
        height: 100%;
    }
}

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

    /* line 29, ../sass/cospo/elements/_scroll.scss */
    .scroll > .page-figure:not(.in-content) figcaption {
        /*padding-bottom: 0;*/
        padding-left: 60px;
        padding-right: 60px;
    }

    /* line 37, ../sass/cospo/elements/_scroll.scss */
    .wrapper-scroll {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    /* line 44, ../sass/cospo/elements/_scroll.scss */
    .scroll {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        /*padding-top: 54px;*/
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    /* line 54, ../sass/cospo/elements/_scroll.scss */
    .scroll::-webkit-scrollbar {
        width: 0;
    }

    /* line 58, ../sass/cospo/elements/_scroll.scss */
    .scroll .content {
        padding-bottom: 0;
    }

    /* line 61, ../sass/cospo/elements/_scroll.scss */
    .scroll .content > *:last-child:not(.half-window-height) {
        margin-bottom: 54px;
    }

    /* line 67, ../sass/cospo/elements/_scroll.scss */
    .scroll > .content-center {
        padding-bottom: 54px;
    }

    /* line 70, ../sass/cospo/elements/_scroll.scss */
    .ajax-menu .scroll > .content-center {
        padding-top: 54px;
    }

    /* line 77, ../sass/cospo/elements/_scroll.scss */
    .home-page .scroll {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* line 81, ../sass/cospo/elements/_scroll.scss */
    .home-page .scroll > .content-center {
        padding-bottom: 0;
    }

    /* line 87, ../sass/cospo/elements/_scroll.scss */
    .element-scroll {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        overflow: hidden;
        z-index: 1;
    }

    /* line 97, ../sass/cospo/elements/_scroll.scss */
    .element-scroll.fade-out {
        animation: hide-opacity .3s;
        animation-fill-mode: forwards;
    }

    /* line 102, ../sass/cospo/elements/_scroll.scss */
    .element-scroll .line-scroll {
        position: absolute;
        left: 0;
        display: inline-block;
        height: inherit;
        background-color: white;
        -webkit-transition: width 0.2s linear;
        transition: width 0.2s linear;
    }

    /* line 114, ../sass/cospo/elements/_scroll.scss */
    .light .element-scroll .line-scroll {
        background-color: rgba(55, 55, 55, 0.9);
    }

    /* line 121, ../sass/cospo/elements/_scroll.scss */
    .fixed-scroll .element-scroll {
        position: fixed;
    }

    /* line 126, ../sass/cospo/elements/_scroll.scss */
    .overflow-height {
        overflow-x: hidden;
        height: 100%;
    }

    /* line 130, ../sass/cospo/elements/_scroll.scss */
    .overflow-height.half-content {
        height: 50%;
    }
}

/* Navigation
----------------------------------------------------------------------*/
/**
 * Main navigation
 */
/* Navigation */
/* line 11, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation nav li {
    margin: 0;
}

/* line 14, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation nav li a {
    color: #fff;
}

/* line 17, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation nav li a:focus, body.dark .navigation nav li a:visited {
    color: #fff;
}

/* line 22, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation nav li a:hover {
    opacity: 1;
}

/* line 32, ../sass/cospo/elements/_navigation.scss */
a[data-action='close-sub-menu'] {
    display: block;
    min-height: 2.428rem;
    background-image: url("../img/svg/left-menu.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%;
}

/* line 41, ../sass/cospo/elements/_navigation.scss */
a.show-sub-menu {
    overflow-x: visible;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem 1.5rem;
    background-size: 42px 21px \9;
}

/* line 48, ../sass/cospo/elements/_navigation.scss */
a.show-sub-menu svg {
    height: 18px;
    width: 21px;
    display: inline;
}

/* line 55, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-bottom'] {
    position: relative;
}

/* line 58, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-bottom']:after, button[data-action='show-widget-bottom']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* line 70, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-bottom']:before {
    background-image: url("../img/ico/share.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 15px;
    animation: show-opacity .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation: show-opacity .3s;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
}

/* line 83, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-bottom']:after {
    background-image: url("../img/ico/light/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 15px;
}

/* line 91, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-top'] {
    width: 62.5px !important;
    height: 62.5px !important;
}

/* line 95, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-top']:after, button[data-action='show-widget-top']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* line 107, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-top']:before {
    background-image: url("../img/svg/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    animation: show-opacity .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation: show-opacity .3s;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
}

/* line 120, ../sass/cospo/elements/_navigation.scss */
button[data-action='show-widget-top']:after {
    background-image: url("../img/ico/light/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
}

/* Internet Explorer 9 fix */
@media all and (min-width: 0\0
) and (min-resolution: 0.001dpcm) {
    /* line 131, ../sass/cospo/elements/_navigation.scss */
    button[data-action='show-widget-bottom']:before,
    button[data-action='show-widget-top']:before {
        opacity: 1 !important;
    }
}

/* line 167, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter, .widget-content-search {
    font-size: 1.1428rem;
    max-width: 380px;
    margin: 0 auto;
}

/* line 172, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter p, .widget-content-search p, .widget-newsletter h1 span, h1 .widget-newsletter span, .widget-content-search h1 span, h1 .widget-content-search span,
.widget-newsletter h2 span,
h2 .widget-newsletter span,
.widget-content-search h2 span,
h2 .widget-content-search span,
.widget-newsletter h3 span,
h3 .widget-newsletter span,
.widget-content-search h3 span,
h3 .widget-content-search span,
.widget-newsletter .cospo-comment .author-name span,
.cospo-comment .author-name .widget-newsletter span,
.widget-content-search .cospo-comment .author-name span,
.cospo-comment .author-name .widget-content-search span,
.widget-newsletter h4 span,
h4 .widget-newsletter span,
.widget-content-search h4 span,
h4 .widget-content-search span,
.widget-newsletter h5 span,
h5 .widget-newsletter span,
.widget-content-search h5 span,
h5 .widget-content-search span,
.widget-newsletter h6 span,
h6 .widget-newsletter span,
.widget-content-search h6 span,
h6 .widget-content-search span {
    font-size: 1.1428rem;
}

/* line 176, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter form, .widget-content-search form {
    position: relative;
}

/* line 180, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter input[type="email"], .widget-content-search input[type="email"],
.widget-newsletter input[type="text"],
.widget-content-search input[type="text"] {
    padding-right: 14px;
}

/* line 185, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter button[type=submit], .widget-content-search button[type=submit] {
    height: 2.21em;
    padding: 0;
    margin: 0;
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-size: 1.357rem;
}

/* line 196, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter button[type=submit]:before, .widget-content-search button[type=submit]:before {
    border: 0;
    border: 0/9;
    border-radius: 0;
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 207, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter button[type=submit]:after, .widget-content-search button[type=submit]:after {
    content: none;
}

/* line 214, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter button[type=submit]:hover, .widget-content-search button[type=submit]:hover {
    background: transparent !important;
}

/* line 217, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter button[type=submit]:hover:before, .widget-content-search button[type=submit]:hover:before {
    background-color: transparent !important;
}

/* line 230, ../sass/cospo/elements/_navigation.scss */
.widget-newsletter input[type="email"]:focus + button[type=submit]:before, .widget-content-search input[type="email"]:focus + button[type=submit]:before,
button[type=submit]:hover:before {
    opacity: 1;
}

/* line 239, ../sass/cospo/elements/_navigation.scss */
body.light .widget-newsletter button[type=submit]:before, body.light .widget-content-search button[type=submit]:before,
body:not(.light):not(.dark) .widget-newsletter button[type=submit]:before,
body:not(.light):not(.dark) .widget-content-search button[type=submit]:before {
    background-image: url("../img/ico/dark/next.svg");
}

/* line 242, ../sass/cospo/elements/_navigation.scss */
body.light .widget-newsletter button[type=submit]:before:hover, body.light .widget-content-search button[type=submit]:before:hover,
body:not(.light):not(.dark) .widget-newsletter button[type=submit]:before:hover,
body:not(.light):not(.dark) .widget-content-search button[type=submit]:before:hover {
    background: url("../img/ico/dark/next.svg") center center no-repeat !important;
}

/* line 251, ../sass/cospo/elements/_navigation.scss */
body.light .widget-content-search button[type=submit]:before,
body:not(.light):not(.dark) .widget-content-search button[type=submit]:before {
    background-image: url("../img/svg/search-dark.svg");
    background-size: 14px 14px;
}

/* line 262, ../sass/cospo/elements/_navigation.scss */
body.dark .widget-newsletter button[type=submit]:before, body.dark .widget-content-search button[type=submit]:before {
    background-image: url("../img/ico/light/next.svg");
}

/* line 265, ../sass/cospo/elements/_navigation.scss */
body.dark .widget-newsletter button[type=submit]:before:hover, body.dark .widget-content-search button[type=submit]:before:hover {
    background: url("../img/ico/light/next.svg") center center no-repeat !important;
}

/* line 274, ../sass/cospo/elements/_navigation.scss */
body.dark .widget-content-search button[type=submit]:before {
    background-image: url("../img/svg/search.svg");
    background-size: 14px 14px;
}

/* line 282, ../sass/cospo/elements/_navigation.scss */
.navigation {
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
}

/* line 290, ../sass/cospo/elements/_navigation.scss */
.navigation nav {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.1);
}

/* line 298, ../sass/cospo/elements/_navigation.scss */
.navigation nav .navigation-menu ul {
    position: absolute;
    visibility: hidden;
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, height 0s 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease, height 0s 0.4s ease;
    opacity: 0;
    z-index: 999999;
}

/* line 306, ../sass/cospo/elements/_navigation.scss */
.navigation nav .navigation-menu > li {
    -webkit-transition: opacity 0.4s 0.4s ease;
    transition: opacity 0.4s 0.4s ease;
    opacity: 1;
    cursor: pointer;
}

/* line 313, ../sass/cospo/elements/_navigation.scss */
.navigation nav li {
    line-height: 1;
}

/* line 316, ../sass/cospo/elements/_navigation.scss */
.navigation nav li:before {
    content: none;
}

/* line 320, ../sass/cospo/elements/_navigation.scss */
.navigation nav li a {
    font-family: 'Dosis', sans-serif;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-decoration: none;
    letter-spacing: .142rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}

/* line 334, ../sass/cospo/elements/_navigation.scss */
.navigation nav li a:visited {
    color: #000;
    border-bottom: none;
}

/* line 339, ../sass/cospo/elements/_navigation.scss */
.navigation nav li a:hover {
    opacity: 1;
}

/* line 347, ../sass/cospo/elements/_navigation.scss */
.navigation nav .scales {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-transition: -webkit-transform .3s linear;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: scale(0) translateZ(0.00001px);
    -ms-transform: scale(0) translateZ(0.00001px);
    transform: scale(0) translateZ(0.00001px);
    opacity: .99;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #614aaa;
    backface-visibility: hidden;
    font-smoothing: antialiased;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* line 347, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .scales {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@media (-webkit-min-device-pixel-ratio: 0) {
    /* line 347, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .scales {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

/* Internet Explorer 9 & 10 fix */
@media screen and (min-width: 0\0
) {
    /* line 374, ../sass/cospo/elements/_navigation.scss */
    .navigation {
        background-color: rgba(0, 0, 0, 0.0001) !important;
    }
}

/* End */
/* line 383, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom .widget-item > a {
    display: inline-block !important;
    float: none !important;
}

/* line 391, ../sass/cospo/elements/_navigation.scss */
.navigation-btn, .navigation-btn--show-message {
    position: absolute;
    z-index: 3;
    z-index: 999999;
    top: 36px;
    padding: 0;
    margin: 0;
    width: 69px;
    height: 69px;
    margin-left: -34.5px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border: transparent 1px solid;
    border-radius: 50%;
    overflow: visible;
}

/* line 409, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:before, .navigation-btn--show-message:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    border: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 0;
}

/* line 424, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:after, .navigation-btn--show-message:after {
    content: none;
}

/* line 428, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:hover, .navigation-btn--show-message:hover {
    color: #373737 !important;
}

/* line 432, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:active, .navigation-btn--show-message:active {
    background: inherit !important;
}

@media (max-width: 991px) {
    /* line 432, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn:active, .navigation-btn--show-message:active {
        background: white !important;
    }
}

/* line 439, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:active:before, .navigation-btn--show-message:active:before {
    border: 0 !important;
}

/* line 443, ../sass/cospo/elements/_navigation.scss */
.navigation-btn.hideMenu, .hideMenu.navigation-btn--show-message {
    -webkit-transition: opacity 0.5s ease, top 0s 0.5s linear;
    transition: opacity 0.5s ease, top 0s 0.5s linear;
    opacity: 0;
}

/* line 448, ../sass/cospo/elements/_navigation.scss */
.navigation-btn svg, .navigation-btn--show-message svg {
    display: none;
}

/* line 453, ../sass/cospo/elements/_navigation.scss */
.navigation-btn[data-action='go-next-page'] svg, [data-action='go-next-page'].navigation-btn--show-message svg {
    display: block !important;
    width: 12px;
    position: relative;
    left: 50%;
    top: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 2px;
}

/* line 462, ../sass/cospo/elements/_navigation.scss */
.navigation-btn[data-action='go-next-page'] svg path, [data-action='go-next-page'].navigation-btn--show-message svg path {
    fill: #534d7d;
}

/* line 468, ../sass/cospo/elements/_navigation.scss */
.navigation-btn[data-action='close-menu'], [data-action='close-menu'].navigation-btn--show-message {
    opacity: 1;
    top: 36px;
}

/* line 476, ../sass/cospo/elements/_navigation.scss */
.navigation-btn[data-action='close-ajax-page']:before, [data-action='close-ajax-page'].navigation-btn--show-message:before, .navigation-btn[data-action='close-menu']:before, [data-action='close-menu'].navigation-btn--show-message:before, .navigation-btn[data-action='hide-map']:before, [data-action='hide-map'].navigation-btn--show-message:before {
    background-size: 19px 20px;
}

/* line 481, ../sass/cospo/elements/_navigation.scss */
.navigation-btn:after, .navigation-btn--show-message:after {
    background-color: transparent;
    -webkit-transition: width 0s;
    transition: width 0s;
}

@media (max-width: 991px) {
    /* line 489, ../sass/cospo/elements/_navigation.scss */
    .light .navigation-btn, .light .navigation-btn--show-message {
        background-color: #373737 !important;
    }

    /* line 493, ../sass/cospo/elements/_navigation.scss */
    .light .navigation-btn:active, .light .navigation-btn--show-message:active {
        background: #373737 !important;
    }
}

@media (max-width: 991px) {
    /* line 500, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn, .navigation-btn--show-message {
        width: 57px;
        height: 57px;
        margin-left: -28.5px;
    }

    /* line 508, ../sass/cospo/elements/_navigation.scss */
    .navigation nav li {
        padding: .47rem 0;
    }

    /* line 512, ../sass/cospo/elements/_navigation.scss */
    .navigation nav a {
        font-size: 1.571rem;
    }

    /* line 520, ../sass/cospo/elements/_navigation.scss */
    .navigation .widget-lang ul li,
    .navigation .widget-search ul li {
        font-size: 16px;
    }

    /* line 523, ../sass/cospo/elements/_navigation.scss */
    .navigation .widget-lang ul li a,
    .navigation .widget-search ul li a {
        font-size: 16px;
    }

    /* line 533, ../sass/cospo/elements/_navigation.scss */
    .navigation.open-bottom button.navigation-btn, .navigation.open-bottom button.navigation-btn--show-message, .navigation.open-top button.navigation-btn, .navigation.open-top button.navigation-btn--show-message {
        z-index: 2 !important;
    }
}

@media (min-width: 992px) {
    /* line 541, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn, .navigation-btn--show-message {
        width: 57px;
        height: 57px;
    }

    /* line 548, ../sass/cospo/elements/_navigation.scss */
    .navigation nav li {
        padding: 1.07rem 0;
    }

    /* line 552, ../sass/cospo/elements/_navigation.scss */
    .navigation nav a {
        font-size: 1.857rem;
    }

    /* line 559, ../sass/cospo/elements/_navigation.scss */
    header.navigation .menu_wrapper {
        z-index: -1;
    }

    /* line 564, ../sass/cospo/elements/_navigation.scss */
    header.navigation.enable-hover .menu_wrapper {
        z-index: 0;
    }
}

@media (max-height: 275px) {
    /* line 572, ../sass/cospo/elements/_navigation.scss */
    button[data-action='show-widget-bottom'] {
        opacity: 0 !important;
    }
}

@media (max-width: 991px) {
    /* line 578, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn, .navigation-btn--show-message {
        right: 15px;
        width: 50px;
        height: 50px;
        margin-left: 0;
    }
}

/* line 593, ../sass/cospo/elements/_navigation.scss */
body.light .navigation-btn[data-action='close-ajax-page']:before, body.light [data-action='close-ajax-page'].navigation-btn--show-message:before, body.light .navigation-btn[data-action='close-menu']:before, body.light [data-action='close-menu'].navigation-btn--show-message:before, body.light .navigation-btn[data-action='close-message']:before, body.light [data-action='close-message'].navigation-btn--show-message:before, body.light .navigation-btn[data-action='hide-map']:before, body.light [data-action='hide-map'].navigation-btn--show-message:before,
body:not(.light):not(.dark) .navigation-btn[data-action='close-ajax-page']:before,
body:not(.light):not(.dark) [data-action='close-ajax-page'].navigation-btn--show-message:before,
body:not(.light):not(.dark) .navigation-btn[data-action='close-menu']:before,
body:not(.light):not(.dark) [data-action='close-menu'].navigation-btn--show-message:before,
body:not(.light):not(.dark) .navigation-btn[data-action='close-message']:before,
body:not(.light):not(.dark) [data-action='close-message'].navigation-btn--show-message:before,
body:not(.light):not(.dark) .navigation-btn[data-action='hide-map']:before,
body:not(.light):not(.dark) [data-action='hide-map'].navigation-btn--show-message:before {
    background-image: url("../img/ico/light/close.svg");
}

/* line 599, ../sass/cospo/elements/_navigation.scss */
body.light .navigation-btn[data-action='show-menu']:before, body.light [data-action='show-menu'].navigation-btn--show-message:before,
body:not(.light):not(.dark) .navigation-btn[data-action='show-menu']:before,
body:not(.light):not(.dark) [data-action='show-menu'].navigation-btn--show-message:before {
    top: 50%;
    left: 50%;
    width: 22px;
    height: 16px;
    margin-left: -11px;
    margin-top: -8px;
    border-radius: 0;
    background-image: url("../img/ico/light/menu.svg");
}

/* line 614, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation-btn, body.dark .navigation-btn--show-message,
.navigation-btn,
.navigation-btn:after {
    background-color: #fff !important;
    
}

/* line 618, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation-btn[data-action='show-message']:after, body.dark [data-action='show-message'].navigation-btn--show-message:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/svg/mail.svg");
    background-size: 32px 26px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* line 638, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation-btn[data-action='close-ajax-page']:after, body.dark [data-action='close-ajax-page'].navigation-btn--show-message:after, body.dark .navigation-btn[data-action='close-menu']:after, body.dark [data-action='close-menu'].navigation-btn--show-message:after, body.dark .navigation-btn[data-action='close-message']:after, body.dark [data-action='close-message'].navigation-btn--show-message:after, body.dark .navigation-btn[data-action='close-sign-in']:after, body.dark [data-action='close-sign-in'].navigation-btn--show-message:after, body.dark .navigation-btn[data-action='hide-map']:after, body.dark [data-action='hide-map'].navigation-btn--show-message:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/ico/dark/close.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* line 652, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation-btn[data-action='close-ajax-page'].hideMenu, body.dark [data-action='close-ajax-page'].hideMenu.navigation-btn--show-message, body.dark .navigation-btn[data-action='close-menu'].hideMenu, body.dark [data-action='close-menu'].hideMenu.navigation-btn--show-message, body.dark .navigation-btn[data-action='close-message'].hideMenu, body.dark [data-action='close-message'].hideMenu.navigation-btn--show-message, body.dark .navigation-btn[data-action='close-sign-in'].hideMenu, body.dark [data-action='close-sign-in'].hideMenu.navigation-btn--show-message, body.dark .navigation-btn[data-action='hide-map'].hideMenu, body.dark [data-action='hide-map'].hideMenu.navigation-btn--show-message {
    opacity: 1 !important;
}

/* line 658, ../sass/cospo/elements/_navigation.scss */
body.dark .navigation-btn[data-action='show-menu']:before, body.dark [data-action='show-menu'].navigation-btn--show-message:before {
    top: 50%;
    left: 50%;
    width: 22px;
    height: 16px;
    margin-left: -11px;
    margin-top: -8px;
    border-radius: 0;
    background-image: url("../img/ico/dark/menu.svg");
}

@media (max-width: 991px) {
    /* line 674, ../sass/cospo/elements/_navigation.scss */
    header.navigation.open button.navigation-link-btn {
        opacity: 1;
    }

    /* line 679, ../sass/cospo/elements/_navigation.scss */
    .navigation {
        background-color: transparent;
        height: 0;
        -webkit-transition: background-color 0.3s ease, height 0s ease 0.3s;
        transition: background-color 0.3s ease, height 0s ease 0.3s;
    }

    /* line 684, ../sass/cospo/elements/_navigation.scss */
    .navigation .navigation-menu {
        position: relative;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }

    /* line 691, ../sass/cospo/elements/_navigation.scss */
    .navigation .navigation-menu,
    .navigation button.navigation-link-btn {
        -webkit-transition: opacity 0.3s 0.2s ease !important;
        transition: opacity 0.3s 0.2s ease !important;
        opacity: 0;
    }

    /* line 697, ../sass/cospo/elements/_navigation.scss */
    .navigation.open {
        width: 100%;
        height: 100%;
        -webkit-transition: background-color 0.3s ease, height 0s ease;
        transition: background-color 0.3s ease, height 0s ease;
    }

    /* line 702, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .navigation-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    /* line 708, ../sass/cospo/elements/_navigation.scss */
    .navigation.open nav {
        height: 100%;
    }

    /* line 711, ../sass/cospo/elements/_navigation.scss */
    .navigation.open nav .wrapper-scroll {
        height: inherit;
    }

    /* line 714, ../sass/cospo/elements/_navigation.scss */
    .navigation.open nav .wrapper-scroll .scroll {
        overflow-y: auto;
        height: inherit;
    }

    /* line 727, ../sass/cospo/elements/_navigation.scss */
    .widget-lang.opened-lang button.navigation-link-btn, .widget-lang.opened-search button.navigation-link-btn,
    .widget-search.opened-lang button.navigation-link-btn,
    .widget-search.opened-search button.navigation-link-btn {
        -webkit-transition: opacity 0.2s ease !important;
        transition: opacity 0.2s ease !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 735, ../sass/cospo/elements/_navigation.scss */
    .navigation .navigation-btn, .navigation .navigation-btn--show-message {
        left: 85.5%;
        margin-left: -25px;
    }
}

@media screen and (min-width: 992px) {
    /* line 742, ../sass/cospo/elements/_navigation.scss */
    .navigation {
        top: 0;
        left: 69.375%;
        width: 30.625%;
        height: 100%;
        -webkit-transition: background-color 0.1s ease;
        transition: background-color 0.1s ease;
        background-color: transparent;
    }

    /* line 750, ../sass/cospo/elements/_navigation.scss */
    .navigation nav {
        position: relative;
        overflow: hidden;
    }

    /* line 755, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .navigation-menu {
        display: block;
    }

    /* line 759, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .wrapper-scroll {
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        opacity: 0;
        padding-top: 116px;
        padding-bottom: 116px;
    }

    /* line 767, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .scroll {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0 60px;
    }

    /* line 772, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .scroll > .content-center {
        padding-bottom: 0;
    }

    /* line 777, ../sass/cospo/elements/_navigation.scss */
    .navigation nav .menu_wrapper {
        -webkit-transition: opacity 0.1s 0.2s ease, visibility 0s ease 0.3s;
        transition: opacity 0.1s 0.2s ease, visibility 0s ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    /* line 783, ../sass/cospo/elements/_navigation.scss */
    .navigation nav a {
        pointer-events: none;
    }

    /* line 788, ../sass/cospo/elements/_navigation.scss */
    .navigation .widget-lang,
    .navigation .widget-search {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    /* line 794, ../sass/cospo/elements/_navigation.scss */
    .navigation .widget-lang .widget-search-content,
    .navigation .widget-search .widget-search-content {
        padding: 48px 58px 0;
    }

    /* line 799, ../sass/cospo/elements/_navigation.scss */
    .navigation .navigation-link-btn {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s linear, transform 0.3s linear, box-shadow .3s linear;
        transition: opacity 0.3s linear, transform 0.3s linear, box-shadow .3s linear;
        -webkit-transition: opacity .3s linear, -webkit-transform .3s linear, box-shadow .3s linear;
    }

    /* line 806, ../sass/cospo/elements/_navigation.scss */
    .navigation .navigation-link-btn2 {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s linear, transform 0.3s linear;
        transition: opacity 0.3s linear, transform 0.3s linear;
        -webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
    }

    /* line 815, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover .widget-lang,
    .navigation.enable-hover:hover .widget-search {
        opacity: 1;
        visibility: visible;
    }

    /* line 821, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover .navigation-link-btn {
        opacity: 1;
        visibility: visible;
    }

    /* line 826, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover .navigation-link-btn2 {
        opacity: 1;
        visibility: visible;
    }

    /* line 832, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .menu_wrapper {
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        visibility: visible;
        opacity: 1;
    }

    /* line 839, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .wrapper-scroll {
        -webkit-transition: opacity 0.2s 0.1s ease;
        transition: opacity 0.2s 0.1s ease;
        opacity: 1;
    }

    /* line 844, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .scales {
        -webkit-transform: scale(1) translateZ(0.00001px);
        -ms-transform: scale(1) translateZ(0.00001px);
        transform: scale(1) translateZ(0.00001px);
        opacity: .99;
    }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (-ms-high-contrast: none) {
    /* line 844, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .scales {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 844, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .scales {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 992px) {
    /* line 855, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav a {
        pointer-events: auto;
    }

    /* line 859, ../sass/cospo/elements/_navigation.scss */
    .navigation.enable-hover:hover nav .wrapper-scroll {
        height: 100%;
        width: 100%;
        -webkit-transition: height 0s ease;
        transition: height 0s ease;
    }

    /* line 869, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn, .navigation-btn--show-message {
        top: 50%;
        left: 0;
        width: 69px;
        height: 69px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: transparent !important;
    }

    /* line 877, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn:before, .navigation-btn--show-message:before {
        background-color: white;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease;
        -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
        transform: scale(0.96);
    }

    /* line 890, ../sass/cospo/elements/_navigation.scss */
    .navigation-btn:hover:before, .navigation-btn--show-message:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
    }

    /* line 897, ../sass/cospo/elements/_navigation.scss */
    body.light .navigation-btn:before, body.light .navigation-btn--show-message:before {
        background-color: #373737 !important;
    }
}

/*********************************************/
/* line 905, ../sass/cospo/elements/_navigation.scss */
.widget-block {
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    z-index: 3;
}

/* line 918, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom {
    opacity: 0;
    padding-bottom: 120px;
}

/* line 923, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom.opened {
    opacity: 1 !important;
    visibility: visible !important;
}

/* line 928, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom .widget-content {
    bottom: 0;
    opacity: 1;
}

/* line 934, ../sass/cospo/elements/_navigation.scss */
.widget-block-top {
    opacity: 0;
    /* widget-lang in widget top */
}

/* line 937, ../sass/cospo/elements/_navigation.scss */
.widget-block-top.opened {
    -webkit-transition: opacity 0.3s 0.3s linear;
    transition: opacity 0.3s 0.3s linear;
    opacity: 1;
    visibility: visible;
}

/* line 943, ../sass/cospo/elements/_navigation.scss */
.widget-block-top .widget-content {
    top: 0;
    opacity: 1;
    padding-bottom: 0;
}

/* line 949, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button.navigation-link-btn {
    background-color: transparent !important;
}

/* line 952, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button.navigation-link-btn:hover {
    background-color: transparent !important;
}

/* line 957, ../sass/cospo/elements/_navigation.scss */
.widget-block-top .widget-lang,
.widget-block-top .widget-search {
    left: 100%;
    z-index: 10;
    -webkit-transition: left 0s ease 0.3s;
    transition: left 0s ease 0.3s;
}

/* line 963, ../sass/cospo/elements/_navigation.scss */
.widget-block-top .widget-lang.opened-lang, .widget-block-top .widget-lang.opened-search,
.widget-block-top .widget-search.opened-lang,
.widget-block-top .widget-search.opened-search {
    -webkit-transition: left 0s ease 0s;
    transition: left 0s ease 0s;
    left: 0;
}

/* line 970, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-lang"] {
    top: 30px;
    left: 38px;
    margin-left: 0;
    margin-top: 0;
}

/* line 976, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-lang"]:before {
    content: none !important;
}

/* line 980, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-lang"]:hover {
    box-shadow: none;
    background: transparent !important;
}

/* line 984, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-lang"]:hover:before {
    content: none !important;
}

/* line 990, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-search"] {
    right: 15px;
    margin-left: 0;
    margin-right: 0;
    background: transparent !important;
}

/* line 996, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-search"]:before {
    background-image: url("../img/svg/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}

/* line 1003, ../sass/cospo/elements/_navigation.scss */
.widget-block-top button[data-action="show-search"]:hover {
    box-shadow: none;
    background: transparent !important;
}

/* line 1011, ../sass/cospo/elements/_navigation.scss */
.widget-block-top .wrapper-scroll {
    padding-top: 120px;
    padding-bottom: 30px;
}

/* line 1017, ../sass/cospo/elements/_navigation.scss */
.widget-block .widget-social-icons {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* line 1023, ../sass/cospo/elements/_navigation.scss */
.widget-block .widget-social-icons li {
    display: inline-block;
    padding: 0;
}

/* line 1027, ../sass/cospo/elements/_navigation.scss */
.widget-block .widget-social-icons li:before {
    content: none;
}

/* line 1033, ../sass/cospo/elements/_navigation.scss */
.widget-block .wrapper-scroll {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* line 1038, ../sass/cospo/elements/_navigation.scss */
.widget-block .wrapper-scroll .scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

/* line 1052, ../sass/cospo/elements/_navigation.scss */
.widget-content {
    position: absolute;
    left: 0;
    max-height: 100%;
    width: 100%;
    padding: 17px 65px 122px;
    -webkit-transition: opacity 0.3s 0.3s linear;
    transition: opacity 0.3s 0.3s linear;
    opacity: 0;
}

@media (max-width: 767px) {
    /* line 1052, ../sass/cospo/elements/_navigation.scss */
    .widget-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 1065, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item {
    padding-right: 0;
    margin-bottom: 57px;
    /* check if it need */
    overflow-x: hidden;
    max-width: 380px;
    margin: 0 auto 57px;
}

@media (min-width: 992px) {
    /* line 1065, ../sass/cospo/elements/_navigation.scss */
    .widget-content .widget-item {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    /* line 1065, ../sass/cospo/elements/_navigation.scss */
    .widget-content .widget-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* line 1080, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item .widget-newsletter, .widget-content .widget-item .widget-content-search {
    max-width: none;
}

/* line 1084, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item .instagram {
    overflow: hidden;
}

/* line 1087, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item .instagram a {
    display: block;
    float: left;
    width: 33.3334%;
}

/* line 1092, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item .instagram a img {
    display: block;
}

/* line 1098, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item:last-child {
    margin-bottom: 0;
}

/* line 1102, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item button {
    margin: 0;
    padding: 8px 15px;
    margin-bottom: 10px;
    margin-right: 9px;
    background-color: #efefef;
    font-size: 12px;
    color: #373737;
    line-height: 1;
    height: auto;
    letter-spacing: 1px;
    border: 0;
}

/* line 1115, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item button:before {
    border-color: #efefef;
}

/* line 1120, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item button:hover:before {
    border-color: #fff;
}

/* line 1126, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item h5 {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 300;
}

/* line 1132, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item a,
.widget-content .widget-item p,
.widget-content .widget-item h1 span,
h1 .widget-content .widget-item span,
.widget-content .widget-item h2 span,
h2 .widget-content .widget-item span,
.widget-content .widget-item h3 span,
h3 .widget-content .widget-item span,
.widget-content .widget-item .cospo-comment .author-name span,
.cospo-comment .author-name .widget-content .widget-item span,
.widget-content .widget-item h4 span,
h4 .widget-content .widget-item span,
.widget-content .widget-item h5 span,
h5 .widget-content .widget-item span,
.widget-content .widget-item h6 span,
h6 .widget-content .widget-item span {
    border-bottom: none !important;
    font-size: 16px;
    letter-spacing: .45px;
    font-weight: 300;
}

/* line 1140, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item p, .widget-content .widget-item h1 span, h1 .widget-content .widget-item span,
.widget-content .widget-item h2 span,
h2 .widget-content .widget-item span,
.widget-content .widget-item h3 span,
h3 .widget-content .widget-item span,
.widget-content .widget-item .cospo-comment .author-name span,
.cospo-comment .author-name .widget-content .widget-item span,
.widget-content .widget-item h4 span,
h4 .widget-content .widget-item span,
.widget-content .widget-item h5 span,
h5 .widget-content .widget-item span,
.widget-content .widget-item h6 span,
h6 .widget-content .widget-item span {
    color: white;
}

/* line 1144, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item a,
.widget-content .widget-item a:visited {
    color: rgba(255, 255, 255, 1);
    opacity: .6;
}

/* line 1154, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item a.button.social:empty,
.widget-content .widget-item button.social:empty {
    font-size: .786rem;
}

/* line 1169, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item input {
    margin-bottom: 1px;
}

/* line 1173, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item .video-player,
.widget-content .widget-item figure {
    margin-bottom: 25px;
}

/* line 1178, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item time {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 9px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1.3px;
}

/* line 1187, ../sass/cospo/elements/_navigation.scss */
.widget-content .widget-item [type="submit"],
.widget-content .widget-item.widget-content-search [type="submit"] {
    margin: 0;
    background-color: transparent;
    height: 2.21em;
    padding: 0;
    margin: 0;
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-size: 1.357rem;
}

/* line 1202, ../sass/cospo/elements/_navigation.scss */
.widget-content ul {
    text-decoration: none;
}

/* line 1205, ../sass/cospo/elements/_navigation.scss */
.widget-content ul li {
    font-size: .875rem;
    padding: 0;
    margin: 7px 0 10px;
    line-height: 1;
    letter-spacing: 1px;
}

/* line 1211, ../sass/cospo/elements/_navigation.scss */
.widget-content ul li:before {
    content: none;
}

/* line 1217, ../sass/cospo/elements/_navigation.scss */
.widget-content .button {
    margin-top: 0;
    /*margin-right: 20px;*/
}

/* line 1221, ../sass/cospo/elements/_navigation.scss */
.widget-content .button:first-child {
    margin-left: 0;
}

/* line 1224, ../sass/cospo/elements/_navigation.scss */
.widget-content .button:last-child {
    margin-right: 0;
}

/* line 1228, ../sass/cospo/elements/_navigation.scss */
.widget-content .button[class^="socicon-"], .widget-content .button[class*=" socicon-"] {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: .786rem;
    padding-left: 24px;
    padding-right: 24px;
    margin: 5px 10px;
}

/* line 1237, ../sass/cospo/elements/_navigation.scss */
.widget-content .button[class^="socicon-"]:before, .widget-content .button[class*=" socicon-"]:before {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* line 1242, ../sass/cospo/elements/_navigation.scss */
.widget-content .button[class^="socicon-"] .social-likes__counter, .widget-content .button[class*=" socicon-"] .social-likes__counter {
    display: block;
}

/* line 1246, ../sass/cospo/elements/_navigation.scss */
.widget-content .button:hover {
    color: #7b7b7b;
}

/* line 1260, ../sass/cospo/elements/_navigation.scss */
.light .widget-block-top button[data-action="show-search"]:before {
    background-image: url("../img/svg/search-dark.svg");
}

/* line 1268, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item p, .light .widget-content .widget-item h1 span, h1 .light .widget-content .widget-item span,
.light .widget-content .widget-item h2 span,
h2 .light .widget-content .widget-item span,
.light .widget-content .widget-item h3 span,
h3 .light .widget-content .widget-item span,
.light .widget-content .widget-item .cospo-comment .author-name span,
.cospo-comment .author-name .light .widget-content .widget-item span,
.light .widget-content .widget-item h4 span,
h4 .light .widget-content .widget-item span,
.light .widget-content .widget-item h5 span,
h5 .light .widget-content .widget-item span,
.light .widget-content .widget-item h6 span,
h6 .light .widget-content .widget-item span {
    color: #373737;
}

/* line 1271, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item a,
.light .widget-content .widget-item a:visited {
    color: #373737;
    opacity: .8;
}

/* line 1275, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item a:hover,
.light .widget-content .widget-item a:visited:hover {
    opacity: 1;
}

/* line 1281, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item time {
    color: #373737;
}

/* line 1284, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}

/* line 1287, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button:before {
    border-color: transparent;
    background-color: #373737;
    z-index: -1;
}

/* line 1292, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button:after {
    background: #000;
}

/* line 1295, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button:hover {
    color: #fff;
}

/* line 1297, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button:hover:after {
    background: #000;
}

/* line 1302, ../sass/cospo/elements/_navigation.scss */
.light .widget-content .widget-item button[type="submit"]:before {
    background-color: transparent;
}

/* line 1312, ../sass/cospo/elements/_navigation.scss */
.social-link {
    margin: 0 -9px;
}

/* line 1315, ../sass/cospo/elements/_navigation.scss */
.social-link a,
.social-link a:visited {
    color: rgba(255, 255, 255, 0.6);
}

/* line 1319, ../sass/cospo/elements/_navigation.scss */
.social-link a:hover,
.social-link a:visited:hover {
    opacity: 1;
}

/* line 1325, ../sass/cospo/elements/_navigation.scss */
.social-link a.button.social:empty,
.social-link button.social:empty {
    padding: 0 1.714rem !important;
    font-size: .786rem;
    font-weight: 300;
    margin-right: .643rem;
    margin-left: .643rem;
}

/* line 1333, ../sass/cospo/elements/_navigation.scss */
.social-link a.button.social:empty:before,
.social-link button.social:empty:before {
    top: .143rem;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 1343, ../sass/cospo/elements/_navigation.scss */
    .widget-block button[data-action="show-lang"],
    .widget-block button[data-action="show-search"] {
        top: 38px;
    }

    /* line 1348, ../sass/cospo/elements/_navigation.scss */
    .widget-block button[data-action="show-search"] {
        right: 38px;
    }
}

/* line 1356, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom .widget-content {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s linear !important;
    transition: opacity 0.3s 0.3s linear !important;
    padding-top: 45px;
}

/* line 1363, ../sass/cospo/elements/_navigation.scss */
.widget-block-bottom.opened .widget-content {
    opacity: 1;
}

@media (max-width: 991px) {
    /* line 1374, ../sass/cospo/elements/_navigation.scss */
    .widget-block-bottom .widget-content {
        padding: 17px 65px 0;
    }
}

@media (min-width: 992px) {
    /* line 1381, ../sass/cospo/elements/_navigation.scss */
    .widget-content {
        padding: 17px 60px 0;
    }
}

/*********************************************/
/* line 1389, ../sass/cospo/elements/_navigation.scss */
button.navigation-link-btn {
    position: absolute;
    display: block;
    z-index: 3;
    width: 54px;
    height: 54px;
    font-size: 14px;
    font-size-adjust: .5;
    border-radius: 50%;
    border: 2px solid transparent;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
    color: white;
    font-weight: 300;
    text-decoration: none;
    border: 0;
    text-transform: none;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, box-shadow 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease, box-shadow .3s ease;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    /*&:visited*/
}

/* line 1416, ../sass/cospo/elements/_navigation.scss */
button.navigation-link-btn:active, button.navigation-link-btn:hover {
    border: 0;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
    outline: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* line 1426, ../sass/cospo/elements/_navigation.scss */
button.navigation-link-btn:before {
    border: 0 !important;
}

/* line 1430, ../sass/cospo/elements/_navigation.scss */
button.navigation-link-btn:after {
    content: none;
}

/* line 1437, ../sass/cospo/elements/_navigation.scss */
body.light button.navigation-link-btn,
body:not(.dark):not(.light) button.navigation-link-btn {
    background-color: #373737;
}

/* line 1440, ../sass/cospo/elements/_navigation.scss */
body.light button.navigation-link-btn:hover,
body:not(.dark):not(.light) button.navigation-link-btn:hover {
    background: #373737 !important;
}

/* line 1446, ../sass/cospo/elements/_navigation.scss */
body.light button[data-action="show-lang"]:before,
body:not(.dark):not(.light) button[data-action="show-lang"]:before {
    background-color: #373737;
}

/* line 1452, ../sass/cospo/elements/_navigation.scss */
body.light .widget-block button.navigation-link-btn,
body:not(.dark):not(.light) .widget-block button.navigation-link-btn {
    background: transparent !important;
    color: #373737;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

/* line 1457, ../sass/cospo/elements/_navigation.scss */
body.light .widget-block button.navigation-link-btn:hover,
body:not(.dark):not(.light) .widget-block button.navigation-link-btn:hover {
    background: #373737 !important;
    color: rgba(255, 255, 255, 0.6);
}

/* line 1466, ../sass/cospo/elements/_navigation.scss */
body.dark button.navigation-link-btn {
    background-color: rgba(255, 255, 255, 0.15);
}

/* line 1469, ../sass/cospo/elements/_navigation.scss */
body.dark button.navigation-link-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* line 1475, ../sass/cospo/elements/_navigation.scss */
body.dark button[data-action="show-lang"]:before {
    background-color: rgba(255, 255, 255, 0.15);
}

/* line 1481, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-widget-bottom"] {
    bottom: 36px;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
}

/* line 1488, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-widget-top"] {
    top: 29.75px;
    left: 50%;
    margin-top: 0;
    margin-left: -31.25px;
}

/* line 1494, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-widget-top"].hide {
    opacity: 0 !important;
    z-index: 0;
}

@media (min-width: 992px) {
    /* line 1500, ../sass/cospo/elements/_navigation.scss */
    button[data-action="show-widget-top"] {
        top: 35px;
    }
}

/* line 1506, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-search"] {
    top: 30px;
    right: 45px;
    margin-top: 0;
    margin-left: -26px;
}

/* line 1514, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-lang"] {
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    background-color: transparent !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/* line 1522, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-lang"]:active, button[data-action="show-lang"]:hover {
    background: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/* line 1528, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-lang"]:active:before, button[data-action="show-lang"]:hover:before {
    border: 0 !important;
    -webkit-transform: scale(1) rotate(0.02deg) translateZ(0.00001px);
    -ms-transform: scale(1) rotate(0.02deg) translateZ(0.00001px);
    transform: scale(1) rotate(0.02deg) translateZ(0.00001px);
}

/* line 1534, ../sass/cospo/elements/_navigation.scss */
button[data-action="show-lang"]:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: inherit;
    height: inherit;
    border-radius: 50%;
    z-index: -1;
    border: 0 !important;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transform: scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    -ms-transform: scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    transform: scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, box-shadow 0.3s ease !important;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, box-shadow 0.3s ease !important;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease, box-shadow .3s ease !important;
}

@media (max-width: 767px) {
    /* line 1552, ../sass/cospo/elements/_navigation.scss */
    button[data-action="show-lang"] {
        margin-left: 0 !important;
        left: 15px !important;
    }
}

@media (max-width: 991px) {
    /* line 1558, ../sass/cospo/elements/_navigation.scss */
    button[data-action="show-lang"] {
        top: 50%;
        margin-top: -26px;
        margin-left: -25px;
        left: 14.5%;
    }
}

@media (max-width: 991px) {
    /* line 1567, ../sass/cospo/elements/_navigation.scss */
    .navigation nav {
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: height 0s ease 0.3s, opacity .3s ease;
        transition: height 0s ease 0.3s, opacity .3s ease;
    }

    /* line 1573, ../sass/cospo/elements/_navigation.scss */
    .navigation .widget-lang,
    .navigation .widget-search {
        height: 0;
    }

    /* line 1579, ../sass/cospo/elements/_navigation.scss */
    .navigation.open nav {
        height: 100%;
        opacity: 1;
        -webkit-transition: height 0s ease 0s, opacity .3s ease;
        transition: height 0s ease 0s, opacity .3s ease;
    }

    /* line 1583, ../sass/cospo/elements/_navigation.scss */
    .navigation.open nav .scales {
        /*@include transform( (scale(1) translateZ(0.00001px)) );*/
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        /*          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                 @include transform( scale(1) );
              }
              @media (-webkit-min-device-pixel-ratio:0) {
                 @include transform( scale(1) );
              }*/
    }

    /* line 1596, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .widget-lang,
    .navigation.open .widget-search {
        height: 120px;
    }

    /* line 1600, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .widget-lang.opened-lang,
    .navigation.open .widget-search.opened-lang {
        z-index: 999999;
    }

    /* line 1605, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .navigation-link-btn {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 992px) {
    /* line 1615, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .widget-lang,
    .navigation.open .widget-search {
        height: 115px;
    }

    /* line 1619, ../sass/cospo/elements/_navigation.scss */
    .navigation.open .widget-lang.opened,
    .navigation.open .widget-search.opened {
        z-index: 999999;
    }
}

/* line 1630, ../sass/cospo/elements/_navigation.scss */
.navigation nav .wrapper-scroll {
    padding: 122px 0;
    position: relative;
    z-index: 2;
}

/* line 1638, ../sass/cospo/elements/_navigation.scss */
.navigation.open a.navigation-link-btn {
    opacity: 1;
    visibility: visible;
}

/* line 1645, ../sass/cospo/elements/_navigation.scss */
.navigation.open-top button[data-action="show-widget-bottom"] {
    z-index: 2;
}

/* line 1650, ../sass/cospo/elements/_navigation.scss */
.navigation.open-top button[data-action="show-widget-top"]:before {
    background-image: url("../img/ico/light/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 15px;
}

/* line 1658, ../sass/cospo/elements/_navigation.scss */
.navigation.open-top .widget-overlay {
    z-index: 2;
    visibility: visible;
}

/* line 1662, ../sass/cospo/elements/_navigation.scss */
.navigation.open-top .widget-overlay .widget-overlay-top {
    -webkit-transform: perspective(1px) scale(1);
    -ms-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1);
}

/* line 1669, ../sass/cospo/elements/_navigation.scss */
.navigation.open-bottom button[data-action="show-widget-top"] {
    z-index: 2;
}

/* line 1674, ../sass/cospo/elements/_navigation.scss */
.navigation.open-bottom button[data-action="show-widget-bottom"]:before {
    background-image: url("../img/ico/light/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 15px;
}

/* line 1682, ../sass/cospo/elements/_navigation.scss */
.navigation.open-bottom .widget-overlay {
    z-index: 2;
    visibility: visible;
}

/* line 1686, ../sass/cospo/elements/_navigation.scss */
.navigation.open-bottom .widget-overlay .widget-overlay-bottom {
    -webkit-transform: perspective(1px) scale(1);
    -ms-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1);
}

/*********************************************/
/* line 1695, ../sass/cospo/elements/_navigation.scss */
.widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0.3s linear;
    transition: visibility 0.3s linear;
}

/* line 1706, ../sass/cospo/elements/_navigation.scss */
.widget-overlay-bottom, .widget-overlay-top {
    position: absolute;
    -webkit-transform: perspective(1px) scale(0);
    -ms-transform: perspective(1px) scale(0);
    transform: perspective(1px) scale(0);
    -webkit-transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    background-color: #6a76bf;
    border-radius: 50%;
    border: 2px solid transparent;
}

/*********************************************/
/* line 1720, ../sass/cospo/elements/_navigation.scss */
.widget-lang,
.widget-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

/* line 1730, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul,
.widget-search ul {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* line 1741, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul li,
.widget-search ul li {
    display: table-cell;
    vertical-align: middle;
    margin-right: 16px;
    padding: 0;
}

/* line 1747, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul li:last-child,
.widget-search ul li:last-child {
    margin-right: 0;
}

/* line 1751, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul li:before,
.widget-search ul li:before {
    content: none;
}

/* line 1755, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul li a,
.widget-search ul li a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 120px;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

/* line 1765, ../sass/cospo/elements/_navigation.scss */
.widget-lang ul li a:hover,
.widget-search ul li a:hover {
    color: white;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

/* line 1775, ../sass/cospo/elements/_navigation.scss */
.widget-lang.opened-lang button[data-action="show-lang"],
.widget-lang.opened-lang button[data-action="show-search"], .widget-lang.opened-search button[data-action="show-lang"],
.widget-lang.opened-search button[data-action="show-search"],
.widget-search.opened-lang button[data-action="show-lang"],
.widget-search.opened-lang button[data-action="show-search"],
.widget-search.opened-search button[data-action="show-lang"],
.widget-search.opened-search button[data-action="show-search"] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* line 1781, ../sass/cospo/elements/_navigation.scss */
.widget-lang.opened-lang ul, .widget-lang.opened-search ul,
.widget-search.opened-lang ul,
.widget-search.opened-search ul {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* line 1787, ../sass/cospo/elements/_navigation.scss */
.widget-lang.opened-lang .widget-lang-overlay,
.widget-lang.opened-lang .widget-search-overlay, .widget-lang.opened-search .widget-lang-overlay,
.widget-lang.opened-search .widget-search-overlay,
.widget-search.opened-lang .widget-lang-overlay,
.widget-search.opened-lang .widget-search-overlay,
.widget-search.opened-search .widget-lang-overlay,
.widget-search.opened-search .widget-search-overlay {
    -webkit-transform: perspective(1px) scale(1);
    -ms-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1);
}

/* line 1792, ../sass/cospo/elements/_navigation.scss */
.widget-lang.opened-lang .widget-search-content, .widget-lang.opened-search .widget-search-content,
.widget-search.opened-lang .widget-search-content,
.widget-search.opened-search .widget-search-content {
    opacity: 1;
}

/* line 1797, ../sass/cospo/elements/_navigation.scss */
.widget-lang-overlay,
.widget-search-overlay {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: perspective(1px) scale(0);
    -ms-transform: perspective(1px) scale(0);
    transform: perspective(1px) scale(0);
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    border-radius: 50%;
    border: 2px solid transparent;
}

/* line 1809, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content,
.widget-search .widget-search-content {
    position: relative;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 40px 35px 0;
}

/* line 1816, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content form,
.widget-search .widget-search-content form {
    position: relative;
}

/* line 1820, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content input[type="text"],
.widget-search .widget-search-content input[type="text"] {
    width: 100%;
    background-color: transparent;
    outline: none;
    margin: 0;
    height: 34px;
    padding-right: 20px;
}

/* line 1830, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content input[type="text"]:active, .widget-lang .widget-search-content input[type="text"]:focus,
.widget-search .widget-search-content input[type="text"]:active,
.widget-search .widget-search-content input[type="text"]:focus {
    outline: none;
}

/* line 1836, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content button,
.widget-lang .widget-search-content input[type="submit"],
.widget-search .widget-search-content button,
.widget-search .widget-search-content input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url("../img/svg/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    border: none;
    outline: none;
    margin: 0;
}

/* line 1852, ../sass/cospo/elements/_navigation.scss */
.widget-lang .widget-search-content button:focus,
.widget-lang .widget-search-content input[type="submit"]:focus,
.widget-search .widget-search-content button:focus,
.widget-search .widget-search-content input[type="submit"]:focus {
    outline: none;
    border: none;
}

/* line 1866, ../sass/cospo/elements/_navigation.scss */
.light .widget-lang ul li a:hover,
.light .widget-search ul li a:hover {
    color: black;
    opacity: 1;
}

/* line 1873, ../sass/cospo/elements/_navigation.scss */
.light .widget-lang-overlay,
.light .widget-search-overlay {
    background-color: rgba(255, 255, 255, 0.1);
}

/* line 1878, ../sass/cospo/elements/_navigation.scss */
.light .widget-lang .widget-search-content button,
.light .widget-lang .widget-search-content input[type="submit"],
.light .widget-search .widget-search-content button,
.light .widget-search .widget-search-content input[type="submit"] {
    background-image: url("../img/svg/search-dark.svg");
}

/*******************************************/
/* line 1888, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper {
    position: relative;
    overflow: hidden;
}

/* line 1893, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* line 1900, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu.no-duration li {
    transition-duration: 0 !important;
    -webkit-transition-duration: 0 !important;
}

/* line 1906, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu li {
    opacity: .2;
    -webkit-transition: opacity 0.5s linear, transform 0.5s linear;
    transition: opacity 0.5s linear, transform 0.5s linear;
    -webkit-transition: opacity .5s linear, -webkit-transform .5s linear;
    overflow: hidden;
    -webkit-transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
    -ms-transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
    transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
    margin: 0 !important;
}

/* line 1915, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu li.main-active {
    opacity: 1 !important;
    -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
    -ms-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
    transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
}

/* line 1919, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu li.main-active a {
    opacity: 1;
}

/* line 1924, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu li.second-active {
    opacity: .6;
    -webkit-transform: perspective(1px) scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    -ms-transform: perspective(1px) scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    transform: perspective(1px) scale(0.96) rotate(0.02deg) translateZ(0.00001px);
}

/* line 1929, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper .navigation-menu.carousel-menu li.last-active {
    opacity: .2;
    -webkit-transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
    -ms-transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
    transform: perspective(1px) scale(0.92) rotate(0.02deg) translateZ(0.00001px);
}

@media (min-width: 992px) {
    /* line 1941, ../sass/cospo/elements/_navigation.scss */
    .menu_wrapper .navigation-menu.carousel-menu li {
        -webkit-transform: perspective(1px) scale(0) rotate(0.02deg) translateZ(0.00001px);
        -ms-transform: perspective(1px) scale(0) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(0) rotate(0.02deg) translateZ(0.00001px);
        opacity: 0;
    }

    /* line 1951, ../sass/cospo/elements/_navigation.scss */
    .menu_wrapper.mouse-over .navigation-menu.carousel-menu li {
        opacity: 1;
        -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
        -ms-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
    }

    /* line 1955, ../sass/cospo/elements/_navigation.scss */
    .menu_wrapper.mouse-over .navigation-menu.carousel-menu li:hover {
        opacity: 0.5 !important;
    }

    /* line 1959, ../sass/cospo/elements/_navigation.scss */
    .menu_wrapper.mouse-over .navigation-menu.carousel-menu li a {
        opacity: 1 !important;
    }
}

/* Firefox rotate fix */
@-moz-document url-prefix() {
    /* line 1970, ../sass/cospo/elements/_navigation.scss */
    button.navigation-link-btn {
        transform: perspective(1px) scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    }
    /* line 1973, ../sass/cospo/elements/_navigation.scss */
    button.navigation-link-btn:active, button.navigation-link-btn:hover, button.navigation-link-btn:visited {
        transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
    }

    /* line 1983, ../sass/cospo/elements/_navigation.scss */
    button[data-action="show-lang"]:active:before, button[data-action="show-lang"]:hover:before {
        transform: scale(1) rotate(0.02deg) translateZ(0.00001px);
    }
    /* line 1988, ../sass/cospo/elements/_navigation.scss */
    button[data-action="show-lang"]:before {
        transform: scale(0.96) rotate(0.02deg) translateZ(0.00001px);
    }

    @media (max-width: 991px) {
        /* line 1995, ../sass/cospo/elements/_navigation.scss */
        .navigation.open-top .widget-overlay {
            transform: scale(1) perspective(1px) rotate(0.02deg) translateZ(0.00001px);
        }

        /* line 2002, ../sass/cospo/elements/_navigation.scss */
        .navigation.open-bottom .widget-overlay .widget-overlay-bottom {
            transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
        }

        /* line 2010, ../sass/cospo/elements/_navigation.scss */
        .widget-overlay-bottom, .widget-overlay-top {
            -webkit-transform: perspective(1px) scale(0);
            -ms-transform: perspective(1px) scale(0);
            transform: perspective(1px) scale(0);
        }

        /* line 2018, ../sass/cospo/elements/_navigation.scss */
        .widget-lang.opened-lang .widget-lang-overlay {
            transform: perspective(1px) scale(1);
        }

        /* line 2023, ../sass/cospo/elements/_navigation.scss */
        .widget-lang-overlay {
            transform: perspective(1px) scale(0);
        }

        /* line 2032, ../sass/cospo/elements/_navigation.scss */
        .menu_wrapper .navigation-menu.carousel-menu li.last-active, .menu_wrapper .navigation-menu.carousel-menu li.main-active, .menu_wrapper .navigation-menu.carousel-menu li.second-active {
            -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
            -ms-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
            transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
        }

        /* line 2044, ../sass/cospo/elements/_navigation.scss */
        .menu_wrapper.mouse-over .navigation-menu.carousel-menu li {
            -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
            -ms-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
            transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px) !important;
        }
    } /* End */
}

@-webkit-keyframes mymove {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .01;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mymove {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .01;
    }
    100% {
        opacity: 1;
    }
}

/* line 2092, ../sass/cospo/elements/_navigation.scss */
header.navigation:not(:hover) .navigation-link-btn[data-action='show-lang'], header.navigation:not(:hover) .navigation-link-btn[data-action='show-lang']:before {
    -webkit-transition: .4s !important;
    transition: .4s !important;
}

/* line 2100, ../sass/cospo/elements/_navigation.scss */
header.navigation:not(:hover) .navigation-link-btn[data-action='show-widget-bottom'], header.navigation:not(:hover) .navigation-link-btn[data-action='show-widget-bottom']:before {
    -webkit-transition: .2s !important;
    transition: .2s !important;
}

/* line 2112, ../sass/cospo/elements/_navigation.scss */
.menu_wrapper.hide-menu {
    height: 0 !important;
    overflow: hidden;
    opacity: 0 !important;
}

/* line 2119, ../sass/cospo/elements/_navigation.scss */
.sub-nav {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
}

/* line 2123, ../sass/cospo/elements/_navigation.scss */
.sub-nav-hide {
    opacity: 0;
}

/* line 2129, ../sass/cospo/elements/_navigation.scss */
ul.sub-ul {
    opacity: 0;
    margin: 0;
}

/* line 2133, ../sass/cospo/elements/_navigation.scss */
ul.sub-ul li {
    overflow: hidden;
}

/* line 2136, ../sass/cospo/elements/_navigation.scss */
ul.sub-ul li ul {
    position: absolute;
    height: 0;
    overflow: hidden;
    margin: 0;
}

/* line 2145, ../sass/cospo/elements/_navigation.scss */
ul.show-menu {
    position: relative;
    height: auto;
    overflow: hidden;
    opacity: 1;
}

/* line 2152, ../sass/cospo/elements/_navigation.scss */
ul.hide-menu {
    height: 0 !important;
    overflow: hidden;
    opacity: 0 !important;
}

/* line 2163, ../sass/cospo/elements/_navigation.scss */
.navigation-btn--show-message.home-page-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/svg/home.svg");
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* line 2180, ../sass/cospo/elements/_navigation.scss */
.show-sub-menu:after {
    content: '';
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding-left: 15px;
    background-image: url(../img/svg/plus.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    width: 15px;
    height: 23px;
    margin-left: 10px;
}

/* Slider
----------------------------------------------------------------------*/
/* slider style */
/* line 2, ../sass/cospo/elements/_slider.scss */
.slider {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* line 12, ../sass/cospo/elements/_slider.scss */
.slider-small {
    width: 50%;
    height: 50%;
}

/* line 16, ../sass/cospo/elements/_slider.scss */
.slider-small-bottom {
    top: 50%;
}

/* line 20, ../sass/cospo/elements/_slider.scss */
.slider-small-right {
    left: 50%;
}

/* line 25, ../sass/cospo/elements/_slider.scss */
.slider .item {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: opacity 0s 0.8s ease;
    transition: opacity 0s 0.8s ease;
    opacity: 0;
}

/* line 36, ../sass/cospo/elements/_slider.scss */
.slider .item.active {
    z-index: 1;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    opacity: 1;
}

/* line 42, ../sass/cospo/elements/_slider.scss */
.slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 50, ../sass/cospo/elements/_slider.scss */
.slider .item:before {
    content: none;
}

/* line 56, ../sass/cospo/elements/_slider.scss */
.slider-translate .item {
    /* @include transition( (transform .0s ease .9s, -webkit-transform .0s ease .9s) );*/
    /* @include transform( (translateY(-150%)) );*/
    will-change: transform;
    -webkit-transition: -webkit-transform .0s ease 1.2s;
    transition: -webkit-transform .0s ease 1.2s;
    transition: transform .0s ease 1.2s;
    transition: transform .0s ease 1.2s, -webkit-transform .0s ease 1.2s;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    opacity: 1;
}

/* line 68, ../sass/cospo/elements/_slider.scss */
.slider-translate .item.active {
    /* @include transition( (transform 0.8s ease 0, -webkit-transform 0.8s ease 0) );*/
    /* @include transform( ( translateY(0) ) );*/
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

@media (min-width: 992px) {
    /* line 82, ../sass/cospo/elements/_slider.scss */
    .slider {
        display: block;
    }

    /* line 86, ../sass/cospo/elements/_slider.scss */
    .half-width {
        width: 50%;
        height: 100%;
    }
}

/* Video
----------------------------------------------------------------------*/
/* Video background style */
/* line 2, ../sass/cospo/elements/_video.scss */
iframe,
video {
    display: block;
    min-width: 100%;
    max-width: 100%;
    margin: 40px 0;
    border: 0;
}

/* line 11, ../sass/cospo/elements/_video.scss */
.video-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 18, ../sass/cospo/elements/_video.scss */
.video-player:after {
    content: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../img/svg/play.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 41px;
}

/* line 35, ../sass/cospo/elements/_video.scss */
.video-player:hover:after {
    opacity: 1;
    background-color: transparent;
}

/* line 40, ../sass/cospo/elements/_video.scss */
.video-player:before {
    content: none;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 31px solid transparent;
    z-index: 1;
}

/* line 55, ../sass/cospo/elements/_video.scss */
.video-player:hover:before {
    opacity: 1;
    border-left-color: #ffffff;
}

/* line 60, ../sass/cospo/elements/_video.scss */
.video-player iframe,
.video-player video {
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    will-change: transform;
}

/* line 82, ../sass/cospo/elements/_video.scss */
.cloned-video {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

/* line 93, ../sass/cospo/elements/_video.scss */
.cloned-video.opened {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
}

/* line 98, ../sass/cospo/elements/_video.scss */
.cloned-video iframe,
.cloned-video video {
    position: relative;
    display: block;
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 80vh;
    margin: 0;
}

/* line 109, ../sass/cospo/elements/_video.scss */
.cloned-video:after {
    content: none;
}

/* line 113, ../sass/cospo/elements/_video.scss */
.cloned-video .player-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

/* line 121, ../sass/cospo/elements/_video.scss */
.cloned-video .player-wrapper-container {
    position: absolute;
    max-width: 80%;
    width: auto;
    margin: 0 auto;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 131, ../sass/cospo/elements/_video.scss */
.cloned-video .player-wrapper-container iframe,
.cloned-video .player-wrapper-container video {
    margin: 0;
}

/* line 137, ../sass/cospo/elements/_video.scss */
.cloned-video button {
    position: absolute;
    top: -29px;
    right: -29px;
    z-index: 2;
    z-index: 4;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    -webkit-transition: box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    border-radius: 50%;
    background-color: white;
}

/* line 152, ../sass/cospo/elements/_video.scss */
.cloned-video button:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
}

/* line 157, ../sass/cospo/elements/_video.scss */
.cloned-video button:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 0 !important;
    background-image: url("../img/ico/dark/close.svg");
    background-size: 17px 18px;
}

/* line 172, ../sass/cospo/elements/_video.scss */
.cloned-video button:active {
    color: rgba(255, 255, 255, 0.5);
    border: 0 !important;
    background-color: white !important;
}

/* line 177, ../sass/cospo/elements/_video.scss */
.cloned-video button:active:before {
    border: 0 !important;
}

/* line 184, ../sass/cospo/elements/_video.scss */
.bg-video {
    display: none;
}

@media (min-width: 992px) {
    /* line 188, ../sass/cospo/elements/_video.scss */
    .bg-video {
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        display: block;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        will-change: transform;
    }
}

/* Internet Explorer 9/10 Fix */
@media screen and (min-width: 0\0
) {
    /* line 205, ../sass/cospo/elements/_video.scss */
    .video-player:after {
        background-size: 41px 41px !important;
    }

    /* line 209, ../sass/cospo/elements/_video.scss */
    .video-player:before {
        top: calc(50% - 18px);
        left: calc(50% - 17px);
        border-top: 18px solid transparent;
        border-bottom: 19px solid transparent;
        border-left: 29px solid transparent;
    }

    /* line 217, ../sass/cospo/elements/_video.scss */
    .video-player:hover {
        cursor: pointer !important;
    }

    /* line 221, ../sass/cospo/elements/_video.scss */
    .player-wrapper-container button:active {
        padding: 0 !important;
    }
}

/* End */
/* Aside menu
----------------------------------------------------------------------*/
/**
 * Aside Menu
 */
/* line 6, ../sass/cospo/elements/_aside-menu.scss */
body.dark .aside-menu.icons li a.active {
    background-color: rgba(255, 255, 255, 0.1);
}

/* line 13, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu li {
    margin-bottom: 30px;
    text-align: center !important;
}

/* line 17, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu li:before {
    content: none;
}

/* line 21, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu li:not([class*='col-']) {
    padding: 0;
}

/* line 25, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu li a {
    display: inline-block !important;
    text-align: center !important;
    word-wrap: break-word;
}

/* line 33, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li {
    padding: 8px 0;
    margin-bottom: 0;
}

/* line 37, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-bottom: none;
    border-radius: 50%;
    /*line-height: 76px;*/
}

/* line 48, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a.loading:before {
    background-size: contain;
}

@media (min-width: 992px) and (max-width: 1050px) {
    /* line 37, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.icons li a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

/* line 58, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a.active, .aside-menu.icons li a.active:hover {
    background-color: rgba(123, 183, 206, 0.5);
}

/* line 68, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* line 72, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a img {
    width: 40%;
    height: 100%;
}

/* line 77, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons li a svg {
    position: relative;
    top: -3px;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    fill: #373737;
}

/* line 89, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li {
    margin-bottom: 50px;
}

/* line 92, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li a {
    display: block;
    opacity: .4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 0 15px;
}

@media (min-width: 768px) {
    /* line 92, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.icons-brand li a {
        padding: 0 17px;
    }
}

@media (min-width: 992px) {
    /* line 92, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.icons-brand li a {
        padding: 0;
    }
}

/* line 107, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li a img {
    height: 50px;
    width: auto;
    max-width: 100%;
    max-height: 60px;
}

@media (min-width: 992px) {
    /* line 107, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.icons-brand li a img {
        width: 100%;
    }
}

/* line 118, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li a.active, .aside-menu.icons-brand li a.active:hover {
    opacity: 1;
}

/* line 128, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li a:hover {
    opacity: 1;
}

/* line 133, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.icons-brand li a.loading:before {
    background-size: contain;
}

/* line 144, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.text li a {
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    -webkit-transform: scale(0.785) translate3d(0, 0, 0);
    -ms-transform: scale(0.785) translate3d(0, 0, 0);
    transform: scale(0.785) translate3d(0, 0, 0);
    -ms-transform-origin: 0 50%;
    -webkit--transform-origin: 0 50%;
    transform-origin: 0 50%;
    text-align: left;
    text-decoration: none;
    border-bottom: none;
    font-size: 2rem;
}

/* line 156, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.text li a.active, .aside-menu.text li a:hover {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    color: #fff;
    opacity: 1;
    background-color: transparent;
}

/* line 171, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.text li a.loading:before {
    background-size: contain;
}

/* line 180, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.gallery-services li {
    margin-bottom: 0;
}

/* line 185, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.gallery-services li a.active:after {
    content: none;
}

/* line 190, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.gallery-services li a span {
    display: none;
}

/* line 194, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.gallery-services li a img {
    position: static;
    width: 33px;
    height: 100%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 0;
}

/* line 204, ../sass/cospo/elements/_aside-menu.scss */
.aside-menu.gallery-services li a svg {
    float: none;
    margin-right: 0;
}

/* Firefox fix */
@-moz-document url-prefix() {
    /* line 217, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text li a {
        -webkit-transform: perspective(1px) scale(0.785) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(0.785) rotate(0.02deg) translateZ(0.00001px);
    }
    /* line 220, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text li a:active, .aside-menu.text li a:hover {
        -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
    }
}

/* End */
/* Chrome Fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* line 235, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text li a {
        -webkit-transform: perspective(1px) scale(0.785) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(0.785) rotate(0.02deg) translateZ(0.00001px);
    }

    /* line 238, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text li a:active, .aside-menu.text li a:hover {
        -webkit-transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
        transform: perspective(1px) scale(1) rotate(0.02deg) translateZ(0.00001px);
    }
}

/* End */
@media (max-width: 991px) {
    /* line 250, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text {
        text-align: center;
    }

    /* line 254, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu.text li a {
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    /* line 265, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu {
        overflow: hidden;
        text-align: center;
    }

    /* line 270, ../sass/cospo/elements/_aside-menu.scss */
    .aside-menu li a {
        display: block;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        border-bottom: none;
    }
}

/* line 289, ../sass/cospo/elements/_aside-menu.scss */
body.dark .aside-menu li a:active, body.dark .aside-menu li a:focus, body.dark .aside-menu li a:hover, body.dark .aside-menu li a:visited {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

/* line 304, ../sass/cospo/elements/_aside-menu.scss */
body.light .aside-menu li a.active, body.light .aside-menu li a:active, body.light .aside-menu li a:focus, body.light .aside-menu li a:hover, body.light .aside-menu li a:visited {
    color: rgba(55, 55, 55, 1);
    opacity: 1;
}

/* Projects
----------------------------------------------------------------------*/
/* Element Projects */
/* line 3, ../sass/cospo/elements/_projects.scss */
.projects-count {
    display: block;
    font-size: 56px;
    font-weight: lighter;
    line-height: 1;
    letter-spacing: 2.8px;
    margin: 27px 0;
    text-align: center;
}

@media (min-width: 768px) {
    /* line 3, ../sass/cospo/elements/_projects.scss */
    .projects-count {
        margin: 40px 0;
        float: left;
    }
}

/* line 16, ../sass/cospo/elements/_projects.scss */
.projects-count > span {
    display: block;
    line-height: 1;
    font-size: 19px;
    letter-spacing: .8px;
    margin-top: 5px;
    padding-top: 7px;
}

/* line 24, ../sass/cospo/elements/_projects.scss */
.projects-count > span.line-top {
    border-top: 1px solid #fff;
}

/* line 30, ../sass/cospo/elements/_projects.scss */
.projects-info {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    padding: 24px 0;
    margin: 34px 0;
}

@media (min-width: 768px) {
    /* line 30, ../sass/cospo/elements/_projects.scss */
    .projects-info {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    /* line 30, ../sass/cospo/elements/_projects.scss */
    .projects-info {
        text-align: center;
    }
}

/* line 45, ../sass/cospo/elements/_projects.scss */
.projects-info-item {
    display: table-cell;
    vertical-align: top;
}

/* line 49, ../sass/cospo/elements/_projects.scss */
.projects-info-item-p {
    margin-bottom: 20px;
}

/* line 54, ../sass/cospo/elements/_projects.scss */
.projects-info img {
    display: block;
    max-width: 160px;
    height: auto;
    margin: 0 auto 24px;
}

@media (min-width: 768px) {
    /* line 54, ../sass/cospo/elements/_projects.scss */
    .projects-info img {
        float: left;
        margin: 0 20px 0 0;
    }
}

/* line 65, ../sass/cospo/elements/_projects.scss */
.projects-info h4 {
    position: relative;
    top: -2px;
    margin: 0;
    line-height: 1;
    margin-bottom: 7px;
    font-size: 2rem !important;
}

/* line 74, ../sass/cospo/elements/_projects.scss */
.projects-info > span {
    display: block;
    font-size: 16px;
    letter-spacing: .6px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    /* line 74, ../sass/cospo/elements/_projects.scss */
    .projects-info > span {
        margin-bottom: 42px;
    }
}

/* line 84, ../sass/cospo/elements/_projects.scss */
.projects-info .icon-status {
    display: inline-block;
    text-align: center;
    margin-right: 29px;
}

/* line 88, ../sass/cospo/elements/_projects.scss */
.projects-info .icon-status:last-child {
    margin-right: 0;
}

/* line 92, ../sass/cospo/elements/_projects.scss */
.projects-info .icon-status svg,
.projects-info .icon-status img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 100%;
    fill: white;
    margin-bottom: 16px;
    float: none;
    margin-right: 0;
}

@media (min-width: 768px) {
    /* line 92, ../sass/cospo/elements/_projects.scss */
    .projects-info .icon-status svg,
    .projects-info .icon-status img {
        margin-bottom: 15px;
    }
}

/* line 108, ../sass/cospo/elements/_projects.scss */
.projects-info .icon-status span {
    display: block;
    font-size: 16px;
    letter-spacing: .6px;
    line-height: 1;
}

/* line 117, ../sass/cospo/elements/_projects.scss */
.projects-status {
    display: block;
    text-align: center;
    margin: 0 0 27px;
}

@media (min-width: 768px) {
    /* line 117, ../sass/cospo/elements/_projects.scss */
    .projects-status {
        margin: 0 13.65% 40px 0;
        float: left;
    }
}

/* line 126, ../sass/cospo/elements/_projects.scss */
.projects-status:last-child {
    margin-right: 0;
}

/* line 130, ../sass/cospo/elements/_projects.scss */
.projects-status .projects-count {
    font-size: 49px;
    letter-spacing: 2.2px;
    margin: 0;
}

/* line 135, ../sass/cospo/elements/_projects.scss */
.projects-status .projects-count span {
    margin-top: 11px;
    padding: 16px 0 0;
    font-size: 16px;
    letter-spacing: 1.4px;
    position: relative;
}

/* line 142, ../sass/cospo/elements/_projects.scss */
.projects-status .projects-count span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 47px;
    margin-left: -26.5px;
    height: 1px;
    background-color: white;
}

/* Overlay
----------------------------------------------------------------------*/
/* Main Overlay */
/* line 2, ../sass/cospo/elements/_overlay.scss */
.main-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), -webkit-transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), opacity 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), background 0.75s;
    transition: transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), -webkit-transform 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), opacity 0.3s cubic-bezier(0.76, 0.01, 0.29, 0.99), background 0.75s;
}

/* line 12, ../sass/cospo/elements/_overlay.scss */
.main-overlay.hide-bg {
    opacity: 0;
}

/* line 17, ../sass/cospo/elements/_overlay.scss */
.blur {
    overflow: hidden;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

/* line 26, ../sass/cospo/elements/_overlay.scss */
.blur:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.2);
}

/* Map
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_map.scss */
.map {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    height: 100vh;
    -webkit-transition: -webkit-transform .3s ease, top .3s ease, left .3s ease, opacity .3s ease, z-index 0s ease .3s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
}

/* line 18, ../sass/cospo/elements/_map.scss */
.map.open {
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease, top .3s ease, left .3s ease, opacity .3s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}

/* line 25, ../sass/cospo/elements/_map.scss */
.map.open .map-canvas {
    -webkit-transition: -webkit-transform .3s ease, top .3s ease, left .3s ease, opacity .3s ease;
    -webkit-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}

/* line 31, ../sass/cospo/elements/_map.scss */
.map-canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
}

/* line 41, ../sass/cospo/elements/_map.scss */
.show-map {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 23px;
    margin: 0 0 0 .3em !important;
    padding: 0;
    border: none !important;
    background-color: transparent;
    vertical-align: top;
}

/* line 52, ../sass/cospo/elements/_map.scss */
.show-map svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

/* line 59, ../sass/cospo/elements/_map.scss */
.show-map:focus, .show-map:hover {
    border: none;
    background: none !important;
}

/* line 65, ../sass/cospo/elements/_map.scss */
.show-map:before {
    border: 0 !important;
}

/* line 68, ../sass/cospo/elements/_map.scss */
.show-map:after {
    content: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* line 73, ../sass/cospo/elements/_map.scss */
    .show-map {
        margin-left: .45em !important;
    }
}

@-moz-document url-prefix() {
    /* line 78, ../sass/cospo/elements/_map.scss */
    .show-map {
        margin-left: .45em !important;
    }
}

/* line 83, ../sass/cospo/elements/_map.scss */
body.light .show-map svg {
    fill: rgba(55, 55, 55, 0.89);
}

/* Pricing
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/elements/_pricing.scss */
.pricing {
    display: table;
    width: 100%;
    margin-bottom: 39px;
    margin-top: 39px;
    padding: 35px 0;
    table-layout: fixed;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* line 14, ../sass/cospo/elements/_pricing.scss */
.pricing-name p, .pricing-name h1 span, h1 .pricing-name span,
.pricing-name h2 span,
h2 .pricing-name span,
.pricing-name h3 span,
h3 .pricing-name span,
.pricing-name .cospo-comment .author-name span,
.cospo-comment .author-name .pricing-name span,
.pricing-name h4 span,
h4 .pricing-name span,
.pricing-name h5 span,
h5 .pricing-name span,
.pricing-name h6 span,
h6 .pricing-name span,
.pricing-name span {
    font-family: 'Dosis', sans-serif;
}

/* line 20, ../sass/cospo/elements/_pricing.scss */
.pricing > div {
    display: table-cell;
    vertical-align: middle;
}

/* line 25, ../sass/cospo/elements/_pricing.scss */
.pricing > div.pricing-price p, .pricing > div.pricing-price h1 span, h1 .pricing > div.pricing-price span,
.pricing > div.pricing-price h2 span,
h2 .pricing > div.pricing-price span,
.pricing > div.pricing-price h3 span,
h3 .pricing > div.pricing-price span,
.pricing > div.pricing-price .cospo-comment .author-name span,
.cospo-comment .author-name .pricing > div.pricing-price span,
.pricing > div.pricing-price h4 span,
h4 .pricing > div.pricing-price span,
.pricing > div.pricing-price h5 span,
h5 .pricing > div.pricing-price span,
.pricing > div.pricing-price h6 span,
h6 .pricing > div.pricing-price span {
    font-weight: 300;
}

/* line 28, ../sass/cospo/elements/_pricing.scss */
.pricing > div.pricing-price p span, .pricing > div.pricing-price h1 span span, h1 .pricing > div.pricing-price span span,
.pricing > div.pricing-price h2 span span,
h2 .pricing > div.pricing-price span span,
.pricing > div.pricing-price h3 span span,
h3 .pricing > div.pricing-price span span,
.pricing > div.pricing-price .cospo-comment .author-name span span,
.cospo-comment .author-name .pricing > div.pricing-price span span,
.pricing > div.pricing-price h4 span span,
h4 .pricing > div.pricing-price span span,
.pricing > div.pricing-price h5 span span,
h5 .pricing > div.pricing-price span span,
.pricing > div.pricing-price h6 span span,
h6 .pricing > div.pricing-price span span {
    line-height: 1;
    margin-top: 8px;
}

/* line 35, ../sass/cospo/elements/_pricing.scss */
.pricing > div button,
.pricing > div .button,
.pricing > div p,
.pricing > div h1 span,
h1 .pricing > div span,
.pricing > div h2 span,
h2 .pricing > div span,
.pricing > div h3 span,
h3 .pricing > div span,
.pricing > div .cospo-comment .author-name span,
.cospo-comment .author-name .pricing > div span,
.pricing > div h4 span,
h4 .pricing > div span,
.pricing > div h5 span,
h5 .pricing > div span,
.pricing > div h6 span,
h6 .pricing > div span {
    margin: 0;
}

/* line 41, ../sass/cospo/elements/_pricing.scss */
.pricing > div p, .pricing > div h1 span, h1 .pricing > div span,
.pricing > div h2 span,
h2 .pricing > div span,
.pricing > div h3 span,
h3 .pricing > div span,
.pricing > div .cospo-comment .author-name span,
.cospo-comment .author-name .pricing > div span,
.pricing > div h4 span,
h4 .pricing > div span,
.pricing > div h5 span,
h5 .pricing > div span,
.pricing > div h6 span,
h6 .pricing > div span,
.pricing > div span {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    vertical-align: middle;
}

/* line 49, ../sass/cospo/elements/_pricing.scss */
.pricing > div p span, .pricing > div h1 span span, h1 .pricing > div span span,
.pricing > div h2 span span,
h2 .pricing > div span span,
.pricing > div h3 span span,
h3 .pricing > div span span,
.pricing > div .cospo-comment .author-name span span,
.cospo-comment .author-name .pricing > div span span,
.pricing > div h4 span span,
h4 .pricing > div span span,
.pricing > div h5 span span,
h5 .pricing > div span span,
.pricing > div h6 span span,
h6 .pricing > div span span,
.pricing > div span span {
    font-size: 12px;
    display: block;
    text-transform: lowercase;
}

/* line 57, ../sass/cospo/elements/_pricing.scss */
.pricing svg,
.pricing img {
    width: 27px;
    height: auto;
    margin-right: 9px;
}

/* line 66, ../sass/cospo/elements/_pricing.scss */
body.dark .pricing {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
    /* line 74, ../sass/cospo/elements/_pricing.scss */
    .pricing .pricing-name {
        float: left;
        text-align: left;
        width: 50%;
        padding-top: .4em;
    }

    /* line 81, ../sass/cospo/elements/_pricing.scss */
    .pricing .pricing-price {
        float: right;
        text-align: right;
        width: 50%;
    }

    /* line 87, ../sass/cospo/elements/_pricing.scss */
    .pricing .pricing-buy {
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    /* line 97, ../sass/cospo/elements/_pricing.scss */
    .pricing .pricing-buy {
        text-align: right;
    }

    /* line 101, ../sass/cospo/elements/_pricing.scss */
    .pricing .pricing-price {
        text-align: center;
    }
}

/* Workers
----------------------------------------------------------------------*/
/* line 4, ../sass/cospo/elements/_workers.scss */
.worker-name {
    overflow: hidden;
    margin-bottom: 30px;
}

/* line 8, ../sass/cospo/elements/_workers.scss */
.worker-name img {
    float: left;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

/* line 16, ../sass/cospo/elements/_workers.scss */
.worker-name h3, .worker-name .cospo-comment .author-name, .cospo-comment .worker-name .author-name {
    margin-top: 15px;
}

/* Brand table
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_brand-table.scss */
.brand-table {
    width: 100%;
    float: left;
    margin-top: 3em;
    margin-bottom: 3em;
}

/* line 7, ../sass/cospo/elements/_brand-table.scss */
.brand-table .cell {
    position: relative;
    float: left;
    text-align: center;
    height: 136px;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 16, ../sass/cospo/elements/_brand-table.scss */
.brand-table .cell img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: auto;
}

@media screen and (max-width: 767px) {
    /* line 29, ../sass/cospo/elements/_brand-table.scss */
    .brand-table .cell {
        width: 100%;
    }

    /* line 32, ../sass/cospo/elements/_brand-table.scss */
    .brand-table .cell:last-child {
        border-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    /* line 41, ../sass/cospo/elements/_brand-table.scss */
    .brand-table .cell {
        width: 33.3333%;
        border-right: 1px rgba(255, 255, 255, 0.1) solid;
    }

    /* line 45, ../sass/cospo/elements/_brand-table.scss */
    .brand-table .cell:nth-child(3n) {
        border-right: 0;
    }

    /* line 49, ../sass/cospo/elements/_brand-table.scss */
    .brand-table .cell:nth-last-child(1), .brand-table .cell:nth-last-child(2), .brand-table .cell:nth-last-child(3) {
        border-bottom: 0;
    }
}

/* Info-block
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/elements/_info-block.scss */
.info-block {
    overflow: hidden;
    display: table;
}

/* line 6, ../sass/cospo/elements/_info-block.scss */
.info-block-image {
    display: table-cell;
}

/* line 9, ../sass/cospo/elements/_info-block.scss */
.info-block-image img,
.info-block-image svg {
    width: 33px;
    margin-right: 16px;
    position: relative;
    top: 8px;
}

/* line 18, ../sass/cospo/elements/_info-block.scss */
.info-block-text {
    display: table-cell;
}

/* Progress
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_progress.scss */
.progress-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 2.85em;
    line-height: 2.8em;
    margin-bottom: 1.425em;
}

/* line 10, ../sass/cospo/elements/_progress.scss */
.progress-bar > span {
    font-size: 1.142em;
}

/* line 13, ../sass/cospo/elements/_progress.scss */
.progress-bar > span:first-child {
    float: left;
    display: block;
    height: 100%;
    margin-right: 1.35em;
}

/* line 20, ../sass/cospo/elements/_progress.scss */
.progress-bar > span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
}

/* line 30, ../sass/cospo/elements/_progress.scss */
.color-blue {
    background-color: #4158A8;
}

/* line 34, ../sass/cospo/elements/_progress.scss */
.color-green {
    background-color: #7BAE5F;
}

/* line 38, ../sass/cospo/elements/_progress.scss */
.color-orange {
    background-color: #F4913E;
}

/* Twitter
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter {
    background-image: url("../img/svg/twitter-dark.svg");
    background-size: 19px 16px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

/* line 8, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul {
    padding-left: 35px;
}

/* line 11, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li {
    padding-left: 0;
    /* User */
    /* Tweet */
}

/* line 14, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li:before {
    content: none;
}

/* line 18, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li a {
    /* important because Maks is important king */
    color: rgba(98, 167, 244, 0.8);
    opacity: .8;
}

/* line 23, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li a:hover {
    opacity: 1;
}

/* line 29, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .user {
    position: relative;
    margin-bottom: 13px;
}

/* line 33, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .user img {
    display: none;
    position: absolute;
    top: 3px;
    left: -35px;
    width: 30px;
    height: auto;
}

/* line 42, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .user span[data-scribe="element:name"] {
    font-family: 'Dosis';
    font-size: 1.571rem;
    line-height: 1;
    letter-spacing: .14rem;
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

/* line 52, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .user span[data-scribe="element:screen_name"] {
    font-family: 'Dosis';
    font-size: 1.143rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

/* line 60, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .tweet {
    letter-spacing: .063rem;
}

/* line 63, ../sass/cospo/elements/_twitter.scss */
body .cospo-twitter ul li .tweet a {
    font-size: inherit;
}

/* line 72, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter {
    background-size: 18px 15px;
}

/* line 75, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul {
    padding-left: 0;
}

/* line 79, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li a {
    color: rgba(255, 255, 255, 1);
    opacity: .6;
}

/* line 82, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li a:hover {
    opacity: 1;
}

/* line 87, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li .user {
    padding-left: 35px;
}

/* line 90, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li .user span[data-scribe="element:name"] {
    font-family: 'Lato';
    font-size: .857rem;
    letter-spacing: .071rem;
}

/* line 96, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li .user span[data-scribe="element:screen_name"] {
    font-family: 'Lato';
    font-size: 1rem;
    text-transform: lowercase;
}

/* line 103, ../sass/cospo/elements/_twitter.scss */
body .widget-item .cospo-twitter ul li .tweet {
    font-size: 1.143rem;
}

/* line 112, ../sass/cospo/elements/_twitter.scss */
body.light .cospo-twitter {
    background-image: url("../img/svg/twitter.svg");
}

/* line 118, ../sass/cospo/elements/_twitter.scss */
body.light .cospo-twitter ul li .user span[data-scribe="element:name"] {
    color: rgba(0, 0, 0, 0.9);
}

/* line 122, ../sass/cospo/elements/_twitter.scss */
body.light .cospo-twitter ul li a {
    color: rgba(0, 0, 0, 1);
    opacity: .6;
}

/* line 125, ../sass/cospo/elements/_twitter.scss */
body.light .cospo-twitter ul li a:hover {
    opacity: 1;
}

/* Mockup
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_mockup.scss */
.mockup {
    position: absolute;
    z-index: 0;
}

/* line 5, ../sass/cospo/elements/_mockup.scss */
.mockup-artist-book {
    width: 88%;
    top: -2px;
    right: -377px;
}

/* line 11, ../sass/cospo/elements/_mockup.scss */
.mockup-artist-color {
    bottom: -13%;
    right: -38%;
}

/* Full image
----------------------------------------------------------------------*/
/* line 4, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

/* line 15, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.loaded {
    opacity: 1;
}

/* line 19, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-block {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 27, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-ul {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

/* line 37, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* line 44, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-ul li:before {
    content: none;
}

/* line 48, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-ul li img {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* line 53, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .full-image-ul li img.image-loaded {
    opacity: 1;
}

/* line 61, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-move .show-full-btn-left,
.full-image-wrapper.onmouse-move .show-full-btn-right {
    opacity: 1;
}

/* line 65, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-move .show-full-btn-left:before,
.full-image-wrapper.onmouse-move .show-full-btn-right:before {
    -webkit-transform: scale(0.95) translateZ(0.0005px);
    -ms-transform: scale(0.95) translateZ(0.0005px);
    transform: scale(0.95) translateZ(0.0005px);
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 65, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper.onmouse-move .show-full-btn-left:before,
    .full-image-wrapper.onmouse-move .show-full-btn-right:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* line 73, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-move .show-full-btn-close {
    opacity: 1;
}

/* line 76, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-move .show-full-btn-close:before {
    -webkit-transform: scale(0.95) translateZ(0.0005px);
    -ms-transform: scale(0.95) translateZ(0.0005px);
    transform: scale(0.95) translateZ(0.0005px);
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 76, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper.onmouse-move .show-full-btn-close:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* line 86, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-over .show-full-btn-left,
.full-image-wrapper.onmouse-over .show-full-btn-right {
    opacity: 1;
}

/* line 90, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-over .show-full-btn-left:before,
.full-image-wrapper.onmouse-over .show-full-btn-right:before {
    -webkit-transform: scale(0.95) translateZ(0.0005px);
    -ms-transform: scale(0.95) translateZ(0.0005px);
    transform: scale(0.95) translateZ(0.0005px);
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 90, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper.onmouse-over .show-full-btn-left:before,
    .full-image-wrapper.onmouse-over .show-full-btn-right:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* line 98, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-over .show-full-btn-close {
    opacity: 1;
}

/* line 101, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper.onmouse-over .show-full-btn-close:before {
    -webkit-transform: scale(0.95) translateZ(0.0005px);
    -ms-transform: scale(0.95) translateZ(0.0005px);
    transform: scale(0.95) translateZ(0.0005px);
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 101, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper.onmouse-over .show-full-btn-close:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* line 110, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close,
.full-image-wrapper .show-full-btn-left,
.full-image-wrapper .show-full-btn-right {
    position: absolute;
    z-index: 4;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    -webkit-transition: box-shadow .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transition: box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    transition: box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent !important;
}

/* line 130, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close:before,
.full-image-wrapper .show-full-btn-left:before,
.full-image-wrapper .show-full-btn-right:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 1px solid transparent !important;
    border-radius: 50%;
    background-color: white;
    z-index: -1;
    /* for tablet mobile */
    -webkit-transform: perspective(1px) scale(1) translateZ(0.0005px);
    -ms-transform: perspective(1px) scale(1) translateZ(0.0005px);
    transform: perspective(1px) scale(1) translateZ(0.0005px);
    -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
    -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /* device size > 991 */
}

@media (min-width: 992px) {
    /* line 130, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper .show-full-btn-close:before,
    .full-image-wrapper .show-full-btn-left:before,
    .full-image-wrapper .show-full-btn-right:before {
        -webkit-transform: scale(0.8) translateZ(0.0005px);
        -ms-transform: scale(0.8) translateZ(0.0005px);
        transform: scale(0.8) translateZ(0.0005px);
    }
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    /* line 130, ../sass/cospo/elements/_full-image.scss */
    .full-image-wrapper .show-full-btn-close:before,
    .full-image-wrapper .show-full-btn-left:before,
    .full-image-wrapper .show-full-btn-right:before {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* line 166, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close:after,
.full-image-wrapper .show-full-btn-left:after,
.full-image-wrapper .show-full-btn-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
}

/* line 181, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close:active,
.full-image-wrapper .show-full-btn-left:active,
.full-image-wrapper .show-full-btn-right:active {
    color: rgba(255, 255, 255, 0.5);
    border: 0 !important;
    background-color: white !important;
}

/* line 186, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close:active:before,
.full-image-wrapper .show-full-btn-left:active:before,
.full-image-wrapper .show-full-btn-right:active:before {
    border: 0 !important;
}

/* line 191, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close.hide-btn,
.full-image-wrapper .show-full-btn-left.hide-btn,
.full-image-wrapper .show-full-btn-right.hide-btn {
    opacity: 0;
}

/* line 196, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-left {
    top: 50%;
    left: -29px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/* line 200, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-left:before {
    background-size: 11px 20px;
}

/* line 205, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-right {
    top: 50%;
    right: -29px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 209, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-right:before {
    background-size: 11px 20px;
}

/* line 214, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close {
    top: -29px;
    right: -29px;
}

/* line 217, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .show-full-btn-close:before {
    background-position: center center;
    background-size: 17px 19px;
}

/* line 223, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .left-overlay,
.full-image-wrapper .right-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 20%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
}

/* line 233, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .left-overlay.hide-overlay,
.full-image-wrapper .right-overlay.hide-overlay {
    background-color: transparent;
}

/* line 238, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .left-overlay {
    left: -20%;
}

/* line 242, ../sass/cospo/elements/_full-image.scss */
.full-image-wrapper .right-overlay {
    right: -20%;
}

/* line 250, ../sass/cospo/elements/_full-image.scss */
body .show-full-btn-left:before,
body .show-full-btn-right:before {
    background-image: url("../img/ico/dark/next.svg") !important;
}

/* line 256, ../sass/cospo/elements/_full-image.scss */
body .show-full-btn-close:before {
    background-image: url("../img/ico/dark/close.svg") !important;
}

/* line 262, ../sass/cospo/elements/_full-image.scss */
.show-full {
    position: relative;
    width: 100%;
    cursor: pointer;
}

/* line 267, ../sass/cospo/elements/_full-image.scss */
.show-full:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
}

/* line 276, ../sass/cospo/elements/_full-image.scss */
.show-full:after {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    content: '';
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-image: url("../img/svg/big-photo.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    background-size: contain;
}

/* line 293, ../sass/cospo/elements/_full-image.scss */
.show-full:hover:after {
    opacity: 1;
}

/* line 301, ../sass/cospo/elements/_full-image.scss */
.light .show-full:after {
    background-image: url("../img/svg/big-photo-dark.svg");
}

/* Widgets
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_widgets.scss */
.widget_soundcloud {
    margin-top: 24px;
    margin-bottom: 24px;
}

/* line 5, ../sass/cospo/elements/_widgets.scss */
.widget_soundcloud iframe {
    height: 150px;
}

/* line 10, ../sass/cospo/elements/_widgets.scss */
.notify-me {
    position: relative;
}

/* Iphone
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/elements/_iphone.scss */
.page-figure.iphone-figure {
    min-height: 355px;
    max-height: 9999999px;
}

@media (min-width: 768px) {
    /* line 2, ../sass/cospo/elements/_iphone.scss */
    .page-figure.iphone-figure {
        min-height: 592px;
    }
}

/* line 11, ../sass/cospo/elements/_iphone.scss */
.iphone {
    position: relative;
    top: 0;
    width: 290px;
    height: 358px;
    margin-top: 20px;
    background: url("../img/app1/iphone.png") bottom center no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    /* line 11, ../sass/cospo/elements/_iphone.scss */
    .iphone {
        width: 484px;
        height: 592px;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    /* line 11, ../sass/cospo/elements/_iphone.scss */
    .iphone {
        margin-bottom: -57px;
        margin-top: 57px;
    }
}

/* line 29, ../sass/cospo/elements/_iphone.scss */
.iphone .player-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

/* line 35, ../sass/cospo/elements/_iphone.scss */
.iphone .video-player {
    position: absolute;
    top: 95px;
    left: 25px;
    width: 242px;
    transform: translateY(calc(-50% + 28px));
    margin-bottom: 0;
}

@media (min-width: 768px) {
    /* line 35, ../sass/cospo/elements/_iphone.scss */
    .iphone .video-player {
        top: 149px;
        left: 38px;
        width: 410px;
    }
}

/* line 48, ../sass/cospo/elements/_iphone.scss */
.iphone .video-player:not(.full) {
    top: 50%;
}

/* line 52, ../sass/cospo/elements/_iphone.scss */
.iphone .video-player.full {
    width: calc(100% - 72px);
    height: calc(99% - 145px);
    transform: none;
}

@media (max-width: 767px) {
    /* line 52, ../sass/cospo/elements/_iphone.scss */
    .iphone .video-player.full {
        width: calc(100% - 48px);
        height: 263px;
    }
}

/* line 61, ../sass/cospo/elements/_iphone.scss */
.iphone .video-player.full video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* Table
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/elements/_table.scss */
.display-table {
    display: table;
    table-layout: fixed;
}

@media (max-width: 768px) {
    /* line 6, ../sass/cospo/elements/_table.scss */
    .display-table.row {
        display: block;
    }
}

/* line 12, ../sass/cospo/elements/_table.scss */
.display-table-cell {
    display: table-cell;
    float: none;
    margin-bottom: 30px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    /* line 12, ../sass/cospo/elements/_table.scss */
    .display-table-cell {
        width: 50%;
    }
}

@media (max-width: 768px) {
    /* line 21, ../sass/cospo/elements/_table.scss */
    .display-table-cell[class*='col-'] {
        display: block;
    }
}

/* Calendar
----------------------------------------------------------------------*/
/* Callendar */
/* Used Datepicker jquey UI */
/* line 5, ../sass/cospo/elements/_calendar.scss */
body .widget-content .widget-item.cospo-calendar {
    padding: 0 15px;
    max-width: 410px;
}

@media (max-width: 767px) {
    /* line 5, ../sass/cospo/elements/_calendar.scss */
    body .widget-content .widget-item.cospo-calendar {
        max-width: 380px;
    }
}

@media (min-width: 992px) {
    /* line 5, ../sass/cospo/elements/_calendar.scss */
    body .widget-content .widget-item.cospo-calendar {
        margin-left: -15px;
        margin-right: -15px;
        max-width: 100%;
    }
}

/* line 20, ../sass/cospo/elements/_calendar.scss */
body .widget-item .ui-datepicker {
    margin: 0 -15px;
}

/* line 25, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-header {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 15px 10px;
}

/* line 32, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-title {
    position: relative;
    font-size: .857rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* line 42, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-other-month {
    opacity: .4;
}

/* line 49, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-calendar > thead {
    display: none;
}

/* line 53, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-calendar tbody td,
body .ui-datepicker-calendar thead {
    border: 0 !important;
    padding: 5px 3px;
}

/* line 60, ../sass/cospo/elements/_calendar.scss */
body .ui-state-default {
    color: white;
    border: none;
}

/* line 64, ../sass/cospo/elements/_calendar.scss */
body .ui-state-default:hover {
    color: inherit;
    border: inherit;
}

/* line 70, ../sass/cospo/elements/_calendar.scss */
body .ui-state-default {
    display: inline-block;
    padding: 5px 9px;
    border: 2px solid transparent;
    border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 70, ../sass/cospo/elements/_calendar.scss */
    body .ui-state-default {
        padding: 2px;
    }
}

/* line 79, ../sass/cospo/elements/_calendar.scss */
body .ui-state-default.ui-state-active {
    background-color: rgba(255, 255, 255, 0.16);
}

/* line 85, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-today .ui-state-default {
    border: 2px solid #fff !important;
}

/* line 88, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-today .ui-state-default.ui-state-active {
    border: 2px solid #fff !important;
}

/* line 92, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-today .ui-state-default:hover {
    border: 2px solid #fff !important;
}

/* line 99, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 20px;
    background: url("../img/ico/light/next.svg") no-repeat scroll center right transparent;
    opacity: .59;
    background-size: 7px 11px;
    border: none !important;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* line 114, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker .ui-datepicker-next:hover,
body .ui-datepicker .ui-datepicker-prev:hover {
    opacity: 1;
}

/* line 119, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker .ui-datepicker-prev {
    left: 0;
    transform: rotate(180deg);
}

/* line 124, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker .ui-datepicker-next {
    right: 0;
}

/* line 128, ../sass/cospo/elements/_calendar.scss */
body .ui-datepicker-year {
    display: none;
}

/* line 133, ../sass/cospo/elements/_calendar.scss */
body.light .ui-datepicker .ui-datepicker-next,
body.light .ui-datepicker .ui-datepicker-prev {
    background: url("../img/ico/dark/next.svg") no-repeat scroll center right transparent;
}

/* line 137, ../sass/cospo/elements/_calendar.scss */
body.light .ui-datepicker-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 146, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table,
body.light .calendar_wrap table {
    position: relative;
    border: 0;
}

/* line 150, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table thead,
body.light .calendar_wrap table thead {
    border: 0;
    display: none;
}

/* line 155, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot,
body.light .calendar_wrap table tfoot {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 1;
}

/* line 164, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot tr,
body.light .calendar_wrap table tfoot tr {
    height: 100%;
    display: block;
}

/* line 168, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot tr td,
body.light .calendar_wrap table tfoot tr td {
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
}

/* line 174, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot tr td#prev,
body.light .calendar_wrap table tfoot tr td#prev {
    left: 15px;
}

/* line 177, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot tr td#next,
body.light .calendar_wrap table tfoot tr td#next {
    right: 15px;
}

/* line 181, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tfoot tr td a,
body.light .calendar_wrap table tfoot tr td a {
    line-height: 50px;
}

/* line 188, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tbody,
body.light .calendar_wrap table tbody {
    width: 100%;
    table-layout: fixed;
    border: 0;
    margin: 0;
}

/* line 194, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tbody td,
body.light .calendar_wrap table tbody td {
    /*display: inline-block;*/
    /*padding: 5px 9px;*/
    padding: 5px 0;
    /*font-size: .857rem;*/
    font-size: 16px;
    border: 0;
}

/* line 202, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap table tbody td a,
body.light .calendar_wrap table tbody td a {
    display: inline-block;
    padding: 3px;
}

/* line 220, ../sass/cospo/elements/_calendar.scss */
body.dark .calendar_wrap caption,
body.light .calendar_wrap caption {
    position: relative;
    font-size: .857rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 15px 10px;
}

/* Social-likes_classic
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_social-likes_classic.scss */
.social-likes {
    overflow: hidden;
    margin: 0 -10px;
}

/* line 6, ../sass/cospo/elements/_social-likes_classic.scss */
.social {
    font-size: 12px;
    display: inline-block;
    position: relative;
    width: auto;
    height: 36px;
    letter-spacing: 0.9px;
    padding-left: 50px !important;
    padding-right: 20px !important;
    border-radius: 20px;
    border: 0;
    margin: 0 10px 10px;
    cursor: pointer;
}

.ajax-content-image .social {
  padding-top: 17px;
}

/* line 35, ../sass/cospo/elements/_social-likes_classic.scss */
.social:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 32px;
    font-size: 14px;
    padding-left: 27px !important;
    border-color: #36b1ec;
}

/* line 50, ../sass/cospo/elements/_social-likes_classic.scss */
.social:hover {
    color: inherit !important;
}

/* line 55, ../sass/cospo/elements/_social-likes_classic.scss */
.social:after {
    background-color: #36b1ec;
}

/* line 60, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-twitter:before {
    border-color: #36b1ec;
}

/* line 63, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-twitter:after {
    background-color: #36b1ec;
}

/* line 72, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-facebook:before {
    border-color: #3b5998;
}

/* line 75, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-facebook:after {
    background-color: #3b5998;
}

/* line 84, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-googleplus:before {
    border-color: #dd4b39;
}

/* line 87, ../sass/cospo/elements/_social-likes_classic.scss */
.social.socicon-googleplus:after {
    background-color: #dd4b39;
}

/* line 94, ../sass/cospo/elements/_social-likes_classic.scss */
.social-likes__counter {
    line-height: 0 !important;
    position: relative;
    top: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

/* Pagination
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_pagination.scss */
.pagination {
    padding: 25px 0;
    margin-bottom: 0;
    text-align: center;
}

/* line 6, ../sass/cospo/elements/_pagination.scss */
.pagination li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

/* line 12, ../sass/cospo/elements/_pagination.scss */
.pagination li:before {
    content: none;
}

/* line 17, ../sass/cospo/elements/_pagination.scss */
.pagination li.active > span {
    font-weight: bold;
}

/* line 23, ../sass/cospo/elements/_pagination.scss */
.pagination li a {
    display: block;
    font-weight: bold;
}

/* line 29, ../sass/cospo/elements/_pagination.scss */
.pagination li .page-numbers {
    margin: 0 5px;
    padding: 13px;
}

/* line 33, ../sass/cospo/elements/_pagination.scss */
.pagination li .page-numbers:hover {
    color: rgba(55, 55, 55, 0.9);
}

/* line 38, ../sass/cospo/elements/_pagination.scss */
.pagination li.active .page-numbers {
    color: rgba(55, 55, 55, 0.9);
}

/* line 40, ../sass/cospo/elements/_pagination.scss */
.pagination li.active .page-numbers:after {
    width: 100%;
    color: rgba(55, 55, 55, 0.9);
}

/* line 53, ../sass/cospo/elements/_pagination.scss */
.light .pagination li .page-numbers:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* line 58, ../sass/cospo/elements/_pagination.scss */
.light .pagination li.active .page-numbers {
    color: rgba(255, 255, 255, 0.6);
}

/* line 60, ../sass/cospo/elements/_pagination.scss */
.light .pagination li.active .page-numbers:after {
    color: rgba(255, 255, 255, 0.6);
}

/* line 71, ../sass/cospo/elements/_pagination.scss */
.navigation.post-navigation {
    position: static;
    height: auto;
}

/* line 74, ../sass/cospo/elements/_pagination.scss */
.navigation.post-navigation a {
    border: 0;
}

/* Demos
----------------------------------------------------------------------*/
/* Graphic designer
----------------------------------------------------------------------*/
/* GRAPHIC DESIGNER */
/* line 4, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .main-overlay {
    background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    /* line 8, ../sass/cospo/demos/_graphic-designer.scss */
    body.graphic-designer .ajax-page-dynamic .ajax-content {
        background: rgba(0, 0, 0, 0.8);
    }
}

/* line 15, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .progress-bar > span:first-child {
    background: black;
}

/* line 25, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.graphic-designer .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #747474;
}

/* line 31, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .navigation.open,
body.graphic-designer .navigation .scales {
    background-color: #747474 !important;
}

/* line 37, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .navigation .widget-overlay-bottom, body.graphic-designer .navigation .widget-overlay-top {
    background-color: #898989 !important;
}

/* line 44, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .navigation .widget-lang-overlay {
    background-color: #686868 !important;
}

/* line 50, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .p4-dots {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    /* line 50, ../sass/cospo/demos/_graphic-designer.scss */
    body.graphic-designer .p4-dots {
        position: absolute;
        top: -5.5em;
    }
}

/* line 59, ../sass/cospo/demos/_graphic-designer.scss */
body.graphic-designer .p4-dots path {
    fill: #ffffff;
}

/* Fashion designer
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_fashion-designer.scss */
body.fasion-designer .main-overlay {
    background-color: rgba(78, 171, 137, 0.9);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_fashion-designer.scss */
    body.fasion-designer .ajax-page-dynamic .ajax-content {
        background-color: rgba(78, 171, 137, 0.9);
    }
}

/* line 18, ../sass/cospo/demos/_fashion-designer.scss */
body.fasion-designer .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.fasion-designer .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #58c7a6;
}

/* line 24, ../sass/cospo/demos/_fashion-designer.scss */
body.fasion-designer .navigation.open,
body.fasion-designer .navigation .scales {
    background-color: #58c7a6 !important;
}

/* line 30, ../sass/cospo/demos/_fashion-designer.scss */
body.fasion-designer .navigation .widget-overlay-bottom, body.fasion-designer .navigation .widget-overlay-top {
    background-color: #4ebd9c !important;
}

/* line 37, ../sass/cospo/demos/_fashion-designer.scss */
body.fasion-designer .navigation .widget-lang-overlay {
    background-color: #48af90 !important;
}

/* Photographer
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_photographer.scss */
body.photographer .main-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea3d5d+0,fd5868+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ea3d5d', endColorstr='#e6fd5868', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 992px) {
    /* line 15, ../sass/cospo/demos/_photographer.scss */
    body.photographer .ajax-page-dynamic .ajax-content {
        background: -moz-linear-gradient(top, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(234, 61, 93, 0.9) 0%, rgba(253, 88, 104, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ea3d5d', endColorstr='#e6fd5868', GradientType=0);
        /* IE6-9 */
    }
}

/* line 33, ../sass/cospo/demos/_photographer.scss */
body.photographer .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.photographer .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #65afdd;
}

/* line 39, ../sass/cospo/demos/_photographer.scss */
body.photographer .navigation.open,
body.photographer .navigation .scales {
    background-color: #65afdd !important;
}

/* line 45, ../sass/cospo/demos/_photographer.scss */
body.photographer .navigation .widget-overlay-bottom, body.photographer .navigation .widget-overlay-top {
    background-color: #62abd8 !important;
}

/* line 52, ../sass/cospo/demos/_photographer.scss */
body.photographer .navigation .widget-lang-overlay {
    background-color: #60a4ce !important;
}

/* Artist
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_artist.scss */
body.artist .main-overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

/* line 12, ../sass/cospo/demos/_artist.scss */
body.artist .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.artist .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #eea0c8;
}

/* line 18, ../sass/cospo/demos/_artist.scss */
body.artist .navigation.open,
body.artist .navigation .scales {
    background-color: #eea0c8 !important;
}

/* line 24, ../sass/cospo/demos/_artist.scss */
body.artist .navigation .widget-overlay-bottom, body.artist .navigation .widget-overlay-top {
    background-color: #47b86e !important;
}

@media (min-width: 992px) {
    /* line 30, ../sass/cospo/demos/_artist.scss */
    body.artist .navigation .ajax-page-dynamic .ajax-content {
        background-color: #47b86e;
    }
}

/* line 37, ../sass/cospo/demos/_artist.scss */
body.artist .navigation .widget-lang-overlay {
    background-color: #47b86e !important;
}

@media (min-width: 992px) {
    /* line 44, ../sass/cospo/demos/_artist.scss */
    body.artist .ajax-menu-overlay {
        background-color: rgba(187, 187, 187, 0.2);
    }
}

/* Personal man
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .main-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,606c88+100 */
    background: rgba(63, 76, 107, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#606c88', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 992px) {
    /* line 17, ../sass/cospo/demos/_personal-man.scss */
    body.personal-man .ajax-page-dynamic .ajax-content {
        background: rgba(63, 76, 107, 0.9);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(63, 76, 107, 0.9) 0%, rgba(96, 108, 136, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#606c88', GradientType=0);
        /* IE6-9 */
    }
}

/* line 32, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .sign-in-page {
    background-image: url("../img/login/man.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* line 43, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.personal-man .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #5290bc;
}

/* line 49, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .navigation .scales {
    background-color: #5290bc !important;
}

/* line 54, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .navigation .widget-overlay-bottom, body.personal-man .navigation .widget-overlay-top {
    background-color: #5496c5 !important;
}

/* line 61, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .navigation .widget-lang-overlay {
    background-color: #4a85ae !important;
}

/* line 67, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .navigation .widget-search-overlay {
    background-color: #5290bc !important;
}

/* line 74, ../sass/cospo/demos/_personal-man.scss */
body.personal-man .progress-bar > span:first-child {
    background: #6a799a;
}

/* Personal girl
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .main-overlay {
    background: rgba(220, 148, 132, 0.9);
    background: -moz-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
    background: -webkit-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
    background: -o-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
    background: -ms-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
    background: linear-gradient(0deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
}

@media (min-width: 992px) {
    /* line 12, ../sass/cospo/demos/_personal-girl.scss */
    body.personal-girl .ajax-page-dynamic .ajax-content {
        background: rgba(220, 148, 132, 0.9);
        background: -moz-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
        background: -webkit-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
        background: -o-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
        background: -ms-linear-gradient(270deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
        background: linear-gradient(0deg, rgba(220, 148, 132, 0.9) 0%, rgba(219, 116, 103, 0.9) 100%);
    }
}

/* line 23, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .sign-in-page {
    background-image: url("../img/login/girl.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* line 34, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.personal-girl .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #bf6c81;
}

/* line 40, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .navigation.open,
body.personal-girl .navigation .scales {
    background-color: #bf6c81 !important;
}

/* line 46, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .navigation .widget-overlay-bottom, body.personal-girl .navigation .widget-overlay-top {
    background-color: #b8677c !important;
}

/* line 53, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .navigation .widget-lang-overlay {
    background-color: #ca8395 !important;
}

/* line 58, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .navigation .widget-search-overlay {
    background-color: #ca8395 !important;
}

/* line 64, ../sass/cospo/demos/_personal-girl.scss */
body.personal-girl .progress-bar > span:first-child {
    background: #dd6d62;
}

/* Singer
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_singer.scss */
body.singer .main-overlay {
    background-color: rgba(44, 208, 199, 0.9);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_singer.scss */
    body.singer .ajax-page-dynamic .ajax-content {
        background-color: rgba(44, 208, 199, 0.9);
    }
}

/* line 13, ../sass/cospo/demos/_singer.scss */
body.singer .sign-in-page {
    background-image: url("../img/login/singer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* line 24, ../sass/cospo/demos/_singer.scss */
body.singer .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.singer .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #ae6dcd;
}

/* line 30, ../sass/cospo/demos/_singer.scss */
body.singer .navigation.open,
body.singer .navigation .scales {
    background-color: #ae6dcd !important;
}

/* line 36, ../sass/cospo/demos/_singer.scss */
body.singer .navigation .widget-overlay-bottom, body.singer .navigation .widget-overlay-top {
    background-color: #a464c2 !important;
}

/* line 43, ../sass/cospo/demos/_singer.scss */
body.singer .navigation .widget-lang-overlay {
    background-color: #9859b5 !important;
}

/* line 48, ../sass/cospo/demos/_singer.scss */
body.singer .navigation .widget-search-overlay {
    background-color: #9859b5 !important;
}

/* line 56, ../sass/cospo/demos/_singer.scss */
body.singer section#about .page-figure.in-content {
    background-size: contain;
    background-position: 10% 0;
    background-image: url("../img/singer/man-element1.png");
    background-repeat: no-repeat;
}

/* line 68, ../sass/cospo/demos/_singer.scss */
.no-padding {
    padding: 0 !important;
}

/* line 71, ../sass/cospo/demos/_singer.scss */
.no-padding-left {
    padding-left: 0 !important;
}

/* line 75, ../sass/cospo/demos/_singer.scss */
.no-padding-rigth {
    padding-right: 0 !important;
}

/* Classic performer
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .main-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

/* line 7, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .main-overlay.hide-bg {
    opacity: 1 !important;
    background-color: rgba(49, 49, 49, 0.8) !important;
}

/* line 17, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.classic-performer .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #606060;
}

/* line 23, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .navigation.open,
body.classic-performer .navigation .scales {
    background-color: #606060 !important;
}

/* line 29, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .navigation .widget-overlay-bottom, body.classic-performer .navigation .widget-overlay-top {
    background-color: #6c6c6c !important;
}

@media (min-width: 992px) {
    /* line 35, ../sass/cospo/demos/_classic-performer.scss */
    body.classic-performer .navigation .ajax-page-dynamic .ajax-content {
        background-color: #6c6c6c;
    }
}

/* line 42, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer .navigation .widget-lang-overlay {
    background-color: #565656 !important;
}

/* line 49, ../sass/cospo/demos/_classic-performer.scss */
body.classic-performer #about .page-figure.in-content {
    background-image: url("../img/classic-performer/piano-element-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    /* line 49, ../sass/cospo/demos/_classic-performer.scss */
    body.classic-performer #about .page-figure.in-content {
        background-image: url("../img/classic-performer/piano-element-1@2x.jpg");
    }
}

/* line 67, ../sass/cospo/demos/_classic-performer.scss */
h1 span,
h2 span,
h3 span,
.cospo-comment .author-name span,
h4 span,
h5 span,
h6 span {
    text-transform: none;
    display: block;
}

/* Agency
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_agency.scss */
body.agency .main-overlay {
    background-color: rgba(39, 40, 58, 0.85);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_agency.scss */
    body.agency .ajax-page-dynamic .ajax-content {
        background-color: rgba(39, 40, 58, 0.85);
    }
}

/* line 13, ../sass/cospo/demos/_agency.scss */
body.agency .main-overlay.hide-bg {
    opacity: 1 !important;
    background-color: rgba(39, 40, 58, 0.8) !important;
}

/* line 23, ../sass/cospo/demos/_agency.scss */
body.agency .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.agency .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #6d789d;
}

/* line 29, ../sass/cospo/demos/_agency.scss */
body.agency .navigation.open,
body.agency .navigation .scales {
    background-color: #6d789d !important;
}

/* line 35, ../sass/cospo/demos/_agency.scss */
body.agency .navigation .widget-overlay-bottom, body.agency .navigation .widget-overlay-top {
    background-color: #5f6a8f !important;
}

/* line 42, ../sass/cospo/demos/_agency.scss */
body.agency .navigation .widget-lang-overlay {
    background-color: #566184 !important;
}

/* DJ
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_dj.scss */
body.dj .main-overlay {
    background: #5ac8fa;
    background: -moz-linear-gradient(270deg, #5ac8fa 50%, #51f1fc 100%);
    background: -webkit-linear-gradient(270deg, #5ac8fa 50%, #51f1fc 100%);
    background: -o-linear-gradient(270deg, #5ac8fa 50%, #51f1fc 100%);
    background: -ms-linear-gradient(270deg, #5ac8fa 50%, #51f1fc 100%);
    background: linear-gradient(0deg, #5ac8fa 50%, #51f1fc 100%);
    opacity: .85;
}

@media (min-width: 992px) {
    /* line 13, ../sass/cospo/demos/_dj.scss */
    body.dj .ajax-page-dynamic .ajax-content {
        background: rgba(90, 200, 250, 0.85);
    }
}

/* line 24, ../sass/cospo/demos/_dj.scss */
body.dj .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.dj .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #bf82d0;
}

/* line 30, ../sass/cospo/demos/_dj.scss */
body.dj .navigation.open,
body.dj .navigation .scales {
    background-color: #bf82d0 !important;
}

/* line 36, ../sass/cospo/demos/_dj.scss */
body.dj .navigation .widget-overlay-bottom, body.dj .navigation .widget-overlay-top {
    background-color: #bc79cf !important;
}

/* line 42, ../sass/cospo/demos/_dj.scss */
body.dj .navigation .ajax-page-dynamic .ajax-content {
    background-color: #bc79cf;
}

/* line 47, ../sass/cospo/demos/_dj.scss */
body.dj .navigation .widget-lang-overlay {
    background-color: #cb86df !important;
}

/* line 55, ../sass/cospo/demos/_dj.scss */
body.dj #album .page-figure:before {
    background: rgba(0, 32, 34, 0.5);
}

/* line 62, ../sass/cospo/demos/_dj.scss */
body.dj .page-figure:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 92, 122, 0.2);
}

/* line 75, ../sass/cospo/demos/_dj.scss */
body.dj .progress-bar > span:first-child {
    background: #3dc6db;
}

@media (min-width: 992px) {
    /* line 84, ../sass/cospo/demos/_dj.scss */
    body.dj .man {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 90%;
        background: url("../img/dj/man.png") bottom right no-repeat;
        background-size: contain;
    }
}

/* Boys Band
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .main-overlay {
    background: rgba(1, 0, 22, 0.8);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_boys-band.scss */
    body.boys-band .ajax-page-dynamic .ajax-content {
        background: rgba(1, 0, 22, 0.8);
    }
}

/* line 13, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .main-overlay.hide-bg {
    opacity: 1 !important;
    background-color: rgba(1, 0, 22, 0.4) !important;
}

/* line 23, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.boys-band .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #514c7b;
}

/* line 30, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .navigation .widget-overlay-bottom, body.boys-band .navigation .widget-overlay-top {
    background-color: #4a4574 !important;
}

/* line 36, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .navigation .ajax-page-dynamic .ajax-content {
    background-color: #4a4574;
}

/* line 41, ../sass/cospo/demos/_boys-band.scss */
body.boys-band .navigation .widget-lang-overlay {
    background-color: #66628b !important;
}

/* line 50, ../sass/cospo/demos/_boys-band.scss */
body.boys-band section#about .page-figure.in-content {
    background-image: url("../img/boys-band/element-about.jpg");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* line 50, ../sass/cospo/demos/_boys-band.scss */
    body.boys-band section#about .page-figure.in-content {
        background-image: url("../img/boys-band/element-about@2x.jpg");
    }
}

/* Sport shop
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_sport-shop.scss */
body.sport .main-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076ff+0,00ff80+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60076ff', endColorstr='#e600ff80', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 992px) {
    /* line 15, ../sass/cospo/demos/_sport-shop.scss */
    body.sport .ajax-page-dynamic .ajax-content {
        background: -moz-linear-gradient(top, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 219, 110, 0.85) 0%, rgba(0, 66, 255, 0.85) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60076ff', endColorstr='#e600ff80', GradientType=0);
        /* IE6-9 */
    }
}

/* line 28, ../sass/cospo/demos/_sport-shop.scss */
body.sport .main-overlay.hide-bg {
    opacity: 1 !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076ff+0,00ff80+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(0, 255, 128, 0.9) 0%, rgba(0, 118, 255, 0.9) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 255, 128, 0.9) 0%, rgba(0, 118, 255, 0.9) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 255, 128, 0.9) 0%, rgba(0, 118, 255, 0.9) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60076ff', endColorstr='#e600ff80', GradientType=0);
    /* IE6-9 */
}

/* line 42, ../sass/cospo/demos/_sport-shop.scss */
body.sport section.home-page .background-element {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 80%;
    background-image: url("../img/sport/sport-element-bg1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

/* line 60, ../sass/cospo/demos/_sport-shop.scss */
body.sport .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.sport .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #496bcc;
}

/* line 66, ../sass/cospo/demos/_sport-shop.scss */
body.sport .navigation.open,
body.sport .navigation .scales {
    background-color: #496bcc !important;
}

/* line 72, ../sass/cospo/demos/_sport-shop.scss */
body.sport .navigation .widget-overlay-bottom, body.sport .navigation .widget-overlay-top {
    background-color: #5375d9 !important;
}

/* line 79, ../sass/cospo/demos/_sport-shop.scss */
body.sport .navigation .widget-lang-overlay {
    background-color: #6182e1 !important;
}

/* Restaurant
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .main-overlay {
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_restaurant.scss */
    body.restaurant .ajax-page-dynamic .ajax-content {
        background: rgba(0, 0, 0, 0.6);
    }
}

/* line 13, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .sign-in-page {
    background-image: url("../img/login/rest.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* line 24, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.restaurant .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #646fa0;
}

/* line 30, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .navigation.open,
body.restaurant .navigation .scales {
    background-color: #646fa0 !important;
}

/* line 36, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .navigation .widget-overlay-bottom, body.restaurant .navigation .widget-overlay-top {
    background-color: #576397 !important;
}

/* line 43, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .navigation .widget-lang-overlay {
    background-color: #7e87b0 !important;
}

/* line 49, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons {
    position: relative;
    left: -8px;
}

/* line 53, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a {
    display: inline-block;
    text-decoration: none;
    border: 0;
    margin-right: 13px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px auto;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/* line 66, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a.basket {
    background-image: url("../img/svg/restaurant/basket.svg");
}

/* line 70, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a.food {
    background-image: url("../img/svg/restaurant/food.svg");
}

/* line 74, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a.drink {
    background-image: url("../img/svg/restaurant/drink.svg");
}

/* line 78, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a.fruit {
    background-image: url("../img/svg/restaurant/fruit.svg");
}

/* line 82, ../sass/cospo/demos/_restaurant.scss */
body.restaurant .restaurant-home-icons a:active, body.restaurant .restaurant-home-icons a:hover {
    background-color: rgba(122, 114, 135, 0.3);
}

/* Rental boards
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards .main-overlay {
    background-color: rgba(210, 241, 246, 0.95);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_rental-boards.scss */
    body.rental-boards .ajax-page-dynamic .ajax-content {
        background-color: rgba(210, 241, 246, 0.95);
    }
}

/* line 14, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards section.home-page .background-element {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 80%;
    background-image: url("../img/rental-boards/board.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

/* line 28, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards section#about figcaption.all-place {
    padding-left: 15%;
    padding-right: 15%;
}

/* line 32, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards section#about figcaption.all-place:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
}

/* line 45, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards section#about .large-block {
    float: left;
    margin-top: 2em;
    margin-bottom: 2.5em;
}

/* line 57, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.rental-boards .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #8bc2d6;
}

/* line 63, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards .navigation.open,
body.rental-boards .navigation .scales {
    background-color: #8bc2d6 !important;
}

/* line 69, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards .navigation .widget-overlay-bottom, body.rental-boards .navigation .widget-overlay-top {
    background-color: #f6f6f6 !important;
}

/* line 76, ../sass/cospo/demos/_rental-boards.scss */
body.rental-boards .navigation .widget-lang-overlay {
    background-color: #ededed !important;
}

@media (min-width: 992px) {
    /* line 88, ../sass/cospo/demos/_rental-boards.scss */
    body.rental-boards .home-page .content {
        margin-left: -47px;
    }
}

/* Video maker
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/demos/_video-maker.scss */
body.video-maker {
    border: 20px #fff solid;
}

/* line 5, ../sass/cospo/demos/_video-maker.scss */
body.video-maker .main-overlay {
    background-color: #454da8;
    /* IE9, iOS 3.2+ */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNDAyODg0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0YTcxY2IiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==");
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #402884), color-stop(1, #4a71cb));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top, #402884 0%, #4a71cb 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom, #402884 0%, #4a71cb 100%);
    background-image: -ms-repeating-linear-gradient(top, #402884 0%, #4a71cb 100%);
    opacity: .8;
}

@media (min-width: 992px) {
    /* line 18, ../sass/cospo/demos/_video-maker.scss */
    body.video-maker .ajax-page-dynamic .ajax-content {
        background-color: rgba(69, 77, 168, 0.8);
    }
}

/* line 30, ../sass/cospo/demos/_video-maker.scss */
body.video-maker .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.video-maker .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #5cb3b4;
}

/* line 36, ../sass/cospo/demos/_video-maker.scss */
body.video-maker .navigation.open,
body.video-maker .navigation .scales {
    background-color: #5cb3b4 !important;
}

/* line 42, ../sass/cospo/demos/_video-maker.scss */
body.video-maker .navigation .widget-overlay-bottom, body.video-maker .navigation .widget-overlay-top {
    background-color: #6ec3c4 !important;
}

/* line 49, ../sass/cospo/demos/_video-maker.scss */
body.video-maker .navigation .widget-lang-overlay {
    background-color: #53a6a7 !important;
}

/* Coming soon
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_coming-soon.scss */
body.coming-soon .main-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cb765+0,1e9b8e+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64cb765', endColorstr='#e61e9b8e', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 992px) {
    /* line 15, ../sass/cospo/demos/_coming-soon.scss */
    body.coming-soon .ajax-page-dynamic .ajax-content {
        background: -moz-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64cb765', endColorstr='#e61e9b8e', GradientType=0);
        /* IE6-9 */
    }
}

/* line 29, ../sass/cospo/demos/_coming-soon.scss */
body.coming-soon .navigation.open {
    background: -moz-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76, 183, 101, 0.9) 0%, rgba(30, 155, 142, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64cb765', endColorstr='#e61e9b8e', GradientType=0);
    /* IE6-9 */
}

/* App1
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/demos/_app1.scss */
.app1 .main-overlay {
    background-color: rgba(10, 6, 13, 0.9);
}

@media (min-width: 992px) {
    /* line 6, ../sass/cospo/demos/_app1.scss */
    .app1 .ajax-page-dynamic .ajax-content {
        background-color: rgba(10, 6, 13, 0.9);
    }
}

/* App2
----------------------------------------------------------------------*/
/* line 4, ../sass/cospo/demos/_app2.scss */
body.app2 section.home-page .background-element {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 70%;
    background-image: url("../img/app2/element-bgr.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

@media (max-width: 991px) {
    /* line 4, ../sass/cospo/demos/_app2.scss */
    body.app2 section.home-page .background-element {
        width: 22%;
    }
}

@media (max-width: 767px) {
    /* line 4, ../sass/cospo/demos/_app2.scss */
    body.app2 section.home-page .background-element {
        width: 20%;
    }
}

/* line 29, ../sass/cospo/demos/_app2.scss */
body.app2 .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.app2 .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #6b5fc4;
}

/* line 35, ../sass/cospo/demos/_app2.scss */
body.app2 .navigation.open,
body.app2 .navigation .scales {
    background-color: #6b5fc4 !important;
}

/* line 41, ../sass/cospo/demos/_app2.scss */
body.app2 .navigation .widget-overlay-bottom, body.app2 .navigation .widget-overlay-top {
    background-color: #7669d7 !important;
}

/* line 47, ../sass/cospo/demos/_app2.scss */
body.app2 .navigation .ajax-page-dynamic .ajax-content {
    background-color: #7669d7;
}

/* line 52, ../sass/cospo/demos/_app2.scss */
body.app2 .navigation .widget-lang-overlay {
    background-color: #8679e5 !important;
}

/* line 59, ../sass/cospo/demos/_app2.scss */
body.app2 section#features .background-element {
    position: relative;
    padding-left: 15px;
    width: 67%;
}

@media (min-width: 768px) {
    /* line 59, ../sass/cospo/demos/_app2.scss */
    body.app2 section#features .background-element {
        padding-left: 57px;
    }
}

@media (min-width: 992px) {
    /* line 59, ../sass/cospo/demos/_app2.scss */
    body.app2 section#features .background-element {
        position: absolute;
        right: -7%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30%;
        height: 75%;
        padding-left: 0;
    }

    /* line 75, ../sass/cospo/demos/_app2.scss */
    body.app2 section#features .background-element img {
        position: relative;
        top: 50%;
        float: right;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* line 90, ../sass/cospo/demos/_app2.scss */
body.app2 section#features ul li:last-child {
    margin-bottom: 0;
}

/* line 100, ../sass/cospo/demos/_app2.scss */
body.app2 section#get-more .page-figure.in-content img {
    height: auto;
    width: 100%;
    left: 0;
    padding-left: 0;
    position: relative;
}

@media (min-width: 992px) {
    /* line 100, ../sass/cospo/demos/_app2.scss */
    body.app2 section#get-more .page-figure.in-content img {
        height: 100%;
        width: auto;
    }
}

/* line 119, ../sass/cospo/demos/_app2.scss */
body.app2 .main-overlay {
    background-color: rgba(122, 96, 173, 0.9);
}

@media (min-width: 992px) {
    /* line 128, ../sass/cospo/demos/_app2.scss */
    body.app2 .navigation.open, body.app2 .navigation:hover {
        background-color: rgba(44, 208, 199, 0);
    }
}

/* App3
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_app3.scss */
body.app3 .main-overlay {
    background-color: rgba(242, 108, 99, 0.9);
}

/* line 12, ../sass/cospo/demos/_app3.scss */
body.app3 .navigation button.navigation-btn[data-action='go-next-page'] svg path, body.app3 .navigation button[data-action='go-next-page'].navigation-btn--show-message svg path {
    fill: #53c37a;
}

/* line 18, ../sass/cospo/demos/_app3.scss */
body.app3 .navigation.open,
body.app3 .navigation .scales {
    background-color: #53c37a !important;
}

/* line 24, ../sass/cospo/demos/_app3.scss */
body.app3 .navigation .widget-overlay-bottom, body.app3 .navigation .widget-overlay-top {
    background-color: #47b86e !important;
}

/* line 30, ../sass/cospo/demos/_app3.scss */
body.app3 .navigation .ajax-page-dynamic .ajax-content {
    background-color: #47b86e;
}

/* line 35, ../sass/cospo/demos/_app3.scss */
body.app3 .navigation .widget-lang-overlay {
    background-color: #58c97f !important;
}

/* line 41, ../sass/cospo/demos/_app3.scss */
body.app3 .background-element1,
body.app3 .background-element2 {
    position: absolute;
    right: 0;
    width: 60%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

/* line 52, ../sass/cospo/demos/_app3.scss */
body.app3 .background-element1 {
    top: 0;
    background-image: url("../img/app3/element-bg1.png");
}

/* line 57, ../sass/cospo/demos/_app3.scss */
body.app3 .background-element2 {
    bottom: 0;
    background-image: url("../img/app3/element-bg2.png");
}

/* line 65, ../sass/cospo/demos/_app3.scss */
body.app3 section#get-more .page-figure.in-content img {
    position: relative;
    left: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 65, ../sass/cospo/demos/_app3.scss */
    body.app3 section#get-more .page-figure.in-content img {
        height: 100%;
        width: auto;
    }
}

/* Watercolor artist
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_watercolor-artist.scss */
body.watercolor-artist .main-overlay {
    background: rgba(214, 240, 253, 0.9) !important;
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_watercolor-artist.scss */
    body.watercolor-artist .ajax-page-dynamic .ajax-content {
        background: rgba(214, 240, 253, 0.9) !important;
    }
}

/* line 18, ../sass/cospo/demos/_watercolor-artist.scss */
body.watercolor-artist .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.watercolor-artist .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #49b7a1;
}

/* line 24, ../sass/cospo/demos/_watercolor-artist.scss */
body.watercolor-artist .navigation.open,
body.watercolor-artist .navigation .scales {
    background-color: #49b7a1 !important;
}

/* line 30, ../sass/cospo/demos/_watercolor-artist.scss */
body.watercolor-artist .navigation .widget-overlay-bottom, body.watercolor-artist .navigation .widget-overlay-top {
    background-color: #42ab96 !important;
}

/* line 37, ../sass/cospo/demos/_watercolor-artist.scss */
body.watercolor-artist .navigation .widget-lang-overlay {
    background-color: #4ebba5 !important;
}

/* Photographer agency
----------------------------------------------------------------------*/
/* line 2, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency {
    border: 20px #fff solid;
}

/* line 5, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency .main-overlay {
    background: rgba(123, 104, 112, 0.95) !important;
}

@media (min-width: 992px) {
    /* line 9, ../sass/cospo/demos/_photographer-agency.scss */
    body.photographer-agency .ajax-page-dynamic .ajax-content {
        background: rgba(123, 104, 112, 0.95);
    }
}

/* line 16, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency section.home-page .background-element {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 50%;
    background-image: url("../img/photographer-agency/photo-element-bg1.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

/* line 35, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.photographer-agency .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #b29da6;
}

/* line 41, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency .navigation.open,
body.photographer-agency .navigation .scales {
    background-color: #b29da6 !important;
}

/* line 47, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency .navigation .widget-overlay-bottom, body.photographer-agency .navigation .widget-overlay-top {
    background-color: #4a4574 !important;
}

/* line 54, ../sass/cospo/demos/_photographer-agency.scss */
body.photographer-agency .navigation .widget-lang-overlay {
    background-color: #66628b !important;
}

/* Law firm
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .main-overlay {
    background: rgba(190, 104, 107, 0.95);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_law-firm.scss */
    body.law-firm .ajax-page-dynamic .ajax-content {
        background: rgba(190, 104, 107, 0.95);
    }
}

/* line 18, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.law-firm .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #5a5353;
}

/* line 24, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .navigation.open,
body.law-firm .navigation .scales {
    background-color: #5a5353 !important;
}

/* line 30, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .navigation .widget-overlay-bottom, body.law-firm .navigation .widget-overlay-top {
    background-color: #696161 !important;
}

/* line 37, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .navigation .widget-lang-overlay {
    background-color: #787575 !important;
}

/* line 44, ../sass/cospo/demos/_law-firm.scss */
body.law-firm section#about figcaption.all-place {
    padding-left: 0;
}

/* line 47, ../sass/cospo/demos/_law-firm.scss */
body.law-firm section#about figcaption.all-place:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #331f20;
    opacity: .85;
}

/* line 60, ../sass/cospo/demos/_law-firm.scss */
body.law-firm section#about figcaption.all-place button {
    float: none;
    display: inline-block;
}

/* line 66, ../sass/cospo/demos/_law-firm.scss */
body.law-firm section#about .content-center {
    text-align: center;
}

/* line 75, ../sass/cospo/demos/_law-firm.scss */
body.law-firm .bg-element {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    height: 80vh;
    width: 36%;
    background: url("../img/law-firm/element-bg1.png") center right no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    /* line 75, ../sass/cospo/demos/_law-firm.scss */
    body.law-firm .bg-element {
        display: block;
    }
}

/* line 92, ../sass/cospo/demos/_law-firm.scss */
body.law-firm #about .page-figure.in-content {
    background-image: url("../img/law-firm/about/image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    /* line 92, ../sass/cospo/demos/_law-firm.scss */
    body.law-firm #about .page-figure.in-content {
        background-image: url("../img/law-firm/about/image@2x.jpg");
    }
}

/* line 102, ../sass/cospo/demos/_law-firm.scss */
body.law-firm #about .page-figure.in-content button {
    margin: 1.5em 1em;
}

/* Community
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_community.scss */
body.community .main-overlay {
    background: rgba(0, 123, 206, 0.8);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_community.scss */
    body.community .ajax-page-dynamic .ajax-content {
        background: rgba(0, 123, 206, 0.8);
    }
}

/* line 18, ../sass/cospo/demos/_community.scss */
body.community .navigation button.navigation-btn[data-action="go-next-page"] svg path, body.community .navigation button[data-action="go-next-page"].navigation-btn--show-message svg path {
    fill: #586ac7;
}

/* line 24, ../sass/cospo/demos/_community.scss */
body.community .navigation.open,
body.community .navigation .scales {
    background-color: #586ac7 !important;
}

/* line 30, ../sass/cospo/demos/_community.scss */
body.community .navigation .widget-overlay-bottom, body.community .navigation .widget-overlay-top {
    background-color: #5061ba !important;
}

/* line 37, ../sass/cospo/demos/_community.scss */
body.community .navigation .widget-lang-overlay {
    background-color: #6f7ec9 !important;
}

/* line 43, ../sass/cospo/demos/_community.scss */
body.community .page-figure {
    background-image: url("../img/community/image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 48, ../sass/cospo/demos/_community.scss */
body.community .page-figure:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(6, 87, 142, 0.76);
    z-index: 1;
}

/* line 60, ../sass/cospo/demos/_community.scss */
body.community .page-figure .content-center {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    /* line 70, ../sass/cospo/demos/_community.scss */
    body.community .bg-element-1,
    body.community .bg-element-2 {
        position: absolute;
        width: 50%;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* line 79, ../sass/cospo/demos/_community.scss */
    body.community .bg-element-1 {
        top: 0;
        right: -20%;
        height: 35%;
        background-image: url("../img/community/element1-bg1.png");
    }

    /* line 86, ../sass/cospo/demos/_community.scss */
    body.community .bg-element-2 {
        bottom: 0;
        right: 3%;
        height: 30%;
        background-image: url("../img/community/element2-bg1.png");
        background-position: right bottom;
    }
}

/* Under construction
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/demos/_underconstruction.scss */
body.underconstruction .main-overlay {
    background: rgba(53, 53, 53, 0.4);
}

@media (min-width: 992px) {
    /* line 7, ../sass/cospo/demos/_underconstruction.scss */
    body.underconstruction .ajax-page-dynamic .ajax-content {
        background: rgba(53, 53, 53, 0.4);
    }
}

/* line 13, ../sass/cospo/demos/_underconstruction.scss */
body.underconstruction .navigation-btn[data-action="go-next-page"]:before, body.underconstruction [data-action="go-next-page"].navigation-btn--show-message:before {
    background-image: url("../img/ico/mail-under.svg");
}

/* line 17, ../sass/cospo/demos/_underconstruction.scss */
body.underconstruction .background:first-child {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1.01);
}

@media (max-width: 991px) {
    /* line 23, ../sass/cospo/demos/_underconstruction.scss */
    body.underconstruction .sign-in-page {
        background-color: black;
    }
}

@media (max-width: 991px) {
    /* line 30, ../sass/cospo/demos/_underconstruction.scss */
    body.underconstruction.light .sign-in-page {
        background-color: white;
    }
}

/* Blog
----------------------------------------------------------------------*/
/* line 3, ../sass/cospo/_blog.scss */
.scroll .content.blog-head {
    padding-bottom: 20px;
}

/* line 8, ../sass/cospo/_blog.scss */
.blog-head {
    min-height: 0 !important;
}

/* line 11, ../sass/cospo/_blog.scss */
.blog-head h2 {
    max-width: 50%;
}

/* line 16, ../sass/cospo/_blog.scss */
.blog.blog-post {
    background-color: transparent;
}

/* line 20, ../sass/cospo/_blog.scss */
.blog-post {
    position: relative;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    /*    min-height: 500px !important;
      height: 500px !important;*/
    background-color: black;
    /*cursor: pointer;*/
}

/* line 29, ../sass/cospo/_blog.scss */
.blog-post header {
    position: absolute;
    top: 50px;
    left: 15px;
    padding-left: inherit;
    width: 45px;
    height: 47px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* line 39, ../sass/cospo/_blog.scss */
.blog-post header img,
.blog-post header svg {
    width: inherit;
    height: inherit;
    fill: white;
}

/* line 47, ../sass/cospo/_blog.scss */
.blog-post footer {
    position: relative;
}

/* line 50, ../sass/cospo/_blog.scss */
.blog-post footer h3, .blog-post footer .cospo-comment .author-name, .cospo-comment .blog-post footer .author-name {
    margin-bottom: 11px;
}

/* line 55, ../sass/cospo/_blog.scss */
.blog-post .bg-video {
    opacity: .5;
}

/* line 59, ../sass/cospo/_blog.scss */
.blog-post-background, .blog-post-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .5 !important;
}

/* line 70, ../sass/cospo/_blog.scss */
.blog-post-music {
    background-color: #66448c;
}

/* line 74, ../sass/cospo/_blog.scss */
.blog-post-link {
    background-color: #36a462;
}

/* line 78, ../sass/cospo/_blog.scss */
.blog-post-quote {
    background-color: #d56e2a;
}

/* line 82, ../sass/cospo/_blog.scss */
.blog-post-status {
    background-color: #3a609f;
}

/* line 86, ../sass/cospo/_blog.scss */
.blog-post-standart {
    background-color: #797979;
}

/* line 90, ../sass/cospo/_blog.scss */
.blog-post-aside {
    background-color: #568ecc;
}

/* line 95, ../sass/cospo/_blog.scss */
.blog-post-image:after {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* line 101, ../sass/cospo/_blog.scss */
.blog-post-color:after {
    content: none !important;
}

/* line 109, ../sass/cospo/_blog.scss */
.blog article .article-author, .blog article .article-tag {
    display: inline-block;
    margin-bottom: 35px;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

/* line 117, ../sass/cospo/_blog.scss */
.blog article .article-author:hover, .blog article .article-tag:hover {
    border: none !important;
    color: inherit;
}

/* line 124, ../sass/cospo/_blog.scss */
.blog article > img {
    margin-bottom: 35px;
}

/*****************************************************/
/* line 130, ../sass/cospo/_blog.scss */
.post-info,
.post-status,
.post-tag {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

/* line 136, ../sass/cospo/_blog.scss */
.post-info a,
.post-status a,
.post-tag a {
    border: none !important;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
    letter-spacing: .9px;
    font-weight: 300;
    font-size: 14px;
}

/* line 147, ../sass/cospo/_blog.scss */
.post-tag {
    display: block;
    margin-top: 45px;
}

@media (min-width: 768px) {
    /* line 147, ../sass/cospo/_blog.scss */
    .post-tag {
        float: left;
        max-width: 70%;
    }
}

/* line 155, ../sass/cospo/_blog.scss */
.post-tag a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

/* line 162, ../sass/cospo/_blog.scss */
.ajax-gallery-title .post-tag {
    margin-top: 0;
}

/* line 167, ../sass/cospo/_blog.scss */
.post-status {
    overflow: hidden;
    margin-top: 10px;
}

@media (min-width: 768px) {
    /* line 167, ../sass/cospo/_blog.scss */
    .post-status {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-top: 0;
    }
}

/* line 177, ../sass/cospo/_blog.scss */
.post-status-item {
    float: left;
    margin-left: 30px;
}

/* line 181, ../sass/cospo/_blog.scss */
.post-status-item:first-child {
    margin-left: 0;
}

/* line 185, ../sass/cospo/_blog.scss */
.post-status-item svg {
    fill: rgba(255, 255, 255, 0.8);
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

/* line 190, ../sass/cospo/_blog.scss */
.post-status-item span {
    float: left;
    margin-left: 9px;
}

/* line 194, ../sass/cospo/_blog.scss */
.post-status-item span:first-child {
    margin-left: 0;
}

/* line 201, ../sass/cospo/_blog.scss */
.post-author {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
}

/* line 211, ../sass/cospo/_blog.scss */
.post-author img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

/*********************************************************/
/* line 219, ../sass/cospo/_blog.scss */
.content-table {
    display: table;
    overflow: hidden;
    padding-top: 97px !important;
    padding-bottom: 60px !important;
    min-height: inherit;
    width: 100%;
    table-layout: fixed;
}

/* line 229, ../sass/cospo/_blog.scss */
.content-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

/**************************************************************/
/* line 237, ../sass/cospo/_blog.scss */
.ajax-page-post .ajax-gallery-title figcaption {
    padding-bottom: 21px !important;
}

/* line 240, ../sass/cospo/_blog.scss */
.ajax-page-post .ajax-gallery-title figcaption h2 {
    margin-bottom: 27px;
}

/****************************************************************/
/* Recent post */
/* line 248, ../sass/cospo/_blog.scss */
.recent-post {
    display: block;
    overflow: hidden;
    margin-bottom: 23px;
}

/* line 253, ../sass/cospo/_blog.scss */
.recent-post:last-child {
    margin-bottom: 0;
}

/**************************************************************/
@media (min-width: 992px) {
    /* line 261, ../sass/cospo/_blog.scss */
    .blog-post header {
        left: 17px;
    }

    /* line 280, ../sass/cospo/_blog.scss */
    .ajax-page-post .content {
        padding-left: 0 !important;
        background-color: rgba(0, 0, 0, 0.9);
    }

    /* line 284, ../sass/cospo/_blog.scss */
    .ajax-page-post .content > .ajax-gallery-title {
        display: none;
    }

    /* line 294, ../sass/cospo/_blog.scss */
    .post-info a svg,
    .post-status a svg,
    .post-tag a svg {
        fill: rgba(255, 255, 255, 1);
        opacity: .8;
    }

    /* line 298, ../sass/cospo/_blog.scss */
    .post-info a:hover,
    .post-status a:hover,
    .post-tag a:hover {
        color: white;
    }

    /* line 303, ../sass/cospo/_blog.scss */
    .post-info a:hover svg,
    .post-status a:hover svg,
    .post-tag a:hover svg {
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 313, ../sass/cospo/_blog.scss */
    .blog-post header {
        left: 17px;
    }
}

@media (min-width: 1281px) {
    /* line 320, ../sass/cospo/_blog.scss */
    .blog-post header {
        left: 24px;
    }
}

/***************************************************************/
/* Cospo blog comments */
/* line 328, ../sass/cospo/_blog.scss */
.cospo-comments-title {
    display: block;
    margin-top: 85px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .786rem;
}

/* line 337, ../sass/cospo/_blog.scss */
.cospo-comments-list {
    margin-bottom: 70px;
}

/* line 340, ../sass/cospo/_blog.scss */
.cospo-comments-list p, .cospo-comments-list h1 span, h1 .cospo-comments-list span,
.cospo-comments-list h2 span,
h2 .cospo-comments-list span,
.cospo-comments-list h3 span,
h3 .cospo-comments-list span,
.cospo-comments-list .cospo-comment .author-name span,
.cospo-comment .author-name .cospo-comments-list span,
.cospo-comments-list h4 span,
h4 .cospo-comments-list span,
.cospo-comments-list h5 span,
h5 .cospo-comments-list span,
.cospo-comments-list h6 span,
h6 .cospo-comments-list span {
    font-size: 1.143rem;
}

/* line 346, ../sass/cospo/_blog.scss */
.cospo-comment {
    position: relative;
}

/* line 349, ../sass/cospo/_blog.scss */
.cospo-comment-body {
    margin-bottom: 43px;
    padding: 0 0 31px 80px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 355, ../sass/cospo/_blog.scss */
.cospo-comment-children,
.cospo-comment .children {
    margin: 0 0 0 118px;
}

@media (max-width: 767px) {
    /* line 355, ../sass/cospo/_blog.scss */
    .cospo-comment-children,
    .cospo-comment .children {
        margin-left: 25px;
    }
}

/* line 362, ../sass/cospo/_blog.scss */
.cospo-comment-children .cospo-comment-body,
.cospo-comment .children .cospo-comment-body {
    margin-bottom: 59px;
    padding-bottom: 8px;
}

/* line 367, ../sass/cospo/_blog.scss */
.cospo-comment-children .cospo-comment-children,
.cospo-comment-children .children,
.cospo-comment .children .cospo-comment-children,
.cospo-comment .children .children {
    margin: 0;
}

/* line 374, ../sass/cospo/_blog.scss */
.cospo-comment-content p, .cospo-comment-content h1 span, h1 .cospo-comment-content span,
.cospo-comment-content h2 span,
h2 .cospo-comment-content span,
.cospo-comment-content h3 span,
h3 .cospo-comment-content span,
.cospo-comment-content .cospo-comment .author-name span,
.cospo-comment .author-name .cospo-comment-content span,
.cospo-comment-content h4 span,
h4 .cospo-comment-content span,
.cospo-comment-content h5 span,
h5 .cospo-comment-content span,
.cospo-comment-content h6 span,
h6 .cospo-comment-content span {
    letter-spacing: .81px;
    font-size: 1.143rem;
    line-height: 1.4;
}

/* line 381, ../sass/cospo/_blog.scss */
.cospo-comment-author {
    position: relative;
    margin-bottom: 13px;
}

/* line 385, ../sass/cospo/_blog.scss */
.cospo-comment-author a {
    border: none !important;
}

/* line 390, ../sass/cospo/_blog.scss */
.cospo-comment .author-name {
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 300;
    font-size: 1.571rem;
}

/* line 409, ../sass/cospo/_blog.scss */
.cospo-comment time {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: .786rem;
}

/* line 424, ../sass/cospo/_blog.scss */
.cospo-comment-avatar {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    border: 1px solid transparent !important;
    border-radius: 50%;
}

/* line 434, ../sass/cospo/_blog.scss */
.cospo-comment-avatar img {
    width: inherit;
    height: inherit;
    border: 1px solid transparent;
    border-radius: 50%;
}

/* line 442, ../sass/cospo/_blog.scss */
.cospo-comment-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    /* line 442, ../sass/cospo/_blog.scss */
    .cospo-comment-link {
        position: relative;
    }
}

/* line 451, ../sass/cospo/_blog.scss */
.cospo-comment-edit, .cospo-comment-reply {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .786rem;
}

/* line 468, ../sass/cospo/_blog.scss */
.cospo-comment-reply {
    margin-left: 18px;
}

/* line 472, ../sass/cospo/_blog.scss */
.cospo-comment:before {
    content: none;
}

/* Ajax page blog */
/* line 481, ../sass/cospo/_blog.scss */
#ajax-page-blog .ajax-gallery-title figcaption .post-info {
    position: relative;
}

/* line 491, ../sass/cospo/_blog.scss */
.user-area {
    position: static;
    top: 11px;
    right: 15px;
    overflow: hidden;
    border: 0 !important;
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    /* line 491, ../sass/cospo/_blog.scss */
    .user-area {
        position: absolute;
        right: 17px;
    }
}

@media (min-width: 992px) {
    /* line 491, ../sass/cospo/_blog.scss */
    .user-area {
        opacity: .6;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    /* line 507, ../sass/cospo/_blog.scss */
    .user-area:hover {
        opacity: 1;
    }
}

@media (min-width: 1281px) {
    /* line 491, ../sass/cospo/_blog.scss */
    .user-area {
        right: 24px;
    }
}

/* line 515, ../sass/cospo/_blog.scss */
.user-area h4 {
    float: left;
    margin: 0;
    width: auto;
}

/* line 521, ../sass/cospo/_blog.scss */
.user-area span {
    float: left;
    margin-left: 17px;
}

/* SIGN IN PAGE */
@media (min-width: 992px) {
    /* line 528, ../sass/cospo/_blog.scss */
    .sign-in-page {
        width: 69.45%;
    }
}

@media (max-width: 991px) {
    /* line 528, ../sass/cospo/_blog.scss */
    .sign-in-page {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        height: 100vh;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    /* line 546, ../sass/cospo/_blog.scss */
    .sign-in-page.current-page {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    /* line 551, ../sass/cospo/_blog.scss */
    .sign-in-page .wrapper-scroll {
        height: 100%;
    }

    /* line 554, ../sass/cospo/_blog.scss */
    .sign-in-page .wrapper-scroll .scroll {
        height: 100%;
    }

    /* line 557, ../sass/cospo/_blog.scss */
    .sign-in-page .wrapper-scroll .scroll .content {
        height: 100%;
    }

    /* line 560, ../sass/cospo/_blog.scss */
    .sign-in-page .wrapper-scroll .scroll .content .col-md-6 {
        height: 100%;
    }
}

/* line 569, ../sass/cospo/_blog.scss */
.sign-in-page .scroll .content {
    height: 100%;
}

/* line 574, ../sass/cospo/_blog.scss */
.sign-in-page .main-overlay {
    background: rgba(10, 10, 10, 0.6) !important;
}

/* line 579, ../sass/cospo/_blog.scss */
.sign-in-link {
    display: inline-block;
    margin-bottom: 5px;
    border: 0 !important;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.357rem;
}

/* line 587, ../sass/cospo/_blog.scss */
.sign-in-link:hover {
    color: white !important;
}

/* line 594, ../sass/cospo/_blog.scss */
.light .sign-in-link:hover {
    color: black;
}

/* login form */
/* line 601, ../sass/cospo/_blog.scss */
.log-in-form input {
    font-size: 1.143rem;
}

/* WordPress
----------------------------------------------------------------------*/
/* line 1, ../sass/cospo/elements/_wp-classes.scss */
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 0;
    text-align: center;
}

.wp-caption::empty,
.wp-caption-dt::empty {
    display: none;
}

/* line 9, ../sass/cospo/elements/_wp-classes.scss */
.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px;
}

/* line 16, ../sass/cospo/elements/_wp-classes.scss */
.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

/* line 21, ../sass/cospo/elements/_wp-classes.scss */
.gallery-caption {
    border: 0;
}

/* line 25, ../sass/cospo/elements/_wp-classes.scss */
.bypostauthor {
    border: 0;
}

/* line 29, ../sass/cospo/elements/_wp-classes.scss */
.alignleft {
    text-align: left;
}

/* line 32, ../sass/cospo/elements/_wp-classes.scss */
.alignright {
    text-align: right;
}

/* line 36, ../sass/cospo/elements/_wp-classes.scss */
.aligncenter {
    text-align: center;
}

/* line 40, ../sass/cospo/elements/_wp-classes.scss */
.sticky {
    position: sticky;
}

/* line 45, ../sass/cospo/elements/_wp-classes.scss */
div.wpcf7 img.ajax-loader {
    display: none !important;
    width: 15px;
    height: 15px;
}

/* line 53, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form.invalid input[type="submit"] {
    border-color: red;
    color: red;
}

/* line 57, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form.invalid input[type="submit"]:hover {
    background-color: red;
    color: #fff;
}

/* line 64, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form textarea {
    display: inline-block;
    margin-bottom: 36px;
}

/* line 69, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form p, .wpcf7-form h1 span, h1 .wpcf7-form span,
.wpcf7-form h2 span,
h2 .wpcf7-form span,
.wpcf7-form h3 span,
h3 .wpcf7-form span,
.wpcf7-form .cospo-comment .author-name span,
.cospo-comment .author-name .wpcf7-form span,
.wpcf7-form h4 span,
h4 .wpcf7-form span,
.wpcf7-form h5 span,
h5 .wpcf7-form span,
.wpcf7-form h6 span,
h6 .wpcf7-form span {
    margin: 0;
}

/* line 73, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form input[type="text"] + .wpcf7-not-valid-tip,
.wpcf7-form input[type="email"] + .wpcf7-not-valid-tip,
.wpcf7-form input[type="search"] + .wpcf7-not-valid-tip {
    bottom: 10px;
}

@media (min-width: 992px) {
    /* line 73, ../sass/cospo/elements/_wp-classes.scss */
    .wpcf7-form input[type="text"] + .wpcf7-not-valid-tip,
    .wpcf7-form input[type="email"] + .wpcf7-not-valid-tip,
    .wpcf7-form input[type="search"] + .wpcf7-not-valid-tip {
        bottom: 21px;
    }
}

/* line 86, ../sass/cospo/elements/_wp-classes.scss */
.light .wpcf7-form.invalid input[type="submit"] {
    background-color: red;
    border-color: red;
    color: #373737;
}

/* line 95, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

/* line 99, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
}

/* line 106, ../sass/cospo/elements/_wp-classes.scss */
.wpcf7-form-control-wrap {
    display: block;
}

/* Background elements position */
/* line 111, ../sass/cospo/elements/_wp-classes.scss */
.background-element-position {
    position: absolute;
    /*transform: translateY(-50%);*/
    right: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

/* after p row */
/* line 122, ../sass/cospo/elements/_wp-classes.scss */
p + .row, h1 span + .row,
h2 span + .row,
h3 span + .row,
.cospo-comment .author-name span + .row,
h4 span + .row,
h5 span + .row,
h6 span + .row,
p + .gallery,
h1 span + .gallery,
h2 span + .gallery,
h3 span + .gallery,
.cospo-comment .author-name span + .gallery,
h4 span + .gallery,
h5 span + .gallery,
h6 span + .gallery {
    margin-top: 30px;
}

/* password form */
/* line 129, ../sass/cospo/elements/_wp-classes.scss */
.post-password-form label {
    margin-left: 0;
}

/* line 132, ../sass/cospo/elements/_wp-classes.scss */
.post-password-form label input {
    width: auto;
    margin-bottom: 0;
}

/* ajax page tablet */
/* line 140, ../sass/cospo/elements/_wp-classes.scss */
.ajax-content-image,
.ajax-content-text {
    overflow: hidden;
}

/* create overlay on the block */
/* line 147, ../sass/cospo/elements/_wp-classes.scss */
.block-overlay:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 32, 34, 0.5);
}

/* graphic-designer home page dots' */
/* line 161, ../sass/cospo/elements/_wp-classes.scss */
.p4-dots {
    position: relative;
    margin-bottom: 30px;
    width: 37px;
    height: auto;
}

@media (min-width: 992px) {
    /* line 161, ../sass/cospo/elements/_wp-classes.scss */
    .p4-dots {
        position: absolute;
        top: -5.5em;
    }
}

/* restaurant home page icon */
/* line 174, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons {
    position: relative;
    /*left: -8px;*/
}

/* line 178, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a {
    display: inline-block;
    text-decoration: none;
    border: 0;
    margin-right: 13px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px auto;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
}

/* line 192, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a img {
    width: 38px !important;
    height: 100% !important;
}

/* line 197, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a.basket {
    background-image: url("../img/svg/restaurant/basket.svg");
}

/* line 201, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a.food {
    background-image: url("../img/svg/restaurant/food.svg");
}

/* line 205, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a.drink {
    background-image: url("../img/svg/restaurant/drink.svg");
}

/* line 209, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a.fruit {
    background-image: url("../img/svg/restaurant/fruit.svg");
}

/* line 213, ../sass/cospo/elements/_wp-classes.scss */
.restaurant-home-icons a:active, .restaurant-home-icons a:hover {
    background-color: rgba(122, 114, 135, 0.3);
}

@media (min-width: 992px) {
    /* line 220, ../sass/cospo/elements/_wp-classes.scss */
    .large-block > .col-md-3:nth-child(odd) {
        clear: left;
    }
}

/* half window height block */
/* line 227, ../sass/cospo/elements/_wp-classes.scss */
.half-window-height {
    position: relative;
    min-height: 190px;
}

@media (min-width: 992px) {
    /* line 227, ../sass/cospo/elements/_wp-classes.scss */
    .half-window-height {
        min-height: 50vh;
    }

    /* line 233, ../sass/cospo/elements/_wp-classes.scss */
    .half-window-height:first-child {
        min-height: calc(50vh - 54px);
    }
}

/* line 238, ../sass/cospo/elements/_wp-classes.scss */
.half-window-height .content-center {
    min-height: 190px;
}

@media (min-width: 992px) {
    /* line 238, ../sass/cospo/elements/_wp-classes.scss */
    .half-window-height .content-center {
        min-height: 50vh;
    }
}

/* line 247, ../sass/cospo/elements/_wp-classes.scss */
img.half-window-height {
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    /* line 247, ../sass/cospo/elements/_wp-classes.scss */
    img.half-window-height {
        height: 50vh;
    }
}

/* line 255, ../sass/cospo/elements/_wp-classes.scss */
.full-content-width {
    width: calc(100% + 30px);
    margin-left: -15px;
}

@media (min-width: 768px) {
    /* line 255, ../sass/cospo/elements/_wp-classes.scss */
    .full-content-width {
        width: calc(100% + 120px);
        margin-left: -60px;
        padding: 0 36px;
    }
}

/* line 266, ../sass/cospo/elements/_wp-classes.scss */
.row {
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-content .widget-item [type="submit"] {
    width: 155px;
}

p img {
    display: block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
}

.ajax-content-image img {
    max-width: 100%;
    display: block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.aligncenter img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-caption {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sign-in-page {
    background-color: rgba(0, 0, 0, 0.1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    text-decoration: none;
    border-bottom: 0;
}

/* wordpress image align */
.wp-caption {
    max-width: 100%;
    overflow: hidden;
}

.wp-caption .wp-caption-text {
    color: grey;
}

.wp-caption.alignright, .wp-caption.alignleft {
    max-width: 50%;
}

@media (max-width: 767px) {
    .wp-caption.alignright, .wp-caption.alignleft {
        width: 100%;
    }
}

.ajax-content-image,
.ajax-content-text {
    font-size: 1.357rem;
    font-weight: 300;
}

.ajax-content-image .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ajax-content-image .alignright {
    float: right;
    clear: both;
    margin-left: 30px;
    text-align: right;
}

@media (max-width: 767px) {
    .ajax-content-image .alignright {
        width: 100%;
    }
}

.ajax-content-image .alignleft {
    float: left;
    clear: both;
    margin-right: 30px;
    text-align: left;
}

@media (max-width: 767px) {
    .ajax-content-image .alignleft {
        width: 100%;
    }
}

.ajax-content-image .wp-caption-text {
    font-size: 0.875rem;
}

body.light .navigation .widget-lang-overlay,
body.dark .navigation .widget-lang-overlay {
    background-color: rgba(0, 0, 0, .1) !important;
}

/* rss widget */
.rss-widget-icon {
    width: 15px;
    height: 15px;
}

.rss-date {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

.rssSummary {
    font-size: 1rem;
    margin-bottom: 15px;
}

.rssSummary + cite {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 30px;
}

a.rsswidget {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

/* long string */
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    max-width: 100%;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

select {
    display: none;
}

.select-wrapper {
    height: 45px;
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
}

div.cs-select {
    outline: none;
    background-color: transparent;
    /*font: 400 .875rem/1.2 Montserrat;*/
}

div.cs-select .cs-placeholder {
    position: relative;
    -user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 14px 35px 14px 0;
    letter-spacing: .3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
    /*background: url("../img/svg/plus.svg") no-repeat calc(100% - 20px) center;*/
}

div.cs-select .cs-placeholder:before,
div.cs-select .cs-placeholder:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

div.cs-select .cs-placeholder:before {
    right: 0;
    width: 14px;
    height: 1px;
    border-top: 2px solid;
}

div.cs-select .cs-placeholder:after {
    right: 6px;
    width: 1px;
    height: 14px;
    border-left: 2px solid;
}

.cs-select.cs-active .cs-placeholder:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.cs-select.cs-active .cs-placeholder:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

div.cs-select .cs-options {
    display: none;
    padding: 0 0 15px;
}

div.cs-select .cs-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*border-top: 2px solid #fff;*/
}

div.cs-select .cs-options ul li {
    font-size: .875rem;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #cccdd7;
    -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*text-transform: uppercase;*/
    margin: 0;
    opacity: .8;
}

div.cs-select .cs-options ul li:before {
    content: none;
}

div.cs-select .cs-options ul li.cs-selected, div.cs-select .cs-options ul li:hover {
    opacity: 1;
    color: #4e5c60;
    -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

div.cs-select.cs-active {
    padding-bottom: 9px;
}

div.cs-select.cs-active .cs-options {
    display: block;
}

/* blog post navigation */
.cospo-post-navigation a {
    display: inline-block;
}
.cospo-post-navigation a:last-child .button {
    margin-right: 0;
}

@media (max-width: 991px) {
    .cospo-post-navigation a .button {
        padding: 13px 25px;
        margin: 0 5px 5px 0;
    }
}

figcaption.cospo-post-no-thumbnail {
    position: relative;
}

.ajax-gallery-title figcaption h2 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-figure.ajax-gallery-title {
    padding-top: 54px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 2.4em;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ajax-content-image.full-img figure > img {
    width: 100%;
    height: auto;
    margin: 0;
}