::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A5C855;
	font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A5C855;
	font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A5C855;
	font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A5C855;
	font-style: italic;
}

input[type=text], input[type=mail], input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.register-news ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aeaeae;
	font-style: italic;
}
.register-news  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aeaeae;
	font-style: italic;
}
.register-news  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aeaeae;
	font-style: italic;
}
.register-news :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aeaeae;
	font-style: italic;
}

* {
    margin: 0;
    padding: 0;
	border-radius: 0 !important;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: DinProRegular;
}

a {
	text-decoration: none;
	color: #A5C855;
}

a:hover {
	text-decoration: none;
    color: #A5C855;
}

a:focus {
	outline: none;
}

.hidden {
	display: none;
}

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


.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inline-block {
	display: inline-block;
}


.primary-color {
	color: #A5C855;
}

.primary-bg-color {
	background: #A5C855;
}


.gray-bg {
	background: #f0f0f0
}

.gray-bg {
	background: #f0f0f0
}

.gray-dark-bg {
	background: #333;
}

.band-title {
    color: #666666;
    font-family: DinProMedium;
    font-size: 24px;
    display: flex;
    align-items: center;
    height: 80px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: -8px;
	max-height: 80px;
}

.container-880 {
	max-width: 880px;
}

.container-910 {
	max-width: 910px;
}

.container-main {
	max-width: 910px;
}

@media (min-width: 1040px) {
	.container-main {
		padding-left: 10%;
		padding-right: 10%;
		max-width: 100%;
	}	
}




.layout-center {
	margin: 0 auto;
}

.one-screen {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 45px);
}

.main-gallery {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
}


.main-gallery .main-gallery-item {
	display: block;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition: 0.5s;
	width: 100vw;
}

.main-gallery .main-gallery-item.slick-current:hover {
	-webkit-filter: none;
    filter: none;
}

.main-gallery-inner {
	position: absolute;
	height: 100%;
	background: black;
}

.main-gallery .slick-list {
	height: 100%;
	width: 100vw;
	position: relative;
}

.main-gallery .slick-track {
	height: 100%;
}

.main-gallery-curtain-left, .main-gallery-curtain-right, 
.main-gallery .slick-prev, .main-gallery .slick-next
/*.main-gallery .slick-prev, .main-gallery .slick-next*/ {
    display: block;
    height: 100%;
    position: absolute;
    right: 880px;
    top: 0px;
    z-index: 1000;
	/*background: rgba(0, 0, 0, 0.8);*/
	background-position: right center;
	background-size: 22.5px !important;
	width: calc(100%/2 - 80%/2);
	cursor: pointer;
	opacity: 0.75;
}

.main-gallery-curtain-left {
	left: 0;
}

.main-gallery .slick-prev {
	 background: url(../images/main-gal-left.png) no-repeat center right;
	 left: -70px;
	 background-size: 22.5px !important;
}

.main-gallery-curtain-right {
	right: 0;
}

.main-gallery .slick-next {
	 background: url(../images/main-gal-right.png) no-repeat center left;
	 right: -70px;
}

.main-gallery .slick-dots {
	list-style: none;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 25px;
}

.main-gallery .slick-dots li {
	display: inline-block;
	line-height: 3px;
	max-width: 40px;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 40px;
}

.main-gallery .slick-dots button {
	color: transparent;
	height: 3px;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.6);
	max-width: 40px;
	width: 100%;	
}

.main-gallery .slick-dots .slick-active button {
	background: rgba(255, 255, 255, 1);
}

.main-gallery-first-page {
    z-index: 30000;
    position: relative;
    width: 450px;
    color: #FFF;
    top: calc(50% - 62px);
	padding-top: 30px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
}

.main-gallery-first-page h1 {
	margin: 0;
    font-family: DinProRegular;
    font-size: 28px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    padding: 0;
}

.main-gallery-first-page h2 {
    font-family: DinProLight;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

@media (max-width: 600px) {
	.main-gallery-first-page {
		max-width: 310px;
		padding: 20px 10px;
		padding-bottom: 10px;
		top: calc(50% - 50px);
	}
	
	.main-gallery-first-page h1 {
		font-size: 21px;
	}
	
	.main-gallery-first-page h2 {
		font-size: 11px;		
		padding-bottom: 0;
	}
}

@media (max-width: 1110px) {
  .main-gallery .slick-next {
	 	background: url(../images/main-gal-right.png) no-repeat center right;
	 	right: calc(100%/2 - 880px/2 + 20px);
		width: 50px;
	}
	
	.main-gallery .slick-prev {
		background: url(../images/main-gal-left.png) no-repeat center left;
		left: calc(100%/2 - 880px/2 + 20px);
		width: 50px;
	}
}

@media (max-width: 880px) {
  .main-gallery .slick-next {
	 	background: url(../images/main-gal-right.png) no-repeat center right;
	 	right: 20px;
		width: 50px;
	}
	
	.main-gallery .slick-prev {
		background: url(../images/main-gal-left.png) no-repeat center left;
		left: 20px;
		width: 50px;
	}
}


/****** NAV LINE *****/
.nav-line {
	color: #FFF;
	min-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	align-items: center;
	display: flex;
}

.nav-line-news {
	color: #666;
	min-height: 60px;
	font-size: 16px;
}

.nav-line-icon {
	width: 20px;
	height: 20px;
	margin-top: 3px;
    margin-bottom: -5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 20px;
	float: left;
}

.nav-line-front .nav-line-icon {
	margin-right: 0px;
}

.nav-line .container-910 {
	width: 100%;
	max-width: 980px;
}

.nav-line ul li {
	display: inline-block;
	padding-top: 3px;
	line-height: 30px;
	letter-spacing: 1.3px;
	/*float: left;*/
}

.nav-line ul li:hover {
	color: #A8C84C;
	cursor: pointer;
}

.nav-line .subcategory-title {
	color: #A8C84C;
}

.nav-line ul.news li {
	float: left;
}


.nav-line .col-md-12 {
	display: flex;
	align-items: stretch;
}

.nav-line ul {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 200px;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nav-line-news ul {
	margin-bottom: 14px;
	margin-top: 14px;
}

.nav-line-news ul li:hover {
	color: inherit;
}

.nav-line ul li {
	text-align: left;
}

.nav-line .down-arrow {
	cursor: pointer;
	background: url(../images/down.png) no-repeat center center;
	width: 20px;
	background-size: 15px;
	height: 9px;
	margin-left: 60px;
	margin-right: 60px;
}

.down-arrow-wrap {
	height: 1px;
	width: 1px;
	overflow: visible;
	top: -27px;
	position: relative;
	margin-left: 90px;
}

.nav-line .down-arrow-2 {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	display: block;
	top: -5px;
	position: absolute;
	background: #A8C84C;
	background-image: url(../images/double-arrow.png);
	background-repeat: no-repeat;
	background-size: 38%;
	background-position: center 54%;
	right: 0;
}

.nav-line .down-arrow-2: hover {
	cursor: pointer;
}

.nav-line .back-parent {
	display: inline-block;
}


.nav-line .back-parent.news div {
	height: 40px;
	min-height: auto;
	border-right: 2px solid #c9c9c9; 
}

.nav-line .back a {
	color: #aeaeae;
}

.nav-line .nav-line-center-bumper {
	flex-grow: 0; 
	flex-basis: 65px; 
	flex-shrink: 100;
}

.nav-line .back {
	padding-left: 35px;
	padding-right: 30px;
	cursor: pointer;
	color: #aeaeae;
	min-height: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 2px solid #646464;
	background: url(../images/back.png) no-repeat left center;
	margin-right: 20px;
	width: 125px;
	flex-grow: 0;
	flex-shrink: 0;
    background-size: 5px 12px;
}

.nav-line .content-arrow {
	cursor: pointer;
	min-height: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	background: url(../images/down.png) no-repeat center center;
	width: 20px;
	background-size: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 0px;
}

@media only screen and (min-width: 992px) {
	.nav-line .content-arrow {
		margin-right: 12px;
	}
	
	.nav-line-front .content-arrow {
		margin-right: 7px;
	}
	
	.nav-line-front .content-arrow.first-arrow {
		margin-right: 0px;
		margin-left: 7px;
	}
	
	.nav-line-front .content-arrow.second-arrow {
	    margin-left: 0px;
	}
}

.first-circle {
	display: none;
}

.nav-line-front .first-circle {
	display: inline;
	padding-left: 13px !important;
}

@media only screen and (min-width: 1192px) {
	.nav-line .content-arrow {
		margin-right: 32px;
		margin-left: 75px;
	}
	
	.nav-line-front .content-arrow {
		margin-right: 27px;
	}
	
	.nav-line-front .content-arrow.first-arrow {
		margin-right: 0px;
		margin-left: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.nav-line .back {
		padding-right: 0;
		width: 0;
	}
	
	.nav-line .back span {
		display: none;
	}
}


@media only screen and (max-width: 840px) {
	.nav-line ul {
		display: block;
	}
	
	.nav-line ul li {
		display: block;
	}
	
	.nav-line .first-circle {
		display: inherit;
	}
	
	.nav-line .down-arrow-wrap {
		right: 15px;
		top: -23px;
		position: absolute;
		top: -5px;
	}
}


.nav-line .back span {
	margin-top: 2px;
}

.nav-line .circle {
    padding-right: 14px;
	padding-left: 14px;
    color: #646464;
    font-size: 11px;
    float: left;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 25px;
	text-align: center;
	line-height: 29px;
}

.nav-line-news .circle {
	color: #aeaeae;
}


.nav-line .news {
	text-align: left;
}

.nav-line .news .back {
	margin-top: 10px;
}

.nav-line ul.news {
	margin-left: 13px;
}

.nav-line-front .content-arrow {
	min-height: 40px;
	width: 30px;
}

@media only screen and (max-width: 1192px) {
	
}


.main-content {
	padding-top: 56px;
	padding-bottom: 52px;
	min-height: 270px;
}

.main-content .col-md-6:first-child {
	display: flex;
	flex-direction: column;
}

.main-content .inflater {
	flex-grow: 1;
	flex-shrink: 1;
	display: block;
	width: 100%;
	min-height: 20px;
}


.main-content h1, .main-content h2 {
	font-family: DinProLight;
}

.main-content h1 {
	font-size: 42px;
	margin: 0;
}

.main-content h2 {
	font-size: 24px;
	margin-bottom: 2px;
}

.main-content .text {
	line-height: 23px;
	font-size: 16px;
	color: #666666;
}

.content-image {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

@media (max-width: 1200px) {
	.content-image {
		background-position: left bottom;
	}	
}

.front-page .content-image {
	width: 80px;
	height: 80px;
}

.main-content .col-title div[class^=col- ] {
	padding: 0;
}

.main-content .first-column-content {
	flex-direction: column;
	justify-content: space-between;
}

.main-content .first-column-content div {
	flex-basis: auto;
}

@media screen and (min-width: 1200px) {
	.main-content .first-column-content {
		flex-direction: row;
	}
	
	.main-content .first-column-content div {
		flex-basis: 0;
	}
}



@media screen and (min-width: 1200px) {
	.content-image {
		/*margin-right: 30px;*/
		margin-top: -7px;
	}
}

@media screen and (max-width: 767px) {
	.main-content .row {
		/*display: block;*/
		align-items: stretch;
	}
}

.main-content .content-seperator {
	width: 100%;
	display: block;
    border-bottom: solid 2px #A5C855;
	margin-bottom: 20px;
}



.categories-wrap-outter {
	margin-bottom: 50px;
}


.categories {
	display: flex;
}

.categories button {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50px;
}

.categories > div {
	flex-grow: 1;
}


.categories .cat-item {
	width: 90px;
	display: inline-block;
}

.categories .cat-item-img {
	width: 40px;
	height: 40px;
	display: block;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}

.categories .cat-item-text {
	color: #a8a8a8 !important;
	text-align: center;
	font-size: 11px;
    font-family: DinProMedium;
	white-space: normal;
    line-height: 14px;
    text-transform: uppercase;
}


.categories .cat-item:hover .cat-item-text {
    color: #A5C855 !important;
}


.categories .slick-prev, .categories .slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.categories .slick-prev {
	margin-left: -50px;
	background: url(../images/categories-left.png) no-repeat center left;
	background-size: 21px 50px;
}

.categories .slick-next {
	background: url(../images/categories-right.png) no-repeat center right;
	margin-right: -50px;
	background-size: 21px 50px;
}

@media (max-width: 1020px) {
	.categories .slick-prev,
	.categories .slick-next {	
		margin-left: 0;
		margin-right: 0;
	}
}

/*** PARTNERS ***/

.partners {
	border: 0 !important;
	overflow: hidden;
	transition: height 0.15s ease-out;
    margin-bottom: 37px;
}

.partners.ui-tabs, .partners.ui-tabs .ui-tabs-nav {
	padding: 0 0 12px 0 !important;
}

.partners.ui-tabs .ui-tabs-nav li {
	margin: 0;
}

.partners .ui-widget-header {
    border: 0;
    background: 0;
    color: #666666;
    font-weight: bold;
}

.partners .ui-tabs-tab {
	font-size: 16px;
	flex-grow: 0;
}

.partners .ui-state-default {
	background: 0;
	border: 0;
	font-family: DinProRegular;
}

.partners .ui-state-active a {
	color: #A5C855;
	font-family: DinProMedium;
}

    .partners ul li
      {
        display:inline-block;
		padding: 0 0px;
		margin: 0;
    }
	
.partners .ui-tabs-nav
{
	padding: 0;
    padding-bottom: 9px;
    border-bottom: 2px solid #A5C855;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.partners .ui-tabs-nav a
	{
		padding: 0 !important;
		padding-bottom: 3px !important;
	}

.partners .circle {
    color: #c2c2c2;
    font-size: 11px;
    padding: 0 5px !important;
    vertical-align: top;
	line-height: 18px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 30px;
	text-align: center;
}

@media screen and (max-width: 992px) {
    .partners .circle {
    	flex-grow: 0;
	}
}
	
.partners .ui-tabs-panel {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
	
.partner-panel {
	/*column-count:5;*/

    column-rule: 1px double #f0f0f0;
    column-rule-color: #f0f0f0;
    
    /*-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;*/
	
	column-width: 140px;
	font-family: DinProRegular;
}

.partner-item
{
	/*width: 150px;*/
    line-height: 15px;
    padding-top: 5px;
	color: #666666;
    font-size: 12px;
	padding-right: 20px;
}

/*
@media only screen and (max-width: 950px) {
	.partner-panel {
		column-count:4;
	}
}

@media only screen and (max-width: 850px) {
	 .partner-panel {
		column-count:3;
	}
}
*/


/*** CONTACT ***/
.contact-map .map-info {
	width: 200px;
	display: inline-block;
	padding: 20px;
	background: #4d4d4d;
	font-size: 14px;
	color: white;
	line-height: 18px;
    pointer-events: all;
}

.contact-map .map-info b {
	font-weight: normal;
	font-family: DinProBold;
}

.contact-map .map-logo {
    height: 180px;
    width: 100%;
    background: url(../images/logo-round.png) no-repeat center center;
    background-size: 100px 100px;
}

.map-facebook {
	height: 11px;
	width: 11px;
	background: url(../images/facebook.png) no-repeat center center;
	background-size: contain;
    display: inline-block;
	margin-right: 5px;
}

.map-instagram {
	height: 11px;
	width: 11px;
	background: url(../images/instagram.png) no-repeat center center;
	background-size: contain;
    display: inline-block;
	margin-right: 5px;
}

.contact-map .map {
	width: 100%;
	display: inline-block;
	height: 100%;
	position: absolute !important;
	top: 0;
	z-index: 0;
}

.map-info-wrap {
	position: relative;
	z-index: 1;
    pointer-events: none;
}

@media (max-width: 640px) {
	.contact-map .map {
		width: 100%;
		height: 300px;
		position: relative !important;
	}
	
	.contact-map .map-info {
		text-align: center;
		width: 100%;
	}
	
	.contact-map .col-md-12 > div {
		display: block;
	}
	
	.news-article .col-md-6.text {
		padding: 35px;
	}
}

/**** JOBS ****/

#goto-jobs ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c2c2c2;
	font-style: normal;
}
#goto-jobs :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c2c2c2;
	font-style: normal;
}
#goto-jobs ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c2c2c2;
	font-style: normal;
}
#goto-jobs :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c2c2c2;
	font-style: normal;
}

#goto-jobs {
	padding-bottom: 40px;
	color: #666666;
}

#goto-jobs #list .band-title {
	font-family: DinProRegular;
}

#goto-jobs .job-apply {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 2px;
}

#goto-jobs input[type="text"],
#goto-jobs input[type="email"],
#goto-jobs .button {
	width: 100%;
	height: 23px;
	border: none;
	padding-left: 14px;
	text-align: left;
	margin-bottom: 10px;
}

#goto-jobs input[type="text"],
#goto-jobs input[type="email"] {
	height: 24px;
	border: 1px solid white;
	font-size: 12px;
	line-height: normal;
}

input[type="file"] + label {
	cursor: pointer;
}

#goto-jobs .button {
	color: white;
	background: #c2c2c2;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 0;
}

#goto-jobs .send-button {
	width: 100%;
	height: 25px;
	background: #A5C855;
	display: block;
	line-height: 28px;
	border: none;
	padding-left: 15px;
}

@media (min-width: 1200px) {
	#job-form .button-group div:first-child {
		padding-right: 5px;
	}
	
	#job-form .button-group div:not(:first-child) {
		padding-left: 5px;
	}
}

.job {
	margin-bottom: 10px;
}

.job .title {
	text-transform: uppercase;
	font-size: 12px;
	font-family: DinProMedium;
	letter-spacing: -0.25px;
}

.job .job-header {
	height: 60px;
	max-height: 60px;
	background: white;
	justify-content: space-between;
    align-items: center;
	padding: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: baseline;
	overflow: hidden;
}

.job-header.no-flex {
	display: block;
	padding-top: 11px;
}

.job-header.no-flex .job-description {
	margin-top: -4px;
	padding-right: 22px;
}

.job .job-header .expander {
	display: block;
	height: 15px;
    width: 15px;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/plus.png);
    cursor: pointer;
    background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	bottom: 35px;
}

.job .job-description {
	color: #c2c2c2;
	font-size: 12px;
	margin-top: -2px;
	max-height: 18px;
    overflow: hidden;
}

.job-expanded .job-description {
	max-height: 500px;
}

.job-expanded .expander {
	bottom: 15px;
	background-image: url(../images/minus.png) !important;
}


/**** FOOTER ****/

.footer {
	min-height: 80px;
	max-width: calc(880px + 195px);
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
}

.footer, .footer a {
	font-size: 12px;
    color: #aeaeae;
}

.footer .inflater {
	flex-grow: 1;
	flex-shrink: 1;
}

.footer .inflater-logo {
	flex-grow: 0;
	flex-shrink: 100000000000;
	flex-basis: 82px;
}

.footer .footer-logo {
	background: transparent url(../images/logo-footer.png) no-repeat;
    height: 40px;
    width: 136px;
    float: left;
    flex-shrink: 0;
	flex-grow: 0;
	margin-right: 30px;
	background-size: contain;
}

.footer .aaa {
	background: transparent url(../images/aaa.png) no-repeat;
    width: 58px;
    height: 32px;
    background-size: 58px 32px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 20px;
}


/*** PROJECTS ***/

.projects ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*
.projects ul:after {
	content: "";
	flex: auto;
}
*/

.sort-options {
    font-family: DinProLight !important;
    font-size: 24px;
    line-height: 80px;
    height: 80px;
    color: #a8a8a8;
    text-align: right;
}

.sort-options span:hover {
	cursor: pointer;
}

.sort-options span.selected {
    font-family: DinProMedium;
}

.sort-options span:last-child {
	margin-right: 10px;
}

.project-thumb {
	width: 210px;
    height: 170px;
    background: #FFF;
    padding: 5px 5px 10px 5px;
    color: #666666;
    display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.project-thumb {
		width: calc(210px * 1.42857);
    	height: calc(170px * 1.42857);
	}
}

.project-thumb.hidden {
	height: 0px !important;
	display: inline-block;
	padding: 0;
}

.icon-video-wrap {
    height: 50px;
    width: 27px;
    
	background: white;
    position: absolute;
    bottom: 15px;
	right: 5px;
}

.icon-video {
	margin-top: 15px;
	margin-left: 5px;
	height: 22px;
    width: 22px;
	background: url("../images/video.svg") no-repeat;
	background-size: contain;
}

.project-thumb a {
	color: #666;
}

.project-thumb:hover,
.GI_TW_Current .icon-video-wrap {
	background: #A5C855;
	color: white;
}

.project-thumb:hover .icon-video-wrap {
	background: #A5C855;
}

.project-thumb:hover a {
	color: white;
}

.project-thumb:hover .project {
	color: #eaeaea;
}

.project-thumb-title {
    font-family: DinProRegular;
    font-size: 14px;
    height: 45px;
    vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
	padding-top: 4px;
	max-width: calc(100% - 30px);
	overflow: hidden;
	line-height: 18px;
	display: inline-block;
}

.project-thumb-title .company {
	margin-bottom: -3px;
    margin-top: 4px;
}

.project-thumb-title .project {
	font-size: 12px;
	color: #999;
}

.project-thumb .inflater {
	height: 20px;
	background: #f0f0f0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

.project-thumb-img {
	width: 100%;
	height: calc(100% - 55px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*** PROJECT DETAILS ***/
.project-details {
	min-height: 200px;
	/*max-height: 535px;*/
}

.project-details .slick-list {
	height: 495px;
}

.project-details-similiar .slick-list {
	height: auto;
}

.project-details-gallery {
	/*max-height: 400px;*/
}

.project-details-gallery-video,
.project-details-gallery-thumb {
	width: 100%;
	/*min-height: 400px;*/
	height: 100%;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
}

.project-details-gallery-video {
	text-align: center;
	max-height: 495px;
}

.project-details-gallery-video iframe {
	width: 100%;
}

.project-details-desc {
	position: relative;
	background: white;
	font-size: 12px;
	padding: 10px 15px;
	display: flex;
	min-height: 50px;
	align-items: center;
}

.project-details-desc-inner {
	width: 60%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100px;
    display: flex;
    align-items: center;
	line-height: 14px;
	margin-top: 2px;
}

.project-details-desc strong {
	font-weight: normal;
	font-family: DinProBold;
}

.project-details-desc .category-icon {
	height: 20px;
	background-size: contain;
	width: 20px;
	background-repeat: no-repeat;
	margin: 5px;
	margin-left: 10px;
	display: inline-block;
	background-position: center center;
}

.project-details-categories {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	padding-left: 30px;
}

.show-on-map {
	background-image: url(../images/show-on-map.png);
    background-size: 20px 20px !important;
    background-position: center center;
	cursor: pointer;
}


.show-on-map .show-on-map-text {
	display: none;
	color: #a6c754;
    position: absolute;
    z-index: 60000;
    width: 130px;
	margin-top: -75px;
    text-align: right;
    right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: DinProMedium;
}

@media (max-width: 640px) {
	.project-details-desc {
		display: block;
	}
	.project-details-desc-inner {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.project-details-categories {
		justify-content: center;
	}
	
	.show-on-map .show-on-map-text {
		margin-top: -100px;
	}
}

.show-on-map:hover .show-on-map-text {
	display: inline;
}

.project-details-similiar {
	max-height: 80px;
	background: #e1e1e1;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 50px;
}

.project-similiar-thumb {
	width: 180px;
	background: #ededed;
	overflow: hidden;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	cursor: pointer;
	height: 60px;
}

.project-similiar-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 60px;
	width: 60px;
	display: inline-block;
}

.project-similiar-title {
	width: 102px;
	display: inline-block;
	max-height: 54px;
	overflow: hidden;
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 14px;
	margin: 6px;
	margin-bottom: 0;
	margin-left: 12px;
    top: 12px;
    position: absolute;
} 

.slick-arrow {
	cursor: pointer;
}

.project-similiar-title div:first-child {
	font-family: DinProMedium;
}

.GI_TW_expander .GI_TW_bg {
	background: #333333;
	width: 1000vw;
	margin-left: -500vw; 
	height: 100%;
	display: block;
 	content: "hi";
 	position: absolute;
}

.GI_TW_expander  .GI_TW_expander-inner {
	overflow: visible;
	width: 100%;
	/*max-width: 880px;*/
}

 .GI_TW_expander {
	 /*max-width: 880px;*/
	 margin-top: 5px;
 }

.GI_TW_Current {
	background: #A5C855;
	color: white;
}

.GI_TW_Current .project {
	color: #eaeaea;
}

.GI_TW_Current a {
	color: white;
}

.GI_TW_Current .icon-video {
	background: none;
}

.GI_TW_expander .GI_TW_pointer {
	border-bottom: transparent 20px solid;
	border-top: #A5C855 solid 13px;
	border-left: 30px transparent solid;
	border-right: 30px transparent solid;
	margin-top: -25px;
}

.GI_TW_expander .GI_TW_close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 30px;
    cursor: pointer;
	background: url(../images/close-projects.png) no-repeat center center;
	background-size: contain;
	z-index: 60000;
}

.project-details .slick-prev, .project-details .slick-next  {
	position: absolute;
	left: -50px;
	z-index: 10;
	height: 100%;
	outline: 0;
	border: 0;
	color: transparent;
	background: transparent url(../images/arr-projects-left.png) no-repeat left center;
	background-size: 21px 50px;
	opacity: 0.5;
}

.project-details .slick-next  {
	right: -50px;
	background: transparent url(../images/arr-projects-right.png) no-repeat left center;
    left: auto;
    top: 0px;
    background-size: 21px 50px;
	opacity: 0.5;
}

.project-details-title {
	margin-bottom: 4px;
}

.project-details-similiar .slick-prev {
	left: 0px;
	width: 50px;
	background: #e1e1e1 url(../images/details-prev.png) no-repeat center center;
}

.project-details-similiar .slick-next {
	right: 0px !important;
	width: 50px;
	background: #e1e1e1 url(../images/details-next.png) no-repeat center center;
}

.projects-arrow-down {
	width: 40px;
	background: transparent url(../images/projects-arrow-down.png) no-repeat center center;
	background-size: contain;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
}


/*** REGISTER NEWS ***/
.register-news .col-md-12 {
	min-height: 50px;
	color: #aeaeae;
	display: flex;
	align-items: center;
    padding-top: 1px;
}

.register-news span {
	padding-left: 5px;
	padding-right: 5px;
	flex-grow: 0;
	flex-shrink: 0;
}

.register-news .expand {
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 100px;
	line-height: 6px;
}

.register-news input {
	width: 100%;
	border: 0;
	outline: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin-top: -2px;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	border: 1px solid white;
}

#register-news-wrap {
	text-align: center;
	width: 50px;
}

@media (max-width: 680px) {
	.register-news .col-md-12 {
		padding-top: 5px;
		display: block;	
	}
		
	.register-news span {
		display: block;
		margin-top: 5px;
	}
	
	.register-news #name {
		margin-bottom: 4px;
	}
	
	#register-news-btn {
		padding-top: 5px;
	}
}

/*** NEWS ***/
.news-article-wrap {
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width: 1100px) {
	.news-article-wrap.col-xl-6 {
		flex: 0 0 100%;
    	max-width: 100%;
	}
}

@media (min-width: 1465px) {
	.news-article-wrap.col-xl-6 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	
	.news-article .header {
		overflow: hidden;
		height: 50px;
	}
}

.news-article .header {
	background: #A5C855;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.news-article .title {
	font-family: DinProRegular;
	font-size: 18px;
	color: #53642b;
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 23px;
}

.news-article .date {
	flex-grow: 0;
	flex-shrink: 0;
	float: right;
    font-family: DinProRegular;
    font-size: 14px;
    color: #53642b;
	padding-left: 15px;
}

.news-article .content {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    min-height: 240px;
	
	margin-top: 0px;
	overflow: hidden;
}

.news-article .content > .row > div {
	-webkit-transition: max-height 0.5s; /* Safari */
    transition: max-height 0.5s;
}


.news-article .content .text {
	padding: 20px;
	padding-top: 15px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: white;
}

.news-article .images {
	padding-right: 0;
	padding-left: 0;
}

.news-article .images div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
}

.news-article .expander {
    height: 11px;
    width: 11px;
    position: absolute;
    top: 260px;
    right: 40px;
	background-position: center center;
	background-size: contain;
	background-image: url(../images/plus.png);
	cursor: pointer;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.news-article .expander {
		bottom: 20px;
		top: initial !important;
	}
	
	.news-article .col-md-6.text {
		padding: 35px;
	}
}

@media (max-width: 450px) {
	.news-article .header {
		display: block;
	}
	
	.news-article .date {
		padding-left: 0;
		float: none;
	}
}


/*** MODAL WINDOW ***/
#global-modal.in {
	display: flex !important;
    align-items: center;
}

.modal-dialog {
	max-width: 880px;
    z-index: 64100;
	border: 0;
	color: #636563;
    font-size: 18px;
    line-height: 23px;
	margin: 0 auto;
}

#global-modal .modal-dialog {
	max-width: 545px;
}

.modal-dialog .modal-text,
.modal-dialog .modal-trans {
	padding: 40px 70px 30px 50px;
	position: relative;
}

.modal-dialog .modal-trans {
	background: #a0c15c;
	color: #52632b !important;
	padding: 45px 50px 25px 50px;
}

#global-modal .modal-dialog .modal-trans select {
	background: #a0c15c;
	font-family: DinProMedium;
	border: 1px solid #52632b;
	color: #52632b;
	padding: 4px 2px 2px 2px;
	border-radius: 3px !important;
}

#global-modal .modal-dialog .modal-trans .skiptranslate {
	color: #52632b;
}

#global-modal .modal-trans {
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#global-modal .modal-trans > div:nth-child(2) {
	padding-right: 10px;
}

#stop-translate {
	background: #a0c15c;
	font-style: italic;
	margin-top: -23px;
	position: relative;
	z-index: 100;
	text-align: center;
	font-family: DinProMedium;
	cursor: pointer;
}

.modal-dialog .close {
	background: url(../images/close-global.png) no-repeat center center;
    right: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: contain;
	opacity: 1;
	z-index: 20;
}

.modal-dialog .close:hover {
	cursor: pointer;
}

.modal-dialog .modal-text {
	border: 0;
}

.modal-dialog h3 {
	font-size: 19px;
    font-family: DinProMedium;
    margin-bottom: -7px;
	margin-bottom: 15px;
}

.modal-dialog h3 span {
    font-family: DinProBold;
}

.modal-dialog .image {
    width: 60px;
    background: transparent url(../images/dog_green.png) no-repeat center center;
    height: 48px;
    background-size: 60px;
    position: absolute;
    right: 10px;
    bottom: -1px;
	z-index: 100;
}

.modal-dialog p {
	margin-bottom: 15px;
}

/*** INQUIRY ***/
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

.modal.fade:not(.in).fade-in .modal-dialog {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#inquiry-modal ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
	font-style: normal;
}
#inquiry-modal :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
	font-style: normal;
}
#inquiry-modal ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
	font-style: normal;
}
#inquiry-modal :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
	font-style: normal;
}

#inquiry-modal .modal-text {
	position: relative;
}

#inquiry-modal .modal-trans .row {
	display: flex;
	height: 100%;
}

#inquiry-modal .modal-trans > .row > .col-md-4 > .row {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}


#inquiry-modal .col-md-4 .col-md-6 {
	min-height: 80px;
}
/*
#inquiry-modal .modal-trans .row .col-md-3 {
	min-height: 100px;
	flex-grow: 1;
}*/

#inquiry-modal h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	font-family: DinProMedium; 
	color: #53642b;
}

#inquiry-modal .flex-height-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
	height: 230px;
	overflow: hidden;
}

#inquiry-modal input,
#inquiry-modal textarea {
	border: 1px solid #8faf4d;
	background: #8faf4d;
	color: white;
	font-size: 12px;
	width: 100%;
	padding-left: 12px;
	padding-right: 9px;
	display: block;
}


#inquiry-modal input[type="text"],
#inquiry-modal input[type="email"] {
	height: 23px;
	line-height: 24px;
	margin-bottom: 9px;
}

@media (max-width: 910px) {
	#inquiry-modal .col-md-6,
	#inquiry-modal .col-md-4,
	#inquiry-modal .col-md-8 {
		width: 100%;
	}
	
	#inquiry-form > .row  {
		display: block !important;
	}
	
	#inquiry-form .contact-question .col-md-6 {
		flex-basis: 100px !important;
	}
	
	#inquiry-modal .flex-height-wrap {
		position: static !important;
		height: 100px;
	}
	
	#inquiry-modal .files,
	#inquiry-modal button {
		height: 75px !important;
		overflow: hidden;
	}
}

#inquiry-modal textarea {
	height: 118px;
	margin-bottom: 9px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

#inquiry-modal .modal-dialog .modal-trans {
	padding-top: 15px;
}

#inquiry-modal .contact-question {
	display: flex !important;
}

@media (max-width: 650px) {
	#inquiry-modal .contact-question {
		display: block !important;
	}
}

#inquiry-modal .contact-question .col-md-6 {
	flex-grow: 1;
	flex-basis: 280px;
}

#inquiry-modal .contact-question .col-md-6:first-child {
	flex-grow: 1;
	flex-basis: 280px;
}


#inquiry-modal .checkbox {
	width: 100%;
	background: #8faf4d;
	/*min-height: 25px;*/
	font-size: 12px;
	margin-bottom: 9px;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#inquiry-modal .checkbox label {
	line-height: 24px;
	padding-left: 9px;
	margin-top: 3.5px;
}

#inquiry-modal label, #inquiry-modal input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	cursor: pointer;
}

#inquiry-modal input[type="checkbox"]:checked:after {
	content: '\2714';
	color: transparent;
	background: transparent url(../images/checkmark.png) no-repeat center center;
	background-size: 14px 10px;
	width:25px;
	height: 25px;
	display: block;
}

#inquiry-modal input[type="checkbox"] {
	height: 25px;
	background: #53642b;
	width: 25px;
	border: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-grow: 0;
	flex-shrink: 0;
}

#inquiry-modal input[type="file"] {
	height: 0.1px;
	width: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#inquiry-modal .files {
	width: 100%;
	height: calc(100% - 35px);
	background: #8faf4d url(../images/inquiry-upload.png) no-repeat center center;
	background-size: 28px 35px;
	position: relative;
}

#inquiry-modal button {
	width: 100%;
	height: 100%;
	border: 0;
	background: #8faf4d url(../images/inquiry-send.png) no-repeat center center;
	background-size: 28px 24px;
}

#inquiry-modal .files:hover {
	background-image: url(../images/inquiry-upload-hover.png);
}

#inquiry-modal button:hover {
	background-image: url(../images/inquiry-send-hover.png);
}	


/*** GOOGLE SEARCH ***/
.google-search {
	height: 0px;
	overflow: hidden;
}

	.dropdown-submenu:hover > .dropdown-menu {
	  display: none;
	}
	
	.modal-trans .translate-arrow {
		width: 15px;
	    background: transparent url(../images/translate-arrow.png) no-repeat center center;
	    height: 71px;
		margin: 0 70px;
		background-size: contain;
	}
	
#inquiry-modal .inquiry-upload-text {
	text-align: center;
	position: absolute;
	bottom: 22px;
	font-family: DinProMedium;
	font-size: 10px;
	line-height: 11px;
	left: 0;
    right: 0;
	color: #53642b;
}

#inquiry-modal button.sent
{
	background-image: 0;
	font-family: DinProMedium;
	font-size: 10px;
	line-height: 11px;
	color: #53642b;
	background: #8faf4d;
}
	
/*** COOKIES ***/
.cookies {
	background: #333;
	font-style: italic;
	font-size: 12px;
	width: 100%;
	color: white;
}

.cookies > div {
	margin: 0 auto;
	padding: 20px 10px;
	position:  relative;
}

.cookies .text {
	width: calc(100% - 150px);
	display: inline-block;
}

.cookies .options {
	position: absolute;
	right: 10px;
	width: 100px;
	display: inline-block;
	top: 0;
	height: 100%;
}

.cookies .options span {
	right: 25px;
	position: absolute;
	width: 80px;
	display: none;
	margin-top: -2px;
	text-align: right;
}

#accept, #reject {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

#accept {
	right: 20px;
	color:#92b251;
	background-image: url(../images/cookies-ok.png);
}

#reject {
	right: 0;
	color: #ff1f25;
	background-image: url(../images/cookies-deny.png);
}

#reject span {
	margin-right: 20px;
}

#accept:hover > span, #reject:hover > span {
	display: inline-block;
}

/*#map-placeholder {
	height: 400px;
}*/

.project-map-text {
	font-size: 14px;
	color: white;
    height: auto;
    line-height: 20px;
    margin-top: 10px;
    text-transform: uppercase;
	height: 100%;
	position: relative;
	min-height: 410px;
}

.project-map-text .company {
    font-family: DinProMedium;
}

.project-map-text .title {
    font-family: DinProRegular;
}

.project-map-text .thumb {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	width: 160px;
	margin: 30px 0;
}

.project-map-text .address {
	text-transform: none;
}

.project-map-text .categories {
	margin-top: 10px;
	color: #c8c8c8;
	font-size: 12px;
	display: block;
	list-style: none;
}

.project-map-text .categories span {
	margin-right: 5px;
}

.project-map-text .categories li {
	text-transform: none;
	margin-left: -12px;
}

@media (max-width: 640px) {
	.project-map-text .thumb {
		margin: 10px auto 20px auto
	}
	
	.project-map-text .categories {
    	margin-bottom: -5px;
	}
	
	.project-map-text {
		min-height: 200px;
	}
}

@media (max-width: 992px) {
	.project-details .slick-next {
		right: 10px;
	}
	
	.project-details .slick-prev {
		left: 10px;
	}
}

@media (max-width: 640px) {
   .inflater {
	   display: none;
   }
   
   .footer-content {
	   display: block;
	   text-align: center;
   }
   
   .footer .footer-logo, .footer .aaa {
	   float: none;
	   margin: 10px auto;
   }
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important; 
}

@media only screen and (max-width: 960px) {
	.modal-trans tr td,
	.modal-trans tr  {
		display: block;
	}

	.modal-trans tr td:nth-child(2) div {
		display: none;
	}
	
	.modal-trans tr td:nth-child(3) div {
		margin: 10px 0 0 0 !Important;
	}
	
	#stop-translate {
		margin: -20px 0 0 0 !Important;
		text-align: left !important;
	}
}


body.modal-open {
    padding-right: 0 !important;
    overflow-y:hidden !important;
    position: fixed;
}

.page-eu-logo {
	max-height: 75px;
	margin-right: 40px;
}