﻿/* ------------------ Style ------------------------ */
h1 {
	font-family: 'top_secretbold';
	font-size: 48px;
	color: #474D2B;
	color: #FF6600;
	text-shadow: 0px 0px 2px white;
	text-align:center;
}
.akapit {
	font-size:24px;
}
.srodkowy {
	text-align:center;
	font-size:24px;
}
.obraz {
	box-shadow: -5px 5px 8px #101010;
}

.wizytowka {
	width: 310px;
	height: 240px;
	background-image: url('../image/wizytowka.jpg');
	box-shadow: -5px 5px 8px #101010;
	padding-top: 10px;
	padding-left: 115px;
	padding-right: 15px;
}
.mapa {
	width: 670px;
	height: 506px;
	background-image: url('../image/mapa.png');
	border-color: #FFF;
	border-width: 5px;
	box-shadow: -5px 5px 8px #101010;
}
.wiz_nazwa {
	text-align: center;
	font-size: 36px;
	color:#FF6600;
	font-family:bowlby_oneregular;
	text-shadow: -1px 1px 2px white;
	padding:0;

}
.wiz_email {
	text-align: center;
	font-size: 14px;
	color:#1e3302;
	font-family:clear_sansitalic;
	text-shadow: 0px 0px 1px white;

}
.wiz_adres {
	text-align:right;
	font-size: 14px;
	color:#101010;
	font-family:clear_sansregular;
	text-shadow: 0px 0px 1px white;


}
/* --------------- Przyciski ----------------------- */
.przycisk, .przycisk_sel{
	border-color:#6CF;
	cursor: pointer;
	background: linear-gradient(to bottom, #272D1B 0%, #474D2B 100%);
	padding: 0px 0px;
	height: 28px;
	border-radius: 14px; 
	box-shadow: -8px 8px 10px;
	width:120px;
	float:left;
	margin-top:19px;
	text-align:center;
	transition:all 0.3s ease;
	padding-top:3px;

}
.przycisk a, .przycisk_sel p {
	vertical-align: middle;
	display: table-cell;
	text-decoration: none;
	color: #FFFFCC;
	height: 28px;
	width: 120px;
	text-align: center;
	font-family: boston_trafficregular;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease;
}
.przycisk:hover, .przycisk:focus {
	background: linear-gradient(to bottom, #9C3 0%, white 50%);
	box-shadow: 0px 0px 3px;
}
.przycisk a:hover, .przycisk a:focus {
	color: #002F49;
}
.przycisk_sel {
	background: linear-gradient(to bottom, #9C3 0%, white 50%);
	box-shadow: 0px 0px 3px;
	cursor:auto;
}
.przycisk_sel p {
	color: #002F49;
}
