body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a{text-decoration: none;}

/* SLIDER */

div.slider .menu{
		margin: 20px 0px;
		text-align: left;
}

div.slider .menu a{
	font-size: 1.5em;
    text-transform: uppercase;
    color: #6d6f71;
	margin-right: 10px;
	text-decoration: none;
}


div.slider .menu-module .phones{
	font-size: 20px;
	font-weight: bold;
	color: #6D6F71;
}

div.slider .menu-module .phones div{
	margin-top: 20px;
	padding-bottom: 20px;
}


div.slider{
	border-top: 10px solid #bcbdc0;
	border-bottom: 10px solid #bcbdc0;
}

div.slider a{
	padding-right: 20px;
}

div.slider a:last-child{
	padding-right: 0px;
}

div.slider .left-name{
	text-align: center;
}

div.slider .left-name .name{
	font-size: 3.3em;
	text-transform: uppercase;
	color: #6d6f71;
}
div.slider .left-name .kazika{
	background-color: #6d6f71;
	color: white;
	padding: 0px 20px;
	font-size: 2.5em;
	text-transform: uppercase;
}
div.slider .left-name .href{
	font-size: 2em;
	color: #f58735;
}

div.slider img{
	width: 100%;
}

/* END SLIDER */

/* OFERTA */
.content p{
	color: #727271;
}
.oferta a {
	text-decoration: none;
}
.oferta .box{
	border: 4px solid grey;
	margin-bottom: 25px;
}

.oferta .text{
	color: #f58735;
	font-size: 2em;
	font-weight: bold;
	margin: 5px 10px;
	text-align: center;
}

.oferta{
	margin-top: 20px;
}
.oferta img{
	width: 100%;
}
/* END OFERTA */


/* CONTENT - oferta, podstrony */

.content h2.header{
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #f58735;
}

.content p, .content li{
	font-size: 1.4em;
	text-align: justify;
}

.content .button {
	background-color: #f58735;
	color: white;
	padding: 5px 10px;
	font-size: 2em;
	text-align: center;
	display: block;
	text-decoration: none;
}

/* END CONTENT - oferta, podstrony */

/* PASEK */
.pasek{
	background-color: #f58735;
	width: 100%;
	color: white;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
	padding: 3px;
	text-transform: uppercase;
}
/* END PASEK */

/* KONTAKT */
	.kontakt{
		font-size: 1.5em;
		color: #6d6f71;
	}
/* END KONTAKT */

.fullWidth{
	width: 100%;
}

.bottom {
	margin-bottom: 20px;
}

/* FOOTER */
.footer, .footer a {
    background-color: #BCBDC0;
    color: white;
    text-decoration: none;
	padding: 10px 5px;
}
/* END FOOTER */

@media only screen and (max-width : 1199px) {



}

@media only screen and (max-width : 991px) {



}

@media only screen and (max-width : 767px) {

    div.slider .menu{
		margin: 20px 0px;
		text-align: center;
	}

}