/* Main style 
	Made by Niewex */
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300&subset=latin,latin-ext);

body {
	font-family: 'Oxygen', sans-serif;
	background-color:#fff;
	margin:0;
	padding:0;	
}
header {
	background-color:#fff;
	height:70px;
	width:100%;	
	border-bottom:2px solid #5a5a5a;
	position:relative;
	z-index: 2;
}
div.logo {
	width: 300px;
	height:70px;
	text-align:center;
	background:#fff;
	float:left;
}
img.logo {
	padding-top: 10px;
}
/* MENU */
div.menu {
	width:600px;
	height:70px;	
	float:right;
}
div.spacer {
	width:230px;
	background:#63c378;
	height:2px;
}
#nav {
	background:#fff;
	padding:0;
	margin:0;
	display: inline-block;
	list-style: none;
}
#nav li {
	list-style:none;
	position: relative;
	display: inline-block;
}
#nav li a{
	display:block;
	line-height: 70px;
	padding: 0 20px;
	text-decoration: none;
	color: #5a5a5a;
	font-size: 13px;
	transition:color 0.5s;
	-webkit-transition:color 0.5s; /* Safari */
}
#nav li a:hover {
	color:#63c378;
}
#nav ul {
	padding:0px;
	position: absolute;
	top: 70px;
	left: -60px;
	list-style: none;
	opacity: 0;
	transition: opacity 0.65s;
	-webkit-transition:opacity 0.65s;
	background:none;
	visibility:hidden;
}
#nav li:hover ul{
	opacity: 1;
}
#nav li ul li { 
	background: #fff;
	display: block; 
	color: #5a5a5a;
	transition:color 0.5s;
	-webkit-transition:color 0.5s;
}
#nav li ul li:hover { 
	color:#63c378;
}
#nav li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* END OF MENU */

div.content {
	width:100%;
	height:100%;
	padding:0;
	margin:0;	
}
div.slideshow {
	width:100%;
	height:100%;
	background:#333;
	text-align:center;
	border-bottom:2px solid #5a5a5a;
}
p.slideshow {
	color:#fdfdfd;
	font-size:20px;
	padding-top:150px;	
}
div.aboutus {
	width:100%;
	height:300px;
	background:#f4f4f4;	
    text-align:center;
	border-bottom:1px solid #cccccc;
}
div.content1-1 {
	width:1280px;	
	margin:0 auto;
}
p.title {
	color:#5a5a5a;
	font-size:25px;
	text-decoration:bold;
	padding-bottom:10px;
}
hr {
	width:100px;
	height: 5px;
	background: #63c378;
	border: none;
	margin-top: 0px;
}
h3 {
	color: #444;
	font-size:16px;
	text-transform:uppercase;
	font-weight:200;
	margin-top:55px;
}
span {
	color: #63c378;	
	font-weight:500;
}




p.title1 {
	color: #444;
	font-size:15px;
	text-align:center;
	padding-top:140px;	
	text-transform:uppercase;
	font-weight:400;
}
h2 {
	color: #444;
    font-weight: 200;	
	font-size:13px;
	text-transform:none;	
}
div.portfolio {
	width:100%;
	height:100%;
	background:#ffffff;	
	text-align:center;
	border-bottom:1px solid #cccccc;
}
div.port_first_row{
	width:100%;
	height:300px;	
}
div.portfolio1 {
	width:1278px;
	margin:0 auto;
	height:1250px;
		
}
div.portfolio1-1, div.portfolio1-2, div.portfolio1-3 {
	width:426px;
	height:300px;
	background:#63c378;
	overflow:hidden;
}
div.portfolio1-1 {
	float:left;	
}
div.portfolio1-2 {
	float:left;	
}
div.portfolio1-3 {
	float:right;	
}
img.portfolio1-1 {
	opacity:1;
}

img.portfolio1-2 {
	opacity:1;
	transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s; /* Safari */
}
img.portfolio1-2:hover {
	opacity:0.4;
}
img.portfolio1-3 {
	opacity:1;
	transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s; /* Safari */
}
img.portfolio1-3:hover {
	opacity:0.4;
}
div.sub {
	width:100%;
	height:340px;	
	transition:margin 0.4s;
    -webkit-transition:margin 0.4s; /* Safari */
}
div.sub:hover {
	margin-top:-40px;	
}
a.portfolio {
	opacity:0.7;
	transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s; /* Safari */	
}
a.portfolio:hover {
	opacity:1;	
}
div.arrow {
	width:0px;
	height:0px;
	margin:0 auto;
	margin-top:-24px;
	margin-bottom:4px;
	position:relative; 
	border-left:10px solid transparent;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #63c378;	
}

div.coop {
	width:100%;
	height:400px;
	background:#f4f4f4;
	text-align:center;
}
div.coop1 {
	width:1280px;
	height:200px;
	margin:0 auto;	
}
div.coop2 {
	width:400px;
	height:200px;
	float:left;
	margin:0 10px;
	opacity:0.4;	
	transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s; 
}
div.coop2:hover{
	opacity:0.7;
}
#coop1-1 {
	background: url(../images/coop.png) no-repeat;
}
#coop1-2 {
	background: url(../images/coop2.png) no-repeat;
}
#coop1-3 {
	background: url(../images/coop3.png) no-repeat;
}

h1 {
	color:#fff;	
}
footer {
	width:100%;
	height:50px;
	background:#63c378;
	border-top:1px solid #ccc;	
	color:#fcfcfc;
	text-align:center;
	font-size:12px;
	margin-bottom: 0px;
}
div.port {
	width: 100%;
	height: 600px;
	border-bottom:1px solid #cccccc;
}
div.port2 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
div.lewo {
	width: 600px;
	height: 600px;
	float: left;
}
div.prawo {
	width: 600px;
	height: 100%;
	float: right;
}
#opis-details {
	margin-right: 15px;
}

#opis-title {
	margin-left: 30px;
}
#opis-port {
	margin-left: 20px;
	margin-top: 0;
}

div.bar {
	width:100%;
	height:2px;
	background:#333;
	text-align:center;
	border-bottom:2px solid #5a5a5a;
}
div.form {
	width:100%;
	height:450px;
	background:#f4f4f4;	
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
}
div.form_2 {
	width:100%;
	height:350px;
	background:#f4f4f4;	
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
}
div.form2 {
	width: 1100px;
	height: 350px;
	margin:0 auto;
}
.input {
	width: 510px;
	height: 40px;
	margin: 20px 10px;
}
textarea {
	width: 1060px;
	height: 170px;
	resize: none;
}
.input, textarea {
	border: 2px solid #333;
	background: #fff;
	font-size: 13px;
	padding-left: 10px;
	color: #5a5a5a;
	font-family: 'Oxygen', helvetica, arial, sans-serif;
	transition:all 0.35s;
    -webkit-transition:all 0.35s; 
}
input:focus, textarea:focus {
	border: 2px solid #63c378;
	color: #2A4530;
	outline: none;
}
.send {
	width: 200px;
	height: 50px;
	background: #333;
	border: none;
	margin: 10px 0px;
	color: #fff;
	font-family: 'Oxygen', helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	transition:background 0.45s;
    -webkit-transition:background 0.45s; 
}
.send:hover {
	background: #63c378;
}
div.map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-bottom:1px solid #cccccc;
}
div.con {
	width: 1278px;
	height: 250px;
	margin: 0 auto;
}
#email {
	width: 426px;
	height: 150px;
	float: left;
	background: url(../images/con2.png) no-repeat;
	background-position: center center;
}
#adres {
	width: 426px;
	height: 150px;
	float:left;
	background: url(../images/con3.png) no-repeat;
	background-position: center center;
}
#tel {
	width: 426px;
	height: 150px;
	float: left;
	background: url(../images/con1.png) no-repeat;
	background-position: center center;
}
p.con {
	padding-top: 150px;
}
div.adres {
	width:100%;
	height:350px;
	background:#f4f4f4;
	text-align:center;
	border-bottom:1px solid #cccccc;
}
div.zauf {
	width:100%;
	height:125px;
	background:#f4f4f4;
	text-align:center;
	border-bottom:1px solid #cccccc;
}
div.logos {
	width: 100%;
	height: 1150px;
	border-bottom:1px solid #cccccc;
}
div.logos1{
	width: 1280px;
	height: 175px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
.logosimg {
	margin: 0 30px;
}
div.oferta {
	width: 100%;
	height: 100%;
	border-bottom:1px solid #cccccc;
}
div.oferta2{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}





/* jssor slider arrow navigator skin 21 css */
        /*
            .jssora21l              (normal)
            .jssora21r              (normal)
            .jssora21l:hover        (normal mouseover)
            .jssora21r:hover        (normal mouseover)
            .jssora21ldn            (mousedown)
            .jssora21rdn            (mousedown)
            */
        .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
            position: absolute;
            cursor: pointer;
            display: block;
            background: url(../images/a21.png) center center no-repeat;
            overflow: hidden;
        }

        .jssora21l {
            background-position: -3px -33px;
        }

        .jssora21r {
            background-position: -63px -33px;
        }

        .jssora21l:hover {
            background-position: -123px -33px;
        }

        .jssora21r:hover {
            background-position: -183px -33px;
        }

        .jssora21ldn {
            background-position: -243px -33px;
        }

        .jssora21rdn {
            background-position: -303px -33px;
        }
  /* jssor slider bullet navigator skin 21 css */
        /*
            .jssorb21 div           (normal)
            .jssorb21 div:hover     (normal mouseover)
            .jssorb21 .av           (active)
            .jssorb21 .av:hover     (active mouseover)
            .jssorb21 .dn           (mousedown)
            */
        .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
            background: url(../images/b21.png) no-repeat;
            overflow: hidden;
            cursor: pointer;
        }

        .jssorb21 div {
            background-position: -5px -5px;
        }

            .jssorb21 div:hover, .jssorb21 .av:hover {
                background-position: -35px -5px;
            }

        .jssorb21 .av {
            background-position: -65px -5px;
        }

        .jssorb21 .dn, .jssorb21 .dn:hover {
            background-position: -95px -5px;
        }








