body
{
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 0;
	margin: 0;
	color: #242321;
}

.container
{
	max-width: 1200px;
	margin: 0 auto;
}

.clr
{
	clear: both;
	float: none;
}

#facebook_slider_widget
{
	z-index: 90 !important;
	top: 60% !important;
}

a.link-back
{
    width: 200px;
    padding: 5px 10px;
    border: 2px solid #a5c411;
    margin: 10px auto;
    color: #a5c411;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    transition-duration: 250ms;
    
}

a.link-back:hover
{
    background: #a5c411;
    color: #ffffff !important;
}

.belt
{
	width: 100%;
	height: 35px;
	background: #242321;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.26);
	z-index: 100;
	position: relative;
}

a.scrollup
{
	width: 64px;
	height: 64px;
	background: url("../bundles/inperopage/img/arrowup.png") no-repeat;
	background-position: center;
	background-size: 44px 44px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	display: none;
	transition-duration: 250ms;
	border-radius: 4px;
}

a.scrollup:hover
{
	background: url("../bundles/inperopage/img/arrowup.png") no-repeat #a5c411; 
	background-position: center;
	background-size: 44px 44px;
}

/* HEADER */

#header .logo
{
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 300px;
}

#header .logo img
{
	width: 100%;
	height: auto;
}

#header .head-contact
{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

#header .head-contact a.contact
{
	text-decoration: none;
	color: #242321;
	transition-duration: 250ms;
}

#header .head-contact a.contact img
{
	width: 30px;
	height: auto;
	margin-right: 5px;
}

#header .head-contact a.contact:hover
{
	color: #a5c411;
}

#header .head-contact a.tel
{
	font-size: 30px;
}

#header .head-contact a.mail
{
	font-size: 20px;
}

#header .head-contact a.where
{
	text-decoration: none;
	border-bottom-color: transparent;
	font-size: 20px;
	text-align: center;
	display: block;
	transition-duration: 250ms;
	color: #a5c411;
}

#header .head-contact a.where:hover
{
	color: #242321;
}

#header .menu ul
{
    text-align: center;
    padding: 0;
}

#header .menu ul > li
{
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid;
	border-color: transparent;
	transition-duration: 250ms;	
}

#header .menu ul > li#um_17
{
    background: url("../bundles/inperopage/img/nfz.png") no-repeat center right;
    background-size: 55px auto;
    padding: 5px 60px 5px 15px;    
}

#header .menu ul > li#um_21 a
{
    color: #df0000;    
}

#header .menu ul > li a
{
	text-decoration: none;
	color: #242321;
	font-size: 20px;
	text-transform: uppercase;
	transition-duration: 250ms;	
}

#header .menu ul > li:hover
{
	border-color: #a5c411;
}

#header .menu ul > li#um_21:hover
{
	border-color: #df0000;
}

#header .menu ul > li:hover a
{
	color: #a5c411;
}

#header .menu ul > li a img
{
	width: 45px;
	height: auto;
}

/* INDEX */

.cat-title
{
	border-bottom: 2px solid #a5c411;
	width: 100%;
	margin-bottom: 10px;
}

.cat-title h1
{
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 0 10px;
	padding: 0;
}

.cat-title h1 span
{
	width: 23px;
	height: 26px; 
	background: #a5c411;
	display: inline-block;
	margin-right: 5px;
	transition-duration: 250ms;
}

/* slider */

#slider 
{
	width: 100%;
	border-top: 4px solid #a5c411;
	border-bottom: 4px solid #a5c411;
}

/* aktualności */

#news .new a
{
	width: 380px;
	float: left;
	background: #ffffff;
	overflow: hidden;
	height: 350px;
	transition-duration: 250ms;
	margin: 0 10px;
	text-decoration: none;
	color: #242321;
	transition-duration: 250ms;
	display: block;
    overflow: hidden;
}

#news .new .title-new
{
    height: 60px;
    margin-top: 10px;
    padding-right: 20px;
}

#news .new .title-new  h1
{
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 0 10px;
	padding: 0;
}

#news .new .title-new  h1 span
{
	width: 23px;
	height: 26px; 
	background: #a5c411;
	display: inline-block;
	margin-right: 5px;
	transition-duration: 250ms;
}

#news .new .data-new  h3
{
	padding: 0;
	font-size: 16px;
	margin-left: 10px;
}

#news .new .data-new  h3 span
{
	font-size: 19px;
}

#news .new .image-new,
#news .new .image-new img
{
	width: auto;
	height: 254px;
}

#news .new .image-new-resp
{
    display: none;
}

#news .new .read-more-new
{
	background: #a5c411;
	width: 380px;
    height: 50px;
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 3px 0 5px 0;
	bottom: 63px;
	opacity: 0;
	transition-duration: 250ms;
}


#news .new .read-more-new p
{
	padding: 0;
	margin: 0;
	font-size: 17px;
	color: #ffffff !important;
}

#news .new:hover a
{
	color: #ffffff;
	background: #a5c411;
}

#news .new:hover .title-new  h1 span
{
	background: #ffffff;
}

#news .new:hover .read-more-new
{
	opacity: 1;
}

a.news-link
{
    display: block;
	margin: 20px auto 0 auto;
	font-size: 25px;
	border: 3px solid;
	border-color: #a5c411;
    background: #a5c411;
	padding: 3px 10px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 300px;
	transition-duration: 250ms;
}

a.news-link:hover
{
	border-color: #a5c411;
	color: #a5c411;
    background: transparent;
}


/* box */

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

#box
{
	margin-top: 10px;
}

#box .box a
{
	width: 580px;
	height: 210px;
	margin: 10px;
	background: #a5c411;
	display: block;
	float: left;
	color: #ffffff;
	border-bottom: 10px solid #a5c411;
	transition-duration: 250ms;
}

#box .box .box-title
{
	float: left;
	width: calc(100% - 250px);
	margin-top: 30px;
}

#box .box .box-title h1
{
	font-weight: 400;
	line-height: 35px;
	font-size: 40px;
}

#box .box .box-image
{
	float: left;
	overflow: hidden;
	width: 250px;
	margin-top: 10px;
}

#box .box .box-image img
{
	-webkit-filter: grayscale(100%) brightness(150%);  /* Safari */
    filter: grayscale(100%) brightness(150%);
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
	transition-duration: 250ms;
}

#box .box:hover a
{
	color: #a5c411;
	background: #ffffff;
}

#box .box:hover .box-image img
{
	-webkit-filter: grayscale(0) brightness(100%);  /* Safari */
    filter: grayscale(0) brightness(100%);
}

/* newsletter */

#newsletter .newsletter
{
	background: #a5c411;
	margin: 10px;
} 

#newsletter .newsletter .news-email
{
	float: left;
	width: 580px;
	margin-left: 20px;
	padding: 15px 0;
}

#newsletter .newsletter .news-email input[type=text]
{
	border: 0;
	padding: 5px 10px 7px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #a5c411;
	font-size: 20px;
	width: calc(100% - 170px);
}

#newsletter .newsletter .news-email input[type=submit]
{
	font-family: 'PT Sans Narrow', sans-serif;
	border: 3px solid #ffffff;
	color: #ffffff;
	background: #a5c411;
	padding: 2px 10px 4px 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 5px;
	transition-duration: 250ms !important;
	width: 103px;
}

#newsletter .newsletter .news-email input[type=submit]:hover
{
	color: #a5c411;
	background: #ffffff;
}

#newsletter .newsletter .news-text
{
	float: left;
	text-align: center;
	width: calc(100% - 600px);
}

#newsletter .newsletter .news-text h1
{
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	padding: 0;
	margin: 5px 0;
}

#newsletter .newsletter .news-text h1 span
{
	text-transform: uppercase;
	font-weight: 700;
}

/* contact */

#slider-product
{
    margin: 2px 0 ;
}

.slide
{
	width: 100%;
}

.slide img
{
    width: auto!important;
    height: 270px!important;
}

.slick-slide
{
	margin: 0 2px; 
}

.address
{
	float: left;
	width: 50%;
	margin: 10px 0;
}

.address table
{
	width: 400px;
	margin: 0 auto;
}

table#contact
{
    float: left;
}

table#contact,
table#contact tbody,
table#contact tbody tr,
table#contact tbody tr td
{
    border: 0 !important;
}

table#contact tr td:last-child
{
    width: calc(100% - 50px)
}

.address table tr td,
.address table tr td a,  
table#contact tr td
{
	font-size: 25px !important;
	line-height: 23px;
	padding: 5px;
}

.address table tr td:first-child,
table#contact tr td:first-child
{
	width: 40px;
}

.address table tr td img,
table#contact tr td img
{
	width: 40px;
	height: auto;
}

.address table tr td a,
table#contact tr td a
{
	color: #242321;
	text-decoration: none;
	transition-duration: 250ms;
}

.address table tr td a:hover,
table#contact tr td a:hover
{
	color: #a5c411;
}

#contact #map
{
	width: 100%;
	height: 350px;
	border-top: 3px solid #a5c411;
	border-bottom: 3px solid #a5c411;
	margin-bottom: 5px;
}

.photos img
{
	width: 100%;
	height: auto;
}

.photos img.miniature
{
	width: 33%;
	float: left;
	margin: 2px auto;
	display: block;
}

.photos img.miniature.margin
{
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#map-jerzego,
#map-szpital
{
	width: 400px;
	height: 260px;
	border: 3px solid #a5c411;
	float: right;
	margin: 20px 0;
}


/* links */

#links
{
	padding-bottom: 10px;
}

#links .link-box a
{
	display: block;
	width: 23%;
	height: auto;
	float: left;
	border: 3px solid #a5c411;
	background: #a5c411;
	margin: 0.5%;
	overflow: hidden;
}

#links .link-box a img
{
	width: 100%;
	height: auto;
	transition-duration: 250ms;
}

#links .link-box a:hover img
{
	opacity: 0.7;
}

table#link,
table#link tr,
table#link tr td
{
    border: 0;
}

table#link tr td:first-child
{
    width: 55px;
    height: auto;
}

table#link tr td:first-child img
{
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

table#link tr td:last-child
{
    width: calc(100% - 55px);
}

table#link tr td:last-child a,
.content-page a
{
    font-size: 20px;
    text-decoration: none;
    color: #a5c411;
    transition-duration: 250ms;
}

table#link tr td:last-child a:hover,
.content-page a:hover
{
    color: #242321;
}

.content-page ul,
.content-page ol
{
    font-size: 20px;
}

/* FOOTER */

/* socials */

#socials
{
	border-top: 2px solid #a5c411;
	border-bottom: 2px solid #a5c411;
	padding-bottom: 10px;
}

#socials .social-title
{
	float: left;
	margin-top: 20px;
}

#socials .social-title h1
{
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 0 10px;
	padding: 0;
}

#socials .social-title h1 span
{
	width: 23px;
	height: 26px; 
	background: #a5c411;
	display: inline-block;
	margin-right: 5px;
	transition-duration: 250ms;
}

#socials .social-buttons 
{
	float: right;
	margin: 10px 40px 0 0;
}

#socials .social-buttons .button
{
	float: left;
	width: 90px;
	height: 60px;
	border: 3px solid #a5c411;
	transition-duration: 250ms;
	margin: 0 10px;
}

#socials .social-buttons .button:hover
{
	background: #a5c411;
}

#socials .social-buttons .button img
{
	width: 55%;
	height: auto;
	display: block;
	margin: 5px auto;
}

/* PODSTRONA */

.title-page
{
	border-top: 3px solid #a5c411;
	border-bottom: 3px solid #a5c411;
	margin: 0 auto;
	padding: 0 5px;
}

.title-page h1 span
{
	width: 23px;
	height: 26px; 
	background: #a5c411;
	display: inline-block;
	margin-right: 5px;
}

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

.content-page p
{
	font-size: 20px;
}

/* AKTUALNOSCI */

.actual
{
	width: 100%;
	border-bottom: 1px solid #a5c411;
	margin: 10px 0;
	padding: 10px 0;
}

.actual:last-child
{
	border-bottom: 1px solid #a5c411;
}

.actual .actual-image
{
	width: 360px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.actual .actual-image img
{
	width: 100%;
	height: auto;
}

.actual .actual-description
{
	float: left;
	width: calc(100% - 400px);
	margin-left: 20px;
}

.actual .actual-description h1
{
	font-size: 42px;
	padding: 0;
	margin: 0;
}

.actual .actual-description h1 span
{
	width: 26px;
	height: 30px; 
	background: #a5c411;
	display: inline-block;
	margin-right: 5px;
}

.actual .actual-description h3
{
	margin: 0;
	padding: 0;
	
}
.actual .actual-description p
{
	font-size: 20px;
}

.actual .actual-description a
{
	display: block;
	margin: 50px 10px 0 auto;
	font-size: 20px;
	border: 3px solid;
	border-color: #a5c411;
    background: #a5c411;
	padding: 3px 10px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 100px;
	transition-duration: 250ms;
}

.actual .actual-description a:hover
{
	border-color: #a5c411;
	color: #a5c411;
    background: transparent;
}


/* image */

img.large
{
    width: 100% !important;
    height: auto !important;
}

img.big
{
    width: 49% !important;
    height: auto !important;
}

img.medium
{
    width: 32% !important;
    height: auto !important;
}

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

/* footer */

#footer
{
	background: #a5c411;
	margin-top: 3px;
	padding: 5px 0 10px 0;
}

#footer .rights
{
	float: left;
	margin-left: 50px;
}

#footer .rights img
{
	width: 200px;
	height: auto;
}

#footer .rights h3,
#footer .project h3
{
	padding: 0;
	margin: 0;
	color: #ffffff;
}

#footer .project
{
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}

#footer .project a img
{
	width: 140px;
	height: auto;
	-webkit-filter: grayscale(100%) brightness(600%);  /* Safari */
    filter: grayscale(100%) brightness(600%);
	transition-duration: 250ms;
}

#footer .project a:hover img
{
	-webkit-filter: grayscale(0%) brightness(100%);  /* Safari */
    filter: grayscale(0%) brightness(100%);
}