@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
html, body, .fullHeight {
   /*min-height: 100% !important;*/
   height: 100%;
   position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #343434;
	background: url(../images/uvodImg.jpg) no-repeat top center / cover;
	background-attachment: fixed;
}
.font {
	font-family: 'Montserrat', sans-serif;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
a {
	 color: #343434;
	 text-decoration: none;
}
.cervena {
	color: #DA251D;
}
.cerna {
	color: #343434;
}



#menuBtn {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: url(../images/menuBtn.png) no-repeat 50%;
}
#menu {
	position: fixed;
	top: 0;
	right: -220px;
	z-index: 5;
	width: 220px;
	background: rgba(34,34,34,1);
}
	#menuIn {
		margin: 100px 30px 20px 50px;
	}
	#menuIn a {
		text-decoration: none;
		color: #DCDCDC;
		text-transform: uppercase;
		display: block;
		text-align: right;
		font-size: 20px;
		padding: 10px 0;
	}
	#menuIn a:hover, .actMenu {
		color: white;
	}
	
	
/*#uvodImage {
	background: url(../imsages/uvodImg.jpg) no-repeat top center / cover;
	position: relative;
}*/


#informace {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.infoPol {
		display: inline-block;
		padding: 10px;	
		width: calc(100% / 3 - 20px);
		max-width: 150px;
	}
	.infoPolItem {
		border: 3px solid #DA251D;
		border-radius: 10px;
		transition: all .5s ease;
		
	}
	.infoPolItem img {
		height: auto;
		width: 100%;
	}
	.infoPolItem:hover {
		transform: scale(1.05);	
	}

	
	
	
	

.section {
	position: relative;
	padding: 50px 20px 50px 20px;
	width: calc(100% - 40px);
	overflow: hidden;
}
h1 {display:none;}
.section h2 {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 140%;
	margin: 0;
	padding: 0px 0 0 0;
}
.section h3 {
	line-height: 140%;
}
.section h4 {
	line-height: 140%;
}
p.text {
	line-height: 140%;
}




#kdo-jsme, #rozvoz {
	text-align: center;
	color: white;
	background: #E70E21 url(../images/pozadi_cervene.jpg) no-repeat top center;
}
#rozvoz {
     padding: 90px 10px;
}
.btnKdoJsme {
	border: 1px solid white !important;
	color: white !important;
}
#kdo-jsme .container {
	max-width: 1200px;
}
.reklama,.razitka,.tisk {
	padding: 160px 0 0 0;
}
.reklama h3,.razitka h3,.tisk h3 {
	text-transform: uppercase;
}
.box.reklama {
	background: url(../images/box-reklama.png) no-repeat center top;
}
.box.razitka {
	background: url(../images/box-razitka.png) no-repeat center top;
}
.box.tisk {
	background: url(../images/box-tisk.png) no-repeat center top;
}
	
	
	
#nase-prace {
	text-align:left;
	color: white;
}
#nase-prace.section, #libise.section {
	padding: 150px 20px !important;
}
#reference {
	color: white;
	background: url(../images/pozadi_cerne.jpg) no-repeat 50% / cover;
}
#reference .container {
	max-width: none;
	padding: 0 30px;
	width: calc(100% - 60px);
}
#reference .box4 .box {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 25%;

	/*padding-bottom: 25%;*/
}
.imageBg {
/*	height: 100%;*/
	padding-bottom: 100%;
	transition: all .5s ease;
	background-size: cover;
	background-position: 50%;
}

#reference .box4 a div:hover {
	/*transform: scale(1.2);*/
}
#reference .box4 a:hover > .imageBg {
	transform: scale(1.2);
}

#reference .box4 a:hover > .refText {
	opacity: 1;
}
.refText {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
   align-items: center; 
	flex-flow: row wrap;
	flex-wrap: wrap;
	opacity: 0;
	-webkit-transition: all 0.4s; 
   transition: all 0.4s;
}

#libise {
	text-align: center;
	color: white;
}
	.btnKontakt {
		border: 1px solid white;
		display: inline-block;
		padding: 10px 20px;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
	}

	

.box2 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box2 .box {
	width: 45%;
}
	
.box3 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box3 .box {
	width: 30%;
}

.box4 {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	position: relative;
}
.box4 .box {
	position: relative;
	width: 22%;
}


.graficke-prace,.vyroba-reklamy,.polepy-vozidel,.reklamni-predmety {
	padding: 120px 0 0 0;
}
.graficke-prace h3,.vyroba-reklamy h3,.polepy-vozidel h3,.reklamni-predmety h3 {
	text-transform: uppercase;
}
.box.graficke-prace {
	background: url(../images/box-graficke-prace.png) no-repeat center top;
}
.box.vyroba-reklamy {
	background: url(../images/box-vyroba-reklamy.png) no-repeat center top;
}
.box.polepy-vozidel {
	background: url(../images/box-polepy-vozidel.png) no-repeat center top;
}
.box.reklamni-predmety {
	background: url(../images/box-reklamni-predmety.png) no-repeat center top;
}



#sluzby {
	text-align: center;
	background: #CCCCCC url(../images/pozadi_sede.jpg) no-repeat top center;
}
	.btnVice {
		color: #343434;
		border: 1px solid #DA251D;
		font-size: 18px;
		padding: 5px 20px;
		text-transform: none;
	}

#vyroba-reklamy, #reklamni-predmety {
	text-align: center;
	display: none;
}


	
	.rkl {
		justify-content: flex-start !important;		
	}
	.rkl .box {
		max-width: 300px;
		min-width: 235px;
		width: 45%;
	}
	
	.box-icons {
		font-size: 0;
    	text-align: center;
    	position: relative;
    	/*display: flex;*/
    	justify-content: space-between;
		align-items: center;
		flex-flow: row wrap;
	}
	.box-icon {
		width: 145px;
		height: 121px;
		display: inline-block;
		background-position: 50%;
		background-repeat: no-repeat;
		position: relative;
	}
	.box-icons.rk .box-icon {
		width: 160px;
	}
	.box-icon.psaci-potreby {
		background-image: url(../images/icons/psaci-potreby.png);
	}
	.box-icon.vanocni {
		background-image: url(../images/icons/vanocni.png);
	}
	.box-icon.reklamni-predmety1 {
		background-image: url(../images/icons/reklamni-predmety1.png);
	}
	.box-icon.obleceni-textil {
		background-image: url(../images/icons/obleceni-textil.png);
	}
	.box-icon.kalendare-diare {
		background-image: url(../images/icons/kalendare-diare.png);
	}
	.box-icon.reklamni-predmety2 {
		background-image: url(../images/icons/reklamni-predmety2.png);
	}
	.box-icon.reklamni-predmety3 {
		background-image: url(../images/icons/reklamni-predmety3.png);
	}
	.box-icon.reklamni-predmety4 {
		background-image: url(../images/icons/reklamni-predmety4.png);
	}
	.box-icon.e-mark {
		background-image: url(../images/icons/e-mark.png);
	}
	
	.box-icon.pen-master {
		background-image: url(../images/icons/pen-master.png);
	}
	.box-icon.gabrielis {
		background-image: url(../images/icons/gabrielis.png);
	}
	.box-icon.design {
		background-image: url(../images/icons/design.png);
	}
	.box-icon.evergreen {
		background-image: url(../images/icons/evergreen.png);
	}
	.box-icon.psani {
		background-image: url(../images/icons/psani.png);
	}
	.box-icon.pero {
		background-image: url(../images/icons/pero.png);
	}
	.box-icon a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	#kalendarePopUp, #predmetyPopUp, #psaciPopUp {
		background: rgba(255,255,255,0.9);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		height: auto;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap;
		/*flex-direction: column;*/
		-webkit-transition: all 0.4s; 
  		transition: all 0.4s;
		opacity: 0;
		z-index: -1;
	}
	#kalendarePopUp a, #predmetyPopUp a, #psaciPopUp a {
		height: auto;
		font-size: 15px;
		font-weight: 500;
		display: block;
		padding: 3px 0;
		text-transform: uppercase;
	}
	#kalendarePopUp a:hover, #predmetyPopUp a:hover, #psaciPopUp a:hover {
		color: #DA251D;
	}
	#reklamni-predmety {
		/*display: block;*/
	}

	
#kontakt {
	text-align: left;
	color: #343434;
	background: #fff url(../images/pozadi_kontakty.jpg) no-repeat top center;
}
	.kontakt-title {
		text-transform: uppercase;
		font-weight: 100;
	}
	.kontakt-mail {
		font-weight: 600;
	}
	.kontaktBox {
		padding: 0 0 10px 0;
		justify-content: flex-start !important;
	}
	.kontaktBox .box {
		max-width: 300px;
		min-width: 235px;
		width: 22%;
	}

	#map {
		height: 300px;
	}
	#budovy {
		position: relative;
		font-size: 0;
		display: flex
		/*top: -50px;*/
	}

	#budovy .budova {
		width: calc(100% / 3);
		position:relative;
	}
	.budova img {
		width: 100%;
		height: auto;
	}
	.budova .fix {
		position: absolute;
		bottom:0;
		width: 100%;
		text-align: center;
	}
	.budova .misto {
		font-size: 17px;
		background: rgba(189,27,33,0.8);
		color: white;
		text-align: center;
		width: auto;
		padding: 10px 5px;
	}



	#viceKontaktu {
		 display: none;
	}
	.kontaktRow {
		margin: 0 0 30px 0;
	}
	.kontaktItemTitle {
		text-transform: uppercase;
		color: #DA251D;
		margin: 0 0 15px 0;
	}
	.kontaktItemPol {
		margin: 0 0 20px 0;
	}
	.polozka .em {
		display: inline-block;
		width: 20px;
	}
	.kontaktItemCell {
		/*justify-content: flex-start !important;*/
		font-size: 17px;
		padding: 0 15px 0 0;
	}
	.kontaktItemPol div.polozka:nth-child(1) {
		font-weight: bold;
	}
	.kontaktItemPol div.polozka:nth-child(2) {
		font-style: italic;
	}

	#author {
          font-size: 14px;
     }

	

@media screen and (max-width: 1000px) {
	#reference .box4 .box {
		width: calc(100% / 3);
	}
	#sluzby .box4 .box {
		width: 45%;
		padding: 75px 0 50px 0;
	}
	.budova .misto {
		font-size: 15px;
	}
}
@media screen and (max-width: 800px) {
	#kdo-jsme .box3 .box {
		width: 45%;
		margin: 0 auto;
		padding: 160px 0 50px 0;
	}
	#viceKontaktu .box3 .kontaktItemPol.box {
		width: 45% !important;
	}
	.kontaktBox.box3 .box {
		width: 100%;
		max-width: none;
	}
	.kontaktBox {
		padding: 0 0 20px 0;
	}
	.hid .box2 .box {
		width: 100%;
		max-width: none;
	}
	#budovy {
		justify-content: space-around;
    flex-flow: row wrap;
	}
	#budovy .budova {
		width: calc(100% / 2);
	}
}
@media screen and (max-width: 600px) {
	#reference .box4 .box {
		width: calc(100% / 2);
	}
	#sluzby .box4 .box {
		width: 100%;
	}
	#viceKontaktu .box3 .kontaktItemPol.box {
		width: 100% !important;
	}
}
@media screen and (max-width: 500px) {
	body {
		background: url(../images/uvodImg-mobil.jpg) no-repeat bottom center / cover;
	}
	#kdo-jsme .box3 .box {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	#budovy .budova {
		width: calc(100%);
	}
}