@import url('common.css');
@import url('defaults.css');
/* STYLE */
/**|podstawowe elementy html|**/

body {
    color:#152550;
    font-family: Arial;
    font-size:13px;
    background:url("../images/bg.gif") no-repeat 50% 0%;
    background-color:#ffffff;
    margin:0px;
    padding:0px;
}

body.page {
    background:url("../images/bg.gif") no-repeat 50% -100px;
}

img {
	border: 0px;
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
}

a {
    color:#c3995d;
    text-decoration:none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
    color:#152550;
    text-decoration:underline;
}

.mobile {
	display: none !important;
}

/**|podstawowe elementy html|**/


/* HEADER */

body > header {
    overflow: hidden;
    width: 984px;
	margin: 0 auto;
	text-align: left;
	font-family: Tinos, Times New Roman, serif;
	position: relative;
}

body > header h1 {
    overflow: hidden;
	display: block;
	color: #606679;
	font-weight: 700;
	padding: 22px 0 0 30px;
	height: 71px;
}

body > header h1 a {
	text-decoration: none !important;
	color: #606679;
}

body > header h1 strong {
	font-size: 2.5em;
	color: #122357;
}

body > header h1 span {
	font-size: 2.5em;
	color: #225aaf;
}

body > header > div#menu {
	width: 982px;
	border: 1px solid #dfded5;
	border-bottom: 0px;
	overflow: hidden;
}

body > header > div#menu > nav {
	border: 1px solid #fcfbf9;
	border-bottom: 0px;
	background: #133b77;
	clear: both;
	overflow: hidden;
	font-style: italic;
}

body > header > div#menu > div {
	height: 30px;
	border: 1px solid #fcfbf9;
	border-bottom: 0px;
	background: #133b77;
	clear: both;
	overflow: hidden;
	font-style: italic;
}

body > header > div#menu > nav > ul {
	float: right;
}

body > header > div#menu > nav > div {
	display: none;
}

body > header > div#menu > nav > ul li {
	float: left;
}

body > header > div#menu > nav > ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border-bottom: 1px solid #133b77;
	border-left: 1px solid #194e9d;
	color: #fff;
	font-size: 1.167em;
	background: transparent;
}

body > header > div#menu > nav > ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #356bb7; /* Old browsers */
	background: -moz-linear-gradient(top,  #356bb7 0%, #194e9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356bb7), color-stop(100%,#194e9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #356bb7 0%,#194e9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #356bb7 0%,#194e9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #356bb7 0%,#194e9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #356bb7 0%,#194e9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356bb7', endColorstr='#194e9d',GradientType=0 ); /* IE6-9 */
}

body > header > aside {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, sans-serif;
}

body > header > aside p {
	background: #faf9f4;
	border: 1px solid #eae8de;
	color: #919081;
	text-align: left;
	padding: 6px 20px;
	float: left;
}

body > header > aside p a {
	color: #919081;
}

body > header > aside ul {
	float: left;
}

body > header > aside ul li {
	float: left;
	width: 34px;
	margin: 5px 0 0 10px;
}

body > header > aside ul li a img {
	border: 1px solid #eae8de;
}

#slider {
	width: 984px;
	height: 258px !important;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#slider-page {
	width: 984px;
	height: 158px !important;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#slider li,
#slider-page li,
#slider li img,
#slider-page li img {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 984px;
	position: relative;
}

#slider li,
#slider li img {
	height: 258px !important;
}

#slider-page li,
#slider-page li img {
	height: 158px !important;
}

#slider li span,
#slider-page li span {
	display: block;
	position: absolute;
	z-index: 10;
	font-size: 1.462em;
	color: #bd944a;
	top: 85px;
	left: 30px;
	padding: 0 45px 0 0;
	background: url(../images/ico-arr.png) no-repeat 100% 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#slider-page li span {
	top: 35px;
	text-shadow:0px 0px 10px #FFFFFF;
}

#slider li a:hover span,
#slider-page li a:hover span {
	background: url(../images/ico-arr-h.png) no-repeat 100% 50%;
}

#slider li span strong,
#slider-page li span strong {
	font-size: 1.684em;
	font-weight: 400;
	color: #164a97;
}

/* END HEADER */

/* CONTENT */

#content {
    width:962px;
    border: 1px solid #dfded5;
	border-top: 0px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
}

.page #content {
	padding: 0 10px 0 10px;
}

.index #content article {
    width: 280px;
	float: left;
	padding: 0 20px 20px 20px;
}

.index #content article img {
	margin: 20px 0;
}

#content article a {
	color: #122357;
}

#content article a .more {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	width: 5%;
	border: 0px;
	padding: 0px;
}
#content article a:hover .more {
	border: 0px;
}

#content article h1 {
	font-size: 1.583em;
	font-family: Tinos, Times New Roman, serif;
}

.index #content article h2 {
	font-size: 1.4em;
	font-family: Tinos, Times New Roman, serif;
}

#content article a img {
	padding: 2px;
	border: 1px solid #dfded5;
}

#content article a:hover img {
	border: 1px solid #133b77;
}


.page #content #article {
	float: right;
	padding: 0 20px 20px 20px;
	width: 650px;
	overflow: hidden;
}

.page #content #article p,
.page #content #article ul,
.page #content #article form,
.page #content aside p {
	padding: 4px 0 10px 0;
	margin: 0;
}

.page #content #article ul {
	padding-left: 20px;
}

.page #content #article ul li {
	margin: 0 0 0 10px;
	padding: 4px 0;
	list-style: square;
}

.page #content #article hr,
.page #content aside hr {
	border: 0px;
	height: 1px;
	background: #dfded5;
	color: #dfded5;
	margin: 16px 0;
}

.page #content #article h1,
.page #content aside h1 {
	font-size: 2.083em;
	border-bottom: 1px solid #dfded5;
	padding: 30px 0 16px 0;
	margin: 0 0 20px 0;
	font-family: Tinos, Times New Roman, serif;
}

.page #content #article h2,
.page #content aside h2 {
	font-size: 1.667em;
	padding: 0;
	margin: 24px 0 8px 0;
	font-family: Tinos, Times New Roman, serif;
}

.page #content #article h3,
.page #content aside h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 16px 0 4px 0;
	font-family: Tinos, Times New Roman, serif;
}

.page #content p.more {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0 0 20px 0 !important;
}

.page #content div#article a {
	color: #c3995d;
}

.page #content p.more a {
	display: block;
	float: right;
	clear: both;
	color: #c3995d;
}

.page #content p.more a img {
	width: 14px;
	float: right;
	margin: 0 0 0 10px;
	border: 0;
	padding: 0;
}

.page #content .special {
	padding: 20px !important;
	font-size: 1.5em !important;
	border: 1px solid #dfded5;
	background: #fff;
	text-align: center;
	background: #efede1;
}

.page #content #article h2#ico-bus {
	padding: 20px 0 20px 75px;
	background: url(../images/kontakt/ico-bus.png) no-repeat 0% 50%;
}

.page #content #article h2#ico-bike {
	padding: 20px 0 20px 75px;
	background: url(../images/kontakt/ico-bike.png) no-repeat 0% 50%;
}

.page #content #article ul.gallery {
	padding: 0;
}

.page #content #article ul.gallery li {
	float: left;
	width: 30%;
	padding: 1.5%;
	margin: 0;
	list-style: none;
}

.date {
	color: #919081;
	font-size: 0.9em;
	padding: 0.5em 0;
}

.page #content #article ul#types {
	padding-left: 0px;
}

.page #content #article ul#types li {
	overflow: hidden;
	padding-left: 0;
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfded5;
}

.page #content #article ul#types li img {
	width: 50%;
	float: left;
	margin: 10px 20px 10px 0;
}

.page #content aside {
	float: left;
	width: 232px;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

.page #content aside #map,
.page #content aside #gallery {
	display: block;
	font-family: Tinos, Times New Roman, serif;
	color: #122357;
	font-size: 1.4em;
	text-align: center;
	padding: 0 0 130px 0;
	background: url(../images/ico-gallery.jpg) no-repeat 50% 100%;
}

.page #content aside #map {
	background: url(../images/ico-map.jpg) no-repeat 50% 100%;
}

.page #content aside #map strong,
.page #content aside #gallery strong {
	font-weight: normal;
	font-size: 1.2em;
}

.page #content aside #map:hover,
.page #content aside #gallery:hover {
	color: #c3995d;
	text-decoration: none;
	background: url(../images/ico-gallery-h.jpg) no-repeat 50% 100%;
}

.page #content aside #map:hover {
	background: url(../images/ico-map-h.jpg) no-repeat 50% 100%;
}

.page #content #back {
	border-top: 1px solid #dfded5;
	margin: 0 20px;
	font-size: 0.846em;
	clear: both;
	width: 920px;
}

.page #content #back ul {
	float: right;
	padding: 0;
}

.page #content #back ul li {
	float: left;
	padding: 0 0 0 4px;
	height: 13px;
	line-height: 13px;
	margin: 18px 0 0 0;
}

.page #content #back ul li.sep {
	padding: 0 0 0 8px;
	margin: 18px 0 18px 8px;
	border-left: 1px solid #dfded5;
}

/* END CONTENT */

/* FOOTER */

footer {
	width: 984px;
	margin: 0 auto 20px auto;
	color: #adaca0;
	overflow: hidden;
}

footer ul li {
	height: 38px;
	line-height: 38px;
	float: left;
	width: 432px;
	padding: 0 30px;
}

footer ul li#lastmod {
	width: 924px;
	border-bottom: 1px solid #dfded5;
}

footer ul li#silnet {
	text-align: right;
}

footer ul li#copy,
footer ul li#silnet {
	border-top: 1px solid #fff;
	background: #f7f6ef;
	border-bottom: 1px solid #dfded5;
}

footer ul li#silnet img {
	margin-top: 8px;
}

/* END FOOTER */

/**|szablon index|**/
#index_boxes {
    overflow:hidden;
    width:980px;
    margin-top:24px;
    margin-bottom: 24px;
}

#index_boxes a.more {
    margin-top:15px;
    display:block;
}

#index_box1 {
    display:inline;
    float:left;
    overflow:hidden;
    width:202px;
    margin-left:20px;
}

#index_box1 h2 {
    margin-bottom:19px;
}

#index_box2 {
    margin-left:41px;
    width:200px;
    float:left;
    overflow:hidden;
}

#index_box2 ul {
    margin:10px 0px 0px 0px;
    padding:0px;
}

#index_box2 li {
    margin-left:20px;
}

#index_box2 h2 {
    margin-bottom:19px;
}

#index_box3 {
    float:left;
    overflow:hidden;
    width:200px;
    margin-left:41px;
}

#index_box3 h2 {
    margin-bottom:19px;
}

#index_box4 {
    float:left;
    overflow:hidden;
    width:200px;
    margin-left:41px;
}

#index_box4 h2 {
    margin-bottom:19px;
}

/**|szablon index|**/


/**|szablon page|**/
#left_column {
    float:left;
    overflow:hidden;
    width:245px;
    margin-top:24px;
    margin-bottom: 24px;
}

#left_column_gallery_box {
    text-align:center;
    overflow:hidden;
}

#main_column {
    float:left;
    overflow:hidden;
    width:682px;
    margin-left:30px;
    margin-top:24px;
    margin-bottom: 24px;
    font-size:12px;
    line-height:20px;
}

#main_column h2 {
    border-width:1px;
    border-bottom-style:solid;
    border-color:#dfded5;
    padding-bottom:14px;
    margin-bottom:21px;
}

#main_column p {
    margin-top:15px;
    margin-bottom:15px;
}

#main_column ul {
    padding:0px;
    margin:15px;
}

#main_column ol {
    padding:0px;
    margin:15px;
}

#main_column li {
    margin-left:20px;
}

/**|szablon page|**/


/**|podstrona galeria|**/

#gallery_big_photo_line {
    background-color:#EFEDE1;
    padding:0px;
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
}

#big_photo {
    width:300px;
    height:225px;
    margin:15px auto;
    border-width:1px;
    border-style:dotted;
    border-color:#133B78;
    padding:4px;
    background-color:#EFEDE1;
    overflow:hidden;
    font-size:1px;
}

.small_photo {
    padding:2px;
    border-width:1px;
    border-style:dotted;
    border-color:#133B78;
    display:block;
    float:left;
    background-color:#EFEDE1;
    overflow:hidden;
    font-size:1px;
    margin-top:20px;
    margin-bottom:20px;
}

.small_photo_rmargin {
    padding:2px;
    border-width:1px;
    border-style:dotted;
    border-color:#133B78;
    display:block;
    float:left;
    background-color:#EFEDE1;
    overflow:hidden;
    font-size:1px;
    margin-left:62px;
    margin-top:20px;
    margin-bottom:20px;
}

.small_photo2 {
    padding:2px;
    border-width:1px;
    border-style:dotted;
    border-color:#133B78;
    display:block;
    background-color:#EFEDE1;
    overflow:hidden;
    font-size:1px;
    margin-top:5px;
    margin-bottom:5px;
}

.photo_border_float {
    padding:2px;
    margin:5px;
    display:block;
    float:right;
    margin-right:10px;
}


/**|podstrona galeria|**/

/**|pathway|**/
#pathway {
    background-color:#F0EEE2;
    padding:3px;
    margin-bottom:10px;
}
/**|pathway|**/

/**|formularze|**/
.submit {
    padding:5px;
    background-color:#133B78;
    cursor:pointer;
    border:none;
    color:#ffffff;
}

.submit:hover {
    background-color:#d7ae67;
}

input.form {
    background-color:#FCFBF9;
    border-color:#CFCFCF;
    border-width:1px;
    border-style:solid;
    padding:3px;
    font-size:11px;
    font-family: Arial;
    width:200px;
    color:#152550;
}

textarea.form {
    background-color:#FCFBF9;
    border-color:#CFCFCF;
    border-width:1px;
    border-style:solid;
    padding:3px;
    font-size:11px;
    font-family: Arial;
    width:450px;
    height:300px;
    color:#152550;
}

.row {
    padding-top:5px;
    padding-bottom:5px;
    overflow:hidden;
}



/**|formularze|**/

/* Konwersje */

a[href^="tel"],
.page #content div#article a[href^="tel"] {
	color: inherit;
}

a[href^="tel"] span {
	display: inline;
	background: #184e8e;
	border: 1px solid #133b77;
	padding: 1px 4px;
	font-style: normal;
	color: #fff;
	border-radius: 20px;
	margin-left: 4px;
}

body > header > aside a[href^="tel"] span {
	background: #c2beaa;
	border: 1px solid #b8b39e;
}

a[href^="tel"]:hover {
	text-decoration: none;
}

a[href^="tel"]:hover span {
	background: #092a5c;
	border: 1px solid #092a5c;
	color: #fff;
}

/* END Konwersje */


.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);}
}

.page #content #article p.privacy_policy {
  margin-left: 185px;
}
.contact-form label.rodo {
  margin-left: 160px;
  font-size: 12px;
  line-height: 14px;
}
.contact-form label.rodo input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.contact-form label input.privacy_policy_input {
  float: left;
  width: auto;
}
privacy_policy ol {
  list-style: decimal;
}
privacy_policy ol li ol[type="a"] {
  list-style: lower-alpha;
  padding-left: 15px;
}
privacy_policy {
  display: block;
  padding: 0 4%;
}
privacy_policy strong {
  display: block;
  margin: 5px 0;
}
privacy_policy p {
  padding: 5px 0 !important;
}
privacy_policy h3 {
  margin: 5px 0 !important;
}
