.dj-galleryGrid .dj-slide {
opacity: 100 !important;
}
.dj-galleryGrid .dj-slide :hover {
-webkit-filter: sepia(0.2);
filter: sepia(0.2);

}

.strefy-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 576px) {
  .strefy-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.strefy-menu li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 576px) {
  .strefy-menu li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .strefy-menu li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.strefy-menu li img {
    opacity: 1;
  max-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.strefy-menu li a:hover img, .strefy-menu li a:focus img, .strefy-menu li a:active img {
  opacity: 0.4;
}

// DJ-CATALOG2

#djcatalog a img {
  border: none;
  outline: none;
}
#djcatalog .img-polaroid,
.mod_djc_item .img-polaroid {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
}

.header-wrap {
  position: relative;
  margin-bottom: 20px;
}

.header_margin{
	margin-bottom: 15px;
}	

.dj-megamenu-override {
    background-color: red;
    position: relative;
    display: block;
    vertical-align: top;
    z-index: 500;
    text-align: center;
}

.dj-megamenu-modern {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.panel{
    text-align: center;
    min-height: 150px !important;
    max-height: 300px;
}

.fixed-panel {
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}

// DJ-Slider oferty
#dj-galleryGrid3m201 .dj-slide-title a {
    color: rgba(36, 74, 112, 1);
	font-size: 18px;
}

#dj-galleryGrid3m201 a.dj-readmore {
    font-size: 1.3em;
}

.dj-slide-desc-text .dj-slide-title {
	font-size: 20px !important;
}

.dj-readmore {
	color: #084298 !important;
border: 2px solid rgba(255,255,255,.5)!important;
background-color: #ffffff!important;
border-width: 5px 5px 5px 5px!important;
border-radius: 5px!important;
}

#dj-galleryGrid2m287 .dj-slide-description {
	font-size: 12px!important;
}

#dj-galleryGrid2m287 .dj-slide img.dj-image, #dj-galleryGrid2m287 .dj-slide a:hover img.dj-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	border-color: rgba(0,0,0,0)!important;
}

#dj-galleryGrid2m287 .dj-slide-desc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0.5;
    filter: alpha(opacity = 50);
	border-radius: 10px;
}

#dj-galleryGrid2m287 .dj-slide-title a {
font-size: 32px !important;
}

#dj-galleryGrid2m287 a.dj-readmore {
    font-size: 1.3em;
}

#dj-galleryGrid2m287 .dj-slide-desc-text p {
    display: block;
    padding: 0;
	color: white;
}

// Koniec DJ-Slider

.margines-bottom {
	margin-bottom: 1px;
	padding-bottom: 1px!important;
}	

.margines-top {
	margin-top: 1px;
	padding-top: 1px!important;
}	

.lista-lewa {
    text-align: left;
}	

.btn-kolor {
    background-color: red!important;
    border-color: red!important;
}
	
.menu-format {
	font-weight: 500;
	text-transform: uppercase;
}	

.t4-section {
  position: relative;

  &.sec-spacing-footer {
    .t4-section-inner {
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }
} 
.djc_attributes table tr.djc_attribute td.djc_label {
    font-weight: bold;
    background: #ffffff;
    width: 25%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_value {
    background: #ffffff;
}

.djc_label .djc_value .btn .reserwe {
	color: ffffff;
}

#dj-galleryGrid6m226 .dj-slide-image .dj-image,
#dj-galleryGrid7m227 .dj-slide-image .dj-image,
#dj-galleryGrid8m228 .dj-slide-image .dj-image, 
#dj-galleryGrid9m229 .dj-slide-image .dj-image {
border-style: solid;
border-color: #544447;
border-width: 3px;
width: 95%;
padding: 10px;
background: #c4b8ba;
}

.article-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 2%;
}

.round-img img {
border-radius: 10px;
}

.article-frame {
	background: #eeeeee;
	height: 500px;
}

#dj-galleryGrid14m232 .dj-slide img.dj-image, #dj-galleryGrid14m232 .dj-slide a:hover img.dj-image {
	border-radius: 18px 18px 0 18px;
}

#dj-galleryGrid14m232 .dj-readmore-wrapper {
    padding: 5px 0 0;
    text-align: center;
	font-weight: 600;
	color: red;
}

//#dj-galleryGrid14m234 .dj-slide-title a {
//	//font-size: 12px;
//}
//#dj-galleryGrid14m234 .dj-slide {
//	background: #cecece;
//	height: 200px;
//}

//#dj-galleryGrid14m234 .dj-slide-desc-bg {
//	opacity: 0.0;
//}

#dj-masonry14m234 .dj-slide-title a {
    font-size: 12px;
}

#dj-galleryGrid18m244 .dj-slide-title a {
    color: #002469;
	font-size: 14px;
}

#dj-galleryGrid18m244 .dj-slide-desc-bg {
    background: rgba(255, 255, 255, 1);
}

#dj-galleryGrid18m244 .dj-slide-desc-text {
    text-align: center;
}

// ciasteczka przyciski

#s-sv-bn .c-bn {
    padding: 1em 1.0em !important;
}
	
	
#dj-galleryGrid24m257 .dj-slide-description {
	
	font-size: 14px;
}

#dj-galleryGrid24m257 .dj-galleryGrid-in {
display: block;
    margin-left: auto;
    margin-right: auto; 
}

/*Profile Card 1*/
.profile-card-1 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  height:368px;
  border:none;
}
.profile-card-1 .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(5px);
  filter: blur(5px);
   -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-1 .card-content {
  width: 100%;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 50%;
}
.profile-card-1 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-1 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-1 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-1 i {
  display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-1 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-1 .icon-block a{
    text-decoration:none;
}
.profile-card-1 i:hover {
  background-color:#fff;
  color:#2E3434;
  text-decoration:none;
}
/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#6ab04c;
  color:#fff;
}

/*Profile Card 3*/
.profile-card-3 {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:590px;
  border:none;
  text-decoration:none;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
	border: 1px solid rgba(199, 199, 199, 1);
}
.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.4;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
   -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-3 .card-content {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  padding: 5px 25px;
  color:#232323;
  float:left;
  background:#efefef;
  height:60%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}
.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 80%;
  left: 50%;
  max-width: 80px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  //border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:99999;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 400;
  font-size:14px;
  font-weight: normal;
    font-style: normal;
}
.profile-card-3 small {
  display: block;
  font-size: 12px;
  margin-top:10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1em;
}
//.profile-card-3 i {
//  display: inline-block;
//    font-size: 12px;
//    color: #232323;
//    text-align: center;
//    border: 1px solid #232323;
//    width: 30px;
//    height: 30px;
//    line-height: 30px;
//    border-radius: 50%;
//    margin:0 5px;
//}

.profile-card-3 i {
  font-family: 'Montserrat', Arial, sans-serif;
  display: inline-block;
    font-size: 12px;
    color: #232323;
    text-align: left;
    width: 100%;
    height: 36px;
    line-height: 26px;
	margin-left: 30%;
	text-decoration:none;
	font-weight: normal;
    font-style: normal;
}

.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
//.profile-card-3 i:hover {
//  background-color:#232323;
//  color:#fff;
//  text-decoration:none;
//}

.profile-card-3 .icon-size {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 20%;
}	

/*Profile card 4*/
.profile-card-4 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-4 .card-body{
    position:relative;
}
.profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width:100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}
.profile-card-4 .card-img-block{
    position:relative;
}
.profile-card-4 .card-img-block > .info-box{
    position:absolute;
    background:rgba(217,11,225,0.6);
    width:100%;
    height:100%;
    color:#fff;
    padding:20px;
    text-align:center;
    font-size:12px;
   -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity:0;
}
.profile-card-4 .card-img-block:hover > .info-box{
    opacity:1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.profile-card-4 h5{
    font-weight:600;
    color:#d90be1;
}
.profile-card-4 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-4 .icon-block{
    float:left;
    width:100%;
}
.profile-card-4 .icon-block a{
    text-decoration:none;
}
.profile-card-4 i {
  display: inline-block;
    font-size: 12px;
    color: #d90be1;
    text-align: center;
    border: 1px solid #d90be1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-4 i:hover {
  background-color:#d90be1;
  color:#fff;
}

/*Profile Card 5*/
.profile-card-5{
    margin-top:20px;
	height: 320px;
}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}
.profile-card-5 p{
    font-size:12px;
    font-weight:300;
}
.profile-card-5 .btn-primary{
    background-color:#4E5E30;
    border-color:#4E5E30;
}

.profile-card-5 .card-title{
    text-align: center;
	font-size:24px;
	font-weight:100;
}

.profile-card-5 .card-text{
    text-align: center;
	font-size:12px;
}

.df-lightbox-close {
    color: #9fb5e0;
}	

.df-container>.df-ui-next, .df-container>.df-ui-prev {
    color: #9fb5e0;
}

._df_button, ._df_thumb, ._df_custom {
    display: flex;
    flex-direction: column;
}	

._df_button {
    font-size: 22px;
}	

.centerdisplay {
	display: block;
    margin-left: auto;
    margin-right: auto }

.dj-galleryGrid-in {
    justify-content: center;
    display: flex;
}		