﻿/* standard tags */
html, body {
	background-color: #202060;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

h1, h2, h3, h4, h5 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1 {
	padding: 0px 12px 0px 20px;
	font-size: 20px;
}

a, a:hover {
	color: #fff;
}

a:link {
	border: none;
	outline: none;
}

/* special tags */
.pola {
	display: block;
	padding: 15px 15px 15px 15px;
	margin: 0px 15px 15px 0px;
	background-color: #fff;
	float: left;
	width: 130px;
	/width: 160px;
	height: 160px;
	/height: 190px;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	text-align: center;
	line-height: 15px;
	font-family: cursive;
	transition: transform .5s;
	-moz-transition: -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s;
	-o-transition: -o-transform .5s;
	z-index: 1;
	position: relative;
	border-radius: 2px;
	cursor: pointer;
}
.pola img {
	border: 1px solid #000;
	margin-bottom: 5px;
}
.pola:hover {
	color: #000;
	transform: scale(1.7,1.7) !important;
	-moz-transform: scale(1.7,1.7) !important;
	-webkit-transform: scale(1.7,1.7) !important;
	-o-transform: scale(1.7,1.7) !important;
	z-index: 2;
	box-shadow: 3px 3px 20px #000;
}
#google {
	position: absolute;
	top: 9px;
	right: 40px;
	width: 70px;
}
#location {
	overflow: hidden;
	padding-bottom: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#location div {
	font-size: 30px;
	background-color: #602060;
	padding: 0px 20px 5px 80px;
	margin: 0px;
	box-shadow: 0px 0px 20px #111;
}
#location a {
	text-decoration: none;
}
#location a:hover {
	text-decoration: underline;
}

#body {
	margin: 80px 80px 10px 80px;
}

#footer {
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}

/* area tags */
.area {
	display: block;
	text-decoration: none;
	opacity: 0.0;
	-moz-transition: -moz-transform .5s, box-shadow .5s;
	-webkit-transition: -webkit-transform .5s, box-shadow .5s;
	-o-transition: -o-transform .5s, box-shadow .5s;
	transition: transform .5s, box-shadow .5s;
	position: relative;
	border-radius: 20px 40px;
	/*box-shadow: 0px 0px 20px #111;*/
	width: 330px;
	/width: 380px;
	height: 100px;
	/height: 195px;
	min-height: 100px;
	overflow: hidden;
	float: left;
	background-color: #204060;
	margin: 0px 20px 20px 0px;
	padding: 70px 25px 25px 25px;
	z-index: 1;
	border: 2px solid #999 !important;
}
.area:hover {
	box-shadow: 0px 0px 20px #111;
	z-index: 2;
	-moz-transform: scale(1.2,1.2) rotate(-3deg);
	-webkit-transform: scale(1.2,1.2) rotate(-3deg);
	-o-transform: scale(1.2,1.2) rotate(-3deg);
	transform: scale(1.2,1.2) rotate(-3deg);
	cursor: pointer;
}
.area div.h {
	position: absolute;
	top: 0px;
	left: -1px;
	height: 50px;
	line-height: 50px;
	border-radius: 20px 40px 0px 0px;
	background-color: #606080;
}
.area div.h h1 {
	overflow: hidden;
	height: 50px;
	/*box-shadow: 0px 0px 20px #111;*/
}
.half {
	width: 130px;
	/width: 180px;
}
.content {
	clear:both;
	width: 100%;
	height: auto;
	max-height: none;
}
.content:hover {
	-moz-transform: none; 
	-webkit-transform: none; 
	-o-transform: none; 
	transform: none; 
	cursor: default;
	box-shadow: none;
}
.form label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.form input, .form select {
	vertical-align: top;
	width: 400px;
}
.form textarea {
	width: 400px;
	height: 60px;
}
.form button {
	margin-left: 220px;
	width: 200px;
}
#loading {
	opacity: 1;
	width: 130px;
	height: 20px;
	min-height: 20px;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -65px;
	z-index: 1;
	cursor: auto;
}
