@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
.ui-overlay-a, .ui-page-theme-a {
	background-image: url(../img/bg.jpg) !important;
	background-attachment: fixed !important;;
	background-repeat: no-repeat !important;;
	background-position: center center !important;;
	background-color: rgba(0, 0, 0, 0.68) !important;
	background-size: cover;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
}





.pl-amplience__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.pl-tint {
    display: block;
    position: relative;
}
.pl-amplience {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.pl-amplience--full {
    height: 100%;
}
.pl-amplience--full, .pl-amplience--full .pl-amplience__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pl-spacer--in--smallest {
   /* padding: 20px;*/
}
.pl-hero__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pl-hero {
    display: block;
    position: relative;
    z-index: 2;
    width: 100vw;
    width: 100%;
    min-height: 120px;
   /* min-height: 520px;*/
}
.pl-hero--full {
    height: 100%;
    height: 100vh;
    -webkit-transition: all .2s;
    transition: all .2s;
}




.pl-spacer--out--large {
    margin: 80px;
}
.pl-spacer--cut-h[class*=out] {
    margin-right: 0;
    margin-left: 0;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
.text-center {
    text-align: center;
}
.pl-h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}



.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}




.pl-spacer--in--smaller, .product-gallery .slick-dots {
    padding: 20px;
}
.pl-spacer--in--large {
    padding: 80px;
}
.pl-hero--half {
    height: 50%;
    height: 50vh;
}
.pl-spacer--cut-h[class*=in] {
    padding-right: 0;
    padding-left: 0;
}



@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 940px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
@media (min-width: 544px) {
.pl-spacer--out--large {
    margin: 120px;
}
.pl-h2 {
    font-size: 40px;
    line-height: 48px;
}
.container {
    max-width: 576px;
}
.pl-spacer--in--smaller, .product-gallery .slick-dots {
    padding: 30px;
}
.pl-spacer--in--large {
    padding: 120px;
}
.pl-hero--half--takeover {
    height: 100%;
    height: 100vh;
}
}
