@import url('https://fonts.googleapis.com/css?family=Oswald:300,400|Ubuntu:400,700');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: white;
	font-family: 'Ubuntu', 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;
}
a {
	color: rgb(51,59,65);
	text-decoration: none;
}
.green {
	color: rgb(136,196,37);
}
#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	font-family: 'Oswald', 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;
	text-decoration: none;
	font-size: 40px;
	color: rgb(136,196,37);
	padding: 0;
	background: url(../images/logo.png) no-repeat center top;
	height: 80px;
	width: 180px
}
#logo div {
	color: rgb(131,130,129);
	font-weight:100;
	font-size: 30px;
	margin-top: -12px;
}
#social-kontakt {
	float: right;
	margin: 0 10px 5px 0;
	font-weight: 100;
	font-size: 20px;
	padding: 5px 0 0 0;
}
	#facebook {
		background: url(../images/facebook.png) no-repeat center top;
	}
	#pinterest {
		background: url(../images/pinterest.png) no-repeat center top;
	}
	#google {
		background: url(../images/google.png) no-repeat center top;
	}
	.socIcon {
		display: inline-block;
		border: 0;
		width: 20px;
		height: 19px;
		position: relative;
		top: 4px;
	}
	.social a {
		white-space: nowrap;
	}
	.socIcon:hover {
		background-position: center -19px !important;
	}
	.telefonTop, .emailTop {
		display: inline-block;
		color: rgb(131,130,129) !important;
		margin: 0 10px;
	}
	.emailTop a {
		color: rgb(131,130,129) !important;
	}


#menu {
	float: right;
	clear: right;
}
	#nav {
		margin: 0;
		padding: 12px 0 0 0 ;
		position: relative;
		border-bottom: 1px solid rgb(217,217,217);
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 500;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		color: rgb(131,130,129);
		padding: 0px 12px;
		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;*/
	}
	.brdr-btm {
		background:rgb(136,196,37);
		visibility: hidden;
		transition: visibility 0s, opacity 0.5s linear;
		opacity: 0;
		height: 3px;
		width: 95%;
		position: absolute;
		bottom: -2px;
		left: 0;
		border-left: 2px solid white;
		border-right: 2px solid white;
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
	}
	#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	overflow: hidden;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    border-left: medium none;
    color: #4D4948;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 4px 5px;
    position: relative;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
     font-weight: normal;
}
#nav ul li a:hover {
    background: white none repeat scroll 0 0 !important;
    color: rgb(136,196,37) !important;
}
#nav li:hover > ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.fadeIn {
	opacity: 0;
}


#sliderBox {
	width: 100%;
	position: relative;
}
.sliderText {
	position: absolute;
	bottom: -11px;
	right: 20%;
	z-index: 61;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 40px;
	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;
}
		
h2 {
	font-weight: 500;
	font-size: 35px;
	margin: 20px 0;
	color: rgb(136,196,37);
	font-family: 'Oswald', sans-serif;
}
h3 {
	font-weight: 500;
	font-size: 26px;
	color: rgb(136,196,37);
	font-family: 'Oswald', sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed rgb(217,217,217);
}
.left {
	float: left;
}
.right {
	float: right;
}
#gabiony .left, #gabiony .right {
	width: 45%;
}
.text {
	line-height: 140%;
}
.text ul {
	margin: 0;
	list-style-image: url(../images/li.png);
}

.boxes {
	font-size: 0;
	text-align: center;
}
.box3 .box {
	width: calc(100% / 3);
	display: inline-block;
	font-size: 16px;
}

#gabiony .boxIn {
	padding: 10px;
}
#gabiony .boxIn a {
	text-transform: uppercase;
	display: inline-block;
	background: rgb(51,59,65);
	color: white; 
	font-size: 22px;
	font-weight: 200;
	padding: 15px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Oswald', sans-serif;
	min-width: auto;
	width: 50%;
}
#gabiony .boxIn a:hover {
	color: rgb(136,196,37);
	-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
}


#sluzby .box {
	position: relative;
	vertical-align: top;
	height: 350px;
}
#sluzby .boxIn {
	padding: 0;
}
.obklady {
	background: url(../images/obklady.jpg) no-repeat 50% 50% / cover
}
.ploty {
	background: url(../images/ploty.jpg) no-repeat 50% 50% / cover
}
.steny {
	background: url(../images/steny.jpg) no-repeat 50% 50% / cover
}
#sluzby h3 {
	border: 0;
	font-size: 35px;
	color: white;
}
.sluzby-text {
	background: rgba(255,255,255,0.85);
	text-align: justify;
	position: absolute;
	bottom: 0;
	width: cacl(100% - 40px);
	padding: 10px 20px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}

#realizace,#zahrady {
	background: rgb(230,230,230);
}
#zahrady .containerIn {
	padding-bottom: 0px !important;
}
#realizace h2,#zahrady h2 {
	color: rgb(51,59,65);
}
#zahrady-bg {
	background: url(../images/zahrady3.jpg) no-repeat 50% / cover;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}

#kontakt .left, #kontakt .right {
	width: 45%;
}
.part {
	padding: 10px 0 30px 0;
}

#map {
	height: 300px;
	width: 100%;
}


.ef {
	padding: 2px;
	-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);
}

		
#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 {
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 100%;
	 font-size: 0;
	 word-spacing: -1;
}

.gal {
    display: inline-block;
	 float: left;
    height: 150px;
    margin: 0;
	 padding: 0;
    text-align: center;
    width: 25%;
	/*margin-top: -11px;*/
}
.galItem {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.galItem a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: 20%;
}
.galItem a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.galItem a:hover > .zoomImg {
	display: block !important;
}
.galItem a img {
    display: none;
}

#text iframe, #text img {
	max-width: 100%;
}


#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;
}




#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: 20px;
	text-decoration: none;
	color: #333B41;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	display: block;
	font-weight: 200:
}
.datumAkce {
	font-size: 16px;display:none;
	color: #0990A0;
	text-align: left;
	font-family: 'Ubuntu', 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: 'Ubuntu', sans-serif;
	line-height: 150%;
display:none;
}
.blogMore {
	display: block;
	text-decoration: none;
	background: rgb(136,196,37);
	color: white;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', sans-serif;
	padding: 0px 10px;
	line-height: 150%;
}
.blogMore img {
	vertical-align: middle;
}





#poptavka {
	width: 95%;
	min-width: 200px;
	max-width: 600px;
	margin: 20px auto 0;
}
#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;
}
.mesta-random {
    display: inline-block;
    margin: 1px;
    padding: 5px 15px;
	 background: #595248;
	 -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
color: white;
font-size: 13px;
text-decoration: none;
}
.mesta-random:hover {
    color: black;
}
@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1000px) {
	.sliderText {
		font-size: 25px;
		bottom: -7px;
	}
	#sluzby h3 {
		font-size: 25px;
	}
	.sluzby-text {
		font-size: 17px;
	}
	.blogItem {
		width: calc(48% - 40px);
	}
}

@media screen and (max-width: 700px) {
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	.box3 a {
		font-size: 20px !important;
		width: 60% !important;
	}
	#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;
	}
	#sluzby .box {
		width: 100%;
		height: 250px;
	}
	.gal {
		width: calc(100% / 2);
		position: relative;
		z-index: 5;
	}
	#zahrady-bg {
		display: none;
	}
	#kontakt .left, #kontakt .right {
		width: 100%;
		float: none;
	}
}

@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;*/
	}
	#gabiony .left, #gabiony .right {
		width: 100%;
		float: none;
	}
	#gabiony .right {
		margin: 20px 0 0 0;
	}
	.box3 .box {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.blogItem {
		width: calc(98% - 40px);
	}
	#gototop {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.sliderText {
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	
}