body {
	background-image: url(../../images/shutterstock_180797540.jpg);
}

#col-1 {
	width: 834px;
	min-height: 600px;
	float: left;
}

#col-2 {
    float: right;
    height: 600px;
    width: 335px;
}

#telephone {
	background: rgba(0,0,0,0.86);
	font: 28px 'aller_lightregular';
	text-align: center;
	height: 63px;
	overflow: hidden;
	line-height: 63px;
}

#telephone .tel {
	color: #843266;	vertical-align: middle;
}

#telephone .number {
	color: #e1e1e1;	vertical-align: middle;
}

#contact {
	height: 514px;
	background: rgba(0,0,0,0.76);
	margin-top:8px;
}

#contact .header {
	font: 18px 'allerregular';
	display: block;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 0 0 40px;
	margin-bottom: 0;
}

#contact .header:first-child {
	padding-top: 30px;
}

#contact .header_light {
	font: 14px 'aller_lightregular';
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 0 0 40px;
}

#contact .dsc {
	color: #c4c4c4;
	font: 17px 'aller_lightregular';
	margin-top: 0;
	padding: 0 0 0 40px;
}

#contact input[type=text], #contact select {
	padding: 12px;
	border: 0;
	font: 12px 'aller_lightregular';
	color: #969696;
	width: 251px;
	margin-left: 40px;
}

#contact input[type=submit] {
	padding: 8px 20px;
	border: 0;
	font: 16px 'aller_lightregular';
	color: #fff;
	background: #843266;
	text-transform: uppercase;
	margin-top: 15px;
	float: right;
	margin-right: 45px;
}

#quotation {
	width: 617px;
	height: 119px;
	background: rgba(255,255,255,0.85);
}

#quotation cite {
	display: block;
	padding: 27px;
	font: 14px 'aller_lightitalic';
	color: #747474;
	width: 540px;
}

#quotation cite p {
	margin: 0;
	display: none;
}
#quotation cite p.active {
	display: block;
}

.carousel {
	margin-top: 23px;
	width: 617px;
}

.carousel-header {
	background: rgba(132,50,102,0.9);
	height: 60px;
}

.carousel-content {
	background: rgba(132,50,102,0.9);
	padding: 0;
	height: 115px;
}

.carousel-content p {
	margin: 0;
	padding: 19px;
	color: #FFF;
	display: none;
	max-height: 115px;
	overflow: hidden;
	font-family: 'aller_lightregular';
    font-size: 18px;
}

.carousel-content p.active {
	display: block;
}

.carousel-header h1 {
	font: 42px 'aller_lightregular';
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	padding: 15px;
}

.carousel-indicator {
	background: rgba(132,50,102,0.9);
	height: 50px;
	padding: 15px 0 0 19px;
}

.carousel-indicator .indicator {
	width: 13px;
	height: 12px;
	display: block;
	background: url(../../images/carousel-indicators.png);
}
.carousel-indicator ul {
	margin: 0;
	padding: 0;
}
.carousel-indicator ul li {
	list-style: none;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

.carousel-indicator ul li .indicator {
	background-position: 13px 0;
}

.carousel-indicator ul li.active .indicator {
	background-position: 0 0;
}



.arrow {
	width: 25px;
	height: 25px;
	display: block;
}
.arrow.left{
	background: url(../../images/arrow_left.png);
	margin-bottom: 5px;
}
.arrow.right{
	background: url(../../images/arrow_right.png);
}

#arrows {
	float: right;
	position: relative;
	top: 64px;
}
#boxes {
	margin-top: 37px;
}
#boxes div {
	width: 198px;
	height: 198px;
	float: left;
	margin-right: 10px;
}

#oferta_box {
	background: url(../../images/kontakt.jpg);
}
#referencje_box_1 {
	background: url(../../images/ofirmie.jpg);
}
#cennik_box {
	background: url(../../images/cennik.jpg);
}
#referencje_box {
	background: url(../../images/oferta.jpg);
}

#boxes div {
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

#boxes div:hover {
	transform: scale(0.95);
	opacity: 0.8;
}

#gmap {
	width: 686px;
	height: 300px;
}