/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Stylesheet: reset Modified On 2013-04-23 14:16:59 */
@charset "utf-8";
body {
    font-family :Arial, Helvetica, sans-serif;
	background-image:url(../../uploads/images/patt.jpg);
	margin: 0;
	padding: 0;
	color: #444;
}
strong {font-weight:bold;}
#img1{
/*	margin:-10px 0 -23px 0;*/
}


.content li {
    font-size: 14px;
    line-height: 18px;
    list-style: circle outside none;
    margin: 12px 0;
}

#img2 {
    margin: 17px 0;
}

#img3{
	width:30%;
/*	margin:-5px 0 -28px 0;*/
}

#back{
	background-color:#fff;
	opacity:0.4;
	width:100%;
	height:355px;
	position:absolute;
	z-index:-10;
	top:150px;
	-webkit-box-shadow: inset 0px 0px 15px 0px #777;
	box-shadow: inset 0px 0px 15px 0px #777;
}

p{
	padding:5px 15px;
	font-size:14px;
	text-align:justify;
	line-height:20px;
}

#baner{
	margin-bottom:40px;
}

#baner h1{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	margin-top:60px;
	font-size:35px;
	line-height:60px;
	color:#555;
	margin-left:25px;
}

.flex-active-slide > h1 {
    width: 45%;
}

#menu ul li{
	display:inline;
	margin:0 20px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
	transition: all 150ms ease;
}

#menu ul li:hover{
	opacity:0.5;
}

#menu ul li a{
	text-decoration:none;
	color:#669900;
}

#menu{
	padding:100px 0 40px 0;
	margin-left:230px;
}

#logo{
	display:block;
	width:200px;
	padding:35px 0 20px;
	-webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
	margin-bottom:10px;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */

-webkit-box-shadow:  0px 2px 6px 0px #888;  
    box-shadow:  0px 2px 6px 0px #888;
	-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
		transition: all 250ms ease;
		position:relative;
		top:-15px;
		float:left;
}

#logo:hover{
	position:relative;
	top:0px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

.header {
}

.box, .content {
	float: left;
	width: 300px;
	background: #EADCAE;
	margin:10px;
	background-color: rgba(255, 2555, 255, 0.4);    
    color: rgba(255, 2555, 255, 0.4);
	-webkit-border-radius: 6px; 
    border-radius: 6px;
	-webkit-box-shadow:  0px 0px 7px 0px #bbb;  
    box-shadow:  0px 0px 7px 0px #bbb;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
   
}

.box {
     height:345px;}



.box:hover{
	background-color: rgba(255, 2555, 255, 1);    
    color: rgba(255, 2555, 255, 1);
	-webkit-box-shadow:  0px 0px 8px 0px #666;  
    box-shadow:  0px 0px 8px 0px #666;
}

.box h3{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px;
	color:#669900;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content {
    width:auto;
    float:none;
    margin:0;
    padding:30px;
    background-color:rgba(255, 255, 255, 0.7)
}




ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}


.box > ul li {
    font-size: 15px;
    line-height: 23px;
    list-style: circle outside none;
    margin: 0 20px 0 31px;
}

.footer {
	padding: 10px 0;
	background-color: rgba(255, 2555, 255, 0.4);    
    color: rgba(255, 2555, 255, 0.4);
	clear: both;
	-webkit-box-shadow: inset 0px 0px 15px 0px #ccc;
	box-shadow: inset 0px 0px 15px 0px #ccc;
	margin-top:20px;
	height:140px;
	-webkit-border-radius: 6px; 
    border-radius: 6px;
}

#lewa ul li{
	margin-bottom:10px;
}

#lewa ul{
	margin-top:20px;
	float:left;
	margin-left:60px;
	list-style:none;
}

#lewa ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#669900;
	font-size:12px;
	font-weight:bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#lewa ul li a:hover{
	opacity:0.6;
}

#prawa{
	float:right;
}

#prawa p{
	float:left;
	text-transform:uppercase;
	color:#669900;
	font-size:12px;
	font-weight:bold;
	margin-right:40px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
	font-size:11px;
	padding:0px !important;
}

.fltrt a{
	text-decoration:none;
}

.fltrt a:hover{
	color:#669900;
}

.fltlft {
	font-size:11px;
	float: left;
	margin-right: 8px;
	padding:0px !important;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content h2 {
    padding:10px 0;
    margin:10px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size:24px;
    text-tranform:uppercase;
    }
    
.content h3 {
    
    margin: 40px 0 0;
    font-weight: bold;

    }
    



.contactform input.cms_submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #d5e6b1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d5e6b1;
	box-shadow:inset 0px 1px 0px 0px #d5e6b1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8dbb2b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8dbb2b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8dbb2b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7da623;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 24px;
    height:30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #5a6e2d;
}.contactform input.cms_submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8dbb2b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8dbb2b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dbb2b', endColorstr='#9dce2c');
	background-color:#8dbb2b;
}.contactform input.cms_submit:active {
	position:relative;
	top:1px;
}



.contactform > div {
    margin: 15px 0;
}
.contactform label {
    float: left;
    width: 175px;
}
.contactform input {
    height: 21px;
}
.contactform .required {
    margin:10px 0;
    
    width: 400px;
}

.contactform div.submit {
    text-align:right;
    width:500px
    }
    
    .contactform {
    margin-top: 55px;
    
}

.l-col {
    float: left;
    width: 40%;
}

.r-col {
    float: right;
    width: 32%;
}

.kontakt {

    line-height: 25px;
    margin: 19px 0 0;

}

.contactform label {
float: left;
width: 170px;
}


.box .pinbox {
    display: block;
    margin-top: -3px;
}

.box > center {
    height: 136px;
}

.flexslider {
    height: 330px;
    width: 960px;
}
/* Stylesheet: style Modified On 2013-05-20 13:23:01 */
