/**
 * BB CSS.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/* General */

.fl-builder-content a {
	color: #111;
}
.fl-builder-content a:not(.btn-special):hover {
	color: #08bddd;
}
/* Accordion */

.fl-accordion-button-icon.fa.fa-plus,
.fl-accordion-button-icon.fa.fa-minus {
	border: 2px solid #07a8c5;
	padding: .4em .555em;
	background-color: #08bddd;
	opacity: 1;
	color: #FFF;
}
.fl-accordion-button-icon.fa-plus:before,
.fl-accordion-button-icon.fa-minus:before {
	font-size: small;
}
.fl-accordion-small .fl-accordion-button-icon.fa.fa-plus,
.fl-accordion-small .fl-accordion-button-icon.fa.fa-minus {
	border-radius: 50px;
}
.fl-accordion-large .fl-accordion-button-icon.fa.fa-plus,
.fl-accordion-large .fl-accordion-button-icon.fa.fa-minus {
	position: absolute;
	left: 0;
}
.fl-accordion-large .fl-accordion-item {
	border: none;
}
.fl-accordion-item.fl-accordion-item-active {
	background-color: #ededed;
}
/* Call to Action */
.pharmacy-fl-cta-inline {
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.075);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.075);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.075);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.075);
    background: #ee4720;
    background-image: repeating-linear-gradient(45deg,#ee4720,#ee4720 15px,#fff 0,#fff 30px,#4346ce 0,#4346ce 45px,#fff 0,#fff 60px);
}
.pharmacy-fl-cta-stacked-right .fl-cta-stacked,
.pharmacy-fl-cta-inline .fl-cta-inline {
	padding: 2em;
}
.pharmacy-fl-cta-stacked-right {
    background-image: repeating-linear-gradient(45deg,#f75353,#f75353 40px,#51d466 0,#51d466 80px,#609cec 0,#609cec 120px,#fcd419 0,#fcd419 160px,#cb79e6 0,#cb79e6 200px,#32c8de 0,#32c8de 240px,#f78153 0,#f78153 280px,#ff61e7 0,#ff61e7 320px);
    box-shadow: inset 0 0 50px rgba(0,0,0,.15),0 0 25px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.15),0 0 25px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 0 50px rgba(0,0,0,.15),0 0 25px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 0 50px rgba(0,0,0,.15),0 0 25px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 50px rgba(0,0,0,.15),0 0 25px rgba(0,0,0,.1);
}
.fl-cta-stacked.fl-cta-left {
	padding: 15px 20px;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,.75),-10px -10px 0 0 rgba(0,0,0,.75);
	-webkit-box-shadow: 10px 10px 0 0 rgba(0,0,0,.75),-10px -10px 0 0 rgba(0,0,0,.75);
	-ms-box-shadow: 10px 10px 0 0 rgba(0,0,0,.75),-10px -10px 0 0 rgba(0,0,0,.75);
	-o-box-shadow: 10px 10px 0 0 rgba(0,0,0,.75),-10px -10px 0 0 rgba(0,0,0,.75);
	-moz-box-shadow: 10px 10px 0 0 rgba(0,0,0,.75),-10px -10px 0 0 rgba(0,0,0,.75);
}
.fl-cta-stacked.fl-cta-center {
	box-shadow: 0 0 15px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.07);
	-o-box-shadow: 0 0 15px rgba(0,0,0,.07);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.07);
    padding: 65px;
	position: relative;
	overflow: hidden;
}
.fl-cta-stacked.fl-cta-center>span {
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	background-color: #609cec;
}
.fl-cta-stacked.fl-cta-center>span:first-of-type {
    width: 60px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(2) {
    width: 60px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(3) {
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(4) {
    width: 100%;
    height: 60px;
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(5) {
    width: 60px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(6) {
    width: 60px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
.fl-cta-stacked.fl-cta-center>span:nth-of-type(7) {
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.fl-cta-stacked.fl-cta-center>span:last-of-type {
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

/* Callout with icon */

.fl-callout-left.fl-callout-icon-right .fl-icon i,
.fl-callout-left.fl-callout-icon-left .fl-icon i {
	text-shadow: 3px 3px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.075);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.075);
	-o-box-shadow: 0 0 15px rgba(0,0,0,.075);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.075);
    border-radius: 0 !important;
}
.fl-callout-left.fl-callout-icon-right .fl-icon {
	padding-left: 0;
    z-index: 3;
    position: relative;
}
.fl-callout-left.fl-callout-icon-left .fl-icon {
	padding-right: 0;
    z-index: 3;
    position: relative;
}
.fl-callout-left.fl-callout-icon-right .fl-callout-content {
	padding: 20px 40px 20px 25px;
    right: -25px;
	box-shadow: 0 0 #08bddd,40px -50px 0 0 #08bddd;
	-webkit-box-shadow: 0 0 #08bddd,40px -50px 0 0 #08bddd;
	-ms-box-shadow: 0 0 #08bddd,40px -50px 0 0 #08bddd;
	-o-box-shadow: 0 0 #08bddd,40px -50px 0 0 #08bddd;
	-moz-box-shadow: 0 0 #08bddd,40px -50px 0 0 #08bddd;
}
.fl-callout-left.fl-callout-icon-left .fl-callout-content {
	padding: 20px 25px 20px 40px;
    left: -25px;
	box-shadow: 0 0 #08bddd,-40px -50px 0 0 #08bddd;
	-webkit-box-shadow: 0 0 #08bddd,-40px -50px 0 0 #08bddd;
	-ms-box-shadow: 0 0 #08bddd,-40px -50px 0 0 #08bddd;
	-o-box-shadow: 0 0 #08bddd,-40px -50px 0 0 #08bddd;
	-moz-box-shadow: 0 0 #08bddd,-40px -50px 0 0 #08bddd;
}
.fl-callout-left.fl-callout-icon-right .fl-callout-content,
.fl-callout-left.fl-callout-icon-left .fl-callout-content {
    position: relative;
    top: 30px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.fl-callout-center.fl-callout-icon-right,
.fl-callout-center.fl-callout-icon-left {
	box-shadow: 0 0 15px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.025);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.025);
	-o-box-shadow: 0 0 15px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.025);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.025);
    position: relative;
    border-width: 4px;
	border-style: solid;
	border-color: transparent;
}
.fl-callout-center.fl-callout-icon-right .fl-callout-content {
	padding: 2% 0 4% 4%;
}
.fl-callout-center.fl-callout-icon-left .fl-callout-content {
	padding: 2% 4% 4% 0;
}
.fl-callout-center.fl-callout-icon-right .fl-icon {
	padding-right: 2%;
}
.fl-callout-center.fl-callout-icon-left .fl-icon {
	padding-left: 2%;
}
.fl-callout-center.fl-callout-icon-right .fl-icon i,
.fl-callout-center.fl-callout-icon-left .fl-icon i {
	border-radius: 0;
}
.fl-callout-right.fl-callout-icon-left {
    padding: 0 3% 3% 0;
    border-right-width: 3px;
    border-left-width: 0;
}
.fl-callout-right.fl-callout-icon-right {
    padding: 0 0 3% 3%;
    border-left-width: 3px;
    border-right-width: 0;
}
.fl-callout-right.fl-callout-icon-right,
.fl-callout-right.fl-callout-icon-left {
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    box-shadow: 0 0 0 1px rgba(0,0,0,.075),0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.075),0 0 10px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,.075),0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,.075),0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.075),0 0 10px rgba(0,0,0,.1);
    border-radius: 6px;
    border-color: transparent;
}
.fl-callout-right.fl-callout-icon-right .fl-icon i {
	margin-top: -20px;
    margin-right: -20px;
	box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
}
.fl-callout-right.fl-callout-icon-left .fl-icon i {
    box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 0 3px rgb(255, 255, 255),0 0 10px rgba(0,0,0,0.5);
	margin-top: -20px;
    margin-left: -20px;
}
@-webkit-keyframes pharmacy-callout-icon-above-title {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .06), 0 0 0 0 rgba(0, 0, 0, .04), 0 0 0 0 rgba(0, 0, 0, .02)
    }
    100% {
        box-shadow: 0 0 0 15px transparent, 0 0 0 25px transparent, 0 0 0 35px transparent
    }
}
@keyframes pharmacy-callout-icon-above-title {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .06), 0 0 0 0 rgba(0, 0, 0, .04), 0 0 0 0 rgba(0, 0, 0, .02)
    }
    100% {
        box-shadow: 0 0 0 15px transparent, 0 0 0 25px transparent, 0 0 0 35px transparent
    }
}
.fl-callout-icon-above-title .fl-icon {
	display: inline-block !important;
    border-radius: 100%;
    transition: 2s;
}
.fl-callout-icon-above-title .fl-icon i {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
	-ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
}
.fl-callout-icon-above-title .fl-icon:hover {
	-webkit-animation: pharmacy-callout-icon-above-title .5s linear forwards;
    animation: pharmacy-callout-icon-above-title .5s linear forwards;
}
.fl-callout-icon-above-title .fl-icon i:before {
	text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}
.fl-callout-right.fl-callout-icon-below-title,
.fl-callout-left.fl-callout-icon-below-title {
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.07);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.07);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.07);
	position: relative;
	background-color: #FFF;
}
.fl-callout-left.fl-callout-icon-below-title {
	padding: 2% 2% 2% 18%;
}
.fl-callout-right.fl-callout-icon-below-title {
	padding: 2% 18% 2% 2%;
}
.fl-callout-right.fl-callout-icon-below-title>span,
.fl-callout-left.fl-callout-icon-below-title>span {
    transition: .5s;
	opacity: 1;
    display: block;
	position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	width: 5%;
	height: 110%;
}
.fl-callout-left.fl-callout-icon-below-title>span:first-of-type {
	left: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 3;
	background-color: #f75353;
}
.fl-callout-left.fl-callout-icon-below-title>span:nth-of-type(2) {
	left: 0;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 3;
	background-color: #609cec;
}
.fl-callout-left.fl-callout-icon-below-title>span:nth-of-type(3) {
	left: 5%;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 2;
	background-color: #32c8de;
}
.fl-callout-left.fl-callout-icon-below-title>span:nth-of-type(4) {
	left: 5%;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 2;
	background-color: #fcd419;
}
.fl-callout-left.fl-callout-icon-below-title>span:nth-of-type(5) {
	left: 10%;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 1;
	background-color: #f78153;
}
.fl-callout-left.fl-callout-icon-below-title>span:last-of-type {
    left: 10%;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 1;
	background-color: #51d466;
}
.fl-callout-right.fl-callout-icon-below-title>span:first-of-type {
	right: 0;
    bottom: -3%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 3;
	background-color: #f75353;
}
.fl-callout-right.fl-callout-icon-below-title>span:nth-of-type(2) {
	right: 0;
    top: -3%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 3;
	background-color: #609cec;
}
.fl-callout-right.fl-callout-icon-below-title>span:nth-of-type(3) {
	right: 5%;
    bottom: -3%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 2;
	background-color: #32c8de;
}
.fl-callout-right.fl-callout-icon-below-title>span:nth-of-type(4) {
	right: 5%;
    top: -3%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 2;
	background-color: #fcd419;
}
.fl-callout-right.fl-callout-icon-below-title>span:nth-of-type(5) {
	right: 10%;
    bottom: -3%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: 1;
	background-color: #f78153;
}
.fl-callout-right.fl-callout-icon-below-title>span:last-of-type {
    right: 10%;
    top: -3%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: 1;
	background-color: #51d466;
}
.fl-callout-center.fl-callout-icon-below-title span.fl-icon {
	position: relative;
    display: inline-block;
    transition: .5s;
}
.fl-callout-center.fl-callout-icon-below-title span.fl-icon:before {
	position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fl-callout-center.fl-callout-icon-below-title span.fl-icon i {
	border-radius: 0;
}
@-webkit-keyframes pharmacy-callout-icon-left-title {
    0%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-10px) rotateY(0);
        -moz-transform: translateY(-10px) rotateY(0);
        -ms-transform: translateY(-10px) rotateY(0);
        transform: translateY(-10px) rotateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px) rotateY(180deg);
        -moz-transform: translateY(-20px) rotateY(180deg);
        -ms-transform: translateY(-20px) rotateY(180deg);
        transform: translateY(-20px) rotateY(180deg)
    }
}
@keyframes pharmacy-callout-icon-left-title {
    0%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-10px) rotateY(0);
        -moz-transform: translateY(-10px) rotateY(0);
        -ms-transform: translateY(-10px) rotateY(0);
        transform: translateY(-10px) rotateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px) rotateY(180deg);
        -moz-transform: translateY(-20px) rotateY(180deg);
        -ms-transform: translateY(-20px) rotateY(180deg);
        transform: translateY(-20px) rotateY(180deg)
    }
}
.fl-callout-icon-left-title span.fl-icon i {
    transition: .5s;
    perspective: 700px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}
.fl-callout-icon-left-title span.fl-icon i:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    left: 60%;
    margin-left: -35px;
}
.fl-callout-icon-left-title span.fl-icon i:hover {
    -webkit-animation: pharmacy-callout-icon-left-title .75s linear;
    animation: pharmacy-callout-icon-left-title .75s linear;
}
.fl-callout-icon-right-title {
	padding: 5% 3%;
    border-style: solid;
    border-top-width: 3px;
    border-right: 1px solid #e6e6e6!important;
    border-left: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important;
    box-shadow: 0 0 10px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.02);
}
/* Callout with image */
.pharmacy-callout-photo-above-title-wrapper img.fl-photo-img {
	border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.075);
}
.pharmacy-callout-photo-above-title-wrapper {
	padding: 0 5px;
    position: relative;
	top: -20px;
	border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.075);
    background-color: #08bddd;
}
.pharmacy-callout-photo-above-title {
	width: 100%;
    position: relative;
    background: #fff;
    top: -17px;
    padding: 20px 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.075);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.075);
}
.pharmacy-callout-photo-above-title-center {
	padding: 15% 3% 3%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin-top: -17%;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.05);
    border-top: none;
}
.fl-callout-photo-below-title {
	box-shadow: inset 0 0 120px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 120px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 0 120px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 120px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 0 120px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.1);
    overflow: hidden;
    background-color: #08bddd;
}
.fl-callout-photo-below-title .fl-callout-title {
	padding: 2% 3%;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.4);
    margin-bottom: 5%;
	color: #FFF;
}
.fl-callout-photo-below-title .fl-callout-title a {
	color: #FFF;
}
.fl-callout-photo-below-title .fl-callout-photo {
	margin: 5%;
}
.fl-callout-photo-below-title .fl-callout-text-wrap {
	padding: 0% 4% 4%;
}
.fl-callout-photo-right .fl-callout-photo .fl-photo-img,
.fl-callout-photo-left .fl-callout-photo .fl-photo-img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 35px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.075);
    -ms-box-shadow: 0 0 35px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.075);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.075);
    -o-box-shadow: 0 0 35px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.075);
}
.fl-callout-photo-right .fl-callout-title,
.fl-callout-photo-left .fl-callout-title {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px double #ddd;
}
/* Simple Callout */

.fl-callout-right:not(.fl-callout-has-icon):not(.fl-callout-has-photo),
.fl-callout-left:not(.fl-callout-has-icon):not(.fl-callout-has-photo) {
    padding: 6%;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    background-color: #08bddd;
}
.fl-callout-right:not(.fl-callout-has-icon):not(.fl-callout-has-photo):before,
.fl-callout-left:not(.fl-callout-has-icon):not(.fl-callout-has-photo):before {
	position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: -1;
    border-radius: 20px;
}
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo) {
	padding: 5%;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.15);
    position: relative;
    background-color: #08bddd;
}
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo):after,
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo):before {
	position: absolute;
    height: 100%;
    content: "";
    background: inherit;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo):after {
	left: 6%;
    width: 88%;
    top: -16px;
    z-index: -2;
    opacity: .85;
}
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo):before {
	left: 3%;
    width: 94%;
    top: -8px;
    z-index: -1;
    opacity: .9;
}
.fl-callout-center:not(.fl-callout-has-icon):not(.fl-callout-has-photo) .fl-callout-title a {
	color: inherit;
}
/* Separator */

.pharmacy-border-dashed {
    background: rgba(0,0,0,.05);
    background-image: repeating-linear-gradient(to right,rgba(0,0,0,.075),rgba(0,0,0,.075) 5px,rgba(0,0,0,0) 0,rgba(0,0,0,0) 10px);
    border-top: none !important;
}
.pharmacy-border-solid {
	background: rgba(0,0,0,.03);
    background-image: repeating-linear-gradient(45deg,rgba(0,0,0,.085),rgba(0,0,0,.085) 3px,rgba(0,0,0,0) 0,rgba(0,0,0,0) 6px),repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 3px,rgba(0,0,0,.085) 0,rgba(0,0,0,.085) 6px);
    min-height: 6px;
	border-top: none !important;
}
.pharmacy-border-dotted {
	background-image: radial-gradient(rgba(0,0,0,.15) 2px,transparent 3px);
    background-size: 10px 10px;
    min-height: 8px;
	border-top: none !important;
}
/* Contact form */
.fl-contact-form input[type="text"], 
.fl-contact-form input[type="password"], 
.fl-contact-form input[type="email"], input[type="tel"],
.fl-contact-form input[type="url"], 
.fl-contact-form input[type="search"], 
.fl-contact-form textarea {
	margin-bottom: 5%;
}
.fl-contact-form label {
	display: none;
}
/* Countdown */
.fl-countdown-unit {
	background: 0 0;
    font-weight: lighter;
    text-shadow: 3px 3px 1px rgba(0,0,0,.2);
}
.fl-countdown-unit>span:nth-of-type(2) {
	top: 0;
    box-shadow: inset 0 0 150px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 0 150px rgba(0,0,0,.15);
    -ms-box-shadow: inset 0 0 150px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 0 150px rgba(0,0,0,.15);
    -o-box-shadow: inset 0 0 150px rgba(0,0,0,.15);
    width: 100%;
    height: 50%;
    border-radius: 5px;
    left: 0;
    position: absolute;
    z-index: -1;
    box-sizing: border-box;
}
.fl-countdown-unit>span:nth-of-type(3) {
	bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 5px;
    left: 0;
    position: absolute;
    z-index: -1;
    box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.15);
}
/* Gallery */

img {
	border-radius: 0;
}
.fl-mosaicflow-item .fl-photo-content {
	position: relative;
    overflow: hidden;
}
.fl-mosaicflow-item .fl-photo-content img {
	transition: 2s;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.fl-mosaicflow-item .fl-photo-content:hover img {
	-webkit-transform: scale(1.4) rotate(-10deg);
    -moz-transform: scale(1.4) rotate(-10deg);
    -ms-transform: scale(1.4) rotate(-10deg);
    transform: scale(1.4) rotate(-10deg);
}
.fl-mosaicflow-item .fl-photo-content .fl-photo-caption-hover {
	position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: rotate(-360deg) scale(0);
    -moz-transform: rotate(-360deg) scale(0);
    -ms-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
    transition: .85s;
}
.fl-mosaicflow-item .fl-photo-content:hover .fl-photo-caption-hover {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.fl-mosaicflow-item .fl-photo-content .fl-photo-caption-hover span {
    font-weight: 400;
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}
/* Progress bar */
.uabb-layout-horizontal .uabb-progress-wrap {
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.12),inset 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.12),inset 0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.12),inset 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.12),inset 0 0 5px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.12),inset 0 0 5px rgba(0,0,0,.1);
}
/* Flip box */

.pp-flipbox-container .pp-flipbox {
	box-shadow: inset 0 0 25px rgba(0,0,0,.07);
	-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,.07);
    -ms-box-shadow: inset 0 0 25px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 0 25px rgba(0,0,0,.07);
    -o-box-shadow: inset 0 0 25px rgba(0,0,0,.07);
}
.pp-flipbox-image img {
	margin-left: auto;
    margin-right: auto;
}
.uabb-flip-box.horizontal_flip_left {
	background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.0588235) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.0745098) 0px 0px 25px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0588235) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.0745098) 0px 0px 25px;
    -ms-box-shadow: rgba(0, 0, 0, 0.0588235) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.0745098) 0px 0px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.0588235) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.0745098) 0px 0px 25px;
    -o-box-shadow: rgba(0, 0, 0, 0.0588235) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.0745098) 0px 0px 25px;
    perspective: 700px;
    height: 100%;
	padding: 35px;
}
.uabb-flip-box.uabb-flip-box-outter {
	position: relative;
    z-index: 2;
}
.uabb-flip-box.horizontal_flip_left>span {
	position: absolute;
    width: 150%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 40px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.06);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.06);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.06);
    -o-box-shadow: 0 0 40px rgba(0,0,0,.1),inset 0 0 100px rgba(0,0,0,.06);
    background-color: #08bddd;
}
.uabb-flip-box.horizontal_flip_left>span:first-of-type {
	left: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-25%);
    -moz-transform: rotate(-45deg) translateX(-50%) translateY(-25%);
    -ms-transform: rotate(-45deg) translateX(-50%) translateY(-25%);
    transform: rotate(-45deg) translateX(-50%) translateY(-25%);
}
.uabb-flip-box.horizontal_flip_left>span:nth-of-type(2) {
	right: 0;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg) translateX(50%) translateY(25%);
    -moz-transform: rotate(-45deg) translateX(50%) translateY(25%);
    -ms-transform: rotate(-45deg) translateX(50%) translateY(25%);
    transform: rotate(-45deg) translateX(50%) translateY(25%);
}
.uabb-flip-box.uabb-face-text-title {
	border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 12px;
    padding: 10px 0;
}
/* Testimonials */
.pp-testimonial.layout-3 .pp-testimonials-content:before {
	position: absolute;
    left: 3px;
    top: -14px;
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 58px;
    line-height: 58px;
    z-index: -1;
    color: #eee;
}
.uabb-testimonial-photo.top.uabb_half_top {
	position: relative !important;
	transform: none !important;
	left: auto !important;
	margin-top: -30px;
}
.uabb-testimonial-photo.top + .uabb-testimonial-info.top {
	padding-top: 0 !important;
}
/* Blog */

.fl-post-grid .fl-post-grid-image {
	position: relative;
}
.fl-post-grid .fl-post-grid-image:after,
.fl-post-grid .fl-post-grid-image:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.fl-post-grid .fl-post-grid-image:before {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
}
.fl-post-grid .fl-post-grid-image:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
}
.fl-post-grid .fl-post-grid-image:hover:after,
.fl-post-grid .fl-post-grid-image:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fl-post-grid-text h2.fl-post-grid-title a {
	color: #6c6c6c;
}
.fl-post-grid-text h2.fl-post-grid-title a:hover {
	color: #08bddd;
}
a.fl-post-grid-more:after {
    content: "\f061";
    font-family: 'Fontawesome';
    font-size: 14px;
    line-height: 30px;
    margin-left: 11px;
}
/* Single Blog Post */

.comments-link:before,
.cat-links:before {
	font-family: 'Fontawesome';
}
/* Hero */
#masthead {
	margin-bottom: 0;
}
/* Row Full-width */

.fl-row-content.fl-row-full-width .fl-module-content {
	margin: 0;
}
/* Tab */

.pp-tabs .pp-tabs-label.pp-tab-active,
.pp-tabs .pp-tabs-label.pp-tab-active:hover {
	border-color: #333;
	border-bottom: 1px solid #FFF !important;
	background-color: #FFF !important;
}
/* Slider */

.fl-content-slider .fl-slide-bg-link {
	background-color: rgba(10,0,0,0.3);
}
/* Homepage2 shop style */

.page-template-homepage2 .woocommerce .products .price:before,
.page-template-homepage2 .woocommerce .products .price:after {
	content: " ";
	display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border: 1px solid #e1e3e6;
    border-left: 0;
    border-right: 0;
}
.page-template-homepage2 .woocommerce-LoopProduct-link h3:after,
.page-template-homepage2 .woocommerce-LoopProduct-link .price span.amount:after {
	content: none !important;
}
.page-template-homepage2 .woocommerce-LoopProduct-link .price span.amount {
	background-color: transparent !important;
}
.page-template-homepage2 .woocommerce .products .price {
	margin-top: 1em !important;
}
.page-template-homepage2 .woocommerce-LoopProduct-link p {
	color: #212224;
    font-size: 14px;
}
.page-template-homepage2 .added_to_cart, 
.page-template-homepage2 .btn-special {
	border-style: double !important;
    border-width: 5px !important;
	border-radius: 24px;
}
.page-template-homepage2 .woocommerce-LoopProduct-link .product-thumbnail:before, 
.page-template-homepage2 .woocommerce-LoopProduct-link .product-thumbnail:after {
	border-width: 3px !important;
}
/* Footer Bar */
.sfb-footer-bar {
	display: none;
}
.page-template-template-homepage .sfb-footer-bar,
.page-template-homepage2 .sfb-footer-bar {
	display: block;
}
/* Background Video */
 
.fl-row-bg-video .fl-bg-video video {
	left: 0 !important;
	height: auto !important;
}
/* Logo Carousel */

.pp-logos-content .pp-logo img{
	width: 100% !important;
}
/* UABB Dual Button */

.uabb-module-content.uabb-dual-button.uabb-align-center {
	-webkit-justify-content: center;
}


.main-navigation ul li a:before {
display:none;
}
.widget_nav_menu ul li:before {
display:none;
}

@media only screen and (max-width: 768px) {
.yui3-widget, .fl-slideshow-base, .fl-slideshow, .fl-slideshow-dark {
width:100%!important;
} 
}


@media only screen and (max-width: 350px) {
	/* General */
	.yui3-widget, .fl-slideshow-base, .fl-slideshow, .fl-slideshow-dark {
width:100%!important;
} 
	.fl-module-content {
		margin-left: 3%;
		margin-right: 3%;
	}
	.fl-callout-left.fl-callout-icon-below-title {
		padding-left: 22%;
	}
	/* Callout */
	
	.fl-callout-left.fl-callout-icon-right .fl-callout-content {
		padding: 15px 20px 10px 10px;
	}
	.fl-callout-left.fl-callout-icon-left .fl-callout-content {
		padding: 15px 10px 10px 20px;
	}
	.fl-callout-left.fl-callout-icon-right .fl-icon i,
	.fl-callout-left.fl-callout-icon-left .fl-icon i {
		transform: scale(.8, .8);
	}
	/* Accordion */
	
	.fl-accordion-large .fl-accordion-button {
		padding-left : 40px;
		padding-right: 5px;
	}
	.fl-accordion-large .fl-accordion-button-label {
		font-size: 21px;
	}
}