@font-face {
    font-family: 'black';
    src: url(../fonts/proximanova-black-webfont.eot);
    src: url('../fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/proximanova-black-webfont.woff2) format('woff2'), url(../fonts/proximanova-black-webfont.woff) format('woff'), url(../fonts/proximanova-black-webfont.ttf) format('truetype'), url('../fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bold';
    src: url(../fonts/proximanova-extrabold-webfont.eot);
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/proximanova-extrabold-webfont.woff2) format('woff2'), url(../fonts/proximanova-extrabold-webfont.woff) format('woff'), url(../fonts/proximanova-extrabold-webfont.ttf) format('truetype'), url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'regular';
    src: url(../fonts/proximanova-regular-webfont.eot);
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/proximanova-regular-webfont.woff2) format('woff2'), url(../fonts/proximanova-regular-webfont.woff) format('woff'), url(../fonts/proximanova-regular-webfont.ttf) format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: hidden;
    background: #7f7f7f
}

#loader-wrapper.act {
    background: none
}

#loader-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 1
}

#loader-wrapper:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 40px;
    border: 3px solid #fff;
    -webkit-animation: magic-mouse 3s infinite ease;
    animation: magic-mouse 3s infinite ease
}

#loader-wrapper span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -140px;
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 40px;
    border: 3px solid #fcc012;
    -webkit-animation: magic-mouse1 3s infinite ease;
    animation: magic-mouse1 3s infinite ease
}

@keyframes magic-mouse {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.5) rotate(90deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes magic-mouse {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(.5) rotate(90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

@keyframes magic-mouse1 {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.5) rotate(-90deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes magic-mouse1 {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(.5) rotate(-90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
pre,
a,
acronym,
big,
code,
dfn,
em,
img,
ins,
s,
small,
strong,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
thead,
tr,
th,
td,
article,
canvas,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body * {
    -webkit-text-size-adjust: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block
}

input:focus,
textarea:focus,
button:focus {
    outline: none
}

input,
textarea {
    font-family: 'regular', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

body {
    font-family: 'regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #777
}

.button {
    position: relative;
    font-size: 14px;
    font-family: 'bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background: #fbc011;
    padding: 15px 25px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    line-height: 28px
}

.button.size-2 {
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.button.type-1 {
    background: #fff;
    color: #fbc011;
    text-shadow: none;
    box-shadow: none
}

.button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    content: ""
}

.button.type-1:after {
    border: 2px #fbc011 solid;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none
}

.button span {
    position: relative;
    float: left;
    z-index: 1
}

.button:hover {
    color: #fff
}

.button.type-1:hover {
    background: #fbc011
}

.button:hover:after {
    width: 100%;
    background: rgba(0, 0, 0, .02)
}

.button.black {
    background: #222222 !important;
    color: #fbc011
}

.button.black:hover {
    color: #fff
}

.button.black:after {
    background: #000
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 100px;
    z-index: 1
}

.play:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fbc011;
    border-bottom: 10px solid transparent
}

.play:hover {
    background: #fbc011;
    border: 3px solid #fbc011;
    transform: rotate(-90deg) scale(.9);
    -o-transform: rotate(-90deg) scale(.9);
    -moz-transform: rotate(-90deg) scale(.9);
    -ms-transform: rotate(-90deg) scale(.9);
    -webkit-transform: rotate(-90deg) scale(.9)
}

.play:hover:after {
    border-left: 15px solid #fff
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

#content-wrapper {
    padding-top: 0;
    position: relative;
    overflow: hidden;
    width: 100%
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px !important
}

.titel-left {
    position: relative
}

.titel-left span {
    color: #fbc011
}

.titel-left:after {
    position: absolute;
    left: -25px;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #fbc011
}

.h1,
.h2,
.h4 {
    font-family: 'black', sans-serif;
    text-transform: uppercase;
    color: #222
}

.h1 {
    font-size: 56px;
    margin-bottom: 40px !important
}

.h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 40px !important
}

.h3 {
    font-size: 30px;
    font-family: 'regular', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #222
}

.h4 {
    font-size: 20px;
    margin-bottom: 20px !important
}

.h5 {
    font-size: 16px;
    font-family: 'bold', sans-serif;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px !important
}

.small {
    font-size: 14px;
    line-height: 24px
}

.normall {
    font-size: 16px;
    line-height: 28px
}

.big {
    font-size: 18px;
    line-height: 30px
}

article {
    position: relative;
    float: left;
    width: 100%
}

article p {
    color: #777;
    padding-bottom: 40px
}

ul li {
    color: #777;
    position: relative;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: none
}

ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    background: #fbc011;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    content: ""
}

.white {
    color: #fff
}

.black {
    color: #222
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    background-attachment: scroll
}

.bg img {
    position: absolute
}

.bg video {
    position: absolute
}

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

form {
    position: relative;
    float: left;
    width: 100%
}

input[type="text"],
input[type="email"],
textarea {
    background: #f8f8f8;
    border: 0;
    height: 43px;
    line-height: 43px;
    padding: 5px;
    color: #777;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    border: 1px transparent solid
}

textarea {
    width: 94%;
    height: 100px
}

::-webkit-input-placeholder {
    color: #777
}

:-moz-placeholder {
    color: #777;
    opacity: 1
}

::-moz-placeholder {
    color: #777;
    opacity: 1
}

:-ms-input-placeholder {
    color: #777
}

form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 2
}

.error-class {
    border-color: #ff0036 !important
}

.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    display: none
}

.form-popup-close-layer {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-popup-content {
    max-width: 500px;
    width: 90%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 25px;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    border: 10px #fbc011 solid
}

.form-popup .text {
    color: #777;
    font-family: "regular";
    font-size: 16px;
    line-height: 28px;
    text-align: center
}

#map-canvas {
    height: 640px;
    background: #f2f2f2
}

.block #map-canvas {
    margin-bottom: 60px
}

@media (max-width:991px) {
    .mob-hide {
        display: none
    }

    .bg {
        position: absolute
    }
}

@media (max-width:767px) {

    .h1,
    .h2 {
        font-size: 40px;
        margin-bottom: 20px !important
    }

    .button {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 0px !important
    }

    .button span {
        width: 100%;
        text-align: center
    }

    input[type="text"],
    input[type="email"] {
        width: 94%
    }
}

.block.type-1 * {
    -webkit-bakface-visibility: hidden
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-backface-visibility: hidden
}

#logo {
    position: relative;
    float: left;
    margin-left: 50px;
    margin-top: 25px
}

#logo img {
    position: relative;
    float: left
}

#logo img.act {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

nav {
    position: relative;
    float: right;
    padding-right: 45px
}

nav a {
    position: relative;
    float: left;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    margin: 15px 5px 0 5px
}

nav a:hover {
    background: #fbc011;
    color: #fff
}

nav a.act {
    background: #fbc011
}

nav ul {
    position: relative;
    float: left
}

nav ul li {
    background: none;
    position: relative;
    float: left
}

nav ul li:before,
nav ul li:after {
    display: none
}

nav ul ul {
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15)
}

nav ul ul li {
    position: relative;
    float: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

nav ul ul li a {
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    color: #777;
    background: #fff;
    width: 200%;
    text-align: center;
    left: -50%
}

nav ul ul li a:after {
    display: none
}

header.act {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

header.act #logo {
    background: #fff;
    margin-top: 27px
}

header.act #logo img {
    opacity: 0
}

header.act #logo img.act {
    opacity: 1
}

header.act nav a {
    color: #0b4762;
    margin-top: 15px;
    margin-bottom: 15px
}

header.act nav a:hover {
    background: #fbc011;
    color: #fff
}

header.act nav a.act {
    background: #fbc011;
    color: #fff
}

header.act nav ul ul {
    top: 69px
}

header.act nav ul ul li a {
    margin: 0
}

.mob-icon {
    display: none
}

@media (min-width:1200px) {
    nav ul ul {
        width: auto;
        left: 50%;
        margin-left: 6px;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    nav ul li:last-child ul {
        margin-left: -25px
    }

    nav ul ul li {
        padding: 0;
        width: auto;
        float: none
    }

    nav ul ul li a {
        width: auto;
        float: none;
        display: block;
        left: 0;
        width: 185px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1200px) {
    body {
        overflow-x: hidden
    }
}

@media (max-width:1199px) {
    #logo {
        margin-left: 20px;
        margin-top: 27px
    }

    .mob-icon {
        display: block;
        position: relative;
        float: right;
        margin-right: 20px;
        height: 40px;
        cursor: pointer
    }

    .mob-icon span {
        position: relative;
        float: left;
        width: 40px;
        height: 4px;
        background: #fbc011;
        margin-top: 34px
    }

    .mob-icon span:before {
        position: absolute;
        left: 0;
        top: -8px;
        content: "";
        width: 40px;
        height: 4px;
        background: #fbc011
    }

    .mob-icon span:after {
        position: absolute;
        left: 0;
        top: 8px;
        content: "";
        width: 40px;
        height: 4px;
        background: #fbc011
    }

    .mob-icon.act span {
        width: 30px
    }

    .mob-icon.act span:before {
        width: 30px;
        top: -2px
    }

    .mob-icon.act span:after {
        width: 30px;
        top: 2px
    }

    nav {
        padding-right: 0;
        float: none;
        position: absolute;
        top: 65px;
        left: -100%;
        height: 100%;
        width: 100%;
        background: #000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch
    }

    nav a {
        width: 100%;
        padding: 0;
        margin: 0px !important;
        text-indent: 20px;
        font-size: 18px;
        color: #fff !important
    }

    nav ul li:last-child {
        margin-bottom: 65px !important
    }

    nav ul li {
        width: 100%;
        padding: 0
    }

    nav ul ul {
        position: relative;
        float: left;
        top: 0
    }

    nav ul ul li a {
        text-align: left;
        width: 100%;
        left: 0;
        text-indent: 30px;
        font-size: 16px !important;
        color: #777 !important;
        opacity: 0
    }

    nav ul ul li a:hover {
        background: #fff
    }

    nav ul ul li:last-child {
        margin-bottom: 0px !important
    }

    header.act nav ul ul {
        top: 0
    }

    header.act nav ul ul li {
        margin-bottom: 0px !important
    }

    header {
        background: #fff;
        height: 65px
    }

    header #logo img {
        opacity: 0
    }

    header #logo img.act {
        opacity: 1
    }

    header.act-mob {
        height: 100%
    }

    header.act-mob nav {
        left: 0
    }
}

footer {
    background: #1b1b1b;
    position: relative
}

.footer-bottom {
    position: relative;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 0
}

.copy {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px
}

.copy span {
    color: #b4b4b4;
    font-size: 14px
}

.blocks-container {
    position: relative;
    width: 100%
}

.block {
    position: relative;
    width: 100%
}

.block.type-1 {
    height: 100vh;
    min-height: 600px
}

.type-1-text {
    height: 100%;
    position: relative
}

.type-1-text h1,
.type-1-text h2 {
    color: #fff
}

.type-1-text p {
    color: #ddd
}

.type-1-text .row {
    height: 100%
}

.type-1-text .type-1-center {
    text-align: center;
    height: 100%;
    display: table;
    vertical-align: middle
}

.type-1-text .button {
    margin: 0 15px;
    margin-bottom: 60px
}

.type-1-text article {
    margin-top: 145px
}

.type-1-text article.table {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin-top: 0
}

@media (max-width:991px) {
    .block.type-1 {
        height: auto;
        min-height: 0
    }

    .type-1-text .button {
        margin-bottom: 10px
    }

    .type-1-text {
        padding-top: 94px
    }

    .type-1-text.type-1-text-landing {
        padding-top: 65px
    }
}

@media (max-width:767px) {
    .type-1-text p {
        padding-bottom: 20px
    }
}

@keyframes magic-move {
    0% {
        margin-top: 0
    }

    14% {
        margin-top: 0
    }

    28% {
        margin-top: -412px
    }

    42% {
        margin-top: -412px
    }

    56% {
        margin-top: -824px
    }

    70% {
        margin-top: -824px
    }

    84% {
        margin-top: 0
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes magic-move {
    0% {
        margin-top: 0
    }

    14% {
        margin-top: 0
    }

    28% {
        margin-top: -412px
    }

    42% {
        margin-top: -412px
    }

    56% {
        margin-top: -824px
    }

    70% {
        margin-top: -824px
    }

    84% {
        margin-top: 0
    }

    100% {
        margin-top: 0
    }
}

.block.type-2 {
    overflow: hidden
}

.block.type-2 .image-block {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    background-size: cover;
    background-position: center top;
    z-index: 1
}

.block.type-2 .image-block:first-child {
    left: 0;
    right: auto
}

.block.type-2 .col-md-6 {
    overflow: hidden;
    height: 700px
}

.block.type-2 .col-md-6 img {
    position: relative;
    float: left;
    width: 100%
}

.block.type-2 .col-md-4 {
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.block.type-2 article {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 700px
}

.block.type-2 .col-md-4.col-md-pull-6 {
    min-height: 900px
}

.block.type-2 .col-md-6.col-md-push-6 {
    min-height: 900px;
    z-index: 1
}

.block.type-2 .col-md-4 article.normall {
    height: auto;
    padding-top: 120px;
    padding-bottom: 73px
}

.block.type-2 article.normall:last-child {
    height: 700px
}

.block.type-2 .image-block .bg {
    width: 50%;
    left: 50%
}

.block.type-2 .image-block:first-child .bg {
    width: 50%;
    left: 0
}

.mouse-icon {
    width: 22px;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 30px;
    background: url(../img/mouse.png);
    cursor: pointer
}

.mouse-icon:before {
    width: 4px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 8px;
    content: "";
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fbc011
}

@media (max-width:991px) {
    .block.type-2 article {
        height: auto;
        padding: 30px 0;
        padding-top: 35px
    }

    .block.type-2 .col-md-6 {
        height: 150px;
        display: none
    }

    .block.type-2 .col-md-4 article.normall,
    .block.type-2 article.normall:last-child {
        height: auto;
        padding-bottom: 0;
        padding-top: 35px
    }

    .block.type-2 .col-md-4.col-md-pull-6 {
        min-height: 0
    }

    .mouse-icon {
        display: none
    }
}

.block.type-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.block.type-2 .block.type-3 {
    padding-bottom: 15px
}

.block.type-3:before {
    position: absolute;
    left: -1000px;
    bottom: 0;
    width: 2000px;
    background: #f2f2f2;
    height: 1px;
    content: ""
}

.block.type-3:after {
    position: absolute;
    left: -1000px;
    top: 0;
    width: 2000px;
    background: #f2f2f2;
    height: 1px;
    content: ""
}

.block.type-3 img {
    float: left;
    width: 30px;
    width: 30px
}

.block.type-3 article {
    float: none;
    position: static;
    height: auto;

    padding-top: 6px;
    text-align: center;
}

.block.type-3 .col-md-12 {
    margin: 10px 0
}

.block.type-3.type-3-1 {
    padding-top: 0;
    margin-top: -107px;
    padding-bottom: 75px;
    float: left;
    width: 100%;
    z-index: 1;
    background: #fff
}

.block.type-3.type-3-1 img {
    width: 50px;
    height: 50px;
    margin-top: 45px;
    float: left
}

.block.type-3.type-3-1 article {
  
}

.block.type-3.type-3-1 .col-md-4 {
    margin-top: 17px
}

.block.type-3.type-3-1:after,
.block.type-3.type-3-1:before {
    display: none
}

@media (max-width:991px) {
    .block.type-3 {
        padding-top: 30px
    }

    .block.type-2 .block.type-3 {
        padding-bottom: 0
    }

    .block.type-3 .col-md-12:nth-child(3) {
        margin-bottom: 5px
    }

    .block.type-3 .col-md-12:nth-child(3) article p {
        padding-bottom: 0
    }

    .block.type-3.type-3-1 {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .block.type-3.type-3-1 {
        margin-top: 40px
    }
}

.block.type-4 {
    padding: 120px 0;
    padding-top: 120px;
    padding-bottom: 73px;
    background: #fbfbfb
}

.block.type-4 .h2 {
    margin-bottom: 20px !important
}

.block.type-4 .h3 {
    margin-bottom: 20px !important;
    text-transform: none
}

.block.type-4 .col-md-3 article {
    margin: 20px 0
}

@media (max-width:991px) {
    .block.type-4 {
        padding: 40px 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .col-md-3.col-md-offset-1.col-sm-12 .small.col-md-12.col-sm-6 {
        padding: 0
    }
}

.block.type-5 {
    padding-top: 120px;
    padding-bottom: 78px
}

.block.type-5:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #f2f2f2;
    height: 1px;
    content: ""
}

.block.type-5 .img-wrap-slider {
    position: relative;
    float: left;
    overflow: hidden;
    height: 700px
}

.block.type-5 .img-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 700px;
    text-align: center
}

.block.type-5 .img-wrap-move {
    position: relative;
    float: left;
    width: 100%
}

.block.type-5 .img-wrap img {
    display: inline-block;
    max-height: 90%;
    width: auto
}

.block.type-5 .pagination {
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: -2px
}

.block.type-5 .swiper-container {
    padding-left: 32px;
    margin-left: -32px
}

.block.type-5 .swiper-container:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    content: "";
    width: 32px;
    height: 100%
}

.block.type-5 h5 {
    text-transform: none
}

@media (max-width:1170px) {
    .block.type-5 {
        padding: 40px 0
    }

    .block.type-5 .col-md-5 p {
        padding-bottom: 13px
    }
}

@media (max-width:991px) {
    .block.type-5 .img-wrap-slider {
        display: none
    }

    .block.type-5 .pagination {
        width: 100%;
        top: auto;
        bottom: 0
    }
}


@media (max-width:991px) {
 
}

.banner-tabs {
    height: 120px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.banner-tabs .entry {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-family: 'bold';
    cursor: pointer
}

.banner-tabs .entry span.title {
    display: block;
    color: #fbc011;
    padding-top: 25px;
    margin-bottom: 10px;
    position: relative
}

.banner-tabs span.title:before {
    height: 3px;
    width: 50%;
    background: #fbc011;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: ""
}

.banner-tabs .entry.active span.title:before,
.banner-tabs .entry:hover span.title:before {
    width: 100%
}

.banner-tabs .entry span.description {
    display: block;
    color: #ddd
}

.banner-tabs .entry:hover span.title {
    color: #ddd
}

.banner-tabs .entry:hover span.description {
    color: #fbc011
}

@media (max-width:991px) {
    .banner-tabs {
        display: none
    }
}

.accordeon .entry {
    background: #fbfbfb;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: inset -5px 0 #ededed;
    box-shadow: inset -5px 0 #ededed
}

.accordeon .entry.active {
    background: #fbc011;
    -webkit-box-shadow: inset -5px 0 #daa508;
    box-shadow: inset -5px 0 #daa508
}

.accordeon .entry .title {
    font-size: 12px;
    color: #222;
    line-height: 16px;
    padding: 17px 25px 15px 45px;
    position: relative;
    text-transform: uppercase;
    font-family: 'bold';
    position: relative;
    cursor: pointer
}

.accordeon .entry .title:hover {
    color: #fbc011
}

.accordeon .entry.active .title {
    color: #fff
}

.accordeon .entry.active .title:hover {
    color: rgba(255, 255, 255, .8) !important
}

.accordeon .entry .title span {
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 13px;
    color: #fbc011
}

.accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    top: 19px
}

.accordeon .entry .text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
    padding: 12px 25px;
    display: none
}

.sorting-item {
    width: 20%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.sorting-item img {
    display: block;
    width: 100%;
    height: auto;
    position: relative
}

.sorting-item.disabled {
    opacity: .1
}

.responsive-filtration-title {
    display: none;
    position: relative
}

@media (max-width:991px) {
    .responsive-filtration-title {
        display: block;
        color: #222;
        border-bottom: 5px #fbc011 solid;
        font-size: 22px;
        font-family: 'bold';
        line-height: 40px;
        padding: 0 40px;
        cursor: pointer
    }

    .responsive-filtration-title .glyphicon {
        position: absolute;
        line-height: 40px;
        width: 40px;
        text-align: center;
        top: 0;
        right: 0;
        font-size: 18px;
        color: #fbc011
    }
}

@media (max-width:767px) {
    .sorting-item {
        width: 50%
    }
}

.blog-post {
    margin-bottom: 90px;
    clear: both
}

.blog-post .thumbnail-entry {
    display: block;
    margin-bottom: 40px
}

.blog-post .thumbnail-entry img {
    display: block;
    width: 100%;
    height: auto
}

.blog-post .thumbnail-entry .pagination {
    position: absolute !important;
    left: 0;
    width: 100% !important;
    bottom: 10px;
    top: auto;
    display: none
}

.blog-post .date {
    float: left;
    width: 70px;
    border-right: 2px #fbc011 solid;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    padding-top: 3px
}

.blog-post .date span {
    display: block;
    font-size: 30px;
    font-family: 'bold'
}

.blog-post .text {
    margin-left: 70px;
    padding: 0 0 0 30px
}

.blog-post .title {
    font-size: 30px;
    line-height: 34px;
    color: #222;
    text-transform: uppercase;
    font-family: 'bold';
    margin-bottom: 20px !important;
    display: inline-block
}

.blog-post .title:hover {
    color: #fbc011
}

.blog-post .description {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 30px
}

.categories-wrapper .entry {
    font-size: 12px;
    line-height: 14px;
    padding: 14px 30px 14px 0;
    display: block;
    position: relative;
    color: #888;
    text-transform: uppercase;
    border-bottom: 1px #f2f2f2 solid;
    cursor: pointer
}

.categories-wrapper .entry .number {
    position: absolute;
    right: 0;
    top: 14px;
    color: #fbc011
}

.categories-wrapper .entry .glyphicon {
    font-size: 10px;
    margin-right: 10px;
    position: relative
}

.categories-wrapper .entry.toggle .glyphicon:before {
    content: "+";
    color: #fbc011;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700
}

.categories-wrapper .entry.toggle.active .glyphicon:before {
    content: "-"
}

.categories-wrapper .entry:hover {
    color: #fbc011
}

@media (min-width:992px) {
    .blog-post.style-2 {
        padding-left: 100px
    }

    .blog-post.style-2 .date {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        background-color: #fbc011;
        -webkit-box-shadow: inset 3px 0 #daa508;
        box-shadow: inset 3px 0 #daa508;
        border: none;
        color: #fff;
        text-shadow: 1px 0 1px rgba(0, 0, 0, .1);
        padding: 20px 0;
        z-index: 1
    }

    .blog-post.style-2 .date:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 10px;
        border-color: transparent transparent transparent #fbc011;
        content: "";
        position: absolute;
        left: 100%;
        top: 0
    }

    .blog-post.style-2 .date br {
        display: none
    }

    .blog-post.style-2 .text {
        margin-left: 0;
        padding-left: 0
    }
}

.author-entry {
    font-size: 11px;
    color: #888;
    line-height: 15px;
    font-family: 'bold';
    margin-bottom: 20px
}

.author-thumbnail {
    float: left
}

.author-thumbnail img {
    width: 39px;
    height: 39px;
    display: block
}

.author-text {
    margin-left: 50px;
    padding: 12px 0
}

.author-text .name {
    text-transform: uppercase;
    color: #888
}

.author-text .category {
    text-transform: uppercase;
    color: #fbc011
}

.author-text a:hover {
    text-decoration: underline
}

.author-entry .glyphicon {
    color: #fbc011;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 25px
}

.blog-post .thumbnails {
    cursor: pointer
}

.blog-post .thumbnails .entry {
    opacity: .3;
    margin-top: 30px
}

.blog-post .thumbnails .entry.active {
    opacity: 1
}

.blog-post .thumbnails img {
    width: 100%;
    height: auto
}

.back-button {
    margin-bottom: 35px;
    text-align: center
}

.back-button .glyphicon {
    position: relative;
    top: 2px !important;
    margin-right: 7px;
    float: none !important;
    width: auto !important
}

@media (max-width:991px) {
    .blog-post .thumbnail-entry .pagination {
        display: block
    }

    .blog-post {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .author-text .block {
        display: block
    }

    .author-entry .glyphicon {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .blog-post .date {
        float: none;
        width: auto;
        text-align: left;
        margin-bottom: 10px
    }

    .blog-post .date br {
        display: none
    }

    .blog-post .date span {
        display: inline-block
    }

    .blog-post .text {
        margin-left: 0;
        padding: 0
    }

    .blog-post .thumbnails,
    .blog-post .thumbnails * {
        padding: 0
    }

    .blog-post .thumbnails .entry {
        margin-top: 0
    }
}

.video-popup {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500
}

.video-popup span {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0;
    background: #000
}

.video-popup span:nth-child(1) {
    top: -50%;
    left: -50%
}

.video-popup span:nth-child(2) {
    bottom: -50%;
    left: -50%
}

.video-popup span:nth-child(1):after {
    position: absolute;
    left: 300%;
    top: -100%;
    background: #000;
    width: 100%;
    height: 100%;
    content: ""
}

.video-popup span:nth-child(2):after {
    position: absolute;
    left: 300%;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    content: ""
}

.video-popup.act span:nth-child(1) {
    top: 0;
    left: 0
}

.video-popup.act span:nth-child(1):after {
    left: 100%;
    top: 0
}

.video-popup.act span:nth-child(2) {
    bottom: 0;
    left: 0
}

.video-popup.act span:nth-child(2):after {
    left: 100%;
    top: 0
}

.video-popup iframe {
    position: absolute;
    left: 0;
    bottom: 0%;
    opacity: 0;
    width: 100%;
    height: 90%
}

.video-popup iframe.act {
    opacity: 1
}

.video-popup a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 10%;
    text-align: center;
    cursor: pointer
}

.video-popup a.act {
    opacity: 1
}

.video-popup a:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    content: "";
    color: #fbc011;
    font-size: 60px;
    width: 100%;
    text-align: center;
    background: url(../img/theme-1/cross.png) no-repeat scroll 50% 50%
}

.video-popup a:hover {
    background: #fbc011;
    color: #fff
}

.video-popup a:hover:after {
    color: #fff;
    background: url(../img/cross-act.png) no-repeat scroll 50% 50%
}

@media (max-width:991px) {
    .video-popup {
        opacity: 0
    }
}

.gallery-popup,
.screen-preview-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    background: rgba(0, 0, 0, .8)
}

.gallery-popup.active,
.screen-preview-popup.active {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%)
}

.gallery-popup .overflow,
.screen-preview-popup .overflow {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch
}

.gallery-popup .swiper-container {
    padding-bottom: 100px;
    padding-top: 50px
}

.gallery-popup .close-popup,
.screen-preview-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fbc011;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #000
}

.gallery-popup .close-popup:hover,
.screen-preview-popup .close-popup:hover {
    background: #fbc011;
    color: #fff
}

.gallery-popup .close-popup:active span {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.screen-preview-popup {
    text-align: center
}

.screen-preview-popup img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom
}

.typography-article {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px
}

.typography-article * {
    color: #777
}

.typography-article h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #222
}

.typography-article h2 {
    font-size: 46px;
    line-height: 46px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #222
}

.typography-article h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #222
}

.typography-article h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 11px !important;
    color: #222
}

.typography-article h5 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 11px !important;
    color: #222
}

.typography-article p,
.typography-article ul,
.typography-article ol,
.typography-article .table-responsive {
    color: #777;
    margin-bottom: 24px
}

.typography-article ul li,
.typography-article ol li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 24px
}

.typography-article ol {
    counter-reset: number;
    list-style: outside none none
}

.typography-article ol li::before {
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number;
    font-family: "bold";
    margin-right: 15px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    background: #fbc011;
    position: relative;
    top: -3px
}

.typography-article .table {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center
}

.typography-article .table th {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'bold';
    text-transform: uppercase;
    padding: 15px 25px;
    background: #fbc011;
    text-align: center
}

.typography-article .table td {
    padding: 15px 25px;
    border-bottom: 1px #f2f2f2 solid;
    background: #fbfbfb
}

.typography-article .table td:first-child {
    font-family: 'bold'
}

.typography-article .table tr:nth-child(2n) td {
    background: #fff
}

.typography-article .table td:first-child,
.typography-article .table th:first-child {
    text-align: left
}

.checkbox-entry {
    margin: 0 0 10px 0 !important;
    float: left;
    clear: both
}

.checkbox-entry input {
    position: absolute;
    left: -30px;
    display: none
}

.checkbox-entry label {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    position: relative
}

.checkbox-entry label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #edecec solid;
    background: #fbfbfb
}

.checkbox-entry.active label:before {
    background-color: #fff;
    border: 2px #fbc011 solid
}

.checkbox-entry.active label:after {
    content: "";
    width: 5px;
    height: 10px;
    border: 2px #fbc011 solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: 8px;
    top: 3px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg)
}

.checkbox-entry.radio label:before {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff
}

.checkbox-entry.active.radio label:after {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fbc011;
    left: 6px;
    top: 50%;
    margin-top: -4px;
    content: ""
}

.theme-config {
    position: fixed;
    left: -152px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 152px;
    min-height: 50px;
    background: #fff;
    border: 1px #e7e7e7 solid;
    z-index: 10;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    padding: 10px
}

.theme-config.active {
    left: 0
}

.theme-config .open {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px #e7e7e7 solid;
    border-left: none;
    left: 100%;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0
}

.theme-config .open img {
    -webkit-backface-visibility: hidden
}

.theme-config .open img:nth-child(1) {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;
    height: auto
}

.theme-config .open img:nth-child(2) {
    position: absolute;
    left: 33px;
    top: 23px;
    width: 22px;
    height: auto
}

.theme-config .open img:nth-child(3) {
    position: absolute;
    left: 23px;
    top: 40px;
    width: 15px;
    height: auto
}

.theme-config .open:hover img {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.theme-config .open:hover img:nth-child(2) {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.theme-config .title {
    color: #232c3b;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    font-family: "bold", sans-serif, Arial;
    text-transform: uppercase;
    padding-bottom: 7px;
    position: relative;
    margin: 5px 10px 5px 10px
}

.theme-config .title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #fbc011
}

.theme-config .colours-wrapper .entry {
    height: 45px;
    width: 45px;
    margin: 10px;
    cursor: pointer;
    position: relative;
    float: left;
    background: currentColor
}

.theme-config .colours-wrapper .entry:after {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 3px currentColor solid;
    content: "";
    opacity: 0
}

.theme-config .colours-wrapper .entry.active:after {
    opacity: 1
}

.theme-config .colours-wrapper .entry:last-child {
    margin-bottom: 0
}

body[data-theme="theme-2"] .play::after {
    border-left-color: #00bbd2
}

body[data-theme="theme-2"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-2"] #loader-wrapper span,
body[data-theme="theme-2"] .play:hover,
body[data-theme="theme-2"] .blog-post .date,
body[data-theme="theme-2"] .button.type-1:after,
body[data-theme="theme-2"] .checkbox-entry.active label:before,
body[data-theme="theme-2"] .checkbox-entry.active label:after,
body[data-theme="theme-2"] .responsive-filtration-title {
    border-color: #00bbd2
}

body[data-theme="theme-2"] nav a.act,
body[data-theme="theme-2"] nav a:hover,
body[data-theme="theme-2"] .button,
body[data-theme="theme-2"] header.act nav a:hover,
body[data-theme="theme-2"] header.act nav a.act,
body[data-theme="theme-2"] .titel-left:after,
body[data-theme="theme-2"] ul li:after,
body[data-theme="theme-2"] .video-popup a:hover,
body[data-theme="theme-2"] .play:hover,
body[data-theme="theme-2"] .mob-icon span,
body[data-theme="theme-2"] .mob-icon span:before,
body[data-theme="theme-2"] .mob-icon span:after,
body[data-theme="theme-2"] .accordeon .entry.active,
body[data-theme="theme-2"] .banner-tabs span.title:before,
body[data-theme="theme-2"] .blog-post.style-2 .date,
body[data-theme="theme-2"] .button.type-1:hover,
body[data-theme="theme-2"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-2"] .typography-article ol li:before,
body[data-theme="theme-2"] .typography-article .table th,
body[data-theme="theme-2"] .mouse-icon:before,
body[data-theme="theme-2"] .back-to-top {
    background: #00bbd2
}

body[data-theme="theme-2"] .button.black,
body[data-theme="theme-2"] .banner-tabs span.title,
body[data-theme="theme-2"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-2"] .categories-wrapper .entry:hover,
body[data-theme="theme-2"] .categories-wrapper .entry .number,
body[data-theme="theme-2"] .blog-post .title:hover,
body[data-theme="theme-2"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-2"] .accordeon .entry .title span,
body[data-theme="theme-2"] .accordeon .entry .title:hover,
body[data-theme="theme-2"] .author-text .category,
body[data-theme="theme-2"] .author-entry .glyphicon,
body[data-theme="theme-2"] .titel-left span,
body[data-theme="theme-2"] .button.type-1,
body[data-theme="theme-2"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-2"] .phone-icons-description .entry:hover .title {
    color: #00bbd2
}

body[data-theme="theme-2"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-2"] .gallery-popup .close-popup,
body[data-theme="theme-2"] .screen-preview-popup .close-popup {
    color: #00bbd2
}

body[data-theme="theme-2"] .gallery-popup .close-popup:hover,
body[data-theme="theme-2"] .screen-preview-popup .close-popup:hover {
    background: #00bbd2;
    color: #fff
}

body[data-theme="theme-2"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-2"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #00bbd2
}

body[data-theme="theme-2"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-2"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #009fb3 inset;
    box-shadow: 3px 0 #009fb3 inset
}

body[data-theme="theme-2"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #009fb3;
    box-shadow: inset -5px 0 #009fb3
}

body[data-theme="theme-2"] .video-popup a:after {
    background-image: url(../img/theme-2/cross.png)
}

body[data-theme="theme-2"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-3"] .play::after {
    border-left-color: #91ad3d
}

body[data-theme="theme-3"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-3"] #loader-wrapper span,
body[data-theme="theme-3"] .play:hover,
body[data-theme="theme-3"] .blog-post .date,
body[data-theme="theme-3"] .button.type-1:after,
body[data-theme="theme-3"] .checkbox-entry.active label:before,
body[data-theme="theme-3"] .checkbox-entry.active label:after,
body[data-theme="theme-3"] .responsive-filtration-title {
    border-color: #91ad3d
}

body[data-theme="theme-3"] nav a.act,
body[data-theme="theme-3"] nav a:hover,
body[data-theme="theme-3"] .button,
body[data-theme="theme-3"] header.act nav a:hover,
body[data-theme="theme-3"] header.act nav a.act,
body[data-theme="theme-3"] .titel-left:after,
body[data-theme="theme-3"] ul li:after,
body[data-theme="theme-3"] .video-popup a:hover,
body[data-theme="theme-3"] .play:hover,
body[data-theme="theme-3"] .mob-icon span,
body[data-theme="theme-3"] .mob-icon span:before,
body[data-theme="theme-3"] .mob-icon span:after,
body[data-theme="theme-3"] .accordeon .entry.active,
body[data-theme="theme-3"] .banner-tabs span.title:before,
body[data-theme="theme-3"] .blog-post.style-2 .date,
body[data-theme="theme-3"] .button.type-1:hover,
body[data-theme="theme-3"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-3"] .typography-article ol li:before,
body[data-theme="theme-3"] .typography-article .table th,
body[data-theme="theme-3"] .mouse-icon:before,
body[data-theme="theme-3"] .back-to-top {
    background: #91ad3d
}

body[data-theme="theme-3"] .button.black,
body[data-theme="theme-3"] .banner-tabs span.title,
body[data-theme="theme-3"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-3"] .categories-wrapper .entry:hover,
body[data-theme="theme-3"] .categories-wrapper .entry .number,
body[data-theme="theme-3"] .blog-post .title:hover,
body[data-theme="theme-3"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-3"] .accordeon .entry .title span,
body[data-theme="theme-3"] .accordeon .entry .title:hover,
body[data-theme="theme-3"] .author-text .category,
body[data-theme="theme-3"] .author-entry .glyphicon,
body[data-theme="theme-3"] .titel-left span,
body[data-theme="theme-3"] .button.type-1,
body[data-theme="theme-3"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-3"] .phone-icons-description .entry:hover .title {
    color: #91ad3d
}

body[data-theme="theme-3"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-3"] .gallery-popup .close-popup,
body[data-theme="theme-3"] .screen-preview-popup .close-popup {
    color: #91ad3d
}

body[data-theme="theme-3"] .gallery-popup .close-popup:hover,
body[data-theme="theme-3"] .screen-preview-popup .close-popup:hover {
    background: #91ad3d;
    color: #fff
}

body[data-theme="theme-3"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-3"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #91ad3d
}

body[data-theme="theme-3"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-3"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #91ad3d inset;
    box-shadow: 3px 0 #91ad3d inset
}

body[data-theme="theme-3"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #91ad3d;
    box-shadow: inset -5px 0 #91ad3d
}

body[data-theme="theme-3"] .video-popup a:after {
    background-image: url(../img/theme-3/cross.png)
}

body[data-theme="theme-3"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-4"] .play::after {
    border-left-color: #ba68c8
}

body[data-theme="theme-4"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-4"] #loader-wrapper span,
body[data-theme="theme-4"] .play:hover,
body[data-theme="theme-4"] .blog-post .date,
body[data-theme="theme-4"] .button.type-1:after,
body[data-theme="theme-4"] .checkbox-entry.active label:before,
body[data-theme="theme-4"] .checkbox-entry.active label:after,
body[data-theme="theme-4"] .responsive-filtration-title {
    border-color: #ba68c8
}

body[data-theme="theme-4"] nav a.act,
body[data-theme="theme-4"] nav a:hover,
body[data-theme="theme-4"] .button,
body[data-theme="theme-4"] header.act nav a:hover,
body[data-theme="theme-4"] header.act nav a.act,
body[data-theme="theme-4"] .titel-left:after,
body[data-theme="theme-4"] ul li:after,
body[data-theme="theme-4"] .video-popup a:hover,
body[data-theme="theme-4"] .play:hover,
body[data-theme="theme-4"] .mob-icon span,
body[data-theme="theme-4"] .mob-icon span:before,
body[data-theme="theme-4"] .mob-icon span:after,
body[data-theme="theme-4"] .accordeon .entry.active,
body[data-theme="theme-4"] .banner-tabs span.title:before,
body[data-theme="theme-4"] .blog-post.style-2 .date,
body[data-theme="theme-4"] .button.type-1:hover,
body[data-theme="theme-4"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-4"] .typography-article ol li:before,
body[data-theme="theme-4"] .typography-article .table th,
body[data-theme="theme-4"] .mouse-icon:before,
body[data-theme="theme-4"] .back-to-top {
    background: #ba68c8
}

body[data-theme="theme-4"] .button.black,
body[data-theme="theme-4"] .banner-tabs span.title,
body[data-theme="theme-4"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-4"] .categories-wrapper .entry:hover,
body[data-theme="theme-4"] .categories-wrapper .entry .number,
body[data-theme="theme-4"] .blog-post .title:hover,
body[data-theme="theme-4"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-4"] .accordeon .entry .title span,
body[data-theme="theme-4"] .accordeon .entry .title:hover,
body[data-theme="theme-4"] .author-text .category,
body[data-theme="theme-4"] .author-entry .glyphicon,
body[data-theme="theme-4"] .titel-left span,
body[data-theme="theme-4"] .button.type-1,
body[data-theme="theme-4"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-4"] .phone-icons-description .entry:hover .title {
    color: #ba68c8
}

body[data-theme="theme-4"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-4"] .gallery-popup .close-popup,
body[data-theme="theme-4"] .screen-preview-popup .close-popup {
    color: #ba68c8
}

body[data-theme="theme-4"] .gallery-popup .close-popup:hover,
body[data-theme="theme-4"] .screen-preview-popup .close-popup:hover {
    background: #ba68c8;
    color: #fff
}

body[data-theme="theme-4"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-4"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #ba68c8
}

body[data-theme="theme-4"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-4"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #9e59aa inset;
    box-shadow: 3px 0 #9e59aa inset
}

body[data-theme="theme-4"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #9e59aa;
    box-shadow: inset -5px 0 #9e59aa
}

body[data-theme="theme-4"] .video-popup a:after {
    background-image: url(../img/theme-4/cross.png)
}

body[data-theme="theme-4"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-5"] .play::after {
    border-left-color: #d80d0d
}

body[data-theme="theme-5"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-5"] #loader-wrapper span,
body[data-theme="theme-5"] .play:hover,
body[data-theme="theme-5"] .blog-post .date,
body[data-theme="theme-5"] .button.type-1:after,
body[data-theme="theme-5"] .checkbox-entry.active label:before,
body[data-theme="theme-5"] .checkbox-entry.active label:after,
body[data-theme="theme-5"] .responsive-filtration-title {
    border-color: #d80d0d
}

body[data-theme="theme-5"] nav a.act,
body[data-theme="theme-5"] nav a:hover,
body[data-theme="theme-5"] .button,
body[data-theme="theme-5"] header.act nav a:hover,
body[data-theme="theme-5"] header.act nav a.act,
body[data-theme="theme-5"] .titel-left:after,
body[data-theme="theme-5"] ul li:after,
body[data-theme="theme-5"] .video-popup a:hover,
body[data-theme="theme-5"] .play:hover,
body[data-theme="theme-5"] .mob-icon span,
body[data-theme="theme-5"] .mob-icon span:before,
body[data-theme="theme-5"] .mob-icon span:after,
body[data-theme="theme-5"] .accordeon .entry.active,
body[data-theme="theme-5"] .banner-tabs span.title:before,
body[data-theme="theme-5"] .blog-post.style-2 .date,
body[data-theme="theme-5"] .button.type-1:hover,
body[data-theme="theme-5"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-5"] .typography-article ol li:before,
body[data-theme="theme-5"] .typography-article .table th,
body[data-theme="theme-5"] .mouse-icon:before,
body[data-theme="theme-5"] .back-to-top {
    background: #d80d0d
}

body[data-theme="theme-5"] .button.black,
body[data-theme="theme-5"] .banner-tabs span.title,
body[data-theme="theme-5"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-5"] .categories-wrapper .entry:hover,
body[data-theme="theme-5"] .categories-wrapper .entry .number,
body[data-theme="theme-5"] .blog-post .title:hover,
body[data-theme="theme-5"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-5"] .accordeon .entry .title span,
body[data-theme="theme-5"] .accordeon .entry .title:hover,
body[data-theme="theme-5"] .author-text .category,
body[data-theme="theme-5"] .author-entry .glyphicon,
body[data-theme="theme-5"] .titel-left span,
body[data-theme="theme-5"] .button.type-1,
body[data-theme="theme-5"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-5"] .phone-icons-description .entry:hover .title {
    color: #d80d0d
}

body[data-theme="theme-5"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-5"] .gallery-popup .close-popup,
body[data-theme="theme-5"] .screen-preview-popup .close-popup {
    color: #d80d0d
}

body[data-theme="theme-5"] .gallery-popup .close-popup:hover,
body[data-theme="theme-5"] .screen-preview-popup .close-popup:hover {
    background: #d80d0d;
    color: #fff
}

body[data-theme="theme-5"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-5"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #d80d0d
}

body[data-theme="theme-5"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-5"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #b22c2c inset;
    box-shadow: 3px 0 #b22c2c inset
}

body[data-theme="theme-5"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #b22c2c;
    box-shadow: inset -5px 0 #b22c2c
}

body[data-theme="theme-5"] .video-popup a:after {
    background-image: url(../img/theme-5/cross.png)
}

body[data-theme="theme-5"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-6"] .play::after {
    border-left-color: #0045ad
}

body[data-theme="theme-6"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-6"] #loader-wrapper span,
body[data-theme="theme-6"] .play:hover,
body[data-theme="theme-6"] .blog-post .date,
body[data-theme="theme-6"] .button.type-1:after,
body[data-theme="theme-6"] .checkbox-entry.active label:before,
body[data-theme="theme-6"] .checkbox-entry.active label:after,
body[data-theme="theme-6"] .responsive-filtration-title {
    border-color: #0045ad
}

body[data-theme="theme-6"] nav a.act,
body[data-theme="theme-6"] nav a:hover,
body[data-theme="theme-6"] .button,
body[data-theme="theme-6"] header.act nav a:hover,
body[data-theme="theme-6"] header.act nav a.act,
body[data-theme="theme-6"] .titel-left:after,
body[data-theme="theme-6"] ul li:after,
body[data-theme="theme-6"] .video-popup a:hover,
body[data-theme="theme-6"] .play:hover,
body[data-theme="theme-6"] .mob-icon span,
body[data-theme="theme-6"] .mob-icon span:before,
body[data-theme="theme-6"] .mob-icon span:after,
body[data-theme="theme-6"] .accordeon .entry.active,
body[data-theme="theme-6"] .banner-tabs span.title:before,
body[data-theme="theme-6"] .blog-post.style-2 .date,
body[data-theme="theme-6"] .button.type-1:hover,
body[data-theme="theme-6"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-6"] .typography-article ol li:before,
body[data-theme="theme-6"] .typography-article .table th,
body[data-theme="theme-6"] .mouse-icon:before,
body[data-theme="theme-6"] .back-to-top {
    background: #0045ad
}

body[data-theme="theme-6"] .button.black,
body[data-theme="theme-6"] .banner-tabs span.title,
body[data-theme="theme-6"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-6"] .categories-wrapper .entry:hover,
body[data-theme="theme-6"] .categories-wrapper .entry .number,
body[data-theme="theme-6"] .blog-post .title:hover,
body[data-theme="theme-6"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-6"] .accordeon .entry .title span,
body[data-theme="theme-6"] .accordeon .entry .title:hover,
body[data-theme="theme-6"] .author-text .category,
body[data-theme="theme-6"] .author-entry .glyphicon,
body[data-theme="theme-6"] .titel-left span,
body[data-theme="theme-6"] .button.type-1,
body[data-theme="theme-6"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-6"] .phone-icons-description .entry:hover .title {
    color: #0045ad
}

body[data-theme="theme-6"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-6"] .gallery-popup .close-popup,
body[data-theme="theme-6"] .screen-preview-popup .close-popup {
    color: #0045ad
}

body[data-theme="theme-6"] .gallery-popup .close-popup:hover,
body[data-theme="theme-6"] .screen-preview-popup .close-popup:hover {
    background: #0045ad;
    color: #fff
}

body[data-theme="theme-6"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-6"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #0045ad
}

body[data-theme="theme-6"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-6"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #16396f inset;
    box-shadow: 3px 0 #16396f inset
}

body[data-theme="theme-6"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #16396f;
    box-shadow: inset -5px 0 #16396f
}

body[data-theme="theme-6"] .video-popup a:after {
    background-image: url(../img/theme-6/cross.png)
}

body[data-theme="theme-6"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-7"] .play::after {
    border-left-color: #dd137b
}

body[data-theme="theme-7"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-7"] #loader-wrapper span,
body[data-theme="theme-7"] .play:hover,
body[data-theme="theme-7"] .blog-post .date,
body[data-theme="theme-7"] .button.type-1:after,
body[data-theme="theme-7"] .checkbox-entry.active label:before,
body[data-theme="theme-7"] .checkbox-entry.active label:after,
body[data-theme="theme-7"] .responsive-filtration-title {
    border-color: #dd137b
}

body[data-theme="theme-7"] nav a.act,
body[data-theme="theme-7"] nav a:hover,
body[data-theme="theme-7"] .button,
body[data-theme="theme-7"] header.act nav a:hover,
body[data-theme="theme-7"] header.act nav a.act,
body[data-theme="theme-7"] .titel-left:after,
body[data-theme="theme-7"] ul li:after,
body[data-theme="theme-7"] .video-popup a:hover,
body[data-theme="theme-7"] .play:hover,
body[data-theme="theme-7"] .mob-icon span,
body[data-theme="theme-7"] .mob-icon span:before,
body[data-theme="theme-7"] .mob-icon span:after,
body[data-theme="theme-7"] .accordeon .entry.active,
body[data-theme="theme-7"] .banner-tabs span.title:before,
body[data-theme="theme-7"] .blog-post.style-2 .date,
body[data-theme="theme-7"] .button.type-1:hover,
body[data-theme="theme-7"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-7"] .typography-article ol li:before,
body[data-theme="theme-7"] .typography-article .table th,
body[data-theme="theme-7"] .mouse-icon:before,
body[data-theme="theme-7"] .back-to-top {
    background: #dd137b
}

body[data-theme="theme-7"] .button.black,
body[data-theme="theme-7"] .banner-tabs span.title,
body[data-theme="theme-7"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-7"] .categories-wrapper .entry:hover,
body[data-theme="theme-7"] .categories-wrapper .entry .number,
body[data-theme="theme-7"] .blog-post .title:hover,
body[data-theme="theme-7"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-7"] .accordeon .entry .title span,
body[data-theme="theme-7"] .accordeon .entry .title:hover,
body[data-theme="theme-7"] .author-text .category,
body[data-theme="theme-7"] .author-entry .glyphicon,
body[data-theme="theme-7"] .titel-left span,
body[data-theme="theme-7"] .button.type-1,
body[data-theme="theme-7"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-7"] .phone-icons-description .entry:hover .title {
    color: #dd137b
}

body[data-theme="theme-7"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-7"] .gallery-popup .close-popup,
body[data-theme="theme-7"] .screen-preview-popup .close-popup {
    color: #dd137b
}

body[data-theme="theme-7"] .gallery-popup .close-popup:hover,
body[data-theme="theme-7"] .screen-preview-popup .close-popup:hover {
    background: #dd137b;
    color: #fff
}

body[data-theme="theme-7"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-7"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #dd137b
}

body[data-theme="theme-7"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-7"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #bb347a inset;
    box-shadow: 3px 0 #bb347a inset
}

body[data-theme="theme-7"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #bb347a;
    box-shadow: inset -5px 0 #bb347a
}

body[data-theme="theme-7"] .video-popup a:after {
    background-image: url(../img/theme-7/cross.png)
}

body[data-theme="theme-7"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-8"] .play::after {
    border-left-color: #482d1d
}

body[data-theme="theme-8"] .play:hover::after {
    border-left-color: #fff
}

body[data-theme="theme-8"] #loader-wrapper span,
body[data-theme="theme-8"] .play:hover,
body[data-theme="theme-8"] .blog-post .date,
body[data-theme="theme-8"] .button.type-1:after,
body[data-theme="theme-8"] .checkbox-entry.active label:before,
body[data-theme="theme-8"] .checkbox-entry.active label:after,
body[data-theme="theme-8"] .responsive-filtration-title {
    border-color: #482d1d
}

body[data-theme="theme-8"] nav a.act,
body[data-theme="theme-8"] nav a:hover,
body[data-theme="theme-8"] .button,
body[data-theme="theme-8"] header.act nav a:hover,
body[data-theme="theme-8"] header.act nav a.act,
body[data-theme="theme-8"] .titel-left:after,
body[data-theme="theme-8"] ul li:after,
body[data-theme="theme-8"] .video-popup a:hover,
body[data-theme="theme-8"] .play:hover,
body[data-theme="theme-8"] .mob-icon span,
body[data-theme="theme-8"] .mob-icon span:before,
body[data-theme="theme-8"] .mob-icon span:after,
body[data-theme="theme-8"] .accordeon .entry.active,
body[data-theme="theme-8"] .banner-tabs span.title:before,
body[data-theme="theme-8"] .blog-post.style-2 .date,
body[data-theme="theme-8"] .button.type-1:hover,
body[data-theme="theme-8"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-8"] .typography-article ol li:before,
body[data-theme="theme-8"] .typography-article .table th,
body[data-theme="theme-8"] .mouse-icon:before,
body[data-theme="theme-8"] .back-to-top {
    background: #482d1d
}

body[data-theme="theme-8"] .button.black,
body[data-theme="theme-8"] .banner-tabs span.title,
body[data-theme="theme-8"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-8"] .categories-wrapper .entry:hover,
body[data-theme="theme-8"] .categories-wrapper .entry .number,
body[data-theme="theme-8"] .blog-post .title:hover,
body[data-theme="theme-8"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-8"] .accordeon .entry .title span,
body[data-theme="theme-8"] .accordeon .entry .title:hover,
body[data-theme="theme-8"] .author-text .category,
body[data-theme="theme-8"] .author-entry .glyphicon,
body[data-theme="theme-8"] .titel-left span,
body[data-theme="theme-8"] .button.type-1,
body[data-theme="theme-8"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-8"] .phone-icons-description .entry:hover .title {
    color: #482d1d
}

body[data-theme="theme-8"] .button.type-1:hover {
    color: #fff
}

body[data-theme="theme-8"] .gallery-popup .close-popup,
body[data-theme="theme-8"] .screen-preview-popup .close-popup {
    color: #482d1d
}

body[data-theme="theme-8"] .gallery-popup .close-popup:hover,
body[data-theme="theme-8"] .screen-preview-popup .close-popup:hover {
    background: #482d1d;
    color: #fff
}

body[data-theme="theme-8"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, .8)
}

body[data-theme="theme-8"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #482d1d
}

body[data-theme="theme-8"] .button.type-1 {
    background: #fff
}

body[data-theme="theme-8"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #806250 inset;
    box-shadow: 3px 0 #806250 inset
}

body[data-theme="theme-8"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #806250;
    box-shadow: inset -5px 0 #806250
}

body[data-theme="theme-8"] .video-popup a:after {
    background-image: url(../img/theme-8/cross.png)
}

body[data-theme="theme-8"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png)
}

body[data-theme="theme-8"] .button.black {
    color: #fff
}

.class {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transition: none
}

.button:after,
.banner-tabs .entry span,
.banner-tabs .entry span:before,
.accordeon .entry,
.accordeon .entry .title,
.accordeon .entry .title span,
.blog-post .title,
.blog-post .thumbnails .entry,
.gallery-popup .close-popup,
.screen-preview-popup .close-popup,
.categories-wrapper .entry,
.gallery-popup .close-popup span,
.screen-preview-popup .close-popup span,
.button,
.back-to-top {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out
}

.play:hover,
.play:hover:after,
nav a,
header,
#logo img,
.mob-icon span,
.mob-icon span:before,
.mob-icon span:after,
nav,
.video-popup a,
.video-popup a:after,
.img-wrap-move,
.phone-icons-image,
.phone-icons-description .entry .title {
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out
}

.theme-config,
.loaded .gallery-popup,
.loaded .screen-preview-popup {
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out
}

.video-popup span,
.video-popup span:nth-child(1):after,
.video-popup span:nth-child(2):after,
.video-popup iframe,
.theme-config .open img {
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out
}

.class {
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out
}

.class {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    position: absolute
}

.teaser-container {
    height: 100%;
    position: relative
}

.phone-icons-image {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.phone-icons-image.visible {
    opacity: 1
}

.phone-icons-image:first-child {
    position: relative;
    opacity: 1
}

.phone-icons-image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.phone-icons-description .entry {
    margin-bottom: 100px;
    min-height: 105px;
    cursor: pointer
}

.phone-icons-description .entry .icon {
    width: 50px;
    float: left;
    padding-top: 5px
}

.phone-icons-description .entry .content {
    margin-left: 75px
}

.phone-icons-description .entry .icon img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.phone-icons-description .entry .title {
    color: #222;
    font-family: "bold", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.phone-icons-description .entry:hover .title {
    color: #fbc011
}

.phone-icons-description .entry .description {
    font-size: 14px;
    line-height: 24px;
    color: #777
}

@media (min-width:1200px) {
    .sidebar-menu-added header {
        left: 0;
        width: 180px;
        height: 100%;
        background: #fff;
        border-right: 1px solid #f2f2f2
    }

    .sidebar-menu-added #content-wrapper {
        padding-left: 180px
    }

    .sidebar-menu-added nav {
        padding-right: 0;
        width: 100%
    }

    .sidebar-menu-added nav > ul {
        float: none
    }

    .sidebar-menu-added nav > ul > li {
        float: none;
        padding-right: 15px;
        padding-left: 5px
    }

    .sidebar-menu-added nav > ul > li > a {
        float: none;
        display: block;
        text-align: center;
        height: auto;
        line-height: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 10px
    }

    .sidebar-menu-added nav > ul > li > a:hover {
        color: #fff !important
    }

    .sidebar-menu-added nav > ul > li > a:not(.act) {
        color: #777
    }

    .sidebar-menu-added nav ul ul {
        left: 100%;
        top: 0;
        margin: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        max-height: 500px;
        overflow-y: auto;
        width: auto
    }

    .sidebar-menu-added nav ul li:last-child ul {
        margin-left: 0;
        top: auto;
        bottom: -10px
    }

    .sidebar-menu-added #logo {
        margin-left: 44px;
        margin-bottom: 20px
    }

    .sidebar-menu-added #logo .act {
        opacity: 1
    }

    .sidebar-menu-added .theme-config {
        right: -152px;
        left: auto
    }

    .sidebar-menu-added .theme-config.active {
        right: 0
    }

    .sidebar-menu-added .theme-config .open {
        right: 100%;
        left: auto;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }
}

@media (max-width:991px) {
    .phone-icons-description .entry {
        margin-bottom: 10px;
        min-height: 0
    }
}

@media (max-width:767px) {
    .phone-icons-image {
        padding-bottom: 20px
    }

    #content-wrapper .phone-icons-description .entry {
        text-align: center;
        margin-bottom: 20px !important
    }

    #content-wrapper .phone-icons-description .entry .icon {
        float: none;
        text-align: center;
        width: auto;
        margin-bottom: 10px
    }

    #content-wrapper .phone-icons-description .entry .content {
        margin-left: 0;
        margin-right: 0
    }
}

:root .type-2.block .image-block .bg {
    position: absolute;
    width: 100%;
    left: 0
}

.block.type-5 .swiper-container {
    padding-left: 0
}

.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fbc011;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.back-to-top:hover {
    background: #fff !important;
    color: #222
}

@media (max-width:767px) {
    .back-to-top {
        width: 40px;
        line-height: 40px
    }
}

@media screen and (max-width:650px) {
    .project-title-wrapper {
        padding: 20px;
        margin-top: -90% !important;
        width: 80%;
        font-size: 2em !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

ul li:after {
    display: none
}

sup.red-star {
    color: red;
    font-weight: 700
}

.map-container {
    padding: 0 50px 50px 50px;
    background-color: #aeaeae;
    height: 100%
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    transform: scale(1.5)
}

.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12000;
    display: none
}

.form-popup-close-layer {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-popup-content {
    max-width: 500px;
    width: 90%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 25px;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    border: 10px #0b4762 solid
}

.form-popup .text {
    color: #777;
    font-family: "regular";
    font-size: 16px;
    line-height: 28px;
    text-align: center
}

.blog-footer .footer-menu li {
    line-height: 14px;
    display: block
}

.blog-footer .footer-menu li a {
    color: #9e9e9e
}

.blog-footer .copyright {
    line-height: 14px
}

.blog-section .blog-post-wrapper {
    min-height: 620px
}

.blog-section .blog-post-wrapper img {
    height: 310px;
    object-fit: cover
}

.blog-section .blog-post-wrapper footer.entry-footer {
    position: absolute;
    bottom: 15px
}

.blog-section .blog-post-wrapper .entry-content p {
    text-align: justify
}

.blog-section .blog-post-wrapper .main-channel-title {
    text-align: justify
}

.blog-post-wrapper .entry-content .actual-news-title:hover {
    transition: 0.3s;
    color: #91ad3d
}

.blog-breadcrumb-bg {
    height: 300px;
    background: white;
    background-image: url(../img/portfolio/intro-bg.jpg)
}

.blog_style {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
    padding: 15px
}

.blog_style .title {
    display: inline;
    font-size: 22px !important;
    color: #4e4e4e
}

.blog_style .author-entry {
    font-size: 16px
}

.blog_description p {
    font-size: 17px;
    line-height: 1.8;
    padding-top: 10px;
    text-align: justify
}

.blog_description img {
    width: 450px;
    float: left;
    padding-right: 25px;
    padding-top: 15px
}

.related_blogs {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.6
}

.related_blogs .text {
    margin-bottom: 10px;
    color: #4e4e4e
}

.related_blogs .related {
    color: #91ad3d
}

.related_blogs .related:hover {
    color: #0b4762;
    transition: 0.8s ease
}

.blog_description_title {
    display: block;
    font-weight: 700;
    margin-top: 25px
}

.blog_description_title:first-child {
    margin-top: 0
}

.blog_style b {
    font-weight: 700
}

.breadcrumb-bg {
    height: 300px
}

.container-bg {
    background: url(../img/ep-theme/intro-bg_desktop.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.content-background {
    background-color: #f2f2f2
}

.install-steps {
    margin-top: 100px;
    margin-bottom: 150px;
    background-color: #f2f2f2
}

.install-steps .title {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    color: rgb(11, 71, 98);
    text-align: center
}

.install-steps .subtitle {
    font-size: 16px;
    font-family: regular, sans-serif;
    color: #666;
    margin: 10px;
    text-align: center;
    line-height: 1.5
}

.install-steps img {
    height: 190px;
    width: 100%
}

.breadcrumb-text {
    position: relative;
    top: 50%;
    text-align: center
}

.breadcrumb-text h1 {
    text-align: center
}

.for-more {
    text-align: center;
    padding-bottom: 150px;
    font-size: 24px;
    font-family: 'Russo One', sans-serif;
    color: rgb(119, 119, 119)
}

* {
    box-sizing: border-box
}

#download_help .circle {
    opacity: 1;
    height: 120px;
    width: 120px;
    display: block;
    border: 5px solid #f60;
    border-radius: 100px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1;
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: circle;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    display: none
}

#download_help .fa {
    font-size: 42px;
    color: #f60;
    bottom: 27px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running
}

#download_help .pulse {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 110px;
    height: 110px;
    border: 10px solid #f60;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-animation: pulse 1s linear infinite 0.3s;
    -moz-animation: pulse 1s linear infinite 0.3s;
    border-image: initial
}

.blog_list_style ul li {
    font-size: 17px;
    line-height: 1.8;
    padding-top: 10px;
    text-align: justify;
    background-color: white
}

@keyframes arrow {
    0% {
        bottom: 0
    }

    75% {
        bottom: 90px
    }

    100% {
        bottom: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        bottom: 0
    }

    75% {
        bottom: 90px
    }

    100% {
        bottom: 0
    }
}

@keyframes circle {
    0% {
        height: 120px
    }

    10% {
        height: 120px
    }

    50% {
        height: 130px
    }

    75% {
        height: 150px
    }

    90% {
        height: 130px
    }

    100% {
        height: 120px
    }
}

@-webkit-keyframes circle {
    0% {
        height: 120px
    }

    10% {
        height: 120px
    }

    50% {
        height: 130px
    }

    75% {
        height: 150px
    }

    90% {
        height: 130px
    }

    100% {
        height: 120px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

.blog_description .related {
    color: #91ad3d
}

.blog_style {
    font-family: "Open Sans"
}
.h5 {
    font-size: 14px!important;

}