/**/
@import "../css/reset.css";
@import "../css/szablon.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px verdana, Helvetica, sans-serif;
	color:#ffffff;
	background-color: #000000;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open sans', sans-serif;
	font-weight: normal;
	color: #ffffff;

}

input {
	border-radius: none !important;
}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 10px;
}


address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	padding-left: 27px;
	margin-bottom: 16px;
	position: relative;
}

ul.list li a {
	color: #41dcf3;
}

ul.list li a:after  {
	position: absolute;
	width: 16px;
	height: 17px;
	left: 0;
	top: 2px;
	content: '';
	pointer-events: none;
	display: block;
	background: url(../images/marker.png) 0 0 no-repeat;
}

ul.list li a:hover {
	color: #525252;
}

ul.list li a:hover:after {
	background-position: 0 bottom;
}

h2 {
	font-size: 25px;
	line-height: 36px;
	text-transform: uppercase;


}


h3 {
	margin: 35px 0 10px 0;
	font-size: 18px;
	line-height: 20px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn {
	color: #fff;
	display: inline-block;
	background: #322f2f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	padding: 3px 24px 2px 23px;
}

a.btn:hover {
	background-color: #41dcf3;
	color: #fff;
}

a.mail {
	color: #9ce4ff;
	
}

a.mail:hover {
	
	color: #2bc6ff;
}

a:hover {
	color: #ffffff;

}


a.link-1 {
	color: #41dcf3;
}

a.link-1:hover {
	color: inherit;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-right: 40px;
}

.pad2 {
	padding-right: 15px;
}

.pad3 {
	padding-right: 80px;
}


.pt0 {
	padding-top: 0;
}


.img_inner {
	margin-top: 2px;
	margin-bottom: 15px;
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.content h3.head1 {
	margin-bottom: 22px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.fright {
	float: right !important;	
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.cl1 {
	height: 16px;
}

.cl2 {
	height: 28px;
}


.hor_separator {
	padding-top: 44px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 4px;
}

.hor_separator.hor1 {
	margin-top: 29px;
}

.block1 {
	margin-bottom: 20px;
	margin-top: -2px;
}

.content.projects .box h3 {
	margin-top: 0;
}
/*head
er*/

header {
	display: block;
	padding: 0px;
	height: 160px;
	background: #e8e8e8 url(../images/top.jpg) repeat-x;
}



header h1 {
	float: left;
	position: relative;
	top: 20px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 372px;
	height: 128px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.jezyki {

	float: right;
	position: relative;
	height: 54px;
	width: 119px;
	background: url(../images/tlo-jezyki.png) no-repeat;
}

.flaga {
	opacity: 0.8;
}

.flaga:hover {
	opacity: 1;
	
}

.flaga-active {
	opacity: 1;
}

.pl {
	margin: 9px 0 0 18px;
}

.en {
	margin: 9px 0 0 10px;
}


.menu_block {

	float: right;
	position: relative;
	z-index: 999;
	padding-top: 50px;
}

nav>.sf-menu {
	text-align: center;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	float: left;
	margin-left: 27px;
}


.sf-menu>li img {
	display: none;
	width: 100%;
	position: absolute;
	height: 86px;
	top: 0;
	left: 0;
	right: 0;
}


.sf-menu>li>ul>li {
  float: none;
  	
}


.sf-menu>li>a{
	color: #525252; 
	 font-family: 'Open Sans', sans-serif;
	font-size: 18px; 
	line-height: 24px;
	position: relative;
	margin-bottom: 7px;
}

.sf-menu>li>a span.menu-arrow {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -2px;
	width: 5px;
	background: url(../images/arrows.png) no-repeat 0 0px;
	height: 3px;
	top: 20px;	
	pointer-events: none;
	z-index: 999;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
	color: #1873b6;
	border-bottom: 2px solid #1b68a1;
}


.sf-menu>li>ul>li>a>span {
	position: absolute;
	right: 10px;
	width: 4px;
	background: url(../images/arrows.png) no-repeat right bottom;
	height: 7px;
	top: 7px;	
}

	


.sf-menu a{
	font-size: 16px; 
	line-height: 21px; 
	color:#fffefe;
	}

/*================================>> 2 Level <<========================================*/
.sf-menu li ul,.sf-menu li.sfHover>ul{
	left:0; 
	right: 0;
	background: #D4D4D4;
	top:50px;
	width: 135px;
	left: 50%;
	margin-left: -67px;
	padding:25px 0 24px; 
	z-index: 999;  
}

.sf-menu li ul li{
	text-align: center; 
	float: none !important; 
	margin-bottom: 11px;
}

.sf-menu li ul li:first-child {
	padding-top: 0;
	background: none;
}
.sf-menu li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px; 
	padding-right: 0 !important;
	line-height: 19px;
	color: #555555;
}

.sf-menu li li a:hover, .sf-menu li.sfHover li.sfHover>a{  color: #41dcf3 !important;}



 /**************************
*
*	GENERAL
*
**************************/



.slider_wrapper {
	margin-top: 42px;
 	position: relative;
    border-bottom: 8px solid #d4d4d4;
    margin-bottom: 22px;
}

.slider_wrapper>div {
	height: 350px;
	overflow: hidden;
}

.slider_wrapper:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	bottom: -8px;
	height: 8px;
	width: 320px;
	background: #322f2f;
}

#galeria{
	
	margin: 15px auto 0 auto;
	
	font: 12px Arial, Verdana;
}

#galeria ul li{
	display: inline;

	
}

#galeria img{
	border: 1px solid #888888;
	height: 150px;
	float: center;
		margin:15px;
}

#galeria2{
	
	margin: 50px auto 0 auto;
	
	font: 12px Arial, Verdana;
}

#galeria2 ul li{
	display: inline;
    width: 204px;
	
}

.pod {
	width: 204px;
	display: inline;
}

#galeria2 img{
	border: 1px solid #888888;
	height: 290px;
	
	float: center;
		margin:15px 10px;
}


.caroufredsel_wrapper {
	top: 0 !important;
}

.camera_wrap {
	display: none;
	position: relative;
	z-index: 0;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_commands > .camera_stop {
	display: none;	
}


.camera_prev{
background: url(../images/prevnext.png) 0 0 no-repeat;
	width: 25px;	
	height: 49px;
	position: absolute;
	z-index: 999;
	bottom: -44px;
	left: 10px;
	margin-top: -25px;
	top: 50%;
	cursor: pointer;
	opacity: 1 !important;
}

.camera_prev:hover {
	background-position: 0 bottom;	
}

.camera_next {
	background: url(../images/prevnext.png) right 0 no-repeat;
	width: 25px;	
	height: 49px;
	position: absolute;
	z-index: 999;
	bottom: -44px;
	right: 10px;
	margin-top: -25px;
	top: 50%;
	cursor: pointer;
	opacity: 1 !important;
}

.camera_next:hover {
	background-position: right bottom;	
}


.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.caption {
background: url(../images/slider-tlo.png) repeat;
	position: absolute;
	padding-right: 25px;
	width: 430px;
	right: 0px;
	bottom: 90px;
	z-index: 999;	
	 font-family: 'Open Sans', sans-serif;
}

.caption .tresc {
	text-align: right;
	font-size: 35px;
font-weight: normal:

	color: #ffffff;
	line-height: 55px;
}

.caption .mniejsza {
	text-align: right;
	font-size: 30px;
	margin: 30px 0px 30px 0px;
}

.szara {
	color: #e8e8e8;
}

.strona {
	text-align: justify;
	line-height: 28px;
}

.strona2 {
	margin-top: 40px;
	text-align: justify;
	line-height: 28px;
}

/**************************
*
*	COLORS & SKINS
*
**************************/

.camera_wrap .camera_pag {
	position: absolute;
	margin-left: -48px;
	left: 50%;
	height: auto;
	bottom: -31px;

}
.camera_wrap .camera_pag .camera_pag_ul li {
	border: 1px solid #cfcfcf;
	border-radius: 500px;
	width: 14px;
	height: 14px;
	line-height: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin-left: 4px;
	float: left;
	box-shadow: inset 0 1px 1px #909090;
	cursor: pointer;
}

.camera_wrap .camera_pag .camera_pag_ul li:first-child {
	margin-left: 0;
}

.camera_wrap .camera_pag .camera_pag_ul li span {
		text-indent: -99px;	
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 14px;
	height: 14px;
	line-height: 0;

}
.camera_wrap .camera_pag .camera_pag_ul li:hover, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
	background: #fd6c7a;
}


.ciezarowka {
	width: 100%;
	background: url(../images/ciezar.png) bottom center no-repeat;
}

.przerwa {
	height: 170px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {

	.sf-menu>li{
		margin-left: 25px;
	}

	header nav {
		padding-top: 0px !important;	
	}
	
	header {
	
	height: 230px;
	background: #e8e8e8 url(../images/top.jpg) top repeat-x;
}
	
}

@media only screen and (max-width: 767px) {
	.menu_block {
		float: none !important;
		margin: 40px 0px 0!important;	
		
	}
	
	header {
	
	height: 270px;
	background: #e8e8e8 url(../images/top.jpg) top repeat-x;
}

  header nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		
		width: 100%;
		margin: 0 auto;
		
	
	}

		.sf-menu{display:none;float: none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#202020;
		width:100%;
		margin: 0 auto;
		float: none;
    outline: none;
    cursor: pointer;
		border:2px solid #fff;
	}
	

}




.box {
	padding: 29px 18px 17px;
	background: url(../images/box_bg.png) 0 0 repeat;
	text-align: center;
	position: relative;
}

.box:hover {
	background: #322f2f;
	color: #fff;
}

.box h3, .content.projects .box h3 {
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.box i {
	text-align: center;
	display: block !important;
	margin-bottom: 11px;
	font-size: 36px;
	line-height: 36px;
	top: 98px;
	color: #322f2f;
}

.box:hover i {
	color: #fff;
}

.content.projects .box {
	margin-top: 1px;
}

.box:hover h3 {
	color: #fff;
}

.box:hover a.btn {
	background-color: #41dcf3;
}


.content
.emp_box .box {
	background: #f9f9f9;
	padding-top: 14px;
	margin-top: 3px;
	text-align: left;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.emp_box .box p {
	margin-bottom: 10px;
}

.emp_box .box img {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}
.emp_box .box a {
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.hor_separator {
	border-color: transparent !important;
}


.content
.emp_box .box:hover {
	background-color: #41dcf3;
}

.emp_box .box a:hover {
	color: #fff;
	text-decoration: underline;
}

.content time {
	color: #41dcf3;
	margin-bottom: 10px;
	display: inline-block;
}
.logos {
	overflow: hidden;
}

.logos li {
	float: left;
	padding-top: 11px;
	padding-bottom: 6px;
	width: 25%;
	text-align: center;
	border-right: 1px solid #c8c9ca;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.logos li a:hover {
	opacity: 0.5;
}

.logos li:first-child {
	border-left: 1px solid #c8c9ca;
}

.projects .box:hover {
	background-color: #41dcf3 !important;
}

.projects .box:hover a.btn {
	background-color: #322f2f !important;
}

/***Icons**/

/*Content*/

.content.page1 {
	padding-bottom: 45px;
	padding-top: 0;
}

.content {
	background: url(../images/cont_bg.png) 0 0 repeat;
	padding-bottom: 60px;
}
.bg1 {
	background: #2f3e55 url(../images/bg.jpg) repeat-x;
}

.content.page1 h3 {
	margin-top: 49px;
	margin-bottom: 24px;
}

.content h3 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.prv h3 {
	margin-bottom: 19px;
}

.content.page1 .emp_box .box {
	margin-top: 2px;
}

.hor_separator.hor2 {
	margin-bottom: 0;
	border-bottom: none;
	margin-top: 44px;
	padding-bottom: 4px;
	border-top: 1px solid #D4D4D4;
	padding-top: 0;
}
/****Map***/

.map {
	padding-top: 2px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 15px;
 display: block;
}
.map figure iframe {
	width: 100%;
	height: 306px;
	max-width: 100%
}

address dd span {
	min-width: 83px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************Footer***********/

footer {
	display: block;
	padding: 10px 0px ;
	display: block;
	color: #525252;
	font-size: 11px;
	background: url(../images/ulica.jpg) top center no-repeat;
}

footer .socials {
	padding-top: 2px;
	float: right;
	padding-bottom: 10px;
	color: #525252;
}

footer .socials a:first-child {
	margin-left: 0 !important;
}

footer .socials a {

	display: inline-block; 
	margin: 0 4px;
}

footer a:hover {
	text-decoration: underline;
	opacity: 0.8;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}
.slider_wrapper  {
	height: 337px !important;
}

.emp_box .box img {
	width: 100%;
	margin-bottom: 20px;
	float: none;
	margin-right: 0;
}



h2 {
	font-size: 28px;
	line-height: 30px;
}


}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.content.projects .box {
	margin-bottom: 25px;

}

.emp_box .box {
	margin-bottom: 25px;
}

.page1_block {
	margin-bottom: 20px;
}

.page1_block .box h3 {
	margin-bottom: 30px;
}

.page1_block .box {
	margin-bottom: 25px;
}

.cl1, .cl2  {
	height: 0;
}


.slider_wrapper  {
	height: 189px !important;
}

.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}


.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}


.jezyki {
top: 0px;
	
	position: absolute;
	height: 54px;
	width: 173px;
	background: url(../images/tlo-jezyki.png) no-repeat;
}


header h1 {
	float: none;
	position: relative;	
	top: 60px;
}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 100%;
}




.map figure iframe {
	width: 100%;
	height: 300px;
}

footer div {
	
}

.caption {
background: url(../images/slider-tlo.png) repeat;
	position: absolute;
	padding-right: 5px;

	right: 0px;
	bottom: 0px;
	z-index: 999;	
	 font-family: 'Open Sans', sans-serif;
}

.caption .tresc {
	text-align: right;
	font-size: 16px;
font-weight: normal;

	color: #ffffff;

}

.caption .mniejsza {
	text-align: right;
	font-size: 16px;
margin: 10px 0 0 0;
}



.logos li {
	border: none !important ;
	float: none;
	width: auto;
}

.copy {
	font-size: 12px;
}

footer .socials {
	padding-top: 40px;
	
}

#galeria img{
	border: 1px solid #888888;
	width: 190px;
	height: 143px;
	float: center;
		margin:5px;
}

}
 @media only screen and (max-width: 479px) {
 
 body {
min-width:300px;
}

#galeria img{
	border: 1px solid #888888;
	width: 200px;
	height: 150px;
	float: center;
		margin:5px 0px 20px 30px;
}

header h1 a img {
	width: 100%;
}

.slider_wrapper:after {
	width: 300px !important;
}

.slider_wrapper {
	height: 135px !important;
}


 .map figure iframe {
	width: 100%;
	height: 150px;
}

	header {
	
	height: 240px;
	background: #e8e8e8 url(../images/top.jpg) top repeat-x;
}

.caption .tresc {

	font-size: 12px;


}

.caption .mniejsza {

	font-size: 12px;
margin: 10px 0 0 0;
}

footer .socials {
	padding-top: 40px;
	font-size: 9px;
}


 }
