/*
Theme Name: PGZ
Author: Venti
Author URI: http://venti.pl
Description: Theme by Venti
Version: 1.0
Text Domain: venti
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Alignments
# Layout
   ## Header
   ## Navigation
   ## Front Page
   ## Posts
   ## Pages
   ## Footer
   ## Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/dinpro-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/dinpro-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/dinpro-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('assets/fonts/dinpro-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/dinpro-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/dinpro-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/dinpro-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/dinpro-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('assets/fonts/dinpro-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/dinpro-light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/dinpro-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/dinpro-medium-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/dinpro-medium-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('assets/fonts/dinpro-medium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/dinpro-medium-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/dinpro-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/dinpro-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/dinpro-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('assets/fonts/dinpro-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/dinpro-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/dinpro-black-webfont.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/dinpro-black-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/dinpro-black-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('assets/fonts/dinpro-black-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/dinpro-black-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: 'DINPro', sans-serif;
}

::-moz-focus-inner,
::-moz-focus-inner {
    border: 0;
}

a {
    color: #276283;
    text-decoration: none;
    outline: 0;
}

button,
input,
select,
textarea,
button:focus,
input:focus,
select:focus,
textarea:focus,
.select2:focus,
.select2 *:focus {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
}

.popup ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7 !important;
}

.popup .error::-webkit-input-placeholder {
    color: #c1656c;
}

.popup ::-moz-placeholder {
    color: #fff;
    opacity: 0.7 !important;
}

.popup .error::-moz-placeholder {
    color: #c1656c;
}

.popup ::-ms-placeholder {
    color: #fff;
    opacity: 0.7 !important;
}

.popup .error::-ms-placeholder {
    color: #ff4444;
}

.popup ::placeholder {
    color: #fff;
    opacity: 0.7 !important;
}

.popup .error::placeholder {
    color: #ff4444;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
    background: #fff;
}

#site-container{
    background: #fff;
    min-height: 100vh;
    padding-top: 74px;
    overflow: hidden;
}

#signup-content,
.page-width{
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#hamburger {
    margin: 23px 8px 23px 16px;
    cursor: pointer;
    float: right;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    content: '';
    display: block;
    background: #000;
    width: 29px;
    height: 3px;
}

#hamburger span {
    margin: 6px 0;
}

@keyframes animation-slide-down {
    30% {
        transform: translateY(30px);
        opacity:0
    }
    30.001% {
        transform: translateY(-50px);
        opacity:0
    }
    100% {
        transform: translateY(0);
        opacity:1
    }
}

@keyframes animation-slide-up {
    30% {
        transform: translateY(-50px);
        opacity:0
    }
    30.001% {
        transform: translateY(30px);
        opacity:0
    }
    100% {
        transform: translateY(0);
        opacity:1
    }
}

@keyframes animation-slide-right {
    30% {
        transform: translateX(30px);
        opacity:0
    }
    30.001% {
        transform: translateX(-50px);
        opacity:0
    }
    100% {
        transform: translateX(0);
        opacity:1
    }
}

@keyframes animation-slidebg-left {
    30% {
        background-position: left -15% center;
    }
    30.001% {
        background-position: left 15% center;
    }
    100% {
        background-position: left center;
    }
}

@keyframes animation-img-pulse {
    30% {
        transform: scale(1.15);
    }
    30.001% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition-duration: 300ms;
}

header.compact {
    transition-duration: 600ms;
}

header .logo {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 17px 0 16px 0;
    float: left;
    transition-duration: 300ms;
}

header .logo a {
    display: block;
    height: 71px;
    transition-duration: 300ms;
}

header.compact .logo {
    padding-top: 7px;
    padding-bottom: 6px;
}

header.compact .logo a {
    height: 61px;
}

header .logo img {
    display: block;
    max-height: 100%;
}

header .searchbox {
    position: relative;
    z-index: 2;
    height: 37px;
    margin: 33px 0;
    float: right;
    transition-duration: 300ms;
}

.home header form {
    margin-top: 0;
}

header.compact .searchbox {
    margin: 18px 0;
}

header .searchbox .reset {
    display: none;
    position: absolute;
    right: 10px;
    top: 14px;
    background: url('assets/images/search_clear.png') no-repeat;
    border: none;
    width: 11px;
    height: 11px;
}

input[type=text]::-ms-clear {
    display: none;
}

header .searchbox .fields {
    position: relative;
    width: 1px;
    overflow: hidden;
    transition-duration: 300ms;
    float: left;
}

header .searchbox.active .fields {
    width: 161px;
}

header .searchbox .input {
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #dedede;
}

header .searchbox .submit {
    background: transparent url('assets/images/icon_search.png') no-repeat center center;
    width: 57px;
    height: 37px;
    border: none;
    cursor: pointer;
}

header > .page-width {
    position: relative;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/* Top menu */
header .mainmenu {
    position: absolute;
    right: 58px;
    top: 0;
    margin: 33px 0;
    float: right;
    transition-duration: 300ms;
}

header.compact .mainmenu {
    margin: 18px 0;
}

header .mainmenu.search-visible {
    right: 220px;
    opacity: 0.3;
}

header .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .mainmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

header .mainmenu ul li {
    display: block;
    margin-right: 15px;
    float: left;
    transition-duration: 300ms;
}

header .mainmenu ul li:last-of-type {
    margin-right: 0;
}

header .mainmenu.search-visible ul li {
    margin-right: 10px;
}

header .mainmenu.search-visible .lang-switch .current {
    padding-left: 10px;
}

header .mainmenu ul li ul {
    display: none;
}

header .mainmenu ul li a {
    display: block;
    height: 37px;
    line-height: 37px;
    color: #3d4145;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

header .mainmenu ul li.current-menu-item a,
header .mainmenu ul li.current-page-ancestor a,
header .mainmenu ul li:hover a {
    color: #00466d;
    font-weight: 600;
}

header .mainmenu ul li.current-menu-ancestor a {
    color: #00466d;
    font-weight: 600;
}

header .mainmenu ul li:hover a {
    font-weight: 400;
    color: #276283;
}

header .mainmenu ul li.current-page-ancestor:hover a,
header .mainmenu ul li.current-menu-ancestor:hover a,
header .mainmenu ul li.current-menu-item:hover a {
    font-weight: 600;
}

header .mainmenu ul li a:after {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    padding: 0 1px;
    overflow: hidden;
    visibility: hidden;
}

header .mainmenu > div.contrast-icon-container {
    display: flex;
    align-items: center;
    width: 13px;
    height: 37px;
    float: right;
    margin-right: 14px;
    padding-top: 2px;
}

header .mainmenu > div .contrast-icon {
    width: 13px;
    height: 13px;
    background: url('assets/images/contrast/icon-contrast-sprite.png') no-repeat;
    cursor: pointer;
}

/* Lang switch */
header .mainmenu > div {
	float: left;
}

header .mainmenu:after {
	content: '';
	display: block;
	clear: both;
}

header .mainmenu .lang-switch {
    margin-left: 5px;
	float: right;
}

header .mainmenu .lang-switch .current {
	display: block;
    position: relative;
    color: #276283;
    padding-left: 20px;
    padding-right: 20px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 8px;
}

header .mainmenu .lang-switch .current:after {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    top: 17px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
}

header .mainmenu .lang-switch .dropdown {
    display: none;
    position: absolute;
    z-index: 201;
    background: #fff;
    border-right: 1px solid #dedede;
}

header .mainmenu .lang-switch.open .dropdown {
    display: block;
}

header .mainmenu .lang-switch.open .dropdown .lang {
    display: block;
    color: #276283;
    width: 70px;
    height: 34px;
    padding-left: 25px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

header .mainmenu .lang-switch.open .dropdown .lang:hover {
    background: #becdda;
    color: #fff;
}

/* Mobile menu */
#mobile-nav,
#hamburger {
    display: none;
}

.mm-menu {
    background: #003654 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.mm-menu .current-menu-item a,
.mm-menu .current-menu-ancestor a {
    color: #fff !important;
}

.mm-menu .mm-navbar {
    padding: 0 20px !important;
}

.mm-menu .mm-navbar .mm-title {
    color: #fff !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after,
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.mm-menu .mm-listview {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.mm-listview {
    font-size: inherit !important;
}

.mm-btn.mm-prev {
    position: relative;
    margin-left: -20px;
    float: left;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

.front-top {
    background: url('assets/images/front_top_bg.jpg') no-repeat center top;
    padding-top: 86px;
    background-size: 100% 94%;
}

.front-top .front-heading {
    padding-bottom: 52px;
}

.front-top .front-heading .text {
    position: relative;
    float: left;
}

.front-top .front-heading .text:before {
    content: '';
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    background: #99aab5;
    width: 7px;
    height: 40px;
}

.front-top .front-heading .text .headline1 {
    display: block;
    margin: 0;
    color: #fff;
    line-height: 42px;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.front-top .front-heading .text .headline2 {
    display: block;
    margin: -2px 0 -7px;
    color: #fff;
    line-height: 46px;
    font-size: 34px;
    font-weight: 300;
}

.front-top .front-heading .poland-flag {
    margin-top: -5px;
    float: right;
}

.front-slider {
    position: relative;
    overflow: hidden;
}

.front-slider .owl-nav {
    display: none;
}

.front-slider .owl-dots {
    position: absolute;
    top: 430px;
    left: 50px;
    counter-reset: dots;
}

.front-slider .owl-dot {
    display: inline-block;
    vertical-align: bottom;
    width: 41px;
    margin-right: 11px;
    background: rgba(255, 255, 255, 0.43);
    color: #fff;
    font-size: 14px;
    font-family: 'Maven Pro', sans-serif;
    border: none;
    padding: 0 7px;
    text-align: right;
    height: 4px;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    transition-duration: 600ms;
}

.front-slider .owl-dot * {
    outline: 0;
}

.front-slider .owl-dot.active {
    height: 21px;
    line-height: 21px;
}

.front-slider .owl-dot:before {
    content: '0';
}

.front-slider .owl-dot:after {
    counter-increment: dots;
    content: counter(dots);
}

.front-slider .slide {
    display: none;
    position: relative;
    height: 482px;
}

.front-slider .slide:first-of-type {
    display: block;
}

.front-slider .owl-item {
    cursor: -webkit-grab;
    cursor: grab;
    float: left;
}

.front-slider .slide .contentbox {
    position: absolute;
    top: 34px;
    right: 55px;
    width: 480px;
    background: rgba(0, 0, 0, 0.48);
    padding: 22px 45px 16px 45px;

    opacity: 0;
    transform: translateY(-100%);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.5);
}

.front-slider .owl-item.active .slide .contentbox {
    opacity: 1;
    transform: translateY(0);
}

.front-slider .slide .contentbox .date {
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 900;

    opacity: 0;
    transform: translateY(200px);
    transition-duration: 300ms;
    transition-delay: 400ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.front-slider .owl-item.active .contentbox .date {
    opacity: 1;
    transform: translateY(0);
}

.front-slider .slide .contentbox .title {
    color: #fff;
    margin-top: 2px;
    line-height: 30px;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;

    opacity: 0;
    transform: translateY(200px);
    transition-duration: 300ms;
    transition-delay: 400ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.front-slider .owl-item.active .contentbox .title {
    opacity: 1;
    transform: translateY(0);
}

.front-slider .slide .contentbox .text {
    color: #fff;
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;

    opacity: 0;
    transform: translateY(200px);
    transition-duration: 300ms;
    transition-delay: 400ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.front-slider .slide .contentbox .text p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.front-slider .owl-item.active .contentbox .text {
    opacity: 1;
    transform: translateY(0);
}

.front-slider .slide .contentbox .site {
    margin-top: 10px;

    opacity: 0;
    transform: translateY(200px);
    transition-duration: 300ms;
    transition-delay: 400ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.front-slider .owl-item.active .contentbox .site {
    opacity: 1;
    transform: translateY(0);
}

.front-slider .slide .contentbox .site .name {
    color: #fff;
    line-height: 14px;
    font-size: 12px;
}

.front-slider .slide .contentbox .site .address {
    color: #b7b7b7;
    line-height: 14px;
    font-size: 12px;
}

.front-slider .slide .contentbox .button {
    display: table;
    position: absolute;
    background: #003654;
    color: #fff;
    margin-top: 30px;
    padding: 0 65px 0 25px;
    height: 61px;
    line-height: 61px;
    margin-left: -23px;
    margin-bottom: -13px;
    transition-duration: 400ms;

    opacity: 0;
    transform: translateX(-200px);
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.3);
}

.front-slider .slide .contentbox .button:after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 14px;
    background: url('assets/images/icon_enter.png') no-repeat;
    width: 29px;
    height: 33px;
}

.front-slider .owl-item.active .contentbox .button {
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
}

.front-slider .slide .contentbox .button:hover {
    background-color: #07243f;
    transition-delay: 0ms;
}

.front-slider .slide .contentbox .button:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.front-news {
    padding-top: 8px;
    padding-bottom: 35px;
}

.front-news .news,
.news-list .news {
    width: calc(33.333% - 4px);
    margin-left: 6px;
    float: left;
}

.front-news .news:first-of-type,
.news-list .news:nth-of-type(3n-2) {
    margin-left: 0;
    clear: both;
}

.front-news .news .image,
.news-list .news .image {
    display: block;
    width: 100%;
    height: 257px;
    overflow: hidden;
}

.front-news .news .image img,
.news-list .news .image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
}

.front-news .news:hover .image img,
.news-list .news:hover .image img {
    opacity: 0.8;
    transform: scale(1.05);
}

.front-news .news .content,
.news-list .news .content {
    padding: 30px 10px;
}

.search-results-container .result .date,
.front-news .news .content .date,
.news-list .news .content .date {
    color: #404c50;
    font-size: 16px;
}

.front-news .news .content .title,
.news-list .news .content .title {
    display: block;
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
}

.front-news .news:hover .content .title,
.news-list .news:hover .content .title {
    color: #276283;
}

.front-news .news .content .excerpt,
.news-list .news .content .excerpt {
    color: #404c50;
    margin-top: 30px;
    font-size: 16px;
}

.front-news .news .content .site {
    color: #404c50;
    margin-top: 30px;
    font-size: 12px;
}

.front-news .news .content .more,
.news-list .news .content .more {
    display: table;
    position: relative;
    color: #00466d;
    height: 33px;
    line-height: 33px;
    padding-right: 50px;
    margin-top: 25px;
    font-size: 16px;
    transition-duration: 400ms;
}

.front-news .news .content .more:after,
.news-list .news .content .more:after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    background: url('assets/images/icon_enter_blue.png') no-repeat;
    width: 29px;
    height: 33px;
}

.front-news .news .content .more:hover {
    color: #07243f;
}

.front-news .news .content .more:hover:after,
.news-list .news .content .more:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.news-list .news {
    padding-bottom: 42px;
}

.news-list.media .news {
    padding-bottom: 0;
    margin-bottom: 6px;
    background-color: #f8f8f8;
}

.news-list.media .news:hover {
    background-color: #fff;
}

.front-video {
    background: url('assets/images/homevideo_bg.jpg') no-repeat center top 52px;
    padding-bottom: 75px;
    margin-bottom: 128px;
}

.front-video .video-container {
    background: url('assets/images/homevideo.jpg') no-repeat;
    height: 499px;
    padding-top: 52px;
    padding-left: 60px;
}

.front-video .video-container .box {
    position: relative;
    background: rgba(0, 0, 0, 0.44);
    max-width: 720px;
    padding: 30px 40px 40px;
}

.front-video .video-container .box .title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.front-video .video-container .box .text p {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

.front-video .video-container .box .text p {
    margin-top: 20px;
    margin-bottom: 0;
}

.front-video .video-container .box .button {
    display: table;
    position: absolute;
    bottom: -20px;
    right: -122px;
    background: #003654;
    color: #fff;
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    padding-left: 35px;
    padding-right: 80px;
    transition-duration: 400ms;
}

.front-video .video-container .box .button:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    background: url('assets/images/icon_playvideo.png') no-repeat;
    width: 45px;
    height: 45px;
}

.front-video .video-container .box .button:hover {
    background-color: #07243f;
}

.front-video .video-container .box .button:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.front-offer {
    padding-top: 30px;
}

.front-offer .heading {
    padding-bottom: 50px;
}

.front-offer .heading .title {
    width: 33%;
    color: #404c50;
    padding-right: 53px;
    padding-top: 15px;
    line-height: 34px;
    font-size: 32px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    float: left;
}

.front-offer .heading .title span {
    display: block;
    text-align: left;
    float: right;
}

.front-offer .heading .description {
    position: relative;
    width: 67%;
    padding: 15px 0 45px 0;
    color: #404c50;
    font-size: 18px;
    font-weight: 300;
    float: right;
}

.front-offer .heading .description:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    background: #d6d3d1;
    width: 6px;
    height: 29px;
}

.front-offer .boxes .box {
	display: block;
    position: relative;
    margin-bottom: 6px;
    margin-left: 6px;
    float: left;
}

.front-offer .boxes .box.box-3 {
    width: calc(33.33% - 4px);
    height: 386px;
}

.front-offer .boxes .box.box-2 {
    width: calc(50% - 4px);
    height: 294px;
}

.front-offer .boxes .box.first-in-row {
    margin-left: 0;
}

.front-offer .boxes .box .cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.front-offer .boxes .box .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-offer .boxes .box .cover.slider .owl-nav {
    display: none;
}

.front-offer .boxes .box .cover.slider .owl-stage-outer,
.front-offer .boxes .box .cover.slider .owl-stage {
    width: 100%;
    height: 100%;
}

.front-offer .boxes .box .cover.slider .owl-stage {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}

.front-offer .boxes .box .cover.slider .owl-stage:after {
    content: '';
    display: block;
    clear: both;
}

.front-offer .boxes .box .cover.slider .owl-item {
    position: absolute;
    left: 0 !important;
    top: 0;
    height: 100%;
    opacity: 0;

}

.front-offer .boxes .box .cover.slider .owl-item.active {
    opacity: 1;

}

.front-offer .boxes .box .info {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 600ms;
}

.front-offer .boxes .box .info:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.front-offer .boxes .box .info .inner {
    display: table-cell;
    vertical-align: middle;
}

.front-offer .boxes .box .info .icon {
    display: block;
    margin: 5px auto;
}

.front-offer .boxes .box .info .name {
    max-width: 245px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.newsletter-box .info .error {
    color: #aa0000;
}

.newsletter-box .info .success {
    color: #79a44b;;
}

.newsletter-box {
    padding-top: 34px;
    padding-bottom: 44px;
}

.newsletter-box .title {
    width: 33%;
    color: #404c50;
    padding-right: 53px;
    padding-top: 15px;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
}

.newsletter-box .form {
    position: relative;
    width: 67%;
    padding-top: 5px;
    float: right;
}

.newsletter-box .form:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    background: #d6d3d1;
    width: 6px;
    height: 29px;
}

.newsletter-box .form .info {
    color: #404c50;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}

.newsletter-box .form .submit {
    position: relative;
    background: #003654;
    border: none;
    color: #fff;
    height: 61px;
    line-height: 61px;
    padding-left: 55px;
    padding-right: 85px;
    margin-top: -16px;
    margin-right: 7px;
    font-size: 18px;
    cursor: pointer;
    float: right;
    transition-duration: 400ms;
}

.newsletter-box .form .submit:after {
    content: '';
    display: block;
    position: absolute;
    right: 34px;
    top: 15px;
    background: url('assets/images/icon_enter.png');
    width: 29px;
    height: 33px;
}

.newsletter-box .form .submit:hover {
    background-color: #07243f;
}

.newsletter-box .form .submit:hover:after {
    animation: animation-slide-right 700ms cubic-bezier(.165,.84,.44,1) forwards;
}

.newsletter-box .form .input {
    display: block;
    width: 413px;
    height: 45px;
    line-height: 45px;
    padding: 0 6px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    font-size: 16px;
}

.newsletter-box .form input[type="checkbox"] {
    display: none;
}

.newsletter-box .form input[type="checkbox"] + label {
    display: block;
    position: relative;
    color: #404c50;
    max-width: 400px;
    font-size: 12px;
    padding-left: 35px;
}

.newsletter-box .form input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    width: 25px;
    height: 25px;
    background: url('assets/images/sprite-checkbox.png') no-repeat;
    background-position: left top;
}

.newsletter-box .form input[type="checkbox"]:checked + label:before {
    background-position: -25px 0;
}

.newsletter-box .form a:hover {
	text-decoration: underline;
}

.dimmer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.subpage-banner {
    position: relative;
    background: url('assets/images/front_top_bg.jpg');
    height: 135px;
    padding-top: 55px;
}

.subpage-banner .page-title {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0;
    line-height: 38px;
    font-size: 34px;
    font-weight: 900;
}

.subpage-banner .social-icons {
    margin-right: 100px;
    padding-top: 20px;
    float: right;
}

.subpage-banner .social-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.subpage-banner .social-icons ul li {
    display: table;
    height: 30px;
    margin-left: 15px;
    float: left;
}

.subpage-banner .social-icons ul li a {
    display: table-cell;
    vertical-align: middle;
}

main .content:first-child {
    padding-top: 30px;
}

main .content.withsidebar {
    width: 74%;
    margin-left: 30px;
    float: right;
}

main .content.withsidebar.map-content {
    padding-top: 0;
}

main .sidebar {
    position: relative;
    z-index: 2;
    width: calc(26% - 30px);
    padding: 17px 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-bottom: 35px;
    margin-top: 15px;
}

main .sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

main .sidebar ul li {
    display: block;
    width: 100%;
}

main .sidebar ul li a {
    display: block;
    background: url('assets/images/icon_sidebar_arrow.png') no-repeat right 12px center;
    color: #404c50;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

main .sidebar ul li:hover a,
main .sidebar ul li.current-menu-item a {
    background-color: #f5f5f5;
    color: #276283;
}

.content-header {
    position: relative;
    color: #404c50;
    margin-bottom: 20px;
    padding: 10px 10px 30px 0;
    line-height: 34px;
    font-size: 32px;
    font-weight: 900;
}

.content-header + .product-data {
    margin-top: -20px;
}

.content-header:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    background: #d6d3d1;
    width: 6px;
    height: 29px;
}

.content-header span {
    display: block;
    color: #404c50;
    line-height: 20px;
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
}

.pagination {
    padding-top: 28px;
    padding-bottom: 128px;
    border-top: 1px solid #e1e1e1;
}

.pagination:after,
.pagination .inner:after,
.pagination2:after,
.pagination2 .inner:after {
    content: '';
    display: block;
    clear: both;
}

.pagination .inner {
    padding-right: 25px;
    float: right;
}

.pagination .page-numbers,
.pagination .dots {
    display: block;
    color: #404c50;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    float: left;
}

.pagination .page-numbers.current,
.pagination a.page-numbers {
    margin: 0 3px 5px 0;
    border: 1px solid #e1e1e1;
    width: 46px;
    transition-duration: 300ms;
}

.pagination a.page-numbers:hover {
    border-color: #276283;
}

.pagination .page-numbers.current {
    background: #003654;
    color: #fff;
}

.pagination .dots {
    width: 30px;
    margin-bottom: 5px;
}

.page-numbers.prev,
.page-numbers.next {
    display: none;
}

.pagination2 {
    padding-top: 41px;
    padding-bottom: 161px;
    float: right;
}

.pagination2 .label {
    color: #404c50;
    padding-right: 20px;
    line-height: 39px;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
}

.pagination2 .page {
    display: block;
    color: #404c50;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
    float: left;
}

.pagination2 .page:hover {
    background: #f1f1f1;
}

.pagination2 .page.active {
    background: #276283;
    color: #fff;
}

.pagination2 .page.prev,
.pagination2 .page.next {
    background-repeat: no-repeat;
    background-position: center center;
}

.pagination2 .page.prev {
    background-image: url('assets/images/pagination2_arrow_left.png');
}

.pagination2 .page.next {
    background-image: url('assets/images/pagination2_arrow_right.png');
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.single-news .image {
    display: block;
    width: 50%;
    margin-right: 20px;
    float: left;
}

.single-br .image {
    display: block;
    max-width: 100%;
}

.single-management .image {
    width: 33.333%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}

.single-news .excerpt,
.single-br .excerpt {
    width: calc(50% - 20px);
    color: #276283;
    line-height: 36px;
    font-size: 24px;
    font-weight: 300;
    float: right;
}

.single-br .excerpt {
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
    float: none;
}

.single-news .text p,
.single-br .text p {
    color: #404c50;
    line-height: 30px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 35px;
}

.single-news .text iframe,
.single-br .text iframe {
    display: block;
    width: 50%;
    height: 360px;
    border: none;
}

.single-br .text iframe {
    width: 75%;
}

.single-gallery .back,
.single-news .back,
.single-br .back,
.single-management .back {
    display: table;
    background: url('assets/images/icon_return_blue.png') no-repeat left center;
    height: 33px;
    line-height: 28px;
    color: #003654;
    font-size: 16px;
    margin: 30px 0 0;
    padding-left: 40px;
    transition-duration: 400ms;
}

.single-news .back:hover,
.single-br .back:hover,
.single-management .back:hover {
    animation: animation-slidebg-left 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.single-news .post-gallery,
.single-br .post-gallery {
    border-top: 1px solid #e1e1e1;
}

.single-news .post-gallery .title,
.single-br .post-gallery .title {
    color: #404c50;
    padding: 40px 0;
    line-height: 36px;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-news .post-gallery,
.single-br .post-gallery {
    padding-bottom: 140px;
}

.single-news .post-gallery .gallery,
.single-br .post-gallery .gallery {
    position: relative;
    height: 166px;
    padding: 0 42px;
    overflow: hidden;
}

.single-news .post-gallery .gallery:after,
.single-news .post-gallery .gallery .owl-stage:after,
.single-br .post-gallery .gallery:after,
.single-br .post-gallery .gallery .owl-stage:after {
    content: '';
    display: block;
    clear: both;
}

.single-news .post-gallery .gallery .gallery-item,
.single-br .post-gallery .gallery .gallery-item {
    display: block;
    padding: 0 9px;
    float: left;
}

.single-news .post-gallery .gallery > .gallery-item,
.single-br .post-gallery .gallery > .gallery-item {
    width: 25%;
    height: 166px;
}

.single-news .post-gallery .gallery .gallery-item img,
.single-br .post-gallery .gallery .gallery-item img {
    display: block;
    object-fit: cover;
}

.single-news .post-gallery .gallery .owl-stage-outer,
.single-br .post-gallery .gallery .owl-stage-outer {
    overflow: hidden;
}

.single-news .post-gallery .gallery .owl-item,
.single-br .post-gallery .gallery .owl-item {
    overflow: hidden;
    float: left;
}

.single-news .post-gallery .gallery .owl-nav,
.single-br .post-gallery .gallery .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-news .post-gallery .gallery .owl-nav .owl-prev,
.single-news .post-gallery .gallery .owl-nav .owl-next,
.single-br .post-gallery .gallery .owl-nav .owl-prev,
.single-br .post-gallery .gallery .owl-nav .owl-next {
    position: absolute;
    top: 69px;
    padding: 0;
    border: none;
    cursor: pointer;
    text-indent: -2000em;
    overflow: hidden;
}

.single-news .post-gallery .gallery .owl-nav .owl-prev,
.single-br .post-gallery .gallery .owl-nav .owl-prev {
    background: url('assets/images/gallery_prev.png') no-repeat;
    width: 40px;
    height: 30px;
    left: 0;
}

.single-news .post-gallery .gallery .owl-nav .owl-next,
.single-br .post-gallery .gallery .owl-nav .owl-next {
    background: url('assets/images/gallery_next.png') no-repeat;
    width: 40px;
    height: 30px;
    right: 0;
}

.single-news .post-gallery .gallery .owl-nav .owl-prev.disabled,
.single-news .post-gallery .gallery .owl-nav .owl-next.disabled,
.single-br .post-gallery .gallery .owl-nav .owl-prev.disabled,
.single-br .post-gallery .gallery .owl-nav .owl-next.disabled {
    display: none;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.social-media {
    display: flex;
    flex-wrap: wrap;
}

.social-media .social-element {
    flex-basis: calc(33.3333% - 20px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
}

.social-media .social-element img {
    width: 100%;
    height: auto;
    transition-duration: 300ms;
}

.social-media .social-element:hover  img {
    transform: scale(1.1);
}

.social-media .social-element:nth-child(3n){
    margin-right: 0;
}

.social-media .social-element:nth-child(3n-2) {
    clear: both;
}

.social-element .title {
    display: block;
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.social-element:hover .title {
    color: #276283;
}

.social-element .img-box {
    overflow: hidden;
}

.social-element .text {
    color: #404c50;
    font-size: 16px;
}

.timelines .timeline {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.timelines .timeline.facebook-timeline-container {
    margin-right: 0;
}

.timelines {
    margin-top: 30px;
}

.social-title {
    font-size: 24px;
    color: #404c50;
    margin-bottom: 20px;
    display: block;
}

.career .text {
    margin-bottom: 45px;
}

.career .text img {
    width: 49%;
    height: auto;
    margin-left: 30px;
    margin-bottom: 35px;
    float: right;
}

.career .text h3 {
    color: #276283;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300;
}

#workoffers_accordion {
    margin-top: 50px;
    margin-bottom: 150px;
    border-bottom: 1px solid #e1e1e1;
}

#workoffers_accordion .offer {
    border-top: 1px solid #e1e1e1;
}

#workoffers_accordion .offer .titlebar {
    padding: 30px 0 30px 0;
    cursor: pointer;
}

#workoffers_accordion .offer .button_collapse {
    display: block;
    margin-right: 20px;
    height: 35px;
    line-height: 35px;
    float: right;
}

#workoffers_accordion .offer .titlebar .button_collapse {
    margin-top: 5px;
}

#workoffers_accordion .offer .titlebar:hover .button_collapse img {
    animation: animation-slide-down 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.contrast-icon-button {
    display: none;
}

.normal-icon-button {
    display: block
}

#workoffers_accordion .offer .offer-content .button_collapse {
    margin-top: 25px;
}

#workoffers_accordion .offer .button_collapse:after {
    content: '';
    display: block;
    clear: both;
}

#workoffers_accordion .offer .button_collapse span {
    display: block;
    color: #276283;
    font-size: 16px;
    padding-right: 15px;
    line-height: 35px;
    float: left;
}

#workoffers_accordion .offer .button_collapse:hover img {
    animation: animation-slide-up 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

#workoffers_accordion .offer .titlebar .date {
    color: #276283;
    font-size: 18px;
    font-weight: 900;
    float: left;
}

#workoffers_accordion .offer .titlebar .title {
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    transition-duration: 300ms;
}

#workoffers_accordion .offer:hover .titlebar .title {
    color: #276283;
}

#workoffers_accordion .offer .titlebar .location {
    max-width: 80%;
    color: #404c50;
    padding-top: 5px;
    font-size: 14px;
    clear: left;
}

#workoffers_accordion .offer .offer-content {
    display: none;
    padding: 0 0 46px 44px;
}

#workoffers_accordion .offer.visible .offer-content {
    display: block;
}

#workoffers_accordion .offer .offer-content h3 {
    color: #276283;
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    font-weight: 300;
}

#workoffers_accordion .offer .offer-content p {
    color: #404c50;
    line-height: 24px;
    font-size: 16px;
}

#workoffers_accordion .offer .offer-content p strong {
    font-weight: 700;
    text-transform: uppercase;
}

#workoffers_accordion .offer .offer-content ul {
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
}

#workoffers_accordion .offer .offer-content ul li {
    background: url('assets/images/list_pointer.png') no-repeat left 3px top 12px;
    color: #404c50;
    padding-left: 16px;
    line-height: 24px;
    font-size: 16px;
}

#workoffers_accordion .offer .button_apply {
    position: relative;
    background: #003654;
    border: none;
    color: #fff;
    height: 61px;
    line-height: 61px;
    margin-top: 15px;
    padding-left: 55px;
    padding-right: 110px;
    font-size: 18px;
    transition-duration: 400ms;
    float: left;
    cursor: pointer;
}

#workoffers_accordion .offer .button_apply:after {
    content: '';
    display: block;
    position: absolute;
    right: 34px;
    top: 15px;
    background: url('assets/images/icon_enter.png');
    width: 29px;
    height: 33px;
}

#workoffers_accordion .offer .button_apply:hover {
    background-color: #07243f;
}

#workoffers_accordion .offer .button_apply:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.contact .info {
    width: 50%;
    float: left;
}

.contact.error-form .info {
    width: 100%;
    float: none;
}

.contact .info h2 {
    color: #276283;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 300;
}

.contact .info h3 {
    color: #404c50;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact .info p {
    margin-top: 0;
    margin-bottom: 30px;
    color: #404c50;
    line-height: 30px;
    font-size: 16px;
}

.contact .info a {
    color: #276283;
}

.contact .info a:hover {
    text-decoration: underline;
}

.contact .form-container {
    width: 50%;
    padding-left: 15px;
    float: right;
}

.contact.error-form .form-container {
    padding-left: 0;
    float: none;
    margin: 0 auto 120px auto;
}

.contact .form:after {
    content: '';
    display: block;
    clear: both;
}

.contact .form-container .header {
    color: #276283;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
}

.contact .form #contact_form .form-group {
    margin-bottom: 12px;
}

.contact .form #contact_form .input,
.contact .form #contact_form select,
.contact .form #contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d3d1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DINPro', sans-serif;
}

.contact .form #contact_form .input.error,
.contact .form #contact_form select.error,
.contact .form #contact_form textarea.error {
    border-color: #aa0000;
}

.contact .form #contact_form .input,
.contact .form #contact_form select {
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
}

.contact .form #contact_form textarea {
    height: 135px;
    padding: 5px;
    resize: none;
}

.contact .form #contact_form .error,
.contact .form #contact_form .error.checkbox-field label,
.contact .form #contact_form .error.checkbox-field label span,
.contact .form #contact_form .error.checkbox-field label a {
    color: #aa0000 !important;
}

.contact .form #contact_form .success {
    color: #79a44b;
}

.contact .form .select2-container {
    height: 46px !important;
}

.contact .form .select2-container--default .select2-selection--single {
    height: 46px !important;
    border: none !important;
    border-bottom: 1px solid #d6d3d1 !important;
    border-radius: 0 !important;
}

.contact .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    padding-left: 5px !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DINPro', sans-serif;
}

.contact .form .form-group.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aa0000 !important;
}

.contact .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

.contact .form input[type="checkbox"] {
    display: none;
}

.contact .form input[type="checkbox"] + label {
    display: block;
    position: relative;
    color: #404c50;
    font-size: 12px;
    margin: 20px 0;
    padding-left: 50px;
}

.contact .form input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
    background: url('assets/images/sprite-checkbox.png') no-repeat;
    background-position: left top;
}

.contact .form input[type="checkbox"]:checked + label:before {
    background-position: -25px 0;
}

.contact .form #contact_form .checkbox-field a:hover {
	text-decoration: underline;
}

.contact .form .submit {
    position: relative;
    background: #003654;
    border: none;
    color: #fff;
    height: 61px;
    line-height: 61px;
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 75px;
    font-size: 18px;
    transition-duration: 400ms;
    cursor: pointer;
    float: right;
}

.contact .form .submit:after {
    content: '';
    display: block;
    position: absolute;
    right: 34px;
    top: 15px;
    background: url('assets/images/icon_enter.png');
    width: 29px;
    height: 33px;
}

.contact .form .submit:hover {
    background-color: #07243f;
}

.contact .form .submit:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.contact .required-label {
    line-height: 30px;
    font-size: 16px;
    color: #404c50;
}

.about .map-header,
.contact .map-header {
    color: #404c50;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#map {
    width: 100%;
    height: 480px;
    margin-bottom: 128px;
}

.marker-table p {
    margin: 0;
}

.media .newsletter-box {
    border-top: 1px solid #e1e1e1;
}

.single-press-news .files,
.single-project .files,
.media .files {
    padding-top: 15px;
    padding-bottom: 30px;
}

.single-management .files {
    margin-top: 20px;
    padding-bottom: 30px;
}

.single-press-news .files:after,
.media .files:after,
.single-project .files:after,
.media .photos:after {
    content: '';
    display: block;
    clear: both;
}

.single-press-news .files .file,
.media .files .file,
.single-project .files .file,
.single-product .product-files .files .file,
.single-management .files .file {
    display: table;
    position: relative;
    background: url('assets/images/filetype_empty.png') no-repeat left 10px center;
    width: 100%;
    height: 70px;
    padding-left: 75px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    text-overflow: ellipsis;
    float: left;
}

.single-press-news .files .file:nth-of-type(1),
.single-project .files .file:nth-of-type(1),
.media .files .file:nth-of-type(1) {
    border-top: 1px solid #e1e1e1;
}

.single-press-news .file .filetype,
.media .files .file .filetype,
.single-project .files .file .filetype,
.single-product .product-files .files .file .filetype,
.single-management .files .file .filetype {
    position: absolute;
    left: 9px;
    top: 30px;
    width: 34px;
    color: #07243f;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.single-press-news .files .file .name,
.media .files .file .name,
.single-project .files .file .name,
.single-product .product-files .files .file .name,
.single-management .files .file .name {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
}

.single-press-news .files .file:hover .name,
.media .files .file:hover .name,
.single-project .files .file:hover .name,
.single-product .product-files .files .file:hover .name,
.single-management .files .file:hover .name {
    color: #07243f;
    text-shadow: 0 0 0 #07243f;
}

.media .photos {
    padding-bottom: 20px;
}

.media .photos .photo {
    display: block;
    position: relative;
    width: calc(33.33% - 10px);
    height: 282px;
    margin-left: 14px;
    margin-bottom: 13px;
    overflow: hidden;
    float: left;
}

.media .photos .photo:nth-of-type(3n-2) {
    margin-left: 0;
}

.media .photos .photo .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media .photos .photo .info {
    display: table;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.15);
}

.media .photos .photo:hover .info {
    bottom: 0;
}

.media .photos .photo .info .inner {
    display: table-cell;
    margin: auto;
    padding: 0 25%;
    text-align: center;
    vertical-align: middle;
}

.media .photos .photo .info .title {
    display: block;
    color: #fff;
    margin-top: 30px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.media .photos .photo .info .description {
    display: block;
    color: #fff;
    margin-top: 10px;
    line-height: 16px;
    font-size: 13px;
    text-transform: uppercase;
}

.media .photos .photo .info img {
    display: block;
    margin: 20px auto 0;
}

.wp-activate-container h2,
.text h2 {
    color: #276283;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

.text h3 {
    color: #404c50;
    margin: 0;
    font-size: 24px;
    font-weight: 900;
}

.text h4 {
    color: #404c50;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.text h1 strong,
.text h2 strong,
.text h3 strong,
.text h4 strong {
    font-weight: 700;
}

.wp-activate-container p,
.text p {
    color: #404c50;
    line-height: 30px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
}

.wp-activate-container p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.wp-activate-container span.h3 {
    padding: 0;
    font-size: inherit;
}

.mission .text p {
    margin-bottom: 25px;
}

.wp-activate-container a,
.text a,
.text p > a {
    color: #276283;
    text-decoration: none;
}

.wp-activate-container a:hover,
.text a:hover {
    text-decoration: underline;
}

.text ol {
    margin: 25px 0;
}

.text ol li {
    line-height: 30px;
    font-size: 16px;
    color: #404c50;
}

.text ul {
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
}

.text p + ol,
.text p + ul {
    margin-top: -20px;
}

.text ul.inner-list {
    margin-top: 0;
    margin-bottom: 0;
}

.text ul.site-map.list > .item {
    background: url(assets/images/list_pointer.png) no-repeat left 0 top 13px;
    padding-left: 20px;
}

.text .site-map {
    margin-top: 0;
    margin-bottom: 100px;
}

.text .site-map li a:visited {
    color: #7b8589;
}

.text ul li {
    background: url('assets/images/list_pointer.png') no-repeat left 29px top 13px;
    color: #404c50;
    padding-left: 44px;
    line-height: 30px;
    font-size: 16px;
}

.mission .text ul li {
    background-position: left 29px top 9px;
    line-height: 24px;
}

.text img {
    max-width: 100%;
    height: auto;
}

.map-header {
    padding-bottom: 20px;
}

.mission {
    padding-bottom: 65px;
}

.management-group {
    margin-bottom: 50px;
}

.companies-list-info .header,
.management-group .header {
    color: #276283;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 300;
}

.companies-list-info {
    margin-top: 30px;
    margin-bottom: 20px;
}

.companies-list-info .icon,
.companies-list-info .header {
    display: table-cell;
    vertical-align: middle;
}

.companies-list-info .icon-inner {
    margin-right: 10px;
}

.management-group .list:after {
    content: '';
    display: block;
    clear: both;
}

.management-group .list .person {
	display: block;
    position: relative;
    width: calc(33.333% - 4px);
    height: 282px;
    margin-right: 4px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.csr-items .item {
    display: block;
    position: relative;
    width: calc(50% - 5px);
    height: 282px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.csr-items .item .image,
.management-group .list .person .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-items .item .info,
.management-group .list .person .info {
    display: table;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0.56);
    vertical-align: middle;
    text-align: center;
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.csr-items .item  .info .inner,
.management-group .list .person .info .inner {
    display: table-cell;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.csr-items .item .info .title,
.management-group .list .person .info .title {
    display: block;
    color: #fff;
    padding: 0 50px;
    margin-top: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    transition-duration: 600ms;
}

.management-group .list .person .info .description {
    display: block;
    color: #fff;
    padding: 0 50px;
    margin-top: 10px;
    line-height: 16px;
    font-size: 15px;
    text-transform: uppercase;
}

.management-group .list .person:hover .image {
    filter: blur(0);
}

.bplusr .content h2 {
    color: #276283;
    font-size: 24px;
    font-weight: 300;
}

.all-projects {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-projects .project {
    flex-basis: calc(50% - 4px);
}

.all-projects .project {
    height: 350px;
}

.all-projects .project,
.br-projects .project {
	display: block;
    position: relative;
    height: 282px;
    margin-bottom: 21px;
    overflow: hidden;
    cursor: pointer;
}

.br-projects .project.box-1,
.br-projects .project.box-2 {
    float: left;
    margin-bottom: 6px;
    margin-left: 6px;
    width: 100%;
}

.br-projects .project.box-2 {
    width: calc(50% - 3px);
}

.br-projects .project.box-1.first-in-row,
.br-projects .project.box-2.first-in-row {
    margin-left: 0;
}

.all-projects .project .image,
.br-projects .project .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-projects .project .info,
.br-projects .project .info {
    display: table;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    text-align: center;
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0, 1, .5, 1.2);
}

.all-projects .project .info .inner,
.br-projects .project .info .inner {
    display: table-cell;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.all-projects .project .info .title,
.br-projects .project .info .title {
    display: block;
    color: #fff;
    padding: 0 50px;
    line-height: 24px;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    transition-duration: 600ms;
}

.all-projects .project .info .description,
.br-projects .project .info .description {
    display: block;
    color: #fff;
    padding: 0 50px;
    margin-top: 5px;
    line-height: 21px;
    font-size: 13px;
    text-transform: uppercase;
}

.all-projects .project:hover .info,
.br-projects .project:hover .info {
    height: 110px;
}

.wp-activate-container {
    padding-top: 95px;
}

.wp-activate-container,
main > .page-width:first-child > .content,
.companies .content,
.products .content {
    padding-bottom: 128px;
}

.page-template-news main > .page-width:first-child > .content,
.page-template-br > .page-width:first-child > .content {
    padding-bottom: 50px;
}

.single-products .page-width:first-child > .content {
    padding-bottom: 0;
}

.contact .content {
    padding-bottom: 0 !important;
}

.products .products-tabs {
    position: relative;
    height: 50px;
    line-height: 47px;
    overflow: hidden;
}

.products .products-tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    clear: both;
}

.products .products-tabs .tab {
    display: block;
    position: relative;
    z-index: 2;
    background: #404c50;
    background-repeat: no-repeat;
    background-position: right 25px center;
    color: #fff;
    border: 1px solid #404c50;
    border-bottom: none;
    margin-right: 8px;
    margin-bottom: -2px;
    padding-left: 40px;
    padding-right: 85px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    transition-duration: 400ms;
}

.products .products-tabs .tab:not(.active):after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
    background: url('assets/images/product_tab_arrow.png');
    width: 21px;
    height: 15px;
}

.products .products-tabs .tab:not(.active):hover {
    background-position: right 15px center;
}

.products .products-tabs .tab:not(.active):hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.products .products-tabs .tab.active {
    background-color: #fff;
    background-image: url('assets/images/product_tab_arrow_active.png');
    color: #404c50;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.products .front-offer {
    padding-top: 0;
}

.products .form {
    padding: 55px 0 70px 0;
}

.products .form .label {
    color: #404c50;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.products .form .input {
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
    color: #7b8689;
    border: 1px solid #b8b8b8;
    margin-right: 20px;
    font-size: 16px;
    float: left;
}

.products .form .submit {
    position: relative;
    background: #00466d;
    color: #fff;
    height: 56px;
    line-height: 56px;
    padding-left: 45px;
    padding-right: 82px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    float: left;
}

.products .form .submit:after {
    content: '';
    display: block;
    position: absolute;
    right: 44px;
    top: 18px;
    background: url('assets/images/icon_search_white.png');
    width: 20px;
    height: 20px;
}

.products .form .submit:hover {
    background-color: #07243f;
}

.products .form .submit:hover:after {
    animation: animation-slide-right 700ms cubic-bezier(.165,.84,.44,1) forwards;
}

.companies-list .company {
	display: block;
    width: calc(16.66% - 12px);
    margin-left: 14px;
    margin-bottom: 14px;
    border: 1px solid #e1e1e1;
    float: left;
}

.companies-list .company:nth-of-type(6n-5) {
    margin-left: 0;
    clear: both;
}

.companies-list .company .image {
    position: relative;
    height: 140px;
    margin: 0 16px;
    border-bottom: 1px solid #e1e1e1;
}

.companies-list .company .image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 85%;
    transition: all 0.2s ease-in-out;
}

.companies-list .company:hover .image img {
    animation: animation-img-pulse 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.companies-list .company .name {
    color: #404c50;
    height: 100px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
    transition-duration: 300ms;
    transition-delay: 0s;
}

.companies-list .company:hover .name {
    color: #07243f;
}

.products .company-name {
    color: #276283;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

.products .products-filter {
    padding: 30px 0;
}

.products .products-filter .label {
    color: #7b8689;
    padding-right: 12px;
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
}

.products .products-filter .select2 {
    width: 285px !important;
    margin-right: 15px;
    float: left;
}

.products .products-filter .select2-container--default .select2-selection--single {
    height: 56px;
    border-color: #b8b8b8;
    border-radius: 0 !important;
}

.products .products-filter .select2-container .select2-selection--single .select2-selection__rendered {
    height: 56px;
    line-height: 52px;
    padding: 0 20px !important;
}

.products .products-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px !important;
    height: 56px !important;
}

.products .products-filter .submit {
    background: #00466d;
    color: #fff;
    height: 56px;
    line-height: 56px;
    padding: 0 44px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    float: left;
    transition-duration: 300ms;
}

.products .products-filter .submit:hover {
    background: #07243f;
}

.products .products-list .product {
	display: block;
    width: calc(25% - 10.5px);
    margin-left: 14px;
    float: left;
}

.products .products-list .product:nth-of-type(4n-3) {
    margin-left: 0;
    clear: both;
}

.products .products-list .product .image {
    position: relative;
    height: 188px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.products .products-list .product .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
}

.products .products-list .product:hover .image img {
    transform: scale(1.05);
}

.products .products-list .product .name {
    color: #404c50;
    height: 100px;
    padding: 10px 20px 10px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    word-break: keep-all;
}

.products .products-list .product:hover .name {
    color: #07243f;
}

.single-product .company-sidebar-container {
    width: 24%;
    margin-left: 1%;
    float: right;
}

.single-product .company-sidebar {
    width: 100%;
    padding: 5px 24px 75px 24px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.single-product .company-sidebar .logo {
    display: block;
    max-width: 100%;
    margin: 25px auto;
}

.single-product .company-sidebar .name {
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-product .company-sidebar p {
    color: #404c50;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}

.single-product .product-data {
    width: 75%;
    float: left;
}

.single-product .product-data .description {
    color: #276283;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
}

.single-product .product-data .product-slider {
    position: relative;
    margin-right: 30px;
    overflow: hidden;
}

.single-product .product-data .product-slider-thumbs {
    position: relative;
    margin-bottom: 45px;
    margin-right: 25px;
    overflow: hidden;
}

.single-product .product-data .product-slider .slide,
.single-product .product-data .product-slider-thumbs .slide {
    display: block;
    float: left;
}

.single-product .product-data .product-slider .slide {
    display: none;
}

.single-product .product-data .product-slider .slide:first-of-type {
    display: block;
}

.single-product .product-data .product-slider .owl-nav {
    display: none;
}

.single-product .product-data .product-slider .owl-item {
    float: left;
}

.single-product .product-data .product-slider-thumbs .slide {
    position: relative;
    height: 111px;
    margin-right: 5px;
    cursor: pointer;
}

.single-product .product-data .product-slider-thumbs > .slide {
    width: calc(20% - 5px);
}

.single-product .product-data .product-slider-thumbs .slide.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 230, 0.4);
}

.single-product .product-data .product-slider-thumbs .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .product-data .product-slider-thumbs .owl-stage:after {
    content: '';
    display: block;
    clear: both;
}

.single-product .product-data .product-slider-thumbs .owl-item {
    float: left;
}

.single-product .product-data .product-slider-thumbs .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.single-product .product-data .product-slider-thumbs .owl-nav .owl-prev {
    left: 0;
    background-image: url('assets/images/gallery_prev.png');
}

.single-product .product-data .product-slider-thumbs .owl-nav .owl-next {
    right: 4px;
    background-image: url('assets/images/gallery_next.png');
}

.single-product .product-data .product-slider-thumbs .owl-nav .owl-prev,
.single-product .product-data .product-slider-thumbs .owl-nav .owl-next {
    position: absolute;
    top: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    width: 40px;
    height: 27px;
    border: none;
    text-indent: -2000em;
    overflow: hidden;
    cursor: pointer;
}

.single-product .product-data .product-slider-thumbs .owl-nav .owl-prev.disabled,
.single-product .product-data .product-slider-thumbs .owl-nav .owl-next.disabled {
    display: none;
}

.single-product .product-data .product-info .header {
    color: #404c50;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-product .product-data .product-info .text {
    color: #404c50;
    padding-right: 20px;
    line-height: 30px;
    font-size: 16px;
}

.single-product .product-video {
    background: url('assets/images/product_video_bg.jpg') no-repeat center top;
    margin-top: 35px;
}

.single-product .product-video .header {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-product .product-video iframe {
    width: 75%;
    height: 472px;
    border: none;
}

.single-product .product-params .inner,
.single-product .product-model3d .inner,
.single-product .product-files .inner {
    width: 75%;
}

.single-project .files-container .header,
.single-press-news .files-header,
.single-product .product-params .header,
.single-product .product-model3d .header,
.single-product .product-files .header {
    color: #404c50;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-product .product-data .text p:last-child {
    margin-bottom: 25px;
}

.single-product .product-params .inner {
    margin-top: 10px;
    padding: 0 30px 52px 0;
}

.single-product .product-params .table-params table {
    width: 100%;
    margin-top: 25px;
    table-layout: fixed;
}

.single-product .product-params .table-params table td {
    padding: 15px 30px;
    color: #404c50;
    border: 1px solid #e3e3e3;
    font-size: 16px;
}

.single-product .product-params .table-params table tr:nth-of-type(2n) td {
    background: #f7f7f7;
}

.single-product .product-params .table-params table thead td {
    background: #f7f7f7;
    font-weight: 700;
    text-transform: uppercase;
}

.single-product .product-model3d {
    background: url('assets/images/product_model3d_bg.jpg') no-repeat center top;
}

.single-product .product-model3d .header {
    padding-top: 30px;
    padding-bottom: 15px;
}

.single-product .product-model3d iframe {
    width: 100%;
    height: 475px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.single-product .product-files {
    padding-top: 55px;
    padding-bottom: 135px;
}

.single-product .product-files .header {
    padding-bottom: 20px;
}

.single-product .product-files .files,
.single-management .files {
    border-top: 1px solid #e1e1e1;
}

.single-product .product-files .files .file,
.single-project .product-files .files .file,
.single-management .files .file {
    width: 100%;
    float: none;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
}

.overlay.visible {
    display: block;
}

.popup {
    display: none;
    position: absolute;
    z-index: 106;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('assets/images/career_popup_bg.jpg') no-repeat center top;
    background-size: cover;
    width: 95%;
    max-width: 985px;
    padding: 65px 158px 92px 85px;
}

.popup.visible {
    display: block;
}

.popup .popup_close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    padding: 10px;
    font-weight: 900;
}

.popup .label_jobposition {
    color: #bfbfbf;
    height: 55px;
    line-height: 22px;
    margin-right: 25px;
    float: left;
}

.popup .jobposition {
    width: 60%;
    color: #fff;
    height: 55px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
}

.popup .input,
.popup textarea {
    display: block;
    background: none;
    color: #fff;
    width: 100%;
    line-height: 52px;
    margin-bottom: 10px;
    padding: 0 21px;
    border: none;
    border-bottom: 1px solid #576f7f;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DINPro', sans-serif;
}

.popup .input.error,
.popup textarea.error {
    color: #ec4f4f;
    border-color: #ec4f4f;
}

.popup .input {
    height: 52px;
}

.popup textarea {
    height: 160px;
    resize: none;
}

.popup .select2-container {
    width: 100% !important;
    height: 52px !important;
    margin-bottom: 10px;
}

.popup .select2-container--default .select2-selection--single {
    height: 52px !important;
    border: none !important;
    background: transparent !important;
    border-bottom: 1px solid #576f7f !important;
    border-radius: 0 !important;
}

.popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 52px !important;
    padding-left: 21px !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DINPro', sans-serif;
}

.popup .form-group.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ec4f4f !important;
}

.popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px !important;
}

.popup .col-34 {
    width: 34%;
    color: #bfbfbf;
    padding-right: 17px;
    line-height: 48px;
    font-size: 16px;
    text-align: right;
    float: left;
    clear: both;
}

.popup .attach-group.error label {
    color: #ec4f4f;
}

.popup .col-66 {
    width: 66%;
    float: right;
}

.popup .col-66.select-again {
    color: #ec4f4f;
    padding-top: 10px;
    padding-bottom: 5px;
}

.popup .col-34.select-again-spacer {
    line-height: 10px;
}

.popup input[type="file"] {
    display: none;
}

.popup input[type="file"] + button {
    padding: 3px 8px;
    border: 1px solid #222;
    cursor: pointer;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup .file-input {
    background: #f1f1f1 !important;
    width: calc(100% - 105px);
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    margin-bottom: 12px;
    border: none;

    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

.job-offer-popups .checkbox-field {
    margin-top: 20px;
}

.job-offer-message {
    color: #fff;
}

.job-offer-message.error {
    color: #ec4f4f;
}

.job-offer-message.success {
	color: #fff;
	height: 55px;
	line-height: 73px;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.popup .required-label {
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup input[type="checkbox"] {
    display: none;
}

.popup input[type="checkbox"] + label {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-top: 4px;
    padding-left: 56px;
    color: #bfbfbf;
    font-size: 12px;
}

.popup input[type="checkbox"] + label a {
    color: #fff;
}

.popup input[type="checkbox"] + label a:hover {
	text-decoration: underline;
}

.popup input[type="checkbox"] + label.error,
.popup input[type="checkbox"] + label.error a {
    color: #ec4f4f;
}

.popup input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 21px;
    background: url('assets/images/sprite-checkbox-light.png') no-repeat;
    width: 25px;
    height: 25px;
}

.popup input[type="checkbox"]:checked + label:before {
    background-position: -25px 0;
}

.popup .submit {
    position: relative;
    background: #003654;
    color: #fff;
    height: 62px;
    line-height: 62px;
    padding: 0 75px 0 45px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    float: right;
    transition-duration: 400ms;
}

.popup .submit:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 15px;
    background: url('assets/images/icon_enter.png');
    width: 29px;
    height: 33px;
}

.popup .submit:hover {
    background-color: #002a45;
}

.popup .submit:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.single-management .person-name {
    color: #276283;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}

.single-management .text {
    color: #404c50;
    line-height: 30px;
    font-size: 16px;
}

.single-management .text p {
    margin-top: 0;
}

.single-management .header {
    color: #404c50;
    margin-top: 60px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.search-results-container {
    margin: 50px 0 0;
    border-top: 1px solid #e1e1e1;
}

.search-results-container .result {
	display: block;
    position: relative;
    padding: 25px 70px 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.search-results .pagination {
    padding-bottom: 0;
}

.search-results-container .result:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('assets/images/icon_enter_blue.png') no-repeat right 20px center;
    width: 50px;
    height: 33px;
}

.search-results-container .result:hover:before {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.search-results-container .result .title {
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.search-results-container .result .text {
    color: #404c50;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
}

.newsletter {
    padding-bottom: 200px;
}

.newsletter .text {
    color: #404c50;
    line-height: 36px;
    font-size: 24px;
    font-weight: 300;
}

.newsletter .more {
    display: table;
    position: relative;
    background: #003654;
    color: #fff;
    height: 62px;
    line-height: 62px;
    margin-top: 50px;
    padding: 0 75px 0 45px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition-duration: 400ms;
}

.newsletter .more:after {
    content: '';
    display: block;
    position: absolute;
    right: 35px;
    top: 15px;
    background: url('assets/images/icon_enter.png');
    width: 29px;
    height: 33px;
}

.newsletter .more:hover {
    background-color: #002a45;
}

.newsletter .more:hover:after {
    animation: animation-slide-right 500ms cubic-bezier(.165,.84,.44,1) forwards;
}

.newsletter .newsletter-box .title {
    display: none;
}

.newsletter .newsletter-box .form {
    float: left;
    border-left: none;
    padding-left: 0;
    padding-right: 50px;
}

.newsletter .newsletter-box .form:before {
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer {
    position: relative;
    z-index: 105;
    background: url('assets/images/footer_bg.jpg') no-repeat center top;
    padding-top: 15px;
}

footer > div {
    padding: 0 20px;
}

footer .left {
    width: 66%;
    float: left;
}

footer .left .footermenu {
    padding-bottom: 15px;
}

footer .left .footermenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .left .footermenu ul:after {
    content: '';
    display: block;
    clear: both;
}

footer .left .footermenu ul li {
    display: block;
    margin-left: 20px;
    float: left;
}

footer .left .footermenu ul li:first-child {
    margin-left: 0;
}

footer .left .footermenu ul li a {
    display: block;
    color: #3d4145;
    font-size: 18px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
}

footer .left .footermenu ul li ul {
    display: none;
}

footer .left .footermenu ul li.current-menu-item a,
footer .left .footermenu ul li.current-menu-ancestor a,
footer .left .footermenu ul li.current-page-ancestor a {
    color: #00466d;
    font-weight: 600;
}

footer .left .footermenu ul li:hover a {
    color: #276283;
}

footer .left .footermenu ul li a:after {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    padding: 0 1px;
    overflow: hidden;
    visibility: hidden;
}

footer .left .about {
    width: 55%;
    margin-right: 6%;
    float: left;
}

footer .left .about .header {
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

footer .left .about .content {
    color: #7b8589;
    font-size: 16px;
    line-height: 19px;
}

footer .left .about .content p {
    margin-top: 0;
    margin-bottom: 10px;
}

footer .left .social {
    width: 39%;
    float: left;
}

footer .left .social .header {
    margin-bottom: 5px;
    color: #404c50;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

footer .left .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .left .social ul:after {
    content: '';
    display: block;
    clear: both;
}

footer .left .social ul li {
    display: block;
    margin-right: 8px;
    float: left;
}

footer .left .social ul li:last-of-type {
    margin-right: 0;
}

footer .left .social ul li a {
    display: table-cell;
    width: 48px;
    height: 48px;
    border: 1px solid #bfc2c3;
    vertical-align: middle;
    transition-duration: 400ms;
}

footer .left .social ul li a:hover {
    border-color: #276283;
}

footer .left .social ul li a img {
    display: block;
    margin: auto;
}

footer .right {
    width: 26%;
    margin-bottom: 10px;
    float: right;
}

footer .right .header {
    color: #404c50;
    margin-bottom: 13px;
    line-height: 34px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

footer .right .content {
    color: #404c50;
    font-size: 16px;
    line-height: 19px;
}

footer .right .content p {
    margin-top: 0;
    margin-bottom: 10px;
}

footer .right .content a {
    color: #276283;
    text-decoration: underline;
}

footer .right .content a:hover {
    color: #000;
    text-decoration: none;
}

footer .right .content strong {
    font-weight: 900;
    text-transform: uppercase;
}

footer .copyrights {
    padding: 10px 0 15px;
    border-top: 1px solid #e1e1e1;
}

footer .copyrights .copy {
    float: left;
}

footer .copyrights .design {
    float: right;
}

footer .copyrights-link,
footer .legal-disclaimer-link,
footer .error-form-link,
footer .privacy-policy-link,
footer .copyrights .copy,
footer .copyrights .design,
footer .copyrights .design a {
    color: #888e93;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .copyrights .copy {
    margin-bottom: 0;
}

footer .legal-disclaimer-link:hover,
footer .error-form-link:hover,
footer .privacy-policy-link:hover,
footer .copyrights .design a:hover {
	text-decoration: underline;
}

.cli-plugin-main-link {
    text-decoration: none !important;
}

#cookie-law-info-bar {
    font-size: 13px !important;
    padding: 6px 10px !important;
}

.cli-plugin-button {
    padding: 8px 15px !important;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs .breadcrumbs-list {
    margin: 0;
    padding: 0;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item {
    display: inline-block;
    margin-right: 3px;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-link {
    color: #849caa;
    font-size: 14px;
    font-weight: 300;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item.last .breadcrumbs-link {
    color: #fff;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item::after {
    content: ">";
    color: #849caa;
    margin-left: 3px;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:last-child:after {
    content: none;
}

.container {
}

.new-projects .row {
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}

.new-projects .col {
    width: calc(20% - 24px);
    margin: 12px;
    height: 0;
    padding-bottom: calc(20% - 24px);
}

.new-project {
    display: flex;
    position: relative;
    overflow: hidden;
}

.new-project:hover .new-project__image {
    opacity: 0;
}

.new-project:hover .new-project__image--on-hover {
    opacity: 1;
}

.new-project:hover .new-project__info {
    opacity: 1;
}

.new-project__info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.new-project__inner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.new-project__title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.new-project__image {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.new-project__image--on-hover {
    opacity: 0;
}

.single-project-banner {
    min-height: 156px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

.single-project-banner__background {
    z-index: 1;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.single-project-banner__flex-container {
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 156px;
    padding: 40px;
}

.single-project-banner__container {
    flex-basis: 50%;
}

.single-project-banner__container--logo {
    display: flex;
    justify-content: flex-end;
}

.single-project-banner__logo {
    max-width: 200px;
    height: auto;
}

.single-project-banner__container--name {
    display: flex;
}

.single-project-banner__project {
    font-size: 60px;
    line-height: 60px;
    color: #003654;
}

.single-project-banner__name {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    padding-left: 10px;
    color: #003654;
}

.projects-gallery {
    margin: 23px -12px -12px;
    display: flex;
    flex-wrap: wrap;
}

.projects-gallery__item {
    position: relative;
    display: block;
    margin: 12px;
    height: 0;
    overflow: hidden;
    width: calc(25% - 24px);
    padding-bottom: calc(16.6666% - 24px);
}

.projects-gallery__image {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.single-project-flex {
    display: flex;
    margin-top: 35px;
}

.single-project .files-container {
    margin-top: 35px;
}

.single-project .content {
    padding-top: 0 !important;
}

.content--with-feed {
    width: 70%;
    padding-right: 35px;
}

.content--additional {
    padding-bottom: 128px;
}

.project-feed {
    width: 30%;
}

.project-feed__inner {
    padding: 30px 30px 100px 30px;
    background-color: #f8f8f8;
}

.project-feed__title {
    color: #404c50;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-feed__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-feed__item {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.project-feed__link {
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.project-feed__link::before {
    content: '-';
    left: -15px;
    top: -2px;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #276283;
}

.project-feed__link:hover::before {
    color: #07243f;
    text-shadow: 0 0 0 #07243f;
}

.project-feed__link:hover {
    color: #07243f;
    text-shadow: 0 0 0 #07243f;
}

@media (max-width: 1199px) {
    .new-projects .col {
        width: calc(25% - 24px);
        padding-bottom: calc(25% - 24px);
    }

    .content--with-feed {
        width: 60%;
    }

    .project-feed {
        width: 40%;
    }

    .content--additional {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 959px) {
    .new-projects .col {
        width: calc(33.33333% - 24px);
        padding-bottom: calc(33.33333% - 24px);
    }

    .single-project-banner__flex-container {
        padding: 20px;
    }

    .project-feed__inner {
        padding: 20px 20px 60px 20px;
    }

    .single-project-banner__project {
        font-size: 44px;
        line-height: 44px;
    }

    .single-project-banner__name {
        font-size: 44px;
        line-height: 44px;
    }

    .single-project-flex {
        flex-wrap: wrap;
    }

    .content--with-feed {
        width: 100%;
        padding-right: 0;
    }

    .project-feed {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .new-projects .col {
        width: calc(50% - 24px);
        padding-bottom: calc(50% - 24px);
    }

    .single-project-banner__flex-container {
        flex-wrap: wrap;
    }

    .single-project-banner__container {
        width: 100%;
        flex-basis: 100%;
    }

    .single-project-banner__container--logo {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .projects-gallery__item {
        width: calc(33.3333% - 24px);
        padding-bottom: calc(22.2222% - 24px);
    }
}

@media (max-width: 550px) {
    .projects-gallery__item {
        width: calc(50% - 24px);
        padding-bottom: calc(33.3333% - 24px);
    }
}

@media (max-width: 477px) {
    .new-projects .col {
        width: calc(100% - 24px);
        padding-bottom: calc(100% - 24px);
    }

    .single-project-banner__project {
        font-size: 26px;
        line-height: 26px;
    }

    .single-project-banner__name {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 380px) {
    .projects-gallery__item {
        width: calc(100% - 24px);
        padding-bottom: calc(66.6666% - 24px);
    }
}