.hiddenSeo {
	display: none;
}
.active-page {
	background-color: rgba(255, 255, 255, 0.2);
}


[data-background-image] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.no-padding.double-left {
	padding: 0 5px 0 0;
}
.no-padding.double-right {
	padding: 0 0 0 5px;
}
.mob-nav {
	height: 50px;
	display: none;
	padding: 5px 0;
	float: right;
	text-align: right;
}
.go-up-top {
	top: -260px;
}
.mob-nav .hamburger {
	background-image: url(../imgs/menu-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	width: 40px;
	display: inline-block;
	height: 40px;
}
.mob-nav #links {
	left: 0;
	top: 50px;
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,1);
	width: 100%;
}
.mob-nav #links a {
	display: block;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.mob-nav #links .langs {
	width: 100%;
	display: block;
	text-align: center;
}
.mob-nav #links .langs > a {
	display: inline-block;
}
.mob-nav #links a:last-child {
	border-bottom: none;
}
.fancybox-close {
	top: -40px;
	right: 5px;
}



* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	min-height: 100%;
}
body {
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.content {
	max-width: 1170px;
}
nav.desk-nav {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #013765;
}
nav.desk-nav .logo {
	display: inline-block;
	height: 100%;
	padding: 8px 0 0 0;
}
nav.desk-nav .logo img {
	width: 190px;
}
nav.desk-nav .main-ul {
	float: right;
}
nav.desk-nav .main-ul > li {
	text-align: center;
	list-style: none;
	cursor: pointer;
	margin: 0 0px;
	vertical-align: middle;
	display: inline-block;
}
nav.desk-nav .main-ul > .my-dropdown {
	height: 50px;
	color: #ffffff;
	padding: 15px 0;
	min-width: 160px;
}
nav.desk-nav .main-ul > .my-dropdown:hover {
	background-color: #ffffff;
	color: #000000;
}
nav.desk-nav .no-dropdown {
	font-size: 0;
}
nav.desk-nav .no-dropdown .building-li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
nav.desk-nav .no-dropdown .building-li a {
	color: #ffffff;
	padding: 21px 10px 17px 10px;
	display: block;
	font-size: 16px;
}
nav.desk-nav .no-dropdown .building-li a:hover {
	color: #ffffff;
	height: 100%;
	text-decoration: none;
}
nav.desk-nav .no-dropdown .building-li:nth-last-child(2) {
	margin: 0 20px 0 0;
}
nav.desk-nav .dropdown-ul {
	visibility: hidden;
	background-color: #ffffff;
	padding: 0;
	list-style: none;
	padding: 15px 0 0 0;
}
nav.desk-nav .dropdown-ul li {
	text-align: left;
	border-top: 1px solid #ededed;
}
nav.desk-nav .dropdown-ul li:hover {
	background-color: #ededed;
}
nav.desk-nav .dropdown-ul li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	color: #000000;
	padding: 10px 10px;
	display: block;
}
nav.desk-nav .main-ul > .my-dropdown:hover .dropdown-ul {
	visibility: visible;
}
#contactsBtnDown {
	margin: 0 0 0 20px;
	border: 2px solid #fff;
	width: 84px;
	padding: 4px 0 0 0;
	cursor: pointer;
	float: right;
	border-radius: 3px;
	height: 33px;
	position: relative;
	transition: background-color .2s ease-in;
}
#contactsBtnDown:hover {
	background-color: rgba(198, 210, 221, 0.2);
}
#contactsBtnDown p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#lang-nav {
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-weight: lighter;
	font-size: 10px;
}
#lang-nav a {
	color: #ffffff;
	display: inline-block;
	padding: 0 0 0 0;
}
.top-video-wrapper {
	margin: 60px 0 0 0;
}
.top-video {
	width: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.top-image {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.top-video iframe {
	width: 100%;
	height: 100%;
	outline: none;
	border: 0;
}
.logo-cont {
	max-width: 220px;
}
.galery-img {
	/* height: 480px;  */
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 100%;
	max-width: 750px;
}
.btn-pdfs {
	display: inline-block;
	width: 100%;
}
.btn-pdfs a {
	width: 100%;
	text-decoration: none;
	border-radius: 5px; 
	border: 2px solid #222;
	transition: background-color .1s ease-in;
	cursor: pointer;
	color: #000000;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 600;
	height: 40px;
}
.btn-pdfs a:hover {
	text-decoration: none;
	background-color: rgba(196, 196, 196, 0.4);
}
.btn-pdfs.plants {
	margin: 60px 0 0 0;
}

.btn-pdfs.plant-button {
	margin: 50px 0 0 0;
}


.btn-pdfs.btn-send {
	margin-top: 20px;
	width: 100%;
}


.btn-pdfs.trans {
	margin: 20px 0 0 0;
}
.galery-img .caption {
	position: absolute;
	background-color: rgba(0, 113, 185, 0.8);
	bottom: 0;
	height: 45px;
	width: 100%;
	left: 0;
	padding: 11px 10px;
	text-align: right;
}
.galery-img .caption p {
	color: #ffffff;
	font-size: 16px;
}
.galery-img.plants-left .caption p span, .galery-img.plants-right .caption p span {
	font-weight: lighter;
}
.ug-gallery-wrapper {
	margin: 60px auto 0 auto;
}
button.close[data-dismiss="modal"] {
	color: #ffffff;
	position: relative;
	right: 30px;
	top: 0;
	opacity: 1;
	font-size: 50px;
}
.main-content .left-collumn {
	text-align: right;
	padding: 80px 15px 0 15px;
}
.main-content .right-collumn {
	text-align: left;
	padding: 80px 15px 0 60px;
}
.main-content .right-collumn h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.address {
	font-size: 17px;
	margin: 0px 0 0 0;
}
.subtitle {
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size: 18px;
}
.text-content {
	margin: 10px 0 0 0;
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
}
.description {
	margin: 20px 0 0 0;
}
.building_func {
	color: rgba(0,113,184, 0.6);
}
.caracteristics-list {
	margin: 10px 0 0 0;
}
.caracteristics-list ul {
	margin: 0;
	padding: 0;
	
}
.caracteristics-list ul li {
	list-style: none;
	font-size: 15px;
	line-height: 20px;
}
.caracteristics-list ul li .bullet-square {
	width: 8px;
	height: 8px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline-block;
	background-color: rgba(0,113,184, 0.5);
}
.areas-squares {
	display: inline-block;
	margin: 10px 5px 0 0;
	font-weight: bold;
	padding: 11px 5px;
	text-align: center;
	width: 175px;
	height: 40px;
}
.area-params .param {
	background-color: rgba(0,113,184, 0.4);
}
.area-params .value {
	background-color: rgba(196, 196, 196, 0.4);
}
.left-collumn.row-2 {
	padding: 24px 15px 0 15px;
}

.right-collumn.row-2 {
	padding: 0 15px 0 60px;;
}
.btnMap {
	display: inline-block;
	position: relative;
	width: 140px;
	margin: 60px 0 0 0;
	text-decoration: none;
	color: #222;
	height: 40px;
	border-radius: 5px; 
	border: 2px solid #222;
	transition: background-color .1s ease-in;
}
.btnMap:hover {
	color: #222222;
	background-color: rgba(196, 196, 196, 0.4);
}
.btnMap img {
	right: 0;
	width: 6px;
	height: 11px;
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btnMap span {
	font-size: 15px;
	font-weight: 600;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 85px;
}
.know_more {
	margin: 100px 0 0 0;
	font-weight: bold;
}
.footer-wrapper {
	background-color: rgba(196, 196, 196, 0.4);
	padding: 40px 0;
}
.container-footer {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255,255,255, 0.6);
	padding: 0 80px;
}
.container-footer p {
	font-size: 12px;
	margin: 0;
}
.container-footer p {
	font-size: 14px;
}
.container-footer img {
	display: inline-block;
	margin: 5px 0 0 0;
	width: 60%;
}
.col-footer {
	padding: 30px 0;
}
.col-footer:nth-child(2) {
	padding: 0;
}
@media only screen and (max-width : 992px) {
	.main-content .left-collumn {
		text-align: center;
		padding: 80px 15px 0 15px;
	}
	.main-content .right-collumn {
		padding: 80px 15px 0 15px;
	}
	.logos-down {
		text-align: center;
	}
	.container-footer img {
		width: 60%;
	}
	.go-up-top {
		top: 0;
	}
}
@media only screen and (max-width : 768px) {
	.col-footer {
		padding: 20px 0;
		text-align: center;
	}
	.desk-nav .main-ul {
		display: none;
	}
	.mob-nav {
		display: block;
	}
	.galery-img.plants-left .caption p, .galery-img.plants-right .caption p {
		font-size: 12px;
	}
}
@media only screen and (max-width : 480px) {
	.btn-pdfs a {
		font-size: 12px;
		width: 100%;
	}
	.galery-img {
		/* height: 280px; */
	}
	.container-footer {
		padding: 0 20px;
	}
	.areas-squares {
		width: 100%;
	}
}

#map {
	margin-top: 60px;
	height: 400px;
	/* The height is 400 pixels */
	width: 100%;
	/* The width is the width of the web page */
}

.pt-60 {
	padding-top: 60px;
}

.pt-40 {
	padding-top: 40px;
}

.mt-10 {
	margin-top: 10px;
}

.p-5 {
	padding: 2px;
}


@media only screen and (max-width : 768px) {
	.col-xs-12.area-params {
		width: 60%;
	}
}

@media only screen and (max-width : 636px) {
	.col-xs-12.area-params {
		width: 80%;
	}
}

.close {
	margin-top:-0.55rem;
}

.vertical-align {
    position: absolute;
    top: 30px;
	right: 30px;
    overflow: visible;
}
   
.splide__slide img {
	width : 100%;
	height: auto;
}

.splide__pagination {
	bottom: -25px !important;
}

.splide__pagination__page.is-active {
	background: #013765 !important;
}

.location {
	padding-right: 30px;
}

.access {
	padding-left: 30px;
}

@media only screen and (max-width : 991px) {
	.location {
		padding-right: 15px;
	}
	
	.access {
		padding-left: 15px;
	}
}