/** MISC*/

body {padding:0}


a:hover, a:active, a:focus {
  outline: 0;
}

a.anchorlink {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

@media(max-width:767px) {
a.anchorlink {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
}

.vertcent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

div[itemprop="articleBody"] video {width:100%}

.relative {
	position: relative;
}

div[itemprop="articleBody"] .intro {
	padding: 40px 150px 40px;
	margin-bottom:40px;
/*background:url(../images/nordbar.png) bottom center no-repeat;
background-size:200px 15px;*/
}

@media(max-width:767px) {
	div[itemprop="articleBody"] .intro {
	padding: 30px 30px 45px 30px;
	/*margin-bottom:30px;
background-size:200px 15px;*/
}
	
}

.nomargin {
	margin: 0;
}


/*widgetkit*/
.uk-scope .uk-dotnav > * > * {
    border-color: #1BB8CF;
}

.uk-scope .uk-dotnav > .uk-active > *,
.uk-scope .uk-dotnav > * > :focus, .uk-scope .uk-dotnav > * > :hover {
	background-color: #1BB8CF;
}

/*boxlist*/
.boxlist {
	overflow: hidden;
	margin: 30px 0;
}

.boxlist li {
	display: inline-block;
	text-align: center;
	padding: 30px 10px;
	height: 185px;
	float: left;
	margin: 0 10px 10px 0;
	width: calc(25% - 10px);
}


.boxlist li img {
	display: block;
	height: 50px;
	margin: 0 auto 10px;
}


@media (max-width:1023px) {	
.boxlist li {
	width: calc(100% - 10px);
max-width:450px;	
	margin:5px;	
	height:70px;
	padding: 15px;
	text-align:left;
	}	
.boxlist li img {
	display: block;
	float:left;	
	height: 40px;
	margin: 0 15px 0 0;
}
	}


.boxlist.blue.anim li {
	animation-name: boxlbgblue;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
}

.boxlist.anim:hover li {
	animation: none;
}

@keyframes boxlbgblue {
	from {
		background: #1BB8CF;
	}

	10% {
		background: #1ED2CA;
	}

	20% {
		background: #1BB8CF;
	}

	to {
		background: #1BB8CF;
	}
}

.boxlist li:nth-child(1) {
	animation-delay: 200ms;
}

.boxlist li:nth-child(2) {
	animation-delay: 400ms;
}

.boxlist li:nth-child(3) {
	animation-delay: 600ms;
}

.boxlist li:nth-child(4) {
	animation-delay: 800ms;
}

.boxlist li:nth-child(5) {
	animation-delay: 1000ms;
}

.boxlist li:nth-child(6) {
	animation-delay: 200ms;
}

.boxlist li:nth-child(7) {
	animation-delay: 400ms;
}

.boxlist li:nth-child(8) {
	animation-delay: 600ms;
}

.boxlist li:nth-child(9) {
	animation-delay: 800ms;
}

.boxlist li:nth-child(10) {
	animation-delay: 1000ms;
}



/*superimage*/
body.spimgactive {
	overflow: hidden;
}

.superimg {
	cursor: zoom-in;
}

.superimg.active {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	cursor: zoom-out;
}

@media (orientation: landscape) {
	.superimg.active {
		height: 100vh;
		width: auto;
		margin-top:0;
	}
}

@media (orientation: portrait) {
	.superimg.active {
		height: auto;
		width: 100vw;
	}
}

#whiter {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(255,255,255,1);
	display: none;
}

.spimgactive #whiter {
	display: block;
}

/** MODULES STYLES*/
/* moduly musí mít layout wrap*/

.row {margin-left:0!important}

.MD-width-normal .module,
#deltawrap > .uk-scope {padding: 60px 0}

.MD-footer .module,
#copyrightwrap .module  {padding: 40px 15px;color:#a8a8a8}
#copyrightwrap .module span {color:#a8a8a8}


.MD-width-normal .module,
.MD-width-normal > .uk-margin,
.MD-width-normal > .uk-grid
{
	width: 1060px;
	margin: 0 auto;
	max-width:100%;
}

#header {
	width: 1200px;
	margin: 0 auto;
	max-width:100%;
}

.MD-width-plus .module,
.MD-width-plus > .uk-margin,
.MD-width-plus > .uk-grid,
.uk-scope > .MD-width-plus {
	width: 1280px;
	max-width:100%;
	margin: 0 auto;
}


.MD-width-wide .module,
.MD-width-wide > .uk-margin,
.MD-width-wide > .uk-grid,
.uk-scope > .MD-width-wide {
	width: 1600px;
	max-width:calc(100% - 30px);
	margin: 0 auto;
}

.MD-width-full .module,
.MD-width-full > .uk-margin {
	width: 100%;
}

.MD-text-left > h2,
.MD-text-left > p {
	width: 700px;
}

@media (max-width:1023px) {
	.module,
	.MD-width-normal .module	{padding:15px 15px;}	
}


/*tmave seda*/
.MD-dark,
.boxlist.blue li:hover {
	background-color: #555;
}

/*modra*/
.MD-blue,
.boxlist.blue li,
.boxlist.grey li:hover {
	background-color: #1BB8CF;
}

/*svetle seda*/
.boxlist.grey li {
	background-color: #A6B8BC;
}

/*ruzova*/
.MD-pink
{
	background-color: #E6007E;
	color:#fff;
}

.MD-pink a,
.MD-pink a:hover,
.MD-pink a:focus {color:#fff;text-decoration:underline;}

/** LANG */
/*.MDlang {
	width:100px;
	float:right;
	padding-top:10px;
}*/
/*na desktopu falang, na mobilech staticke odkazy na jaz. verze */
.moduletable.MDfalang {position:absolute;
right:0;
top:0;
}

div.mod-languages li
{
  margin-left: 0px;
  margin-right: 10px;
}

/*na mobilu neni falang*/
@media (max-width:1099px) {
	.moduletable.MDfalang {display:none;}
}

/*na desktopu nejsou odkazy v hlavnim menu*/
@media (min-width:1100px) {
	#mainmenu ul.nav li.item-125,
	#mainmenu ul.nav li.item-126,
	#mainmenu ul.nav li.item-127,
	#mainmenu ul.nav li.item-148,
	#mainmenu ul.nav li.item-150	{display:none;}
}


#mainmenu ul.nav li.item-125 a {margin-left:40px}

#mainmenu ul.nav li.item-125 a,
#mainmenu ul.nav li.item-126 a,
#mainmenu ul.nav li.item-127 a,
#mainmenu ul.nav li.item-148 a,
#mainmenu ul.nav li.item-150 a {
	padding-left:4px;
	padding-right:4px;
}

#mainmenu ul.nav li.item-125.active a,
#mainmenu ul.nav li.item-126.active a,
#mainmenu ul.nav li.item-127.active a,
#mainmenu ul.nav li.item-148.active a,
#mainmenu ul.nav li.item-150.active a,
#mainmenu ul.nav li.item-125:hover a,
#mainmenu ul.nav li.item-126:hover a,
#mainmenu ul.nav li.item-127:hover a,
#mainmenu ul.nav li.item-148:hover a,
#mainmenu ul.nav li.item-150:hover a {
	background-image:none;
}


@media (max-width:1100px) {
	#mainmenu ul.nav li.item-125 a {margin-left:20px}
}



@media (max-width:1099px) {
	#mainmenu ul.nav li.item-125 a {margin-left:0px}
	
	#mainmenu ul.nav li.item-125,
	#mainmenu ul.nav li.item-126,
	#mainmenu ul.nav li.item-148  	{
		/*border-right:1px solid #fafafa;*/
		}
	
	
	#mainmenu ul.nav li.item-125 ,
	#mainmenu ul.nav li.item-126 ,
	#mainmenu ul.nav li.item-127,
	#mainmenu ul.nav li.item-148,
	#mainmenu ul.nav li.item-150	{	
		/*width:33.33333%;*/
		width:50px;
		margin-top:30px;
	}
	
	#mainmenu ul.nav li.item-125 {
		margin-left:calc(50vw - 125px);
	}
	
}


/** HERO*/



#herowrap {
	position: relative;
	z-index: 98;
	margin-bottom:20px;
}

.PGfixed #herowrap {
	padding-top: 70px;
}

#herodummy {
	height: 100px;
}

#moveit {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 15px);
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,0.5);
	transition: opacity 0.2s ease;
	background: url(../images/scroll.gif) no-repeat;
	background-size: contain;
	cursor:pointer;
}

.smallhero #moveit {
	display: none;
}

.scrolled #moveit,
.PGfixed #moveit {	
	opacity: 0;
}

.bighero, .smallhero {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}






.smallhero {
	height: 0;
	padding-bottom: 650px;
}

.herotext {
	width: 600px;
	max-width:calc(100% - 45px);
	position: absolute;
	top: 300px;
	left: calc(50% - 600px);
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

@media(max-width:1279px) {
	.herotext {
		left: calc(50% - 570px);
	}
	
}

@media(max-width:1179px) {
	 .herotext {
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
	 }
}

@media(max-width:460px) {
	 .herotext {	
	left: 15px;	
	 }
}


.smallhero .herotext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.smallhero img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.smallhero .darkener {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color:rgba(0,0,0,0.35);
}

.smallhero .darkener-com {
  
}



/*.PGudrz .smallhero img {
	top: 0;
	transform: translate(-50%, 0);
}*/

.bighero video {width:100%;}

@media (max-width:1380px) {	.bighero video {width:auto;height:100%;}}


img.fine-res {filter: brightness(79%);
-webkit-filter: brightness(79%);
-moz-filter: brightness(79%);}


@media (min-width:1550px) {
.smallhero img.fine-30 {top: 30%;}
.smallhero img.fine-35 {top:35%;}
.smallhero img.fine-60 {top:60%;}
.smallhero img.fine-85 {top:85%;}
.smallhero img.fine-92 {top:92%;}
.smallhero img.fine-com {top:-50px;transform:translate(-50%,0);}
.smallhero img.fine-res {top:55%}
}


@media (max-width:1280px) {	.smallhero {padding-bottom: 300px;}}

@media (max-width:767px) {	
.smallhero img {width:200%;max-width:200%;}

.bighero video {
	animation: gomargin 21s linear;
}
	
@keyframes gomargin {
	from {margin-left:0}
	to {margin-left:-900px;}
}

}




/*LOGA SLIDER slideset WD-loga, WD-zazemi*/

.modwidget {width:715px;
max-width:100%;
}

.WD-loga .uk-panel > .uk-margin:first-child {
	background-size: 50% auto;
	background-color:#fff;
	border-radius:50%;
}

.uk-scope .WD-loga img {
  transform: scale(0.6,0.6);
}

.uk-scope .WD-loga.uk-slider ul,
.uk-scope .WD-zazemi.uk-slider ul {padding-top:90px;}

.uk-scope .WD-loga .uk-position-top-left,
.uk-scope .WD-zazemi .uk-position-top-left {top:10px;left:-10px}




.uk-scope .WD-loga .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within),
.uk-scope .WD-zazemi .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within)
 {
  position: absolute !important;
  width: 68px!important;
  height: 34px!important;
  padding: 0px!important;
  margin: 15px 15px 15px 0!important;
  overflow: visible!important;
}

.uk-scope .WD-loga .uk-position-small,
.uk-scope .WD-zazemi .uk-position-small  {
  margin: 15px 15px 15px 0!important;
}

.uk-slidenav svg {color:#fff!important}
.uk-slidenav svg  polyline {stroke-width:2.5!important}


/*MAIN*/
#mainwrap {
	width: 1070px; /*960px;*/
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

.PGhmp #mainwrap {
	width: 100%;
	max-width:100%;
	margin: 0;
}

.page-header {
	text-align: center;
	border-bottom: 0;
}


/** FORESTS */
.forecert {WIDTH:280PX;}

.PGproject #deltawrap,
.PGcommercial #deltawrap,
.PGforestery #deltawrap {
	background:#000;
	padding-bottom:60px;
}

.PGproject #deltawrap,
.PGcommercial #deltawrap h2,
.PGforestery #deltawrap h2 {
color:#fff;}


/*COMMERCIAL*/
.PGcommercial div[itemprop="articleBody"] img[src$="svg"], .forestmap {width:550px}

/** AREAL */
.MD-areal .module {
height:calc(100vh - 150px);
background:url(../../../../images/areal/areal.png) left center no-repeat;
background-size:auto 100%;
position:relative;
}


html[lang="en-GB"] .MD-areal .module {background-image:url(../../../../images/areal/areal-en.png);}
html[lang="de-DE"] .MD-areal .module {background-image:url(../../../../images/areal/areal-de.png);}

/*@media (orientation: landscape) {.MD-areal .module {background-size:auto 100%;}}
@media (orientation: portrait) {.MD-areal .module {background-size:100% auto;}}*/


.artext {
	position:absolute;
	left:60%;
	top:35%;
	width:calc(40% - 15px);
	text-align:left;
}

@media (max-width:800px) {
	.MD-areal .module {
		background-size:172% auto;
		background-position:top left;
		height:105vw;}
	.artext {
	left:70%;
	width:calc(30% - 15px);
	text-align:left;
}
		
}

@media (max-width:670px) {.MD-areal .module {height:115vw;}}

@media (max-width:599px) {
	.MD-areal .module {
		background-size:172% auto;		
		}
	.artext {
	left:15px;
	bottom:0;
	top:auto;
	width:calc(100% - 30px);	
}	
}

@media (max-width:610px) {.MD-areal .module {height:130vw;}}
@media (max-width:585px) {.MD-areal .module {height:140vw;}}
@media (max-width:455px) {.MD-areal .module {height:150vw;}}
@media (max-width:380px) {.MD-areal .module {height:160vw;}}






/** KONTAKTY MAPA*/
.PGcont,
.PGcont #mainwrap {
	background-color:#1FB8D0;	
}


.MD-map {}
@media(max-width:1023px)
{
.MD-map {position:relative;}
	.MD-map a {
		width:100%;
		display:block;
		position:absolute;
		height:300px;
		top:0;
		left:0;
		overflow:hidden;
		}
	
	.MD-map {height:300px;}
	.MD-map img {
		position:absolute;
		height:300px;
		max-width:1000%;
		top:0;
		left:50%;
		transform:translateX(-50%);		
		}
}


@media(max-width:630px){.MD-map img {left:40%;}}
@media(max-width:520px){.MD-map img {left:35%;}}


.galerie {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

.galerie img {
	width: calc(33.3333333% - 10px);
	display: inline-block;
	float: left;
	transition: width 0.3s ease;
}

.galerie img:nth-child(3n - 1) {
	margin: 0 10px;
}

.galerie img {
	margin-bottom: 10px;
}

.galerie img.zoomed {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: auto;
}

img.zoomed:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.95);
}


/** -vcard*/

.vcardline {
	width:100%;	
	overflow:hidden;
	text-align:center;
	margin:0 0 140px 0;
}

.vcard ,
.vcardhorizontal {
	display:inline-block;
}

.vcardhorizontal p {
	line-height:1.2;
}

.vcard *,
.vcardhorizontal * {
	color:#fff;
}

.vcard {
	width: 800px;
	max-width:100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.vcardhorizontal {
	width:33%;/*290px;*/
	text-align:center;
}

.vcphoto {
	width: 30%;
	float: left;
}

.vcardhorizontal .vcphoto {
	width:100%;	
	margin-bottom:15px;
	/*margin:20px 50px 20px 0;*/
	
}

.vcardhorizontal .vcphoto img  {
	width: 240px;
	display:block;
	margin: 0 auto;
}

.vctext {
	left: calc(30% + 30px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.vclangs {line-height:20px;}

.vclangs img {margin:0 5px;
height:20px;
  filter: saturate(0.75);  }
	

.vcardhorizontal .vctext {
	left: auto;
	position: relative;
	top: auto;
	transform: translateY(0);
}

.vcardhorizontal h3 {
	margin-bottom:30px;
/*font-size:1.2rem;
line-height:1.6*/}
}



.qricon  {
	width: 32px;
	height: 32px;
	margin: 15px 0 0 0;
	cursor: pointer;
	background: url(../images/qr-icon.png) bottom center no-repeat;
}

.qricon:hover,.qricon:focus {
	background-position: top center;
}

@media(max-width:1023px) {
	
	.vcardhorizontal { 
	margin:20px;
	min-width:300px;}
	
	.vcardline {
  margin: 0 0 30px 0;
}
	
	
	
	
	}

.whitebox {
	display: none;
	opacity: 0;
	transition: opacity 2s;
	cursor: pointer;
/*cursor:url(../images/cursor-close.png), pointer;*/;
}

.whitebox.active {
	display: block;
	opacity: 1;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.95);
	/*-webkit-box-shadow: 0px 0px 300px 500px rgba(255,255,255,0.9);
-moz-box-shadow: 0px 0px 300px 500px rgba(255,255,255,0.9);
box-shadow: 0px 0px 300px 500px rgba(255,255,255,0.9);*/;
}

.whitebox  img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	height: 360px;
}

/*div[itemprop="articleBody"] p:first-child {
	width:700px;
	margin:80px auto;	
	text-align:center;
	font-weight:500;
}*/
	


/** HEADER*/
#headerwrap {
	width: 100%;
	position: absolute;
	height: 180px;
	background: transparent;
	z-index: 99;
	background: #f7f7f7;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
	transition: top 0.5s ease;
}

#header {
	overflow: hidden;
}

.scrolled #header,
.PGfixed #header {overflow:visible;}

.scrolled #headerwrap,
.PGfixed #headerwrap {
	position: fixed;
	background-color: #f7f7f7;
	background-image: none;
	height: 70px;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
	
}

body:not(.PG-fixed) .scrolled #headerwrap {
animation: shownav 0.2s linear;}

@keyframes shownav {
	from {
		margin-top: -100px;
	}

	to {
		margin-top: 0;
	}
}

#headerwrap h1 {
	margin-top: 0;
}

#headerwrap h1 a {
	display: block;
	/*width: 417px;*/
	width: 350px;
	height: 200px;
	float: left;
	background-image: url(../../../../images/admin/bohman-logo-large.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
}

.scrolled #headerwrap h1 a,
.PGfixed #headerwrap h1 a {
	width: 350px;
	height: 59px;
	background-image: url(../../../../images/admin/bohman-logo-small.svg);
	background-size: 100% auto;
	margin-top: 0;
	margin-left:-132px;
}

/* finske dlouhe main menu */
/*html[lang="fi-fi"] #headerwrap h1 a {	width: 274px;}
@media (max-width:1059px) {	html[lang="fi-fi"] #headerwrap h1 a {	width: 220px;}}*/




@media (max-width:1350px) {
	.scrolled #headerwrap h1 a,
	.PGfixed #headerwrap h1 a {
		
		}
	
}

@media (max-width:1279px) {
	#headerwrap h1 a,
	.scrolled #headerwrap h1 a,
	.PGfixed #headerwrap h1 a {
		width: 300px;
		margin-left:30px; 		
		}	 
	
}

@media (max-width:1150px) {
	#headerwrap h1 a,
	.scrolled #headerwrap h1 a,
	.PGfixed #headerwrap h1 a {
		width: 200px;		
		}	 
	
}







@media (max-width:1043px) {
	
	#headerwrap h1 a {
		width: 200px;
		background-size:contain;
		margin-left:30px;}
	
	.scrolled #headerwrap h1 a,
	.PGfixed #headerwrap h1 a {
		margin-left:10px;
		margin-top:0;
		width:260px;
		background-size:contain;
	}

	
}



@media (max-width:460px) {
	
	#headerwrap h1 a {
		width: 180px;
		height:100px;
		margin-left:10px;}
	
	
	
	
	
	.scrolled #headerwrap h1 a,
.PGfixed #headerwrap h1 a {
		width:260px;		
	}
}


#mainmenu {
	float: right;
	/*margin-left: 30px;*/
	
}

#mainmenu ul.nav {
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#mainmenu ul.nav li {
	display: block;
	float: left;
}

#mainmenu ul.nav li a {
	padding:25px 10px 11px; /*upravit sirku active pozadi*/
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.nav > li > a:hover, 
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.scrolled #mainmenu ul.nav li a,
.PGfixed #mainmenu ul.nav li a {
	color: #000;
}

#mainmenu ul.nav li a {
	background-size:calc(100% - 18px) 0px;
	transition:background-size 0.2s ease;
}

#mainmenu ul.nav li.active a,
#mainmenu ul.nav li:hover a {
background-image:url(../images/1BB8CF.png);
background-position: center bottom;
background-size:calc(100% - 24px) 4px;
background-repeat:no-repeat;
}


/*MOBILE MAIN MENU*/

/*70px zahlavi
155px velke zahlavi
341px mobil navigace
47px bottom bar
*/


@media(max-width:1099px) {
	
	
	
	
	#mainmenu {
		width:100vw;
		position:fixed;
		top:70px;
		left:0;
		width:100%;
		margin:0;
		/*height:calc(100vh - 117px); /*70px zahlavi + 47px bottom bar*/
		height:calc(100vh - 70px); /*70px zahlavi + 47px bottom bar*/
		max-height:0;
		overflow:hidden;
		transition: max-height 0.3s, top 0.3s;		
		/*background: #D2EBF3 url(../images/NORDPARK.svg) no-repeat bottom right;
		background-size:auto calc(100vh - 477px); */ /*70px zahlavi + 360px menu + 47px bottom bar*/
		background-color:#1FB6D3;		
	}
	


	
body:not(.scrolled) #mainmenu,
body:not(.PGfixed) #mainmenu {
	top:155px;	
	height:calc(100vh - 155px); /*bottom bar neni viditelny*/
	background-size:auto calc(100vh - 496px);
} 

body.PGfixed #mainmenu,
body.scrolled #mainmenu {
	top:70px;
	/*height:calc(100vh - 117px); */
	height:calc(100vh - 70px); 	
	background-size:auto calc(100vh - 477px); 
	} 
	

	
	#mainmenu.opened {
		max-height:100vh;
		overflow:hidden;
		animation:showbg 0.3s ease-out;
	}
	
	@keyframes showbg {
		from {background-position:bottom -500px right;}
		to {background-position:bottom right;}
	}
	
	#mainmenu ul.nav {
		width:100%;
		position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	border-top:none;
		
	}
	
	#mainmenu ul.nav li {
		display:block;
		width:100%;
		border-bottom:none;
	background: #1FB6D3;
	}
	
	#mainmenu ul.nav li a {
		text-align:center;
		padding:14px 12px 14px 12px;
		color:#fff;
	}
	
	.scrolled #mainmenu ul.nav li a,
	.PGfixed #mainmenu ul.nav li a {
		color:#fff;
	}
	
	#mainmenu ul.nav li a:hover,
	#mainmenu ul.nav li a:focus,
	#mainmenu ul.nav li.active a,
	#mainmenu ul.nav li:hover a	{
		background-image:none;
		/*background-color: #D2EBF3;*/
		color:#fff;
		font-weight:bold;
		letter-spacing:0.5px;
	}
	
	
	
	#mainmenu ul.nav li:last-child {
		/*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);*/
position:relative;
z-index:2;}
	
	/*#mainmenu ul.nav li:last-child {position:relative;}
	#mainmenu ul.nav li:last-child:after {
		position:absolute;
		bottom:-100%;
		content:'aaa';
		display:block;
		width:100%;
		background:red;
	}*/
	
	
	
}

/** MOBILE MAIN MENU - hamburger*/
button.hamburger {display:none}

@media(max-width:1099px) {
	button.hamburger {display:block}
}

/* hamburger */
.hamburger {
	float:right;
	padding:23px 10px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #868686; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #868686;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
	

body:not(.scrolled) .hamburger-inner,
body:not(.scrolled) .hamburger-inner::before,
body:not(.scrolled) .hamburger-inner::after,
body:not(.scrolled) .hamburger.is-active .hamburger-inner,
body:not(.scrolled)  .hamburger.is-active .hamburger-inner::before,
body:not(.scrolled)  .hamburger.is-active .hamburger-inner::after

 {
	background-color: #fff;
}

body.PGfixed .hamburger-inner,
body.PGfixed .hamburger-inner::before,
body.PGfixed .hamburger-inner::after,
body.PGfixed .hamburger.is-active .hamburger-inner,
body.PGfixed  .hamburger.is-active .hamburger-inner::before,
body.PGfixed  .hamburger.is-active .hamburger-inner::after {
	background-color: #868686;
}
	
	
	
	/* hamburger  Spring   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }



/** KARTY*/

.MDcards h2, 
html body.scrolled div#alfawrap div.custom.MD-width-normal.MD-cards.MD-text-left div.module h2 {
	width:750px;
	max-width:100%;
}



.cards {
	margin: 60px 0;
	overflow: hidden;
}

.card {
	display: block;
	float: left;
	width: calc(33.3333% - 6px);
	height: 0;
	padding-bottom: 22.2222%;
	overflow: hidden;
	background-size:70px;
	background-repeat:no-repeat;
	background-position:top +30px center;
	background-size:auto 70px;
	transition: background-color 0.3s ease;
	position: relative;
/*border-radius:10px;*/
	margin-bottom: 9px;
/*cursor: url(../images/cursor-nord.png), auto;*/;
}

.card:nth-child(3n - 1) {
	margin: 0 9px;
}

.card h3 {
	text-align: center;
	padding-left: calc(50% - 70px);
	padding-right: calc(50% - 70px);
	padding-top: 120px;
}

.card.longhead h3 {
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-all;
}

.card p {
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.card > p:nth-child(2) > a:nth-child(2) {
  margin-top: 10px;
display: inline-block;}

.card1 {
	background-image: url(../images/card-nejvyssi-standard.svg);
	background-color: #E6007E;
}

.card2 {
	background-image:url(../images/card-strategicka-lokalita.svg);background-color: #273583;
}

.card3 {
	background-image:url(../images/card-efektivni-provoz.svg);background-color: #3FA535;
}

.card4 {
	background-image:url(../images/card-flexibilni-prostory.svg);background-color: #E9511E;
}

.card5 {
	background-image:url(../images/card-moznost-rozvoje.svg);background-color: #CD1719;
}

.card6 {
	background-image:url(../images/card-pronajem-jednotek.svg);background-color: #1BB8CF;
}



.card.active p {
	display: block;
}

@media (min-width:1025px) {
	
	.card p,
.card.active h3 {
	display: none;
}
	
.card.active {
	background-color: #fafafa;
	background-image: none;
}
}

.card a {text-transform:uppercase;font-weight:500;color:#000;padding:5px 0}

.card p > a:first-child {margin-top:20px;}


@media (max-width:1024px) {
	.card {
		width:100%;
		height:auto;
		min-height:200px;
		background-size:130px;
		background-position:left +25px top +15px;
		background-repeat:no-repeat;
		position:relative;
		padding-bottom:15px;
		margin:7.5px 0;
}

.card:nth-child(3n - 1) {
	margin: 7.5px 0;
}

.card h3 {
	position:absolute;
	left:15px;
	top:105px;
	padding:0;
	width:150px;
}	
	
.card p {	
display: block;
position:relative;
padding-left:180px;
padding-top:0;
top: 15px;
transform: translateY(0);
color:#fff;
}

.card p a {color:#fff;
padding:5px 0;
display:inline-block;
}

}


@media (max-width:500px) {
	.card { 	
	background-size:90px;
	background-position:left +15px top +15px;}
	
	.card h3 {	
	width:100px;
	left:10px;
	font-size:18px;
	top:85px;
}

.card p {	
padding-left:130px;
}
	
	
}

/*images*/
.qrcode {
	width: 250px;
}



/** TYPOGRAPHY*/

body,
.uk-scope .uk-button.uk-button-link {
	font-family: 'Poppins', sans-serif;
	/*font-size: 18px to  14px;*/
	font-size:1.125rem;
	font-size: clamp(0.875rem, 0.739rem + 0.602vw, 1.125rem);
}

li {
	line-height: 1.6;
}

h2 {
	/*font-size: 40px to 24px;*/
	font-size:2.5rem;
	font-size: clamp(1.5rem, 0.958rem + 2.41vw, 2.5rem);
	padding:30px 0;
	}

#herowrap h2 {
	padding:0;
	}
	

div[itemprop="articleBody"] h2 {
	margin-bottom:30px;
}

.subh2 {margin:-30px 0 60px}

#betawrap .moduletable h2 {}

a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
}

/*superbig*/
#herowrap h2,
.MD-text-left h2,
#alfawrap .module h2,
#beta h2,
#betawrap .moduletable h2,
.page-header h1,
.blog-featured .page-header h2 {
	/*font-size: 40px; 60 - 36 */
	font-size: 3rem;
	/*NORDPARK font-size: clamp(1.5rem, 0.958rem + 2.41vw, 4rem);*/
	font-size: clamp(1.5rem, 0.958rem + 2.41vw, 3rem);
}



/* 300 */
body,
.project h4 span {
	font-weight: 300;
}

/*wider 500*/

/* NORDPARK div[itemprop="articleBody"] .intro,*/
.mybutt,
.bold,
.boxlist li
/*.smallhero .herotext p */ {
	font-weight: 500;
}



/*wide 700*/
h2,
.page-header h1 {
	font-weight: 700;
}

/*subhead*/
h2 span
 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

h3, .favth-h3,
.blog .page-header h2{
		font-size: clamp(1.2rem, 0.3rem + 1.875vw, 1.5rem);
}


.vcardhorizontal h3 span {
font-size:clamp(0.8rem, 0.3rem + 1.875vw, 1.0rem);
text-transform:uppercase;
}


/*center*/
#copyrightwrap,
.center,
div[itemprop="articleBody"] .intro,
#betawrap .moduletable h2,
#deltawrap .moduletable h2,
h2.WDheader,
#allprojects .custom > h2{
	text-align: center;
}

/*WHITE write */
.herotext h2, 	
.herotext p,
.mybutt,.mybutt:hover,.mybut:focus,
.uk-button.uk-button-link,.uk-button.uk-button-link:hover,.uk-button.uk-button-link:focus,
.card h3,
.MD-dark *,
.MD-blue *,
.boxlist li,
.WD-zazemi .uk-margin a {
	color: white;
} 

/*smaller*/
ul.nav li a,
.card p,
.project p,
.project a,
.small,
#copyrightwrap,
.NRDlabel,
.boxlist li,
.WD-loga .uk-margin,
.WD-zazemi .uk-margin,
.MD-footer,
.bhproject {
	font-size: 15px;
}

/*bigger text*/
.herotext p {
	font-size: 22px;
	font-size: clamp(1.1rem, 0.3rem + 1.875vw, 1.3rem);
	line-height:1.4;
}

/*smaller compact*/
.bhproject {
	line-height: 1.4;
}


@media (max-width:767px) {
	
	/*smaller*/
ul.nav li a,
.card p,
.project p,
.project a,
.small,
#copyrightwrap,
.NRDlabel,
.boxlist li,
.WD-loga .uk-margin,
.WD-zazemi .uk-margin,
.MD-footer {
	font-size: 13px;
}
	
}


/*notrans*/
.uk-scope .uk-button.uk-button-link {text-transform: none;}


.mybutt, .uk-button.uk-button-link {
	display: inline-block;
	background-color: #1BB8CF;
	background-repeat: no-repeat;
	background-position: left +12px center;
	background-size: 24px 24px;
	padding: 15px 15px;
	/*border-radius:4px;*/
	text-shadow: none;
	transition: all 0.3s ease;
	text-decoration:none!important;
}

.mybutt:hover,
.uk-button.uk-button-link:hover {
	background-color: #273583;
	text-decoration: none;
}

.mybutt.phone {padding-left:48px;background-image: url(../images/icon-phone.svg);}

.MD-energie img {margin:50px 0 0 50px;}

@media(max-width:1280px) {
	.MD-energie img {max-width:80%;	}
		}

@media(max-width:767px) {
	.MD-energie img {margin-top:0;
width:70%;
max-width:380px;
margin:50px 0 0 0;}
	
}



/** FOOTER*/
#gamawrap {}
.MD-footer .phone {
	background-image: url(../images/icon-phone.svg);
	background-repeat: no-repeat;
	padding-left: 48px;
	background-size: 32px 32px;
	line-height:48px;
	font-size:28px;
	text-decoration:none;
	background-position: left center;
}

.MD-footer ul { 
list-style-type: none;
margin: 0;
  padding: 0;	
}

.MD-footer li { 
 line-height:1.2;
 margin-bottom:10px;
}

.MD-footer ul a { 
text-decoration:none;
opacity:0.7
}

.MD-footer ul a:hover,
.MD-footer ul a:focus { 
text-decoration:none;
opacity:1
}
.MD-footer img {width:100%;margin-top:15px;float: right;}
/*.PGudrz*/  .MD-dark.MD-footer {background-color:#444;}

@media (max-width:1023px) {
	.MD-footer .phone {
		font-size:20px;
		line-height:32px;
	background-size: 20px 20px;
	padding-left: 24px;}
	
	.MD-footer img {
		width: 150px;	
	}
}

@media (max-width:767px) {
		.MD-footer img {width: 150px;
		margin-right:15px;
		}
		
		.MD-footer .phonefoot {padding-top:50px;padding-bottom:40px;
		padding-right:200px;}
}

@media (max-width:580px) {
		.MD-footer .phonefoot {padding-top:50px;padding-bottom:30px; padding-right:15px;}
}

/** -copyright*/
#copyrightwrap {background-color:#444;}
#copyrightwrap .module {border-top:1px solid #4e4e4e}


/*AREÁL*/
.MD-areal {
	background-color: #fff;
	text-align: center;
}

.MD-areal svg {
	width: 100%;
}

.PGareal #beta1 {
	float: left;
	width: 40%;
}

.PGareal #beta2 {
	float: right;
	width: 40%;
}

/*UDRŽITELNOST*/
.PGudrz .module .mybutt.buttudrz {display:none;}

/*LOKALITA*/
.mapa {
	width: 600px;
	display: block;
	margin: 60px auto 60px;
}

/*.NRDlabel {width:300px;height:280px;position:absolute;
background-color:#fff;padding:10px;
opacity:0;
display:none;

}

@keyframes slowshow {
from {opacity:0;margin-left:-20px;}
to {opacity:1;margin-left:0;}
}

.NRDlabel.active {opacity:1;display:block;
animation: slowshow 0.4s ease 1;
}


.NRDlabel {
  margin-bottom: 40px;
}

.NRDlabel:after {
content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid white;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}



#b1label {top:6%;left:20%}
#b2label {top:1%;left:48%}
#b3label {top:2%;left:59%}

.infoicon {
	position:absolute;
width:30px;
height:30px;
background:url(../../../images/admin/icon-info.svg) center center no-repeat;
background-size:100% 100%;}
#ii1 {top:50%;left:31%}
#ii2 {top:3%;left:53%}
#ii3 {top:4%;left:65%}

.MD-specif h3 {text-transform:uppercase;}	*/


/*MD BOHMAN*/
.MD-bohman {
	background: url(../../../images/bohman/bohman-mapa.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.MD-bohman-logo {
	width: 150px;
	margin: 60px 0 50px;
}

.MD-bohman .favth-col-lg-8 {
	padding-left: 80px;
}

#bohman-mapa {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.project {
	height: 290px;
	/*border-radius:10px;*/
	overflow: hidden;
/*border:1px solid #fff;*/
	width: 200px;
	float: left;
	margin: 15px 15px 0 0;
	background: rgba(0,0,0,0.2);
	position: relative;
	transition: background-color 0.3s ease;
}

.project p,
.project h4 {
	padding: 0 10px;
}

.project a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
}

.project a:hover {
/*animation: bouncelink 0.2s ease;*/;
}

/*@keyframes bouncelink {
	from {padding-left:0;}
	50% {padding-left:5px;}
	to {padding-left:0;}
}*/


/* article standardy, lokalita*/
.ARTlok {margin:30px 0}

.ARTstand p,
.ARTlok p {width:600px;max-width:100%;margin:0 auto 15px;}
.ARTstand .moduletable {width:700px;max-width:100%;margin:30px auto 60px;}


/*BOTTOM MOBILE TOOLS BAR*/
#toolswrap {display:none;}

@media (max-width:767px) {
	/*body {padding-bottom:47px}*/
	#toolswrap {display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100vw;
	background-color:#444444;
	}
	
	/*html body.favbody.PGfixed div#toolswrap ul.nav.menu.mod-list li.item-115 a*/
	
	#toolswrap .nav {margin:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	
	#toolswrap .nav > li {
		display:inline-block;
		width:25%; 
	}
	
/*#toolswrap .nav > li:nth-child(2),
#toolswrap .nav > li:nth-child(3),
#toolswrap .nav > li:nth-child(4) {
	background-image:url(../images/ffffff.png);
	background-position: left -1px  center;
	background-repeat: no-repeat;
	background-size:1px 36px;
}*/
	
	
	#toolswrap .nav > li > a {
		color:#fff;
		/*text-transform:uppercase;*/
		text-align:center;	
		font-size:10px;		
		padding:5px 0;
		text-decoration:none;
	}
	
	#toolswrap .nav > li > a > img {
		width:16px;
		display:block;
		margin:0 auto 5px;}
		
	.bottomhamburger img {		
		background:url(../../../../images/admin/icon-menu.svg) center center no-repeat;
		background-size:contain;
	}
	
	.bottomhamburger.is-active img {		
		background:url(../../../../images/admin/icon-close.svg) center center no-repeat;
		background-size:contain;
	}
	
	.animcall {
		animation:animcall 7s;
		animation-fill-mode: forwards;
	}
	
	@keyframes animcall {
		from {background-color:#444444;}		
		94% {background-color:#444444;}
		96% {background-color:#3FA535;}
		98% {background-color:#444444;}
		to {background-color:#3FA535;}
	}
		
	
}

/** ERR*/
#errpg {
	min-height:100vh;
	background-color:#1bb8cf
}

#errpg .favth-container {
	position:absolute;
	width:320px;
	margin-left:-160px;
	left:50%;
	top:100px;

}

#errpg .favth-label.favth-label-default {padding:6px 8px;}


/** NOVINKY */

/** -schovane v top menu*/
#mainmenu .item-129 {display:none;}



/** NORDPARK:  -nemecke a anglicke zatim schovane */
/**html[lang="en-gb"] .blog-featured,
/**html[lang="de-de"] .blog-featured {display:none;}

/** -homepage */
.blog-featured {display:none;}

.blog .page-header {
	text-align:left;
	margin: 20px 0 0px;}
	
	.blog {margin-left:-56px;
	margin-bottom:60px;
	width:760px;}
	
	.blog .item {border-bottom:1px solid #bebebe;
	padding:30px 0}

.item-page .page-header {text-align:left;}
.item-page {margin-bottom:60px}


.blog-featured {width:100%;
background:#1FB8D0;
color:#fff;
padding:20px 60px 30px;
}
.blog-featured .page-header {margin:0 0 0 0;}

.blog-featured .page-header h2 {margin-top:10px;
color:#fff;}

.blog-featured .rdmr,
.blog-featured .rdmr:hover,
.blog-featured .rdmr:focus {color:#fff;font-weight:500}

.blog-featured .item-title a {color:#fff;}

.blog-featured .item {padding:0 20px;}

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


@media (max-width:1350px) {
	.blog {margin-left:62px}
}

@media (max-width:1279px) {
	.blog-featured	{padding:15px;}
	.blog-featured .item {padding:0 10px;}	
}


@media (max-width:1100px) {
	.blog {margin-left:77px;
	width:100%;}		
}

@media (max-width:1058px) {
	.blog {margin-left:0px}
}

@media (max-width:767px) {

.blog-featured .item {border-bottom:1px solid rgba(255,255,255,0.75);
	padding:20px 0}

.blog-featured .item:last-child {border-bottom:0px}
	
	}

/** ADMIN */
#logout {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999;
	text-align:center;
	color:#fff;	
	background:#E6007E;
	box-shadow:2px 0px 5px rgba(0,0,0,0.45);
	padding:8px 0;
}
#logout a {color:#fff;
font-weight:500;
text-decoration:underline;
}

.PGadmin .admingear {display:none;}

.admingear {
	position:absolute;
	left:15px;
	bottom:calc(50% -15px);
	width:30px;
	height:30px;
	background:url(../images/gear.png) center center;
	background-repeat:no-repeat;
	background-size:auto 30px;	
 transition: transform .7s ease-in-out;
}
.admingear:hover {
  transform: rotate(360deg);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 30px;
}

input, textarea, .uneditable-input {
  width: 320px; 
}

textarea {
  height: 130px;
}

.tab-content {overflow:visible;}

/**BH PROJECTS*/

/** -navigace */
.projnav {
	text-align:center;
	margin:30px 0 0 0;
}

.projnav li {
	display:inline-block;
	color:#fff;
	background-color:#d7d7d7;
	padding:10px;
	cursor:pointer;
	margin:0 3px;
	border-radius:8px 8px 0 0 ;	
}

.projnav li h3 {
	margin:0;
	color:#868686;	
	font-size:18px;
}


.projnav li.active h3,
.projnav li:hover h3,
.projnav li:focus h3 {
	color:#fff;
}

.projnav li.active {
	background-color:#1FB8D0;

}

.projnav li:hover {
	background-color:#1FB8D0;

}


@media (max-width:570px) {
	
	.projnav {margin-bottom:30px}
	
	
	.projnav li {
		width:calc(280px);
	border-radius:0px;
	margin-bottom:10px;}
	
.projnav li.active {
	width:calc(280px);

}	

#projectswrap {
	position:relative;
	}

/*#projectswrap:before,
#projectswrap.comprojects:before {content:'Commercial Real Estate \A Projects';}

#projectswrap.forprojects:before {content:'Forests';}

#projectswrap.resprojects:before {content:'Residential Real Estate \A Projects';}

#projectswrap:before {	
white-space: pre-wrap;
	position:absolute;
	top:30px;
	left:0px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	text-transform: uppercase;
font-size: 18px;
font-weight: 400;
display:block;
line-height:22px;	
}*/


	
}

#projectswrap > div {
height:0;
overflow:hidden;}

#projectswrap > div.active {
height:auto;
overflow:auto;
animation: opac 0.3s;
}

@keyframes opac {
	from {opacity:0}
		to {opacity:1}
}


#projectswrap {	
background-image:url(../images/BG-commercial.jpg);
background-size:100% auto;
background-position:bottom center;
background-repeat:no-repeat;
background-color:#1FB8D0;
color:#fff;
padding-top:100px;
}

@media (max-width:1023px) {
	#projectswrap {	
	padding-top:45px;
	}
	
}

@media (orientation: landscape) {#projectswrap {background-size:100% auto;}}
@media (orientation: portrait) {#projectswrap {background-size:auto 100%;}}

#projectswrap.comprojects {	background-image:url(../images/BG-commercial.jpg);}
#projectswrap.forprojects {background-image:url(../images/BG-forest.jpg);	}
#projectswrap.resprojects {background-image:url(../images/BG-residential.jpg);	}



.bhprojects {
	display:flex;
	/*align-content:center;*/
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
	padding-bottom:120px;
	}
	
	.bhprojectsH { /*headlin*/
	text-align:center;
	padding:30px 0;
	margin:0;
	}

.bhproject {
	width:275px;
	margin:0 20px 30px 20px;
	position:relative;
	padding-bottom:40px;
	}
	
.bhproject a.bhbtn {color:#fff;font-weight:normal;letter-spacing:1.5px;
display:inline-block;
margin-top:15px;
border: 1px solid rgba(255,255,255,0.5);
  padding: 3px 8px;
  transition:all 0.3s;
  position:absolute;
  bottom:5px;
  left:0;
}

.bhproject a:hover,
.bhproject a:focus {text-decoration:none;
background:#263482;
border: 1px solid rgba(255,255,255,0);}



.bhproject h3 {
border-bottom: 1px solid #fafafa;
padding-bottom: 15px;
line-height:1;
}

.bhproject h3 span  { 
	font-size: 0.7em;
text-transform: uppercase;
}
/** -more info button */

.bhprojects > a.mybutt {
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	z-index:9;
	}

/*hide button on its own relevatn page	*/
.PGcommercial #comprojects .bhprojects a.mybutt,
.PGforestery #forprojects .bhprojects a.mybutt,
.PGresidential #resprojects .bhprojects a.mybutt {
	display:none;}
