
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,latin-ext);

* {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
}

body {
	background-color: #FFFFFF; 

}


body, td, input, textarea {
	font-family: "Comfortaa", "Trebuchet MS", Arial, serif;
	font-size: 13px;
	color: #626262;
}

p { margin-bottom:10px;}
a {color:#000;}
a img { border:none;}

h1 {
	font-family: "Comfortaa", "Trebuchet MS", Arial, serif;
	font-size: 24px;
	color: #148bc8;
	margin-bottom:25px;
	font-weight:700;
}
h3 {
	font-family: "Comfortaa", "Trebuchet MS", Arial, serif;
	font-size: 22px;
	color: #d99e00;
	margin-bottom:10px;
	font-weight:700;
}
h4 {
	font-family: "Comfortaa", "Trebuchet MS", Arial, serif;
	font-size: 18px;
	color: #d99e00;
	margin-bottom:10px;
	font-weight:400;
}

ul {
	margin-bottom:20px;
	margin-left:20px;

}
hr {
	height:13px; width:100%;
	background: url("../img/hr.jpg") no-repeat center center;
	border:none;
	margin:25px 0;
	clear:both;
}
#home {
	position:absolute;
	top:-60px;
	left:100px;
	background: transparent url("../img/logo_rt.png") no-repeat center top;
	width:150px;
	height:220px;
	text-indent:9999px;
	z-index:100;
	overflow:hidden;
}

#slogan {
	height:60px;
	background: #e8e8e8 url("../img/slogan.jpg") no-repeat right top;
}
#header {
	height:90px;
	background-color:#81a309;
	position:relative;
	background: #81a309 url("../img/header_background.jpg") no-repeat left top;
}
#content {
	min-height:600px;
}	

	#content h1 {
		margin-left: 15px; margin-right:15px;
	}
	#content .txt {
		margin:0 15px;
	}


#footer {
	padding:10px 0;
	border-top:2px solid #148bc8;
	margin-top:25px;
}



ul#navigation {
	background: #e9ab05 url("../img/navigation_dots.jpg") repeat-x left top;
	height:40px;
	margin:50px 0 0;
	padding-left:280px;
	display:block;
	list-style:none; 
}
ul#navigation li {
	display:block;
	float:left;
	background: transparent url("../img/navigation_left_dots.jpg") no-repeat left center;
	height:40px;
}
ul#navigation li a {
	display:block;	
	margin:2px 0;
	padding: 5px 20px;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:115px;
}
ul#navigation li a:hover {

}


#intro {
	min-height:350px;
	background:#ccba8a url("../img/trojkacik.jpg") no-repeat bottom center;
}


.intro_box_container {
	display:block;
	float:left;
	width:210px; 
	overflow:hidden;
	padding:0 5px 5px 5px;
}
	.intro_box_container.first { margin: 0 70px 10px 35px; }
	.intro_box_container.second { margin: 0 35px 10px 35px; }
	.intro_box_container.third { margin: 0 35px 10px 70px; }
	.intro_box_container p { font-size:16px; color:#fff; margin:10px 0 20px;}
	.intro_box_container p a { font-size:12px; color:#ffd563; text-decoration:none;}

.intro_box {
	display:block;
	width:210px;
	height:275px;
	background: url("../img/orange_background.jpg") no-repeat top center;
	box-shadow: 0px 0px 5px #000000;
	text-decoration:none;
	-webkit-border-bottom-right-radius: 105px;
	-webkit-border-bottom-left-radius: 105px;
	-moz-border-radius-bottomright: 105px;
	-moz-border-radius-bottomleft: 105px;
	border-bottom-right-radius: 105px;
	border-bottom-left-radius: 105px;
}

.intro_box_thumb {
	width:190px;
	height:190px;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	border-radius: 95px;
	margin:10px;
}
.intro_box_title {
	display:block;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	height:45px;
	padding-top:20px;
	text-transform:uppercase;
}
/*
	sekcje
*/
section {
	background-color:#fbf3dd;
}
.finish_bar {
	width:940px; height:29px;
	background: #9cbb2c url("../img/header_bar_finish.jpg") no-repeat left center;
}
.header_bar {
	background: #9cbb2c url("../img/header_bar_title.jpg") no-repeat left center;
}
a.header_home {
	display:block; float:left;
	width:90px; height:50px;
	background:#708a13 url("../img/home_ico.jpg") no-repeat center center;;
}
h2.header_title {
	display:block; float:left;
	width:225px; height:42px;
	padding-top:8px;
	background-color:#8aa329;
	font-family: "Comfortaa", Arial, serif;
	font-weight:700;
	font-size: 28px;
	color:#ffffff;
	text-align:center;
}

.brown { color: #d99e00; }
.pink { color: #df6c7f; }
.red { color: #b4164a; }
.green { color: #3e6500 }
.green2 { color: #6f8e00 }
.blue { color: #436390 }

h3.blue { color: #5b86d0 }




form {
	background-color:#93ba0a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	margin-bottom:50px;
}

form input, form textarea {
	display:block;
	width:400px;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#93ba0a;
	border:none;
	font-size:14px;
	padding:10px;
	margin-bottom:10px;
}

	::-webkit-input-placeholder { color: #93ba0a;}
	:-moz-placeholder { color: #93ba0a; } /* Firefox 18- */
	::-moz-placeholder { color: #93ba0a; } /* Firefox 19+ */
	:-ms-input-placeholder { color: #93ba0a;  }




	/*CMS*/
body#tinymce{ background-color:#fbf3dd !important; }