/*
img {
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}
 Body 

body,button,input,select,textarea {
	font-family: supermarket !important ;
  font-size: 16px ;
}
/*.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}.bdp_blog_template.famous-grid {
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: inline-block;
}
.bdp-row > .famous-grid-wrapper > .famous-grid:nth-child(3n+1) {
    clear: both;
}
.famous-grid-wrap.first_post .bdp_blog_template.famous-grid{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.bdp_blog_template.famous-grid .post-body-div .label_featured_post {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #ffffff;
    background: #000000;
    padding: 3px 6px;
    font-size: 14px;
    border-radius: 2px;
}
.bdp_acf_field .bdp_acf_link {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.bdp_blog_template.famous-grid .post-body-div {
    margin: 20px 10px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.bdp_blog_template.famous-grid .post-body-div .bdp_post_content {
    padding: 15px;
}
.bdp_blog_template .bdp-post-image:hover .bdp-pinterest-share-image {
    z-index: 15;
}
.bdp_blog_template.famous-grid .post-body-div span.category-link {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.bdp_blog_template.famous-grid .post-body-div h2 {
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.bdp_blog_template.famous-grid .post-body-div .post_content {
    margin: 0 0 20px 0;
    padding: 0;
}
.bdp_blog_template.famous-grid .read_more_div {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.bdp_blog_template.famous-grid .read_more_div a {
    padding: 8px 10px;
    background: #f42887;
    color: #ffffff;
}
.bdp_blog_template.famous-grid .read_more_div a:hover {
    background: #333;
    color: #fff;
}
.bdp_blog_template.famous-grid .post-body-div .metadatabox {
    margin: 0 0 15px 0;
    font-size: 16px;
}
.bdp_blog_template.famous-grid .post-body-div .metadatabox > span {
    display: inline-block;
    margin-right: 10px;
}
.famous-grid .post-body-div .metadatabox .bdp-wrapper-like {
    padding-left: 0;
}
.bdp_blog_template.famous-grid .post-body-div .post-tags {
    margin: 0 0 5px 0;
}
.bdp_blog_template.famous-grid .post-body-div .post-tags:last-child {
    margin: 0 0 20px 0;
}
.bdp_blog_template.famous-grid .post-body-div .social-component {
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
    display: inline-block;
}
.bdp_blog_template.famous-grid .post-body-div .social-component .social-share {
    float: none;
}
.famous-grid .clear {
    clear: both;
}
.famous-grid-wrap {
    clear: both;
}
.bdp_archive.famous-grid .bdp_blog_template .bdp-pinterest-share-image,
.bdp_blog_template.famous-grid .bdp-pinterest-share-image {
    bottom: 10px;
    top: auto;
}

.bdp_archive.famous .author-avatar-div {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px -10px #000;
}
.bdp_archive.famous .author-avatar-div .avtar-img {
    display: inline-block;
    vertical-align: top;
}
.bdp_archive.famous .author-avatar-div .author_content {
    display: inline-block;
    width: calc(100% - 165px);
    margin-left: 10px;
}
.bdp_archive.famous .author-avatar-div .author_content p {
    margin-bottom: 0;
}
.bdp_blog_template.famous-grid .bdp_social_share_postion {
    display: inline-block;
    width: 100%;
    position: relative;
}
.bdp_blog_template.famous-grid .bdp_social_share_postion.center_position {
    text-align: center;
}
.bdp_blog_template.famous-grid .bdp_social_share_postion.center_position .social-component {
    float: none;
    display: inline-block;
    width: auto;
}
.bdp_blog_template.famous-grid .bdp_social_share_postion.right_position .social-component {
    float: right;
    width: auto;
}
@media screen and (min-width: 981px) {
    .column_layout_1 .famous-grid {
        width: 100%;
    }
    .column_layout_2 .famous-grid {
        width: 50%;
    }
    .column_layout_3 .famous-grid {
        width: 33.3333333%;
    }
    .column_layout_4 .famous-grid {
        width: 25%;
    }

    .column_layout_1 .famous-grid:nth-child(n) {
        clear: both;
    }
    .column_layout_2 .famous-grid:nth-child(2n + 1) {
        clear: both;
    }
    .column_layout_3 .famous-grid:nth-child(3n + 1) {
        clear: both;
    }
    .column_layout_4 .famous-grid:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 721px) and (max-width: 980px) {
    .column_layout_ipad_1 .famous-grid {
        width: 100%;
    }
    .column_layout_ipad_2 .famous-grid {
        width: 50%;
    }
    .column_layout_ipad_3 .famous-grid {
        width: 33.3333333%;
    }
    .column_layout_ipad_4 .famous-grid {
        width: 25%;
    }

    .column_layout_ipad_1 .famous-grid:nth-child(n) {
        clear: both;
    }
    .column_layout_ipad_2 .famous-grid:nth-child(2n + 1) {
        clear: both;
    }
    .column_layout_ipad_3 .famous-grid:nth-child(3n + 1) {
        clear: both;
    }
    .column_layout_ipad_4 .famous-grid:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 481px) and (max-width: 720px) {
    .column_layout_tablet_1 .famous-grid {
        width: 100%;
    }
    .column_layout_tablet_2 .famous-grid {
        width: 50%;
    }
    .column_layout_tablet_3 .famous-grid {
        width: 33.3333333%;
    }
    .column_layout_tablet_4 .famous-grid {
        width: 25%;
    }

    .column_layout_tablet_1 .famous-grid:nth-child(n) {
        clear: both;
    }
    .column_layout_tablet_2 .famous-grid:nth-child(2n + 1) {
        clear: both;
    }
    .column_layout_tablet_3 .famous-grid:nth-child(3n + 1) {
        clear: both;
    }
    .column_layout_tablet_4 .famous-grid:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .column_layout_mobile_1 .famous-grid {
        width: 100%;
    }
    .column_layout_mobile_2 .famous-grid {
        width: 50%;
    }
    .column_layout_mobile_3 .famous-grid {
        width: 33.3333333%;
    }
    .column_layout_mobile_4 .famous-grid {
        width: 25%;
    }
    .column_layout_mobile_1 .famous-grid:nth-child(n) {
        clear: both;
    }
    .column_layout_mobile_2 .famous-grid:nth-child(2n + 1) {
        clear: both;
    }
    .column_layout_mobile_3 .famous-grid:nth-child(3n + 1) {
        clear: both;
    }
    .column_layout_mobile_4 .famous-grid:nth-child(4n + 1) {
        clear: both;
    }
    .bdp_archive.famous .author-avatar-div .author_content {
        width: 100%;
        margin-left: 0;
    }
    .famous .comments-link {
        white-space: inherit;
    }
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.eot);src:url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.woff) format("woff"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),url(//www.aqua.co.th/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.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.eot);src:url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.woff2) format("woff2"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.woff) format("woff"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-regular-400.ttf) format("truetype"),url(//www.aqua.co.th/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.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.eot);src:url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.woff2) format("woff2"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.woff) format("woff"),url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/font-awesome/fa-solid-900.ttf) format("truetype"),url(//www.aqua.co.th/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}/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.eot);
  src: url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.woff) format('woff'), url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.ttf) format('truetype'), url(//www.aqua.co.th/wp-content/plugins/blog-designer-pro/public/fonts/flexslider/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.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;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.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;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.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;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}/**
 * Table of Contents
 *
 * 1.0 Loader tools
 * 2.0 Navigation tools
 *
 */


/*
* 1.0 Loader tools
*/
.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}

/*-----------------------------------  Animations ----------------------------------*/
/* loader 1 */
@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);
    }
}

/* loader 2*/
@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);
    }
}

/* loader 3*/
@-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 }
}

/* loader 4 & 24 */
@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);
    }
}

/* loader 5 */
@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);
    }
}
/*loader 6*/
@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);}
}

/* loader 7 */
@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;
    }
}

/* loader 8 */
@-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; }
}

/* loader 9 */
@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;
    }
}

/* loader 10 */
@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;
    }
}

/* loader 11 */
@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);
    }
}

/* loader 12 */
@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;
    }
}

/* loader 13 */
@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);
    }
}

/* loader 14 */
@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);
    }
}

/* loader 15 */
@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;}
}

/* loader 16 */
@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;
    }
}

/* loader 17 */
@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);
    }
}

/* loader 18 */
@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);
    }
}

/* loader 19 */
@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);
    }
}

/* loader 20 */
@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;}
}

/* loader 21 */
@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);}
}

/* LOADER 25 */

@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);
    }
}

/* loader 23 */
@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);
    }
}

/* loader 24 */
@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);
    }
}
/*loader 25 */
@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);
    }
}
/* loader 26 */
@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);
    }
}
/* loader 27 */
@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;
    }
}
/* loader 28 */
@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;
    }
}
/* This file will be included in all templates */
.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;
}
/** Paggination Style **/
/* Start Defaule Template 1 */
.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;
}
/* End Defaule Template 1 */

/* Start Defaule Template 2 */
.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;
}

/* End Defaule Template 2 */

/* Start Defaule Template 3 */
.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;
}
/* End Defaule Template 3 */

/* Start Defaule Template 4 */
.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
}
/* End Defaule Template 4 */

.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.aqua.co.th/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;
}
/*Social Icon style*/
.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.aqua.co.th/wp-content/plugins/blog-designer-pro/public/images/social_default_image1.png);
    opacity: 0.9;
    background-color: transparent;
}
/*First Social Icon Style*/
.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;
}

/*Second Social Icon Style*/
.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;
}
/*Third Social Icon Style*/
.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;
}

/*Fourth Social Icon Style*/
.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;
}

/*Fifth Social Icon Style*/
.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;
}

/*Sixth Social Icon Style*/
.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;
}

/*Seventh Social Icon Style*/
.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;
}

/*Eighth Social Icon Style*/
.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;
}

/*Ninth Social Icon Style*/
.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;
}

/*Tenth Social Icon Style*/
.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;
}

/* Archive Page Style */
/*Navigation style*/
.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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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.aqua.co.th/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;
}

/* Image Hover Effects */
.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);
    /* background-color: rgba(0, 0, 0, 0.1); */
    pointer-events: none;
}

.bdp_sort_by_wrapper:hover:before {
    color: rgba(0, 0, 0, 0.6);
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.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;
}

/* Start Accordion Layout Css */
.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;
}
/* End Accordion Layout Css */
/* Scroll Widget Css Start */

.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;
}
/* Scroll Widget Css End */

.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;
}