

.intro-title-span {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0px;
}

.plaveooshop-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    object-fit: contain;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
    z-index: 10;
}

.plaveooshop-img h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.plaveooshop-img *,
.plaveooshop-img:before,
.plaveooshop-img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 25vh;
  width: 100%;
}

.banner .plaveooshop-img {
    cursor: pointer;
}

.banner .plaveooshop-img img {
  max-width: 100%;
  object-fit: cover;
  height: 225px;
  backface-visibility: hidden;
  vertical-align: top;
  border: solid 3px white;
  /* -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); */
}

/* .banner .plaveooshop-img .img_bg {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border: solid 3px white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
} */

.plaveooshop-img:before,
.plaveooshop-img:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.plaveooshop-img:before {
  width: 0;
  height: 1px;
}

.plaveooshop-img:after {
  height: 0;
  width: 1px;
}

.plaveooshop-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.plaveooshop-img h3,
.plaveooshop-img h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.plaveooshop-img h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.plaveooshop-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

.plaveooshop-img:hover img,
.plaveooshop-img.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.plaveooshop-img:hover:before,
.plaveooshop-img.hover:before,
.plaveooshop-img:hover:after,
.plaveooshop-img.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.plaveooshop-img:hover:before,
.plaveooshop-img.hover:before {
  width: 40px;
}

.plaveooshop-img:hover:after,
.plaveooshop-img.hover:after {
  height: 40px;
}

.plaveooshop-img:hover h3,
.plaveooshop-img.hover h3,
.plaveooshop-img:hover h4,
.plaveooshop-img.hover h4 {
  opacity: 1;
}

.plaveooshop-img:hover h3,
.plaveooshop-img.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.plaveooshop-img:hover h4,
.plaveooshop-img.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.padding_10 {
    padding:15px!important;
}

.user-position {
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-left: 0px!important;
    text-align: center;
    vertical-align: middle;
}

.blog-bg {
    background-image: url(../images/blog_bg.png);
    /* background-repeat: no-repeat; */
    min-height: 700px;
}

.benefit-bg {
    background-image: url(../images/benefits/benefits_bg.png);
    /* background-repeat: no-repeat; */
    height: 350px;
}

.banner p {
    padding-bottom:30px;
}

.blogpost-bg {
    padding: 20px;
}

.blogpost-style {
  height: 500px;
  background-color: white;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-box-shadow: 10px 10px 13px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 13px -14px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 13px -14px rgba(0,0,0,0.75);

}

.row-position {
    margin-top: -70px;
}

.blog-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight:400;
}

.copyright-desc {
    padding: 15px 15px;
}

a  {
    color: #727272;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #909090;
}

footer li a:hover {
    text-decoration: none;
}

.banner .plaveooshop-img h4 {
    font-size: .75em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.display-none {
	display: none !important;
}
.display-none-not-important {
	display: none;
}

.pt_1em {
    padding-top: 1em;
}
.mt_1em {
    margin-top: 1em;
}
