@media (max-width: 480px) { 
	.col-xxs-12 {
		width: 100%;
		left: 0;
	}
} /* xxs end */


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	
	
		
} /* xs end */



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {	
	
	h2 {
		font-size: 22px;
	}
	
	h3{
		font-size: 20px;
		margin: 30px 0 15px 0;
	}

	h4 {
		font-size: 18px;
	}
	
	.page-slogan {
		text-align: right;
		margin: 30px 0 20px 0;
	}

	.page-slogan-col {
		height: 141px;
	}
	
	.col-sm-1-of-5 {
		width: 20%;
	}

	.page-slogan-col {
		margin-bottom: 0;
		text-align: right;
	}
	
	.page-slogan-col img {
		float: right;
	}
	
	.lr-title {
		background: url(img/chmurka.png) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 0 10px;
		font-size: 14px;
		height: 82px;
		margin-bottom: -40px;
		position: relative;
		z-index: 2;
	}


} /* sm end */



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {	
	.col-sm-1-of-5 {
		width: 16.66666667%;
	}

	.col-md-1-of-5 {
		width: 20%;
	}
		
	.lr-title {
		font-size: 14px;
		height: 89px;
	}

	
	
} /* md end */



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.input-adres-info {
		margin-top: 10px !important;
		text-align: left;
	}
	
	.lr-title {
		font-size: 14px;
		height: 111px;
		margin-bottom: -50px;
		font-size: 16px;
		line-height: 1.3;
	}

	

} /* lg end */