body{
	font-family: 'PT Sans', sans-serif;
	background:#fff;
	/*background:#fff4f4;*/
}
li a{
	color:#D61530;
}



a{
	color:#3A3A3A;
}


h1,h2,h3,h4{
	font-family: 'Play', sans-serif;
}



h3{
	font-size:26px;
	font-weight:bold;
}

.modh1{
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
	
}

.modh1::first-letter { 
	text-transform: uppercase;
}


.jasgrid.col-md-4:first-child{
	padding-right:0px;
}
.jasgrid.col-md-4:nth-child(2){
	padding-left:7px;padding-right:7px;
}
.jasgrid.col-md-4:nth-child(3){
	padding-left:0px;
}


.jasgrid.col-md-6:first-child{
	padding-right:4px;
}
.jasgrid.col-md-6:nth-child(2){
	padding-left:4px;
}


a.badge{
	z-index: 999;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 10px;
	font-weight: bold;
	font-family: 'Play', sans-serif;
}
a.badge:hover{
	color:rgba(255,255,255,0.8);
}

a.mpsubmit{
	color: #fff; 
	display:block;
	margin:0px auto;
	font-size: 20px;

	border: none;
	padding: 0;
	background: transparent;
	border: 0px;
	margin-top: 0px;
	font-family: 'Play', sans-serif;
}

/* checkbox  */
.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  margin-bottom:3px;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #4285f4;
}
label.check{
	margin-bottom:20px;
}	
.cbx:checked + .check svg {
  stroke: #fff;
}
.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
/* end checkbox  */


.mprow{
	margin-bottom:15px;
}



.combox{
	border:1px solid #e3e3e3;
	width:100%;
	margin-top:30px;
	margin-bottom:50px;
	position:relative;
	height:265px;
}

.combox .opis{
border-top:4px solid #6e970b;
width: 100%;
overflow: hidden;
z-index: 2;
position: absolute;
top: 0px;
margin-left: 0px;
height: 0px;
-webkit-transition: height .2s;
-moz-transition: height .2s;
-ms-transition: height .2s;
-o-transition: height .2s;
transition: height .2s;
background-color: #323435;
color: #fff;
font-size: 12px;
}


.combox:hover .opis{
height:275px;		
}

.combox .pasek1{
	border-top:8px solid #6e970b;
}

.combox .opis .opisbox{
	height:193px;
	overflow:hidden;
	padding:10px;
}

.opisbox, .opisbox p{
	font-size:13px;
}

.prezbut{
	padding:3px 6px;
	font-size:12px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	background-color: #c9302c;
border-color: #ac2925;
}

.prezbut:hover{
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(top,#f31e2f,#d1202e);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f31e2f),to(#d1202e));
background-image: -webkit-linear-gradient(top,#f31e2f,#d1202e);
}
.combox .foto {
    height: 205px;
    overflow: hidden;
    background-size: cover;
    border-bottom: 0px solid 
    #54ae33;
}
.combox div.nazwa, .combox .opis .nazwa{
	background-color:#6e970b;
	height:70px;
	color:#fff;
	padding-top:10px;
	padding-left:10px;
}

.combox .opis .nazwa{
	background-color:transparent;
	font-size:14px;
}

.combox div.nazwa a, .combox .opis .nazwa a{
	color:#fff;
	font-size:19px;
	
}








.blend{
	position:absolute;
	top:0px;
	left:15px;
	right:15px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:20px 30px;
	z-index:9;
}


.blend_sm{
	padding:10px 15px !important; 
}


.btn-white {
    color: #fff;
    border-color: #fff;
    border-radius:0px;
}
.btn-white:hover {
    color: #9c9c9c;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: rgba(255,255,255,0.5);
    border-color: #000;
}



.card {
background: transparent;
    
}

.card-link:hover{
	text-decoration:underline;
}

a:hover{
	color:#A8505C;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    border-left: 1px solid #ddd;
}

.nav-link{  
	font-size:1rem;
	color:#777;
	font-weight: 700;
}

@media screen and (min-width: 900px) { 
	.pl15{
		padding-left:15px !important;
	}
	.gal-item:last-child {
    padding-right: 15px !important;
	}
}

.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zoom1 img {
    transition: all 0.2s linear;
}
.zoom1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zoom1 .box-post{
	z-index:9;
}



.card{
	border:0px;
}
.card-header{
	background:none;
	border:0px;
	border-top:1px solid rgba(0,0,0,.125);
	text-align:left;
	 
}

.card-header a{
	color:#d60028;
	text-shadow: 0px 0px 0px #fff; 
	
}

/* Slider */

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

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


#footer {
	margin-top:0px;
	padding-top:60px;
    background: #3A3A3A !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
	}
	.jasgrid {
    padding: 0px 15px !important;
    margin-bottom:8px;
   }
}


h3{font-size:23px;}       
       
       
h4.sect{
	font-weight:300;
	font-size:22px;
	margin:0px;
	display:block;
	color:#d60028;	
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	padding-left:20px;
}  

h4.sect::before{
   content: '';
   display: inline-block;
   width: 45px;
   height: 45px;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #26b722;
   display: block;
   position: absolute;
   left: 0;
   top:-10px;
   z-index: -1;
}     
  
  
.rcol h4.sect{   
	
}    

.pt-2, .py-2 {
    padding-top: .1rem !important;
}       
       
       
       /**********************************/


.box-item {
    float: left;
    opacity: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-item img {
    width: 100%;
}
.box-item a,.box-item span{color:#FFF;text-shadow: 2px 2px 1px #333;}

.box-item .box-post span.meta {
    font-family:  sans-serif;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    display: block;
}

.box-item .box-post span.meta span {
    margin-right: 15px;
}

.box-item .box-post {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-item .box-post h1..post-title {
   font-size:10pt;
}








ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d60028;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d60028;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}




/*ARTICLE  */
.article{
	padding-bottom:60px;
}
.article p, .article li{
	font-size:20px;
	line-height: 1.625;
	font-weight:300;	
}
.article p{
	padding-bottom:30px;
}
.article_mainph{
	margin-bottom:30px;
}
.module h1{
	font-weight:900;
	font-size:36px;
	margin-top:30px;
	text-align:center;
}
.article_rcol h3{
	font-weight:900;
	font-size:18px;
	margin-top:18px;
}
.article_title{
	margin:60px 0px;
}

.article_date{
	margin-bottom:20px;
	color:#878787;
	font-style: italic;
}
.article img{
	max-width:100%;
}
.article table{
	max-width: 100%;
	height: auto !important;
}
.article li,.article ol,.article ul{
	text-align:left !important;
}

@media (max-width: 767px){
	.article p, .article li{
		font-size:16px;
	}
}



#grid img{
	transition: all .2s ease-in-out; 
}
#grid img:hover{
	transform: scale(1.05);
}


.tags a{border:1px solid #DDD;display:inline-block;color:#717171;background:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:2px;margin:0 3px 6px 0;padding:5px 10px}
.tags a:hover{border-color:#08C;}
.tags a.primary{color:#FFF;background-color:#428BCA;border-color:#357EBD}
.tags a.success{color:#FFF;background-color:#5CB85C;border-color:#4CAE4C}
.tags a.info{color:#FFF;background-color:#5BC0DE;border-color:#46B8DA}
.tags a.warning{color:#FFF;background-color:#F0AD4E;border-color:#EEA236}
.tags a.danger{color:#FFF;background-color:#D9534F;border-color:#D43F3A}


/********************************************************ARTYKUŁY */

.artcard article{
	padding:10px;
	padding-bottom:30px;
}

.artcard h4{
	text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   overflow:hidden;
}

.artcatl{
	display:block;
} 
   
.artcatl:hover, .artcatl.active{
	background-color:#49c849;;
	color:rgba(255,255,255,0.9);
}


/*********************************************************WIDEO*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




/*********************************************************Mapa, ikony*/
.promo{
	background-color:#fff; 
	
}

.hname {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}


.thumbnail .caption {
    padding: 9px;
    color: #333;
}


.icons{
	margin:5px 0px;;
	padding:0px;
	height:90px;
}

.icon{
	width:34px;
	height:34px; 
	float:left;
	margin-left:2px;
	position:relative;
	background-size:contain;
}

.iconb{
	width:45px;
	height:45px; 
	float:left;
	margin-left:2px;
	position:relative;
	background-size:contain;
	background-color:#6e970b;
	background-color:rgba(0,0,0,0.3);
	margin:3px;
	border:2px solid #fff;
	border-radius:5px;
}

.icon .opis{
	width:32px;
	font-size:12px;
	font-weight:bold;
	color:#44692b;
	text-align:left;
	padding:2px;
	color:#fff;
	margin-left:2px;
}

.iconb .opis{
	width:45px;
	font-size:12px;
	font-weight:bold;
	color:#44692b;
	text-align:left;
	padding:2px;
	color:#fff;
	margin-left:2px;
}


.ic70{
	background-image:url('https://domyopieki.pl/img/icons/70_proc.png');
}

.odplatnosc{
	background-image:url('https://domyopieki.pl/img/icons/odplatnosc.png');
}

.dom{
	background-image:url('https://domyopieki.pl/img/icons/dom.png');
}

.pokoj{
	background-image:url('https://domyopieki.pl/img/icons/pokoj.png');
}

.iklazienki{
	background-image:url('https://domyopieki.pl/img/icons/lazienka.png');
}

.opieka{
	background-image:url('https://domyopieki.pl/img/icons/opieka.png');
}

.opieka{
	background-image:url('https://domyopieki.pl/img/icons/opieka.png');
}

.rehabilitacja{
	background-image:url('https://domyopieki.pl/img/icons/rehabilitacja.png');
}

.instalacja_przyw{
	background-image:url('https://domyopieki.pl/img/icons/instalacja_przywolawcza.png');
}

.otoczenie{
	background-image:url('https://domyopieki.pl/img/icons/otoczenie.png');
}

.niepelnosprawni{
	background-image:url('https://domyopieki.pl/img/icons/niepelnosprawni.png');
}
