@charset "UTF-8";

 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}a:focus,
a:hover {
outline: none;
text-decoration: none;
box-shadow: none;
-webkit-box-shadow: none;
}
.bdp_single .navigation.post-navigation .nav-links .nav-previous a .left_nav{
bottom: 0;
height: 15px;
line-height: 1;
margin: auto;
position: absolute;
left: 6px;
top: 0;
}
.bdp-wrapper-like{
display: inline-block;
padding-left: 10px;
width: auto;
}
.bdp-wrapper-like > span {
display: inline-block;
}
.bdp_single .post-navigation {
overflow: visible;
visibility: visible;
max-width: 100%;
}
.bdp_single .comment-list .comment-body {
padding-left: 70px;
position: relative;
}
.bdp_single .comment-list .comment-author .avatar {
left: 0;
}
.bdp_single .comment-list .comment-author {
position: inherit;
}
.bdp_single .bdp-post-navigation img {
max-width: initial;
}
.bdp_single {
display: inline-block;
width: 100%;
padding: 10px;
}
.bdp_single #comments{
margin-left: 0;
margin-right: 0;
}
.bdp_single .navigation.post-navigation .nav-links .nav-next a .right_nav {
bottom: 0;
height: 15px;
line-height: 1;
margin: auto;
position: absolute;
right: 6px;
top: 0;
}
.bdp_single .navigation.post-navigation .nav-links .nav-next {
display: inline-block;
float: right;
margin: 15px 0;
text-align: right;
position: relative;
width: auto;
}
.bdp_single .comments-link:before,
.bdp_single .post-navigation .nav-previous:before,
.bdp_single .post-navigation .nav-next:after {
content: " ";
}
.bdp_single .navigation.post-navigation .nav-links .nav-previous {
display: inline-block;
float: left;
margin: 15px 0;
position: relative;
width: auto;
}
.bdp_single .navigation.post-navigation .nav-links .nav-previous a {
max-width: 320px;
padding-bottom: 5px;
padding-left: 30px;
padding-right: 10px;
padding-top: 5px;
display: inline-block;
vertical-align: middle;
line-height: 25px;
}
.bdp_single .navigation.post-navigation .nav-links .nav-next a {
max-width: 320px;
padding-bottom: 5px;
padding-right: 30px;
padding-left: 10px;
padding-top: 5px;
display: inline-block;
vertical-align: middle;
line-height: 25px;
}
.bdp_single .nav-links {
height: auto;
}
.bdp_single .post-navigation:after {
clear: both;
}
.bdp_single .post-navigation div + div{
border:none;
}
.bdp_single .post-navigation:before, .post-navigation:after {
content: "";
display: table;
}
.bdp_single .post-navigation .post-title{
font-size: 16px;
}
.bdp_single .entry-content ul:not(.wp-block-gallery),
.bdp_single .entry-summary ul:not(.wp-block-gallery),
.bdp_single .comment-content ul:not(.wp-block-gallery),
.bdp_single .entry-content ol,
.bdp_single .entry-summary ol,
.bdp_single .comment-content ol{
margin-left:15px; }
.bdp_single .entry-content ul:not(.wp-block-gallery) li{
display: list-item;
width: auto;
}
.post_content.entry-content {
float: left;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
margin: 0;
} .bdp_blog_template .bdp-pinterest-share-image a{
background-color: #cb2027;
border-color: #b51d23;
border-style: solid;
display: block;
float: left;
height: 40px;
width: 40px;
background-size: 100%;
box-shadow: none;
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/pinterest.png);
}
.bdp_blog_template .bdp-post-image:hover .bdp-pinterest-share-image{
visibility: visible;
opacity: 1;
z-index: 1;
}
.bdp_blog_template .bdp-pinterest-share-image{
bottom: 10px;
left: 10px;
position: absolute;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
-webkit-transition: visibility 0s, opacity 0.5s linear;
-moz-transition: visibility 0s, opacity 0.5s linear;
-o-transition: visibility 0s, opacity 0.5s linear;
-ms-transition: visibility 0s, opacity 0.5s linear;
}
.bdp_blog_template .bdp-post-image {
position: relative;
}
.bdp_single_product .bdp_blog_template .bdp-post-image {
display: inline-block;
}
.bdp_blog_template .bdp-post-image img {
height: auto;
}
.bdp_single .social-component.extra_small .social-share {
display: inline-block;
margin: 10px 0 0;
}
.bdp_single .social-component.extra_small a {
font-size: 13px;
height: 27px;
line-height: 20px;
margin: 0px 2px 0 !important;
padding: 3px 0;
width: 27px;
}
.bdp_single .social-component.extra_small .social-share a.email{
margin-left: 7px !important;
}
.bdp_single .social-component.extra_small .social-share .count {
float: left;
font-size: 12px;
height: auto;
line-height: 1.5;
margin: 10px 0 0 3px;
min-height: 27px;
padding: 5px 0;
text-align: center;
width: 27px;
}
.bdp_single .social-component.large a.social-share-default{
padding: 0;
}
.bdp_single .social-component img{
max-width: 100%;
}
.bdp_single .social-component a.facebook-share:hover{
background-color: #3a589d;
border-color: #3a589d;
color: #fff;
}
.bdp_single .social-component a.bdp-twitter-share:hover{
background-color: #2478ba;
border-color: #2478ba;
color: #fff;
}
.bdp_single .social-component a.bdp-google-share:hover{
background-color: #dd4e31;
border-color: #dd4e31;
color: #fff;
}
.bdp_single .social-component a:hover{
color: #fff;
}
.social-component a.bdp-whatsapp-share:hover {
background-color: #3cc150;
border-color: #3cc150;
color: #fff;
}
.bdp_single .social-component a.bdp-linkedin-share:hover{
background-color: #0177B5;
border-color: #0177B5;
color: #fff;
}
.bdp_single .social-component a.bdp-email-share:hover{
background-color: #111111;
border-color: #111111;
color: #fff;
}
.bdp_single .social-component a.bdp-instagram-share:hover{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
border-color: #f09433;
color: #fff;
}
.bdp_single .social-component a.bdp-pinterest-share:hover{
background-color: #cb2320;
border-color: #cb2320;
color: #fff;
}
.bdp_single .social-component a.bdp-website-share:hover{
background-color: #4285F4;
border-color: #4285F4;
color: #fff;
}
.bdp_single .social-component a.bdp-telegram-share:hover {
background-color: #2399d6;
border-color: #2399d6;
color: #fff;
}
.bdp_single .social-component a.bdp-pocket-share:hover {
background-color: #ee4056;
border-color: #ee4056;
color: #fff;
}
.bdp_single .social-component a.bdp-reddit-share:hover {
background-color: #ff4500;
border-color: #ff4500;
color: #fff;
}
.bdp_single .social-component a.bdp-digg-share:hover {
background-color: #245EAD;
border-color: #245EAD;
color: #fff;
}
.bdp_single .social-component a.bdp-skype-share:hover {
background-color: #00aff0;
border-color: #00aff0;
color: #fff;
}
.bdp_single .social-component a.bdp-youtube-share:hover {
background-color: #bb0000;
border-color: #bb0000;
color: #fff;
}
.bdp_single .social-component a.bdp-wordpress-share:hover{
background-color: #21759b;
border-color: #21759b;
color: #fff;
}
.bdp_single .social-component a.bdp-tumblr-share:hover{
background-color: #34526f;
border-color: #34526f;
color: #fff;
}
.bdp_single .social-component {
float: left;
width: 100%;
}
.bdp_single .author_content .social-component a{
margin-left: 0;
margin-right: 10px;
}
.bdp_single .social-component a {
border: 1px solid #cccccc;
display: inline-block;
margin: 5px;
padding: 8px 0;
text-align: center;
width: 38px;
font-size: 15px !important;
line-height:20px;
box-shadow: none;
vertical-align: top;
}
.bdp_single .social-component .social-share {
display: inline-block;
margin: 5px;
vertical-align: top;
}
.bdp_single .social-component .social-share a {
margin: 0;
float: left;
}
.bdp_single .social-component.right .social-share a {
float: none;
}
.bdp_single .social-component a:hover i{
color: #fff;
}
.bdp_single .social-component.large a{
height: 45px;
padding: 12px 0;
width: 45px;
box-sizing:border-box;
}
.bdp_single .social-component.large.right .social-share .count{
height: 45px;
line-height: 25px;
}
.bdp_single .social-component.large .social-share .count {
width: 45px;
}
.bdp_single .social-component .social-share .count {
width: 38px;
background-color: transparent;
border: 1px solid #dddddd;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #565656;
text-align: center;
position: relative;
min-height: 30px;
padding: 8px 5px;
float: left;
clear: left;
margin: 8px 0 0;
}
.bdp_single .social-component .social-share .count:before {
border-bottom: 8px solid #ddd;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px dashed rgba(0, 0, 0, 0);
top: -8px;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 0;
}
.bdp_single .social-component .social-share-default {
border: none;
padding: 0;
} .bdp_single .social-component.top a,
.bdp_single .social-component.top .social-share {
vertical-align: bottom;
}
.bdp_single .social-component.top .social-share .count {
clear: both;
float: none;
line-height: 1;
margin: 0 0 8px 0;
min-height: 30px;
}
.bdp_single .social-component.top .social-share .count:before {
border-top: 8px solid #ddd;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px dashed rgba(0, 0, 0, 0);
border-bottom: none;
bottom: -9px;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 0;
top: auto;
} .bdp_single .social-component.bottom .social-share .count {
clear: both;
float: left;
line-height: 1;
margin: 8px 0 0;
word-wrap: break-word;
min-height: 30px;
}
.bdp_single .social-component.bottom .social-share .count:before {
border-bottom: 8px solid #ddd;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px dashed rgba(0, 0, 0, 0);
top: -8px;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 0;
} .bdp_single .social-component.right .social-share .count {
box-sizing: border-box;
float: right;
line-height: 20px;
margin: 0 0 0 8px;
min-height: 35px;
min-width: 35px;
width: auto;
}
.bdp_single .social-component.right .social-share .count:before {
border-bottom: 8px dashed rgba(0, 0, 0, 0);
border-right: 8px solid #dddddd;
border-top: 8px solid rgba(0, 0, 0, 0);
bottom: 0;
content: "";
height: 8px;
left: -16px;
margin: auto;
min-width: 0;
position: absolute;
top: 0;
width: 0;
right: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
word-wrap: normal;
}
.related_post_div {
width: 100%;
}
.bdp_single .related_post_div,.bdp_single .relatedposts,.bdp_single .relatedposts a {
display: inline-block;
width: auto;
vertical-align: top;
overflow: hidden;
}
.bdp_single .relatedposts,
.bdp_single .related_post_div {
display: inline-block;
vertical-align: middle;
width: 100%;
} .bdp_single .post_content.entry-content {
margin-bottom: 0;
}
.bdp_single .related_post_div.two_post .relatedthumb {
float: left;
width: 50%;
padding: 0 15px;
box-sizing: border-box;
margin: 10px 0;
display: inline-block;
padding: 0 10px
}
.bdp_single .related_post_div.three_post .relatedthumb {
float: left;
width: 33.333%;
display: inline-block;
padding: 0;
box-sizing: border-box;
margin: 10px 0;
padding: 0 10px
}
.bdp_single.right .bdp_single_related_post_leftright {
display: inline-block;
width: 67%;
float: left;
}
.bdp_single.right .bdp_display_related_post_left_right_wrap {
display: inline-block;
width: 30%;
float: right;
}
.bdp_single.left .bdp_single_related_post_leftright {
display: inline-block;
width: 67%;
float: right;
}
.bdp_single.right .bdp_display_related_post_left_right_wrap {
margin-left:2%;
}
.bdp_single.left .bdp_display_related_post_left_right_wrap {
margin-right: 2%;
}
.bdp_single.right .bdp_display_related_post_left_right_wrap,
.bdp_single.left .bdp_display_related_post_left_right_wrap {
display: inline-block;
width: 30%;
float: left;
}
.bdp_single.bdp_single_download .bdp_edd_download_buy_button {
display: inline-block;
position: relative;
width: 100% !important;
max-width: 100% !important;
}
.bdp_single .related_post_div .relatedthumb.left .relatedthumb_content_wrap,
.bdp_single .related_post_div .relatedthumb.left .relatedthumb_image_wrap {
float: right;
}
.bdp_single .related_post_div .relatedthumb.right .relatedthumb_content_wrap,
.bdp_single .related_post_div .relatedthumb.right .relatedthumb_image_wrap {
float: left;
}
.bdp_single .related_post_div .relatedthumb.left .relatedthumb_content_wrap,
.bdp_single .related_post_div .relatedthumb.left .relatedthumb_image_wrap,
.bdp_single .related_post_div .relatedthumb.right .relatedthumb_content_wrap,
.bdp_single .related_post_div .relatedthumb.right .relatedthumb_image_wrap {
display: block;
width: 50%;
}
.bdp_single .related_post_div .relatedthumb.left .relatedthumb_content_wrap,
.bdp_single .related_post_div .relatedthumb.right .relatedthumb_content_wrap {
padding: 0 10px;
}
.bdp_single .related_post_div .relatedthumb.top .relatedthumb_content_wrap {
display: block;
width: 100%;
margin-bottom: 15px;
}
.bdp_single .related_post_div .relatedthumb {
margin-bottom: 15px;
display: inline-block;
}
.bdp_single .related_post_wrap h3 {
margin-top: 0;
}
.bdp_single .bdp_easy_digital_download_wrap {
display: inline-block;
width: 100%;
}
.bdp_single .related_post_div .relatedthumb .bdp_related_woocommerce_price_wrap,
.bdp_single .related_post_div .relatedthumb .bdp-related-post-meta {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.bdp_single.bdp_single_download .related_post_div .bdp_edd_price_wrapper .edd_price,
.bdp_single.bdp_single_download .related_post_div .bdp_edd_price_wrapper .edd_price .span{
font-size: 16px;
}
.bdp_single .related_post_div .relatedthumb .bdp-related-post-meta span {
margin-right: 10px;
}
.bdp_single .related_post_div .relatedthumb.bottom .external,
.bdp_single .related_post_div .relatedthumb.top .related_post_title {
margin-bottom: 10px;
width: 100%;
}
.single-download .bdp_single .edd_download_purchase_form {
margin-bottom: 0;
}
.bdp_single .related_post_div.four_post .relatedthumb {
float: left;
width: 25%;
padding: 0 15px;
box-sizing: border-box;
display: inline-block;
margin: 10px 0;
text-align: center;
padding: 0 10px
}
.bdp_single .related_post_div .relatedthumb img {
width: auto;
max-width: 100%;
display: inline-block;
}
.post_content.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote,
.comment-content blockquote,
.post-content blockquote:not(.alignleft):not(.alignright){
margin-left: 0;
}
.bdp_single .author-avatar-div img.avatar{
height: auto;
float: left;
width: 100%;
}
.bdp_single.masonry_timeline .masonry-timeline-wrapp {
margin-bottom: 35px;
}
.bdp_single.masonry_timeline .author-avatar-div {
margin-top: 5px;
}
.bdp_single .navigation.post-navigation .nav-links {
display: inline-block;
width: 100%;
vertical-align: top;
margin: 0;
}
.bdp_single_product.stars:hover a:before {
content: '\e020';
}
.single .bdp_single .navigation.post-navigation{
margin-left: 0;
margin-right: 0;
}
.bdp_single .comments-title,.bdp_single .comment-reply-title{
border-top: 0;
}
.bdp_single .navigation.post-navigation .nav-links .nav-previous,
.bdp_single .navigation.post-navigation .nav-links .nav-next {
margin: 15px 0;
width: 100%;
}
.bdp_single .navigation.post-navigation .nav-links .previous-post,
.bdp_single .navigation.post-navigation .nav-links .next-post {
width: 50%;
box-sizing: border-box;
margin: 0;
}
.bdp_single.bdp_single_download .relatedthumb .bdp_edd_download_buy_button .bdp_edd_view_button,
.bdp_single.bdp_single_download .relatedthumb .bdp_edd_download_buy_button .edd_purchase_submit_wrapper .edd-add-to-cart {
padding: 15px;
}
.bdp_single.bdp_single_download .relatedthumb .bdp_edd_download_buy_button .bdp_edd_view_button,
.bdp_single.bdp_single_download .relatedthumb .bdp_edd_download_buy_button .edd_purchase_submit_wrapper .edd-add-to-cart .edd-add-to-cart-label {
font-size: 14px;
}
.bdp_single .navigation.post-navigation .nav-links .nav-previous a,
.bdp_single .navigation.post-navigation .nav-links .nav-next a {
padding: 15px;
}
.bdp_single .navigation.post-navigation .post-data {
display: table-cell;
vertical-align: middle;
}
.bdp_single .navigation.post-navigation .nav-previous .navi-post-thumbnail,
.bdp_single .navigation.post-navigation .nav-next .navi-post-thumbnail {
display: table-cell;
vertical-align: middle;
}
.bdp_single .navigation.post-navigation .nav-next .navi-post-thumbnail,
.bdp_single .navigation.post-navigation .nav-next .post-data {
padding-right: 15px;
text-align: right;
}
.bdp_single .navigation.post-navigation .post-data .navi-post-text{
margin-bottom: 0;
}
.bdp_single .navigation.post-navigation .post-data span {
display: block;
text-transform: none;
}
.bdp_single .navigation.post-navigation .post-data span.navi-post-title,
.bdp_single .navigation.post-navigation .post-data span.navi-post-text{
font-size: 16px;
word-wrap: break-word;
}
.bdp_single .navigation.post-navigation .nav-previous .navi-post-thumbnail,
.bdp_single .navigation.post-navigation .nav-previous .post-data {
padding-left: 15px;
text-align: left;
}
.bdp_single .navigation.post-navigation .nav-links .next-post{
float: right;
}
.bdp_single .navigation.post-navigation .nav-links .previous-post{
float: left;
}
.bdp_single .navigation.post-navigation .post-data .navi-post-date {
font-size: 12px;
color: #aaaaaa;
line-height: normal;
}
.bdp_single .relatedposts .relatedthumb .related_post_content{
font-size: 14px;
color: #444;
padding: 10px;
line-height: 1.5;
word-wrap: break-word;
}
.bdp_single.right .relatedposts .relatedthumb .related_post_content,
.bdp_single.left .relatedposts .relatedthumb .related_post_content {
padding: 10px 0;
}
.bdp_single .author-avatar-div,
.bdp_single:not(.left):not(.right) .related_post_wrap {
margin: 0 0 30px;
}
.related_post_wrap .bdp-no-post-found{
display: block;
text-align: center;
} .bdp_single .author-social-links {
display: inline-block;
margin-top: 10px;
}
.bdp_single .author-social-links ul {
margin: 0;
font-size: 0;
}
.bdp_single .author-social-links ul li {
list-style-type: none;
display: inline-block;
}
.bdp_single .author-social-links ul li a.social-icon{
border: 1px solid #999999;
box-sizing: border-box;
color: #999999;
display: inline-block;
height: 38px;
line-height: 20px;
margin-left: 8px;
margin-top: 8px;
padding: 8px;
font-size: 16px;
text-align: center;
width: 38px;
}
.bdp_single .author-social-links ul li a.social-icon:hover,
.bdp_single .author-social-links ul li a.social-icon:active {
border: 1px solid #333333;
color: #333333;
}
.bdp_single .author-social-links ul li:first-child a.social-icon {
margin-left: 0;
} .bdp_single .share-this {
display: table-cell;
font-size: 22px;
vertical-align: middle;
}
.bdp_single .share-this span{
font-size: inherit;
font-family: inherit;
color: inherit;
line-height: 1;
}
.bdp_single .post_content.entry-content{
margin-left: 0;
margin-right: 0;
}
.bdp_single {
box-sizing: border-box;
}
.bdp_single .author-avatar-div{
box-sizing: border-box;
}
.display_post_views{
display: inline-block;
text-align: right;
width: 100%;
}
.bdp_single .display_post_views p {
margin: 0;
} .bdp_single .social-component a.social-share-default:hover{
opacity: 1.0;
}
.bdp_single .social-component a.social-share-default{
height: 38px;
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/social_default_image1.png);
opacity: 0.9;
background-color: transparent !important;
} .bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-facebook-share{
background-position: -10px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-linkedin-share {
background-position: -58px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-pinterest-share {
background-position: -106px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-twitter-share {
background-position: -154px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-email-share {
background-position: -202px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-website-share {
background-position: -298px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-pocket-share {
background-position: -346px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-telegram-share {
background-position: -394px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-reddit-share { 
background-position: -442px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-vine-share {
background-position: -490px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-tumblr-share {
background-position: -538px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-instagram-share {
background-position: -586px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-youtube-share {
background-position: -634px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-wordpress-share {
background-position: -682px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-skype-share {
background-position: -970px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -10px;
}
.bdp_single .social-component.default_social_style_1 a.social-share-default.bdp-digg-share {
background-position: -1114px -10px;
} .bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-facebook-share{
background-position: -10px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-linkedin-share {
background-position: -58px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-pinterest-share {
background-position: -106px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-twitter-share {
background-position: -154px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-email-share {
background-position: -202px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-website-share {
background-position: -298px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-pocket-share {
background-position: -346px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-telegram-share {
background-position: -394px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-reddit-share {
background-position:  -442px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-vine-share {
background-position: -490px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-tumblr-share {
background-position: -538px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-instagram-share {
background-position: -586px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-youtube-share {
background-position: -634px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-wordpress-share {
background-position: -682px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-skype-share {
background-position: -970px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -58px;
}
.bdp_single .social-component.default_social_style_2 a.social-share-default.bdp-digg-share {
background-position: -1114px -58px;
} .bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-facebook-share{
background-position: -10px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-linkedin-share {
background-position: -58px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-pinterest-share {
background-position: -106px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-twitter-share {
background-position: -154px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-email-share {
background-position: -202px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-website-share {
background-position: -298px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-pocket-share {
background-position: -346px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-telegram-share {
background-position: -394px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-reddit-share {
background-position: -442px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-vine-share {
background-position: -490px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-tumblr-share {
background-position: -538px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-instagram-share {
background-position: -586px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-youtube-share {
background-position: -634px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-wordpress-share {
background-position: -682px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-skype-share {
background-position: -970px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -106px;
}
.bdp_single .social-component.default_social_style_3 a.social-share-default.bdp-digg-share {
background-position: -1114px -106px;
} .bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-facebook-share{
background-position: -10px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-linkedin-share {
background-position: -58px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-pinterest-share {
background-position: -106px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-twitter-share {
background-position: -154px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-email-share {
background-position: -202px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-website-share {
background-position: -298px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-pocket-share {
background-position: -346px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-telegram-share {
background-position: -394px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-reddit-share {
background-position: -394px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-vine-share {
background-position: -490px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-tumblr-share {
background-position: -538px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-instagram-share {
background-position: -586px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-youtube-share {
background-position: -634px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-wordpress-share {
background-position: -682px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-skype-share {
background-position: -970px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -154px;
}
.bdp_single .social-component.default_social_style_4 a.social-share-default.bdp-digg-share {
background-position: -1114px -154px;
} .bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-facebook-share{
background-position: -10px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-linkedin-share {
background-position: -58px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-pinterest-share {
background-position: -106px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-twitter-share {
background-position: -154px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-email-share {
background-position: -202px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-website-share {
background-position: -298px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-pocket-share {
background-position: -346px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-telegram-share {
background-position: -394px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-reddit-share {
background-position: -442px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-vine-share {
background-position: -490px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-tumblr-share {
background-position: -538px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-instagram-share {
background-position: -586px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-youtube-share {
background-position: -634px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-wordpress-share {
background-position: -682px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-skype-share {
background-position: -970px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -202px;
}
.bdp_single .social-component.default_social_style_5 a.social-share-default.bdp-digg-share {
background-position: -1114px -202px;
} .bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-facebook-share{
background-position: -10px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-linkedin-share {
background-position: -58px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-pinterest-share {
background-position: -106px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-twitter-share {
background-position: -154px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-email-share {
background-position: -202px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-website-share {
background-position: -298px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-pocket-share {
background-position: -346px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-telegram-share {
background-position: -394px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-reddit-share {
background-position: -442px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-vine-share {
background-position: -490px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-tumblr-share {
background-position: -538px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-instagram-share {
background-position: -586px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-youtube-share {
background-position: -634px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-wordpress-share {
background-position: -682px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-skype-share {
background-position: -970px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -250px;
}
.bdp_single .social-component.default_social_style_6 a.social-share-default.bdp-digg-share {
background-position: -1114px -250px;
} .bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-facebook-share{
background-position: -10px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-linkedin-share {
background-position: -58px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-pinterest-share {
background-position: -106px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-twitter-share {
background-position: -154px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-email-share {
background-position: -202px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-website-share {
background-position: -298px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-pocket-share {
background-position: -346px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-telegram-share {
background-position: -394px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-reddit-share {
background-position: -442px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-vine-share {
background-position: -490px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-tumblr-share {
background-position: -538px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-instagram-share {
background-position: -586px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-youtube-share {
background-position: -634px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-wordpress-share {
background-position: -682px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-skype-share {
background-position: -970px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -298px;
}
.bdp_single .social-component.default_social_style_7 a.social-share-default.bdp-digg-share {
background-position: -1114px -298px;
} .bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-facebook-share{
background-position: -10px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-linkedin-share {
background-position: -58px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-pinterest-share {
background-position: -106px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-twitter-share {
background-position: -154px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-email-share {
background-position: -202px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-website-share {
background-position: -298px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-pocket-share {
background-position: -346px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-telegram-share {
background-position: -394px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-reddit-share {
background-position: -442px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-vine-share {
background-position: -490px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-tumblr-share {
background-position: -538px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-instagram-share {
background-position: -586px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-youtube-share {
background-position: -634px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-wordpress-share {
background-position: -682px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-skype-share {
background-position: -970px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -346px;
}
.bdp_single .social-component.default_social_style_8 a.social-share-default.bdp-digg-share {
background-position: -1114px -346px;
} .bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-facebook-share{
background-position: -10px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-linkedin-share {
background-position: -58px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-pinterest-share {
background-position: -106px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-twitter-share {
background-position: -154px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-email-share {
background-position: -202px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-website-share {
background-position: -298px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-pocket-share {
background-position: -346px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-telegram-share {
background-position: -394px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-reddit-share {
background-position: -442px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-vine-share {
background-position: -490px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-tumblr-share {
background-position: -538px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-instagram-share {
background-position: -586px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-youtube-share {
background-position: -634px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-wordpress-share {
background-position: -682px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-skype-share {
background-position: -970px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -394px;
}
.bdp_single .social-component.default_social_style_9 a.social-share-default.bdp-digg-share {
background-position: -1114px -394px;
} .bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-facebook-share{
background-position: -10px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-linkedin-share {
background-position: -58px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-pinterest-share {
background-position: -106px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-twitter-share {
background-position: -154px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-email-share {
background-position: -202px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-website-share {
background-position: -298px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-pocket-share {
background-position: -346px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-telegram-share {
background-position: -394px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-reddit-share {
background-position: -442px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-vine-share {
background-position: -490px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-tumblr-share {
background-position: -538px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-instagram-share {
background-position: -586px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-youtube-share {
background-position: -634px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-wordpress-share {
background-position: -682px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-skype-share {
background-position: -970px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -442px;
}
.bdp_single .social-component.default_social_style_10 a.social-share-default.bdp-digg-share {
background-position: -1114px -442px;
}
.bdp_single .bwp-recaptcha.g-recaptcha {
margin-bottom: 1.75em;
display: inline-block;
width: 100%;
}
.bdp_single .bwp-recaptcha-error.error {
color: #ff0000;
}
.bdp_email_share {
background: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 0 10px #cccccc;
padding: 15px;
position: absolute;
display: none;
z-index: 2;
}
.bdp-close {
cursor: pointer;
display: inline;
float: right;
}
.bdp-close_button {
padding-left: 10px;
display: inline;
cursor: pointer;
}
#bdp_email_share form > div {
padding-top: 12px;
}
#bdp_email_share label {
font-weight: normal;
font-size: 12px;
}
#bdp_email_share input[type='text'],
#bdp_email_share input[type='email'] {
padding: 5px;
}
.asf-display-table tr{
line-height: 2;
}
.asf-display-table h4 {
text-align: center;
font-weight: 600;
margin-bottom: 0;
}
.asf-display-table tr,
.asf-display-table th,
.asf-display-table td {
border: 1px solid #e0e0e0;
}
.asf-display-table td {
padding: 10px !important;
}
.asf-display-table ul {
padding: 20px;
}
.bdp_single .yith_magnifier_gallery .yith_magnifier_thumbnail {
max-width: 110px;
min-width: 110px;
}
.bdp_single .woocommerce-product-gallery__image {
display: inline-block;
float: left;
margin-right: 5px;
margin-top: 5px;
}
.bdp_blog_template .woocommerce-product-gallery__image:first-child{
width: 100%;
margin-top: 0px;
}
.bdp_blog_template .bdp-post-image .woocommerce-product-gallery__image img{
width:100%;
}
.bdp_single_product .bdp-pinterest-share-image {
top: 12px;
bottom: 0 ;
}
.bdp_single_product .bdp-pinterest-share-image {
top:42px;
}
.bdp_single_product .stars a {
display: inline-block;
width: 28px !important;
font-size: 26px !important;
white-space: nowrap;
overflow: hidden;
text-indent: 40px;
}
.bdp_single_product .stars a:before{
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: WooCommerce;
content: '\e021';
text-indent: 0;
float: left;
}
.bdp_single_product  p.stars.selected a.active:before,
.bdp_single_product p.stars.selected a:not(.active):before {
content: '\e020';
}
.bdp_single_product p.stars.selected a.active ~ a:before {
content: "\e021";
}
.bdp_single_product .woocommerce-product-gallery .flex-control-thumbs li {
width: auto;
list-style: none;
float: left;
margin: 5px 5px 0 0;
}
.bdp_single_product .reset_variations {
margin-left: 15px;
}
.bdp_single_product .bdp_woocommerce_meta_box .sku_wrapper {
display: inline-block;
width: 100%;
margin: 10px 0;
}
.bdp_single_product .woocommerce-product-gallery__trigger {
top: 1rem;
position: absolute;
z-index: 9;
left: 12px;
}
.bdp_single_product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.bdp_single_product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.bdp_single_product .woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1){
clear: inherit;
}
.bdp_single.bdp_single_download .edd_price_options ul li,
.bdp_single.bdp_single_download .edd_price_options ul
{
display: inline-block;
width: 100%;
margin-left: 0;
}
.bdp_single.bdp_single_download .edd_purchase_submit_wrapper {
display: inline-block;
width: 100%;
}
.bdp_single.right .related_post_wrap,
.bdp_single.left .related_post_wrap {
padding: 10px;
}
@media screen and (max-width: 992px) {
.bdp_single .related_post_div.three_post .relatedthumb{
width: 33.333%;
}
.bdp_single .related_post_div.four_post .relatedthumb {
width: 50%;
}
.bdp_single .related_post_div.four_post .relatedthumb:nth-child(2n + 1) {
clear: left;
}
.bdp_single.left .bdp_display_related_post_left_right_wrap,
.bdp_single.left .bdp_single_related_post_leftright,
.bdp_single.right .bdp_display_related_post_left_right_wrap,
.bdp_single.right .bdp_single_related_post_leftright {
display: inline-block;
width: 100%;
float: left;
}
.bdp_single .related_post_div .relatedthumb.left .external,
.bdp_single .related_post_div .relatedthumb.left .related_post_content,
.bdp_single .related_post_div .relatedthumb.right .external,
.bdp_single .related_post_div .relatedthumb.right .related_post_content {
width : 100%;
padding: 0 10px;
float: left;
}
}
@media screen and (max-width: 910px) {
.bdp_single {
padding: 0 15px;
}
.bdp_single .post-navigation,
.bdp_single .comments-area {
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.bdp_single .share-this {
display: inline-block;
width: 100%;
margin-bottom: 15px;
}
}
@media screen and (max-width: 480px) {
.author-avatar-div .avtar-img {
float: left;
text-align: center;
width: 100%;
margin-right: 0;
}
.author-avatar-div .author_content {
margin-left: 0;
padding: 10px;
text-align: center;
}
.bdp_single .related_post_div.two_post .relatedthumb,
.bdp_single .related_post_div.three_post .relatedthumb,
.bdp_single .related_post_div.four_post .relatedthumb {
width: 100%;
text-align: center;
}
.related_post_wrap {
display: inline-block;
width: 100%;
}
.bdp_single .navigation.post-navigation .nav-links .nav-next,
.bdp_single .navigation.post-navigation .nav-links .nav-previous,
.bdp_single .navigation.post-navigation .nav-links .previous-post,
.bdp_single .navigation.post-navigation .nav-links .next-post {
width: 100%;
}
.bdp_single .author-avatar-div img.avatar{
float: none;
}
.bdp_single .author_content .social-component a {
float: none;
}
}
@media screen and (max-width: 320px) {
.bdp_single .social-component a{
margin: 3px;
}
}
@media screen and (max-width: 480px) {
.bdp_single .author-avatar-div img.avatar {
width: auto;
}
}.bdp_blog_template.classical {
border-bottom: 2px solid #dddddd;
display: block;
margin-bottom: 20px;
font-size: 13px;
line-height: 1.4em;
position: relative;
}
.bdp_single.classical .navigation.post-navigation,
.bdp_single.classical .author-avatar-div,
.bdp_single.classical .related_post_wrap,
.bdp_single.classical .bdp_blog_template.classical,
.bdp_single.classical:not(.bdp_single_product) .comments-area,
.bdp_single_product.classical .woocommerce-Reviews {
background: #F7F7F7;
}
.bdp_blog_template.classical a {
box-shadow: none;
}
.bdp_blog_template.classical .metadatabox {
color: #777777;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin-bottom: 10px;
}
.bdp_blog_template.classical .metadatabox .metadata {
display: inline-block;
margin-right: 20px;
}  
.bdp_blog_template.classical .metadatabox span {
text-transform: capitalize;
}
.bdp_blog_template.classical .entry-container {
background: none repeat scroll 0 0 #f7f7f7;
float: left;
margin-bottom: 0;
position: relative;
width: 100%;
}
.bdp_blog_template.classical .bdp-content-wrraper {
display: inline-block;
width: 100%;
padding: 15px 15px 0;
}
.bdp_blog_template.classical .entry-title {
height: 50px;
}
.bdp_blog_template.classical .blog_header {
float: left;
font-weight: 300;
line-height: 28px;
position: relative;
width: 100%;
}
.bdp_blog_template.classical .blog_header h1 {
margin: 0 0 5px;
background: transparent;
}
.bdp_blog_template.classical small {
font-size: 85%;
}
.bdp_blog_template.classical .blog_header .blog-header-avatar {
border-radius: 50%;
float: right;
height: 70px;
margin-right: 10px;
margin-top: 10px;
overflow: hidden;
position: absolute;
right: 10px;
top: 10px;
width: 70px;
}
.bdp_blog_template.classical .metacomments {
display: inline-block;
float: right;
}
.bdp_blog_template.classical .metacomments i {
margin-right: 3px;
}
.bdp_blog_template.classical .bdp-post-image {
background: none repeat scroll 0 0 #f4f4f4;
float: left;
overflow: hidden;
width: 100%;
}
.bdp_single_product .bdp_blog_template.classical .bdp-post-image{
width: auto;
}
.bdp_blog_template.classical .bdp-post-image img {
transition: all 0.35s ease-in-out 0s;
-webkit-transition: all 0.35s ease-in-out 0s;
-ms-transition: all 0.35s ease-in-out 0s;
-o-transition: all 0.35s ease-in-out 0s;
max-width: 100%;
}
.bdp_blog_template.classical .post-video iframe,
.bdp_blog_template.classical .thumb {
display: block;
}
.bdp_single_product.classical .comments-area{
padding: 0;
}
.bdp_single.classical:not(.bdp_single_product) .bdp-post-image:hover img {
transform: scale(1.06);
-ms-transform: scale(1.06);
-o-transform: scale(1.06);
-webkit-transform: scale(1.06);
transition: transform 0.35s ease-in-out 0s;
-webkit-transition: -webkit-transform 0.35s ease-in-out 0s;
-moz-transition: -moz-transform 0.35s ease-in-out 0s;
-o-transition: -o-transform 0.35s ease-in-out 0s;
-ms-transition: -ms-transform 0.35s ease-in-out 0s;
}
.bdp_single.classical:not(.bdp_single_product) .comments-area,
.bdp_single_product.classical .woocommerce-Reviews {
background: none repeat scroll 0 0 #f7f7f7;
float: left;
padding: 0 15px 25px;
width: 100%;
}
.bdp_single.classical .comments-title{
border-top: none;
}
.bdp_single.classical .comment-list article,
.bdp_single.classical .comment-list .pingback,
.bdp_single.classical .comment-list .trackback {
border: 1px solid #d1d1d1;
margin-bottom: 15px;
padding: 15px;
}
.bdp_single.classical .comment-reply-title{
border-top: medium none;
margin: 0;
padding: 10px 0 0;
}
.bdp_blog_template.classical .post-meta-cats-tags {
color: #777777;
float: left;
font-weight: 300;
width: 100%;
}
.bdp_blog_template.classical .post-meta-cats-tags .category-link{
color: #777777;
font-size: 15px;
margin-bottom: 15px;
}
.bdp_blog_template.classical.bdp_single_product .category-link{
color: #777777;
font-size: 15px;
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
.bdp_blog_template.classical.bdp_single_product .post_content {
padding: 0;
}
.bdp_blog_template.classical .post_content {
padding: 15px 0 0;
}
.bdp_blog_template.classical .clearfix:before {
content: "";
display: table;
line-height: 0;
}
.bdp_blog_template.classical .clearfix:after {
clear: both;
content: "";
display: table;
line-height: 0;
}
.bdp_blog_template.classical .entry-meta {
background: none repeat scroll 0 0 #F7F7F7;
padding: 15px 0%;
position: relative;
width: 100%;
display: table;
float: left;
}
.bdp_single.classical .navigation.post-navigation{
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.bdp_single.classical .author-avatar-div{
background: #f7f7f7 none repeat scroll 0 0;
float: left;
padding: 15px 3%;
width: 100%;
}
.bdp_single.classical .avtar-img{
float: left;
margin-right: 25px;
}
.bdp_single.classical .avtar-img img{
border: 3px solid #dddddd;
border-radius: 0;
transition: all 0.35s ease-in-out 0s;
-o-transition: all 0.35s ease-in-out 0s;
-ms-transition: all 0.35s ease-in-out 0s;
-webkit-transition: all 0.35s ease-in-out 0s;
width: 78px;
height: auto;
}
.bdp_single.classical .avtar-img img:hover{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transition: transform 0.35s ease-in-out 0s;
-o-transition: -o-transform 0.35s ease-in-out 0s;
-ms-transition: -ms-transform 0.35s ease-in-out 0s;
-webkit-transition: -webkit-transform 0.35s ease-in-out 0s;
}
.bdp_single.classical .author_content{
color: #666666;
}
.bdp_single.classical .author_content .author{
display: block;
}
.bdp_single.classical .author_content > p {
margin-bottom: 0;
}
.bdp_single.classical .author_content .author a{
font-weight: bold;
text-transform: capitalize;
}
.bdp_single.classical .related_post_wrap{
background: #f7f7f7 none repeat scroll 0 0;
float: left;
width: 100%;
padding-bottom: 15px;
}
.bdp_single.classical .related_post_wrap h3{
border-bottom: 1px solid #dddddd;
font-weight: bold;
text-align: left;
margin-bottom: 20px;
padding-left: 15px;
}
.bdp_single.classical .relatedpost_title {
padding-top: 10px;
text-align: center;
word-wrap: break-word;
}
.bdp_single.classical .related_post_wrap .bdp-no-post-found {
padding: 0 15px;
}
.bdp_single.classical .bdp_blog_template .share-this {
display: table-cell;
padding-right: 15px;
}
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position {
display: block;
width: 100%;
}
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position.center_position {
text-align: center;
}
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position.right_position {
text-align: right;
}
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position.center_position .share-this,
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position.right_position .share-this,
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position.left_position .share-this {
display: inline-block;
vertical-align: top;
}
.bdp_single.classical .bdp_blog_template .bdp_single_social_share_position .social-links {
display: inline-block;
}
.bdp_single .bdp_social_share_postion {
display: inline-block;
}
.bdp_single.classical .social-component .social-share {
float: left;
}
.bdp_single.classical .author-avatar-div .social-component {
width: auto;
float: none;
margin-top: 20px;
}
.bdp_single_product.classical .bdp_related_woocommerce_price_wrap,
.bdp_single_product.classical  .bdp_related_product_woocommerce_add_to_cart_wrap {
display: inline-block;
width: 100%;
text-align: center;
}
.bdp_single_product.classical  .bdp_related_product_woocommerce_add_to_cart_wrap {
margin: 10px 0;
}
.bdp_single .relatedposts .relatedthumb .relatedthumb_content_wrap .related_post_content,
.bdp_single .related_post_div .bdp-related-post-meta,
.bdp_single.bdp_single_download .related_post_div .bdp_edd_download_buy_button,
.bdp_single.bdp_single_download .related_post_div .edd_purchase_submit_wrapper,
.bdp_single.bdp_single_download .related_post_div .bdp_edd_price_wrapper {
text-align: center;
}
.bdp_single .related_post_div .bdp_edd_download_buy_button {
display: inline-block;
margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.bdp_single.classical .bdp_blog_template .share-this {
display: inline-block;
}
.bdp_single.classical .bdp_blog_template .social-links {
float: left;
}
}
@media screen and (max-width: 480px) {
.bdp_single.classical .related_post_wrap h3{
text-align: center;
}
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.eot);src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.woff) format("woff"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.eot);src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.woff2) format("woff2"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.woff) format("woff"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.ttf) format("truetype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.eot);src:url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.woff2) format("woff2"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.woff) format("woff"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.ttf) format("truetype"),url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}@font-face {
font-family: 'flexslider-icon';
src: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.eot);
src: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.woff) format('woff'), url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.ttf) format('truetype'), url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}.bdp-circularG-wrapper{position:absolute;top:0;bottom:0;right:0;left:0;width:58px;height:58px;margin:auto}.bdp-circularG{position:absolute;background-color:#000;width:14px;height:14px;border-radius:9px;-o-border-radius:9px;-ms-border-radius:9px;-webkit-border-radius:9px;-moz-border-radius:9px;animation-name:bounce_circularG;-o-animation-name:bounce_circularG;-ms-animation-name:bounce_circularG;-webkit-animation-name:bounce_circularG;-moz-animation-name:bounce_circularG;animation-duration:1.1s;-o-animation-duration:1.1s;-ms-animation-duration:1.1s;-webkit-animation-duration:1.1s;-moz-animation-duration:1.1s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}.bdp-circularG_1{left:0;top:23px;animation-delay:.41s;-o-animation-delay:.41s;-ms-animation-delay:.41s;-webkit-animation-delay:.41s;-moz-animation-delay:.41s}.bdp-circularG_2{left:6px;top:6px;animation-delay:.55s;-o-animation-delay:.55s;-ms-animation-delay:.55s;-webkit-animation-delay:.55s;-moz-animation-delay:.55s}.bdp-circularG_3{top:0;left:23px;animation-delay:.69s;-o-animation-delay:.69s;-ms-animation-delay:.69s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s}.bdp-circularG_4{right:6px;top:6px;animation-delay:.83s;-o-animation-delay:.83s;-ms-animation-delay:.83s;-webkit-animation-delay:.83s;-moz-animation-delay:.83s}.bdp-circularG_5{right:0;top:23px;animation-delay:.97s;-o-animation-delay:.97s;-ms-animation-delay:.97s;-webkit-animation-delay:.97s;-moz-animation-delay:.97s}.bdp-circularG_6{right:6px;bottom:6px;animation-delay:1.1s;-o-animation-delay:1.1s;-ms-animation-delay:1.1s;-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s}.bdp-circularG_7{left:23px;bottom:0;animation-delay:1.24s;-o-animation-delay:1.24s;-ms-animation-delay:1.24s;-webkit-animation-delay:1.24s;-moz-animation-delay:1.24s}.bdp-circularG_8{left:6px;bottom:6px;animation-delay:1.38s;-o-animation-delay:1.38s;-ms-animation-delay:1.38s;-webkit-animation-delay:1.38s;-moz-animation-delay:1.38s}.bdp-floatingCirclesG{position:absolute;top:0;bottom:0;right:0;left:0;width:125px;height:125px;margin:auto;transform:scale(0.6);-o-transform:scale(0.6);-ms-transform:scale(0.6);-webkit-transform:scale(0.6);-moz-transform:scale(0.6)}.bdp-f_circleG{position:absolute;background-color:#fff;height:22px;width:22px;border-radius:12px;-o-border-radius:12px;-ms-border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;animation-name:f_fadeG;-o-animation-name:f_fadeG;-ms-animation-name:f_fadeG;-webkit-animation-name:f_fadeG;-moz-animation-name:f_fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}.bdp-frotateG_01{left:0;top:51px;animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s}.bdp-frotateG_02{left:15px;top:15px;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.bdp-frotateG_03{left:51px;top:0;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.bdp-frotateG_04{right:15px;top:15px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}.bdp-frotateG_05{right:0;top:51px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.bdp-frotateG_06{right:15px;bottom:15px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.bdp-frotateG_07{left:51px;bottom:0;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.bdp-frotateG_08{left:15px;bottom:15px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.bdp-spinloader{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;width:150px;height:150px;margin:auto;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:100px;height:100px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;box-sizing:border-box}.animate-bottom{position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:1s;animation-name:animatebottom;animation-duration:1s}.bdp-doublec-container *{box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.bdp-doublec-container{margin:0 auto;max-width:545px}.bdp-doublec-container ul li{list-style:none}.bdp-doublec-flex-container{display:flex;display:-o-flex;display:-ms-flex;display:-webkit-flex;display:-moz-flex;flex-direction:row;-o-flex-direction:row;-ms-flex-direction:row;-webkit-flex-direction:row;-moz-flex-direction:row;flex-wrap:wrap;-o-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;justify-content:space-around}.bdp-doublec-flex-container li{padding:10px;height:97px;width:97px;margin:10px;position:relative;text-align:center}.bdp-doublec-loading{display:inline-block;position:relative;width:83px;height:83px;border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;border:5px solid transparent;border-bottom:5px solid #000;border-left:5px solid #000;animation:cssload-spinR 2.3s linear infinite;-o-animation:cssload-spinR 2.3s linear infinite;-ms-animation:cssload-spinR 2.3s linear infinite;-webkit-animation:cssload-spinR 2.3s linear infinite;-moz-animation:cssload-spinR 2.3s linear infinite}.bdp-doublec-loading:before,.bdp-doublec-loading:after{content:'';display:block;border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;position:absolute}.bdp-doublec-loading:before{height:49px;width:49px;border:3px solid transparent;border-top:3px solid #000;border-right:3px solid #000;animation:cssload-spinL .86s linear infinite;-o-animation:cssload-spinL .86s linear infinite;-ms-animation:cssload-spinL .86s linear infinite;-webkit-animation:cssload-spinL .86s linear infinite;-moz-animation:cssload-spinL .86s linear infinite;transform-origin:center center;-o-transform-origin:center center;-ms-transform-origin:center center;-webkit-transform-origin:center center;-moz-transform-origin:center center;top:11%;left:11%}.bdp-doublec-loading:after{height:10px;width:10px;background:transparent;border:2px solid #000;top:35.5%;left:35.5%}.bdp-windows8{position:absolute;top:0;bottom:0;right:0;left:0;width:78px;height:78px;margin:auto}.bdp-windows8 .bdp-wBall{position:absolute;width:74px;height:74px;opacity:0;transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);animation:orbit 6.96s infinite;-o-animation:orbit 6.96s infinite;-ms-animation:orbit 6.96s infinite;-webkit-animation:orbit 6.96s infinite;-moz-animation:orbit 6.96s infinite}.bdp-windows8 .bdp-wBall .bdp-wInnerBall{position:absolute;width:10px;height:10px;background:#000;left:0;top:0;border-radius:10px}.bdp-windows8 .bdp-wBall_1{animation-delay:1.52s;-o-animation-delay:1.52s;-ms-animation-delay:1.52s;-webkit-animation-delay:1.52s;-moz-animation-delay:1.52s}.bdp-windows8 .bdp-wBall_2{animation-delay:.3s;-o-animation-delay:.3s;-ms-animation-delay:.3s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s}.bdp-windows8 .bdp-wBall_3{animation-delay:.61s;-o-animation-delay:.61s;-ms-animation-delay:.61s;-webkit-animation-delay:.61s;-moz-animation-delay:.61s}.bdp-windows8 .bdp-wBall_4{animation-delay:.91s;-o-animation-delay:.91s;-ms-animation-delay:.91s;-webkit-animation-delay:.91s;-moz-animation-delay:.91s}.bdp-windows8 .bdp-wBall_5{animation-delay:1.22s;-o-animation-delay:1.22s;-ms-animation-delay:1.22s;-webkit-animation-delay:1.22s;-moz-animation-delay:1.22s}.bdp-cssload-aim{position:relative;width:78px;height:78px;left:35%;left:calc(50% - 42px);left:-o-calc(50% - 42px);left:-ms-calc(50% - 42px);left:-webkit-calc(50% - 42px);left:-moz-calc(50% - 42px);left:calc(50% - 42px);border-radius:49px;background-color:#fff;border-width:39px;border-style:double;border-color:transparent #000;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;animation:cssload-aim 2.3s linear infinite;-o-animation:cssload-aim 2.3s linear infinite;-ms-animation:cssload-aim 2.3s linear infinite;-webkit-animation:cssload-aim 2.3s linear infinite;-moz-animation:cssload-aim 2.3s linear infinite}.bdp-cssload-thecube{width:73px;height:73px;margin:0 auto;position:relative;transform:rotateZ(45deg);-o-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg)}.bdp-cssload-thecube .bdp-cssload-cube{position:relative;transform:rotateZ(45deg);-o-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);float:left;width:50%;height:50%;position:relative;transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1)}.bdp-cssload-thecube .bdp-cssload-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#2ba0c7;animation:cssload-fold-thecube 2.76s infinite linear both;-o-animation:cssload-fold-thecube 2.76s infinite linear both;-ms-animation:cssload-fold-thecube 2.76s infinite linear both;-webkit-animation:cssload-fold-thecube 2.76s infinite linear both;-moz-animation:cssload-fold-thecube 2.76s infinite linear both;transform-origin:100% 100%;-o-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%}.bdp-cssload-thecube .bdp-cssload-c2{transform:scale(1.1) rotateZ(90deg);-o-transform:scale(1.1) rotateZ(90deg);-ms-transform:scale(1.1) rotateZ(90deg);-webkit-transform:scale(1.1) rotateZ(90deg);-moz-transform:scale(1.1) rotateZ(90deg)}.bdp-cssload-thecube .bdp-cssload-c3{transform:scale(1.1) rotateZ(180deg);-o-transform:scale(1.1) rotateZ(180deg);-ms-transform:scale(1.1) rotateZ(180deg);-webkit-transform:scale(1.1) rotateZ(180deg);-moz-transform:scale(1.1) rotateZ(180deg)}.bdp-cssload-thecube .bdp-cssload-c4{transform:scale(1.1) rotateZ(270deg);-o-transform:scale(1.1) rotateZ(270deg);-ms-transform:scale(1.1) rotateZ(270deg);-webkit-transform:scale(1.1) rotateZ(270deg);-moz-transform:scale(1.1) rotateZ(270deg)}.bdp-cssload-thecube .bdp-cssload-c2:before{animation-delay:.35s;-o-animation-delay:.35s;-ms-animation-delay:.35s;-webkit-animation-delay:.35s;-moz-animation-delay:.35s}.bdp-cssload-thecube .bdp-cssload-c3:before{animation-delay:.69s;-o-animation-delay:.69s;-ms-animation-delay:.69s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s}.bdp-cssload-thecube .bdp-cssload-c4:before{animation-delay:1.04s;-o-animation-delay:1.04s;-ms-animation-delay:1.04s;-webkit-animation-delay:1.04s;-moz-animation-delay:1.04s}.bdp-ball-grid-pulse{width:57px;margin:0 auto}.bdp-ball-grid-pulse > div:nth-child(1){-webkit-animation-delay:-.16s;animation-delay:-.16s;-webkit-animation-duration:.71s;animation-duration:.71s}.bdp-ball-grid-pulse > div:nth-child(2){-webkit-animation-delay:-.13s;animation-delay:-.13s;-webkit-animation-duration:1.23s;animation-duration:1.23s}.bdp-ball-grid-pulse > div:nth-child(3){-webkit-animation-delay:.53s;animation-delay:.53s;-webkit-animation-duration:1.36s;animation-duration:1.36s}.bdp-ball-grid-pulse > div:nth-child(4){-webkit-animation-delay:.38s;animation-delay:.38s;-webkit-animation-duration:.79s;animation-duration:.79s}.bdp-ball-grid-pulse > div:nth-child(5){-webkit-animation-delay:.45s;animation-delay:.45s;-webkit-animation-duration:1.4s;animation-duration:1.4s}.bdp-ball-grid-pulse > div:nth-child(6){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:1.56s;animation-duration:1.56s}.bdp-ball-grid-pulse > div:nth-child(7){-webkit-animation-delay:-.07s;animation-delay:-.07s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.bdp-ball-grid-pulse > div:nth-child(8){-webkit-animation-delay:.31s;animation-delay:.31s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.bdp-ball-grid-pulse > div:nth-child(9){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:1.13s;animation-duration:1.13s}.bdp-ball-grid-pulse > div{background-color:#444444;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.bdp-squareloader{position:absolute;left:50%;margin-left:-26.5px;margin-top:-26.5px}.bdp-square{background:#1fbeca;width:15px;height:15px;float:left!important;top:-10px;margin-right:5px;margin-top:5px;position:relative;opacity:0;animation:enter 6.9s infinite;-o-animation:enter 6.9s infinite;-ms-animation:enter 6.9s infinite;-webkit-animation:enter 6.9s infinite;-moz-animation:enter 6.9s infinite}.enter{top:0;opacity:1}.bdp-square:nth-child(1){animation-delay:2.07s;-o-animation-delay:2.07s;-ms-animation-delay:2.07s;-webkit-animation-delay:2.07s;-moz-animation-delay:2.07s}.bdp-square:nth-child(2){animation-delay:2.42s;-o-animation-delay:2.42s;-ms-animation-delay:2.42s;-webkit-animation-delay:2.42s;-moz-animation-delay:2.42s}.bdp-square:nth-child(3){animation-delay:2.76s;-o-animation-delay:2.76s;-ms-animation-delay:2.76s;-webkit-animation-delay:2.76s;-moz-animation-delay:2.76s;background:#fdc96f}.bdp-square:nth-child(4){animation-delay:1.04s;-o-animation-delay:1.04s;-ms-animation-delay:1.04s;-webkit-animation-delay:1.04s;-moz-animation-delay:1.04s;animation-delay:1.04s}.bdp-square:nth-child(5){animation-delay:1.38s;-o-animation-delay:1.38s;-ms-animation-delay:1.38s;-webkit-animation-delay:1.38s;-moz-animation-delay:1.38s;animation-delay:1.38s}.bdp-square:nth-child(6){animation-delay:1.73s;-o-animation-delay:1.73s;-ms-animation-delay:1.73s;-webkit-animation-delay:1.73s;-moz-animation-delay:1.73s;animation-delay:1.73s}.bdp-square:nth-child(8){animation-delay:.35s;-o-animation-delay:.35s;-ms-animation-delay:.35s;-webkit-animation-delay:.35s;-moz-animation-delay:.35s;animation-delay:.35s}.bdp-square:nth-child(9){animation-delay:.69s;-o-animation-delay:.69s;-ms-animation-delay:.69s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s;animation-delay:.69s}.clear{clear:both}.last{margin-right:0}.bdp-loadFacebookG{display:block;margin:auto;position:absolute;top:0;bottom:0;right:0;left:0;width:125px;height:89px}.bdp-facebook_blockG{background-color:#fff;border:3px solid #000;float:left;height:89px;margin-left:7px;width:23px;opacity:.1;animation-name:bounceG;-o-animation-name:bounceG;-ms-animation-name:bounceG;-webkit-animation-name:bounceG;-moz-animation-name:bounceG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;transform:scale(0.7);-o-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);-moz-transform:scale(0.7)}.bdp-blockG_1{animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s}.bdp-blockG_2{animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.bdp-blockG_3{animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.bdp-floatBarsG-wrapper{position:relative;width:168px;height:28px;margin:auto;max-width:100%}.bdp-floatBarsG{position:absolute;top:0;background-color:#000;width:20px;height:20px;animation-name:bounce_floatBarsG;-o-animation-name:bounce_floatBarsG;-ms-animation-name:bounce_floatBarsG;-webkit-animation-name:bounce_floatBarsG;-moz-animation-name:bounce_floatBarsG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;transform:scale(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);-moz-transform:scale(.3)}.bdp-floatBarsG_1{left:0;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.bdp-floatBarsG_2{left:21px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.bdp-floatBarsG_3{left:42px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}.bdp-floatBarsG_4{left:63px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.bdp-floatBarsG_5{left:84px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.bdp-floatBarsG_6{left:105px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.bdp-floatBarsG_7{left:126px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.bdp-floatBarsG_8{left:147px;animation-delay:1.64s;-o-animation-delay:1.64s;-ms-animation-delay:1.64s;-webkit-animation-delay:1.64s;-moz-animation-delay:1.64s}.bdp-movingBallG-wrapper{position:absolute;top:0;bottom:0;right:0;left:0;width:250px;height:20px;margin:auto;max-width:100%}.bdp-movingBallLineG{position:absolute;left:0;top:8px;height:4px;width:250px;max-width:100%;background-color:#000}.bdp-movingBallG{background-color:#000;position:absolute;top:0;left:0;width:20px;height:20px;border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;animation-name:bounce_movingBallG;-o-animation-name:bounce_movingBallG;-ms-animation-name:bounce_movingBallG;-webkit-animation-name:bounce_movingBallG;-moz-animation-name:bounce_movingBallG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}.bdp-ballsWaveG-wrapper{position:absolute;top:0;bottom:0;right:0;left:0;width:125px;height:16px;margin:auto}.bdp-ballsWaveG{position:absolute;top:0;background-color:#000;width:16px;height:16px;animation-name:ballsWaveG;-o-animation-name:ballsWaveG;-ms-animation-name:ballsWaveG;-webkit-animation-name:ballsWaveG;-moz-animation-name:ballsWaveG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.bdp-ballsWaveG_1{left:0;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.bdp-ballsWaveG_2{left:16px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.bdp-ballsWaveG_3{left:31px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}.bdp-ballsWaveG_4{left:47px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.bdp-ballsWaveG_5{left:62px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.bdp-ballsWaveG_6{left:78px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.bdp-ballsWaveG_7{left:94px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.bdp-ballsWaveG_8{left:109px;animation-delay:1.64s;-o-animation-delay:1.64s;-ms-animation-delay:1.64s;-webkit-animation-delay:1.64s;-moz-animation-delay:1.64s}.fountainG-wrapper{position:absolute;top:0;bottom:0;right:0;left:0;width:200px;height:24px;margin:auto;max-width:100%}.bdp-fountainG{position:absolute;top:0;background-color:#000;width:24px;height:24px;animation-name:bounce_fountainG;-o-animation-name:bounce_fountainG;-ms-animation-name:bounce_fountainG;-webkit-animation-name:bounce_fountainG;-moz-animation-name:bounce_fountainG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;transform:scale(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);-moz-transform:scale(.3);border-radius:19px;-o-border-radius:19px;-ms-border-radius:19px;-webkit-border-radius:19px;-moz-border-radius:19px}.bdp-fountainG_1{left:0;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.bdp-fountainG_2{left:25px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.bdp-fountainG_3{left:50px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}.bdp-fountainG_4{left:75px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.bdp-fountainG_5{left:100px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.bdp-fountainG_6{left:125px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.bdp-fountainG_7{left:150px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.bdp-fountainG_8{left:175px;animation-delay:1.64s;-o-animation-delay:1.64s;-ms-animation-delay:1.64s;-webkit-animation-delay:1.64s;-moz-animation-delay:1.64s}.bdp-audio_wave{margin:0 auto;position:relative;text-align:center;width:53px;height:5px;display:flex}.bdp-audio_wave span{display:block;bottom:0;width:9px;height:5px;background:#9b59b6;position:absolute;animation:audio_wave 1.5s infinite ease-in-out}.bdp-audio_wave span:nth-child(2){left:11px;animation-delay:.2s}.bdp-audio_wave span:nth-child(3){left:22px;animation-delay:.4s}.bdp-audio_wave span:nth-child(4){left:33px;animation-delay:.6s}.bdp-audio_wave span:nth-child(5){left:44px;animation-delay:.8s}.bdp-warningGradientOuterBarG{height:19px;width:156px;border:1px solid #000;overflow:hidden;background-color:#fff;margin:auto;position:absolute;top:0;bottom:0;right:0;left:0;background:gradient(linear,0% 0%,0% 100%,from(#fff),to(#000));background:-o-gradient(linear,0% 0%,0% 100%,from(#fff),to(#000));background:-ms-gradient(linear,0% 0%,0% 100%,from(#fff),to(#000));background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#000));background:-moz-gradient(linear,0% 0%,0% 100%,from(#fff),to(#000));background:linear-gradient(top,#fff,#000);background:-o-linear-gradient(top,#fff,#000);background:-ms-linear-gradient(top,#fff,#000);background:-webkit-linear-gradient(top,#fff,#000);background:-moz-linear-gradient(top,#fff,#000)}.bdp-warningGradientBarLineG{background-color:#fff;float:left;width:14px;height:117px;margin-right:23px;margin-top:-27px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}.bdp-warningGradientAnimationG{width:230px;animation-name:warningGradientAnimationG;-o-animation-name:warningGradientAnimationG;-ms-animation-name:warningGradientAnimationG;-webkit-animation-name:warningGradientAnimationG;-moz-animation-name:warningGradientAnimationG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-timing-function:linear;-o-animation-timing-function:linear;-ms-animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}.bdp-floatingBarsG{position:absolute;top:0;bottom:0;right:0;left:0;width:60px;height:75px;margin:auto}.bdp-blockG{position:absolute;background-color:#fff;width:10px;height:23px;border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;-ms-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;transform:scale(0.4);-o-transform:scale(0.4);-ms-transform:scale(0.4);-webkit-transform:scale(0.4);-moz-transform:scale(0.4);animation-name:fadeG;-o-animation-name:fadeG;-ms-animation-name:fadeG;-webkit-animation-name:fadeG;-moz-animation-name:fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}.bdp-rotateG_01{left:0;top:27px;animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s;transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg)}.bdp-rotateG_02{left:8px;top:10px;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}.bdp-rotateG_03{left:25px;top:3px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s;transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.bdp-rotateG_04{right:8px;top:10px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}.bdp-rotateG_05{right:0;top:27px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.bdp-rotateG_06{right:8px;bottom:7px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg)}.bdp-rotateG_07{bottom:0;left:25px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.bdp-rotateG_08{left:8px;bottom:7px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg)}.bdp-cssload-loader{position:relative;left:calc(50% - 31px);width:62px;height:62px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;perspective:780px}.bdp-cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.bdp-cssload-inner.bdp-cssload-one{left:0;top:0;animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:3px solid #000}.bdp-cssload-inner.bdp-cssload-two{right:0;top:0;animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:3px solid #000}.bdp-cssload-inner.bdp-cssload-three{right:0;bottom:0;animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:3px solid #000}.bdp-overlay-loader{display:block;margin:auto;width:97px;height:97px;position:absolute;top:0;bottom:0;right:0;left:0}.bdp-loader{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:97px;height:97px;animation-name:rotateAnim;-o-animation-name:rotateAnim;-ms-animation-name:rotateAnim;-webkit-animation-name:rotateAnim;-moz-animation-name:rotateAnim;animation-duration:.4s;-o-animation-duration:.4s;-ms-animation-duration:.4s;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-timing-function:linear;-o-animation-timing-function:linear;-ms-animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}.bdp-loader div{width:8px;height:8px;border-radius:50%;border:1px solid #000;position:absolute;top:2px;left:0;right:0;bottom:0;margin:auto}.bdp-loader div:nth-child(odd){border-top:none;border-left:none}.bdp-loader div:nth-child(even){border-bottom:none;border-right:none}.bdp-loader div:nth-child(2){border-width:2px;left:0;top:-4px;width:12px;height:12px}.bdp-loader div:nth-child(3){border-width:2px;left:-1px;top:3px;width:18px;height:18px}.bdp-loader div:nth-child(4){border-width:3px;left:-1px;top:-4px;width:23px;height:23px}.bdp-loader div:nth-child(5){border-width:3px;left:-1px;top:4px;width:31px;height:31px}.bdp-loader div:nth-child(6){border-width:4px;left:0;top:-4px;width:39px;height:39px}.bdp-loader div:nth-child(7){border-width:4px;left:0;top:6px;width:49px;height:49px}.bdp-circlewave{position:relative;width:30px;height:30px;background:#3498db;border-radius:50px;margin:0 auto;animation:circlewave 1.5s infinite linear}.bdp-circlewave:after{position:absolute;width:50px;height:50px;border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;border-left:10px solid transparent;border-right:10px solid transparent;border-radius:50px;content:'';top:-10px;left:-10px;animation:circlewave_after 1.5s infinite linear}.bdp-cssload-ball{position:relative;height:78px;width:78px;border-radius:78px;border:3px solid #000;left:35%;left:calc(50% - 42px);left:-o-calc(50% - 42px);left:-ms-calc(50% - 42px);left:-webkit-calc(50% - 42px);left:-moz-calc(50% - 42px);transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;animation:cssload-ball 3.45s linear infinite;-o-animation:cssload-ball 3.45s linear infinite;-ms-animation:cssload-ball 3.45s linear infinite;-webkit-animation:cssload-ball 3.45s linear infinite;-moz-animation:cssload-ball 3.45s linear infinite}.bdp-cssload-ball:after{content:"";position:absolute;top:-5px;left:19px;width:11px;height:11px;border-radius:10px;background-color:#000}.bdp-cssload-main{position:absolute;content:'';left:50%;transform:translate(-100%,-240%);-o-transform:translate(-100%,-240%);-ms-transform:translate(-100%,-240%);-webkit-transform:translate(-100%,-240%);-moz-transform:translate(-100%,-240%)}.bdp-cssload-main *{font-size:62px}.bdp-cssload-heart{animation:cssload-heart 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-o-animation:cssload-heart 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-ms-animation:cssload-heart 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-webkit-animation:cssload-heart 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-moz-animation:cssload-heart 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;top:50%;content:'';left:50%;position:absolute}.bdp-cssload-heartL{width:1em;height:1em;border:1px solid #E73F0D;background-color:#E73F0D;content:'';position:absolute;display:block;border-radius:100%;animation:cssload-heartL 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-o-animation:cssload-heartL 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-ms-animation:cssload-heartL 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-webkit-animation:cssload-heartL 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-moz-animation:cssload-heartL 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;transform:translate(-28px,-27px);-o-transform:translate(-28px,-27px);-ms-transform:translate(-28px,-27px);-webkit-transform:translate(-28px,-27px);-moz-transform:translate(-28px,-27px)}.bdp-cssload-heartR{width:1em;height:1em;border:1px solid #E73F0D;background-color:#E73F0D;content:'';position:absolute;display:block;border-radius:100%;transform:translate(28px,-27px);-o-transform:translate(28px,-27px);-ms-transform:translate(28px,-27px);-webkit-transform:translate(28px,-27px);-moz-transform:translate(28px,-27px);animation:cssload-heartR 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-o-animation:cssload-heartR 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-ms-animation:cssload-heartR 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-webkit-animation:cssload-heartR 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-moz-animation:cssload-heartR 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal}.bdp-cssload-square{width:1em;height:1em;border:1px solid #E73F0D;background-color:#E73F0D;position:relative;display:block;content:'';transform:scale(1) rotate(-45deg);-o-transform:scale(1) rotate(-45deg);-ms-transform:scale(1) rotate(-45deg);-webkit-transform:scale(1) rotate(-45deg);-moz-transform:scale(1) rotate(-45deg);animation:cssload-square 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-o-animation:cssload-square 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-ms-animation:cssload-square 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-webkit-animation:cssload-square 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-moz-animation:cssload-square 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal}.bdp-cssload-shadow{top:97px;left:50%;content:'';position:relative;display:block;bottom:-.5em;width:1em;height:.24em;background-color:#d7d7d7;border:1px solid #d7d7d7;border-radius:50%;animation:cssload-shadow 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-o-animation:cssload-shadow 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-ms-animation:cssload-shadow 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-webkit-animation:cssload-shadow 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal;-moz-animation:cssload-shadow 2.88s cubic-bezier(0.75,0,0.5,1) infinite normal}.bdp-spinload-loading{position:absolute;left:50%;width:23px;height:23px;margin:-12px 0 0 -12px}.bdp-spinload-loading i{position:absolute;top:23px;left:23px;display:block;width:23px;height:23px;background:#799ed2;border-radius:23px;animation:cssload-spin2 1.73s ease-in-out infinite;-o-animation:cssload-spin2 1.73s ease-in-out infinite;-ms-animation:cssload-spin2 1.73s ease-in-out infinite;-webkit-animation:cssload-spin2 1.73s ease-in-out infinite;-moz-animation:cssload-spin2 1.73s ease-in-out infinite}.bdp-spinload-loading i:first-child{top:-23px;left:0;background:#194685;animation:cssload-spin 1.73s ease-in-out infinite;-o-animation:cssload-spin 1.73s ease-in-out infinite;-ms-animation:cssload-spin 1.73s ease-in-out infinite;-webkit-animation:cssload-spin 1.73s ease-in-out infinite;-moz-animation:cssload-spin 1.73s ease-in-out infinite}.bdp-spinload-loading i:last-child{top:23px;left:-23px;background:#c7202c;animation:cssload-spin3 1.73s ease-in-out infinite;-o-animation:cssload-spin3 1.73s ease-in-out infinite;-ms-animation:cssload-spin3 1.73s ease-in-out infinite;-webkit-animation:cssload-spin3 1.73s ease-in-out infinite;-moz-animation:cssload-spin3 1.73s ease-in-out infinite}.bdp-bigball-container{display:block;margin:0 auto;width:97px}.bdp-bigball-loading{width:97px;height:97px;background:#00b39f;border-radius:50%;animation:bigball-loading-ani1 3.45s ease-in-out infinite;-o-animation:bigball-loading-ani1 3.45s ease-in-out infinite;-ms-animation:bigball-loading-ani1 3.45s ease-in-out infinite;-webkit-animation:bigball-loading-ani1 3.45s ease-in-out infinite;-moz-animation:bigball-loading-ani1 3.45s ease-in-out infinite;position:relative;text-align:left}.bdp-bigball-loading i{content:'';width:97px;height:49px;background:#ffb364;border-radius:0 0 49px 49px;position:absolute;bottom:0;transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;-moz-transform-origin:left top}.bdp-bigball-loading i:nth-child(3){animation:bigball-loading-ani2 3.45s ease-in-out infinite;-o-animation:bigball-loading-ani2 3.45s ease-in-out infinite;-ms-animation:bigball-loading-ani2 3.45s ease-in-out infinite;-webkit-animation:bigball-loading-ani2 3.45s ease-in-out infinite;-moz-animation:bigball-loading-ani2 3.45s ease-in-out infinite}.bdp-bigball-loading i:nth-child(2){background:#00b39f;animation:bigball-loading-ani3 3.45s ease-in-out infinite;-o-animation:bigball-loading-ani3 3.45s ease-in-out infinite;-ms-animation:bigball-loading-ani3 3.45s ease-in-out infinite;-webkit-animation:bigball-loading-ani3 3.45s ease-in-out infinite;-moz-animation:bigball-loading-ani3 3.45s ease-in-out infinite}.bdp-bubble-container{display:block;margin:0 auto;width:97px}.bdp-bubble-loading i{width:49px;height:49px;display:inline-block;background:#ff5954;border-radius:50%}.bdp-bubble-loading i:nth-child(1){animation:bubble-loading-ani1 1.15s ease-in-out infinite;-o-animation:bubble-loading-ani1 1.15s ease-in-out infinite;-ms-animation:bubble-loading-ani1 1.15s ease-in-out infinite;-webkit-animation:bubble-loading-ani1 1.15s ease-in-out infinite;-moz-animation:bubble-loading-ani1 1.15s ease-in-out infinite}.bdp-bubble-loading i:nth-child(2){background:#00a8ce;margin-left:-10px;animation:bubble-loading-ani1 1.15s ease-in-out .58s infinite;-o-animation:bubble-loading-ani1 1.15s ease-in-out .58s infinite;-ms-animation:bubble-loading-ani1 1.15s ease-in-out .58s infinite;-webkit-animation:bubble-loading-ani1 1.15s ease-in-out .58s infinite;-moz-animation:bubble-loading-ani1 1.15s ease-in-out .58s infinite}.bdp-csball-container{display:block;margin:0 auto;width:97px}.bdp-csball-loading{width:19px;height:19px;margin:auto;text-align:left;transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;animation:csball-loading-ani1 1.15s ease-in-out infinite;-o-animation:csball-loading-ani1 1.15s ease-in-out infinite;-ms-animation:csball-loading-ani1 1.15s ease-in-out infinite;-webkit-animation:csball-loading-ani1 1.15s ease-in-out infinite;-moz-animation:csball-loading-ani1 1.15s ease-in-out infinite}.bdp-csball-loading i,.bdp-csball-loading i:before,.bdp-csball-loading i:after{content:"";position:absolute;width:19px;height:19px;display:inline-block;border-radius:50%}.bdp-csball-loading i:before{transform:translate(0,-19px) scale(0.75);-o-transform:translate(0,-19px) scale(0.75);-ms-transform:translate(0,-19px) scale(0.75);-webkit-transform:translate(0,-19px) scale(0.75);-moz-transform:translate(0,-19px) scale(0.75)}.bdp-csball-loading i:after{transform:translate(0,-34px) scale(0.5);-o-transform:translate(0,-34px) scale(0.5);-ms-transform:translate(0,-34px) scale(0.5);-webkit-transform:translate(0,-34px) scale(0.5);-moz-transform:translate(0,-34px) scale(0.5)}.bdp-csball-loading i:nth-child(1){transform:translate(0,49px);-o-transform:translate(0,49px);-ms-transform:translate(0,49px);-webkit-transform:translate(0,49px);-moz-transform:translate(0,49px)}.bdp-csball-loading i:nth-child(1),.bdp-csball-loading i:nth-child(1):before,.bdp-csball-loading i:nth-child(1):after{background:#ffb364}.bdp-csball-loading i:nth-child(2),.bdp-csball-loading i:nth-child(2):before,.bdp-csball-loading i:nth-child(2):after{background:#00a892}.bdp-csball-loading i:nth-child(2){transform:rotate(90deg) translate(0,49px);-o-transform:rotate(90deg) translate(0,49px);-ms-transform:rotate(90deg) translate(0,49px);-webkit-transform:rotate(90deg) translate(0,49px);-moz-transform:rotate(90deg) translate(0,49px)}.bdp-csball-loading i:nth-child(3),.bdp-csball-loading i:nth-child(3):before,.bdp-csball-loading i:nth-child(3):after{background:#1f4c59}.bdp-csball-loading i:nth-child(3){transform:rotate(180deg) translate(0,49px);-o-transform:rotate(180deg) translate(0,49px);-ms-transform:rotate(180deg) translate(0,49px);-webkit-transform:rotate(180deg) translate(0,49px);-moz-transform:rotate(180deg) translate(0,49px)}.bdp-csball-loading i:nth-child(4),.bdp-csball-loading i:nth-child(4):before,.bdp-csball-loading i:nth-child(4):after{background:#ff5954}.bdp-csball-loading i:nth-child(4){transform:rotate(270deg) translate(0,49px);-o-transform:rotate(270deg) translate(0,49px);-ms-transform:rotate(270deg) translate(0,49px);-webkit-transform:rotate(270deg) translate(0,49px);-moz-transform:rotate(270deg) translate(0,49px)}.bdp-ccball-container{display:block;margin:auto;width:49px}.bdp-ccball-loading{width:44px;height:44px;text-align:left;animation:ccball-loading-ani1 2.3s ease-in-out infinite;-o-animation:ccball-loading-ani1 2.3s ease-in-out infinite;-ms-animation:ccball-loading-ani1 2.3s ease-in-out infinite;-webkit-animation:ccball-loading-ani1 2.3s ease-in-out infinite;-moz-animation:ccball-loading-ani1 2.3s ease-in-out infinite}.bdp-ccball-loading i,.bdp-ccball-loading i:before{content:"";width:44px;height:44px;position:absolute}.bdp-ccball-loading i{border-radius:50%;overflow:hidden}.bdp-ccball-loading i:nth-child(1){background:#ff5954;transform:translate(0,-24px);-o-transform:translate(0,-24px);-ms-transform:translate(0,-24px);-webkit-transform:translate(0,-24px);-moz-transform:translate(0,-24px)}.bdp-ccball-loading i:nth-child(1):before{background:#00a8ce;bottom:0;animation:ccball-loading-ani2 2.3s ease-in-out infinite;-o-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-ms-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-webkit-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-moz-animation:ccball-loading-ani2 2.3s ease-in-out infinite}.bdp-ccball-loading i:nth-child(2){background:#00a8ce;transform:translate(0,24px);-o-transform:translate(0,24px);-ms-transform:translate(0,24px);-webkit-transform:translate(0,24px);-moz-transform:translate(0,24px)}.bdp-ccball-loading i:nth-child(2):before{animation:ccball-loading-ani2 2.3s ease-in-out infinite;-o-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-ms-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-webkit-animation:ccball-loading-ani2 2.3s ease-in-out infinite;-moz-animation:ccball-loading-ani2 2.3s ease-in-out infinite;background:#ff5954}.bdp-cssload-wrap{text-align:center}.bdp-circulardot-container{display:inline-block}.bdp-cssload-dots{display:inline-block;position:relative}.bdp-cssload-dots:not(:last-child){margin-right:9px}.bdp-cssload-dots:before,.bdp-cssload-dots:after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;position:absolute}.bdp-cssload-dots:nth-child(1):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-1.04s;-o-animation-delay:-1.04s;-ms-animation-delay:-1.04s;-webkit-animation-delay:-1.04s;-moz-animation-delay:-1.04s;background-color:red}.bdp-cssload-dots:nth-child(1):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-1.04s;-o-animation-delay:-1.04s;-ms-animation-delay:-1.04s;-webkit-animation-delay:-1.04s;-moz-animation-delay:-1.04s;background-color:#777}.bdp-cssload-dots:nth-child(2):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-2.07s;-o-animation-delay:-2.07s;-ms-animation-delay:-2.07s;-webkit-animation-delay:-2.07s;-moz-animation-delay:-2.07s;background-color:red}.bdp-cssload-dots:nth-child(2):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-2.07s;-o-animation-delay:-2.07s;-ms-animation-delay:-2.07s;-webkit-animation-delay:-2.07s;-moz-animation-delay:-2.07s;background-color:#777}.bdp-cssload-dots:nth-child(3):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-3.11s;-o-animation-delay:-3.11s;-ms-animation-delay:-3.11s;-webkit-animation-delay:-3.11s;-moz-animation-delay:-3.11s;background-color:red}.bdp-cssload-dots:nth-child(3):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-3.11s;-o-animation-delay:-3.11s;-ms-animation-delay:-3.11s;-webkit-animation-delay:-3.11s;-moz-animation-delay:-3.11s;background-color:#777}.bdp-cssload-dots:nth-child(4):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-4.14s;-o-animation-delay:-4.14s;-ms-animation-delay:-4.14s;-webkit-animation-delay:-4.14s;-moz-animation-delay:-4.14s;background-color:red}.bdp-cssload-dots:nth-child(4):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-4.14s;-o-animation-delay:-4.14s;-ms-animation-delay:-4.14s;-webkit-animation-delay:-4.14s;-moz-animation-delay:-4.14s;background-color:#777}.bdp-cssload-dots:nth-child(5):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-5.18s;-o-animation-delay:-5.18s;-ms-animation-delay:-5.18s;-webkit-animation-delay:-5.18s;-moz-animation-delay:-5.18s;background-color:red}.bdp-cssload-dots:nth-child(5):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-5.18s;-o-animation-delay:-5.18s;-ms-animation-delay:-5.18s;-webkit-animation-delay:-5.18s;-moz-animation-delay:-5.18s;background-color:#777}.bdp-cssload-dots:nth-child(6):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-6.21s;-o-animation-delay:-6.21s;-ms-animation-delay:-6.21s;-webkit-animation-delay:-6.21s;-moz-animation-delay:-6.21s;background-color:red}.bdp-cssload-dots:nth-child(6):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-6.21s;-o-animation-delay:-6.21s;-ms-animation-delay:-6.21s;-webkit-animation-delay:-6.21s;-moz-animation-delay:-6.21s;background-color:#777}.bdp-cssload-dots:nth-child(7):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-7.25s;-o-animation-delay:-7.25s;-ms-animation-delay:-7.25s;-webkit-animation-delay:-7.25s;-moz-animation-delay:-7.25s;background-color:red}.bdp-cssload-dots:nth-child(7):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-7.25s;-o-animation-delay:-7.25s;-ms-animation-delay:-7.25s;-webkit-animation-delay:-7.25s;-moz-animation-delay:-7.25s;background-color:#777}.bdp-cssload-dots:nth-child(8):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-8.28s;-o-animation-delay:-8.28s;-ms-animation-delay:-8.28s;-webkit-animation-delay:-8.28s;-moz-animation-delay:-8.28s;background-color:red}.bdp-cssload-dots:nth-child(8):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-8.28s;-o-animation-delay:-8.28s;-ms-animation-delay:-8.28s;-webkit-animation-delay:-8.28s;-moz-animation-delay:-8.28s;background-color:#777}.bdp-cssload-dots:nth-child(9):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-9.32s;-o-animation-delay:-9.32s;-ms-animation-delay:-9.32s;-webkit-animation-delay:-9.32s;-moz-animation-delay:-9.32s;background-color:red}.bdp-cssload-dots:nth-child(9):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-9.32s;-o-animation-delay:-9.32s;-ms-animation-delay:-9.32s;-webkit-animation-delay:-9.32s;-moz-animation-delay:-9.32s;background-color:#777}.bdp-cssload-dots:nth-child(10):before{transform:translateY(-200%);-o-transform:translateY(-200%);-ms-transform:translateY(-200%);-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);animation:cssload-animBefore 1.15s linear infinite;-o-animation:cssload-animBefore 1.15s linear infinite;-ms-animation:cssload-animBefore 1.15s linear infinite;-webkit-animation:cssload-animBefore 1.15s linear infinite;-moz-animation:cssload-animBefore 1.15s linear infinite;animation-delay:-10.35s;-o-animation-delay:-10.35s;-ms-animation-delay:-10.35s;-webkit-animation-delay:-10.35s;-moz-animation-delay:-10.35s;background-color:red}.bdp-cssload-dots:nth-child(10):after{transform:translateY(200%);-o-transform:translateY(200%);-ms-transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);animation:cssload-animAfter 1.15s linear infinite;-o-animation:cssload-animAfter 1.15s linear infinite;-ms-animation:cssload-animAfter 1.15s linear infinite;-webkit-animation:cssload-animAfter 1.15s linear infinite;-moz-animation:cssload-animAfter 1.15s linear infinite;animation-delay:-10.35s;-o-animation-delay:-10.35s;-ms-animation-delay:-10.35s;-webkit-animation-delay:-10.35s;-moz-animation-delay:-10.35s;background-color:#777}  @keyframes bounce_circularG{
0%{
transform:scale(1);
}
100%{
transform:scale(.3);
}
}
@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1);
}
100%{
-o-transform:scale(.3);
}
}
@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1);
}
100%{
-ms-transform:scale(.3);
}
}
@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1);
}
100%{
-webkit-transform:scale(.3);
}
}
@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1);
}
100%{
-moz-transform:scale(.3);
}
} @keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-o-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-ms-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-webkit-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-moz-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
} @-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 }
to { bottom:0px; opacity:1 }
}
@keyframes animatebottom {
from{ bottom:-100px; opacity:0 }
to{ bottom:0; opacity:1 }
} @keyframes cssload-spinR {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-o-keyframes cssload-spinR {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes cssload-spinR {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
}
}
@-webkit-keyframes cssload-spinR {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes cssload-spinR {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes cssload-spinL {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@-o-keyframes cssload-spinL {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(-360deg);
}
}
@-ms-keyframes cssload-spinL {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(-360deg);
}
}
@-webkit-keyframes cssload-spinL {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(-360deg);
}
}
@-moz-keyframes cssload-spinL {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(-360deg);
}
} @keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}
30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}
70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}
75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}
76% {
opacity: 0;
transform:rotate(900deg);
}
100% {
opacity: 0;
transform: rotate(900deg);
}
}
@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(180deg);
-o-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-o-transform: rotate(300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}
30% {
opacity: 1;
-o-transform:rotate(410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}
39% {
opacity: 1;
-o-transform: rotate(645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}
70% {
opacity: 1;
-o-transform: rotate(770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}
75% {
opacity: 1;
-o-transform: rotate(900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}
76% {
opacity: 0;
-o-transform:rotate(900deg);
}
100% {
opacity: 0;
-o-transform: rotate(900deg);
}
}
@-ms-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-ms-transform: rotate(180deg);
-ms-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-ms-transform: rotate(300deg);
-ms-animation-timing-function: linear;
-ms-origin:0%;
}
30% {
opacity: 1;
-ms-transform:rotate(410deg);
-ms-animation-timing-function: ease-in-out;
-ms-origin:7%;
}
39% {
opacity: 1;
-ms-transform: rotate(645deg);
-ms-animation-timing-function: linear;
-ms-origin:30%;
}
70% {
opacity: 1;
-ms-transform: rotate(770deg);
-ms-animation-timing-function: ease-out;
-ms-origin:39%;
}
75% {
opacity: 1;
-ms-transform: rotate(900deg);
-ms-animation-timing-function: ease-out;
-ms-origin:70%;
}
76% {
opacity: 0;
-ms-transform:rotate(900deg);
}
100% {
opacity: 0;
-ms-transform: rotate(900deg);
}
}
@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}
30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}
39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}
70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}
75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}
76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}
100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}
}
@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(180deg);
-moz-animation-timing-function: ease-out;
}
7% {
opacity: 1;
-moz-transform: rotate(300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}
30% {
opacity: 1;
-moz-transform:rotate(410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}
39% {
opacity: 1;
-moz-transform: rotate(645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}
70% {
opacity: 1;
-moz-transform: rotate(770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}
75% {
opacity: 1;
-moz-transform: rotate(900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}
76% {
opacity: 0;
-moz-transform:rotate(900deg);
}
100% {
opacity: 0;
-moz-transform: rotate(900deg);
}
} @keyframes cssload-aim{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-o-keyframes cssload-aim{
0%{-o-transform:rotate(0deg);}
100%{-o-transform:rotate(360deg);}
}
@-ms-keyframes cssload-aim{
0%{-ms-transform:rotate(0deg);}
100%{-ms-transform:rotate(360deg);}
}
@-webkit-keyframes cssload-aim{
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes cssload-aim{
0%{-moz-transform:rotate(0deg);}
100%{-moz-transform:rotate(360deg);}
} @keyframes cssload-fold-thecube {
0%, 10% {
transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-o-keyframes cssload-fold-thecube {
0%, 10% {
-o-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-o-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-o-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-ms-keyframes cssload-fold-thecube {
0%, 10% {
-ms-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-ms-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-ms-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-webkit-keyframes cssload-fold-thecube {
0%, 10% {
-webkit-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-moz-keyframes cssload-fold-thecube {
0%, 10% {
-moz-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-moz-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-moz-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
} @-webkit-keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
}
@keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
} @keyframes enter {
0% {
opacity: 0;
top: -10px;
}
5% {
opacity: 1;
top: 0px;
}
50.9% {
opacity: 1;
top: 0px;
}
55.9% {
opacity: 0;
top: 10px;
}
}
@-o-keyframes enter {
0% {
opacity: 0;
top: -10px;
}
5% {
opacity: 1;
top: 0px;
}
50.9% {
opacity: 1;
top: 0px;
}
55.9% {
opacity: 0;
top: 10px;
}
}
@-ms-keyframes enter {
0% {
opacity: 0;
top: -10px;
}
5% {
opacity: 1;
top: 0px;
}
50.9% {
opacity: 1;
top: 0px;
}
55.9% {
opacity: 0;
top: 10px;
}
}
@-webkit-keyframes enter {
0% {
opacity: 0;
top: -10px;
}
5% {
opacity: 1;
top: 0px;
}
50.9% {
opacity: 1;
top: 0px;
}
55.9% {
opacity: 0;
top: 10px;
}
}
@-moz-keyframes enter {
0% {
opacity: 0;
top: -10px;
}
5% {
opacity: 1;
top: 0px;
}
50.9% {
opacity: 1;
top: 0px;
}
55.9% {
opacity: 0;
top: 10px;
}
} @keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1;
}
100%{
transform:scale(0.7);
opacity:0.1;
}
}
@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1;
}
100%{
-o-transform:scale(0.7);
opacity:0.1;
}
}
@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1;
}
100%{
-ms-transform:scale(0.7);
opacity:0.1;
}
}
@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1;
}
100%{
-webkit-transform:scale(0.7);
opacity:0.1;
}
}
@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1;
}
100%{
-moz-transform:scale(0.7);
opacity:0.1;
}
} @keyframes bounce_floatBarsG{
0%{
transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-o-keyframes bounce_floatBarsG{
0%{
-o-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-o-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-ms-keyframes bounce_floatBarsG{
0%{
-ms-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-ms-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-webkit-keyframes bounce_floatBarsG{
0%{
-webkit-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-webkit-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-moz-keyframes bounce_floatBarsG{
0%{
-moz-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-moz-transform:scale(.3);
background-color:rgb(255,255,255);
}
} @keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:calc(100% - 20px);
}
100%{
left:0px;
}
}
@-o-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:calc(100% - 20px);
}
100%{
left:0px;
}
}
@-ms-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:calc(100% - 20px);
}
100%{
left:0px;
}
}
@-webkit-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:calc(100% - 20px);
}
100%{
left:0px;
}
}
@-moz-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:calc(100% - 20px);
}
100%{
left:0px;
}
} @keyframes ballsWaveG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-o-keyframes ballsWaveG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-ms-keyframes ballsWaveG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-webkit-keyframes ballsWaveG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-moz-keyframes ballsWaveG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
} @keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-o-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-ms-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-webkit-transform:scale(.3);
background-color:rgb(255,255,255);
}
}
@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:rgb(0,0,0);
}
100%{
-moz-transform:scale(.3);
background-color:rgb(255,255,255);
}
} @keyframes audio_wave {
0% {height:5px;transform:translateY(0px);background:#9b59b6;}
25% {height:30px;transform:translateY(15px);background:#3498db;}
50% {height:5px;transform:translateY(0px);background:#9b59b6;}
100% {height:5px;transform:translateY(0px);background:#9b59b6;}
} @keyframes warningGradientAnimationG{
0%{
margin-left:0px;
}
100%{
margin-left:-37px;
}
}
@-o-keyframes warningGradientAnimationG{
0%{
margin-left:0px;
}
100%{
margin-left:-37px;
}
}
@-ms-keyframes warningGradientAnimationG{
0%{
margin-left:0px;
}
100%{
margin-left:-37px;
}
}
@-webkit-keyframes warningGradientAnimationG{
0%{
margin-left:0px;
}
100%{
margin-left:-37px;
}
}
@-moz-keyframes warningGradientAnimationG{
0%{
margin-left:0px;
}
100%{
margin-left:-37px;
}
} @keyframes fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-o-keyframes fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-ms-keyframes fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-webkit-keyframes fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
}
@-moz-keyframes fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(255,255,255);
}
} @keyframes cssload-rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-o-keyframes cssload-rotate-one {
0% {
-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-ms-keyframes cssload-rotate-one {
0% {
-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-moz-keyframes cssload-rotate-one {
0% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-o-keyframes cssload-rotate-two {
0% {
-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-ms-keyframes cssload-rotate-two {
0% {
-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-moz-keyframes cssload-rotate-two {
0% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-o-keyframes cssload-rotate-three {
0% {
-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-ms-keyframes cssload-rotate-three {
0% {
-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-moz-keyframes cssload-rotate-three {
0% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
} @keyframes rotateAnim {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@-o-keyframes rotateAnim {
from {
-o-transform: rotate(360deg);
}
to {
-o-transform: rotate(0deg);
}
}
@-ms-keyframes rotateAnim {
from {
-ms-transform: rotate(360deg);
}
to {
-ms-transform: rotate(0deg);
}
}
@-webkit-keyframes rotateAnim {
from {
-webkit-transform: rotate(360deg);
}
to {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes rotateAnim {
from {
-moz-transform: rotate(360deg);
}
to {
-moz-transform: rotate(0deg);
}
} @keyframes circlewave {
0% {transform: rotate(0deg);}
50% {transform: rotate(180deg);background:#2ecc71;}
100% {transform: rotate(360deg);}
}
@keyframes circlewave_after {
0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
} @keyframes cssload-ball{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-o-keyframes cssload-ball{
0%{-o-transform:rotate(0deg);}
100%{-o-transform:rotate(360deg);}
}
@-ms-keyframes cssload-ball{
0%{-ms-transform:rotate(0deg);}
100%{-ms-transform:rotate(360deg);}
}
@-webkit-keyframes cssload-ball{
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes cssload-ball{
0%{-moz-transform:rotate(0deg);}
100%{-moz-transform:rotate(360deg);}
} @keyframes cssload-square {
50% {
border-radius: 100%;
transform: scale(0.5) rotate(-45deg);
}
100% {
transform: scale(1) rotate(-45deg);
}
}
@-o-keyframes cssload-square {
50% {
border-radius: 100%;
-o-transform: scale(0.5) rotate(-45deg);
}
100% {
-o-transform: scale(1) rotate(-45deg);
}
}
@-ms-keyframes cssload-square {
50% {
border-radius: 100%;
-ms-transform: scale(0.5) rotate(-45deg);
}
100% {
-ms-transform: scale(1) rotate(-45deg);
}
}
@-webkit-keyframes cssload-square {
50% {
border-radius: 100%;
-webkit-transform: scale(0.5) rotate(-45deg);
}
100% {
-webkit-transform: scale(1) rotate(-45deg);
}
}
@-moz-keyframes cssload-square {
50% {
border-radius: 100%;
-moz-transform: scale(0.5) rotate(-45deg);
}
100% {
-moz-transform: scale(1) rotate(-45deg);
}
}
@keyframes cssload-heart {
50% {
transform: rotate(360deg);
}
100% {
transform: rotate(720deg);
}
}
@-o-keyframes cssload-heart {
50% {
-o-transform: rotate(360deg);
}
100% {
-o-transform: rotate(720deg);
}
}
@-ms-keyframes cssload-heart {
50% {
-ms-transform: rotate(360deg);
}
100% {
-ms-transform: rotate(720deg);
}
}
@-webkit-keyframes cssload-heart {
50% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(720deg);
}
}
@-moz-keyframes cssload-heart {
50% {
-moz-transform: rotate(360deg);
}
100% {
-moz-transform: rotate(720deg);
}
}
@keyframes cssload-heartL {
60% {
transform: scale(0.4);
}
}
@-o-keyframes cssload-heartL {
60% {
-o-transform: scale(0.4);
}
}
@-ms-keyframes cssload-heartL {
60% {
-ms-transform: scale(0.4);
}
}
@-webkit-keyframes cssload-heartL {
60% {
-webkit-transform: scale(0.4);
}
}
@-moz-keyframes cssload-heartL {
60% {
-moz-transform: scale(0.4);
}
}
@keyframes cssload-heartR {
40% {
transform: scale(0.4);
}
}
@-o-keyframes cssload-heartR {
40% {
-o-transform: scale(0.4);
}
}
@-ms-keyframes cssload-heartR {
40% {
-ms-transform: scale(0.4);
}
}
@-webkit-keyframes cssload-heartR {
40% {
-webkit-transform: scale(0.4);
}
}
@-moz-keyframes cssload-heartR {
40% {
-moz-transform: scale(0.4);
}
}
@keyframes cssload-shadow {
50% {
transform: scale(0.5);
border-color: rgb(228,228,228);
}
}
@-o-keyframes cssload-shadow {
50% {
-o-transform: scale(0.5);
border-color: rgb(228,228,228);
}
}
@-ms-keyframes cssload-shadow {
50% {
-ms-transform: scale(0.5);
border-color: rgb(228,228,228);
}
}
@-webkit-keyframes cssload-shadow {
50% {
-webkit-transform: scale(0.5);
border-color: rgb(228,228,228);
}
}
@-moz-keyframes cssload-shadow {
50% {
-moz-transform: scale(0.5);
border-color: rgb(228,228,228);
}
} @keyframes cssload-spin {
0% {
top: -23px;
left: 0;
transform: scale(1);
}
17% {
transform: scale(.5);
}
33% {
top: 23px;
left: 23px;
transform: scale(1);
}
50% {
transform: scale(.5);
}
66% {
top: 23px;
left: -23px;
transform: scale(1);
}
83% {
transform: scale(.5);
}
100% {
top: -23px;
left: 0;
transform: scale(1);
}
}
@-o-keyframes cssload-spin {
0% {
top: -23px;
left: 0;
-o-transform: scale(1);
}
17% {
-o-transform: scale(.5);
}
33% {
top: 23px;
left: 23px;
-o-transform: scale(1);
}
50% {
-o-transform: scale(.5);
}
66% {
top: 23px;
left: -23px;
-o-transform: scale(1);
}
83% {
-o-transform: scale(.5);
}
100% {
top: -23px;
left: 0;
-o-transform: scale(1);
}
}
@-ms-keyframes cssload-spin {
0% {
top: -23px;
left: 0;
-ms-transform: scale(1);
}
17% {
-ms-transform: scale(.5);
}
33% {
top: 23px;
left: 23px;
-ms-transform: scale(1);
}
50% {
-ms-transform: scale(.5);
}
66% {
top: 23px;
left: -23px;
-ms-transform: scale(1);
}
83% {
-ms-transform: scale(.5);
}
100% {
top: -23px;
left: 0;
-ms-transform: scale(1);
}
}
@-webkit-keyframes cssload-spin {
0% {
top: -23px;
left: 0;
-webkit-transform: scale(1);
}
17% {
-webkit-transform: scale(.5);
}
33% {
top: 23px;
left: 23px;
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(.5);
}
66% {
top: 23px;
left: -23px;
-webkit-transform: scale(1);
}
83% {
-webkit-transform: scale(.5);
}
100% {
top: -23px;
left: 0;
-webkit-transform: scale(1);
}
}
@-moz-keyframes cssload-spin {
0% {
top: -23px;
left: 0;
-moz-transform: scale(1);
}
17% {
-moz-transform: scale(.5);
}
33% {
top: 23px;
left: 23px;
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(.5);
}
66% {
top: 23px;
left: -23px;
-moz-transform: scale(1);
}
83% {
-moz-transform: scale(.5);
}
100% {
top: -23px;
left: 0;
-moz-transform: scale(1);
}
}
@keyframes cssload-spin2 {
0% {
top: 23px;
left: 23px;
transform: scale(1);
}
17% {
transform: scale(.5);
}
33% {
top: 23px;
left: -23px;
transform: scale(1);
}
50% {
transform: scale(.5);
}
66% {
top: -23px;
left: 0;
transform: scale(1);
}
83% {
transform: scale(.5);
}
100% {
top: 23px;
left: 23px;
transform: scale(1);
}
}
@-o-keyframes cssload-spin2 {
0% {
top: 23px;
left: 23px;
-o-transform: scale(1);
}
17% {
-o-transform: scale(.5);
}
33% {
top: 23px;
left: -23px;
-o-transform: scale(1);
}
50% {
-o-transform: scale(.5);
}
66% {
top: -23px;
left: 0;
-o-transform: scale(1);
}
83% {
-o-transform: scale(.5);
}
100% {
top: 23px;
left: 23px;
-o-transform: scale(1);
}
}
@-ms-keyframes cssload-spin2 {
0% {
top: 23px;
left: 23px;
-ms-transform: scale(1);
}
17% {
-ms-transform: scale(.5);
}
33% {
top: 23px;
left: -23px;
-ms-transform: scale(1);
}
50% {
-ms-transform: scale(.5);
}
66% {
top: -23px;
left: 0;
-ms-transform: scale(1);
}
83% {
-ms-transform: scale(.5);
}
100% {
top: 23px;
left: 23px;
-ms-transform: scale(1);
}
}
@-webkit-keyframes cssload-spin2 {
0% {
top: 23px;
left: 23px;
-webkit-transform: scale(1);
}
17% {
-webkit-transform: scale(.5);
}
33% {
top: 23px;
left: -23px;
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(.5);
}
66% {
top: -23px;
left: 0;
-webkit-transform: scale(1);
}
83% {
-webkit-transform: scale(.5);
}
100% {
top: 23px;
left: 23px;
-webkit-transform: scale(1);
}
}
@-moz-keyframes cssload-spin2 {
0% {
top: 23px;
left: 23px;
-moz-transform: scale(1);
}
17% {
-moz-transform: scale(.5);
}
33% {
top: 23px;
left: -23px;
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(.5);
}
66% {
top: -23px;
left: 0;
-moz-transform: scale(1);
}
83% {
-moz-transform: scale(.5);
}
100% {
top: 23px;
left: 23px;
-moz-transform: scale(1);
}
}
@keyframes cssload-spin3 {
0% {
top: 23px;
left: -23px;
transform: scale(1);
}
17% {
transform: scale(.5);
}
33% {
top: -23px;
left: 0;
transform: scale(1);
}
50% {
transform: scale(.5);
}
66% {
top: 23px;
left: 23px;
transform: scale(1);
}
83% {
transform: scale(.5);
}
100% {
top: 23px;
left: -23px;
transform: scale(1);
}
}
@-o-keyframes cssload-spin3 {
0% {
top: 23px;
left: -23px;
-o-transform: scale(1);
}
17% {
-o-transform: scale(.5);
}
33% {
top: -23px;
left: 0;
-o-transform: scale(1);
}
50% {
-o-transform: scale(.5);
}
66% {
top: 23px;
left: 23px;
-o-transform: scale(1);
}
83% {
-o-transform: scale(.5);
}
100% {
top: 23px;
left: -23px;
-o-transform: scale(1);
}
}
@-ms-keyframes cssload-spin3 {
0% {
top: 23px;
left: -23px;
-ms-transform: scale(1);
}
17% {
-ms-transform: scale(.5);
}
33% {
top: -23px;
left: 0;
-ms-transform: scale(1);
}
50% {
-ms-transform: scale(.5);
}
66% {
top: 23px;
left: 23px;
-ms-transform: scale(1);
}
83% {
-ms-transform: scale(.5);
}
100% {
top: 23px;
left: -23px;
-ms-transform: scale(1);
}
}
@-webkit-keyframes cssload-spin3 {
0% {
top: 23px;
left: -23px;
-webkit-transform: scale(1);
}
17% {
-webkit-transform: scale(.5);
}
33% {
top: -23px;
left: 0;
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(.5);
}
66% {
top: 23px;
left: 23px;
-webkit-transform: scale(1);
}
83% {
-webkit-transform: scale(.5);
}
100% {
top: 23px;
left: -23px;
-webkit-transform: scale(1);
}
}
@-moz-keyframes cssload-spin3 {
0% {
top: 23px;
left: -23px;
-moz-transform: scale(1);
}
17% {
-moz-transform: scale(.5);
}
33% {
top: -23px;
left: 0;
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(.5);
}
66% {
top: 23px;
left: 23px;
-moz-transform: scale(1);
}
83% {
-moz-transform: scale(.5);
}
100% {
top: 23px;
left: -23px;
-moz-transform: scale(1);
}
} @keyframes bigball-loading-ani1{
80%{
transform:rotate(0deg);
}
25%{
transform:rotate(-110deg);
}
30%,50%{
transform:rotate(-90deg);
}
75%{
transform:rotate(20deg);
}
}
@-o-keyframes bigball-loading-ani1{
80%{
-o-transform:rotate(0deg);
}
25%{
-o-transform:rotate(-110deg);
}
30%,50%{
-o-transform:rotate(-90deg);
}
75%{
-o-transform:rotate(20deg);
}
}
@-ms-keyframes bigball-loading-ani1{
80%{
-ms-transform:rotate(0deg);
}
25%{
-ms-transform:rotate(-110deg);
}
30%,50%{
-ms-transform:rotate(-90deg);
}
75%{
-ms-transform:rotate(20deg);
}
}
@-webkit-keyframes bigball-loading-ani1{
80%{
-webkit-transform:rotate(0deg);
}
25%{
-webkit-transform:rotate(-110deg);
}
30%,50%{
-webkit-transform:rotate(-90deg);
}
75%{
-webkit-transform:rotate(20deg);
}
}
@-moz-keyframes bigball-loading-ani1{
80%{
-moz-transform:rotate(0deg);
}
25%{
-moz-transform:rotate(-110deg);
}
30%,50%{
-moz-transform:rotate(-90deg);
}
75%{
-moz-transform:rotate(20deg);
}
}
@keyframes bigball-loading-ani2{
30%{
transform:rotateX(0deg);
z-index: 1;
}
50%,100%{
transform:rotateX(-180deg);
z-index: 2;
}
}
@-o-keyframes bigball-loading-ani2{
30%{
-o-transform:rotateX(0deg);
z-index: 1;
}
50%,100%{
-o-transform:rotateX(-180deg);
z-index: 2;
}
}
@-ms-keyframes bigball-loading-ani2{
30%{
-ms-transform:rotateX(0deg);
z-index: 1;
}
50%,100%{
-ms-transform:rotateX(-180deg);
z-index: 2;
}
}
@-webkit-keyframes bigball-loading-ani2{
30%{
-webkit-transform:rotateX(0deg);
z-index: 1;
}
50%,100%{
-webkit-transform:rotateX(-180deg);
z-index: 2;
}
}
@-moz-keyframes bigball-loading-ani2{
30%{
-moz-transform:rotateX(0deg);
z-index: 1;
}
50%,100%{
-moz-transform:rotateX(-180deg);
z-index: 2;
}
}
@keyframes bigball-loading-ani3{
80%{
z-index: 1;
transform:rotateX(0deg);
}
100%{
z-index: 3;
transform:rotateX(180deg);
}
}
@-o-keyframes bigball-loading-ani3{
80%{
z-index: 1;
-o-transform:rotateX(0deg);
}
100%{
z-index: 3;
-o-transform:rotateX(180deg);
}
}
@-ms-keyframes bigball-loading-ani3{
80%{
z-index: 1;
-ms-transform:rotateX(0deg);
}
100%{
z-index: 3;
-ms-transform:rotateX(180deg);
}
}
@-webkit-keyframes bigball-loading-ani3{
80%{
z-index: 1;
-webkit-transform:rotateX(0deg);
}
100%{
z-index: 3;
-webkit-transform:rotateX(180deg);
}
}
@-moz-keyframes bigball-loading-ani3{
80%{
z-index: 1;
-moz-transform:rotateX(0deg);
}
100%{
z-index: 3;
-moz-transform:rotateX(180deg);
}
} @keyframes bubble-loading-ani1{
70%{
transform:scale(0.5);
}
}
@-o-keyframes bubble-loading-ani1{
70%{
-o-transform:scale(0.5);
}
}
@-ms-keyframes bubble-loading-ani1{
70%{
-ms-transform:scale(0.5);
}
}
@-webkit-keyframes bubble-loading-ani1{
70%{
-webkit-transform:scale(0.5);
}
}
@-moz-keyframes bubble-loading-ani1{
70%{
-moz-transform:scale(0.5);
}
} @keyframes csball-loading-ani1{
80%,100%{
transform:rotate(360deg);
}
}
@-o-keyframes csball-loading-ani1{
80%,100%{
-o-transform:rotate(360deg);
}
}
@-ms-keyframes csball-loading-ani1{
80%,100%{
-ms-transform:rotate(360deg);
}
}
@-webkit-keyframes csball-loading-ani1{
80%,100%{
-webkit-transform:rotate(360deg);
}
}
@-moz-keyframes csball-loading-ani1{
80%,100%{
-moz-transform:rotate(360deg);
}
} @keyframes ccball-loading-ani1{
40%,50%{
transform:rotate(180deg);
}
90%,100%{
transform:rotate(360deg);
}
}
@-o-keyframes ccball-loading-ani1{
40%,50%{
-o-transform:rotate(180deg);
}
90%,100%{
-o-transform:rotate(360deg);
}
}
@-ms-keyframes ccball-loading-ani1{
40%,50%{
-ms-transform:rotate(180deg);
}
90%,100%{
-ms-transform:rotate(360deg);
}
}
@-webkit-keyframes ccball-loading-ani1{
40%,50%{
-webkit-transform:rotate(180deg);
}
90%,100%{
-webkit-transform:rotate(360deg);
}
}
@-moz-keyframes ccball-loading-ani1{
40%,50%{
-moz-transform:rotate(180deg);
}
90%,100%{
-moz-transform:rotate(360deg);
}
}
@keyframes ccball-loading-ani2{
40%,100%{
height:100%;
}
50%,90%{
height:0;
}
}
@-o-keyframes ccball-loading-ani2{
40%,100%{
height:100%;
}
50%,90%{
height:0;
}
}
@-ms-keyframes ccball-loading-ani2{
40%,100%{
height:100%;
}
50%,90%{
height:0;
}
}
@-webkit-keyframes ccball-loading-ani2{
40%,100%{
height:100%;
}
50%,90%{
height:0;
}
}
@-moz-keyframes ccball-loading-ani2{
40%,100%{
height:100%;
}
50%,90%{
height:0;
}
} @keyframes cssload-animBefore {
0% {
transform: scale(1) translateY(-200%);
z-index: 1;
}
25% {
transform: scale(1.3) translateY(0);
z-index: 1;
}
50% {
transform: scale(1) translateY(200%);
z-index: -1;
}
75% {
transform: scale(0.7) translateY(0);
z-index: -1;
}
100% {
transform: scale(1) translateY(-200%);
z-index: -1;
}
}
@-o-keyframes cssload-animBefore {
0% {
-o-transform: scale(1) translateY(-200%);
z-index: 1;
}
25% {
-o-transform: scale(1.3) translateY(0);
z-index: 1;
}
50% {
-o-transform: scale(1) translateY(200%);
z-index: -1;
}
75% {
-o-transform: scale(0.7) translateY(0);
z-index: -1;
}
100% {
-o-transform: scale(1) translateY(-200%);
z-index: -1;
}
}
@-ms-keyframes cssload-animBefore {
0% {
-ms-transform: scale(1) translateY(-200%);
z-index: 1;
}
25% {
-ms-transform: scale(1.3) translateY(0);
z-index: 1;
}
50% {
-ms-transform: scale(1) translateY(200%);
z-index: -1;
}
75% {
-ms-transform: scale(0.7) translateY(0);
z-index: -1;
}
100% {
-ms-transform: scale(1) translateY(-200%);
z-index: -1;
}
}
@-webkit-keyframes cssload-animBefore {
0% {
-webkit-transform: scale(1) translateY(-200%);
z-index: 1;
}
25% {
-webkit-transform: scale(1.3) translateY(0);
z-index: 1;
}
50% {
-webkit-transform: scale(1) translateY(200%);
z-index: -1;
}
75% {
-webkit-transform: scale(0.7) translateY(0);
z-index: -1;
}
100% {
-webkit-transform: scale(1) translateY(-200%);
z-index: -1;
}
}
@-moz-keyframes cssload-animBefore {
0% {
-moz-transform: scale(1) translateY(-200%);
z-index: 1;
}
25% {
-moz-transform: scale(1.3) translateY(0);
z-index: 1;
}
50% {
-moz-transform: scale(1) translateY(200%);
z-index: -1;
}
75% {
-moz-transform: scale(0.7) translateY(0);
z-index: -1;
}
100% {
-moz-transform: scale(1) translateY(-200%);
z-index: -1;
}
}
@keyframes cssload-animAfter {
0% {
transform: scale(1) translateY(200%);
z-index: -1;
}
25% {
transform: scale(0.7) translateY(0);
z-index: -1;
}
50% {
transform: scale(1) translateY(-200%);
z-index: 1;
}
75% {
transform: scale(1.3) translateY(0);
z-index: 1;
}
100% {
transform: scale(1) translateY(200%);
z-index: 1;
}
}
@-o-keyframes cssload-animAfter {
0% {
-o-transform: scale(1) translateY(200%);
z-index: -1;
}
25% {
-o-transform: scale(0.7) translateY(0);
z-index: -1;
}
50% {
-o-transform: scale(1) translateY(-200%);
z-index: 1;
}
75% {
-o-transform: scale(1.3) translateY(0);
z-index: 1;
}
100% {
-o-transform: scale(1) translateY(200%);
z-index: 1;
}
}
@-ms-keyframes cssload-animAfter {
0% {
-ms-transform: scale(1) translateY(200%);
z-index: -1;
}
25% {
-ms-transform: scale(0.7) translateY(0);
z-index: -1;
}
50% {
-ms-transform: scale(1) translateY(-200%);
z-index: 1;
}
75% {
-ms-transform: scale(1.3) translateY(0);
z-index: 1;
}
100% {
-ms-transform: scale(1) translateY(200%);
z-index: 1;
}
}
@-webkit-keyframes cssload-animAfter {
0% {
-webkit-transform: scale(1) translateY(200%);
z-index: -1;
}
25% {
-webkit-transform: scale(0.7) translateY(0);
z-index: -1;
}
50% {
-webkit-transform: scale(1) translateY(-200%);
z-index: 1;
}
75% {
-webkit-transform: scale(1.3) translateY(0);
z-index: 1;
}
100% {
-webkit-transform: scale(1) translateY(200%);
z-index: 1;
}
}
@-moz-keyframes cssload-animAfter {
0% {
-moz-transform: scale(1) translateY(200%);
z-index: -1;
}
25% {
-moz-transform: scale(0.7) translateY(0);
z-index: -1;
}
50% {
-moz-transform: scale(1) translateY(-200%);
z-index: 1;
}
75% {
-moz-transform: scale(1.3) translateY(0);
z-index: 1;
}
100% {
-moz-transform: scale(1) translateY(200%);
z-index: 1;
}
}.bdp_wrapper,
.bdp_wrapper * {
box-sizing: border-box;
}
.bdp_wrapper {
clear: left;
display: inline-block;
width: 100%;
}
a:focus {
outline: medium none !important;
}
.bdp_blog_template ol,
.bdp_blog_template ul {
display: inline-block;
}
.bdp_edd_download_buy_button .edd_purchase_submit_wrapper .edd_go_to_checkout,
.bdp_edd_download_buy_button .bdp_edd_view_button {
display: inline-flex;
}  .bdp_wrapper .wl_pagination_box {
text-align: center;
}
#secondary .bdp_wrapper .wl_pagination_box .paging-navigation ul.page-numbers li {
display: inline-block;
}
.bdp_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li {
list-style: none;
display: inline-block;
margin-bottom: 10px;
margin-left: 10px;
vertical-align: top;
}
.bdp_wrapper .wl_pagination_box.template-1 .wl_pagination span,
.bdp_wrapper .wl_pagination_box.template-1 .wl_pagination a {
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.page-numbers {
padding: 5px 10px;
text-decoration: none !important;
}
.bdp_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers {
margin: 0;
padding: 0;
}
.bdp_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li > span.current {
padding: 5px 10px;
}  .bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li {
list-style: none;
display: inline-block;
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a {
padding: 6px 11px;
border-radius: 50%
}
.bdp_wrapper .wl_pagination_box.template-2 .wl_pagination span,
.bdp_wrapper .wl_pagination_box.template-2 .wl_pagination a {
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next{
width: auto;
font-size:16px;
border-radius: 0;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next{
visibility: visible;
border: none;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers {
margin: 0;
font-size: 16px;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li > span.current {
padding: 6px 11px;
border-radius: 50%;;
}
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
.bdp_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next {
visibility: hidden;
}  .bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li {
list-style: none;
display: inline-block;
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-3 .wl_pagination span,
.bdp_wrapper .wl_pagination_box.template-3 .wl_pagination a {
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.prev,
.bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.next{
visibility: hidden;
}
.bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.page-numbers {
padding: 7px 10px;
text-decoration: none !important;
font-size: 18px;
line-height: 1.5;
}
.bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers {
margin: 0;
text-align: center;
width: 100%;
display: inline-block;
padding: 0;
font-size: 16px;
}
.bdp_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li > span.current {
padding: 7px 10px;
font-size: 18px;
line-height: 1.5;
}  .bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li {
list-style: none;
display: inline-block;
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-4 .wl_pagination span,
.bdp_wrapper .wl_pagination_box.template-4 .wl_pagination a {
margin-bottom: 10px;
}
.bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.page-numbers {
padding: 5px 10px;
text-decoration: none !important;
font-size: 18px;
line-height: 1.5;
}
.bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers {
margin: 0;
}
.bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li > span.current {
padding: 5px 10px;
position: relative;
font-size: 18px;
line-height: 1.5;
}
.bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li > span.current:before {
content:"";
position: absolute;
top:  -2px;
left: -2px;
height: 50%;
width: 2px;
}
.bdp_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li > span.current:after {
content:"";
position: absolute;
top:  -2px;
right: -2px;
height: 50%;
width: 2px
} .bdp-social-share {
cursor: pointer;
}
.bdp_blog_template .social-component.extra_small .social-share {
display: inline-block;
margin: 10px 0 0;
}
.bdp_blog_template .social-component.extra_small a {
font-size: 13px;
height: 27px;
line-height: 16px !important;
margin: 0px 2px 0 !important;
padding: 5px 0;
width: 27px;
}
.bdp_blog_template .social-component.extra_small.right .social-share .count {
margin:0 0 0 6px;
padding: 7px 0;
}
.bdp_blog_template .social-component.extra_small.top .social-share .count{
margin: 0 0 10px;
}
.bdp_blog_template .social-component.extra_small .social-share a.email{
margin-left: 7px !important;
}
.bdp_blog_template .social-component a {
border: 1px solid #cccccc;
float: left;
margin: 10px 10px 0 0;
padding: 8px 0;
text-align: center;
width: 38px;
font-size: 15px;
line-height: 20px;
color: #333;
box-shadow: none;
}
.bdp_blog_template .social-component.extra_small .social-share .count {
float: left;
font-size: 12px;
height: auto;
line-height: 1;
margin: 10px 0 0 3px;
padding: 5px 0;
text-align: center;
width: 27px !important;
}
.bdp_blog_template .post-body-div h2.post-title a,
.bdp_blog_template .category-link a,
.bdp_blog_template .categories a,
.bdp_blog_template .read-more > a,
.bdp_blog_template .tags a,
.bdp_blog_template a,
.bdp_blog_template .metacomments a {
text-decoration: none;
text-shadow: none;
}
.social-component a.facebook-share:hover {
background-color: #3a589d;
border-color: #3a589d;
color: #fff;
}
.social-component a.bdp-twitter-share:hover {
background-color: #5EA9DD;
border-color: #5EA9DD;
color: #fff;
}
.social-component a.bdp-whatsapp-share:hover {
background-color: #3cc150;
border-color: #3cc150;
color: #fff;
}
.social-component a.bdp-instagram-share:hover {
background-color: #125688;
border-color: #125688;
color: #fff;
}
.social-component a.bdp-google-share:hover {
background-color: #dd4e31;
border-color: #dd4e31;
color: #fff !important;
}
.social-component .social-share a:hover {
color: #fff !important;
}
.social-component a.bdp-linkedin-share:hover {
background-color: #0177B5;
border-color: #0177B5;
color: #fff;
}
.social-component a.bdp-email-share:hover {
background-color: #111111;
border-color: #111111;
color: #fff;
}
.social-component a.bdp-website-share:hover {
background-color: #4285F4;
border-color: #4285F4;
color: #fff;
}
.social-component a.bdp-pinterest-share:hover {
background-color: #cb2320;
border-color: #cb2320;
color: #fff;
}
.social-component a.bdp-telegram-share:hover {
background-color: #2399d6;
border-color: #2399d6;
color: #fff;
}
.social-component a.bdp-pocket-share:hover {
background-color: #ee4056;
border-color: #ee4056;
color: #fff;
}
.social-component a.bdp-reddit-share:hover {
background-color: #ff4500;
border-color: #ff4500;
color: #fff;
}
.social-component a.bdp-digg-share:hover {
background-color: #245EAD;
border-color: #245EAD;
color: #fff;
}
.social-component a.bdp-skype-share:hover {
background-color: #00aff0;
border-color: #00aff0;
color: #fff;
}
.social-component a.bdp-youtube-share:hover {
background-color: #bb0000;
border-color: #bb0000;
color: #fff;
}
.social-component a.bdp-wordpress-share:hover{
background-color: #21759b;
border-color: #21759b;
color: #fff;
}
.social-component a.bdp-tumblr-share:hover{
background-color: #34526f;
border-color: #34526f;
color: #fff;
}
.social-component a.bdp-snapchat-share:hover {
background-color: #fffc00;
border-color: #fffc00;
color: #fff;
}
.social-component a.bdp-vine-share:hover {
background-color: #00bf8f;
border-color: #00bf8f;
color: #fff;
}
.social-component a.bdp-tumblr-share:hover {
background-color: #32506d;
border-color: #32506d;
color: #fff;
}
.bdp_blog_template .social-component .social-share {
display: inline-block;
width: auto;
margin: 10px 10px 0 0;
float: left;
}
.bdp_blog_template .social-component.bottom .social-share {
vertical-align: top;
}
.bdp_blog_template .social-component.top .social-share {
vertical-align: bottom;
}
.bdp_blog_template.even_class .social-component .social-share {
float: right;
}
.bdp_blog_template .social-component .social-share a {
padding-right: 0;
margin: 0;
}
.bdp_blog_template .wp-video{
margin-bottom: 0;
}
.bdp_blog_template .upper_image_wrapper{
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.bdp_blog_template .upper_image_wrapper blockquote:before{
color: #484848;
content: "";
font-family: fontawesome;
font-size: 19px;
left: 15px;
position: absolute;
top: 10px;
}
.bdp_blog_template .upper_image_wrapper blockquote{
background-color: rgba(255, 255, 255, 0.8);
left: 50%;
margin: 0 !important;
padding: 20px 20px 25px 40px;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0px);
-ms-transform: translate3d(-50%, -50%, 0px);
-webkit-transform: translate3d(-50%, -50%, 0px);
-o-transform: translate3d(-50%, -50%, 0px);
border-left: 5px solid;
}
.blog_template .upper_image_wrapper.bdp_link_post_format a:before{
content: "";
font-family: fontawesome;
margin-right: 10px;
}
.blog_template .upper_image_wrapper.bdp_link_post_format a{
background-color: rgb(255, 255, 255);
left: 50%;
margin: 0;
padding: 10px 20px;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0px);
-ms-transform: translate3d(-50%, -50%, 0px);
-webkit-transform: translate3d(-50%, -50%, 0px);
-o-transform: translate3d(-50%, -50%, 0px);
border-radius: 5px;
}
.bdp_blog_template .bdp-post-image {
position: relative;
}
.bdp_blog_template .bdp-post-image:hover .bdp-pinterest-share-image {
visibility: visible;
opacity: 1;
}
.bdp_blog_template .bdp-pinterest-share-image {
bottom: 10px;
left: 10px;
position: absolute;
visibility: hidden;
opacity: 0;
top: 10px;
height: 40px;
width: 40px;
overflow: hidden;
transition: visibility 0s, opacity 0.5s linear;
}
.bdp_blog_template .bdp-pinterest-share-image a {
background-color: #cb2027;
border-color: #b51d23;
border-style: solid;
display: block;
float: left;
height: 40px;
width: 40px;
background-size: 100%;
box-shadow: none;
}
.bdp-load-more-pre {
float: left;
margin-bottom: 20px;
width: 100%;
}
.bdp_blog_template .bdp-flexslider.flexslider {
line-height: 0;
}
.bdp_blog_template .flex-direction-nav a:before {
font-size: 30px;
line-height: 1;
}
.post_slider_thumbnail .flex-direction-nav a:before {
font-size: 20px;
}
.bdp_blog_template .flexslider ul.flex-direction-nav {
margin: 0;
}
.bdp_blog_template .flexslider ul.flex-direction-nav > li {
list-style: none;
}
.blog_template.slider_template .flex-control-nav {
display: block;
}
.bdp-load-more {
text-align: center;
}
.bdp-load-more a.button.bdp-load-more-btn {
padding: 5px 15px;
line-height: normal;
font-size: 16px;
height: auto;
border-radius: 3px;
color: #ffffff;
background: #000000;
border: 1px solid #000000;
text-decoration: none;
box-shadow: none;
}
.bdp-load-more a.button.bdp-load-more-btn.template-2 {
border-radius: 30px;
padding: 15px 30px;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 {
border: none;
padding: 15px 30px;
position: relative;
color: #333333;
background: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 span:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3 span:after {
content: "";
position: absolute;
background: #000000;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-top:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-top:after {
left: 0;
top: 0;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-bottom:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-bottom:after {
right: 0;
bottom: 0;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-top:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-bottom:before {
height: 70%;
width: 2px;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-top:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3 span.bdp-lmb-bottom:after {
width: 30%;
height: 2px;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover span.bdp-lmb-top:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3:focus span.bdp-lmb-top:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3:active span.bdp-lmb-top:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover span.bdp-lmb-bottom:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3:focus span.bdp-lmb-bottom:before,
.bdp-load-more a.button.bdp-load-more-btn.template-3:active span.bdp-lmb-bottom:before {
height: 100%;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover span.bdp-lmb-top:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3:focus span.bdp-lmb-top:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3:active span.bdp-lmb-top:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover span.bdp-lmb-bottom:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3:focus span.bdp-lmb-bottom:after,
.bdp-load-more a.button.bdp-load-more-btn.template-3:active span.bdp-lmb-bottom:after {
width: 100%;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3{
background: transparent;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3:before {
content: "";
height: 30px;
width: 30px;
border-top: 2px solid #000;
border-left: 2px solid #000;
position: absolute;
top: 0px;
left: 0px;
transition: all 0.3s;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3:after{
content: "";
height: 30px;
width: 30px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
position: absolute;
bottom: 0px;
right: 0px;
transition: all 0.3s;
}
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover:after, 
.bdp-load-more a.button.bdp-load-more-btn.template-3:hover:before {
height: 100%;
width: 100%;
}
.bdp-load-more a.button.bdp-load-more-btn:hover,
.bdp-load-more a.button.bdp-load-more-btn:focus,
.bdp-load-more a.button.bdp-load-more-btn:active {
color: #000000;
background: #ffffff;
border-color: #000000;
}
.bdp_wrapper .wl_pagination_box {
width: 100%;
float: left;
margin: 20px 0 30px;
}
.bdp_wrapper .wl_pagination_box .wl_pagination span,
.bdp_wrapper .wl_pagination_box .wl_pagination a {
display: inline-block;
margin-right: 5px;
padding: 0 8px;
text-decoration: none;
}
.bdp_wrapper .wl_pagination_box .navigation .prev.page-numbers,
.bdp_wrapper .wl_pagination_box .navigation .next.page-numbers {
float: none;
}
.bdp-load-more {
margin: 30px 0;
}
.bdp_blog_template a {
border: none;
box-shadow: none !important;
}
.bdp_blog_template img.wp-post-image {
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.bdp_blog_template .wp-caption.aligncenter {
max-width: 100%;
left: 0;
transform: translateX(0);
}
.bdp_wrapper figure {
max-width: 100%;
display: inline-block;
}
.bdp_blog_template .taxonomies span.terms a:last-child span {
display: none;
}
.bdp_blog_template .metacomments a {
box-sizing: border-box;
}
.bdp-load-more a:hover {
text-decoration: none !important;
}
.bdp_blog_template .social-component.large a {
height: 45px;
padding: 12px 0;
width: 45px;
box-sizing: border-box;
}
.social-component.large a .fa {
font-size: 20px;
}
.blog_footer {
box-sizing: border-box;
}
.blog_template .flexslider {
border: none;
}
.blog_template .flex-viewport{
margin-bottom: -5px;
}
.loading-image {
bottom: 0;
display: block;
max-height: 100px;
height: 100px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: -30px;
}
#bdp-load-more-hidden {
display: inline-block;
width: 100%;
float: left;
position: relative;
}
.bdp_blog_template .post_content li {
float: left;
width: 100%;
}
.bdp-load-onscroll-pre {
float: left;
width: 100%;
padding-bottom: 30px;
}
.bdp-row {
margin-left: -10px;
margin-right: -10px;
}
.bdp_blog_template .social-component.top .social-share,
.blog_template.bdp_blog_template .social-component.top > a {
margin: 10px 5px 0 0;
}
.bdp_archive .bdp-js-masonry {
clear: both;
}
.bdp_blog_template .wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
margin-bottom: 0;
}
img {
max-width: 100%;
}
.bdp-load-onscroll-pre {
float: left;
width: 100%;
}
.bdp-count{
padding-left: 3px;
padding-right: 5px;
}
.bdp-wrapper-like {
display: inline-block;
}
.bdp-wrapper-like{
display: inline-block;
padding-left: 10px;
width: auto;
}
.bdp-wrapper-like > span {
display: inline-block;
}
.blog_template .more-tag{
text-transform: none;
}
.chosen-container {
width: 200px !important;
}
.bdp_logbook_loader {
background-color: rgba(255, 255, 255, 0.1);
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/public/images/loading.gif);
background-position: center center;
background-repeat: no-repeat;
background-size: 52px 52px;
height: 90%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
#bdp-filer-change {
margin-bottom: 15px;
} .bdp_blog_template .social-component a.social-share-default:hover{
opacity: 1.0;
}
.bdp_blog_template .social-component a.social-share-default{
height: 38px;
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/social_default_image1.png);
opacity: 0.9;
background-color: transparent;
} .bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-facebook-share{
background-position: -10px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-linkedin-share {
background-position: -58px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-pinterest-share {
background-position: -106px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-twitter-share {
background-position: -154px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-email-share {
background-position: -202px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-website-share {
background-position: -298px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-pocket-share {
background-position: -346px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-telegram-share {
background-position: -394px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-reddit-share { 
background-position: -442px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-vine-share {
background-position: -490px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-tumblr-share {
background-position: -538px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-instagram-share {
background-position: -586px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-youtube-share {
background-position: -634px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-wordpress-share {
background-position: -922px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-skype-share {
background-position: -1018px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -10px;
}
.bdp_blog_template .social-component.default_social_style_1 a.social-share-default.bdp-digg-share {
background-position: -1162px -10px;
} .bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-facebook-share{
background-position: -10px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-linkedin-share {
background-position: -58px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-pinterest-share {
background-position: -106px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-twitter-share {
background-position: -154px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-email-share {
background-position: -202px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-website-share {
background-position: -298px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-pocket-share {
background-position: -346px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-telegram-share {
background-position: -394px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-reddit-share {
background-position:  -442px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-vine-share {
background-position: -490px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-tumblr-share {
background-position: -538px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-instagram-share {
background-position: -586px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-youtube-share {
background-position: -634px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-wordpress-share {
background-position: -922px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-skype-share {
background-position: -1018px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -58px;
}
.bdp_blog_template .social-component.default_social_style_2 a.social-share-default.bdp-digg-share {
background-position: -1162px -58px;
} .bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-facebook-share{
background-position: -10px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-linkedin-share {
background-position: -58px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-pinterest-share {
background-position: -106px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-twitter-share {
background-position: -154px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-email-share {
background-position: -202px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-website-share {
background-position: -298px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-pocket-share {
background-position: -346px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-telegram-share {
background-position: -394px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-reddit-share {
background-position: -442px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-vine-share {
background-position: -490px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-tumblr-share {
background-position: -538px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-instagram-share {
background-position: -586px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-youtube-share {
background-position: -634px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-wordpress-share {
background-position: -922px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-skype-share {
background-position: -1018px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -106px;
}
.bdp_blog_template .social-component.default_social_style_3 a.social-share-default.bdp-digg-share {
background-position: -1162px -106px;
} .bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-facebook-share{
background-position: -10px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-linkedin-share {
background-position: -58px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-pinterest-share {
background-position: -106px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-twitter-share {
background-position: -154px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-email-share {
background-position: -202px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-website-share {
background-position: -298px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-pocket-share {
background-position: -346px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-telegram-share {
background-position: -394px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-reddit-share {
background-position: -394px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-vine-share {
background-position: -490px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-tumblr-share {
background-position: -538px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-instagram-share {
background-position: -586px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-youtube-share {
background-position: -634px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-wordpress-share {
background-position: -922px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-skype-share {
background-position: -1018px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -154px;
}
.bdp_blog_template .social-component.default_social_style_4 a.social-share-default.bdp-digg-share {
background-position: -1162px -154px;
} .bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-facebook-share{
background-position: -10px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-linkedin-share {
background-position: -58px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-pinterest-share {
background-position: -106px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-twitter-share {
background-position: -154px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-email-share {
background-position: -202px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-website-share {
background-position: -298px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-pocket-share {
background-position: -346px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-telegram-share {
background-position: -394px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-reddit-share {
background-position: -442px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-vine-share {
background-position: -490px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-tumblr-share {
background-position: -538px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-instagram-share {
background-position: -586px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-youtube-share {
background-position: -634px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-wordpress-share {
background-position: -922px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-skype-share {
background-position: -1018px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -202px;
}
.bdp_blog_template .social-component.default_social_style_5 a.social-share-default.bdp-digg-share {
background-position: -1162px -202px;
} .bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-facebook-share{
background-position: -10px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-linkedin-share {
background-position: -58px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-pinterest-share {
background-position: -106px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-twitter-share {
background-position: -154px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-email-share {
background-position: -202px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-website-share {
background-position: -298px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-pocket-share {
background-position: -346px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-telegram-share {
background-position: -394px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-reddit-share {
background-position: -442px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-vine-share {
background-position: -490px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-tumblr-share {
background-position: -538px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-instagram-share {
background-position: -586px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-youtube-share {
background-position: -634px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-wordpress-share {
background-position: -922px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-skype-share {
background-position: -1018px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -250px;
}
.bdp_blog_template .social-component.default_social_style_6 a.social-share-default.bdp-digg-share {
background-position: -1162px -250px;
} .bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-facebook-share{
background-position: -10px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-linkedin-share {
background-position: -58px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-pinterest-share {
background-position: -106px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-twitter-share {
background-position: -154px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-email-share {
background-position: -202px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-website-share {
background-position: -298px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-pocket-share {
background-position: -346px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-telegram-share {
background-position: -394px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-reddit-share {
background-position: -442px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-vine-share {
background-position: -490px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-tumblr-share {
background-position: -538px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-instagram-share {
background-position: -586px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-youtube-share {
background-position: -634px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-wordpress-share {
background-position: -922px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-skype-share {
background-position: -1018px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -298px;
}
.bdp_blog_template .social-component.default_social_style_7 a.social-share-default.bdp-digg-share {
background-position: -1162px -298px;
} .bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-facebook-share{
background-position: -10px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-linkedin-share {
background-position: -58px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-pinterest-share {
background-position: -106px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-twitter-share {
background-position: -154px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-email-share {
background-position: -202px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-website-share {
background-position: -298px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-pocket-share {
background-position: -346px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-telegram-share {
background-position: -394px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-reddit-share {
background-position: -442px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-vine-share {
background-position: -490px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-tumblr-share {
background-position: -538px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-instagram-share {
background-position: -586px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-youtube-share {
background-position: -634px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-wordpress-share {
background-position: -922px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-skype-share {
background-position: -1018px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -346px;
}
.bdp_blog_template .social-component.default_social_style_8 a.social-share-default.bdp-digg-share {
background-position: -1162px -346px;
} .bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-facebook-share{
background-position: -10px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-linkedin-share {
background-position: -58px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-pinterest-share {
background-position: -106px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-twitter-share {
background-position: -154px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-email-share {
background-position: -202px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-website-share {
background-position: -298px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-pocket-share {
background-position: -346px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-telegram-share {
background-position: -394px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-reddit-share {
background-position: -442px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-vine-share {
background-position: -490px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-tumblr-share {
background-position: -538px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-instagram-share {
background-position: -586px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-youtube-share {
background-position: -634px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-wordpress-share {
background-position: -922px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-skype-share {
background-position: -1018px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -394px;
}
.bdp_blog_template .social-component.default_social_style_9 a.social-share-default.bdp-digg-share {
background-position: -1162px -394px;
} .bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-facebook-share{
background-position: -10px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-linkedin-share {
background-position: -58px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-pinterest-share {
background-position: -106px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-twitter-share {
background-position: -154px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-email-share {
background-position: -202px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-whatsapp-share {
background-position: -250px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-website-share {
background-position: -298px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-pocket-share {
background-position: -346px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-telegram-share {
background-position: -394px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-reddit-share {
background-position: -442px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-vine-share {
background-position: -490px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-tumblr-share {
background-position: -538px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-instagram-share {
background-position: -586px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-youtube-share {
background-position: -634px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-wordpress-share {
background-position: -922px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-skype-share {
background-position: -1018px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-snapchat-share {
background-position: -1066px -442px;
}
.bdp_blog_template .social-component.default_social_style_10 a.social-share-default.bdp-digg-share {
background-position: -1162px -442px;
}
.button.bdp-load-onscroll-btn{
opacity: 0;
visibility: hidden;
}
.bdp_archive .author-avatar-div {
display: flex;
}  .blog_template.slider_template .flex-control-nav{
bottom: 0;
z-index: 2;
}
.blog_template.slider_template  .flex-nav-next .arrow1,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow1 {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow1.png);
background-repeat: no-repeat;
background-position: -20px 0;
height: 20px;
width: 22px;
}
.blog_template.slider_template .flex-nav-prev .arrow1,
.post_slider_thumbnail.slider_template .flex-nav-prev .arrow1 {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow1.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 20px;
width: 21px;
}
.blog_template.slider_template  .flex-nav-next .arrow2,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow2 {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow2.png);
background-repeat: no-repeat;
background-position: -21px 0;
height: 20px;
width: 21px;
}
.blog_template.slider_template .flex-nav-prev .arrow2,
.post_slider_thumbnail.slider_template  .flex-nav-prev .arrow2{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow2.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template  .flex-nav-next .arrow3,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow3{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow3.png);
background-repeat: no-repeat;
background-position: -21px 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template .flex-nav-prev .arrow3,
.post_slider_thumbnail.slider_template  .flex-nav-prev .arrow3{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow3.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template  .flex-nav-next .arrow4,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow4{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow4.png);
background-repeat: no-repeat;
background-position: -21px 0;
height: 20px;
width: 21px;
}
.blog_template.slider_template .flex-nav-prev .arrow4,
.post_slider_thumbnail.slider_template  .flex-nav-prev .arrow4{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow4.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template  .flex-nav-next .arrow5,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow5{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow5.png);
background-repeat: no-repeat;
background-position: -21px 0;
height: 10px;
width: 21px;
}
.blog_template.slider_template .flex-nav-prev .arrow5,
.post_slider_thumbnail.slider_template  .flex-nav-prev .arrow5{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow5.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 10px;
width: 20px;
}
.blog_template.slider_template  .flex-nav-next .arrow6,
.post_slider_thumbnail.slider_template  .flex-nav-next .arrow6{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow6.png);
background-repeat: no-repeat;
background-position: -14px 0;
height: 20px;
width: 14px;
}
.blog_template.slider_template .flex-nav-prev .arrow6,
.post_slider_thumbnail.slider_template  .flex-nav-prev .arrow6{
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/arrow/arrow6.png);
background-repeat: no-repeat;
background-position: 0 0;
height: 20px;
width: 14px;
}
.post_slider_thumbnail .flex-direction-nav a {
display: flex !important;
position: relative;
float: right;
top: -90px;
}
.post_slider_thumbnail .flex-direction-nav a.flex-prev {
float: left;
}
.blog_template.slider_template .flex-direction-nav .flex-prev, 
.post_slider_thumbnail.slider_template .flex-direction-nav .flex-prev {
background-color: transparent;
background-image: none;
border-bottom: medium none;
box-shadow: none;
color: #ffffff;
content: unset;
display: inline-block;
opacity: 1;
box-shadow: none;
left: 0;
z-index: 0;
}
.blog_template.slider_template .flex-direction-nav .flex-next,
.post_slider_thumbnail.slider_template .flex-direction-nav .flex-next {
background-color: transparent;
background-image: none;
border-bottom: medium none;
box-shadow: none;
color: #ffffff;
content: unset;
display: inline-block;
opacity: 1;
box-shadow: none;
right: 0;
z-index: 0;
}
.blog_template.slider_template .flex-direction-nav a:before,
.blog_template.slider_template .flex-direction-nav a.flex-next:before,
.post_slider_thumbnail.slider_template .flex-direction-nav a:before,
.post_slider_thumbnail.slider_template .flex-direction-nav a.flex-next:before {
content: "";
display: none;
}
.blog_template.slider_template .flex-control-paging li a{
box-shadow: none;
}
.blog_template.slider_template .flex-direction-nav a,
.post_slider_thumbnail.slider_template .flex-direction-nav a {
width: auto;
}
.blog_template.slider_template .flex-control-paging li a {
background-color: rgba(0, 0, 0, 0);
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation3.png);
background-position: 0 0;
background-repeat: no-repeat;
border-radius: 0;
height: 15px;
width: 15px;
cursor: pointer;
}
.blog_template.slider_template .flex-control-paging li a.flex-active {
background-color: rgba(0, 0, 0, 0);
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation3.png);    
background-position: 0 -15px;
background-repeat: no-repeat;
border-radius: 0;
height: 15px;
width: 15px;
cursor: pointer;
}
.blog_template.slider_template.navigation1 .flex-control-nav {
height: 13px;
}
.blog_template.slider_template.navigation1 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation1.png);
background-position: 0 0;
height: 13px;
width: 13px;
}
.blog_template.slider_template.navigation1 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation1.png);
background-position: 0 -13px;
height: 13px;
width: 13px;
}
.blog_template.slider_template.navigation2 .flex-control-nav {
height: 10px;
}
.blog_template.slider_template.navigation2 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation2.png);    
background-position: 0 0;
height: 10px;
width: 10px;
}
.blog_template.slider_template.navigation2 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation2.png);
background-position: 0 -10px;
height: 10px;
width: 10px;
}
.blog_template.slider_template.navigation3 .flex-control-nav {
height: 15px;
}
.blog_template.slider_template.navigation3 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation3.png);
background-position: 0 0;
height: 15px;
width: 15px;
}
.blog_template.slider_template.navigation3 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation3.png);
background-position: 0 -15px;
height: 15px;
width: 15px;
}
.blog_template.slider_template.navigation4 .flex-control-nav {
height: 23px;
}
.blog_template.slider_template.navigation4 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation4.png); 
background-position: 0 0;
height: 23px;
width: 23px;
}
.blog_template.slider_template.navigation4 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation4.png); 
background-position: 0 -23px;
height: 23px;
width: 23px;
}
.blog_template.slider_template.navigation5 .flex-control-nav {
height: 20px;
}
.blog_template.slider_template.navigation5 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation5.png);
background-position: 0 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template.navigation5 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation5.png);
background-position: 0 -20px;
height: 20px;
width: 20px;
}
.blog_template.slider_template.navigation6 .flex-control-nav {
height: 19px;
}
.blog_template.slider_template.navigation6 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation6.png);
background-position: 0 0;
height: 19px;
width: 19px;
}
.blog_template.slider_template.navigation6 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation6.png);
background-position: 0 -19px;
height: 19px;
width: 19px;
}
.blog_template.slider_template.navigation7 .flex-control-nav {
height: 20px;
}
.blog_template.slider_template.navigation7 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation7.png);
background-position: 0 0;
height: 20px;
width: 20px;
}
.blog_template.slider_template.navigation7 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation7.png);
background-position: 0 -20px;
height: 20px;
width: 20px;
}
.blog_template.slider_template.navigation8 .flex-control-nav {
height: 19px;
}
.blog_template.slider_template.navigation8 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation8.png);
background-position: 0 0;
height: 19px;
width: 19px;
}
.blog_template.slider_template.navigation8 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation8.png);
background-position: 0 -19px;
height: 19px;
width: 19px;
}
.blog_template.slider_template.navigation9 .flex-control-nav {
height: 13px;
}
.blog_template.slider_template.navigation9 .flex-control-paging li a {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation9.png);
background-position: 0 0;
height: 13px;
width: 13px;
}
.blog_template.slider_template.navigation9 .flex-control-paging li a.flex-active {
background-image: url(//www.homespiremortgage.com/wp-content/plugins/blog-designer-pro/public/images/navigation/navigation9.png);
background-position: 0 -13px;
height: 13px;
width: 13px;
}
.bdp-post-image.post-video iframe,
.bdp_wrapper .post-video iframe,
.bdp_wrapper .bdp-video .iframe {
display: inline-block;
max-width: 100%;
}
.blog_template embed,
.blog_template iframe,
.blog_template object,
.blog_template video{
margin-bottom: 0;
width: 100%;
}
.bdp_email_share {
display: none;
background: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 0 10px #cccccc;
padding: 15px;
position: absolute;
display: none;
z-index: 99;
}
.bdp-close {
cursor: pointer;
display: inline;
float: right;
position: absolute;
right: 7px;
top: 3px;
}
.bdp-close_button {
padding-left: 10px;
display: inline;
cursor: pointer;
}
.bdp-mail_submit_button {
display: inline !important;
}
#bdp_email_share form > div {
padding-top: 12px;
}
#bdp_email_share label {
font-weight: normal;
font-size: 12px;
display: inline-block;
min-width: 160px;
}
#bdp_email_share input[type='text'],
#bdp_email_share input[type='email'] {
padding: 5px;
max-width: 250px;
min-width: 250px;
} .bdp_wrapper figure {
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
}
.bdp_wrapper figure.zoom_in img {
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.zoom_in img:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.bdp_wrapper figure.zoom_out img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.zoom_out img:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.bdp_wrapper figure.slide img {
margin-left: 10%;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.slide img:hover {
margin-left: 0;
}
.bdp_wrapper .gallery {
margin: 0;
}
.bdp_wrapper figure.shine:before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.bdp_email_form {
display: inline-block;
width: 100%;
padding: 10px;
}
.bdp_wrapper figure.shine:hover:before {
-webkit-animation: bdp_shine 0.8s;
-moz-animation: bdp_shine 0.8s;
-ms-animation: bdp_shine 0.8s;
-o-animation: bdp_shine 0.8s;
animation: bdp_shine 0.8s;
}@-webkit-keyframes bdp_shine {
100% {
left: 125%;
}
}
@keyframes bdp_shine {
100% {
left: 125%;
}
}
.bdp_wrapper figure.flashing:hover {
opacity: 1;
-webkit-animation: bdp_flash 1.5s;
-moz-animation: bdp_flash 1.5s;
-ms-animation: bdp_flash 1.5s;
-o-animation: bdp_flash 1.5s;
animation: bdp_flash 1.5s;
}
@-webkit-keyframes bdp_flash {
0% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
@keyframes bdp_flash {
0% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
.bdp_wrapper figure.blur img {
-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-ms-filter: blur(1px);
-o-filter: blur(1px);
filter: blur(1px);
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.blur img:hover {
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
.bdp_wrapper figure.gray_scale img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.gray_scale img:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}
.bdp_wrapper figure.sepia img {
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-ms-filter: sepia(100%);
-o-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.sepia img:hover {
-webkit-filter: sepia(0);
-moz-filter: sepia(0);
-ms-filter: sepia(0);
-o-filter: sepia(0);
filter: sepia(0);
}
.bdp_wrapper figure.opacity img {
opacity: 1;
-webkit-transition: all ease-in-out 0.3s 0s;
-moz-transition: all ease-in-out 0.3s 0s;
-ms-transition: all ease-in-out 0.3s 0s;
-o-transition: all ease-in-out 0.3s 0s;
transition: all ease-in-out 0.3s 0s;
}
.bdp_wrapper figure.opacity img:hover {
opacity: 0.5;
}
.bdp_wrapper figure.shine_circle:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.bdp_wrapper figure.shine_circle:hover:before {
-webkit-animation: bdp_circle .75s;
-moz-animation: bdp_circle .75s;
-ms-animation: bdp_circle .75s;
-o-animation: bdp_circle .75s;
animation: bdp_circle .75s;
}
#bdp_filter_post_ul {
list-style: none;
text-align: center;
}
.bdp_filter_post_ul li {
display: inline-block;
margin: 0;
padding: 0;
position: relative;
}
.bdp_filter_post_ul li a {
line-height: 1;
display: inline-block;
text-decoration: none !important;
}
.bdp_filter_post_ul li span {
position: absolute;
left:50%;
top: -34px;
width: 30px;
height: 30px;
margin-left: -15px;
line-height: 30px;
padding: 0;
display:none;
}
.bdp_filter_post_ul li span:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #222;
height: 0;
width:0;
position: absolute;
content: "";
bottom: -5px;
}
.bdp_filter_post_ul li:hover span {
display: block;
}
.bdp_woocommerce_meta_box .bdp_woocommerce_price_wrap .price,
.bdp_woocommerce_meta_box .bdp_woocommerce_price_wrap .amount{
display: inline-block;
width: auto;
}
.bdp_woocommerce_meta_box .bdp_woocommerce_star_wrap,
.bdp_woocommerce_meta_box{
display: inline-block;
width: 100%;
}
.bdp_woocommerce_meta_box{
margin-bottom:15px;
}
.bdp_woocommerce_price_wrap .price del,
.bdp_woocommerce_price_wrap .price ins,
.bdp_woocommerce_meta_box .star-rating{
display: inline-block !important;
}
.bdp_woocommerce_add_to_wishlist_wrap .yith-wcwl-add-to-wishlist {
margin: 0;
}
.blog_template .fa-file-image:before {
font-family: "Font Awesome 5 Free";
}
@-webkit-keyframes bdp_circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes bdp_circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@media screen and (max-width: 909px) {
.sidebar {
display: inline-block;
}
.bdp_archive .bdp_blog_template .author_content .social-component a {
display: inline-block;
float: none;
}
}
@media screen and (max-width: 709px) {
.bdp_wrapper .wl_pagination_box {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.bdp_blog_template .bdp-pinterest-share-image,
.bdp_blog_template .bdp-post-image .bdp-pinterest-share-image {
visibility: visible;
opacity: 1;
}
}
@media screen and (max-width: 640px) {
.chosen-container {
margin: 15px 0;
width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.bdp_archive .author-avatar-div .avtar-img {
float: left;
margin-right: 0;
text-align: center;
width: 100%;
}
.bdp_archive .author-avatar-div .author_content {
margin-left: 0;
padding: 10px;
text-align: center;
width: 100%;
float: left;
}
}
.bdp_sort_by_wrapper select {
background-color: #fff;
color: #000000;
padding: 12px;
width: 250px;
border: none;
font-size: 14px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
-webkit-appearance: button;
appearance: button;
outline: none;
text-transform: capitalize;
background: transparent;
}
.bdp_sort_by_wrapper:before {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 0;
right: 0;
width: 20%;
height: 100%;
text-align: center;
font-size: 20px;
line-height: 32px;
color: rgba(0, 0, 0, 0.5); pointer-events: none;
}
.bdp_sort_by_wrapper:hover:before {
color: rgba(0, 0, 0, 0.6); }
.bdp_sort_by_wrapper select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.bdp_sort_by_wrapper select option {
padding: 30px;
}
.bdp_sort_by_wrapper {
display: inline-block;
position: relative;
}
.bdp_sortby_wrap {
display: inline-block;
width: 100%;
text-align: center;
padding: 10px 0;
}
.bdp_sort_by_wrapper select,
.bdp_sort_by_wrapper select:active,
.bdp_sort_by_wrapper select:focus {
outline:0px !important;
-webkit-appearance:none;
} .accordion_cover .ui-accordion h3.ui-accordion-header {
margin-bottom: 0;
}
.blog_wrap.bdp_blog_template.accordion.bdp_blog_single_post_wrapp,.bdp_archive .blog_template.bdp_blog_template.accordion.accordion_wrapper {
margin-bottom: 10px;
}
.accordion .ui-icon {
text-indent: unset;
position: absolute;
left: .5em;
margin-top: -8px;
height: 100%;
}
.accordion .ui-state-default .ui-icon{
background-image: none !important;
}
.accordion .ui-state-default, .accordion .ui-widget-content{
border: none;
}  .wp-bd-post-li .wp-bd-list-content {
display: inline-block;
width: 100%;
}
.wp-bd-post-li .wp-bd-list-content .wp-bd-left-img {
width: 30%;
float: left;
margin-right: 15px;
}
.wp-bd-post-li .wp-bd-list-content .wp-bd-right-content {
width: calc( 70% - 15px );
float: left;
}
.wp-bd-post-li .wp-bd-title,
.wp-bd-post-li .wp-bd-title a {
color: #333;
font-size: 14px;
line-height: 22px;
}
.design2 .wp-bd-post-li .wp-bd-meta span,
.design3 .wp-bd-post-li .wp-bd-meta span,
.design4 .wp-bd-post-li .wp-bd-meta span {
color: #666;
font-size: 12px;
font-style: italic;
text-transform: uppercase;
}
.design2 .wp-bd-content p,
.design3 .wp-bd-content p,
.design4 .wp-bd-content p {
color: #555;
font-size: 13px;
line-height: 20px;
} .post_slider_thumbnail {
margin-top: 50px;
}
.post_slider_thumbnail .slides .flex-active-slide:before {
content: "";
width: 0;
height: 0;
border: 0 solid transparent;
border-left-width: 10px;
border-right-width: 10px;
display: block;
border-top: 10px solid #FFF;
position: absolute;
z-index: 1;
margin-left: 100px;
}
.post_slider_thumbnail .slides li img {
width: 100%;
}
.star-rating span:before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
}
.star-rating:before {
content: '\73\73\73\73\73';
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating {
overflow:hidden;
position:relative;
height:1em;
line-height:1;
font-size:1em;
width:5.4em;
font-family:star; 
line-height:1;
font-size:1em;
float: none;
}
.star-rating span {
overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;
}
.widgte_blog_designer_pro_shortcode_list {
overflow: hidden;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.document-gallery .document-icon{text-align:center}.document-gallery .document-icon img{width:89px;max-width:100%;border:0;margin:0 auto}.document-gallery .document-icon a{font-size:10px;line-height:12px}.document-gallery .document-icon{margin:5px 0 0}.document-gallery .document-icon .title{display:block;text-align:center}.dg-paginate-wrapper .paginate{text-align:center}.document-gallery .document-icon{display:inline-block;vertical-align:top;overflow:hidden}.document-gallery .document-icon-row{width:100%;padding:0;text-align:left}.document-gallery .descriptions.document-icon-row .document-icon{max-width:115px;padding:0 3px 0 0;float:left}.document-gallery .descriptions.document-icon-row{vertical-align:middle;text-align:inherit}.document-gallery .descriptions.document-icon-row img{width:65px;max-width:100%}.document-gallery .descriptions.document-icon-row:before,.document-gallery .descriptions.document-icon-row:after{content:"";display:table}.document-gallery .descriptions.document-icon-row:after{clear:both}.document-gallery .descriptions.document-icon-row{zoom:1}