/* begin ecommerce-page file here */

.callout-light {
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
.callout-light * {
    position: relative;
    z-index: 999;
}

.callout-light:before {
    content: '\00a0';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #72c0e7a1;
    z-index: 1;
}
.callout-light a.btn.btn-success, .callout-light a.btn.btn-success:hover {
    background: #72c0e7;
    color: #000 !important;
    top: 15px !important;
    box-shadow: none !important;
    border: none !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: normal;
    max-width: 100%;
}

@media (max-width: 768px){
	.callout-light a.btn.btn-success { font-size: 10px; }
	.callout-light .h1 span {
	    font-size: 15px;
	}
}
div#pw1592420668 {
    background: #f8f8f8;
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 30px;
    padding-bottom: 30px;;
}
.docubox {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-top: 1px solid #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        width: 31%;
}

.docubox:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
@media (max-width:767px){
	.docubox {
	    width: 92%;
	    float: none !important;
	    margin-left: auto;
	    margin-right: auto;
	}
}
.docuboxlink {
    position: absolute;
    bottom: 5px;
    padding: 5px 10px;
    left: 50%;
    width: 200px;
    font-size: 12px;
    letter-spacing: normal;
    margin-left: -100px;

}

@media (max-width:767px){
	.xs-center { text-align:center}
}
h2.xs-center span {
    display: inline-block;
}

header.page-title.pt-large.pt-light.pt-parallax.pt-plax-lg-light {
    background: url(https://unlimitedstudios.com/images/e-commerce-main1595230027.png);
    background-position: center bottom !important;
    background-size: cover;
    background-repeat: no-repeat;
}

#pw1592420667 {
    position: relative;
    padding-bottom: 30px;
}


