@charset "UTF-8";

/* mixins */


/*
colors
 */


/* Brakpoints */


/* global.scss */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,600&subset=latin-ext");
html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2b8cad;
    line-height: 1.4;
    margin: 0;
    background-color: #dbe4ed;
}

body.locked {
    height: 100%;
    overflow: hidden;
}

a,
button,
.btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus,
*:active {
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #00add4;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0px 0px 15px 0px;
}

h2 {
    font-size: 2em;
    text-align: center;
    font-weight: 200;
    margin-bottom: 40px;
    margin-top: 20px;
}

h2.left {
    text-align: left;
    padding-left: 10%;
}

h3 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 400;
}

button {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 700;
}

.section-title {
    text-align: center;
    color: #2b8cad;
}

.section-subtitle {
    text-align: center;
    color: #2b8cad;
    font-size: 24px;
    margin-top: -40px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-subtitle {
        margin-top: -70px;
    }
}

.wrap,
.wrap--small {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .wrap,
    .wrap--small {
        padding: 70px 0;
    }
}

.wrap .section-title,
.wrap--small .section-title {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .wrap .section-title,
    .wrap--small .section-title {
        padding-bottom: 70px;
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .wrap--small {
        padding: 30px 0 60px 0;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
}

.container.bg {
    max-width: 1400px;
    width: 97%;
    margin: 0 auto;
}

.container.lg {
    max-width: 1600px;
    width: 98%;
    margin: 0 auto;
}

.btn-space {
    text-align: center;
    padding-top: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.spacer {
    height: 40px;
}

.col-md-20 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .col-md-20 {
        width: 20%;
        margin: 0;
    }
}

.clear {
    clear: both;
}


/* elements */

.btn {
    font-family: "Ubuntu", sans-serif;
    display: inline-block;
    border: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: opacity 1s;
    text-transform: uppercase;
    color: #fff;
    background-color: #00add5;
    padding: 10px 24px;
    position: absolute;
    bottom: 20%;
    left: 20%;
    font-size: 0.9em;
}

.btn a {
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    background-color: #11bde4;
}

.btn:hover::after {
    border-left: 12px solid #11bde4;
}

.btn::after {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid #00add5;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    position: absolute;
    right: -5px;
    top: 4px;
    z-index: -1;
}

.transparent-btn {
    margin-left: 100px;
    color: #fff;
    border: 5px solid #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.1em;
    display: inline-block;
    cursor: pointer;
}

.transparent-btn a {
    color: #fff;
}

.transparent-btn a:hover {
    color: #129a94;
}

.transparent-btn:hover {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-shadow: inset 260px 0 0 0 #fff;
    box-shadow: inset 260px 0 0 0 #fff;
    color: #129a94;
}


/* blocks */

.video-content {
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.myVideo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 2;
    display: none;
}

.myVideo:first-child {
    display: block;
}

@-webkit-keyframes anim {
    -webkit-animation: anim 5 s ease-in-out;
    animation: anim 5 s ease-in-out;
    0 % {}
    20 % {
        z-index: 11;
        \transform: skewX(5deg) translateX(-100%);
    }
    40 % {
        -webkit-transform: skewX(0deg) translateX(0);
        transform: skewX(0deg) translateX(0);
        width: 100%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    60 % {
        -webkit-transform: skewX(3deg) translateX(0);
        transform: skewX(3deg) translateX(0);
        width: 100%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    80 % {
        -webkit-transform: skewX(1deg) translateX(-100%);
        transform: skewX(1deg) translateX(-100%);
        width: 60%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    100 % {
        -webkit-transform: skewX(-5deg) translateX(-50px);
        transform: skewX(-5deg) translateX(-50px);
        width: 30%;
        z-index: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@keyframes anim {
    -webkit-animation: anim 5 s ease-in-out;
    animation: anim 5 s ease-in-out;
    0 % {}
    20 % {
        z-index: 11;
        \transform: skewX(5deg) translateX(-100%);
    }
    40 % {
        -webkit-transform: skewX(0deg) translateX(0);
        transform: skewX(0deg) translateX(0);
        width: 100%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    60 % {
        -webkit-transform: skewX(3deg) translateX(0);
        transform: skewX(3deg) translateX(0);
        width: 100%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    80 % {
        -webkit-transform: skewX(1deg) translateX(-100%);
        transform: skewX(1deg) translateX(-100%);
        width: 60%;
        z-index: 11;
        -webkit-box-shadow: 10px 10px 5px #eaeaea;
        box-shadow: 10px 10px 5px #eaeaea;
    }
    100 % {
        -webkit-transform: skewX(-5deg) translateX(-50px);
        transform: skewX(-5deg) translateX(-50px);
        width: 30%;
        z-index: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.over-video {
    border-top: 8px solid #dbe4ed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #2c426347;
    z-index: 50;
}

.logo-container {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    width: 260px;
}

.logo-container img {
    padding: 20px;
    width: 100%;
}

.language-bar {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 150px;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}

.language-bar .lang {
    display: inline-block;
    color: #dbe4ed;
    height: 25px;
    width: 45px;
    text-align: center;
    padding-top: 5px;
    margin: 0px;
}

.language-bar .lang.active {
    background-color: #dbe4ed;
    color: #333;
}

.language-bar .lang.active::after {
    display: block;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 10px solid #dbe4ed;
    margin-top: 4px;
    content: "";
}

.video-content .entry {
    position: absolute;
    width: 100%;
    top: 30vh;
}

.video-content .entry .video-title {
    text-align: center;
    display: none;
}

@media (min-width: 768px) {
    .video-content .entry .video-title {
        display: block;
    }
}

.video-content .entry .video-title h1 {
    color: #fff;
    font-size: 4.25rem;
    visibility: hidden;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.video-content .entry .video-title p.lead {
    color: #fff;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    top: 80px;
    visibility: hidden;
}

.video-content .entry .video-title.active h1 {
    top: 0;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.video-content .entry .video-title.active p.lead {
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 90px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.video-content .entry .transparent-btn {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
    color: #fff;
    border: 6px solid #fff;
    padding: 10px 30px;
    width: 260px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
    top: 200px;
    cursor: pointer;
}

.video-content .entry .transparent-btn a {
    color: #fff;
}

.video-content .entry .video-title.active .transparent-btn {
    visibility: visible;
}

.video-content .entry .transparent-btn:hover {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-shadow: inset 260px 0 0 0 #fff;
    box-shadow: inset 260px 0 0 0 #fff;
    color: #129a94;
}

.video-content .entry .transparent-btn:hover a {
    color: #129a94;
}

.video-content .entry-menu {
    position: absolute;
    bottom: 10vh;
    width: 100%;
}

.video-content .entry-menu .menu-item {
    width: 70%;
    font-size: 0.8em;
    margin: auto;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item {
        width: 25%;
        font-size: 1em;
        margin-bottom: 0;
    }
}

.video-content .entry-menu .menu-item .menu-title {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 5px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.video-content .entry-menu .menu-item .menu-title.c1 {
    background-color: #05a6cc;
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item .menu-title.c1 {
        background-color: transparent;
    }
}

.video-content .entry-menu .menu-item .menu-title.c2 {
    background-color: #0f7dc1;
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item .menu-title.c2 {
        background-color: transparent;
    }
}

.video-content .entry-menu .menu-item .menu-title.c3 {
    background-color: #1b4792;
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item .menu-title.c3 {
        background-color: transparent;
    }
}

.video-content .entry-menu .menu-item .menu-title.c4 {
    background-color: #129a94;
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item .menu-title.c4 {
        background-color: transparent;
    }
}

.video-content .entry-menu .menu-item-bottom {
    padding: 4px 3px;
}

.video-content .entry-menu .menu-item-bottom.c1 {
    background-color: #05a6cc;
}

.video-content .entry-menu .menu-item-bottom.c2 {
    background-color: #0f7dc1;
}

.video-content .entry-menu .menu-item-bottom.c3 {
    background-color: #1b4792;
}

.video-content .entry-menu .menu-item-bottom.c4 {
    background-color: #129a94;
}

.video-content .entry-menu .menu-item-bottom .progress-bar {
    height: 2px;
    width: 0%;
    background-color: #fff;
}

.video-content .entry-menu .menu-item-bottom .progress-bar.active {
    -webkit-transition: all linear 5s;
    -o-transition: all linear 5s;
    transition: all linear 5s;
    width: 100%;
    /*  box-shadow: inset 200px 0 0 0 #FFF; */
}

@media (min-width: 768px) {
    .video-content .entry-menu .menu-item:hover .menu-title.c1,
    .video-content .entry-menu .menu-title.c1.active {
        -webkit-box-shadow: inset 0 -60px 0 0 #05a6cc;
        box-shadow: inset 0 -60px 0 0 #05a6cc;
    }
    /* .video-content .entry-menu .menu-item.c1:hover, .video-content .entry-menu .menu-item.c1.active {background-color:  #05a6cc;} */
    .video-content .entry-menu .menu-item:hover .menu-title.c2,
    .video-content .entry-menu .menu-title.c2.active {
        -webkit-box-shadow: inset 0 -60px 0 0 #0f7dc1;
        box-shadow: inset 0 -60px 0 0 #0f7dc1;
    }
    .video-content .entry-menu .menu-item:hover .menu-title.c3,
    .video-content .entry-menu .menu-title.c3.active {
        -webkit-box-shadow: inset 0 -60px 0 0 #1b4792;
        box-shadow: inset 0 -60px 0 0 #1b4792;
    }
    .video-content .entry-menu .menu-item:hover .menu-title.c4,
    .video-content .entry-menu .menu-title.c4.active {
        -webkit-box-shadow: inset 0 -60px 0 0 #129a94;
        box-shadow: inset 0 -60px 0 0 #129a94;
    }
}

.play-video {
    display: none;
}

.play-video a {
    color: #fff;
}

.play-video a:hover {
    color: #00add4;
}

@media (min-width: 768px) {
    .play-video {
        display: block;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, -200%);
        overflow-y: hidden;
        height: 100%;
        visibility: hidden;
        cursor: pointer;
    }
}

.video-content .entry-menu .menu-item:hover .play-video {
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.video-content .entry-menu .menu-item .menu-title a {
    color: #fff;
    text-decoration: none;
}

.arrow-down {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
}

.arrow-down img {
    position: absolute;
}

.arrow-down img:nth-child(1) {
    bottom: 0px;
    -webkit-animation: arrow-opacit 1s infinite;
    animation: arrow-opacit 1s infinite;
}

.arrow-down img:nth-child(2) {
    bottom: 5px;
    -webkit-animation: arrow-opacit 1s infinite;
    animation: arrow-opacit 1s infinite;
    -webkit-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

.arrow-down img:nth-child(3) {
    bottom: 10px;
    -webkit-animation: arrow-opacit 1s infinite;
    animation: arrow-opacit 1s infinite;
    -webkit-animation-delay: 0.33s;
    animation-delay: 0.33s;
}

@-webkit-keyframes arrow-opacit {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes arrow-opacit {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.content {
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}


/* end @media 769px */

section.main-nav {
    border-top: 8px solid #dbe4ed;
}

section.main-nav .menus {
    display: none;
}

@media (min-width: 992px) {
    section.main-nav .menus {
        display: block;
        margin-top: 20px;
    }
}

section.main-nav .menus.open {
    display: block;
}

section.main-nav ul {
    margin-left: -40px;
}

@media (min-width: 992px) {
    section.main-nav ul {
        float: right;
    }
}

section.main-nav li {
    display: block;
}

section.main-nav li a {
    color: #214687;
}

@media (min-width: 992px) {
    section.main-nav li {
        display: inline-block;
    }
}

section.main-nav .logo-robs {
    display: none;
}

@media (min-width: 992px) {
    section.main-nav .logo-robs {
        border-top: 30px solid white;
        border-right: 50px solid #234682;
        border-left: 50px solid #234682;
        margin-bottom: -30px;
        width: 100px;
        height: 30px;
        display: block;
    }
}

section.main-nav .logo-div {
    border-bottom: 1px solid #dbe4ed;
}

@media (min-width: 992px) {
    section.main-nav .logo-div {
        border: 0px;
    }
}

section.main-nav .nav-top {
    background-color: #fff;
    width: 100%;
}

section.main-nav .nav-top li {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 18px;
    font-weight: 400;
    text-align: right;
    border-bottom: 0px solid #fff;
}

section.main-nav .nav-top li a {
    color: #214687;
}

section.main-nav .nav-top li a:hover {
    color: #00add4;
}

@media (min-width: 992px) {
    section.main-nav .nav-top li {
        padding: 15px 0 35px;
        margin-left: 20px;
        margin-right: 0px;
        border-bottom: 6px solid #fff;
    }
}

section.main-nav .nav-top li:nth-child(1):hover,
section.main-nav .nav-top li:nth-child(1).active {
    border-color: #00add4;
}

section.main-nav .nav-top li:nth-child(2):hover,
section.main-nav .nav-top li:nth-child(2).active {
    border-color: #0e7cc1;
}

section.main-nav .nav-top li:nth-child(3):hover,
section.main-nav .nav-top li:nth-child(3).active {
    border-color: #1c4792;
}

section.main-nav .nav-top li:nth-child(4):hover,
section.main-nav .nav-top li:nth-child(4).active {
    border-color: #12938e;
}

section.main-nav .nav-top li:nth-child(5):hover,
section.main-nav .nav-top li:nth-child(5).active {
    border-color: #003592;
}

section.main-nav .nav-top li:nth-child(6):hover,
section.main-nav .nav-top li:nth-child(6).active {
    border-color: #00add4;
}

section.main-nav .nav-top li ul {
    display: none;
}

section.main-nav .nav-top li ul,
section.main-nav .nav-top li .hide-search {
    position: relative;
    right: -20px;
    bottom: 0px;
    background-color: #234682;
    width: 100%;
    border-left: 20px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

@media (min-width: 992px) {
    section.main-nav .nav-top li ul,
    section.main-nav .nav-top li .hide-search {
        border: 0;
        height: 60px;
        position: absolute;
        bottom: -60px;
        right: 0;
    }
}

section.main-nav .nav-top li ul li,
section.main-nav .nav-top li .hide-search li {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
    border-bottom: 0px solid;
}

section.main-nav .nav-top li ul li a,
section.main-nav .nav-top li .hide-search li a {
    color: #fff;
}

section.main-nav .nav-top li ul li.active a,
section.main-nav .nav-top li .hide-search li.active a {
    color: #ebc205;
}

@media (min-width: 992px) {
    section.main-nav .nav-top li ul li,
    section.main-nav .nav-top li .hide-search li {
        padding: 20px 0;
        margin-left: 20px;
        margin-right: 0px;
    }
}

section.main-nav .nav-top li.active ul {
    display: block;
    z-index: 1;
}

section.main-nav .nav-top .hide-search {
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
}

section.main-nav .nav-top .hide-search img {
    padding-right: 10px;
}

section.main-nav .nav-top .open-filter,
section.main-nav .nav-top .closed-filter {
    margin-top: 20px;
}

section.main-nav .nav-bottom {
    background-color: #234682;
    width: 100%;
    border-left: 20px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

@media (min-width: 992px) {
    section.main-nav .nav-bottom {
        border: 0;
        height: 60px;
    }
}

section.main-nav .nav-bottom li {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
}

section.main-nav .nav-bottom li a {
    color: #fff;
}

section.main-nav .nav-bottom li.active a {
    color: #ebc205;
}

@media (min-width: 992px) {
    section.main-nav .nav-bottom li {
        padding: 20px 0;
        margin-left: 20px;
        margin-right: 0px;
    }
}

section.main-nav .nav-burger {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999;
}

section.main-nav .nav-burger span {
    display: inline-block;
    width: 45px;
    height: 6px;
    background-color: white;
    position: absolute;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.main-nav .nav-burger span:before,
section.main-nav .nav-burger span:after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 6px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.main-nav .nav-burger span:before {
    top: 9px;
}

section.main-nav .nav-burger span:after {
    bottom: 9px;
}

section.main-nav .nav-burger.open span {
    visibility: hidden;
}

section.main-nav .nav-burger.open span:before,
section.main-nav .nav-burger.open span:after {
    visibility: visible;
}

section.main-nav .nav-burger.open span:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

section.main-nav .nav-burger.open span:after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
}

@media (min-width: 992px) {
    section.main-nav .nav-burger {
        display: none;
    }
}

.extended-menu-line {
    width: 100%;
    height: 60px;
    background-color: #214687;
    position: relative;
    margin-bottom: -50px;
    z-index: 0;
}

.language-bar {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 170px;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}

.video-content .language-bar {
    top: 144px;
    right: calc(50% - 90px);
}

@media (min-width: 420px) {
    .video-content .language-bar {
        top: 0;
        right: 0;
    }
}

.language-bar .lang {
    display: inline-block;
    color: #dbe4ed;
    height: 25px;
    width: 45px;
    text-align: center;
    padding-top: 5px;
    margin: 0px;
}

.language-bar .lang.active {
    background-color: #dbe4ed;
    color: #333;
}

.language-bar .lang.active::after {
    display: block;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 10px solid #dbe4ed;
    margin-top: 4px;
    content: "";
}

@font-face {
    font-family: "lg";
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

section.tabula-page {
    color: #214687;
    position: relative;
    z-index: 2;
}

section.tabula-page h2 {
    color: #fff;
    margin-top: 30px;
}


/*section.tabula-page a {*/


/*    color: #fff;*/


/*}*/

section.tabula-page a:hover {
    color: #214687;
}

section.tabula-page .outer-wrap {
    padding: 100px 10% 200px;
    margin-bottom: 0px;
    background-color: #fff;
}

section.tabula-page .outer-wrap.without-bottom {
    margin-bottom: 0px;
}

section.tabula-page li.apartment-list-item {
    border-bottom: 2px solid #f3f6f8;
    padding-bottom: 10px;
}

section.tabula-page li.apartment-list-item .title {
    font-weight: bold;
    padding: 10px;
}

section.tabula-page li.apartment-list-item .description {
    padding-right: 0px;
}

section.tabula-page li.apartment-list-item .description:hover {
    background-color: #f3f6f8;
}

section.tabula-page li.apartment-list-item .col-md-15 img {
    display: none;
}

section.tabula-page li.apartment-list-item .col-md-15 span {
    width: 150px;
    display: inline-block;
}

section.tabula-page li.apartment-list-item .col-md-15 .btn {
    position: relative;
    margin-top: 20px;
}

@media (min-width: 992px) {
    section.tabula-page li.apartment-list-item .col-md-15 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        float: left;
        text-align: center;
    }
    section.tabula-page li.apartment-list-item .col-md-15 img {
        width: 125px;
        display: block;
    }
    section.tabula-page li.apartment-list-item .col-md-15 span {
        display: block;
        font-size: 0.7em;
        margin: 15px 0 5px;
        width: auto;
    }
    section.tabula-page li.apartment-list-item .col-md-15.right {
        float: right;
    }
    section.tabula-page li.apartment-list-item .col-md-15 .btn {
        top: 20px;
        bottom: auto;
        left: auto;
        right: 0px;
        margin-top: 0;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(1) {
        min-width: 150px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(2) {
        min-width: 70px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(3) {
        min-width: 70px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(4) {
        min-width: 70px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(5) {
        min-width: 70px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(6) {
        min-width: 70px;
    }
    section.tabula-page li.apartment-list-item .col-md-15:nth-child(7) {
        min-width: 100px;
    }
}

.bg-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.pop-up {
    display: block;
    width: 850px;
    background-color: #fff;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 12;
}

@media (max-width: 768px) {
    .pop-up {
        width: 100%;
    }
    .pop-up .close {
        top: 50px !important;
        right: 20px !important;
        font-size: 40px;
    }
}

.pop-up h2 {
    text-align: left;
    color: #214687;
    margin-bottom: 15px;
    margin-top: 0px;
}

.pop-up img {
    width: 100%;
}

.pop-up h3 {
    font-weight: 300;
    color: #214687;
    margin-bottom: 0px;
    margin-top: 20px;
}

.pop-up p {
    font-weight: 300;
    color: #214687;
}

.pop-up .col-md-6 {
    padding: 30px 20px 20px;
}

.pop-up form {
    padding: 0 20px;
}

.pop-up input[type="number"],
.pop-up input[type="text"],
.pop-up input[type="email"],
.pop-up textarea {
    background-color: #e8f1f6;
    border: none;
    text-align: center;
    color: #051847;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 7px 0;
    font-size: 0.8em;
    padding: 14px 9px;
}

.pop-up .checkmark {
    border: 0;
    background-color: #e8f1f6;
    border-radius: 3px;
}

.pop-up .checklabel.sm {
    width: 140px;
    display: inline-block;
    margin: 7px 0;
    font-size: 0.8em;
}

.pop-up .btn {
    padding: 25px 100px;
    position: relative;
    font-size: 1.2em;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    z-index: 10;
    width: 100%;
}

.pop-up .next-pers,
.pop-up .prev-pers {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 200px;
    opacity: 0.75;
}

.pop-up .next-pers:hover,
.pop-up .prev-pers:hover {
    opacity: 1;
}

.pop-up .next-pers {
    right: 30px;
    background: url("../img/lg-arrow-right.png") no-repeat;
}

.pop-up .prev-pers {
    left: 30px;
    background: url("../img/lg-arrow-left.png") no-repeat;
}

.pop-up .close {
    position: fixed;
    right: 0;
    top: 0;
    color: #666;
    line-height: 30px;
    width: 45px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

.pop-up .close:hover {
    color: red;
}

.pop-up .container {
    padding: 40px 60px;
}


/* pages */

.bg-lightblue {
    background-color: #dbe4ed;
}

.bg-darkblue {
    background: #1f468b;
    background: -webkit-linear-gradient(-90deg, #1f468b, #2b4471);
    background: -webkit-gradient( linear, left top, left bottom, from(#e5eff2), to(#2b4471));
    background: -webkit-linear-gradient(top, #1f468b, #2b4471);
    background: -o-linear-gradient(top, #1f468b, #2b4471);
    background: -webkit-gradient( linear, left top, left bottom, from(#1f468b), to(#2b4471));
    background: linear-gradient(180deg, #1f468b, #2b4471);
    height: 380px;
    z-index: 0;
    margin-bottom: -380px;
}

.bg-white {
    background-color: #fff;
}

.slogan {
    color: #1b4792;
    font-weight: 200;
    text-align: right;
}

.slogan b {
    font-weight: 400;
}

.info-block {
    position: relative;
    overflow: hidden;
}

.info-block .slogan {
    font-size: 2em;
}

@media (min-width: 768px) {
    .info-block .slogan {
        font-size: 2.5em;
    }
}

.info-block .slogan.left {
    text-align: left;
}

.tr-romb {
    display: none;
    position: absolute;
    z-index: 0;
    background: url("../img/triangle-romb.png") left center no-repeat;
    background-size: contain;
    width: 313px;
    height: 469px;
    left: 0;
    bottom: -100px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .tr-romb {
        display: block;
    }
}

.tr-romb.right {
    right: 0;
    left: auto;
    background: url("../img/triangle-romb-right.png") left center no-repeat;
}

.trapece {
    display: none;
    position: absolute;
    z-index: 0;
    background: url("../img/trapece-zila.png") left center no-repeat;
    background-size: contain;
    width: 279px;
    height: 234px;
    right: 0;
    top: -150px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .trapece {
        display: block;
    }
}

.tvb-shape {
    display: none;
    position: absolute;
    z-index: 5;
    background: url("../img/tvb-over-bg.png") left center no-repeat;
    background-size: contain;
    width: 531px;
    height: 525px;
    left: 50%;
    bottom: 0px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .tvb-shape {
        display: block;
    }
}

.white-middle-line {
    position: absolute;
    z-index: 0;
    background-color: #fff;
    height: 7px;
    width: 20%;
    right: 0;
    top: 40%;
    display: none;
}

@media (min-width: 992px) {
    .white-middle-line {
        width: 40%;
    }
}

.white-middle-line.left {
    left: 0;
    right: auto;
    width: 15%;
}

@media (min-width: 992px) {
    .white-middle-line.left {
        width: 35%;
    }
}

.white-middle-line.md6 {
    width: 10%;
}

@media (min-width: 768px) {
    .white-middle-line.md6 {
        width: 50%;
    }
}

.white-middle-line.md7 {
    width: 10%;
}

@media (min-width: 768px) {
    .white-middle-line.md7 {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .white-middle-line {
        display: block;
    }
}

.offer-block {
    position: relative;
    font-size: 0.6em;
}

.offer-block h2 {
    color: #fff;
    font-size: 2.5em;
}

@media (min-width: 768px) {
    .offer-block h2 {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .offer-block {
        font-size: 1em;
    }
}

.offer-wrap {
    height: 250px;
    position: relative;
    margin: 10px;
    overflow: hidden;
    font-size: 1em;
}

@media (min-width: 768px) {
    .offer-wrap {
        height: 250px;
        margin: 10px;
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .offer-wrap {
        height: 300px;
        margin: 5px -10px;
        font-size: 1em;
    }
}

.offer-wrap .offer-title {
    position: absolute;
    top: 30px;
    background-color: #fff;
    margin-left: 20%;
    width: 80%;
    font-size: 2em;
    padding: 20px 30px;
    color: #214687;
}

@media (min-width: 768px) {
    .offer-wrap .offer-title {
        font-size: 1.5em;
    }
}

.offer-wrap .offer-title a {
    text-decoration: none;
    color: #214687;
}

.offer-wrap .offer-right {
    height: 100%;
    margin-left: 0%;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .offer-wrap .offer-right {
        margin-left: 34%;
        width: 67%;
    }
}

.offer-wrap .offer-right .offer-descr-wrap {
    padding: 115px 25px 20px;
}

.offer-wrap .offer-right ul {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .offer-wrap .offer-right ul {
        font-size: 1em;
    }
}

.offer-wrap .offer-right ul li {
    padding: 5px;
}

.offer-wrap .offer-right ul li:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -5px;
}

.offer-wrap:hover .offer-right {
    margin-left: 100%;
    -webkit-transition: margin 0.5s;
}

.offer-wrap .btn {
    opacity: 0;
    font-size: 1.1em;
    padding: 25px;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.offer-wrap .btn::after {
    border-left: 12px solid #00add5;
    right: -10px;
    top: 18px;
}

.offer-wrap .btn:hover::after {
    border-left: 12px solid #11bde4;
}

.offer-wrap:hover .btn {
    opacity: 1;
}

section.statistics {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

section.statistics .col-md-20 {
    text-align: center;
}

section.statistics .amount {
    display: block;
    color: #00add5;
    font-weight: 600;
    font-size: 1.2em;
    margin: 20px 0 0;
}

section.prekomanda {
    position: relative;
}

section.prekomanda .slogan {
    text-align: left;
}

section.komanda {
    position: relative;
    z-index: 2;
}

section.komanda .slogan {
    background-color: #fff;
    font-size: 0.6em;
    width: calc(100% - 30px);
    margin-left: 30px;
    padding: 30px 0 20px 10px;
    position: relative;
    top: 10%;
    text-align: left;
}

@media (min-width: 768px) {
    section.komanda .slogan {
        position: absolute;
        width: 55%;
        margin-left: 45%;
        font-size: 1em;
        padding: 60px 0 40px 65px;
    }
}

section.komanda .slogan i {
    font-size: 2em;
    line-height: 1.1em;
}

section.komanda .btn {
    padding: 25px;
    position: relative;
    font-size: 0.6em;
    font-weight: 600;
    bottom: 10%;
    margin-left: 30px;
    left: auto;
}

@media (min-width: 768px) {
    section.komanda .btn {
        font-size: 1.2em;
        position: absolute;
        left: 50%;
        margin-left: -15px;
    }
}

section.komanda .btn:hover::after {
    border-left: 22px solid #11bde4;
}

section.komanda .btn::after {
    border-left: 22px solid #00add5;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    right: -10px;
    top: 10px;
}

@media (min-width: 768px) {
    section.komanda .btn::after {
        border-left: 22px solid #00add5;
        border-bottom: 35px solid transparent;
        border-top: 35px solid transparent;
        top: 0px;
    }
}

section.our-team {
    position: relative;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    section.our-team {
        font-size: 1em;
        padding: 0px 0 140px;
    }
}

section.our-team .row {
    height: 100%;
    margin-right: -5px;
    margin-left: -5px;
}

section.our-team .team-member {
    height: 520px;
    position: relative;
    margin: 5px auto;
    max-width: 400px;
}

@media (min-width: 992px) {
    section.our-team .team-member {
        height: 250px;
        max-width: none;
        margin: 5px 0;
        font-size: 1em;
    }
}

section.our-team .team-member .portrets {
    background-size: cover;
    background-position: center;
    height: 350px;
}

@media (min-width: 992px) {
    section.our-team .team-member .portrets {
        height: 100%;
    }
}

section.our-team .team-member .apraksts {
    height: 150px;
    background-color: #fff;
    padding: 7%;
    color: #214687;
    position: relative;
}

@media (min-width: 992px) {
    section.our-team .team-member .apraksts {
        top: auto;
        height: 100%;
    }
}

section.our-team .team-member .apraksts h4 {
    font-size: 1.75em;
    font-weight: 400;
}

@media (min-width: 992px) {
    section.our-team .team-member .apraksts .job-title {
        width: 133.5%;
        background-color: #214687;
        color: #fff;
        margin: 15px 0 15px -20%;
        padding-left: 20%;
        line-height: 2.2em;
    }
}

section.our-team .team-member .apraksts p {
    font-size: 0.8em;
    margin-top: 15px;
}

section.tvb {
    background: url("../img/tvb-bgr.png") no-repeat center center fixed;
    background-size: cover;
    margin-top: 100px;
    padding: 70px 0;
    position: relative;
    font-size: 0.6em;
    overflow: hidden;
}

@media (min-width: 768px) {
    section.tvb {
        font-size: 1em;
        padding: 70px;
    }
}

section.tvb h2 {
    color: #fff;
    margin: 40px 0 30px;
}

section.tvb ul {
    padding: 40px 0 100px 10px;
    font-size: 1.35em;
    color: #fff;
    font-weight: 200;
}

@media (min-width: 768px) {
    section.tvb ul {
        padding: 40px 0 100px 100px;
    }
}

section.tvb ul li {
    padding: 5px;
}

section.tvb ul li a {
    color: #fff;
}

section.tvb ul li a:hover {
    color: #dbe4ed;
}

section.tvb ul li:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -5px;
}

section.tvb .transparent-btn {
    margin-left: 100px;
    color: #fff;
    border: 5px solid #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.1em;
    display: inline-block;
    cursor: pointer;
}

section.tvb .transparent-btn:hover {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-shadow: inset 260px 0 0 0 #fff;
    box-shadow: inset 260px 0 0 0 #fff;
    color: #129a94;
}

section.news-block {
    position: relative;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    section.news-block {
        font-size: 1em;
        padding: 70px 0;
    }
}

section.news-block h2 {
    color: #fff;
}

section.news-block .news-wrap {
    height: 380px;
    position: relative;
    margin: 20px 0px;
    /*background-size: cover;*/
    display: flex;
}

.news-left {
    display: flex;
    width: 34%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-right {
    display: flex;
    width: 63%;
}

@media (min-width: 768px) {
    section.news-block .news-wrap {
        height: 280px;
    }
}

@media (min-width: 992px) {
    section.news-block .news-wrap {
        height: 300px;
        margin: 10px -5px;
        font-size: 1em;
    }
}

section.news-block .news-wrap .news-right {
    height: 230px;
    top: 150px;
    background-color: #fff;
    padding: 7%;
    color: #214687;
    position: absolute;
}

.videoFallback {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    display: inherit;
}

@media (min-width: 768px) {
    section.news-block .news-wrap .news-right {
        position: relative;
        width: 67%;
        height: 100%;
        top: auto;
    }
}

section.news-block .news-wrap .news-right h4 {
    font-weight: 400;
}

section.news-block .news-wrap .news-right p {
    font-size: 0.8em;
    margin-top: 15px;
}

section.news-block .news-wrap .btn {
    position: absolute;
    bottom: 20px;
    left: 34%;
    padding: 12px 40px;
}

section.news-block .news-wrap .btn::after {
    z-index: 1;
}

section.news-block .transparent-btn {
    margin: 30px auto;
    color: #214687;
    display: table;
}

section.news-block .pagination {
    margin: 30px auto;
    display: table;
}

section.news-block .pagination .page {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    text-align: center;
    font-weight: 600;
    margin: 12px;
    padding-top: 5px;
}

section.news-block .pagination .page a {
    color: #fff;
}

section.news-block .pagination .page:hover {
    border: 3px solid #00add5;
    background-color: #00add5;
}

section.news-block .pagination .page:hover a {
    color: #fff;
}

section.news-block .pagination .page.active a {
    color: #00add5;
}

@media (min-width: 768px) {
    body.news section.news-block {
        font-size: 1em;
        padding: 0px 0px 70px;
    }
}

section.kontakti {
    position: relative;
    font-size: 0.6em;
}

@media (min-width: 768px) {
    section.kontakti {
        font-size: 1em;
    }
}

section.kontakti .withbgr {
    z-index: 5;
    background: url("../img/kontakti-bgr.png") left center no-repeat;
    background-size: 100% 100%;
    height: 500px;
    margin-right: 0;
}

section.kontakti .slogan {
    background-color: #fff;
    font-size: 0.9em;
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 40px 0 40px 15px;
    position: relative;
    top: 10%;
    text-align: left;
}

@media (min-width: 768px) {
    section.kontakti .slogan {
        position: absolute;
        width: 50%;
        margin-left: 50%;
        padding: 80px 0 80px 65px;
    }
}

section.kontakti .slogan i {
    font-size: 2em;
    line-height: 1.1em;
}

section.kontakti .btn {
    padding: 25px 100px;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    bottom: 10%;
    left: 0;
    margin-left: 15px;
    z-index: 10;
}

@media (min-width: 768px) {
    section.kontakti .btn {
        position: absolute;
        margin-left: -50px;
        left: 50%;
    }
}

section.kontakti .btn:hover::after {
    border-left: 22px solid #11bde4;
}

section.kontakti .btn::after {
    border-left: 22px solid #00add5;
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    right: -10px;
    top: 0px;
}

section.kontakti .subtext {
    margin-top: 300px;
    margin-left: 40px;
    font-size: 1.1em;
    color: #214687;
    display: none;
}

@media (min-width: 768px) {
    section.kontakti .subtext {
        display: block;
    }
}

section.kontakti .kontakti-wrap {
    margin-top: 0px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    section.kontakti .kontakti-wrap {
        margin-top: 60px;
        padding-top: 0px;
    }
}

section.kontakti .kontakti-wrap input,
section.kontakti .kontakti-wrap textarea {
    background-color: #fff;
    color: #214687;
    text-align: center;
    width: 75%;
    margin: 25px auto;
    display: block;
    padding: 15px;
    font-weight: 600;
}

section.kontakti .kontakti-wrap textarea {
    height: 150px;
}

section.footer {
    background-color: #133166;
    margin-top: 150px;
    font-weight: 200;
    color: #fff;
    font-size: 0.9em;
    padding: 0;
    position: relative;
}

section.footer .contacts {
    margin-left: 10%;
}

@media (min-width: 768px) {
    section.footer .contacts {
        margin-left: 10px;
    }
}

section.footer .contacts img {
    margin: 20px 3px 0 3px;
}

section.footer a {
    color: #fff;
}

section.footer a:hover {
    color: #00add4;
}

section.footer .container {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

section.footer .logo {
    margin-left: 10%;
}

@media (min-width: 768px) {
    section.footer .logo {
        margin-left: 10px;
    }
}

section.footer .menulist {
    margin: 10%;
}

@media (min-width: 768px) {
    section.footer .menulist {
        margin: 0;
    }
}

section.footer .tvb-shape {
    left: 60%;
    width: 40%;
    bottom: -30px;
}

section.footer .reserved {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 0.7em;
}

section.footer .madeby {
    position: absolute;
    right: 20px;
    font-size: 0.7em;
    text-transform: uppercase;
    bottom: 10px;
}

@media (min-width: 768px) {
    section.footer .madeby {
        right: 60px;
    }
}

section.footer .madeby img {
    margin-left: 10px;
}

section.footer .totop {
    position: absolute;
    right: 20px;
    top: -5px;
    font-size: 0.65em;
    background-color: #133166;
    width: 50px;
    height: 20px;
    text-align: center;
    display: block;
    padding-top: 20px;
    cursor: pointer;
    z-index: 30;
}

@media (min-width: 768px) {
    section.footer .totop {
        right: 50px;
    }
}

section.footer .totop:before {
    content: "";
    border-bottom: 15px solid #133166;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    display: block;
    position: absolute;
    top: -15px;
}

.single-page {
    color: #214687;
    position: relative;
    z-index: 2;
}

.single-page h2 {
    color: #fff;
    margin-top: 30px;
}

.single-page .outer-wrap {
    padding: 100px 10% 200px;
    margin-bottom: 100px;
    background-color: #fff;
}

.single-page .outer-wrap.without-bottom {
    margin-bottom: 0px;
}

.single-page .left-image {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 15%;
}

.single-page .left-image img {
    width: 100%;
}

.single-page .right-image {
    position: absolute;
    top: 220px;
    right: 0px;
    width: 20%;
    display: none;
}

@media screen and (min-width: 1200px) {
    .single-page .right-image {
        display: block;
    }
}

.single-page .right-image img {
    width: 100%;
}

.single-page .inner-wrap {
    max-width: 800px;
}

.single-page .inner-wrap h2 {
    color: #214687;
}

.single-page .inner-wrap.center {
    margin-right: auto;
    margin-left: auto;
}

.single-page p {
    /* padding: 10px 0; */
    font-size: 0.8em;
    text-align: justify;
}

.single-page h3 {
    font-weight: 400;
}

.single-page h4:before {
    content: "−";
    color: #00add5;
}

.single-page ul {
    margin-top: 30px;
}

.single-page ul li {
    padding: 5px;
    font-weight: 600;
    font-size: 0.8em;
}

.single-page ul li:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -5px;
}

.single-page ul.line li:before {
    content: "−";
    color: #00add5;
    background: none;
    font-size: 1.25em;
}

.single-page .open-item .toopen {
    width: 100%;
    border: 1px solid #dbe4ed;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.8em;
    cursor: pointer;
    margin: 5px 0;
}

.single-page .open-item .toopen:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow.png");
    background-repeat: no-repeat;
    margin-right: 30px;
    margin-bottom: -5px;
}

.single-page .open-item .itopens {
    font-size: 0.8em;
    padding: 20px 0px 40px 50px;
    display: none;
    text-align: justify;
}

.single-page .open-item.open .toopen {
    background-color: #234682;
    color: #fff;
}

.single-page .open-item.open .toopen:before {
    background-image: url("../img/li-arrow-down.png");
    background-size: 23px;
    margin-right: 17px;
    width: 23px;
    margin-bottom: -15px;
}

.single-page .open-item.open .itopens {
    display: block;
}

body.single .left-block {
    min-height: 500px;
    z-index: 10;
    width: 100%;
}

@media (min-width: 768px) {
    body.single .left-block {
        float: left;
        width: 500px;
    }
}

body.single .left-block.fixed {
    position: fixed;
    top: 0;
}

body.single .left-block .white-wrap {
    width: 100%;
    z-index: 10;
    background-color: #fff;
    position: relative;
    padding: 20px 20px 20px 60px;
    color: #214687;
    font-family: "Ubuntu", sans-serif;
}

body.single .left-block .tr-wrap {
    width: 100%;
    z-index: 10;
    position: relative;
}

body.single .left-block .tr-wrap .image {
    float: left;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-size: cover;
}

body.single .left-block .tr-info {
    float: left;
    width: calc(100% - 150px);
}

body.single .left-block .tr-info .tr-contacts {
    background-color: #234682;
    color: #fff;
    padding: 20px 30px;
    font-size: 0.85em;
}

body.single .left-block .tr-info .tr-contacts a {
    color: #fff;
}

body.single .left-block .tr-info .btn {
    position: relative;
    left: 0;
    padding: 17px 30px;
    height: 50px;
}

body.single .left-block h2 {
    color: #214687;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

body.single .left-block .param-wrap {
    padding-right: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

body.single .left-block .param-wrap .param {
    float: left;
    width: 25%;
    padding-right: 15px;
    text-align: center;
    font-size: 0.8em;
}

body.single .left-block .param-wrap .param img {
    margin-bottom: 7px;
    width: 75%;
}

body.single .left-block .param-sec {
    font-size: 0.9em;
    line-height: 1.6em;
}

body.single .left-block .param-sec img {
    margin-right: 10px;
}

body.single .left-block .param-tre .tre-right {
    float: right;
}

body.single .left-block .param-tre .tre-left {
    float: left;
}

body.single .left-block .param-tre img {
    margin: 10px;
}

body.single .left-block ul {
    margin: 20px 0;
}

body.single .left-block li {
    padding: 5px;
    font-size: 0.8em;
    font-weight: 200;
}

body.single .left-block li span {
    font-weight: 400;
}

body.single .left-block li:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow-sm.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -5px;
}

body.single .left-block-empty.empty {
    float: left;
    width: 500px;
    height: 300px;
}

body.single .right-block {
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    body.single .right-block {
        float: left;
        width: calc(100% - 500px);
    }
}

body.single .right-block .slide {
    width: 100%;
    position: relative;
}

body.single .right-block .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1400px) {
    body.single .right-block .slide img {
        height: 550px;
    }
}

body.single .right-block .slide .single-image {
    height: 575px;
    width: 100%;
    background-size: cover;
}

body.single .right-block .slide .next-img,
body.single .right-block .slide .prev-img {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 60px;
    opacity: 0.75;
}

body.single .right-block .slide .next-img:hover,
body.single .right-block .slide .prev-img:hover {
    opacity: 1;
}

body.single .right-block .slide .next-img {
    right: 10px;
    background: url("../img/lg-arrow-right.png") no-repeat;
}

@media (min-width: 992px) {
    body.single .right-block .slide .next-img {
        right: 80px;
    }
}

body.single .right-block .slide .prev-img {
    left: 10px;
    background: url("../img/lg-arrow-left.png") no-repeat;
}

@media (min-width: 992px) {
    body.single .right-block .slide .prev-img {
        left: 80px;
    }
}

body.single .right-block .slide .transparent-btn {
    position: absolute;
    left: calc(50% - 130px);
    bottom: 60px;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 30px;
    width: 260px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-left: 0;
    display: none;
}

@media (min-width: 992px) {
    body.single .right-block .slide .transparent-btn {
        display: block;
    }
}

body.single .right-block .slide .transparent-btn:hover {
    color: #129a94;
}

body.single .right-block .slide .transparent-btn img {
    display: none;
}

body.single .right-block .outer-wrap {
    padding: 50px 10% 20px;
}

body.single .right-block .youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

body.single .right-block .youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.single .right-block #animated-img {
    position: relative;
}

body.single .right-block #animated-img a {
    margin: 10px;
    position: relative;
    display: inline-block;
}

body.single .right-block #animated-img a:hover::after {
    content: url("../img/pluss.png");
    background-color: #1f384cb3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 50%;
}

body.single .right-block #map {
    width: 100%;
    height: 400px;
}

body.group section.komanda {
    margin-bottom: 150px;
}

body.group section.info-block.bg-darkblue {
    margin-bottom: -380px;
}

section.re-cat-block {
    position: relative;
}

section.re-cat-block h2 {
    color: #fff;
}

section.re-cat-block .re-cat-item {
    max-width: 400px;
    margin: 10px auto;
}

section.re-cat-block .re-cat-item a {
    color: #214687;
}

section.re-cat-block .re-cat-item:hover a {
    color: #2b8cad;
}

section.re-cat-block .re-cat-item:hover .c1 {
    -webkit-box-shadow: inset 0 -60px 0 0 #05a6cc;
    box-shadow: inset 0 -60px 0 0 #05a6cc;
}

section.re-cat-block .re-cat-item:hover .c2 {
    -webkit-box-shadow: inset 0 -60px 0 0 #0f7dc1;
    box-shadow: inset 0 -60px 0 0 #0f7dc1;
}

section.re-cat-block .re-cat-item:hover .c3 {
    -webkit-box-shadow: inset 0 -60px 0 0 #1b4792;
    box-shadow: inset 0 -60px 0 0 #1b4792;
}

section.re-cat-block .re-cat-item:hover .c4 {
    -webkit-box-shadow: inset 0 -60px 0 0 #129a94;
    box-shadow: inset 0 -60px 0 0 #129a94;
}

section.re-cat-block .re-cat-wrap {
    height: 200px;
    margin-bottom: 40px;
    background-size: cover;
    max-width: 380px;
}

@media (min-width: 768px) {
    section.re-cat-block .re-cat-wrap {
        height: 250px;
    }
}

section.re-cat-block .re-cat-wrap .re-cat-title {
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    width: 80%;
    left: 10%;
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-bottom: 6px solid;
}

section.re-cat-block .re-cat-wrap .re-cat-title.c1 {
    border-color: #05a6cc;
}

section.re-cat-block .re-cat-wrap .re-cat-title.c2 {
    border-color: #0f7dc1;
}

section.re-cat-block .re-cat-wrap .re-cat-title.c3 {
    border-color: #1b4792;
}

section.re-cat-block .re-cat-wrap .re-cat-title.c4 {
    border-color: #129a94;
}

section.featured {
    position: relative;
}

section.featured h2 {
    color: #fff;
}

section.featured .transparent-btn {
    margin: 30px auto;
    color: #214687;
    display: table;
}

section.featured .featured-item {
    max-width: 400px;
    margin: 10px auto;
}

section.featured .skat-tabula {
    float: right;
    padding-top: 2em;
    text-transform: uppercase;
    font-size: 0.9em;
}

section.featured .skat-tabula a {
    color: #fff;
}

section.group-slider-block {
    position: relative;
}

section.group-slider-block .slide-image {
    width: 100%;
    margin-bottom: -30px;
    background-size: cover;
    height: 700px;
}

section.group-slider-block .slide-image img {
    width: 100%;
}

@media (min-width: 768px) {
    section.group-slider-block .slide-image {
        margin-bottom: 60px;
        width: 75%;
    }
}

section.group-slider-block .slogan {
    background-color: #fff;
    font-size: 0.6em;
    width: 100%;
    padding: 30px 0 20px 10px;
    position: relative;
    margin-bottom: 0px;
    z-index: 10;
    text-align: left;
}

@media (min-width: 768px) {
    section.group-slider-block .slogan {
        position: absolute;
        width: 40%;
        margin-left: 60%;
        font-size: 1em;
        padding: 60px 20px 40px 20px;
        height: 550px;
        top: 75px;
    }
}

section.group-slider-block .slogan .main-slogan {
    font-size: 2em;
    padding: 10px 10px;
    text-align: center;
}

@media (min-width: 768px) {
    section.group-slider-block .slogan .main-slogan {
        font-size: 2em;
        padding: 30px 10px;
    }
}


/* TEMP revert */

@media (min-width: 992px) {
    section.group-slider-block .slogan .main-slogan {
        font-size: 2.75em;
    }
}

section.group-slider-block .slogan .sub-slogan {
    font-style: italic;
    margin: 20px auto 30px;
    font-size: 2em;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
    max-width: 350px;
    text-align: center;
}

@media (min-width: 768px) {
    section.group-slider-block .slogan .sub-slogan {
        font-size: 1.25em;
        margin: 50px auto 75px;
    }
}

section.group-slider-block .slogan ul {
    margin: 30px auto 0;
    max-width: 350px;
}

section.group-slider-block .slogan ul li {
    padding: 5px;
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {
    section.group-slider-block .slogan ul li {
        font-size: 1em;
    }
}

section.group-slider-block .slogan ul li:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 10px;
    background-size: 10px;
    background-image: url("../img/li-arrow.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -5px;
}

section.group-slider-block .slide {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

@media (min-width: 768px) {
    section.group-slider-block .slide {
        margin-bottom: 60px;
        height: 700px;
        width: 75%;
    }
}

section.group-slider-block .slide img {
    width: 100%;
    height: auto;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    section.group-slider-block .slide img {
        height: 700px;
    }
}

section.group-slider-block .next-img,
section.group-slider-block .prev-img {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 60px;
    opacity: 0.75;
    z-index: 10;
}

section.group-slider-block .next-img:hover,
section.group-slider-block .prev-img:hover {
    opacity: 1;
}

section.group-slider-block .next-img {
    right: 10px;
    background: url("../img/lg-arrow-right.png") no-repeat;
}

@media (min-width: 768px) {
    section.group-slider-block .next-img {
        right: calc(20% + 10px);
    }
}

@media (min-width: 992px) {
    section.group-slider-block .next-img {
        right: calc(20% + 100px);
    }
}

section.group-slider-block .prev-img {
    left: 10px;
    background: url("../img/lg-arrow-left.png") no-repeat;
}

@media (min-width: 992px) {
    section.group-slider-block .prev-img {
        left: 100px;
    }
}

section.group-slider-block .transparent-btn {
    z-index: 10;
    position: absolute;
    left: calc(50% - 130px);
    bottom: 60px;
    margin-left: 0;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 30px;
    width: 260px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
    display: none;
}

@media (min-width: 768px) {
    section.group-slider-block .transparent-btn {
        left: calc(40% - 130px);
    }
}

section.group-slider-block .transparent-btn:hover {
    color: #129a94;
}

@media (min-width: 520px) {
    section.group-slider-block .transparent-btn {
        display: block;
    }
}

section.group-slider-block .transparent-btn img {
    display: none;
}

body.about-project section.group-slider-block .slogan {
    text-align: center;
}

body.about-project section.group-slider-block .sub-slogan {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.searchbox {
    width: 360px;
    background-color: #fff;
    padding: 50px 65px;
    position: relative;
    left: 0;
    z-index: 10;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .searchbox {
        position: absolute;
    }
}

.searchbox input[type="number"],
.searchbox input[type="text"],
.searchbox select {
    background-color: #f0f4f7;
    border: none;
    text-align: center;
    color: #214687;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 230px;
    margin: 5px 0;
    font-size: 0.8em;
    padding: 9px;
}

.searchbox select {
    text-align-last: center;
    background: #f0f4f7 url("../img/select-arrow-down.png") no-repeat;
    background-size: 20px;
    background-position: left 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-padding-start: 40px;
}

.searchbox input[type="submit"] {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border: none;
    background-color: #0e7cc1;
    margin: 20px 0;
}

.searchbox input[type="submit"]:hover {
    background-color: #11bde4;
}

.searchbox .see-on-map {
    text-transform: uppercase;
    line-height: 2em;
    margin: 10px 0;
}

.searchbox .see-on-map img {
    margin-top: -10px;
    margin-right: 10px;
}

.searchbox label {
    font-size: 0.8em;
    margin: 10px 0;
}

.searchbox input.sm,
.searchbox label.sm {
    width: 107px;
}

.searchbox #area-slider,
.searchbox #price-slider {
    margin: 10px 0;
}

.searchbox .ui-slider-horizontal {
    height: 3px;
    background-color: #b3c7d6;
    border-color: #dae4eb;
}

.searchbox .ui-widget-header {
    background-color: #0e7cc1;
}

.searchbox .ui-slider .ui-slider-handle {
    background-color: #00add5;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 0;
}

.checklabel {
    color: #214687;
    padding-left: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checklabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #214687;
    border-radius: 3px;
}

.checkmark.wk {
    top: 30px;
}

.checkmark.dk {
    right: 0;
    position: relative;
    display: inline-block;
    top: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checklabel input:checked~.checkmark:after {
    display: block;
}

.checklabel .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0e7cc1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checklabel.sm {
    width: 112px;
    display: inline-block;
}

.topsearch {
    width: 100%;
    background-color: #214687;
    padding: 10px;
    position: relative;
}

.topsearch .row {
    text-align: right;
}

.topsearch .bg {
    position: relative;
}

.topsearch .hide-search {
    cursor: pointer;
}

@media (min-width: 768px) {
    .topsearch .hide-search {
        position: absolute;
        right: 0;
        top: -50px;
    }
}

.topsearch form {
    text-align: center;
}

@media (min-width: 768px) {
    .topsearch form {
        text-align: right;
    }
}

.topsearch .search-wrap {
    width: 160px;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    vertical-align: top;
}

.topsearch input[type="number"],
.topsearch input[type="text"],
.topsearch select {
    background-color: #486597;
    border: none;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 160px;
    margin: 5px 0;
    padding: 10px 9px;
}

.topsearch input[type="number"]::-webkit-input-placeholder,
.topsearch input[type="text"]::-webkit-input-placeholder,
.topsearch select::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.topsearch input[type="number"]:-ms-input-placeholder,
.topsearch input[type="text"]:-ms-input-placeholder,
.topsearch select:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.topsearch input[type="number"]::-ms-input-placeholder,
.topsearch input[type="text"]::-ms-input-placeholder,
.topsearch select::-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.topsearch input[type="number"]::placeholder,
.topsearch input[type="text"]::placeholder,
.topsearch select::placeholder {
    color: #fff;
    opacity: 0.8;
}

.topsearch input[type="number"]::-webkit-inner-spin-button,
.topsearch input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.topsearch select {
    text-align-last: center;
    background: #486597 url("../img/select-arrow-down.png") no-repeat;
    background-size: 20px;
    background-position: left 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-padding-start: 40px;
}

.topsearch input[type="submit"] {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border: none;
    background-color: #0e7cc1;
    margin: 20px 0;
}

.topsearch .see-on-map {
    text-transform: uppercase;
    line-height: 2em;
    margin: 10px 0;
}

.topsearch .see-on-map img {
    margin-top: -10px;
    margin-right: 10px;
}

.topsearch label {
    font-size: 0.8em;
    margin: 10px 0;
}


/*
 start new search
*/

.top-search-new {
    background: #234682;
    color: #94a5c2;
}

.top-search-new .arrow-filters {
    display: flex;
    flex-direction: row;
}

.top-search-new .arrow {
    display: flex;
}

.top-search-new .fstMultipleMode .fstQueryInputExpanded {
    text-align: left !important;
}

.top-search-new .toggle-filter {
    cursor: pointer;
}

.top-search-new .slider-input {
    text-align: center;
    font-size: 12px;
}

.top-search-new .labels {
    font-size: 12px;
}

.top-search-new input.sm,
.top-search-new label.sm {
    width: 45%;
    padding: 3px 0px !important;
    font-size: 14px;
}

.top-search-new .filter-container {
    text-align: right;
    color: #00add5;
}

.top-search-new .ui-autocomplete-input {
    background: #486597;
    border: 0;
    color: #fff;
    height: 43px;
    padding: 5px 10px;
    width: 100%;
}

.ui-menu .ui-menu-item,
.fstControls {
    /* background: #486597; */
    color: #fff;
}

.ui-widget.ui-widget-content {
    border-color: #486597;
}

.top-search-new .property-type {
    position: relative;
    background: #446195;
    height: 64px;
    display: flex;
    flex-direction: row;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-bottom: 8px solid transparent;
    padding-top: 16px;
}

.top-search-new .property-type:hover {
    background: #00add5;
    cursor: pointer;
}

.top-search-new .property-type.active {
    border-bottom: 8px solid #00add5;
}

.top-search-new .property-type.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 15px #00add5;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.top-search-new .property-type img {
    height: 35px;
    margin-right: 5px;
    margin-top: -3px;
}

.top-search-new .property-type .text {
    /* text-align: center; */
    /* font-weight: bold; */
    color: #fff;
    font-size: 12px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.top-search-new .spacer {
    margin-bottom: 20px;
}

@media (max-width: 850px) {
    .top-search-new .spacer {
        margin-bottom: 0px;
    }
    .spacer {
        height: inherit;
    }
    .filter-container {
        padding-top: 10px;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .top-search-new .mobile-spacer {
        margin-top: 10px;
    }
    .top-search-new .property-type img {
        height: 25px;
    }
    .top-search-new .mobile-spacer-mini {
        padding-bottom: 10px;
    }
}

.top-search-new .checklabel {
    color: #fff;
    padding-left: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-search-new .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.top-search-new .checklabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.top-search-new .checkbox-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}

.top-search-new .button-search {
    background: #00add4;
    color: #fff;
    height: 42px;
    font-weight: 600;
    width: auto;
    max-width: 155px;
    text-align: center;
    display: flex;
    padding: 5px;
    align-items: center;
    height: 42px;
    margin-top: 7px;
    margin-left: auto;
}

.top-search-new .button-search img {
    padding-right: 40px;
}

.top-search-new .button-search:hover {
    cursor: pointer;
}

.top-search-new .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: #446195;
}

.top-search-new .checkmark.wk {
    top: 30px;
}

.top-search-new .checkmark.dk {
    right: 0;
    position: relative;
    display: inline-block;
    top: 5px;
}

.top-search-new .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.top-search-new .checklabel input:checked~.checkmark:after {
    display: block;
}

.top-search-new .checklabel .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #00add4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-search-new .checklabel.sm {
    width: 112px;
    display: inline-block;
}

.top-search-new #area-slider,
.top-search-new #price-slider,
.top-search-new #room-slider,
.top-search-new #floor-slider {
    margin: 5px 0;
}

.top-search-new .fstElement {
    width: 100% !important;
    height: 30px !important;
    text-align: left !important;
}

.top-search-new .ui-slider-horizontal {
    height: 3px;
    background-color: #486597;
    border: 1px solid #35558c !important;
}

.top-search-new .ui-widget-header {
    background-color: #0e7cc1;
}

.top-search-new .ui-slider .ui-slider-handle {
    background-color: #00add5;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 0;
}

.top-search-new input[type="number"],
.top-search-new input[type="text"],
.top-search-new select {
    background-color: #446195;
    border: none;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 100%;
    margin: 5px 0;
    padding: 9px 9px;
}

.top-search-new input[type="number"] {
    width: 45%;
}

.top-search-new input::-webkit-input-placeholder,
.top-search-new input[type="number"]::-webkit-input-placeholder,
.top-search-new input[type="text"]::-webkit-input-placeholder,
.top-search-new select::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.top-search-new input[type="number"]:-ms-input-placeholder,
.top-search-new input[type="text"]:-ms-input-placeholder,
.top-search-new select:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.top-search-new input[type="number"]::-ms-input-placeholder,
.top-search-new input[type="text"]::-ms-input-placeholder,
.top-search-new select::-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.top-search-new input[type="number"]::placeholder,
.top-search-new input[type="text"]::placeholder,
.top-search-new select::placeholder {
    color: #fff;
    opacity: 0.8;
}

.top-search-new input[type="number"]::-webkit-inner-spin-button,
.top-search-new input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.top-search-new select {
    text-align-last: center;
    background: #486597 url("../img/select-arrow-down.png") no-repeat;
    background-size: 20px;
    background-position: left 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-padding-start: 40px;
}

.top-search-new input[type="submit"] {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border: none;
    background-color: #0e7cc1;
    margin: 20px 0;
}


/*
 end new search
*/

.topsearch input.sm,
.topsearch label.sm {
    width: 72px;
    padding: 4px 5px;
}

.topsearch .checklabel {
    color: #214687;
    padding-left: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topsearch .checklabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.topsearch .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #214687;
    border-radius: 3px;
}

.topsearch .checkmark.wk {
    top: 30px;
}

.topsearch .checkmark.dk {
    right: 0;
    position: relative;
    display: inline-block;
    top: 5px;
}

.topsearch .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.topsearch .checklabel input:checked~.checkmark:after {
    display: block;
}

.topsearch .checklabel .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0e7cc1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topsearch .checklabel.sm {
    width: 112px;
    display: inline-block;
}

.topsearch #area-slider,
.topsearch #price-slider,
.topsearch #room-slider,
.topsearch #floor-slider {
    margin: 5px 0;
}

.topsearch .ui-slider-horizontal {
    height: 3px;
    background-color: #486597;
    border: 1px solid #35558c !important;
}

.topsearch .ui-widget-header {
    background-color: #0e7cc1;
}

.topsearch .ui-slider .ui-slider-handle {
    background-color: #00add5;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 0;
}

@media (min-width: 768px) {
    section.search-grid {
        margin-left: 360px;
        min-height: 600px;
    }
}

@media (max-width: 768px) {
    body.single .right-block .slide img {
        height: initial;
    }
    body.single .right-block .slide .transparent-btn {
        display: block;
        width: 200px;
        left: calc(50% - 95px);
        font-size: 1em;
        border-width: 2px;
    }
    section.news-block .news-wrap .btn {
        left: 0;
        bottom: -85px;
    }
    .news-left {
        width: 100%;
        background-size: contain;
    }
    .news-right {
        top: 250px !important;
        width: 100%;
    }
    section.news-block .news-wrap .news-right h4 {
        font-size: 18px;
    }
}

section.search-grid .empty-results {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    background: #fff;
}

@media (max-width: 992px) {
    section.search-grid .empty-results {
        margin-top: 0;
    }
}

section.search-grid .container.bg {
    max-width: 1240px;
    margin: 30px auto 20px;
}

section.search-grid.featured {
    margin-left: 0;
}

section.search-grid.featured .container.bg {
    max-width: 1400px;
}

section.search-grid .image-slider-wrap {
    position: relative;
    margin: 5px 0px 20px;
    max-width: 400px;
}

@media (min-width: 768px) {
    section.search-grid .image-slider-wrap {
        margin: 5px 0px 40px;
    }
}

section.search-grid .image-slider-wrap .show-button {
    position: absolute;
    bottom: 80px;
    width: 140px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
    background-color: #00add5;
    color: #fff;
    z-index: 10;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
}

section.search-grid .image-slider-wrap .show-button:hover {
    background-color: #11bde4;
}

section.search-grid .image-slider-wrap .show-button a {
    color: #fff;
}

section.search-grid .image-slider-wrap .next-img,
section.search-grid .image-slider-wrap .prev-img {
    width: 30px;
    height: 30px;
    position: absolute;
    display: none;
    bottom: 130px;
}

section.search-grid .image-slider-wrap .next-img {
    right: 30px;
    background: url("../img/tr-ico-right.png") no-repeat;
}

section.search-grid .image-slider-wrap .prev-img {
    left: 30px;
    background: url("../img/tr-ico-left.png") no-repeat;
}

section.search-grid .image-slider-wrap:hover {
    border: 1px solid #00add5;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 3px;
}

section.search-grid .image-slider-wrap:hover .show-button {
    display: block;
}

section.search-grid .image-slider-wrap:hover .next-img,
section.search-grid .image-slider-wrap:hover .prev-img {
    display: block;
}

section.search-grid .image-slider-wrap .image-wrap {
    height: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    section.search-grid .image-slider-wrap .image-wrap {
        height: 200px;
    }
}

@media (min-width: 992px) {
    section.search-grid .image-slider-wrap .image-wrap {
        height: 10vw;
    }
}

section.search-grid .image-slider-wrap .image-wrap .single-image {
    display: inline-block;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

@media (min-width: 768px) {
    section.search-grid .image-slider-wrap .image-wrap .single-image {
        height: 200px;
    }
}

@media (min-width: 992px) {
    section.search-grid .image-slider-wrap .image-wrap .single-image {
        height: 10vw;
    }
}

section.search-grid .image-slider-wrap .featured-description {
    height: 100px;
    background-color: #fff;
    padding: 22px;
    color: #214687;
    position: relative;
    font-size: 0.8em;
    width: 100%;
}

section.search-grid .image-slider-wrap .featured-description h4 {
    font-weight: 400;
}

section.search-grid .image-slider-wrap .featured-description p {
    font-size: 0.8em;
    margin-top: 15px;
}

section.search-grid .image-slider-wrap .btn {
    position: absolute;
    bottom: 20px;
    left: 34%;
    padding: 12px 40px;
}

section.search-grid .image-slider-wrap .btn::after {
    z-index: 1;
}

section.map-bg {
    height: 200px;
    width: 100%;
    background-color: #fafafa;
    margin-bottom: -50px;
    position: relative;
}

section.map-bg .container {
    height: 100%;
    position: relative;
}

section.map-bg #map-bg {
    width: 100%;
    height: 100%;
}

section.map-bg .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2346828a;
    color: #fff;
}

section.map-bg .map-overlay .show-on-map {
    position: absolute;
    right: 30px;
    bottom: 100px;
    text-transform: uppercase;
    font-size: 0.8em;
}

section.map-bg .map-overlay .show-on-map img {
    margin-top: -10px;
    margin-right: 10px;
}

section.map-bg .map-overlay .show-on-map a {
    color: #fff;
}

section.map-bg .map-overlay .show-on-map a:hover {
    color: #c3c3c3;
}

section.search-big-grid .empty-results {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    background: #fff;
}

@media (max-width: 992px) {
    section.search-big-grid .empty-results {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    section.search-big-grid {
        min-height: 800px;
    }
}

section.search-big-grid .new-project {
    position: relative;
    margin: 5px 0px 20px;
}

@media (min-width: 768px) {
    section.search-big-grid .new-project {
        margin: 5px 0px 40px;
    }
}

section.search-big-grid .new-project:hover .show-button {
    display: block;
}

section.search-big-grid .new-project .single-image {
    background-size: cover;
    position: relative;
    background-position: center;
    height: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    section.search-big-grid .new-project .single-image {
        height: 300px;
    }
}

@media (min-width: 992px) {
    section.search-big-grid .new-project .single-image {
        height: 20vw;
    }
}

section.search-big-grid .new-project .single-image .icon {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #214687;
    width: 80px;
    height: 65px;
    right: 0;
    font-size: 0.5em;
    text-align: center;
    padding-top: 13px;
    z-index: 20;
}

section.search-big-grid .new-project .single-image .icon img {
    margin-bottom: 8px;
}

section.search-big-grid .new-project .single-image .icon:hover {
    background-color: #0e7cc1;
    color: #fff;
}

section.search-big-grid .new-project .single-image .icon:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 50px;
    border-right: 22px solid #0e7cc1;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    top: 4px;
    left: -15px;
}

section.search-big-grid .new-project .single-image .on-map {
    top: 50px;
}

section.search-big-grid .new-project .single-image .on-text {
    top: 125px;
}

section.search-big-grid .new-project .single-image .on-visit {
    top: 200px;
}

section.search-big-grid .new-project .single-image .on-text-wrap,
section.search-big-grid .new-project .single-image .on-map-wrap,
section.search-big-grid .new-project .single-image .on-agent-wrap {
    width: 98%;
    height: 97%;
    background-color: #ffffffc4;
    position: absolute;
    top: 3%;
    left: 2%;
    padding: 7% 80px 7% 7%;
    display: none;
    z-index: 10;
    color: #214687;
}

section.search-big-grid .new-project .single-image .on-agent-wrap {
    padding: 7% 100px 7% 7%;
}

section.search-big-grid .new-project .single-image .on-agent-wrap .image {
    width: 200px;
}

section.search-big-grid .new-project .single-image .on-agent-wrap .image img {
    /* width: 100%; */
    /* max-height: 250px; */
    width: 250px;
}

section.search-big-grid .new-project .single-image .on-agent-wrap .contact-details {
    background-color: #ffffffc4;
    padding: 20px;
    width: 70%;
    line-height: 1.5;
    /* height: 60%; */
    height: 180px;
}

section.search-big-grid .new-project .single-image .on-text-wrap h4,
section.search-big-grid .new-project .single-image .on-map-wrap h4 {
    margin-bottom: 20px;
}

section.search-big-grid .new-project .single-image .on-map-wrap {
    padding: 0;
}

section.search-big-grid .new-project .single-image .on-map-wrap .np-map {
    height: 100%;
    width: 100%;
}

section.search-big-grid .new-project .single-image .on-text:hover~.on-text-wrap {
    display: block;
}

section.search-big-grid .new-project .single-image .on-map:hover~.on-map-wrap {
    display: block;
}

section.search-big-grid .new-project .single-image .on-visit:hover~.on-agent-wrap {
    display: flex;
    flex-direction: row;
}

section.search-big-grid .new-project .featured-description {
    height: 150px;
    background-color: #fff;
    padding: 50px 20px 20px 10%;
    color: #214687;
    position: relative;
    font-size: 0.8em;
    width: 100%;
}

section.search-big-grid .new-project .featured-description h4 {
    font-weight: 400;
}

section.search-big-grid .new-project .featured-description p {
    font-size: 0.8em;
    margin-top: 15px;
}

section.search-big-grid .new-project .project-title {
    position: absolute;
    bottom: 120px;
    width: 55%;
    left: 5%;
    background-color: #0e7cc1;
    color: #fff;
    z-index: 10;
    padding: 20px 0 20px 35px;
    text-align: left;
    font-weight: 600;
}

section.search-big-grid .new-project .btn {
    z-index: 10;
    position: absolute;
    left: 60%;
    bottom: 120px;
    padding: 24px 30px;
    display: block;
}

@media (min-width: 992px) {
    section.search-big-grid .new-project .btn {
        display: none;
    }
}

section.search-big-grid .new-project .btn:after {
    border-left: 22px solid #00add5;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    top: 0px;
    right: -10px;
}

section.search-big-grid .new-project .btn:hover:after {
    border-left: 22px solid #11bde4;
}

section.search-big-grid .new-project .project-logo {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: none;
    max-width: 150px;
}

@media (min-width: 992px) {
    section.search-big-grid .new-project .project-logo {
        display: block;
    }
}

section.search-big-grid .new-project:hover .btn {
    display: block;
}

section.search-big-grid .new-project:hover .single-image .icon {
    display: none;
}

@media (min-width: 992px) {
    section.search-big-grid .new-project:hover .single-image .icon {
        display: block;
    }
}

section.map-search {
    position: relative;
}

section.map-search .container {
    position: relative;
}

section.map-search #map-search {
    width: 100%;
    height: 480px;
}

@media (min-width: 768px) {
    section.map-search #map-search {
        height: 800px;
    }
}

section.map-search .map-after {
    width: 100%;
    text-align: right;
    height: 40px;
    text-transform: uppercase;
    padding: 20px 0;
}

section.map-search .map-after img {
    margin-right: 10px;
}

.gmap-infowindow {
    width: 250px;
    height: 250px;
}

.gmap-infowindow .image-slider-wrap {
    position: relative;
}

.gmap-infowindow .image-slider-wrap .show-button {
    position: absolute;
    bottom: 80px;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #00add5;
    color: #fff;
    z-index: 10;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
    cursor: pointer;
}

.gmap-infowindow .image-slider-wrap .show-button:hover {
    background-color: #11bde4;
}

.gmap-infowindow .image-slider-wrap .next-img,
.gmap-infowindow .image-slider-wrap .prev-img {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 130px;
}

.gmap-infowindow .image-slider-wrap .next-img {
    right: 30px;
    background: url("../img/tr-ico-right.png") no-repeat;
}

.gmap-infowindow .image-slider-wrap .prev-img {
    left: 30px;
    background: url("../img/tr-ico-left.png") no-repeat;
}

.gmap-infowindow .image-slider-wrap .image-wrap {
    height: 150px;
    overflow: hidden;
}

.gmap-infowindow .image-slider-wrap .image-wrap .single-image {
    display: inline-block;
    background-size: cover;
    height: 150px;
    width: 100%;
}

.gmap-infowindow .image-slider-wrap .featured-description {
    height: 100px;
    background-color: #fff;
    padding: 20px 10px 10px;
    color: #214687;
    position: relative;
    width: 100%;
}

.gmap-infowindow .image-slider-wrap .btn {
    position: absolute;
    bottom: 20px;
    left: 34%;
    padding: 12px 40px;
}

.gmap-infowindow .image-slider-wrap .btn::after {
    z-index: 1;
}

@media (min-width: 768px) {
    body.map-search .searchbox {
        top: 230px;
    }
}

section.map-search {
    margin-bottom: 100px;
}

.gmap-group-infowindow {
    background-color: #fff;
    width: 250px;
    padding: 10px 10px 30px;
    color: #214687;
    font-size: 1em;
}

.gmap-group-infowindow td {
    padding: 4px 2px;
}

.gmap-group-infowindow h4 {
    color: #00add5;
    padding: 15px;
    font-weight: 400;
    font-size: 1.1em;
}

.gmap-group-infowindow tr:hover {
    background-color: #dbe4ed;
}

@-webkit-keyframes fstAnimationEnter {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fstAnimationEnter {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fstElement {
    display: inline-block;
    position: relative;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 0.8em;
    background-color: #f0f4f7;
    width: 230px;
    background: #f0f4f7 url(../img/select-arrow-down.png) no-repeat;
    background-size: 20px;
    background-position: left 10px center;
}

.fstElement>select,
.fstElement>input {
    position: absolute;
    left: -999em;
}

.fstQueryInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    text-align: center;
    color: #214687;
}

.fstResults {
    position: absolute;
    left: -1px;
    top: 100%;
    right: -1px;
    max-height: 30em;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 0;
    background-color: #f0f4f7;
    display: none;
}

.fstResultItem {
    font-size: 1em;
    display: block;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #fff;
}

.fstResultItem.fstUserOption {
    color: #333;
}

.fstResultItem.fstFocused {
    color: #fff;
    background-color: blue;
}

.fstResultItem.fstSelected {
    color: #fff;
    background-color: #0e7cc1;
}

.fstResultItem:hover {
    background-color: #00add4;
    color: #fff;
}

.fstGroupTitle {
    font-size: 1.4em;
    display: block;
    padding: em(7, 14) em(10, 14);
    margin: 0;
    font-weight: bold;
}

.fstGroup {
    padding-top: 1em;
}

.fstGroup:first-child {
    padding-top: 0;
}

.fstNoResults {
    font-size: 1.4em;
    display: block;
    padding: em(10, 14) em(10, 14);
    margin: 0;
    color: #999;
}


/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/

.fstSingleMode .fstControls {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    padding: 0.5em;
    border: 1px solid #333;
    background-color: #fff;
    display: none;
}

.fstSingleMode .fstQueryInput {
    display: block;
    width: 100%;
}

.fstSingleMode.fstActive {
    z-index: 100;
}

.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
    -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstSingleMode.fstActive .fstControls {
    display: block;
}

.fstSingleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    margin-top: -1px;
}


/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/

.fstChoiceItem {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    margin: 5px;
    padding: 5px;
    float: left;
    border-radius: 2px;
    cursor: auto;
    color: #fff;
    background-color: #0e7cc1;
    -webkit-animation: fstAnimationEnter 0.2s;
    animation: fstAnimationEnter 0.2s;
    padding-right: 20px;
}

.fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 20px;
    position: absolute;
    right: 6px;
    top: 0;
    text-align: center;
    color: #fff;
}

.fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.fstChoiceRemove:hover {
    color: #00add4;
}

.fstMultipleMode .fstControls {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    overflow: hidden;
    cursor: text;
    text-align: center;
    color: #214687;
    padding-left: 30px;
}

.fstMultipleMode .fstQueryInput {
    float: left;
    color: #999;
}

.fstMultipleMode .fstQueryInputExpanded {
    float: none;
    width: 100%;
}

.fstMultipleMode .fstFakeInput {
    font-size: 1em;
}

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
    -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstMultipleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
}

.topsearch .fstElement {
    background-color: #486597;
    width: 160px;
    margin: 5px 0;
    color: #fff;
}

.topsearch .fstResults {
    background-color: #486597;
}

.topsearch .fstChoiceItem {
    font-size: 1em;
}

.topsearch .fstQueryInput {
    padding: 5px 0;
    font-size: 1.25em;
    color: #fff;
}

.topsearch .fstQueryInput ::-webkit-input-placeholder {
    color: #fff;
}

.topsearch .fstQueryInput :-ms-input-placeholder {
    color: #fff;
}

.topsearch .fstQueryInput ::-ms-input-placeholder {
    color: #fff;
}

.topsearch .fstQueryInput ::placeholder {
    color: #fff;
}

.table-header {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.table-header .title {
    width: 50%;
}

.table-header .title a:hover {
    color: #30add4;
}

.table-header .title a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #244681;
    font-size: 30px;
    font-weight: 200 !important;
}

.table-header .title a h3 {
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #244681;
    font-weight: 200 !important;
    font-size: 30px !important;
}

.table-header .title a h3:hover {
    color: #30add4;
}

.table-header .logo {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.table-header .logo img {
    max-height: 50px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.contact-block-text {
    display: flex;
    width: 500px;
}

.contact-block-text .image {
    width: 215px;
    height: 215px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-block-text .info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-block-text .info .contacts {
    background-color: #234682;
    color: #fff;
    padding: 20px 30px;
    font-size: 0.85em;
    width: 100%;
    margin-bottom: 10px;
}

.contact-block-text .info .contacts a {
    color: #fff;
}

.contact-block-text .info .buttons {
    width: 100%;
}

.contact-block-text .info .btn {
    position: relative;
    left: 0;
    padding: 17px 30px;
    height: 50px;
    width: 200px;
}

@media (max-width: 850px) {
    .contact-block-text {
        flex-direction: column;
        width: 215px;
    }
    .contact-block-text .info .contacts {
        margin-bottom: 0;
    }
    .contact-block-text .info .btn {
        width: 215px;
    }
}

.contact-block-text .info .btn::after {
    z-index: 9999;
    top: 9px;
}

.quadrado {
    width: 50px;
    height: 50px;
    animation: crescendo 1s alternate infinite ease-in;
}

@keyframes crescendo {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}