/* ----------------------------------------
	Rozmiary strony
---------------------------------------- */

/* Główna kolumna */
#container {
	width: 60%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 3;

	}

/* Pole treści strony */
#wrapper{
	float:left;
	position: relative;
	top: 20%;
	display: block;
	
	border: 1px solid transparent;
	background-image: url('../img/t.png');

	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;

	}

/* ----------------------------------------
	Treść strony
---------------------------------------- */
	
/* Pole z tekstem */

#content{
	color: black;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 14px;
	float: left;
	position: relative;
	width: 90%;
	padding: 0;
	padding-left: 5%;
	margin-right: 5%;
	top: 20px;
	overflow-y: auto;
}

#contentInside{
	float: left;
	width: 100%;
}

#insideContent p:first-letter {
	font-size: 36px;
}

/* Nagłówek */

#content h2{	font-size: 4vh;	color: #fff;	font-family: AlexBrush-Regular, "Times New Roman", serif;	font-style:italic;	margin: 0 0 15px 0;	padding: 0;	text-align: center;	position: fixed;	bottom: 20%;	right: 15%;		text-shadow: 0 0 5px #000;	}

#content p:first-letter{
	font-size: 17px;
}
/* Lewa i prawa kolumna w lokalizacji*/
.onTheLeft{
	width: 48%;
	float:left;
}
.onTheRight{
	width: 48%;
	margin-left: 4%;
	float:left;
}

.onTheRight iframe{
	border: none;
	width: 90%;
	height: 100%;
}
/* Napis na stronie glownej*/
#textOnMain{	position: absolute;	bottom: 15%;	right: 20%;	font-size: 8vh;	color: #fff;	font-family: AlexBrush-Regular, "Times New Roman",Georgia,Serif;	font-style:italic;	text-shadow: 0 0 5px #000;	opacity: 0;}
#textOnMain p{
font-size: 6vh;
}
/*Trojkacik*/
#triangle{
	position: fixed;
	width: 1500px;
	height: 0;
	top: 300px;
	background: url('../img/svg/tri.svg') no-repeat center center;
	opacity: 0;
	z-index: -1;
}

/*Formualrz*/
#contactForm{
	width: 80%;
	margin: 0 auto;
	min-width: 200px;
}

#contactForm #formCommunicate{
	padding-bottom: 5px;
	font-weight: bold;
}

#contactForm input{
	width: 100%;
	text-align: center;
	padding: 2px;
}

#contactForm #dateFromLabel{
	margin-top: 10px;
}

#contactForm #submitButtonLabel{
	background-color: #544C3F;
	border: 1px solid #544C3F;
	padding: 10px;
	font-family:PTSans-Narrow,Arial,Verdana,sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
/* ----------------------------------------
	Stopka
---------------------------------------- */
 
#footer{
	position: fixed;
	bottom:4%;
	right: 3%;
	font-size: 10px;
	color:#fff;
	text-align: right;
	}
	
#footer a:visited, #footer a:hover{
	color: #fff;
}
	
#flashcontent{
	float: none;
	width: 100%;
}