BODY {
font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
padding:0px; margin:0px;
font-size: 13px;
background:url("images/wersja1.jpg") no-repeat fixed center top;
background-color: #808080;
color: #7C8387;
}

header, section#main, footer{
	width:980px;
	margin:0px auto;
	padding:0px;
}
img{border:none;}

header{
	color:#fff;
	height:550px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

header #get-app{
	margin: 0px 0px 0px 450px;
	padding: 20px 10px 30px 50px;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
}

header h1{
	font-size: 49px;
    font-weight: bold;
}

header h2{
	font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.red {
color:#FA565A!important;
font-size:20px;
}

header a{
	padding:10px 20px;
	margin:20px 0 0 20px;
	position:absolute;
	text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	background-color:#F95559;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	color:#fff;
	font-size:18px;
}

header a:hover{
	padding:10px 25px;
	background-color:#FD4345;
}

section#full{
	background-color:#fff;
	margin:0px auto;
	padding:0px;
	clear:both;
}

section#full a{
color:#F95559;
text-decoration:none;
}

section#full a:hover{
text-decoration:underline;
}

section#full h2{
color:#000000;
font-size: 22px;
/* font-weight:normal; */
    font-weight: bold;
}

section#full_bottom{
	background-color:#F8F8F9;
	margin:0px auto;
	padding:0px 0px 40px 0px;
	border-top:3px solid #d7d7d8;
	clear:both;
	background:url("images/tlo2.png") no-repeat fixed center top;
	
}

article#left{
	float:left;
	width:430px;
	margin:0px 40px 0px 40px;
	padding:20px 0px;
}

article#left ul li{
margin:5px 0px;
}

article#right{
	float:left;
	width:470px;
	margin:0px 0px 0px 0px;
	padding:20px 0px;
}

article#showcase{
	clear:both;
	margin:0px auto;
	width:980px;
	padding:0px;
}

article#showcase h2{
color:#FA565A;
font-size: 36px;
}

.photo {
    margin: 40px auto 10px;
    width: 940px;
	list-style:none;
	padding:0px;
}
.photo li {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
	
}
.photo li:nth-child(4n) {
    margin-right: 0;
}
.photo li img {
    float: left;
}

.photo li a{
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.photo li a:hover{
    opacity: 0.7;
}

.clear{
	clear:both;
}

footer{
	clear:both;
	margin:0px auto;
	padding:0px 0px 40px 0px;
	
}


#contactform div {
    margin: 5px 80px 15px 0px;
	text-align:right;
}
#contactform input[type="text"] {
	  border: 1px solid #EEEEEE;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
    font: 11px Arial,helvetica,sans-serif;
   margin: 0 0 0 10px;
    padding: 8px 5px;
    width: 230px;
	
}
#contactform textarea {
	  border: 1px solid #EEEEEE;  
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
    font: 11px Arial,helvetica,sans-serif;
    height: 80px;
    margin: 0 0 0 10px;
    padding: 8px 5px;
    width: 230px;
	
}
#contactform textarea:focus, #contactform input[type="text"]:focus {
    border: 1px solid #F95559; 
}

#contactform input[type="submit"] {
	border:none;
    background-color: #F95559;
    border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
    color: #FFFFFF;
    cursor: pointer;
    font: 11px Arial,helvetica,sans-serif;
    margin: 0 0 0 150px;
    padding: 5px 20px 7px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 120px;
}
#contactform input[type="submit"]:hover {
    background-color: #FD4345;
	width: 125px;
}

label.error{
	color:red;
	position:absolute;
	margin: -10px 0 0 -235px;
}

#contakt_dz{
	color:red;
	font-weight:bold;
}

.mar_l{padding-left:10px;}

#small-menu {float:right;}

#small-menu ul{}

#small-menu ul li{display:block;float:left;}

#small-menu ul li a{background:none;border:none;margin:5px 10px;padding:0px 0px;position:relative;font-size:12px;color:#FFF;font-style:italic;}

#small-menu ul li a:hover {color:#F95559;}