@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700|Open+Sans:100,400,700&subset=latin-ext');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: white;
	font-family: 'Open Sans', sans-serif;
	color: rgb(51,59,65);
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;overflow: hidden;
}
#all {
	
}
a {
	color: rgb(51,59,65);
	text-decoration: none;
}

#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	font-family: 'Amatic SC', sans-serif;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 65, 1);
   -moz-box-shadow:    0px 0px 5px 0px rgba(51, 59, 65, 1);
   box-shadow:         0px 0px 5px 0px rgba(51, 59, 65, 1);
}

#logo {
	display: block;
	float: left;
	outline: none;
	padding: 0;
	background: url(../images/logo.png) no-repeat center top;
	height: 80px;
	width: 177px
}
#motto {
	float: right;
	color: black;
	font-size: 25px;
	font-weight: bold;
	padding: 7px 0 0 0;
}
	#motto span {
		font-size: 50px;
		color: #0990A0;
	}







#menu {
	background: #B7CC0D;/*#8BC75D;*/
	text-align: center;
}
	#nav {
		margin: 0;
		padding: 0;
		position: relative;
		display: flex;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		flex-grow: 1;
	}
	#nav li a {
		display: block;
		font-size: 23px;
		font-weight: bold;
		text-transform: uppercase;
		-webkit-transition: color 0.2s; 
    	transition: color 0.2s;
		text-decoration: none;
		color: white;
		padding: 5px 20px 0 20px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: rgb(51,59,65) !important;
	}
	#nav li a:hover > .brdr-btm,.actMenu > .brdr-btm {
		visibility: visible !important;
  		opacity: 1 !important;
	}
	#nav li a:last-child {
		/*padding-right: 0;*/
	}
	
	
	
	#nav li:nth-child(2) a, #nav li:nth-child(6) a, #nav li:nth-child(10) a{
		border-bottom: 4px solid #FFF500;
	}
	#nav li:nth-child(3) a, #nav li:nth-child(7) a, #nav li:nth-child(11) a{
		border-bottom: 4px solid #0990A0;
	}
	#nav li:nth-child(4) a , #nav li:nth-child(8) a, #nav li:nth-child(12) a{
		border-bottom: 4px solid #EEBB81;
	}
	#nav li:nth-child(5) a, #nav li:nth-child(9) a, #nav li:nth-child(13) a{
		border-bottom: 4px solid #DA251D;
	}
	
	
	#nav ul {
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
	 z-index: 10;
	 width: auto;
	 min-width: 100%;
	 background: #B7CC0D;
	 -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#nav ul li {
    width: 100%;
}
#nav ul li a {
    font-size: 18px;
	 font-weight: normal;
    text-transform: none;
	 border: none !important;
	 display: block;
	 white-space: nowrap;
	 border-bottom: none !important;
}
#nav li:hover > ul {
    opacity: 1;
    visibility: visible;
}
#nav ul li a:hover {
	border: none !important;
}
.menuItemResp ul li {
	border: none !important;
}
	
	
	
.sekce {
	padding: 30px 0;
}	
.nadpis-sekce {
	color: #8BC75D;
	font-size: 40px;
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
}
	
	
.vitejte {
	display: flex;
}
#vitejteImage {
	float: left;
	width: 50%;
	background: url(../images/interier.jpg) no-repeat 50% / cover;
	min-height: 100%;
}
	
#vitejteText {
	float: right;
	width: 50%;
	font-size: 15px;
}
#vitejteText .containerIn {
	padding: 20px 20px;
}
#aktuality {
	background: #F0F0F0;
}
#blog,.blog {
	text-align: center;
	margin:0;
}
.blogItem {
	margin: 0 20px 40px 20px;
	display: inline-block;
	width: calc(33% - 40px);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
	box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);
	vertical-align: top;
	background: white;
	position: relative;
}
.blogItemIn {
	padding: 10px;
}
.blogTitle {
	font-size: 25px;
	text-decoration: none;
	color: #0990A0;
	text-align: left;
	font-family: 'Amatic SC', sans-serif;
	display: block;
}
.datumAkce {
	font-size: 16px;
	color: #0990A0;
	text-align: left;
	font-family: 'Amatic SC', sans-serif;
	display: block;
}
.blogImage {
	width: 100%;
	height: 150px;
}
	.blogImage a {
		width: 100%;
		height: 100%;
		display: block;
	}	
.blogText {
	font-size: 13px;
	text-align: left;
}
.leva {
	float: left;
	width: 50%;
}
.prava {
	float: right;
	width: 50%;
}
.blogDate {
	font-size: 20px;
	font-family: 'Amatic SC', sans-serif;
	line-height: 150%;

}
.blogMore {
	display: block;
	text-decoration: none;
	background: #0990A0;
	color: white;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Amatic SC', sans-serif;
	padding: 0px 10px;
	line-height: 150%;
}
.blogMore img {
	vertical-align: middle;
}



.blogItemHlava {
	position: absolute;
}
.pTop {
	width: 70px;
	height: 46px;
	top: -24px;
}
.pLeft {
	width: 46px;
	height: 70px;
	left: -24px;
}
.pRight {
	width: 46px;
	height: 70px;
	right: -24px;
}


.kluk.pTop {
	background: url(../images/kluk-top.png) no-repeat center top;
}
.kluk.pLeft {
	background: url(../images/kluk-left.png) no-repeat center top;
}
.kluk.pRight {
	background: url(../images/kluk-right.png) no-repeat center top;
}

.holka.pTop {
	background: url(../images/holka-top.png) no-repeat center top;
}
.holka.pLeft {
	background: url(../images/holka-left.png) no-repeat center top;
}
.holka.pRight {
	background: url(../images/holka-right.png) no-repeat center top;
}



.fadeIn {
	opacity: 0;
}


#sliderBox {
	width: 100%;
	position: relative;
}
.sliderText {
  width: 100%;
  text-align: center;
  height: 95px;
  overflow: auto;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  
	z-index: 61;
	color: white;
	font-family: 'Amatic SC', sans-serif;
	font-weight: 700;
	font-size: 75px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.sliderRight, .sliderLeft {
	height: 100%;
	width: 20%;
	position: absolute;
	top: 0;
	z-index: 60;
}
.sliderRight {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: right;
	right: 0;
}
.sliderLeft {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: left;
	left: 0;
}
.bx-prev, .bx-next {
	position: absolute;
	z-index: 65;
	top: calc(50% - 80px);
	width: 50px;
	height: 160px;
	text-indent: -9999px; 
}
.bx-prev {
	background: url(../images/sliderLeft.png) no-repeat 50%;
	left: 10px;
}
.bx-next {
	background: url(../images/sliderRight.png) no-repeat 50%;
	right: 10px;
}

#o-nas {
	background: #F0F0F0;
}

.text img {
	max-width: 100%;
	height: auto;
}
.text {
	line-height: 140%;
}
.text ul {
	margin: 0;
	font-size: 15px;
	list-style-image: url(../images/li.png);
}

.projektyImg {
	display: flex;
	text-align: center;
	position: relative;
}
.projektyImg a {
	align-items: center;
	display: flex;
}
.projektyImg a img {
	vertical-align: middle;
	align-items: center;
		text-align: center;
		flex-grow: 1;
}

#mapa {
	position: relative;
}
#mapa .blogItemHlava {
	z-index: 100;
}
#map {
	height: 300px;
	width: 100%;
}


.ef {
	padding: 2px;
	
}


.files {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li {
	padding: 10px 0 10px 40px;
}
.fileIcon {
	display: inline-block;
	height: 30px;
	width: 26px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.file-pdf {
	background: url(../images/files-pdf.png) no-repeat left 50%;
}
.file-doc, .file-docx {
	background: url(../images/files-doc.png) no-repeat left 50%;
}
.file-xls, .file-xlsx {
	background: url(../images/files-xls.png) no-repeat left 50%;
}



#nas-tym {
	width: 100%;
	position: relative;
}
.tymItem {
	width: calc(100% / 3);
	margin: 0 0 50px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: justify;
}
.tymItemIn {
	padding: 0 15px;
}
.tymFoto {
	width: 150px;
   height: 150px;
   border-radius: 50%;
   display: inline-block;
	background-size: cover;
}
.tymJmeno {
	font-family: 'Amatic SC', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin: 10px 0 25px 0;
}
.tymPozice {
	font-size: 14px;
	margin: 10px 0 25px 0;
}
.tymMotto {
}
.tymMotto b {
	color: #0990A0;
}

.tymText {
	font-size:14px;
}
.tymLine {
	height: 1px;
	width: 65%;
	background: #0990A0;
	margin: 15px auto;
}


		
h2 {
	font-weight: 700;
	font-size: 35px;
	margin: 0px 0;
	color: rgb(136,196,37);
	font-family: 'Amatic SC', sans-serif;
}
h3 {
	font-weight: 700;
	font-size: 26px;
	color: #0990A0;
	font-family: 'Amatic SC', sans-serif;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed rgb(217,217,217);
}




.boxes {
	font-size: 0;
	text-align: center;
}
.box3 .box {
	width: calc(100% / 3);
	display: inline-block;
	font-size: 16px;
}








		
#gototop {
	position: fixed;
	bottom:10px;
	left:10px;
	width: 40px;
	height: 29px;
	background: url(../images/gototop.png) no-repeat 50%;
	z-index: 999;
	display: none;
}


#galerie {
    text-align: center;
    width: 100%;
}

.gal {
    display: inline-block;
    height: 170px;
    margin: 0 0 20px;
    text-align: center;
    width: 24%;
}
.galItem {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 90%;
	 padding: 1px;
}
.galItem a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galItem a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(89, 89, 89, 1);
}
.galItem a img {
    display: none;
}



#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}








#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#poptavka {
	width: 95%;
	min-width: 200px;
	max-width: 600px;
	margin: 20px auto 0;
}
#poptavka #name {display:none;}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #595959;
	text-align: right;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-weight: 300;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #B5C3CA;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
	color: ;
}
.napiste {
	border-bottom: 1px solid #595959;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: rgba(50,50,50,0.75);
	background: white;
	border: 1px solid rgb(136,196,37);
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: white;
	color: #322E2D;
	font-size: 20px;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}

@media screen and (max-width: 1200px) {
	#nav li a {
		padding: 5px 5px 0;
	}
}

@media screen and (max-width: 1000px) {
	.sliderText {
		font-size: 25px;
		bottom: -7px;
	}
	#sluzby h3 {
		font-size: 25px;
	}
	.sluzby-text {
		font-size: 17px;
	}
	#o-nas .prava, #o-nas .leva {
		float: none;
		width: 100%;
	}
	.blogItem {
		width: calc(48% - 40px);
	}
	#top {
		position: relative;
	}
	#menuSpacer {
		display: none;
	}
	#nav {
		display: block;
	}
	#nav li a {
		border-bottom: none !important;
		padding: 8px 0;
	}
	#nav ul {
		opacity: 1;
		position: relative;
		visibility: visible;
	}
	#nav ul li {
		display: inline-block;
		 width: auto;
	}
	#nav ul li a {
		padding: 8px 5px;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
}

@media screen and (max-width: 700px) {
	.text iframe {
	max-width: 100%;

}
	.box3 a {
		font-size: 20px !important;
		width: 60% !important;
	}
	#sluzby .box {
		width: 100%;
		height: 250px;
	}
	.gal {
		width: calc(95% / 2);
		position: relative;
		z-index: 5;
	}
	.nadpis-sekce {
		font-size: 30px;
	}

	#kontakt .leva, #kontakt .prava {
		width: 100%;
		float: none;
	}
	.vitejte {
		display: block;
	}
	#vitejteImage, #vitejteText{
		width: 100% !important;
		float: none !important;
	}
	#vitejteImage {
		height: 200px;
	}
	#vitejteText h2 {
		font-size: 30px !important;
	}
	
	
}

@media screen and (max-width: 600px) {
	#logo {
		display: block;
		float: none;
		width: 180px;
		margin: 0 auto;
		text-align: center;
	}
	#social-kontakt {
		float: none;
		text-align: center;
	}
	#menu {
		float: none;
	}
	#top {
		position: relative;
	}
	#menuSpacer {
		display: none;
	}
	.sliderText {
		/*display: none;*/
	}
	.box3 .box {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	#gototop {
		display: block;
	}
	.blogItem {
		width: calc(98% - 40px);
	}
	#motto {
    float: none;
    font-size: 25px;
    padding: 7px 0 0;
	 text-align: center;
	}
	#motto span {
		font-size: 40px;
	}
}
@media screen and (max-width: 500px) {
	.sliderText {
		font-size: 20px;
	}
	h3 span {
		white-space: normal !important;
	}
}
@media screen and (max-width: 400px) {
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.gal {
		width: 95%;
		position: relative;
		z-index: 5;
	}
}