@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,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: 'Roboto', sans-serif;
	color: #333333;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
.seda {
	color: rgb(56,56,56);
}
.bgSeda {
	background-color: rgb(56,56,56);
}
.zluta {
	color: rgb(255,245,0);
}
.bgZluta {
	background-color: rgb(255,245,0);
}
.cervena {
	color: rgb(255,0,0);
}
.bgCervena {
	background-color: rgb(255,0,0);
}


.modra {
	color: rgb(0,147,221);
}
.bgModra {
	background-color: rgb(0,147,221);
}

a {
	color: #333333;
	text-decoration: none;
}


#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	background: #333333;
	-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);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

#logo {
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat center top;
	height: 80px;
	width: 160px;
	max-width: 100%;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
	margin: 2px 0 0 0;
}

#topTel {
	float: right;
	font-size: 15px;
	color: white;
	background: url(../images/phone.png) no-repeat left 50%;
	padding: 0 0 0 50px;
}
#topTel .zluta {
	font-size: 25px;
}


#menu {
	float: right;
	clear: right;
}
	#nav {
		margin: 10px 0 0 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 18px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		-webkit-transition: all 0.4s; 
    	transition: all 0.4s;
		text-decoration: none;
		color: white;
		padding: 0px 15px;
		z-index: 999;
		position: relative;
		outline: none;
		text-transform: uppercase;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: rgb(255,245,0) !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 ul {
		position: absolute;
		top: 100%;
		left:0px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility .2s;
		transition: visibility .2s;
		padding: 0;
		z-index:100;
	}
	#nav ul li {
	    width: auto;
		 float: none !important;
		 display: block;
	}
	#nav ul li a {
	    text-transform: none;
	    font-size: 15px;
		 padding: 5px 25px;
		 color: #595959;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
	}
	#nav ul li a:hover {
		background: #333333 !important;
		color: #FFB514 !important;
				 
		-webkit-box-shadow: none;
		 -moz-box-shadow:    none;
		 box-shadow:         none;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: rgba(255,255,255,0.95);
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	}
	#nav li:hover > .menu-arrow {
		background: url(../images/menu-arrow.png) no-repeat center bottom;
	}

.fadeIn {
	opacity: 0;
}



#homeBox {
	background: url(../images/bgSlider.png) repeat-y center top;
	background-size: width;
	-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);
	display: flex;
	position: relative;
}
#sliderBox {
	width: 100%;
	background: url(../images/slider/slider3.jpg) no-repeat 50% / cover;
	z-index:50;
	height: 300px;
	position: relative;
	overflow: hidden;
}

		

.brdr-btm {
	border-bottom: 1px dashed rgb(255,0,0) ;
	padding: 0 0 10px 0;
}

		
		
		
h1 {
	font-family: 'Roboto Condensed', sans-serif;
}
h2, h1 {
	font-weight: 400;
	font-size: 27px;
	margin: 0 0 25px 0;
	padding: 0 0 10px 5px;
	color: #333;
	font-family: 'Roboto Condensed',sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dashed rgb(0,147,221);
}
h3 {
	font-weight: 700; 
	font-size: 20px;
	font-family: 'Roboto Condensed',sans-serif;
}
.bigger {
	font-weight:300;
	font-size: 16px;
}

.text {
	line-height: 150%;
	background: url(../images/recycle-kontakt.png) no-repeat 50%;
	display: block-flex;
	position: relative;
}
.text ul {
	margin: 0;
	list-style-image: url(../images/li.png);
	line-height: 160%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text .left, .text .right {
	width: 47%;
}
#map {
	height: 350px;
}





.text img, .text iframe {
	max-width: 100%;
	height: auto;
}
.pdf {
	vertical-align: middle;
	height: 35px !important;
}







#kontakt .left, #kontakt .right {
	width: 45%;
}

#contactIcon {
	background: url(../images/phone-mail.png) no-repeat left 50%;
	padding: 10px 0 10px 70px;
	font-size: 18px;
	font-weight: bold;
}
#openHours {
	background: url(../images/open-hours.png) no-repeat left 50%;
	padding: 10px 0 10px 70px;
	font-size: 17px;
}

.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;
}


.gal {
    display: inline-block;
	 float: left;
    height: 170px;
    margin: 0;
	 padding: 5px;
    text-align: center;
    width: calc(100% / 6 - 10px);
	/*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: 21%;
}
.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;
}


#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}

.icon.phone {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left 50%;
}

.icon.mail {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll left 50%;
}
.icon {
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    margin: 5px 25px;
    padding: 15px 10px 15px 65px;
    text-align: left;
}
.rada {
	/*background: url(../images/bgSlider.png) repeat-y center top;
	background-size: width;*/
	margin: 0 0 3px 0;
	color: white;
}
.button {
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 25px;
	border-radius: 3px;
	padding: 15px 25px;
	margin: 0 0 10px 0;
}




.text-block {
	padding: 50px 0;
}
#copy {
	font-size: 14px;
}

.webseo {
	font-size: 14px;
	text-decoration: none;
	color: white;
}




#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#fpoptavka {
	width: 95%;
	min-width: 200px;
	max-width: 600px;
	margin: 20px auto 0;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 22px;
	color: #595959;
	text-align: right;
}
#fpoptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-size: 14px;
	 font-weight: 300;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    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 rgb(255,0,0);
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
	color: ;
}
.napiste {
	border-bottom: 1px solid #FFB514;
	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(255,0,0);
}
#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: 18px;
}
.formLine textarea {
	height: 43px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}













@media screen and (max-width: 1200px) {
#slider-left {
    background: white none repeat scroll 0 0;
    border-right: 0px solid white;
    float: none;
    width: 100%;
}
#slider-right {
    float: none;
    position: relative;
    width: 100%;
}
#slider-right .containerIn {
    margin: 20px 20px 30px 0;
}
#slider-text {
	max-height: none !important;
}

.gal {
	height: 100px;
}
}

@media screen and (max-width: 1000px) {

	#nav li a {
		font-size: 15px;
	}
	h1 {
		font-size: 22px;
	}
	.gal {
		width: calc(100% / 2 - 10px);
		height: 120px;
		position: relative;
		z-index: 5;
	}
	
}

@media screen and (max-width: 800px) {
	#slider-text {
    background: #68b92e url("../images/recycle.png") no-repeat scroll center bottom;
}

	
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	h1 {
		font-size: 20px;
	}

	

	#kontakt .left, #kontakt .right {
		width: 100%;
		float: none;
	}
	#nav li a {
		line-height: 40px;
	}
	.popt {
		margin: 30px 0 0 0;
	}
	.popt h2 {
		text-align: left !important;
	}
	#top {
		position: relative;
	}
	#menuSpacer {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.left,.right{
		width: 100% !important;
		float: none;
	}
	.gal {
		height: 150px;
	}
	#galerie h2 {
		text-align: center !important;
	}
	#galerie h2:nth-child(1) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	
.sliderText .button {
	font-size: 17px;
}
#napis2 {
    width: calc(100% - 50px);
}
	#menuSpacer {
		
	}
	.sliderText {
		/*display: none;*/
	}
	
	#gototop {
		/*display: block;*/
	}
	
}
@media screen and (max-width: 500px) {
	.sliderText {
		font-size: 20px;
	}
	.sliderImg {
		top: 10px;
	}
	.sliderText {
		width: 100%;
	}
}

@media screen and (max-width: 350px) {
	#top {
		text-align: center;
	}
	.gal {
		height: 120px;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	#logo {
		float: none;
		margin: 0 auto;
	}
	#topContact {
		float: none;
		margin: 15px 0 0 0;
	}
	#menu {
		float: none;
	}
	.icon {
		font-size: 16px;
		padding: 15px 0 15px 80px;
		margin: 5px 0;
	}
}