@import url('common.css');
@import url('defaults.css');
/* STYLE */
BODY {
	background: url(../images/bg_body.jpg) no-repeat top center #fff;
	color: #555;
	padding: 20px 0 0;
	margin: 0;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size: 0.813em;
}

.wrapper {
	text-align:left;
	position: relative;
	margin: 0 auto;
	width: 960px;
}

a,
a:hover,
li:hover,
img,
img:hover,
:after,
.transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



header {
	height:124px;
	width: 100%;
	background: url(../images/bg_header.jpg) repeat-x left top #fff;
}

header > .wrapper > h1 {
	display: inline-block;
	margin: 20px 0 0;
	float: left;
}

header > .wrapper > aside {
	position: absolute;
	right: 0;
	top: 30px;
	color: #666666;
	font-size: 1em;
}
header > .wrapper > aside > span {
	font-size: 1.325em;
	color: #f15c24;
	background: url(../images/icon-phone.png) no-repeat 2px 3px transparent;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
	font-weight: bold;
	display: inline-block;
}
a,
header > .wrapper > aside > span a {
	color: #f15c24;
}

a:hover,
header > .wrapper > aside > span a:hover {
	color: #ff9c77;
}

header > .wrapper > nav {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	margin: 62px 0 0;
	background: #fff;
}
header > .wrapper > nav > ul {
	padding: 6px 6px 0 12px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dededf;
	overflow: hidden;
}

header > .wrapper > nav > ul > li {
	float:left;
}

header > .wrapper > nav > ul > li.active > a.home,
header > .wrapper > nav > ul > li > a.home:hover {
	background: url(../images/bg_home_active.png) no-repeat center center #f15c24;
	border: none;
}

header > .wrapper > nav > ul > li.active > a.home:hover {
	border: none;
}

header > .wrapper > nav > ul > li > a.home {
	background: url(../images/bg_home.png) no-repeat center center #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 19px 15px 15px;
	margin: 0 10px 0;
}

header > .wrapper > nav > ul > li > a {
	padding: 9px 15px 15px;
	display: block;
	border-bottom: 2px solid #fff;
	background: url(../images/bg_header_menu.gif) no-repeat left 13px transparent;
	color: #555555;
}
header > .wrapper > nav > ul > li > a:hover {
	border-bottom: 2px solid #f15c24;
	color: #f15c24;
}
#container {
	overflow: hidden;
	min-height: 455px;
}
#container .wrapper {
	background: url(../images/bg_container2.png) no-repeat left 10px transparent;
	min-height: 390px;
	padding: 65px 0 0 265px;
	width: 670px;
}


.page #container {
	background: #f2f2f2;
	padding: 40px 0;
	height: auto !important;
	min-height: auto !important;
}

.page #container > .wrapper {
	background: none;
	padding: 0;
	width: 960px;
	height: auto !important;
	min-height: auto !important;
}

.page #container > .wrapper > article {
	width: 760px;
	padding: 0 12px 0 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

.page #container > .wrapper > article > p {
	margin: 0 0 10px 0;
}
.page #container > .wrapper > article > h1 {
	border-bottom: 1px solid #dededf;
	padding: 0 0 25px;
	display:block;
	margin: 0 0 15px 0;
	font-size: 2.050em;
	text-transform: uppercase;
	color: #f15c24;
	font-weight: 500;
}

.page #container > .wrapper > article > h2 {
	display:block;
	margin: 0 0 10px 0;
	font-size: 1.20em;
	text-transform: uppercase;
	color: #555;
	font-weight: 500;
}

.page #container > .wrapper > article > h2.galeria {
	clear: both;
	padding: 30px 0px 20px 0px;
	border-bottom: 1px solid #dededf;
}

.page #container > .wrapper > aside {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border:1px solid #dededf;
	border-bottom:2px solid #dededf;
	padding: 25px;
	float: right;
	width: 135px;
	color: #777777;
	line-height: 1.4em;
}

.page #container > .wrapper > aside a.tel {
	color: #777777;
}
.page #container > .wrapper > article a.tel {
	color: #555;
}

#container .wrapper  > h1 {
	font-size: 2.250em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #f15c24;
	font-weight: 500;
}

#container .wrapper  > p {
	color: #555555;
	width: 320px;
	float:left;
	margin-right: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
}
#container .wrapper  > article {
	float: left;
	width: 335px;
	font-size: 1em;
	line-height: 1.3em;
}
#container .wrapper  > article > ul > li:before {
	content: '\25CF\0020';
	color: #f15c24;
}
#container .wrapper  > article > ul > li {
	padding: 0 0 1px;
}
#container .wrapper a.special {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:	#f15c24;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	display:inline-block;
	margin: 5px 0 0;
}

.contact-form input[type=submit],
.form-dojazd input[type=submit] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:	#f15c24;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	display:inline-block;
}
#container .wrapper a.special:hover,
.contact-form input[type=submit]:hover,
.form-dojazd input[type=submit]:hover {
	background: #fff;
	color: #f15c24;
}

#additional {
	padding: 40px 0 0;
	background: url(../images/bg_additional.gif) repeat-x left 40px transparent;
	overflow: hidden;
}

#additional > .wrapper > section > h1,
.page #container > .wrapper > aside > h1 {
	color: #f15c24;
	font-size: 1.231em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

#additional > .wrapper > section#partners {
	width: 286px;
	float: left;
	background: #fff;
}

#additional > .wrapper > section#partners > div {
	border:1px solid #dededf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
}

#additional > .wrapper > section#gallery {
	float: left;
	margin: 0 0 0 20px;
	width: 650px;
	overflow: hidden;
}

#container .wrapper > article > ul#gallery {
	padding: 10px 0 0 30px;
}

#container .wrapper > article > ul#gallery > li,
#additional > .wrapper > section#gallery div.tos-slide > a {
	float:left;
	margin: 0 20px 20px 0;
	height: 87px;
	width: 111px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #dededf;
	padding: 2px;
	list-style-type:none;
	display: block;
}

#additional > .wrapper > section#gallery div.tos-slide > a {
	margin: 0 10px 0 0;
	height: 95px;
	width: 119px;
	padding: 3px 2px;
}

#container .wrapper > article > ul#gallery li:before {
	content: '';
	color: #f15c24;
	display: none;
}

#container .wrapper > article > ul#gallery li img,
#additional > .wrapper > section#gallery div.tos-slide > a > img {
	height: 87px;
	width: 111px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#container .wrapper > article > ul#gallery li img:hover,
#container .wrapper > article > ul#referencje li img:hover,
#additional > .wrapper > section#gallery div.tos-slide > a > img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#additional > .wrapper > section#gallery .tos-prev,
#additional > .wrapper > section#gallery .tos-next {
	display: none;
}

#container .wrapper > article > ul#referencje {
	padding: 20px 0 0 8px;
}

#container .wrapper > article > ul#referencje li  {
	float:left;
	margin: 0 20px 20px 0;
	height: 220px;
	width: 160px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #dededf;
	padding: 3px;
	list-style-type:none;
	display: block;
}
#container .wrapper > article > ul#referencje li img {
	height: 220px;
	width: 160px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#container .wrapper > article > ul#referencje li:before {
	content: '';
	color: #f15c24;
	display: none;
}

#btn-map {
	display:block;
	height: 130px;
	width: 130px;
	background:url(../images/mapa_dojazdu.png) no-repeat top left transparent;
	float: right;
	margin: 0 20px 0 0;
	border: 1px solid #dededf;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

#btn-map:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);

}

header > .wrapper > aside > span a .show-number,
footer a.tel .show-number,
.page #container > .wrapper > aside a.tel .show-number,
.page #container > .wrapper > article a.tel .show-number {
	display:inline-block;
	background: #f0f0f0;
	display: inline-block;
	padding: 4px 10px;
	font-size: 0.7em;
	color: #555;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1px;
}
.page #container > .wrapper > article a.tel .show-number {
	background: #f15c24;
	color: #fff;
}
.page #container > .wrapper > article a.tel .show-number:hover {
	color: #555 !important;
}

footer a.tel .show-number  {
	font-size: 1em;
}

header > .wrapper > aside > span a .show-number:hover,
footer a.tel .show-number:hover,
.page #container > .wrapper > aside a.tel .show-number:hover,
.page #container > .wrapper > article a.tel .show-number:hover  {
	background: #e6e6e6;
}

.page #container > .wrapper > aside a.tel .show-number {
	padding: 2px 3px;
	font-size: 0.7em;
	margin-bottom: 2px;

}

footer {
	color: #777777;
	font-size: 0.9em;
	clear: both;
	border-top:1px solid #dededf;
	padding: 25px 0 20px;
	overflow: hidden;
	margin: 30px 0 0;
}
footer p.left {
	text-align:left;
	float:left;
	width: 520px;
}

footer p.right {
	float:left;
	text-align: right;
	width: 260px;
	line-height: 20px;
}

footer a.tel {
	color: #777777;
}

/* By Silnet.pl */
div.silnet {
	float: left;
	position: relative;
	z-index: 10;
	height: 20px;
	width: 82px;
	margin: 0 0 0 12px;
	border-left: 1px solid #d8d8d9;
	padding: 0 0 0 12px;
}

div.silnet div {
	background: url('../images/silnet.png') no-repeat 0px 0px;
	height: 20px;
}

div.silnet a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 20;
	top: 0px;
	left: 12px;
	float: right;
	height: 20px;
	width: 82px;
	background: url('../images/silnet.png') no-repeat 0px -20px;
}

div.silnet a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.silnet-logo-container {
	float: right;
}

.silnet-logo-container .silnet-logo-svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	transform-origin: 50% 50%;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg > * {
	transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg circle {
	fill: rgba(255, 255, 255, 0);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg:hover circle {
	fill: rgba(255, 255, 255, 1);
}

.silnet-logo-container .silnet-logo-svg path {
	fill: rgba(0, 0, 0, 0.5);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container.silnet-white .silnet-logo-svg path {
	fill: rgba(255, 255, 255, 0.5);
}

.silnet-logo-container .silnet-logo-svg:hover path {
	fill: #ed1c24 !important;
}

.silnet-logo-container .silnet-logo-svg.animate {
	-webkit-animation-name: 'silnet-logo-link-animation';
	        animation-name: 'silnet-logo-link-animation';
}

.silnet-logo-container .silnet-logo-svg.animate circle {
	-webkit-animation-name: 'silnet-logo-circle-animation';
	        animation-name: 'silnet-logo-circle-animation';
}

.silnet-logo-container .silnet-logo-svg.animate path {
	-webkit-animation-name: 'silnet-logo-path-animation';
	        animation-name: 'silnet-logo-path-animation';
}

.silnet-logo-container.silnet-white .silnet-logo-svg.play-animation path {
	-webkit-animation-name: 'silnet-white-logo-path-animation';
	        animation-name: 'silnet-white-logo-path-animation';
}

@-webkit-keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@-webkit-keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@-webkit-keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@-webkit-keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}

@keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}

/* Privacy policy */

privacy_policy h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

privacy_policy h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
privacy_policy h4 {
	font-size: 16px;
	margin: 10px 0;
}

privacy_policy p {
  margin: 10px 0;
}

privacy_policy ol li {
	margin-left: 20px;
}
privacy_policy ol[type="1"] {
	list-style: decimal;
}

privacy_policy ol[type="a"] {
	list-style: lower-alpha;
}
