/* ====================================================
	CSS FILE - Author: Intellect.pl
=======================================================*/

html 
{
	
}

body 
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	color: #000;
	background: #c0e6fe;
}

.wrapper 
{
	width: 980px;
	margin: 0px auto;
}

.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright {text-align: right; }
.tjustify { text-align: justify; }
.clear { clear: both; width: 100%; height: 0px; overflow: hidden;}

a
{
	text-decoration: none;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}


#top
{
	height: 155px;
	width: 100%;
	padding-top: 21px;
}

#top .logo
{
	width: 219px;
	height: 105px;
	display: block;
	background: url(../img/logo.png) no-repeat;
	float: left;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#top .logo:hover
{
	cursor: pointer;
	opacity: 0.8;
}

#top .tag
{
	color: #2c8dcc;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Segoe Script';
	text-transform: uppercase;
	position: absolute;
}

#top .tag1
{
	margin-left: 230px;
	margin-top: 3px;
	color: #2050a2;
}

#top .tag2
{
	margin-left: 300px;
	margin-top: 60px;
}

#top .tag3
{
	margin-left: 435px;
	margin-top: 11px;
}

#top .tag4
{
	margin-top: 78px;
	margin-left: 488px;
	color: #2050a2;
}

#top .tag5
{
	margin-left: 575px;
	margin-top: 45px;
}

#top .tag6
{
	margin-left: 705px;
	color: #2050a2;
}

#top .strefa-agenta,
#top .strefa-agenta-active
{
	width: 127px;
	height: 40px;
	display: block;
	background: url(../img/strefa-agenta.jpg);
	float: right;
	margin-top: 4px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#top .strefa-agenta-active
{
	background: url(../img/strefa-agenta-active.png);
}

#top .strefa-agenta:hover,
#top .strefa-agenta-active
{
	opacity: 0.8;
}

#top .szukaj
{
	float: right;
	margin-top: -35px;
}

#top .szukaj input[type="text"]
{
	width: 195px;
	height: 30px;
	padding-left: 85px;
	font-size: 12px;
	color: #517a9d;
	border: solid 1px #dee5f1;
	border-radius: 5px;
}

#top .szukaj .info-button
{
	height: 15px;
	width: 71px;
	background: #ffb820;
	background: -o-linear-gradient(top, #ffc928, #ffb31d);
	background: -ms-linear-gradient(top, #ffc928, #ffb31d);
	background: -moz-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb31d), to(#ffc928));
	border-radius: 4px;
	position: absolute;
	font-size: 13px;
	color: #1a4691;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 0 6px 0;
	margin-top: 3px;
	margin-left: 3px;
	font-weight: 900;
}

#top .szukaj .szukaj-btn
{
 	height: 28px;
	width: 33px;
	background: #ffb820;
	background: -o-linear-gradient(top, #ffc928, #ffb31d);
	background: -ms-linear-gradient(top, #ffc928, #ffb31d);
	background: -moz-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb31d), to(#ffc928));
	border-radius: 4px;
	position: absolute;
	font-size: 13px;
	color: #1a4691;
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
	margin-left: 247px;
	font-weight: 900;
	border:none;
	position: absolute;
	padding-top: 3px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#top .szukaj .szukaj-btn:hover
{
	background: #e99f00;
}


#top .menu
{
	width: 980px;
	height: 57px;
	background: #FFF;
	position: absolute;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	border-radius: 6px;
	font-family: 'Istok Web', sans-serif;
	z-index: 105;
	overflow: hidden;
}

#top .menu li:first-child
{
	width: 50px;
	height: 40px;
	background: #ffb820;
	background: -o-linear-gradient(top, #ffc928, #ffb31d);
	background: -ms-linear-gradient(top, #ffc928, #ffb31d);
	background: -moz-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb31d), to(#ffc928));
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: none;
	padding: 17px 0 0 0;
}

#top .menu li:first-child:hover
{
	background: #183b88;
	color: #FFF;

}

#top .menu li:first-child a
{
	padding: 0;
}

#top .menu li:first-child:hover a
{
	color: #FFF;
	padding: 0;
}

#top .menu li
{
	float: left;
	text-align: center;
	border-left: solid 1px #dee5f1;
	height: 41px;
	padding-top:16px;
	/* padding-left: 42px;
	padding-right: 42px; */
	-moz-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	position: relative;
}

#top .menu li:hover
{
	background: #193e8d;
}

#top .menu li:hover a
{
	color: #FFF;
}

#top .menu .active a,
#top .menu .active
{
	color: #ffb31d !important;
	font-weight: bold;
}

#top .menu li a
{
	color: #2050a2;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: middle;
	/* margin-left: -42px;
	padding-left: 42px;
	margin-right: -42px;
	padding-right: 42px;
	padding-top: 15px;
	margin-top: -15px;
	padding-bottom: 15px;
	margin-bottom: -15px; */
	display: block;
	left: 0;
	right: 0;
	padding: 3px 30px;
}

#slider
{
	width: 100%;
}

#slider ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#slider ul li
{
	
	height: 398px;
	width: 100%;
	background-position:center center !important;
	background-repeat: no-repeat;
	background-size: cover;

}

#slider ul li a
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#slider .slider .pagination
{
	position:absolute;
	z-index:999;
	margin-left: 30px;
	margin-top: 305px;
}

#slider .slider .ball
{
	width: 10px;
	height: 10px;
	border-radius: 13px;
	background: rgba(255,255,255, 0.9);
	float: left;
	margin: 0px 8px;
	border: 3px solid transparent;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	cursor: pointer;
}

#slider .slider .ball.active
{
	border-color: #FFF;
	background: #2050a2;
}

#slider .slider .ball:hover
{
	background: none;
	border: 3px solid #2050a2;
}


#srodek .lewa
{
	width: 330px;
	float: left;
	margin-top: -55px;
	position: relative;
	z-index: 999999;
}

#srodek .box
{
	background: #FFF;
	border-radius: 6px;
	width: 273px;
	padding:20px;
	position: relative;
	color: #517a9d;
	font-family: Ubuntu;
	font-size: 13px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#srodek .box:hover,
#srodek .partnerzy:hover,
#srodek .boxgaleria:hover
{
	box-shadow: 0px 5px 5px #a4a4a4;
}

#srodek .box li a
{
	color: #517a9d;
}

#srodek .box h4,
#srodek .box h4 a
{	
	margin: 0.4em 0;
	color: #2050a2;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	font-family: 'Istok Web', sans-serif;
}

#srodek .box h4 a:hover
{
	color: #ffb31e;
}

#srodek .aktualnosci-blok
{
	height: 330px;
}


#srodek .referencje,
#srodek .promocje
{
	height: 162px;
	margin-top: 22px;
}

#srodek .promocje
{
	float: left;
}

#srodek .promocje a:hover
{
	color: #2050A2;
}

#srodek .promocje ul
{
	list-style-image: url(../img/point.png);
	margin: 0;
	margin-left: -20px;
	margin-top: -14px;
}

#srodek .promocje ul li
{
	padding-top: 9px;
}

#srodek .facebook
{
	height: 175px;
	margin-top: 22px;
	overflow: hidden;
	padding: 0px 5px 0px 10px;
	width: 300px;
	position: relative;
}

#srodek .facebook .shadow
{
	position: absolute;
	height: 14px;
	width: 100%;
	z-index: 999;
	bottom: 0;
	left: 0;
	background: #fff;
}

#srodek .partnerzy
{
	height: 175px;
	margin-top: 22px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#srodek .partnerzy h4
{
	color: #2050a2;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	font-family: 'Istok Web', sans-serif;
	padding-left: 30px;
	padding-top: 30px;
}

#srodek .prawa
{
	float: left;
	margin-top: -55px;
	position: relative;
	z-index: 999999;
}

#srodek .czestowybierane
{
	height: 162px;
	background: #1e4a9b;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	float: left;
}

#srodek .czestowybierane a:hover
{
	color: #ffbc1f;
}

#srodek .czestowybierane h4
{
	color: #FFF;
}

#srodek .czestowybierane ul
{
	list-style-image: url(../img/point.png);
	margin-left: -20px;
}

#srodek .czestowybierane ul li
{
	padding-bottom: 9px;
}

#srodek .czestowybierane ul a
{
	color: #FFF;
}

#srodek .newsletter
{
	height: 162px;
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	background: #1e4a9b;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	text-align: center;
}

#srodek .newsletter .inputs
{
	width: 243px;
	position: relative;
	margin: 0 auto;
}

#srodek .newsletter .newsletter-text-input
{
	background: #153571;
	border-radius: 4px;
	border-top: solid 1px #112c59;
	border-left: solid 1px #112c59;
	border-right: solid 1px #112c59;
	border-bottom: solid 1px #3461b5;
	height: 33px;
	width: 223px;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	font-family: Ubuntu;
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
}

#srodek .newsletter ::-webkit-input-placeholder {
   color: white;
}

#srodek .newsletter :-moz-placeholder { /* Firefox 18- */
   color: white;  
}

#srodek .newsletter ::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

#srodek .newsletter :-ms-input-placeholder {  
   color: white;  
}

#srodek .newsletter h4
{
	color: #FFF;
}

#srodek .newsletter .dodaj
{
	width: 30px;
	height: 30px;
	background: url(../img/add.png);
	border: none;
	position: absolute;
	margin-top: 2px;
	right: 0;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#srodek .newsletter .dodaj:hover
{
	cursor: pointer;
	opacity: 0.8;
}


#srodek .ubezpieczenia
{
	height: 162px;
	float: left;
	margin-left: 20px;
}

#srodek .ubezpieczenia a:hover
{
	color: #2050A2;
}

#srodek .ubezpieczenia ul
{
	list-style-image: url(../img/point.png);
	margin: 0;
	margin-left: -20px;
}

#srodek .ubezpieczenia ul li
{
	padding-top: 9px;
}



#srodek .boxgaleria
{
	height: 148px;
	width: 646px;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 6px;
	text-align: center;
	padding: 0;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

/*
.image_carousel img:first-child
{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.image_carousel img:last-child
{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
*/

.image_carousel img {
	background-color: white;
	display: block;
	float: left;
}

.image_carousel a {
	display: block;
	float: left;
	height: 160px;
	min-width: 120px;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
}


#foo1_prev
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0px 2px 2px #888888;
	z-index: 999;
	margin: 80px 0 0 -7px;
	padding-top: 7px;
	text-align: center;
}

#foo1_next
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0px 2px 2px #888888;
	z-index: 999;
	margin: 80px 0 0 628px;
	padding-top: 7px;
	text-align: center;
}


#srodek .partnerzy
{
	background: #FFF;
	display: block;
	width: 646px;
	overflow: hidden;
	border-radius: 6px;
	text-align: center;
	padding: 0;
}

#foo2
{
	margin-left: 0px;
	margin-top: 25px;
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
	background: #000;
}

#foo2  a 
{
	display: block;
	float: left;
	width: 180px;
	height: 120px;
	padding:20px 5px 0 5px;
	border: solid 1px black;
	
}

#foo2_prev
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0px 2px 2px #888888;
	z-index: 9999;
	margin: 110px 0 0 -7px;
	padding-top: 7px;
	text-align: center;
	display: block;
}

#foo2_next
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0px 2px 2px #888888;
	z-index: 9999;
	margin: 110px 0 0 628px;
	padding-top: 7px;
	text-align: center;
	display: block;
}

#foo2_prev,
#foo2_next
{
	background: #1e4a9b;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
}


#foot
{
	height: 65px;
	margin-top: 20px;
	color: #4d8ab1;
	font-size: 11px;
}

#foot .menudol
{
	width: 720px;
	height: 65px;
	float: left;
}

#foot .menudol ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}

#foot .menudol ul li
{
	float: left;
	margin-right: 30px;
	margin-left: 5px;
	line-height: 26px;
}

#foot .menudol ul li:first-child
{
	margin-left: 5px;
}

#foot .menudol a
{
	color: #4d8ab1;
	font-size: 13px;
	text-transform: uppercase;
}

#foot .menudol a:hover
{
	color: #2050a2;
}


#foot .adress
{
	width: 100px;
	height: 65px;
	float: left;
	line-height: 16px;
}

#foot .realizacja
{
	float: left;
	width: 160px;
	text-align: right;
	line-height: 16px;
}

#foot .realizacja .logointellect
{
	margin-top: 10px;
}

#afacebook
{
	background: url(../img/facebook.jpg);
}

#ayoutube
{
	background: url(../img/youtube.jpg);
	margin-top: 10px;
}

#agplus
{
	background: url(../img/gplus.jpg);
	margin-top: 10px;
}

#ainstagram
{
	background: url(../img/instagram.jpg);
	margin-top: 10px;
}

#ablog
{
	background: url(../img/blog.jpg);
	margin-top: 10px;
}


.buttony-right
{
	width: 117px;
	overflow: hidden;
	position: absolute;
	margin-top: 210px;
	right: 0px;
	z-index: 9999;
}

#afacebook,
#ayoutube,
#agplus,
#ainstagram,
#ablog
{
	display: block;
	width: 117px;
	height: 44px;	
	margin-left: 15px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#afacebook:hover,
#ayoutube:hover,
#agplus:hover,
#ablog:hover,
#ainstagram:hover
{
	margin-left: 0;
	cursor: pointer;
}

.box .wiecej-blue
{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 100%;
	text-align: center;
}


.box .wiecej-blue a{
	display: inline-block;
	width: 83px;
	height: 25px;
	background: #2050a2;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	text-align: center;
	/* margin-left: 110px; */
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	font-weight: bold;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.box .wiecej-blue a:hover
{
	background: #ffc323;
}

.box .wiecej-yellow
{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.box .wiecej-yellow a{
	display: inline-block;
	width: 83px;
	height: 25px;
	background: #ffc323;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	text-align: center;
	/* margin-left: 110px; */
	background: -o-linear-gradient(top, #ffc928, #ffb31d);
	background: -ms-linear-gradient(top, #ffc928, #ffb31d);
	background: -moz-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb31d), to(#ffc928));
	font-weight: bold;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.box .wiecej-yellow a:hover
{
	background: #FFF;
	color: #2050a2;
}

#srodek .aktualnosci-blok ul
{
	
	font-family: Ubuntu;
	margin-left: -20px;
	margin-top: -10px;
	font-size: 13px;
	color: #517a9d;
	list-style-image: url(../img/point2.png);
	overflow: hidden;
}


#srodek .aktualnosci-blok ul li
{
	border-top: solid 1px #dee5f1;
	padding-bottom: 13px;
}

#srodek .aktualnosci-blok ul li a
{
	display: block;
}

#srodek .aktualnosci-blok li:hover a,
#srodek .aktualnosci-blok li:hover h3
{
	cursor: pointer;
	color: #ffb31d;
}

#srodek .aktualnosci-blok ul li:first-child
{
	border-top: none;
}

#srodek .aktualnosci-blok h3
{
	font-size: 15px;
	color: #2050a2;
	margin-bottom: 0;
	font-weight: normal;
}

#banner
{
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 800px;
	width: 100%;
	background-position:top center !important;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(../img/bannery/1.jpg);
}

#tresc
{
	background: #FFF;
	border-radius: 4px;
	margin-top: -760px;
	min-height:700px;
	padding: 25px 40px;
	width: 900px;
	font-family: Ubuntu;
	font-size: 15px;
	color: #517a9d;
	line-height: 22px;
	position: relative;
}


#tresc .gdziejestes,
#tresc .gdziejestes a
{
	color: #517a9d;
	font-size: 12px;
	font-family: Istok Web;
}

#tresc .gdziejestes .active
{
	color: #fec234;
	font-weight: bold;
}

#tresc .gdziejestes a:hover,
#tresc .gdziejestes .active:hover
{
	color: #1b4595;
}

#tresc .hr
{
	width: 100%;
	height: 1px;
	background: #dee5f1;
	margin-top: 13px;
	margin-bottom: 30px;
}

#tresc h4
{
	font-size: 30px;
	color: #2050a2;
	font-family: 'Istok Web', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#tresc .aktualnosci .wstep
{
	height: 122px;
	width: 830px;
	margin-top: 30px;
	display: block;
	border-radius: 4px;
}

#tresc .aktualnosci .wstep:hover
{
	background: #c3e7fe;
	cursor: pointer;
}

#tresc .aktualnosci .wstep .miniaturka
{
	width: 160px;
	height: 120px;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 1px;
	float: left;
	margin-right: 10px;
	margin-left: 1px;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}

#tresc .aktualnosci .wstep h2
{
	font-size: 22px;
	color: #2050a2;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

#tresc .aktualnosci .wstep .data
{
	color: #ffb31d;
	font-size: 12px;
	font-family: Ubuntu;
}

#tresc .aktualnosci .wstep .linia
{
	width: 265px;
	height: 1px;
	background: #dee5f1;
	float: left;
	margin-top: 7px;
}

#tresc .aktualnosci .wstep .text 
{
	color: #517a9d;
	font-size: 15px;
	font-family: Ubuntu;
	margin-top: 15px;
}

#tresc .aktualnosci .stronnicowanie
{
	float: right;
	height: 35px;
	margin-top: 50px;
}

#tresc .aktualnosci .stronnicowanie a
{
	color: #2050a2;
	font-size: 18px;
	font-family: 'Istok Web', sans-serif;
	margin: 4px 0px 0 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#tresc .aktualnosci .stronnicowanie .prev
{
	width: 35px;
	height: 35px;
	background: url(../img/prev.jpg);
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 0;
	padding: 0;
}

#tresc .aktualnosci .stronnicowanie .next
{
	width: 35px;
	height: 35px;
	background: url(../img/next.jpg);
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 0;
	padding: 0;
}

#tresc .aktualnosci .stronnicowanie a:hover
{
	color: #c3e7fe;
}

#tresc .aktualnosci .stronnicowanie .active
{
	font-size: 24px;
	color: #ffb61f;
	font-weight: bold;
}

#tresc .aktualnosci .stronnicowanie .next:hover,
#tresc .aktualnosci .stronnicowanie .prev:hover
{
	opacity: 0.75;
}


#blokidol
{
	height: 202px;
	margin-top: 20px;
}

#blokidol .facebook
{
	height: 175px;
	width: 313px;
	overflow: hidden;
	background: #FFF;
	border-radius: 6px;
	padding: 0px 5px 0px px;
	position: relative;
	color: #517a9d;
	font-family: Ubuntu;
	font-size: 13px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	float: left;
	margin-right: 20px;
}

#blokidol .partnerzy
{
	height: 135px;
	width: 606px;
	background: #FFF;
	border-radius: 6px;
	padding:20px;
	position: relative;
	color: #517a9d;
	font-family: Ubuntu;
	font-size: 13px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	float: left;
}

.partnerzy_carousel {
	padding: 0;
	height: 100px;
}

.c_glowna
{
	width: 600px;
	margin-top: -30px;
	margin-left: 25px;
}

.partnerzy_carousel a {
	display: block;
	float: left;
	width: 180px;
	height: 120px;
	padding: 0px 5px 0 5px;
	text-align: center;
	overflow: hidden;
	background-size:70% !important;
	
}
.clearfix {
	float: none;
	clear: both;
}


.partnerzy_prev,
.partnerzy_next
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	z-index: 999;
	padding-top: 7px;
	text-align: center;
	background: #1e4a9b;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	margin-top: 55px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}


.partnerzy_prev,
.partnerzy_next
{
	width: 30px;
	height: 23px;
	background: #FFF;
	position: absolute;
	border-radius: 6px;
	z-index: 999;
	padding-top: 7px;
	text-align: center;
	background: #1e4a9b;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	margin-top: 55px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}



.partnerzy_prev
{
	margin-left: -30px;
}

.partnerzy_next
{
	right: -8px;
}

.partnerzy_prev:hover,
.partnerzy_next:hover
{
	background: #ffb820;
	cursor: pointer;

}

.galeria-boxy
{
	margin: 0 -13px 0 -13px;
	min-height: 800px
}

.galeria-box
{
	width: 205px;
	float: left;
	height: 190px;
	margin: 16px 13px 0 13px;
	display: block;
}

.galeria-box:hover .ilosczdjec
{
	-moz-box-shadow: inset 0px 0 12px 7px #e09f03;
	-webkit-box-shadow: inset 0px 0 12px 7px #e09f03;
}

.galeria-box:hover .tytul
{
	color: #ffb821;
}

.galeria-box .miniaturka
{
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 14px;
}

.galeria-box .miniaturka:hover
{
	/* dokonczyc */
}

.ilosczdjec
{
	width: 38px;
	height: 33px;
	padding-top: 5px;
	background: #ffbd23;
	border-radius: 4px;
	float: left;
	-moz-box-shadow: inset 0px 0 12px 7px #ffb31d;
	-webkit-box-shadow: inset 0px 0 12px 7px #ffb31d;
	box-shadow: inset 0px 0 12px 7px #ffb31d;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Istok Web', sans-serif;
	margin-right: 19px;
	line-height: 12px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.ilosczdjec span
{
	color: #2050a2;
	font-size: 14px;
}

.galeria-box .tytul
{
	font-size: 18px;
	font-family: Ubuntu;
	font-weight: bold;
	color: #517a9d;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.galeria-box .data
{
	font-size: 13px;
	font-family: Ubuntu;
	font-weight: normal;
	color: #517a9d;
}

.oferta
{
	margin-left: -30px;
	margin-top: -30px;
}

.oferta-box
{
	width: 280px;
	height: 150px;
	background-position: center center !important;
	border-radius: 4px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	display: block;
}

.oferta-box:hover .tytul
{
	background: #ffb31e;
	color: #FFF;
}

.oferta-box .arrow
{
	margin-left: 3px;
}

.oferta-box .tytul
{
	width: 220px;
	background: #FFF;
	height: 30px;
	border-radius: 4px;
	margin-left: 5px;
	overflow: hidden;
	font-size: 16px;
	color: #2050a2;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding-top:5px;
	padding-left: 6px;
	padding-right: 6px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.oferta-box .arrow,
.oferta-box .tytul
{
	margin-top: 110px;
}


.kontakt
{
	line-height: 22px;
	font-size: 15px;
	font-family: Ubuntu;
	color: #517a9d;
	z-index: 2;
}



.kontakt h4
{
	color: #ffb51f;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}

.kontakt .lewa
{
	float: left;
	width: 350px;
	border-right: solid 1px #dee5f1;
	padding-right: 10px;
}

.kontakt .prawa
{
	float: left;
	width: 490px;
	padding-left: 45px;
	padding-right: 45px;
	margin-right: -45px;
	background: url(../img/reka.jpg) no-repeat;
	background-position: top right;
}

.kontakt  .mapa
{
	margin-top: 40px;
}

.kontakt table
{
	width: 100%;
}

.kontakt table td
{
	width: 33%;
	padding-left: 33px;
	padding-top: 12px;
}

.kontakt table td:first-child
{
	padding-left: 0;
}

.kontakt table input[type=text]
{
	width: 100%;
	height: 43px;
	border: solid 1px #dee5f1;
	border-radius: 4px;
}

.kontakt table .nametd
{
	padding-top: 30px;
}

.kontakt table textarea
{
	width: 100%;
	height: 75px;
	border: solid 1px #dee5f1;
	border-radius: 4px;
}

.kontakt .wyslij
{
	width: 83px;
	height: 30px;
	background: #2050a2;
	border-radius: 2px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	font-weight: bold;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	position: absolute;
	border: none;
	right: 25px;
	margin-top: -16px;
}

.kontakt .wyslij:hover
{
	background: #ffb820;
}


#oferta .wstep
{
	font-size: 15px;
	color: #517a9d;
	font-family: Ubuntu;
	line-height: 22px;
}

#oferta .szukaj
{
	width: 100%;
	height: 81px;
	background: url(../img/szukaj-bg.jpg) no-repeat;
	border-radius: 4px;
	margin-top: 30px;
}

#oferta .lista-box
{
	height: 120px;
	width: 100%;
	display: block;
	margin-top: 32px;
	border-radius: 4px;
	position: relative;
}

#oferta .lista-box:hover
{
	cursor: pointer;
	background: #c2e7fe;
}

#oferta .lista-box .miniaturka
{
	width: 160px;
	height: 120px;
	background-position: center !important;
	border-radius: 4px;
	float: left;
	margin-right: 15px;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}

#oferta .lista-box .tytul
{
	padding-top: 10px;
	font-size: 22px;
	color: #ffb41e;
	font-family: 'Istok Web', sans-serif;
}

#oferta .lista-box .linia
{
	height: 1px;
	width: 630px;
	background: #dee5f1;
	margin-left: 15px;
	float: left;
	margin-top: 7px;
}

#oferta .lista-box .wincyj
{
	position: absolute;
	right: 13px;
	display: block;
	margin-top: -9px;
	width: 83px;
	height: 26px;
	background: #2050a2;
	border-radius: 2px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	background: -o-linear-gradient(top, #1e4a9b, #163681);
	background: -ms-linear-gradient(top, #1e4a9b, #163681);
	background: -moz-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-linear-gradient(top, #1e4a9b, #163681);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#163681), to(#1e4a9b));
	font-weight: bold;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#oferta .lista-box table
{
	font-size: 18px;
	color: #2050a2;
	margin-top: 20px;
}

#oferta .lista-box table td
{
	min-width: 100px;
	padding-left: 30px;
	padding-top: 5px;
}

#oferta .lista-box table .opis
{
	font-family: Ubuntu;
	font-size: 16px;
	color: #517a9d;
}




#oferta .cechy
{
	width: 118px;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	font-family: ubuntu;
	color: #FFF;
	padding-top: 13px;
}

#oferta .cechy #amount
{
	text-align: center;
	padding: 0;
	margin-top: 5px;
	width: 100px;
}

#oferta #slider-range
{
	width: 100px;
	height: 4px;
	margin: 8px auto 0;
}

#oferta .szukaj-btn
{
	background: url(../img/szukaj-btn.png) no-repeat;
	height: 30px;
	width: 76px;
	border: none;
	float: left;
	margin: 40px 0 0 10px;
}

#oferta .szukaj-btn:hover
{
	opacity: 0.8;
}


.plik-box
{
	width: 100%;
	padding: 10px 10px 10px 10px;
	height: 30px;
	background: #e3e9f5;
	border-radius: 4px;
	font-size: 15px;
	color: #517a9d;
	font-family: Ubuntu;
}

.plik-box:nth-child(odd)
{
	background: #FFF;
}

.plik-box .typ-img
{
	float: left;
	height: 28px;
}

.plik-box  .nazwa
{
	float: left;
	margin-left: 23px;
	width: 670px;
	height: 24px;
	padding-top: 4px;
}

.plik-box .waga
{
	float: left;
	height: 24px;
	padding-top: 4px;
	margin-right: 25px;
}

.plik-box .pobierz a
{
	background: url(../img/blue-btn.png);
	width: 83px;
	height: 26px;	
	display: block;
	float: left;
	color: #FFF;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
}

.plik-box .pobierz a:hover
{
	color: #ffbf23;
}

.planuj-wyjazd
{
	color: #517a9d;
	font-size: 14px;
	margin: 0 auto;
}

.planuj-wyjazd td
{
	height: 30px;
	padding: 5px 5px;
}

.planuj-wyjazd .lewa
{
	text-align: right;
	padding-right: 15px;
}

.planuj-wyjazd td input[type=text]
{
	color: #517a9d;
	font-size: 14px;
	width: 92%;
}

.planuj-wyjazd td .wyslij-btn
{
	background: url(../img/blue-btn.png);
	width: 83px;
	height: 30px;	
	display: block;
	float: left;
	color: #FFF;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	float: right;
}

.yellowh3
{
	color: #ffb820;
	font-size: 24px;
	font-family: Istok Web;
}

.opinia-box 
{
	width: 840px;
	min-height: 70px;
	background: url(../img/opinia-bg.jpg) no-repeat;
	background-position: bottom center;
	padding: 40px 35px 10px 35px;
	margin-top: 20px;
}

.opinia-box .podpis
{
	color: #2050a2;
	font-size: 15px;
	margin-top: 10px;
}

.szczegoly-box
{
	width: 100%;
	height: 330px;
}

.szczegoly-box .foto-glowne
{
	display: block;
	height: 330px;
	width: 455px;
	float: left;
	border-radius: 4px;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.szczegoly-box .foto-glowne:hover
{
	opacity: 0.8;
}

.szczegoly-box .table-szczegoly
{
	margin-left: 20px;
	font-family: 'Istok Web', sans-serif;
	float: left;
	width: 290px;
}

.szczegoly-box .table-szczegoly .blue
{
	padding-left: 30px;
}

.szczegoly-box .table-szczegoly .yellow
{
	padding-left: 30px;
	color: #ffb31e;
	font-weight: bold;
}


.good
{
	width: 860px;
	height: 20px;
	padding: 20px;
	font-size: 18px;
	color: #72b400;
	border: solid 1px #72b400;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
}

.bad
{
	width: 860px;
	height: 20px;
	padding: 20px 5%;
	font-size: 18px;
	color: #bf171d;
	border: solid 1px #bf171d;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
}

.photo
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.gallery li
{
	float: left;
	overflow: hidden;
}

.gallery a
{
	margin: 15px 15px;
	display: block;
	width: 188px;
	height: 150px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	float: left;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}

.gallery > a
{
	opacity: 1;
}

.gallery > a:hover
{
	opacity: 0.8;
}

.gallery a .bar
{
	background: red;
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 2.3em;
	background: rgba(11, 20, 34, 0.65);

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}

.gallery a:hover .bar
{
	background: rgba(11, 20, 34, 1);
	line-height: 3.3em;
}

#trescf
{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding: 10px;
}

.form-srodek
{
	width: 300px;
	margin: 0 auto;
}

.form-srodek input 
{
	padding: 5px;
}

.wyslij-opinie
{
	background: url(../img/blue-btn.png);
	width: 83px;
	height: 30px;	
	color: #FFF;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	margin-left: 4px;
}

.wyslij-opinie:hover
{
	opacity: 0.8;
}

.zapytaj-o-wycieczke
{
	width: 92px;
	height: 137px;
	background: url(../img/pytanie-bg.png);
	float: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	font-family: Istok Web;
	text-align: center;
	padding: 60px 20px 0 20px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.zapytaj-o-wycieczke:hover
{
	cursor: pointer;
	color: #ffbf23;
}

.fotos
{
	width: 430px;
	height: 75px;
	float: right;
	margin-top: 35px;
}

.zapytaj-wypelnienie
{
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 11111;
}


.zapytaj-wypelnienie .okienko
{
	width: 820px;
	background: #FFF;
	padding: 40px;
	position: absolute;
	height: 650px;
	left: 50%;
	margin-left: -450px;
	border-radius: 4px;
	font-family: Ubuntu;
	color: #517a9d;
	line-height: 30px;
	z-index: 11113;
	top: 50%;
	margin-top: -340px;
}

.zapytaj-wypelnienie h2
{
	font-size: 30px;
	color: #ffb31e;
	font-family: Istok Web;
}

.zapytaj-wypelnienie span
{
	color: #1e4b9c;
}

.zapytaj-wypelnienie input[type=text]
{
	width: 170px;
	border: solid 1px #dee5f1;
	border-radius: 4px;
	padding: 8px;
	margin-left: 10px;
}

.zapytaj-wypelnienie input:focus
{
	border: solid 1px #e09f03;
}


.zapytaj-wypelnienie input[type=checkbox]
{
	background: #FFF;
	border: solid 1px #dfe6f2;
	border-radius: 4px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.zapytaj-wypelnienie .wyslij,
.zapytaj-wypelnienie .zamknij
{
	display: inline-block;
	width: 83px;
	height: 35px;
	background: #ffc323;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-family: 'Istok Web', sans-serif;
	text-align: center;
	/* margin-left: 110px; */
	background: -o-linear-gradient(top, #ffc928, #ffb31d);
	background: -ms-linear-gradient(top, #ffc928, #ffb31d);
	background: -moz-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-linear-gradient(top, #ffc928, #ffb31d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb31d), to(#ffc928));
	font-weight: bold;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	border: none;
}

.zapytaj-wypelnienie .zamknij
{
	margin: 0 20px 0 20px;
	background: -o-linear-gradient(top, #8b0000, #ae0000);
	background: -ms-linear-gradient(top, #8b0000, #ae0000);
	background: -moz-linear-gradient(top, #8b0000, #ae0000);
	background: -webkit-linear-gradient(top, #8b0000, #ae0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ae0000), to(#8b0000));
	padding-top: 3px;
	height: 32px;

}

.zapytaj-wypelnienie .wyslij:hover,
.zapytaj-wypelnienie .zamknij:hover
{
	background: #2050a2;
	color: #fff;
	cursor: pointer;
}

.zapytaj-wypelnienie .koperty
{
	position: absolute;
	width: 177px;
	height: 100px;
	background: url(../img/koperty.png);
	right: 0;
	margin-top: -60px;
	margin-right: 10px;
}


.photo-as
{
	width: 95px;
	height: 75px;
	overflow: hidden;
	float: left;
	background-size: cover !important;
	border-radius: 4px;
	margin-left: 12px;
}

.photo-as:hover
{
	opacity: 0.8;
}

.img
{
	border-radius: 4px;
}

 .dzien-box-ikona
{
	float: left;
	width: 34px;
	height: 34px;
	background: url(../img/dzien-bg.jpg);
	text-align: center;
	font-size: 18px;
	color: #2050a2;
	font-family: Istok Web;
	font-weight: bold;
	padding: 8px;
	line-height: 15px;
}

.dzien-box-pr
{
	position: relative;
	margin-top: 10px;
	background: #000;
}

.dzien-box-ikona span
{
	font-size: 12px;
	color: #FFF;
}

.dzien-box
{
	float: left;
	border: solid 1px #dee5f1;
	border-radius: 6px;
	margin-left: 20px;
	padding: 10px;
	width: 805px;
	min-height: 30px;
}

#tresc .opisaso
{
	margin-top: 30px;
}

#search-results
{
	list-style-image: url(../img/point.png);
	margin: 0;
	margin-left: -20px;
}

#search-results a
{
	color: #2050a2!important;
	min-width: 50%;
	display: block;
	padding: 5px;
}

#search-results a:hover
{
	background: #2050a2;
	color: #FFF !important;
}

.szukaj-input
{
	width: 195px;
	height: 30px;
	padding: 5px;
	font-size: 12px;
	color: #517a9d;
	border: solid 1px #dee5f1;
	border-radius: 5px;
}

.szukaj-input:focus
{
	border-color: #ffc829;
}

.szukaj-input-w
{
	width: 80px;
	height: 40px;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	border: solid 1px #dee5f1;
	border-radius: 5px;
	background: #2050a2;
}

.szukaj-input-w:hover
{
	background: #ffc829;
	color: #2050a2;
}

.nawigacja
{
	text-align: center;
}


.nawigacja a
{
	color: #FFB31D;
	padding: 0 4px;
}

.nawigacja a:hover
{
	color: #2050A2;
}

#tresc a
{
	color: #FEC234;
}

#tresc a:hover
{
	color: #1B4595;
}

#porcjowanie
{
	background: #FFF;
	width: 960px;
	margin: -4px auto;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px;
}

#products-pagination
{
	background: #FFF;
	margin-top: 30px;
}

.wyloguj
{
	position: absolute;
	right: 45px;
	top: 20px;

}

.wyloguj a
{
	font-family: Ubuntu !important;
}

#selectPlaceDeparture
{
	background: rgba(4, 41, 107, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#selectPlaceDeparture .box
{
	background: url(../img/select-bg.png);
	width: 918px;
	height: 375px;
	position: absolute;
	top: 50%;
	margin-top: -187px;
	left: 50%;
	margin-left: -459px;
}

#selectPlaceDeparture .box .title
{
	font-size: 30px;
	font-weight: bold;
	color: #ffb31e;
	font-family: 'Titillium Web';
	margin-top: 65px;
	margin-left: 41px;
}

#selectPlaceDeparture .box .txt
{
	margin-left: 41px;
	margin-top: 50px;
	font-size: 15px;
	color: #1e4b9c;
}

#selectPlaceDeparture .box .txt input[type=submit]
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #ffb31e;
	border: none;
	padding: 11px 21px;
	border-radius: 4px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	margin-top: 24px;
}

#selectPlaceDeparture .box .txt input[type=submit]:hover
{
	background: #1e4b9c;
}

#selectPlaceDeparture .box .txt .selectDeparture
{
	width: 440px;
	margin-top: 19px;
}


#selectPlaceDeparture .box .txt .select2-container .select2-choice > .select2-chosen
{
	font-style: italic;
	color: #a6acb6;
}

.miejscewyjazdu
{
	border-top: solid 1px #d2dfe5;
	border-bottom: solid 1px #d2dfe5;
	margin-bottom: 24px;
	padding: 13px 0;
	vertical-align: middle;
	color: #1e4b9c;
}

.miejscewyjazdu .square
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #ffc92a;
	color: #2050a2;
	font-family: 'Titillium Web';
	font-weight: bold;
	font-size: 13px;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
	margin-right: 15px;
}