@charset "UTF-8";
@charset "utf-8";
@charset "UTF-8";
@CHARSET "ISO-8859-1";
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: solid #fff 5px;
left: -5px;
background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}.bx-wrapper .bx-viewport {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border: none;
background: transparent;
}
.bx-wrapper .bx-loading {
background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/bx_loader.gif) center center no-repeat transparent;
}
.bx-wrapper .bx-controls {
opacity:0;
transition:500ms;
-webkit-transition:500ms;
-moz-transition:500ms;
}
.bx-wrapper:hover .bx-controls {
opacity:1;
}
.bx-wrapper ul {
list-style-type:none;
padding:0;
margin:0;
}
.bx-wrapper ul li {
background:none;
}
.bx-wrapper ul li img {
max-height:100%;
max-width:100%;
display:inline-block;
}
.bx-wrapper ul.gray li img, .bx-wrapper ul.grayhovercolor li img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);  }
.bx-wrapper ul.grayhovercolor li img:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
.bx-wrapper .bx-prev { background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls@2x.png) no-repeat 0 -32px; background-size:96px,63px; }
.bx-wrapper .bx-next { background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls@2x.png) no-repeat -43px -32px; background-size:96px,63px; }
}
@media all and (-webkit-min-device-pixel-ratio: 3) {
.bx-wrapper .bx-prev { background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls@3x.png) no-repeat 0 -32px; background-size:96px,63px; }
.bx-wrapper .bx-next { background: url(//strongman.org.ua/wp-content/plugins/kiwi-logo-carousel/third-party/jquery.bxslider/images/controls@3x.png) no-repeat -43px -32px; background-size:96px,63px; }
} .bx-wrapper ul.kiwi-logo-carousel.align-top li div.helper { width:100%; height:100%; display:table-cell; vertical-align:top; text-align:center; }
.bx-wrapper ul.kiwi-logo-carousel.align-top li img { max-height:100%; max-width:100%; display:inline-block; }
.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper { width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center; }
.bx-wrapper ul.kiwi-logo-carousel.align-center li img { max-height:100%; max-width:100%; display:inline-block; }
.bx-wrapper ul.kiwi-logo-carousel.align-bottom li div.helper { height:100%; display:table-cell; vertical-align:bottom; text-align:center; }
.bx-wrapper ul.kiwi-logo-carousel.align-bottom li img { max-height:100%; max-width:100%; display:inline-block; }#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images{width:100%;float:left;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover{border:none}#sb_instagram #sbi_images .sbi_item{display:-moz-inline-stack;display:inline-block;float:left;vertical-align:top;zoom:1;max-height:1000px;padding:inherit!important;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0;max-height:0}#sb_instagram.sbi_col_1 #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3 #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5 #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7 #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8 #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item{width:10%}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{width:10%}#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:auto}#sb_instagram .sbi_no_js img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:#fff;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow( 0 0 2px rgba(0,0,0,.4) );filter:drop-shadow( 0 0 2px rgba(0,0,0,.4) )}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:sbi-sk-scaleout 1s infinite ease-in-out;animation:sbi-sk-scaleout 1s infinite ease-in-out}#sb_instagram br{display:none}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important}#sb_instagram .sb_instagram_header{float:left;clear:both;margin:0 0 15px 0;padding:0;line-height:1.2;width:100%}#sb_instagram .sb_instagram_header a{float:left;display:block;text-decoration:none;transition:color .5s ease}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-ms-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-ms-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img{width:80px;height:80px;border-radius:40px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:40px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-left:95px!important;line-height:1.4}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-right:-85px!important}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{margin-top:4px!important}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{padding-top:20px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img{width:120px;height:120px;border-radius:60px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:60px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{margin-left:140px!important;line-height:1.5}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{margin-right:-120px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{margin-top:12px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{padding-top:32px!important}}#sb_instagram .sb_instagram_header .sbi_header_img{float:left;position:relative;width:50px;margin:0 0 0 -100%!important;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sb_instagram_header .sbi_header_img img{float:left;margin:0!important;padding:0!important;border:none!important;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden;background:url(//strongman.org.ua/wp-content/plugins/instagram-feed/img/small-logo.png) no-repeat 0 0}#sb_instagram .sb_instagram_header .sbi_header_img_hover{z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_img_hover{position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);-moz-opacity:0;-khtml-opacity:0;opacity:0;border-radius:40px;transition:opacity .2s}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text{float:left;width:100%;padding-top:5px}#sb_instagram .sb_instagram_header a{text-decoration:none}#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header .sbi_header_text h3{float:left;clear:both;width:auto;margin:0 0 0 60px!important;padding:0!important}#sb_instagram .sb_instagram_header h3{font-size:16px;line-height:1.3}#sb_instagram .sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram p:empty{display:none}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3{padding-top:9px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load{opacity:1;transition:all .5s ease-in}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:all .1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0 auto;background:#333;color:#eee;border:none;color:#fff;text-decoration:none;font-size:13px;line-height:1.5;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_load .sbi_load_btn{position:relative}#sb_instagram .sbi_follow_btn{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{transition:all .1s ease-in}#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover,#sb_instagram .sbi_follow_btn.sbi_custom a:focus,#sb_instagram .sbi_follow_btn.sbi_custom a:hover{box-shadow:inset 0 0 20px 20px rgba(255,255,255,.15)}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_width_resp{width:100%!important}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:100%}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition{opacity:1;max-height:640px}#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:#ddd;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:#ccc;background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}.bdt-breakpoint-s::before{content:'640px'}.bdt-breakpoint-m::before{content:'960px'}.bdt-breakpoint-l::before{content:'1200px'}.bdt-breakpoint-xl::before{content:'1600px'}:root{--bdt-breakpoint-s:640px;--bdt-breakpoint-m:960px;--bdt-breakpoint-l:1200px;--bdt-breakpoint-xl:1600px}a.bdt-link-muted,.bdt-link-muted a{color:#999}a.bdt-link-muted:hover,.bdt-link-muted a:hover,.bdt-link-toggle:hover .bdt-link-muted,.bdt-link-toggle:focus .bdt-link-muted{color:#666}a.bdt-link-text,.bdt-link-text a{color:inherit}a.bdt-link-text:hover,.bdt-link-text a:hover,.bdt-link-toggle:hover .bdt-link-text,.bdt-link-toggle:focus .bdt-link-text{color:#999}a.bdt-link-heading,.bdt-link-heading a{color:inherit}a.bdt-link-heading:hover,.bdt-link-heading a:hover,.bdt-link-toggle:hover .bdt-link-heading,.bdt-link-toggle:focus .bdt-link-heading{color:#1e87f0;text-decoration:none}a.bdt-link-reset,.bdt-link-reset a{color:inherit !important;text-decoration:none !important}.bdt-link-toggle{color:inherit !important;text-decoration:none !important}.bdt-link-toggle:focus{outline:none}[class*='bdt-divider']{border:none;margin-bottom:20px}*+[class*='bdt-divider']{margin-top:20px}.bdt-divider-icon{position:relative;height:20px;background-image:url(//strongman.org.ua/wp-content/plugins/bdthemes-element-pack/images/backgrounds/divider-icon.svg);background-repeat:no-repeat;background-position:50% 50%}.bdt-divider-icon::before,.bdt-divider-icon::after{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid rgba(214,214,214,0.49)}.bdt-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.bdt-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.bdt-divider-small{line-height:0}.bdt-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid rgba(214,214,214,0.49);vertical-align:top}.bdt-divider-vertical{width:1px;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid rgba(214,214,214,0.49)}.bdt-list{padding:0;list-style:none}.bdt-list>li::before,.bdt-list>li::after{content:"";display:table}.bdt-list>li::after{clear:both}.bdt-list>li>:last-child{margin-bottom:0}.bdt-list ul{margin:0;padding-left:30px;list-style:none}.bdt-list>li:nth-child(n+2),.bdt-list>li>ul{margin-top:10px}.bdt-list-divider>li:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-list-striped>li{padding:10px 10px}.bdt-list-striped>li:nth-of-type(odd){background:#f8f8f8}.bdt-list-striped>li:nth-child(n+2){margin-top:0}.bdt-list-bullet>li{position:relative;padding-left:calc(1.5em + 10px)}.bdt-list-bullet>li::before{content:"";position:absolute;top:0;left:0;width:1.5em;height:1.5em;background-image:url(//strongman.org.ua/wp-content/plugins/bdthemes-element-pack/images/backgrounds/list-bullet.svg);background-repeat:no-repeat;background-position:50% 50%;display:block}.bdt-list-large>li:nth-child(n+2),.bdt-list-large>li>ul{margin-top:20px}.bdt-list-large.bdt-list-divider>li:nth-child(n+2){margin-top:20px;padding-top:20px}.bdt-list-large.bdt-list-striped>li{padding:20px 10px}.bdt-list-large.bdt-list-striped>li:nth-child(n+2){margin-top:0}.bdt-description-list>dt{color:#333}.bdt-description-list>dt:nth-child(n+2){margin-top:20px}.bdt-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}*+.bdt-table{margin-top:20px}.bdt-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:16px;font-weight:bold;color:#666}.bdt-table td{padding:16px 12px;vertical-align:top}.bdt-table td>:last-child{margin-bottom:0}.bdt-table tfoot{font-size:.875rem}.bdt-table caption{font-size:.875rem;text-align:left;color:#999}.bdt-table-middle,.bdt-table-middle td{vertical-align:middle !important}.bdt-table-divider>tr:not(:first-child),.bdt-table-divider>:not(:first-child)>tr,.bdt-table-divider>:first-child>tr:not(:first-child){border-top:1px solid rgba(214,214,214,0.49)}.bdt-table-striped>tr:nth-of-type(odd),.bdt-table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.bdt-table-hover>tr:hover,.bdt-table-hover tbody tr:hover{background:#ffd}.bdt-table>tr.bdt-active,.bdt-table tbody tr.bdt-active{background:#ffd}.bdt-table-small th,.bdt-table-small td{padding:10px 12px}.bdt-table-large th,.bdt-table-large td{padding:22px 12px}.bdt-table-justify th:first-child,.bdt-table-justify td:first-child{padding-left:0}.bdt-table-justify th:last-child,.bdt-table-justify td:last-child{padding-right:0}.bdt-table-shrink{width:1px}.bdt-table-expand{min-width:150px}.bdt-table-link{padding:0 !important}.bdt-table-link>a{display:block;padding:16px 12px}.bdt-table-small .bdt-table-link>a{padding:10px 12px}@media (max-width:959px){.bdt-table-responsive,.bdt-table-responsive tbody,.bdt-table-responsive th,.bdt-table-responsive td,.bdt-table-responsive tr{display:block}.bdt-table-responsive thead{display:none}.bdt-table-responsive th,.bdt-table-responsive td{width:auto !important;max-width:none !important;min-width:0 !important;overflow:visible !important;white-space:normal !important}.bdt-table-responsive th:not(:first-child):not(.bdt-table-link),.bdt-table-responsive td:not(:first-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:first-child)>a{padding-top:5px !important}.bdt-table-responsive th:not(:last-child):not(.bdt-table-link),.bdt-table-responsive td:not(:last-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:last-child)>a{padding-bottom:5px !important}.bdt-table-justify.bdt-table-responsive th,.bdt-table-justify.bdt-table-responsive td{padding-left:0;padding-right:0}}.bdt-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}button.bdt-icon:not(:disabled){cursor:pointer}.bdt-icon::-moz-focus-inner{border:0;padding:0}.bdt-icon:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve){fill:currentcolor}.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve){stroke:currentcolor}.bdt-icon>*{transform:translate(0, 0)}.bdt-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle}.bdt-icon-link{color:#999}.bdt-icon-link:hover,.bdt-icon-link:focus{color:#666;outline:none}.bdt-icon-link:active,.bdt-active>.bdt-icon-link{color:#595959}.bdt-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center}.bdt-icon-button:hover,.bdt-icon-button:focus{background-color:#ebebeb;color:#666;outline:none}.bdt-icon-button:active,.bdt-active>.bdt-icon-button{background-color:#dfdfdf;color:#666}.bdt-range{box-sizing:border-box;margin:0;vertical-align:middle;max-width:100%;width:100%;-webkit-appearance:none;background:transparent;padding:0}.bdt-range:focus{outline:none}.bdt-range::-moz-focus-outer{border:none}.bdt-range::-ms-track{height:15px;background:transparent;border-color:transparent;color:transparent}.bdt-range:not(:disabled)::-webkit-slider-thumb{cursor:pointer}.bdt-range:not(:disabled)::-moz-range-thumb{cursor:pointer}.bdt-range:not(:disabled)::-ms-thumb{cursor:pointer}.bdt-range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-7px;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-moz-range-thumb{border:none;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-ms-thumb{margin-top:0}.bdt-range::-ms-thumb{border:none;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-ms-tooltip{display:none}.bdt-range::-webkit-slider-runnable-track{height:3px;background:#ebebeb}.bdt-range:focus::-webkit-slider-runnable-track,.bdt-range:active::-webkit-slider-runnable-track{background:#d2d2d2}.bdt-range::-moz-range-track{height:3px;background:#ebebeb}.bdt-range:focus::-moz-range-track{background:#d2d2d2}.bdt-range::-ms-fill-lower,.bdt-range::-ms-fill-upper{height:3px;background:#ebebeb}.bdt-range:focus::-ms-fill-lower,.bdt-range:focus::-ms-fill-upper{background:#d2d2d2}.bdt-input,.bdt-select,.bdt-textarea,.bdt-radio,.bdt-checkbox{box-sizing:border-box;margin:0;border-radius:0;font:inherit}.bdt-input{overflow:visible}.bdt-select{text-transform:none}.bdt-select optgroup{font:inherit;font-weight:bold}.bdt-textarea{overflow:auto}.bdt-input[type="search"]::-webkit-search-cancel-button,.bdt-input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bdt-input[type="number"]::-webkit-inner-spin-button,.bdt-input[type="number"]::-webkit-outer-spin-button{height:auto}.bdt-input::-moz-placeholder,.bdt-textarea::-moz-placeholder{opacity:1}.bdt-radio:not(:disabled),.bdt-checkbox:not(:disabled){cursor:pointer}.bdt-fieldset{border:none;margin:0;padding:0}.bdt-input,.bdt-textarea{-webkit-appearance:none}.bdt-input,.bdt-select,.bdt-textarea{max-width:100%;width:100%;border:0 none;padding:0 10px;background:#f8f8f8;color:#666;border-radius:3px}.bdt-input,.bdt-select:not([multiple]):not([size]){height:40px;vertical-align:middle;display:inline-block}.bdt-input:not(input),.bdt-select:not(select){line-height:40px}.bdt-select[multiple],.bdt-select[size],.bdt-textarea{padding-top:4px;padding-bottom:4px;vertical-align:top}.bdt-input:focus,.bdt-select:focus,.bdt-textarea:focus{outline:none;background-color:#f8f8f8;color:#666}.bdt-input:disabled,.bdt-select:disabled,.bdt-textarea:disabled{background-color:#f8f8f8;color:#999}.bdt-input::-ms-input-placeholder{color:#999 !important}.bdt-input::placeholder{color:#999}.bdt-textarea::-ms-input-placeholder{color:#999 !important}.bdt-textarea::placeholder{color:#999}.bdt-form-small{font-size:.875rem}.bdt-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}.bdt-form-small:not(select):not(input):not(textarea){line-height:30px}.bdt-form-large{font-size:1.25rem}.bdt-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}.bdt-form-large:not(select):not(input):not(textarea){line-height:55px}.bdt-form-danger,.bdt-form-danger:focus{color:#f0506e}.bdt-form-success,.bdt-form-success:focus{color:#32d296}.bdt-form-blank{background:none}input.bdt-form-width-xsmall{width:50px}select.bdt-form-width-xsmall{width:75px}.bdt-form-width-small{width:130px}.bdt-form-width-medium{width:200px}.bdt-form-width-large{width:500px}.bdt-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;padding-right:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-repeat:no-repeat;background-position:100% 50%}.bdt-select:not([multiple]):not([size])::-ms-expand{display:none}.bdt-select:not([multiple]):not([size]) option{color:#444}.bdt-select:not([multiple]):not([size]):disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-input[list]{padding-right:20px;background-repeat:no-repeat;background-position:100% 50%}.bdt-input[list]:hover,.bdt-input[list]:focus{background-image:url(//strongman.org.ua/wp-content/plugins/bdthemes-element-pack/images/backgrounds/form-datalist.svg)}.bdt-input[list]::-webkit-calendar-picker-indicator{display:none}.bdt-radio,.bdt-checkbox{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-color:#ebebeb;background-repeat:no-repeat;background-position:50% 50%}.bdt-radio{border-radius:50%}.bdt-radio:focus,.bdt-checkbox:focus{outline:none}.bdt-radio:checked,.bdt-checkbox:checked,.bdt-checkbox:indeterminate{background-color:#1e87f0}.bdt-radio:checked:focus,.bdt-checkbox:checked:focus,.bdt-checkbox:indeterminate:focus{background-color:#0e6dcd}.bdt-radio:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-checkbox:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-radio:disabled,.bdt-checkbox:disabled{background-color:#f8f8f8}.bdt-radio:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-checkbox:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-checkbox:disabled:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-legend{width:100%;color:inherit;padding:0;font-size:1.5rem;line-height:1.4}.bdt-form-custom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-form-custom select,.bdt-form-custom input[type="file"]{position:absolute;top:0;z-index:1;width:100%;height:100%;left:0;-webkit-appearance:none;opacity:0;cursor:pointer}.bdt-form-custom input[type="file"]{font-size:500px;overflow:hidden}.bdt-form-stacked .bdt-form-label{display:block;margin-bottom:10px}@media (max-width:959px){.bdt-form-horizontal .bdt-form-label{display:block;margin-bottom:10px}}@media (min-width:960px){.bdt-form-horizontal .bdt-form-label{width:200px;margin-top:7px;float:left}.bdt-form-horizontal .bdt-form-controls{margin-left:215px}.bdt-form-horizontal .bdt-form-controls-text{padding-top:7px}}.bdt-form-icon{position:absolute;top:0;bottom:0;left:0;width:40px;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-form-icon:hover{color:#666}.bdt-form-icon:not(a):not(button):not(input){pointer-events:none}.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input{padding-left:40px !important}.bdt-form-icon-flip{right:0;left:auto}.bdt-form-icon-flip~.bdt-input{padding-right:40px !important}.bdt-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:16px;line-height:40px;text-align:center;text-decoration:none;border-radius:3px}.bdt-button:not(:disabled){cursor:pointer}.bdt-button::-moz-focus-inner{border:0;padding:0}.bdt-button:hover{text-decoration:none}.bdt-button:focus{outline:none}.bdt-button-default{background-color:#f8f8f8;color:#333}.bdt-button-default:hover,.bdt-button-default:focus{background-color:#ebebeb;color:#333}.bdt-button-default:active,.bdt-button-default.bdt-active{background-color:#dfdfdf;color:#333}.bdt-button-primary{background-color:#1e87f0;color:#fff}.bdt-button-primary:hover,.bdt-button-primary:focus{background-color:#0f7ae5;color:#fff}.bdt-button-primary:active,.bdt-button-primary.bdt-active{background-color:#0e6dcd;color:#fff}.bdt-button-secondary{background-color:#222;color:#fff}.bdt-button-secondary:hover,.bdt-button-secondary:focus{background-color:#151515;color:#fff}.bdt-button-secondary:active,.bdt-button-secondary.bdt-active{background-color:#080808;color:#fff}.bdt-button-danger{background-color:#f0506e;color:#fff}.bdt-button-danger:hover,.bdt-button-danger:focus{background-color:#ee395b;color:#fff}.bdt-button-danger:active,.bdt-button-danger.bdt-active{background-color:#ec2147;color:#fff}.bdt-button-default:disabled,.bdt-button-primary:disabled,.bdt-button-secondary:disabled,.bdt-button-danger:disabled{background-color:#f8f8f8;color:#999}.bdt-button-small{padding:0 15px;line-height:30px;font-size:.875rem}.bdt-button-large{padding:0 40px;line-height:55px;font-size:1.25rem}.bdt-button-text{padding:0;line-height:1.5;background:none;color:#999}.bdt-button-text:hover,.bdt-button-text:focus{color:#666}.bdt-button-text:disabled{color:#999}.bdt-button-link{padding:0;line-height:1.5;background:none;color:#1e87f0}.bdt-button-link:hover,.bdt-button-link:focus{color:#0f6ecd;text-decoration:underline}.bdt-button-link:disabled{color:#999;text-decoration:none}.bdt-button-group{display:inline-flex;vertical-align:middle;position:relative}.bdt-section{box-sizing:border-box;padding-top:40px;padding-bottom:40px}@media (min-width:960px){.bdt-section{padding-top:70px;padding-bottom:70px}}.bdt-section::before,.bdt-section::after{content:"";display:table}.bdt-section::after{clear:both}.bdt-section>:last-child{margin-bottom:0}.bdt-section-xsmall{padding-top:20px;padding-bottom:20px}.bdt-section-small{padding-top:40px;padding-bottom:40px}.bdt-section-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-section-large{padding-top:140px;padding-bottom:140px}}.bdt-section-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-section-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-section-default{background:#fff}.bdt-section-muted{background:#f8f8f8}.bdt-section-primary{background:#1e87f0}.bdt-section-secondary{background:#222}.bdt-container{box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.bdt-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-container{padding-left:40px;padding-right:40px}}.bdt-container::before,.bdt-container::after{content:"";display:table}.bdt-container::after{clear:both}.bdt-container>:last-child{margin-bottom:0}.bdt-container .bdt-container{padding-left:0;padding-right:0}.bdt-container-xsmall{max-width:750px}.bdt-container-small{max-width:900px}.bdt-container-large{max-width:1600px}.bdt-container-expand{max-width:none}.bdt-container-expand-left{margin-left:0}.bdt-container-expand-right{margin-right:0}@media (min-width:640px){.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 30px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 30px)}}@media (min-width:960px){.bdt-container-expand-left,.bdt-container-expand-right{max-width:calc(50% + (1200px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 40px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 40px)}.bdt-container-expand-left.bdt-container-large,.bdt-container-expand-right.bdt-container-large{max-width:calc(50% + (1600px / 2) - 40px)}}.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 15px)}.bdt-container-item-padding-remove-left{margin-left:-15px}.bdt-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 30px)}.bdt-container-item-padding-remove-left{margin-left:-30px}.bdt-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 40px)}.bdt-container-item-padding-remove-left{margin-left:-40px}.bdt-container-item-padding-remove-right{margin-right:-40px}}.bdt-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.bdt-grid>*{margin:0}.bdt-grid>*>:last-child{margin-bottom:0}.bdt-grid{margin-left:-30px}.bdt-grid>*{padding-left:30px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:30px}@media (min-width:1200px){.bdt-grid{margin-left:-40px}.bdt-grid>*{padding-left:40px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:40px}}.bdt-grid-small,.bdt-grid-column-small{margin-left:-15px}.bdt-grid-small>*,.bdt-grid-column-small>*{padding-left:15px}.bdt-grid+.bdt-grid-small,.bdt-grid+.bdt-grid-row-small,.bdt-grid-small>.bdt-grid-margin,.bdt-grid-row-small>.bdt-grid-margin,*+.bdt-grid-margin-small{margin-top:15px}.bdt-grid-medium,.bdt-grid-column-medium{margin-left:-30px}.bdt-grid-medium>*,.bdt-grid-column-medium>*{padding-left:30px}.bdt-grid+.bdt-grid-medium,.bdt-grid+.bdt-grid-row-medium,.bdt-grid-medium>.bdt-grid-margin,.bdt-grid-row-medium>.bdt-grid-margin,*+.bdt-grid-margin-medium{margin-top:30px}.bdt-grid-large,.bdt-grid-column-large{margin-left:-40px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:40px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:40px}@media (min-width:1200px){.bdt-grid-large,.bdt-grid-column-large{margin-left:-70px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:70px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:70px}}.bdt-grid-collapse,.bdt-grid-column-collapse{margin-left:0}.bdt-grid-collapse>*,.bdt-grid-column-collapse>*{padding-left:0}.bdt-grid+.bdt-grid-collapse,.bdt-grid+.bdt-grid-row-collapse,.bdt-grid-collapse>.bdt-grid-margin,.bdt-grid-row-collapse>.bdt-grid-margin{margin-top:0}.bdt-grid-divider>*{position:relative}.bdt-grid-divider>:not(.bdt-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider{margin-left:-60px}.bdt-grid-divider>*{padding-left:60px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.bdt-grid-divider{margin-left:-80px}.bdt-grid-divider>*{padding-left:80px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}}.bdt-grid-divider.bdt-grid-small,.bdt-grid-divider.bdt-grid-column-small{margin-left:-30px}.bdt-grid-divider.bdt-grid-small>*,.bdt-grid-divider.bdt-grid-column-small>*{padding-left:30px}.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before{left:15px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin{margin-top:30px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px;left:30px}.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px}.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before{left:30px}.bdt-grid-divider.bdt-grid-medium,.bdt-grid-divider.bdt-grid-column-medium{margin-left:-60px}.bdt-grid-divider.bdt-grid-medium>*,.bdt-grid-divider.bdt-grid-column-medium>*{padding-left:60px}.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px}.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before{left:60px}.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-80px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:80px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:80px}@media (min-width:1200px){.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-140px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:140px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:70px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:140px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px;left:140px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:140px}}.bdt-grid-match>*,.bdt-grid-item-match{display:flex;flex-wrap:wrap}.bdt-grid-match>*>:not([class*='bdt-width']),.bdt-grid-item-match>:not([class*='bdt-width']){box-sizing:border-box;width:100%;flex:auto}.bdt-tile{position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.bdt-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.bdt-tile::before,.bdt-tile::after{content:"";display:table}.bdt-tile::after{clear:both}.bdt-tile>:last-child{margin-bottom:0}.bdt-tile-xsmall{padding-top:20px;padding-bottom:20px}.bdt-tile-small{padding-top:40px;padding-bottom:40px}.bdt-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-tile-large{padding-top:140px;padding-bottom:140px}}.bdt-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-tile-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-tile-default{background:#fff}.bdt-tile-muted{background:#f8f8f8}.bdt-tile-primary{background:#1e87f0}.bdt-tile-secondary{background:#222}.bdt-card{position:relative;box-sizing:border-box}.bdt-card-body{padding:30px 30px}.bdt-card-header{padding:15px 30px}.bdt-card-footer{padding:15px 30px}@media (min-width:1200px){.bdt-card-body{padding:40px 40px}.bdt-card-header{padding:20px 40px}.bdt-card-footer{padding:20px 40px}}.bdt-card-body::before,.bdt-card-body::after,.bdt-card-header::before,.bdt-card-header::after,.bdt-card-footer::before,.bdt-card-footer::after{content:"";display:table}.bdt-card-body::after,.bdt-card-header::after,.bdt-card-footer::after{clear:both}.bdt-card-body>:last-child,.bdt-card-header>:last-child,.bdt-card-footer>:last-child{margin-bottom:0}.bdt-card-title{font-size:1.5rem;line-height:1.4}.bdt-card-badge{position:absolute;top:30px;right:30px;z-index:1}.bdt-card-badge:first-child+*{margin-top:0}.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover{background:#f8f8f8}.bdt-card-default{background:#f8f8f8;color:#666}.bdt-card-default .bdt-card-title{color:#333}.bdt-card-default.bdt-card-hover:hover{background-color:#ebebeb}.bdt-card-primary{background:#1e87f0;color:#fff}.bdt-card-primary .bdt-card-title{color:#fff}.bdt-card-primary.bdt-card-hover:hover{background-color:#0f7ae5}.bdt-card-secondary{background:#222;color:#fff}.bdt-card-secondary .bdt-card-title{color:#fff}.bdt-card-secondary.bdt-card-hover:hover{background-color:#151515}.bdt-card-small.bdt-card-body,.bdt-card-small .bdt-card-body{padding:20px 20px}.bdt-card-small .bdt-card-header{padding:13px 20px}.bdt-card-small .bdt-card-footer{padding:13px 20px}@media (min-width:1200px){.bdt-card-large.bdt-card-body,.bdt-card-large .bdt-card-body{padding:70px 70px}.bdt-card-large .bdt-card-header{padding:35px 70px}.bdt-card-large .bdt-card-footer{padding:35px 70px}}.bdt-close{color:#999}.bdt-close:hover,.bdt-close:focus{color:#666;outline:none}.bdt-spinner>*{animation:bdt-spinner-rotate 1.4s linear infinite}@keyframes bdt-spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.bdt-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:bdt-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes bdt-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.bdt-totop{padding:5px;color:#999}.bdt-totop:hover,.bdt-totop:focus{color:#666;outline:none}.bdt-totop:active{color:#333}.bdt-marker{padding:5px;background:#222;color:#fff}.bdt-marker:hover,.bdt-marker:focus{color:#fff;outline:none}.bdt-alert{position:relative;margin-bottom:20px;padding:15px 29px 15px 15px;background:#f8f8f8;color:#666}*+.bdt-alert{margin-top:20px}.bdt-alert>:last-child{margin-bottom:0}.bdt-alert-close{position:absolute;top:20px;right:15px}.bdt-alert-close:first-child+*{margin-top:0}.bdt-alert-primary{background:#d8eafc;color:#1e87f0}.bdt-alert-success{background:#edfbf6;color:#32d296}.bdt-alert-warning{background:#fff6ee;color:#faa05a}.bdt-alert-danger{background:#fef4f6;color:#f0506e}.bdt-badge{box-sizing:border-box;min-width:22px;height:22px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff;font-size:.875rem;display:inline-flex;justify-content:center;align-items:center}.bdt-badge:hover,.bdt-badge:focus{color:#fff;text-decoration:none;outline:none}.bdt-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:.875rem;color:#fff;vertical-align:middle;white-space:nowrap}.bdt-label-success{background-color:#32d296;color:#fff}.bdt-label-warning{background-color:#faa05a;color:#fff}.bdt-label-danger{background-color:#f0506e;color:#fff}.bdt-overlay{padding:30px 30px}.bdt-overlay>:last-child{margin-bottom:0}.bdt-overlay-default{background:rgba(255,255,255,0.8)}.bdt-overlay-primary{background:rgba(34,34,34,0.8)}.bdt-article::before,.bdt-article::after{content:"";display:table}.bdt-article::after{clear:both}.bdt-article>:last-child{margin-bottom:0}.bdt-article+.bdt-article{margin-top:70px}.bdt-article-title{font-size:2.23125rem;line-height:1.2}@media (min-width:960px){.bdt-article-title{font-size:2.625rem}}.bdt-article-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-body{overflow-wrap:break-word;word-wrap:break-word}.bdt-comment-header{margin-bottom:20px}.bdt-comment-body::before,.bdt-comment-body::after,.bdt-comment-header::before,.bdt-comment-header::after{content:"";display:table}.bdt-comment-body::after,.bdt-comment-header::after{clear:both}.bdt-comment-body>:last-child,.bdt-comment-header>:last-child{margin-bottom:0}.bdt-comment-title{font-size:1.25rem;line-height:1.4}.bdt-comment-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-list{padding:0;list-style:none}.bdt-comment-list>:nth-child(n+2){margin-top:70px}.bdt-comment-list .bdt-comment~ul{margin:70px 0 0 0;padding-left:30px;list-style:none}@media (min-width:960px){.bdt-comment-list .bdt-comment~ul{padding-left:100px}}.bdt-comment-list .bdt-comment~ul>:nth-child(n+2){margin-top:70px}.bdt-search{display:inline-block;position:relative;max-width:100%;margin:0}.bdt-search-input::-webkit-search-cancel-button,.bdt-search-input::-webkit-search-decoration{-webkit-appearance:none}.bdt-search-input::-moz-placeholder{opacity:1}.bdt-search-input{box-sizing:border-box;margin:0;border-radius:0;font:inherit;overflow:visible;-webkit-appearance:none;vertical-align:middle;width:100%;border:none;color:#666}.bdt-search-input:focus{outline:none}.bdt-search-input:-ms-input-placeholder{color:#999 !important}.bdt-search-input::placeholder{color:#999}.bdt-search-icon:focus{outline:none}.bdt-search .bdt-search-icon{position:absolute;top:0;bottom:0;left:0;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-search .bdt-search-icon:hover{color:#999}.bdt-search .bdt-search-icon:not(a):not(button):not(input){pointer-events:none}.bdt-search .bdt-search-icon-flip{right:0;left:auto}.bdt-search-default{width:180px}.bdt-search-default .bdt-search-input{height:40px;padding-left:6px;padding-right:6px;background:#f8f8f8}.bdt-search-default .bdt-search-input:focus{background-color:#f8f8f8}.bdt-search-default .bdt-search-icon{width:40px}.bdt-search-default .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:40px}.bdt-search-default .bdt-search-icon-flip~.bdt-search-input{padding-right:40px}.bdt-search-navbar{width:400px}.bdt-search-navbar .bdt-search-input{height:40px;background:transparent;font-size:1.5rem}.bdt-search-navbar .bdt-search-icon{width:40px}.bdt-search-navbar .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:40px}.bdt-search-navbar .bdt-search-icon-flip~.bdt-search-input{padding-right:40px}.bdt-search-large{width:500px}.bdt-search-large .bdt-search-input{height:80px;background:transparent;font-size:2.625rem}.bdt-search-large .bdt-search-icon{width:80px}.bdt-search-large .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:80px}.bdt-search-large .bdt-search-icon-flip~.bdt-search-input{padding-right:80px}.bdt-search-toggle{color:#999}.bdt-search-toggle:hover,.bdt-search-toggle:focus{color:#666}.bdt-nav,.bdt-nav ul{margin:0;padding:0;list-style:none}.bdt-nav li>a{display:block;text-decoration:none}.bdt-nav li>a:focus{outline:none}.bdt-nav>li>a{padding:5px 0}ul.bdt-nav-sub{padding:5px 0 5px 15px}.bdt-nav-sub ul{padding-left:15px}.bdt-nav-sub a{padding:2px 0}.bdt-nav-parent-icon>.bdt-parent>a::after{content:"";width:1.5em;height:1.5em;float:right;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.bdt-nav-parent-icon>.bdt-parent.bdt-open>a::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-nav-header{padding:5px 0;text-transform:uppercase;font-size:.875rem}.bdt-nav-header:not(:first-child){margin-top:20px}.bdt-nav-divider{margin:5px 0}.bdt-nav-default>li>a{color:#999}.bdt-nav-default>li>a:hover,.bdt-nav-default>li>a:focus{color:#666}.bdt-nav-default>li.bdt-active>a{color:#333}.bdt-nav-default .bdt-nav-header{color:#333}.bdt-nav-default .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-default .bdt-nav-sub a{color:#999}.bdt-nav-default .bdt-nav-sub a:hover,.bdt-nav-default .bdt-nav-sub a:focus{color:#666}.bdt-nav-default .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-primary>li>a{font-size:1.5rem;line-height:1.5;color:#999}.bdt-nav-primary>li>a:hover,.bdt-nav-primary>li>a:focus{color:#666}.bdt-nav-primary>li.bdt-active>a{color:#333}.bdt-nav-primary .bdt-nav-header{color:#333}.bdt-nav-primary .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-primary .bdt-nav-sub a{color:#999}.bdt-nav-primary .bdt-nav-sub a:hover,.bdt-nav-primary .bdt-nav-sub a:focus{color:#666}.bdt-nav-primary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-center{text-align:center}.bdt-nav-center .bdt-nav-sub,.bdt-nav-center .bdt-nav-sub ul{padding-left:0}.bdt-nav-center.bdt-nav-parent-icon>.bdt-parent>a::after{position:absolute}.bdt-navbar{display:flex;position:relative}.bdt-navbar-container:not(.bdt-navbar-transparent){background:#f8f8f8}.bdt-navbar-container>::before,.bdt-navbar-container>::after{display:none !important}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center,.bdt-navbar-center-left>*,.bdt-navbar-center-right>*{display:flex;align-items:center}.bdt-navbar-right{margin-left:auto}.bdt-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.bdt-navbar-center:not(:only-child){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;box-sizing:border-box;z-index:990}.bdt-navbar-center-left,.bdt-navbar-center-right{position:absolute;top:0}.bdt-navbar-center-left{right:100%}.bdt-navbar-center-right{left:100%}[class*='bdt-navbar-center-']{width:max-content;box-sizing:border-box}.bdt-navbar-nav{display:flex;margin:0;padding:0;list-style:none}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center:only-child{flex-wrap:wrap}.bdt-navbar-nav>li>a,.bdt-navbar-item,.bdt-navbar-toggle{display:flex;justify-content:center;align-items:center;box-sizing:border-box;min-height:80px;padding:0 15px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-decoration:none}.bdt-navbar-nav>li>a{color:#999}.bdt-navbar-nav>li:hover>a,.bdt-navbar-nav>li>a:focus,.bdt-navbar-nav>li>a.bdt-open{color:#666;outline:none}.bdt-navbar-nav>li>a:active{color:#333}.bdt-navbar-nav>li.bdt-active>a{color:#333}.bdt-navbar-item{color:#666}.bdt-navbar-toggle{color:#999}.bdt-navbar-toggle:hover,.bdt-navbar-toggle:focus,.bdt-navbar-toggle.bdt-open{color:#666;outline:none;text-decoration:none}.bdt-navbar-subtitle{font-size:.875rem}.bdt-navbar-dropdown{display:none;position:absolute;z-index:1020;box-sizing:border-box;width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-navbar-dropdown.bdt-open{display:block}[class*='bdt-navbar-dropdown-top']{margin-top:0}[class*='bdt-navbar-dropdown-bottom']{margin-top:0}[class*='bdt-navbar-dropdown-left']{margin-left:0}[class*='bdt-navbar-dropdown-right']{margin-left:0}.bdt-navbar-dropdown-grid{margin-left:-30px}.bdt-navbar-dropdown-grid>*{padding-left:30px}.bdt-navbar-dropdown-grid>.bdt-grid-margin{margin-top:30px}.bdt-navbar-dropdown-stack .bdt-navbar-dropdown-grid>*{width:100% !important}.bdt-navbar-dropdown-width-2:not(.bdt-navbar-dropdown-stack){width:400px}.bdt-navbar-dropdown-width-3:not(.bdt-navbar-dropdown-stack){width:600px}.bdt-navbar-dropdown-width-4:not(.bdt-navbar-dropdown-stack){width:800px}.bdt-navbar-dropdown-width-5:not(.bdt-navbar-dropdown-stack){width:1000px}.bdt-navbar-dropdown-dropbar{margin-top:0;margin-bottom:0}.bdt-navbar-dropdown-nav>li>a{color:#999}.bdt-navbar-dropdown-nav>li>a:hover,.bdt-navbar-dropdown-nav>li>a:focus{color:#666}.bdt-navbar-dropdown-nav>li.bdt-active>a{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-header{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-navbar-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover,.bdt-navbar-dropdown-nav .bdt-nav-sub a:focus{color:#666}.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-navbar-dropbar{background:#f8f8f8}.bdt-navbar-dropbar-slide{position:absolute;z-index:980;left:0;right:0}.bdt-subnav{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-subnav>*{flex:none;padding-left:20px;position:relative}.bdt-subnav>*>:first-child{display:block;color:#999}.bdt-subnav>*>a:hover,.bdt-subnav>*>a:focus{color:#666;text-decoration:none;outline:none}.bdt-subnav>.bdt-active>a{color:#333}.bdt-subnav-divider{margin-left:-41px}.bdt-subnav-divider>*{display:flex;align-items:center}.bdt-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before{border-left-color:rgba(214,214,214,0.49)}.bdt-subnav-pill>*>:first-child{padding:5px 10px;background:transparent;color:#999}.bdt-subnav-pill>*>a:hover,.bdt-subnav-pill>*>a:focus{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>.bdt-active>a{background-color:#1e87f0;color:#fff}.bdt-subnav>.bdt-disabled>a{color:#999}.bdt-breadcrumb{display:flex;flex-wrap:wrap;padding:0;list-style:none}.bdt-breadcrumb>*{flex:none}.bdt-breadcrumb>*>*{display:inline-block;font-size:.875rem;color:#999}.bdt-breadcrumb>*>:hover,.bdt-breadcrumb>*>:focus{color:#666;text-decoration:none}.bdt-breadcrumb>:last-child>span,.bdt-breadcrumb>:last-child>a:not([href]){color:#666}.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before{content:"/";display:inline-block;margin:0 20px;font-size:.875rem;color:#999}.bdt-pagination{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-pagination>*{flex:none;padding-left:20px;position:relative}.bdt-pagination>*>*{display:block;color:#999}.bdt-pagination>*>:hover,.bdt-pagination>*>:focus{color:#666;text-decoration:none}.bdt-pagination>.bdt-active>*{color:#666}.bdt-pagination>.bdt-disabled>*{color:#999}.bdt-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-tab>*{flex:none;padding-left:20px;position:relative}.bdt-tab>*>a{display:block;text-align:center;padding:10px 15px;color:#999}.bdt-tab>*>a:hover,.bdt-tab>*>a:focus{color:#666;text-decoration:none}.bdt-tab>.bdt-active>a{color:#333}.bdt-tab>.bdt-disabled>a{color:#999}.bdt-tab-left,.bdt-tab-right{flex-direction:column;margin-left:0}.bdt-tab-left>*,.bdt-tab-right>*{padding-left:0}.bdt-tab-left>*>a{text-align:left}.bdt-tab-right>*>a{text-align:left}.bdt-slidenav{padding:5px 10px;color:rgba(102,102,102,0.5)}.bdt-slidenav:hover,.bdt-slidenav:focus{color:rgba(102,102,102,0.9);outline:none}.bdt-slidenav:active{color:rgba(102,102,102,0.5)}.bdt-slidenav-large{padding:10px 10px}.bdt-slidenav-container{display:flex}.bdt-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.bdt-dotnav>*{flex:none;padding-left:12px}.bdt-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:rgba(102,102,102,0.2);text-indent:100%;overflow:hidden;white-space:nowrap}.bdt-dotnav>*>:hover,.bdt-dotnav>*>:focus{background-color:rgba(102,102,102,0.6);outline:none}.bdt-dotnav>*>:active{background-color:rgba(102,102,102,0.2)}.bdt-dotnav>.bdt-active>*{background-color:rgba(102,102,102,0.6)}.bdt-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.bdt-dotnav-vertical>*{padding-left:0;padding-top:12px}.bdt-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.bdt-thumbnav>*{padding-left:15px}.bdt-thumbnav>*>*{display:inline-block}.bdt-thumbnav>*>:hover,.bdt-thumbnav>*>:focus{outline:none}.bdt-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.bdt-thumbnav-vertical>*{padding-left:0;padding-top:15px}.bdt-accordion{padding:0;list-style:none}.bdt-accordion>:nth-child(n+2){margin-top:20px}.bdt-accordion-title{display:block;font-size:1.25rem;line-height:1.4;color:#333}.bdt-accordion-title:hover,.bdt-accordion-title:focus{color:#666;text-decoration:none;outline:none}.bdt-accordion-content{margin-top:20px}.bdt-accordion-content::before,.bdt-accordion-content::after{content:"";display:table}.bdt-accordion-content::after{clear:both}.bdt-accordion-content>:last-child{margin-bottom:0}.bdt-drop{display:none;position:absolute;z-index:1020;box-sizing:border-box;width:300px}.bdt-drop.bdt-open{display:block}[class*='bdt-drop-top']{margin-top:-20px}[class*='bdt-drop-bottom']{margin-top:20px}[class*='bdt-drop-left']{margin-left:-20px}[class*='bdt-drop-right']{margin-left:20px}.bdt-drop-stack .bdt-drop-grid>*{width:100% !important}.bdt-dropdown{display:none;position:absolute;z-index:1020;box-sizing:border-box;min-width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-dropdown.bdt-open{display:block}.bdt-dropdown-nav{white-space:nowrap}.bdt-dropdown-nav>li>a{color:#999}.bdt-dropdown-nav>li>a:hover,.bdt-dropdown-nav>li>a:focus,.bdt-dropdown-nav>li.bdt-active>a{color:#666}.bdt-dropdown-nav .bdt-nav-header{color:#333}.bdt-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-dropdown-nav .bdt-nav-sub a:hover,.bdt-dropdown-nav .bdt-nav-sub a:focus,.bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#666}[class*='bdt-dropdown-top']{margin-top:-10px}[class*='bdt-dropdown-bottom']{margin-top:10px}[class*='bdt-dropdown-left']{margin-left:-10px}[class*='bdt-dropdown-right']{margin-left:10px}.bdt-dropdown-stack .bdt-dropdown-grid>*{width:100% !important}.bdt-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:15px 15px;background:rgba(0,0,0,0.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.bdt-modal{padding:50px 30px}}@media (min-width:960px){.bdt-modal{padding-left:40px;padding-right:40px}}.bdt-modal.bdt-open{opacity:1}.bdt-modal-page{overflow:hidden}.bdt-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:calc(100% - 0.01px) !important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform;border-radius:3px}.bdt-open>.bdt-modal-dialog{opacity:1;transform:translateY(0)}.bdt-modal-container .bdt-modal-dialog{width:1200px}.bdt-modal-full{padding:0;background:none}.bdt-modal-full .bdt-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.bdt-modal-body{padding:30px 30px}.bdt-modal-header{padding:15px 30px;background:#f8f8f8}.bdt-modal-footer{padding:15px 30px;background:#f8f8f8}.bdt-modal-body::before,.bdt-modal-body::after,.bdt-modal-header::before,.bdt-modal-header::after,.bdt-modal-footer::before,.bdt-modal-footer::after{content:"";display:table}.bdt-modal-body::after,.bdt-modal-header::after,.bdt-modal-footer::after{clear:both}.bdt-modal-body>:last-child,.bdt-modal-header>:last-child,.bdt-modal-footer>:last-child{margin-bottom:0}.bdt-modal-title{font-size:1.6rem;line-height:1.3;font-weight:400}[class*='bdt-modal-close-']{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*='bdt-modal-close-']:first-child+*{margin-top:0}.bdt-modal-close-outside{top:0;right:-5px;transform:translate(0, -100%);color:#fff}.bdt-modal-close-outside:hover{color:#fff}@media (min-width:960px){.bdt-modal-close-outside{right:0;transform:translate(100%, -100%)}}.bdt-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.bdt-lightbox.bdt-open{display:block;opacity:1}.bdt-lightbox-page{overflow:hidden}.bdt-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;color:rgba(255,255,255,0.7);will-change:transform,opacity}.bdt-lightbox-items>*>*{max-width:100vw;max-height:100vh}.bdt-lightbox-items>:focus{outline:none}.bdt-lightbox-items>*>:not(iframe){width:auto;height:auto}.bdt-lightbox-items>.bdt-active{display:flex}.bdt-lightbox-toolbar{padding:10px 10px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar>*{color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon{padding:5px;color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon:hover{color:#fff}.bdt-lightbox-button{box-sizing:border-box;width:50px;height:50px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7);display:inline-flex;justify-content:center;align-items:center}.bdt-lightbox-button:hover{color:#fff}.bdt-lightbox-caption:empty{display:none}.bdt-lightbox-iframe{width:80%;height:80%}.bdt-slideshow{-webkit-tap-highlight-color:transparent}.bdt-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none}.bdt-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform,opacity;touch-action:pan-y}.bdt-slideshow-items>:focus{outline:none}.bdt-slideshow-items>:not(.bdt-active){display:none}.bdt-slider{-webkit-tap-highlight-color:transparent}.bdt-slider-container{overflow:hidden}.bdt-slider-items{will-change:transform;position:relative}.bdt-slider-items:not(.bdt-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.bdt-slider-items.bdt-grid{flex-wrap:nowrap}.bdt-slider-items>*{flex:none;position:relative;touch-action:pan-y}.bdt-slider-items>:focus{outline:none}.bdt-sticky-fixed{z-index:980;box-sizing:border-box;margin:0 !important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bdt-sticky[class*='bdt-animation-']{animation-duration:.2s}.bdt-sticky.bdt-animation-reverse{animation-duration:.2s}.bdt-offcanvas{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000}.bdt-offcanvas-flip .bdt-offcanvas{right:0;left:auto}.bdt-offcanvas-bar{position:absolute;top:0;bottom:0;left:-270px;box-sizing:border-box;width:270px;padding:20px 20px;background:#222;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width:960px){.bdt-offcanvas-bar{left:-350px;width:350px;padding:40px 40px}}.bdt-offcanvas-flip .bdt-offcanvas-bar{left:auto;right:-270px}@media (min-width:960px){.bdt-offcanvas-flip .bdt-offcanvas-bar{right:-350px}}.bdt-open>.bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar{left:auto;right:0}.bdt-offcanvas-bar-animation{transition:left .3s ease-out}.bdt-offcanvas-flip .bdt-offcanvas-bar-animation{transition-property:right}.bdt-offcanvas-reveal{position:absolute;top:0;bottom:0;left:0;width:0;overflow:hidden;transition:width .3s ease-out}.bdt-offcanvas-reveal .bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar{left:auto;right:0}.bdt-open>.bdt-offcanvas-reveal{width:270px}@media (min-width:960px){.bdt-open>.bdt-offcanvas-reveal{width:350px}}.bdt-offcanvas-flip .bdt-offcanvas-reveal{right:0;left:auto}.bdt-offcanvas-close{position:absolute;z-index:1000;top:20px;right:20px;padding:5px}.bdt-offcanvas-overlay{width:100vw;touch-action:none}.bdt-offcanvas-overlay::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.1);opacity:0;transition:opacity .15s linear}.bdt-offcanvas-overlay.bdt-open::before{opacity:1}.bdt-offcanvas-page,.bdt-offcanvas-container{overflow-x:hidden}.bdt-offcanvas-container{position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%}:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:270px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-270px}@media (min-width:960px){:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:350px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-350px}}.bdt-switcher{margin:0;padding:0;list-style:none}.bdt-switcher>:not(.bdt-active){display:none}.bdt-switcher>*>:last-child{margin-bottom:0}.bdt-leader{overflow:hidden}.bdt-leader-fill::after{display:inline-block;margin-left:15px;width:0;content:attr(data-fill);white-space:nowrap}.bdt-leader-fill.bdt-leader-hide::after{display:none}.bdt-leader-fill-content::before{content:'.'}:root{--bdt-leader-fill-content:.}.bdt-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.bdt-iconnav>*{padding-left:10px}.bdt-iconnav>*>a{display:block;color:#999}.bdt-iconnav>*>a:hover,.bdt-iconnav>*>a:focus{color:#666;outline:none}.bdt-iconnav>.bdt-active>a{color:#666}.bdt-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.bdt-iconnav-vertical>*{padding-left:0;padding-top:10px}.bdt-notification{position:fixed;top:10px;left:10px;z-index:1040;box-sizing:border-box;width:450px}.bdt-notification-top-right,.bdt-notification-bottom-right{left:auto;right:10px}.bdt-notification-top-center,.bdt-notification-bottom-center{left:50%;margin-left:-225px}.bdt-notification-bottom-left,.bdt-notification-bottom-right,.bdt-notification-bottom-center{top:auto;bottom:10px}@media (max-width:639px){.bdt-notification{left:10px;right:10px;width:auto;margin:0}}.bdt-notification-message{position:relative;padding:15px;background:#f8f8f8;color:#666;font-size:1.25rem;line-height:1.4;cursor:pointer}*+.bdt-notification-message{margin-top:10px}.bdt-notification-close{display:none;position:absolute;top:20px;right:15px}.bdt-notification-message:hover .bdt-notification-close{display:block}.bdt-notification-message-primary{color:#1e87f0}.bdt-notification-message-success{color:#32d296}.bdt-notification-message-warning{color:#faa05a}.bdt-notification-message-danger{color:#f0506e}.bdt-tooltip{display:none;position:absolute;z-index:1030;top:0;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.bdt-tooltip.bdt-active{display:block}[class*='bdt-tooltip-top']{margin-top:-10px}[class*='bdt-tooltip-bottom']{margin-top:10px}[class*='bdt-tooltip-left']{margin-left:-10px}[class*='bdt-tooltip-right']{margin-left:10px}.bdt-placeholder{margin-bottom:20px;padding:30px 30px;background:#f8f8f8}*+.bdt-placeholder{margin-top:20px}.bdt-placeholder>:last-child{margin-bottom:0}.bdt-progress{vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;border:0;background-color:#f8f8f8;margin-bottom:20px;height:15px}*+.bdt-progress{margin-top:20px}.bdt-progress:indeterminate{color:transparent}.bdt-progress::-webkit-progress-bar{background-color:#f8f8f8}.bdt-progress:indeterminate::-moz-progress-bar{width:0}.bdt-progress::-webkit-progress-value{background-color:#1e87f0;transition:width .6s ease}.bdt-progress::-moz-progress-bar{background-color:#1e87f0}.bdt-progress::-ms-fill{background-color:#1e87f0;transition:width .6s ease;border:0}.bdt-sortable{position:relative}.bdt-sortable svg{pointer-events:none}.bdt-sortable>:last-child{margin-bottom:0}.bdt-sortable-drag{position:absolute !important;z-index:1050 !important;pointer-events:none}.bdt-sortable-placeholder{opacity:0;pointer-events:none}.bdt-sortable-empty{min-height:50px}.bdt-sortable-handle:hover{cursor:move}.bdt-countdown-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:.8}@media (min-width:640px){.bdt-countdown-number{font-size:4rem}}@media (min-width:960px){.bdt-countdown-number{font-size:6rem}}.bdt-countdown-separator{font-size:1rem;line-height:1.6}@media (min-width:640px){.bdt-countdown-separator{font-size:2rem}}@media (min-width:960px){.bdt-countdown-separator{font-size:3rem}}[class*='bdt-animation-']{animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.bdt-animation-fade{animation-name:bdt-fade;animation-duration:.8s;animation-timing-function:linear}.bdt-animation-scale-up{animation-name:bdt-fade-scale-02}.bdt-animation-scale-down{animation-name:bdt-fade-scale-18}.bdt-animation-slide-top{animation-name:bdt-fade-top}.bdt-animation-slide-bottom{animation-name:bdt-fade-bottom}.bdt-animation-slide-left{animation-name:bdt-fade-left}.bdt-animation-slide-right{animation-name:bdt-fade-right}.bdt-animation-slide-top-small{animation-name:bdt-fade-top-small}.bdt-animation-slide-bottom-small{animation-name:bdt-fade-bottom-small}.bdt-animation-slide-left-small{animation-name:bdt-fade-left-small}.bdt-animation-slide-right-small{animation-name:bdt-fade-right-small}.bdt-animation-slide-top-medium{animation-name:bdt-fade-top-medium}.bdt-animation-slide-bottom-medium{animation-name:bdt-fade-bottom-medium}.bdt-animation-slide-left-medium{animation-name:bdt-fade-left-medium}.bdt-animation-slide-right-medium{animation-name:bdt-fade-right-medium}.bdt-animation-kenburns{animation-name:bdt-scale-kenburns;animation-duration:15s}.bdt-animation-shake{animation-name:bdt-shake}.bdt-animation-stroke{animation-name:bdt-stroke;stroke-dasharray:var(--bdt-animation-stroke);animation-duration:2s}.bdt-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.bdt-animation-fast{animation-duration:.1s}.bdt-animation-toggle:not(:hover):not(:focus) [class*='bdt-animation-']{animation-name:none}.bdt-animation-toggle{-webkit-tap-highlight-color:transparent}.bdt-animation-toggle:focus{outline:none}@keyframes bdt-fade{0%{opacity:0}100%{opacity:1}}@keyframes bdt-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-top-small{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom-small{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left-small{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right-small{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-top-medium{0%{opacity:0;transform:translateY(-50px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom-medium{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left-medium{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right-medium{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@keyframes bdt-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@keyframes bdt-scale-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes bdt-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes bdt-stroke{0%{stroke-dashoffset:var(--bdt-animation-stroke)}100%{stroke-dashoffset:0}}[class*='bdt-child-width']>*{box-sizing:border-box;width:100%}.bdt-child-width-1-2>*{width:50%}.bdt-child-width-1-3>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4>*{width:25%}.bdt-child-width-1-5>*{width:20%}.bdt-child-width-1-6>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto>*{width:auto}.bdt-child-width-expand>:not([class*='bdt-width']){flex:1;min-width:1px}@media (min-width:640px){.bdt-child-width-1-1\@s>*{width:100%}.bdt-child-width-1-2\@s>*{width:50%}.bdt-child-width-1-3\@s>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@s>*{width:25%}.bdt-child-width-1-5\@s>*{width:20%}.bdt-child-width-1-6\@s>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@s>*{width:auto}.bdt-child-width-expand\@s>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:960px){.bdt-child-width-1-1\@m>*{width:100%}.bdt-child-width-1-2\@m>*{width:50%}.bdt-child-width-1-3\@m>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@m>*{width:25%}.bdt-child-width-1-5\@m>*{width:20%}.bdt-child-width-1-6\@m>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@m>*{width:auto}.bdt-child-width-expand\@m>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:1200px){.bdt-child-width-1-1\@l>*{width:100%}.bdt-child-width-1-2\@l>*{width:50%}.bdt-child-width-1-3\@l>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@l>*{width:25%}.bdt-child-width-1-5\@l>*{width:20%}.bdt-child-width-1-6\@l>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@l>*{width:auto}.bdt-child-width-expand\@l>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:1600px){.bdt-child-width-1-1\@xl>*{width:100%}.bdt-child-width-1-2\@xl>*{width:50%}.bdt-child-width-1-3\@xl>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@xl>*{width:25%}.bdt-child-width-1-5\@xl>*{width:20%}.bdt-child-width-1-6\@xl>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@xl>*{width:auto}.bdt-child-width-expand\@xl>:not([class*='bdt-width']){flex:1;min-width:1px}}[class*='bdt-width']{box-sizing:border-box;width:100%;max-width:100%}.bdt-width-1-2{width:50%}.bdt-width-1-3{width:calc(100% * 1 / 3.001)}.bdt-width-2-3{width:calc(100% * 2 / 3.001)}.bdt-width-1-4{width:25%}.bdt-width-3-4{width:75%}.bdt-width-1-5{width:20%}.bdt-width-2-5{width:40%}.bdt-width-3-5{width:60%}.bdt-width-4-5{width:80%}.bdt-width-1-6{width:calc(100% * 1 / 6.001)}.bdt-width-5-6{width:calc(100% * 5 / 6.001)}.bdt-width-small{width:150px}.bdt-width-medium{width:300px}.bdt-width-large{width:450px}.bdt-width-xlarge{width:600px}.bdt-width-xxlarge{width:750px}.bdt-width-auto{width:auto}.bdt-width-expand{flex:1;min-width:1px}@media (min-width:640px){.bdt-width-1-1\@s{width:100%}.bdt-width-1-2\@s{width:50%}.bdt-width-1-3\@s{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@s{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@s{width:25%}.bdt-width-3-4\@s{width:75%}.bdt-width-1-5\@s{width:20%}.bdt-width-2-5\@s{width:40%}.bdt-width-3-5\@s{width:60%}.bdt-width-4-5\@s{width:80%}.bdt-width-1-6\@s{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@s{width:calc(100% * 5 / 6.001)}.bdt-width-small\@s{width:150px}.bdt-width-medium\@s{width:300px}.bdt-width-large\@s{width:450px}.bdt-width-xlarge\@s{width:600px}.bdt-width-xxlarge\@s{width:750px}.bdt-width-auto\@s{width:auto}.bdt-width-expand\@s{flex:1;min-width:1px}}@media (min-width:960px){.bdt-width-1-1\@m{width:100%}.bdt-width-1-2\@m{width:50%}.bdt-width-1-3\@m{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@m{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@m{width:25%}.bdt-width-3-4\@m{width:75%}.bdt-width-1-5\@m{width:20%}.bdt-width-2-5\@m{width:40%}.bdt-width-3-5\@m{width:60%}.bdt-width-4-5\@m{width:80%}.bdt-width-1-6\@m{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@m{width:calc(100% * 5 / 6.001)}.bdt-width-small\@m{width:150px}.bdt-width-medium\@m{width:300px}.bdt-width-large\@m{width:450px}.bdt-width-xlarge\@m{width:600px}.bdt-width-xxlarge\@m{width:750px}.bdt-width-auto\@m{width:auto}.bdt-width-expand\@m{flex:1;min-width:1px}}@media (min-width:1200px){.bdt-width-1-1\@l{width:100%}.bdt-width-1-2\@l{width:50%}.bdt-width-1-3\@l{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@l{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@l{width:25%}.bdt-width-3-4\@l{width:75%}.bdt-width-1-5\@l{width:20%}.bdt-width-2-5\@l{width:40%}.bdt-width-3-5\@l{width:60%}.bdt-width-4-5\@l{width:80%}.bdt-width-1-6\@l{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@l{width:calc(100% * 5 / 6.001)}.bdt-width-small\@l{width:150px}.bdt-width-medium\@l{width:300px}.bdt-width-large\@l{width:450px}.bdt-width-xlarge\@l{width:600px}.bdt-width-xxlarge\@l{width:750px}.bdt-width-auto\@l{width:auto}.bdt-width-expand\@l{flex:1;min-width:1px}}@media (min-width:1600px){.bdt-width-1-1\@xl{width:100%}.bdt-width-1-2\@xl{width:50%}.bdt-width-1-3\@xl{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@xl{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@xl{width:25%}.bdt-width-3-4\@xl{width:75%}.bdt-width-1-5\@xl{width:20%}.bdt-width-2-5\@xl{width:40%}.bdt-width-3-5\@xl{width:60%}.bdt-width-4-5\@xl{width:80%}.bdt-width-1-6\@xl{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@xl{width:calc(100% * 5 / 6.001)}.bdt-width-small\@xl{width:150px}.bdt-width-medium\@xl{width:300px}.bdt-width-large\@xl{width:450px}.bdt-width-xlarge\@xl{width:600px}.bdt-width-xxlarge\@xl{width:750px}.bdt-width-auto\@xl{width:auto}.bdt-width-expand\@xl{flex:1;min-width:1px}}[class*='bdt-height']{box-sizing:border-box}.bdt-height-1-1{height:100%}.bdt-height-viewport{min-height:100vh}.bdt-height-small{height:150px}.bdt-height-medium{height:300px}.bdt-height-large{height:450px}.bdt-height-max-small{max-height:150px}.bdt-height-max-medium{max-height:300px}.bdt-height-max-large{max-height:450px}.bdt-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.bdt-text-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-text-small{font-size:.875rem;line-height:1.5}.bdt-text-large{font-size:1.5rem;line-height:1.5}.bdt-text-light{font-weight:300}.bdt-text-normal{font-weight:400}.bdt-text-bold{font-weight:700}.bdt-text-lighter{font-weight:lighter}.bdt-text-bolder{font-weight:bolder}.bdt-text-italic{font-style:italic}.bdt-text-capitalize{text-transform:capitalize !important}.bdt-text-uppercase{text-transform:uppercase !important}.bdt-text-lowercase{text-transform:lowercase !important}.bdt-text-muted{color:#999 !important}.bdt-text-emphasis{color:#333 !important}.bdt-text-primary{color:#1e87f0 !important}.bdt-text-secondary{color:#222 !important}.bdt-text-success{color:#32d296 !important}.bdt-text-warning{color:#faa05a !important}.bdt-text-danger{color:#f0506e !important}.bdt-text-background{-webkit-background-clip:text;display:inline-block;color:#1e87f0 !important}@supports (-webkit-background-clip: text){.bdt-text-background{background-color:#1e87f0;color:transparent !important}}.bdt-text-left{text-align:left !important}.bdt-text-right{text-align:right !important}.bdt-text-center{text-align:center !important}.bdt-text-justify{text-align:justify !important}@media (min-width:640px){.bdt-text-left\@s{text-align:left !important}.bdt-text-right\@s{text-align:right !important}.bdt-text-center\@s{text-align:center !important}}@media (min-width:960px){.bdt-text-left\@m{text-align:left !important}.bdt-text-right\@m{text-align:right !important}.bdt-text-center\@m{text-align:center !important}}@media (min-width:1200px){.bdt-text-left\@l{text-align:left !important}.bdt-text-right\@l{text-align:right !important}.bdt-text-center\@l{text-align:center !important}}@media (min-width:1600px){.bdt-text-left\@xl{text-align:left !important}.bdt-text-right\@xl{text-align:right !important}.bdt-text-center\@xl{text-align:center !important}}.bdt-text-top{vertical-align:top !important}.bdt-text-middle{vertical-align:middle !important}.bdt-text-bottom{vertical-align:bottom !important}.bdt-text-baseline{vertical-align:baseline !important}.bdt-text-nowrap{white-space:nowrap}.bdt-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th.bdt-text-truncate,td.bdt-text-truncate{max-width:0}.bdt-text-break{overflow-wrap:break-word;word-wrap:break-word}th.bdt-text-break,td.bdt-text-break{word-break:break-all}[class*='bdt-column-']{column-gap:30px}@media (min-width:1200px){[class*='bdt-column-']{column-gap:40px}}[class*='bdt-column-'] img{transform:translate3d(0, 0, 0)}.bdt-column-divider{column-rule:1px solid rgba(214,214,214,0.49);column-gap:60px}@media (min-width:1200px){.bdt-column-divider{column-gap:80px}}.bdt-column-1-2{column-count:2}.bdt-column-1-3{column-count:3}.bdt-column-1-4{column-count:4}.bdt-column-1-5{column-count:5}.bdt-column-1-6{column-count:6}@media (min-width:640px){.bdt-column-1-2\@s{column-count:2}.bdt-column-1-3\@s{column-count:3}.bdt-column-1-4\@s{column-count:4}.bdt-column-1-5\@s{column-count:5}.bdt-column-1-6\@s{column-count:6}}@media (min-width:960px){.bdt-column-1-2\@m{column-count:2}.bdt-column-1-3\@m{column-count:3}.bdt-column-1-4\@m{column-count:4}.bdt-column-1-5\@m{column-count:5}.bdt-column-1-6\@m{column-count:6}}@media (min-width:1200px){.bdt-column-1-2\@l{column-count:2}.bdt-column-1-3\@l{column-count:3}.bdt-column-1-4\@l{column-count:4}.bdt-column-1-5\@l{column-count:5}.bdt-column-1-6\@l{column-count:6}}@media (min-width:1600px){.bdt-column-1-2\@xl{column-count:2}.bdt-column-1-3\@xl{column-count:3}.bdt-column-1-4\@xl{column-count:4}.bdt-column-1-5\@xl{column-count:5}.bdt-column-1-6\@xl{column-count:6}}.bdt-column-span{column-span:all}.bdt-cover{max-width:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}iframe.bdt-cover{pointer-events:none}.bdt-cover-container{overflow:hidden;position:relative}.bdt-background-default{background-color:#fff}.bdt-background-muted{background-color:#f8f8f8}.bdt-background-primary{background-color:#1e87f0}.bdt-background-secondary{background-color:#222}.bdt-background-cover,.bdt-background-contain{background-position:50% 50%;background-repeat:no-repeat}.bdt-background-cover{background-size:cover}.bdt-background-contain{background-size:contain}.bdt-background-top-left{background-position:0 0}.bdt-background-top-center{background-position:50% 0}.bdt-background-top-right{background-position:100% 0}.bdt-background-center-left{background-position:0 50%}.bdt-background-center-center{background-position:50% 50%}.bdt-background-center-right{background-position:100% 50%}.bdt-background-bottom-left{background-position:0 100%}.bdt-background-bottom-center{background-position:50% 100%}.bdt-background-bottom-right{background-position:100% 100%}.bdt-background-norepeat{background-repeat:no-repeat}.bdt-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer:coarse){.bdt-background-fixed{background-attachment:scroll}}@media (max-width:639px){.bdt-background-image\@s{background-image:none !important}}@media (max-width:959px){.bdt-background-image\@m{background-image:none !important}}@media (max-width:1199px){.bdt-background-image\@l{background-image:none !important}}@media (max-width:1599px){.bdt-background-image\@xl{background-image:none !important}}.bdt-background-blend-multiply{background-blend-mode:multiply}.bdt-background-blend-screen{background-blend-mode:screen}.bdt-background-blend-overlay{background-blend-mode:overlay}.bdt-background-blend-darken{background-blend-mode:darken}.bdt-background-blend-lighten{background-blend-mode:lighten}.bdt-background-blend-color-dodge{background-blend-mode:color-dodge}.bdt-background-blend-color-burn{background-blend-mode:color-burn}.bdt-background-blend-hard-light{background-blend-mode:hard-light}.bdt-background-blend-soft-light{background-blend-mode:soft-light}.bdt-background-blend-difference{background-blend-mode:difference}.bdt-background-blend-exclusion{background-blend-mode:exclusion}.bdt-background-blend-hue{background-blend-mode:hue}.bdt-background-blend-saturation{background-blend-mode:saturation}.bdt-background-blend-color{background-blend-mode:color}.bdt-background-blend-luminosity{background-blend-mode:luminosity}[class*='bdt-align']{display:block;margin-bottom:30px}*+[class*='bdt-align']{margin-top:30px}.bdt-align-center{margin-left:auto;margin-right:auto}.bdt-align-left{margin-top:0;margin-right:30px;float:left}.bdt-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.bdt-align-left\@s{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.bdt-align-left\@m{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.bdt-align-left\@l{margin-top:0;float:left}.bdt-align-right\@l{margin-top:0;float:right}.bdt-align-left,.bdt-align-left\@s,.bdt-align-left\@m,.bdt-align-left\@l{margin-right:40px}.bdt-align-right,.bdt-align-right\@s,.bdt-align-right\@m,.bdt-align-right\@l{margin-left:40px}}@media (min-width:1600px){.bdt-align-left\@xl{margin-top:0;margin-right:40px;float:left}.bdt-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.bdt-svg,.bdt-svg:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve){fill:currentcolor}.bdt-svg:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve){stroke:currentcolor}.bdt-svg{transform:translate(0, 0)}.bdt-panel{position:relative;box-sizing:border-box}.bdt-panel::before,.bdt-panel::after{content:"";display:table}.bdt-panel::after{clear:both}.bdt-panel>:last-child{margin-bottom:0}.bdt-panel-scrollable{height:170px;padding:10px;border:1px solid rgba(214,214,214,0.49);overflow:auto;-webkit-overflow-scrolling:touch;resize:both}.bdt-clearfix::before{content:"";display:table-cell}.bdt-clearfix::after{content:"";display:table;clear:both}.bdt-float-left{float:left}.bdt-float-right{float:right}[class*='bdt-float-']{max-width:100%}.bdt-overflow-hidden{overflow:hidden}.bdt-overflow-auto{overflow:auto;-webkit-overflow-scrolling:touch}.bdt-overflow-auto>:last-child{margin-bottom:0}.bdt-resize{resize:both}.bdt-resize-vertical{resize:vertical}.bdt-display-block{display:block !important}.bdt-display-inline{display:inline !important}.bdt-display-inline-block{display:inline-block !important}[class*='bdt-inline']{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.bdt-inline-clip{overflow:hidden}.bdt-preserve-width,.bdt-preserve-width canvas,.bdt-preserve-width img,.bdt-preserve-width svg,.bdt-preserve-width video{max-width:none}.bdt-responsive-width,.bdt-responsive-height{box-sizing:border-box}.bdt-responsive-width{max-width:100% !important;height:auto}.bdt-responsive-height{max-height:100%;width:auto;max-width:none}.bdt-border-circle{border-radius:50%}.bdt-border-pill{border-radius:500px}.bdt-border-rounded{border-radius:5px}.bdt-inline-clip[class*='bdt-border-']{-webkit-transform:translateZ(0)}.bdt-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,0.16)}[class*='bdt-box-shadow-hover']{transition:box-shadow .1s ease-in-out}.bdt-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,0.16)}@supports (filter: blur(0)){.bdt-box-shadow-bottom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-box-shadow-bottom::before{content:'';position:absolute;bottom:-30px;left:0;right:0;height:30px;border-radius:100%;background:#444;filter:blur(20px)}.bdt-box-shadow-bottom>*{position:relative}}.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1}@-moz-document url-prefix(){.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}@supports (-ms-ime-align: auto){.bdt-dropcap>p:first-of-type::first-letter{font-size:1em}}.bdt-logo{font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#666;text-decoration:none}.bdt-logo:hover,.bdt-logo:focus{color:#666;outline:none;text-decoration:none}.bdt-logo-inverse{display:none}.bdt-disabled{pointer-events:none}.bdt-drag,.bdt-drag *{cursor:move}.bdt-drag iframe{pointer-events:none}.bdt-dragover{box-shadow:0 0 20px rgba(100,100,100,0.3)}.bdt-blend-multiply{mix-blend-mode:multiply}.bdt-blend-screen{mix-blend-mode:screen}.bdt-blend-overlay{mix-blend-mode:overlay}.bdt-blend-darken{mix-blend-mode:darken}.bdt-blend-lighten{mix-blend-mode:lighten}.bdt-blend-color-dodge{mix-blend-mode:color-dodge}.bdt-blend-color-burn{mix-blend-mode:color-burn}.bdt-blend-hard-light{mix-blend-mode:hard-light}.bdt-blend-soft-light{mix-blend-mode:soft-light}.bdt-blend-difference{mix-blend-mode:difference}.bdt-blend-exclusion{mix-blend-mode:exclusion}.bdt-blend-hue{mix-blend-mode:hue}.bdt-blend-saturation{mix-blend-mode:saturation}.bdt-blend-color{mix-blend-mode:color}.bdt-blend-luminosity{mix-blend-mode:luminosity}.bdt-transform-center{transform:translate(-50%, -50%)}.bdt-transform-origin-top-left{transform-origin:0 0}.bdt-transform-origin-top-center{transform-origin:50% 0}.bdt-transform-origin-top-right{transform-origin:100% 0}.bdt-transform-origin-center-left{transform-origin:0 50%}.bdt-transform-origin-center-right{transform-origin:100% 50%}.bdt-transform-origin-bottom-left{transform-origin:0 100%}.bdt-transform-origin-bottom-center{transform-origin:50% 100%}.bdt-transform-origin-bottom-right{transform-origin:100% 100%}.bdt-flex{display:flex}.bdt-flex-inline{display:inline-flex}.bdt-flex::before,.bdt-flex::after,.bdt-flex-inline::before,.bdt-flex-inline::after{display:none}.bdt-flex-left{justify-content:flex-start}.bdt-flex-center{justify-content:center}.bdt-flex-right{justify-content:flex-end}.bdt-flex-between{justify-content:space-between}.bdt-flex-around{justify-content:space-around}@media (min-width:640px){.bdt-flex-left\@s{justify-content:flex-start}.bdt-flex-center\@s{justify-content:center}.bdt-flex-right\@s{justify-content:flex-end}.bdt-flex-between\@s{justify-content:space-between}.bdt-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.bdt-flex-left\@m{justify-content:flex-start}.bdt-flex-center\@m{justify-content:center}.bdt-flex-right\@m{justify-content:flex-end}.bdt-flex-between\@m{justify-content:space-between}.bdt-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.bdt-flex-left\@l{justify-content:flex-start}.bdt-flex-center\@l{justify-content:center}.bdt-flex-right\@l{justify-content:flex-end}.bdt-flex-between\@l{justify-content:space-between}.bdt-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.bdt-flex-left\@xl{justify-content:flex-start}.bdt-flex-center\@xl{justify-content:center}.bdt-flex-right\@xl{justify-content:flex-end}.bdt-flex-between\@xl{justify-content:space-between}.bdt-flex-around\@xl{justify-content:space-around}}.bdt-flex-stretch{align-items:stretch}.bdt-flex-top{align-items:flex-start}.bdt-flex-middle{align-items:center}.bdt-flex-bottom{align-items:flex-end}.bdt-flex-row{flex-direction:row}.bdt-flex-row-reverse{flex-direction:row-reverse}.bdt-flex-column{flex-direction:column}.bdt-flex-column-reverse{flex-direction:column-reverse}.bdt-flex-nowrap{flex-wrap:nowrap}.bdt-flex-wrap{flex-wrap:wrap}.bdt-flex-wrap-reverse{flex-wrap:wrap-reverse}.bdt-flex-wrap-stretch{align-content:stretch}.bdt-flex-wrap-top{align-content:flex-start}.bdt-flex-wrap-middle{align-content:center}.bdt-flex-wrap-bottom{align-content:flex-end}.bdt-flex-wrap-between{align-content:space-between}.bdt-flex-wrap-around{align-content:space-around}.bdt-flex-first{order:-1}.bdt-flex-last{order:99}@media (min-width:640px){.bdt-flex-first\@s{order:-1}.bdt-flex-last\@s{order:99}}@media (min-width:960px){.bdt-flex-first\@m{order:-1}.bdt-flex-last\@m{order:99}}@media (min-width:1200px){.bdt-flex-first\@l{order:-1}.bdt-flex-last\@l{order:99}}@media (min-width:1600px){.bdt-flex-first\@xl{order:-1}.bdt-flex-last\@xl{order:99}}.bdt-flex-none{flex:none}.bdt-flex-auto{flex:auto}.bdt-flex-1{flex:1}.bdt-margin{margin-bottom:20px}*+.bdt-margin{margin-top:20px !important}.bdt-margin-top{margin-top:20px !important}.bdt-margin-bottom{margin-bottom:20px !important}.bdt-margin-left{margin-left:20px !important}.bdt-margin-right{margin-right:20px !important}.bdt-margin-small{margin-bottom:10px}*+.bdt-margin-small{margin-top:10px !important}.bdt-margin-small-top{margin-top:10px !important}.bdt-margin-small-bottom{margin-bottom:10px !important}.bdt-margin-small-left{margin-left:10px !important}.bdt-margin-small-right{margin-right:10px !important}.bdt-margin-medium{margin-bottom:40px}*+.bdt-margin-medium{margin-top:40px !important}.bdt-margin-medium-top{margin-top:40px !important}.bdt-margin-medium-bottom{margin-bottom:40px !important}.bdt-margin-medium-left{margin-left:40px !important}.bdt-margin-medium-right{margin-right:40px !important}.bdt-margin-large{margin-bottom:40px}*+.bdt-margin-large{margin-top:40px !important}.bdt-margin-large-top{margin-top:40px !important}.bdt-margin-large-bottom{margin-bottom:40px !important}.bdt-margin-large-left{margin-left:40px !important}.bdt-margin-large-right{margin-right:40px !important}@media (min-width:1200px){.bdt-margin-large{margin-bottom:70px}*+.bdt-margin-large{margin-top:70px !important}.bdt-margin-large-top{margin-top:70px !important}.bdt-margin-large-bottom{margin-bottom:70px !important}.bdt-margin-large-left{margin-left:70px !important}.bdt-margin-large-right{margin-right:70px !important}}.bdt-margin-xlarge{margin-bottom:70px}*+.bdt-margin-xlarge{margin-top:70px !important}.bdt-margin-xlarge-top{margin-top:70px !important}.bdt-margin-xlarge-bottom{margin-bottom:70px !important}.bdt-margin-xlarge-left{margin-left:70px !important}.bdt-margin-xlarge-right{margin-right:70px !important}@media (min-width:1200px){.bdt-margin-xlarge{margin-bottom:140px}*+.bdt-margin-xlarge{margin-top:140px !important}.bdt-margin-xlarge-top{margin-top:140px !important}.bdt-margin-xlarge-bottom{margin-bottom:140px !important}.bdt-margin-xlarge-left{margin-left:140px !important}.bdt-margin-xlarge-right{margin-right:140px !important}}.bdt-margin-auto{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-top{margin-top:auto !important}.bdt-margin-auto-bottom{margin-bottom:auto !important}.bdt-margin-auto-left{margin-left:auto !important}.bdt-margin-auto-right{margin-right:auto !important}.bdt-margin-auto-vertical{margin-top:auto !important;margin-bottom:auto !important}@media (min-width:640px){.bdt-margin-auto\@s{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@s{margin-left:auto !important}.bdt-margin-auto-right\@s{margin-right:auto !important}}@media (min-width:960px){.bdt-margin-auto\@m{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@m{margin-left:auto !important}.bdt-margin-auto-right\@m{margin-right:auto !important}}@media (min-width:1200px){.bdt-margin-auto\@l{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@l{margin-left:auto !important}.bdt-margin-auto-right\@l{margin-right:auto !important}}@media (min-width:1600px){.bdt-margin-auto\@xl{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@xl{margin-left:auto !important}.bdt-margin-auto-right\@xl{margin-right:auto !important}}.bdt-margin-remove{margin:0 !important}.bdt-margin-remove-top{margin-top:0 !important}.bdt-margin-remove-bottom{margin-bottom:0 !important}.bdt-margin-remove-left{margin-left:0 !important}.bdt-margin-remove-right{margin-right:0 !important}.bdt-margin-remove-vertical{margin-top:0 !important;margin-bottom:0 !important}.bdt-margin-remove-adjacent+*,.bdt-margin-remove-first-child>:first-child{margin-top:0 !important}.bdt-margin-remove-last-child>:last-child{margin-bottom:0 !important}@media (min-width:640px){.bdt-margin-remove-left\@s{margin-left:0 !important}.bdt-margin-remove-right\@s{margin-right:0 !important}}@media (min-width:960px){.bdt-margin-remove-left\@m{margin-left:0 !important}.bdt-margin-remove-right\@m{margin-right:0 !important}}@media (min-width:1200px){.bdt-margin-remove-left\@l{margin-left:0 !important}.bdt-margin-remove-right\@l{margin-right:0 !important}}@media (min-width:1600px){.bdt-margin-remove-left\@xl{margin-left:0 !important}.bdt-margin-remove-right\@xl{margin-right:0 !important}}.bdt-padding{padding:30px}@media (min-width:1200px){.bdt-padding{padding:40px}}.bdt-padding-small{padding:15px}.bdt-padding-large{padding:30px}@media (min-width:1200px){.bdt-padding-large{padding:70px}}.bdt-padding-remove{padding:0 !important}.bdt-padding-remove-top{padding-top:0 !important}.bdt-padding-remove-bottom{padding-bottom:0 !important}.bdt-padding-remove-left{padding-left:0 !important}.bdt-padding-remove-right{padding-right:0 !important}.bdt-padding-remove-vertical{padding-top:0 !important;padding-bottom:0 !important}.bdt-padding-remove-horizontal{padding-left:0 !important;padding-right:0 !important}[class*='bdt-position-top'],[class*='bdt-position-bottom'],[class*='bdt-position-left'],[class*='bdt-position-right'],[class*='bdt-position-center']{position:absolute !important;max-width:100%}.bdt-position-top{top:0;left:0;right:0}.bdt-position-bottom{bottom:0;left:0;right:0}.bdt-position-left{top:0;bottom:0;left:0}.bdt-position-right{top:0;bottom:0;right:0}.bdt-position-top-left{top:0;left:0}.bdt-position-top-right{top:0;right:0}.bdt-position-bottom-left{bottom:0;left:0}.bdt-position-bottom-right{bottom:0;right:0}.bdt-position-center{top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;max-width:100%;box-sizing:border-box}[class*='bdt-position-center-left'],[class*='bdt-position-center-right']{top:50%;transform:translateY(-50%)}.bdt-position-center-left{left:0}.bdt-position-center-right{right:0}.bdt-position-center-left-out{right:100%;width:max-content}.bdt-position-center-right-out{left:100%;width:max-content}.bdt-position-top-center,.bdt-position-bottom-center{left:50%;transform:translateX(-50%);width:max-content;max-width:100%;box-sizing:border-box}.bdt-position-top-center{top:0}.bdt-position-bottom-center{bottom:0}.bdt-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.bdt-position-relative{position:relative !important}.bdt-position-absolute{position:absolute !important}.bdt-position-fixed{position:fixed !important}.bdt-position-z-index{z-index:1}.bdt-position-small{max-width:calc(100% - (15px * 2));margin:15px}.bdt-position-small.bdt-position-center{transform:translate(-50%, -50%) translate(-15px, -15px)}.bdt-position-small[class*='bdt-position-center-left'],.bdt-position-small[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-15px)}.bdt-position-small.bdt-position-top-center,.bdt-position-small.bdt-position-bottom-center{transform:translateX(-50%) translateX(-15px)}.bdt-position-medium{max-width:calc(100% - (30px * 2));margin:30px}.bdt-position-medium.bdt-position-center{transform:translate(-50%, -50%) translate(-30px, -30px)}.bdt-position-medium[class*='bdt-position-center-left'],.bdt-position-medium[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.bdt-position-medium.bdt-position-top-center,.bdt-position-medium.bdt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}.bdt-position-large{max-width:calc(100% - (30px * 2));margin:30px}.bdt-position-large.bdt-position-center{transform:translate(-50%, -50%) translate(-30px, -30px)}.bdt-position-large[class*='bdt-position-center-left'],.bdt-position-large[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.bdt-position-large.bdt-position-top-center,.bdt-position-large.bdt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}@media (min-width:1200px){.bdt-position-large{max-width:calc(100% - (50px * 2));margin:50px}.bdt-position-large.bdt-position-center{transform:translate(-50%, -50%) translate(-50px, -50px)}.bdt-position-large[class*='bdt-position-center-left'],.bdt-position-large[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-50px)}.bdt-position-large.bdt-position-top-center,.bdt-position-large.bdt-position-bottom-center{transform:translateX(-50%) translateX(-50px)}}.bdt-transition-toggle{-webkit-tap-highlight-color:transparent}.bdt-transition-toggle:focus{outline:none}.bdt-transition-fade,[class*='bdt-transition-scale'],[class*='bdt-transition-slide']{transition:.3s ease-out;transition-property:opacity,transform,filter;opacity:0}.bdt-transition-toggle:hover .bdt-transition-fade,.bdt-transition-toggle:focus .bdt-transition-fade,.bdt-transition-active.bdt-active .bdt-transition-fade{opacity:1}.bdt-transition-scale-up{transform:scale(1, 1)}.bdt-transition-scale-down{transform:scale(1.1, 1.1)}.bdt-transition-toggle:hover .bdt-transition-scale-up,.bdt-transition-toggle:focus .bdt-transition-scale-up,.bdt-transition-active.bdt-active .bdt-transition-scale-up{opacity:1;transform:scale(1.1, 1.1)}.bdt-transition-toggle:hover .bdt-transition-scale-down,.bdt-transition-toggle:focus .bdt-transition-scale-down,.bdt-transition-active.bdt-active .bdt-transition-scale-down{opacity:1;transform:scale(1, 1)}.bdt-transition-slide-top{transform:translateY(-100%)}.bdt-transition-slide-bottom{transform:translateY(100%)}.bdt-transition-slide-left{transform:translateX(-100%)}.bdt-transition-slide-right{transform:translateX(100%)}.bdt-transition-slide-top-small{transform:translateY(-10px)}.bdt-transition-slide-bottom-small{transform:translateY(10px)}.bdt-transition-slide-left-small{transform:translateX(-10px)}.bdt-transition-slide-right-small{transform:translateX(10px)}.bdt-transition-slide-top-medium{transform:translateY(-50px)}.bdt-transition-slide-bottom-medium{transform:translateY(50px)}.bdt-transition-slide-left-medium{transform:translateX(-50px)}.bdt-transition-slide-right-medium{transform:translateX(50px)}.bdt-transition-toggle:hover [class*='bdt-transition-slide'],.bdt-transition-toggle:focus [class*='bdt-transition-slide'],.bdt-transition-active.bdt-active [class*='bdt-transition-slide']{opacity:1;transform:translate(0, 0)}.bdt-transition-opaque{opacity:1}.bdt-transition-slow{transition-duration:.7s}[hidden],.bdt-hidden{display:none !important}@media (min-width:640px){.bdt-hidden\@s{display:none !important}}@media (min-width:960px){.bdt-hidden\@m{display:none !important}}@media (min-width:1200px){.bdt-hidden\@l{display:none !important}}@media (min-width:1600px){.bdt-hidden\@xl{display:none !important}}@media (max-width:639px){.bdt-visible\@s{display:none !important}}@media (max-width:959px){.bdt-visible\@m{display:none !important}}@media (max-width:1199px){.bdt-visible\@l{display:none !important}}@media (max-width:1599px){.bdt-visible\@xl{display:none !important}}.bdt-invisible{visibility:hidden !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within){position:absolute !important;width:0 !important;height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within){opacity:0 !important}.bdt-visible-toggle{-webkit-tap-highlight-color:transparent}.bdt-visible-toggle:focus{outline:none}@media (pointer:coarse){.bdt-hidden-touch{display:none !important}}.bdt-hidden-notouch{display:none !important}@media (pointer:coarse){.bdt-hidden-notouch{display:block !important}}@media print{*,*::before,*::after{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.hook-modal-dialog{border-radius:3px}.hook-modal-title{font-weight:400}.bdt-cover{max-width:none !important}.bdt-drop .bdt-card p:empty{display:none}.bdt-drop .bdt-card p:not(:first-child){margin-top:15px;margin-bottom:0}.elementor-align-justify .bdt-button{width:100%}.bdt-notification .bdt-spinner{vertical-align:middle}.bdt-notification .bdt-spinner svg{width:20px;height:auto}.bdt-notification .bdt-icon{margin-right:10px;vertical-align:middle;line-height:normal}.bdt-notification .bdt-close{top:50%;transform:translateY(-50%)}.bdt-notification .bdt-notification-message{padding:20px 40px 20px 20px;background:#ffffff;font-size:1rem;box-shadow:0 5px 20px rgba(0,0,0,0.1);border-radius:3px}.bdt-slideshow .bdt-slideshow-items{padding:0;margin:0}.bdt-slideshow .bdt-slideshow-items[bdt-height-viewport] .bdt-slideshow-item img{width:auto !important;height:auto}.bdt-modal-full{background-color:#fff}.hook-button{border-radius:3px}.hook-form{border-radius:3px}.bdt-sticky-wrapper{width:100%}.bdt-heading-title:before,.bdt-heading-tag:before,.bdt-slide-title:before{content:none}.bdt-tippy-tooltip{outline:none}[class*="elementor-widget-bdt-"] a:hover{text-decoration:none}@media (max-width:1200px){.bdt-user-login a.elementor-button .elementor-button-icon,.bdt-user-register a.elementor-button .elementor-button-icon{margin-left:0 !important;margin-right:0 !important}}.bdt-particle-container{position:absolute;width:100%;height:100%;top:0;left:0}.bdt-particle-container canvas{display:block;vertical-align:bottom}.bdt-particle-container .particles-js-canvas-el{position:absolute;top:0;transform:scale(1);opacity:1;animation:appear 1.4s 1;animation-fill-mode:forwards}@-webkit-keyframes appear{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes appear{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.elementor-control.elementor-control-type-heading{margin-top:-1px}.elementor-lightbox .dialog-close-button .eicon-close{transition:transform .3s}.elementor-lightbox .dialog-close-button:hover .eicon-close{transform:rotate(90deg)}.elementor-lightbox .elementor-swiper-button-next .eicon-chevron-right,.elementor-lightbox .elementor-swiper-button-prev .eicon-chevron-left{transition:transform .3s}.elementor-lightbox .elementor-swiper-button-prev:hover .eicon-chevron-left{transform:scale(1.2)}.elementor-lightbox .elementor-swiper-button-next:hover .eicon-chevron-right{transform:scale(1.2)}.bdt-dots-container .swiper-pagination,.bdt-arrows-dots-container .swiper-pagination{position:relative}.bdt-dots-container .swiper-pagination .swiper-pagination-bullet,.bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}.bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,.bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:5px}.bdt-dots-container .swiper-pagination.swiper-pagination-fraction,.bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction{bottom:auto}[class*='bdt-arrows-align-top'] .bdt-arrows-container{transform:translateY(-40px)}[class*='bdt-arrows-align-bottom'] .bdt-arrows-container{transform:translateY(40px)}[class*='bdt-dots-align-top'] .bdt-dots-container{transform:translateY(-30px)}[class*='bdt-dots-align-bottom'] .bdt-dots-container{transform:translateY(30px)}[class*='bdt-arrows-dots-align-top'] .bdt-arrows-dots-container{transform:translateY(-40px)}[class*='bdt-arrows-dots-align-bottom'] .bdt-arrows-dots-container{transform:translateY(40px)}.bdt-arrows-align-center .bdt-position-center,.bdt-arrows-dots-align-center .bdt-position-center{width:100%}.bdt-arrows-align-center .bdt-navigation-prev,.bdt-arrows-dots-align-center .bdt-navigation-prev{left:0;position:absolute;transform:translateY(-50%)}.bdt-arrows-align-center .bdt-navigation-next,.bdt-arrows-dots-align-center .bdt-navigation-next{right:0;position:absolute;transform:translateY(-50%)}.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,.bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination{position:absolute;width:100%}.bdt-navigation-type-progress .swiper-pagination-progress{transform:translateY(15px);height:5px;width:100%}.elementor-section.bdt-sticky{transition:background-color 250ms ease-out,padding 300ms ease-out}.bdt-motion-effect-yes{transition:transform 300ms ease-out}.bdt-element-align-wrapper{flex-wrap:wrap;display:flex;position:relative}.bdt-element-align-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-end .bdt-element-align-wrapper{justify-content:flex-end}@media screen and (max-width:1024px){.bdt-element-align-tablet-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-tablet-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-tablet-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-tablet-end .bdt-element-align-wrapper{justify-content:flex-end}}@media screen and (max-width:767px){.bdt-element-align-mobile-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-mobile-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-mobile-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-mobile-end .bdt-element-align-wrapper{justify-content:flex-end}}.bdt-advanced-divider>img{display:none}.bdt-ep-button{font-size:14px;color:#666;font-weight:700}.bdt-ep-button.bdt-ep-button-size-xs{padding:5px 10px;font-size:10px;font-weight:400}.bdt-ep-button.bdt-ep-button-size-sm{padding:10px 20px;font-size:12px}.bdt-ep-button.bdt-ep-button-size-md{padding:15px 30px}.bdt-ep-button.bdt-ep-button-size-lg{padding:20px 30px;font-size:16px}.bdt-ep-button.bdt-ep-button-size-xl{padding:25px 30px;font-size:18px}.elementor-align-justify .bdt-ep-button,.elementor-tablet-align-justify .bdt-ep-button,.elementor-mobile-align-justify .bdt-ep-button{width:100%}.bdt-carousel .swiper-container,.bdt-wc-carousel .swiper-container,.bdt-testimonial-carousel .swiper-container,.bdt-event-carousel-skin-fable .swiper-container,.bdt-event-carousel .swiper-container,.bdt-portfolio-carousel .swiper-container,.bdt-tutor-lms-course-carousel .swiper-container{padding:10px;margin:0 -10px}.bdt-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-wc-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-event-carousel-skin-fable .swiper-container:not(.swiper-container-horizontal),.bdt-event-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-portfolio-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-tutor-lms-course-carousel .swiper-container:not(.swiper-container-horizontal){opacity:0}.bdt-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-wc-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-event-carousel-skin-fable .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-event-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-portfolio-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-tutor-lms-course-carousel .swiper-container:not(.swiper-container-horizontal) div>div{max-width:350px}.bdt-carousel .swiper-container.swiper-container-horizontal,.bdt-wc-carousel .swiper-container.swiper-container-horizontal,.bdt-testimonial-carousel .swiper-container.swiper-container-horizontal,.bdt-event-carousel-skin-fable .swiper-container.swiper-container-horizontal,.bdt-event-carousel .swiper-container.swiper-container-horizontal,.bdt-portfolio-carousel .swiper-container.swiper-container-horizontal,.bdt-tutor-lms-course-carousel .swiper-container.swiper-container-horizontal{opacity:1;transition:opacity 400ms ease-out}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal .swiper-pagination-bullets,.swiper-container-horizontal+.swiper-pagination-bullets{bottom:-50px;width:100%}.swiper-pagination-fraction .swiper-pagination-bullet,.swiper-pagination-custom .swiper-pagination-bullet,.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-container-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px}.bdt-pagination-dot-dot{display:flex;align-items:center;justify-content:center}.bdt-pagination-dot-dot span{line-height:1px;height:13px;color:#bbb !important}.elementor-widget-container .bdt-subnav{margin-bottom:10px;margin-top:0;color:#999}.elementor-widget-container .bdt-subnav *{font-size:13px;font-weight:400}.elementor-widget-container .bdt-subnav span{color:inherit}.elementor-widget-container .bdt-subnav span span{display:inline-block}.elementor-widget-container .bdt-subnav span a{display:inline-block;transition:color .5s cubic-bezier(.4, .7, .04, .88)}.elementor-widget-container .bdt-subnav span a:hover{color:#666}.elementor-widget-container .bdt-subnav span a+a{margin-right:5px;color:#999}.elementor-widget-container .bdt-subnav span:after{content:'';height:4px;width:4px;border-radius:50%;background:#adb5bd;margin-right:-10px;margin-left:10px;display:inline-block;line-height:4px;vertical-align:middle}.elementor-widget-container .bdt-subnav span:last-child::after{content:none}.bdt-button-icon-align-left{float:left}.bdt-button-icon-align-right{float:right}.bdt-flex-align-left{order:-1}.bdt-flex-align-right{order:99}.bdt-ep-grid{display:flex;flex-wrap:wrap}.bdt-ep-grid .bdt-ep-grid-item{word-break:break-word}.bdt-ep-grid-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-12 .bdt-ep-grid-item{width:8.33333%}@media (max-width:1024px){.bdt-ep-grid-tablet-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-tablet-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-tablet-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-tablet-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-tablet-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-tablet-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-tablet-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-tablet-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-tablet-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-tablet-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-tablet-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-tablet-12 .bdt-ep-grid-item{width:8.33333%}}@media (max-width:767px){.bdt-ep-grid-mobile-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-mobile-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-mobile-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-mobile-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-mobile-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-mobile-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-mobile-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-mobile-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-mobile-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-mobile-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-mobile-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-mobile-12 .bdt-ep-grid-item{width:8.33333%}}.bdt-masonry-grid .bdt-gallery-item{float:left;height:auto}.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img{height:auto}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-slide{border-style:solid;border-width:0;overflow:hidden}.swiper-container-horizontal+.swiper-pagination-progressbar,.swiper-container-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.bdt-animated-slow>span{animation-duration:2s}.bdt-animated-fast>span{animation-duration:.75s}.bdt-scrollnav-fixed-yes .elementor-widget-container{margin:0 !important;padding:0 !important;border:none !important}.bdt-scrollnav-fixed-yes .bdt-scrollnav{position:fixed !important}.bdt-scrollnav-fixed-yes .bdt-scrollnav [class*="bdt-navbar"]{margin:30px}.bdt-comment-container .fb_iframe_widget,.bdt-comment-container .fb_iframe_widget span,.bdt-comment-container .fb_iframe_widget iframe{width:100% !important}.bdt-ep-grid-filters-wrapper{margin-bottom:30px}.bdt-ep-grid-filters-wrapper ul li{cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters{padding:0;margin:0}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter{display:inline-block;font-weight:700;border-bottom:2px solid transparent}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active{border-bottom-color:#444}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:first-child){margin-left:calc(15px)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child){margin-right:calc(15px)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter .bdt-dropdown ul li.bdt-ep-grid-filter{margin:0}@media (min-width:1024px){.bdt-ep-grid-filter-container{transition:height .5s ease-out}}.bdt-document-viewer iframe{border:none}iframe[data-src]:not(.lazy-loaded),.bdt-lazy-loading{background:rgba(152,152,152,0.07);background-image:url(//strongman.org.ua/wp-content/plugins/bdthemes-element-pack/assets/images/loading.svg);background-repeat:no-repeat;background-position:center}.bdt-dummy-loader{height:250px;background:rgba(152,152,152,0.05);background-repeat:no-repeat;background-position:center;animation-name:dummy-loader-animation;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in}@keyframes dummy-loader-animation{0%{background:rgba(152,152,152,0.05)}50%{background:rgba(152,152,152,0.2)}100%{background:rgba(152,152,152,0.05)}}.bdt-modal-link{cursor:pointer}.bdt-modal-link *{cursor:pointer}.bdt-ep-shadow-mode-yes .elementor-widget-container:before,.bdt-ep-shadow-mode-yes .elementor-widget-container:after{content:'';position:absolute;width:20%;height:100%;top:0;z-index:2;pointer-events:none}.bdt-ep-shadow-mode-yes .elementor-widget-container:before{left:0;background:linear-gradient(to right, #fff 5%, rgba(255,255,255,0) 100%);left:-10px}.bdt-ep-shadow-mode-yes .elementor-widget-container:after{right:0;background:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 95%);right:-10px}@media (max-width:767px){.bdt-ep-shadow-mode-yes .elementor-widget-container:before,.bdt-ep-shadow-mode-yes .elementor-widget-container:after{content:none}}.bdt-navbar-nav>li>a{transition:.1s ease-in-out;transition-property:color,background-color;position:relative}.bdt-navbar-style-1 .bdt-navbar-nav>li>a:before{content:'';display:block;position:absolute;height:2px;background-color:transparent;transition:.1s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;top:0;left:0;right:0;margin:0 15px;opacity:1;transform:scale3d(0, 1, 1)}.bdt-navbar-style-1 .bdt-navbar-nav>li.bdt-active>a:before{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-1 .bdt-navbar-nav>li:hover>a:before{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-2 .bdt-navbar-nav>li>a:after{content:'';display:block;position:absolute;height:2px;background-color:transparent;transition:.1s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;bottom:0;left:0;right:0;margin:0 15px;opacity:1;transform:scale3d(0, 1, 1)}.bdt-navbar-style-2 .bdt-navbar-nav>li.bdt-active>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-2 .bdt-navbar-nav>li:hover>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-3 .bdt-navbar-nav>li>a:after{content:'';display:block;position:absolute;height:8px;background-color:transparent;transition:.25s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;left:0;right:0;margin:0 10px;opacity:1;transform:scale3d(0, 1, 1);z-index:-1;transform-origin:left}.bdt-navbar-style-3 .bdt-navbar-nav>li.bdt-active>a:after{transform:scale3d(1, 1, 1);opacity:1}.bdt-navbar-style-3 .bdt-navbar-nav>li:hover>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.elementor-widget-bdt-easy-digital-download .edd_downloads_list .edd_download{margin:0;padding:0}@keyframes totopscroller{0%{transform:translateY(0)}100%{transform:translateY(-20px)}}.bdt-ep-scroll-to-section{margin-bottom:50px;z-index:2}.bdt-ep-scroll-to-section a{animation:totopscroller 1.5s linear infinite alternate;padding:12px 8px;background:rgba(0,0,0,0) none repeat scroll 0 0;border:2px solid #fff;border-radius:5000px;color:#eee;display:inline-block;font-size:18px;font-weight:600;overflow:hidden;transition:all .3s ease 0s}.bdt-ep-scroll-to-section a:hover{background:#fff;color:#282828;border:2px solid #fff}@keyframes attentionAnimation{0%{left:0}1%{left:-3px}2%{left:5px}3%{left:-8px}4%{left:8px}5%{left:-5px}6%{left:3px}7%{left:0}}.bdt-ep-attention-button{animation-name:attentionAnimation;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in;position:relative}.elementor-widget-wrap [data-tilt]{transition:box-shadow 400ms cubic-bezier(.25, .9, .58, 1)}.elementor-widget-wrap [data-tilt]:hover{box-shadow:0 20px 50px -10px rgba(0,0,0,0.45),0 50px 90px 0 rgba(51,51,51,0.15)}.bdt-post-grid-tab dl{margin:0;opacity:0;transition:opacity 450ms cubic-bezier(.3, .91, .58, 1)}.bdt-post-grid-tab .gridtab[class*="gridtab--"]{opacity:1}.bdt-hide-recaptcha-badge-yes .grecaptcha-badge{display:none}.elementor-widget-container .bdt-rating .bdt-rating-item{font-size:14px;margin-right:2px}.elementor-button svg{width:1.2em}.bdt-pagination li:hover a,.bdt-pagination li.bdt-active a{color:#fff;background:#3FB8FD}.bdt-pagination li a{font-size:12px;padding:5px 25px;background:#ffffff;color:#3FB8FD;border-radius:25px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.1)}.bdt-honeycombs:not(.honeycombs-loaded){opacity:0}.bdt-mini-cart-button-icon svg{width:18px}.bdt-svg-image img{width:auto}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.wp-gs .wp-block-button__link:not(.has-background){background-color:var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons.alignright .wp-block-button{margin-right:none;margin-left:8px}.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 30px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left],.block-editor-block-list__block[data-type="core/embed"][data-align=right],.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.wp-block-media-text{ direction:ltr; display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 }.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation>ul{display:block;list-style:none;margin:0;padding-left:0}@media (min-width:600px){.wp-block-navigation>ul{display:flex;flex-wrap:wrap}}.wp-block-navigation>ul ul{list-style:none;padding-left:0;margin-top:0;margin-left:0}.wp-block-navigation>ul ul li{margin:0}.wp-block-navigation>ul li{z-index:1}.wp-block-navigation>ul li:focus-within,.wp-block-navigation>ul li:hover{cursor:pointer;z-index:99999}.wp-block-navigation>ul li:focus-within>ul,.wp-block-navigation>ul li:hover>ul,.wp-block-navigation>ul li ul:focus,.wp-block-navigation>ul li ul:hover{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation>ul>li ul{position:absolute;left:0;top:100%;min-width:200px;max-width:200px;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation,.wp-block-navigation .block-editor-block-list__layout{display:flex;flex-wrap:wrap}.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout{width:200px}.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block{margin:0;width:auto}.wp-block-navigation,.wp-block-navigation>.wp-block-navigation__container{align-items:center;width:100%}.wp-block-navigation>.wp-block-navigation-link,.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link{display:flex;margin-top:0;margin-bottom:0}.wp-block-navigation .wp-block-navigation-link{position:relative;margin:0;min-height:56px;display:flex;line-height:1.4}.wp-block-navigation .wp-block-navigation-link .wp-block,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link{min-height:auto;padding:0}.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link{margin:0}.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks{display:none}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks{display:flex;border:1px solid rgba(0,0,0,.15);position:absolute;z-index:1;top:100%;left:0}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container{left:100%;top:-1px}.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container{background-color:inherit;color:inherit}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content{display:flex;align-items:center;width:max-content;padding:6px 16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content{padding-top:8px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content{padding-bottom:8px}.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content{min-width:100%;padding-right:32px;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon{position:absolute;right:16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg{fill:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg{transform:rotate(0)}.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#111}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#333}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container{display:flex;flex-direction:column;padding:0}.wp-block-navigation>ul>li>a{display:flex;align-items:center}.wp-block-navigation>ul>li:first-of-type>a{padding-left:0}.wp-block-navigation>ul>li:last-of-type>a{padding-right:0}.wp-block-navigation.items-justified-left>ul{justify-content:flex-start}.wp-block-navigation.items-justified-center>ul{justify-content:center}.wp-block-navigation.items-justified-right>ul{justify-content:flex-end}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//strongman.org.ua/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}.gw-go * {
background:none;
border:none;
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
box-sizing:content-box !important;
letter-spacing:normal !important;		
margin:0;
outline:none;		
padding:0;		
text-transform:none;
text-decoration:none !important;
-moz-hyphens:none;
-webkit-hyphens:none;
hyphens:none;
word-break:normal;
word-break:break-word;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-font-smoothing:antialiased;						
}  .gw-go-clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.gw-go-clearfix { display:inline-block; }/*\*/.gw-go-clearfix { display:block; }/**/.gw-go-clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} .gw-go-clear {
clear:both;
display:block;
font-size:0;
height:0;
line-height:0;
width:100%;
} .gw-go-tcenter { text-align:center; }
.gw-go-tleft { text-align:center; }
.gw-go-tright { text-align:right; } .gw-go-video-wrapper {
padding-bottom:56.25% !important;
position:relative;	
height:0; 	
}
.gw-go-header-bottom .gw-go-video-wrapper { margin-bottom:-1px; }
.gw-go-video-wrapper > div {
position:static !important;
padding-top:100% !important;			
}	
.gw-go-video-wrapper iframe {
height:100%;
left:0;
margin:0;
border:none;
outline:none;
position:absolute;
top:0;
width:100%;
} .gw-go-img-wrapper { position:relative; }
.gw-go img {
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
border-radius:0 !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow: none !important;
display:inline-block;
vertical-align:bottom;
}
img.gw-go-responsive-img {
border:none !important;
height:auto !important;
margin:0 !important;
padding:0 !important;        
max-width:100% !important;
width:100% !important;
}
.gw-go audio, 
.gw-go video {
margin:0;
padding:0;
max-width:100% !important;
width:100% !important;        
} .gw-go-gmap img { max-width: none !important; }
.gw-go .mejs-container img {
height: auto !important;    
max-width: none !important;
width:100% !important;        
}
.gw-go-oldie .me-plugin, 
.gw-go-oldie .mejs-mediaelement { position: static !important; } .gw-go table {
border:none;
margin:0 auto;
width:auto;
text-align:center;
}
.gw-go td {
border:none;	
margin:0;
padding:0 0 10px 0;
}
div.gw-go input {
border:none;
outline:none;
}
.gw-go input[type="text"] {
background:#FFF !important;
border:solid 1px #b8b8b8 !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;	
font-size:12px;
height:20px;
line-height:20px;
outline:none;
padding:3px 5px;	
-moz-transition:all 0.15s linear;
-o-transition:all 0.15s linear;
-webkit-transition:all 0.15s linear;
transition:all 0.15s linear;
}
.gw-go input[type="text"]:focus {
border:solid 1px #9d9d9d;
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;	
} .gw-go i { 
display:inline-block;
line-height:1;
position:relative;
vertical-align:middle;
text-align:left;
top:-1px;
}
.gw-go b, .gw-go strong { font-weight:bold; }
.gw-go em { font-style:italic !important; }
.gw-go u { text-decoration:underline !important; } .gw-go {
font-size:0;
margin:0 0 -20px 0;
visibility:hidden;
}
.gw-go[data-scroll-offset] { opacity:0;	} .vc_editor .gw-go[data-scroll-offset] { opacity:1; } [dir="rtl"] .gw-go { direction:ltr; }
[dir="rtl"] .gw-go-col-wrap { direction:rtl; } .gw-go-1col .gw-go-col-wrap { width:100%; }
.gw-go-2cols .gw-go-col-wrap { width:50%; }
.gw-go-3cols .gw-go-col-wrap { width:33.33%; }
.gw-go-4cols .gw-go-col-wrap { width:25%; }
.gw-go-5cols .gw-go-col-wrap { width:20%; }
.gw-go-6cols .gw-go-col-wrap { width:16.66%; }
.gw-go-7cols .gw-go-col-wrap { width:14.285%; }
.gw-go-8cols .gw-go-col-wrap { width:12.5%; }
.gw-go-9cols .gw-go-col-wrap { width:11.11%; }
.gw-go-10cols .gw-go-col-wrap { width:10%; }			
.gw-go-col-wrap {
display:inline-block !important;
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;		
float:none !important;
font-size:12px;
line-height:16px;		
margin-left:-1px;
padding:20px 0;
position:relative;
-moz-transition:padding 0.2s linear, margin 0.2s linear !important;
-o-transition:padding 0.2s linear, margin 0.2s linear !important;		
-webkit-transition:padding 0.2s linear, margin 0.2s linear !important;
transition:padding 0.2s linear, margin 0.2s linear !important;
vertical-align:top !important;
}
.gw-go-col-wrap:first-child { margin-left:0; }
.gw-go-col-wrap.gw-go-hover { z-index:2;  }
.gw-go-col-wrap.gw-go-curr { z-index:3 !important; }	
.gw-go-col {
border:solid 1px #EBEBEB;
border-bottom:solid 2px #D3D3D3;
border-top-width:2px;
position:relative;
top:0;
-moz-transition:margin-top 0.2s linear, top 0.2s linear, -moz-box-shadow 0.2s linear;
-o-transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
-webkit-transition:margin-top 0.2s linear, top 0.2s linear, -webkit-box-shadow 0.2s linear;
transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
}
.gw-go-col-inner {
-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0);
-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0);
box-shadow:0 0 20px -2px rgba(0,0,0,0);		
float:none !important;		
overflow:hidden;
padding:0 !important;
-moz-transition:-moz-box-shadow 0.2s linear;
-o-transition:box-shadow 0.2s linear;
-webkit-transition:-webkit-box-shadow 0.2s linear;
transition:box-shadow 0.2s linear;
}
.gw-go.gw-go-fullh-bg .gw-go-col { height:100%; }
.gw-go.gw-go-fullh-bg .gw-go-col-inner { height:100%; }
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-col-inner {
-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
}	
.gw-go-col:before {
content:'';
height:20px;		
margin-top:2px;
filter:alpha(opacity=40);
-khtml-opacity:0.4;
-moz-opacity:0.4;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
opacity:0.4;		
position:absolute;
left:0;
top:100%;
width:100%;
} .gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current { padding:20px 0 40px; }	
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col {	
margin-top:0;
top:0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current, 
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover, 
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover {
padding:0;
margin-bottom:0;
}
.gw-go.gw-go-enlarge-current.gw-go-no-footer.gw-go-hover .gw-go-col-wrap.gw-go-hover { margin-bottom:0; } .gw-go-col-wrap.gw-go-disable-enlarge { padding:20px 0 20px !important; }
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col { 		
margin-top:0 !important;
top:0 !important;
}
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer { top:0 !important; }
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer-spacer { height: 0.1px !important; }
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col {
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;
} .gw-go-disable-box-shadow .gw-go-col-inner { 
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;
} .gw-go-header {
overflow:hidden; 
position:relative;
text-align:center;
width:100%;
}
.gw-go-header img {
border-radius:0 !important;	
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;
margin:0 !important;
}
.gw-go-header small {
font-size:inherit;
margin-bottom:4px;
}  .gw-go-header-top {
height:95px;	
position:relative;
}
.gw-go-header h2 {
color:inherit;
font-size:26px !important;
line-height:32px !important;
font-weight:normal !important;
letter-spacing:normal !important;        
margin-bottom:15px !important;
padding:0 !important;         
text-transform:none	!important;
top:15px;  
}
.gw-go-header h2 small { font-size:22px; }
.gw-go-header h3 {
border:none !important;  
color:inherit;    
font-size:18px !important;
line-height:16px !important;
font-weight:normal !important;
left:0;
letter-spacing:normal !important;
margin:0 !important;
padding:0 !important;
position:absolute;
text-align:center;	
text-transform:none	!important;   
top:19px;
width:100%;
}
.gw-go-header h3 small {
display:block;
font-size:12px;
}
.gw-go-header-bottom {
border-top:solid 1px transparent;	
height:50px;
} .gw-go-coin-wrap {
font-size:32px;
height:80px;
left:50%;
margin:0 0 0 -40px;
position:absolute;			
top:54px;			
width:80px;
z-index:1;
}
.gw-go-coinf, 
.gw-go-coinb {
background:#fff;
border-width:1px !important;
border-radius:50px;
display:table;
height:78px;		
left:0;		
position:absolute;
table-layout:fixed;		
text-align:center;
width:78px;
}
.gw-go-coinf div, 
.gw-go-coinb div {
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
box-shadow: 1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
box-sizing:content-box !important;
border-radius:50px;
border-width:1px !important;
display: table-cell;
font-size:32px;
line-height:24px;
vertical-align:middle;
}
.gw-go-coinf div span[data-id="currency"], 
.gw-go-coinb div span[data-id="currency"] {	
font-size:0.5em;
margin:0 2px;		
position:relative;
top:0;
vertical-align:top;		
}
.gw-go-coinf small, 
.gw-go-coinb small {
display:block;
font-size:12px;
line-height:16px;	
margin-bottom:-5px;		
margin-top:3px;
}
.gw-go-coinb,
.gw-go-col-wrap.gw-go-hover .gw-go-coinf,
.gw-go-col-wrap.gw-go-current .gw-go-coinf { visibility:hidden; }
.gw-go-coinf,
.gw-go-col-wrap.gw-go-hover .gw-go-coinb,
.gw-go-col-wrap.gw-go-current .gw-go-coinb { visibility:visible; }	
.gw-go-price-wrap > span { font-size:32px; }
.gw-go-price-wrap > small { font-size:12px; } ul.gw-go-body {
border-bottom:solid 1px transparent;
float:none !important;
list-style:none !important;		
margin:0 !important;
padding:0 !important;
position:relative;
text-align:center;
width:100%;		
}
.gw-go-no-footer ul.gw-go-body { 
border-bottom:none !important; 
padding-bottom:none !important;
}
ul.gw-go-body > li {
background:none;
border-top:solid 1px #FFF;
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;
display:table !important;
position:relative;
min-height:17px;
line-height:16px !important;
list-style:none !important;	
margin:0 !important;
padding:10px 5px !important;
table-layout:fixed;		
text-align:inherit !important;
width:100%;
}
ul.gw-go-body > li .gw-go-body-cell {
display:table-cell;
vertical-align:middle;
width:100%;
position:relative;
z-index:1;
}
.gw-go-ie ul.gw-go-body > li .gw-go-body-cell { display:block; }
ul.gw-go-body > li:before, ul.gw-go-body > li:after { display:none !important; }
ul.gw-go-body > li .gw-go-body-cell:before, 
ul.gw-go-body > li .gw-go-body-cell:after {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
} .gw-go-tooltip {
left:50%;
margin-top:15px !important;        
margin-left:-15px;
opacity:0;
position:absolute;
-moz-transition:none;
-o-transition:none;		
-webkit-transition:none;
transition:none;
visibility:hidden;
z-index:4;
}
.gw-go-tooltip-visible {
margin-top:5px !important; 
opacity:1;
visibility:visible;
-moz-transition:opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;		
-o-transition:opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
-webkit-transition:opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
transition:opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;		
}	
.gw-go-tooltip-content:before {		
border-right:6px solid transparent;	
border-left:6px solid transparent;		
border-top:6px solid #9D9D9D;
border-top-color:inherit;
content:'';
left:10px;
position:absolute;
top:100%;
}
.gw-go-tooltip-content { 
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;	
background:#9D9D9D;
border-color:#9D9D9D;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:0 0 5px rgba(0,0,0,0.15);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);
box-shadow:0 0 5px rgba(0,0,0,0.15);
color:#333333;
display:none;
padding:6px 10px 6px 10px;	
text-decoration:none !important;
transition:none;
text-align:left;		
width:100%;
}
.gw-go-tooltip .gw-go-tooltip-content { display:block; }
ul.gw-go-body li a,
ul.gw-go-body li a:visited,
ul.gw-go-body li a:active {
color:inherit;
text-decoration:none !important; 
}
ul.gw-go-body li a:hover { text-decoration:underline !important; }  .gw-go-footer-wrap { padding:15px 0; }
.gw-go-footer {
display:table;
width:100%;
position:relative;
table-layout:fixed;
-moz-transition:padding 0.2s linear;	
-o-transition:padding 0.2s linear;
-webkit-transition:top 0.2s linear;
transition:top 0.2s linear;
text-align:center;
top:0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-footer,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover .gw-go-footer { top:-20px; }		
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-footer { bottom:20px; } 
.gw-go-footer-spacer {
height:0.1px;
-moz-transition:height 0.2s linear;
-o-transition:height 0.2s linear;
-webkit-transition:height 0.2s linear;
transition:height 0.2s linear;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer-spacer,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-hover .gw-go-footer-spacer { height:40px; }
.gw-go-footer-inner {
-moz-transition:top 0.2s linear;
-o-transition:top 0.2s linear;
-webkit-transition:top 0.2s linear;
transition:top 0.2s linear;
top:0;	
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer-inner,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-footer-inner,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover .gw-go-footer-innner { top:20px; }	
.gw-go-footer-rows {
display:table-cell;
vertical-align:middle;
width:100%;		
}
.gw-go-footer-row {
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;		
display:table;
table-layout:fixed;		
width:100%;
}
div.gw-go-footer-row a,
div.gw-go-footer-row a:visited,
div.gw-go-footer-row a:active {
color:inherit;
text-decoration:none !important; 
}		
.gw-go-footer-row-inner { 
display:table-cell;
padding:5px;
vertical-align:middle;
} .gw-go-btn,
a.gw-go-btn {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;		
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;
cursor:pointer;		
display:inline-block;
font-family:inherit !important;
margin:0 5px !important;
line-height:1.4 !important;		
text-decoration:none !important;
overflow:hidden;
position:relative;
vertical-align:middle;			
}
.gw-go-btn,
a.gw-go-btn:hover,
ul.gw-go-body li a.gw-go-btn:hover { text-decoration:none !important; }	
.gw-go-btn:active { top:1px; }		
.gw-go-btn form { display:none !important; } .gw-go-col-wrap.gw-go-hover .gw-go-btn:active, 
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-btn:active {	
-moz-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
-webkit-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
-moz-transition:none;
-o-transition:none;
-webkit-transition:none; 
transition:none; 		
} .gw-go-btn-small { padding:1px 11px 0; }
.gw-go-btn-medium { padding: 5px 13px 4px; }
.gw-go-btn-large { padding: 11px 18px 10px; }
.gw-go-btn > .gw-go-btn-inner {
display:table-cell;		
height:23px;
vertical-align:middle;
}
.gw-go-btn-fullwidth > .gw-go-btn-inner {
max-width:100%;
width:1000px;		
} .gw-go-icon-left { margin-left:0 !important; }
.gw-go-icon-right { margin-right:0 !important; } span[class*="gw-go-icon"] {
background-position: 50% 50% no-repeat;
display:inline-block;
height:16px;
margin:0 3px -4px;
width:16px;
} .gw-go-icon-light-skype { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_skype.png) 50% 50% no-repeat; }
.gw-go-icon-light-facebook { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_facebook.png) 50% 50% no-repeat; }
.gw-go-icon-light-twitter { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_twitter.png) 50% 50% no-repeat; }
.gw-go-icon-light-email { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_email.png) 50% 50% no-repeat; }
.gw-go-icon-dark-skype { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_skype.png) 50% 50% no-repeat; }
.gw-go-icon-dark-facebook { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_facebook.png) 50% 50% no-repeat; }
.gw-go-icon-dark-twitter { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_twitter.png) 50% 50% no-repeat; }
.gw-go-icon-dark-email { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_email.png) 50% 50% no-repeat; } .gw-go-icon-light-arrow { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-light-arrow2 { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-light-circle { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_circle.png) 50% 50% no-repeat; }
.gw-go-icon-light-cross { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_cross.png) 50% 50% no-repeat; }
.gw-go-icon-light-dot { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_dot.png) 50% 50% no-repeat; }
.gw-go-icon-light-minus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_minus.png) 50% 50% no-repeat; }
.gw-go-icon-light-ok { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_ok.png) 50% 50% no-repeat; }
.gw-go-icon-light-plus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_plus.png) 50% 50% no-repeat; }
.gw-go-icon-light-star { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_light_star.png) 50% 50% no-repeat; } .gw-go-icon-dark-arrow { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-dark-arrow2 { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-dark-circle { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_circle.png) 50% 50% no-repeat; }
.gw-go-icon-dark-cross { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_cross.png) 50% 50% no-repeat; }
.gw-go-icon-dark-dot { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_dot.png) 50% 50% no-repeat; }
.gw-go-icon-dark-minus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_minus.png) 50% 50% no-repeat; }
.gw-go-icon-dark-ok { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_ok.png) 50% 50% no-repeat; }
.gw-go-icon-dark-plus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_plus.png) 50% 50% no-repeat; }
.gw-go-icon-dark-star { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_star.png) 50% 50% no-repeat; } .gw-go-icon-red-arrow { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-red-arrow2 { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-red-circle { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_circle.png) 50% 50% no-repeat; }
.gw-go-icon-red-cross { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_cross.png) 50% 50% no-repeat; }
.gw-go-icon-red-dot { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_dot.png) 50% 50% no-repeat; }
.gw-go-icon-red-minus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_minus.png) 50% 50% no-repeat; }
.gw-go-icon-red-ok { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_ok.png) 50% 50% no-repeat; }
.gw-go-icon-red-plus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_plus.png) 50% 50% no-repeat; }
.gw-go-icon-red-star { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_red_star.png) 50% 50% no-repeat; } .gw-go-icon-green-arrow { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-green-arrow2 { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-green-circle { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_circle.png) 50% 50% no-repeat; }
.gw-go-icon-green-cross { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_cross.png) 50% 50% no-repeat; }
.gw-go-icon-green-dot { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_dot.png) 50% 50% no-repeat; }
.gw-go-icon-green-minus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_minus.png) 50% 50% no-repeat; }
.gw-go-icon-green-ok { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_ok.png) 50% 50% no-repeat; }
.gw-go-icon-green-plus { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_plus.png) 50% 50% no-repeat; }
.gw-go-icon-green-star { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_green_star.png) 50% 50% no-repeat; } span[class*="gw-go-btn-icon"] {
display:inline-block;
height:20px;
margin-bottom:0;		
margin-top:0;
vertical-align: middle;
width:20px;
}
span[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
height:24px;
width:24px;	
}
.gw-go-btn-icon-medium-white-basket { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_white_basket_medium.png) 50% 50% no-repeat; }
.gw-go-btn-icon-medium-white-download { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_white_download_medium.png) 50% 50% no-repeat; }
.gw-go-btn-icon-large-white-basket { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/icons/icon_white_basket_large.png) 50% 50% no-repeat; } [class*="gw-go-ribbon"] img {
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;		
box-shadow:none !important;
border-radius:0 !important;	
display:block !important;
margin:0 !important;
}
[class*="gw-go-ribbon-right"] img { float:right; }
[class*="gw-go-ribbon-left"], [class*="gw-go-ribbon-right"] {
left:0;
margin-left:-1px;
margin-top:-2px;
position:absolute;
top:0;		
z-index:2;
}
[class*="gw-go-ribbon-right"] {
left:auto;
margin-right:-1px;		
right:0;
} .gw-go-ribbon-text {
height:110px;
overflow:hidden;		
width:110px;	
}
.gw-go-ribbon-text span {
display: inline-block;
line-height:26px;
text-align:center;
text-shadow:none;
width:100%;	
}
.gw-go-ribbon-text.gw-go-ribbon-left span {
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);		
transform:rotate(-45deg);
-moz-transform-origin:55% 200%;
-o-transform-origin:55% 200%;
-webkit-transform-origin:55% 200%;
transform-origin:55% 200%;
}
.gw-go-ribbon-text.gw-go-ribbon-right span {
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
-moz-transform-origin:45% 200%;
-o-transform-origin:45% 200%;
-webkit-transform-origin:45% 200%;
transform-origin:45% 200%;
}	
.gw-go-ribbon-text.gw-go-ribbon-shadow span {
-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.15);
box-shadow:0 2px 2px rgba(0, 0, 0, 0.15);
} .gw-go-col.gw-go-shadow1:before { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/shadows/shadow_1.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow2:before { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/shadows/shadow_2.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow3:before { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/shadows/shadow_3.png) 50% 100% no-repeat; } 
.gw-go-col.gw-go-shadow4:before { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/shadows/shadow_4.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow5:before { background:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/shadows/shadow_5.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow1:before,
.gw-go-col.gw-go-shadow2:before,
.gw-go-col.gw-go-shadow3:before,
.gw-go-col.gw-go-shadow4:before,
.gw-go-col.gw-go-shadow5:before { background-size:100% 20px; }  .gw-go-col[class*="gw-go-clean-style"] { 
border:none;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;		
-moz-transition:margin-top 0.2s linear, top 0.2s linear;
-o-transition:margin-top 0.2s linear, top 0.2s linear;
-webkit-transition:margin-top 0.2s linear, top 0.2s linear;
transition:margin-top 0.2s linear, top 0.2s linear;
}
.gw-go-col[class*="gw-go-clean-style"]:before { margin-top:0; }
.gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner {
border:solid 1px #EBEBEB;
border-bottom:solid 2px #D3D3D3;
border-top-width:2px;
-moz-transition:-moz-box-shadow 0.2s linear;
-o-transition:box-shadow 0.2s linear;
-webkit-transition:-webkit-box-shadow 0.2s linear;
transition:box-shadow 0.2s linear;		
}	
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-top { height:100px; }
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-bottom {height:60px; }
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coin-wrap {
height:90px;
margin: 0 0 0 -45px;
width: 90px; 
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinf,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinb {
height:88px;
width:88px;
border-width:2px !important;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinf div,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinb div {
-webkit-box-shadow:none;
box-shadow:none;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-top {
display:table;
height:50px;
table-layout:fixed;		
width:100%;	
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-top h3 {
display:table-cell;
position:relative;
top:0;		
vertical-align:middle;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-bottom {
display:table;
table-layout:fixed;		
height:110px;
width:100%;	
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap {
display:table-cell;
text-align:center;
vertical-align:middle;		
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap span[data-id="currency"], 
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap span[data-id="currency"] {	
font-size:0.5em;
position:relative;
top:2px;
vertical-align:text-top;
margin:0 2px;
vertical-align:top;
top:0;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap small, 
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap small {
display:block;
font-size:12px;
line-height:16px;	
margin-bottom:-5px;		
margin-top:3px;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-img,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-img h3 {
background-color:transparent !important;
background-repeat:no-repeat;		
background-size:cover;
text-shadow:0 0 10px rgba(0,0,0,0.1);
}
.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-left"], 
.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-right"] {
margin-left:0;
margin-top:0;
}
.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-right"] {
left:auto;
margin-right:0;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-btn { border:none; } .gw-go-col.gw-go-clean-style1 .gw-go-col-inner { background:#FFF; }  .gw-go-col.gw-go-clean-style1 .gw-go-header-top { background:none; }	
.gw-go-col.gw-go-clean-style1 .gw-go-header-bottom { 
background:#F5F5F5;
border-top-color:#F5F5F5;
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-top { background:none !important; }
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-bottom { background:none !important; border-top:solid 1px rgba(255,255,255,0.35); }
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;
position:absolute;				
width:100%;		
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-top:before { height:50px !important; }
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-header-bottom:before { display:none !important; } .gw-go-col.gw-go-clean-style1 .gw-go-header h3 { color:#333; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-header h3,
.gw-go-col.gw-go-clean-style1 .gw-go-header-img h3,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small { color:#FFF !important; }
.gw-go-col.gw-go-clean-style1 .gw-go-coinf,
.gw-go-col.gw-go-clean-style1 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style1 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style1 .gw-go-coinb small { color:#333; } .gw-go-col.gw-go-clean-style1 .gw-go-body > li { background:#EBEBEB; }
.gw-go-col.gw-go-clean-style1 .gw-go-body > li.gw-go-even { background:#F5F5F5; }
.gw-go-col.gw-go-clean-style1 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col.gw-go-clean-style1 .gw-go-body > li { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-body > li { color:#333333; } .gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-small { margin-top:45px; }
.gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-medium { margin-top:40px; }
.gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-large{ margin-top:33px; } .gw-go-col.gw-go-clean-style1 .gw-go-btn { 
background:#9D9D9D; 
color:#FFFFFF;
} .gw-go-col.gw-go-clean-style1 .gw-go-btn:hover { background:#333333; } .gw-go-col.gw-go-clean-style1 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-footer-row { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style1 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style2 .gw-go-col-inner { background:#FFF; }  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-top,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-bottom { background:#333333 !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-top,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom { background:none !important; } .gw-go-col.gw-go-clean-style2 .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.2); }
.gw-go-col.gw-go-clean-style2 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:100%;
left:0;					
filter:alpha(opacity=10);
-khtml-opacity:0.1;
-moz-opacity:0.1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";  
opacity:0.15;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-top:before {
height:50px;
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.35); }
.gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;		
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-bottom:before {
display:none !important;
}	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-header h3,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-price-wrap small { color:#FFF !important; }
.gw-go-col.gw-go-clean-style2 .gw-go-header h3 { color:#FFF; }
.gw-go-col.gw-go-clean-style2 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style2 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style2 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style2 .gw-go-coinb small { color:#333; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-coinf div,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-coinb div { color:#333 !important; } .gw-go-col.gw-go-clean-style2 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style2 .gw-go-body > li { 
background:#EBEBEB; 
color:#333333;
}
.gw-go-col.gw-go-clean-style2 .gw-go-body > li.gw-go-even { background:#F5F5F5; }  .gw-go-col.gw-go-clean-style2 .gw-go-btn { 
background:#333;
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;		
} .gw-go-col.gw-go-clean-style2 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style2 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style3 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style3 .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.2); }
.gw-go-col.gw-go-clean-style3 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-top:before {
height:50px;
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-img .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.35); }
.gw-go-col.gw-go-clean-style3 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;		
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-bottom:before {
display:none !important;
}
.gw-go-col.gw-go-clean-style3 .gw-go-header h3, 
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-price-wrap { color:#FFF; }
.gw-go-col.gw-go-clean-style3 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style3 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style3 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style3 .gw-go-coinb small { color:#9D9D9D; } .gw-go-col.gw-go-clean-style3 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style3 .gw-go-body > li { background:#EBEBEB; }
.gw-go-col.gw-go-clean-style3 .gw-go-body > li.gw-go-even { background:#F5F5F5; } .gw-go-col.gw-go-clean-style3 .gw-go-body > li { 
color:#9D9D9D;
} .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-body > li { color:#333333; }  .gw-go-col.gw-go-clean-style3 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:20px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style3 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style3 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-footer-row { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style3 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style4 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style4 .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.2); }
.gw-go-col.gw-go-clean-style4 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-top:before {
height:50px;
}
.gw-go-col.gw-go-clean-style4  .gw-go-header-img .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.35); }
.gw-go-col.gw-go-clean-style4 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style4  .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;		
}
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-bottom:before {
display:none !important;
}	
.gw-go-col.gw-go-clean-style4 .gw-go-header h3, 
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-price-wrap { color:#FFF; }
.gw-go-col.gw-go-clean-style4 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style4 .gw-go-coinb { border:solid 2px #c9c9c9; } .gw-go-col.gw-go-clean-style4 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style4 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style4 .gw-go-body > li .gw-go-body-cell:before  {			
content:'';
display:block;					
height:100%;
left:-5px;
margin-left:-1px;				
filter:alpha(opacity=7);
-khtml-opacity:0.07;
-moz-opacity:0.07;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
opacity:0.07;
padding:10px 5px;		
position:absolute;
top:-10px;					
width:101%;
z-index:-1;
}
.gw-go-col.gw-go-clean-style4 .gw-go-body > li .gw-go-body-cell:before {
filter:alpha(opacity=14);
-khtml-opacity:0.14;
-moz-opacity:0.14;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";  
opacity:0.14;
} .gw-go-col.gw-go-clean-style4 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style4 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style4 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style5 .gw-go-col-inner { background:#FFF; }  .gw-go-col.gw-go-clean-style5 .gw-go-header-bottom { 
background:#F5F5F5;
border-top:solid 1px rgba(255,255,255,0.2);	
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-img .gw-go-header-bottom { background:transparent !important; }		
.gw-go-col.gw-go-clean-style5 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-top:before {
height:50px;
}
.gw-go-col.gw-go-clean-style5  .gw-go-header-img .gw-go-header-bottom { border-top:solid 1px rgba(255,255,255,0.35); }
.gw-go-col.gw-go-clean-style5 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style5  .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;		
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-bottom:before { display:none !important; }		
.gw-go-col.gw-go-clean-style5 .gw-go-header h3,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-price-wrap span,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-price-wrap small,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard.gw-go-header-img span, 
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard.gw-go-header-img small { color:#FFF !important; }
.gw-go-col.gw-go-clean-style5 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style5 .gw-go-coinb { border:solid 2px #c9c9c9; }		
.gw-go-col.gw-go-clean-style5 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style5 .gw-go-coinb small { color:#333; } .gw-go-col.gw-go-clean-style5 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col.gw-go-clean-style5 .gw-go-body > li { 
background:#EBEBEB;
color:#9D9D9D;
}
.gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even { background:#F5F5F5; }	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li { background:none !important; }	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col-wrap .gw-go-col.gw-go-clean-style5 .gw-go-body > li .gw-go-body-cell:before {	
content:'';
display:block;					
height:100%;
left:-5px;
margin-left:-1px;	
position:absolute;
top:-10px;
z-index:-1;								
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even .gw-go-body-cell:before {				 
filter:alpha(opacity=10);
-khtml-opacity:0.1;
-moz-opacity:0.1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
opacity:0.1;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li .gw-go-body-cell:before{
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
padding:10px 5px;		
width:101%;		
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li { color:#333; } .gw-go-col.gw-go-clean-style5 .gw-go-footer-row { color:#9D9D9D; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style5 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style5 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}  .gw-go-col.gw-go-clean-style6 .gw-go-col-inner,
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style6 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style6 .gw-go-header-bottom { border-top:solid 1px transparent; }
.gw-go-col.gw-go-clean-style6 .gw-go-header-img .gw-go-header-bottom { border-top:solid 1px transparent; }
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard  .gw-go-header-bottom {  border-top:solid 1px rgba(255,255,255,0.2) !important; }	
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img  .gw-go-header-bottom {  border-top:solid 1px rgba(255,255,255,0.35) !important; }
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-top:before {
height:50px;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;		
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-bottom:before { display:none !important; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-header h3 { color:#FFF !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-price-wrap,
.gw-go-col.gw-go-clean-style6 .gw-go-header-img h3,
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small { color:#FFF !important; } .gw-go-coin-wrap:before {
content:'';
width:100%;
height:100%;
position:absolute;
left:1px;
top:1px;
border-radius:50px
}	
.gw-go-col.gw-go-clean-style6 .gw-go-coinf div,
.gw-go-col.gw-go-clean-style6 .gw-go-coinb div { color:#FFF; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinf,	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinb { border:solid 2px #c9c9c9; }	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinf div,	
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinb div { background:#FFF !important; } .gw-go-col.gw-go-clean-style6 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col.gw-go-clean-style6 .gw-go-body > li {
background:#EBEBEB;
border-top-color:#FFF;
color:#9D9D9D;
}
.gw-go-col.gw-go-clean-style6 .gw-go-body > li.gw-go-even { background:#F5F5F5; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-body { border-bottom-color:#fff !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-body > li {
background:none;
border-top-color:#FFF;
color:#FFF !important;
}  .gw-go-col.gw-go-clean-style6 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
}  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-btn { background:#FFF !important; } .gw-go-col.gw-go-clean-style6 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style6 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-footer-row { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style6 .gw-go-footer-row { color:#fff; } .gw-go-col.gw-go-clean-style7 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style7 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style7 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style7 .gw-go-body > li .gw-go-body-cell:before {			
content:'';
display:block;					
height:100%;
left:-5px;
margin-left:-1px;				
filter:alpha(opacity=10);
-khtml-opacity:0.1;
-moz-opacity:0.1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
opacity:0.1;
padding:10px 5px;		
position:absolute;
top:-10px;					
width:101%;
z-index:-1;
}
.gw-go-col.gw-go-clean-style7 .gw-go-body > li .gw-go-body-cell:before{
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-body { border-bottom-color:#fff !important; }  .gw-go-col.gw-go-clean-style7 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style7 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style7 .gw-go-footer-row { color:#333; }  .gw-go-col.gw-go-clean-style8 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style8 .gw-go-header-bottom { border-top:solid 1px transparent; } .gw-go-col.gw-go-clean-style8 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col.gw-go-clean-style8 .gw-go-body > li {
background:#EBEBEB;
border-top-color:#FFF;
color:#9D9D9D;
}
.gw-go-col.gw-go-clean-style8 .gw-go-body > li.gw-go-even { background:#F5F5F5; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-body > li {
background:none;
border-top-color:#FFF;
color:#FFF;
}  .gw-go-col.gw-go-clean-style8 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
}  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-btn { background:#FFF !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row { color:#fff !important; } .gw-go-col.gw-go-clean-style8 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style8 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style8 .gw-go-footer-row { color:#fff; }  .gw-go-col.gw-go-clean-style9 .gw-go-header-bottom {
height:auto;
border-top:solid 1px transparent;
}	
.gw-go-col.gw-go-clean-style9 .gw-go-header h3 { color:#FFF; }
.gw-go-col.gw-go-clean-style9 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style9 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style9 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style9 .gw-go-coinb small { color:#333; } .gw-go-col.gw-go-clean-style9 .gw-go-body > li { background:#FFF; }
.gw-go-col.gw-go-clean-style9 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style9 .gw-go-body > li .gw-go-body-cell:before {			
content:'';
display:block;					
height:100%;
left:-5px;
margin-left:-1px;				
filter:alpha(opacity=10);
-khtml-opacity:0.1;
-moz-opacity:0.1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
opacity:0.1;
padding:10px 5px;		
position:absolute;
top:-10px;					
width:101%;
z-index:-1;
}
.gw-go-col.gw-go-clean-style9 .gw-go-body > li .gw-go-body-cell:before{
filter:alpha(opacity=15);
-khtml-opacity:0.15;
-moz-opacity:0.15;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  
opacity:0.15;
}  .gw-go-col.gw-go-clean-style9 .gw-go-btn {
background:#FFF; 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
}
.gw-go-col.gw-go-clean-style9 .gw-go-footer-row { color:#fff !important; } .gw-go-col.gw-go-clean-style9 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style10 .gw-go-col-inner { background:#FFF; }
.gw-go-col.gw-go-clean-style10 .gw-go-header-bottom {
height:auto;
border-top:none;		
}	
.gw-go-col.gw-go-clean-style10 .gw-go-header h3 { color:#FFF; }
.gw-go-col.gw-go-clean-style10 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style10 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style10 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style10 .gw-go-coinb small { color:#333; } .gw-go-col.gw-go-clean-style10 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style10 .gw-go-body > li {
background:#EBEBEB;
border-top-color:#FFF;
color:#333;
}
.gw-go-col.gw-go-clean-style10 .gw-go-body > li.gw-go-even { background:#F5F5F5; }  .gw-go-col.gw-go-clean-style10 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style10 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style10 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style12 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style12 .gw-go-header-bottom {
height:auto;
border-top:none;		
}
.gw-go-col.gw-go-clean-style12 .gw-go-header h3 small { color:#333; } .gw-go-col.gw-go-clean-style12 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style12 .gw-go-body > li {
background:#EBEBEB;
border-top-color:#F5F5F5;
color:#333;
}
.gw-go-col.gw-go-clean-style12 .gw-go-body > li a { color:#333; }
.gw-go-col.gw-go-clean-style12 .gw-go-body > li:first-child { border-top-color:#FFF; }
.gw-go-col.gw-go-clean-style12 .gw-go-body > li.gw-go-even { 
background:#F5F5F5;
border-top-color:#EBEBEB;
}  .gw-go-col.gw-go-clean-style12 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style12 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style12 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style13 .gw-go-header-bottom {
height:auto;
border-top:none;	
} .gw-go-col.gw-go-clean-style13 .gw-go-col-inner { background:#FFF; }  .gw-go-col.gw-go-clean-style13 .gw-go-header p { color:#333; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header h2,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header p { color:#FFF !important; }  .gw-go-col.gw-go-clean-style13 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-body { border-bottom-color:#FFF; } .gw-go-col.gw-go-clean-style13 .gw-go-body > li {
background:#EBEBEB;
border-top-color:#FFF;
color:#9D9D9D;
}
.gw-go-col.gw-go-clean-style13 .gw-go-body > li.gw-go-even { background:#F5F5F5; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-body > li {
background:none;
border-top-color:#FFF;
color:#FFF;
}  .gw-go-col.gw-go-clean-style13 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
}  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-btn { background:#FFF !important; } .gw-go-col.gw-go-clean-style13 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style13 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-footer-row { color:#9D9D9D; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style13 .gw-go-footer-row { color:#fff; }  .gw-go-col.gw-go-clean-style14  .gw-go-col-inner { background:#F5F5F5; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14  .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style14 .gw-go-header-top { background:#FFF; }
.gw-go-col.gw-go-clean-style14 .gw-go-header-img .gw-go-header-top { background:transparent; } .gw-go-col.gw-go-clean-style14 .gw-go-header h3 { color:#333; }
.gw-go-col.gw-go-clean-style14 	.gw-go-header-img h3 { color:#FFF !important; }	
.gw-go-col.gw-go-clean-style14 	.gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style14 	.gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small { color:#FFF !important; }	
.gw-go-col.gw-go-clean-style14 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-top:before {
background:#fff;					
content:'' !important;
display:block !important;					
height:60px;
left:0;					
filter:alpha(opacity=30);
-khtml-opacity:0.3;
-moz-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
opacity:0.30;
position:absolute;				
width:100%;
}
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-top:before { height:50px; }
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-bottom:before { display:none !important; }		
.gw-go-col.gw-go-clean-style14 .gw-go-coinf, 
.gw-go-col.gw-go-clean-style14 .gw-go-coinb { border:solid 2px #c9c9c9; }
.gw-go-col.gw-go-clean-style14 .gw-go-coinf small, 
.gw-go-col.gw-go-clean-style14 .gw-go-coinb small { color:#9D9D9D; }  .gw-go-col.gw-go-clean-style14 .gw-go-body { border-bottom-color:#FFF; } .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-body { border-bottom-color:#EBEBEB; } .gw-go-col.gw-go-clean-style14 .gw-go-body > li { 
border-top-color:#FFF;
color:#9D9D9D;
} .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-body > li { 
border-top-color:#EBEBEB;
color:#333333;
} .gw-go-col.gw-go-clean-style14 .gw-go-footer-row { color:#9D9D9D; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-footer-row { color:#333; } .gw-go-col.gw-go-clean-style14 .gw-go-btn { 
background:#9D9D9D;
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style14 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
} .gw-go-col.gw-go-clean-style15 .gw-go-col-inner { background:#FFF; } .gw-go-col.gw-go-clean-style15 .gw-go-body { border-bottom-color:#EBEBEB; }		
.gw-go-col.gw-go-clean-style15 .gw-go-body > li { 
background:#EBEBEB; 
}
.gw-go-col.gw-go-clean-style15 .gw-go-body > li.gw-go-even { background:none;  }	
.gw-go-col.gw-go-clean-style15 .gw-go-body > li.gw-go-even .gw-go-body-cell:before {				
content:'';
display:block;					
height:100%;
left:-5px;
margin-left:-1px;				
filter:alpha(opacity=10);
-khtml-opacity:0.1;
-moz-opacity:0.1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
opacity:0.1;
padding:10px 5px;		
position:absolute;
top:-10px;					
width:101%;
z-index:-1;
}  .gw-go-col.gw-go-clean-style15 .gw-go-btn { 
background-image:url(//strongman.org.ua/wp-content/plugins/go_pricing/assets/images/hover.png);
background-position:200px 0;
background-repeat:no-repeat;					
color:#fff !important;
} .gw-go-col.gw-go-clean-style15 .gw-go-btn:hover {
background-position:0 0;
background-repeat:repeat;
}
.gw-go-col.gw-go-clean-style15 .gw-go-footer-row { color:#333; }#glt-settings.wrap {
max-width:1300px;
}
#glt-settings.wrap:after {
content:'';
display:block;
clear:both;
}
#glt-footer,
#glt-footer #google_language_translator {
display:none !important;
}
#glt-translate-trigger,
#glt-translate-trigger span {
cursor:pointer;
}
#glt-settings .glt-main-settings h3:before {
content:'\f108';
}
#glt-settings .glt-layout-settings h3:before {
content:'\f116';
}
#glt-settings .glt-floating-widget-settings h3:before {
content:'\f134';
}
#glt-settings .glt-behavior-settings h3:before {
content:'\f185';
}
#glt-settings .glt-usage-settings h3:before {
content:'\f106';
}
#glt-settings .glt-preview-settings h3:before {
content:'\f115';
}
#glt-settings .glt-flag-settings h3:before {
content:'\f227';
}
#glt-settings .glt-seo-settings h3:before {
content:'\f11e';
}
#glt-settings .glt-gtranslate-ad h3:before {
content:'\f326';
}
#glt-settings .glt-css-settings h3:before {
content:'\f119';
}
#glt-settings .glt-seo-settings {background-color: #FFC293;}
#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before {
margin-right: 5px;
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
}
#glt-settings .button,
#glt-settings .button-primary {
text-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
transition: .25s opacity ease-in-out;
-webkit-transition: .25s opacity ease-in-out;
-moz-transition: .25s opacity ease-in-out;
}
#glt-settings .button {
background: #95a5a6;
border:1px solid #95a5a6;
color:#fff;
}
#glt-settings .button-primary {
background:#ea4335;
border:1px solid #ea4335;
}
#glt-settings .button:hover {
opacity:0.8;
}
#glt-settings .button-primary:hover {
opacity:0.8;
background:#ea4335;
border:1px solid #ea4335;
}
.tool-container {
bottom:50px !important;
top:auto !important;
z-index:99999999 !important;
}
.tool-container .tool-items a {
margin:4px;
}
.box-right {
clear:right;
}
a.wp-studio-logo:focus,
a.wp-helpdesk-logo:focus {
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
}
.goog-te-gadget-simple {
margin:4px 0;
}
#google_language_translator select.goog-te-combo {
width:143px;
background:#fff;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
padding:3px !important;
height:auto !important;
border:1px solid lightgray !important;
border-radius:0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px !important;
-o-border-radius:0px !important;
}
#google_language_translator select.goog-te-combo:focus {
outline:none !important;
}
#flags {
overflow:hidden;
}
#flags ul {
margin:0;
padding:0;
}
#flags li {
float:left !important;
margin-bottom:0 !important;
padding:0 !important;
border:none !important;
list-style:none !important;
content:none !important;
}
#flags li:before {
content:none !important;
border:none !important;
background:none !important;
}
#flags a,
.tool-container .tool-items a {
display:inline-block;
cursor:pointer;
}
a.nturl.single-language {
border:0;
}
a.single-language span.flag {
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
#flags.size24 a,
.tool-container .tool-items a,
a.single-language span.size24 {
width: 24px !important;
height: 18px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size22 a,
a.single-language span.size22 {
width: 22px !important;
height: 17px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size20 a,
a.single-language span.size20 {
width: 20px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size18 a,
a.single-language span.size18 {
width: 18px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size16 a,
#language span.size16,
a.single-language span.size16 {
width: 16px !important;
height: 12px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
.tool-container .tool-items a {
display:inline-block;
margin:3px 5px 3px;
width:24px !important;
height:18px !important;
}
.goog-te-gadget {
color:#444;
font-size:11px;
font-family:"Arial",sans,sans-serif;
}
.goog-te-gadget img {
vertical-align:middle;
}
select.goog-te-combo:focus {
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.metabox-holder {
width:65%;
float:left;
}
.metabox-holder h2 {
margin-bottom:18px;
}
.submit {
padding:0px;
}
.form-table th {
width:50%;
}
td.advanced {
padding-top:0px;
padding-bottom:0px;
}
p.hello {
font-size:12px;
color:darkgray;
}
.flag{
padding:1px 0;
}
a.nturl {
cursor:pointer;
}
.flag img,
.alt_flag img{
border:0px !important;
margin-top:2px !important;
padding:0px !important;
}
.attribution {
width:152px;
line-height:1em;
margin-top:4px;
}
span.goog-branding {
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
left:170px;
z-index: 9999;
float: right;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
font-size: 12px;
font-weight: bold;
color: rgb(68, 68, 68);
text-decoration: none;
line-height:0.8em;
}
span.goog-branding img {
float: left;
margin:0px;
width: 37px;
}
span.vertical-translator {
position:auto;
float:none !important;
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
vertical-align: middle;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
right: -50px;
z-index: 9999;
}
.tool-container .tool-items .flag img {
width:24px !important;
height:24px !important;
margin-top:1px !important;
}
.tool-items .flag {
padding:0px !important;
}
.tool-container {
line-height:1;
}
#footer-instance {
display:none !important;
}
code {
border:1px solid lightgray;
} #flags.size22 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -3px no-repeat;
}
#flags.size22 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -467px no-repeat;
}
#flags.size22 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -3px no-repeat;
}
#flags.size22 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -3px no-repeat;
}
#flags.size22 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -3px no-repeat;
}
#flags.size22 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -3px no-repeat;
}
#flags.size22 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -32px no-repeat;
}
#flags.size22 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -32px no-repeat;
}
#flags.size22 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -32px no-repeat;
}
#flags.size22 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -32px no-repeat;
}
#flags.size22 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -32px no-repeat;
}
#flags.size22 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -32px no-repeat;
}
#flags.size22 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -409px no-repeat;
}
#flags.size22 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -61px no-repeat;
}
#flags.size22 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -61px no-repeat;
}
#flags.size22 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -61px no-repeat;
}
#flags.size22 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -61px no-repeat;
}
#flags.size22 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -61px no-repeat;
}
#flags.size22 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -351px no-repeat;
}
#flags.size22 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -351px no-repeat;
}
#flags.size22 a.canada[title="English"],
a.single-language.canada[title="English"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -438px no-repeat;
}
#flags.size22 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -90px no-repeat;
}
#flags.size22 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -90px no-repeat;
}
#flags.size22 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -90px no-repeat;
}
#flags.size22 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -90px no-repeat;
}
#flags.size22 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -90px no-repeat;
}
#flags.size22 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -119px no-repeat;
}
#flags.size22 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -119px no-repeat;
}
#flags.size22 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -119px no-repeat;
}
#flags.size22 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -119px no-repeat;
}
#flags.size22 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -119px no-repeat;
}
#flags.size22 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -119px no-repeat;
}
#flags.size22 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -467px no-repeat;
}
#flags.size22 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"] {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -148px no-repeat;
}
#flags.size22 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -148px no-repeat;
}
#flags.size22 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -148px no-repeat;
}
#flags.size22 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -148px no-repeat;
}
#flags.size22 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -148px no-repeat;
}
#flags.size22 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -148px no-repeat;
}
#flags.size22 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -177px no-repeat;
}
#flags.size22 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -177px no-repeat;
}
#flags.size22 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -177px no-repeat;
}
#flags.size22 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -177px no-repeat;
}
#flags.size22 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -177px no-repeat;
}
#flags.size22 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -177px no-repeat;
}
#flags.size22 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -409px no-repeat;
}
#flags.size22 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -206px no-repeat;
}
#flags.size22 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -206px no-repeat;
}
#flags.size22 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -467px no-repeat;
}
#flags.size22 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -467px no-repeat;
}
#flags.size22 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -206px no-repeat;
}
#flags.size22 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -206px no-repeat;
}
#flags.size22 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -206px no-repeat;
}
#flags.size22 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -206px no-repeat;
}
#flags.size22 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -496px no-repeat;
}
#flags.size22 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -235px no-repeat;
}
#flags.size22 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -409px no-repeat;
}
#flags.size22 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -235px no-repeat;
}
#flags.size22 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -409px no-repeat;
}
#flags.size22 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -235px no-repeat;
}
#flags.size22 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -235px no-repeat;
}
#flags.size22 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -235px no-repeat;
}
#flags.size22 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -235px no-repeat;
}
#flags.size22 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Buremese)"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -409px no-repeat;
}
#flags.size22 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -264px no-repeat;
}
#flags.size22 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -264px no-repeat;
}
#flags.size22 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -496px no-repeat;
}
#flags.size22 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -264px no-repeat;
}
#flags.size22 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -264px no-repeat;
}
#flags.size22 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -264px no-repeat;
}
#flags.size22 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -438px no-repeat;
}
#flags.size22 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -264px no-repeat;
}
#flags.size22 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -293px no-repeat;
}
#flags.size22 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -293px no-repeat;
}
#flags.size22 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -467px no-repeat;
}
#flags.size22 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -467px no-repeat;
}
#flags.size22 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -293px no-repeat;
}
#flags.size22 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -409px no-repeat;
}
#flags.size22 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -496px no-repeat;
}
#flags.size22 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -438px no-repeat;
}
#flags.size22 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -293px no-repeat;
}
#flags.size22 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -293px no-repeat;
}
#flags.size22 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -293px no-repeat;
}
#flags.size22 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -322px no-repeat;
}
#flags.size22 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -438px no-repeat;
}
#flags.size22 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanse"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -380px no-repeat;
}
#flags.size22 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -322px no-repeat;
}
#flags.size22 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -322px no-repeat;
}
#flags.size22 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -438px no-repeat;
}
#flags.size22 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -322px no-repeat;
}
#flags.size22 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -322px no-repeat;
}
#flags.size22 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -322px no-repeat;
}
#flags.size22 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -351px no-repeat;
}
#flags.size22 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -351px no-repeat;
}
#flags.size22 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -438px no-repeat;
}
#flags.size22 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -380px no-repeat;
}
#flags.size22 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -30px -380px no-repeat;
}
#flags.size22 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -59px -380px no-repeat;
}
#flags.size22 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -88px -380px no-repeat;
}
#flags.size22 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size22 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags22.png) -117px -380px no-repeat;
} #flags.size20 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -4px no-repeat;
}
#flags.size20 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -468px no-repeat;
}
#flags.size20 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -4px no-repeat;
}
#flags.size20 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -4px no-repeat;
}
#flags.size20 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -4px no-repeat;
}
#flags.size20 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -4px no-repeat;
}
#flags.size20 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -33px no-repeat;
}
#flags.size20 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -33px no-repeat;
}
#flags.size20 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -33px no-repeat;
}
#flags.size20 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -33px no-repeat;
}
#flags.size20 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -33px no-repeat;
}
#flags.size20 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -33px no-repeat;
}
#flags.size20 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -410px no-repeat;
}
#flags.size20 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -62px no-repeat;
}
#flags.size20 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -62px no-repeat;
}
#flags.size20 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -62px no-repeat;
}
#flags.size20 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -62px no-repeat;
}
#flags.size20 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -62px no-repeat;
}
#flags.size20 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -352px no-repeat;
}
#flags.size20 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -352px no-repeat;
}
#flags.size20 a.canada[title="English"],
a.single-language.canada[title="English"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -439px no-repeat;
}
#flags.size20 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -91px no-repeat;
}
#flags.size20 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -91px no-repeat;
}
#flags.size20 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -91px no-repeat;
}
#flags.size20 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -91px no-repeat;
}
#flags.size20 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -91px no-repeat;
}
#flags.size20 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -120px no-repeat;
}
#flags.size20 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -120px no-repeat;
}
#flags.size20 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -120px no-repeat;
}
#flags.size20 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -120px no-repeat;
}
#flags.size20 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -120px no-repeat;
}
#flags.size20 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -120px no-repeat;
}
#flags.size20 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -468px no-repeat;
}
#flags.size20 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -149px no-repeat;
}
#flags.size20 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -149px no-repeat;
}
#flags.size20 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -149px no-repeat;
}
#flags.size20 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -149px no-repeat;
}
#flags.size20 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -149px no-repeat;
}
#flags.size20 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -149px no-repeat;
}
#flags.size20 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -178px no-repeat;
}
#flags.size20 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -178px no-repeat;
}
#flags.size20 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -178px no-repeat;
}
#flags.size20 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -178px no-repeat;
}
#flags.size20 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -178px no-repeat;
}
#flags.size20 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -178px no-repeat;
}
#flags.size20 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -410px no-repeat;
}
#flags.size20 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -207px no-repeat;
}
#flags.size20 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -207px no-repeat;
}
#flags.size20 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -468px no-repeat;
}
#flags.size20 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -468px no-repeat;
}
#flags.size20 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -207px no-repeat;
}
#flags.size20 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -207px no-repeat;
}
#flags.size20 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -207px no-repeat;
}
#flags.size20 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -207px no-repeat;
}
#flags.size20 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -497px no-repeat;
}
#flags.size20 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -236px no-repeat;
}
#flags.size20 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -410px no-repeat;
}
#flags.size20 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -236px no-repeat;
}
#flags.size20 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -236px no-repeat;
}
#flags.size20 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -410px no-repeat;
}
#flags.size20 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -236px no-repeat;
}
#flags.size20 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -236px no-repeat;
}
#flags.size20 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -236px no-repeat;
}
#flags.size20 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -410px no-repeat;
}
#flags.size20 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -265px no-repeat;
}
#flags.size20 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -265px no-repeat;
}
#flags.size20 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -497px no-repeat;
}
#flags.size20 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -265px no-repeat;
}
#flags.size20 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -265px no-repeat;
}
#flags.size20 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -265px no-repeat;
}
#flags.size20 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -439px no-repeat;
}
#flags.size20 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -265px no-repeat;
}
#flags.size20 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -294px no-repeat;
}
#flags.size20 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -294px no-repeat;
}
#flags.size20 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -468px no-repeat;
}
#flags.size20 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -468px no-repeat;
}
#flags.size20 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -294px no-repeat;
}
#flags.size20 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -410px no-repeat;
}
#flags.size20 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -497px no-repeat;
}
#flags.size20 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -439px no-repeat;
}
#flags.size20 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -294px no-repeat;
}
#flags.size20 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -294px no-repeat;
}
#flags.size20 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -294px no-repeat;
}
#flags.size20 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -323px no-repeat;
}
#flags.size20 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -439px no-repeat;
}
#flags.size20 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -381px no-repeat;
}
#flags.size20 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -323px no-repeat;
}
#flags.size20 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -323px no-repeat;
}
#flags.size20 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -439px no-repeat;
}
#flags.size20 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -323px no-repeat;
}
#flags.size20 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -323px no-repeat;
}
#flags.size20 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -323px no-repeat;
}
#flags.size20 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -352px no-repeat;
}
#flags.size20 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -352px no-repeat;
}
#flags.size20 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -439px no-repeat;
}
#flags.size20 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -381px no-repeat;
}
#flags.size20 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -31px -381px no-repeat;
}
#flags.size20 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -60px -381px no-repeat;
}
#flags.size20 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -89px -381px no-repeat;
}
#flags.size20 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size20 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags20.png) -118px -381px no-repeat;
} #flags.size18 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -4px no-repeat;
}
#flags.size18 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -468px no-repeat;
}
#flags.size18 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -4px no-repeat;
}
#flags.size18 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -4px no-repeat;
}
#flags.size18 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -4px no-repeat;
}
#flags.size18 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -4px no-repeat;
}
#flags.size18 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -33px no-repeat;
}
#flags.size18 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -33px no-repeat;
}
#flags.size18 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -33px no-repeat;
}
#flags.size18 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -33px no-repeat;
}
#flags.size18 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -33px no-repeat;
}
#flags.size18 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -33px no-repeat;
}
#flags.size18 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -410px no-repeat;
}
#flags.size18 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -62px no-repeat;
}
#flags.size18 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -62px no-repeat;
}
#flags.size18 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -62px no-repeat;
}
#flags.size18 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -62px no-repeat;
}
#flags.size18 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -62px no-repeat;
}
#flags.size18 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -352px no-repeat;
}
#flags.size18 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -352px no-repeat;
}
#flags.size18 a.canada[title="English"] a.single-language.canada[title="English"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -439px no-repeat;
}
#flags.size18 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -91px no-repeat;
}
#flags.size18 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -91px no-repeat;
}
#flags.size18 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -91px no-repeat;
}
#flags.size18 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -91px no-repeat;
}
#flags.size18 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -91px no-repeat;
}
#flags.size18 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -120px no-repeat;
}
#flags.size18 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -120px no-repeat;
}
#flags.size18 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -120px no-repeat;
}
#flags.size18 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -120px no-repeat;
}
#flags.size18 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -120px no-repeat;
}
#flags.size18 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -468px no-repeat;
}
#flags.size18 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -120px no-repeat;
}
#flags.size18 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -149px no-repeat;
}
#flags.size18 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -149px no-repeat;
}
#flags.size18 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -149px no-repeat;
}
#flags.size18 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -149px no-repeat;
}
#flags.size18 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -149px no-repeat;
}
#flags.size18 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -149px no-repeat;
}
#flags.size18 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -178px no-repeat;
}
#flags.size18 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -178px no-repeat;
}
#flags.size18 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -178px no-repeat;
}
#flags.size18 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -178px no-repeat;
}
#flags.size18 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -178px no-repeat;
}
#flags.size18 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -178px no-repeat;
}
#flags.size18 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -410px no-repeat;
}
#flags.size18 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -207px no-repeat;
}
#flags.size18 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -207px no-repeat;
}
#flags.size18 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -468px no-repeat;
}
#flags.size18 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -468px no-repeat;
}
#flags.size18 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -207px no-repeat;
}
#flags.size18 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -207px no-repeat;
}
#flags.size18 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -207px no-repeat;
}
#flags.size18 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -207px no-repeat;
}
#flags.size18 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -496px no-repeat;
}
#flags.size18 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -236px no-repeat;
}
#flags.size18 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -410px no-repeat;
}
#flags.size18 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -236px no-repeat;
}
#flags.size18 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -410px no-repeat;
}
#flags.size18 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -236px no-repeat;
}
#flags.size18 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -236px no-repeat;
}
#flags.size18 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -236px no-repeat;
}
#flags.size18 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -236px no-repeat;
}
#flags.size18 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -410px no-repeat;
}
#flags.size18 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -265px no-repeat;
}
#flags.size18 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -265px no-repeat;
}
#flags.size18 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -496px no-repeat;
}
#flags.size18 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -265px no-repeat;
}
#flags.size18 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -265px no-repeat;
}
#flags.size18 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -265px no-repeat;
}
#flags.size18 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -439px no-repeat;
}
#flags.size18 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -265px no-repeat;
}
#flags.size18 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -294px no-repeat;
}
#flags.size18 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -294px no-repeat;
}
#flags.size18 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -468px no-repeat;
}
#flags.size18 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -468px no-repeat;
}
#flags.size18 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -294px no-repeat;
}
#flags.size18 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -410px no-repeat;
}
#flags.size18 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -496px no-repeat;
}
#flags.size18 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -439px no-repeat;
}
#flags.size18 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -294px no-repeat;
}
#flags.size18 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -294px no-repeat;
}
#flags.size18 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -294px no-repeat;
}
#flags.size18 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -323px no-repeat;
}
#flags.size18 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -439px no-repeat;
}
#flags.size18 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -381px no-repeat;
}
#flags.size18 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -323px no-repeat;
}
#flags.size18 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -323px no-repeat;
}
#flags.size18 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -439px no-repeat;
}
#flags.size18 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -323px no-repeat;
}
#flags.size18 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -323px no-repeat;
}
#flags.size18 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -323px no-repeat;
}
#flags.size18 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -352px no-repeat;
}
#flags.size18 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -352px no-repeat;
}
#flags.size18 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -439px no-repeat;
}
#flags.size18 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -381px no-repeat;
}
#flags.size18 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -31px -381px no-repeat;
}
#flags.size18 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -60px -381px no-repeat;
}
#flags.size18 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -89px -381px no-repeat;
}
#flags.size18 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size18 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags18.png) -118px -381px no-repeat;
} #flags.size16 a[title="Afrikaans"],
#language .switcher .selected a[title="Afrikaans"] span,
#language .switcher .option a[title="Afrikaans"] span,
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Albanian"],
#language .switcher .selected a[title="Albanian"] span,
#language .switcher .option a[title="Albanian"] span,
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -5px no-repeat;
}
#flags.size16 a[title="Amharic"],
#language .switcher .selected a[title="Amharic"] span,
#language .switcher .option a[title="Amharic"] span,
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -469px no-repeat;
}
#flags.size16 a[title="Arabic"],
#language .switcher .selected a[title="Arabic"] span,
#language .switcher .option a[title="Arabic"] span,
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -5px no-repeat;
}
#flags.size16 a[title="Armenian"],
#language .switcher .selected a[title="Armenian"] span,
#language .switcher .option a[title="Armenian"] span,
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -5px no-repeat;
}
#flags.size16 a[title="Azerbaijani"],
#language .switcher .selected a[title="Azerbaijani"] span,
#language .switcher .option a[title="Azerbaijani"] span,
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -5px no-repeat;
}
#flags.size16 a[title="Basque"],
#language .switcher .selected a[title="Basque"] span,
#language .switcher .option a[title="Basque"] span,
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -5px no-repeat;
}
#flags.size16 a[title="Belarusian"],
#language .switcher .selected a[title="Belarusian"] span,
#language .switcher .option a[title="Belarusian"] span,
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -34px no-repeat;
}
#flags.size16 a[title="Bengali"],
#language .switcher .selected a[title="Bengali"] span,
#language .switcher .option a[title="Bengali"] span,
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -34px no-repeat;
}
#flags.size16 a[title="Bosnian"],
#language .switcher .selected a[title="Bosnian"] span,
#language .switcher .option a[title="Bosnian"] span,
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -34px no-repeat;
}
#flags.size16 a[title="Bulgarian"],
#language .switcher .selected a[title="Bulgarian"] span,
#language .switcher .option a[title="Bulgarian"] span,
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -34px no-repeat;
}
#flags.size16 a[title="Catalan"],
#language .switcher .selected a[title="Catalan"] span,
#language .switcher .option a[title="Catalan"] span,
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -34px no-repeat;
}
#flags.size16 a[title="Cebuano"],
#language .switcher .selected a[title="Cebuano"] span,
#language .switcher .option a[title="Cebuano"] span,
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -34px no-repeat;
}
#flags.size16 a[title="Chichewa"],
#language .switcher .selected a[title="Chichewa"] span,
#language .switcher .option a[title="Chichewa"] span,
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -411px no-repeat;
}
#flags.size16 a[title="Chinese (Simplified)"],
#language .switcher .selected a[title="Chinese (Simplified)"] span,
#language .switcher .option a[title="Chinese (Simplified)"] span,
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -63px no-repeat;
}
#flags.size16 a[title="Chinese (Traditional)"],
#language .switcher .selected a[title="Chinese (Traditional)"] span,
#language .switcher .option a[title="Chinese (Traditional)"] span,
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -63px no-repeat;
}
#flags.size16 a[title="Corsican"],
#language .switcher .selected a[title="Corsican"] span,
#language .switcher .option a[title="Corsican"] span,
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Croatian"],
#language .switcher .selected a[title="Croatian"] span,
#language .switcher .option a[title="Croatian"] span,
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -63px no-repeat;
}
#flags.size16 a[title="Czech"],
#language .switcher .selected a[title="Czech"] span,
#language .switcher .option a[title="Czech"] span,
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -63px no-repeat;
}
#flags.size16 a[title="Danish"],
#language .switcher .selected a[title="Danish"] span,
#language .switcher .option a[title="Danish"] span,
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -63px no-repeat;
}
#flags.size16 a[title="Dutch"],
#language .switcher .selected a[title="Dutch"] span,
#language .switcher .option a[title="Dutch"] span,
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="English"],
#language .switcher .selected a[title="English"] span,
#language .switcher .option a[title="English"] span,
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -353px no-repeat;
}
#flags.size16 a.united-states[title="English"],
#language .switcher .selected a[title="English"] span.united-states,
#language .switcher .option a[title="English"] span.united-states,
a.single-language.united-states[title="English"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -353px no-repeat;
}
#flags.size16 a.canada[title="English"],
#language .switcher .selected a[title="English"] span.canada,
#language .switcher .option a[title="English"] span.canada,
a.single-language.canada[title="English"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -440px no-repeat;
}
#flags.size16 a[title="Esperanto"],
#language .switcher .selected a[title="Esperanto"] span,
#language .switcher .option a[title="Esperanto"] span,
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -92px no-repeat;
}
#flags.size16 a[title="Estonian"],
#language .switcher .selected a[title="Estonian"] span,
#language .switcher .option a[title="Estonian"] span,
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -92px no-repeat;
}
#flags.size16 a[title="Filipino"],
#language .switcher .selected a[title="Filipino"] span,
#language .switcher .option a[title="Filipino"] span,
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -92px no-repeat;
}
#flags.size16 a[title="Finnish"],
#language .switcher .selected a[title="Finnish"] span,
#language .switcher .option a[title="Finnish"] span,
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -92px no-repeat;
}
#flags.size16 a[title="French"],
#language .switcher .selected a[title="French"] span,
#language .switcher .option a[title="French"] span,
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Frisian"],
#language .switcher .selected a[title="Frisian"] span,
#language .switcher .option a[title="Frisian"] span,
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="Galician"],
#language .switcher .selected a[title="Galician"] span,
#language .switcher .option a[title="Galician"] span,
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -92px no-repeat;
}
#flags.size16 a[title="Georgian"],
#language .switcher .selected a[title="Georgian"] span,
#language .switcher .option a[title="Georgian"] span,
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -121px no-repeat;
}
#flags.size16 a[title="German"],
#language .switcher .selected a[title="German"] span,
#language .switcher .option a[title="German"] span,
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -121px no-repeat;
}
#flags.size16 a[title="Greek"],
#language .switcher .selected a[title="Greek"] span,
#language .switcher .option a[title="Greek"] span,
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -121px no-repeat;
}
#flags.size16 a[title="Gujarati"],
#language .switcher .selected a[title="Gujarati"] span,
#language .switcher .option a[title="Gujarati"] span,
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -121px no-repeat;
}
#flags.size16 a[title="Haitian"],
#language .switcher .selected a[title="Haitian"] span,
#language .switcher .option a[title="Haitian"] span,
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -121px no-repeat;
}
#flags.size16 a[title="Hawaiian"],
#language .switcher .selected a[title="Hawaiian"] span,
#language .switcher .option a[title="Hawaiian"] span,
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -469px no-repeat;
}
#flags.size16 a[title="Hausa"],
#language .switcher .selected a[title="Hausa"] span,
#language .switcher .option a[title="Hausa"] span,
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -121px no-repeat;
}
#flags.size16 a[title="Hebrew"],
#language .switcher .selected a[title="Hebrew"] span,
#language .switcher .option a[title="Hebrew"] span,
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -150px no-repeat;
}
#flags.size16 a[title="Hindi"],
#language .switcher .selected a[title="Hindi"] span,
#language .switcher .option a[title="Hindi"] span,
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -150px no-repeat;
}
#flags.size16 a[title="Hmong"],
#language .switcher .selected a[title="Hmong"] span,
#language .switcher .option a[title="Hmong"] span,
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -150px no-repeat;
}
#flags.size16 a[title="Hungarian"],
#language .switcher .selected a[title="Hungarian"] span,
#language .switcher .option a[title="Hungarian"] span,
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -150px no-repeat;
}
#flags.size16 a[title="Icelandic"],
#language .switcher .selected a[title="Icelandic"] span,
#language .switcher .option a[title="Icelandic"] span,
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -150px no-repeat;
}
#flags.size16 a[title="Igbo"],
#language .switcher .selected a[title="Igbo"] span,
#language .switcher .option a[title="Igbo"] span,
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -150px no-repeat;
}
#flags.size16 a[title="Indonesian"],
#language .switcher .selected a[title="Indonesian"] span,
#language .switcher .option a[title="Indonesian"] span,
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -179px no-repeat;
}
#flags.size16 a[title="Irish"],
#language .switcher .selected a[title="Irish"] span,
#language .switcher .option a[title="Irish"] span,
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -179px no-repeat;
}
#flags.size16 a[title="Italian"],
#language .switcher .selected a[title="Italian"] span,
#language .switcher .option a[title="Italian"] span,
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -179px no-repeat;
}
#flags.size16 a[title="Japanese"],
#language .switcher .selected a[title="Japanese"] span,
#language .switcher .option a[title="Japanese"] span,
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -179px no-repeat;
}
#flags.size16 a[title="Javanese"],
#language .switcher .selected a[title="Javanese"] span,
#language .switcher .option a[title="Javanese"] span,
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -179px no-repeat;
}
#flags.size16 a[title="Kannada"],
#language .switcher .selected a[title="Kannada"] span,
#language .switcher .option a[title="Kannada"] span,
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -179px no-repeat;
}
#flags.size16 a[title="Kazakh"],
#language .switcher .selected a[title="Kazakh"] span,
#language .switcher .option a[title="Kazakh"] span,
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -411px no-repeat;
}
#flags.size16 a[title="Khmer"],
#language .switcher .selected a[title="Khmer"] span,
#language .switcher .option a[title="Khmer"] span,
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -208px no-repeat;
}
#flags.size16 a[title="Korean"],
#language .switcher .selected a[title="Korean"] span,
#language .switcher .option a[title="Korean"] span,
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -208px no-repeat;
}
#flags.size16 a[title="Kurdish"],
#language .switcher .selected a[title="Kurdish"] span,
#language .switcher .option a[title="Kurdish"] span,
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -469px no-repeat;
}
#flags.size16 a[title="Kyrgyz"],
#language .switcher .selected a[title="Kyrgyz"] span,
#language .switcher .option a[title="Kyrgyz"] span,
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -469px no-repeat;
}
#flags.size16 a[title="Lao"],
#language .switcher .selected a[title="Lao"] span,
#language .switcher .option a[title="Lao"] span,
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -208px no-repeat;
}
#flags.size16 a[title="Latin"],
#language .switcher .selected a[title="Latin"] span,
#language .switcher .option a[title="Latin"] span,
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -208px no-repeat;
}
#flags.size16 a[title="Latvian"],
#language .switcher .selected a[title="Latvian"] span,
#language .switcher .option a[title="Latvian"] span,
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -208px no-repeat;
}
#flags.size16 a[title="Lithuanian"],
#language .switcher .selected a[title="Lithuanian"] span,
#language .switcher .option a[title="Lithuanian"] span,
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -208px no-repeat;
}
#flags.size16 a[title="Luxembourgish"],
#language .switcher .selected a[title="Luxembourgish"] span,
#language .switcher .option a[title="Luxembourgish"] span,
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -498px no-repeat;
}
#flags.size16 a[title="Macedonian"],
#language .switcher .selected a[title="Macedonian"] span,
#language .switcher .option a[title="Macedonian"] span,
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -237px no-repeat;
}
#flags.size16 a[title="Malay"],
#language .switcher .selected a[title="Malay"] span,
#language .switcher .option a[title="Malay"] span,
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -237px no-repeat;
}
#flags.size16 a[title="Malagasy"],
#language .switcher .selected a[title="Malagasy"] span,
#language .switcher .option a[title="Malagasy"] span,
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -411px no-repeat;
}
#flags.size16 a[title="Malayalam"],
#language .switcher .selected a[title="Malayalam"] span,
#language .switcher .option a[title="Malayalam"] span,
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -411px no-repeat;
}
#flags.size16 a[title="Maltese"],
#language .switcher .selected a[title="Maltese"] span,
#language .switcher .option a[title="Maltese"] span,
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -237px no-repeat;
}
#flags.size16 a[title="Maori"],
#language .switcher .selected a[title="Maori"] span,
#language .switcher .option a[title="Maori"] span,
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -237px no-repeat;
}
#flags.size16 a[title="Marathi"],
#language .switcher .selected a[title="Marathi"] span,
#language .switcher .option a[title="Marathi"] span,
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -237px no-repeat;
}
#flags.size16 a[title="Mongolian"],
#language .switcher .selected a[title="Mongolian"] span,
#language .switcher .option a[title="Mongolian"] span,
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -237px no-repeat;
}
#flags.size16 a[title="Myanmar (Burmese)"],
#language .switcher .selected a[title="Myanmar (Burmese)"] span,
#language .switcher .option a[title="Myanmar (Burmese)"] span,
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -411px no-repeat;
}
#flags.size16 a[title="Nepali"],
#language .switcher .selected a[title="Nepali"] span,
#language .switcher .option a[title="Nepali"] span,
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -266px no-repeat;
}
#flags.size16 a[title="Norwegian"],
#language .switcher .selected a[title="Norwegian"] span,
#language .switcher .option a[title="Norwegian"] span,
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -266px no-repeat;
}
#flags.size16 a[title="Pashto"],
#language .switcher .selected a[title="Pashto"] span,
#language .switcher .option a[title="Pashto"] span,
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -498px no-repeat;
}
#flags.size16 a[title="Persian"],
#language .switcher .selected a[title="Persian"] span,
#language .switcher .option a[title="Persian"] span,
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -266px no-repeat;
}
#flags.size16 a[title="Polish"],
#language .switcher .selected a[title="Polish"] span,
#language .switcher .option a[title="Polish"] span,
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -266px no-repeat;
}
#flags.size16 a[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span,
#language .switcher .option a[title="Portuguese"] span,
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -266px no-repeat;
}
#flags.size16 a.brazil[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span.brazil,
#language .switcher .option a[title="Portuguese"] span.brazil,
a.single-language.brazil[title="Portuguese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -440px no-repeat;
}
#flags.size16 a[title="Punjabi"],
#language .switcher .selected a[title="Punjabi"] span,
#language .switcher .option a[title="Punjabi"] span,
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -266px no-repeat;
}
#flags.size16 a[title="Romanian"],
#language .switcher .selected a[title="Romanian"] span,
#language .switcher .option a[title="Romanian"] span,
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -295px no-repeat;
}
#flags.size16 a[title="Russian"],
#language .switcher .selected a[title="Russian"] span,
#language .switcher .option a[title="Russian"] span,
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -295px no-repeat;
}
#flags.size16 a[title="Samoan"],
#language .switcher .selected a[title="Samoan"] span,
#language .switcher .option a[title="Samoan"] span,
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -469px no-repeat;
}
#flags.size16 a[title="Scots Gaelic"],
#language .switcher .selected a[title="Scots Gaelic"] span,
#language .switcher .option a[title="Scots Gaelic"] span,
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -469px no-repeat;
}
#flags.size16 a[title="Serbian"],
#language .switcher .selected a[title="Serbian"] span,
#language .switcher .option a[title="Serbian"] span,
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -295px no-repeat;
}
#flags.size16 a[title="Sesotho"],
#language .switcher .selected a[title="Sesotho"] span,
#language .switcher .option a[title="Sesotho"] span,
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -411px no-repeat;
}
#flags.size16 a[title="Shona"],
#language .switcher .selected a[title="Shona"] span,
#language .switcher .option a[title="Shona"] span,
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -498px no-repeat;
}
#flags.size16 a[title="Sindhi"],
#language .switcher .selected a[title="Sindhi"] span,
#language .switcher .option a[title="Sindhi"] span,
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Sinhala"],
#language .switcher .selected a[title="Sinhala"] span,
#language .switcher .option a[title="Sinhala"] span,
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -440px no-repeat;
}
#flags.size16 a[title="Slovak"],
#language .switcher .selected a[title="Slovak"] span,
#language .switcher .option a[title="Slovak"] span,
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -295px no-repeat;
}
#flags.size16 a[title="Slovenian"],
#language .switcher .selected a[title="Slovenian"] span,
#language .switcher .option a[title="Slovenian"] span,
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -295px no-repeat;
}
#flags.size16 a[title="Somali"],
#language .switcher .selected a[title="Somali"] span,
#language .switcher .option a[title="Somali"] span,
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -295px no-repeat;
}
#flags.size16 a[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span,
#language .switcher .option a[title="Spanish"] span,
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -324px no-repeat;
}
#flags.size16 a.mexico[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span.mexico,
#language .switcher .option a[title="Spanish"] span.mexico,
a.single-language.mexico[title="Spanish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -440px no-repeat;
}
#flags.size16 a[title="Swahili"],
#language .switcher .selected a[title="Swahili"] span,
#language .switcher .option a[title="Swahili"] span,
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -324px no-repeat;
}
#flags.size16 a[title="Swedish"],
#language .switcher .selected a[title="Swedish"] span,
#language .switcher .option a[title="Swedish"] span,
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -324px no-repeat;
}
#flags.size16 a[title="Sundanese"],
#language .switcher .selected a[title="Sundanese"] span,
#language .switcher .option a[title="Sundanese"] span,
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -382px no-repeat;
}
#flags.size16 a[title="Tajik"],
#language .switcher .selected a[title="Tajik"] span,
#language .switcher .option a[title="Tajik"] span,
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -440px no-repeat;
}
#flags.size16 a[title="Tamil"],
#language .switcher .selected a[title="Tamil"] span,
#language .switcher .option a[title="Tamil"] span,
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -324px no-repeat;
}
#flags.size16 a[title="Telugu"],
#language .switcher .selected a[title="Telugu"] span,
#language .switcher .option a[title="Telugu"] span,
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -324px no-repeat;
}
#flags.size16 a[title="Thai"],
#language .switcher .selected a[title="Thai"] span,
#language .switcher .option a[title="Thai"] span,
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -324px no-repeat;
}
#flags.size16 a[title="Turkish"],
#language .switcher .selected a[title="Turkish"] span,
#language .switcher .option a[title="Turkish"] span,
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -353px no-repeat;
}
#flags.size16 a[title="Ukrainian"],
#language .switcher .selected a[title="Ukrainian"] span,
#language .switcher .option a[title="Ukrainian"] span,
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -353px no-repeat;
}
#flags.size16 a[title="Urdu"],
#language .switcher .selected a[title="Urdu"] span,
#language .switcher .option a[title="Urdu"] span,
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Uzbek"],
#language .switcher .selected a[title="Uzbek"] span,
#language .switcher .option a[title="Uzbek"] span,
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -440px no-repeat;
}
#flags.size16 a[title="Vietnamese"],
#language .switcher .selected a[title="Vietnamese"] span,
#language .switcher .option a[title="Vietnamese"] span,
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -382px no-repeat;
}
#flags.size16 a[title="Welsh"],
#language .switcher .selected a[title="Welsh"] span,
#language .switcher .option a[title="Welsh"] span,
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -33px -382px no-repeat;
}
#flags.size16 a[title="Xhosa"],
#language .switcher .selected a[title="Xhosa"] span,
#language .switcher .option a[title="Xhosa"] span,
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Yiddish"],
#language .switcher .selected a[title="Yiddish"] span,
#language .switcher .option a[title="Yiddish"] span,
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -62px -382px no-repeat;
}
#flags.size16 a[title="Yoruba"],
#language .switcher .selected a[title="Yoruba"] span,
a.single-language[title="Yoruba"] span.size16 span,
#language .switcher .option a[title="Yoruba"] span,
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -91px -382px no-repeat;
}
#flags.size16 a[title="Zulu"],
#language .switcher .selected a[title="Zulu"] span,
#language .switcher .option a[title="Zulu"] span,
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size16 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags16.png) -120px -382px no-repeat;
} #flags.size24 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -3px no-repeat;
}
#flags.size24 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -467px no-repeat;
}
#flags.size24 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -3px no-repeat;
}
#flags.size24 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -3px no-repeat;
}
#flags.size24 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -3px no-repeat;
}
#flags.size24 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -3px no-repeat;
}
#flags.size24 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -32px no-repeat;
}
#flags.size24 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -32px no-repeat;
}
#flags.size24 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -32px no-repeat;
}
#flags.size24 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -32px no-repeat;
}
#flags.size24 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -32px no-repeat;
}
#flags.size24 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -32px no-repeat;
}
#flags.size24 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -409px no-repeat;
}
#flags.size24 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -61px no-repeat;
}
#flags.size24 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -61px no-repeat;
}
#flags.size24 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -61px no-repeat;
}
#flags.size24 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -61px no-repeat;
}
#flags.size24 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -61px no-repeat;
}
#flags.size24 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -351px no-repeat;
}
#flags.size24 a.united-states[title="English"],
.tool-container a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -351px no-repeat !important;
}
#flags.size24 a.canada[title="English"],
.tool-container a.canada[title="English"],
a.single-language.canada[title="English"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -438px no-repeat !important;
}
#flags.size24 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -90px no-repeat;
}
#flags.size24 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -90px no-repeat;
}
#flags.size24 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -90px no-repeat;
}
#flags.size24 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -90px no-repeat;
}
#flags.size24 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -90px no-repeat;
}
#flags.size24 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -119px no-repeat;
}
#flags.size24 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -119px no-repeat;
}
#flags.size24 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -119px no-repeat;
}
#flags.size24 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -119px no-repeat;
}
#flags.size24 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -119px no-repeat;
}
#flags.size24 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -119px no-repeat;
}
#flags.size24 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -467px no-repeat;
}
#flags.size24 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -148px no-repeat;
}
#flags.size24 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -148px no-repeat;
}
#flags.size24 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -148px no-repeat;
}
#flags.size24 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -148px no-repeat;
}
#flags.size24 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -148px no-repeat;
}
#flags.size24 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -148px no-repeat;
}
#flags.size24 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -177px no-repeat;
}
#flags.size24 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -177px no-repeat;
}
#flags.size24 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -177px no-repeat;
}
#flags.size24 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -177px no-repeat;
}
#flags.size24 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -177px no-repeat;
}
#flags.size24 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -177px no-repeat;
}
#flags.size24 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -409px no-repeat;
}
#flags.size24 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -206px no-repeat;
}
#flags.size24 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -206px no-repeat;
}
#flags.size24 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -467px no-repeat;
}
#flags.size24 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -467px no-repeat;
}
#flags.size24 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -206px no-repeat;
}
#flags.size24 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -206px no-repeat;
}
#flags.size24 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -206px no-repeat;
}
#flags.size24 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -206px no-repeat;
}
#flags.size24 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -496px no-repeat;
}
#flags.size24 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -235px no-repeat;
}
#flags.size24 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -409px no-repeat;
}
#flags.size24 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -235px no-repeat;
}
#flags.size24 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -409px no-repeat;
}
#flags.size24 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -235px no-repeat;
}
#flags.size24 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -235px no-repeat;
}
#flags.size24 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -235px no-repeat;
}
#flags.size24 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -235px no-repeat;
}
#flags.size24 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -409px no-repeat;
}
#flags.size24 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -264px no-repeat;
}
#flags.size24 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -264px no-repeat;
}
#flags.size24 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -496px no-repeat;
}
#flags.size24 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -264px no-repeat;
}
#flags.size24 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -264px no-repeat;
}
#flags.size24 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -264px no-repeat !important;
}
#flags.size24 a.brazil[title="Portuguese"],
.tool-container a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -438px no-repeat !important;
}
#flags.size24 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -264px no-repeat;
}
#flags.size24 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -293px no-repeat;
}
#flags.size24 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -293px no-repeat;
}
#flags.size24 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -467px no-repeat;
}
#flags.size24 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -467px no-repeat;
}
#flags.size24 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -293px no-repeat;
}
#flags.size24 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -409px no-repeat;
}
#flags.size24 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -496px no-repeat;
}
#flags.size24 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0px -438px no-repeat;
}
#flags.size24 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -293px no-repeat;
}
#flags.size24 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -293px no-repeat;
}
#flags.size24 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -293px no-repeat;
}
#flags.size24 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -322px no-repeat;
}
#flags.size24 a.mexico[title="Spanish"],
.tool-container a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -438px no-repeat !important;
}
#flags.size24 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -380px no-repeat;
}
#flags.size24 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -322px no-repeat;
}
#flags.size24 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -322px no-repeat;
}
#flags.size24 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -438px no-repeat;
}
#flags.size24 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -322px no-repeat;
}
#flags.size24 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -322px no-repeat;
}
#flags.size24 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -322px no-repeat;
}
#flags.size24 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -351px no-repeat;
}
#flags.size24 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -351px no-repeat;
}
#flags.size24 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -438px no-repeat;
}
#flags.size24 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -380px no-repeat;
}
#flags.size24 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -29px -380px no-repeat;
}
#flags.size24 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -58px -380px no-repeat;
}
#flags.size24 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -87px -380px no-repeat;
}
#flags.size24 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size24 {
background: url(//strongman.org.ua/wp-content/plugins/google-language-translator/images/flags.png) -116px -380px no-repeat;
}
.glt-controls {
margin-bottom: 15px;
background: #f0f0f0;
padding: 10px;
} @media only screen and (max-width:1023px) {
.metabox-holder {
float:none !important;
width:100% !important;
}
.flagdisplay {
float:none !important;
width:100% !important;
}
.flagdisplay div {
margin-bottom:10px;
}
}

.pafe-advanced-nav-menu-styling-image .eicon{display:none}.pafe-advanced-nav-menu-styling-image .elementor-menu-toggle{padding:0;background:none}.pafe-advanced-nav-menu-styling-image-close{display:none}.elementor-menu-toggle.elementor-active .pafe-advanced-nav-menu-styling-image-close{display:inline-block}.elementor-menu-toggle.elementor-active .pafe-advanced-nav-menu-styling-image-toggle{display:none}.pafe-ajax-live-search-results-item{display:block;cursor:pointer;padding:5px 10px;transition:all .3s ease;background:#fff}.pafe-ajax-live-search-results{position:absolute;z-index:2;width:100%;left:0;top:100%;overflow:hidden;display:none}.pafe-ajax-live-search-results.active{display:block}[data-pafe-crossfade-multiple-background-images]{position:relative}[data-pafe-crossfade-multiple-background-images] div{z-index:4}[data-pafe-crossfade-multiple-background-images] .pafe-crossfade-multiple-background-images__item{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-size:cover;background-position:50%;background-repeat:no-repeat}[data-pafe-crossfade-multiple-background-images] .pafe-crossfade-multiple-background-images__item.active{z-index:3}[data-pafe-font-awesome-5]{opacity:0}.active[data-pafe-font-awesome-5]{opacity:1}.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{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{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{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.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-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.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-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.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-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.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-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.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-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.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-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.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-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.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-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.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-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.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-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.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-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.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-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.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-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.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-double:before{content:"\f560"}.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-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.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-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.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-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.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-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.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-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.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-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.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-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.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-font-awesome-logo-full:before{content:"\f4e6"}.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-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.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-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.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-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.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-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.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-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.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-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.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-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.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-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.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-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.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-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.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-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.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-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.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:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.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-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.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-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.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-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.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-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.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-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.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-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.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-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.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-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.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-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.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-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.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-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.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-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.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-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.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-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.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-think-peaks:before{content:"\f731"}.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-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.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-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.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-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.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-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.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-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.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-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.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-wind:before{content:"\f72e"}.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-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.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-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.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-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-brands-400.eot);src:url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-brands-400.woff) format("woff"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-brands-400.ttf) format("truetype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/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(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-regular-400.eot);src:url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-regular-400.woff) format("woff"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-regular-400.ttf) format("truetype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/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(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.eot);src:url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.woff) format("woff"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.ttf) format("truetype"),url(//strongman.org.ua/wp-content/plugins/piotnet-addons-for-elementor-pro/assets/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}ul.thumbnails.image_picker_selector{margin:0 -10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.thumbnails.image_picker_selector,ul.thumbnails.image_picker_selector ul{overflow:auto;list-style-image:none;list-style-position:outside;list-style-type:none;padding:0}ul.thumbnails.image_picker_selector ul{margin:0}ul.thumbnails.image_picker_selector li.group_title{float:none}ul.thumbnails.image_picker_selector li{width:25%;padding:0 10px}ul.thumbnails.image_picker_selector li .thumbnail{cursor:pointer;border:1px solid #ddd;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}ul.thumbnails.image_picker_selector li .thumbnail img{-webkit-user-drag:none}ul.thumbnails.image_picker_selector li .thumbnail.selected{background:#08c}.image_picker_selector .thumbnail p{margin-bottom:0;padding:6px}.pafe-image-select-field:before{display:none!important}.pafe-image-checkbox-field__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;-ms-flex-preferred-size:auto!important;flex-basis:auto!important;max-width:none!important}.pafe-image-checkbox-field__list .elementor-field-option{width:25%;-ms-flex-preferred-size:auto!important;flex-basis:auto!important;padding:0 10px}.pafe-image-checkbox-field__list input[type=checkbox]{display:none!important}.pafe-image-checkbox-field__label{display:block;padding:5px}.pafe-image-checkbox-field__list label{border:1px solid #ddd;display:block!important;position:relative;cursor:pointer;text-align:center;transition:all .2s ease}.pafe-image-checkbox-field__list label:before{color:#fff;content:" ";display:block;border-radius:50%;position:absolute;top:-5px;left:-5px;width:25px;height:25px;text-align:center;line-height:28px;transition-duration:.2s;transform:scale(0)}.pafe-image-checkbox-field__list input[type=checkbox]:checked+label:before{content:"\f00c";background-color:green;z-index:1;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transform:scale(1)}.pafe-image-checkbox-field__list input[type=checkbox]:checked+label .pafe-image-checkbox-field__image{z-index:-1}.pafe-navigation-arrows-icon .elementor-swiper-button,.pafe-navigation-arrows-icon .slick-arrow{display:none!important}.pafe-navigation-arrows-icon-arrows{position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;height:auto;cursor:pointer;z-index:1}.pafe-navigation-arrows-icon-arrows:hover{opacity:1!important}[data-pafe-parallax-new-version],[data-pafe-parallax-new-version]>.elementor-column-wrap,[data-pafe-parallax-new-version]>.elementor-widget-container{transition:none!important}.pafe-parallax,.pafe-parallax>.elementor-column-wrap,.pafe-parallax>.elementor-widget-container{z-index:2} .irs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs,.irs-line{position:relative;display:block}.irs-line{overflow:hidden;outline:none!important}.irs-bar{display:block}.irs-bar,.irs-shadow{position:absolute;left:0;width:0}.irs-shadow{display:none}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-max,.irs-min{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:transparent;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-max,.irs--flat .irs-min{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(180deg,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(180deg,#fff 0,#428bca 30%,#b9d4ec);box-shadow:inset 0 0 1px 1px hsla(0,0%,100%,.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(180deg,#fff 0,#b4b9be 30%,#fff);box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,.45);background-color:#939ba7;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff)}.irs--big .irs-max,.irs--big .irs-min{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(180deg,#428bca 0,#3071a9);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(180deg,#e0e4ea 0,#d1d6e0);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(180deg,#20b426 0,#18891d)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:first-child{position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(180deg,#fff 0,#e9e6e6);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff)}.irs--modern .irs-handle.state_hover>i:first-child,.irs--modern .irs-handle:hover>i:first-child{border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-max,.irs--modern .irs-min{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-max,.irs--sharp .irs-min{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-max,.irs--round .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-max,.irs--square .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1)}.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.irs{width:100%}.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden!important}.scroll-textarea>.scroll-content>textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:none;padding:2px;position:relative!important;top:0;width:100%!important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#fff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:calc(100% - 4px)}.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eee;box-sizing:border-box}.scrollbar-outer>.scroll-element .scroll-bar,.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track{border-radius:8px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-14px}[data-pafe-section-link]{cursor:pointer!important}.pafe-sticky-header-fixed,.pafe-sticky-header-fixed-start{position:fixed!important;top:0;width:100%;z-index:99}[data-pafe-toggle-content-type=trigger-close],[data-pafe-toggle-content-type=trigger-close].inactive,[data-pafe-toggle-content-type=trigger-open].inactive{display:none!important}[data-pafe-toggle-content-type=trigger-close].active{display:block!important}.pafe-woocommerce-sales-funnels-add-to-cart-message{margin-top:10px}.particles-js-canvas-el{position:absolute;width:100%;top:0;left:0}[data-pafe-particles] .elementor-widget-wrap{z-index:10}.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow{border-top:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow{border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow{border-right:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:initial}

@font-face {
font-family: helveticabold;
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot);
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.woff) format('woff'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaregular;
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaneue-light;
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot);
src: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'), 
url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.woff) format('woff'), 
url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.ttf) format('truetype'),
url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
font-weight: 400;
font-style: normal;
}
body {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.space {
clear: both;
padding: 30px 0 0;
width: 100%;
float: left;
}
.like_txt {
margin: 30px 0 0;
padding: 0;
color: #12a252;
font-family: helveticaregular;
font-size: 20px;
line-height: 20px;
text-align: center;
}
.like_txt a {
color: #12a252;
}
.sfsibeforpstwpr iframe, .sfsiaftrpstwpr iframe{max-width: none;}
.sfwp_fivestar_ul li { display: block; padding-right: 20px; }
.shwthmbfraftr { margin-top: 5px !important}
label.toglpstpgsbttl { float: left; margin-top: 5px !important}
.tab_3_icns.shwthmbfraftr .cstmdisplaysharingtxt
{
float: left;
}
.tab6 ul.enough_waffling.sfsi_dsplyatend
{
width: 24%;
float: left;
}
.tab4 ul.like_icon {
margin: 0;
padding: 20px 0 0;
list-style: none;
text-align: center;
}
.tab4 ul.like_icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.like_icon li span {
margin: 0;
width: 54px;
display: block;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab4 ul.like_icon li a {
color: #5a6570;
text-decoration: none;
}
.tab4 ul.enough_waffling {
margin: 0;
padding: 25px 0 27px;
list-style: none;
text-align: center;
}
.tab4 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.enough_waffling li span {
float: left;
}
.tab4 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sfsi_mainContainer .checkbox {
width: 31px;
height: 31px;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/check_bg.jpg) no-repeat;
display: inherit;
}
.sfsi_mainContainer .radio {
width: 40px;
height: 40px;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/radio_bg.png) no-repeat;
display: inherit;
}
.sfsi_mainContainer .select {
width: 127px;
height: 47px;
font-size: 17px;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/select_bg.jpg) no-repeat;
display: block;
padding-left: 16px;
line-height: 49px;
}
.sfsi_mainContainer .line {
background: #eaebee;
height: 1px;
font-size: 0;
margin: 15px 0 0;
clear: both;
width: 100%;
float: left;
}
.specify_counts {
display: block;
margin-top: 15px;
padding-top: 15px;
clear: both;
width: 100%;
float: left;
border-top: 1px solid #eaebee;
}
.specify_counts .radio_section {
width: 30px;
float: left;
margin: 12px 10px 0 0;
}
.specify_counts .social_icon_like {
width: 54px;
float: left;
margin: 0 15px 0 0;
}
.specify_counts .social_icon_like ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.specify_counts .social_icon_like li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.specify_counts .social_icon_like li span {
margin: 0;
width: 54px;
display: block;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/count_bg.jpg) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.specify_counts .social_icon_like li a {
color: #5a6570;
text-decoration: none;
}
.specify_counts .listing {
width: 88%;
margin-top: -5px;
display: inherit;
float: left;
}
.specify_counts .listing ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.specify_counts .listing li {
margin: 15px 0 0;
padding: 0;
list-style: none;
clear: both;
line-height: 39px;
font-size: 17px;
}
.specify_counts .listing li span {
float: left;
margin-right: 20px;
}
.specify_counts .listing li .input {
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 25px;
}
.specify_counts .listing li .input_facebook {
width: 288px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 16px;
}
.save_button {
width: 450px;
padding-top: 30px;
clear: both;
margin: auto;
}
.save_button a {
background: #12a252;
text-align: center;
font-size: 23px;
color: #FFF!important;
display: block;
padding: 11px 0;
text-decoration: none;
}
.save_button a:hover { background:#079345 }
.tab5 ul.share_icon_order {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.tab5 ul.share_icon_order li {
margin: 22px 6px 0 0;
padding: 0;
list-style: none;
float: left;
line-height: 37px;
}
.tab5 ul.share_icon_order li:last-child {
margin: 22px 0 0 3px;
}
.tab5 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab5 .icons_size {
position: relative;
}
.tab5 .icons_size span {
margin-right: 18px;
display: block;
float: left;
font-size: 18px;
font-weight: 400;
line-height: 46px;
}
.tab5 .icons_size span.last {
margin-left: 55px;
}
.tab5 .icons_size input {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 13px 13px 12px;
margin-right: 18px;
float: left;
display: block;
}
.tab5 .icons_size select.styled {
position: absolute;
left: 0;
width: 135px;
height: 46px;
line-height: 46px;
}
.tab5 .icons_size .field {
position: relative;
float: left;
display: block;
margin-right: 20px;
}
.tab5 .icons_size ins {
margin-right: 25px;
float: left;
font-size: 17px;
font-weight: 400;
text-decoration: none;
}
.tab5 .icons_size ins.leave_empty {
line-height: 23px;
}
.tab5 .icons_size {
padding-top: 15px;
}
.tab5 ul.enough_waffling {
margin: -5px 0 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab5 .new_wind .row_onl ul.enough_waffling { margin: 20px 0 0 0;
padding: 0;
list-style: none;
height: 38px;
text-align: center;
width: 61%;
}
.tab5 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
float: left;
}
.tab5 ul.enough_waffling li span {
float: left;
}
.tab5 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sticking p {
float: left;
font-size: 18px!important;
}
.sticking p.list {
width: 168px;
}
.sticking p.link {
margin: 3px 0 0 12px;
padding: 0!important;
float: left;
}
.sticking .float {
margin-left: 188px;
margin-top: 3px;
float: left;
font-size: 17px;
}
.sticking ul {
margin: 0;
padding: 30px 0 0;
list-style: none;
float: left;
}
.sticking a {
color: #a4a9ad;
}
.sticking p{
line-height: 19px !important;
}
.sticking .field {
position: relative;
float: left;
display: block;
margin-left: 20px;
}
.sticking .field .select {
width: 206px;
height: 47px;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 10px;
}
.sticking .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 211px;
line-height: 46px;
height: 46px;
}
.mouseover_field {
width: 455px;
float: left;
font-size: 18px;
margin-top: 10px;
}
.mouseover_field label {
width: 125px;
float: left;
}
.mouseover_field input {
width: 256px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
}
.pop_up_box {
width: 474px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 200px auto;
padding: 20px 25px 0px;
font-family: helveticaregular;
color: #5a6570;
min-height: 250px;
position: relative;
}
.pop_up_box h4, .pop_up_box_ex h4 {
font-size: 20px;
color: #5a6570;
text-align: center;
margin: 0;
padding: 0;
line-height: 22px;
}
.pop_up_box p, .pop_up_box_ex p {
font-size: 17px;
line-height: 28px;
color: #5a6570;
text-align: left;
margin: 0;
padding: 25px 0 0;
font-family: helveticaregular;
}
.sfsi_popupcntnr {
float: left;
width: 100%}
.sfsi_popupcntnr>h3 {
color: #000;
float: left;
font-weight: 700;
margin-bottom: 5px;
width: 100%}
ul.flwstep {
float: left;
width: 100%}
ul.flwstep>li {
color: #000;
font-size: 16px;
margin: 5px;
}
.upldbtn {
float: left;
text-align: center;
width: 100%}
.upload_butt {
background-color: #12a252;
border: none;
color: #fff;
font-weight: 700;
margin-top: 10px;
padding: 5px 45px;
width: auto;
cursor: pointer;
}
.pop_up_box .button {
background: #12a252;
font-size: 22px;
line-height: 24px;
color: #5a6570;
text-align: center;
min-height: 80px;
margin-top: 32px;
box-shadow: none;
}
.pop_up_box .button:hover {
box-shadow: none!important;
}
.pop_up_box .button a.activate {
padding: 0px 0;
}
.pop_up_box a, .pop_up_box_ex a  {
color: #a4a9ad;
font-size: 20px;
text-decoration: none;
text-align: center;
display: inline-block;
margin-top: 20px;
width: 100%;
}
.pop_up_box .upload {
width: 100%;
float: left;
text-align: left;
margin-top: 15px;
height: 46px;
}
.pop_up_box .upload label {
width: 135px;
float: left;
line-height: 45px;
font-size: 18px;
font-family: helveticaregular;
text-align: left;
}
.pop_up_box .upload input[type=text] {
width: 248px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 0 10px;
font-size: 16px;
height: 44px;
text-align: left;
color: #5a6570;
font-family: helveticaregular;
}
.pop_up_box .upload input.upload_butt {
width: 100px;
background: #12a252;
box-shadow: 0 0 0;
border: 0;
text-align: center;
font-size: 18px;
color: #fff;
font-family: helveticaregular;
height: 45px;
right: 32px;
top: 71px;
position: absolute;
}
.pop_up_box .upload a {
color: #12a252;
font-size: 18px;
text-decoration: underline;
font-family: helveticaregular;
margin: 0 0 16px 140px;
}
.pop_up_box a:hover, .pop_up_box_ex a:hover {
color: #a4a9ad;
}
.inr_cont .fb_url {
clear: both;
}
.inr_cont .fb_url .checkbox, .inr_cont .fb_url input.add, .inr_cont .fb_url label, .inr_cont .fb_url lable {
float: left;
}
.inr_cont .fb_url input.add {
margin-left: 19px;
}
.inr_cont .fb_url .checkbox {
margin: 6px 0 0;
}
.inr_cont .fb_url label {
line-height: 41px;
margin: 0 0 0 15px;
font-size: 18px;
}
.inr_cont textarea.add_txt {
resize: none;
margin: 0 0 0 19px!important;
height: 60px;
}
.tab2 .inr_cont textarea.add_txt {
width: 382px!important;
height: 90px;
overflow: hidden;
}
.tab2 .inr_cont input.add {
width: 417px;
}
.red_txt, .tab2 .red_txt {
color: #ef4745!important;
text-align: center!important;
padding-top: 5px!important;
}
.green_txt {
color: #12A252!important;
text-align: center!important;
padding-top: 5px!important;
}
.red_txt {
color: #f80000!important;
text-align: center!important;
padding-top: 5px!important;
}
.linked_tab_2 .fb_url label {
width: 32%}
.twt_tab_2 label {
width: 18%}
.bdr_top {
border-top: none!important;
}
.linked_tab_2 .fb_url input.link_dbl {
margin-bottom: 6px;
}
.tab3 {
overflow: hidden;
}
.tab3 .row { padding: 15px 0;
clear: both;
overflow: hidden;
}
.tab3 ul.tab_3_list {
overflow: hidden;
margin: 4px 0 11px;
}
ul.tab_3_list li {
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 7px no-repeat;
padding: 0 0 0 30px;
color: #778088;
font-family: helveticaregular;
font-size: 17px;
margin-bottom: 4px;
}
.tab5 ul.tab_3_list li
{
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 18px no-repeat;
}
.tab3 .row h3 {
margin: 0 0 20px;
color: #414951;
font-family: helveticabold;
font-size: 20px;
}
ul.tab_3_icns {
list-style: none;
margin: 34px 0 0;
overflow: hidden;
}
ul.tab_3_icns li {
width: 100%;
margin: 0 0 21px;
float: left;
}
ul.tab_3_icns label {
float: left;
line-height: 42px; color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 120px;
}
ul.tab_3_icns li .icns_tab_3, ul.tab_3_icns li .radio {
float: left;
}
.tab3 .sub_row h4 {
color: #a4a9ad!important;
}
.tab3 .sub_row p {
padding-top: 18px!important;
clear: both;
overflow: hidden;
}
.sub_row .sub_sub_box p {
padding-top: 18px!important;
}
.tab3 .sub_row .checkbox {
float: left;
margin-top: 4px;
}
.tab3 .sub_row .sub_sub_box {
width: 80%;
margin: 7px 0 15px 10%;
float: left;
}
.tab3 .sub_row input.smal_inpt {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
float: left;
}
.tab3 .sub_row .drop_lst {
border: 1px solid #d6d6d6;
font-size: 16px;
color: #5a6570;
width: 120px;
}
.tab3 .first_row, .tab3 .first_row p, .tab3 .first_row p .radio, .tab3 .first_row p label {
float: left;
}
.tab3 .first_row {
width: 90%;
float: left;
}
.tab3 .first_row p {
padding: 0!important;
}
.tab3 .first_row p label {
line-height: 44px;
margin: 0 10px;
}
.tab3 .first_row p:last-child {
margin-left: 27%}
.tab3 .tab_1_sav {
padding-top: 20px!important;
margin: 10px auto 20px;
}
.suc_msg {
background: #12A252;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.error_msg {
background: #D22B30;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.fileUPInput {
cursor: pointer;
position: relative;
top: -43px;
right: 0;
z-index: 99;
height: 42px;
font-size: 5px;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 100%}
.inputWrapper {
height: 20px;
width: 50px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.custom-txt {
background: none!important;
padding-left: 2px!important;
}
.custom-img {
float: left;
margin-left: 20px;
}
.loader-img {
float: left;
margin-left: -70px;
display: none;
}
.pop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backgound-color: #d3d3d3;
z-index: 10;
padding: 20px;
display: none;
}
.fb-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backgound-color: #d3d3d3;
z-index: -1000;
padding: 20px;
opacity: 0;
display: block;
}
.inputError {
border: 1px solid #f80000!important;
}
.sfsicloseBtn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.top_arow {
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/top_aro.png) no-repeat;
position: absolute;
top: -29px;
left: 38%;
width: 33px;
height: 29px;
backgoround-color: #fff;
}
.sfsi_tool_tip_2 .top_arow .sfsi_inside, .top_arow .sfsi_inside {
float: left;
}
.sfsi_tool_tip_2 .tool_tip>img, .tool_tip>img {
display: inline-block;
margin-right: 4px;
float: left;
}
.norm_row {
float: left;
min-width: 25px;
}
.norm_row a {
border: none;
display: inline-block;
position: relative;
float: left;
}
.sfsi_tool_tip_2 a {
min-height: 0!important;
}
.sfsi_widget
{
min-height: 55px;	
}
.sfsi_widget a img {
box-shadow: none!important;
outline: 0;
}
.sfsi_wicons {
display: inline-block;
color: #000;
}
.sel-active {
background-color: #f7941d;
}
.sfsi_outr_div .close {
position: absolute;
right: 18px;
top: 18px;
}
.sfsi_outr_div h2 {
color: #778088;
font-family: helveticaregular;
font-size: 26px;
margin: 0 0 9px;
padding: 0;
text-align: center;
font-weight: 400;
}
.sfsi_outr_div ul li a {
color: #5A6570;
text-decoration: none;
}
.sfsi_outr_div ul li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
float: none;
}
.expanded-area {
display: none;
}
.sfsi_wicons a {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.scale, .scale-div {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.sfsi_Sicons {
float: left;
}
.sfsi_Sicons .sf_subscrbe{ margin: 2px 3px 3px 0; line-height: 20px;}
.sfsi_Sicons .sf_fb{ margin: 0 4px 0 5px; line-height: 20px;}
.sfsi_Sicons .sf_google{ margin: 0 5px 0 5px; line-height: 20px;}
.sfsi_Sicons .sf_twiter{ margin: 2px 7px 0 4px; line-height: 17px;}
.sfsi_Sicons.left .sf_subscrbe{ margin: 2px 8px 3px 0; }
.sfsi_Sicons.left .sf_fb{ margin: 0 8px 0 0; }
.sfsi_Sicons.left .sf_google{ margin: 0 9px 0 0; }
.sfsi_Sicons.left .sf_twiter{ margin: 2px 7px 0 0; }
.sfsi_Sicons.right .sf_subscrbe{ margin: 2px 0 3px; }
.sfsi_Sicons.right .sf_fb{ margin: 0 0 0 7px; }
.sfsi_Sicons.right .sf_google{ margin: 0 0 0 7px; }
.sfsi_Sicons.right .sf_twiter{ margin: 2px 0 0 8px; }
.sfsi_Sicons .sf_subscrbe, .sfsi_Sicons .sf_twiter
{
position: relative;
width: 75px;
}
.sfsi_Sicons .sf_twiter iframe
{
margin: 0px;
height: 20px !important;
overflow: visible !important;
}
.sfsi_Sicons .sf_twiter iframe #widget
{
overflow: visible !important;
}
.sfsi_Sicons .sf_subscrbe a
{
width: auto;
float: left;
border: medium none;
padding-top: 0px;
}
.sfsi_Sicons .sf_subscrbe a:focus
{
outline: medium none;
}
.sfsi_Sicons .sf_subscrbe a img
{
width: 65px;
float: left;
height: 20px !important;
}
.sfsi_Sicons .sf_fb {
position: relative;
width: 75px;
}
.sfsi_Sicons .fb_iframe_widget {
float: left; width: 73px;
margin: 2px 0 0;
}
.sfsi_pop_up .button a:hover {
color: #fff;
}
.sfsi_pop_up .button:hover {
background: #12a252;
color: #fff;
border: none;
}
ul.icn_listing li .right_info a {
outline: 0;
font-family: helveticaregular;
}
.upload_pop_up .upload_butt {
line-height: 27px;
margin-left: 6px;
}
.drop_lsts {
left: 220px;
position: relative;
top: -40px;
}
.drop_lsts .styled {
top: -42px;
width: 127px;
height: 33px;
}
.drop_lsts span {
line-height: 50px;
}
.drag_drp {
left: 11px;
position: relative;
top: 38px;
font-size: 17px;
}
.listing ul li label {
width: 224px;
float: left;
}
.row_onl {
width: 100%;
float: left;
}
#sfsi_Show_popupOn_PageIDs option.sel-active {
background: #f7941d;
}
.sfsi_inside div iframe {
float: left;
margin: 0;
}
.sfsi_inside div #___plus_0, .sfsi_inside div #___plusone_0 {
height: 27px;
}
.sfsi_outr_div li {
float: left;
}
.sfsi_tool_tip_2 .sfsi_inside div {
min-height: 0;
}
#___plus_1>iframe {
height: 30px;
}
.main_contant h1 {
margin: 0 0 19px;
}
.main_contant p {
margin: 0 0 26px;
}
.main_contant p>a {
color: #1a1d20;
text-decoration: underline;
}
.tab1 .gary_bg {
background: #f1f1f1;
}
#accordion {
margin-top: 25px;
}
.main_contant p>a, .tab1 p span {
font-family: helveticabold;
}
.wapper .ui-accordion-header-active {
margin-top: 20px!important;
}
.wapper .tab2 {
padding: 20px 33px 12px 34px!important;
}
.wapper .tab2 p {
margin-bottom: 6px;
}
.tab2 .twt_tab_2 label {
width: 175px;
}
.tab2 .twt_fld {
margin: 16px 0 23px;
float: left;
}
.tab2 .twt_fld_2 {
margin: 0 0 12px;
float: left;
}
.tab2 .google_in {
margin: 0 0 8px 94px;
float: left;
}
.tab2 .google_in p.radio_section {
padding-top: 8px!important;
}
.tab2 .google_in .fb_url input.add {
width: 417px!important;
}
.tab2 .utube_inn {
padding-bottom: 2px;
float: left;
}
.tab2 .utube_inn label {
max-width: 90%}
.tab2 .utube_inn label span {
font-family: helveticabold;
}
.tab2 .inr_cont p>a {
font-family: helveticabold;
color: #778088;
text-decoration: none;
}
.pinterest_section .inr_cont .pint_url {
float: left;
padding-top: 6px;
clear: both;
}
.pinterest_section .inr_cont .add {
width: 417px!important;
}
.linkedin_section .link_1, .linkedin_section .link_2, .linkedin_section .link_3, .linkedin_section .link_4 {
float: left;
width: 100%}
.linkedin_section .link_1 input.add, .linkedin_section .link_2 input.add, .linkedin_section .link_3 input.add, .linkedin_section .link_4 input.add {
width: 417px;
}
.linkedin_section .link_1 {
margin-bottom: 7px;
}
.linkedin_section .link_2 {
margin-bottom: 12px;
}
.linkedin_section .link_3, .linkedin_section .link_4 {
margin-bottom: 13px;
}
.tab2 .linkedin_section .link_4 {
margin-bottom: 0;
}
ul.tab_3_list li span {
font-family: helveticabold;
}
#accordion .tab4 h4, #accordion1 .tab4 h4 {
color: #414951;
font-size: 20px;
}
.specify_counts .listing li .input {
width: 73px;
}
.sfsi_fbpgidwpr{width: 160px; float: left; font-weight: bold; font-size: 17px; color: #000000;}
.sfsi_fbpgiddesc{font-weight: normal; width: 42%; font-size: 14px; color: #888888;padding: 4px 0 0 60px; }
.specify_counts .listing li .input.mypginpt {
width: 288px;
}
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
padding-top: 0!important;
margin-bottom: 10px!important;
}
.tab4 {
padding-top: 35px!important;
}
.tab4 .save_button {
padding-top: 46px;
}
.tab5 {
padding-top: 31px!important;
}
.tab6, .tab7 {
padding-top: 28px!important;
}
.tab5 .row_onl {
margin-top: 15px;
}
.tab5 .sticking .link>a {
color: #a4a9ad;
text-decoration: underline;
}
.tab5 .mouse_txt h4 {
margin-bottom: 8px!important;
}
.tab5 .save_button {
padding-top: 54px;
}
.tab7 .like_pop_box h2 {
font-family: helveticabold;
text-align: center;
color: #414951;
font-size: 26px;
}
.tab1 ul.icn_listing li .right_info label:hover {
text-decoration: none!important;
}
.tab1 ul.icn_listing li .right_info label.expanded-area {
clear: both;
float: left;
margin-top: 14px;
}
.tab7 .space {
margin-top: 14px;
}
.tab7 .pop_up_show label {
font-family: helveticaregular!important;
}
.tab7 .save_button {
padding-top: 78px;
}
.like_txt a {
text-decoration: none;
font-family: helveticaregular;
}
.bdr_btm_non {
border-bottom: none!important;
}
.tab1 .tab_1_sav {
padding-top: 13px;
}
#accordion .tab2 .facebook_section .inr_cont p.extra_sp, #accordion1 .tab2 .facebook_section .inr_cont p.extra_sp {
padding-top: 7px;
}
.tab2 .custom_section {
width: 100%}
.tab7 {
padding-bottom: 40px!important;
}
.tab9 .save_button {
padding-top: 40px;
}
.tab9 .save_button a {
padding: 16px 0;
}
.tab2 .twitter_section .twt_fld input.add, .tab2 .twitter_section .twt_fld_2 textarea.add_txt {
width: 464px!important;
}
.tab2 .utube_inn .fb_url label span {
font-family: helveticaregular;
}
.tab1 label, .tab2 label, .tab3 label, .tab4 label, .tab5 label, .tab6 label, .tab7 label, .tab8 label {
cursor: default!important;
}
.tab5 .new_wind h4 {
margin-bottom: 11px!important;
}
.pop_up_box .fb_2 span {
height: 28px!important;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a {
margin-top: 0;
}
.tab6 .social_icon_like1 ul li span {
margin-top: -1px;
}
#sfpageLoad {
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
height: 100%;
left: 160px;
opacity: 1;
position: fixed;
top: 0;
width: 92%;
z-index: 9999;
}
.sfsi_tool_tip_2, .tool_tip {
background: #FFF;
border: 1px solid #e7e7e7;
box-shadow: #e7e7e7 0 0 2px 1px;
display: block;
float: left;
margin: 0 0 0 -52px;
padding: 5px 14px 5px 14px;
position: absolute;
z-index: 10000;
border-bottom: #e5e5e5 solid 4px;
width: 100px;
}
.sfsi_tool_tip_2 {
display: inline-table;
}
.inerCnt, .inerCnt:hover, .inerCnt>a, .inerCnt>a:hover, .widget-area .widget a {
outline: 0;
}
.sfsi_tool_tip_2_inr {
bottom: 90%;
left: 20%;
opacity: 0;
}
.sfsi_tool_tip_2 .bot_arow {
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/bot_tip_icn.png) no-repeat;
position: absolute;
bottom: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-left: -5px;
}
.sfsi_tool_tip_2 .top_big_arow {
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
top: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-right: -5px;
}
.sfsi_tool_tip_2_inr .gpls_visit>a, .sfsi_tool_tip_2_inr .prints_visit_1 a, .sfsi_tool_tip_2_inr .utub_visit>a {
margin-top: 0;
}
.sfsi_tool_tip_2_inr .linkin_1 a, .sfsi_tool_tip_2_inr .linkin_2 a, .sfsi_tool_tip_2_inr .linkin_3 a, .sfsi_tool_tip_2_inr .linkin_4 a, .sfsi_tool_tip_2_inr .prints_visit a {
margin: 0;
}
.sfsiTlleftBig {
bottom: 121%;
left: 22%;
margin-left: -54%}
.sfsiTlleft {
bottom: 100%;
left: 50%;
margin-left: -66px;
margin-bottom: 2px;
}
.sfsi_plc_btm {
bottom: auto;
top: 100%;
left: 50%;
margin-left: -63px;
margin-top: -6px;
margin-bottom: auto;
}
.inerCnt {
position: relative;
z-index: inherit!important;
float: left;
width: 100%;
float: left;
}
.sfsi_wicons {
margin-bottom: 30px;
position: relative;
padding-top: 5px;
}
.norm_row .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px!important;
text-align: center;
line-height: 12px!important;
background: #fff;
border-radius: 5px;
left: 50%;
margin-left: -20px;
z-index: 9;
border: 1px solid #333;
top: 100%;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
width: 40px;
}
.norm_row .bot_no:before {
content: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.bot_no.sfsiSmBtn {
font-size: 10px;
margin-top: 4px;
}
.bot_no.sfsiSmBtn:before {
margin-left: -8px;
top: -9px;
}
.norm_row .cbtn_vsmall {
font-size: 9px;
left: -28%;
top: 4px;
}
.norm_row .cbtn_vsmall:before {
left: 31%;
top: -9px;
margin-left: -31%}
h2.optional {
font-family: helveticaregular;
font-size: 25px;
margin: 14px 0 19px;
color: #5a6570;
}
.utube_tool_bdr .utub_visit {
margin: 9px 0 0;
height: 24px;
display: inline-block;
float: none;
}
.utube_tool_bdr .utub_2 {
margin: 9px 0 0;
height: 24px;
width: 86px;
display: inline-block;
float: none;
}
.printst_tool_bdr {
width: 79px;
}
.printst_tool_bdr .prints_visit {
margin: 0 0 10px -22px;
}
.printst_tool_bdr .prints_visit_1 {
margin: 0 0 0 -53px;
}
.fb_tool_bdr {
width: 68px;
height: auto;
}
.fb_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
overflow: hidden;
}
.fb_tool_bdr .sfsi_inside .icon1 {
margin: 0 0 -5px 0;
height: 28px;
display: inline-block;
float: none;
width: 62px;
}
.fb_tool_bdr .sfsi_inside .icon2 {
margin: -2px 0 -9px 0 ;
height: 22px;
width: 53px;
display: inline-block;
overflow: hidden;
}
.fb_tool_bdr .sfsi_inside .icon3 {
margin: 1px 0 2px 0;
height: 20px;
width: 62px;
display: inline-block;
float: none;
}
.fb_tool_bdr .sfsi_inside .fb_1, .fb_tool_bdr .sfsi_inside .fb_2, .fb_tool_bdr .sfsi_inside .fb_3 {
margin: 9px 0 0;
height: 25px;
}
.printst_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%}
.printst_tool_bdr .sfsi_inside .icon1{
margin: 2px 0;
height: 24px;
display: inline-block;
float: none;
width: 73px;
}
.printst_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0;
height: 20px;
display: inline-block;
float: none;
max-width: 73px;
width: auto;
}
.printst_tool_bdr .sfsi_inside .prints_visit, .printst_tool_bdr .sfsi_inside .prints_visit_1 {
margin: 9px 0 0;
height: 20px;
float: none;
display: inline-block;
}
.printst_tool_bdr {
margin-left: -59px;
}
.fb_tool_bdr .sfsi_inside .icon1>a>img, .gpls_tool_bdr .sfsi_inside .icon1>a>img, .linkedin_tool_bdr .sfsi_inside .icon1>a>img, .linkedin_tool_bdr .sfsi_inside .icon4>a>img, .printst_tool_bdr .sfsi_inside .icon1>a>img, .printst_tool_bdr .sfsi_inside .icon2>a>img, .utube_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr {
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.gpls_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0;
display: inline-block;
float: none;
height: 29px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0 3px 0;
display: inline-block;
float: none;
height: 24px;
width: 38px;
}
.gpls_tool_bdr .sfsi_inside .icon3 {
margin: 3px 0 2px 0;
display: inline-block;
float: none;
height: 24px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .gpls_visit, .gpls_tool_bdr .sfsi_inside .gtalk_2, .gpls_tool_bdr .sfsi_inside .gtalk_3 {
margin: 9px 0 0;
height: 29px;
}
.fb_tool_bdr, .gpls_tool_bdr, .linkedin_tool_bdr, .printst_tool_bdr, .twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: 2px;
}
.twt_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.twt_tool_bdr .sfsi_inside .cstmicon1 {
margin: 2px 0!important;
display: inline-block;
float: none;
width: 62px;
overflow: hidden; }
.twt_tool_bdr .sfsi_inside .cstmicon1 a img{
float: left;
}
.twt_tool_bdr .sfsi_inside .icon1 {
margin: -4px 0 -6px 0 !important;
display: inline-block;
float: none;
width: 61px;
overflow: hidden;
height: 24px;
}
.twt_tool_bdr .sfsi_inside .icon1 iframe {
width: 61px!important;
}
.twt_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0!important;
display: inline-block;
float: none;
height: 19px;
width: 58px;
}
.twt_tool_bdr .sfsi_inside .twt_1 {
margin: 9px 0 0;
display: inline-block;
float: none;
width: 58px;
height: 20px;
overflow: hidden;
}
.twt_tool_bdr .sfsi_inside .twt_1 iframe {
width: 100%!important;
}
.twt_tool_bdr .sfsi_inside .twt_2 {
margin: 9px 0 0;
height: 20px;
display: inline-block;
float: none;
width: 58px;
}
.utube_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.utube_tool_bdr .sfsi_inside .icon1{
margin: 5px 0 0;
height: 24px;
display: inline-block;
float: none;
width: 96px;
}
.utube_tool_bdr .sfsi_inside .icon2 {
margin: 9px 0 0;
height: 24px;
display: inline-block;
float: none;
max-width: 96px;
width: 82px;
}
.utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: 2px;
}
.linkedin_tool_bdr {
width: 66px;
}
.linkedin_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%
}
.linkedin_tool_bdr .sfsi_inside .icon1{
margin: 4px 0;
display: inline-block;
float: none;
height: 20px;
width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon2{
margin: 2px 0;
display: inline-block;
float: none;
height: 20px;
width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon3 {
margin: 2px 0;
display: inline-block;
float: none;
height: 20px;
width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon4 {
margin: 0px 0 2px 0;
display: inline-block;
float: none;
height: 25px !important;
width: 100%;
}
.sfsi_FrntInner_chg .linkedin_tool_bdr .sfsi_inside .icon1{ margin: 7px 0;}
.sfsi_widget .linkedin_tool_bdr .sfsi_inside .icon4,
.sfsi_widget .gpls_tool_bdr .sfsi_inside .icon1,
.sfsi_widget .fb_tool_bdr .sfsi_inside .icon1 { height: auto}
.linkedin_tool_bdr .linkin_1, .linkedin_tool_bdr .linkin_2, .linkedin_tool_bdr .linkin_3, .linkedin_tool_bdr .linkin_4 {
margin: 9px 0 0!important;
height: 20px;
display: inline-block;
float: none;
overflow: hidden;
}
.twt_tool_bdr {
width: 62px;
height: auto;
}
.twt_tool_bdr .sfsi_inside .icon1>iframe {
margin: 0 auto!important;
float: none!important;
width: 100%}
.twt_tool_bdr .sfsi_inside .icon1>iframe #widget {
text-align: center;
}
.sfsi_pop_up .button {
border: none;
padding: 0;
}
.pop_up_box .button a {
color: #fff;
line-height: normal;
font-size: 22px;
text-decoration: none;
text-align: center;
width: 482px;
height: 80px;
margin: 0;
display: table-cell;
vertical-align: middle;
font-family: helveticabold;
}
.tab3 ul.tab_3_icns li .radio {
margin-top: 7px;
}
.tab3 ul.tab_3_icns li label {
line-height: 50px!important;
margin-left: 20px;
}
.sfsi_mainContainer input[type=email], .sfsi_mainContainer input[type=number], .sfsi_mainContainer input[type=password], .sfsi_mainContainer input[type=search], .sfsi_mainContainer input[type=tel], .sfsi_mainContainer input[type=text], .sfsi_mainContainer input[type=url], .sfsi_mainContainer select, .sfsi_mainContainer textarea {
color: #5a6570 !important;
}
.adminTooltip {
left: 142px;
position: absolute;
}
.adPopWidth {
min-height: 100px!important;
}
.main_contant p>a.lit_txt, .tab4 p>a {
font-family: helveticaregular;
color: #414951;
}
.tab1 ul.icn_listing li .custom-txt {
margin-left: 5px;
}
.tab1 ul.icn_listing li .custom-img {
margin-left: 18px;
}
.linkedin_section .link_4>label.anthr_labl {
height: 94px;
}
.mediam_txt {
font-family: helveticabold;
}
.sfsiCtxt {
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
float: left;
padding-left: 19px;
color: #5a6570;
}
.customstep2-img {
width: 51px;
float: left;
}
.tab2 .row h2.custom {
margin: 15px 0 7px 21px;
height: 52px;
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
}
.custom-links p.cus_link label {
margin-left: 0;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a>img:hover {
opacity: .9;
}
.tab2 .rss_url_row .sfrsTxt {
font-size: 17px;
line-height: 41px;
margin: 0 0 0 4px;
font-family: helveticaregular;
}
.tab2 .rss_url_row .sfrsTxt>strong {
font-family: helveticaregular;
}
.tab2 .utube_inn p.extra_pp {
float: left;
width: 100%;
margin: 0 0 0 48px;
}
.tab2 .utube_inn p.extra_pp label {
float: left;
line-height: 41px;
margin-right: 8px;
}
.sfsi_inside .icon2 .fb_iframe_widget span {
width: 500px!important;
}
@media (max-width:767px) {
.sfsi_inside .icon2 .fb_iframe_widget span {
width: auto;
}
.sfsi_outr_div
{
top: 10%
}
.sfsi_outr_div h2 {
font-size: 22px!important;
line-height: 28px;
}
.sfsi_wicons {
padding-top: 0;
}
}
.specify_counts .listing li .high_prb {
height: 41px;
}
.sfsi_Sicons {
position: relative;
}
.sfsi_Sicons .sf_fb {
position: relative; width: 75px;
}
.sfsi_Sicons .fb_iframe_widget {
float: left;
width: 73px;
margin: 2px 0 0;
}
.sfsi_Sicons .sf_fb .fb_iframe_widget>span {
position: absolute; }
.tab2 .utube_inn label {
font-size: 18px;
}
.sfsi_plc_btm {
padding: 5px 14px 9px;
}
.tab7 .field {
margin-top: 7px;
}
.sfsi_outr_div ul li .cmcls img {
margin-top: 0!important;
}
.sfsi_outr_div ul li .inerCnt {
float: left;
}
.sfsi_outr_div ul li .inerCnt .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px!important;
line-height: 12px!important;
text-align: center;
background: #fff;
border-radius: 5px;
display: block;
left: 50%;
margin-left: -20px;
border: 1px solid #333;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 6px;
width: 40px;
word-break: break-all;
word-wrap: break-word;
}
.sfsi_outr_div ul li .inerCnt .bot_no:before {
content: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.sfsi_outr_div {
position: fixed;
width: 100%;
float: none;
left: 50%;
top: 20%;
margin-left: -50%;
opacity: 0;
z-index: -1;
display: block;
text-align: center;
}
.sfsi_outr_div .sfsi_FrntInner_chg {
display: inline-block;
padding: 15px 17px 27px 18px;
background: #FFF;
border: 1px solid #EDEDED;
box-shadow: 0 0 5px #CCC;
margin: 20px;
position: relative;
}
.sfsi_FrntInner_chg .sfsiclpupwpr
{
position: absolute;
right: -10px;
top: -10px;
width: 25px;
cursor: pointer;
}
.sfsi_FrntInner_chg .sfsiclpupwpr img
{
width: auto;
float: left;
border: medium none;
}
.tab7 .like_pop_box {
width: 100%;
margin: 35px auto auto;
position: relative;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner {
display: inline-block;
padding: 18px 20px;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
border: 1px solid #ededed;
background: #FFF;
}
.tab7 .like_pop_box .sfsi_Popinner h2 {
margin: 0 0 23px;
padding: 0;
color: #414951;
font-family: helveticabold;
font-size: 26px;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab7 .like_pop_box .sfsi_Popinner ul li span {
margin: 0;
width: 54px;
display: block;
background: url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab7 .like_pop_box .sfsi_Popinner ul li a {
color: #5a6570;
text-decoration: none;
}
.sfsi_outr_div .sfsi_FrntInner_chg .sfsi_wicons {
margin-bottom: 0;
}
.sfsi_outr_div ul {
list-style: none;
margin: 0 0 24px;
padding: 0;
text-align: center;
}
a.sfsiColbtn {
color: #5a6570!important;
float: right;
font-size: 14px;
margin: -35px -30px 0 0;
position: relative;
right: 0;
font-family: helveticaregular;
width: 100px;
text-decoration: none;
}
.tab3 a.sfsiColbtn {
margin-top: -55px;
}
.sfsi_FrntInner_chg ul li:first-of-type .sfsi_wicons {
margin-left: 0!important;
}
ul.tab_3_icns li .trans_bg {
background: #000;
padding-left: 3px;
}
.tab2 .instagram_section {
padding-bottom: 20px;
}
h1.abt_titl {
text-align: center;
margin: 19% 0 0;
}
.sfcm.sfsi_wicon {
padding: 0;
width: 100%;
border: medium none;
}
.fb_iframe_widget span {
vertical-align: top!important;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul {
margin: 0 0 0 3px;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul li {
margin: 0 3px 0 0;
}
.sfcm.sfsi_wicon {
margin: -1px;
padding: 0;
}
@media (min-width:320px) and (max-width:480px) {
.sfsi_tool_tip_2, .tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_outr_div {
top: 10%;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px!important;
height: 31px!important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%;
}
.sfsi_Sicons .sf_fb{margin-bottom: 24px;}
.sfsi_Sicons .sf_google{margin-bottom: 7px;}
.sfsi_Sicons .sf_twiter{margin-bottom: 4px;}
}
@media (max-width:320px) {
.sfsi_tool_tip_2, .tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px!important;
height: 31px!important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%}
}
ul.SFSI_lsngfrm {
float: left;
width: 61%}
ul.SFSI_instructions {
float: left;
width: 39%}
ul.SFSI_instructions li {
font-size: 12px!important;
line-height: 25px!important;
margin: 0!important;
padding: 0 0 0 15px!important;
width: 100%}  .cstmskin_popup
{
width: 500px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 40px 0px auto;
padding: 20px 25px 20px;
font-family: helveticaregular;
color: #5a6570;
height: auto;
float: left;
position: relative;
left: 35%;	
}
.cstomskins_wrpr {
float: left;
width: 100%;
}
.custskinmsg {
float: left;
font-size: 15px;
margin-top: 10px;
width: 100%;
}
.custskinmsg > ul {
color: #000;
float: left;
margin-top: 8px;
width: 100%;
}
ul.cstmskin_iconlist {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0
}
.placethemanulywpr { max-width: 98% !important}
.cstmskin_iconlist > li {
float: left;
margin: 3px 0;
width: 100%;
}
.cstm_icnname {
float: left;
width: 30%;
}
.cstmskins_btn > img {
float: left;
margin-right: 25px;
}
.cstmskin_btn
{
width: auto;
float: left;
padding: 3px 20px;
color: #fff;
background-color:#12a252;
text-decoration: none;
margin: 0 10px;
}
.cstmskins_sbmt
{
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
}
.done_btn
{
width: auto;
padding: 3px 80px;
color: #fff;
background-color:#12a252;
text-decoration: none;
font-size: 18px;
}
.cstmskin_btn:hover, .done_btn:hover, .cstmskin_btn:focus, .done_btn:focus
{
color: #fff;
}
.skswrpr, .dlt_btn
{
display: none;
}
.cstmutbewpr
{
width: 100%;
float: left;
margin-top: 10px;
}
.cstmutbewpr ul.enough_waffling li
{
width: auto;
float: left;
margin-right: 20px;
}
.cstmutbewpr ul.enough_waffling li span
{
float: left;
}
.cstmutbewpr ul.enough_waffling li label
{
width: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.cstmutbewpr .cstmutbtxtwpr
{
width: 100%;
float: left;
padding-top: 10px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr
{
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p
{
margin-left: 0px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr
{
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label, #accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label
{
width: 120px;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a, .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn
{
padding: 0px;
margin: 0px;
width: 100%;
float: left;
border: medium none;
}
.sfsi_socialwpr
{
width: auto;
display: inline-block;
vertical-align: middle;
}
.sfsi_socialwpr .sf_fb
{
float:left;
}
.sfsi_socialwpr .sf_google
{
float:left;
max-width:62px;
min-width:35px;
min-height: 20px;
}
.sf_google > div
{ 
float: left !important;
}
.sfsipyplfrm
{
float: left;
margin-top: 10px;
width: 100%;
}
.sfsipyplfrm input[type="submit"]
{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #0074a2;
cursor: pointer;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-decoration: underline;
}
.sfsipyplfrm input[type="submit"]:hover
{
color: #2ea2cc
}
.pop_up_box_ex {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 5px 3px #d8d8d8;
color: #5a6570;
font-family: helveticaregular;
margin: 200px auto;
min-height: 150px;
padding: 20px 25px 0px;
position: relative;
width: 290px;
}
.pop_up_box_ex {
color: #5a6570;
font-family: helveticaregular;
}
.cstmutbchnlidwpr .utbe_instruction,.cstmutbchnlnmewpr .utbe_instruction, .lnkdin_instruction {
float: left;
line-height: 22px;
margin-top: 10px;
width: 100%;
}
.fb_iframe_widget iframe
{
max-width: none;
}
.sfsi_mainContainer p.bldtxtmsg{float: left; font-size: 15px; font-weight: bold; margin-top: 12px; width: 100%;text-align: center;}
.sfsinewplgndesc
{
background: none repeat scroll 0 0 #e5e5e5;
float: left;
padding: 5px 10px 8px;	
margin-top: 25px;
}
.sfsinewplgndesc>.clear>a
{
color: #5a6570;
font-weight: bold;
}
.sfsiicnsdvwrp {
float: left;
width: 110px;
}
.sfsi_Sicons .sf_subscrbe .bot_no
{
background: rgba(0, 0, 0, 0) url(//strongman.org.ua/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 18px !important;
margin-left: 0px;
margin-top: 8px;
padding: 1px 0;
position: absolute;
text-align: center;
top: -8px;
white-space: pre;
width: 33px;
height: 24px;
z-index: 9;
}
.sfsi_wicons a.sficn, .sfsi_wicons .sfsi_inside a, .sfsi_Sicons div a
{
box-shadow: none;
border: none;
}
.sfsi_Sicons .sf_pinit > span {
height: 20px !important;
}
.sfsi_Sicons .sf_pinit > span > span {
width: 38px !important;
right: -45px !important;
}
.sfsi_wicons a{box-shadow:none !important;}
a.sficn{ cursor: pointer; }
.sfsi_Sicons .fb_iframe_widget>span{
vertical-align:top!important;
}
.sfsi_Sicons .sf_fb{
margin:0 0 0 5px !important;
}
.sfsi_Sicons .sf_google{
margin:-1px 10px !important;
}
.disabled_checkbox .sfsi_right_info:before {
position: absolute;
content: "";
width: 45%;
height: 60px;
display: inline-block;
z-index: 99;
margin-left: -40px;
margin-top: -14px;
background: rgba(255,255,255,.8);
}
#sfsi_floater .fb_tool_bdr .sfsi_inside .icon2{
margin: -2px 0 -5px 0;
}@media (max-width: 767px)
{
#sfsi_floater
{
display: none;
}
}.clearfix:before,
.clearfix:after,
.noo-container:before,
.noo-container:after,
.noo-container-fluid:before,
.noo-container-fluid:after,
.noo-row:before,
.noo-row:after {
content: " ";
display: table;
}
.clearfix:after,
.noo-container:after,
.noo-container-fluid:after,
.noo-row:after {
clear: both;
}
.noo-container {
margin-right: auto;
margin-left: auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.noo-container {
max-width: 750px;
width: 100%;
}
}
@media (min-width: 992px) {
.noo-container {
max-width: 970px;
width: 100%;
}
}
@media (min-width: 1200px) {
.noo-container {
max-width: 1200px;
width: 100%;
}
}
.noo-container-fluid {
margin-right: auto;
margin-left: auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.noo-row {
margin-left: -15px;
margin-right: -15px;
}
.noo-xs-1, .noo-sm-1, .noo-md-1, .noo-lg-1, .noo-xs-2, .noo-sm-2, .noo-md-2, .noo-lg-2, .noo-xs-3, .noo-sm-3, .noo-md-3, .noo-lg-3, .noo-xs-4, .noo-sm-4, .noo-md-4, .noo-lg-4, .noo-xs-5, .noo-sm-5, .noo-md-5, .noo-lg-5, .noo-xs-6, .noo-sm-6, .noo-md-6, .noo-lg-6, .noo-xs-7, .noo-sm-7, .noo-md-7, .noo-lg-7, .noo-xs-8, .noo-sm-8, .noo-md-8, .noo-lg-8, .noo-xs-9, .noo-sm-9, .noo-md-9, .noo-lg-9, .noo-xs-10, .noo-sm-10, .noo-md-10, .noo-lg-10, .noo-xs-11, .noo-sm-11, .noo-md-11, .noo-lg-11, .noo-xs-12, .noo-sm-12, .noo-md-12, .noo-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.noo-xs-1, .noo-xs-2, .noo-xs-3, .noo-xs-4, .noo-xs-5, .noo-xs-6, .noo-xs-7, .noo-xs-8, .noo-xs-9, .noo-xs-10, .noo-xs-11, .noo-xs-12 {
float: left;
}
.noo-xs-12 {
width: 100%;
}
.noo-xs-11 {
width: 91.66666666666666%;
}
.noo-xs-10 {
width: 83.33333333333334%;
}
.noo-xs-9 {
width: 75%;
}
.noo-xs-8 {
width: 66.66666666666666%;
}
.noo-xs-7 {
width: 58.333333333333336%;
}
.noo-xs-6 {
width: 50%;
}
.noo-xs-5 {
width: 41.66666666666667%;
}
.noo-xs-4 {
width: 33.33333333333333%;
}
.noo-xs-3 {
width: 25%;
}
.noo-xs-2 {
width: 16.666666666666664%;
}
.noo-xs-1 {
width: 8.333333333333332%;
}
.noo-xs-pull-12 {
right: 100%;
}
.noo-xs-pull-11 {
right: 91.66666666666666%;
}
.noo-xs-pull-10 {
right: 83.33333333333334%;
}
.noo-xs-pull-9 {
right: 75%;
}
.noo-xs-pull-8 {
right: 66.66666666666666%;
}
.noo-xs-pull-7 {
right: 58.333333333333336%;
}
.noo-xs-pull-6 {
right: 50%;
}
.noo-xs-pull-5 {
right: 41.66666666666667%;
}
.noo-xs-pull-4 {
right: 33.33333333333333%;
}
.noo-xs-pull-3 {
right: 25%;
}
.noo-xs-pull-2 {
right: 16.666666666666664%;
}
.noo-xs-pull-1 {
right: 8.333333333333332%;
}
.noo-xs-pull-0 {
right: auto;
}
.noo-xs-push-12 {
left: 100%;
}
.noo-xs-push-11 {
left: 91.66666666666666%;
}
.noo-xs-push-10 {
left: 83.33333333333334%;
}
.noo-xs-push-9 {
left: 75%;
}
.noo-xs-push-8 {
left: 66.66666666666666%;
}
.noo-xs-push-7 {
left: 58.333333333333336%;
}
.noo-xs-push-6 {
left: 50%;
}
.noo-xs-push-5 {
left: 41.66666666666667%;
}
.noo-xs-push-4 {
left: 33.33333333333333%;
}
.noo-xs-push-3 {
left: 25%;
}
.noo-xs-push-2 {
left: 16.666666666666664%;
}
.noo-xs-push-1 {
left: 8.333333333333332%;
}
.noo-xs-push-0 {
left: auto;
}
.noo-xs-offset-12 {
margin-left: 100%;
}
.noo-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.noo-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.noo-xs-offset-9 {
margin-left: 75%;
}
.noo-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.noo-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.noo-xs-offset-6 {
margin-left: 50%;
}
.noo-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.noo-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.noo-xs-offset-3 {
margin-left: 25%;
}
.noo-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.noo-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.noo-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.noo-sm-1, .noo-sm-2, .noo-sm-3, .noo-sm-4, .noo-sm-5, .noo-sm-6, .noo-sm-7, .noo-sm-8, .noo-sm-9, .noo-sm-10, .noo-sm-11, .noo-sm-12 {
float: left;
}
.noo-sm-12 {
width: 100%;
}
.noo-sm-11 {
width: 91.66666666666666%;
}
.noo-sm-10 {
width: 83.33333333333334%;
}
.noo-sm-9 {
width: 75%;
}
.noo-sm-8 {
width: 66.66666666666666%;
}
.noo-sm-7 {
width: 58.333333333333336%;
}
.noo-sm-6 {
width: 50%;
}
.noo-sm-5 {
width: 41.66666666666667%;
}
.noo-sm-4 {
width: 33.33333333333333%;
}
.noo-sm-3 {
width: 25%;
}
.noo-sm-2 {
width: 16.666666666666664%;
}
.noo-sm-1 {
width: 8.333333333333332%;
}
.noo-sm-pull-12 {
right: 100%;
}
.noo-sm-pull-11 {
right: 91.66666666666666%;
}
.noo-sm-pull-10 {
right: 83.33333333333334%;
}
.noo-sm-pull-9 {
right: 75%;
}
.noo-sm-pull-8 {
right: 66.66666666666666%;
}
.noo-sm-pull-7 {
right: 58.333333333333336%;
}
.noo-sm-pull-6 {
right: 50%;
}
.noo-sm-pull-5 {
right: 41.66666666666667%;
}
.noo-sm-pull-4 {
right: 33.33333333333333%;
}
.noo-sm-pull-3 {
right: 25%;
}
.noo-sm-pull-2 {
right: 16.666666666666664%;
}
.noo-sm-pull-1 {
right: 8.333333333333332%;
}
.noo-sm-pull-0 {
right: auto;
}
.noo-sm-push-12 {
left: 100%;
}
.noo-sm-push-11 {
left: 91.66666666666666%;
}
.noo-sm-push-10 {
left: 83.33333333333334%;
}
.noo-sm-push-9 {
left: 75%;
}
.noo-sm-push-8 {
left: 66.66666666666666%;
}
.noo-sm-push-7 {
left: 58.333333333333336%;
}
.noo-sm-push-6 {
left: 50%;
}
.noo-sm-push-5 {
left: 41.66666666666667%;
}
.noo-sm-push-4 {
left: 33.33333333333333%;
}
.noo-sm-push-3 {
left: 25%;
}
.noo-sm-push-2 {
left: 16.666666666666664%;
}
.noo-sm-push-1 {
left: 8.333333333333332%;
}
.noo-sm-push-0 {
left: auto;
}
.noo-sm-offset-12 {
margin-left: 100%;
}
.noo-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.noo-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.noo-sm-offset-9 {
margin-left: 75%;
}
.noo-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.noo-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.noo-sm-offset-6 {
margin-left: 50%;
}
.noo-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.noo-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.noo-sm-offset-3 {
margin-left: 25%;
}
.noo-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.noo-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.noo-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.noo-md-1, .noo-md-2, .noo-md-3, .noo-md-4, .noo-md-5, .noo-md-6, .noo-md-7, .noo-md-8, .noo-md-9, .noo-md-10, .noo-md-11, .noo-md-12 {
float: left;
}
.noo-md-12 {
width: 100%;
}
.noo-md-11 {
width: 91.66666666666666%;
}
.noo-md-10 {
width: 83.33333333333334%;
}
.noo-md-9 {
width: 75%;
}
.noo-md-8 {
width: 66.66666666666666%;
}
.noo-md-7 {
width: 58.333333333333336%;
}
.noo-md-6 {
width: 50%;
}
.noo-md-5 {
width: 41.66666666666667%;
}
.noo-md-4 {
width: 33.33333333333333%;
}
.noo-md-3 {
width: 25%;
}
.noo-md-2 {
width: 16.666666666666664%;
}
.noo-md-1 {
width: 8.333333333333332%;
}
.noo-md-pull-12 {
right: 100%;
}
.noo-md-pull-11 {
right: 91.66666666666666%;
}
.noo-md-pull-10 {
right: 83.33333333333334%;
}
.noo-md-pull-9 {
right: 75%;
}
.noo-md-pull-8 {
right: 66.66666666666666%;
}
.noo-md-pull-7 {
right: 58.333333333333336%;
}
.noo-md-pull-6 {
right: 50%;
}
.noo-md-pull-5 {
right: 41.66666666666667%;
}
.noo-md-pull-4 {
right: 33.33333333333333%;
}
.noo-md-pull-3 {
right: 25%;
}
.noo-md-pull-2 {
right: 16.666666666666664%;
}
.noo-md-pull-1 {
right: 8.333333333333332%;
}
.noo-md-pull-0 {
right: auto;
}
.noo-md-push-12 {
left: 100%;
}
.noo-md-push-11 {
left: 91.66666666666666%;
}
.noo-md-push-10 {
left: 83.33333333333334%;
}
.noo-md-push-9 {
left: 75%;
}
.noo-md-push-8 {
left: 66.66666666666666%;
}
.noo-md-push-7 {
left: 58.333333333333336%;
}
.noo-md-push-6 {
left: 50%;
}
.noo-md-push-5 {
left: 41.66666666666667%;
}
.noo-md-push-4 {
left: 33.33333333333333%;
}
.noo-md-push-3 {
left: 25%;
}
.noo-md-push-2 {
left: 16.666666666666664%;
}
.noo-md-push-1 {
left: 8.333333333333332%;
}
.noo-md-push-0 {
left: auto;
}
.noo-md-offset-12 {
margin-left: 100%;
}
.noo-md-offset-11 {
margin-left: 91.66666666666666%;
}
.noo-md-offset-10 {
margin-left: 83.33333333333334%;
}
.noo-md-offset-9 {
margin-left: 75%;
}
.noo-md-offset-8 {
margin-left: 66.66666666666666%;
}
.noo-md-offset-7 {
margin-left: 58.333333333333336%;
}
.noo-md-offset-6 {
margin-left: 50%;
}
.noo-md-offset-5 {
margin-left: 41.66666666666667%;
}
.noo-md-offset-4 {
margin-left: 33.33333333333333%;
}
.noo-md-offset-3 {
margin-left: 25%;
}
.noo-md-offset-2 {
margin-left: 16.666666666666664%;
}
.noo-md-offset-1 {
margin-left: 8.333333333333332%;
}
.noo-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.noo-lg-1, .noo-lg-2, .noo-lg-3, .noo-lg-4, .noo-lg-5, .noo-lg-6, .noo-lg-7, .noo-lg-8, .noo-lg-9, .noo-lg-10, .noo-lg-11, .noo-lg-12 {
float: left;
}
.noo-lg-12 {
width: 100%;
}
.noo-lg-11 {
width: 91.66666666666666%;
}
.noo-lg-10 {
width: 83.33333333333334%;
}
.noo-lg-9 {
width: 75%;
}
.noo-lg-8 {
width: 66.66666666666666%;
}
.noo-lg-7 {
width: 58.333333333333336%;
}
.noo-lg-6 {
width: 50%;
}
.noo-lg-5 {
width: 41.66666666666667%;
}
.noo-lg-4 {
width: 33.33333333333333%;
}
.noo-lg-3 {
width: 25%;
}
.noo-lg-2 {
width: 16.666666666666664%;
}
.noo-lg-1 {
width: 8.333333333333332%;
}
.noo-lg-pull-12 {
right: 100%;
}
.noo-lg-pull-11 {
right: 91.66666666666666%;
}
.noo-lg-pull-10 {
right: 83.33333333333334%;
}
.noo-lg-pull-9 {
right: 75%;
}
.noo-lg-pull-8 {
right: 66.66666666666666%;
}
.noo-lg-pull-7 {
right: 58.333333333333336%;
}
.noo-lg-pull-6 {
right: 50%;
}
.noo-lg-pull-5 {
right: 41.66666666666667%;
}
.noo-lg-pull-4 {
right: 33.33333333333333%;
}
.noo-lg-pull-3 {
right: 25%;
}
.noo-lg-pull-2 {
right: 16.666666666666664%;
}
.noo-lg-pull-1 {
right: 8.333333333333332%;
}
.noo-lg-pull-0 {
right: auto;
}
.noo-lg-push-12 {
left: 100%;
}
.noo-lg-push-11 {
left: 91.66666666666666%;
}
.noo-lg-push-10 {
left: 83.33333333333334%;
}
.noo-lg-push-9 {
left: 75%;
}
.noo-lg-push-8 {
left: 66.66666666666666%;
}
.noo-lg-push-7 {
left: 58.333333333333336%;
}
.noo-lg-push-6 {
left: 50%;
}
.noo-lg-push-5 {
left: 41.66666666666667%;
}
.noo-lg-push-4 {
left: 33.33333333333333%;
}
.noo-lg-push-3 {
left: 25%;
}
.noo-lg-push-2 {
left: 16.666666666666664%;
}
.noo-lg-push-1 {
left: 8.333333333333332%;
}
.noo-lg-push-0 {
left: auto;
}
.noo-lg-offset-12 {
margin-left: 100%;
}
.noo-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.noo-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.noo-lg-offset-9 {
margin-left: 75%;
}
.noo-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.noo-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.noo-lg-offset-6 {
margin-left: 50%;
}
.noo-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.noo-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.noo-lg-offset-3 {
margin-left: 25%;
}
.noo-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.noo-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.noo-lg-offset-0 {
margin-left: 0%;
}
}
.button {
font-size: 100%;
margin: -30px;
line-height: 1;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: 8px 12px;
left: auto;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
background-color: #cf3d6f;
color: #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.button:focus,
.button:hover {
background-color: #9a264e;
color: #fff;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.all-social-share a {
height: 32px;
width: 32px;
line-height: 30px;
border: 1px solid #ccc;
display: inline-block;
color: #ccc;
margin: 0 0px 10px;
font-size: 14px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.all-social-share a:hover {
color: white;
}
.all-social-share a.fa-facebook:hover {
background-color: #4b6ea8;
border-color: #4b6ea8;
}
.all-social-share a.fa-google-plus:hover {
background-color: #dd553b;
border-color: #dd553b;
}
.all-social-share a.fa-twitter:hover {
background-color: #29aae2;
border-color: #29aae2;
}
.all-social-share a.fa-youtube:hover {
background-color: #d84939;
border-color: #d84939;
}
.all-social-share a.fa-skype:hover {
background-color: #00bbf0;
border-color: #00bbf0;
}
.all-social-share a.fa-linkedin:hover {
background-color: #038ac4;
border-color: #038ac4;
}
.all-social-share a.fa-dribbble:hover {
background-color: #f2689c;
border-color: #f2689c;
}
.all-social-share a.fa-pinterest:hover {
background-color: #d83633;
border-color: #d83633;
}
.all-social-share a.fa-flickr:hover {
background-color: #3a88d0;
border-color: #3a88d0;
}
.all-social-share a.fa-instagram:hover {
background-color: #3f729b;
border-color: #3f729b;
} ul.noo-list {
list-style: none;
clear: both;
padding: 0;
margin: 0;
}
ul.noo-list:after {
content: '';
clear: both;
display: table;
}
ul.noo-list li {
margin-bottom: 50px;
}
ul.noo-list li h3 {
margin: 10px 0 10px;
font-size: 16px;
}
ul.noo-list li img {
width: 100%;
}
.noo-hidden {
display: none !important;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
} @-webkit-keyframes loadSkill {
from {
width: 0;
}
to {
width: 100%;
}
}
@-moz-keyframes loadSkill {
from {
width: 0;
}
to {
width: 100%;
}
}
@-ms-keyframes loadSkill {
from {
width: 0;
}
to {
width: 100%;
}
}
@keyframes loadSkill {
from {
width: 0;
}
to {
width: 100%;
}
}
.timetable-pre {
border: 1px solid #dddddd;
padding: 20px !important;
background: #f1f1f1;
margin-bottom: 70px !important;
margin-top: 20px !important;
line-height: 30px;
}
.twentyfifteen .posts-loop-content {
margin: 0 6.6%;
}
.sidebar.twentyfifteen_sidebar {
float: none;
margin: 0 8.333%;
max-width: 100%;
width: 100%;
}
.sidebar.twentyfifteen_sidebar .widget {
padding: 0;
}
.sidebar.twentyfourteen_sidebar .class-info-sidebar i {
color: #fff;
}
.sidebar.twentyfourteen_sidebar .trainer-tag-wrap .trainer-bio .trainer-avatar img {
max-width: 130px;
}
.sidebar.twentyfourteen_sidebar .trainer-tag-wrap a {
color: #ccc;
}
.sidebar.twentyfourteen_sidebar .trainer-tag-wrap a:hover {
color: #fff;
}
.sidebar.twentyfourteen_sidebar div.noo-class-slider-wrap .noo-class-slider-item .item-info h4 a,
.sidebar.twentyfourteen_sidebar div.noo-class-slider-wrap .noo-class-slider-item .item-info .trainer-info a {
color: #fff;
}
.sidebar.twentyfourteen_sidebar div.noo-class-slider-wrap .noo-class-slider-item .item-info h4 a:hover,
.sidebar.twentyfourteen_sidebar div.noo-class-slider-wrap .noo-class-slider-item .item-info .trainer-info a:hover {
color: #999;
}
.noo-progress-bar .noo-single-bar {
background-color: #eeeff0;
margin-top: 34px;
margin-bottom: 46px;
position: relative;
height: 8px;
width: 78%;
}
.noo-progress-bar .noo-single-bar:last-child {
margin-bottom: 0;
}
.noo-progress-bar .noo-single-bar .label-bar {
padding: 0;
}
.noo-progress-bar .noo-single-bar .label-bar .noo-progress-label {
-webkit-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
display: block;
font-style: italic;
font-size: 14px;
}
.noo-progress-bar .noo-single-bar .label-bar .noo-label-units {
position: absolute;
right: -74px;
top: -8px;
display: inline-block;
font-size: 14px;
text-transform: uppercase;
color: #cf3d6f;
padding: 0;
line-height: 20px;
}
.noo-progress-bar .noo-single-bar .noo-bar {
display: block;
position: absolute;
height: 100%;
width: 100%;
background-color: #fde496;
top: 0;
left: 0;
}
@media screen and (max-width: 480px) {
.noo-progress-bar .noo-single-bar {
width: 100%;
}
.noo-progress-bar .noo-single-bar .label-bar .noo-label-units {
right: 0px;
top: -28px;
}
}
.loadSkill {
-webkit-animation-name: loadSkill;
animation-name: loadSkill;
}
.single.trainer-page .all-social-share {
margin: 30px 0;
}
.single.trainer-page .entry-content {
float: none;
width: auto;
}
.single.trainer-page .content-featured {
margin-bottom: 30px;
}
.single.trainer-page .content-featured img {
width: 100%;
}
.single.trainer-page .trainer-info {
margin-bottom: 40px;
}
.single.trainer-page .trainer-info .trainer-category {
font-size: 13px;
margin-bottom: 20px;
color: #cf3d6f;
}
.single.trainer-page .trainer-info .trainer-category a {
color: #cf3d6f;
}
.single.trainer-page .trainer-info .trainer-category a:hover {
color: #9a264e;
}
.single.trainer-page .trainer-info .trainer-description {
margin-top: 38px;
}
.single.trainer-page .trainer-info .trainer-description > div {
margin-bottom: 10px;
}
.single.trainer-page .trainer-info .trainer-description > div.trainer-skill {
margin-top: 20px;
}
.single.trainer-page .trainer-info .trainer-description > div.trainer-skill:after {
clear: both;
content: '';
display: table;
}
.single.trainer-page .trainer-info .trainer-description > div span.trainer-title {
color: #333;
font-weight: 600;
display: inline-block;
width: 24.5%;
}
.single.trainer-page .trainer-info .trainer-description .text-bio {
float: right;
width: 75.5%;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
}
.single.trainer-page .trainer-info .trainer-description .trainer-biography:after {
clear: both;
display: table;
content: '';
}
.single.trainer-page .trainer-info .trainer-description .noo-progress-bar {
float: right;
width: 75.5%;
margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
.single.trainer-page .trainer-info .trainer-description {
margin-top: 10px;
}
.single.trainer-page .trainer-info .trainer-description > div span.trainer-title {
width: 100%;
}
.single.trainer-page .trainer-info .trainer-description .noo-progress-bar,
.single.trainer-page .trainer-info .trainer-description .text-bio {
width: 100%;
}
}
.noo-trainer-shortcode .hentry {
margin-bottom: 50px;
padding-bottom: 50px;
margin: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent;
}
.noo-trainer-shortcode .hentry + .hentry {
margin-top: 0;
}
.noo-trainer-shortcode .hentry h3 {
margin: 20px 0 0;
font-size: 16px;
padding-bottom: 20px;
}
.noo-trainer-shortcode .posts-loop-content:after {
content: '';
display: table;
clear: both;
}
.noo-trainer-shortcode .posts-loop-content .noo-md-6:nth-child(2n+1) {
clear: both;
}
.noo-trainer-shortcode .posts-loop-content .noo-md-4:nth-child(3n+1) {
clear: both;
}
.noo-trainer-shortcode .posts-loop-content .noo-md-3:nth-child(4n+1) {
clear: both;
}
.trainer-tag-wrap a {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.trainer-tag-wrap .trainer-bio {
border: 1px solid #d8e0e8;
margin-bottom: 30px;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
background-color: #fff;
}
.trainer-tag-wrap .trainer-bio .trainer-avatar {
display: block;
}
.trainer-tag-wrap .trainer-bio .trainer-avatar img {
-webkit-border-radius: 50%;
border-radius: 50%;
max-width: 210px;
margin-top: 30px;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
display: inline-block;
width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
.trainer-tag-wrap .trainer-bio .trainer-avatar img {
max-width: 150px;
}
}
.trainer-tag-wrap .trainer-bio .trainer-info {
font-size: 16px;
}
.trainer-tag-wrap .trainer-bio .trainer-info h4 {
font-size: 18px;
font-weight: 600;
margin: 28px 0 6px;
letter-spacing: 0;
text-transform: none;
}
.trainer-tag-wrap .trainer-bio .trainer-info h4 a {
color: #cf3d6f;
}
.trainer-tag-wrap .trainer-bio .trainer-info h4 a:hover {
color: #9a264e;
}
.trainer-tag-wrap .trainer-bio .trainer-info .trainer-category {
font-size: 14px;
margin-bottom: 20px;
color: #cf3d6f;
}
.trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a {
color: #cf3d6f;
}
.trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a:hover {
color: #9a264e;
}
.trainer-tag-wrap .trainer-bio .trainer-info .trainer-social {
margin-bottom: 22px;
}
.trainer-tag-wrap .trainer-bio .trainer-info .trainer-excerpt {
display: none;
}
.trainer-tag-wrap .trainer-bio .trainer-info .view-profile {
margin-bottom: 20px !important;
}
.trainer-tag-wrap.list .trainer-bio {
text-align: left;
}
.trainer-tag-wrap.list .trainer-bio .trainer-avatar img {
max-width: 100%;
width: 100%;
-webkit-border-radius: 0;
border-radius: 0;
margin-top: 0;
}
.trainer-tag-wrap.list .trainer-bio .trainer-info {
padding: 20px;
}
.trainer-tag-wrap.list .trainer-bio .trainer-info .trainer-excerpt {
display: block;
} .noo-plugin-wraptext {
text-align: left;
margin: 50px 0;
}
.noo-plugin-wraptext .wrap-title {
display: inline-block;
position: relative;
}
.noo-plugin-wraptext .wrap-title .noo-plugin-title {
color: #cf3d6f;
font-weight: 400;
letter-spacing: 0.5px;
text-transform: uppercase;
position: relative;
font-size: 42px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.noo-plugin-wraptext .wrap-title .noo-plugin-title {
font-size: 34px;
}
}
@media screen and (max-width: 479px) {
.noo-plugin-wraptext .wrap-title .noo-plugin-title {
font-size: 26px;
line-height: 35px;
}
}
.noo-plugin-wraptext .wrap-title .noo-plugin-sub-title {
color: #333;
font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 767px) {
.noo-plugin-wraptext .wrap-title .noo-plugin-sub-title {
font-size: 18px;
}
}
@media screen and (max-width: 479px) {
.noo-plugin-wraptext .wrap-title .noo-plugin-sub-title {
font-size: 16px;
}
}
.single.class-page .entry-content {
float: none;
width: auto;
margin-top: 30px;
}
.single.class-page .content-featured {
margin-bottom: 30px;
}
.single.class-page .content-featured img {
width: 100%;
}
.single.class-page .timetable_week {
padding-top: 20px;
}
.single.class-page .timetable_week table {
width: 100%;
border: none;
}
@media screen and (max-width: 991px) {
.single.class-page .timetable_week table {
display: none;
}
}
.single.class-page .timetable_week table th,
.single.class-page .timetable_week table td {
vertical-align: top;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
border: none;
}
.single.class-page .timetable_week table tr.day_wrap.day-even {
background: #f5f5f5;
}
.single.class-page .timetable_week .day {
-webkit-border-radius: 12px;
border-radius: 12px;
color: #cf3d6f;
padding: 4px 8px;
text-transform: capitalize;
}
.single.class-page .timetable_week h4 {
margin-top: 40px;
margin-bottom: 40px;
position: relative;
color: #cf3d6f;
text-transform: uppercase;
font-size: 20px;
line-height: 30px;
font-weight: 400;
}
.single.class-page .timetable_week h4:before {
background: #cf3d6f;
bottom: -15px;
content: '';
left: 0;
height: 2px;
position: absolute;
width: 30px;
}
.single.class-page .timetable_week h4 .first-word {
color: #fbd14b;
}
@media screen and (min-width: 992px) {
.single.class-page .timetable_week .res-sche-content {
display: none;
}
}
.single.class-page .timetable_week .res-sche-content .item-weekday {
background-color: #f5f5f5;
padding: 5px 10px;
color: #cf3d6f;
margin: 5px 0;
}
.single.class-page .timetable_week .res-sche-content .item-weekday.today {
background: #fcf8e3;
}
.single.class-page .timetable_week .res-sche-content .item-day {
position: relative;
padding: 10px 0 10px 10px;
font-size: 15px;
}
.single.class-page .timetable_week .res-sche-content .item-day .time {
color: #333;
}
.single.class-page .timetable_week .res-sche-content .item-day i {
margin-left: 10px;
font-weight: 300;
}
.single.class-page .timetable_week .res-sche-content .item-day .address {
margin-left: 10px;
}
@media screen and (max-width: 479px) {
.single.class-page .timetable_week .res-sche-content .item-day .address {
display: none;
}
} .noo-class-shortcode {
color: #333;
}
.noo-class-shortcode a:not(.button) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #cf3d6f;
}
.noo-class-shortcode a:not(.button):hover {
color: #9a264e;
}
.noo-class-shortcode.list .hentry {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #e3deed;
}
.noo-class-shortcode.list .hentry:last-child {
border-bottom: none;
}
.noo-class-shortcode.grid .hentry {
margin-bottom: 50px;
padding-bottom: 50px;
margin: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent;
}
.noo-class-shortcode .loop-item-wrap {
border: 1px solid #d8e0e8;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
}
.noo-class-shortcode .loop-item-featured img {
width: 100%;
}
.noo-class-shortcode .loop-item-content {
margin-top: 20px;
padding: 0 15px 25px;
font-size: 16px;
}
.noo-class-shortcode .loop-item-title {
margin: 10px 0 20px;
font-size: 18px;
}
.noo-class-shortcode .content-meta {
margin-bottom: 10px;
font-size: 16px;
}
.noo-class-shortcode .content-meta span {
margin-right: 20px;
}
.noo-class-shortcode .content-meta span:last-child {
margin-right: 0;
}
.noo-class-shortcode .content-meta .trainer-info {
display: block;
}
.noo-class-shortcode .content-meta i {
margin-right: 5px;
}
.noo-class-shortcode .posts-loop-content:after {
content: '';
display: table;
clear: both;
}
.noo-class-shortcode .posts-loop-content .noo-md-6:nth-child(2n+1) {
clear: both;
}
.noo-class-shortcode .posts-loop-content .noo-md-4:nth-child(3n+1) {
clear: both;
}
.noo-class-shortcode .posts-loop-content .noo-md-3:nth-child(4n+1) {
clear: both;
}
.noo-class-shortcode .posts-loop-content .noo-md-3 .loop-item-title,
.noo-class-shortcode .posts-loop-content .noo-md-4 .loop-item-title {
font-size: 18px;
}
.noo-class-shortcode .posts-loop-content .noo-md-3 .content-meta span,
.noo-class-shortcode .posts-loop-content .noo-md-4 .content-meta span {
display: block;
}
div.noo-class-slider-wrap .owl-controls {
text-align: left;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-thumb {
margin-bottom: 10px;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-info h4 {
margin-bottom: 5px;
font-size: 16px;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-info h4 a {
color: #cf3d6f;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-info h4 a:hover {
color: #9a264e;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-info .trainer-info a {
color: #333;
}
div.noo-class-slider-wrap .noo-class-slider-item .item-info .trainer-info i {
margin-right: 5px;
}
.class-info-sidebar .clearfix,
.class-info-sidebar .noo-container,
.class-info-sidebar .noo-container-fluid,
.class-info-sidebar .noo-row {
border-bottom: 1px solid #eee;
padding: 8px 0;
}
.class-info-sidebar .clearfix:last-child,
.class-info-sidebar .noo-container:last-child,
.class-info-sidebar .noo-container-fluid:last-child,
.class-info-sidebar .noo-row:last-child {
border: none;
}
.class-info-sidebar .clearfix span,
.class-info-sidebar .noo-container span,
.class-info-sidebar .noo-container-fluid span,
.class-info-sidebar .noo-row span {
float: right;
color: #cf3d6f;
padding: 0 8px;
-webkit-border-radius: 100px;
border-radius: 100px;
background: #fafafa;
margin-left: 5px;
font-size: 14px;
margin-top: 2px;
}
.class-info-sidebar .clearfix.tag-days .wrap-days,
.class-info-sidebar .noo-container.tag-days .wrap-days,
.class-info-sidebar .noo-container-fluid.tag-days .wrap-days,
.class-info-sidebar .noo-row.tag-days .wrap-days {
float: right;
}
.class-info-sidebar .clearfix.tag-days .wrap-days span,
.class-info-sidebar .noo-container.tag-days .wrap-days span,
.class-info-sidebar .noo-container-fluid.tag-days .wrap-days span,
.class-info-sidebar .noo-row.tag-days .wrap-days span {
float: left;
}
.class-info-sidebar i {
color: #cf3d6f;
margin-right: 10px;
}
.class-info-sidebar i.ion-document {
font-size: 16px;
}
.class-info-sidebar i.ion-android-arrow-forward {
margin-left: 10px;
margin-right: 0;
}
.register_button {
margin-top: 20px;
} .single.event-page .entry-content {
float: none;
width: auto;
}
.single.event-page .content-featured {
margin-bottom: 30px;
}
.single.event-page .content-featured img {
width: 100%;
}
.noo-event-meta {
margin-bottom: 10px;
}
.noo-event-meta span {
margin-right: 20px;
}
.noo-event-meta span:last-child {
margin-right: 0;
}
.noo-event-meta .location-info {
display: block;
}
.noo-event-meta i {
margin-right: 5px;
}
.noo-event-maps {
width: 100%;
height: 400px;
margin-bottom: 10px;
}
.noo-event-shortcode {
color: #333;
}
.noo-event-shortcode a:not(.button) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #cf3d6f;
}
.noo-event-shortcode a:not(.button):hover {
color: #9a264e;
}
.noo-event-shortcode.list .hentry {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #e3deed;
}
.noo-event-shortcode.list .hentry:last-child {
border-bottom: none;
}
.noo-event-shortcode.grid .hentry {
margin-bottom: 50px;
padding-bottom: 50px;
margin: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent;
}
.noo-event-shortcode .loop-item-wrap {
border: 1px solid #d8e0e8;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
}
.noo-event-shortcode .noo-featured-event img {
width: 100%;
}
.noo-event-shortcode .loop-item-content {
margin-top: 20px;
padding: 0 15px 25px;
font-size: 16px;
}
.noo-event-shortcode .loop-item-title {
margin: 10px 0 20px;
font-size: 18px;
}
.noo-event-shortcode .posts-loop-content:after {
content: '';
display: table;
clear: both;
}
.noo-event-shortcode .posts-loop-content .noo-md-6:nth-child(2n+1) {
clear: both;
}
.noo-event-shortcode .posts-loop-content .noo-md-4:nth-child(3n+1) {
clear: both;
}
.noo-event-shortcode .posts-loop-content .noo-md-3:nth-child(4n+1) {
clear: both;
}
.noo-event-shortcode .posts-loop-content .noo-md-3 .loop-item-title,
.noo-event-shortcode .posts-loop-content .noo-md-4 .loop-item-title {
font-size: 18px;
}
.noo-event-shortcode .posts-loop-content .noo-md-3 .content-meta span,
.noo-event-shortcode .posts-loop-content .noo-md-4 .content-meta span {
display: block;
}
div.noo-event-slider-wrap .owl-controls {
text-align: left;
}
div.noo-event-slider-wrap .noo-event-slider-item .item-thumb {
margin-bottom: 10px;
}
div.noo-event-slider-wrap .noo-event-slider-item .noo-event-slider-body h4 {
margin-bottom: 5px;
font-size: 16px;
}
div.noo-event-slider-wrap .noo-event-slider-item .noo-event-slider-body h4 a {
color: #cf3d6f;
}
div.noo-event-slider-wrap .noo-event-slider-item .noo-event-slider-body h4 a:hover {
color: #9a264e;
}
div.noo-event-slider-wrap .noo-event-slider-item .noo-event-slider-body i {
margin-right: 5px;
}
.noo-event-box-author-wrap .noo-box-author-head:after {
clear: both;
display: table;
content: '';
}
.noo-event-box-author-wrap .noo-thumbnail-author {
border: 3px solid #eee;
height: 80px;
float: left;
overflow: hidden;
width: 80px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 20px;
}
.noo-event-box-author-wrap .noo-thumbnail-author img {
width: 80px;
}
.noo-event-box-author-wrap .noo-info-author {
float: left;
}
.noo-event-box-author-wrap .noo-name-author {
color: #333;
font-size: 16px;
margin: 0;
padding: 13px 0 0 0;
}
.noo-event-box-author-wrap .noo-position-author {
color: #333;
font-size: 14px;
padding: 5px 0 0 0;
}
.noo-event-box-author-wrap .noo-box-author-body {
padding: 20px 0 0;
}
.noo-event-box-author-wrap .noo-box-author-item i {
color: #cf3d6f;
display: inline-block;
font-size: 16px;
line-height: 32px;
width: 15px;
}
.noo-event-box-author-wrap .noo-box-author-item span {
color: #eee;
font-size: 14px;
line-height: 32px;
padding: 0 10px;
}
.noo-event-box-author-wrap .noo-box-author-item span.phone {
color: #333;
font-weight: 400;
}
.widget_event_info .noo-event-meta span {
display: block;
border-bottom: 1px solid #eee;
padding: 8px 0;
}
.noo-data-slider .hentry {
padding-left: 15px;
padding-right: 15px;
}
.noo-data-slider .owl-controls {
margin-bottom: 30px;
}
.noo-data-slider .owl-controls .owl-buttons div.owl-next,
.noo-data-slider .owl-controls .owl-buttons div.owl-prev {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 48px;
height: 48px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: -52px;
color: #333;
background: transparent;
}
.noo-data-slider .owl-controls .owl-buttons div.owl-next:before,
.noo-data-slider .owl-controls .owl-buttons div.owl-prev:before {
font-family: "FontAwesome";
font-size: 34px;
line-height: 42px;
}
.noo-data-slider .owl-controls .owl-buttons div.owl-next:hover,
.noo-data-slider .owl-controls .owl-buttons div.owl-prev:hover {
color: #cf3d6f;
}
.noo-data-slider .owl-controls .owl-buttons .owl-next {
right: -70px;
}
.noo-data-slider .owl-controls .owl-buttons .owl-next:before {
content: '\f054';
}
.noo-data-slider .owl-controls .owl-buttons .owl-prev {
left: -70px;
}
.noo-data-slider .owl-controls .owl-buttons .owl-prev:before {
content: "\f053";
}
.noo-event-shortcode.noo-data-slider .hentry {
margin-bottom: 0;
}
.noo-filters {
text-align: center;
}
.noo-filters a {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.noo-filters a:focus,
.noo-filters a:hover {
text-decoration: none;
outline: none;
}
.noo-filters ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
.noo-filters ul:after {
content: '';
clear: both;
display: table;
}
.noo-filters ul li {
float: left;
margin-bottom: 16px;
height: 50px;
}
.noo-filters ul li a {
border: none;
padding: 15px 20px;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
color: currentColor;
}
.noo-filters ul li a:focus,
.noo-filters ul li a:hover {
color: #cf3d6f;
}
.noo-filters ul li a.selected {
color: #cf3d6f;
}
.noo-filters ul li a.selected:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
border: 1px solid #cf3d6f;
border-left: none;
border-right: none;
z-index: 2;
}
@media screen and (max-width: 991px) {
.noo-filters ul li {
height: 40px;
}
.noo-filters ul li a.selected:before {
display: none;
}
}.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.noo-class-schedule-shortcode {
margin: 0 auto 50px; }
.noo-class-schedule-shortcode:after {
content: '';
display: table;
clear: both;
}
.noo-class-schedule-shortcode .vc_column_container > .vc_column-inner {
padding-right: 0;
padding-left: 0;
}
.noo-class-schedule-shortcode .noo-theme-wraptext {
margin: 10px 0 22px;
}
.noo-class-schedule-shortcode .class-schedule {
margin-top: 0px;
}
.noo-class-schedule-shortcode .fc-toolbar {
margin-bottom: 40px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button {
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #cf3d6f;
color: #cf3d6f;
width: 35px;
height: 35px;
background: transparent;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button:focus,
.noo-class-schedule-shortcode .fc-toolbar .fc-button:hover {
outline: none;
background: #cf3d6f;
color: white;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon {
font-family: "FontAwesome";
margin: 0;
font-size: 12px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon:after {
font-size: 12px;
top: 0.5px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-left-single-arrow:after {
content: '\f053';
left: -1px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-right-single-arrow:after {
content: '\f054';
left: 2px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-center h2 {
color: #454545;
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
margin-top: 6px;
}
.noo-class-schedule-shortcode .fc-toolbar .fc-center h2.eff {
-webkit-animation: LeftToRight 0.3s linear 0s 1 alternate;
-o-animation: LeftToRight 0.3s linear 0s 1 alternate;
animation: LeftToRight 0.3s linear 0s 1 alternate;
}
.noo-class-schedule-shortcode .fc-view {
color: #333;
}
.noo-class-schedule-shortcode .fc-view .fc-axis {
padding: 20px 45px;
}
.noo-class-schedule-shortcode .fc-view .fc-axis span {
font-size: 14px;
}
.noo-class-schedule-shortcode .fc-view table {
margin-bottom: 0;
overflow: initial !important;
}
.noo-class-schedule-shortcode .fc-view table td {
border-color: #ededed;
}
.noo-class-schedule-shortcode .fc-view .fc-head td {
border-color: #cf3d6f;
}
.noo-class-schedule-shortcode .fc-view .fc-head table {
margin: 0;
}
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell,
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
border-color: rgba(113, 28, 57, 0.25);
padding: 10px 0.25em;
background: #cf3d6f;
}
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-axis,
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-day-header {
color: white;
font-size: 16px;
font-weight: 400;
white-space: nowrap;
}
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-axis span,
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-day-header span {
font-size: 14px;
font-weight: 400;
}
.noo-class-schedule-shortcode .fc-view .fc-head table .fc-axis {
padding: 10px 45px;
text-align: center;
}
.noo-class-schedule-shortcode .fc-view .fc-body {
background-color: #fff;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.noo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped {
background-color: #eee;
}
.noo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-time-grid .fc-event .fc-bg {
opacity: 0.5;
filter: alpha(opacity=50);
background-color: #ccc;
}
.noo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-today {
opacity: 0.5;
filter: alpha(opacity=50);
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event-container {
margin: 0 -1px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event-container.fc-event-container-hover {
z-index: 10 !important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event {
-webkit-border-radius: 0;
border-radius: 0;
color: #333;
border-color: #ededed;
background-color: white;
-webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow: hidden;
-webkit-animation: NooFadeIn 0.25s linear 0s 1 alternate;
-o-animation: NooFadeIn 0.25s linear 0s 1 alternate;
animation: NooFadeIn 0.25s linear 0s 1 alternate;
margin-bottom: -1px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-bg {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon {
position: absolute;
bottom: 0;
right: -20px;
border: 7px solid green;
border-left-color: transparent !important;
border-top-color: transparent  !important;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
max-width: 95%;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-time {
font-size: 14px;
margin-bottom: 8px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-title {
font-size: 15px;
font-weight: 400;
margin-bottom: 6px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-trainer {
font-size: 14px;
color: #696969;
font-style: italic;
font-weight: 400;
margin-bottom: 8px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
color: white;
display: inline-block;
background-color: #cf3d6f;
font-size: 13px;
padding: 4px 16px;
-webkit-border-radius: 22px;
border-radius: 22px;
font-weight: 400;
line-height: 17px;
margin-top: 8px;
text-overflow: ellipsis;
width: 7em;
overflow: hidden;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class .fc-bg {
background-image: none !important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content {
overflow: initial;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content:before {
font-family: 'dashicons';
content: "\f508";
position: absolute;
top: -20px;
left: 50%;
font-size: 24px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
color: #cf3d6f;
font-size: 90px;
opacity: 0.2;
filter: alpha(opacity=20);
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content .fc-title,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content .fc-trainer,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content .fc-address,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content .fc-category,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class.show-icon .fc-content .fc-time {
position: relative;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event {
color: #fff;
border-color: #666;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event .fc-content .fc-trainer {
color: #fff;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event .fc-bg {
opacity: 0.5;
filter: alpha(opacity=50);
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event:hover .fc-bg {
opacity: 0.6;
filter: alpha(opacity=60);
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content {
overflow: initial;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content:before {
font-family: 'dashicons';
content: "\f488";
position: absolute;
top: -35px;
left: 50%;
font-size: 24px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
color: #cf3d6f;
font-size: 114px;
opacity: 0.2;
filter: alpha(opacity=20);
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content .fc-title,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content .fc-trainer,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content .fc-address,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.show-icon .fc-content .fc-time {
position: relative;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.not-show-background-image {
color: #333;
border-color: #ededed;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.not-show-background-image .fc-bg {
background-image: none !important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-event.not-show-background-image .fc-content .fc-trainer {
color: #696969;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday {
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday:hover {
margin: 0 !important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday .fc-content .fc-time,
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday .fc-time {
display: none !important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday .fc-content .fc-title {
font-size: 18px;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class-holiday .fc-content .fc-trainer span {
display: none;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event:focus,
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event:hover {
outline: none;
text-decoration: none;
left: 0 !important;
right: 0 !important;
margin: 0 -2% !important;
z-index: 10 !important;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-time,
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-category,
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-trainer {
display: none;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-title {
margin-bottom: -5px;
white-space: normal;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1 .fc-ribbon {
right: 0;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover {
margin: -50px -2% -90px !important;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-time,
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-trainer {
display: block;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-category {
display: inline-block;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-title {
margin-bottom: 6px;
white-space: nowrap;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-ribbon {
right: -20px;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-category,
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-trainer {
display: none;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-title {
white-space: normal;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-ribbon {
right: 0;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover {
margin: -30px -2% -60px !important;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-trainer {
display: block;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category {
display: inline-block;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-title {
white-space: nowrap;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-ribbon {
right: -20px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-scroller,
.noo-class-schedule-shortcode .fc-agendaWeek-view .fc-scroller {
overflow-x: visible !important;
overflow-y: visible !important;
}
.noo-class-schedule-shortcode .fc-month-view .fc-scroller > *,
.noo-class-schedule-shortcode .fc-agendaWeek-view .fc-scroller > * {
overflow: visible !important;
}
.noo-class-schedule-shortcode .fc-month-view .fc-day-number {
text-align: left;
padding: 10px 10px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-day-number span {
font-size: 14px;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 30px;
height: 30px;
color: #ababab;
display: inline-block;
text-align: center;
line-height: 30px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-today.fc-day-number span {
background-color: #cf3d6f;
color: white;
}
.noo-class-schedule-shortcode .fc-month-view .fc-holiday {
background-color: #cf3d6f;
}
.noo-class-schedule-shortcode .fc-month-view .fc-holiday span {
color: #fff;
}
.noo-class-schedule-shortcode .fc-month-view .fc-head table .fc-day-header {
font-size: 16px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-head table .fc-widget-header {
padding: 10px 0.25em;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body.overlay-loading-tripped .fc-content-skeleton .fc-event {
background-color: transparent;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-header {
background-color: #cf3d6f;
color: white;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-header .fc-close {
margin: 7px 4px 6px 6px;
color: white;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-more,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more {
color: #cf3d6f;
margin-left: 8px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-more:hover,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more:hover {
text-decoration: none;
color: #9a264e;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event-container,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event-container {
margin: 0 -1px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event {
-webkit-border-radius: 0;
border-radius: 0;
color: #333;
border-color: transparent;
background-color: white;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow: hidden;
-webkit-animation: BottomToTop 0.25s linear 0s 1 alternate;
-o-animation: BottomToTop 0.25s linear 0s 1 alternate;
animation: BottomToTop 0.25s linear 0s 1 alternate;
margin: -1px -1px;
padding: 3px 8px;
-webkit-box-shadow: none;
box-shadow: none;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event:hover,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:hover,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event:focus,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:focus {
outline: none;
text-decoration: none;
color: black;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event .fc-time,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-time {
padding-right: 3px;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event .fc-ribbon,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-ribbon {
position: absolute;
top: 0px;
left: -1px;
width: 4px;
height: 80%;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event.fc-noo-class-holiday,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-noo-class-holiday {
background: transparent !important;
color: #fff;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event.fc-noo-class-holiday .fc-bg,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-noo-class-holiday .fc-bg {
opacity: 0 !important;
filter: alpha(opacity=0) !important;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event.fc-noo-class-holiday .fc-title,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-noo-class-holiday .fc-title {
white-space: initial !important;
}
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event.fc-noo-class-holiday .fc-time,
.noo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-noo-class-holiday .fc-time {
display: none !important;
}
.noo-container .noo-row .noo-class-schedule-shortcode .vc_column_container > .vc_column-inner {
padding-right: 15px;
padding-left: 15px;
}
.noo-container .noo-row .noo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event:hover {
margin: 0 -12% !important;
}
.noo-container .noo-row .noo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-1:hover {
margin: -50px -12% -90px !important;
}
.noo-container .noo-row .noo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-2:hover {
margin: -30px -12% -60px !important;
}
.noo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-head .fc-axis.fc-widget-header,
.noo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-head .fc-axis.fc-widget-header {
display: none;
}
.noo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-time-grid .fc-slats td,
.noo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-time-grid .fc-slats td {
padding: 30px 0;
}
.noo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-bg .fc-axis.fc-widget-content,
.noo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-bg .fc-axis.fc-widget-content {
display: none;
}
.noo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-slats .fc-axis.fc-widget-content,
.noo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-slats .fc-axis.fc-widget-content {
display: none;
}
.noo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-content-skeleton .fc-axis,
.noo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-content-skeleton .fc-axis {
display: none;
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event {
background-color: #cf3d6f;
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category {
display: none;
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
display: none;
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-trainer {
color: #333;
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-bg {
opacity: 0.5;
filter: alpha(opacity=50);
}
.noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon {
display: none;
}
.noo-class-schedule-shortcode.event-style .fc-day-grid-event .fc-content {
white-space: initial;
}
.noo-class-schedule-shortcode.event-style .fc-day-grid-event .fc-title {
line-height: 20px;
}
.noo-class-schedule-shortcode.event-style .fc-day-grid-event .fc-time {
display: none;
}
.noo-class-schedule-shortcode.event-style .fc-popover .fc-event {
border-top: 1px solid #ddd !important;
padding: 10px 8px !important;
}
.noo-class-schedule-shortcode.event-style .fc-popover .fc-event:first-child {
border: none !important;
}
.noo-class-schedule-shortcode.small-view .fc-view .fc-head table .fc-axis {
padding: 10px 15px;
}
.noo-class-schedule-shortcode.small-view .fc-view .fc-axis {
padding: 20px 15px;
}
.noo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
padding: 4px 4px;
}
.noo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class .fc-content .fc-trainer,
.noo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class .fc-content .fc-title,
.noo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-noo-class .fc-content .fc-time {
font-size: 12px;
}
.export-timetable {
text-align: right;
margin: 20px 0;
}
.export-timetable a {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.export-timetable a:focus,
.export-timetable a:hover {
text-decoration: none;
}
.export-timetable a i {
margin: 3px 5px 0 0;
}
.overlay-loading-tripped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
-webkit-animation: progress-bar-stripes 0.4s linear infinite;
-o-animation: progress-bar-stripes 0.4s linear infinite;
animation: progress-bar-stripes 0.4s linear infinite;
} @-webkit-keyframes LeftToRight {
from {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes LeftToRight {
from {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-ms-keyframes LeftToRight {
from {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes LeftToRight {
from {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes BottomToTop {
from {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes BottomToTop {
from {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-ms-keyframes BottomToTop {
from {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
transform: translate(0, 100%);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes BottomToTop {
from {
-webkit-transform: translate(0, 10%);
-ms-transform: translate(0, 10%);
-o-transform: translate(0, 10%);
transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0);
}
to {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes NooFadeIn {
from {
opacity: 0;
filter: alpha(opacity=0);
}
to {
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes NooFadeIn {
from {
opacity: 0;
filter: alpha(opacity=0);
}
to {
opacity: 1;
filter: alpha(opacity=100);
}
}
@-ms-keyframes NooFadeIn {
from {
opacity: 0;
filter: alpha(opacity=0);
}
to {
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes NooFadeIn {
from {
opacity: 0;
filter: alpha(opacity=0);
}
to {
opacity: 1;
filter: alpha(opacity=100);
}
} @-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
} @media screen and (max-width: 991px) {
.noo-class-schedule {
display: none;
}
}
.noo-responsive-schedule-wrap {
padding: 20px 15px;
text-align: left;
}
@media screen and (min-width: 992px) {
.noo-responsive-schedule-wrap {
display: none;
}
}
.noo-responsive-schedule-wrap a {
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.noo-responsive-schedule-wrap a:focus,
.noo-responsive-schedule-wrap a:hover {
outline: none;
text-decoration: none;
}
.noo-responsive-schedule-wrap .res-sche-content.overlay-loading-tripped {
background-color: #eee;
}
.noo-responsive-schedule-wrap .res-sche-navigation {
position: relative;
height: 20px;
margin: 20px 0;
}
.noo-responsive-schedule-wrap .res-sche-navigation h3 {
color: #454545;
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
margin-top: 5px;
position: absolute;
top: 0px;
left: 50%;
white-space: nowrap;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
@media screen and (max-width: 321px) {
.noo-responsive-schedule-wrap .res-sche-navigation h3 {
white-space: normal;
font-size: 14px;
}
}
.noo-responsive-schedule-wrap .res-sche-navigation .prev,
.noo-responsive-schedule-wrap .res-sche-navigation .next {
position: absolute;
top: -40px;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #cf3d6f;
color: #cf3d6f;
width: 30px;
height: 30px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-align: center;
}
.noo-responsive-schedule-wrap .res-sche-navigation .prev:focus,
.noo-responsive-schedule-wrap .res-sche-navigation .next:focus,
.noo-responsive-schedule-wrap .res-sche-navigation .prev:hover,
.noo-responsive-schedule-wrap .res-sche-navigation .next:hover {
background-color: #cf3d6f;
color: white;
}
.noo-responsive-schedule-wrap .res-sche-navigation .prev i,
.noo-responsive-schedule-wrap .res-sche-navigation .next i {
font-size: 12px;
display: inline;
vertical-align: baseline;
line-height: 16px;
margin: 0;
}
.noo-responsive-schedule-wrap .res-sche-navigation .prev {
left: 0;
}
.noo-responsive-schedule-wrap .res-sche-navigation .next {
right: 0;
}
.noo-responsive-schedule-wrap .res-sche-navigation:last-child .prev,
.noo-responsive-schedule-wrap .res-sche-navigation:last-child .next {
top: 40px;
}
.noo-responsive-schedule-wrap .item-weekday {
background-color: #F7F7F7;
border: 1px solid #eee;
border-left-width: 3px;
border-right-width: 0;
padding: 5px 10px;
color: #333;
margin: 5px 0;
border-left-color: #B9B7B7;
}
.noo-responsive-schedule-wrap .item-weekday.today {
background: #fcf8e3;
}
.noo-responsive-schedule-wrap .item-day {
position: relative;
padding: 3px 0 3px 20px;
font-size: 15px;
}
.noo-responsive-schedule-wrap .item-day .category {
display: block;
}
.noo-responsive-schedule-wrap .item-day span {
font-weight: 600;
color: #333;
}
.noo-responsive-schedule-wrap .item-day i {
font-weight: 400;
}
@media screen and (max-width: 479px) {
.noo-responsive-schedule-wrap .item-day i {
display: none;
}
}
.noo-responsive-schedule-wrap .item-day a {
margin-left: 10px;
}
.noo-responsive-schedule-wrap .item-day .item-ribbon {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 3px;
border: 1px solid #fff;
border-left-width: 0;
border-right-width: 0;
}
.noo-responsive-schedule-wrap .item-day.fc-noo-event-mobile a {
margin-left: 0;
}
.classic-schedule .noo-class-schedule-shortcode .fc-view table td,
.classic-schedule .noo-class-schedule-shortcode .fc-view .fc-head td,
.classic-schedule .noo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell,
.classic-schedule .noo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
border-color: transparent !important;
}
.classic-schedule .noo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
visibility: hidden;
}
.fc-day-grid-event .fc-time {
clear: right;
content: " ";
display: block;
font-weight: normal;
}@font-face{font-family:'FontAwesome';src:url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//strongman.org.ua/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:dashicons;src:url(//strongman.org.ua/wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);src:url(//strongman.org.ua/wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix) format("embedded-opentype"),url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAGOkAAsAAAAArpgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAfLAAARhDPzNqdnbHlmAAAJSAAATqYAAIQUYJTKLWhlYWQAAFfwAAAALwAAADYSoxtRaGhlYQAAWCAAAAAfAAAAJAQxAwhobXR4AABYQAAAACMAAAQ4GgT/9mxvY2EAAFhkAAACHgAAAh6YX3d0bWF4cAAAWoQAAAAfAAAAIAIpAKBuYW1lAABapAAAATAAAAIiwytf8nBvc3QAAFvUAAAHzgAADrBt7+iZeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nNXY939eZR3G8c9J0rQpraS7QQrpbrBAutOKkDaUtKgIFCh1lg5onW2hQHF1Aw5klOUWcW/FhQsVceIeuHGhuO+FKGq97lz8C/xg0nfPK8+rOc9z7nPu7/f6FhgGtMpcadOfu2ioL92pV5uh11sZOfR6W+s1+vl8+vU7k0NHGB3Gha5wXFgcloWBsDKsCuvCBWFr2BUOxCZ2xK7YE5fG/rgidaSu1JOWptV5dV6b1+X1eWvela/Ot5a20lG6Sk+ZV/rKQBk8fBgCYVToDBPClDA39IV+nXkwrAnrw8awPeyOxNbYGbtj79CZm9SZulNv6s+r8plDZ96Qt+Xd+dpCaS+dpbv0lgWlv6ysZ35MvhqtyHN5Pju4gkO8k/fyYX3fwV18gW/yC/7AH3moGdEc1cwd+j6pOaNZ3+xo9jcHm0ND37c1dzT3NPc19zcPNA+3jGwZ1TKx5eihM7fSznBGcASjGMfjGM3ziIzX+o/kkWa4zjqsaW86OJJOxjRH8GdexZV8n6u5hqt4Jac0o/TJ3soTOYlX8xTubdqYyCS6mMwMnswxTGUOszm5GU2LruM3/JZf8W2+qKt4D6/Q1ezmFl7PG3gdr+UffI9vsYL9nN608F/u40e6vsxRDLKS57CFXbxA6/AsnsmzuYidbNLKXMFWLmc727iYl7CRF3Ihm7mUF3MeB/k4b+fdvIs38WYONzQNP+U0TuXH/ISHKPyAfezVE3c9N9DDp7mH73Acr9GnW8d/GGAsl/AErfODzUg+T+Lp3M8nOF5P7c+5k5/pHtzMTSzjHRxLNzOZxTSmczRTuI1P0st8lrCYE5jHAvpYyCJ+x2e4ln/zDF7OS3kZv2Y1v9RdXMufWM8FvIgT+Yvu6eNZxaf4p+7z1/TIHuJj/JCP6r5/ha/qX31Ez8CH+CAf4P28j6/zXfawgYd5EtfxFpazlN8zgbM4mzU8lTM4h3M5k6fxd77MZ7mbf/E3buSN3Nq0chkHeIC3aXd28Fe+wef4Erfr8Wh/jJ7o/6evUUN/3e0fmiNr9bBau8Kjan0LLaYdRWg17S1Cm2mXEYaZ9huh3eo7hOGmPUgYYdqNhA7TvlTNMu1QwmjTXiV0mnYtYYzVmhvGWq2tYZzxiI4TrKnvOdGa+p6TrKm/O9nqExC6rKmfZYpR1+EYo77/sUZ9/25r6jVONdUNwjRTBSFMN9USwgxTVSHMNNUXwixTpSHMNtUcwhxT9SH0GKfoeJw1dZ3mmmoT4XhTlSKcYKpXhBNNlYvQa6phhHmmakaYb9yr4wJr6v1caNT1W2TU9Vts1DXrM+paLjXqtS4zVUdCv1HXcrlR12yFUa91wKhrsNI4WcdBa+qzsMqoz+AaU7UlnGOqu4RzTRWYcJ6pFhPWmqoy4XxTfSasM1VqwnpTVSRcYKrehI2mOk7YZKrohM2m2k640FTlCReZ6j1hi6nyE7aaegBhu6kbEHaY+gLhYlOHIFxi1HXaaeoahEuN03W8zJq6Jpebegphl6m7EHab+gxhj6njEPaaeg9hn6kLEfYbde0PmDpT3YZD1KOIjalbKUmY+haxzdTBiMNMvYzYbupqxOGm/kYcYep0xA5TzyN2mrofcYypDxLHmjoicZypNxLHm7okcYKpXxInmjoncZKphxInm7opscvUV4ndpg5LnGrqtcRppq5LnG7qv8QZpk5MnGnqycRZpu5MnG3q08Q5po5N7DH1bmKvqYsT55n6OXG+qbMTF5h6PHGhoTwWF1m9HXGxNfX+LDFlAWKfKRUQl5ryAbHflBSIK0yZgdSY0gOpxZQjSK2mREFqM2UL0jBTyiC1m/IGabgpeZBGmDIIqcOURkidplxCGmNKKKSxpqxCGmdKLaTxpvxCmmB1z6aJpkxDmmRKN6TJppxD6jLqubtN2Yc01ZSCSNNMeYg03XhQxxmmjESaaUpLpFmm3ESabUpQpDmmLEXqMaUqUq8pX5HmWZ0b0nxT5iItMKUv0kJTDiMtMiUy0mJTNiMtMaU0Up8pr5GWmpIbqd+U4UjLjboGK4x6TQNGvaZTjboeK426HqeZ8h9p0JQESatMmZC02pQOyatMOZG82pQYyWeasiP5LFOKJJ9typPkNaZkST7HlDHJ55rSJvk8U+4krzUlUPI6UxYlrzelUvIGUz4lbzQlVfImU2YlbzalV/KFphxLvsiUaMlbTNmWvNWo17fNlHfJ203Jl7zDqJ/xYlMaJl9i1M+405R9yZeasjL5MlNqJl9uys/kXaYkTd5tytTkPUZd+72mnE3eZ0rc5P2m7E0+YErh5INWA2C+0pTMyVeZMjr5alNaJ19ryu3k60wJnny9KcuTbzClevIhG7rGG01Jn3yTKfOTbzalf/ItpjmAfKtpIqjlaIhmA0pjmhIoLaZ5gdJqmhwobaYZQlOtaZqgDDfNFZQRpgmD0mGaNSidpqmDMsY0f1DGmiYRyjjTTEIZb5pOKI/SnEKZaJpYKJNMswtlsmmKoXSZ5hlKt2myoUw1zTiUaaZphzLdNPdQZpgmIMpM0yxEmWWaiiizTfMRZY5pUqL0mGYmSq9peqLMM81RlAWG7kFZaE1d40WmKYuy2DRvUZaYJi9Kn2kGo/Rb/b+Sstyo673CNKFRBkyzGmWlaWqjnGaa3yiDxu3/A94hA2UAeJycvQmcJMdZJ5qRV+R9VFZmVmXdVV2Vffd0Zx0z0zM9PSPNJXWNpBnJuq2RLaolWTYyPrGepbIxDzA+sQ3u2t3nNRiDl8umx2DMmrU5bLxMGQzsrjHHwq7dvWB23+8tLDx4uzX7RWRWdfWMBPh1V0VGRl4RkRHf9/+uKIZl4A/9f+g6ozMrDFMPO23PT/47OMRiuoS8NBZNJGL49zrtTvsUgmQNytc66HWfbijHfN32vGK6WN359DLGOUlS8ilbLqh6rZIvyLqa1rAr5SQXf/PTDZU3JcPRLQHjAZwN5djDcIYuF/LlGV0tyLZV0DDOY0yqFtfvy+jLjMaYkFsrorSBqsuouYGcFkZM55F2+5HXPNLuPPLUh9CXabb9yKsfbY9+/4uvIJfS6wdoyKQYxonWvAJKiwsIt2rVxknUbPf3vGLRi/qRWyyiYdG95hb7fboZP/tr6HeYMhNBrt1qh42wgat4lXYGTrpkA5Fe6bRRu5P8e34x7i/07xBCLJY0zKszizMrnqaqHOcHfqRmarmcP7rX07AkCrKRWrRkEWv5pVn04xwribIoIyT6+Vwto2cCL8iwrKdmjtQXZ0Y/aqRVPyUbis7ZcrWm5gQ+qesQ2hkyR+A91kTs41DEbq3VCHHYaYS1VtTuhB2/3WlFrud3fOz5EV5rNxtVMe2h4VFszLZnvaAb+LA1cKcjmrPt0Mt3Aw+2hnj06+Wlpc2lpWHOD+MT6BV+sJVccfSoaISk4HXktM0lUiWO1usL6POMzBjkHSCoFtTHb0XYdystv1Vz0SDMffzjuS/0moPB6PqwhxrJfjS7s7PzQr8/uc+30J8wHlNljkIeethEBoIBCy0wUQOG5QbyOLJLRmvaa+OOR09ZZukxHwazt4a+6JqmG7rH8k9b5WXraWyQnWP/7gck25e+X7J87WkJiryjxxbgvFn3aOFpu7KEfgnOgRMN/LS1XLaezpMd0xx9/Qck30KYphEt9Qxj4eDUCqk2T+u+j/YZh8kz80wb3k+r2VhAYQ3XqiKMSC+qrLXDNS8tVhvNth/ZcSZag+7B8LrGu6hrqgvVXnVBMU0FMao5yNXrrUZj2CdpIOJuL4pze9cUM4pMBTbmpxotclY4+mt6Nvv2t+cepDmolhxPMvR7jMCoMMNcJgejvc7MMfD6EH1TJgpbMFrgRflkvxSX1n0YWjQhRyrkNb761a92+v1g+zt6va0mpjv/laajfu866vWu95uo2UR3X73qPPvs+v0POA891FxY2H7ssdSzz6ZoGj340EMPwnczgr9kTP8R+i+03+gbx/DCTbYG47kN0847GL4/n7XtbOHSzJFuo5v9rZReyJw5ExrpdD6dRr+SPXM6W9Ct+6THot+o31OAU99CDuTT4zlO6ANH+qJjV2whcit2NEDMaG94g4n6qDvaDSLUTcbgF9GXGAy9VIM8dES7yGLoHZjrQFXIazqFWs1O2ycHTITuvnLkiphJ87/n75f0UiHzRFkte2oZy1+EYkfAV9D74AwspP1mYd/VZamsenDKK7OF6kNQ7GTEKwkN+2P0nxgYTgge1qDDmkwkSmQaMVEOOx4d50hd+bEVd9VO24K+vHEBp7MpT9GVlIkvbKykV1NOSkC7yz+6ovOQXXXJKWZK0WU/lXHx+Y2kfDLnhugajIsF5jyMWrvZqFWqomvHI7YekSG7gOj4PIlqZJCuQ/Pba57rT+8V0PSZLTQ01dEuHcNd1bzBZFXTVLOSIk0y/YAcDbCKA1JEMj3UJGWj65C+03TNhoih6ZB5N8k8eEvJeN4NWQS8I2LuZR4BDlA1ULqI1jZQcxn5BsLLKGx3GlUsAsMrIELdG9CNnXYIc6+I/LV2x+OgtNOG+dMI4WzYUBKfsEgPRiQH9F7E7c7extMbG0+/lSRvE3xLXiwJpuyIMs9KnlKv8JIRyEZBbq0ERZY3efyvHY4VeCRLqljAGrxsH+cKQcUuKylLyLgX32GWZMtDPMskd4Xk43YelyPdVkVJtWUd8XoGOZ6LVNXMBs6xiiXpoz9Pe3rWkU0VcyzP8XK+nRIFnuOMwjySZxbDM+gZUdZNXlUZmPUHfTQLnOME86qbesmBXLsDnQEtrZEOEkPaaYTrhaR/DNToQFd5PjnUWEHuMkwE0nkema5kgMKxuOfIv+iSLoTcBgsvYKrPNEGWWMHQeM7VBV1KF00txcumFCr2/XaOlVE6d45bU9MidgJIq7ovsCyrszwv8ClBEnWMS34N81DIYbuscixiOdW76xVHXH+6C0e/jmUkSaxUMPWUhpCAOc7SEOZ9QSpkbCXn8CXoLREOsbzgvk00ZQUeYQqSLrAyL8qen/PYoqe5hggVnvFUU65Dby+v21a6Bd1pT/VpiskwBaAVs8wyjMFjzCZzltliLjMPMI8yr2Seuqmvhcjza41OC0YWwCu/1grdGhlrJMXwjUQ/cmsNn3RhCCyUTP+TCDZwhByHQQp3COE1QUpKONiFM8mVeKqrR397Gkkd82sNRxI0mX20dl6UnMajrNw4zZsdKXj0svwwOfbUOQHKH0FQzllHJRbJR02usaz5R8r/w9eWyuUlzV8t/bWvL5WPTHfx/1urVn72brOuG7Vq7ex33W3q9VeerVXPzlSq585Wb7vLqOvmXZeg1PiupLg6U61WZrZnCt7C6cLMwug/14re4plibd6b0CHan8eZC7eMT9wej60QBiVpO83EA4+OVhiZRZbOVzJU8fjsqR4JngTMZcgpTZB4LuOcXGbNkuP0TgMS5fmUbkh5UZEMPbrLdbBQVdqBagFN0jVe4g6Nra9sLVY9R8MK5gn4kpU5R9NyG3dx6Ww+U7BZkXcQj41SztAUS7u7ttx4aME2ZEMVFeUA7/4u+iqThnHDEICTcJUGzBfsA6QRvITroZ/Kniu/02k3nJ/Q9bXTpTsu3KEYo49gzzQ9QEBZw/gJp9FyfrB8ds1Q77h4R2nzc9gk6GfynM8C30sDr2dQlXTICszk9prvJWAfdwBtF+gMrpKDLcDcEWLSpi6LPCfa6a5jCxxMCM1Mnyu0y7la9ciVI9VqrtgqIcdQHcPWG/lyOd/QbcNRjTMr1XZ+E8uCJAky3iy0gJ2JtNEY/T5Fh0VAr+vMXQzTqrQAV7PhMotbFd+u2YJBCEgLUBy8P28DLUPPeEA/4O1uIJgrHUKQioTwvEgZYjZONM+m06mtV67dYPauowf0TqBJ1pIbOFd4BbNAgdFlP8qIAqsI/GzFUTlFZjmDz50uiSIri0J7KUjRMifClufc+0xz9baMjoPRAPV+N3B0Ub5qS4reETgkKyKS1MdNWUSKIiCorm4LrKjwfscxBCTDs5BYtHMCK6h8ecJnrwGf5QBZAFF2Kq0KalVcDNsu6sEzIgAiNNOH3GDQi8glwk3XmYCT6LUOoLF6BAl8hfE99vZQtgt/o/2pG21Hg2gn+gfqUECTOjA3mMNVeMnn0+fC42sRhYbx9V1I9/rdbnKPnWgwSJ4tTWQXch8LMGgWxn4FUCggjopNaoDdKMHGLcAWHZBl3PGX1HM46qHt0XXU3O8S0eO4Wxxs0z9SFqEBHO4G3S6VX6Ko6GaD7eZ2sB2M272PBuN2IyKUVOxKnSDavVEzS68OBmjQbHZvMLtBkOCxa1BficiUNiAyAMR7zV60uxv1oDLDXrC7G/SYifx5DW2T3nKI1BX2+304EfX6/ezu7sE5fdQksxIwJepv91C0s3NwjGAwidaNPgofPAMFyWMn527DuQK5Dzk1eQqKnzk5pwv1Yam0j7rwGra/4/BzOq1KSBsVoSh+zLhxh59BMKePB/QRyRPGx+n9AdAMd3ZQb3L/pM/qNZs2I5zUfvKgW/qsTqWNpAGDW/qsS55zCvm7273dweCmcoQjFGwPoY0JvbuGPgfjCiQbx4uhs+/FAjuhKqTAIBCQQhvfowCnQRDMH2IWSRrLpTTfKASK7xcLgpAtrKx95yOuo8on6o1NXJ+TVUmYmVVV9PMcSPspxVIlSw4yoiaIp9vHo+PFEtdanY9WrqS9T1ooSHlpQyzYzngefwr9DsygDNQvpDX0cQmwPuniFRgT2Cejn4DocJyB/vM7Ud3v4LD2XYbRLK2vl5qGEZXX18sPz584ce+J9YVYYj9TaZ2e2Rz9Zbm9ObOJ/o/4PHJ+OYLzf/XEfetwcjYW2vPHtB8+9v3H9A8dS/rsd6BeJZBaQf5iDZZwU4r2Nthl1qCDzN9gcaPVWSWSYaeBHl07jqNHXr06s6bPy7PF+r3nQmHpznvPOUdeUJazj7x6Q0LZbPd1iEe/AHuvPI6D1PGZXGnNcuhpcHIjc9eHMmvHxT/DqvDcc5fbiGUm+o19QFfAFzsVtwKChA1CMcxVIgF2bMITiWSy1qYiGzS9TLYgP2wAq4ZPN1oqoWZpaTQALvggCggfGu0JVNGEJveHF4IiO7n7OrJr5O5RBQ2i+J57e0QiQQHaHW1P3Y+ZruMx5gy8QSCDUD8XPoflJLE2FpiSbTUcF7SoyOSPxdphtFL084FbLLoBPEPXIYnGmWCpHA1AGAKOjvZ2o+KK53WL80VSpBzlqbDUjFP+KNlsZ8tLu7sUAJgx36U0V2Z8ZoZpQY3fAHUW3TSIrq12w283oOWABLxordM+hLi4aiwJARyI1XGdg3M34CgAh3ZnLY1XiQIDJhMcbBKd4ZqLoYRITDUCN0QMt6Y3fF3JyvEIPyoarpnjsWgbnqkvdR7rdB57DUk6s+ezvM2Xmg88+UCz+cCSaKStgFd420wXH26czdg+FoKiVXQAoJNXnc9gIesFlYIkHq1lLJPPLy6trVxaWbmEHp/v1Gtv9URF/Fiu7NqLqXTKQgvJcyAZva6QE1yhRR8EyVvpWY7HziC5nGN5pLwx5W94DjZYjkPCc6mFanlRVYwSX1i59PJLK6RbE8UlDAcNOFkDcP8JwPyP3aS99Ke7FB8+goswVvAGIK4GJuOAjAeir6NyQdQkWM1kQ0rBXL8yhr+IOfeGs2ff8C6SnDvz7OnTz76DJGfWn1hff+KNJHnKdUqhEVQWHyktLm4sLl7S0yYInixbds2sJrfb7bpvSwKLcryEDc1SdZZJbgiJntwQkmxyQ0gWNbxaDjxxNldaDMhNNxb7pmjpKd3U2vk03MxttZBr5dK+MxP49HkJ7gN6vA/8gMzoOUB9RPJshtAr0N7OOINbZCoU4sKpvN9shDdNI7hgrLpeo2R9A/p1rJ114+49iSbq7b2sYllpczugc2g7nhjJprc665e9wCv7s6uOOy85nuZUidZVmp/dtdLavFxxdPPI5VdcPmKYTllOe1oa7WZySsG1TCXZvvdB1bSUw4mVXzFOWb5vbW2R9JSxctTzdQ6DXCnyMub0pe8UOZsF5uF38yu53Eq+64Ogz0oyJx7oEgkf9UGqXCFambHepUGJB8CjNKb0RqiQtFahsGk6n1AjOBFSoHPNDr0Deuia5XnWHOtZgeWxc7Az+p9TSpcZonA01Rsk3aBUJp+cmocd1IXOwgJplIBJ38Ud2Y03WyCRjA9Cdoz5+tAOA97+EnOSOQ2S8UWmS8cACBt0bCcjYXqXo5rTeBRAa+mYmN4POy4+hVwTxVv8p5qka6ohaf6SN9AkQ9V0SfOW/A+aSkSaEynmgKZ0fy8CSJp80DNWNuXatpvKWlnHyR7aG/39kFwyJLeY5D4WRPQ/m42CJnwnfOUXoZ0rVINJFJi4FoqxGslPEz2JiP3WMkuJKXBUt0OlV6DB6F1VOTAj7/bcbV7bDOSa7bDCXA6bUbCkphc3lhxlOWhZcn5OYB10NXVHzQvYfp/LebU7bRlZZuWU5SmPv09av329VoNE+sArpKy1WTEtxEzxqyGjU/0qSH4+4O0YETlhJ8TwAeQBUqePmCNX5sujnpsLZkqN4WOPqcfFP9Ui6bEHlB/9CTTcLJdHeyhIZ9J5Kz36vjvPK5XX6K/PSOcvqk8+PaGJ6Gvo15lLzP3MVeY1zHPM9zEfAHxHlN4rKE1esJkoiVqJyNvukMEJPQT9QYdoNNYmJtt4IMcnkHHv+eGYdXbGdJNo/cnAgGEE48SPR0tcBPOkPd73p/LoC97SKV/S5JTsyATJyZrkn1ryrHSqxgqVwGjIPOHJwGua8CVZXg71oMqz1VywL1tk0N8fs+azAvAm+HJ8wN8u81swycUtET+4RXSUJClRHEKSv/M3l3yQmF1LUgUR5FM3V9f9pU1f0ZWV45pRPe4C2wEWr5Nr9TiFXdYU3eNVQzu+YtlPxPMtijcf4DUAPgK3KWJJkaR1rEqSiqMYDiW0ZA/9GeVTZA4yiJhSSMdRg8nBTrtJzIDkRY1fDXQ9FqanJnQoUtWy+n6iwH6/ik5qJe19mk/y1qtI2auWier7/SQZfUOVNBUkYTltSlX071X1/VrJJ8dOqvEZkHz0VWrZ1+Aqeg+/pL0nlXNc28k4geHnJzLru9FXQWIsUC2GH6sqwg5BqZ5PBrLfMBGBMMAtgViEFHtgD2Vfn1po3NtYSL3OONY4FWV1LRWsrL4xA6BtNqhlGpvpwNlseL4Vosu/O+M5jjfz1UwO3Tmz6qqmdIf2/CKfXXbfFXhLXiAUXJBaKV1mmSlZ2GdygJxrgOcXYPZHTIdZZ04xDEGsPkiu4y/+NvJE4qUSdC+KtpsgPEXDl870iJQOfyzTJZuo3yR//ThP070dkjugBdfQb4HUvUztU/FUrGHfxWGrE1ZjXa6BCkTVS0FhB6AeBTANtKvbGTVIOXNWEKQWXCebUbAsCW6+srJ2bqNk7c6EWr1Z18K7Nste0ZB4brHSzee7lUWONzXZ0jP2JpYEycAYPXf80pEjdx890En8FhNQzRCRjfEY9UAd1hG1e9CaElkonFTn8tEgOLoC/I3zC8WFsBguFAs+J6bdt83B37guiOnOzHQ1P133N8jDEXzFDb+e9sXU3Ny/HVdjUo8h1OM8cyf0DumaGhGQq1iM+6Pjkaq0mnUYZESETEAGIWtQp/a4O0Niaoj/Ycr4UGk0sLJGCWUfeSR7vJANytXlubnlajkY/Y1Z5x1B0gRJNZ1MXsI6Xy+l9QzPI1a0nrZEFvF8Rk9vr6+v7xkix7Vf/sjRwDt2QZJEjOBdSdKF9llNzNhBRRBFLGDOtjRL1LDIGYGu+gUrDK2Cr+qBwYl4MfjgB6GZesITvg7jt3Ro3N5G234XcyWWj+zDtNitUe58EhHq60/lHcJRYNiuI6IOilx8U348wlG/O+p1/ZLfg+9eTKF24w0d7r1mcxuGdrIZ0AGOBqM+6mcJrMjSdJOQ0k1CFye50VuI4mqfDv0sHfQBTaMxT7q1rd9e+1oVtxOr2ug3bgdgoR6AoBdpx6A5IPXeQdv/SL0/uLeXvUb/DubnPozB2BYKGA5kXYroYjm1E3ETY2j/Ts201NHTqmVqd3Z7EVUGnICRpo1+V02lVLSsWSDNnrjvBHym7XzEBkr8JEg77BquuZ2xTXrQRf39qL9fWlo6tbSEgHzcYFDQ3Bsmpv4Y5/wn9H8T7W0n0arAeE/sZBso1i/T4gZl9Q2qW0kQO6aGJUz8Jqii91BWjFKXzt3ZdXRdzRu2krZk3dNEnNFLmu/mEZqp6ZLC866ec2AKGynowlKx4qb8hRkeCTI/s5iyZks8Kyh8MazbqVmrWopaZa9SKCgSbxs8BrZlYZ5DogHyYJn39IJ6LKWyngEsSrNk08rIsqaVlzKcLLFcZilXnPVYBbOsG15YP80wB3rEIXDSKowlphONEXfLTgA6GU0VXMPjPo0mnbs3BtYUh3ZVE2319nQA4GXf/xsYIGXPo4K7ihi6iXa3PSgbf6b0FwNixXYqZPz6MCCJJqS327wWoC68r25z70CGIHUtgHS6Qrwp6jYVNquUKmHY4rB9sI/GFRUmLgrjDBpqBIJY+tN6ORDbHEEn2hbaUSn4Gf0HldgizI/GWChC62LGIHDJzIqfUFJGKMvE/Ub38fejfgxZdg/JDZOxORzrZ+t2Lf4nY3S4HfWi7VjBG4z2hsMpTFtmViGXFrFdITCyTQUjn6okyC7ZukXE2dhLxMdQJNAADXV19PwzAnQrqgO5xI+YngVcSdVX7xPhRcypMPQuo4+raX70yZ+RFTJ9ecHS2I9pKcvnOE5wRv8MFX4EjoAwxaYw+/Zp/kr0pjbkWgD23dCNJkI/YlYvHxleW738+JUjR64gZvfI5dXBtSNk5/HLq7G8xDJoBJhiiWkzx5kN5gxzjrmDoB6PKjBhFokEpQFmA5wWgzSC3al7QGsZ1WCG1UQ/eXFrJgKOiQ9/0WrNLOW1dBYhjmdnMP6W5EpfwvgvsesZz5vAclgWabrsaVruikRf0Y+nfiz1pcn3R53fTP2Yg/5mhiVsKuNqubIxI7lwA/wluNW3pDPGC6aT0zRP1nXEsZwt0fdsw1XPwx1emPpOvXuCT2du9v6KNSexFgXAHvYBiq7iNGKOvrzTefmzJDk6f25+/ty9JMlwHHpdNwstGyYHIRntJEch+X4Oofbl554TVObQfMrBtkkmQw1mBUnctG8gN/aAaDbQW7kT88VVQ9GDBldbbIGUXG8toYCzhfmTgO3rOYUV16oz7fb5aDL3fgf9PrTnInOZeTOhtk0i8RFvtHXUog8glMMlU4ziauKrJhDw0KZqNwLCfEIeO9RIHCe+12416mPVcIdWeAG5scMbMZQVkCfSAnKESFLVxj+XFE0GPGCmTFbVNJU1U0BIJaSkl/Oqz7HLM+GVUiGLpUL5icW8bmiiqrKWYplpnxv97QJhHidUDi7CiiTLqkx0b3rK5Mi9kJ6XZZZV1AIWdNXAjiKZkuJgUzGFp9xiAdcXZm9PpfRc9s76bHHG9PNWypJ0GRmiwrJ+Ong85k7PCQ42VF3ABbgdr8h5SYBbxLc7mFe/ib4E/dmm8x0ILg7jDaXAPp36HUpwQ7oxUeKY4MdeDKcQ+lIuzC2nVFNNSYoi9WlGVSVr2cnnvvA9jiwqgmQ7blpbVNPO96AvObmcs0RPIRf1sapikrGWc43cm97upNVFzU07liwooux8z6HxJMIbr7sdGyY/YgYD+D766Oj6o4/edA4SWtj2W2h4Y3wSasJJbKI3ie1VTMeObCeya/1ur9vtoSaxd42uT9lHqOXD0SFHzHcDYiKZ0MhrVPfGOC5uVVo+bvmtjltxw47bj1B2ezuIRvvb26jbbXw86m5Fg2R7UM8dai8jLQndmh25HWK0AuljiE4+Mho+8shzz6Houeem2wXnd0ir/BbUuYWHgwE5/ddo0557bnSdnD0+P4htTE4ED6hF2/0+VIUgqGm8IgD/Ojs+p06nQTpG10TD3O5EhPIR6E3UKxSM1+iRWCc4ORARgYY+4axiZCzXtTKGwnIyx/ICcuyyrac1jeeVEOAHUEBSLksaefuaJPO8LCDbyMe1+wNeSQW1l9eClMIDGFFYOVVrh8DwZF5R+PfM5gwJyYLMiZJmz9uaJHKyIrCSAVRmYge9BijcA0RK/HGIJeFOYu8g/JlSOyAJzpj73golcCd2Fpw4E1YmR2JwuNa+ijbdDCV/mU/H7PnhmD3/h5hpv/AyYOLbcR5txIfeYFKngl7uTI1S16O1MygblzVjTh1/3vOGAbD3hc50WTe+FTNFz4l1d4bglBjFjglVpZWQQIppBYKsIwziLkFH/Yh4igH0gclpogdG14O9PeJHdoNRoApKENANUVHuX7s26B3Wb2lM5mbuEU7rtg44xme63Wj8OcQp9qYOMNN+g5gxiGU2omZv341wGLXQdjS63tzp9vtdmHPD4aC5MxjsHODEP0R/TOevA2/W76yw2Hd8TzRZ6jv8scqnqmblUzPfuFdFyv/61Mx/s7TKj1Q+CWWfnEEL96pFZTTzqf+uytzB/X4e7TLK2L+W3Ah4v0cYPNHgoSfOyggP31sc4tzJ9+bfs/3e/HvRJ87KWekrhfd8RUJ3vy//vl+Esolu+cCeDzil5pL3ICRb1LuOsqMBysYbEAOIIoKmzD90vT++PtpLfBF6t1z+Utf7yfPJFu3u7RGXC5redHnSF28DOmMyPswfxrFjdkf8RggDx60YlONojeq+B69vnQyKXrB+W6mWDzJBOHc0yEPxaDdaqjQwy4eFxbl33GGHqaPzvjdFx4gtPoppZUQMg3v9/j4a7He3e92pcTegPrWMQy3xDvG9xnu9XnYw6NIU9XrE4/kGQzdTPOIaxRxA0joggPmVDnSeD1QTR8DYKpjwjQ8cP17ula+OeldhE+fRAPLoytURbLfLx45BchX1xvmJTf3jMY4iWFjERGClFJICfaCeRISNNbCA7JnVKGXM77y8bjv3feBex6o/uuNqlmRH6I2d1motlwNRuhqu3H7X3bethBXYM1TTqqy2OuRRwiGZMvYrBjrt1uChYQcLpC0+52NoXIW0MtwdDPrbpaOPo/R26fGjper646XRELLrxDOgV3r82Ple6djj6HzlsWOlHmQfm/ZZ0WKt1QEeBGwYEmMq8HcC3ECaIQJzmvB9FycgqYp2qQGHJh+d1WxTNXWvYFXqpbrpGlIDG1nDyFJgnpyoqoYLaMZRzIpTzNq+qaryXWKg6RljQr/3k/FLZqNHNVdVgvGAPRKNR0QYba1Ossk3SrbdvaDXi+Bzg9nbhWEe9IZdMsSDbLYbPfQgUVl0m82tKCL7L+3/g5LZNtZHxLOGuN/s9YCGwbSB0bdN1SHNnd6Uv8UPxvwZwezAtU7UgS96S/tC2/wZi6Yw6aJorzmZp8PpeepU3EP/sUg2/d2F+jep2iXRle5PZLp/QFdKvHEoH3CnXX7ir/8Sx4hWqZLkiQcPtL7XjfpRvwnfqDddMOxnhygLWQRQpN/rdZuTv/7+/nB3dydK/rbi0ik9DOVgqBaPt3VEVUKEbVGWRvPUouADLOp+vtwqFltl3XKs+BPIlmX10bDUOtUq7SiWpaCIpKMhzXfhlO3r5OWIk3dcY64wjzBXmSeYJ6GEuOnBHAZhj7zlToJzQOzDVVwVSfRH22/Qyb0K5TADiOTbJnQPx+zWpyZmgoaqoUuq2+TWOuRe2Beig/GD+pzJipwwd2GxxIqswAqciiUBSYi4w66CBMEJimY4hkL0p8gSBU0CVMQjQRFUAQtK6EU8n05VlNFf7dM/VGLhJgLHCnOpVJGD6wSF50kBx0qK8BMSLwqqwWMQFFhdENgUoC1eEuCSlGBYKqpJd/WyehgM4H+6fyTqwbwIMtXLqAYL+6eIMY2QnFatRa3BMXnA/gYlgMAm48OUQkBhwhVibw0AIdAvB/yDON4OoBmahC7u7ZUXdZMTeWzaioZBLtJEjjOzwJYqjpU2FKwIpqpjbGggGBggFKU9XVf0CvC9bi/QZaycjYIPp5AG7dRMDbOiaAiiKEI7zcBcC+7UdNUUOICHtmhhjndE21R0hFjDDsZ05tqL05ka5ZUYpgGA7DolAPG3lmx3ezCTA0Jo0BShGWSzVC/6YoTmIIaq8k8Z8aj/b8qtUqlVVgH2WWliDAtgVJPBvtkqfZh6z0TEHj6i1lNEVD0TmjIEqmbAzFokSAYmeGfiC9O5ReWJ4TgJPiE0FJ287QZz+4kYz/5ISG48GpA0NFCzeX2riYbdIOgmaqUAjg7HFbFPnPgxmO/9W+qweksdHJtI1bSsdhAGQQy68In8DnwOVeRr5Pmj6watD8Gx0KFB0FoFot7MBoeqNBrGdTlpJXX72rV+Hz5Qr5jm/CrQZ4dYQTqxwQPEG6IbhXkcxUbym8v+ylLTKVNcqtXWa3OSsFavLHzlUJG42igv/Gw+bcD0K51LreWb67etdMLKLSVTePcXmTSlez7RKySappMo1jWR2KuVxIJIogPRa/KW9a/MJfOYaZLN2z8mSR3s4R/HuCO56J150weU+q8s66jltX04xRx968exC+fgj0ke7mCG+fbpbQm1/v/R22GPyM1jm8BvUwS5AnzoJEiYdybW8U4jFsCitU7LiP0ucBQCxwR+6b4E1iTEuTSOf6F6thD9sCyLipxeqtozFT8lpWU/k/167ljueM5Yb3eCgmnrZqGc9mzTsF6zaAic9ETWtm0zBzgzGPbQL7Ec7yrOTKYxhz2Ozx8t/p+DwcJ3DnzXsnnEpvS0s7mgeGowa6vBjJbRP9QfBoPuBDN8AV1iTjPnmbuAWj7EMMRo5VLBOKzFXiGAOGskOo142sKoBoxCmg/HTBQRSrrm42VoP2BIIItwoI6jFSRCH1C8hVdrUaxraqIPKbaa8ispk8sIhWxnJpMzj5u5TKaayfnLSylVxiZmK6wol5fTMnZkV5fZO+9kZW30V0JOEvlni4ph2a9avIZWA8v6Is+5OG0XJC2d2dxcWNgMNjc3Obg6DZdZWspRXE40VTtIK+Z9RtqzrHkk+crtC1qWmfi8XTuEOw58jG+ytR54FcczMf4kvtDEAtUcxHgmHqPvgPmJQQpj6hFX46DXwloHXTnyVLN3JP8q9XKjTzTU3fCtBzxrQHmWSy0GDRLVMNbeEab0kjvvju0BR/b2Nl8kR91wIB8FO7dkDmTibdSnXIOJfafC2ImKuk21XKJY70Uz7VQ6yhS/u5TZQ/0fqoeOW/vADy+Vw7C09AvQ6pgHfQt9CyTrHPCeCtNijgJm22CSyEwRh8RtAKgBG8ahmYIPJBJE7pB4QSdRmX7sYNARQhhvMDf8JDxTtdsLIYnPTJ+0JY0EaI7eDlJ0LwJh+nOWU0vCM2dO2KFdWbKQMD4I15PoS02y50MSqemc6lgqCdU8DQeH273o/faJGdhdOHbUqznWrLVUsd3kEGmSPeF1/xAujW2hpPeAq9oEwUcoQZ14CoG+2PaljqFBFzD6oHuDCRATZAdZsrk+SW4pQMMgGPWzWdTLkr9+PyB/0SQJoIQciGhCCia0lMjHS3EMKonmm8SfkmhZYkSoUodjMixOkViKTrsEX7TnWaMdYtNA25ZXETn+ySewwMncs+3Os5zMCuITT/IsILd/+S+Nd+8RqwhJ/k5U+atPYpFjH1tdfYzlRPzkVV4VFe1tb9MmcvJfQn2KRONJtNTA6OtUGd4g3kBAakosifRMgxBxnViOUBNScfBTRGvG8x99O6eo6BvPScv+f/Rc6S1k67t3/rfXqVhgETr+UzyLZWaKjxAZJ0s1T/AoaD08iLioLiPyNBJS8kqYs0dGP3Pk6z8t8Kotvf+HcErhBDRY/toyfP74PbxlssIrXymwpsVP6CmJ7SW+23kaOXtLnOTEflYhiGV6B+2ZyqhHIyEHijnqJ1q3+0f7zYNshKi3HT0PvTOGCzs7w3FmyrYkxVHubgjSdafmEH2uDfTM3RtG7535Z09G0Wh/2ARZbBjc9d6Zf36D6Ua7IP4cxAV8J4x7l9gugerXSBjrOmo1aIgyoKw/uHNDuSDKbiNTno9OnYp++eJySlJOc9FS++JEdzE8rNeL73PoNm6i3rsDPaMAKH6yJZ3UU2W7WF9otX5dNgw01JXRBxX9IxuhaR5lF8KljY/oCjmZmchDBA9Mz87JE8fgEFG5kE7MlpBsD3fjaJDtBsPRdUhoOOpgDNFGOyD5AfQFoB5QVd9Ed/J1Gt9CRAkifZWQi12YHiuo1c1WKsv3Llcq2b7jVSwNvTvCWKCf6NouJ1iG8QIzbQPkaC/bNbvTGgeSumLsH9KPutmat7waLNSChWxr1W9EqD/qD4YSQsSvQx5qLMKY+MQfjD2echIrjr+xccUhonGCjv1OLUDXd0bDrdg8MBgM+32Qi4c7CGjGNpCOIOj1D9q5j/bIbHTqbdqj4zh07CaAh+w027uIKFzvaLXqjrMnRNV6s1l30gb6VMRa6uhX663WHU35o9E3y4twkvz79OWxk/o6hN8hOiImKzHE9vHJCg1umJSjwHVrXbI+g7vjFXfIFrrIKxZRb8ZZ6XaLbp+U9WDrFbe2il6frN1w0DdZauWmWvRprwkarhwHEEAhIj5ZYwW5n6ziQBQIa7HPNd2lL92uxUIiGqxRIePTqkUz6E7VGsFsGu33CSsu+xFQO0nVrdR+SlMEnkWcqOhOzpDY3aylfhMNLHIxXLlmkYvJvb6Csgknf6WiUFfK4UBTbM3QdBD/sroO9/+mamWZ6TUFTOoRsvEicwBwjTNpUzNp06T5pGWrSSHJH0fvMlIpY/R6SNH3jQa7xfkifLoI0JWRysX+CeVAFwVR0jQrVQ40jPaSCwxy8WibYiPybhaKxVdpWiFTdTLUX1jdBZEH2gHicqAfjAWCs2n84WH5BYsvItQkhX/o6Jm0I7bm5hdqjZSrry+Ea/9PSs+4Kdyam1usNpy0fhzKPlvJWIIg1C+7x9PVxtLaM6eXwluLJvRknyKxIl0941iM9tOUBZJY/rH4F92SwbdYYhDz1mNHjhz7e5IosQfH91jUT+N74lf75bjw5Dhy48jcYO4ITa5P+3TEn3cnYyk2tUzkE1JfmdEBrcSxcuXx2wfO0/aJOEJkkuRLPbCgkHKYpvnaZhB1ASP042+2Oxr0d3ZiRoTQjmLSKEESKLhHPae2qY7QmNB3jqJcA56dntDfBrzDReLhTDS8hO4KnZoPRLceuh0AfFAHEggImFqAKQXHcCcEOQ1kiWh3d3939PlGd9iHtB+GmyHhSYPd3RtMHzXCbhCGDzU2G1003IW/zQbIw3BKN2zo4Q0GSgD4hOF22IBTNxtTNOZ5qFlI6kPkmVps84FhTg34aRoeUKu7FL61CHf46R9kL52avS0Mb5s9NhdmavV2e8tPcVfQ8fm5+fk5xOjq5t2zt91922zY8DtbbT/lrc3Tv5swwJgn3TIb/WSVjPFqGdPc6FcGqLcTkeQwHri+A39DkiTj9MvoM4BfPBrDtk58PxyRBDsQ/FKlEyTJ+gdZEMphpJYQ8UIMYQuDFGR06v6y5pFlJKph7Kj1FV7VjGqgSoVq4TWc7BU8BWcL2T/lFcjKOFPIpsrG6tNrZlkoheUP5+y8Xs3xOW1+SVG+sjSvQb5qFOw8xyvoPfa8YRXna5nMnDGTzc4U0mlznBldf83K0aMrr9FTqa822o9Lhvbo7ApCK7OPaoZ0tdPgeTThRX+BPkfQGlnqotMIx44tnXriV1ZC6DdmHpzxjOwbvw+7UgnYYnb9ZU+dygVmIKKXz9w/41aCT7wZ4xL28KiOyhk1a1bxAa/7PfSLRAqqx8EiZGkfEceOMsSdBjEnVxeDrODVj2dXHWc1e7zuCdHi6h3Bwtzqyn35Zda1LJddzr/ssbmFqXFwDcZAmZmnPjpEU5LGE48c4uhBur69hsW034FXQTzdqJu7geod4qgBYjhROEF7cSctos/wkjT6DLSOx3juZLH03NbS/Ens/awsLQuirv12rll2cnDX05lZDw562bxz6qlcqvT+3gn00wJcN/qMJPGSi+fCjVOXrA38GiUjLxFw/OhKqRJU54rKkp+tLJ+6JOTQxpGS9+7e/IlkXZhkvsdz/ASzydzOXGC2oL+AW+INdIprEyWAwbpkfHFrnUTDiMNq4iZMehHm2imW2K5r/kQbWYmNgUTAHtwQMMdzwGVsXTIkASEB+kTRvgoz/f6alTNFUVIc2wgMXXcd2L9GaRP1c4A59B4OC4okq74JQgUWZBv2+NtABspmVzwrZ5QRy7LAfGHDC2UjZ+ey2WYQbNF0St8zSNp5NGknbaMw1Uacdn1oo/BPbF/cttG+ILE8x7JiSpd0aJzAiljWEN9/Z83MG8BJ1RQ0zdTipu0Tdd9o0EPN14Nwo8iS5tFm8Qo0CxrX63m+HRhlFsAE3JRFrEDaZLWozBcFB/HMQAZTwBsy0I6EysV0LgJGAMjK9SMQPXrdYa/X3e0G3d42UQL36Hcr293tb2cnfhb/BX2V+okExL6WoAmQ1IqI0Bd/HIqPesTF9N4To/9a9xbuucObv/zb9XsWvDsuz3vo6XnqKnS3e/kOd/7yRe+LrkvKL14+wDFQXyJvkzozBGKNxWoOMDKHfeAjaO968/r1ph5s9nqI6cUmLdSjFi2COvSH4O9afD8W7gj3M5L7uZTitoiFvh6FPshduOazTDe+w+ivrj20S27y4LWHUECecf161Ps4PIcZ14/G8qlA2wmvZZwaYIKoBeJdza9DXYmrsE+10CHcenct5YQnzi7fhj4Cr3JvCM/o3wByg/o1J90+f+z+zwG/RcxeBP0+eNH7w0Dq1ECAdAGD1CtuZEPlHdIbLaLwRh9eu3zb0rn10LFHb4f7wN2i7laWPOD++4+db6ed2/YI74xAutvdm7IrE1xfpsimSLwiqYGjQyAVtYsQ5zbiArQBUsZma+3YsbXW5okny2e80/W58/Pz5+fqp93lnSOVV6K9cvGpF54qljsrYaE2f/6e8/PVYqN5bW6BLBk0mU9Ef0I0THl45hxZPQ2Ig10hnQTNcaDvomaDsMJORMYUydXHmMpvVamfW80lYeHNaDQEYL9d/HJ22AM82g8Q4xJgWrwwX01vpisL/S5iul1oLoqKrlsE6aYLJ/xsv58lMHSh2Is0HGKtP8F61+hYy1CtVUglppobv8aI2hMnAdYtwqg7QiXO9FEPBOhBFKHuaLgX10EY7QVdApN2R/skIni/GaEgGu7vb8foeRBc39vb6WeHe1P8YVq3xBB0Vkli2MhqWlAZm/rFwxfkthFID2/S7T2yXgCApV30c6N3oG1XS9kvoy7YDInzaDYP+Uq6lGceiigdT1yq3Jtyd7mc+PBMu7okrj9/RMeOMLlvTAPO0zjW8e06iS+pN8mE1Vq1BtRSJIERaaCYJExjbbwuHshz4TJL40r82BJJXjWR8oiqgdok0dnZ47PwmTn5wEn45A3fgM/3CmrdqeZdnjAuVnbzNaderDs1I6clJYZRS9f/TaXa/smobqZS5vwyzSCmQO42W1gkdzt5BtrmG9Yqq3m6UXXqZXpXmdxC0HJmzZkhd4XnYBZ94t6oXqmklrI/mV1K0cyU3HWNvkHvAHkfID0BqEAYu7vE6h8gMpphaKMBpOhBwrq6Q6A7TUtDH9QstGuAaEVOQIxqRMPd3m6WrIM13ffT62tEdo2ibNhyRDdMrO39/qDf39ne3oEMUTMD99lDAfASIJX97PaU7oGsy0BXbnCBE3R3mjs7N7avX9/+jgMd2fuBdpaZtXgEuXTpR6qXo7GiRC+3gqiDyAbi6Mp0C8khIscjJjwT6oppiLKp9lRTFg1TNsIzjYGkYkOLNB2rEtprnAndkpdJSzk1XvFLzUnpjFdy4czR056nW5qua9RNQH4R/doa06Y6WKZToSagia7NeUk920vvTOPwky+qfnvxbBBD9PhKtJOE3UW9cWb7lpLJHP0CnaMgI9Q7U173k1ALvwMIA7c6gG67RdNptOopqxgLjSfufeu/6Pdfs/jJD0vFVNBoBKmi9PJYUnxLdb/ZjPaa9c9O+aYRywITOw2O/YTH63e2aNT5RGidPzeftgpCHuAxrpp5oWCloWim2bzQBOJAstVilvfTi9nsYtrns8XqDBSeiS42mxcP1o8Z0LjkOl07sJYEa0+tcEhGD651lpMl4oALUe0g0b/0AwAPATXGMZA+21QV3S/6qjZDiD4KthZOnFjYspRdcgok147xjmL6vqmlOEC9xaJ32N/vZgp4yFv8kIt4bb1aXT9HkkP+frtJISTktsqkfTyVf3WqbfPgObHnEQmc9aMQk2nlh1MpBrErCZL0Jq8YRduj68Nut7dcWl7uTpLQzrCsGokiYjMWUbKoKhpujwCdbnf1KNCDrN4M9GygR1lIe1lbLudzRc3MnVRtFT6H3gOpZ3hQM4caJeFVJDGua4Qad1wSi0P1GeMqBSL/almQOCOdLklWV3NExbXN9KQeo79/By+mWfV+Nl1IY8O4z1rnBFEppN1Dz1aIlw99NvW09COSYPqQfhQR7Wq3mwVWGt92tBc1s92trW62GU37VpI2TFowruGkKje/F+kWm01yLXHMJO8GNq1KgY3oqqNhvEsRO711MIBq7Q56N5geUNPegOgXkmcRH6wu4OtuEGSJVribzWYnIkSCK8b1TY110gc9D+AQA/KOVtDEkJdw+HGboutwu4A8JqYwb+x2Bwddvr+zQ5yPthJm3Wx26YOtQ20n+t80pZFlZoZ6whxhmok8k9QlkU/G7j3428jTil4jFqrmAN7di6WT+nZjA1Qw3lADVTbZNKkpKrEfvth7e7F3lvigvujLoo7tDPWSv+VlRfTp8En49vgdUeQ1fj83ryhAdN3j95K1lC4NyVKsrWjqhWwRtkUSsx/bVeOx/3X0F9DzdAUz5LkEBgH1W0B+zCE7IQ38X6YhBxssXTq0NvFQj0mE78WqDeqfKVKLADAJ9FUJWaU0L7I8/7PHsNgVMQpKSHZl15Rw+s85XpLSi43ScWRqHtYrZsUs6VqhVK5gyVYUTjJEC5uCiFkNPVks5dcqIoveDRfx70ZIkp1j+Yz8LpbjWdGoRb/IG0HTz0VlU+Pl+dnXFIqfYznsuBlVScMZ2Mi4vqwzB/6Xk7WzOmTtL/jakMR2cvrda15rIqbZPOinPupPX9Mi5grY9sfvknz7JJB50BxfAzLdJAYMTY0Ilhkx4y/qEwtqd6fbndTtRZ8zVTciPo2fM6Y7RHYkqzVMrzySJt6ysQ9Hsq7phItR5znIgfhBMf/2xU6kGoZK0UHUvgOmLPA2siRfsJNYMUrusfuUVgwMWsp9x8iZhMEp5vQ6QoPYt9yJqDAMiI/6jvYm/uSo1xx7mU98tALScuKNGQeDBM0xhof+I5i1AaOTxB0xMPZrBzFNuNIxEFXibHAAD6jKA/lUq5FoO2IN4imWsjAaHBhuIJx40jZYxlmtZmdVRXEK4uh//nsA1DwSsKzKWOAIuLZ0rOFnzYxRrhgZQ8tIRbco2d9RmJs7lpZ1Taq9OagH8AEZalhdzXm8a38Da6LFyZIgiLLMSwpZbvOjBT1rkvgMvcCJiOMQz84dn3NM2wiw4z+YyuXqMU0ey7z7xMMDUSpGHPNr1GUb+pK6OqO9Xm+LfpItiFMHO2Q7kWdj/BkjzwvM3fHoOLTuyJi3O3Hk1RgvTy/wTJaWm4hO4wwGVgwopYEiU4mXa1LMKHEfK7rdbOr2VLY7tnwHo8FOsphVvPlw4/kGf/zScRj6Seio+UDiULY7hC5OZbMp6GvIFn9uMEjwqxJv3HTaIb2FbtxI5td9xHtlbIEbm+VI3/2TysbBGwfWvLE7pYuGFOjTSI6gf5DP9oODfNE9dMQt7sY0liRR9BJ5rzi9VzyIhX0BvUBpBY4XHA87fge98PDDMw8/VH/44fpDD6OHyQ7kyH5yzfvR++k1B5f4qP1w56GH2w/TD2Ie6jyc7HSSefoV9GvAY0kUUuwiNbanNapktasiK449pUS3FhvhiLspPYssVEp2pgT0P9IkX1UMP+8V/Lw6v10xnfxaijVNrlVJWfNeul/KryyuZPzLtxu10mxm0VDLQa2QsbfeF5uK0K/xSiGYcVJuKrOa8fhUaaGhzJ1Wsuc2H7rtZHuubvFrrXwmZYaOKWdqfx4LFkn7/wT92YEHj4EAty6jeO10EllF9O80rJQuuG4gqv5s0/1QnFoYGV0ji3Ffy5zazPIk97x9xNMlz3teAm71PDY8/HwKK6Kte0fsa/5ikeNkUQL2J/PiKvrl7JkzmU9nbNPjM2fOZF+wJVWU/FP+C9h08Qv0DqkjnpYSFcn+tLe5iBCxi3tk0SqWndbnqnQF1Xm6+tZZQv/bkwCqzphsTegXNfmu0pVOG81JaeeWzFW0uUTlg90Yi/XjzeuNS416PTSspfJbE7eM+MAgCYE6egEkDRA6LvxZPPXmyAQ3jC19Nm1vXdKt8lI2LlEPbQ50sN8CpLtE170PG7EAV0K4QyLnxfHCHKT2ZO0T30tEvE47FMjS1afocqioJcpI6eoCkNXt13qaYwBp9fDxq0og6U5xpVh6tiQSJftpSxdFafQ5QWVZvatqioB6oqIrl3TEasILry0Wl0tpXQqUMw9KviBJakpzXzsHhF73Tqd0zRS/IaiSoHUVVhYmPnf7CR8m68qvHnBwgufqdFGRxDDX7rRAKEnyVF5MQCswhj5xhBgO0bsGgihZbqEwm2f7qpIpFOYL8t8OtrdJkEG8MEpUQKL4Bq4wV8ikXsg/KECm4H4SSzvjYCF8U71y1H+6cbhmnZtoHHHevKk629tx8D5JHrjvPtifqkXzYG2oa82oO4lzuvH3hOiiG/BkIqG3KZXqtJfZFlkEgRq9ydLFdDYRzyTINepUo4bj5XjI6iunUIgeuWv5LpF3XPW7Tx7P5JycILVzhbOXVk5/r+KL9NjotzQZl1S/qJUez+aKevE/o7eSA77DvwFfPbJmmJImiBsluCo69y2FF+9aucz7Nb2cz7wCrvG1Epb09DcSWvcH6A+SWLoiMthldoP1uFZErAsuUYCjD87l8/c888w9ND23vb0FvfHB2XEBpKNfIGVbB/FI1+I1Vw8ssWiXKKWagFx2SOaAl1+jetObzu3TELsuSenPRCQ4fwT3deCddoiWyKkR+ye18K0jugiUiP1arHDkxBowZpgtUBwzdKLvihczrNOwinXqKNG7LKloNhuIrCG/Iy2Y90oq+/oelnAHKz+ipdEHFINdQAq+rODHAVWzqdeKCrvIo5PP8oC68XEN8yzqa8qNJ57KK9IJW8Y1XddHv+eoytdkpc4rmOdnsPiv/T8VJYEs0XKgj9uGdsfWF4JBiViwOsaeOJ0sBY16C5VA1ysLADQTVRTq1TrS/2U5Mv6q1KkBuLRjTDGFL/cBXdaJnoSGO4SYLBqxgRJvBzdNf9TAT8djzUNvqa6uVmU5N9r7a265mqlUjlTEy7LpCKyUdfEVDe0dObvK5kZ/hfr18F3VlWoVcN4V2c/xyDakKwfr8cNziYw8Q1bJGK+0Qq2ihF0il4RRNjurVVEgGotVmIChSFdhQbvBqBdU12u5TCZXW6+OhlFQXkLMUhlEvSaKRvsoG0G5osA5UTRfW7oSlZdq89EzfjWKqtNxw0Q7kY1xIaYezi0hAp5fE6AACCggw+F2r9+N+v3RsFvI5yKQ+vqFQtBDvS0QF0BgOLocXdsi6SQeep+upU3QOkHp8RJjbuJ5MOzv7PTnT56c7/fpigSA1rZ73RP3nYjmzl85P3cIr7YAg8EIrTXDztrY0YS8jEatNaUtdBM/9HYnom4xrXYDDbKh9Iz2ad7i6K97iNfcmp9fPL2Y9/38ifnCsvZmaTZTWmaXdvN+1v1ljvwsSE4xfyn1jBRmy4uLZbj+zcZKsHAi77vFpXJx8aDPvsTodG1awIfUK4dap4D7REREcAHmHPwUx/N3He08cvU7H+reubj0g3ddfOvF8Gyn8ANeubxULkevfvkjrU53cfHi1oMXnjvfzbfP1kuL5fJiiZm2HR2OC4ujy5IIOuJWItBln+PQORppRpcBucH0bjDb12G+bO/0yMJXQBL6A2ALxIvvRWJLnZs8MvZAoAKSQ7wwggPHi8l8+WX069SWRVfxi7WpZEFcYqkiGnEq2AM9xEk3rKFOTcnJsmZbkp5SkZ0NcpqsBqI4+3Al5zjtCxfloHVHs3kH+tDMK+ckLGmapAf5jMWqjiabdUlw9Uru4oW24/xKcGezeeeU/LyPfgPmzxKR4xD5/YVwmQOeYfDYFel43uDIiiDcJOQbNzZIdTmABht8p9WmTuUGR37KgUMfkcWgJIsp21V9X3VTtsbz7Btv55SgXE2FYapaDu5rNBvw+Y/jMx3dy+hOytInZ1acMHQq5QA9Y5RSooFTmswKAgvNTylIUrZEM3BNTpI40w2eC8jNGpfHZ0qcIHCSZqXl8ZkGUU0YbjC9VoFCbbm4RVzBNlCnxVVi91ZoMcyv4zNH6sLDV/ZREI36//3cwiUU9baQnlo8e0m4NNqP5t6HAi0cz7MvwBirkrgHCuqA3ISx+cpPVoohIi72yHIx6HV0CWXuWf/M0tLpzLMcWe/otP9ajnutR9c+KsvyegCZYF2W6amQSUHRIb5F4qaSVUejeIGCyS8WxOG2xEKGGIztdL4wU1uutIO0pCimYVspw9ZA8N3cLDtoyPMKgcPPP3LbgifzgqRoluNli5X63HKUnfKri5959J/yVDeKTXMtWkaDOahjzT9WmT4vwD9fCwuzal/27CCVtv7RCg5FeM1+vibJiq7u1mYK+XRKn2DE7cNxGR1iryezHuY5IaVhAr36iBntRs3rTZjhA/i7fj07oH/bScDaWMc0TGx09He/Yn/k2ELnEM/bCA+uE+RGkl8ZBL3eTW7AQ6KE2utP5tzvoefgfiUSmebQ+Gkquq3Gawkd3ufilQarjRAX0a5bxJplZR1c/DnI6qYVpHChc/4NftV5xZtf4VT9N6Dniq6hcayg0cWRJtnRR6/crh49d+6oevsV5sC3rRvb8FDFjyohCm4w/S3E9FGXrIx+sK6zBm0PmBpIQARvT0dG130YCRtIwNQBYBJcQsQJkFX9sN3xjcPL5PxlI6teNVaRelXNNkqrPxIbvz8b7/1JcnDKqPLH8ZG74yM7sV4sHe+dio8x0/7AMo1cBqCLOz5Z7xxkG5+sPgpzorvzVGEwKDy10z3xpnu8N7/Zu+dNaG/HedMntrY+8Sbn6pvNh99x4sQ7HjYP8VAZti92j6krb3q+eevzb3n2Lc+dPHMb7ZE5Thzu4xgGH+hrOvnhDBpd04pjGvp7mVIpcz8CiocNDGTvAdhHHzuNzghhVs82hDNn5FzRzWbdYk4+c0ZoQGE44UHUT6RMvJMcGqqTROwc2pxEYQVgoh/7vMfzPI3pYLwpgwNz2QxuSrqj3V633+uDHMdjzBdWilObnI4YVXXKZefmlKzdX/67fn+XlRVRNg1FdN3JVjFg67BT6yiO5+WLeSxHh37pCc3cYIAb3+yiHys3+9M2P56sXYhAKAgnniQo2L3B7KKt2CEZDcleL3YKIZcpyfu/xrxYHDqNPT+I0KlQe810xM443pzMQHR9t79DvDWy19H1vR6QqO3daLeHdokWsU881uhKnN0g+ZuKoR9H79LeuOnXCYkrQeyv5EY9GvniBn2ywgpaIQb+gPoS7O+j3aK7G/9wIWyiIMo2s8zB+gD7h/wHoI+5Go3LiFrJt4t6AFCj6/SPhsxfH13LxmsZMy8ZN4eSIIPpPiGhsdT1ja42tL0zQINhD0hpLBLTxTpiKfiAr9O45U41XF1GVJWULEm9SmUvt2aQJZPrUMnPcliVOc73ta5qRLwo4b9oS5dE3kAqWeOUT6vKOdcyVOtjMpb3pNerkrKzlzznq+grdM0Z4v20WkQ06IxoKNP0l25ImAogCqCI8DrRuennZIOpB43+BzFYTp7kvuze6Scd6Nn3QbqoMk3mHuorg1s0rgjXO94GILUOWS0fACNdLr9ElqZthz6pkoGIto3oaqI1x4v8SosMYxKP6Mc0hWiZTyLfE6ii1U80zCwTpBtmyg1GzwdOaKTSAeJqgqZ9QcsINV7VviAKiv3zn5cwV+NM/HlJZGusInK7uo1GPTKgcviiojv6UHdcYbSnYe/fqtIQa+jRiwgDqMMXfuCClJoN8cXRN6/CPc/Bva/qGf4cqw7PcQZ+HGMOttJVAY9+U+luAaG/lM5xltrTHUdfkux0T1IvrEqqymixnpllqPR1gjnD3AF99BTz3cwLzPcy7yarQSNgoId6y28T98Iiaofkl7EM5K96RELv+F57hW2IJfLje2vtFeg1DGxrmahKThFIHLo+Ib3EanGoK+NFxFuhL6ajEvn9vrUGyPtt3CQXd6iSk9h6TpFAuI4PYvGt/fs3Zv2ubgG+UdVCoirwLM/qaVbhWC7j8RwvoZDuFFLLV7GOUtpr25rA8XZ9HlmmrtzXEnIHff/qHEiBP1FnOcVIV1Ue8RlRSEuLmfyrFjlRWc66eV5Hb8wVTFNDb7yAU7MNfPGd58lWuvins938zN3w/ahWYkXdslRs55/ikISwjESWn197isNINvCplNF3oqu3GabsL5cvXWZFXnrQsd2tO4ESXnLDQkiMT5s6EtHsiSfgeiQdd1JvVpdOWZKZrhwN5rV7NIF/9J67xGl9zDXqrQjzPnaf7rgEYgIBiH9IBbfIT6LujgZLC6Ul6JCl6pEm6i3NFxY4nY8KR9CFV/2C7OgBh7luYKbVeA8efkdeTzMCGSuJL3UAGOZOKusQS1Ucbu1O2RlcXOv4N6vqxkqpIvmZv5pPfiqSeDs2ThEGCJUF8BPBQEJBqHnYv3hywblA44h2veLrmsHrdmkekt++XLinzNm6VZOQgKwV1z1iQ0au2brNnkqLbewg1FWks7tRL77C7d25luQIUc53Onm7ZmKZz8i2ptlKFuafOWOtpkqlFDqQ6QaUL1K/IDS1GhZZqwJH1L+/wsXtC1HU1YzRrql0+fpy/RVd3s94r0KBbymfkU0WDQwtCFSTVEA1jAdG/0s2dGXy3v4FPCdPfoOnehIla56PDZ0+XQW9tYzQE++UfsitVNwfqiwVi8Xj7/TKbOUjSre0VGr7pZL/rXa5wlZcv5Tc85vos+RXZ1GioCLaJBIjD7JxvCG/urCM6FLuCV722x0Rt9E3nXypfHzz8qUzunI6Kh6RZUnTK/Npz/H12ncc5zphekYv59RiDr2nkNY2T2zW5+fRLJrJI05sVpGK9Lk1b7HJqkrYsQxsVVPcVCximowZuhJG8gMsibcriv4xhcxYzo7jgk7chKAnxj6gGySKOV53zqQZqoRfjZXxxKhAEBja23jq+ac2aLIXRwPtLJbWFhfXSotFt1pQNAFjpe5YqbTpYsWW1WLVLSLmVHLNxlP/Mw7i/m4sUGd2XjBljIXORniU42+v1mZmszWOf7rVhPtMxbt+Av0KI1Fb9rdbYeafXsvPfTtVO/DtKVD9X6zQqk1+JJTM4Tg+DYaJH06vSkvt6xFxE5v8DIU6UBQN6qkpCgqoFxh1EzPVXRpzpprXOoKjkqBl1RE6B/1C6IpN40YJt/X8TmzwxjWyZkxEAx2J6EZGSyf6IWljNr9sLfjnZhe31nDrwYc+/9C6cuJQGQoaUcaL8qXZcwvb29F2uJbxVgtl2Js88y/Rz8TPJH5pPrFGx17X0EanCjOF2KTjsDcifQlLW2ti+6GHTsgbs7kj1kL2XGGxe1MJ+unZ8wu9XriWddcK5dFPTu8dtJX0tUj8CDqx2Xus7hoSpfkO+UXeAXEmaBK3gmmfU4LyFgDFnL41njkksREUrdJ4Xpe4gU7inMY6p5CuMETVK+3OYfxOfzXvf9d1PbFtU2Hcz4kdO7HjxJmd2M2SNH/saO3SNEmblbKtdARVLGmZpq2CAwgJGpVDNWlruXAwGjuQHTgh0Uj8uew+USQuoO02DlRICKniz2WXVewCEhx2cnjfe/njZEWKXpQ4tqwvn9/7ft/7vt/PfYQkQYJgWBLcfwVJ+p0yfrZPhVW8LKnhPvHf4DRDEjLNWjMDeTI4s0tZrd9P8UYEprqIwTOjfGWX1ENlQE3EI/gQr0ftwMTGPb4zB+CGE1L2221jtGWDHJox34W0YhUYjUP7pC534EMOjagLk4ok8Sj46nAFwPDlAGJ2DYZrNxFzc8wPoevheWXdhTh6ktJccg3U0lLu8b5DCt+1HoxzQA7Vx4Toc4x8gBsFFgkFdmVhR4Ojy1y4T5RSs2yyEqJn1p3uHUsQ6FuPWd6eNppnVW1xbVFTzzaN6W2krF6+vKrQcXupbNWCUlEvLCwU9KIUrFnlJY+dD4mdn6s3r+fSaJgI9SQGrolN8Zyo5mOxnDfB8Pe9e9fFtKqm1ZHf0v0ewBl0KY9OY7BSH9v9qbaeIMMEqZWqgaDmy3WOCb+76eHl+IZov5+Mr+IeFsi+eauke+CvFWAWoS+QhT+k6Aq//Tb42lhZYby1SQHqb8iO5WJ2gSsM9UfqepyU2JAyAEjzPZCqEp5hASNRDwt9kuTl4PyVROLKfFDmk4hpuscor7TbJlXs6C5ZJbZs22W2ZHn51xSS4Zk54QmtQCsZcYFRWzNJmgOvifdZPJzZyGQ2rsPwJs3TVKEx5scuYuA5ILd4VMwXisVCvtjUCJL+1jQBX8p9H/b24tO6wyWi5/Mqs34CFwKGs4POfNKdP1iZAOxBXGePfTH5C9Ig6ZCbd4AwgYhzt4yW2XJ/5QNgrdmtrX3HeTj8cOA9sgWC033xaXShTXUxqg61smk6LZBJCQomcGEJUGAjDHPQf6A/sa8DdzdBCRqeA6GNr27jIPJ+XhB28F8WLQlap5PvqOhxPqAJO8+QUxIef1zoLMIlcEzb62H8Azq2LzEt5irz+kRcwdlELg0HUDZdmKwA3y/dpjt/NhFmwZAFQqx5i9erabYMgbZNCM0QbAzW0+QoyzT2OnuNxu7dvYb7aDPF+3leM8JK+t3l2dfSihzm/CIXVkVxXQxwvJ/j9YSiWzzn5+PTP0BKfup87eiFV2K/rGZzaeySDXytvbu7eHj5KYvCMmLR3LlMkg1KWkgSIoGEHa9PxY9YFqMcHAb4UCTCbkpIi6btyvLF91JC8salypkPDyQSn/DDfBbUareYTaKHPG6NScLWyiKYZgb9v2noL7JzeCIEy5AqCBt7TyEGhhnaZaho1vNEWNL6FIetENPl8Ok3Fuy1KTkk8z7RJ0UEoRGAXJ0fHzT1GO/3cfrpG5f8HIsRX929/3b14k/LqYw55RVgQ7OjkM/98mdWlhA6U0kaSAzGgpKg+PScNp849ZBlw2EIm/C4/v3XclQ1jNmdt566/5jvvFja+CokjNe1Q550TIsvR6uUPHPsWvZqdvWj7FgC97tbmQufJYYY4At0m3BMxwNwOvog+ymcg24njm5lzv8H6FYYzAAAeJxjYGRgYADiiMOTzOP5bb4ycDMxgMCNg7laMPr/r///mdiZQCo5GMDSAEd5DAAAeJxjYGRgYGIAAj0mhv+//v9kYmdgZEABjHwAXxgEPgB4nGNgYGBgGsWjeETj//+JUPNr4N1JyP3E+IM6YQQAtxYMDAAAAAAAAFAAcACOAOQBMAFUAbICAAJOAoAClgLSAw4DbgQABKoFUgXIBfwGQAbCBt4HBAceB0IHgAeaB7AHwgfQB+YH+AgECBgIKAg0CEoIXAhoCHQIwgkOCVQJhAmmCfwKqgs8C9gMPAywDP4NNA3+Dl4OpA8ED04PkhAIEH4Q1BECESQRpBHkEfoSUBJoErQS1BNOE4wTuBRgFLQUxhTYFOwU+hUaFTIVShVaFcYWNhZuFpwWuBbgFwYXJhdGF2YXlheqF8YX9BgsGF4YphjeGQIZGhk6GZgZ0BpgGtobEhtEG4Yb0hwUHFAciBz4HXYdoh26HfgeHB6IHvYfPh90H6Af4iAEICQgWCCSILYg3iEGITYhbCHcIjwigCLYIxQjaCOiI9QkTCR8JKYlDCWAJegmDiZAJmgmkCbAJvInKCd2J7Yn5CgQKJgozij0KQYpUCm2KeoqJCpmKpQq6CsmK0orYCuiK94sPCx0LKQtHi04LVItbC2GLcot5C3yLmwukC8CL2ovhC+eMAQwaDDQMTAxfDG6MhQyPDJSMmgyzjL6MzYzdjOiM8Q0EDRGNHQ0kjTYNVA1eDWuNeg2QjZqNpI21jboNz43Zjd+N6A31Dg2OGA4fji8OO45Ejk8OXA5pjo2Oxo7TDvCO/Y8IDxqPIw87D04PXg9sj3uPgg+aD6aPrw+3j8cP0o/bj+gP9pAHkCSQLZBPEHSQfhCCgAAeJxjYGRgYORjmMIgyAACTEDMBYQMDP/BfAYAGdsBywB4nG2QTU7DMBCFX/qHaCVUgYTEzmLBBpH+LLroAdp9F9mnqdOkSuLIcSv1ApyAM3AGTsCSM3AUXsIoC6hHsr9588YjG8AYn/BQLw/XzV6vDq6Y/XKXNBbukR+E+xjhUXhA/UV4iGcshEe4Q8gbvF592y2ccAc3eBXuUn8T7pHfhfu4x4fwgPqX8BABvoVHePIWu7BK0sgU1Ubvj1lo27yFQNsqNYWa+dNWW+tC29DpndqeVXXaz52LVWxNrlamcDrLjCqtOejI+Ylz5XIyiUX3I5Njx3dVSJAigkFB3kBjjyMyVuyF+n8lYIflmTa5wgw+phd8a/qKxhvyBzUdClucuVc4ceacqkPMPKbHICetmt7anTEMlbKpHahE1H1OqLtKLDFhxH/8fjM9/wHeV2HqeJxtVgWUI7kRne+x2+wZz+7e5UIXZge8YWZm5kTulm2d1a0+ST0ebzgXZmZmZmZmZmZmZiqpwZ59mffG/lUql0rFW7Wt/K+x9X//MEAN26ijgQBNtNBGB1300KeTHexiiD0cwVEcwyk4FWfDaTg7zoFz4lw4N07HeXBenA/nxwVwQVwIF8ZFcFFcDBfHJTDCJXEpXBqXwRjHcVlcDpfHFXBFXAlXxlVwVVwNV8c1cE1cC9fGdXBdXA/Xxw1wQ9wIN8ZNcFPcDDfHLXBL3Aq3xm1wW9wOt8cdcEfcCXfGXXBX3A13xz1wTzBMECICxxQzzCFwBhaQiJFAIcWZ0DCwyLCPJQ6wwgncC/fGfXBf3A/3xwPwQJyFB+HBeAgeiofh4XgEHolH4dF4DB6Lx+HxeAKeiCfhyXgKnoqn4el4Bp6JZ+HZeA6ei+fh+XgBXogX4cV4CV6Kl+HleAVeiVfh1XgNXovX4fV4A96IN+HNeAveirfh7XgH3ol34d14D96L9+H9+AA+iA/hw/gIPoqP4eP4BD6JT+HT+Aw+i8/h8/gCvogv4cv4Cr6Kr+Hr+Aa+iW/h2/gOvovv4fv4AX6IH+HH+Al+ip/h5/gFfolf4df4DX6L3+H3+AP+iD/hz/gL/oq/4e/4B/6Jf+Hf+A/+W9uqoVarbdfqtUYtqDVrrVq71ql1a71avzao7WztsigWyYilKWeaJSEf5IxQSclSsybjmCfWFOJhZqyKxQmu+zljxhOuRdjJqbmKeTeHUiQLU+CYR4LtFDiTVhhheaEg4Xap9KJQkLJZeZDKbCYSUx4oYwuTDLdWJDNTkqRrxKTdOUyOT6KPd9Z0YZZVSpYmZoZr02ByksU9JsWMnkrP5rqTE5JPbQETlZACD7WYzW2bJUyurAhNk+lwLvbJdVqr5ShSyyQ37BA57qzpQtJp35AsyVLS0cWRv9Gd7Z5Ej7sbjF6Os9Sd9DeJ8V5FRVkqRcgsb5WsbaZtwJZMRyaYsHCRpa2JUgv3u7oDe5MsikSoEjNioRX7wq5OWbMmk1RzY0ZSzdRpG2xCq/XJkfWJS60sISW7a95U6Sw2ww2GFjyJzIbITKssNb01I4035DWnV/FNeatSis2G7VbT2yiBWpNMyIhAd5IZkZCFMUsGJU4pH1TSL8mlosNeyCRZw7RzSaskOiGLuWaOF+SQvsiltk5fTszymdKrTjgncsQ0Z+0cTtxvPaJi4QUzFYSkSCeK4tAIpQoX7jOLBqGK+MhY5u6MTI8KVWkSDxdUjPQwqymbRy5uuxVF7nThHFSMlFGir6VTyVY7FUW+48wOK9osyAzSd/QQp9C5VzH3lcxirqbT4cmspB0xM/cvaUbcLCgUzUiYWBjTcukvFYs61BvIAUzPeN3BPfehnIepwvIa3N1kuWIYbjJ8xncLzkTJqFdi8vTiWEF451Upv1NxE5cNlcK8vblA9AsOP0jJ4aX6OZdpeSKSiKwbVhQ1EBsrzatzS+aFg4I6gzSL6ap83ULYcM4Tyq1Fp2BJW12q5Ehb2a6oUonKrLuz9EdKjXumWTofVgxDzc7yA3uYQw228sqZmbL81ILQPFb7nCIaM99TS1vo9lIDFYKUZCulQcmxWiy4nVMdzualWssmkpeGOQt8epZPyGR5lJHXtEv3fsVwk6JUsy8irto8ZkK6eupUaNzwsMcPQq5TS4J82aJruKbu25uykJetqlUSrSnnkcvfYCokCdanks16+WNHzNBNFZFFQnULgqJvBwWeMSm5XpVyIqbxVBLekf2CoLK0mSmP/CsajjCdmVIzSU0pM+2ZFpE3PMh7WDBnNFx1Y85d452LiIIbkAg9oiaijr9tFGqV9nKYP+NYQVCPoHmrxQnKYSaPbHD3KRMpzeUw51EnopT3U2TvECefFZus/E7jLOiu4bjjcv1gRO0sqotkqtqU7dalXhzQrkBVTV8rSs62uyMfitJ9TjI5IWTycPWolzErlJ+CrZIYuA63rswgZto1NL8yjIqB2i0oF6ZOjl09F0IRnzJaKgYFpcLMbSzDnBSugfhpxQuOoWHEIjPn3Ba6XLoWV+T5F/MZVRXN+RZpypy57RKMK3S87lAnFi5CTrgZC3KJ5Q3aJzLTiIm1qrv6aiY0FchfnWLXoUILEuXDnKhWymRsNeftlNHMca2/S98+k6j/NbzqgWvU3pHeB2vS27tTrEojX6Y8arls81aXYFz3CZgqbadKUq67dapI2rYfznYuTCvVKspCa9q0EEZ+zatrHqkWCdDNqdjW1LgN3RJlkvdNSFYnKnVRNIHhLlhtQ73T71udCo0bHhJDcOmzO8hhYCSZbzo0d7X17wxoNkjymiFDt42iI0vDlsepXXU9pBKQPGp7PGdyGlBXDRerBrVtzQPfhOw2ubpF/35qdi3ZLigWgsm2C7RfMes+5HaexRPjF7F2gbO06xRy693WLHDdkp1dmhSJkT5pG4TNvGuXwlJ65aI5rlODU0dpraEiNIxaVxi61cdtbCczA2p9lPudLI1YvqMGOaQvNxkb+y6t2z7E3qMVGq/hcYJGTISkPapJczmh5NpdcknLFamMIv/cilFu83slQ1LUaCcn5w1LlitVvyUfKzlLEc2cR1y+r3+61G6zntBS13fzJV/xXNJVVHOV949t+t7a+h8qJiExAAA=) format("woff"),url(//strongman.org.ua/wp-includes/fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-right:before{content:"\f136"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-color-picker:before{content:"\f131"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-dashboard:before{content:"\f226"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info:before{content:"\f348"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-performance:before{content:"\f311"}.dashicons-phone:before{content:"\f525"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-redo:before{content:"\f172"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
  @font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Black.svg#Montserrat-Black) format('svg');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Hairline.svg#Montserrat-Hairline) format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Bold.svg#Montserrat-Bold) format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Light.svg#Montserrat-Light) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight) format('svg');
font-weight: 100;
font-style: normal;
} @font-face {
font-family: 'FontAwesome';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'Icon7Stroke';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Pe-icon-7-stroke.eot?d7yf1v);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'WeatherIcons';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.eot);
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.woff2) format('woff2'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.woff) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.ttf) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'CustomEssentialSet';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/CraftEssential.ttf?uo8kwk) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/CraftEssential.woff?uo8kwk) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/CraftEssential.svg?uo8kwk#CustomEssentialSet) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CustomBusinessSet';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Business.ttf?uo8kwk) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Business.woff?uo8kwk) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/Business.svg?uo8kwk#CustomBusinessSet) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'btFitness';
src: url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/btFitnessAndSport.ttf?lm34n21) format('truetype'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/btFitnessAndSport.woff?lm34n21) format('woff'),url(//strongman.org.ua/wp-content/themes/fitness-club/fonts/btFitnessAndSport.svg?lm34n21#btFitnessAndSport) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (max-width: 1035px) {
table {
overflow-x: auto;
display: block;
}
} // Base gutter width // Headline fond // Headline supertitle font // Headline subtitle font // Headline fond // Base font // Base font // Base font size // Base font color // Lighter light font color // Darker light font color // Base headline color // Base bg color // Base border color // Sub bg color // Base font color // Base headline color // Base bg color // Base border color // Sub bg color // Main color // Secondary color // Accent color 1 // Accent color 2 // Accent color 3 // Accent color 4 // Darker main color // Darker main color // Darker main color // Darker main color // Sidebar width (%) // Padding between sidebar and sontent // Left and right page padding for boxed content // Top and bottom padding between content elements (base value) // RowItem padding // Default spacing in grid gallery // Defines logo height and menu line height Defines menu height whwn below menu // Top and bottom padding of the whole horizontal menu (px) // Padding between horizontal menu elements (px) // Width of the vertical menu (px) // dropdown width (px) // Base font size // Small icon size // Small icon size // Small icon size // Small icon size // Small icon size  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
*:focus,
* {
outline: none;
outline: 0;
}
.touch * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
}
button::-moz-focus-inner {
border: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
html,
body {
margin: 0;
padding: 0;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
background-repeat: no-repeat;
} .btClear:after,
.mainHeader:after,
.menuHolder .port:after,
.topBarPort:after,
.boldSiteFooter:before,
.boldSiteFooter:after,
.boldSiteFooter .port:after,
.contentWrap:after,
.contentHolder:after,
.btBox:after,
.boldSection .port:after,
.header:after,
.boldRow:after,
.socialRow:before,
.socialRow:after,
.servicesItem .sIcon:after,
.boldSection:before,
.boldSection:after,
.psCats:after,
.psWrap:after,
.btTabs:after,
.neighboringArticles:after,
.articleListItem footer:after,
.articleListItem .footer:after,
.btPagination:after,
.boldArticleBody blockquote:after,
.tilesWall.classic .bgiTxt:after,
.btQuoteItem:after,
.boldArticleHeader .socialRow:before,
.tagcloud:after,
.btInstaGrid:after,
.btMenuHorizontal.btMenuBelowLogo .menuPort:after,
.btMenuHorizontal .menuPort:after,
nav.woocommerce-pagination:before,
ul.products:after {
content: " ";
display: table;
width: 100%;
clear: both;
} .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}  input:not([type='checkbox']):not([type='radio']),
textarea,
select {
outline: none;
font: inherit;
width: 100%;
background: transparent;
height: 42px;
font-size: .8em;
width: 100%;
display: block;
padding: 0 1em;
background: transparent;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons textarea,
.btHardRoundedButtons select {
border-radius: 50px;
}
.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons textarea,
.btSoftRoundedButtons select {
border-radius: 5px;
}
.btLightSkin input::-webkit-input-placeholder,
.btDarkSkin .btLightSkin input::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input::-webkit-input-placeholder {
color: #343839;
}
.btLightSkin textarea::-webkit-input-placeholder,
.btDarkSkin .btLightSkin textarea::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea::-webkit-input-placeholder {
color: #343839;
}
.btLightSkin input::-moz-placeholder,
.btDarkSkin .btLightSkin input::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input::-moz-placeholder {
color: #343839;
}
.btLightSkin textarea::-moz-placeholder,
.btDarkSkin .btLightSkin textarea::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea::-moz-placeholder {
color: #343839;
}
.btLightSkin input:-ms-input-placeholder,
.btDarkSkin .btLightSkin input:-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input:-ms-input-placeholder {
color: #343839;
}
.btLightSkin textarea:-ms-input-placeholder,
.btDarkSkin .btLightSkin textarea:-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea:-ms-input-placeholder {
color: #343839;
}
.btDarkSkin input::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input::-webkit-input-placeholder {
color: #fff;
}
.btDarkSkin textarea::-webkit-input-placeholder,
.btLightSkin .btDarkSkin textarea::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea::-webkit-input-placeholder {
color: #fff;
}
.btDarkSkin input::-moz-placeholder,
.btLightSkin .btDarkSkin input::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input::-moz-placeholder {
color: #fff;
}
.btDarkSkin textarea::-moz-placeholder,
.btLightSkin .btDarkSkin textarea::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea::-moz-placeholder {
color: #fff;
}
.btDarkSkin input:-ms-input-placeholder,
.btLightSkin .btDarkSkin input:-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input:-ms-input-placeholder {
color: #fff;
}
.btDarkSkin textarea:-ms-input-placeholder,
.btLightSkin .btDarkSkin textarea:-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea:-ms-input-placeholder {
color: #fff;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:not([type='checkbox']):not([type='radio']):focus {
-webkit-box-shadow: 0 0 4px 0 #5dc2ca;
box-shadow: 0 0 4px 0 #5dc2ca;
border: 1px solid #343839;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
textarea {
resize: vertical;
line-height: inherit;
height: 7em;
padding: 1em;
}
.btHardRoundedButtons textarea {
border-radius: 20px;
}
button {
font: inherit;
}
.btDarkSkin input[type="text"]:focus,
.btLightSkin .btDarkSkin input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin input[type="text"]:focus,
.btDarkSkin input[type="password"]:focus,
.btLightSkin .btDarkSkin input[type="password"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin input[type="password"]:focus,
.btDarkSkin input[type="email"]:focus,
.btLightSkin .btDarkSkin input[type="email"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin input[type="email"]:focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus {
border: 1px solid #fff;
}
.btLightSkin input[type="text"]:focus,
.btDarkSkin .btLightSkin input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin input[type="text"]:focus,
.btLightSkin input[type="password"]:focus,
.btDarkSkin .btLightSkin input[type="password"]:focus,
.btLightSkin .btDarkSkin .btLightSkin input[type="password"]:focus,
.btLightSkin input[type="email"]:focus,
.btDarkSkin .btLightSkin input[type="email"]:focus,
.btLightSkin .btDarkSkin .btLightSkin input[type="email"]:focus,
.btLightSkin textarea:focus,
.btDarkSkin .btLightSkin textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin textarea:focus {
border: 1px solid #343839;
} figure,
img,
select,
embed,
iframe {
max-width: 100%;
height: auto;
}
pre code {
display: block;
}
pre {
overflow: hidden;
}
.btContentHolder pre {
margin: 0 0 30px;
white-space: pre-wrap;
padding: 20px;
border: 1px solid rgba(0,0,0,.1);
} a {
text-decoration: none;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btLightSkin a,
.btDarkSkin .btLightSkin a,
.btLightSkin .btDarkSkin .btLightSkin a {
color: #343839;
}
.btDarkSkin a,
.btLightSkin .btDarkSkin a,
.btDarkSkin.btLightSkin .btDarkSkin a {
color: #fff;
}
html a:hover,
.btLightSkin a:hover,
.btDarkSkin .btLightSkin a:hover,
.btLightSkin .btDarkSkin .btLightSkin a:hover,
.btDarkSkin a:hover,
.btLightSkin .btDarkSkin a:hover,
.btDarkSkin.btLightSkin .btDarkSkin a:hover {
text-decoration: none;
color: #5dc2ca;
}
a img {
border: none;
}
a,
a:active,
a:focus {
outline: none;
} p,
dl,
address,
cite {
margin: 0 0 20px;
}
ul,
ol {
margin: 0 0 20px;
}
.btText ul,
.btText ol {
margin-left: 1em;
}
dt {
font-weight: 600;
display: inline;
padding-right: 10px;
}
dd {
display: inline;
}
dd p {
display: inline;
}
dd:after {
content: ' ';
display: table;
clear: both;
}
figcaption {
font-size: 14px;
}
select,
input {
font-family: Montserrat;
} html,
body {
min-height: 100vh;
}
body:not(.btPageTransitions) {
min-height: 101vh;
}
html {
overflow-x: hidden;
}
body {
font-family: "Montserrat",Arial,sans-serif;
}
body {
font-size: 16px;
font-weight: 300;
line-height: 1.6;
background-size: cover;
background-attachment: fixed;
}
small {
font-size: 14px;
} .btContentHolder blockquote {
display: block;
padding-bottom: 20px;
font-size: 1.25em;
font-weight: 300;
line-height: 1.6;
line-height: 39px;
}
.btContentHolder blockquote:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btContentHolder blockquote:before {
content: '\e9a9\e9a9';
letter-spacing: .075em;
font-family: btFitness;
font-size: 52px;
line-height: 1;
display: block;
margin: 0 0 4px;
font-size: 60px;
color: inherit;
}
.btContentHolder .btArticle blockquote,
.btContentHolder .btArticleListBodyContent blockquote {
padding-left: 1.5em;
position: relative;
min-height: 95px;
}
.btContentHolder .btArticle blockquote:before,
.btContentHolder .btArticleListBodyContent blockquote:before {
opacity: .1;
position: absolute;
left: 0;
top: 0;
}
.btContentHolder p + blockquote {
margin-top: 20px;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Dosis";
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0 0 .5em;
line-height: 1.3;
padding: 0;
font-weight: 400;
}
h1 {
font-size: 3em;
}
.btArticle h1 {
margin: 0 0 .5em;
}
h2 {
font-size: 2.5em;
}
.btArticle h2 {
margin: 0 0 .7em;
}
h3 {
font-size: 1.9em;
}
.btArticle h3 {
margin: 0 0 .9em;
}
h4 {
font-size: 1.4em;
}
.btArticle h4 {
margin: 0 0 1.1em;
}
h5 {
font-size: 1.125em;
}
.btArticle h5 {
margin: 0 0 1.3em;
}
h6 {
font-size: 1em;
}
.btArticle h6 {
margin: 0 0 1.5em;
} .btContentHolder table {
width: 100%;
margin: 0 0 1em;
border-collapse: collapse;
text-align: left;
border: 0px solid;
}
.btLightSkin .btContentHolder table,
.btDarkSkin .btLightSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btLightSkin .btContentHolder table {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btContentHolder table,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table {
border-color: rgba(255,255,255,.1);
}
.btContentHolder table td,
.btContentHolder table th {
padding: 1em;
border: 1px solid;
}
.btLightSkin .btContentHolder table td,
.btDarkSkin .btLightSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btLightSkin .btContentHolder table td,
.btLightSkin .btContentHolder table th,
.btDarkSkin .btLightSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btLightSkin .btContentHolder table th {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btContentHolder table th,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th {
border-color: rgba(255,255,255,.1);
}
.btContentHolder table thead th {
font-weight: 700;
background-color: #5dc2ca;
color: white;
font-family: Dosis;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
}
@media (min-width: 768px) {
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
min-height: 1px;
}
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
@media (min-width: 480px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
float: left;
}
.col-ms-12 {
width: 100%;
}
.col-ms-11 {
width: 91.66666667%;
}
.col-ms-10 {
width: 83.33333333%;
}
.col-ms-9 {
width: 75%;
}
.col-ms-8 {
width: 66.66666667%;
}
.col-ms-7 {
width: 58.33333333%;
}
.col-ms-6 {
width: 50%;
}
.col-ms-5 {
width: 41.66666667%;
}
.col-ms-4 {
width: 33.33333333%;
}
.col-ms-3 {
width: 25%;
}
.col-ms-2 {
width: 16.66666667%;
}
.col-ms-1 {
width: 8.33333333%;
}
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-xl {
display: none !important;
}
@media (max-width: 480px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
@media (min-width: 1400px) {
.visible-xl {
display: block !important;
}
}
@media (max-width: 480px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
@media (min-width: 1400px) {
.hidden-xl {
display: none !important;
}
} .gutter .port {
max-width: 1140px;
margin: auto;
} .btDivider {
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
} .boldRow {
display: block;
margin: 0 -20px;
}
.btScrollInfoRow {
position: absolute;
bottom: 40px;
width: 100%;
}
.btScrollInfoRow .sIcon {
margin-bottom: 5px !important;
}
.rowItem {
padding: 0 20px;
}
.btLightSkin.rowItem,
.btDarkSkin .btLightSkin.rowItem,
.btLightSkin .btDarkSkin .btLightSkin.rowItem,
.btDarkSkin.rowItem,
.btLightSkin .btDarkSkin.rowItem,
.btDarkSkin.btLightSkin .btDarkSkin.rowItem {
background-color: transparent;
}
.rowItemContent {
position: relative;
width: 100%;
background-size: cover;
}
.btDoubleRowPadding .boldRow {
display: block;
margin: 0 -40px;
}
.btDoubleRowPadding .rowItem {
padding: 0 40px;
} @media (min-width: 768px) {
.btTableRow > .boldRowInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
table-layout: fixed;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.btTableRow > .boldRowInner > .rowItem {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btTableRow > .boldRowInner > .rowItem.btMiddleVertical > .rowItemContent {
width: 100%;
}
.btTableRow > .boldRowInner > .rowItem.btTopVertical {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.btTableRow > .boldRowInner > .rowItem.btTopVertical > .rowItemContent {
width: 100%;
}
.btTableRow > .boldRowInner > .rowItem.btBottomVertical {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.btTableRow > .boldRowInner > .rowItem.btBottomVertical > .rowItemContent {
width: 100%;
} .rowItem.btLeftBorder {
border-left: 1px solid rgba(0,0,0,.1);
}
.rowItem.btLeftBorder {
border-left: 1px solid rgba(0,0,0,.1);
}
.rowItem.btRightBorder {
border-right: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .rowItem.btRightBorder,
.btLightSkin .btDarkSkin .rowItem.btRightBorder,
.btDarkSkin.btLightSkin .btDarkSkin .rowItem.btRightBorder {
border-right: 1px solid rgba(255,255,255,.1);
}
.btDarkSkin .rowItem.btLeftBorder,
.btLightSkin .btDarkSkin .rowItem.btLeftBorder,
.btDarkSkin.btLightSkin .btDarkSkin .rowItem.btLeftBorder {
border-left: 1px solid rgba(255,255,255,.1);
}
} .topExtraSmallSpaced {
padding-top: .5em;
}
.topSmallSpaced {
padding-top: 1em;
}
.topMediumSpaced {
padding-top: 1.5em;
}
.topSemiSpaced {
padding-top: 2em;
}
.topSpaced {
padding-top: 4em;
}
.topLargeSpaced {
padding-top: 8em;
}
.topExtraSpaced {
padding-top: 16em;
}
.bottomExtraSmallSpaced {
padding-bottom: .5em;
}
.bottomSmallSpaced {
padding-bottom: 1em;
}
.bottomMediumSpaced {
padding-bottom: 1.5em;
}
.bottomSemiSpaced {
padding-bottom: 2em;
}
.bottomSpaced {
padding-bottom: 4em;
}
.bottomLargeSpaced {
padding-bottom: 8em;
}
.bottomExtraSpaced {
padding-bottom: 16em;
} .rowItem.btDoublePadding > .rowItemContent {
padding: 0 40px;
} .rowItem.btNoPadding {
padding: 0;
}
.rowItem.btNoPadding {
padding: 0;
} .btTextIndent .rowItemContent {
padding: 0 20px;
}
.btTextIndent .rowItemContent .btImage,
.btTextIndent .rowItemContent .bpgPhoto {
margin: 0 -40px;
} .btHighlightBorder {
border-width: 10px;
border-style: solid;
}
.btLightSkin .btHighlightBorder,
.btDarkSkin .btLightSkin .btHighlightBorder,
.btLightSkin .btDarkSkin .btLightSkin .btHighlightBorder {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btHighlightBorder,
.btLightSkin .btDarkSkin .btHighlightBorder,
.btDarkSkin.btLightSkin .btDarkSkin .btHighlightBorder {
border-color: rgba(255,255,255,.1);
}
.btLightSkin .btHighlightShadow,
.btDarkSkin .btLightSkin .btHighlightShadow,
.btLightSkin .btDarkSkin .btLightSkin .btHighlightShadow {
-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.25);
box-shadow: 0 0 50px 0 rgba(0,0,0,.25);
}
.btDarkSkin .btHighlightShadow,
.btLightSkin .btDarkSkin .btHighlightShadow,
.btDarkSkin.btLightSkin .btDarkSkin .btHighlightShadow {
-webkit-box-shadow: 0 0 50px 0 rgba(255,255,255,.25);
box-shadow: 0 0 50px 0 rgba(255,255,255,.25);
} .boldRow:after,
.btClear:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btClear {
clear: both;
}
.btTextLeft {
text-align: left;
}
.btTextRight {
text-align: right;
}
.btTextCenter {
text-align: center;
}
.fullScreenHeight {
height: 100vh;
}
.fullScreenHeight .port {
height: 100%;
width: 100%;
display: table;
table-layout: fixed;
}
.fullScreenHeight .boldCell {
height: 100%;
width: 100%;
display: table-cell;
}
.fullScreenHeight .boldCellInner {
display: block;
} .btMiddleVertical .boldCell {
vertical-align: middle;
}
.btBottomVertical .boldCell {
vertical-align: bottom;
}
.btGhost {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.btGhost.btRemoveGhost {
-webkit-transform: translateY(-100%) scale(.7);
-moz-transform: translateY(-100%) scale(.7);
-ms-transform: translateY(-100%) scale(.7);
transform: translateY(-100%) scale(.7);
opacity: 0;
}
.wBackground {
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.wBackground.cover {
background-size: cover;
}
.wBackground.contain {
background-size: contain;
}
.boldSection.video {
position: relative;
overflow: hidden;
}
.boldSection.video video {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
opacity: 0;
-webkit-transition: opacity 1000ms;
-moz-transition: opacity 1000ms;
transition: opacity 1000ms;
}
.boldSection.video.video_on video {
opacity: 1;
} .btAccentColorBackground {
background-color: #5dc2ca !important;
}
.btLightSkin .btDefaultColorBackground,
.btDarkSkin .btLightSkin .btDefaultColorBackground,
.btLightSkin .btDarkSkin .btLightSkin .btDefaultColorBackground {
background-color: rgba(0,0,0,.07) !important;
}
.btDarkSkin .btDefaultColorBackground,
.btLightSkin .btDarkSkin .btDefaultColorBackground,
.btDarkSkin.btLightSkin .btDarkSkin .btDefaultColorBackground {
background-color: rgba(255,255,255,.2) !important;
}
.boldSection.btBackgroundOverlay:before {
content: ' ';
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
background-position: center;
background-repeat: repeat;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.boldSection.btBackgroundOverlay:not(.btSectionTransitions) {
position: relative;
}
.boldSection.btBackgroundOverlay .port {
position: relative;
z-index: 2;
}
.boldSection.btStripedDark:before {
background-image: url(//strongman.org.ua/wp-content/themes/fitness-club/gfx/diagonalstripe-black.png);
opacity: .7;
}
.boldSection.btStripedLight:before {
background-image: url(//strongman.org.ua/wp-content/themes/fitness-club/gfx/diagonalstripe.png);
opacity: .2;
}
.boldSection.btSolidDarkBackground:before {
background-color: #181A1E;
opacity: .08;
}
.boldSection.btSolidLightBackground:before {
background-color: #fff;
opacity: .08;
}
.boldSection.wBackground.btSolidDarkBackground:before,
.boldSection.bt_yt_video.btSolidDarkBackground:before {
opacity: .6;
}
.boldSection.wBackground.btSolidLightBackground:before,
.boldSection.bt_yt_video.btSolidLightBackground:before {
opacity: .3;
} .btParallax,
.boldthemes_parallax {
-webkit-transition-property: background-position;
-moz-transition-property: background-position;
transition-property: background-position;
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
background-attachment: fixed;
}
.animate {
-webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
-moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
}
.animate-fadein {
opacity: 0;
}
.touch .animate-fadein {
opacity: 1;
}
.animate-moveleft {
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
}
.animate-moveright {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
}
.animate-moveup {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
}
.animate-movedown {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
}
.animated {
opacity: 1;
-webkit-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
-moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
transition: transform 1000ms cubic-bezier(.190,1,.220,1) 200ms,opacity 1000ms cubic-bezier(.190,1,.220,1) 200ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(0) {
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(1) {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
transition-delay: 200ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(2) {
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
transition-delay: 400ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(3) {
-webkit-transition-delay: 600ms;
-moz-transition-delay: 600ms;
transition-delay: 600ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(4) {
-webkit-transition-delay: 800ms;
-moz-transition-delay: 800ms;
transition-delay: 800ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(5) {
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
transition-delay: 1000ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(6) {
-webkit-transition-delay: 1200ms;
-moz-transition-delay: 1200ms;
transition-delay: 1200ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(7) {
-webkit-transition-delay: 1400ms;
-moz-transition-delay: 1400ms;
transition-delay: 1400ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(8) {
-webkit-transition-delay: 1600ms;
-moz-transition-delay: 1600ms;
transition-delay: 1600ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(9) {
-webkit-transition-delay: 1800ms;
-moz-transition-delay: 1800ms;
transition-delay: 1800ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(10) {
-webkit-transition-delay: 2000ms;
-moz-transition-delay: 2000ms;
transition-delay: 2000ms;
}
body:not(.btHalfPage) .rowItem.animate:nth-child(11) {
-webkit-transition-delay: 2200ms;
-moz-transition-delay: 2200ms;
transition-delay: 2200ms;
} .btDarkSkin,
.btLightSkin .btDarkSkin,
.btDarkSkin.btLightSkin .btDarkSkin {
color: #fff;
background-color: #181a1e;
}
.btLightSkin,
.btDarkSkin .btLightSkin,
.btLightSkin .btDarkSkin .btLightSkin {
color: #343839;
background-color: #181a1e;
}
.btLightSkin h1,
.btLightSkin h2,
.btLightSkin h3,
.btLightSkin h4,
.btLightSkin h5,
.btLightSkin h6,
.btDarkSkin .btLightSkin h1,
.btDarkSkin .btLightSkin h2,
.btDarkSkin .btLightSkin h3,
.btDarkSkin .btLightSkin h4,
.btDarkSkin .btLightSkin h5,
.btDarkSkin .btLightSkin h6,
.btLightSkin .btDarkSkin .btLightSkin h1,
.btLightSkin .btDarkSkin .btLightSkin h2,
.btLightSkin .btDarkSkin .btLightSkin h3,
.btLightSkin .btDarkSkin .btLightSkin h4,
.btLightSkin .btDarkSkin .btLightSkin h5,
.btLightSkin .btDarkSkin .btLightSkin h6 {
color: #fff;
}
.btDarkSkin h1,
.btDarkSkin h2,
.btDarkSkin h3,
.btDarkSkin h4,
.btDarkSkin h5,
.btDarkSkin h6,
.btLightSkin .btDarkSkin h1,
.btLightSkin .btDarkSkin h2,
.btLightSkin .btDarkSkin h3,
.btLightSkin .btDarkSkin h4,
.btLightSkin .btDarkSkin h5,
.btLightSkin .btDarkSkin h6,
.btDarkSkin.btLightSkin .btDarkSkin h1,
.btDarkSkin.btLightSkin .btDarkSkin h2,
.btDarkSkin.btLightSkin .btDarkSkin h3,
.btDarkSkin.btLightSkin .btDarkSkin h4,
.btDarkSkin.btLightSkin .btDarkSkin h5,
.btDarkSkin.btLightSkin .btDarkSkin h6 {
color: #fff;
}
.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
border: 1px solid rgba(0,0,0,.1);
color: #fff;
}
.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
border: 1px solid rgba(255,255,255,.2);
color: #fff;
} .btLightSkin .btText a,
.btDarkSkin .btLightSkin .btText a,
.btLightSkin .btDarkSkin .btLightSkin .btText a,
.btDarkSkin .btText a,
.btLightSkin .btDarkSkin .btText a,
.btDarkSkin.btLightSkin .btDarkSkin .btText a {
color: #5dc2ca;
}
.btLightSkin .btText a:hover,
.btDarkSkin .btLightSkin .btText a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btText a:hover,
.btDarkSkin .btText a:hover,
.btLightSkin .btDarkSkin .btText a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btText a:hover {
text-decoration: underline;
} .btPageWrap {
position: relative;
overflow: hidden;
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
} .mainHeader {
z-index: 1005;
}
.btGhost {
z-index: 10003;
}
.btPreloader {
z-index: 10004;
}
.btGridOverlay {
z-index: 10005;
}
.btRemovePreloader .btGridOverlay {
z-index: 10001;
} .btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
width: auto;
padding: 0;
}
.btWithSidebar .btContentHolder {
max-width: 1180px;
margin: auto;
}
.archive .btContentHolder {
padding-top: 20px;
}
.btContent {
width: 75%;
}
.btSidebar {
width: 25%;
padding-bottom: 20px;
}
.btSidebarLeft .btSidebar {
float: left;
padding-right: 20px;
}
.btSidebarLeft .btContent {
float: right;
padding-right: 20px;
padding-left: 20px;
}
.btSidebarRight .btSidebar {
float: right;
padding-left: 20px;
}
.btSidebarRight .btContent {
float: left;
padding-left: 20px;
padding-right: 20px;
} .btPreloader {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
background-color: inherit;
width: 100%;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all .3s ease,opacity .3s ease;
-moz-transition: all .3s ease,opacity .3s ease;
transition: all .3s ease,opacity .3s ease;
}
.btPreloader .animation {
display: block;
width: 100%;
-webkit-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
.btAccentDarkHeader .btPreloader .animation > div:first-child {
border-radius: 2px;
padding: .7em 1.2em;
display: inline-block;
background-color: #369da5;
}
.btPreloader .animation > div img {
margin: 0 auto;
}
.btRemovePreloader .btPreloader {
-webkit-transform: translateY(-100%) scale(0);
-moz-transform: translateY(-100%) scale(0);
-ms-transform: translateY(-100%) scale(0);
transform: translateY(-100%) scale(0);
opacity: 0;
-webkit-transition: transform ease 1s,opacity ease 1s;
-moz-transition: transform ease 1s,opacity ease 1s;
transition: transform ease 1s,opacity ease 1s;
}
.btRemovePreloader .btPreloader .animation {
-webkit-transform: translateY(0) scale(.9);
-moz-transform: translateY(0) scale(.9);
-ms-transform: translateY(0) scale(.9);
transform: translateY(0) scale(.9);
opacity: 0;
-webkit-transition: transform .5s ease,opacity ease .5s;
-moz-transition: transform .5s ease,opacity ease .5s;
transition: transform .5s ease,opacity ease .5s;
}
.btPreloader .animation .preloaderLogo {
height: 44px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
width: auto;
display: block;
line-height: 1;
}
.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
height: 88px;
} .btLoader {
margin: 30px auto 30px auto;
font-size: 6px;
position: relative;
text-indent: -9999em;
border-left: 5px solid rgba(128,128,128,.1);
border-right: 5px solid rgba(128,128,128,.1);
border-bottom: 5px solid rgba(128,128,128,.2);
-webkit-animation: btLoader 1.1s infinite linear;
-moz-animation: btLoader 1.1s infinite linear;
animation: btLoader 1.1s infinite linear;
}
.btLightSkin .btLoader,
.btDarkSkin .btLightSkin .btLoader,
.btLightSkin .btDarkSkin .btLightSkin .btLoader {
border-top: 5px solid #5dc2ca;
}
.btDarkSkin .btLoader,
.btLightSkin .btDarkSkin .btLoader,
.btDarkSkin.btLightSkin .btDarkSkin .btLoader {
border-top: 5px solid #5dc2ca;
}
.btLoader,
.btLoader:after {
border-radius: 50%;
width: 64px;
height: 64px;
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes btLoader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
} .btBreadCrumbs {
font-size: .7em;
text-transform: uppercase;
}
.header.extralarge .btBreadCrumbs {
font-size: .55em;
}
.btBreadCrumbs ul {
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
}
.btBreadCrumbs li {
display: inline-block;
margin-left: 0;
padding-left: 0;
padding-right: 5px;
}
.btBreadCrumbs li:not(:last-child):after {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
}
.btLightSkin .btBreadCrumbs li:not(:last-child):after,
.btDarkSkin .btLightSkin .btBreadCrumbs li:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btBreadCrumbs li:not(:last-child):after {
background-color: #343839;
}
.btDarkSkin .btBreadCrumbs li:not(:last-child):after,
.btLightSkin .btDarkSkin .btBreadCrumbs li:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btBreadCrumbs li:not(:last-child):after {
background-color: #fff;
} .btPageHeadline {
padding-top: 3em;
background-color: rgba(0,0,0,.07);
}
.blog .btPageHeadline,
.single .btPageHeadline,
.archive .btPageHeadline,
.btWithSidebar .btPageHeadline {
margin-bottom: 3em;
}
.btPageHeadline .header {
max-width: 992px;
}
.btPageHeadline .header h1 {
margin-bottom: .3em;
} .btGridOverlay {
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
pointer-events: none;
}
.btGridOverlay .container {
max-width: 1180px;
height: 100%;
margin: auto;
}
.btLightSkin .btGridOverlay .container {
-webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.1),1px 0 0 0 rgba(0,0,0,.1);
box-shadow: -1px 0 0 0 rgba(0,0,0,.1),1px 0 0 0 rgba(0,0,0,.1);
}
.btDarkSkin .btGridOverlay .container {
-webkit-box-shadow: -1px 0 0 0 rgba(255,255,255,.05),1px 0 0 0 rgba(255,255,255,.05);
box-shadow: -1px 0 0 0 rgba(255,255,255,.05),1px 0 0 0 rgba(255,255,255,.05);
}
.btGridOverlay .container .row {
height: 100%;
}
.btGridOverlay .container .row .col:not(:last-child) {
height: 100%;
}
.btLightSkin .btGridOverlay .container .row .col:not(:last-child) {
-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.1);
box-shadow: 1px 0 0 0 rgba(0,0,0,.1);
}
.btDarkSkin .btGridOverlay .container .row .col:not(:last-child) {
-webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,.05);
box-shadow: 1px 0 0 0 rgba(255,255,255,.05);
}
@media (min-width: 1200px) {
.btMenuVerticalLeftEnabled .btGridOverlay {
padding-left: 320px;
}
.btMenuVerticalLeftEnabled .btGridOverlay .container {
max-width: 1120px;
}
.btMenuVerticalRightEnabled .btGridOverlay {
padding-right: 320px;
}
.btMenuVerticalRightEnabled .btGridOverlay .container {
max-width: 1120px;
}
}
.btBoxedPage .btPageWrap {
max-width: 1200px;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
margin-bottom: 3em;
margin: 0 auto 3em;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.btStickyHeaderActive.btBoxedPage .mainHeader {
max-width: 1200px;
}
.btLightSkin.btBoxedPage .btPageWrap {
background: #fff;
}
.btDarkSkin.btBoxedPage .btPageWrap {
background: #181A1E;
}
.btSliderTwoServices {
width: 50%;
display: inline-block;
}
button,
input[type="submit"] {
-webkit-appearance: none;
} .mainHeader {
width: 100%;
position: absolute;
background-color: inherit;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
font-family: "Montserrat";
}
.btMenuVertical.btAccentDarkHeader .mainHeader {
background-color: #369da5;
}
.btMenuVertical.btAccentDarkHeader .mainHeader .logo {
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.btMenuVertical.btAccentDarkHeader.btMenuVerticalOn .mainHeader .logo {
opacity: 0;
}
.mainHeader:not(.gutter) .port {
padding: 0 30px;
}
.btPageTransitions .mainHeader {
z-index: 1020;
}
.mainHeader.btDarkSkin,
.btLightSkin .mainHeader.btDarkSkin {
background-color: #181A1E;
}
.mainHeader.btLightSkin,
.btDarkSkin .mainHeader.btLightSkin {
background-color: #fff;
}
.btMenuGutter .mainHeader .port,
.btMenuGutter .mainHeader .topBarPort {
max-width: 1140px;
margin: auto;
padding: 0;
} .btBelowMenu:not(.btStickyHeaderActive) .mainHeader {
background-color: transparent;
} .btLogoArea {
position: relative;
padding: 1em 0;
z-index: 1;
}
.menuPort {
font-family: "Montserrat";
visibility: hidden;
font-size: 19px;
font-style: italic;
}
.menuPort nav ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
-webkit-transition: all 360ms ease 0s;
-moz-transition: all 360ms ease 0s;
transition: all 360ms ease 0s;
}
.menuPort nav ul li {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.menuPort nav ul li a {
display: block;
position: relative;
padding: 0;
font-weight: 400;
}
.menuPort nav ul li a:hover {
text-decoration: none;
}
.menuPort nav ul ul li {
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.menuPort nav ul ul li.on {
opacity: 1;
}
.menuPort nav > ul > li > a {
line-height: 44px;
padding: 0;
text-transform: uppercase;
}
.menuPort nav ul ul li a {
font-weight: 400;
}
.btMenuHorizontal.btMenuCenter .menuHolder .menuPort {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-flex: 0 0 100% !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.btMenuHorizontal.btMenuCenter .menuHolder .menuPort:after {
display: none !important;
} .btTextLogo {
font-family: "Montserrat";
font-size: 36px;
font-weight: 800;
line-height: 44px;
letter-spacing: -1px;
}
.btLogoArea .logo {
line-height: 0;
float: right;
}
.btLogoArea .logo img {
height: 44px;
width: auto;
display: block;
margin-top: -20px;
}
.btLogoArea .logo img.btAltLogo {
display: none;
}
.btHorizontalMenuTrigger {
display: none;
float: right;
line-height: 44px;
margin: 0 -8px 0 .5em;
font-size: 32px;
} .btMenuBelowLogo.btMenuHorizontal .menuPort {
padding: .4em 0;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a {
-webkit-transition: background-color 300ms ease;
-moz-transition: background-color 300ms ease;
transition: background-color 300ms ease;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
content: ' ';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background-color: rgba(0,0,0,.15);
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > ul,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > ul {
margin-top: -4px !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > a {
-webkit-box-shadow: 0 -4px 0 0 #5dc2ca inset;
box-shadow: 0 -4px 0 0 #5dc2ca inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1):hover > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1):hover > a {
-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-item > a {
color: #5dc2ca !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-item > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-item > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 1) > ul li.current-menu-item.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 1) > ul li.current-menu-item.on > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > a {
-webkit-box-shadow: 0 -4px 0 0 #a082d2 inset;
box-shadow: 0 -4px 0 0 #a082d2 inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2):hover > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2):hover > a {
-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-item > a {
color: #a082d2 !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-item > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-item > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 2) > ul li.current-menu-item.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 2) > ul li.current-menu-item.on > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > a {
-webkit-box-shadow: 0 -4px 0 0 #ffba52 inset;
box-shadow: 0 -4px 0 0 #ffba52 inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3):hover > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3):hover > a {
-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-item > a {
color: #ffba52 !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-item > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-item > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 3) > ul li.current-menu-item.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 3) > ul li.current-menu-item.on > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > a {
-webkit-box-shadow: 0 -4px 0 0 #eb6ea6 inset;
box-shadow: 0 -4px 0 0 #eb6ea6 inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4):hover > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4):hover > a {
-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-item > a {
color: #eb6ea6 !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-item > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-ancestor > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-item > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor:nth-child(4n + 4) > ul li.current-menu-item.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-ancestor.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-ancestor.on > a:hover,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-item.on > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item:nth-child(4n + 4) > ul li.current-menu-item.on > a:hover {
color: #fff !important;
}
.btMenuHorizontal .menuPort nav > ul > li > a {
padding: 0 1.3em;
}
.btMenuHorizontal .menuPort nav > ul > li > ul {
border-width: 2px 0 4px 0;
border-style: solid;
}
.btMenuHorizontal .menuPort nav > ul > li > ul li:hover a {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 1):hover > a,
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 1) ul li:hover > a {
background-color: #5dc2ca;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 1) > ul {
border-color: #5dc2ca transparent #e5e5e5;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 2):hover > a,
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 2) ul li:hover > a {
background-color: #a082d2;
color: #FFF;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 2) > ul {
border-color: #a082d2 transparent #e5e5e5;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 3):hover > a,
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 3) ul li:hover > a {
background-color: #ffba52;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 3) > ul {
border-color: #ffba52 transparent #e5e5e5;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 4):hover > a,
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 4) ul li:hover > a {
background-color: #eb6ea6;
}
.btMenuHorizontal .menuPort nav > ul > li:nth-child(4n + 4) > ul {
border-color: #eb6ea6 transparent #e5e5e5;
}
.btMenuHorizontal .menuPort nav > ul > li:hover > a {
-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 4px 0 0 rgba(0,0,0,.1) inset;
color: #fff;
}
.btMenuHorizontal .menuPort nav > ul > li > a {
line-height: 64px;
}
.btMenuHorizontal .menuPort nav > ul > li > ul li a {
font-size: 14px;
line-height: 1.1;
display: block;
padding: 1em;
}
.btMenuHorizontal .menuPort nav > ul > li > ul li:hover > a {
color: #fff;
} .btDarkSkin .menuPort > nav > ul > li > a,
.btLightSkin .btDarkSkin .menuPort > nav > ul > li > a,
.btDarkSkin.btLightSkin .btDarkSkin .menuPort > nav > ul > li > a {
color: #fff;
opacity: .5;
}
.btDarkSkin .menuPort > nav > ul > li.current-menu-ancestor > a,
.btLightSkin .btDarkSkin .menuPort > nav > ul > li.current-menu-ancestor > a,
.btDarkSkin.btLightSkin .btDarkSkin .menuPort > nav > ul > li.current-menu-ancestor > a,
.btDarkSkin .menuPort > nav > ul > li.current_page_parent > a,
.btLightSkin .btDarkSkin .menuPort > nav > ul > li.current_page_parent > a,
.btDarkSkin.btLightSkin .btDarkSkin .menuPort > nav > ul > li.current_page_parent > a,
.btDarkSkin .menuPort > nav > ul > li:hover > a,
.btLightSkin .btDarkSkin .menuPort > nav > ul > li:hover > a,
.btDarkSkin.btLightSkin .btDarkSkin .menuPort > nav > ul > li:hover > a {
opacity: 1;
}
.btLightSkin .menuPort > nav > ul > li > a,
.btDarkSkin .btLightSkin .menuPort > nav > ul > li > a,
.btLightSkin .btDarkSkin .btLightSkin .menuPort > nav > ul > li > a {
color: #7d8689;
}
.btLightSkin.btAccentDarkHeader .menuPort > nav > ul > li > a,
.btLightSkin.btAccentDarkHeader .menuPort > nav > ul > li > a:hover,
.btDarkSkin.btAccentDarkHeader .menuPort > nav > ul > li > a,
.btDarkSkin.btAccentDarkHeader .menuPort > nav > ul > li > a:hover {
color: #fff;
}
.btAccentLightHeader .menuPort > nav > ul > li > a,
.btAccentDarkHeader .menuPort > nav > ul > li > a {
opacity: .5;
}
.btAccentLightHeader .menuPort > nav > ul > li.current-menu-ancestor > a,
.btAccentDarkHeader .menuPort > nav > ul > li.current-menu-ancestor > a,
.btAccentLightHeader .menuPort > nav > ul > li.current_page_parent > a,
.btAccentDarkHeader .menuPort > nav > ul > li.current_page_parent > a,
.btAccentLightHeader .menuPort > nav > ul > li:hover > a,
.btAccentDarkHeader .menuPort > nav > ul > li:hover > a {
opacity: 1;
}
.btMenuHorizontal .menuPort ul ul {
background-color: #fff;
}
.btMenuHorizontal .menuPort ul ul li a {
color: #343839;
}
.btMenuHorizontal .menuPort ul ul li:not(:last-child) > a {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .topBarInMenu:after,
.btDarkSkin .topBar:before,
.btLightSkin .btDarkSkin .topBarInMenu:after,
.btLightSkin .btDarkSkin .topBar:before,
.btDarkSkin.btLightSkin .btDarkSkin .topBarInMenu:after,
.btDarkSkin.btLightSkin .btDarkSkin .topBar:before {
background-color: rgba(255,255,255,.1);
} .subToggler {
display: none;
cursor: pointer;
z-index: 5;
position: absolute;
width: 45px;
top: auto;
right: 0;
z-index: 80;
padding: 0;
text-align: right;
padding-right: 8px;
}
.subToggler:before {
content: '\f107';
font: normal 16px/1 FontAwesome;
}
.on > .subToggler:before {
content: '\f106';
}
body.btMenuVertical .subToggler {
display: block !important;
padding: 20px 0;
line-height: 1;
right: -20px;
text-align: center;
}
body.btMenuHorizontal .subToggler {
line-height: 64px;
}
body.btMenuHorizontal .menuPort ul ul .subToggler {
right: 0;
line-height: inherit;
padding: .8em .7em 0 0;
}
.touch .menuPort nav > ul > li > .subToggler + a {
padding-right: 2em;
padding-left: 1em;
}
.touch .menuPort nav > ul > li .subToggler {
display: block;
}
.touch .btMenuHorizontal.btMenuRight .menuPort nav > ul > li > ul > li .subToggler {
right: auto;
left: 0;
text-align: center;
}
.touch .btMenuVertical .menuPort nav > ul > li > .subToggler + a {
padding-right: 1em;
padding-left: 1em;
} .btMenuHorizontal .menuPort > nav > ul > li {
margin: 0;
}
.btMenuHorizontal .menuPort ul > li > ul {
opacity: 0;
}
.btMenuHorizontal .menuPort ul > li > ul:after,
.btMenuHorizontal .menuPort ul > li > ul:before,
.btMenuHorizontal .menuPort ul > li > ul > li > ul:after {
content: ' ';
display: block;
pointer-events: none;
top: 0;
position: absolute;
bottom: 0;
width: 19px;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(//strongman.org.ua/wp-content/themes/fitness-club/gfx/shadow_submenu.png);
background-size: 19px 90%;
background-position: right top;
}
.btMenuRigh.btMenuHorizontal .menuPort ul > li > ul:after,
.btMenuRigh.btMenuHorizontal .menuPort ul > li > ul:before,
.btMenuRigh.btMenuHorizontal .menuPort ul > li > ul > li > ul:after {
background-position: left top;
}
.btMenuHorizontal .menuPort ul > li > ul:before,
.btMenuRight.btMenuHorizontal .menuPort ul > li > ul ul:before {
left: -19px;
}
.btMenuHorizontal .menuPort ul > li > ul:after,
.btMenuLeft.btMenuHorizontal .menuPort ul > li > ul ul:before {
right: -19px;
}
.btMenuHorizontal .menuPort ul > li > ul:after {
-webkit-transform: rotate3d(0,1,0,180deg);
-moz-transform: rotate3d(0,1,0,180deg);
-ms-transform: rotate3d(0,1,0,180deg);
transform: rotate3d(0,1,0,180deg);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.btMenuLeft.btMenuHorizontal .menuPort ul > li > ul ul:after {
display: block;
}
.btMenuLeft.btMenuHorizontal .menuPort ul > li > ul ul:before {
display: block;
}
.btMenuRight.btMenuHorizontal .menuPort ul > li > ul ul:after {
display: block;
}
.btMenuRight.btMenuHorizontal .menuPort ul > li > ul ul:before {
display: block;
}
.btMenuHorizontal .menuPort > nav > ul ul {
position: absolute;
width: 250px;
right: 0;
top: auto;
margin: -4px 0 0;
pointer-events: none;
z-index: 1;
padding: 0;
}
.btMenuHorizontal .menuPort > nav > ul ul li {
z-index: 4;
float: none;
}
.btMenuHorizontal .menuPort > nav > ul ul ul {
display: block;
top: 0;
margin: 0;
pointer-events: none;
}
.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
margin: 0;
}
.btMenuHorizontal .menuPort > nav > ul li {
float: left;
position: relative;
z-index: 5;
}
.btMenuHorizontal .menuPort > nav > ul li:hover {
z-index: 6;
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul {
opacity: 1;
pointer-events: auto;
z-index: 2;
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul {
opacity: 1;
pointer-events: auto;
z-index: 3;
}
.btMenuHorizontal .menuPort > nav:not(.leftNav) > ul > li:last-child {
margin: 0;
} .btMenuHorizontal.btMenuRight .menuPort nav {
float: right;
}
.btMenuHorizontal.btMenuRight .menuPort ul ul {
text-align: right;
right: 0;
left: auto;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.btMenuHorizontal.btMenuRight .menuPort ul ul ul {
left: -250px;
right: auto;
}
.btMenuHorizontal.btMenuLeft .menuPort ul ul {
right: auto;
left: 0;
}
.btMenuHorizontal.btMenuLeft .menuPort ul ul ul {
left: 250px;
right: auto;
}
.btMenuHorizontal.btMenuLeft .menuPort nav {
float: left;
padding-left: 50px;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder {
display: block;
height: 100px;
position: relative;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .logo {
position: absolute;
z-index: 8;
left: 50%;
top: 50%;
margin: -22px 0 0;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort nav {
float: none;
position: absolute;
top: 50%;
padding: 0;
-webkit-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .leftNav {
right: 50%;
left: auto;
padding-right: 25px;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .leftNav ul ul {
right: auto;
left: 0;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .leftNav ul ul ul {
left: 250px;
right: auto;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .rightNav {
left: 50%;
right: auto;
padding-left: 25px;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .rightNav > ul {
float: left;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .rightNav > ul ul ul {
right: 250px;
left: auto;
}
.btMenuHorizontal.btMenuCenter:not(.btMenuBelowLogo) .menuHolder .menuPort .rightNav li {
text-align: right;
} html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
position: static;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
width: 100%;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
top: auto;
border-top: none !important;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
border-top: none !important;
border-bottom: 1px solid #343839;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
display: none;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
opacity: 1;
top: auto;
margin: 0 !important;
width: 100%;
right: 0;
left: 0;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
border-top: none !important;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
display: none;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
width: 100%;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
width: 100%;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
pointer-events: auto;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li,
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li:last-child {
float: left;
}
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li:last-child {
float: right;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {
width: 0% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
width: 100% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
width: 50% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
width: 33.33333% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
width: 25% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
width: 20% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
width: 16.66667% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
width: 14.28571% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
width: 12.5% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
width: 11.11111% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
width: 10% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
width: 9.09091% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
width: 8.33333% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
width: 7.69231% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
width: 7.14286% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
width: 6.66667% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
width: 6.25% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
width: 5.88235% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
width: 5.55556% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
width: 5.26316% !important;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li,
html:not(.touch) body.btMenuRight.btMenuHorizontal li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
width: 5% !important;
}
.btDarkSkin li.btMenuWideDropdown > ul > li > a,
.btLightSkin .btDarkSkin li.btMenuWideDropdown > ul > li > a,
.btDarkSkin.btLightSkin .btDarkSkin li.btMenuWideDropdown > ul > li > a {
border-color: #fff !important;
}
.btLightSkin li.btMenuWideDropdown > ul > li > a,
.btDarkSkin .btLightSkin li.btMenuWideDropdown > ul > li > a,
.btLightSkin .btDarkSkin .btLightSkin li.btMenuWideDropdown > ul > li > a {
border-color: #343839 !important;
} .btMenuHorizontal.btLightSkin .mainHeader .topBar,
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .topBar {
border-bottom: 1px solid rgba(0,0,0,.07);
}
.btMenuHorizontal.btDarkSkin .mainHeader .topBar,
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .topBar {
border-bottom: 1px solid rgba(255,255,255,.1);
}
.btMenuHorizontal .topBar {
line-height: 1.5;
padding: .5em 0;
z-index: 2;
}
.btMenuHorizontal .topBar .btIco {
font-size: 1.2em;
margin-top: -.05em;
}
.btMenuHorizontal .topBar .topBarPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
display: none;
}
.btMenuHorizontal .topBarInMenu {
line-height: inherit;
float: right;
display: table;
height: 44px;
margin-left: 50px;
}
.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
line-height: inherit;
display: table-cell;
vertical-align: middle;
}
.btMenuHorizontal .topBarInMenu .btIco .btIcoHolder span {
display: none;
}
.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
height: 64px;
}
.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea .topBarInMenu {
height: 48px;
}
.btMenuHorizontal.btMenuBelowLogo .subToggler {
line-height: 48px;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li > a {
line-height: 48px;
} .btMenuHorizontal.btMenuBelowLogo .btLogoArea {
border-bottom: 0;
}
.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
padding: 0;
border-top: 1px solid rgba(255,255,255,.1);
z-index: 0;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort {
clear: both;
position: relative;
margin: 0;
float: none;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
padding: 0;
}
.btDarkSkin .btBelowLogoArea,
.btLightSkin .btDarkSkin .btBelowLogoArea,
.btDarkSkin.btLightSkin .btDarkSkin .btBelowLogoArea {
border-color: rgba(255,255,255,.1) !important;
}
.btLightSkin .btBelowLogoArea,
.btDarkSkin .btLightSkin .btBelowLogoArea,
.btLightSkin .btDarkSkin .btLightSkin .btBelowLogoArea {
border-color: rgba(0,0,0,.1) !important;
} .btMenuBelowLogo.btMenuHorizontal .btLogoArea {
padding: 30px 0;
}
.btAccentLightHeader.btMenuHorizontal .btBelowLogoArea,
.btAccentLightHeader.btMenuHorizontal .topBar {
position: relative;
}
.btAccentLightHeader.btMenuHorizontal .btBelowLogoArea:before,
.btAccentLightHeader.btMenuHorizontal .topBar:before {
display: block;
content: ' ';
position: absolute;
top: -1px;
bottom: 0;
left: -2000em;
right: -2000em;
background-color: #369da5;
}
.btAccentLightHeader.btMenuHorizontal .btBelowLogoArea:after,
.btAccentLightHeader.btMenuHorizontal .topBar:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
.btLightSkin.btAccentLightHeader.btMenuHorizontal .btBelowLogoArea .menuPort > nav > ul > li > a,
.btDarkSkin.btAccentLightHeader.btMenuHorizontal .btBelowLogoArea .menuPort > nav > ul > li > a,
.btLightSkin.btAccentLightHeader.btMenuHorizontal .topBar .menuPort > nav > ul > li > a,
.btDarkSkin.btAccentLightHeader.btMenuHorizontal .topBar .menuPort > nav > ul > li > a {
color: #fff;
}
.btAccentDarkHeader.btMenuHorizontal .mainHeader {
background-color: #369da5;
}
.btAccentDarkHeader.btMenuHorizontal .mainHeader .btBelowLogoArea,
.btAccentDarkHeader.btMenuHorizontal .mainHeader .topBar {
position: relative;
}
.btLightSkin.btAccentDarkHeader.btMenuHorizontal .mainHeader .btBelowLogoArea,
.btDarkSkin.btAccentDarkHeader.btMenuHorizontal .mainHeader .btBelowLogoArea,
.btLightSkin.btAccentDarkHeader.btMenuHorizontal .mainHeader .topBar,
.btDarkSkin.btAccentDarkHeader.btMenuHorizontal .mainHeader .topBar {
border-color: transparent;
}
.btAccentDarkHeader.btMenuHorizontal .mainHeader .btBelowLogoArea:before,
.btAccentDarkHeader.btMenuHorizontal .mainHeader .topBar:before {
display: block;
content: ' ';
position: absolute;
top: -1px;
bottom: 0;
left: -2000em;
right: -2000em;
background-color: #29787e;
}
.btAccentDarkHeader.btMenuHorizontal .mainHeader .btBelowLogoArea:after,
.btAccentDarkHeader.btMenuHorizontal .mainHeader .topBar:after {
content: ' ';
display: table;
width: 100%;
clear: both;
} body.btMenuHorizontal.btStickyHeaderActive .mainHeader {
position: fixed;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
box-shadow: 0 1px 3px rgba(0,0,0,.11);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
body.btMenuHorizontal.btStickyHeaderActive .mainHeader .topBar {
display: none;
}
body.btMenuHorizontal.btStickyHeaderActive .mainHeader .btBelowLogoArea {
padding: 0;
}
body.btMenuHorizontal.btStickyHeaderActive.btMenuBelowLogo .mainHeader .btLogoArea {
display: none;
}
body.btMenuHorizontal.btStickyHeaderActive.btDarkSkin:not(.btAccentDarkHeader):not(.btAccentLightHeader) .mainHeader {
background-color: rgba(24,26,30,.9);
}
body.btMenuHorizontal.btStickyHeaderActive.btLightSkin:not(.btAccentDarkHeader):not(.btAccentLightHeader) .mainHeader {
background-color: rgba(255,255,255,.9);
}
body.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
-webkit-transition: transform .5s cubic-bezier(.230,1,.320,1);
-moz-transition: transform .5s cubic-bezier(.230,1,.320,1);
transition: transform .5s cubic-bezier(.230,1,.320,1);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} body.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
display: block;
}
body.btMenuHorizontal.btHideMenu .menuPort {
opacity: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.btShowMenu .menuPort {
opacity: 1 !important;
} .btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder.btClear:after {
display: none;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .logo {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort {
-webkit-flex: 2 1 auto;
-ms-flex: 2 1 auto;
flex: 2 1 auto;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort:after {
display: none;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort nav {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-flex: 3 1 auto;
-ms-flex: 3 1 auto;
flex: 3 1 auto;
padding: 0 0 0 20px;
}
.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort .topBarInMenu {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
display: block;
float: none;
margin-left: 20px;
}
.btMenuRight.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort nav {
float: none;
}
.btMenuRight.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort nav > ul {
float: right;
}
.btMenuLeft.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort nav {
float: none;
}
.btMenuLeft.btMenuHorizontal:not(.btMenuBelowLogo) .menuHolder .menuPort nav > ul {
float: left;
} .btVerticalMenuTrigger {
display: none;
position: relative;
z-index: 1;
margin: 0 0 0 -.5em;
line-height: 44px;
font-size: 1.5em;
}
.btVerticalMenuTrigger .btIco .btIcoHolder {
border-top: 2px solid;
border-bottom: 2px solid;
}
.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before {
width: 20px;
margin: 5px 0;
border-bottom: 2px solid;
content: " ";
border-radius: 0;
}
.btLightSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btDarkSkin .btLightSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btLightSkin .btDarkSkin .btLightSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btLightSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btDarkSkin .btLightSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before {
border-color: #343839;
}
.btDarkSkin.btAccentDarkHeader .btVerticalMenuTrigger .btIco .btIcoHolder,
.btLightSkin.btAccentDarkHeader .btVerticalMenuTrigger .btIco .btIcoHolder,
.btDarkSkin.btAccentDarkHeader .btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btLightSkin.btAccentDarkHeader .btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btDarkSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btLightSkin .btDarkSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btDarkSkin.btLightSkin .btDarkSkin.btVerticalMenuTrigger .btIco .btIcoHolder,
.btDarkSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btLightSkin .btDarkSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin.btVerticalMenuTrigger .btIco.btIcoDefaultType .btIcoHolder:before {
border-color: #fff;
}
.btMenuVertical > .menuPort {
text-align: center;
height: 100%;
top: 0;
bottom: 0;
position: fixed;
width: 320px;
clear: both;
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
z-index: 101;
overflow: hidden;
padding: 3em 3em 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.touch .btMenuVertical > .menuPort {
overflow: auto;
}
.btMenuVertical > .menuPort .btMainLogo {
display: block !important;
}
.btMenuVertical > .menuPort .btAltLogo {
display: none !important;
}
.btMenuVertical > .menuPort .logo {
float: none;
margin: 0;
}
.btAccentDarkHeader.btMenuVertical > .menuPort .logo {
margin: -3em -3em 1.6em;
padding: 2.5em;
background-color: #369da5;
}
.btMenuVertical > .menuPort .logo img {
margin: 0 auto;
display: block;
height: auto;
max-width: 100%;
}
.btMenuVertical > .menuPort .btCloseVertical {
cursor: pointer;
font-size: 2.5em;
margin: -30px -20px 0 0;
position: relative;
float: right;
}
.btAccentDarkHeader.btMenuVertical > .menuPort .btCloseVertical {
margin: 10px -20px 0 0;
}
.btMenuVertical > .menuPort .btCloseVertical:before {
font-family: Icon7Stroke;
content: '\e681';
}
.btAccentDarkHeader.btMenuVertical > .menuPort .btCloseVertical:before {
color: #fff;
}
.btMenuVertical > .menuPort .btCloseVertical:before:hover {
color: #5dc2ca;
}
.btMenuVertical > .menuPort nav {
margin: 0 -25px;
}
.btMenuVertical > .menuPort nav ul {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btMenuVertical > .menuPort nav ul li {
padding: 0;
position: relative;
background-color: transparent;
}
.btMenuVertical > .menuPort nav ul li a {
line-height: 1.1;
padding: 20px 20px;
border: none;
font-weight: 400;
}
.btMenuVertical > .menuPort nav ul li li {
font-size: .9em;
}
.btMenuVertical > .menuPort nav ul li:not(.current-menu-ancestor) > ul {
display: none;
}
.btMenuVertical > .menuPort nav ul ul li {
padding: 0;
opacity: 1;
border: none;
background-color: transparent;
}
.btMenuVertical > .menuPort nav ul ul li ul {
opacity: .8;
}
.btMenuVertical > .menuPort nav ul ul li ul li a {
border: none !important;
}
.btMenuVertical > .menuPort nav li.current-menu-ancestor > a,
.btMenuVertical > .menuPort nav li.current-menu-item > a {
font-weight: 600;
}
.btMenuVertical .btVerticalMenuTrigger {
display: block;
}
.btMenuVertical .menuScrollPort:after {
clear: both;
content: ' ';
display: table;
width: 100%;
}
.btMenuVertical .menuScrollPort > *:last-child {
margin-bottom: 5em;
}
.btMenuVerticalRight > .menuPort {
right: 0;
-webkit-box-shadow: -2px 0 5px rgba(0,0,0,.10);
box-shadow: -2px 0 5px rgba(0,0,0,.10);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btMenuVerticalRight .btVerticalMenuTrigger {
float: right;
}
.btMenuVerticalLeft > .menuPort {
left: 0;
-webkit-box-shadow: 2px 0 5px rgba(0,0,0,.10);
box-shadow: 2px 0 5px rgba(0,0,0,.10);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
float: left;
}
@media (min-width: 1200px) {
.btMenuVerticalRight > .menuPort {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.btMenuVerticalLeft > .menuPort {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.btMenuVertical .menuPort,
.btMenuVertical.btMenuVerticalOn .menuPort {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.btMenuVerticalLeft.btHideMenu .menuPort {
-webkit-transform: translate3d(-320px,0,0);
-moz-transform: translate3d(-320px,0,0);
-ms-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
}
.btMenuVerticalRight.btHideMenu .menuPort {
-webkit-transform: translate3d(320px,0,0);
-moz-transform: translate3d(320px,0,0);
-ms-transform: translate3d(320px,0,0);
transform: translate3d(320px,0,0);
}
.btMenuVerticalLeft.btHideMenu.btMenuVerticalOn > .menuPort {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.btMenuVerticalRight.btHideMenu.btMenuVerticalOn .menuPort {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.btMenuVertical.btMenuGutter .mainHeader {
display: none;
}
.btMenuVertical.btMenuGutter.btHideMenu .mainHeader {
display: block;
}
.btMenuVertical.btBelowMenu .btContentWrap {
padding: 0 !important;
}
.btMenuVertical .gutter .port,
.btMenuVerticalLeftOn.btMenuGutter .mainHeader .topBarPort,
.btMenuVerticalRightOn.btMenuGutter .mainHeader .topBarPort {
padding-left: 30px;
padding-right: 30px;
}
.btMenuVerticalOn .btVerticalMenuTrigger .btIco a:before {
color: #5dc2ca !important;
}
.btMenuVertical .btLogoArea .btVerticalMenuTrigger {
display: none;
}
.btMenuVertical:not(.btHideMenu) .btLogoArea .logo,
.btMenuVertical:not(.btHideMenu) .btCloseVertical {
display: none;
}
.btMenuVertical.btHideMenu .btLogoArea .btVerticalMenuTrigger {
display: block;
}
.btMenuVerticalLeft .btPageWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btPageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
margin: 0 0 0 320px;
}
.btMenuVerticalRight .btPageWrap,
.btMenuVerticalRight.btMenuVerticalOn .btPageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
margin: 0 320px 0 0;
}
.btMenuVerticalRight.btHideMenu .btPageWrap,
.btMenuVerticalLeft.btHideMenu .btPageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
margin: 0;
}
.btMenuVerticalLeft.btMenuVerticalOn.btHideMenu .btPageWrap {
-webkit-transform: translate3d(320px,0,0);
-moz-transform: translate3d(320px,0,0);
-ms-transform: translate3d(320px,0,0);
transform: translate3d(320px,0,0);
margin: 0;
}
.btMenuVerticalRight.btMenuVerticalOn.btHideMenu .btPageWrap {
-webkit-transform: translate3d(-320px,0,0);
-moz-transform: translate3d(-320px,0,0);
-ms-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
margin: 0;
}
}
.btMenuVerticalOn .menuPort {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btMenuVerticalLeft.btMenuVerticalOn .btPageWrap {
-webkit-transform: translateX(320px);
-moz-transform: translateX(320px);
-ms-transform: translateX(320px);
transform: translateX(320px);
}
.btMenuVerticalRight.btMenuVerticalOn .btPageWrap {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
transform: translateX(-320px);
}
.btMenuVertical.btDarkSkin .menuPort {
background-color: #181A1E;
-webkit-box-shadow: 0 0 20px rgba(255,255,255,.1);
box-shadow: 0 0 20px rgba(255,255,255,.1);
}
.btMenuVertical.btLightSkin .menuPort {
background-color: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
} .btSpecialHeaderIcon .btIco .btIcoHolder:before,
.btSpecialHeaderIcon .btIconWidgetTitle,
.btSpecialHeaderIcon .btIconWidgetText {
color: #5dc2ca !important;
}
.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
-webkit-flex-grow: 1;
flex-grow: 1;
}
.btMenuHorizontal .topTools .btIconWidget,
.btMenuHorizontal .topBarInMenu .btIconWidget {
display: inline-block;
}
.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-left: .5em;
}
.btMenuHorizontal .topTools.btTopToolsLeft .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu.btTopToolsLeft .btIconWidget:not(:first-child) {
margin-left: 1.4em;
}
.btMenuHorizontal .topTools.btTextRight .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu.btTextRight .btIconWidget:not(:first-child) {
margin-left: 5px;
}
.btMenuHorizontal .topTools .btWidgetWithText .btIco,
.btMenuHorizontal .topBarInMenu .btWidgetWithText .btIco {
margin-right: .2em;
}
.btMenuHorizontal .topTools .btIconWidgetContent,
.btMenuHorizontal .topBarInMenu .btIconWidgetContent {
line-height: inherit;
}
.btMenuHorizontal .topTools .btIconWidgetTitle,
.btMenuHorizontal .topTools .btIconWidgetText,
.btMenuHorizontal .topBarInMenu .btIconWidgetTitle,
.btMenuHorizontal .topBarInMenu .btIconWidgetText {
display: inline-block;
font-size: 12px;
margin-right: .5em;
}
.btAccentDarkHeader.btMenuHorizontal .topTools .btIconWidgetTitle,
.btAccentDarkHeader.btMenuHorizontal .topTools .btIconWidgetText,
.btAccentLightHeader.btMenuHorizontal .topTools .btIconWidgetTitle,
.btAccentLightHeader.btMenuHorizontal .topTools .btIconWidgetText,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenu .btIconWidgetTitle,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenu .btIconWidgetText,
.btAccentLightHeader.btMenuHorizontal .topBarInMenu .btIconWidgetTitle,
.btAccentLightHeader.btMenuHorizontal .topBarInMenu .btIconWidgetText {
color: #fff;
}
.btMenuHorizontal .topTools .btIconWidgetTitle,
.btMenuHorizontal .topBarInMenu .btIconWidgetTitle {
font-weight: 100;
position: relative;
z-index: 2;
text-transform: uppercase;
}
.btMenuHorizontal .topTools .btIconWidgetText,
.btMenuHorizontal .topBarInMenu .btIconWidgetText {
font-weight: 300;
opacity: .7;
}
.btMenuHorizontal .topBarInLogoArea {
float: right;
height: 44px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
border: 0 solid #5dc2ca;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidget {
display: table;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidget {
float: left;
margin: 0 0 0 2em;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon,
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetContent {
display: table-cell;
vertical-align: middle;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon {
line-height: 1;
padding: 0 .35em 0 0;
text-align: left;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon .btIco .btIcoHolder:before {
font-size: 48px;
font-weight: 400;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon .btIco.btIcoAccentColor1 .btIcoHolder:before {
color: #5dc2ca;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon .btIco.btIcoAccentColor2 .btIcoHolder:before {
color: #a082d2;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon .btIco.btIcoAccentColor3 .btIcoHolder:before {
color: #ffba52;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetIcon .btIco.btIcoAccentColor4 .btIcoHolder:before {
color: #eb6ea6;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetTitle,
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetText {
display: block;
line-height: 1;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetTitle {
margin-bottom: .2em;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
font-family: Dosis,sans-serif;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidgetText {
font-size: 1em;
font-weight: 300;
opacity: .7;
} .btMenuVertical .menuPort .btEmptyElement {
display: none;
}
.btMenuVertical .menuPort .btTopToolsRight,
.btMenuVertical .menuPort .btTopToolsLeft {
max-width: none;
float: none;
}
.btMenuVertical .menuPort .topBar {
padding: 0;
}
.btMenuVertical .menuPort .topBarPort .btTopToolsLeft span.btIco {
margin: 0 auto 1em;
font-size: 1.5em;
}
.btMenuVertical .menuPort .topBarPort .btTopToolsLeft .btWidgetWithText span.btIco {
margin: 0 auto .5em;
font-size: 1.5em;
}
.btMenuVertical .menuPort .topBarPort .btTopToolsLeft .btWidgetWithText span.btIco.btIcoCircled {
font-size: 1em;
}
.btMenuVertical .menuPort .topBarPort .btTopToolsRight span.btIco {
margin: 0 0 1em;
font-size: 1em;
}
.btMenuVertical .menuPort .topBarPort .btTopToolsRight .btWidgetWithText span.btIco {
font-size: 2em;
}
.btMenuVertical .menuPort .topBarInLogoArea .btWidgetWithText span.btIco {
font-size: 1.5em;
}
.btMenuVertical .menuPort .topBarInLogoArea .btWidgetWithText span.btIco.btIcoCircled {
font-size: 1em;
}
.btMenuVertical .menuPort .topTools {
position: relative;
padding: 10px 0 0;
text-align: center;
font-size: 14px;
}
.btMenuVertical .menuPort .btIconWidget {
padding: 0;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon {
margin: 0 auto 15px;
text-align: center;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetContent {
float: none;
margin: 0;
text-align: center;
clear: both;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetTitle,
.btMenuVertical .menuPort .btIconWidget .btIconWidgetText {
display: block;
font-size: 14px;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetTitle {
margin: 10px 0 0;
line-height: 1;
font-family: Dosis;
font-weight: 700;
text-transform: uppercase;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetText {
margin: 5px 0 20px;
line-height: 1.5;
}
.btMenuVertical .menuPort .topBarInLogoArea:after,
.btMenuVertical .menuPort .topBar:after {
display: table;
content: ' ';
clear: both;
}
.btMenuVertical .menuPort .topBarInMenu {
margin: 3em 0 0;
}
.btMenuVertical .menuPort nav:before,
.btMenuVertical .menuPort nav:after {
display: inline-block;
content: ' ';
width: 4.9em;
height: 2px;
clear: both;
opacity: .25;
}
.btMenuVertical .menuPort nav:before {
margin: 2.5em 0 2em;
}
.btMenuVertical .menuPort nav:after {
margin: 2em 0;
}
.btMenuVertical .menuPort .btIconWidget,
.btMenuVertical .menuPort .btTopBox {
margin: 0;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon,
.btMenuVertical .menuPort .btIconWidget .btSearch,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon,
.btMenuVertical .menuPort .btTopBox .btSearch {
margin: 0;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco {
margin: 0 .25em;
padding: 0;
vertical-align: middle;
text-align: center;
border-radius: 50%;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco .btIcoHolder,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco .btIcoHolder,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco .btIcoHolder,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco .btIcoHolder {
float: none;
display: block;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor1,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor1,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor1,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor1 {
color: #5dc2ca;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor2,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor2,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor2,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor2 {
color: #a082d2;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor3,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor3,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor3,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor3 {
color: #ffba52;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor4,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor4,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor4,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor4 {
color: #eb6ea6;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor1.btIcoCircled,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor1.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor1.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor1.btIcoCircled {
background-color: #5dc2ca;
color: #fff;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor2.btIcoCircled,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor2.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor2.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor2.btIcoCircled {
background-color: #a082d2;
color: #fff;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor3.btIcoCircled,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor3.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor3.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor3.btIcoCircled {
background-color: #ffba52;
color: #fff;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoAccentColor4.btIcoCircled,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoAccentColor4.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoAccentColor4.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoAccentColor4.btIcoCircled {
background-color: #eb6ea6;
color: #fff;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco .btIcoHolder,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco .btIcoHolder,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco .btIcoHolder,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco .btIcoHolder {
display: block;
width: 26px;
height: 26px;
line-height: 22px;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco .btIcoHolder:before,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco .btIcoHolder:before,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco .btIcoHolder:before,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco .btIcoHolder:before {
display: inline-block;
margin: 0;
padding: 0;
float: none;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoCircled,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoCircled,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoCircled {
color: #fff;
}
.btMenuVertical .menuPort .btIconWidget .btIconWidgetIcon .btIco.btIcoCircled.btIcoDefaultColor,
.btMenuVertical .menuPort .btIconWidget .btSearch .btIco.btIcoCircled.btIcoDefaultColor,
.btMenuVertical .menuPort .btTopBox .btIconWidgetIcon .btIco.btIcoCircled.btIcoDefaultColor,
.btMenuVertical .menuPort .btTopBox .btSearch .btIco.btIcoCircled.btIcoDefaultColor {
background: #181A1E;
}
.btLightSkin.btMenuVertical .menuPort .btIconWidget .btSearch .btIco,
.btLightSkin.btMenuVertical .menuPort .btTopBox .btSearch .btIco {
background-color: #181A1E;
}
.btLightSkin.btMenuVertical .menuPort .btIconWidget .btSearch .btIco .btIcoHolder:before,
.btLightSkin.btMenuVertical .menuPort .btTopBox .btSearch .btIco .btIcoHolder:before {
color: #fff;
}
.btDarkSkin.btMenuVertical .menuPort .btIconWidget .btSearch .btIco,
.btDarkSkin.btMenuVertical .menuPort .btTopBox .btSearch .btIco {
background-color: #fff;
}
.btDarkSkin.btMenuVertical .menuPort .btIconWidget .btSearch .btIco .btIcoHolder:before,
.btDarkSkin.btMenuVertical .menuPort .btTopBox .btSearch .btIco .btIcoHolder:before {
color: #343839;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget,
.btMenuVertical .menuPort .btTopToolsRight .btSearch {
margin: 0 .25em;
color: #fff !important;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget:hover,
.btMenuVertical .menuPort .btTopToolsRight .btSearch:hover {
color: #fff !important;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget .btIco,
.btMenuVertical .menuPort .btTopToolsRight .btSearch .btIco {
border-width: 1px;
padding: 0;
width: 26px;
height: 26px;
text-align: center;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget .btIco .btIcoHolder,
.btMenuVertical .menuPort .btTopToolsRight .btSearch .btIco .btIcoHolder {
display: inline-block;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget .btIco .btIcoHolder:before,
.btMenuVertical .menuPort .btTopToolsRight .btSearch .btIco .btIcoHolder:before {
margin: 0;
padding: 0;
}
.btMenuVertical .menuPort .btTopToolsRight .btIconWidget .btIco.btIcoCircled,
.btMenuVertical .menuPort .btTopToolsRight .btSearch .btIco.btIcoCircled {
border-radius: 50%;
}
.btLightSkin nav:before,
.btDarkSkin .btLightSkin nav:before,
.btLightSkin .btDarkSkin .btLightSkin nav:before,
.btLightSkin nav:after,
.btDarkSkin .btLightSkin nav:after,
.btLightSkin .btDarkSkin .btLightSkin nav:after {
background-color: #343839;
}
.btDarkSkin nav:before,
.btLightSkin .btDarkSkin nav:before,
.btDarkSkin.btLightSkin .btDarkSkin nav:before,
.btDarkSkin nav:after,
.btLightSkin .btDarkSkin nav:after,
.btDarkSkin.btLightSkin .btDarkSkin nav:after {
background-color: #fff;
} .btMenuHorizontal .topBarInMenuCell .btTopBox,
.btMenuHorizontal .topBarInMenuCell .btIconWidget,
.btMenuHorizontal .topBarInMenuCell .btTopBox.widget_search,
.btMenuHorizontal .btTopToolsRight .btTopBox,
.btMenuHorizontal .btTopToolsRight .btIconWidget,
.btMenuHorizontal .btTopToolsRight .btTopBox.widget_search,
.btMenuHorizontal .btTopToolsLeft .btTopBox,
.btMenuHorizontal .btTopToolsLeft .btIconWidget,
.btMenuHorizontal .btTopToolsLeft .btTopBox.widget_search {
display: inline-block;
float: none;
margin: 0 0 0 5px;
}
.btTopToolsInMenuArea.btMenuHorizontal .topBarInMenuCell .btTopBox,
.btTopToolsInMenuArea.btMenuHorizontal .topBarInMenuCell .btIconWidget,
.btTopToolsInMenuArea.btMenuHorizontal .topBarInMenuCell .btTopBox.widget_search,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsRight .btTopBox,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsRight .btIconWidget,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsRight .btTopBox.widget_search,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsLeft .btTopBox,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsLeft .btIconWidget,
.btTopToolsInMenuArea.btMenuHorizontal .btTopToolsLeft .btTopBox.widget_search {
display: block;
float: left;
margin: 0 0 0 7px;
}
.btMenuHorizontal .topBarInMenuCell .btIco,
.btMenuHorizontal .btTopToolsRight .btIco,
.btMenuHorizontal .btTopToolsLeft .btIco {
margin: 0;
}
.btMenuHorizontal .topBarInMenuCell .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco .btIcoHolder:before {
display: block;
font-size: 20px;
line-height: 35px;
width: 35px;
height: 35px;
text-align: center;
vertical-align: middle;
border-radius: 0;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoCircled .btIcoHolder:before {
border-radius: 50%;
}
.btMenuHorizontal .topBarInMenuCell .btIco[class*="btIcoAccentColor"] .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco[class*="btIcoAccentColor"] .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco[class*="btIcoAccentColor"] .btIcoHolder:before {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #5dc2ca inset;
box-shadow: 0 0 0 1.5em #5dc2ca inset;
color: #fff;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 0 #5dc2ca inset;
box-shadow: 0 0 0 0 #5dc2ca inset;
color: #5dc2ca;
background: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
background: transparent;
color: #5dc2ca;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #5dc2ca inset;
box-shadow: 0 0 0 1.5em #5dc2ca inset;
background: transparent;
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1 .btIcoHolder:before {
color: #5dc2ca;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1 .btIcoHolder:hover:before {
color: #343839;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor1 .btIcoHolder:hover:before {
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #a082d2 inset;
box-shadow: 0 0 0 1.5em #a082d2 inset;
color: #fff;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 0 #a082d2 inset;
box-shadow: 0 0 0 0 #a082d2 inset;
color: #a082d2;
background: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1px #a082d2 inset;
box-shadow: 0 0 0 1px #a082d2 inset;
background: transparent;
color: #a082d2;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #a082d2 inset;
box-shadow: 0 0 0 1.5em #a082d2 inset;
background: transparent;
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2 .btIcoHolder:before {
color: #a082d2;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2 .btIcoHolder:hover:before {
color: #343839;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor2 .btIcoHolder:hover:before {
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #ffba52 inset;
box-shadow: 0 0 0 1.5em #ffba52 inset;
color: #fff;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 0 #ffba52 inset;
box-shadow: 0 0 0 0 #ffba52 inset;
color: #ffba52;
background: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1px #ffba52 inset;
box-shadow: 0 0 0 1px #ffba52 inset;
background: transparent;
color: #ffba52;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #ffba52 inset;
box-shadow: 0 0 0 1.5em #ffba52 inset;
background: transparent;
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3 .btIcoHolder:before {
color: #ffba52;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3 .btIcoHolder:hover:before {
color: #343839;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor3 .btIcoHolder:hover:before {
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #eb6ea6 inset;
box-shadow: 0 0 0 1.5em #eb6ea6 inset;
color: #fff;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 0 #eb6ea6 inset;
box-shadow: 0 0 0 0 #eb6ea6 inset;
color: #eb6ea6;
background: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1px #eb6ea6 inset;
box-shadow: 0 0 0 1px #eb6ea6 inset;
background: transparent;
color: #eb6ea6;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4.btIcoCircled .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #eb6ea6 inset;
box-shadow: 0 0 0 1.5em #eb6ea6 inset;
background: transparent;
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4 .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4 .btIcoHolder:before {
color: #eb6ea6;
}
.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4 .btIcoHolder:hover:before {
color: #343839;
}
.btDarkSkin.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .topBarInMenuCell .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsRight .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btDarkSkin.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentDarkHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4 .btIcoHolder:hover:before,
.btAccentLightHeader.btMenuHorizontal .btTopToolsLeft .btIco.btIcoAccentColor4 .btIcoHolder:hover:before {
color: #fff;
}
.btMenuHorizontal .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .widget_search .btIco .btIcoHolder:before {
border-radius: 50%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
} .btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 2em #343839 inset;
box-shadow: 0 0 0 2em #343839 inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before {
color: #343839;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
background-color: transparent;
-webkit-box-shadow: 0 0 0 1px #343839 inset;
box-shadow: 0 0 0 1px #343839 inset;
color: #343839;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before {
color: #5dc2ca;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
} .btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 2em #fff inset;
box-shadow: 0 0 0 2em #fff inset;
color: #343839;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before {
color: #5dc2ca;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
} .btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 2em #fff inset;
box-shadow: 0 0 0 2em #fff inset;
color: #343839;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco.btIcoDefaultColor .btIcoHolder:before {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor.btIcoCircled .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .topBarInMenuCell .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsRight .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIconWidget:hover .btIco.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btLightSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader.btDarkSkin .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader.btDarkSkin .mainHeader .btTopToolsLeft .btIco:hover.btIcoDefaultColor .btIcoHolder:before {
color: #5dc2ca;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
} .btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #343839 inset;
box-shadow: 0 0 0 1px #343839 inset;
color: #343839;
background: transparent;
}
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btLightSkin .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btLightSkin .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btDarkSkin .mainHeader.btLightSkin .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btLightSkin .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #343839 inset;
box-shadow: 0 0 0 1.5em #343839 inset;
color: #fff;
}
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btDarkSkin .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
background: transparent;
}
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btDarkSkin .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btDarkSkin .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btLightSkin .mainHeader.btDarkSkin .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btDarkSkin .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #fff inset;
box-shadow: 0 0 0 1.5em #fff inset;
color: #343839;
}
.btMenuHorizontal.btAccentDarkHeader .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btAccentDarkHeader .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
background: transparent;
}
.btMenuHorizontal.btAccentDarkHeader .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btAccentDarkHeader .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btAccentDarkHeader .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .topBarInMenuCell .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .btTopToolsRight .widget_search .btIco .btIcoHolder:hover:before,
.btMenuHorizontal.btAccentLightHeader .mainHeader .btTopToolsLeft .widget_search .btIco .btIcoHolder:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #fff inset;
box-shadow: 0 0 0 1.5em #fff inset;
color: #343839 !important;
}
.btMenuHorizontal .btTopToolsRight .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco .btIcoHolder:before {
font-size: 20px;
line-height: 24px;
width: 24px;
height: 24px;
}
.btMenuHorizontal .btTopToolsRight .btIco.btIcoCircled .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btIco.btIcoCircled .btIcoHolder:before {
font-size: 15px;
}
.btMenuHorizontal .btTopToolsRight .btSearch .btIco,
.btMenuHorizontal .btTopToolsLeft .btSearch .btIco {
margin-left: 0;
}
.btMenuHorizontal .btTopToolsRight .btSearch .btIco .btIcoHolder:before,
.btMenuHorizontal .btTopToolsLeft .btSearch .btIco .btIcoHolder:before {
font-size: 15px;
} .topBar .widget_search,
.topBarInMenu .widget_search {
display: inline-block;
margin-left: .2em;
}
.topBar .widget_search h2,
.topBarInMenu .widget_search h2 {
display: none;
}
.topBar .widget_search .btSearch,
.topBarInMenu .widget_search .btSearch {
position: relative;
}
.topBar .widget_search .btSearch .btSearchInner,
.topBarInMenu .widget_search .btSearch .btSearchInner {
position: absolute;
top: 0;
left: -300px;
width: 300px;
font-size: 12px;
display: none;
text-align: right;
}
.topBar .widget_search input,
.topBarInMenu .widget_search input {
font-size: inherit;
max-width: 150px;
padding-left: 5px;
clear: none;
background: rgba(255,255,255,.2);
}
.topBar .widget_search button,
.topBarInMenu .widget_search button {
width: 23px;
height: 23px;
background: #5dc2ca;
border: 0;
float: right;
margin: 0;
cursor: pointer;
}
.topBar .widget_search button:before,
.topBarInMenu .widget_search button:before {
font-family: FontAwesome;
content: "\f002";
display: inline-block;
color: #5dc2ca;
}
.topBar .widget_search button:hover,
.topBarInMenu .widget_search button:hover {
background: #369da5;
}
.btSearchInner.btFromTopBox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translate(-100%,0);
-moz-transform: translate(-100%,0);
-ms-transform: translate(-100%,0);
transform: translate(-100%,0);
opacity: 0;
pointer-events: none;
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
transition: all 800ms ease;
z-index: 99998;
}
.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
background: #fff;
}
.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
background: #181A1E;
}
.btSearchInner.btFromTopBox .btSearchInnerContent {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.btSearchInner.btFromTopBox form {
text-align: center;
position: absolute;
height: 80px;
left: 0;
right: 0;
top: 50%;
margin: -40px 10% 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose {
display: block;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco {
margin: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.btIcoMediumSize {
line-height: 120px;
width: auto;
height: auto;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.btIcoMediumSize .btIcoHolder:before {
font: 120px/1 Icon7Stroke;
color: #5dc2ca;
content: "\e680";
width: auto;
height: auto;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.btIcoMediumSize:hover a.btIcoHolder:before {
color: #a082d2;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.btSearchInner.btFromTopBox input[type="text"] {
padding: 0 75px 0 20px;
text-align: left;
height: 100px;
line-height: 80px;
font-size: 55px;
font-weight: 300;
border: none;
text-align: center;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #343839;
border-bottom: 5px solid rgba(0,0,0,.1);
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1) inset;
box-shadow: 0 5px 10px rgba(0,0,0,.1) inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #fff;
border-bottom: 5px solid rgba(255,255,255,.1);
-webkit-box-shadow: 0 5px 10px rgba(255,255,255,.1) inset;
box-shadow: 0 5px 10px rgba(255,255,255,.1) inset;
}
.btSearchInner.btFromTopBox input[type="text"]:focus {
border: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
border-bottom: 5px solid #5dc2ca;
-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1) inset;
box-shadow: 0 5px 25px rgba(0,0,0,.1) inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
border-bottom: 5px solid #5dc2ca;
-webkit-box-shadow: 0 5px 25px rgba(255,255,255,.1) inset;
box-shadow: 0 5px 25px rgba(255,255,255,.1) inset;
}
.btSquareButtons .btSearchInner.btFromTopBox input[type="text"]:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 100px;
}
.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 10px;
}
.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btSearchInner.btFromTopBox button {
border: 0 !important;
position: absolute;
margin: 0;
right: 0;
top: 0;
border-radius: 0;
width: 100px;
height: 100px;
background: transparent !important;
border: 0;
cursor: pointer;
}
.btSearchInner.btFromTopBox button:before {
font: 50px/1 Icon7Stroke;
display: block;
content: "\e618";
color: #fff;
font-weight: 400;
text-align: center;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
color: rgba(0,0,0,.1);
}
.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before {
color: rgba(255,255,255,.1);
}
.btSearchInner.btFromTopBox button:hover:before {
color: #5dc2ca;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
opacity: 1;
pointer-events: auto;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
color: #7d8689;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
color: #7d8689;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
color: #7d8689;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
color: rgba(255,255,255,.2);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
color: rgba(255,255,255,.2);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
color: rgba(255,255,255,.2);
} .btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator {
background-color: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
} body.btMenuVerticalOn {
position: relative;
width: 100vw;
overflow: hidden;
} html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
opacity: 1;
pointer-events: auto;
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
display: block;
} .btPageWrap > footer,
.btPageWrap > .footer {
font-size: 13px;
} .btSiteFooter {
font-weight: 300;
}
.btSiteFooter .port {
max-width: 1140px;
margin: auto;
}
.btSiteFooter .copyLine {
margin-bottom: 0;
}
.btSiteFooter .menu {
margin: 0;
padding: 0;
list-style: none;
text-align: right;
}
.btSiteFooter .menu li {
display: inline-block;
margin: 0 15px 0 0;
padding: 0;
}
.btSiteFooter .menu li:last-child {
margin: 0;
}
.btSiteFooterWidgets {
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.btSiteFooterWidgets .btBox {
background-color: transparent;
}
.btSiteFooterWidgets .btBox .btImage img {
margin: initial;
}
.btSiteFooter .port .btFooterCopy,
.btSiteFooter .port .btFooterMenu {
padding-bottom: 2em;
}
.btSiteFooter .port:before {
content: '';
clear: both;
width: 100%;
display: block;
height: 4px;
background-color: #fff;
margin-bottom: 2em;
}
.btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
background: #fff;
}
.btLightSkin .btSiteFooter,
.btDarkSkin .btLightSkin .btSiteFooter,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter {
background: #fff;
}
.btLightSkin .btSiteFooter .port:before,
.btDarkSkin .btLightSkin .btSiteFooter .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter .port:before {
background-color: #343839;
}
.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets {
background: #181A1E;
}
.btDarkSkin .btSiteFooter,
.btLightSkin .btDarkSkin .btSiteFooter,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter {
background: #181A1E;
}
.btDarkSkin .btSiteFooter .port:before,
.btLightSkin .btDarkSkin .btSiteFooter .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter .port:before {
background-color: #fff;
}
section footer,
article footer,
section .footer,
article .footer {
border-top: none;
}
.menu-footer-menu-container .menu {
display: block;
}
.menu-footer-menu-container .menu li {
display: inline-block;
padding: 0 .85em;
font-size: 14px;
font-weight: 300;
line-height: 1.1;
}
.btTextRight .menu-footer-menu-container {
text-align: right;
}
.btTextRight .menu-footer-menu-container .menu li {
padding: 0 0 0 1.7em;
}
.btTextLeft .menu-footer-menu-container {
text-align: left;
}
.btTextLeft .menu-footer-menu-container .menu li {
padding: 0 1.7em 0 0;
}
.btTextCenter .menu-footer-menu-container {
text-align: center;
} .sticky .headline:before {
content: '\e69b';
font-family: Icon7Stroke;
display: block;
float: left;
margin-right: .4em;
font-size: .7em;
padding-top: .3em;
}
.sticky .btBlogSimpleViewCategories .headline:before {
content: '';
}
.boldArticleBody .port,
.btArticleBody .port {
padding: 0 !important;
}
@media (min-width: 1200px) {
.btPostSingleItemStandard .btArticleBody {
padding: 0 0 20px;
}
}
.btAboutAuthor {
display: table;
width: 100%;
margin: 0 0 30px;
}
.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor {
border-top: 1px solid rgba(255,255,255,.1);
}
.aaAvatar img,
.commentAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.aaTxt {
display: table-cell;
vertical-align: top;
padding: 20px 20px 8px;
}
.aaTxt p,
.aaTxt ul,
.aaTxt ol,
.aaTxt dl {
margin: 0 0 14px;
}
.single-portfolio h2,
.single-post h2 {
letter-spacing: 0;
}
.single-portfolio:not(.btHideHeadline) .btBlogHeaderContent {
margin-top: 3em;
} .btMediaBox {
position: relative;
overflow: hidden;
}
.btMediaBox img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.btMediaBox .aspectVideo {
visibility: hidden;
}
.btMediaBox iframe {
display: block;
border: none;
}
.btMediaBox.video iframe {
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
border: none;
}
.btMediaBox.audio iframe {
display: block;
width: 100% !important;
}
.btMediaBox.btQuote,
.btMediaBox.btLink {
text-align: center;
position: relative;
display: block;
padding: 40px;
margin: 0;
background-color: #5dc2ca;
font-weight: 100;
font-family: "Montserrat",arial,sans-serif;
}
.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
display: block;
text-align: center;
font: 44px/44px Icon7Stroke;
margin-bottom: 10px;
}
.btMediaBox.btQuote p,
.btMediaBox.btLink p {
font-size: 24px;
line-height: 1.5;
}
.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
display: inline-block;
padding: 20px 0 0;
border-top: 1px solid #fff;
margin: 0;
font-family: Dosis;
font-style: normal;
}
.btMediaBox.btQuote a,
.btMediaBox.btLink a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
color: #fff;
opacity: .6;
}
.btMediaBox.btLink p:before {
content: "\e641";
}
.single-post .btMediaBox.btQuote p:before,
.blog .btMediaBox.btQuote p:before,
.archive .btMediaBox.btQuote p:before,
.search .btMediaBox.btQuote p:before {
font: 54px/54px btFitness !important;
content: "\e9a9\e9a9";
letter-spacing: 5px;
}
.single .btMediaBox,
.blog .btMediaBox,
.archive .btMediaBox,
.search .btMediaBox {
margin-bottom: 1em;
}
.single-post .btMediaBox.btQuote,
.single-post .btMediaBox.btLink,
.blog .btMediaBox.btQuote,
.blog .btMediaBox.btLink,
.archive .btMediaBox.btQuote,
.archive .btMediaBox.btLink,
.search .btMediaBox.btQuote,
.search .btMediaBox.btLink {
padding: 60px;
}
.single-post .btMediaBox.btQuote p:before,
.single-post .btMediaBox.btLink p:before,
.blog .btMediaBox.btQuote p:before,
.blog .btMediaBox.btLink p:before,
.archive .btMediaBox.btQuote p:before,
.archive .btMediaBox.btLink p:before,
.search .btMediaBox.btQuote p:before,
.search .btMediaBox.btLink p:before {
font: 64px/64px Icon7Stroke;
}
.single-post .btMediaBox.btQuote p,
.single-post .btMediaBox.btLink p,
.blog .btMediaBox.btQuote p,
.blog .btMediaBox.btLink p,
.archive .btMediaBox.btQuote p,
.archive .btMediaBox.btLink p,
.search .btMediaBox.btQuote p,
.search .btMediaBox.btLink p {
font-size: 46px;
}
.btBlogColumnView .btMediaBox.btQuote p:before,
.btBlogColumnView .btMediaBox.btLink p:before {
font: 36px/36px Icon7Stroke;
}
.btBlogColumnView .btMediaBox.btQuote p,
.btBlogColumnView .btMediaBox.btLink p {
font-size: 27px;
}
.btBlogColumnView .btMediaBox.btLink p:before {
font: 64px/64px Icon7Stroke;
} .btArticleListItem {
margin-bottom: 80px;
}
.btDarkSkin .btArticleListItem .headline a,
.btLightSkin .btDarkSkin .btArticleListItem .headline a,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem .headline a {
color: #fff;
}
.btLightSkin .btArticleListItem .headline a,
.btDarkSkin .btLightSkin .btArticleListItem .headline a,
.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem .headline a {
color: #343839;
}
.btArticleListItem .headline a:hover {
color: #5dc2ca;
} .btArticleListItem.btBlogSimpleView {
margin-bottom: 2em;
border-bottom: 1px solid;
}
.btLightSkin .btArticleListItem.btBlogSimpleView,
.btDarkSkin .btLightSkin .btArticleListItem.btBlogSimpleView,
.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btBlogSimpleView {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btArticleListItem.btBlogSimpleView,
.btLightSkin .btDarkSkin .btArticleListItem.btBlogSimpleView,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btBlogSimpleView {
border-color: rgba(255,255,255,.1);
}
.btBlogSimpleView {
padding-left: 0 !important;
}
.btBlogSimpleView .btBlogSimpleViewCategories span,
.btBlogSimpleView .btBlogSimpleViewCategories a {
text-transform: uppercase;
}
.btBlogSimpleView .btBlogSimpleViewCategories .asgItem.avatar img {
border-radius: 50%;
max-width: 100px;
float: left;
margin-bottom: 10px;
} .btArticleListItem.btBlogColumnView .header .btSuperTitle,
.btArticleListItem.btBlogColumnView .header .btSubTitle,
.btArticleListItem.btBlogColumnView .btArticleListBodyAuthor,
.btPostSingleItemColumns .header .btSuperTitle,
.btPostSingleItemColumns .header .btSubTitle,
.btPostSingleItemColumns .btArticleListBodyAuthor {
font-size: 12px !important;
text-transform: uppercase;
}
.btArticleListItem.btBlogColumnView .btArticleListBodyAuthor a,
.btPostSingleItemColumns .btArticleListBodyAuthor a {
color: #5dc2ca !important;
}
.btArticleListItem.btBlogColumnView {
margin-bottom: 50px;
padding-bottom: 30px;
}
.btDarkSkin .btArticleListItem.btBlogColumnView,
.btLightSkin .btDarkSkin .btArticleListItem.btBlogColumnView,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btBlogColumnView {
border-bottom: 3px solid rgba(255,255,255,.2);
}
.btLightSkin .btArticleListItem.btBlogColumnView,
.btDarkSkin .btLightSkin .btArticleListItem.btBlogColumnView,
.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btBlogColumnView {
border-bottom: 3px solid rgba(0,0,0,.07);
} body:not(.woocommerce) .btCommentsBox .form-submit {
margin-bottom: 0;
}
.btCommentsBox {
margin: 0 0 1em;
}
.btCommentsBox h4 {
font-size: 1.75em;
}
.btCommentsBox h3 {
position: relative;
margin-bottom: 1em;
font-size: 1.75em;
}
.btCommentsBox ul.comments,
.btCommentsBox ul.comments li.comment {
list-style: none;
display: block;
padding-left: 0;
margin-left: 0;
margin-top: 1em;
}
.btCommentsBox ul.comments > li,
.btCommentsBox ul.comments > li.comment > ul.children > li.comment {
display: block;
margin: 0;
}
.btLightSkin .btCommentsBox ul.comments > li,
.btDarkSkin .btLightSkin .btCommentsBox ul.comments > li,
.btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments > li,
.btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin .btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btCommentsBox ul.comments > li,
.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li,
.btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(255,255,255,.1);
}
.btCommentsBox ul.comments li > article {
margin: 0;
position: relative;
width: 100%;
display: table;
}
.btCommentsBox ul.comments li > article .commentTxt {
padding: 20px 0 30px 0;
display: table-cell;
}
.btCommentsBox ul.comments ul article {
padding: 0 0 0 40px;
}
.btCommentsBox ul.children {
margin: 0 0 0 1.65em;
}
.btCommentsBox ul.children ul.children {
margin: 0 0 0 4em;
}
.btCommentsBox input,
.btCommentsBox textarea {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btCommentsBox .btComment {
line-height: 0;
}
.btCommentsBox .btComment textarea,
.btCommentsBox .btComment label {
line-height: 1.8;
}
.btCommentsBox .vcard {
position: relative;
}
.btCommentsBox .vcard h5 {
float: left;
}
.btCommentsBox .vcard .posted {
float: right;
margin: 1.1em 0 0;
opacity: .8;
font-size: .8em;
padding: 0 0 0 26px;
}
.btCommentsBox .vcard .posted:before {
display: block;
float: left;
content: '\f017';
font: normal 14px/22px FontAwesome;
margin: 0 5px 0 0;
background: #5dc2ca;
color: #fff;
width: 22px;
height: 22px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
}
.woocommerce .btCommentsBox .vcard .star-rating {
display: block;
position: absolute;
top: 0;
right: 0;
}
.btCommentsBox .comment {
clear: both;
}
.btCommentsBox .commentTxt p.edit-link,
.btCommentsBox .commentTxt p.reply {
float: left;
margin: 0 10px 0 0;
font-family: "Dosis";
font-size: .8em;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btCommentsBox .commentTxt p.edit-link:hover,
.btCommentsBox .commentTxt p.reply:hover {
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btCommentsBox .commentTxt p.edit-link:hover:before,
.btCommentsBox .commentTxt p.reply:hover:before {
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btCommentsBox .commentTxt p.edit-link a:before,
.btCommentsBox .commentTxt p.reply a:before {
display: block;
float: left;
margin: -3px 0 0 -26px;
content: '\f017';
font: normal 14px/22px FontAwesome;
margin: 0 5px 0 0;
color: #fff;
width: 22px;
height: 22px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
color: #fff;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btCommentsBox .commentTxt p.reply {
clear: left;
}
.btCommentsBox .commentTxt p.edit-link a:before {
background: #ffba52;
content: '\f044';
}
.btCommentsBox .commentTxt p.edit-link a:hover:before {
background: #5dc2ca;
}
.btCommentsBox .commentTxt p.edit-link a:hover a {
color: #a082d2;
}
.btCommentsBox .commentTxt p.reply a:before {
background: #a082d2;
content: '\f112';
}
.btCommentsBox .commentTxt p.reply a:hover:before {
background: #5dc2ca;
}
.btCommentsBox .commentTxt p.reply a:hover a {
color: #ffba52;
}
.btCommentsBox .comment-form {
padding-bottom: 20px;
}
.btCommentsBox .comment-form .form-submit button {
text-transform: uppercase;
color: #fff;
background: #5dc2ca;
border: 2px solid #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btCommentsBox .comment-form .form-submit button:hover {
background: transparent;
color: #5dc2ca;
}
.btCommentsBox .comment-navigation {
text-align: right;
clear: right;
}
.btCommentsBox .comment-navigation a,
.btCommentsBox .comment-navigation span {
display: inline-block;
}
.btCommentsBox .comment-navigation span {
margin: 0 5px;
}
.aaAvatar,
.commentAvatar {
display: table-cell;
vertical-align: top;
width: 150px;
padding: 20px 10px;
}
.commentAvatar {
width: 75px;
} .btContentHolder .alignleft {
float: left;
margin: 0 20px 0 0;
}
.btContentHolder .alignright {
float: right;
margin: 0 0 0 20px;
}
.btContentHolder .aligncenter,
.btContentHolder .btContent .alignnone {
text-align: center;
margin: 0 auto;
}
.btContentHolder figure.aligncenter,
.btContentHolder .btContent figure.alignnone {
margin: 0 auto 20px;
}
.btContentHolder .alignnone {
width: auto !important;
} .post-password-form input[type="password"] {
padding: 10px;
height: 38px;
border: 1px solid rgba(0,0,0,.1);
width: 100%;
display: block;
margin: 0 0 20px;
}
.post-password-form input[type="submit"] {
display: block;
margin: 0 auto;
color: #FFF;
width: auto;
height: 38px;
background: #5dc2ca;
border: 2px solid #5dc2ca;
cursor: pointer;
padding: 0 20px;
font-family: "Dosis";
text-transform: uppercase;
font-weight: 700;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.post-password-form input[type="submit"]:hover {
background: transparent;
color: #5dc2ca;
} .btPagination {
font-weight: 400;
font-size: .8em;
line-height: 38px;
text-transform: uppercase;
}
.btPagination :after {
display: table;
content: " ";
width: 100%;
clear: both;
}
.btPagination .paging.onLeft {
float: left;
}
.btPagination .paging.onRight {
float: right;
}
.btPagination .paging a {
display: block;
}
.btPagination .paging a:after {
width: 38px;
height: 38px;
display: block;
text-align: center;
font: 2.25em/1.3em Icon7Stroke;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-box-shadow: 0 0 0 2em #5dc2ca inset;
box-shadow: 0 0 0 2em #5dc2ca inset;
color: #fff;
}
.btHardRoundedButtons .btPagination .paging a:after {
border-radius: 50%;
}
.btSoftRoundedButtons .btPagination .paging a:after {
border-radius: 5px;
}
.btSquareButtons .btPagination .paging a:after {
border-radius: 0;
}
.btPagination .paging a:hover:after {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
}
.btPagination .paging .pagePrev a:after {
content: "\e686";
float: left;
margin: 0 10px 0 0;
}
.btPagination .paging .pageNext a:after {
content: "\e684";
float: right;
margin: 0 0 0 10px;
} .btLinkPages ul {
margin-left: 0;
padding-left: 0;
margin-top: 30px;
font-size: 13px;
text-transform: uppercase;
}
.btLinkPages ul li {
list-style: none;
display: inline-block;
}
.btLinkPages ul a {
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1em #5dc2ca inset;
box-shadow: 0 0 0 1em #5dc2ca inset;
color: #fff;
margin: 0 3px 0 2px;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btLinkPages ul a:hover {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
} .articleSideGutter {
position: absolute;
top: 0;
left: 0;
line-height: 1.4;
width: 100px;
font-size: .9em;
}
.articleSideGutter .date {
opacity: .8;
}
.articleSideGutter .date small {
font-size: .9em;
}
.articleSideGutter img {
border-radius: 50%;
}
.btHasAuthorInfo .btArticleListBody {
padding-left: 120px;
} .comment-respond .btnOutline button[type="submit"] {
font-family: "Dosis";
margin: -7px -12px;
padding: 7px 20px;
height: 41px;
background: transparent;
border: 0;
cursor: pointer;
color: inherit;
font-weight: 700;
} .boldPhotoSlide {
position: relative;
}
.single .boldPhotoSlide {
padding: 0 20px;
}
.single .boldPhotoSlide h4.nbs {
margin: 0 30px !important;
} .gallery {
margin-bottom: 1.6em;
}
.gallery .gallery-item {
display: inline-block;
padding: 0 4px;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: 5px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
@media (max-width: 1200px) {
.gallery-item {
width: 100% !important;
max-width: 100% !important;
}
}
h5.author {
line-height: 1.2;
margin: 18px 0 25px;
font-weight: 500;
}
.variableImg {
position: relative;
}
.slidedItem.firstItem > .port:after,
.slidedItem .variableImg:after,
.btGhost > .port:after {
content: ' ';
display: block;
background-color: rgba(0,0,0,.7);
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.slidedItem > .port .btSlideGutter,
.btGhost > .port .rowItem {
position: relative;
z-index: 2;
}
.slidedItem.firstItem > .port:after,
.btGhost > .port:after {
background-color: rgba(0,0,0,.6);
}
.slidedItem.slick-current .variableImg:after {
background-color: rgba(0,0,0,0);
}
a#cancel-comment-reply-link {
font-weight: 400;
display: inline-block;
margin: 0 0 0 1em;
padding: 0 0 0 .9em;
}
.btLightSkin a#cancel-comment-reply-link,
.btDarkSkin .btLightSkin a#cancel-comment-reply-link,
.btLightSkin .btDarkSkin .btLightSkin a#cancel-comment-reply-link {
color: #343839;
}
.btDarkSkin a#cancel-comment-reply-link,
.btLightSkin .btDarkSkin a#cancel-comment-reply-link,
.btDarkSkin.btLightSkin .btDarkSkin a#cancel-comment-reply-link {
color: #fff;
}
a#cancel-comment-reply-link:before {
content: '\e680';
display: block;
float: left;
font-size: 1.7em;
font-family: Icon7Stroke;
margin: -.2em 0 0 -.9em;
}
a#cancel-comment-reply-link:hover {
color: #5dc2ca;
}
.logged-in-as a {
color: #5dc2ca;
cursor: pointer;
}
.logged-in-as a:hover {
color: inherit;
}
a#cancel-comment-reply-link {
font-weight: 300;
display: inline-block;
margin: 0 0 0 1em;
padding: 0 0 0 .9em;
color: #fff;
}
a#cancel-comment-reply-link:before {
content: '\e680';
display: block;
float: left;
font-size: 1.7em;
font-family: Icon7Stroke;
margin: 0 0 0 -.9em;
color: #fff;
}
a#cancel-comment-reply-link:hover {
color: #5dc2ca;
}
span.enhanced {
display: block;
float: left;
margin: 0 .3em .1em 0;
padding: 0;
width: 1.8em;
font-size: 1.8em;
height: 1.8em;
line-height: 1.6em;
vertical-align: middle;
text-align: center;
border: 1px solid #343839;
border-radius: 1.8em;
}
.btLightSkin span.enhanced,
.btDarkSkin .btLightSkin span.enhanced,
.btLightSkin .btDarkSkin .btLightSkin span.enhanced {
border-color: #343839;
}
.btDarkSkin span.enhanced,
.btLightSkin .btDarkSkin span.enhanced,
.btDarkSkin.btLightSkin .btDarkSkin span.enhanced {
border-color: #343839;
}
span.btHighlight {
display: inline-block;
padding: .06em .5em;
background-color: #5dc2ca;
color: #fff;
}
.btShareArticle {
padding-top: 7px;
}
.btShareArticle .btIco .btIcoHolder:before,
.socialRow .btIco .btIcoHolder:before,
.btGridShare .btIco .btIcoHolder:before {
color: #fff;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btShareArticle .btIco .btIcoHolder:hover:before,
.socialRow .btIco .btIcoHolder:hover:before,
.btGridShare .btIco .btIcoHolder:hover:before {
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btShareArticle .btIco:nth-child(4n + 1) .btIcoHolder:before,
.socialRow .btIco:nth-child(4n + 1) .btIcoHolder:before,
.btGridShare .btIco:nth-child(4n + 1) .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #5dc2ca inset;
box-shadow: 0 0 0 1.5em #5dc2ca inset;
}
.btShareArticle .btIco:nth-child(4n + 1) .btIcoHolder:hover:before,
.socialRow .btIco:nth-child(4n + 1) .btIcoHolder:hover:before,
.btGridShare .btIco:nth-child(4n + 1) .btIcoHolder:hover:before {
color: #5dc2ca;
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
}
.btShareArticle .btIco:nth-child(4n + 2) .btIcoHolder:before,
.socialRow .btIco:nth-child(4n + 2) .btIcoHolder:before,
.btGridShare .btIco:nth-child(4n + 2) .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #a082d2 inset;
box-shadow: 0 0 0 1.5em #a082d2 inset;
}
.btShareArticle .btIco:nth-child(4n + 2) .btIcoHolder:hover:before,
.socialRow .btIco:nth-child(4n + 2) .btIcoHolder:hover:before,
.btGridShare .btIco:nth-child(4n + 2) .btIcoHolder:hover:before {
color: #a082d2;
-webkit-box-shadow: 0 0 0 1px #a082d2 inset;
box-shadow: 0 0 0 1px #a082d2 inset;
}
.btShareArticle .btIco:nth-child(4n + 3) .btIcoHolder:before,
.socialRow .btIco:nth-child(4n + 3) .btIcoHolder:before,
.btGridShare .btIco:nth-child(4n + 3) .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #ffba52 inset;
box-shadow: 0 0 0 1.5em #ffba52 inset;
}
.btShareArticle .btIco:nth-child(4n + 3) .btIcoHolder:hover:before,
.socialRow .btIco:nth-child(4n + 3) .btIcoHolder:hover:before,
.btGridShare .btIco:nth-child(4n + 3) .btIcoHolder:hover:before {
color: #ffba52;
-webkit-box-shadow: 0 0 0 1px #ffba52 inset;
box-shadow: 0 0 0 1px #ffba52 inset;
}
.btShareArticle .btIco:nth-child(4n + 4) .btIcoHolder:before,
.socialRow .btIco:nth-child(4n + 4) .btIcoHolder:before,
.btGridShare .btIco:nth-child(4n + 4) .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1.5em #eb6ea6 inset;
box-shadow: 0 0 0 1.5em #eb6ea6 inset;
}
.btShareArticle .btIco:nth-child(4n + 4) .btIcoHolder:hover:before,
.socialRow .btIco:nth-child(4n + 4) .btIcoHolder:hover:before,
.btGridShare .btIco:nth-child(4n + 4) .btIcoHolder:hover:before {
color: #eb6ea6;
-webkit-box-shadow: 0 0 0 1px #eb6ea6 inset;
box-shadow: 0 0 0 1px #eb6ea6 inset;
}
.asgItem.title {
margin: 4px 0 0;
} .header .btSubTitle span,
.header .btSubTitle p,
.header .btSubTitle a,
.header .btSuperTitle span,
.header .btSuperTitle p,
.header .btSuperTitle a {
display: inline-block;
}
.header .btSubTitle .btArticleDate,
.header .btSubTitle .btArticleAuthor,
.header .btSubTitle .btArticleComments,
.header .btSubTitle .btArticleCategories,
.header .btSuperTitle .btArticleDate,
.header .btSuperTitle .btArticleAuthor,
.header .btSuperTitle .btArticleComments,
.header .btSuperTitle .btArticleCategories {
display: inline-block;
}
.header .btSubTitle .btArticleCategories,
.header .btSuperTitle .btArticleCategories {
text-transform: uppercase;
}
.header .btSubTitle .btArticleCategories a:not(:first-child):before,
.header .btSuperTitle .btArticleCategories a:not(:first-child):before {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 2px;
height: 2px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
background-color: #5dc2ca;
}
.btDarkSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btDarkSkin.btLightSkin .btDarkSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btDarkSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before,
.btDarkSkin.btLightSkin .btDarkSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before {
background-color: #fff;
}
.btLightSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btDarkSkin .btLightSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btLightSkin .header .btSubTitle .btArticleCategories a:not(:first-child):before,
.btLightSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before,
.btDarkSkin .btLightSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btLightSkin .header .btSuperTitle .btArticleCategories a:not(:first-child):before {
background-color: #343839;
}
.btLightSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btDarkSkin .btLightSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btLightSkin .btDarkSkin .btLightSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btLightSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover,
.btDarkSkin .btLightSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover,
.btLightSkin .btDarkSkin .btLightSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover {
color: #343839;
}
.btDarkSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btLightSkin .btDarkSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btDarkSkin.btLightSkin .btDarkSkin .header .btSubTitle .btArticleCategories > a.btArticleCategory:hover,
.btDarkSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover,
.btLightSkin .btDarkSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover,
.btDarkSkin.btLightSkin .btDarkSkin .header .btSuperTitle .btArticleCategories > a.btArticleCategory:hover {
color: #fff;
}
.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after {
content: ' / ';
padding: 0 .5em;
}
.btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after {
color: #343839;
}
.btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after {
color: #fff;
}
.btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btArticleCategories:not(:last-child),
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child) {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child) {
border-color: rgba(255,255,255,.1) !important;
}
.btArticleComments:before {
font-family: FontAwesome;
content: "\f075";
margin: -5px 5px 0 0;
display: inline-block;
}
.btArticle .header h2,
.btArticle .header h3,
.btArticleListItem .header h2,
.btArticleListItem .header h3 {
letter-spacing: 0;
}
.btArticle .header h3,
.btArticleListItem .header h3 {
font-size: 40px;
}
.bgiTxt .boldArticleMeta {
font-size: 15px;
} .btArticleMeta {
font-family: "Dosis";
font-size: .9em;
}
.btArticleMeta dd,
.btArticleMeta dt {
display: block;
clear: left;
padding-right: 0;
}
.btArticleMeta dd {
padding-bottom: 1em;
} .btArticleListBodyContent ul,
.btArticleListBodyContent ol {
padding: 0;
margin: 0 0 20px 20px;
}
.btArticleListBodyContent ul li,
.btArticleListBodyContent ol li {
margin-bottom: .7em;
}
.btArticleListBodyContent ul ul,
.btArticleListBodyContent ul ol,
.btArticleListBodyContent ol ul,
.btArticleListBodyContent ol ol {
margin: .7em 0 0 20px;
}
.btArticleListBody .btReadArticle a {
background: #5dc2ca;
color: #fff;
border: 2px solid #5dc2ca;
}
.btArticleListBody .btReadArticle a:hover {
background: transparent;
color: #5dc2ca;
}
.btArticleBody ul,
.btArticleBody ol {
margin-left: 1em;
}
.btArticleBody a {
text-decoration: underline;
}
form.post-password-form {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
text-align: center;
}
form.post-password-form p label {
display: block;
text-align: center;
font-weight: 600;
}
form.post-password-form p label input[type="password"] {
font-weight: 400;
margin: 12px 0;
} .btBox {
margin-bottom: 2em;
} .btBox > h4,
.btCustomMenu > h4,
.btTopBox > h4 {
font-size: 1.3em;
margin-bottom: .75em;
position: relative;
letter-spacing: 0;
font-weight: 500;
}
.btBox > h4:after,
.btCustomMenu > h4:after,
.btTopBox > h4:after {
content: ' ';
clear: both;
display: block;
margin: .5em 0 .4em;
opacity: .6;
}
.btLightSkin .btBox > h4:after,
.btLightSkin .btCustomMenu > h4:after,
.btLightSkin .btTopBox > h4:after {
border-bottom: 3px solid rgba(0,0,0,.1);
}
.btDarkSkin .btBox > h4:after,
.btDarkSkin .btCustomMenu > h4:after,
.btDarkSkin .btTopBox > h4:after {
border-bottom: 3px solid rgba(255,255,255,.1);
}
body.btNoDashInSidebar .btBox > h4:after,
body.btNoDashInSidebar .btCustomMenu > h4:after,
body.btNoDashInSidebar .btTopBox > h4:after {
display: none;
}
.btBox > h4:before,
.btCustomMenu > h4:before,
.btTopBox > h4:before {
content: ' ';
height: 3px;
left: 0;
bottom: 0;
display: block;
position: absolute;
z-index: 2;
width: 3em;
background-color: red;
}
.btBox:nth-child(4n + 1) > h4:before,
.btCustomMenu:nth-child(4n + 1) > h4:before,
.btTopBox:nth-child(4n + 1) > h4:before {
background-color: #5dc2ca;
}
.btBox:nth-child(4n + 2) > h4:before,
.btCustomMenu:nth-child(4n + 2) > h4:before,
.btTopBox:nth-child(4n + 2) > h4:before {
background-color: #a082d2;
}
.btBox:nth-child(4n + 3) > h4:before,
.btCustomMenu:nth-child(4n + 3) > h4:before,
.btTopBox:nth-child(4n + 3) > h4:before {
background-color: #ffba52;
}
.btBox:nth-child(4n + 4) > h4:before,
.btCustomMenu:nth-child(4n + 4) > h4:before,
.btTopBox:nth-child(4n + 4) > h4:before {
background-color: #eb6ea6;
}
.btBox header.small .btSuperTitle,
.btCustomMenu header.small .btSuperTitle,
.btTopBox header.small .btSuperTitle {
font-size: .875em;
}
.btBox header.small h4,
.btCustomMenu header.small h4,
.btTopBox header.small h4 {
font-size: 1em;
}
.btBox label,
.btCustomMenu label,
.btTopBox label {
display: none;
}
.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
margin-bottom: .5em;
}
.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
font-size: 21px;
margin-bottom: 5px;
}
.btBox select,
.btCustomMenu select,
.btTopBox select {
display: block;
margin: .5em 0 0;
width: 100%;
padding: .5em;
}
.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
list-style: none;
margin: 0;
padding: 0;
}
.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
display: block;
width: auto;
margin: 0;
position: relative;
padding: .5em 0;
margin-left: 0;
}
.btLightSkin .btBox ul li,
.btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btCustomMenu ul li,
.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btTopBox ul li,
.btDarkSkin .btLightSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li {
border-bottom: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li,
.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btTopBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li {
border-bottom: 1px solid rgba(255,255,255,.2);
}
.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
margin: .5em 0 0;
padding: .5em 0 0;
}
.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
padding-left: 1em;
}
.btBox ul li ul li ul,
.btBox ul li ul li li,
.btCustomMenu ul li ul li ul,
.btCustomMenu ul li ul li li,
.btTopBox ul li ul li ul,
.btTopBox ul li ul li li {
padding-left: 0;
}
.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
border-top: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul {
border-top: 1px solid rgba(255,255,255,.2);
}
.footer .btBox ul li,
.footer .btCustomMenu ul li,
.footer .btTopBox ul li {
line-height: 1.2;
border-bottom: none !important;
}
.btBox ul li:first-child,
.btCustomMenu ul li:first-child,
.btTopBox ul li:first-child {
padding-top: 0;
}
.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
clear: both;
content: " ";
display: block;
}
.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.btBox .ppImage,
.btCustomMenu .ppImage,
.btTopBox .ppImage {
display: table-cell;
vertical-align: top;
width: 90px;
min-width: 90px;
}
.btBox .ppImage a,
.btCustomMenu .ppImage a,
.btTopBox .ppImage a {
display: block;
line-height: 0;
padding-right: 10px;
}
.btBox .ppImage a img,
.btCustomMenu .ppImage a img,
.btTopBox .ppImage a img {
margin: 0;
border: 1px solid rgba(0,0,0,.1);
max-width: 100%;
width: 100%;
height: auto;
}
.btBox .ppTxt,
.btCustomMenu .ppTxt,
.btTopBox .ppTxt {
display: table-cell;
overflow: hidden;
text-align: left;
}
.btBox .ppTxt .header,
.btCustomMenu .ppTxt .header,
.btTopBox .ppTxt .header {
margin-bottom: 0;
}
.btBox .ppTxt .header .headline a,
.btCustomMenu .ppTxt .header .headline a,
.btTopBox .ppTxt .header .headline a {
color: inherit;
}
.btBox .ppTxt .header .headline a a:hover,
.btCustomMenu .ppTxt .header .headline a a:hover,
.btTopBox .ppTxt .header .headline a a:hover {
color: #5dc2ca;
}
.btBox .ppTxt .header .btSuperTitle,
.btCustomMenu .ppTxt .header .btSuperTitle,
.btTopBox .ppTxt .header .btSuperTitle {
color: inherit;
font-size: .6em;
letter-spacing: 0;
margin-bottom: 0;
}
.btBox .ppTxt .header .btSubTitle,
.btCustomMenu .ppTxt .header .btSubTitle,
.btTopBox .ppTxt .header .btSubTitle {
color: inherit;
margin-bottom: 0;
}
.btBox .ppTxt .header .btSubTitle .star-rating,
.btCustomMenu .ppTxt .header .btSubTitle .star-rating,
.btTopBox .ppTxt .header .btSubTitle .star-rating {
line-height: 1;
font-size: .75em;
}
.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
font-weight: 600;
margin: 0;
font-size: .8em;
font-family: Dosis;
} .widget_calendar table {
width: 100%;
border-collapse: collapse;
}
.widget_calendar table caption {
background: #5dc2ca;
color: #FFF;
font-family: "Dosis";
font-weight: 700;
padding: 5px;
}
.widget_calendar table thead th {
text-align: center;
padding: 3px;
}
.widget_calendar table tfoot td {
padding: 3px;
}
.widget_calendar table tfoot td#next {
text-align: right;
}
.widget_calendar table tbody tr:nth-child(odd) td {
background: transparent;
}
.widget_calendar table tbody td {
text-align: center;
padding: 2px 3px;
} .widget_archive ul li strong,
.btBox.widget_categories ul li strong {
text-align: center;
display: block;
float: right;
margin-left: .5em;
}  .widget_recent_comments .comment-author-link a {
font-weight: 700;
display: inline;
padding: 0;
} .widget_rss li {
margin-bottom: 15px;
}
.widget_rss li a.rsswidget {
font-family: "Dosis";
font-weight: 700;
}
.widget_rss li .rss-date {
display: block;
margin: 0 0 5px;
}
.widget_rss li cite {
line-height: 2em;
} .btBox .btSearch,
form.woocommerce-product-search {
position: relative;
padding-right: 38px;
}
.btHardRoundedButtons .btBox .btSearch,
.btSoftRoundedButtons .btBox .btSearch,
.btHardRoundedButtons form.woocommerce-product-search,
.btSoftRoundedButtons form.woocommerce-product-search {
padding-right: 48px;
}
.btBox .btSearch input[type="text"],
.btBox .btSearch input[type="search"],
form.woocommerce-product-search input[type="text"],
form.woocommerce-product-search input[type="search"] {
padding: 0 10px;
background: transparent;
height: 38px;
width: 100%;
display: block;
}
.btHardRoundedButtons .btBox .btSearch input[type="text"],
.btHardRoundedButtons .btBox .btSearch input[type="search"],
.btHardRoundedButtons form.woocommerce-product-search input[type="text"],
.btHardRoundedButtons form.woocommerce-product-search input[type="search"] {
border-radius: 20px;
}
.btSoftRoundedButtons .btBox .btSearch input[type="text"],
.btSoftRoundedButtons .btBox .btSearch input[type="search"],
.btSoftRoundedButtons form.woocommerce-product-search input[type="text"],
.btSoftRoundedButtons form.woocommerce-product-search input[type="search"] {
border-radius: 5px;
}
.btBox .btSearch button,
.btBox .btSearch input[type=submit],
form.woocommerce-product-search button,
form.woocommerce-product-search input[type=submit] {
width: 38px;
height: 38px;
border: 0;
display: block;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
padding: 0 !important;
border-width: 1px 1px 1px 0;
border-style: solid;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btLightSkin .btBox .btSearch button,
.btDarkSkin .btLightSkin .btBox .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btBox .btSearch button,
.btLightSkin .btBox .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btBox .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btBox .btSearch input[type=submit],
.btLightSkin form.woocommerce-product-search button,
.btDarkSkin .btLightSkin form.woocommerce-product-search button,
.btLightSkin .btDarkSkin .btLightSkin form.woocommerce-product-search button,
.btLightSkin form.woocommerce-product-search input[type=submit],
.btDarkSkin .btLightSkin form.woocommerce-product-search input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin form.woocommerce-product-search input[type=submit] {
border-color: rgba(0,0,0,.1);
background-color: #fff;
color: #343839;
}
.btDarkSkin .btBox .btSearch button,
.btLightSkin .btDarkSkin .btBox .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .btSearch button,
.btDarkSkin .btBox .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btBox .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btBox .btSearch input[type=submit],
.btDarkSkin form.woocommerce-product-search button,
.btLightSkin .btDarkSkin form.woocommerce-product-search button,
.btDarkSkin.btLightSkin .btDarkSkin form.woocommerce-product-search button,
.btDarkSkin form.woocommerce-product-search input[type=submit],
.btLightSkin .btDarkSkin form.woocommerce-product-search input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin form.woocommerce-product-search input[type=submit] {
border-color: rgba(255,255,255,.1) !important;
background-color: #181A1E;
color: #fff;
}
.btLightSkin .btBox .btSearch button:hover,
.btDarkSkin .btLightSkin .btBox .btSearch button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btBox .btSearch button:hover,
.btLightSkin .btBox .btSearch input[type=submit]:hover,
.btDarkSkin .btLightSkin .btBox .btSearch input[type=submit]:hover,
.btLightSkin .btDarkSkin .btLightSkin .btBox .btSearch input[type=submit]:hover,
.btLightSkin form.woocommerce-product-search button:hover,
.btDarkSkin .btLightSkin form.woocommerce-product-search button:hover,
.btLightSkin .btDarkSkin .btLightSkin form.woocommerce-product-search button:hover,
.btLightSkin form.woocommerce-product-search input[type=submit]:hover,
.btDarkSkin .btLightSkin form.woocommerce-product-search input[type=submit]:hover,
.btLightSkin .btDarkSkin .btLightSkin form.woocommerce-product-search input[type=submit]:hover {
color: #fff;
}
.btDarkSkin .btBox .btSearch button:hover,
.btLightSkin .btDarkSkin .btBox .btSearch button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .btSearch button:hover,
.btDarkSkin .btBox .btSearch input[type=submit]:hover,
.btLightSkin .btDarkSkin .btBox .btSearch input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .btSearch input[type=submit]:hover,
.btDarkSkin form.woocommerce-product-search button:hover,
.btLightSkin .btDarkSkin form.woocommerce-product-search button:hover,
.btDarkSkin.btLightSkin .btDarkSkin form.woocommerce-product-search button:hover,
.btDarkSkin form.woocommerce-product-search input[type=submit]:hover,
.btLightSkin .btDarkSkin form.woocommerce-product-search input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin form.woocommerce-product-search input[type=submit]:hover {
color: #fff;
}
.btSquareButtons .btBox .btSearch button,
.btSquareButtons .btBox .btSearch input[type=submit],
.btSquareButtons form.woocommerce-product-search button,
.btSquareButtons form.woocommerce-product-search input[type=submit] {
border-width: 1px !important;
}
.btHardRoundedButtons .btBox .btSearch button,
.btHardRoundedButtons .btBox .btSearch input[type=submit],
.btHardRoundedButtons form.woocommerce-product-search button,
.btHardRoundedButtons form.woocommerce-product-search input[type=submit] {
border-radius: 50%;
border-width: 1px !important;
}
.btSoftRoundedButtons .btBox .btSearch button,
.btSoftRoundedButtons .btBox .btSearch input[type=submit],
.btSoftRoundedButtons form.woocommerce-product-search button,
.btSoftRoundedButtons form.woocommerce-product-search input[type=submit] {
border-radius: 5px;
border-width: 1px !important;
}
.btBox .btSearch button:before,
form.woocommerce-product-search button:before {
font-family: Icon7Stroke;
content: "\e618";
display: inline-block;
color: inherit;
font-size: 26px;
line-height: 36px;
font-weight: 600;
}
.btBox .btSearch button:hover,
form.woocommerce-product-search button:hover {
background: #5dc2ca !important;
border-color: #5dc2ca !important;
}
.btBox .btSearch .btIco,
form.woocommerce-product-search .btIco {
display: none;
}
.btBox .btSearch form,
form.woocommerce-product-search form {
display: block;
} .fancy-select {
position: relative;
}
.fancy-select .trigger {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
position: relative;
cursor: pointer;
font-size: .8em;
line-height: 2em;
padding: .5em 35px .5em 1em;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btHardRoundedButtons .fancy-select .trigger {
border-radius: 20px;
}
.btSoftRoundedButtons .fancy-select .trigger {
border-radius: 5px;
}
.fancy-select .trigger:before {
content: '\e688';
font-family: Icon7Stroke;
display: block;
float: right;
width: 35px;
height: 25px;
line-height: 25px;
font-size: 32px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
text-align: center;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
margin: 0 -35px 0 0;
}
.fancy-select .trigger.open:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fancy-select .trigger.open {
-webkit-box-shadow: 0 0 4px 0 #5dc2ca;
box-shadow: 0 0 4px 0 #5dc2ca;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.fancy-select .options {
display: none;
position: absolute;
top: auto;
left: 0;
margin: 0;
width: 100%;
list-style: none;
max-height: 320px;
overflow: auto;
border: 1px solid rgba(0,0,0,.07);
background-color: #fff;
font-size: .8em;
}
.fancy-select .options.open {
z-index: 30;
display: block;
}
.fancy-select .options.overflowing {
top: auto;
bottom: 2.8em;
}
.fancy-select ul.options li {
cursor: pointer;
padding: .5em 1em;
border-bottom: 1px solid;
-webkit-transition: 150ms ease all;
-moz-transition: 150ms ease all;
transition: 150ms ease all;
}
.fancy-select ul.options li:hover {
-webkit-transition: 150ms ease all;
-moz-transition: 150ms ease all;
transition: 150ms ease all;
}
.fancy-select ul.options li:last-child {
border: 0 !important;
}
.btLightSkin .fancy-select ul.options,
.btDarkSkin .btLightSkin .fancy-select ul.options,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select ul.options {
border: 1px solid rgba(0,0,0,.07);
background-color: #fff;
}
.btLightSkin .fancy-select ul.options li,
.btDarkSkin .btLightSkin .fancy-select ul.options li,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select ul.options li {
border-color: rgba(0,0,0,.07);
}
.btLightSkin .fancy-select ul.options li:hover,
.btDarkSkin .btLightSkin .fancy-select ul.options li:hover,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select ul.options li:hover {
background: #5dc2ca;
color: #fff;
}
.btLightSkin .fancy-select .trigger.open,
.btDarkSkin .btLightSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger.open {
border: 1px solid #343839;
}
.btDarkSkin .fancy-select ul.options,
.btLightSkin .btDarkSkin .fancy-select ul.options,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select ul.options {
border: 1px solid rgba(255,255,255,.2);
background-color: #181A1E;
}
.btDarkSkin .fancy-select ul.options li,
.btLightSkin .btDarkSkin .fancy-select ul.options li,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select ul.options li {
border-color: rgba(255,255,255,.2);
}
.btDarkSkin .fancy-select ul.options li:hover,
.btLightSkin .btDarkSkin .fancy-select ul.options li:hover,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select ul.options li:hover {
background: #5dc2ca;
color: #fff;
}
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
border: 1px solid #fff;
}  .widget_shopping_cart ul li:last-child {
border: none;
}
.widget_shopping_cart .total {
border-top: 2px solid #343839;
padding: 1em 0 0;
font-family: Dosis;
}
.widget_shopping_cart .total .amount {
display: block;
float: right;
}
.btSidebar .widget_shopping_cart .btCartWidgetIcon {
display: none;
}
.widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block;
}
.widget_shopping_cart .buttons .button {
width: 100%;
display: block;
float: left;
text-align: center;
}
.widget_shopping_cart .buttons .button.checkout {
float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
display: block;
float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
display: block;
text-align: center;
text-decoration: none;
font-weight: 700;
height: 1em;
line-height: 1;
width: 1em;
vertical-align: middle;
color: #fff;
background-color: #5dc2ca;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
content: '\e680';
font-family: Icon7Stroke;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before:hover {
background-color: #a082d2;
} .menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
display: inline-block;
position: relative;
}
.btMenuVertical .menuPort .widget_shopping_cart,
.btMenuVertical .topTools .widget_shopping_cart,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart {
position: static;
}
.menuPort .widget_shopping_cart h2.widgettitle,
.topTools .widget_shopping_cart h2.widgettitle,
.topBarInLogoArea .widget_shopping_cart h2.widgettitle {
display: none;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
cursor: pointer;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
display: block;
padding: 4px 4px 3px;
background-color: #a082d2;
color: #fff;
font: normal 10px/1 Dosis;
border-radius: 2px;
position: absolute;
top: 0;
right: 0;
text-align: center;
min-width: 1em;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
position: static;
display: inline-block;
vertical-align: 50%;
margin: 0 0 -50px -15px;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
width: 300px;
background: #fff;
padding: 1em;
position: absolute;
opacity: 0;
right: 0;
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
color: #343839;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
padding: 0;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
left: 0;
top: 0;
right: 0;
min-height: 100vh;
width: auto;
z-index: 500;
-webkit-transform: translate3d(-100%,0,0);
-moz-transform: translate3d(-100%,0,0);
-ms-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
border: none !important;
margin: 0 -3em;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
display: block;
text-align: center;
margin-bottom: 1em;
background-color: #5dc2ca;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
content: '\f00d';
display: block;
font-family: FontAwesome;
font-size: 1.5em;
margin: 0 auto;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.topBar .widget_shopping_cart .btCartWidgetInnerContent {
font-size: 1.5em;
}
.topBar .btTopToolsRight .widget_shopping_cart .btIco {
margin-right: .5em;
} .widget_recent_reviews {
font-family: Dosis;
font-size: .8em;
line-height: 1.4;
}
.widget_recent_reviews li a img {
display: block;
width: 80px;
height: auto;
margin: 0 0 0 10px;
float: right;
border: 1px solid rgba(0,0,0,.1);
}
.widget_product_categories li li {
margin: 0 0 0 1em;
}
.product_list_widget .reviewer {
display: block;
line-height: 1;
}
.product_list_widget li:after {
display: table !important;
} .widget_price_filter .price_slider_wrapper .ui-slider {
border-radius: 1em;
background-color: rgba(0,0,0,.07);
border: 0;
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
margin-bottom: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #5dc2ca;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.25em;
margin-left: -.5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: rgba(0,0,0,.07);
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount {
text-align: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .price_slider_amount .price_label {
padding-top: 8px;
}
.widget_price_filter .price_slider_amount .price_label span {
font-weight: 600;
} .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
text-indent: 0;
display: block;
float: left;
content: '\e680';
font-family: Icon7Stroke;
margin-right: .5em;
background-color: transparent;
position: relative;
} .btBox .tagcloud a,
.btTags ul a {
display: inline-block;
float: left;
text-transform: uppercase;
padding: .7em 1.5em;
margin: 0 .3em .3em 0;
font-size: .65em !important;
background: #5dc2ca;
color: #fff;
font-family: "Montserrat";
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
border: 1px solid #5dc2ca;
}
.btHardRoundedButtons .btBox .tagcloud a,
.btHardRoundedButtons .btTags ul a {
border-radius: 50px;
}
.btSoftRoundedButtons .btBox .tagcloud a,
.btSoftRoundedButtons .btTags ul a {
border-radius: 5px;
}
.btBox .tagcloud a:hover,
.btTags ul a:hover {
background: transparent;
color: #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btTags ul {
list-style: none;
margin: 0;
padding: 0;
}
.btTags ul li {
display: inline-block;
float: left;
padding: 0;
margin: 0;
} .btInstaWrap {
padding: .5em 0 20px;
}
.btInstaGrid {
margin: 0 -10px;
}
.btInstaGrid span {
display: block;
width: 33.3333%;
padding: 0 0 10px 10px;
float: left;
}
.btInstaGrid span:hover img {
opacity: .6;
}
.btInstaGrid span:nth-child(3n + 1) {
clear: left;
}
.btInstaGrid img {
display: block;
width: 100%;
opacity: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
transition: opacity 200ms ease;
} .btBox .btImage {
margin-bottom: .5em;
}
.btBox .btImage img {
width: auto;
margin: auto;
} #tribe-events {
padding-bottom: 30px;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link a {
text-decoration: none;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span {
font-size: 0;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span:after,
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span:before {
font-family: FontAwesome;
display: block;
font-size: 16px;
padding: 5px;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1em #5dc2ca inset;
box-shadow: 0 0 0 1em #5dc2ca inset;
color: #fff;
width: 24px;
height: 24px;
text-align: center;
line-height: 14px;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link a:hover span:after,
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link a:hover span:before {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span.tribe-nav-label {
display: inline-block;
font-size: 1em;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span.tribe-nav-label:after,
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link span.tribe-nav-label:before {
display: none;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous span:after {
content: "\f104";
float: left;
margin: 0 5px 0 0;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next span:before {
content: "\f105";
float: right;
margin: 0 0 0 5px;
}
.boldSection .tribe-this-week-widget-weekday-wrapper {
margin-bottom: 10px;
min-height: 170px;
overflow: hidden;
}
.boldSection .tribe-this-week-widget-header-date {
border: none;
margin: 0;
padding: 18px 0;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
line-height: 1.2;
font-family: 'Dosis',arial,sans-serif;
}
.btLightSkin .boldSection .tribe-this-week-widget-header-date,
.btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-header-date,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-header-date {
background-color: rgba(0,0,0,.1);
color: #343839;
border-bottom: 4px solid rgba(0,0,0,.1);
}
.btDarkSkin .boldSection .tribe-this-week-widget-header-date,
.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-header-date,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-header-date {
background-color: rgba(255,255,255,.1);
color: #fff;
border-bottom: 4px solid rgba(255,255,255,.1);
}
.boldSection .tribe-this-week-widget-day-wrap .tribe-event-date-start:before {
display: none;
}
.boldSection .tribe-this-week-event {
position: relative;
border-left: none;
margin-bottom: 0;
text-align: center;
padding: 20px 10px;
}
.boldSection .tribe-this-week-event > * {
position: relative;
z-index: 1;
}
.btDarkSkin .boldSection .tribe-this-week-event:nth-child(odd),
.btLightSkin .btDarkSkin .boldSection .tribe-this-week-event:nth-child(odd),
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-this-week-event:nth-child(odd) {
background-color: rgba(255,255,255,.2);
}
.boldSection .tribe-this-week-event h2.entry-title {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
line-height: 1.2;
margin: 0 0 7px;
padding: 0;
}
.boldSection .tribe-this-week-event .duration {
margin: 0 0 5px;
}
.btLightSkin .boldSection .tribe-this-week-event .duration,
.btDarkSkin .btLightSkin .boldSection .tribe-this-week-event .duration,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-this-week-event .duration {
color: #343839;
}
.btDarkSkin .boldSection .tribe-this-week-event .duration,
.btLightSkin .btDarkSkin .boldSection .tribe-this-week-event .duration,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-this-week-event .duration {
color: #fff;
}
.boldSection .tribe-this-week-event:after {
content: ' ';
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 0;
opacity: .3;
}
.boldSection .tribe-this-week-event:hover:after {
opacity: .5;
}
.boldSection .tribe-this-week-event:nth-child(4n + 1):after {
background-color: #5dc2ca;
}
.boldSection .tribe-this-week-event:nth-child(4n + 2):after {
background-color: #a082d2;
}
.boldSection .tribe-this-week-event:nth-child(4n + 3):after {
background-color: #ffba52;
}
.boldSection .tribe-this-week-event:nth-child(4n + 4):after {
background-color: #eb6ea6;
}
.boldSection .tribe-this-week-widget-day-wrap {
padding: 0;
}
.boldSection .entry-content ul.tribe-events-sub-nav,
.boldSection .tribe-events-sub-nav {
font-size: 12px;
line-height: normal;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0;
text-transform: uppercase;
text-align: center;
font-weight: 500;
display: block;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous,
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next {
padding: 0;
margin: 0 0 10px;
float: left;
width: 50%;
line-height: 24px;
}
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a {
padding: 5px 0;
display: block;
text-decoration: none !important;
}
.btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a,
.btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a {
color: #343839;
}
.btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover,
.btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover {
color: #5dc2ca;
}
.btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a,
.btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a,
.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a {
color: #fff;
}
.btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous a:hover,
.btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover,
.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-events-sub-nav .tribe-this-week-nav-link.nav-next a:hover {
color: #5dc2ca;
}
.boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
font-weight: 700;
}
.boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
text-decoration: none;
}
.btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue,
.btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
color: #343839;
}
.btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue,
.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
color: #fff;
}
.boldSection .this-week-no-events-msg {
position: relative;
border-left: none;
margin-bottom: 0;
text-align: center;
padding: 20px 10px;
font-weight: 400;
text-transform: uppercase;
font-size: 14px;
line-height: 1.2;
font-family: Dosis;
opacity: .5;
}
.btLightSkin .boldSection .this-week-no-events-msg,
.btDarkSkin .btLightSkin .boldSection .this-week-no-events-msg,
.btLightSkin .btDarkSkin .btLightSkin .boldSection .this-week-no-events-msg {
color: #343839;
}
.btDarkSkin .boldSection .this-week-no-events-msg,
.btLightSkin .btDarkSkin .boldSection .this-week-no-events-msg,
.btDarkSkin.btLightSkin .btDarkSkin .boldSection .this-week-no-events-msg {
color: #fff;
}
#tribe-bar-form {
background: transparent !important;
}
#tribe-bar-form #tribe-bar-views {
float: none;
left: 0;
padding: 0;
width: auto;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
background: transparent;
cursor: default;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
display: inline-block;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
display: inline-block;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
background: transparent;
font-size: .8em;
padding: 6px 10px;
line-height: 22px;
}
.btLightSkin #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
color: #343839;
}
.btDarkSkin #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
color: #fff;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
color: #5dc2ca;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-] {
background: transparent;
padding-left: 0;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-]:before {
font-family: FontAwesome;
display: block;
content: " ";
width: 32px;
height: 32px;
border-radius: 50%;
margin: -5px 5px 0 0;
color: #fff;
-webkit-box-shadow: 0 0 0 1.5em #5dc2ca inset;
box-shadow: 0 0 0 1.5em #5dc2ca inset;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
text-align: center;
line-height: 32px;
float: left;
font-size: 16px;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-]:hover:before {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-list]:before {
content: "\f0c9";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-month]:before {
content: "\f073";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-week]:before {
content: "\f272";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-day]:before {
content: "\f133";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-map]:before {
content: "\f041";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span[class^=tribe-icon-photo]:before {
content: "\f03e";
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a {
color: #a082d2;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
color: #a082d2;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a span[class^=tribe-icon-]:before {
color: #a082d2;
-webkit-box-shadow: 0 0 0 1px #a082d2 inset;
box-shadow: 0 0 0 1px #a082d2 inset;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a span[class^=tribe-icon-]:hover:before {
-webkit-box-shadow: 0 0 0 1.5em #a082d2 inset;
box-shadow: 0 0 0 1.5em #a082d2 inset;
color: #fff;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
right: auto;
width: 100%;
}
#tribe-bar-form input[type="text"] {
border: 1px solid;
font-size: .8em;
height: 44px;
padding: 0 1em;
font-weight: 300;
outline: none !important;
}
.btLightSkin #tribe-bar-form input[type="text"] {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-bar-form input[type="text"]:focus {
border-color: #343839;
border-bottom-width: 1px;
border-bottom-style: solid;
-webkit-box-shadow: 0 0 4px 0 #5dc2ca;
box-shadow: 0 0 4px 0 #5dc2ca;
}
.btDarkSkin #tribe-bar-form input[type="text"] {
border-color: rgba(255,255,255,.2);
}
.btDarkSkin #tribe-bar-form input[type="text"]:focus {
border-color: #181A1E;
border-bottom-width: 1px;
border-bottom-style: solid;
-webkit-box-shadow: 0 0 4px 0 #5dc2ca;
box-shadow: 0 0 4px 0 #5dc2ca;
}
.btHardRoundedButtons #tribe-bar-form input[type="text"] {
border-radius: 50px;
}
.btSoftRoundedButtons #tribe-bar-form input[type="text"] {
border-radius: 5px;
}
.btSquareButtons #tribe-bar-form input[type="text"] {
border-radius: 0;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
background: #5dc2ca !important;
font-family: Dosis;
color: #fff;
text-transform: uppercase;
border: 2px solid #5dc2ca !important;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
margin-top: 16px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
background: transparent !important;
color: #5dc2ca;
}
.btHardRoundedButtons #tribe-bar-form .tribe-bar-submit input[type=submit] {
border-radius: 50px;
}
.btSoftRoundedButtons #tribe-bar-form .tribe-bar-submit input[type=submit] {
border-radius: 5px;
}
.btSquareButtons #tribe-bar-form .tribe-bar-submit input[type=submit] {
border-radius: 0;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle {
padding-left: 50px;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
right: auto;
left: 35px;
top: 12px;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
border: 0 !important;
width: 30px;
height: 30px;
content: '\e688';
font-family: Icon7Stroke;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 32px;
font-weight: 300;
top: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
h2.tribe-events-page-title {
text-align: left;
text-transform: uppercase;
font-weight: 500;
padding: 0;
}
#tribe-geo-options h2,
#tribe-geo-results h2 {
font-size: 1.6em;
font-weight: 400;
margin: 0 0 1em;
}
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.tribe-events-page-template .tribe-events-loop {
max-width: 100%;
}
.events-list .tribe-events-loop .tribe-events-list-separator-month,
.events-list .tribe-events-loop .tribe-events-day-time-slot h5,
.tribe-events-day .tribe-events-loop .tribe-events-list-separator-month,
.tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5,
.tribe-events-page-template .tribe-events-loop .tribe-events-list-separator-month,
.tribe-events-page-template .tribe-events-loop .tribe-events-day-time-slot h5 {
text-align: left;
font-size: 1em;
text-transform: uppercase;
font-weight: 500;
margin: 0 auto;
font-family: Montserrat;
padding: 6px 10px;
line-height: 1.6;
font-weight: 500;
}
.btLightSkin .events-list .tribe-events-loop .tribe-events-list-separator-month,
.btLightSkin .events-list .tribe-events-loop .tribe-events-day-time-slot h5,
.btLightSkin .tribe-events-day .tribe-events-loop .tribe-events-list-separator-month,
.btLightSkin .tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5,
.btLightSkin .tribe-events-page-template .tribe-events-loop .tribe-events-list-separator-month,
.btLightSkin .tribe-events-page-template .tribe-events-loop .tribe-events-day-time-slot h5 {
background: rgba(0,0,0,.07);
color: #343839;
}
.btDarkSkin .events-list .tribe-events-loop .tribe-events-list-separator-month,
.btDarkSkin .events-list .tribe-events-loop .tribe-events-day-time-slot h5,
.btDarkSkin .tribe-events-day .tribe-events-loop .tribe-events-list-separator-month,
.btDarkSkin .tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5,
.btDarkSkin .tribe-events-page-template .tribe-events-loop .tribe-events-list-separator-month,
.btDarkSkin .tribe-events-page-template .tribe-events-loop .tribe-events-day-time-slot h5 {
background: rgba(255,255,255,.2);
color: #fff;
}
.events-list .tribe-events-loop .tribe-events-list-separator-month:after,
.events-list .tribe-events-loop .tribe-events-day-time-slot h5:after,
.tribe-events-day .tribe-events-loop .tribe-events-list-separator-month:after,
.tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5:after,
.tribe-events-page-template .tribe-events-loop .tribe-events-list-separator-month:after,
.tribe-events-page-template .tribe-events-loop .tribe-events-day-time-slot h5:after {
display: none;
}
.events-list .tribe-events-loop .tribe-events-list-separator-month span,
.events-list .tribe-events-loop .tribe-events-day-time-slot h5 span,
.tribe-events-day .tribe-events-loop .tribe-events-list-separator-month span,
.tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5 span,
.tribe-events-page-template .tribe-events-loop .tribe-events-list-separator-month span,
.tribe-events-page-template .tribe-events-loop .tribe-events-day-time-slot h5 span {
padding: 0;
background: transparent;
}
.events-list .tribe-events-loop .tribe-events-list-event-title,
.tribe-events-day .tribe-events-loop .tribe-events-list-event-title,
.tribe-events-page-template .tribe-events-loop .tribe-events-list-event-title {
float: left;
width: 40%;
margin: 0 3% 0 0;
}
.btLightSkin .events-list .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url,
.btLightSkin .tribe-events-day .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url,
.btLightSkin .tribe-events-page-template .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url {
color: #343839;
}
.btDarkSkin .events-list .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url,
.btDarkSkin .tribe-events-day .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url,
.btDarkSkin .tribe-events-page-template .tribe-events-loop .tribe-events-list-event-title a.tribe-event-url {
color: #fff;
}
.events-list .tribe-events-loop .tribe-events-event-meta,
.tribe-events-day .tribe-events-loop .tribe-events-event-meta,
.tribe-events-page-template .tribe-events-loop .tribe-events-event-meta {
width: 57%;
float: left;
clear: none;
}
.events-list .tribe-events-loop .tribe-events-event-image,
.tribe-events-day .tribe-events-loop .tribe-events-event-image,
.tribe-events-page-template .tribe-events-loop .tribe-events-event-image {
float: left;
width: 40%;
margin: 0 3% 0 0;
}
.events-list .tribe-events-loop .tribe-events-event-image + div.tribe-events-content,
.tribe-events-day .tribe-events-loop .tribe-events-event-image + div.tribe-events-content,
.tribe-events-page-template .tribe-events-loop .tribe-events-event-image + div.tribe-events-content {
float: left;
width: 57%;
clear: none;
padding: 0;
}
.events-list .tribe-events-loop .tribe-events-read-more,
.tribe-events-day .tribe-events-loop .tribe-events-read-more,
.tribe-events-page-template .tribe-events-loop .tribe-events-read-more {
font-family: Dosis;
text-transform: uppercase;
border: 2px solid #5dc2ca;
color: #fff !important;
background: #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
padding: 10px 20px;
font-size: .8em;
font-weight: 700;
display: inline-block;
margin: 5px 0 0;
}
.events-list .tribe-events-loop .tribe-events-read-more:hover,
.tribe-events-day .tribe-events-loop .tribe-events-read-more:hover,
.tribe-events-page-template .tribe-events-loop .tribe-events-read-more:hover {
background: transparent;
color: #5dc2ca !important;
}
.tribe-events-day .tribe-events-loop .tribe-events-list-event-title {
width: 30%;
}
.tribe-events-day .tribe-events-loop .tribe-events-event-meta {
width: 67%;
}
.btLightSkin.events-list .tribe-events-loop .tribe-events-list-separator-month {
background-color: rgba(0,0,0,.07);
}
.btDarkSkin.events-list .tribe-events-loop .tribe-events-list-separator-month {
background-color: rgba(255,255,255,.2);
}
.btHardRoundedButtons .tribe-events-read-more,
.btHardRoundedButtons .tribe-events-button,
.btHardRoundedButtons #tribe-events .tribe-events-button,
.btHardRoundedButtons .tribe-events-back a {
border-radius: 50px !important;
}
.btSoftRoundedButtons .tribe-events-read-more,
.btSoftRoundedButtons .tribe-events-button,
.btSoftRoundedButtons #tribe-events .tribe-events-button,
.btSoftRoundedButtons .tribe-events-back a {
border-radius: 5px !important;
}
.btSquareButtons .tribe-events-read-more,
.btSquareButtons .tribe-events-button,
.btSquareButtons #tribe-events .tribe-events-button,
.btSquareButtons .tribe-events-back a {
border-radius: 0 !important;
}
.tribe-events.list input::-webkit-input-placeholder {
font-style: normal !important;
}
.tribe-events.list input::-moz-placeholder {
font-style: normal !important;
}
.tribe-events.list input:-ms-input-placeholder {
font-style: normal !important;
}
.tribe-events-list .type-tribe_events {
border-bottom: 1px solid;
}
.btLightSkin .tribe-events-list .type-tribe_events {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .tribe-events-list .type-tribe_events {
border-color: rgba(255,255,255,.1);
}
.btLightSkin #tribe-events-footer {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin #tribe-events-footer {
border-color: rgba(255,255,255,.1);
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
display: block;
margin-bottom: .5em;
}
#tribe-events-content a:hover,
.tribe-events-event-meta a:hover {
color: #5dc2ca;
}
.btLightSkin #tribe-events-content a,
.btLightSkin .tribe-events-event-meta a {
color: #343839;
}
.btDarkSkin #tribe-events-content a,
.btDarkSkin .tribe-events-event-meta a {
color: #fff;
}
#tribe-events-content .tribe-events-sub-nav {
padding: 5px 0;
}
#tribe-events-content .tribe-events-sub-nav a {
font-weight: 300;
font-size: .9em;
text-transform: uppercase;
font-weight: 500;
line-height: 38px;
}
#tribe-events-content .tribe-events-sub-nav a:hover {
color: #5dc2ca;
}
#tribe-events-content .tribe-events-sub-nav a span {
display: none;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:after,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:before {
display: block;
width: 38px;
height: 38px;
text-align: center;
font: 2.25em/38px Icon7Stroke;
color: #fff;
-webkit-box-shadow: 0 0 0 1.5em #5dc2ca inset;
box-shadow: 0 0 0 1.5em #5dc2ca inset;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btHardRoundedButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.btHardRoundedButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:before {
border-radius: 50%;
}
.btSoftRoundedButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.btSoftRoundedButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:before {
border-radius: 5px;
}
.btSquareButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.btSquareButtons #tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:before {
border-radius: 0;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:hover:after,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:hover:before {
color: #5dc2ca;
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:after {
float: left;
content: "\e686";
margin: 0 10px 0 0;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:before {
float: right;
content: "\e684";
margin: 0 0 0 10px;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
background: transparent;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-content {
padding: 0;
float: none;
font-size: .8em;
}
.tribe-events-list .tribe-events-photo-event .tribe-events-event-image {
float: none;
width: 100%;
margin: 0;
}
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
padding: 15px 0;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
width: 100%;
margin-right: 0;
}
.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
width: 100%;
}
.datepicker.dropdown-menu {
font-family: Montserrat;
}
#tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"],
#tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
background: #5dc2ca !important;
}
.btLightSkin .recurring-info-tooltip,
.btLightSkin .tribe-events-calendar .tribe-events-tooltip,
.btLightSkin .tribe-events-week .tribe-events-tooltip {
background: #fff !important;
color: #343839 !important;
}
.btLightSkin .tribe-events-tooltip .tribe-events-arrow {
background-image: url(//strongman.org.ua/wp-content/themes/fitness-club/gfx/tribe-theme-tooltips.png);
}
.btDarkSkin .recurring-info-tooltip,
.btDarkSkin .tribe-events-tooltip {
background: #000 !important;
color: #fff !important;
}
.btDarkSkin .tribe-events-tooltip .tribe-events-arrow {
background-image: url(//strongman.org.ua/wp-content/themes/fitness-club/gfx/tribe-theme-tooltips-dark.png);
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-family: Montserrat;
}
#tribe-events-content table.tribe-events-calendar {
border: 0;
margin-bottom: 2em;
}
.tribe-events-calendar th {
letter-spacing: 0;
font-weight: 800;
line-height: 1.2;
border: 0 !important;
}
.btLightSkin .tribe-events-calendar th {
color: #343839;
background: rgba(0,0,0,.1);
-webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -4px 0 0 rgba(0,0,0,.1) inset;
}
.btDarkSkin .tribe-events-calendar th {
color: #fff;
background: rgba(255,255,255,.1);
-webkit-box-shadow: 0 -4px 0 0 rgba(255,255,255,.1) inset;
box-shadow: 0 -4px 0 0 rgba(255,255,255,.1) inset;
}
#tribe-events .tribe-events-calendar td {
border: 0;
}
.tribe-events-button,
#tribe-events .tribe-events-button {
letter-spacing: 0;
padding: 10px 20px;
font-size: .8em;
font-family: Dosis;
color: #fff !important;
border: 2px solid #a082d2 !important;
background: #a082d2 !important;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover {
background: transparent !important;
color: #a082d2 !important;
}
.btLightSkin #tribe-events .tribe-events-calendar td.tribe-events-othermonth {
background: #f9f9f9;
}
.btLightSkin #tribe-events .tribe-events-calendar td:hover {
background: #f1f1f1;
}
.btLightSkin #tribe-events-content table .type-tribe_events {
border-color: rgba(0,0,0,.1) !important;
}
.btLightSkin .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
background-color: rgba(0,0,0,.07);
}
.btLightSkin .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
background: transparent;
}
.btDarkSkin #tribe-events .tribe-events-calendar td.tribe-events-othermonth {
background: #23262b;
}
.btDarkSkin #tribe-events .tribe-events-calendar td:hover {
background: #0f1013;
}
.btDarkSkin #tribe-events-content table .type-tribe_events {
border-color: rgba(255,255,255,.1) !important;
}
.btDarkSkin .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
background-color: rgba(255,255,255,.2);
}
.btDarkSkin .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
background: transparent;
}
#tribe-events .tribe-events-grid {
margin-bottom: 2em;
}
#tribe-events .tribe-events-grid .type-tribe_events h3.entry-title a {
color: #FFF;
font-family: Montserrat;
font-weight: 500;
}
#tribe-events .tribe-events-grid .tribe-grid-body .tribe-events-week-hourly-single {
margin: 0 4px;
}
#tribe-events .tribe-events-grid .tribe-grid-header div.tribe-week-today {
background: #5dc2ca !important;
color: #fff !important;
}
#tribe-events .tribe-events-grid .tribe-grid-header div.tribe-week-today span {
color: #fff;
}
.tribe-events-grid .tribe-grid-header {
background: transparent;
border-left: 0;
border-right: 0;
}
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
font-family: Dosis;
letter-spacing: 0;
}
.tribe-grid-header .column span {
color: inherit;
}
.btLightSkin .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
color: #343839;
background: rgba(0,0,0,.1);
-webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -4px 0 0 rgba(0,0,0,.1) inset;
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-grid-allday {
border-top: 1px solid rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-events-grid .tribe-grid-allday .column {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-events-grid .tribe-grid-allday .column .column {
background: rgba(0,0,0,.07);
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-week-grid-block div {
border-color: rgba(0,0,0,.1);
}
.btLightSkin .tribe-events-grid {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-events-grid .tribe-grid-body {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-events-grid .tribe-grid-body .column {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-week-today {
background: rgba(0,0,0,.07);
}
.btLightSkin .tribe-week-grid-hours {
background: rgba(0,0,0,.07);
}
.btLightSkin #tribe-events .tribe-events-grid .tribe-scroller {
border-color: rgba(0,0,0,.1);
}
.btLightSkin #tribe-events .tribe-events-grid {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
color: #fff;
background: rgba(255,255,255,.1);
-webkit-box-shadow: 0 -4px 0 0 rgba(255,255,255,.1) inset;
box-shadow: 0 -4px 0 0 rgba(255,255,255,.1) inset;
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-grid-allday {
border-top: 1px solid rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid .tribe-grid-allday {
background: transparent;
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid .tribe-grid-allday .column {
background: rgba(255,255,255,.1);
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-week-grid-block div {
border-color: rgba(255,255,255,.1);
}
.btDarkSkin .tribe-events-grid {
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid .tribe-grid-body {
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid .tribe-grid-body .column {
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-week-today {
background: rgba(255,255,255,.2);
}
.btDarkSkin .tribe-week-grid-hours {
background: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid .tribe-scroller {
border-color: rgba(255,255,255,.1);
}
.btDarkSkin #tribe-events .tribe-events-grid {
border-color: rgba(255,255,255,.1);
}
.event-is-recurring .tribe-events-divider {
margin: 0 5px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue {
font-weight: 700;
display: block;
margin-bottom: 10px;
}
.single-tribe_events .tribe-events-venue-map {
margin: 20px 20px 20px 0;
padding: 10px;
}
.btLightSkin.single-tribe_events .tribe-events-venue-map {
background: #fff;
border-color: rgba(0,0,0,.1);
}
.btDarkSkin.single-tribe_events .tribe-events-venue-map {
background: #181A1E;
border-color: rgba(255,255,255,.1);
}
#tribe-geo-map-wrapper {
background: transparent;
padding: 10px;
}
.btLightSkin #tribe-geo-map-wrapper {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin #tribe-geo-map-wrapper {
border-color: rgba(255,255,255,.1);
}
.tribe-events-event-meta address.tribe-events-address {
font-style: normal;
font-weight: 300;
}
.tribe-event-date-start:before,
.tribe-events-event-meta address.tribe-events-address:before {
font-family: Icon7Stroke;
display: block;
line-height: 24px;
font-size: 24px;
color: #5dc2ca;
border-radius: 50%;
float: left;
margin: -3px 5px 0 0;
text-align: center;
font-weight: 600;
}
.tribe-event-date-start:before {
content: "\e66b";
}
.tribe-events-venue-details {
clear: left;
padding: 5px 0;
}
.tribe-events-event-meta address.tribe-events-address:before {
color: #a082d2;
content: "\e638";
}
.tribe-events-tooltip .tribe-event-duration {
margin: 10px 0 5px;
}
.tribe-events-tooltip .tribe-events-event-thumb {
clear: left;
padding-top: 10px;
}
.tribe-events-tooltip .tribe-events-event-body {
font-weight: 300;
}
.tribe-events-tooltip .tribe-event-description {
margin-top: 15px;
}
.tribe-events-list .tribe-events-venue-details {
font-style: normal;
line-height: 1.7;
}
.tribe-events-list .tribe-events-venue-details .author {
font-weight: 700;
text-transform: uppercase;
}
.tribe-events-list .tribe-events-venue-details:before {
font-family: Icon7Stroke;
display: block;
line-height: 24px;
font-size: 24px;
color: #5dc2ca;
border-radius: 50%;
float: left;
margin: 5px 5px 0 0;
text-align: center;
font-weight: 600;
color: #a082d2;
content: "\e638";
}
.tribe-events-map.events-list .tribe-events-loop .tribe-events-event-image {
margin: 0 0 0 3%;
float: right;
}
.tribe-events-map.events-list .tribe-events-map-event-title {
font-size: 1.6em;
line-height: 1.4em;
font-weight: 400;
}
.tribe-events-back a {
letter-spacing: 0;
padding: 10px 20px;
font-size: .8em;
font-family: Dosis;
color: #fff !important;
border: 2px solid #a082d2 !important;
background: #a082d2 !important;
text-transform: uppercase;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.tribe-events-back a:hover {
background: transparent !important;
color: #a082d2 !important;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 3.75em;
}
.single-tribe_events .tribe-events-schedule h2 {
font-size: 1em;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
display: none;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
font-size: 1.9em;
font-weight: 400;
}
.tribe-events-meta-group .tribe-events-single-section-title {
font-size: 1.4em;
font-weight: 400;
}
.btLightSkin.single-tribe_events .tribe-events-event-meta {
border: 0;
color: #343839;
background: rgba(0,0,0,.07);
}
.btDarkSkin.single-tribe_events .tribe-events-event-meta {
border: 0;
color: #fff;
background: rgba(255,255,255,.1);
}
.tribe-events-single .tribe-events-event-meta address.tribe-events-address {
padding-left: 35px;
}
.tribe-events-single .tribe-events-event-meta address.tribe-events-address:before {
margin-left: -35px;
margin-top: 2px;
}
.btLightSkin .event-is-recurring,
.btLightSkin .event-is-recurring:hover {
color: #343839;
}
.btDarkSkin .event-is-recurring,
.btDarkSkin .event-is-recurring:hover {
color: #fff;
}
.tribe-grid-allday .tribe-events-week-allday-single,
.tribe-grid-allday .tribe-events-week-allday-single:hover,
.tribe-grid-body .tribe-events-week-hourly-single,
.tribe-grid-body .tribe-events-week-hourly-single:hover {
background-color: #5dc2ca;
border-color: rgba(0,0,0,.1);
}
#tribe-events-content,
#tribe-events-content.tribe-events-list {
padding-left: 15px !important;
padding-right: 15px !important;
}
#tribe-events-day {
padding: 0;
}
#tribe-events-content.tribe-events-single {
padding-bottom: 60px;
}
#tribe-events-content.tribe-events-list {
padding-bottom: 71px !important;
}
.tribe-events-back {
position: absolute;
bottom: 0;
left: 15px;
}
.tribe-events-notices {
border-color: #ffba52;
background: #ffba52;
color: #343839;
border-radius: 0;
text-shadow: none;
opacity: .7;
}
#tribe-events-content .tribe-events-tooltip h4 {
color: #5dc2ca;
}
@media (max-width: 768px) {
#tribe-events-pg-template {
padding-top: 0;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle {
width: 100% !important;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
width: 100% !important;
}
.tribe-events-sub-nav li a {
background: transparent;
}
.events-list .tribe-events-loop .tribe-events-list-event-title,
.events-list .tribe-events-loop .tribe-events-event-image,
.tribe-events-day .tribe-events-loop .tribe-events-list-event-title {
width: 100%;
float: none;
margin: 0;
}
.events-list .tribe-events-loop .tribe-events-event-meta,
#tribe-events .tribe-events-loop .tribe-events-content,
.tribe-events-day .tribe-events-loop .tribe-events-event-meta,
#tribe-events-day .tribe-events-event-image {
width: 100%;
float: none;
}
.tribe-events-loop .tribe-events-event-meta {
background: none;
border: 0;
}
.tribe-events-list .tribe-events-venue-details,
.tribe-events-list .time-details {
padding-left: 0;
padding-right: 0;
border: 0;
}
.tribe-bar-geoloc-filter,
.tribe-events-uses-geolocation .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-search-filter,
.tribe-events-uses-geolocation .tribe-bar-submit {
padding-left: 0;
padding-right: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
margin-top: 25px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
margin-top: 0;
}
.btLightSkin #tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
border-top-style: solid;
border-top-color: rgba(0,0,0,.1);
}
.btDarkSkin #tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
border-top-style: solid;
border-top-color: rgba(255,255,255,.1);
}
#tribe-mobile-container .type-tribe_events .tribe-events-event-image {
width: 100%;
float: none;
}
#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
font-family: Dosis;
text-transform: uppercase;
border: 2px solid #5dc2ca;
color: #fff !important;
background: #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
padding: 10px 20px;
font-size: .8em;
font-weight: 700;
display: inline-block;
margin: 5px 0 0;
}
#tribe-mobile-container .type-tribe_events .tribe-events-read-more:hover {
background: transparent;
color: #5dc2ca !important;
}
.tribe-event-date-start:before {
margin-top: 2px;
}
.tribe-events-sub-nav li a {
padding-left: 0;
padding-right: 0;
}
.tribe-events-calendar td.mobile-active,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
#tribe-events .tribe-events-calendar td:hover {
background: #a082d2 !important;
color: #fff !important;
}
.tribe-events-calendar td.mobile-active a,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
#tribe-events .tribe-events-calendar td:hover a {
color: #fff !important;
background: transparent !important;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active {
background: #5dc2ca !important;
}
#tribe-events-footer:after,
#tribe-events-footer:before,
#tribe-events-header:after,
#tribe-events-header:before {
display: none;
}
.single-tribe_events .tribe-events-schedule {
background: transparent;
padding: 0;
border: 0;
}
} .btIco .btIcoHolder[data-ico-fa]:before {
font-family: FontAwesome;
content: attr(data-ico-fa);
}
.btIco .btIcoHolder[data-ico-s7]:before {
font-family: Icon7Stroke;
content: attr(data-ico-s7);
}
.btIco .btIcoHolder[data-ico-wi]:before {
font-family: WeatherIcons;
content: attr(data-ico-wi);
font-weight: 100;
}
.btIco .btIcoHolder[data-ico-cs]:before {
font-family: CustomIcons;
content: attr(data-ico-cs);
font-weight: 100;
}
.btIco .btIcoHolder[data-ico-es]:before {
font-family: CustomEssentialSet;
content: attr(data-ico-es);
font-weight: 100;
}
.btIco .btIcoHolder[data-ico-bs]:before {
font-family: CustomBusinessSet;
content: attr(data-ico-bs);
font-weight: 100;
}
.btIco .btIcoHolder[data-ico-fs]:before {
font-family: btFitness;
content: attr(data-ico-fs);
font-weight: 100;
}
.btIco {
display: inline-block;
vertical-align: middle;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
font-family: "Dosis";
}
.btIco .btIcoHolder {
line-height: inherit;
display: inline-block;
float: left;
}
.btIco .btIcoHolder span,
.btIco .btIcoHolder a {
line-height: inherit;
}
.btIco .btIcoHolder:before {
color: inherit;
border-radius: 50%;
display: inline-block;
float: left;
text-align: center;
vertical-align: middle;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIco.borderless a.btIcoHolder:before {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIco.btIcoLargeSize .btIcoHolder:before {
-webkit-transition: all .55s ease;
-moz-transition: all .55s ease;
transition: all .55s ease;
}
.btIco.borderless a.btIcoHolder:before {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.btIco.borderless:hover a.btIcoHolder:before {
-webkit-transform: translate3d(0,-3px,0);
-moz-transform: translate3d(0,-3px,0);
-ms-transform: translate3d(0,-3px,0);
transform: translate3d(0,-3px,0);
} .btIco .btIcoHolder span {
margin-left: .25em;
line-height: inherit;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIco.btIcoLargeSize .btIcoHolder span {
-webkit-transition: all 550ms ease;
-moz-transition: all 550ms ease;
transition: all 550ms ease;
}
.btIco {
margin-left: .5em;
margin-right: .5em;
}
.btIco.btIcoLargeSize {
margin-right: 1em;
margin-left: 1em;
}
.btTextLeft .btIco {
margin-right: .5em;
margin-left: 0;
}
.btTextLeft .btIco.btIcoLargeSize {
margin-right: 1em;
margin-left: 0;
}
.btTextRight .btIco {
margin-left: .5em;
margin-right: 0;
}
.btTextRight .btIco.btIcoLargeSize {
margin-left: 1em;
margin-right: 0;
} .btIco.btIcoFilledType.btAccent1Icon .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent1Icon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #5dc2ca inset;
box-shadow: 0 0 0 1em #5dc2ca inset;
color: #fff;
}
.btIco.btIcoFilledType.btAccent1Icon:hover .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent1Icon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
} .btIco.btIcoFilledType.btAccent2Icon .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent2Icon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #a082d2 inset;
box-shadow: 0 0 0 1em #a082d2 inset;
color: #fff;
}
.btIco.btIcoFilledType.btAccent2Icon:hover .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent2Icon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #a082d2 inset;
box-shadow: 0 0 0 1px #a082d2 inset;
color: #a082d2;
} .btIco.btIcoFilledType.btAccent3Icon .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent3Icon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #ffba52 inset;
box-shadow: 0 0 0 1em #ffba52 inset;
color: #fff;
}
.btIco.btIcoFilledType.btAccent3Icon:hover .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent3Icon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #ffba52 inset;
box-shadow: 0 0 0 1px #ffba52 inset;
color: #ffba52;
} .btIco.btIcoFilledType.btAccent4Icon .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent4Icon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #eb6ea6 inset;
box-shadow: 0 0 0 1em #eb6ea6 inset;
color: #fff;
}
.btIco.btIcoFilledType.btAccent4Icon:hover .btIcoHolder:before,
.btIco.btIcoOutlineType.btAccent4Icon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #eb6ea6 inset;
box-shadow: 0 0 0 1px #eb6ea6 inset;
color: #eb6ea6;
} .btDarkSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #fff inset;
box-shadow: 0 0 0 1em #fff inset;
color: #181A1E;
}
.btDarkSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
}
.btLightSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoFilledType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoOutlineType.btDefaultIcon:hover .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1em #343839 inset;
box-shadow: 0 0 0 1em #343839 inset;
color: #fff;
}
.btLightSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoFilledType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoOutlineType.btDefaultIcon .btIcoHolder:before {
-webkit-box-shadow: 0 0 0 1px #343839 inset;
box-shadow: 0 0 0 1px #343839 inset;
color: #343839;
} .btLightSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before {
color: #5dc2ca;
}
.btLightSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before {
color: #a082d2;
}
.btLightSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before {
color: #ffba52;
}
.btLightSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon:hover .btIcoHolder:before {
color: #eb6ea6;
}
.btLightSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btLightSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btLightSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before {
color: #343839;
}
.btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btDefaultIcon .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent1Icon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent2Icon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent3Icon:hover .btIcoHolder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btIco.btIcoDefaultType.btAccent4Icon:hover .btIcoHolder:before {
color: #fff;
} .btIco {
line-height: inherit;
}
.btIco .btIcoHolder:before {
font-size: inherit;
width: auto;
height: auto;
line-height: inherit;
}
.btIco .btIcoHolder span {
font-size: inherit;
}
.btIco.btIcoExtraSmallSize {
line-height: 21px;
}
.btIco.btIcoExtraSmallSize .btIcoHolder:before {
font-size: 10.5px;
width: 21px;
height: 21px;
line-height: 21px;
}
.btIco.btIcoExtraSmallSize .btIcoHolder span {
font-size: 12px;
}
.btIco.btIcoDefaultType.btIcoExtraSmallSize .btIcoHolder:before {
font-size: 15.5px;
}
.btIco.btIcoSmallSize {
line-height: 27px;
}
.btIco.btIcoSmallSize .btIcoHolder:before {
font-size: 13.5px;
width: 27px;
height: 27px;
line-height: 27px;
}
.btIco.btIcoSmallSize .btIcoHolder span {
font-size: 14px;
}
.btIco.btIcoDefaultType.btIcoSmallSize .btIcoHolder:before {
font-size: 18.5px;
}
.btIco.btIcoMediumSize {
line-height: 40px;
}
.btIco.btIcoMediumSize .btIcoHolder:before {
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
}
.btIco.btIcoMediumSize .btIcoHolder span {
font-size: 16px;
}
.btIco.btIcoDefaultType.btIcoMediumSize .btIcoHolder:before {
font-size: 40px;
}
.btIco.btIcoBigSize {
line-height: 48px;
}
.btIco.btIcoBigSize .btIcoHolder:before {
font-size: 24px;
width: 48px;
height: 48px;
line-height: 48px;
}
.btIco.btIcoBigSize .btIcoHolder span {
font-size: 18px;
}
.btIco.btIcoDefaultType.btIcoBigSize .btIcoHolder:before {
font-size: 48px;
}
.btIco.btIcoLargeSize {
line-height: 80px;
}
.btIco.btIcoLargeSize .btIcoHolder:before {
font-size: 40px;
width: 80px;
height: 80px;
line-height: 80px;
border-width: 2px;
}
.btIco.btIcoLargeSize .btIcoHolder span {
font-size: 24px;
}
.btIco.btIcoDefaultType.btIcoLargeSize .btIcoHolder:before {
font-size: 80px;
} .btIco.btIcoDefaultType .btIcoHolder:before {
width: auto;
padding: 0 2px;
margin-right: 2px;
position: relative;
} .btIcoAccentColor span {
color: #5dc2ca;
}
.btIcoAccentColor:hover span {
color: #fff;
}
.btLightSkin .btIcoAccentColor:hover span,
.btDarkSkin .btLightSkin .btIcoAccentColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btIcoAccentColor:hover span {
color: #343839;
}
.btIcoAlternateColor span {
color: #a082d2;
}
.btIcoAlternateColor:hover span {
color: #fff;
}
.btLightSkin .btIcoAlternateColor:hover span,
.btDarkSkin .btLightSkin .btIcoAlternateColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btIcoAlternateColor:hover span {
color: #343839;
}
.btIcoDefaultColor:hover span {
color: #5dc2ca;
} .btHasRows.btIconImageRow {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 -20px;
}
.btTextLeft .btHasRows.btIconImageRow {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btTextRight .btHasRows.btIconImageRow {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btTextCenter .btHasRows.btIconImageRow {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.btHasRows.btIconImageRow .btIconImageCell {
padding: 0 20px;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.btHasRows.btIconImageRow .btIconImageCell .btImage img {
width: auto;
margin: auto;
} .btBtn {
cursor: pointer;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
position: relative;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
line-height: 1;
font-weight: 700;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
font-family: "Dosis";
}
.btHardRoundedButtons .btBtn {
border-radius: 50px;
}
.btSoftRoundedButtons .btBtn {
border-radius: 5px;
}
.btBtn .btIco .btIcoHolder:before,
.btBtn button {
font-size: inherit;
line-height: inherit;
}
.btBtn .btIco {
display: inline-block;
font-weight: 400;
padding: 1.5em;
margin: 0;
text-align: center;
}
.btBtn .btIco .btIcoHolder {
float: none;
}
.btBtn .btIco .btIcoHolder:before {
text-align: center;
display: inline-block;
float: none;
}
.btBtn .btnInnerText {
display: inline-block;
font-size: inherit;
line-height: inherit;
padding: 1.5em;
}
.btnLeftPosition.btBtn .btnInnerText {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.btnLeftPosition.btBtn .btIco {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
button.btBtn {
border: none;
}  .btBtn.btnRightPosition .btIco:before,
.btBtn.btnLeftPosition .btIco:before {
border-radius: 0;
}
.btBtn.btnInlinePosition .btIco {
display: inline-block;
}
.btBtn.btnInlinePosition.btnFullWidth .btIco {
float: none;
}
.btnExtraSmall {
font-size: .6em;
font-weight: 700;
}
.btnExtraSmall .btnInnerText,
.btnExtraSmall .btIco {
padding: .9em 1.5em;
}
.btnRightPosition.btnExtraSmall .btnInnerText + .btIco {
padding: .9em 1.5em .9em 0;
margin-left: -1em;
}
.btnLeftPosition.btnExtraSmall .btnInnerText + .btIco {
padding: .9em 0 .9em 1.5em;
margin-right: -1em;
}
.btnInlinePosition.btnExtraSmall .btnInnerText + .btIco {
padding: 0 1.5em 0 0;
margin: 0;
}
.btnSmall {
font-size: .8em;
font-weight: 100;
}
.btnSmall .btnInnerText,
.btnSmall .btIco {
padding: 1em 2em;
}
.btnRightPosition.btnSmall .btnInnerText + .btIco {
padding: 1em 2em 1em 0;
margin-left: -1.4em;
}
.btnLeftPosition.btnSmall .btnInnerText + .btIco {
padding: 1em 0 1em 2em;
margin-right: -1.4em;
}
.btnInlinePosition.btnSmall .btnInnerText + .btIco {
padding: 0 2em 0 0;
margin: 0;
}
.btnMedium {
font-size: .9em;
}
.btnMedium .btnInnerText,
.btnMedium .btIco {
padding: 1.25em 3em;
}
.btnRightPosition.btnMedium .btnInnerText + .btIco {
padding: 1.25em 3em 1.25em 0;
margin-left: -1.8em;
}
.btnLeftPosition.btnMedium .btnInnerText + .btIco {
padding: 1.25em 0 1.25em 3em;
margin-right: -1.8em;
}
.btnInlinePosition.btnMedium .btnInnerText + .btIco {
padding: 0 3em 0 0;
margin: 0;
}
.btnBig {
font-size: 1.5em;
}
.btnBig .btnInnerText,
.btnBig .btIco {
padding: 1.5em 3.5em;
}
.btnRightPosition.btnBig .btnInnerText + .btIco {
padding: 1.5em 3.5em 1.5em 0;
margin-left: -2.1em;
}
.btnLeftPosition.btnBig .btnInnerText + .btIco {
padding: 1.5em 0 1.5em 3.5em;
margin-right: -2.1em;
}
.btnInlinePosition.btnBig .btnInnerText + .btIco {
padding: 0 3.5em 0 0;
margin: 0;
}
.btnNormalWidth {
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
}
.btnFullWidth {
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btnFullWidth .btnInnerText {
float: none;
}
.btTextLeft .btBtn {
margin-right: .6em;
}
.btTextRight .btBtn {
margin-left: .6em;
}
.btTextCenter .btBtn {
margin-left: .6em;
margin-right: .6em;
}   .btnFilledStyle.btnaccent1Color,
.btnOutlineStyle.btnaccent1Color:hover {
background-color: #5dc2ca;
border: 2px solid #5dc2ca;
}
.btnFilledStyle.btnaccent1Color span,
.btnOutlineStyle.btnaccent1Color:hover span,
.btnFilledStyle.btnaccent1Color span:before,
.btnOutlineStyle.btnaccent1Color:hover span:before,
.btnFilledStyle.btnaccent1Color a,
.btnOutlineStyle.btnaccent1Color:hover a,
.btnFilledStyle.btnaccent1Color .btIco a:before,
.btnOutlineStyle.btnaccent1Color:hover .btIco a:before,
.btnFilledStyle.btnaccent1Color button,
.btnOutlineStyle.btnaccent1Color:hover button {
color: #fff !important;
}
.btnOutlineStyle.btnaccent1Color,
.btnFilledStyle.btnaccent1Color:hover {
background-color: transparent;
border: 2px solid #5dc2ca;
color: #5dc2ca;
}
.btnOutlineStyle.btnaccent1Color span,
.btnFilledStyle.btnaccent1Color:hover span,
.btnOutlineStyle.btnaccent1Color span:before,
.btnFilledStyle.btnaccent1Color:hover span:before,
.btnOutlineStyle.btnaccent1Color a,
.btnFilledStyle.btnaccent1Color:hover a,
.btnOutlineStyle.btnaccent1Color .btIco a:before,
.btnFilledStyle.btnaccent1Color:hover .btIco a:before,
.btnOutlineStyle.btnaccent1Color button,
.btnFilledStyle.btnaccent1Color:hover button {
color: #5dc2ca !important;
}
.btnBorderlessStyle.btnaccent1Color span,
.btnBorderlessStyle.btnNormalColor:hover span,
.btnBorderlessStyle.btnaccent1Color span:before,
.btnBorderlessStyle.btnNormalColor:hover span:before,
.btnBorderlessStyle.btnaccent1Color a,
.btnBorderlessStyle.btnNormalColor:hover a,
.btnBorderlessStyle.btnaccent1Color .btIco a:before,
.btnBorderlessStyle.btnNormalColor:hover .btIco a:before,
.btnBorderlessStyle.btnaccent1Color button,
.btnBorderlessStyle.btnNormalColor:hover button {
color: #5dc2ca;
} .btnFilledStyle.btnaccent2Color,
.btnOutlineStyle.btnaccent2Color:hover {
background-color: #a082d2;
border: 2px solid #a082d2;
}
.btnFilledStyle.btnaccent2Color span,
.btnOutlineStyle.btnaccent2Color:hover span,
.btnFilledStyle.btnaccent2Color span:before,
.btnOutlineStyle.btnaccent2Color:hover span:before,
.btnFilledStyle.btnaccent2Color a,
.btnOutlineStyle.btnaccent2Color:hover a,
.btnFilledStyle.btnaccent2Color .btIco a:before,
.btnOutlineStyle.btnaccent2Color:hover .btIco a:before,
.btnFilledStyle.btnaccent2Color button,
.btnOutlineStyle.btnaccent2Color:hover button {
color: #fff !important;
}
.btnOutlineStyle.btnaccent2Color,
.btnFilledStyle.btnaccent2Color:hover {
background-color: transparent;
border: 2px solid #a082d2;
color: #a082d2;
}
.btnOutlineStyle.btnaccent2Color span,
.btnFilledStyle.btnaccent2Color:hover span,
.btnOutlineStyle.btnaccent2Color span:before,
.btnFilledStyle.btnaccent2Color:hover span:before,
.btnOutlineStyle.btnaccent2Color a,
.btnFilledStyle.btnaccent2Color:hover a,
.btnOutlineStyle.btnaccent2Color .btIco a:before,
.btnFilledStyle.btnaccent2Color:hover .btIco a:before,
.btnOutlineStyle.btnaccent2Color button,
.btnFilledStyle.btnaccent2Color:hover button {
color: #a082d2 !important;
}
.btnBorderlessStyle.btnaccent2Color span,
.btnBorderlessStyle.btnNormalColor:hover span,
.btnBorderlessStyle.btnaccent2Color span:before,
.btnBorderlessStyle.btnNormalColor:hover span:before,
.btnBorderlessStyle.btnaccent2Color a,
.btnBorderlessStyle.btnNormalColor:hover a,
.btnBorderlessStyle.btnaccent2Color .btIco a:before,
.btnBorderlessStyle.btnNormalColor:hover .btIco a:before,
.btnBorderlessStyle.btnaccent2Color button,
.btnBorderlessStyle.btnNormalColor:hover button {
color: #a082d2;
} .btnFilledStyle.btnaccent3Color,
.btnOutlineStyle.btnaccent3Color:hover {
background-color: #ffba52;
border: 2px solid #ffba52;
}
.btnFilledStyle.btnaccent3Color span,
.btnOutlineStyle.btnaccent3Color:hover span,
.btnFilledStyle.btnaccent3Color span:before,
.btnOutlineStyle.btnaccent3Color:hover span:before,
.btnFilledStyle.btnaccent3Color a,
.btnOutlineStyle.btnaccent3Color:hover a,
.btnFilledStyle.btnaccent3Color .btIco a:before,
.btnOutlineStyle.btnaccent3Color:hover .btIco a:before,
.btnFilledStyle.btnaccent3Color button,
.btnOutlineStyle.btnaccent3Color:hover button {
color: #fff !important;
}
.btnOutlineStyle.btnaccent3Color,
.btnFilledStyle.btnaccent3Color:hover {
background-color: transparent;
border: 2px solid #ffba52;
color: #ffba52;
}
.btnOutlineStyle.btnaccent3Color span,
.btnFilledStyle.btnaccent3Color:hover span,
.btnOutlineStyle.btnaccent3Color span:before,
.btnFilledStyle.btnaccent3Color:hover span:before,
.btnOutlineStyle.btnaccent3Color a,
.btnFilledStyle.btnaccent3Color:hover a,
.btnOutlineStyle.btnaccent3Color .btIco a:before,
.btnFilledStyle.btnaccent3Color:hover .btIco a:before,
.btnOutlineStyle.btnaccent3Color button,
.btnFilledStyle.btnaccent3Color:hover button {
color: #ffba52 !important;
}
.btnBorderlessStyle.btnaccent3Color span,
.btnBorderlessStyle.btnNormalColor:hover span,
.btnBorderlessStyle.btnaccent3Color span:before,
.btnBorderlessStyle.btnNormalColor:hover span:before,
.btnBorderlessStyle.btnaccent3Color a,
.btnBorderlessStyle.btnNormalColor:hover a,
.btnBorderlessStyle.btnaccent3Color .btIco a:before,
.btnBorderlessStyle.btnNormalColor:hover .btIco a:before,
.btnBorderlessStyle.btnaccent3Color button,
.btnBorderlessStyle.btnNormalColor:hover button {
color: #ffba52;
} .btnFilledStyle.btnaccent4Color,
.btnOutlineStyle.btnaccent4Color:hover {
background-color: #eb6ea6;
border: 2px solid #eb6ea6;
}
.btnFilledStyle.btnaccent4Color span,
.btnOutlineStyle.btnaccent4Color:hover span,
.btnFilledStyle.btnaccent4Color span:before,
.btnOutlineStyle.btnaccent4Color:hover span:before,
.btnFilledStyle.btnaccent4Color a,
.btnOutlineStyle.btnaccent4Color:hover a,
.btnFilledStyle.btnaccent4Color .btIco a:before,
.btnOutlineStyle.btnaccent4Color:hover .btIco a:before,
.btnFilledStyle.btnaccent4Color button,
.btnOutlineStyle.btnaccent4Color:hover button {
color: #fff !important;
}
.btnOutlineStyle.btnaccent4Color,
.btnFilledStyle.btnaccent4Color:hover {
background-color: transparent;
border: 2px solid #eb6ea6;
color: #5dc2ca;
}
.btnOutlineStyle.btnaccent4Color span,
.btnFilledStyle.btnaccent4Color:hover span,
.btnOutlineStyle.btnaccent4Color span:before,
.btnFilledStyle.btnaccent4Color:hover span:before,
.btnOutlineStyle.btnaccent4Color a,
.btnFilledStyle.btnaccent4Color:hover a,
.btnOutlineStyle.btnaccent4Color .btIco a:before,
.btnFilledStyle.btnaccent4Color:hover .btIco a:before,
.btnOutlineStyle.btnaccent4Color button,
.btnFilledStyle.btnaccent4Color:hover button {
color: #eb6ea6 !important;
}
.btnBorderlessStyle.btnaccent4Color span,
.btnBorderlessStyle.btnNormalColor:hover span,
.btnBorderlessStyle.btnaccent4Color span:before,
.btnBorderlessStyle.btnNormalColor:hover span:before,
.btnBorderlessStyle.btnaccent4Color a,
.btnBorderlessStyle.btnNormalColor:hover a,
.btnBorderlessStyle.btnaccent4Color .btIco a:before,
.btnBorderlessStyle.btnNormalColor:hover .btIco a:before,
.btnBorderlessStyle.btnaccent4Color button,
.btnBorderlessStyle.btnNormalColor:hover button {
color: #eb6ea6;
} .btLightSkin .btnBorderlessStyle.btnNormalColor span,
.btLightSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor span,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor span,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btLightSkin .btnBorderlessStyle.btnNormalColor span:before,
.btLightSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor span:before,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btLightSkin .btnBorderlessStyle.btnNormalColor a,
.btLightSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor a,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor a,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btLightSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btLightSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btLightSkin .btnBorderlessStyle.btnNormalColor button,
.btLightSkin .btnBorderlessStyle.btnAccentColor:hover button,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor button,
.btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover button,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnNormalColor button,
.btLightSkin .btDarkSkin .btLightSkin .btnBorderlessStyle.btnAccentColor:hover button {
color: #343839;
}
.btDarkSkin .btnBorderlessStyle.btnNormalColor span,
.btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor span,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor span,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span,
.btDarkSkin .btnBorderlessStyle.btnNormalColor span:before,
.btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor span:before,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover span:before,
.btDarkSkin .btnBorderlessStyle.btnNormalColor a,
.btDarkSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor a,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor a,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover a,
.btDarkSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btDarkSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor .btIco a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btnBorderlessStyle.btnNormalColor button,
.btDarkSkin .btnBorderlessStyle.btnAccentColor:hover button,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor button,
.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnNormalColor button,
.btDarkSkin.btLightSkin .btDarkSkin .btnBorderlessStyle.btnAccentColor:hover button {
color: #fff;
}
.btLightSkin .btnFilledStyle.btndefaultColor,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover {
border: 2px solid #343839;
background-color: #343839;
color: #fff !important;
}
.btLightSkin .btnFilledStyle.btndefaultColor span,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover span,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor span,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor span,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover span,
.btLightSkin .btnFilledStyle.btndefaultColor .btIco span:before,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover .btIco span:before,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor .btIco span:before,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover .btIco span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor .btIco span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover .btIco span:before,
.btLightSkin .btnFilledStyle.btndefaultColor a,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover a,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor a,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover a,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor a,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover a,
.btLightSkin .btnFilledStyle.btndefaultColor a:before,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor a:before,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btLightSkin .btnFilledStyle.btndefaultColor button,
.btLightSkin .btnOutlineStyle.btndefaultColor:hover button,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor button,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover button,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor button,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor:hover button {
color: #fff !important;
}
.btLightSkin .btnOutlineStyle.btndefaultColor,
.btLightSkin .btnFilledStyle.btndefaultColor:hover,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover {
border: 2px solid #343839;
background-color: transparent;
color: #343839;
}
.btLightSkin .btnOutlineStyle.btndefaultColor span,
.btLightSkin .btnFilledStyle.btndefaultColor:hover span,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor span,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor span,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover span,
.btLightSkin .btnOutlineStyle.btndefaultColor span:before,
.btLightSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor span:before,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor span:before,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btLightSkin .btnOutlineStyle.btndefaultColor a,
.btLightSkin .btnFilledStyle.btndefaultColor:hover a,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor a,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover a,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor a,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover a,
.btLightSkin .btnOutlineStyle.btndefaultColor a:before,
.btLightSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor a:before,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btLightSkin .btnOutlineStyle.btndefaultColor button,
.btLightSkin .btnFilledStyle.btndefaultColor:hover button,
.btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor button,
.btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover button,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btndefaultColor button,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btndefaultColor:hover button {
color: #343839 !important;
}
.btDarkSkin .btnFilledStyle.btndefaultColor,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover {
border: 2px solid #fff;
background-color: #fff;
color: #343839;
}
.btDarkSkin .btnFilledStyle.btndefaultColor span,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover span,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor span,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover span,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor span,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover span,
.btDarkSkin .btnFilledStyle.btndefaultColor span:before,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover span:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor span:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover span:before,
.btDarkSkin .btnFilledStyle.btndefaultColor a,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover a,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor a,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor a,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover a,
.btDarkSkin .btnFilledStyle.btndefaultColor a:before,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor a:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover a:before,
.btDarkSkin .btnFilledStyle.btndefaultColor button,
.btDarkSkin .btnOutlineStyle.btndefaultColor:hover button,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor button,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor button,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor:hover button {
color: #343839 !important;
}
.btDarkSkin .btnOutlineStyle.btndefaultColor,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
}
.btDarkSkin .btnOutlineStyle.btndefaultColor span,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover span,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor span,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover span,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor span,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover span,
.btDarkSkin .btnOutlineStyle.btndefaultColor span:before,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor span:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor span:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover span:before,
.btDarkSkin .btnOutlineStyle.btndefaultColor a,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover a,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor a,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor a,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover a,
.btDarkSkin .btnOutlineStyle.btndefaultColor a:before,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor a:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover a:before,
.btDarkSkin .btnOutlineStyle.btndefaultColor button,
.btDarkSkin .btnFilledStyle.btndefaultColor:hover button,
.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor button,
.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btndefaultColor button,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btndefaultColor:hover button {
color: #fff !important;
}
.btLightSkin .btnFilledStyle.btnLightColor,
.btLightSkin .btnOutlineStyle.btnLightColor:hover,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor:hover,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor:hover {
background: rgba(0,0,0,.1);
color: #343839 !important;
border: 2px solid rgba(0,0,0,.1);
}
.btLightSkin .btnOutlineStyle.btnLightColor,
.btLightSkin .btnFilledStyle.btnLightColor:hover,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover {
background-color: transparent;
border: 2px solid rgba(0,0,0,.1);
color: #343839 !important;
}
.btLightSkin .btnOutlineStyle.btnLightColor a,
.btLightSkin .btnFilledStyle.btnLightColor:hover a,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor a,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover a,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor a,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover a,
.btLightSkin .btnOutlineStyle.btnLightColor a:before,
.btLightSkin .btnFilledStyle.btnLightColor:hover a:before,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor a:before,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor a:before,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover a:before,
.btLightSkin .btnOutlineStyle.btnLightColor button,
.btLightSkin .btnFilledStyle.btnLightColor:hover button,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor button,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover button,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor button,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover button,
.btLightSkin .btnOutlineStyle.btnLightColor span,
.btLightSkin .btnFilledStyle.btnLightColor:hover span,
.btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor span,
.btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover span,
.btLightSkin .btDarkSkin .btLightSkin .btnOutlineStyle.btnLightColor span,
.btLightSkin .btDarkSkin .btLightSkin .btnFilledStyle.btnLightColor:hover span {
color: #343839 !important;
}
.btDarkSkin .btnFilledStyle.btnLightColor,
.btDarkSkin .btnOutlineStyle.btnLightColor:hover,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover {
background: rgba(0,0,0,.1);
color: #343839 !important;
border: 2px solid #343839;
}
.btDarkSkin .btnFilledStyle.btnLightColor a,
.btDarkSkin .btnOutlineStyle.btnLightColor:hover a,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor a,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor a,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover a,
.btDarkSkin .btnFilledStyle.btnLightColor .btIco a:before,
.btDarkSkin .btnOutlineStyle.btnLightColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor .btIco a:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover .btIco a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor .btIco a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover .btIco a:before,
.btDarkSkin .btnFilledStyle.btnLightColor button,
.btDarkSkin .btnOutlineStyle.btnLightColor:hover button,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor button,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor button,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover button,
.btDarkSkin .btnFilledStyle.btnLightColor span,
.btDarkSkin .btnOutlineStyle.btnLightColor:hover span,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor span,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover span,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor span,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor:hover span {
color: #343839 !important;
}
.btDarkSkin .btnOutlineStyle.btnLightColor,
.btDarkSkin .btnFilledStyle.btnLightColor:hover,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover {
background-color: transparent;
border: 2px solid #fff;
color: #fff !important;
}
.btDarkSkin .btnOutlineStyle.btnLightColor a,
.btDarkSkin .btnFilledStyle.btnLightColor:hover a,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor a,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor a,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover a,
.btDarkSkin .btnOutlineStyle.btnLightColor a:before,
.btDarkSkin .btnFilledStyle.btnLightColor:hover a:before,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor a:before,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor a:before,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover a:before,
.btDarkSkin .btnOutlineStyle.btnLightColor button,
.btDarkSkin .btnFilledStyle.btnLightColor:hover button,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor button,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor button,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover button,
.btDarkSkin .btnOutlineStyle.btnLightColor span,
.btDarkSkin .btnFilledStyle.btnLightColor:hover span,
.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor span,
.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover span,
.btDarkSkin.btLightSkin .btDarkSkin .btnOutlineStyle.btnLightColor span,
.btDarkSkin.btLightSkin .btDarkSkin .btnFilledStyle.btnLightColor:hover span {
color: #fff !important;
} .btSeparator {
clear: both;
}
.btSeparator hr {
clear: both;
border: none;
padding: 0;
margin: 0;
}
.btLightSkin .btSeparator hr,
.btDarkSkin .btLightSkin .btSeparator hr,
.btLightSkin .btDarkSkin .btLightSkin .btSeparator hr {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btSeparator hr,
.btLightSkin .btDarkSkin .btSeparator hr,
.btDarkSkin.btLightSkin .btDarkSkin .btSeparator hr {
border-bottom: 1px solid rgba(255,255,255,.1);
}
.btSeparator.noBorder hr {
border-bottom: 0 solid transparent !important;
} .btCounterHolder {
font-family: "Dosis";
}
.btCounterHolder {
font-size: 4em;
height: 1em;
line-height: 1;
font-weight: 400;
letter-spacing: -2px;
overflow: hidden;
}
.btCounterHolder .btCounter {
display: block;
height: 1em;
overflow: hidden;
}
.btCounterHolder span.onedigit {
display: inline-block;
height: 4em;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.btCounterHolder span.onedigit span {
display: block;
position: relative;
height: 1em;
text-align: center;
}
.btLightSkin .btCounterHolder,
.btDarkSkin .btLightSkin .btCounterHolder,
.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder {
color: #343839;
}
.btDarkSkin .btCounterHolder,
.btLightSkin .btDarkSkin .btCounterHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder {
color: #fff;
}
.btCounterHolder .btCountdownHolder {
overflow: hidden;
}
.btCounterHolder .btCountdownHolder > span {
vertical-align: top;
display: inline-block;
}
.btCounterHolder .btCountdownHolder > span > span.numbers {
padding-top: .3em;
}
.btCounterHolder .btCountdownHolder > span > span.numbers > span {
display: inline-block;
float: left;
padding-top: .1em;
}
.btCounterHolder .btCountdownHolder > span > span.numbers > span > span {
display: block;
width: .6em;
text-align: center;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
-webkit-transform: translateY(-1em);
-moz-transform: translateY(-1em);
-ms-transform: translateY(-1em);
transform: translateY(-1em);
}
.btCounterHolder .btCountdownHolder > span > span.numbers > span > span.countdown_anim {
-webkit-transition: transform 200ms ease-out;
-moz-transition: transform 200ms ease-out;
transition: transform 200ms ease-out;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.btCounterHolder .btCountdownHolder > span.days > span.numbers > span > span {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
position: relative;
}
.btCounterHolder .btCountdownHolder .days_text,
.btCounterHolder .btCountdownHolder .hours_text,
.btCounterHolder .btCountdownHolder .minutes_text,
.btCounterHolder .btCountdownHolder .seconds_text {
position: absolute;
left: 0;
top: 0;
width: 100% !important;
text-align: center;
font-size: .15em;
font-family: Dosis;
font-weight: 400;
text-transform: uppercase;
color: #5dc2ca;
-webkit-backface-visibility: hidden;
line-height: 1;
letter-spacing: 3px;
}
.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
width: auto !important;
-webkit-transform: translate(-50%,-.1em) !important;
-moz-transform: translate(-50%,-.1em) !important;
-ms-transform: translate(-50%,-.1em) !important;
transform: translate(-50%,-.1em) !important;
}
.btCounterHolder.btCounterLargeSize {
font-size: 6em;
} .btProgressContent {
font-family: "Dosis";
background-color: rgba(0,0,0,.07);
line-height: 2.75em;
overflow: hidden;
font-size: .7em;
}
.btProgressContent .btProgressAnim {
text-align: right;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
width: auto;
background-color: #5dc2ca;
color: #fff;
}
.btProgressContent .btProgressAnim span {
display: block;
padding: 0 8px;
vertical-align: middle;
font-weight: 700;
}
.btProgressBarLineStyle .btProgressContent {
background-color: transparent !important;
}
.btProgressBarLineStyle .btProgressContent .btProgressAnim {
background-color: transparent;
color: #343839;
-webkit-box-shadow: 0 -4px 0 0 #343839 inset;
box-shadow: 0 -4px 0 0 #343839 inset;
}
.btProgressBarLineStyle .btProgressContent .btProgressAnim span {
font-weight: 300;
}
.btLightSkin .btProgressContent,
.btDarkSkin .btLightSkin .btProgressContent,
.btLightSkin .btDarkSkin .btLightSkin .btProgressContent {
background-color: rgba(0,0,0,.07);
}
.btDarkSkin .btProgressContent,
.btLightSkin .btDarkSkin .btProgressContent,
.btDarkSkin.btLightSkin .btDarkSkin .btProgressContent {
background-color: rgba(255,255,255,.2);
}
@media (max-width: 768px) {
.btProgressContent {
line-height: 1.5;
}
} .btImage {
display: block;
}
.btImage img {
max-width: 100%;
height: auto;
display: inline-block;
width: 100%;
width: auto;
margin: auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bpgPhoto:hover > a + .boldPhotoBox .btImage img {
-webkit-filter: blur(5px);
filter: blur(5px);
}
.btTextIndent .btImage img {
width: 100%;
max-width: none;
display: block;
margin: 0;
}
.bpgPhoto {
overflow: hidden;
position: relative;
line-height: 0;
}
.bpgPhoto > a {
display: block;
position: absolute;
z-index: 7;
left: 0;
bottom: 0;
right: 0;
top: 0;
}
.bpgPhoto .captionPane {
text-align: left;
opacity: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(93,194,202,0.85) !important;
right: 0;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
z-index: 6;
margin: 20px;
pointer-events: none;
}
.bpgPhoto .captionPane .captionTable {
display: table;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.bpgPhoto .captionPane .captionTable .captionCell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt {
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 20px 20px 25px;
color: #FFF;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt h4,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt p,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt a,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .btSuperTitle,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .btSubTitle {
color: #fff;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .btSuperTitle:after {
border-color: #fff;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall {
margin: 0;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall h4 {
font-size: 1.875em;
line-height: 1.15;
font-weight: 400;
margin: 0 0 -25px;
letter-spacing: 0;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall h4 span.headline {
display: inline-block;
padding: 0 0 25px;
-webkit-box-shadow: 0 -4px 0 0 #fff inset;
box-shadow: 0 -4px 0 0 #fff inset;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle {
margin-bottom: .81em;
font-size: 11px;
font-weight: 300;
line-height: 28px;
letter-spacing: initial;
display: block;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle > span {
display: inline-block;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle span,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle strong,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle a {
display: inline-block;
margin: auto;
text-transform: uppercase;
vertical-align: middle;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle .btArticleCategories:not(:last-child):after,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle .btArticleComments:not(:last-child):after,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle .btArticleAuthor:not(:last-child):after,
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt .header.extrasmall .btSuperTitle .btArticleDate:not(:last-child):after {
content: '/';
padding: 0 .35em;
font-size: 28px;
line-height: 28px;
vertical-align: middle;
font-weight: 100;
opacity: .5;
}
.btCircleImage.bpgPhoto .captionPane .captionTable .captionCell .captionTxt {
position: static;
text-align: center;
}
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt:before {
content: "\e623";
font: normal 64px/1 Icon7Stroke;
display: block;
margin: 0 0 20px;
}
.btCircleImage.bpgPhoto .captionPane .captionTable .captionCell .captionTxt:before {
margin: 0 auto;
} .in-right.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: in-right .6s cubic-bezier(.165,.84,.44,1);
-moz-animation: in-right .6s cubic-bezier(.165,.84,.44,1);
animation: in-right .6s cubic-bezier(.165,.84,.44,1);
}
.in-top.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: in-top .6s cubic-bezier(.165,.84,.44,1);
-moz-animation: in-top .6s cubic-bezier(.165,.84,.44,1);
animation: in-top .6s cubic-bezier(.165,.84,.44,1);
}
.in-bottom.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: in-bottom .6s cubic-bezier(.165,.84,.44,1);
-moz-animation: in-bottom .6s cubic-bezier(.165,.84,.44,1);
animation: in-bottom .6s cubic-bezier(.165,.84,.44,1);
}
.in-left.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: in-left .6s cubic-bezier(.165,.84,.44,1);
-moz-animation: in-left .6s cubic-bezier(.165,.84,.44,1);
animation: in-left .6s cubic-bezier(.165,.84,.44,1);
} .out-right.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: out-right .4s cubic-bezier(.895,.03,.685,.22);
-moz-animation: out-right .4s cubic-bezier(.895,.03,.685,.22);
animation: out-right .4s cubic-bezier(.895,.03,.685,.22);
}
.out-top.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: out-top .4s cubic-bezier(.895,.03,.685,.22);
-moz-animation: out-top .4s cubic-bezier(.895,.03,.685,.22);
animation: out-top .4s cubic-bezier(.895,.03,.685,.22);
}
.out-bottom.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: out-bottom .4s cubic-bezier(.895,.03,.685,.22);
-moz-animation: out-bottom .4s cubic-bezier(.895,.03,.685,.22);
animation: out-bottom .4s cubic-bezier(.895,.03,.685,.22);
}
.out-left.bpgPhoto .captionPane .captionTable .captionCell {
-webkit-animation: out-left .4s cubic-bezier(.895,.03,.685,.22);
-moz-animation: out-left .4s cubic-bezier(.895,.03,.685,.22);
animation: out-left .4s cubic-bezier(.895,.03,.685,.22);
}
@-webkit-keyframes in-right {
0% {
-webkit-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
20% {
-webkit-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-moz-keyframes in-right {
0% {
-moz-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
20% {
-moz-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
100% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@keyframes in-right {
0% {
-webkit-transform: translated3d(-50%,0,0);
-moz-transform: translated3d(-50%,0,0);
-ms-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
20% {
-webkit-transform: translated3d(-50%,0,0);
-moz-transform: translated3d(-50%,0,0);
-ms-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-webkit-keyframes in-top {
0% {
-webkit-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
20% {
-webkit-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-moz-keyframes in-top {
0% {
-moz-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
20% {
-moz-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
100% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@keyframes in-top {
0% {
-webkit-transform: translated3d(0,-50%,0);
-moz-transform: translated3d(0,-50%,0);
-ms-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
20% {
-webkit-transform: translated3d(0,-50%,0);
-moz-transform: translated3d(0,-50%,0);
-ms-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-webkit-keyframes in-bottom {
0% {
-webkit-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
20% {
-webkit-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-moz-keyframes in-bottom {
0% {
-moz-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
20% {
-moz-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
100% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@keyframes in-bottom {
0% {
-webkit-transform: translated3d(0,50%,0);
-moz-transform: translated3d(0,50%,0);
-ms-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
20% {
-webkit-transform: translated3d(0,50%,0);
-moz-transform: translated3d(0,50%,0);
-ms-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-webkit-keyframes in-left {
0% {
-webkit-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
20% {
-webkit-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-moz-keyframes in-left {
0% {
-moz-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
20% {
-moz-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
100% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@keyframes in-left {
0% {
-webkit-transform: translated3d(50%,0,0);
-moz-transform: translated3d(50%,0,0);
-ms-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
20% {
-webkit-transform: translated3d(50%,0,0);
-moz-transform: translated3d(50%,0,0);
-ms-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
100% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
}
@-webkit-keyframes out-right {
0% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
}
@-moz-keyframes out-right {
0% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-moz-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
}
@keyframes out-right {
0% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(-50%,0,0);
-moz-transform: translated3d(-50%,0,0);
-ms-transform: translated3d(-50%,0,0);
transform: translated3d(-50%,0,0);
}
}
@-webkit-keyframes out-top {
0% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
}
@-moz-keyframes out-top {
0% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-moz-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
}
@keyframes out-top {
0% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(0,-50%,0);
-moz-transform: translated3d(0,-50%,0);
-ms-transform: translated3d(0,-50%,0);
transform: translated3d(0,-50%,0);
}
}
@-webkit-keyframes out-bottom {
0% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
}
@-moz-keyframes out-bottom {
0% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-moz-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
}
@keyframes out-bottom {
0% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(0,50%,0);
-moz-transform: translated3d(0,50%,0);
-ms-transform: translated3d(0,50%,0);
transform: translated3d(0,50%,0);
}
}
@-webkit-keyframes out-left {
0% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
}
@-moz-keyframes out-left {
0% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-moz-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-moz-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
}
@keyframes out-left {
0% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
35% {
-webkit-transform: translated3d(0,0,0);
-moz-transform: translated3d(0,0,0);
-ms-transform: translated3d(0,0,0);
transform: translated3d(0,0,0);
}
100% {
-webkit-transform: translated3d(50%,0,0);
-moz-transform: translated3d(50%,0,0);
-ms-transform: translated3d(50%,0,0);
transform: translated3d(50%,0,0);
}
}
.bpgPhoto.lightbox .captionTxt {
z-index: 0 !important;
}
.bpgPhoto[class*="-"] .captionPane {
pointer-events: auto;
}
.btCircleImage img {
border-radius: 50%;
overflow: hidden;
}
.btCircleImage .captionPane {
border-radius: 50%;
}
.btCircleImage .btImage img {
max-width: 100%;
height: auto;
}
.bpgPhoto.btOutlinedImage {
border: 1px solid rgba(0,0,0,.1);
}
.bpgPhoto.btRoundedImage {
border-radius: 20px;
}
.bpgPhoto.btRoundedImage .captionPane {
border-radius: 20px;
}
.bpgPhoto.btCircleImage .btImage {
position: relative;
overflow: hidden;
border-radius: 50%;
}
.btTextRight .bpgPhoto {
float: right;
}
.btTextCenter .bpgPhoto {
display: block;
margin: 0 auto;
float: none;
}
.btTextCenter .tilesWall .bpgPhoto {
display: block;
}
.cellRight .bpgPhoto {
float: right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.captionPane {
right: -1px;
}
}
.touch .captionPane {
display: none !important;
}
.btShowTitle {
position: absolute;
top: auto;
bottom: 0;
margin: 0;
padding: 20px 1.875em 25px;
right: 0;
left: 0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
display: none;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.btShowTitle .header.small {
margin: 0;
}
.btShowTitle .header.small h4 {
font-size: 1.875em;
line-height: 1.15;
font-weight: 400;
margin: 0 0 -25px;
letter-spacing: 0;
}
.btShowTitle .header.small h4 span.headline {
display: inline-block;
padding: 0 0 25px;
-webkit-box-shadow: 0 -4px 0 0 #5dc2ca inset;
box-shadow: 0 -4px 0 0 #5dc2ca inset;
}
.btShowTitle .header.small .btSuperTitle {
margin-bottom: .81em;
font-size: 11px;
font-weight: 400;
line-height: 28px;
display: block;
letter-spacing: initial;
}
.btShowTitle .header.small .btSuperTitle > span {
display: inline-block;
}
.btShowTitle .header.small .btSuperTitle span,
.btShowTitle .header.small .btSuperTitle strong {
display: inline-block;
margin: auto;
text-transform: uppercase;
vertical-align: middle;
}
.btShowTitle .header.small .btArticleCategories:not(:last-child):after,
.btShowTitle .header.small .btArticleComments:not(:last-child):after,
.btShowTitle .header.small .btArticleAuthor:not(:last-child):after,
.btShowTitle .header.small .btArticleDate:not(:last-child):after {
content: '/';
padding: 0 .35em;
font-size: 28px;
line-height: 28px;
vertical-align: middle;
font-weight: 100;
opacity: .5;
}
.btLightSkin .btShowTitle,
.btDarkSkin .btLightSkin .btShowTitle,
.btLightSkin .btDarkSkin .btLightSkin .btShowTitle {
color: #343839;
background-color: rgba(255,255,255,.85);
}
.btDarkSkin .btShowTitle,
.btLightSkin .btDarkSkin .btShowTitle,
.btDarkSkin.btLightSkin .btDarkSkin .btShowTitle {
color: #fff;
background-color: rgba(24,26,30,.85);
}
.btHasTitles .btShowTitle,
html.touch .btShowTitle {
display: block;
}
.bpgPhoto:hover .captionPane {
opacity: 1;
}
.bpgPhoto:hover .captionPane .captionTable .captionTxt {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.bpgPhoto:hover .btShowTitle {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.in-top:not(.btCircleImage) .captionPane {
-webkit-animation: in-top 300ms ease 0ms 1 forwards;
-moz-animation: in-top 300ms ease 0ms 1 forwards;
animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right:not(.btCircleImage) .captionPane {
-webkit-animation: in-right 300ms ease 0ms 1 forwards;
-moz-animation: in-right 300ms ease 0ms 1 forwards;
animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom:not(.btCircleImage) .captionPane {
-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
-moz-animation: in-bottom 300ms ease 0ms 1 forwards;
animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left:not(.btCircleImage) .captionPane {
-webkit-animation: in-left 300ms ease 0ms 1 forwards;
-moz-animation: in-left 300ms ease 0ms 1 forwards;
animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top:not(.btCircleImage) .captionPane {
-webkit-animation: out-top 300ms ease 0ms 1 forwards;
-moz-animation: out-top 300ms ease 0ms 1 forwards;
animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right:not(.btCircleImage) .captionPane {
-webkit-animation: out-right 300ms ease 0ms 1 forwards;
-moz-animation: out-right 300ms ease 0ms 1 forwards;
animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom:not(.btCircleImage) .captionPane {
-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
-moz-animation: out-bottom 300ms ease 0ms 1 forwards;
animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left:not(.btCircleImage) .captionPane {
-webkit-animation: out-left 300ms ease 0ms 1 forwards;
-moz-animation: out-left 300ms ease 0ms 1 forwards;
animation: out-left 300ms ease 0ms 1 forwards;
}
@-webkit-keyframes in-top {
from {
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
to {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-moz-keyframes in-top {
from {
-moz-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
to {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@keyframes in-top {
from {
-webkit-transform: translate3d(0,-100%,0);
-moz-transform: translate3d(0,-100%,0);
-ms-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
to {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-webkit-keyframes out-top {
from {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
}
@-moz-keyframes out-top {
from {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-moz-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
}
@keyframes out-top {
from {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(0,-100%,0);
-moz-transform: translate3d(0,-100%,0);
-ms-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
}
@-webkit-keyframes in-right {
from {
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
to {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-moz-keyframes in-right {
from {
-moz-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
to {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@keyframes in-right {
from {
-webkit-transform: translate3d(100%,0,0);
-moz-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
to {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-webkit-keyframes out-right {
from {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
@-moz-keyframes out-right {
from {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-moz-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
@keyframes out-right {
from {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(100%,0,0);
-moz-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
@-webkit-keyframes in-bottom {
from {
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-moz-keyframes in-bottom {
from {
-moz-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@keyframes in-bottom {
from {
-webkit-transform: translate3d(0,100%,0);
-moz-transform: translate3d(0,100%,0);
-ms-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-webkit-keyframes out-bottom {
from {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
}
@-moz-keyframes out-bottom {
from {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-moz-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
}
@keyframes out-bottom {
from {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(0,100%,0);
-moz-transform: translate3d(0,100%,0);
-ms-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
}
@-webkit-keyframes in-left {
from {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
to {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-moz-keyframes in-left {
from {
-moz-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
to {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@keyframes in-left {
from {
-webkit-transform: translate3d(-100%,0,0);
-moz-transform: translate3d(-100%,0,0);
-ms-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
to {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
@-webkit-keyframes out-left {
from {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
}
@-moz-keyframes out-left {
from {
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-moz-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
}
@keyframes out-left {
from {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(-100%,0,0);
-moz-transform: translate3d(-100%,0,0);
-ms-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
} .btPriceTable {
position: relative;
border-top: 0;
}
.btPriceTable .btPriceTableHeader {
background: #5dc2ca;
padding: 40px 40px;
margin-left: -1px;
margin-right: -1px;
}
.btHardRoundedButtons .btPriceTable .btPriceTableHeader {
border-radius: 30px;
}
.btSoftRoundedButtons .btPriceTable .btPriceTableHeader {
border-radius: 5px;
}
.btSquareButtons .btPriceTable .btPriceTableHeader {
border-radius: 0;
}
.btPriceTable .btPriceTableHeader .header .btSuperTitle {
color: white;
}
.btPriceTable .btPriceTableHeader .header .dash:after,
.btPriceTable .btPriceTableHeader .header .dash:before {
border-color: white;
}
.btPriceTable .btPriceTableHeader .header.extralarge {
margin: 0;
}
.btPriceTable .btPriceTableHeader .header .btPriceTableCurrency {
opacity: .3;
padding-right: 10px;
}
.btPriceTable .btSubTitle {
font-weight: 300;
}
.btPriceTable ul {
list-style: none;
margin: 0;
padding: 0;
}
.btPriceTable ul li {
display: block;
padding: 30px;
margin: 0;
margin: 0 20px;
}
.btLightSkin .btPriceTable ul li,
.btDarkSkin .btLightSkin .btPriceTable ul li,
.btLightSkin .btDarkSkin .btLightSkin .btPriceTable ul li {
border-bottom: rgba(0,0,0,.1) 1px solid;
}
.btLightSkin .btPriceTable ul li:last-child,
.btDarkSkin .btLightSkin .btPriceTable ul li:last-child,
.btLightSkin .btDarkSkin .btLightSkin .btPriceTable ul li:last-child {
border-bottom: none;
}
.btDarkSkin .btPriceTable,
.btLightSkin .btDarkSkin .btPriceTable,
.btDarkSkin.btLightSkin .btDarkSkin .btPriceTable {
border: rgba(255,255,255,.1) 1px solid;
}
.btDarkSkin .btPriceTable ul li,
.btLightSkin .btDarkSkin .btPriceTable ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btPriceTable ul li {
border-bottom: rgba(255,255,255,.1) 1px solid;
}
.btDarkSkin .btPriceTable ul li:last-child,
.btLightSkin .btDarkSkin .btPriceTable ul li:last-child,
.btDarkSkin.btLightSkin .btDarkSkin .btPriceTable ul li:last-child {
border-bottom: none;
}
.btPriceTableSticker {
padding: 5px 10px;
position: absolute;
top: -10px;
right: -10px;
background: #a082d2;
color: #fff;
font-family: "Dosis";
}
.btHardRoundedButtons .btPriceTableSticker {
border-radius: 50px 50px 0 50px;
}
.btSoftRoundedButtons .btPriceTableSticker {
border-radius: 5px 5px 0 5px;
}
.btSquareButtons .btPriceTableSticker {
border-radius: 0;
}
.btPriceTableSticker > div {
display: table;
height: 100%;
width: 100%;
}
.btPriceTableSticker > div > div {
width: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
padding: .5em;
line-height: 1.1;
font-family: Montserrat;
text-transform: uppercase;
font-size: .7em;
font-weight: 500;
}
.btPriceTableSticker:after,
.btPriceTableSticker:before {
display: block;
content: " ";
position: absolute;
right: 0;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 0;
border-color: #a082d2 transparent transparent transparent;
z-index: 1;
}
.btPriceTableSticker:before {
opacity: .3;
z-index: 2;
border-color: #181A1E transparent transparent transparent;
}
.btLightSkin .btPriceTableSticker,
.btDarkSkin .btLightSkin .btPriceTableSticker,
.btLightSkin .btDarkSkin .btLightSkin .btPriceTableSticker {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.btDarkSkin .btPriceTableSticker,
.btLightSkin .btDarkSkin .btPriceTableSticker,
.btDarkSkin.btLightSkin .btDarkSkin .btPriceTableSticker {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
} .servicesItem .btIco.btIcoDefaultType.btIcoExtraSmallSize .btIcoHolder:before {
font-size: 21px;
}
.servicesItem .btIco.btIcoDefaultType.btIcoSmallSize .btIcoHolder:before {
font-size: 27px;
}
.servicesItem .btIco.btIcoDefaultType.btIcoMediumSize .btIcoHolder:before {
font-size: 40px;
}
.servicesItem .btIco.btIcoDefaultType.btIcoBigSize .btIcoHolder:before {
font-size: 48px;
}
.servicesItem header.small h4 {
font-size: 1.125em;
font-weight: 700;
}
.servicesItem .header.small .btSubTitle {
font-size: .875em;
}
.servicesItem .sIcon {
line-height: 1;
}
.servicesItem.btServicesAccent1 .btDash.bottomDash .dash:after {
border-color: #5dc2ca;
}
.servicesItem.btServicesAccent2 .btDash.bottomDash .dash:after {
border-color: #a082d2;
}
.servicesItem.btServicesAccent3 .btDash.bottomDash .dash:after {
border-color: #ffba52;
}
.servicesItem.btServicesAccent4 .btDash.bottomDash .dash:after {
border-color: #eb6ea6;
} .btTextCenter .sIcon {
margin-bottom: 20px;
}
.btTextRight .sIcon {
float: right;
display: block;
position: relative;
z-index: 2;
margin: 0 0 0 -100%;
}
.btTextRight .sTxt {
position: relative;
float: right;
}
.btTextLeft .sIcon {
float: left;
display: block;
position: relative;
z-index: 2;
margin: 0 -100% 0 0;
}
.btTextLeft .sTxt {
position: relative;
float: left;
}
.sTxt h1,
.sTxt h2,
.sTxt h3,
.sTxt h4 {
clear: none;
}
.sTxt .header.small.btDash {
margin-bottom: 0;
}
.btTextRight .btIcoExtraSmallSizeIcon .sTxt {
margin-right: 41px;
}
.btTextLeft .btIcoExtraSmallSizeIcon .sTxt {
margin-left: 41px;
}
.btTextRight .btIcoSmallSizeIcon .sTxt {
margin-right: 47px;
}
.btTextLeft .btIcoSmallSizeIcon .sTxt {
margin-left: 47px;
}
.btTextLeft .btIcoMediumSizeIcon .sTxt {
margin-left: 60px;
}
.btTextRight .btIcoMediumSizeIcon .sTxt {
margin-right: 60px;
}
.btTextLeft .btIcoBigSizeIcon .sTxt {
margin-left: 68px;
}
.btTextRight .btIcoBigSizeIcon .sTxt {
margin-right: 68px;
}
.btTextLeft .btIcoLargeSizeIcon .sTxt {
margin-left: 100px;
}
.btTextRight .btIcoLargeSizeIcon .sTxt {
margin-right: 100px;
}
.servicesItem:after {
display: table;
content: " ";
clear: both;
width: 100%;
}
.btTextLeft .mediumIcon .sTxt {
margin-left: 80px;
}
.sTxt p:last-of-type,
.btText p:last-of-type {
margin-bottom: 0;
} .header {
display: block;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
margin-bottom: .5em;
}
.header .headline,
.header .dash {
display: block;
}
.header .btSuperTitle {
font-family: "Montserrat";
font-size: .7em;
font-weight: 500;
margin-bottom: .7em;
line-height: 1.4;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.btTextCenter .header .btSuperTitle {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.btTextLeft .header .btSuperTitle {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btTextRight .header .btSuperTitle {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header .btSuperTitle span {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.header .btSubTitle {
font-family: "Montserrat";
font-size: 1em;
margin-bottom: 1em;
clear: both;
line-height: 1.4;
}
.header .dash:before,
.header .dash:after {
width: 3em;
border-width: 0 0 2px;
margin-bottom: .85em;
}
.header.btHeaderAccent1 h1,
.header.btHeaderAccent1 h2,
.header.btHeaderAccent1 h3,
.header.btHeaderAccent1 h4,
.header.btHeaderAccent1 h5 {
color: #5dc2ca;
}
.header.btHeaderAccent1.btDash.bottomDash .dash:after {
border-color: #5dc2ca;
}
.header.btHeaderAccent2 h1,
.header.btHeaderAccent2 h2,
.header.btHeaderAccent2 h3,
.header.btHeaderAccent2 h4,
.header.btHeaderAccent2 h5 {
color: #a082d2;
}
.header.btHeaderAccent2.btDash.bottomDash .dash:after {
border-color: #a082d2;
}
.header.btHeaderAccent3 h1,
.header.btHeaderAccent3 h2,
.header.btHeaderAccent3 h3,
.header.btHeaderAccent3 h4,
.header.btHeaderAccent3 h5 {
color: #ffba52;
}
.header.btHeaderAccent3.btDash.bottomDash .dash:after {
border-color: #ffba52;
}
.header.btHeaderAccent4 h1,
.header.btHeaderAccent4 h2,
.header.btHeaderAccent4 h3,
.header.btHeaderAccent4 h4,
.header.btHeaderAccent4 h5 {
color: #eb6ea6;
}
.header.btHeaderAccent4.btDash.bottomDash .dash:after {
border-color: #eb6ea6;
} .btDash.bottomDash .dash:after {
content: ' ';
clear: both;
display: block;
margin: 0;
border-width: 0 0 3px;
border-style: solid;
}
.btTextRight .btDash.bottomDash .dash:after {
float: right;
}
.btTextCenter .btDash.bottomDash .dash:after {
margin-left: auto;
margin-right: auto;
}
.btDash.topDash .btSuperTitle:after,
.btDash.topDash .btSuperTitle:before {
content: ' ';
clear: both;
display: block;
-webkit-flex: 15 1 auto;
-ms-flex: 15 1 auto;
flex: 15 1 auto;
}
.btDash.topDash .btSuperTitle:before {
margin-right: 1em;
}
.btDash.topDash .btSuperTitle:after {
margin-left: 1em;
}
.btTextRight .btSuperTitle:after {
display: none !important;
}
.btTextLeft .btSuperTitle:before {
display: none !important;
}
.btLightSkin .btDash.topDash .btSuperTitle:before,
.btLightSkin .btDash.topDash .btSuperTitle:after,
.btDarkSkin .btLightSkin .btDash.topDash .btSuperTitle:before,
.btDarkSkin .btLightSkin .btDash.topDash .btSuperTitle:after,
.btLightSkin .btDarkSkin .btLightSkin .btDash.topDash .btSuperTitle:before,
.btLightSkin .btDarkSkin .btLightSkin .btDash.topDash .btSuperTitle:after {
border-top: 1px solid #343839;
}
.btDarkSkin .btDash.topDash .btSuperTitle:before,
.btDarkSkin .btDash.topDash .btSuperTitle:after,
.btLightSkin .btDarkSkin .btDash.topDash .btSuperTitle:before,
.btLightSkin .btDarkSkin .btDash.topDash .btSuperTitle:after,
.btDarkSkin.btLightSkin .btDarkSkin .btDash.topDash .btSuperTitle:before,
.btDarkSkin.btLightSkin .btDarkSkin .btDash.topDash .btSuperTitle:after {
border-top: 1px solid #fff;
}
.header.extrasmall h3,
.header.extrasmall h4 {
font-size: 1.125em;
font-weight: 600;
line-height: 1.5;
}
.header.extrasmall .btSuperTitle {
font-size: .8em;
}
.header.extrasmall .btSuperTitle:before,
.header.extrasmall .btSuperTitle:after {
max-width: 1.2em;
}
.header.small h3,
.header.small h4 {
font-size: 1.4em;
font-weight: 600;
line-height: 1.5;
}
.header.small .btSuperTitle {
font-weight: 600;
}
.header.small .btSuperTitle:before,
.header.small .btSuperTitle:after {
max-width: 2em;
}
.header.small .dash:before,
.header.small .dash:after {
width: 3.5em;
margin-bottom: 1em;
}
.header.medium h3,
.header.medium h4 {
font-size: 1.9em;
line-height: 1.4;
}
.header.medium .btSuperTitle {
font-weight: 600;
font-size: 1em;
}
.header.medium .btSuperTitle:before,
.header.medium .btSuperTitle:after {
max-width: 2.7em;
}
.header.medium .dash:before,
.header.medium .dash:after {
width: 3.5em;
margin-bottom: 1em;
}
.header.large h2,
.header.large h3 {
font-size: 2.5em;
line-height: 1.4;
}
.header.large .btSuperTitle {
font-size: .875em;
letter-spacing: initial;
}
.header.large .btSuperTitle:before,
.header.large .btSuperTitle:after {
max-width: 2.9em;
}
.header.large .btSubTitle {
font-size: 1.1em;
}
.header.large .dash:before,
.header.large .dash:after {
width: 4em;
margin-bottom: 1.4em;
}
.header.extralarge h1 {
font-size: 3.25em;
line-height: 1.35;
}
.btArticle .header.extralarge h1 {
font-size: 3em;
}
.header.extralarge .btSuperTitle {
font-size: 1.25em;
font-weight: 600;
}
.header.extralarge .btSuperTitle:before,
.header.extralarge .btSuperTitle:after {
max-width: 3em;
}
.btArticle .header.extralarge .btSuperTitle {
font-size: 1em;
}
.header.extralarge .btSubTitle {
font-size: 1.25em;
}
.btArticle .header.extralarge .btSubTitle {
font-size: 1.1em;
}
.header.extralarge .btSubTitle > [class*="btArticle"] {
font-size: .75em;
line-height: 1.3;
}
.header.extralarge .dash:before,
.header.extralarge .dash:after {
width: 6.5em;
margin-bottom: 2.1em;
}
.header.huge h1 {
font-size: 4.5em;
line-height: 1.3;
}
.header.huge .btSuperTitle {
font-size: 2em;
}
.header.huge .btSuperTitle:before,
.header.huge .btSuperTitle:after {
max-width: 4em;
}
.header.huge .btSubTitle {
font-size: 2em;
}
.header.huge .dash:before,
.header.huge .dash:after {
width: 8em;
margin-bottom: 2.4em;
} .btGridContainer {
overflow: hidden;
margin: 0 -20px;
}
.btGridContainer .btGridContent {
padding: 20px 0 0;
}
.btGridContainer .btGridContent p {
max-height: 5em;
display: block;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.gridItem {
opacity: .05;
-webkit-transition: transform 360ms ease 500ms,opacity .5s ease;
-moz-transition: transform 360ms ease 500ms,opacity .5s ease;
transition: transform 360ms ease 500ms,opacity .5s ease;
overflow: hidden;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gridItem .slick-prev,
.gridItem .slick-next {
display: none !important;
}
.gridItem .nbsImgHolder {
display: none !important;
}
.gridItem.btMarkedImage {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
.btLightSkin .gridItem,
.btDarkSkin .btLightSkin .gridItem,
.btLightSkin .btDarkSkin .btLightSkin .gridItem {
background-color: rgba(0,0,0,.07);
}
.btDarkSkin .gridItem,
.btLightSkin .btDarkSkin .gridItem,
.btDarkSkin.btLightSkin .btDarkSkin .gridItem {
background-color: rgba(255,255,255,.2);
}
.gridItem.btGridItemLoaded {
opacity: 1;
}
.gridItem:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 5px solid white;
pointer-events: none;
z-index: 10;
}
.btDarkSkin .gridItem:after,
.btLightSkin .btDarkSkin .gridItem:after,
.btDarkSkin.btLightSkin .btDarkSkin .gridItem:after {
border-color: #181A1E !important;
}
.btLightSkin .gridItem:after,
.btDarkSkin .btLightSkin .gridItem:after,
.btLightSkin .btDarkSkin .btLightSkin .gridItem:after {
border-color: #fff !important;
}
.btNoMore {
display: none;
opacity: 1;
padding: 3em 0;
font-family: Dosis;
}
.btGridContent {
padding: 10px;
}
.tilesWall {
margin: 0 20px;
}
.boldSection.gutter .tilesWall {
margin: 0;
}
.tilesWall .gridItem .header .btSubTitle {
margin-top: 1em;
font-size: .8em;
}
.tilesWall .gridItem .header .btSubTitle {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.btGridContent .header .btSuperTitle a:hover {
color: #5dc2ca;
}
.btGridGap-0 .gridItem:after {
border: 0 solid white;
}
.boldSection .btGridGap-0 .tilesWall,
.boldSection .tilesWall.btGridGap-0 {
margin-bottom: -0px;
margin-top: -0px;
}
.btGridGap-0 .tilesWall.classic .btGridOuterContent {
padding: 20px;
}
.btGridGap-0 .tilesWall .btShowTitle {
margin: 0;
}
.btGridGap-0 .tilesWall .captionPane {
margin: 20px;
}
.btGridGap-1 .gridItem:after {
border: 1px solid white;
}
.boldSection .btGridGap-1 .tilesWall,
.boldSection .tilesWall.btGridGap-1 {
margin-bottom: -1px;
margin-top: -1px;
}
.btGridGap-1 .tilesWall.classic .btGridOuterContent {
padding: 21px;
}
.btGridGap-1 .tilesWall .btShowTitle {
margin: 0 1px 1px;
}
.btGridGap-1 .tilesWall .captionPane {
margin: 21px;
}
.btGridGap-2 .gridItem:after {
border: 2px solid white;
}
.boldSection .btGridGap-2 .tilesWall,
.boldSection .tilesWall.btGridGap-2 {
margin-bottom: -2px;
margin-top: -2px;
}
.btGridGap-2 .tilesWall.classic .btGridOuterContent {
padding: 22px;
}
.btGridGap-2 .tilesWall .btShowTitle {
margin: 0 2px 2px;
}
.btGridGap-2 .tilesWall .captionPane {
margin: 22px;
}
.btGridGap-3 .gridItem:after {
border: 3px solid white;
}
.boldSection .btGridGap-3 .tilesWall,
.boldSection .tilesWall.btGridGap-3 {
margin-bottom: -3px;
margin-top: -3px;
}
.btGridGap-3 .tilesWall.classic .btGridOuterContent {
padding: 23px;
}
.btGridGap-3 .tilesWall .btShowTitle {
margin: 0 3px 3px;
}
.btGridGap-3 .tilesWall .captionPane {
margin: 23px;
}
.btGridGap-4 .gridItem:after {
border: 4px solid white;
}
.boldSection .btGridGap-4 .tilesWall,
.boldSection .tilesWall.btGridGap-4 {
margin-bottom: -4px;
margin-top: -4px;
}
.btGridGap-4 .tilesWall.classic .btGridOuterContent {
padding: 24px;
}
.btGridGap-4 .tilesWall .btShowTitle {
margin: 0 4px 4px;
}
.btGridGap-4 .tilesWall .captionPane {
margin: 24px;
}
.btGridGap-5 .gridItem:after {
border: 5px solid white;
}
.boldSection .btGridGap-5 .tilesWall,
.boldSection .tilesWall.btGridGap-5 {
margin-bottom: -5px;
margin-top: -5px;
}
.btGridGap-5 .tilesWall.classic .btGridOuterContent {
padding: 25px;
}
.btGridGap-5 .tilesWall .btShowTitle {
margin: 0 5px 5px;
}
.btGridGap-5 .tilesWall .captionPane {
margin: 25px;
}
.btGridGap-6 .gridItem:after {
border: 6px solid white;
}
.boldSection .btGridGap-6 .tilesWall,
.boldSection .tilesWall.btGridGap-6 {
margin-bottom: -6px;
margin-top: -6px;
}
.btGridGap-6 .tilesWall.classic .btGridOuterContent {
padding: 26px;
}
.btGridGap-6 .tilesWall .btShowTitle {
margin: 0 6px 6px;
}
.btGridGap-6 .tilesWall .captionPane {
margin: 26px;
}
.btGridGap-7 .gridItem:after {
border: 7px solid white;
}
.boldSection .btGridGap-7 .tilesWall,
.boldSection .tilesWall.btGridGap-7 {
margin-bottom: -7px;
margin-top: -7px;
}
.btGridGap-7 .tilesWall.classic .btGridOuterContent {
padding: 27px;
}
.btGridGap-7 .tilesWall .btShowTitle {
margin: 0 7px 7px;
}
.btGridGap-7 .tilesWall .captionPane {
margin: 27px;
}
.btGridGap-8 .gridItem:after {
border: 8px solid white;
}
.boldSection .btGridGap-8 .tilesWall,
.boldSection .tilesWall.btGridGap-8 {
margin-bottom: -8px;
margin-top: -8px;
}
.btGridGap-8 .tilesWall.classic .btGridOuterContent {
padding: 28px;
}
.btGridGap-8 .tilesWall .btShowTitle {
margin: 0 8px 8px;
}
.btGridGap-8 .tilesWall .captionPane {
margin: 28px;
}
.btGridGap-9 .gridItem:after {
border: 9px solid white;
}
.boldSection .btGridGap-9 .tilesWall,
.boldSection .tilesWall.btGridGap-9 {
margin-bottom: -9px;
margin-top: -9px;
}
.btGridGap-9 .tilesWall.classic .btGridOuterContent {
padding: 29px;
}
.btGridGap-9 .tilesWall .btShowTitle {
margin: 0 9px 9px;
}
.btGridGap-9 .tilesWall .captionPane {
margin: 29px;
}
.btGridGap-10 .gridItem:after {
border: 10px solid white;
}
.boldSection .btGridGap-10 .tilesWall,
.boldSection .tilesWall.btGridGap-10 {
margin-bottom: -10px;
margin-top: -10px;
}
.btGridGap-10 .tilesWall.classic .btGridOuterContent {
padding: 30px;
}
.btGridGap-10 .tilesWall .btShowTitle {
margin: 0 10px 10px;
}
.btGridGap-10 .tilesWall .captionPane {
margin: 30px;
}
.btGridGap-15 .gridItem:after {
border: 15px solid white;
}
.boldSection .btGridGap-15 .tilesWall,
.boldSection .tilesWall.btGridGap-15 {
margin-bottom: -15px;
margin-top: -15px;
}
.btGridGap-15 .tilesWall.classic .btGridOuterContent {
padding: 35px;
}
.btGridGap-15 .tilesWall .btShowTitle {
margin: 0 15px 15px;
}
.btGridGap-15 .tilesWall .captionPane {
margin: 35px;
}
.btGridGap-20 .gridItem:after {
border: 20px solid white;
}
.boldSection .btGridGap-20 .tilesWall,
.boldSection .tilesWall.btGridGap-20 {
margin-bottom: -20px;
margin-top: -20px;
}
.btGridGap-20 .tilesWall.classic .btGridOuterContent {
padding: 40px;
}
.btGridGap-20 .tilesWall .btShowTitle {
margin: 0 20px 20px;
}
.btGridGap-20 .tilesWall .captionPane {
margin: 40px;
}
.btGridGap-30 .gridItem:after {
border: 30px solid white;
}
.boldSection .btGridGap-30 .tilesWall,
.boldSection .tilesWall.btGridGap-30 {
margin-bottom: -30px;
margin-top: -30px;
}
.btGridGap-30 .tilesWall.classic .btGridOuterContent {
padding: 50px;
}
.btGridGap-30 .tilesWall .btShowTitle {
margin: 0 30px 30px;
}
.btGridGap-30 .tilesWall .captionPane {
margin: 50px;
}
.btGridGap-40 .gridItem:after {
border: 40px solid white;
}
.boldSection .btGridGap-40 .tilesWall,
.boldSection .tilesWall.btGridGap-40 {
margin-bottom: -40px;
margin-top: -40px;
}
.btGridGap-40 .tilesWall.classic .btGridOuterContent {
padding: 60px;
}
.btGridGap-40 .tilesWall .btShowTitle {
margin: 0 40px 40px;
}
.btGridGap-40 .tilesWall .captionPane {
margin: 60px;
}
.btGridGap-50 .gridItem:after {
border: 50px solid white;
}
.boldSection .btGridGap-50 .tilesWall,
.boldSection .tilesWall.btGridGap-50 {
margin-bottom: -50px;
margin-top: -50px;
}
.btGridGap-50 .tilesWall.classic .btGridOuterContent {
padding: 70px;
}
.btGridGap-50 .tilesWall .btShowTitle {
margin: 0 50px 50px;
}
.btGridGap-50 .tilesWall .captionPane {
margin: 70px;
}
.btCatFilter {
font-family: "Montserrat",arial,sans-serif;
font-size: .875em;
margin: 0 0 50px;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.btCatFilter > span {
display: block;
cursor: pointer;
float: left;
line-height: 1.15;
padding: 1.68em 1.25em 1.5em;
position: relative;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.btHardRoundedButtons .btCatFilter > span,
.btSoftRoundedButtons .btCatFilter > span {
padding: 1.344em 1.15em 1.3em;
}
.btCatFilter > span b {
font-weight: 400;
text-transform: uppercase;
position: relative;
z-index: 3;
}
.btCatFilter > span:before {
content: ' ';
display: block;
position: absolute;
z-index: 2;
left: 0;
right: 0;
top: 0;
height: 4px;
background-color: rgba(0,0,0,.1);
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.btCatFilter > span:after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.btCatFilter > span:nth-child(4n + 1) {
color: #5dc2ca;
}
.btCatFilter > span:nth-child(4n + 1):after {
background-color: #5dc2ca;
}
.btCatFilter > span:nth-child(4n + 2) {
color: #a082d2;
}
.btCatFilter > span:nth-child(4n + 2):after {
background-color: #a082d2;
}
.btCatFilter > span:nth-child(4n + 3) {
color: #ffba52;
}
.btCatFilter > span:nth-child(4n + 3):after {
background-color: #ffba52;
}
.btCatFilter > span:nth-child(4n + 4) {
color: #eb6ea6;
}
.btCatFilter > span:nth-child(4n + 4):after {
background-color: #eb6ea6;
}
.btCatFilter > span:hover {
color: #fff !important;
}
.btCatFilter > span:hover:after,
.btCatFilter > span:hover:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.btCatFilter > span:hover:before {
-webkit-transition: all 260ms ease 120ms;
-moz-transition: all 260ms ease 120ms;
transition: all 260ms ease 120ms;
}
.btCatFilter > span.btCatFilterTitle,
.btCatFilter > span.btCatFilterTitle:hover {
background: transparent !important;
opacity: .8;
cursor: default;
}
.btLightSkin .btCatFilter > span.btCatFilterTitle,
.btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterTitle,
.btLightSkin .btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterTitle,
.btLightSkin .btCatFilter > span.btCatFilterTitle:hover,
.btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterTitle:hover,
.btLightSkin .btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterTitle:hover {
color: #343839 !important;
}
.btDarkSkin .btCatFilter > span.btCatFilterTitle,
.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterTitle,
.btDarkSkin.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterTitle,
.btDarkSkin .btCatFilter > span.btCatFilterTitle:hover,
.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterTitle:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterTitle:hover {
color: #fff !important;
}
.btCatFilter > span.btCatFilterTitle:before,
.btCatFilter > span.btCatFilterTitle:after,
.btCatFilter > span.btCatFilterTitle:hover:before,
.btCatFilter > span.btCatFilterTitle:hover:after {
display: none;
}
.btCatFilter > span.btCatFilterTitle b,
.btCatFilter > span.btCatFilterTitle:hover b {
text-transform: none;
}
.btCatFilter > span.btCatFilterItem.active,
.btCatFilter > span.btCatFilterItem.active:hover {
cursor: default;
opacity: .8;
}
.btCatFilter > span.btCatFilterItem.active:before,
.btCatFilter > span.btCatFilterItem.active:hover:before {
top: auto;
bottom: 0;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.btCatFilter > span.btCatFilterItem.active:after,
.btCatFilter > span.btCatFilterItem.active:hover:after {
display: none;
}
.btLightSkin .btCatFilter > span.btCatFilterItem.active,
.btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterItem.active,
.btLightSkin .btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterItem.active,
.btLightSkin .btCatFilter > span.btCatFilterItem.active:hover,
.btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterItem.active:hover,
.btLightSkin .btDarkSkin .btLightSkin .btCatFilter > span.btCatFilterItem.active:hover {
color: #343839 !important;
}
.btDarkSkin .btCatFilter > span.btCatFilterItem.active,
.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterItem.active,
.btDarkSkin.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterItem.active,
.btDarkSkin .btCatFilter > span.btCatFilterItem.active:hover,
.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterItem.active:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btCatFilter > span.btCatFilterItem.active:hover {
color: #fff !important;
}
.btCatFilter > span:first-child b {
font-weight: 300;
}
.btCatFilter:after {
clear: both;
content: ' ';
display: block;
}
.btHardRoundedButtons .btCatFilter,
.btSoftRoundedButtons .btCatFilter {
border-style: solid;
border-width: 1px;
display: inline-block;
}
.btLightSkin.btHardRoundedButtons .btCatFilter,
.btLightSkin.btSoftRoundedButtons .btCatFilter {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin.btHardRoundedButtons .btCatFilter,
.btDarkSkin.btSoftRoundedButtons .btCatFilter {
border-color: rgba(255,255,255,.1);
}
.btHardRoundedButtons .btCatFilter {
border-radius: 50px;
}
.btHardRoundedButtons .btCatFilter .btCatFilterItem:first-of-type:after {
border-radius: 50px 0 0 50px;
}
.btHardRoundedButtons .btCatFilter .btCatFilterItem:first-of-type:before {
border-radius: 20px 0 0;
margin-left: 1.05em;
}
.btHardRoundedButtons .btCatFilter .btCatFilterItem:last-of-type:after {
border-radius: 0 50px 50px 0;
}
.btHardRoundedButtons .btCatFilter .btCatFilterItem:last-of-type:before {
border-radius: 0 20px 0 0;
margin-right: 1.05em;
}
.btSoftRoundedButtons .btCatFilter {
border-radius: 5px;
}
.btSoftRoundedButtons .btCatFilter .btCatFilterItem:first-of-type:after {
border-radius: 5px 0 0 5px;
}
.btSoftRoundedButtons .btCatFilter .btCatFilterItem:first-of-type:before {
border-radius: 10px 0 0;
margin-left: .08em;
}
.btSoftRoundedButtons .btCatFilter .btCatFilterItem:last-of-type:after {
border-radius: 0 5px 5px 0;
}
.btSoftRoundedButtons .btCatFilter .btCatFilterItem:last-of-type:before {
border-radius: 0 10px 0 0;
margin-right: .08em;
}
.btGridContainer > .btCatFilter {
margin: 0 20px 50px;
} h4.nbs {
z-index: 1;
margin: 0;
display: block;
position: absolute;
top: 50%;
}
.neighboringArticles h4.nbs {
position: static;
top: auto;
left: auto;
right: auto;
}
h4.nbs a {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
height: 120px;
margin: 0;
padding: 0;
cursor: pointer;
}
h4.nbs a .nbsImage {
-webkit-transition: opacity 1s ease 0s;
-moz-transition: opacity 1s ease 0s;
transition: opacity 1s ease 0s;
opacity: 0;
top: 0;
position: relative;
overflow: hidden;
}
.btNextPrevRow h4.nbs a .nbsImage {
opacity: 1;
}
h4.nbs a .nbsImage .nbsImgHolder {
width: 120px;
height: 120px;
-webkit-flex: 0 0 120px;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
display: block;
position: static;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0,0,0,.07);
background-size: cover;
background-position: center center;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
h4.nbs a .nbsImage .nbsImgHolder:empty {
display: none;
}
h4.nbs a .nbsItem {
vertical-align: middle;
-webkit-transition: opacity 1s ease 0s;
-moz-transition: opacity 1s ease 0s;
transition: opacity 1s ease 0s;
opacity: 0;
}
.btNextPrevRow h4.nbs a .nbsItem {
opacity: 1;
}
h4.nbs a .nbsItem .nbsDir {
display: block;
font-size: 11px;
font-family: "Montserrat";
text-transform: uppercase;
font-weight: 400;
}
.btNextPrevRow h4.nbs a .nbsItem .nbsDir {
padding: 0 10px;
}
h4.nbs a .nbsItem .nbsTitle {
display: block;
max-height: 2.5em;
overflow: hidden;
font-size: 1.2em;
padding: 0 10px;
}
h4.nbs a .nbsItem .nbsTitle:empty {
display: none;
}
.btNextPrevRow h4.nbs a .nbsItem .nbsTitle {
line-height: 1.32;
}
h4.nbs a:before {
display: block;
font-weight: normal;
width: 40px;
content: ' ';
line-height: 1;
text-align: left;
-webkit-transition: all 360ms ease 0s;
-moz-transition: all 360ms ease 0s;
transition: all 360ms ease 0s;
background-color: transparent;
-webkit-flex: 0 0 40px;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
}
.btLightSkin h4.nbs a:before,
.btDarkSkin .btLightSkin h4.nbs a:before,
.btLightSkin .btDarkSkin .btLightSkin h4.nbs a:before {
background-color: rgba(255,255,255,.5);
color: #343839;
}
.btDarkSkin h4.nbs a:before,
.btLightSkin .btDarkSkin h4.nbs a:before,
.btDarkSkin.btLightSkin .btDarkSkin h4.nbs a:before {
background-color: rgba(0,0,0,.5);
color: #fff;
}
.btMediaBox h4.nbs a:before {
-webkit-box-shadow: inset 0 0 0 4px #fff;
box-shadow: inset 0 0 0 4px #fff;
color: #fff;
}
h4.nbs.nsNext {
right: 0;
}
h4.nbs.nsNext a:before {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
h4.nbs.nsNext .nbsImage {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
h4.nbs.nsNext .nbsItem {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
h4.nbs.nsNext a:after {
content: '\e684';
}
.neighboringArticles h4.nbs.nsNext a:before {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.neighboringArticles h4.nbs.nsNext .nbsImage {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.neighboringArticles h4.nbs.nsNext .nbsItem {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.neighboringArticles h4.nbs.nsNext a {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
h4.nbs.nsPrev {
left: 0;
}
h4.nbs.nsPrev a:before {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
h4.nbs.nsPrev .nbsImage {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
h4.nbs.nsPrev .nbsItem {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
h4.nbs.nsPrev a:after {
content: '\e686';
}
.neighboringArticles h4.nbs.nsPrev a:before {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.neighboringArticles h4.nbs.nsPrev .nbsImage {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.neighboringArticles h4.nbs.nsPrev .nbsItem {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
h4.nbs a:after {
font-family: Icon7Stroke;
font-size: 64px;
line-height: 120px;
display: block;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
h4.nbs.nsPrev a:after {
left: -12px;
}
h4.nbs.nsNext a:after {
right: -14px;
}
h4.nbs a:hover .nbsItem {
opacity: 1;
}
h4.nbs a:hover .nbsImage {
opacity: 1;
}
.btNextPrevRow h4.nbs a:hover .nbsImage {
opacity: 1;
}
.btNextPrevRow h4.nbs a:hover .nbsImage .nbsImgHolder {
-webkit-transform: scale3d(1.25,1.25,1);
-moz-transform: scale3d(1.25,1.25,1);
-ms-transform: scale3d(1.25,1.25,1);
transform: scale3d(1.25,1.25,1);
}
.btLightSkin h4.nbs a:hover:before,
.btDarkSkin .btLightSkin h4.nbs a:hover:before,
.btLightSkin .btDarkSkin .btLightSkin h4.nbs a:hover:before {
background-color: rgba(255,255,255,1);
}
.btDarkSkin h4.nbs a:hover:before,
.btLightSkin .btDarkSkin h4.nbs a:hover:before,
.btDarkSkin.btLightSkin .btDarkSkin h4.nbs a:hover:before {
background-color: rgba(0,0,0,1);
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs {
margin-left: 6px;
margin-right: 6px;
height: auto;
width: auto;
border: none;
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs .nbsImage,
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs .nbsItem {
display: none;
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs a {
display: block;
height: 40px;
width: auto;
border: none;
background-color: transparent;
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs a:after {
display: none;
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs a:before {
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
width: auto;
height: auto;
color: #343839;
font: normal 28px/40px Icon7Stroke;
background-color: rgba(255,255,255,.7);
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs a:hover:before {
background-color: rgba(255,255,255,1);
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs.nsNext a:before {
content: '\e684';
}
.btMediaBox.btCarouselSmallNav > .slick-slider h4.nbs.nsPrev a:before {
content: '\e686';
}
.btSliderHideArrows h4.nbs,
h4.nbs.slick-disabled {
opacity: .3;
}
.btSliderHideArrows h4.nbs a,
h4.nbs.slick-disabled a {
cursor: none;
pointer-events: none;
}
.btSliderHideArrows h4.nbs {
display: none !important;
}   .slick-dots {
position: absolute;
bottom: 30px;
width: 320px;
left: 50%;
margin: 0 0 0 -160px;
text-align: center;
padding: 0;
}
.slick-dots li {
display: inline-block;
margin: 0 8px;
width: 20px;
list-style: none;
}
.slick-dots li button {
display: inline-block;
float: none;
margin: 0;
padding: 0;
width: 20px;
height: 20px;
line-height: 20px;
vertical-align: middle;
list-style: none;
border-radius: 50%;
cursor: pointer;
color: transparent;
font-size: 0;
border: none;
-webkit-transform: scale3d(.4,.4,1);
-moz-transform: scale3d(.4,.4,1);
-ms-transform: scale3d(.4,.4,1);
transform: scale3d(.4,.4,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btLightSkin .slick-dots li button,
.btDarkSkin .btLightSkin .slick-dots li button,
.btLightSkin .btDarkSkin .btLightSkin .slick-dots li button {
background-color: rgba(0,0,0,.25);
}
.btDarkSkin .slick-dots li button,
.btLightSkin .btDarkSkin .slick-dots li button,
.btDarkSkin.btLightSkin .btDarkSkin .slick-dots li button {
background-color: rgba(255,255,255,.25);
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active:hover button {
cursor: pointer;
cursor: default;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.btLightSkin .slick-dots li.slick-active button,
.btDarkSkin .btLightSkin .slick-dots li.slick-active button,
.btLightSkin .btDarkSkin .btLightSkin .slick-dots li.slick-active button,
.btLightSkin .slick-dots li.slick-active:hover button,
.btDarkSkin .btLightSkin .slick-dots li.slick-active:hover button,
.btLightSkin .btDarkSkin .btLightSkin .slick-dots li.slick-active:hover button {
background-color: #fff;
}
.btDarkSkin .slick-dots li.slick-active button,
.btLightSkin .btDarkSkin .slick-dots li.slick-active button,
.btDarkSkin.btLightSkin .btDarkSkin .slick-dots li.slick-active button,
.btDarkSkin .slick-dots li.slick-active:hover button,
.btLightSkin .btDarkSkin .slick-dots li.slick-active:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .slick-dots li.slick-active:hover button {
background-color: #181A1E;
}
.slick-dots li:hover button {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.btLightSkin .slick-dots li:hover button,
.btDarkSkin .btLightSkin .slick-dots li:hover button,
.btLightSkin .btDarkSkin .btLightSkin .slick-dots li:hover button {
background-color: rgba(0,0,0,.5);
}
.btDarkSkin .slick-dots li:hover button,
.btLightSkin .btDarkSkin .slick-dots li:hover button,
.btDarkSkin.btLightSkin .btDarkSkin .slick-dots li:hover button {
background-color: rgba(255,255,255,.5);
}
.btSliderHidePaging .slick-dots {
display: none !important;
} .slick-slider {
position: relative;
}
.slick-slider .slick-track {
display: block;
position: relative;
}
.fixedSliderHeight.slick-slider .slick-track {
display: table;
width: 100%;
height: 100%;
}
.slick-slider .slick-track:after {
clear: both;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
content: "";
display: table;
}
.slick-slider .slick-track .slick-slide {
display: none;
float: left;
min-height: 1px;
-webkit-transition: opacity 360ms ease 0s;
-moz-transition: opacity 360ms ease 0s;
transition: opacity 360ms ease 0s;
z-index: 3;
}
.slick-initialized.slick-slider .slick-track .slick-slide {
display: block;
}
.fixedSliderHeight.slick-initialized.slick-slider .slick-track .slick-slide {
display: table-cell !important;
vertical-align: middle;
float: none;
}
.slick-slider .slick-track .slick-slide .btSliderPort {
display: table;
width: 100%;
height: 100%;
padding: 0;
}
.autoSliderHeight .slick-slider .slick-track .slick-slide .btSliderPort {
height: auto;
}
.largeSliderHeight.slick-slider .slick-track .slick-slide .btSliderPort {
min-height: 100vh;
}
.slick-slider .slick-track .slick-slide .btSliderPort .btSliderCell {
display: table-cell;
vertical-align: middle;
}
.slick-slider .slick-track .slick-slide .btSliderPort .btSliderCell .btSlideGutter {
max-width: 1140px;
margin: 0 auto;
width: auto;
height: auto;
}
.slick-slider .slick-track .slick-slide .btSliderPort .btSliderCell .btSlideGutter .btSlidePane {
-webkit-transition: transform 1s cubic-bezier(.250,.460,.450,.940) .5s,opacity 300ms ease;
-moz-transition: transform 1s cubic-bezier(.250,.460,.450,.940) .5s,opacity 300ms ease;
transition: transform 1s cubic-bezier(.250,.460,.450,.940) .5s,opacity 300ms ease;
-webkit-transform: translate3d(100px,0,0);
-moz-transform: translate3d(100px,0,0);
-ms-transform: translate3d(100px,0,0);
transform: translate3d(100px,0,0);
opacity: 0;
}
.slick-slider .slidedItem.slick-center .btSliderCell .btSlideGutter .btSlidePane,
.slick-slider .slidedItem.slick-current .btSliderCell .btSlideGutter .btSlidePane,
.slick-slider .slidedItem.slick-active .btSliderCell .btSlideGutter .btSlidePane {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
opacity: 1 !important;
}
.btBottomVertical .slick-slider .slick-track .slick-slide .btSliderPort .btSliderCell {
vertical-align: bottom;
}
.btTopVertical .slick-slider .slick-track .slick-slide .btSliderPort .btSliderCell {
vertical-align: top;
}
.slick-slider h4.nbs {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
margin: 0;
}
.slick-slider.btSimpleArrows h4.nbs {
top: auto;
bottom: 20px;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
.slick-slider.btSimpleArrows h4.nbs.nsNext {
right: 20px;
}
.slick-slider.btSimpleArrows h4.nbs.nsPrev {
left: 20px;
}
.slick-slider.btSimpleArrows h4.nbs a {
height: 54px;
}
.slidedVariable .slidedItem.firstItem,
.slidedVariable .slidedItem.firstItem .btSliderPort {
width: 100vw;
}
.slidedVariable .slidedItem.firstItem .btSliderPort,
.slidedVariable .slidedItem.firstItem .btSliderPort .btSliderPort {
width: 100vw;
}
.slidedItem.slick-center .btSlidePane,
.slidedItem.slick-current .btSlidePane,
.slidedItem.slick-active .btSlidePane {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
opacity: 1;
}
.variableImg {
height: 100%;
overflow: hidden;
}
.variableImg img {
height: 100%;
width: auto;
} .slick-list {
display: block;
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
}
.slick-track {
display: block;
position: relative;
left: 0;
top: 0;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.slick-track:after {
clear: both;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
} .btCloseGhost {
display: block;
position: absolute;
z-index: 7;
top: 10px;
right: 10px;
}
.btGetInfo {
position: absolute;
z-index: 7;
bottom: 10px;
left: 30px;
}
.btInfoBar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: 6;
background-color: rgba(0,0,0,.7);
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: transform 260ms ease;
-moz-transition: transform 260ms ease;
transition: transform 260ms ease;
}
.btInfoBar .btInfoBarMeta {
padding: 10px 0 10px 40px;
line-height: 26px;
}
.btInfoBar .btInfoBarMeta p {
display: inline-block;
margin: 0 0 0 15px;
font-weight: 400;
color: white;
text-transform: uppercase;
}
.btInfoBar .btInfoBarMeta p strong {
color: #5dc2ca;
padding: 0 5px 0 10px;
}
.btInfoBar.open {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .boldClientList,
.boldClientRegularList {
position: relative;
padding: 0;
}
.boldClientList .bclItem,
.boldClientRegularList .bclItem {
position: relative;
margin: 0;
}
.boldClientList .bclItem img.bclItemChildAspectImage,
.boldClientRegularList .bclItem img.bclItemChildAspectImage {
display: block;
width: 100%;
height: auto;
}
.boldClientList .bclItem .bclItemChild,
.boldClientRegularList .bclItem .bclItemChild {
display: block;
margin: 20px;
position: relative;
}
.boldClientList .bclItem .bclItemChild > div.bclItemChildBg,
.boldClientRegularList .bclItem .bclItemChild > div.bclItemChildBg {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
.boldClientList .bclItem .bclItemChild > div.bclItemChildBg:hover,
.boldClientRegularList .bclItem .bclItemChild > div.bclItemChildBg:hover {
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.boldClientList .bclItem .bclItemChild .bclItemChildContent,
.boldClientRegularList .bclItem .bclItemChild .bclItemChildContent {
position: absolute;
width: 100%;
top: 0;
padding: 20px;
}
.boldClientList .bclItem .bclItemChild a,
.boldClientRegularList .bclItem .bclItemChild a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .boldClientRegularList {
position: relative;
overflow: hidden;
margin: 0 -20px;
}
.boldClientRegularList .bclItem {
float: left;
margin: 0 0 -2px;
position: relative;
padding: 0;
}
.boldClientRegularList .bclItem:before {
display: none;
}
.boldClientRegularList .bclItem {
width: 33.3333333%;
}
.boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
} .boldClientList {
margin: 0;
}
.boldSection.gutter .boldClientList {
margin: 0 -20px;
}
.boldSection.gutter .boldClientList .slick-slider h4.nbs {
padding: 0;
}
.boldClientList .bclPort {
max-width: 1200px;
position: static !important;
margin: 0 auto;
overflow: hidden;
}
.col-ms-12 .boldClientRegularList .bclItem {
width: 16.6666667%;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: none;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: left;
}
@media (max-width: 1200px) {
.bclPort {
max-width: 1200px;
}
}
@media (max-width: 768px) {
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: none;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
}
.col-ms-12 .boldClientRegularList .bclItem {
width: 33.3333333%;
}
} .recentTweets .bclItem {
padding: 0 40px 0 0;
}
.recentTweets {
-webkit-backface-visibility: hidden;
}
.recentTweets img {
margin: 0 auto 10px;
border-radius: 50%;
display: block;
}
.recentTweets small:before {
content: '\f099';
font: 19px/1 FontAwesome;
position: relative;
top: 3px;
margin-right: 3px;
color: #5dc2ca;
clear: both;
}
.recentTweets small {
margin-bottom: 20px;
}
.recentTweets p {
margin: 0 0 25px;
}
.recentTweets p a {
opacity: .7;
}
.recentTweets p a:hover {
opacity: 1;
} .tabsHeader {
font-family: "Montserrat",arial,sans-serif;
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
clear: left;
overflow: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.tabsHeader li {
margin: 0;
padding: 0;
display: block;
float: left;
border-bottom: 0;
padding: .5em 2em;
clear: none;
cursor: pointer;
position: relative;
font-size: .875em;
}
.btLightSkin .tabsHeader,
.btDarkSkin .btLightSkin .tabsHeader,
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader {
-webkit-box-shadow: 0 0 0 2px #343839 inset;
box-shadow: 0 0 0 2px #343839 inset;
}
.btLightSkin .tabsHeader li:not(:last-child),
.btDarkSkin .btLightSkin .tabsHeader li:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader li:not(:last-child) {
border-right: 2px solid #343839;
}
.btLightSkin .tabsHeader li:hover,
.btLightSkin .tabsHeader li.on,
.btLightSkin .tabsHeader li.on a,
.btLightSkin .tabsHeader li.on a:hover,
.btDarkSkin .btLightSkin .tabsHeader li:hover,
.btDarkSkin .btLightSkin .tabsHeader li.on,
.btDarkSkin .btLightSkin .tabsHeader li.on a,
.btDarkSkin .btLightSkin .tabsHeader li.on a:hover,
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader li:hover,
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader li.on,
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader li.on a,
.btLightSkin .btDarkSkin .btLightSkin .tabsHeader li.on a:hover {
background: #343839;
color: #fff;
}
.btDarkSkin .tabsHeader,
.btLightSkin .btDarkSkin .tabsHeader,
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader {
-webkit-box-shadow: 0 0 0 2px #fff inset;
box-shadow: 0 0 0 2px #fff inset;
}
.btDarkSkin .tabsHeader li:not(:last-child),
.btLightSkin .btDarkSkin .tabsHeader li:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader li:not(:last-child) {
border-right: 2px solid #fff;
}
.btDarkSkin .tabsHeader li:hover,
.btDarkSkin .tabsHeader li.on,
.btDarkSkin .tabsHeader li.on a,
.btDarkSkin .tabsHeader li.on a:hover,
.btLightSkin .btDarkSkin .tabsHeader li:hover,
.btLightSkin .btDarkSkin .tabsHeader li.on,
.btLightSkin .btDarkSkin .tabsHeader li.on a,
.btLightSkin .btDarkSkin .tabsHeader li.on a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader li:hover,
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader li.on,
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader li.on a,
.btDarkSkin.btLightSkin .btDarkSkin .tabsHeader li.on a:hover {
background: #fff;
color: #343839;
}
.btSoftRoundedButtons .tabsHeader {
border-radius: 5px;
}
.btHardRoundedButtons .tabsHeader {
border-radius: 50px;
}
@media (max-width: 768px) {
.tabsHorizontal .tabsHeader li {
margin-bottom: 0;
width: 100%;
}
}
.tabPanes {
border-bottom-width: 2px;
clear: both;
}
.tabPane {
padding: 1em 0 0;
}
.tabsHorizontal .tabPane {
opacity: 0;
display: none;
-webkit-transition: opacity 250ms ease 250ms;
-moz-transition: opacity 250ms ease 250ms;
transition: opacity 250ms ease 250ms;
}
.tabsHorizontal .tabPane.on {
opacity: 1;
display: block;
}  .tabsVertical .tabAccordionTitle {
display: block;
padding: 1em 80px 1em 0;
margin: 0;
cursor: pointer;
position: relative;
font-family: "Dosis";
font-size: 21px;
}
.tabsVertical .tabAccordionTitle span {
display: inline-block;
padding: 0;
position: relative;
}
.tabsVertical .tabAccordionTitle:before {
content: "\e680";
line-height: 32px;
font-family: Icon7Stroke;
display: block;
position: absolute;
top: 50%;
right: 0;
width: 32px;
height: 32px;
border-radius: 50%;
text-align: center;
margin: -16px 0 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-box-shadow: 0 0 0 1em #5dc2ca inset;
box-shadow: 0 0 0 1em #5dc2ca inset;
color: #fff;
font-size: 32px;
}
.tabsVertical .tabAccordionTitle:hover:before {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
color: #5dc2ca;
}
.tabsVertical .tabAccordionTitle.on:before {
-webkit-box-shadow: 0 0 0 1em #a082d2 inset;
box-shadow: 0 0 0 1em #a082d2 inset;
color: #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.tabsVertical .tabAccordionTitle.on:hover:before {
-webkit-box-shadow: 0 0 0 1px #a082d2 inset;
box-shadow: 0 0 0 1px #a082d2 inset;
color: #a082d2;
}
.btLightSkin .tabsVertical .tabAccordionTitle:hover,
.btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle:hover,
.btLightSkin .btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle:hover,
.btLightSkin .tabsVertical .tabAccordionTitle.on,
.btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle.on,
.btLightSkin .btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle.on {
color: #343839;
}
.btDarkSkin .tabsVertical .tabAccordionTitle:hover,
.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle:hover,
.btDarkSkin.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle:hover,
.btDarkSkin .tabsVertical .tabAccordionTitle.on,
.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle.on,
.btDarkSkin.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle.on {
color: #fff;
}
.tabsVertical .tabPane {
padding: 0;
}
.tabsVertical .tabPane:last-child .tabAccordionTitle {
border-bottom: none;
}
.tabsVertical .tabPane:last-child .tabAccordionContent {
border-bottom: 0;
}
.tabsVertical .tabPane:first-child .tabAccordionTitle {
border-top: none;
}
.tabsVertical .tabAccordionContent {
padding: 20px 0 40px;
display: none;
}
.tabsVertical .tabsHeader {
display: none;
}
.btLightSkin .tabsVertical .tabAccordionTitle,
.btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle,
.btLightSkin .btDarkSkin .btLightSkin .tabsVertical .tabAccordionTitle {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .tabsVertical .tabAccordionTitle,
.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle,
.btDarkSkin.btLightSkin .btDarkSkin .tabsVertical .tabAccordionTitle {
border-top: 1px solid rgba(255,255,255,.1);
} .btLatestPostsContainer .header.small .btSubTitle {
font-style: italic;
}
.horizontalPosts.btLatestPostsContainer {
margin: 0 -20px;
}
.horizontalPosts.btLatestPostsContainer .btSingleLatestPostContent,
.horizontalPosts.btLatestPostsContainer .btSingleLatestPostImage {
padding: 0 20px;
}
.horizontalPosts.btLatestPostsContainer .btSingleLatestPostImage {
margin-bottom: .5em;
}
.verticalPosts.btLatestPostsContainer .btTextIndent .btImage,
.verticalPosts.btLatestPostsContainer .verticalPosts .btTextIndent .bpgPhoto {
margin: 0;
}
.verticalPosts.btLatestPostsContainer .btSingleLatestPostImage {
float: left;
width: 240px;
margin: 0 0 40px;
padding-right: 20px;
}
.verticalPosts.btLatestPostsContainer .btSingleLatestPostContent {
display: table;
}
.btLatestPostsContainer p.btLatestPostContent {
margin-bottom: 0;
}
@media (max-width: 768px) {
.verticalPosts .btSingleLatestPostImage {
width: 100%;
padding-right: 0;
float: none;
}
} .btGoogleMap {
width: 100%;
}
.btGoogleMap figure,
.btGoogleMap img,
.btGoogleMap select {
max-width: none;
}
.btGoogleMapsWrapper {
position: relative;
}
.btGoogleMapsWrapper .btGoogleMapsContainer.btGoogleMapsContainerWithContent {
height: 100% !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.btGoogleMapsWrapper .btGoogleMapsContent {
max-width: 1180px;
padding: 4em 0;
padding-left: 20px;
}
.btGoogleMapsWrapper .btGoogleMapsContent > .port {
position: relative;
}
.btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap {
padding: 20px;
overflow: hidden;
width: 25%;
opacity: .90;
}
.btLightSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap,
.btDarkSkin .btLightSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap,
.btLightSkin .btDarkSkin .btLightSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap {
background-color: #fff;
color: #343839;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
}
.btDarkSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap,
.btLightSkin .btDarkSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap,
.btDarkSkin.btLightSkin .btDarkSkin .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap {
background-color: #181A1E;
color: #fff;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btTextRight .btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap {
right: 0;
left: auto;
}
.btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap .bpgPhoto {
margin: -20px -20px 0;
} .btVisualizer {
font-family: Dosis;
} form.wpcf7-form .wpcf7-submit {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 1.1em 2.5em;
border: none;
font-size: .8em;
line-height: 1;
width: auto;
font-weight: 700;
text-transform: uppercase;
background-color: #5dc2ca;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
font-family: Dosis;
}
.btHardRoundedButtons form.wpcf7-form .wpcf7-submit {
border-radius: 50px;
}
.btSoftRoundedButtons form.wpcf7-form .wpcf7-submit {
border-radius: 5px;
}
form.wpcf7-form .wpcf7-submit:hover {
opacity: .8;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
font-size: .8em;
}
form.wpcf7-form div.wpcf7-response-output {
font-size: .8em;
}
form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form div.wpcf7-mail-sent-ok {
border: 0;
padding: 0;
}
form.wpcf7-form div.wpcf7-mail-sent-ok {
font-weight: 500;
}
form.wpcf7-form img.ajax-loader {
background: #FFF;
border-radius: 16px;
padding: 3px;
}
.btLightSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btDarkSkin .btLightSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btLightSkin .btDarkSkin .btLightSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btLightSkin form.wpcf7-form div.wpcf7-validation-errors,
.btDarkSkin .btLightSkin form.wpcf7-form div.wpcf7-validation-errors,
.btLightSkin .btDarkSkin .btLightSkin form.wpcf7-form div.wpcf7-validation-errors {
color: #a082d2;
opacity: 1;
}
.btLightSkin form.wpcf7-form div.wpcf7-mail-sent-ok,
.btDarkSkin .btLightSkin form.wpcf7-form div.wpcf7-mail-sent-ok,
.btLightSkin .btDarkSkin .btLightSkin form.wpcf7-form div.wpcf7-mail-sent-ok {
color: #5dc2ca;
opacity: 1;
}
.btDarkSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btLightSkin .btDarkSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btDarkSkin.btLightSkin .btDarkSkin form.wpcf7-form span.wpcf7-not-valid-tip,
.btDarkSkin form.wpcf7-form div.wpcf7-validation-errors,
.btLightSkin .btDarkSkin form.wpcf7-form div.wpcf7-validation-errors,
.btDarkSkin.btLightSkin .btDarkSkin form.wpcf7-form div.wpcf7-validation-errors {
color: #fff;
opacity: .5;
}
.btDarkSkin form.wpcf7-form div.wpcf7-mail-sent-ok,
.btLightSkin .btDarkSkin form.wpcf7-form div.wpcf7-mail-sent-ok,
.btDarkSkin.btLightSkin .btDarkSkin form.wpcf7-form div.wpcf7-mail-sent-ok {
color: #fff;
opacity: 1;
}
.btDarkSkin form.wpcf7-form .wpcf7-submit,
.btLightSkin .btDarkSkin form.wpcf7-form .wpcf7-submit,
.btDarkSkin.btLightSkin .btDarkSkin form.wpcf7-form .wpcf7-submit,
.btLightSkin form.wpcf7-form .wpcf7-submit,
.btDarkSkin .btLightSkin form.wpcf7-form .wpcf7-submit,
.btLightSkin .btDarkSkin .btLightSkin form.wpcf7-form .wpcf7-submit {
color: #fff;
}
.yogaFooterLogo img {
height: 52px;
} body.btPageTransitions .btContent {
position: relative;
width: 100% !important;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
perspective: 1200px;
}
body.btPageTransitions .btSiteFooterWidgets,
body.btPageTransitions .btSiteFooter {
display: none;
}
.btSectionTransitions {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(.00001%) translateY(.00001%) translateZ(0) rotate(.00001deg) scale(1.00001);
-moz-transform: translateX(.00001%) translateY(.00001%) translateZ(0) rotate(.00001deg) scale(1.00001);
-ms-transform: translateX(.00001%) translateY(.00001%) translateZ(0) rotate(.00001deg) scale(1.00001);
transform: translateX(.00001%) translateY(.00001%) translateZ(0) rotate(.00001deg) scale(1.00001);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.btSectionTransitions-current,
.no-js .btSectionTransitions {
visibility: visible;
z-index: 1;
}
.no-js body {
overflow: auto;
}
.btSectionTransitions-ontop {
z-index: 999;
}
.btAnimNavHolder {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 1010;
vertical-align: bottom;
line-height: 1;
}
.btAnimNav {
display: inline-block;
position: static;
margin: 0;
padding: 0;
line-height: 1;
height: 40px;
float: right;
}
.btAnimNav li {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
line-height: 12px;
}
.btAnimNav li.btAnimNavDot {
display: inline-block;
float: left;
margin: 15px 0;
width: 40px;
vertical-align: middle;
text-align: center;
list-style: none;
display: none;
font-family: Dosis;
}
.btDarkSkin .btAnimNav li.btAnimNavDot,
.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavDot,
.btDarkSkin.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavDot {
color: #fff;
}
.btLightSkin .btAnimNav li.btAnimNavDot,
.btDarkSkin .btLightSkin .btAnimNav li.btAnimNavDot,
.btLightSkin .btDarkSkin .btLightSkin .btAnimNav li.btAnimNavDot {
color: #343839;
}
.btAnimNav li.btAnimNavDot.active {
display: block;
}
.btAnimNav li.btAnimNavNext,
.btAnimNav li.btAnimNavPrev {
display: inline-block;
float: left;
padding: 0;
font: normal 25px/36px Icon7Stroke;
text-align: center;
vertical-align: middle;
color: #fff;
width: auto;
height: auto;
cursor: pointer;
height: 40px;
width: 40px;
}
.btDarkSkin .btAnimNav li.btAnimNavNext,
.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavNext,
.btDarkSkin.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavNext,
.btDarkSkin .btAnimNav li.btAnimNavPrev,
.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavPrev,
.btDarkSkin.btLightSkin .btDarkSkin .btAnimNav li.btAnimNavPrev {
border: 4px solid #fff;
color: #fff;
}
.btLightSkin .btAnimNav li.btAnimNavNext,
.btDarkSkin .btLightSkin .btAnimNav li.btAnimNavNext,
.btLightSkin .btDarkSkin .btLightSkin .btAnimNav li.btAnimNavNext,
.btLightSkin .btAnimNav li.btAnimNavPrev,
.btDarkSkin .btLightSkin .btAnimNav li.btAnimNavPrev,
.btLightSkin .btDarkSkin .btLightSkin .btAnimNav li.btAnimNavPrev {
border: 4px solid #343839;
color: #343839;
}
.btAnimNav li.btAnimNavNext:hover,
.btAnimNav li.btAnimNavPrev:hover {
border-color: #5dc2ca;
color: #5dc2ca;
}
.btAnimNav li.btAnimNavNext:before,
.btAnimNav li.btAnimNavPrev:before {
display: inline-block;
}
.btAnimNav li.btAnimNavNext:before {
content: '\e688';
}
.btAnimNav li.btAnimNavPrev:before {
content: '\e682';
}
#btAnimSelector {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
background-color: transparent;
z-index: 999999999;
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
transform: translateY(200px);
-webkit-transition: all 1s cubic-bezier(.175,.885,.320,1.275) 1500ms;
-moz-transition: all 1s cubic-bezier(.175,.885,.320,1.275) 1500ms;
transition: all 1s cubic-bezier(.175,.885,.320,1.275) 1500ms;
}
.btShowAnimSelector #btAnimSelector {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
#btAnimSelector .fancy-select {
width: 250px;
display: inline-block;
margin: 0 10px;
text-align: left;
} .btHalfPage .btHalfPageContainer {
position: absolute;
top: 0%;
bottom: 0%;
right: 0%;
left: 50%;
width: 100%;
overflow: hidden;
}
.btHalfPage .btHalfPageContainer .boldSection.btHalfPageSection {
right: auto;
left: -50%;
width: 100%;
}
.btHalfPage .btContent {
width: 100% !important;
left: -50%;
overflow: hidden;
}
.btHalfPage .btContent .boldSection {
left: 50%;
width: 100%;
} .impress-enabled .step {
width: 100vw;
}
.impress-enabled .btPageWrap {
overflow: visible;
height: 100%;
}
.impress-enabled .btContentWrap,
.impress-enabled .btContentHolder {
height: 100%;
}
.impress-enabled .step.active {
opacity: 1;
}
.impress-enabled .step {
opacity: .02;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.impress-enabled .boldSection {
background-color: transparent !important;
} .headline .animate {
display: inline-block;
}
.headline u.animate {
position: relative;
text-decoration: none;
}
.headline u.animate:before {
content: ' ';
height: .1em;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 0 -.1.em;
background-color: #343839;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.btDarkSkin .headline u.animate:before,
.btLightSkin .btDarkSkin .headline u.animate:before,
.btDarkSkin.btLightSkin .btDarkSkin .headline u.animate:before {
background-color: #fff;
}
.btLightSkin .headline u.animate:before,
.btDarkSkin .btLightSkin .headline u.animate:before,
.btLightSkin .btDarkSkin .btLightSkin .headline u.animate:before {
background-color: #343839;
}
.headline u.animate.animated:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.headline b.animate {
font-weight: 800;
opacity: 1;
}
.headline b.animate.animated {
opacity: 1;
color: #5dc2ca;
}
.headline i.animate {
font-style: normal;
-webkit-transform: skewX(0deg);
-moz-transform: skewX(0deg);
-ms-transform: skewX(0deg);
transform: skewX(0deg);
}
.headline i.animate.animated {
-webkit-transform: skewX(-15deg);
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
transform: skewX(-15deg);
}
.headline del.animate,
.headline del {
font-style: normal;
font-weight: 400;
text-decoration: line-through;
opacity: 1;
}
.headline del.animate.animated {
opacity: .3;
}
.headline em.animate {
font-weight: 400;
font-style: normal;
font-family: Montserrat;
font-style: italic;
}
.headline em.animate {
opacity: .9;
}
.headline em.animate.animated {
opacity: 1;
}
.headline i.animate,
.headline u.animate:before {
-webkit-transition: all 500ms ease-out 500ms;
-moz-transition: all 500ms ease-out 500ms;
transition: all 500ms ease-out 500ms;
}
.headline b.animate {
-webkit-transition: color 1000ms ease;
-moz-transition: color 1000ms ease;
transition: color 1000ms ease;
}
.headline em.animate {
-webkit-transition: all 1500ms ease-out 500ms;
-moz-transition: all 1500ms ease-out 500ms;
transition: all 1500ms ease-out 500ms;
}  .btSectionTransitions-moveToLeft {
-webkit-animation: moveToLeft .6s ease both;
-moz-animation: moveToLeft .6s ease both;
animation: moveToLeft .6s ease both;
}
.btSectionTransitions-moveFromLeft {
-webkit-animation: moveFromLeft .6s ease both;
-moz-animation: moveFromLeft .6s ease both;
animation: moveFromLeft .6s ease both;
}
.btSectionTransitions-moveToRight {
-webkit-animation: moveToRight .6s ease both;
-moz-animation: moveToRight .6s ease both;
animation: moveToRight .6s ease both;
}
.btSectionTransitions-moveFromRight {
-webkit-animation: moveFromRight .6s ease both;
-moz-animation: moveFromRight .6s ease both;
animation: moveFromRight .6s ease both;
}
.btSectionTransitions-moveToTop {
-webkit-animation: moveToTop .6s ease both;
-moz-animation: moveToTop .6s ease both;
animation: moveToTop .6s ease both;
}
.btSectionTransitions-moveFromTop {
-webkit-animation: moveFromTop .6s ease both;
-moz-animation: moveFromTop .6s ease both;
animation: moveFromTop .6s ease both;
}
.btSectionTransitions-moveToBottom {
-webkit-animation: moveToBottom .6s ease both;
-moz-animation: moveToBottom .6s ease both;
animation: moveToBottom .6s ease both;
}
.btSectionTransitions-moveFromBottom {
-webkit-animation: moveFromBottom .6s ease both;
-moz-animation: moveFromBottom .6s ease both;
animation: moveFromBottom .6s ease both;
} .btSectionTransitions-fade {
-webkit-animation: fade .7s ease both;
-moz-animation: fade .7s ease both;
animation: fade .7s ease both;
} .btSectionTransitions-moveToLeftFade {
-webkit-animation: moveToLeftFade .7s ease both;
-moz-animation: moveToLeftFade .7s ease both;
animation: moveToLeftFade .7s ease both;
}
.btSectionTransitions-moveFromLeftFade {
-webkit-animation: moveFromLeftFade .7s ease both;
-moz-animation: moveFromLeftFade .7s ease both;
animation: moveFromLeftFade .7s ease both;
}
.btSectionTransitions-moveToRightFade {
-webkit-animation: moveToRightFade .7s ease both;
-moz-animation: moveToRightFade .7s ease both;
animation: moveToRightFade .7s ease both;
}
.btSectionTransitions-moveFromRightFade {
-webkit-animation: moveFromRightFade .7s ease both;
-moz-animation: moveFromRightFade .7s ease both;
animation: moveFromRightFade .7s ease both;
}
.btSectionTransitions-moveToTopFade {
-webkit-animation: moveToTopFade .7s ease both;
-moz-animation: moveToTopFade .7s ease both;
animation: moveToTopFade .7s ease both;
}
.btSectionTransitions-moveFromTopFade {
-webkit-animation: moveFromTopFade .7s ease both;
-moz-animation: moveFromTopFade .7s ease both;
animation: moveFromTopFade .7s ease both;
}
.btSectionTransitions-moveToBottomFade {
-webkit-animation: moveToBottomFade .7s ease both;
-moz-animation: moveToBottomFade .7s ease both;
animation: moveToBottomFade .7s ease both;
}
.btSectionTransitions-moveFromBottomFade {
-webkit-animation: moveFromBottomFade .7s ease both;
-moz-animation: moveFromBottomFade .7s ease both;
animation: moveFromBottomFade .7s ease both;
} .btSectionTransitions-moveToLeftEasing {
-webkit-animation: moveToLeft .7s ease-in-out both;
-moz-animation: moveToLeft .7s ease-in-out both;
animation: moveToLeft .7s ease-in-out both;
}
.btSectionTransitions-moveToRightEasing {
-webkit-animation: moveToRight .7s ease-in-out both;
-moz-animation: moveToRight .7s ease-in-out both;
animation: moveToRight .7s ease-in-out both;
}
.btSectionTransitions-moveToTopEasing {
-webkit-animation: moveToTop .7s ease-in-out both;
-moz-animation: moveToTop .7s ease-in-out both;
animation: moveToTop .7s ease-in-out both;
}
.btSectionTransitions-moveToBottomEasing {
-webkit-animation: moveToBottom .7s ease-in-out both;
-moz-animation: moveToBottom .7s ease-in-out both;
animation: moveToBottom .7s ease-in-out both;
}  @-webkit-keyframes moveToLeft {
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-moz-keyframes moveToLeft {
to {
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes moveToLeft {
to {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-moz-keyframes moveFromLeft {
from {
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes moveToRight {
to {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-moz-keyframes moveToRight {
to {
-moz-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes moveToRight {
to {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-moz-keyframes moveFromRight {
from {
-moz-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes moveToTop {
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes moveToTop {
to {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes moveToTop {
to {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes moveFromTop {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes moveFromTop {
from {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes moveFromTop {
from {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes moveToBottom {
to {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@-moz-keyframes moveToBottom {
to {
-moz-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes moveToBottom {
to {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
@-webkit-keyframes moveFromBottom {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@-moz-keyframes moveFromBottom {
from {
-moz-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes moveFromBottom {
from {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
} @-webkit-keyframes fade {
to {
opacity: .3;
}
}
@-moz-keyframes fade {
to {
opacity: .3;
}
}
@keyframes fade {
to {
opacity: .3;
}
} @-webkit-keyframes moveToLeftFade {
to {
opacity: .3;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-moz-keyframes moveToLeftFade {
to {
opacity: .3;
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes moveToLeftFade {
to {
opacity: .3;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes moveFromLeftFade {
from {
opacity: .3;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-moz-keyframes moveFromLeftFade {
from {
opacity: .3;
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes moveFromLeftFade {
from {
opacity: .3;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes moveToRightFade {
to {
opacity: .3;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-moz-keyframes moveToRightFade {
to {
opacity: .3;
-moz-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes moveToRightFade {
to {
opacity: .3;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes moveFromRightFade {
from {
opacity: .3;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-moz-keyframes moveFromRightFade {
from {
opacity: .3;
-moz-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes moveFromRightFade {
from {
opacity: .3;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes moveToTopFade {
to {
opacity: .3;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes moveToTopFade {
to {
opacity: .3;
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes moveToTopFade {
to {
opacity: .3;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes moveFromTopFade {
from {
opacity: .3;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes moveFromTopFade {
from {
opacity: .3;
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes moveFromTopFade {
from {
opacity: .3;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes moveToBottomFade {
to {
opacity: .3;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@-moz-keyframes moveToBottomFade {
to {
opacity: .3;
-moz-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes moveToBottomFade {
to {
opacity: .3;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
@-webkit-keyframes moveFromBottomFade {
from {
opacity: .3;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@-moz-keyframes moveFromBottomFade {
from {
opacity: .3;
-moz-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes moveFromBottomFade {
from {
opacity: .3;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
} .btSectionTransitions-scaleDown {
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
}
.btSectionTransitions-scaleUp {
-webkit-animation: scaleUp .7s ease both;
-moz-animation: scaleUp .7s ease both;
animation: scaleUp .7s ease both;
-webkit-animation: scaleUp .7s ease both;
-moz-animation: scaleUp .7s ease both;
animation: scaleUp .7s ease both;
}
.btSectionTransitions-scaleUpDown {
-webkit-animation: scaleUpDown .5s ease both;
-moz-animation: scaleUpDown .5s ease both;
animation: scaleUpDown .5s ease both;
-webkit-animation: scaleUpDown .5s ease both;
-moz-animation: scaleUpDown .5s ease both;
animation: scaleUpDown .5s ease both;
}
.btSectionTransitions-scaleDownUp {
-webkit-animation: scaleDownUp .5s ease both;
-moz-animation: scaleDownUp .5s ease both;
animation: scaleDownUp .5s ease both;
-webkit-animation: scaleDownUp .5s ease both;
-moz-animation: scaleDownUp .5s ease both;
animation: scaleDownUp .5s ease both;
}
.btSectionTransitions-scaleDownCenter {
-webkit-animation: scaleDownCenter .4s ease-in both;
-moz-animation: scaleDownCenter .4s ease-in both;
animation: scaleDownCenter .4s ease-in both;
-webkit-animation: scaleDownCenter .4s ease-in both;
-moz-animation: scaleDownCenter .4s ease-in both;
animation: scaleDownCenter .4s ease-in both;
}
.btSectionTransitions-scaleUpCenter {
-webkit-animation: scaleUpCenter .4s ease-out both;
-moz-animation: scaleUpCenter .4s ease-out both;
animation: scaleUpCenter .4s ease-out both;
-webkit-animation: scaleUpCenter .4s ease-out both;
-moz-animation: scaleUpCenter .4s ease-out both;
animation: scaleUpCenter .4s ease-out both;
}  @-webkit-keyframes scaleDown {
to {
opacity: 0;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
}
}
@-webkit-keyframes scaleDown {
to {
opacity: 0;
-webkit-transform: scale(.8);
transform: scale(.8);
}
}
@-moz-keyframes scaleDown {
to {
opacity: 0;
-moz-transform: scale(.8);
transform: scale(.8);
}
}
@keyframes scaleDown {
to {
opacity: 0;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
}
}
@-webkit-keyframes scaleUp {
from {
opacity: 0;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
}
}
@-webkit-keyframes scaleUp {
from {
opacity: 0;
-webkit-transform: scale(.8);
transform: scale(.8);
}
}
@-moz-keyframes scaleUp {
from {
opacity: 0;
-moz-transform: scale(.8);
transform: scale(.8);
}
}
@keyframes scaleUp {
from {
opacity: 0;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
}
}
@-webkit-keyframes scaleUpDown {
from {
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes scaleUpDown {
from {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-moz-keyframes scaleUpDown {
from {
opacity: 0;
-moz-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes scaleUpDown {
from {
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes scaleDownUp {
to {
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes scaleDownUp {
to {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-moz-keyframes scaleDownUp {
to {
opacity: 0;
-moz-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes scaleDownUp {
to {
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes scaleDownCenter {
to {
opacity: 0;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
}
}
@-webkit-keyframes scaleDownCenter {
to {
opacity: 0;
-webkit-transform: scale(.7);
transform: scale(.7);
}
}
@-moz-keyframes scaleDownCenter {
to {
opacity: 0;
-moz-transform: scale(.7);
transform: scale(.7);
}
}
@keyframes scaleDownCenter {
to {
opacity: 0;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
}
}
@-webkit-keyframes scaleUpCenter {
from {
opacity: 0;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
}
}
@-webkit-keyframes scaleUpCenter {
from {
opacity: 0;
-webkit-transform: scale(.7);
transform: scale(.7);
}
}
@-moz-keyframes scaleUpCenter {
from {
opacity: 0;
-moz-transform: scale(.7);
transform: scale(.7);
}
}
@keyframes scaleUpCenter {
from {
opacity: 0;
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
}
} .btSectionTransitions-rotateRightSideFirst {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateRightSideFirst .8s both ease-in;
-moz-animation: rotateRightSideFirst .8s both ease-in;
animation: rotateRightSideFirst .8s both ease-in;
}
.btSectionTransitions-rotateLeftSideFirst {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateLeftSideFirst .8s both ease-in;
-moz-animation: rotateLeftSideFirst .8s both ease-in;
animation: rotateLeftSideFirst .8s both ease-in;
}
.btSectionTransitions-rotateTopSideFirst {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateTopSideFirst .8s both ease-in;
-moz-animation: rotateTopSideFirst .8s both ease-in;
animation: rotateTopSideFirst .8s both ease-in;
}
.btSectionTransitions-rotateBottomSideFirst {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateBottomSideFirst .8s both ease-in;
-moz-animation: rotateBottomSideFirst .8s both ease-in;
animation: rotateBottomSideFirst .8s both ease-in;
} .btSectionTransitions-flipOutRight {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipOutRight .5s both ease-in;
-moz-animation: flipOutRight .5s both ease-in;
animation: flipOutRight .5s both ease-in;
}
.btSectionTransitions-flipInLeft {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipInLeft .5s both ease-out;
-moz-animation: flipInLeft .5s both ease-out;
animation: flipInLeft .5s both ease-out;
}
.btSectionTransitions-flipOutLeft {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipOutLeft .5s both ease-in;
-moz-animation: flipOutLeft .5s both ease-in;
animation: flipOutLeft .5s both ease-in;
}
.btSectionTransitions-flipInRight {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipInRight .5s both ease-out;
-moz-animation: flipInRight .5s both ease-out;
animation: flipInRight .5s both ease-out;
}
.btSectionTransitions-flipOutTop {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipOutTop .5s both ease-in;
-moz-animation: flipOutTop .5s both ease-in;
animation: flipOutTop .5s both ease-in;
}
.btSectionTransitions-flipInBottom {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipInBottom .5s both ease-out;
-moz-animation: flipInBottom .5s both ease-out;
animation: flipInBottom .5s both ease-out;
}
.btSectionTransitions-flipOutBottom {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipOutBottom .5s both ease-in;
-moz-animation: flipOutBottom .5s both ease-in;
animation: flipOutBottom .5s both ease-in;
}
.btSectionTransitions-flipInTop {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: flipInTop .5s both ease-out;
-moz-animation: flipInTop .5s both ease-out;
animation: flipInTop .5s both ease-out;
} .btSectionTransitions-rotateFall {
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-animation: rotateFall 1s both ease-in;
-moz-animation: rotateFall 1s both ease-in;
animation: rotateFall 1s both ease-in;
} .btSectionTransitions-rotateOutNewspaper {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: rotateOutNewspaper .5s both ease-in;
-moz-animation: rotateOutNewspaper .5s both ease-in;
animation: rotateOutNewspaper .5s both ease-in;
}
.btSectionTransitions-rotateInNewspaper {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: rotateInNewspaper .5s both ease-out;
-moz-animation: rotateInNewspaper .5s both ease-out;
animation: rotateInNewspaper .5s both ease-out;
} .btSectionTransitions-rotatePushLeft {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotatePushLeft .8s both ease;
-moz-animation: rotatePushLeft .8s both ease;
animation: rotatePushLeft .8s both ease;
}
.btSectionTransitions-rotatePushRight {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotatePushRight .8s both ease;
-moz-animation: rotatePushRight .8s both ease;
animation: rotatePushRight .8s both ease;
}
.btSectionTransitions-rotatePushTop {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotatePushTop .8s both ease;
-moz-animation: rotatePushTop .8s both ease;
animation: rotatePushTop .8s both ease;
}
.btSectionTransitions-rotatePushBottom {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotatePushBottom .8s both ease;
-moz-animation: rotatePushBottom .8s both ease;
animation: rotatePushBottom .8s both ease;
} .btSectionTransitions-rotatePullRight {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotatePullRight .5s both ease;
-moz-animation: rotatePullRight .5s both ease;
animation: rotatePullRight .5s both ease;
}
.btSectionTransitions-rotatePullLeft {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotatePullLeft .5s both ease;
-moz-animation: rotatePullLeft .5s both ease;
animation: rotatePullLeft .5s both ease;
}
.btSectionTransitions-rotatePullTop {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotatePullTop .5s both ease;
-moz-animation: rotatePullTop .5s both ease;
animation: rotatePullTop .5s both ease;
}
.btSectionTransitions-rotatePullBottom {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotatePullBottom .5s both ease;
-moz-animation: rotatePullBottom .5s both ease;
animation: rotatePullBottom .5s both ease;
} .btSectionTransitions-rotateFoldRight {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateFoldRight .7s both ease;
-moz-animation: rotateFoldRight .7s both ease;
animation: rotateFoldRight .7s both ease;
}
.btSectionTransitions-rotateFoldLeft {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateFoldLeft .7s both ease;
-moz-animation: rotateFoldLeft .7s both ease;
animation: rotateFoldLeft .7s both ease;
}
.btSectionTransitions-rotateFoldTop {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateFoldTop .7s both ease;
-moz-animation: rotateFoldTop .7s both ease;
animation: rotateFoldTop .7s both ease;
}
.btSectionTransitions-rotateFoldBottom {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateFoldBottom .7s both ease;
-moz-animation: rotateFoldBottom .7s both ease;
animation: rotateFoldBottom .7s both ease;
} .btSectionTransitions-rotateUnfoldLeft {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateUnfoldLeft .7s both ease;
-moz-animation: rotateUnfoldLeft .7s both ease;
animation: rotateUnfoldLeft .7s both ease;
}
.btSectionTransitions-rotateUnfoldRight {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateUnfoldRight .7s both ease;
-moz-animation: rotateUnfoldRight .7s both ease;
animation: rotateUnfoldRight .7s both ease;
}
.btSectionTransitions-rotateUnfoldTop {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateUnfoldTop .7s both ease;
-moz-animation: rotateUnfoldTop .7s both ease;
animation: rotateUnfoldTop .7s both ease;
}
.btSectionTransitions-rotateUnfoldBottom {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateUnfoldBottom .7s both ease;
-moz-animation: rotateUnfoldBottom .7s both ease;
animation: rotateUnfoldBottom .7s both ease;
} .btSectionTransitions-rotateRoomLeftOut {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateRoomLeftOut .8s both ease;
-moz-animation: rotateRoomLeftOut .8s both ease;
animation: rotateRoomLeftOut .8s both ease;
}
.btSectionTransitions-rotateRoomLeftIn {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateRoomLeftIn .8s both ease;
-moz-animation: rotateRoomLeftIn .8s both ease;
animation: rotateRoomLeftIn .8s both ease;
}
.btSectionTransitions-rotateRoomRightOut {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateRoomRightOut .8s both ease;
-moz-animation: rotateRoomRightOut .8s both ease;
animation: rotateRoomRightOut .8s both ease;
}
.btSectionTransitions-rotateRoomRightIn {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateRoomRightIn .8s both ease;
-moz-animation: rotateRoomRightIn .8s both ease;
animation: rotateRoomRightIn .8s both ease;
}
.btSectionTransitions-rotateRoomTopOut {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateRoomTopOut .8s both ease;
-moz-animation: rotateRoomTopOut .8s both ease;
animation: rotateRoomTopOut .8s both ease;
}
.btSectionTransitions-rotateRoomTopIn {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateRoomTopIn .8s both ease;
-moz-animation: rotateRoomTopIn .8s both ease;
animation: rotateRoomTopIn .8s both ease;
}
.btSectionTransitions-rotateRoomBottomOut {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateRoomBottomOut .8s both ease;
-moz-animation: rotateRoomBottomOut .8s both ease;
animation: rotateRoomBottomOut .8s both ease;
}
.btSectionTransitions-rotateRoomBottomIn {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateRoomBottomIn .8s both ease;
-moz-animation: rotateRoomBottomIn .8s both ease;
animation: rotateRoomBottomIn .8s both ease;
} .btSectionTransitions-rotateCubeLeftOut {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
z-index: 1;
-webkit-animation: rotateCubeLeftOut .6s both ease-in;
-moz-animation: rotateCubeLeftOut .6s both ease-in;
animation: rotateCubeLeftOut .6s both ease-in;
}
.btSectionTransitions-rotateCubeLeftIn {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
z-index: 500;
-webkit-animation: rotateCubeLeftIn .6s both ease-in;
-moz-animation: rotateCubeLeftIn .6s both ease-in;
animation: rotateCubeLeftIn .6s both ease-in;
}
.btSectionTransitions-rotateCubeRightOut {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateCubeRightOut .6s both ease-in;
-moz-animation: rotateCubeRightOut .6s both ease-in;
animation: rotateCubeRightOut .6s both ease-in;
}
.btSectionTransitions-rotateCubeRightIn {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
z-index: 500;
-webkit-animation: rotateCubeRightIn .6s both ease-in;
-moz-animation: rotateCubeRightIn .6s both ease-in;
animation: rotateCubeRightIn .6s both ease-in;
}
.btSectionTransitions-rotateCubeTopOut {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateCubeTopOut .6s both ease-in;
-moz-animation: rotateCubeTopOut .6s both ease-in;
animation: rotateCubeTopOut .6s both ease-in;
}
.btSectionTransitions-rotateCubeTopIn {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
z-index: 500;
-webkit-animation: rotateCubeTopIn .6s both ease-in;
-moz-animation: rotateCubeTopIn .6s both ease-in;
animation: rotateCubeTopIn .6s both ease-in;
}
.btSectionTransitions-rotateCubeBottomOut {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateCubeBottomOut .6s both ease-in;
-moz-animation: rotateCubeBottomOut .6s both ease-in;
animation: rotateCubeBottomOut .6s both ease-in;
}
.btSectionTransitions-rotateCubeBottomIn {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
z-index: 500;
-webkit-animation: rotateCubeBottomIn .6s both ease-in;
-moz-animation: rotateCubeBottomIn .6s both ease-in;
animation: rotateCubeBottomIn .6s both ease-in;
} .btSectionTransitions-rotateCarouselLeftOut {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateCarouselLeftOut .8s both ease;
-moz-animation: rotateCarouselLeftOut .8s both ease;
animation: rotateCarouselLeftOut .8s both ease;
}
.btSectionTransitions-rotateCarouselLeftIn {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateCarouselLeftIn .8s both ease;
-moz-animation: rotateCarouselLeftIn .8s both ease;
animation: rotateCarouselLeftIn .8s both ease;
}
.btSectionTransitions-rotateCarouselRightOut {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: rotateCarouselRightOut .8s both ease;
-moz-animation: rotateCarouselRightOut .8s both ease;
animation: rotateCarouselRightOut .8s both ease;
}
.btSectionTransitions-rotateCarouselRightIn {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: rotateCarouselRightIn .8s both ease;
-moz-animation: rotateCarouselRightIn .8s both ease;
animation: rotateCarouselRightIn .8s both ease;
}
.btSectionTransitions-rotateCarouselTopOut {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateCarouselTopOut .8s both ease;
-moz-animation: rotateCarouselTopOut .8s both ease;
animation: rotateCarouselTopOut .8s both ease;
}
.btSectionTransitions-rotateCarouselTopIn {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateCarouselTopIn .8s both ease;
-moz-animation: rotateCarouselTopIn .8s both ease;
animation: rotateCarouselTopIn .8s both ease;
}
.btSectionTransitions-rotateCarouselBottomOut {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation: rotateCarouselBottomOut .8s both ease;
-moz-animation: rotateCarouselBottomOut .8s both ease;
animation: rotateCarouselBottomOut .8s both ease;
}
.btSectionTransitions-rotateCarouselBottomIn {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: rotateCarouselBottomIn .8s both ease;
-moz-animation: rotateCarouselBottomIn .8s both ease;
animation: rotateCarouselBottomIn .8s both ease;
} .btSectionTransitions-rotateSidesOut {
-webkit-transform-origin: -50% 50%;
-moz-transform-origin: -50% 50%;
-ms-transform-origin: -50% 50%;
transform-origin: -50% 50%;
-webkit-animation: rotateSidesOut .5s both ease-in;
-moz-animation: rotateSidesOut .5s both ease-in;
animation: rotateSidesOut .5s both ease-in;
}
.btSectionTransitions-rotateSidesIn {
-webkit-transform-origin: 150% 50%;
-moz-transform-origin: 150% 50%;
-ms-transform-origin: 150% 50%;
transform-origin: 150% 50%;
-webkit-animation: rotateSidesIn .5s both ease-out;
-moz-animation: rotateSidesIn .5s both ease-out;
animation: rotateSidesIn .5s both ease-out;
} .btSectionTransitions-rotateSlideOut {
-webkit-animation: rotateSlideOut 1s both ease;
-moz-animation: rotateSlideOut 1s both ease;
animation: rotateSlideOut 1s both ease;
-webkit-animation: rotateSlideOut 1s both ease;
-moz-animation: rotateSlideOut 1s both ease;
animation: rotateSlideOut 1s both ease;
}
.btSectionTransitions-rotateSlideIn {
-webkit-animation: rotateSlideIn 1s both ease;
-moz-animation: rotateSlideIn 1s both ease;
animation: rotateSlideIn 1s both ease;
-webkit-animation: rotateSlideIn 1s both ease;
-moz-animation: rotateSlideIn 1s both ease;
animation: rotateSlideIn 1s both ease;
}  @-webkit-keyframes rotateRightSideFirst {
40% {
-webkit-transform: rotateY(15deg);
transform: rotateY(15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
-webkit-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-moz-keyframes rotateRightSideFirst {
40% {
-moz-transform: rotateY(15deg);
transform: rotateY(15deg);
opacity: .8;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-moz-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@keyframes rotateRightSideFirst {
40% {
-webkit-transform: rotateY(15deg);
-moz-transform: rotateY(15deg);
-ms-transform: rotateY(15deg);
transform: rotateY(15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
-ms-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
-webkit-transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
-ms-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-webkit-keyframes rotateLeftSideFirst {
40% {
-webkit-transform: rotateY(-15deg);
transform: rotateY(-15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-moz-keyframes rotateLeftSideFirst {
40% {
-moz-transform: rotateY(-15deg);
transform: rotateY(-15deg);
opacity: .8;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-moz-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@keyframes rotateLeftSideFirst {
40% {
-webkit-transform: rotateY(-15deg);
-moz-transform: rotateY(-15deg);
-ms-transform: rotateY(-15deg);
transform: rotateY(-15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
-ms-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-webkit-keyframes rotateTopSideFirst {
40% {
-webkit-transform: rotateX(15deg);
transform: rotateX(15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-moz-keyframes rotateTopSideFirst {
40% {
-moz-transform: rotateX(15deg);
transform: rotateX(15deg);
opacity: .8;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-moz-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@keyframes rotateTopSideFirst {
40% {
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
transform: rotateX(15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
-ms-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-webkit-keyframes rotateBottomSideFirst {
40% {
-webkit-transform: rotateX(-15deg);
transform: rotateX(-15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@-moz-keyframes rotateBottomSideFirst {
40% {
-moz-transform: rotateX(-15deg);
transform: rotateX(-15deg);
opacity: .8;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-moz-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
}
@keyframes rotateBottomSideFirst {
40% {
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
transform: rotateX(-15deg);
opacity: .8;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(.8) translateZ(-200px);
-moz-transform: scale(.8) translateZ(-200px);
-ms-transform: scale(.8) translateZ(-200px);
transform: scale(.8) translateZ(-200px);
opacity: 0;
}
} @-webkit-keyframes flipOutRight {
to {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
-moz-transform: translateZ(-1000px) rotateY(90deg);
-ms-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@-webkit-keyframes flipOutRight {
to {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@-moz-keyframes flipOutRight {
to {
-moz-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@keyframes flipOutRight {
to {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
-moz-transform: translateZ(-1000px) rotateY(90deg);
-ms-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@-webkit-keyframes flipInLeft {
from {
-webkit-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@-moz-keyframes flipInLeft {
from {
-moz-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@keyframes flipInLeft {
from {
-webkit-transform: translateZ(-1000px) rotateY(-90deg);
-moz-transform: translateZ(-1000px) rotateY(-90deg);
-ms-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@-webkit-keyframes flipOutLeft {
to {
-webkit-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@-moz-keyframes flipOutLeft {
to {
-moz-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@keyframes flipOutLeft {
to {
-webkit-transform: translateZ(-1000px) rotateY(-90deg);
-moz-transform: translateZ(-1000px) rotateY(-90deg);
-ms-transform: translateZ(-1000px) rotateY(-90deg);
transform: translateZ(-1000px) rotateY(-90deg);
opacity: .2;
}
}
@-webkit-keyframes flipInRight {
from {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
-webkit-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@-moz-keyframes flipInRight {
from {
-moz-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
-moz-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@keyframes flipInRight {
from {
-webkit-transform: translateZ(-1000px) rotateY(90deg);
-moz-transform: translateZ(-1000px) rotateY(90deg);
-ms-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
-webkit-transform: translateZ(-1000px) rotateY(90deg);
-moz-transform: translateZ(-1000px) rotateY(90deg);
-ms-transform: translateZ(-1000px) rotateY(90deg);
transform: translateZ(-1000px) rotateY(90deg);
opacity: .2;
}
}
@-webkit-keyframes flipOutTop {
to {
-webkit-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-webkit-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
}
@-moz-keyframes flipOutTop {
to {
-moz-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
}
@keyframes flipOutTop {
to {
-webkit-transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
-ms-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-webkit-transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
-ms-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
}
@-webkit-keyframes flipInBottom {
from {
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@-moz-keyframes flipInBottom {
from {
-moz-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@keyframes flipInBottom {
from {
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
-ms-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
-ms-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@-webkit-keyframes flipOutBottom {
to {
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@-moz-keyframes flipOutBottom {
to {
-moz-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@keyframes flipOutBottom {
to {
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
-ms-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
-webkit-transform: translateZ(-1000px) rotateX(-90deg);
-moz-transform: translateZ(-1000px) rotateX(-90deg);
-ms-transform: translateZ(-1000px) rotateX(-90deg);
transform: translateZ(-1000px) rotateX(-90deg);
opacity: .2;
}
}
@-webkit-keyframes flipInTop {
from {
-webkit-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-webkit-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
}
@-moz-keyframes flipInTop {
from {
-moz-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
}
@keyframes flipInTop {
from {
-webkit-transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
-ms-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
-webkit-transform: translateZ(-1000px) rotateX(90deg);
-moz-transform: translateZ(-1000px) rotateX(90deg);
-ms-transform: translateZ(-1000px) rotateX(90deg);
transform: translateZ(-1000px) rotateX(90deg);
opacity: .2;
}
} @-webkit-keyframes rotateFall {
0% {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
20% {
-webkit-transform: rotateZ(10deg);
-moz-transform: rotateZ(10deg);
-ms-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: rotateZ(17deg);
-moz-transform: rotateZ(17deg);
-ms-transform: rotateZ(17deg);
transform: rotateZ(17deg);
}
60% {
-webkit-transform: rotateZ(16deg);
-moz-transform: rotateZ(16deg);
-ms-transform: rotateZ(16deg);
transform: rotateZ(16deg);
}
100% {
-webkit-transform: translateY(100%) rotateZ(17deg);
-moz-transform: translateY(100%) rotateZ(17deg);
-ms-transform: translateY(100%) rotateZ(17deg);
transform: translateY(100%) rotateZ(17deg);
}
}
@-webkit-keyframes rotateFall {
0% {
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
20% {
-webkit-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-webkit-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: rotateZ(17deg);
transform: rotateZ(17deg);
-webkit-transform: rotateZ(17deg);
transform: rotateZ(17deg);
}
60% {
-webkit-transform: rotateZ(16deg);
transform: rotateZ(16deg);
-webkit-transform: rotateZ(16deg);
transform: rotateZ(16deg);
}
100% {
-webkit-transform: translateY(100%) rotateZ(17deg);
transform: translateY(100%) rotateZ(17deg);
}
}
@-moz-keyframes rotateFall {
0% {
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
20% {
-moz-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-moz-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-moz-transform: rotateZ(17deg);
transform: rotateZ(17deg);
-moz-transform: rotateZ(17deg);
transform: rotateZ(17deg);
}
60% {
-moz-transform: rotateZ(16deg);
transform: rotateZ(16deg);
-moz-transform: rotateZ(16deg);
transform: rotateZ(16deg);
}
100% {
-moz-transform: translateY(100%) rotateZ(17deg);
transform: translateY(100%) rotateZ(17deg);
}
}
@keyframes rotateFall {
0% {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
20% {
-webkit-transform: rotateZ(10deg);
-moz-transform: rotateZ(10deg);
-ms-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-webkit-transform: rotateZ(10deg);
-moz-transform: rotateZ(10deg);
-ms-transform: rotateZ(10deg);
transform: rotateZ(10deg);
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: rotateZ(17deg);
-moz-transform: rotateZ(17deg);
-ms-transform: rotateZ(17deg);
transform: rotateZ(17deg);
-webkit-transform: rotateZ(17deg);
-moz-transform: rotateZ(17deg);
-ms-transform: rotateZ(17deg);
transform: rotateZ(17deg);
}
60% {
-webkit-transform: rotateZ(16deg);
-moz-transform: rotateZ(16deg);
-ms-transform: rotateZ(16deg);
transform: rotateZ(16deg);
-webkit-transform: rotateZ(16deg);
-moz-transform: rotateZ(16deg);
-ms-transform: rotateZ(16deg);
transform: rotateZ(16deg);
}
100% {
-webkit-transform: translateY(100%) rotateZ(17deg);
-moz-transform: translateY(100%) rotateZ(17deg);
-ms-transform: translateY(100%) rotateZ(17deg);
transform: translateY(100%) rotateZ(17deg);
}
} @-webkit-keyframes rotateOutNewspaper {
to {
-webkit-transform: translateZ(-3000px) rotateZ(360deg);
-moz-transform: translateZ(-3000px) rotateZ(360deg);
-ms-transform: translateZ(-3000px) rotateZ(360deg);
transform: translateZ(-3000px) rotateZ(360deg);
opacity: 0;
}
}
@-webkit-keyframes rotateOutNewspaper {
to {
-webkit-transform: transform: translateZ(-3000px) rotateZ(360deg);
transform: transform: translateZ(-3000px) rotateZ(360deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutNewspaper {
to {
-moz-transform: transform: translateZ(-3000px) rotateZ(360deg);
transform: transform: translateZ(-3000px) rotateZ(360deg);
opacity: 0;
}
}
@keyframes rotateOutNewspaper {
to {
-webkit-transform: transform: translateZ(-3000px) rotateZ(360deg);
-moz-transform: transform: translateZ(-3000px) rotateZ(360deg);
-ms-transform: transform: translateZ(-3000px) rotateZ(360deg);
transform: transform: translateZ(-3000px) rotateZ(360deg);
opacity: 0;
}
}
@-webkit-keyframes rotateInNewspaper {
from {
-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
-moz-transform: translateZ(-3000px) rotateZ(-360deg);
-ms-transform: translateZ(-3000px) rotateZ(-360deg);
transform: translateZ(-3000px) rotateZ(-360deg);
opacity: 0;
}
}
@-webkit-keyframes rotateInNewspaper {
from {
-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
transform: translateZ(-3000px) rotateZ(-360deg);
opacity: 0;
}
}
@-moz-keyframes rotateInNewspaper {
from {
-moz-transform: translateZ(-3000px) rotateZ(-360deg);
transform: translateZ(-3000px) rotateZ(-360deg);
opacity: 0;
}
}
@keyframes rotateInNewspaper {
from {
-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
-moz-transform: translateZ(-3000px) rotateZ(-360deg);
-ms-transform: translateZ(-3000px) rotateZ(-360deg);
transform: translateZ(-3000px) rotateZ(-360deg);
opacity: 0;
}
} @-webkit-keyframes rotatePushLeft {
to {
opacity: 0;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-webkit-keyframes rotatePushLeft {
to {
opacity: 0;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-moz-keyframes rotatePushLeft {
to {
opacity: 0;
-moz-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@keyframes rotatePushLeft {
to {
opacity: 0;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-webkit-keyframes rotatePushRight {
to {
opacity: 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-webkit-keyframes rotatePushRight {
to {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-moz-keyframes rotatePushRight {
to {
opacity: 0;
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@keyframes rotatePushRight {
to {
opacity: 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-webkit-keyframes rotatePushTop {
to {
opacity: 0;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-webkit-keyframes rotatePushTop {
to {
opacity: 0;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-moz-keyframes rotatePushTop {
to {
opacity: 0;
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@keyframes rotatePushTop {
to {
opacity: 0;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-webkit-keyframes rotatePushBottom {
to {
opacity: 0;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@-webkit-keyframes rotatePushBottom {
to {
opacity: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@-moz-keyframes rotatePushBottom {
to {
opacity: 0;
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@keyframes rotatePushBottom {
to {
opacity: 0;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
}
} @-webkit-keyframes rotatePullRight {
from {
opacity: 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-webkit-keyframes rotatePullRight {
from {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-moz-keyframes rotatePullRight {
from {
opacity: 0;
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@keyframes rotatePullRight {
from {
opacity: 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
}
@-webkit-keyframes rotatePullLeft {
from {
opacity: 0;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-webkit-keyframes rotatePullLeft {
from {
opacity: 0;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-moz-keyframes rotatePullLeft {
from {
opacity: 0;
-moz-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@keyframes rotatePullLeft {
from {
opacity: 0;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
}
}
@-webkit-keyframes rotatePullTop {
from {
opacity: 0;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-webkit-keyframes rotatePullTop {
from {
opacity: 0;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-moz-keyframes rotatePullTop {
from {
opacity: 0;
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@keyframes rotatePullTop {
from {
opacity: 0;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
}
@-webkit-keyframes rotatePullBottom {
from {
opacity: 0;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@-webkit-keyframes rotatePullBottom {
from {
opacity: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@-moz-keyframes rotatePullBottom {
from {
opacity: 0;
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@keyframes rotatePullBottom {
from {
opacity: 0;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
}
} @-webkit-keyframes rotateFoldRight {
to {
opacity: 0;
-webkit-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-moz-keyframes rotateFoldRight {
to {
opacity: 0;
-moz-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@keyframes rotateFoldRight {
to {
opacity: 0;
-webkit-transform: translateX(100%) rotateY(90deg);
-moz-transform: translateX(100%) rotateY(90deg);
-ms-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-webkit-keyframes rotateFoldLeft {
to {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@-moz-keyframes rotateFoldLeft {
to {
opacity: 0;
-moz-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@keyframes rotateFoldLeft {
to {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(-90deg);
-moz-transform: translateX(-100%) rotateY(-90deg);
-ms-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@-webkit-keyframes rotateFoldTop {
to {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-moz-keyframes rotateFoldTop {
to {
opacity: 0;
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@keyframes rotateFoldTop {
to {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
-ms-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-webkit-keyframes rotateFoldBottom {
to {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@-moz-keyframes rotateFoldBottom {
to {
opacity: 0;
-moz-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@keyframes rotateFoldBottom {
to {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
-moz-transform: translateY(100%) rotateX(-90deg);
-ms-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
} @-webkit-keyframes rotateUnfoldLeft {
from {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@-moz-keyframes rotateUnfoldLeft {
from {
opacity: 0;
-moz-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@keyframes rotateUnfoldLeft {
from {
opacity: 0;
-webkit-transform: translateX(-100%) rotateY(-90deg);
-moz-transform: translateX(-100%) rotateY(-90deg);
-ms-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
}
@-webkit-keyframes rotateUnfoldRight {
from {
opacity: 0;
-webkit-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-moz-keyframes rotateUnfoldRight {
from {
opacity: 0;
-moz-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@keyframes rotateUnfoldRight {
from {
opacity: 0;
-webkit-transform: translateX(100%) rotateY(90deg);
-moz-transform: translateX(100%) rotateY(90deg);
-ms-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-webkit-keyframes rotateUnfoldTop {
from {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
-webkit-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-moz-keyframes rotateUnfoldTop {
from {
opacity: 0;
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@keyframes rotateUnfoldTop {
from {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
-ms-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
-ms-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-webkit-keyframes rotateUnfoldBottom {
from {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@-moz-keyframes rotateUnfoldBottom {
from {
opacity: 0;
-moz-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@keyframes rotateUnfoldBottom {
from {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
-moz-transform: translateY(100%) rotateX(-90deg);
-ms-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
} @-webkit-keyframes rotateRoomLeftOut {
to {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@-moz-keyframes rotateRoomLeftOut {
to {
opacity: .3;
-moz-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@keyframes rotateRoomLeftOut {
to {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(90deg);
-moz-transform: translateX(-100%) rotateY(90deg);
-ms-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@-webkit-keyframes rotateRoomLeftIn {
from {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@-moz-keyframes rotateRoomLeftIn {
from {
opacity: .3;
-moz-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@keyframes rotateRoomLeftIn {
from {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(-90deg);
-moz-transform: translateX(100%) rotateY(-90deg);
-ms-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@-webkit-keyframes rotateRoomRightOut {
to {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@-moz-keyframes rotateRoomRightOut {
to {
opacity: .3;
-moz-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@keyframes rotateRoomRightOut {
to {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(-90deg);
-moz-transform: translateX(100%) rotateY(-90deg);
-ms-transform: translateX(100%) rotateY(-90deg);
transform: translateX(100%) rotateY(-90deg);
}
}
@-webkit-keyframes rotateRoomRightIn {
from {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
-webkit-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@-moz-keyframes rotateRoomRightIn {
from {
opacity: .3;
-moz-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
-moz-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@keyframes rotateRoomRightIn {
from {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(90deg);
-moz-transform: translateX(-100%) rotateY(90deg);
-ms-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
-webkit-transform: translateX(-100%) rotateY(90deg);
-moz-transform: translateX(-100%) rotateY(90deg);
-ms-transform: translateX(-100%) rotateY(90deg);
transform: translateX(-100%) rotateY(90deg);
}
}
@-webkit-keyframes rotateRoomTopOut {
to {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
}
@-moz-keyframes rotateRoomTopOut {
to {
opacity: .3;
-moz-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
}
@keyframes rotateRoomTopOut {
to {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(-90deg);
-moz-transform: translateY(-100%) rotateX(-90deg);
-ms-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
}
@-webkit-keyframes rotateRoomTopIn {
from {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@-moz-keyframes rotateRoomTopIn {
from {
opacity: .3;
-moz-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@keyframes rotateRoomTopIn {
from {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(90deg);
-moz-transform: translateY(100%) rotateX(90deg);
-ms-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@-webkit-keyframes rotateRoomBottomOut {
to {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@-moz-keyframes rotateRoomBottomOut {
to {
opacity: .3;
-moz-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@keyframes rotateRoomBottomOut {
to {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(90deg);
-moz-transform: translateY(100%) rotateX(90deg);
-ms-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
}
}
@-webkit-keyframes rotateRoomBottomIn {
from {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
}
@-moz-keyframes rotateRoomBottomIn {
from {
opacity: .3;
-moz-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
}
@keyframes rotateRoomBottomIn {
from {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(-90deg);
-moz-transform: translateY(-100%) rotateX(-90deg);
-ms-transform: translateY(-100%) rotateX(-90deg);
transform: translateY(-100%) rotateX(-90deg);
}
} @-webkit-keyframes rotateCubeLeftOut {
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
100% {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
z-index: 0;
}
}
@-moz-keyframes rotateCubeLeftOut {
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
100% {
opacity: .3;
-moz-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
z-index: 0;
}
}
@keyframes rotateCubeLeftOut {
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
-moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
-ms-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
100% {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(-90deg);
-moz-transform: translateX(-100%) rotateY(-90deg);
-ms-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
z-index: 0;
}
}
@-webkit-keyframes rotateCubeLeftIn {
0% {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
}
@-moz-keyframes rotateCubeLeftIn {
0% {
opacity: .3;
-moz-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
}
@keyframes rotateCubeLeftIn {
0% {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(90deg);
-moz-transform: translateX(100%) rotateY(90deg);
-ms-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
-moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
-ms-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
}
@-webkit-keyframes rotateCubeRightOut {
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
100% {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-moz-keyframes rotateCubeRightOut {
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
100% {
opacity: .3;
-moz-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@keyframes rotateCubeRightOut {
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
-moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
-ms-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
transform: translateX(50%) translateZ(-200px) rotateY(45deg);
}
100% {
opacity: .3;
-webkit-transform: translateX(100%) rotateY(90deg);
-moz-transform: translateX(100%) rotateY(90deg);
-ms-transform: translateX(100%) rotateY(90deg);
transform: translateX(100%) rotateY(90deg);
}
}
@-webkit-keyframes rotateCubeRightIn {
0% {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
}
@-moz-keyframes rotateCubeRightIn {
0% {
opacity: .3;
-moz-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
}
@keyframes rotateCubeRightIn {
0% {
opacity: .3;
-webkit-transform: translateX(-100%) rotateY(-90deg);
-moz-transform: translateX(-100%) rotateY(-90deg);
-ms-transform: translateX(-100%) rotateY(-90deg);
transform: translateX(-100%) rotateY(-90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
-moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
-ms-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
}
}
@-webkit-keyframes rotateCubeTopOut {
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
100% {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-moz-keyframes rotateCubeTopOut {
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
100% {
opacity: .3;
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@keyframes rotateCubeTopOut {
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
-moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
-ms-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
100% {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
-ms-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
}
@-webkit-keyframes rotateCubeTopIn {
0% {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
}
@-moz-keyframes rotateCubeTopIn {
0% {
opacity: .3;
-moz-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
}
@keyframes rotateCubeTopIn {
0% {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(-90deg);
-moz-transform: translateY(100%) rotateX(-90deg);
-ms-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
-ms-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
}
@-webkit-keyframes rotateCubeBottomOut {
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
100% {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@-moz-keyframes rotateCubeBottomOut {
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
100% {
opacity: .3;
-moz-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@keyframes rotateCubeBottomOut {
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
-ms-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
100% {
opacity: .3;
-webkit-transform: translateY(100%) rotateX(-90deg);
-moz-transform: translateY(100%) rotateX(-90deg);
-ms-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
}
}
@-webkit-keyframes rotateCubeBottomIn {
0% {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
}
@-moz-keyframes rotateCubeBottomIn {
0% {
opacity: .3;
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
50% {
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
}
@keyframes rotateCubeBottomIn {
0% {
opacity: .3;
-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
-ms-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}
50% {
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
-moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
-ms-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
} @-webkit-keyframes rotateCarouselLeftOut {
to {
opacity: .3;
-webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg);
transform: translateX(-150%) scale(.4) rotateY(-65deg);
}
}
@-moz-keyframes rotateCarouselLeftOut {
to {
opacity: .3;
-moz-transform: translateX(-150%) scale(.4) rotateY(-65deg);
transform: translateX(-150%) scale(.4) rotateY(-65deg);
}
}
@keyframes rotateCarouselLeftOut {
to {
opacity: .3;
-webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg);
-moz-transform: translateX(-150%) scale(.4) rotateY(-65deg);
-ms-transform: translateX(-150%) scale(.4) rotateY(-65deg);
transform: translateX(-150%) scale(.4) rotateY(-65deg);
}
}
@-webkit-keyframes rotateCarouselLeftIn {
from {
opacity: .3;
-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@-moz-keyframes rotateCarouselLeftIn {
from {
opacity: .3;
-moz-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@keyframes rotateCarouselLeftIn {
from {
opacity: .3;
-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
-moz-transform: translateX(200%) scale(.4) rotateY(65deg);
-ms-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@-webkit-keyframes rotateCarouselRightOut {
to {
opacity: .3;
-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@-moz-keyframes rotateCarouselRightOut {
to {
opacity: .3;
-moz-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@keyframes rotateCarouselRightOut {
to {
opacity: .3;
-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
-moz-transform: translateX(200%) scale(.4) rotateY(65deg);
-ms-transform: translateX(200%) scale(.4) rotateY(65deg);
transform: translateX(200%) scale(.4) rotateY(65deg);
}
}
@-webkit-keyframes rotateCarouselRightIn {
from {
opacity: .3;
-webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg);
transform: translateX(-200%) scale(.4) rotateY(-65deg);
}
}
@-moz-keyframes rotateCarouselRightIn {
from {
opacity: .3;
-moz-transform: translateX(-200%) scale(.4) rotateY(-65deg);
transform: translateX(-200%) scale(.4) rotateY(-65deg);
}
}
@keyframes rotateCarouselRightIn {
from {
opacity: .3;
-webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg);
-moz-transform: translateX(-200%) scale(.4) rotateY(-65deg);
-ms-transform: translateX(-200%) scale(.4) rotateY(-65deg);
transform: translateX(-200%) scale(.4) rotateY(-65deg);
}
}
@-webkit-keyframes rotateCarouselTopOut {
to {
opacity: .3;
-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
}
@-moz-keyframes rotateCarouselTopOut {
to {
opacity: .3;
-moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
}
@keyframes rotateCarouselTopOut {
to {
opacity: .3;
-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
-moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
-ms-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
}
@-webkit-keyframes rotateCarouselTopIn {
from {
opacity: .3;
-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@-moz-keyframes rotateCarouselTopIn {
from {
opacity: .3;
-moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@keyframes rotateCarouselTopIn {
from {
opacity: .3;
-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
-moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
-ms-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@-webkit-keyframes rotateCarouselBottomOut {
to {
opacity: .3;
-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@-moz-keyframes rotateCarouselBottomOut {
to {
opacity: .3;
-moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@keyframes rotateCarouselBottomOut {
to {
opacity: .3;
-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
-moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
-ms-transform: translateY(200%) scale(.4) rotateX(-65deg);
transform: translateY(200%) scale(.4) rotateX(-65deg);
}
}
@-webkit-keyframes rotateCarouselBottomIn {
from {
opacity: .3;
-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
}
@-moz-keyframes rotateCarouselBottomIn {
from {
opacity: .3;
-moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
}
@keyframes rotateCarouselBottomIn {
from {
opacity: .3;
-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
-moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
-ms-transform: translateY(-200%) scale(.4) rotateX(65deg);
transform: translateY(-200%) scale(.4) rotateX(65deg);
}
} @-webkit-keyframes rotateSidesOut {
to {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(90deg);
transform: translateZ(-500px) rotateY(90deg);
}
}
@-moz-keyframes rotateSidesOut {
to {
opacity: 0;
-moz-transform: translateZ(-500px) rotateY(90deg);
transform: translateZ(-500px) rotateY(90deg);
}
}
@keyframes rotateSidesOut {
to {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(90deg);
-moz-transform: translateZ(-500px) rotateY(90deg);
-ms-transform: translateZ(-500px) rotateY(90deg);
transform: translateZ(-500px) rotateY(90deg);
}
}
@-webkit-keyframes rotateSidesIn {
from {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(-90deg);
transform: translateZ(-500px) rotateY(-90deg);
}
}
@-moz-keyframes rotateSidesIn {
from {
opacity: 0;
-moz-transform: translateZ(-500px) rotateY(-90deg);
transform: translateZ(-500px) rotateY(-90deg);
}
}
@keyframes rotateSidesIn {
from {
opacity: 0;
-webkit-transform: translateZ(-500px) rotateY(-90deg);
-moz-transform: translateZ(-500px) rotateY(-90deg);
-ms-transform: translateZ(-500px) rotateY(-90deg);
transform: translateZ(-500px) rotateY(-90deg);
}
} @-webkit-keyframes rotateSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes rotateSlideOut {
25% {
opacity: .5;
-moz-transform: translateZ(-500px);
transform: translateZ(-500px);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes rotateSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
-moz-transform: translateZ(-500px);
-ms-transform: translateZ(-500px);
transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
-moz-transform: translateZ(-500px) translateX(-200%);
-ms-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
-moz-transform: translateZ(-500px) translateX(-200%);
-ms-transform: translateZ(-500px) translateX(-200%);
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes rotateSlideIn {
0%,
25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes rotateSlideIn {
0%,
25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px);
transform: translateZ(-500px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
transform: translateZ(0) translateX(0);
}
}
@keyframes rotateSlideIn {
0%,
25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
-moz-transform: translateZ(-500px) translateX(200%);
-ms-transform: translateZ(-500px) translateX(200%);
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
-moz-transform: translateZ(-500px);
-ms-transform: translateZ(-500px);
transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
-moz-transform: translateZ(0) translateX(0);
-ms-transform: translateZ(0) translateX(0);
transform: translateZ(0) translateX(0);
}
} .btSectionTransitions-delay100 {
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
animation-delay: .1s;
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
animation-delay: .1s;
}
.btSectionTransitions-delay180 {
-webkit-animation-delay: .180s;
-moz-animation-delay: .180s;
animation-delay: .180s;
-webkit-animation-delay: .180s;
-moz-animation-delay: .180s;
animation-delay: .180s;
}
.btSectionTransitions-delay200 {
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
}
.btSectionTransitions-delay300 {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
animation-delay: .3s;
}
.btSectionTransitions-delay400 {
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
}
.btSectionTransitions-delay500 {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
animation-delay: .5s;
}
.btSectionTransitions-delay700 {
-webkit-animation-delay: .7s;
-moz-animation-delay: .7s;
animation-delay: .7s;
-webkit-animation-delay: .7s;
-moz-animation-delay: .7s;
animation-delay: .7s;
}
.btSectionTransitions-delay1000 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
} .clear {
clear: both;
}
.woocommerce ul.products li.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page ul.products li.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
clear: both;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotateX(0);
}
to {
-webkit-transform: rotateX(100%);
}
}
@-moz-keyframes spin {
from {
-webkit-transform: rotateX(0);
}
to {
-webkit-transform: rotateX(100%);
}
}
@keyframes spin {
from {
-webkit-transform: rotateX(0);
}
to {
-webkit-transform: rotateX(100%);
}
}
@font-face {
font-family: star;
src: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: WooCommerce;
src: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
src: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal;
}
p.demo_store {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 1em;
padding: 1em 0;
text-align: center;
background-color: #5dc2ca;
color: #fff;
z-index: 99998;
-webkit-box-shadow: 0 1px 1em rgba(0,0,0,.2);
box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
p.demo_store a {
color: #fff;
}
.admin-bar p.demo_store {
top: 32px;
}
.woocommerce .btContentWrap,
.woocommerce-page .btContentWrap {
margin-top: 20px;
}
.woocommerce:woocommerce-cart .btContentWrap,
.woocommerce:woocommerce-checkout .btContentWrap,
.woocommerce:woocommerce-account .btContentWrap,
.woocommerce:single-product .btContentWrap,
.woocommerce-page:woocommerce-cart .btContentWrap,
.woocommerce-page:woocommerce-checkout .btContentWrap,
.woocommerce-page:woocommerce-account .btContentWrap,
.woocommerce-page:single-product .btContentWrap {
margin-top: 40px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
.woocommerce img,
.woocommerce-page img {
height: auto;
max-width: 100%;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
visibility: hidden;
}
.woocommerce .blockUI.blockOverlay,
.woocommerce-page .blockUI.blockOverlay {
position: relative;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce-page .blockUI.blockOverlay:before,
.woocommerce .loader:before,
.woocommerce-page .loader:before {
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
content: "";
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0,0,0,.75);
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
padding: 1em 2em 3em 2.8em;
margin: 2em 0 5em;
position: relative;
background-color: rgba(0,0,0,.07);
color: #343839;
border-top: 4px solid #343839;
list-style: none !important;
width: auto;
word-wrap: break-word;
line-height: 3em;
}
.woocommerce .woocommerce-info a: not(.button),
.woocommerce-page .woocommerce-info a: not(.button),
.woocommerce .woocommerce-message a: not(.button),
.woocommerce-page .woocommerce-message a: not(.button) {
color: #5dc2ca;
text-decoration: underline;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
border-top-color: #b81c23;
}
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-error a {
color: #b81c23;
}
.woocommerce .woocommerce-info a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce-page .woocommerce-message a:hover {
text-decoration: none;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce-page .woocommerce-error a:hover {
color: #fff;
}
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after {
content: " ";
display: table;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
font-family: Icon7Stroke;
font-size: 2.2em;
margin-right: .5em;
font-weight: 400;
display: block;
float: left;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
content: "\e647";
color: #5dc2ca;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
content: '\e67b';
color: #b81c23;
}
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
float: right;
}
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li {
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.woocommerce small.note,
.woocommerce-page small.note {
display: block;
color: #777;
font-size: .857em;
margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
color: inherit;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:before {
content: " ";
display: table;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input[type="submit"],
.woocommerce-page input[type="submit"],
.woocommerce button[type="submit"],
.woocommerce-page button[type="submit"],
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce input.alt:hover,
.woocommerce-page input.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce .button.alt:hover,
.woocommerce-page .button.alt:hover,
.woocommerce button.alt:hover,
.woocommerce-page button.alt:hover {
font-size: 1.1em;
line-height: 1;
text-transform: uppercase;
font-weight: 100;
padding: 1em 1.5em;
cursor: pointer;
border: 2px solid #5dc2ca;
color: #5dc2ca;
background-color: transparent;
font-family: Dosis;
}
.btHardRoundedButtons.woocommerce a.button,
.btHardRoundedButtons.woocommerce-page a.button,
.btHardRoundedButtons.woocommerce input[type="submit"],
.btHardRoundedButtons.woocommerce-page input[type="submit"],
.btHardRoundedButtons.woocommerce button[type="submit"],
.btHardRoundedButtons.woocommerce-page button[type="submit"],
.btHardRoundedButtons.woocommerce input.button,
.btHardRoundedButtons.woocommerce-page input.button,
.btHardRoundedButtons.woocommerce input.alt:hover,
.btHardRoundedButtons.woocommerce-page input.alt:hover,
.btHardRoundedButtons.woocommerce a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page a.button.alt:hover,
.btHardRoundedButtons.woocommerce .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .button.alt:hover,
.btHardRoundedButtons.woocommerce button.alt:hover,
.btHardRoundedButtons.woocommerce-page button.alt:hover {
border-radius: 50px;
}
.btSoftRoundedButtons.woocommerce a.button,
.btSoftRoundedButtons.woocommerce-page a.button,
.btSoftRoundedButtons.woocommerce input[type="submit"],
.btSoftRoundedButtons.woocommerce-page input[type="submit"],
.btSoftRoundedButtons.woocommerce button[type="submit"],
.btSoftRoundedButtons.woocommerce-page button[type="submit"],
.btSoftRoundedButtons.woocommerce input.button,
.btSoftRoundedButtons.woocommerce-page input.button,
.btSoftRoundedButtons.woocommerce input.alt:hover,
.btSoftRoundedButtons.woocommerce-page input.alt:hover,
.btSoftRoundedButtons.woocommerce a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .button.alt:hover,
.btSoftRoundedButtons.woocommerce button.alt:hover,
.btSoftRoundedButtons.woocommerce-page button.alt:hover {
border-radius: 5px;
}
.woocommerce a.button.submit,
.woocommerce-page a.button.submit,
.woocommerce input[type="submit"].submit,
.woocommerce-page input[type="submit"].submit,
.woocommerce button[type="submit"].submit,
.woocommerce-page button[type="submit"].submit,
.woocommerce input.button.submit,
.woocommerce-page input.button.submit,
.woocommerce input.alt:hover.submit,
.woocommerce-page input.alt:hover.submit,
.woocommerce a.button.alt:hover.submit,
.woocommerce-page a.button.alt:hover.submit,
.woocommerce .button.alt:hover.submit,
.woocommerce-page .button.alt:hover.submit,
.woocommerce button.alt:hover.submit,
.woocommerce-page button.alt:hover.submit {
display: inline-block;
width: auto;
padding: 1em 2em;
background: #5dc2ca;
color: #fff;
border: 2px solid #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.woocommerce .btSearchInnerContent button[type="submit"],
.woocommerce-page .btSearchInnerContent button[type="submit"] {
border-radius: 0;
border-left: none;
}
.btHardRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"] {
border-radius: 50%;
}
.btSoftRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"] {
border-radius: 5px;
}
.btLightSkin.btSoftRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btLightSkin.btSoftRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"],
.btLightSkin.btHardRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btLightSkin.btHardRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"] {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin.btSoftRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btDarkSkin.btSoftRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"],
.btDarkSkin.btHardRoundedButtons.woocommerce .btSearchInnerContent button[type="submit"],
.btDarkSkin.btHardRoundedButtons.woocommerce-page .btSearchInnerContent button[type="submit"] {
border: 1px solid rgba(255,255,255,.1);
}
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce input#place_order,
.woocommerce-page input#place_order,
.woocommerce input[name="save_address"],
.woocommerce-page input[name="save_address"] {
width: 100%;
float: none;
display: block;
text-align: center;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce button:hover,
.woocommerce-page button:hover,
.woocommerce input.alt,
.woocommerce-page input.alt,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce .button.alt,
.woocommerce-page .button.alt,
.woocommerce button.alt,
.woocommerce-page button.alt {
background-color: #5dc2ca;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
font-family: "Dosis";
}
.woocommerce a.button:hover.submit:hover,
.woocommerce-page a.button:hover.submit:hover,
.woocommerce input[type="submit"]:hover.submit:hover,
.woocommerce-page input[type="submit"]:hover.submit:hover,
.woocommerce .button:hover.submit:hover,
.woocommerce-page .button:hover.submit:hover,
.woocommerce button:hover.submit:hover,
.woocommerce-page button:hover.submit:hover,
.woocommerce input.alt.submit:hover,
.woocommerce-page input.alt.submit:hover,
.woocommerce a.button.alt.submit:hover,
.woocommerce-page a.button.alt.submit:hover,
.woocommerce .button.alt.submit:hover,
.woocommerce-page .button.alt.submit:hover,
.woocommerce button.alt.submit:hover,
.woocommerce-page button.alt.submit:hover {
background: transparent;
color: #5dc2ca;
}
.woocommerce .my_account_orders .order-actions .button,
.woocommerce-page .my_account_orders .order-actions .button {
margin: .125em 0 .125em .25em;
}
.woocommerce .my_account_orders .button,
.woocommerce-page .my_account_orders .button {
white-space: nowrap;
}
.woocommerce .cart input,
.woocommerce-page .cart input {
margin: 0;
vertical-align: middle;
line-height: 1;
width: auto;
}
.woocommerce .cart input#coupon_code,
.woocommerce-page .cart input#coupon_code {
margin: 0 10px 0 0;
float: left;
text-transform: capitalize;
}
.woocommerce p.lost_password,
.woocommerce-page p.lost_password {
float: right;
padding: 0 0 0 2.4em;
margin: .7em 0 0;
}
.woocommerce p.lost_password:before,
.woocommerce-page p.lost_password:before {
content: '\e64a';
display: block;
float: left;
margin: -.05em 0 0 -1.2em;
font: normal 2em/1 Icon7Stroke;
color: #5dc2ca;
}
.woocommerce form.login p.lost_password a:hover,
.woocommerce-page form.login p.lost_password a:hover {
color: #5dc2ca;
}
.woocommerce input.button[name="register"],
.woocommerce-page input.button[name="register"] {
float: right;
width: auto;
}
.woocommerce .added:after,
.woocommerce-page .added:after,
.woocommerce .loading:after,
.woocommerce-page .loading:after {
position: absolute;
z-index: 5;
right: 0;
top: 0;
font: 400 1.3em/1.7em WooCommerce;
vertical-align: middle;
text-align: center;
-webkit-font-smoothing: antialiased;
width: 1.7em;
height: 1.7em;
margin: -.85em -.85em 0 0;
border-radius: 50%;
background-color: #5dc2ca;
color: #fff;
}
.woocommerce .loading:after,
.woocommerce-page .loading:after {
content: "\e01c";
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce .added:after,
.woocommerce-page .added:after {
content: "\e017";
}
.woocommerce table .order-actions,
.woocommerce-page table .order-actions {
text-align: right;
}
.woocommerce table td.product-name p.backorder_notification,
.woocommerce-page table td.product-name p.backorder_notification {
font-size: .83em;
}
.woocommerce table td.product-quantity,
.woocommerce-page table td.product-quantity {
min-width: 80px;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
padding: 3px 0;
margin: 0 0 10px;
}
.woocommerce form .form-row.form-row-last,
.woocommerce-page form .form-row.form-row-last {
margin-bottom: 20px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
line-height: 2;
display: block;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
cursor: pointer;
margin: 0;
}
.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container {
line-height: 4em;
}
.woocommerce form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .select2-choice {
padding-left: 1em;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
color: red;
font-weight: 700;
border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
margin: 0 8px 0 0;
vertical-align: middle;
width: auto;
display: inline;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
height: 5em;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce-page form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-page form .form-row.woocommerce-invalid select {
border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce-page form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce-page form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
.woocommerce form .form-row::-webkit-input-placeholder,
.woocommerce-page form .form-row::-webkit-input-placeholder {
line-height: normal;
}
.woocommerce form .form-row:-moz-placeholder,
.woocommerce-page form .form-row:-moz-placeholder {
line-height: normal;
}
.woocommerce form .form-row:-ms-input-placeholder,
.woocommerce-page form .form-row:-ms-input-placeholder {
line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.register,
.woocommerce-page form.register {
margin: 0 0 20px;
text-align: left;
}
.woocommerce div.product,
.woocommerce-page div.product {
margin-bottom: 0;
position: relative;
}
.woocommerce div.product .btPriceTableSticker,
.woocommerce-page div.product .btPriceTableSticker {
top: 10px;
left: -10px;
right: auto;
z-index: 10;
}
.woocommerce div.product .btPriceTableSticker > div > div,
.woocommerce-page div.product .btPriceTableSticker > div > div {
font-size: .9em;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
margin-bottom: 2em;
}
.woocommerce div.product form.cart .quantity .qty,
.woocommerce-page div.product form.cart .quantity .qty {
width: 8em;
text-align: center;
float: left;
margin-right: 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-page div.product form.cart .single_add_to_cart_button {
vertical-align: middle;
float: left;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
clear: none;
margin-top: 0;
padding: 0;
}
.woocommerce div.product .btProductSKU,
.woocommerce-page div.product .btProductSKU {
display: block;
float: right;
}
.woocommerce div.product .btPriceTableSticker > div > div,
.woocommerce-page div.product .btPriceTableSticker > div > div {
font-size: .9em;
}
.woocommerce div.product .btPriceTableSticker:after,
.woocommerce-page div.product .btPriceTableSticker:after,
.woocommerce div.product .btPriceTableSticker:before,
.woocommerce-page div.product .btPriceTableSticker:before {
left: 0;
right: 0;
border-width: 0 10px 10px 0;
border-color: transparent #a082d2 transparent transparent;
}
.woocommerce div.product .btPriceTableSticker:before,
.woocommerce-page div.product .btPriceTableSticker:before {
border-color: transparent #181A1E transparent transparent;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price {
font-size: 1.25em;
line-height: 1;
margin: 0 0 .5em;
font-family: "Dosis";
}
.woocommerce div.product .entry-summary p.price,
.woocommerce-page div.product .entry-summary p.price {
font-size: 2.5em;
font-weight: 600;
}
.woocommerce div.product .entry-summary p.price ins,
.woocommerce-page div.product .entry-summary p.price ins {
display: block;
margin: 12px 0 0;
}
.woocommerce div.product .single_variation span.price,
.woocommerce-page div.product .single_variation span.price {
font-size: 1.35em;
}
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins {
background: inherit;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
}
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce div.product .posted del .amount,
.woocommerce-page div.product .posted del .amount {
opacity: .5;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock {
color: #5dc2ca;
font-weight: 600;
}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
color: red;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 48%;
margin-bottom: 20px;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
padding-top: 20px;
margin-right: -20px;
}
.woocommerce div.product div.images div.thumbnails .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails .btSingleProductThumb {
float: left;
width: 33.333%;
padding-right: 20px;
margin-bottom: 20px;
}
.woocommerce div.product div.images div.thumbnails .btSingleProductThumb.last,
.woocommerce-page div.product div.images div.thumbnails .btSingleProductThumb.last {
margin-right: 0;
}
.woocommerce div.product div.images div.thumbnails.columns-1 .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails.columns-1 .btSingleProductThumb {
width: 100%;
margin-right: 0;
float: none;
}
.woocommerce div.product div.images div.thumbnails.columns-2 .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails.columns-2 .btSingleProductThumb {
width: 48%;
}
.woocommerce div.product div.images div.thumbnails.columns-4 .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails.columns-4 .btSingleProductThumb {
width: 22.05%;
}
.woocommerce div.product div.images div.thumbnails.columns-5 .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails.columns-5 .btSingleProductThumb {
width: 16.9%;
}
.woocommerce div.product div.images div.thumbnails.columns-6 .btSingleProductThumb,
.woocommerce-page div.product div.images div.thumbnails.columns-6 .btSingleProductThumb {
width: 13%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
margin-bottom: 20px;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
float: right;
width: 48%;
}
.woocommerce div.product div.summary .header.large .btSuperTitle,
.woocommerce-page div.product div.summary .header.large .btSuperTitle {
display: block;
}
.woocommerce div.product .commentTxt .star-rating,
.woocommerce-page div.product .commentTxt .star-rating {
margin: 22px 10px 0 0;
float: right;
}
.woocommerce div.product .woocommerce-variation-description p,
.woocommerce-page div.product .woocommerce-variation-description p {
margin-bottom: 1em;
}
.woocommerce div.product .wc-no-matching-variations,
.woocommerce-page div.product .wc-no-matching-variations {
display: none;
}
.woocommerce div.product .button,
.woocommerce-page div.product .button {
vertical-align: middle;
float: left;
}
.woocommerce div.product .group_table td.label,
.woocommerce-page div.product .group_table td.label {
padding-right: 1em;
padding-left: 1em;
}
.woocommerce div.product .group_table td,
.woocommerce-page div.product .group_table td {
vertical-align: top;
padding-bottom: .5em;
border: 0;
}
.woocommerce div.product a.reset_variations,
.woocommerce-page div.product a.reset_variations {
padding: 0;
font-weight: 700;
text-transform: uppercase;
display: block;
clear: both;
}
.woocommerce div.product a.reset_variations:before,
.woocommerce-page div.product a.reset_variations:before {
content: '\e680';
color: inherit;
font-family: Icon7Stroke;
}
.woocommerce div.product a.reset_variations:hover,
.woocommerce-page div.product a.reset_variations:hover {
color: #5dc2ca;
}
.woocommerce div.product.product-type-grouped .single_add_to_cart_button,
.woocommerce-page div.product.product-type-grouped .single_add_to_cart_button {
float: right !important;
}
.woocommerce .added_to_cart,
.woocommerce-page .added_to_cart {
position: absolute;
bottom: .5em;
right: 10px;
font-family: Dosis;
font-size: .8em;
font-weight: 600;
text-align: center;
}
.woocommerce .variations,
.woocommerce-page .variations {
margin-bottom: 1em;
border: 0;
}
.woocommerce .variations td,
.woocommerce-page .variations td,
.woocommerce .variations th,
.woocommerce-page .variations th {
border: 0;
}
.woocommerce .variations label,
.woocommerce-page .variations label {
font-weight: 700;
}
.woocommerce .variations select,
.woocommerce-page .variations select {
width: 100%;
float: left;
padding: 10px;
}
.woocommerce .variations td,
.woocommerce-page .variations td {
vertical-align: top;
border: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce .woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-page .woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
text-align: center;
margin-bottom: 40px;
margin-top: 20px;
font-family: "Dosis";
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
display: inline-block;
padding: 0;
margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
margin: 0 3px;
display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
margin: 0;
text-decoration: none;
line-height: 1;
font-size: 1.15em;
font-weight: 400;
padding: .6em 1em;
display: block;
min-width: 2.6em;
}
.btHardRoundedButtons.woocommerce nav.woocommerce-pagination ul li a,
.btHardRoundedButtons.woocommerce-page nav.woocommerce-pagination ul li a,
.btHardRoundedButtons.woocommerce nav.woocommerce-pagination ul li span,
.btHardRoundedButtons.woocommerce-page nav.woocommerce-pagination ul li span {
border-radius: 50px;
}
.btSoftRoundedButtons.woocommerce nav.woocommerce-pagination ul li a,
.btSoftRoundedButtons.woocommerce-page nav.woocommerce-pagination ul li a,
.btSoftRoundedButtons.woocommerce nav.woocommerce-pagination ul li span,
.btSoftRoundedButtons.woocommerce-page nav.woocommerce-pagination ul li span {
border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
background: #5dc2ca;
color: #fff;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
vertical-align: top;
}
.woocommerce .woocommerce-ordering .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering .woocommerce-result-count {
margin: 20px 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: right;
}
.woocommerce .woocommerce-ordering .fancy-select,
.woocommerce-page .woocommerce-ordering .fancy-select {
width: 220px;
margin: 0 0 20px;
}
.woocommerce .woocommerce-ordering .fancy-select .options,
.woocommerce-page .woocommerce-ordering .fancy-select .options {
padding: 0;
top: auto;
margin: 1px 0 0;
}
.woocommerce .woocommerce-ordering .fancy-select .options li,
.woocommerce-page .woocommerce-ordering .fancy-select .options li {
margin: 0;
float: none;
}
.woocommerce .btNoStarRating,
.woocommerce-page .btNoStarRating {
display: none !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
content: "\f005\f005\f005\f005\f005";
color: #343839;
letter-spacing: 3px;
opacity: .2;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-family: FontAwesome;
margin: 0;
display: inline-block;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
color: transparent;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
color: #5dc2ca;
}
.header.large .woocommerce .star-rating,
.header.large .woocommerce-page .star-rating {
line-height: inherit;
margin-top: 2px;
}
.widget_recent_reviews .woocommerce .star-rating,
.widget_recent_reviews .woocommerce-page .star-rating {
font-size: 12px;
}
.products .woocommerce .star-rating,
.products .woocommerce-page .star-rating {
margin: 7px 0 0;
}
.woocommerce .widget_recent_reviews li a:after,
.woocommerce-page .widget_recent_reviews li a:after,
.woocommerce .widget_recent_reviews .reviewer:after,
.woocommerce-page .widget_recent_reviews .reviewer:after {
display: table;
content: ' ';
}
.woocommerce p.stars,
.woocommerce-page p.stars {
position: relative;
letter-spacing: .25em;
margin-bottom: 3em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
display: inline-block;
font-weight: 700;
text-indent: -9999px;
position: relative;
border-bottom: 0 !important;
outline: 0;
position: absolute;
top: 0;
left: 0;
}
.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
border-right: 0;
}
.woocommerce p.stars a[class^="star-"]:after,
.woocommerce-page p.stars a[class^="star-"]:after {
font-family: FontAwesome;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
}
.woocommerce p.stars a[class^="star-"].active:after,
.woocommerce-page p.stars a[class^="star-"].active:after,
.woocommerce p.stars a[class^="star-"]:hover:after,
.woocommerce-page p.stars a[class^="star-"]:hover:after {
color: #5dc2ca !important;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
width: 1em;
z-index: 10;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
content: "\f005";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
width: 2em;
z-index: 9;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
content: "\f005\f005";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
width: 3em;
z-index: 8;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
content: "\f005\f005\f005";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
width: 4em;
z-index: 7;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
content: "\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
width: 5em;
border: 0;
z-index: 6;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
content: "\f005\f005\f005\f005\f005";
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
margin: 0;
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
margin: 0;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
margin: 0 0 1.5em;
list-style: none;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: .715em;
line-height: 1;
border-right: 1px dashed #d3ced2;
padding-right: 2em;
margin-left: 0;
padding-left: 0;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after,
.woocommerce .order_details:before,
.woocommerce-page .order_details:before {
content: " ";
display: table;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
border: none;
}
.woocommerce.btLightSkin p.stars a[class^="star-"]:after,
.woocommerce-page.btLightSkin p.stars a[class^="star-"]:after {
color: rgba(0,0,0,.1);
}
.woocommerce.btDarkSkin p.stars a[class^="star-"]:after,
.woocommerce-page.btDarkSkin p.stars a[class^="star-"]:after {
color: rgba(255,255,255,.1);
}
.woocommerce.btHardRoundedButtons div.product form.cart .quantity .qty,
.woocommerce-page.btHardRoundedButtons div.product form.cart .quantity .qty {
margin-right: 1em;
}
.woocommerce.btSoftRoundedButtons div.product form.cart .quantity .qty,
.woocommerce-page.btSoftRoundedButtons div.product form.cart .quantity .qty {
margin-right: 1em;
} .woocommerce-cart table.cart img {
height: auto;
display: block;
margin: 0 auto;
}
.woocommerce-cart table.cart td.actions {
text-align: right;
padding: 1.5em 1em;
}
.woocommerce-cart table.cart td.actions .input-text {
width: 140px;
}
.woocommerce-cart table.cart td.actions .coupon {
float: left;
text-align: left;
min-width: 400px;
}
.woocommerce-cart table.cart td.actions .coupon label {
display: block;
float: left;
margin: .75em 10px 0 0;
line-height: 1.1;
}
.woocommerce-cart input[name="update_cart"] {
float: right;
}
.woocommerce-cart .cart-collaterals {
width: 100%;
}
.woocommerce-cart .cart-collaterals .related {
width: 30.75%;
float: left;
}
.woocommerce-cart .cart-collaterals .cross-sells {
width: 48%;
float: left;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products {
float: none;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li {
width: 48%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator {
width: 48%;
clear: right;
float: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-2 {
width: 47%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
float: right;
width: 48%;
}
.woocommerce-cart form {
margin: 0 0 20px;
}
.woocommerce-cart form table div.quantity input {
width: 70px;
}
.woocommerce-cart form table small.stock {
display: block;
float: none;
}
.woocommerce-cart form .woocommerce-shipping-calculator a {
text-decoration: underline;
}
.woocommerce-cart form .woocommerce-shipping-calculator select {
padding: 10px;
}
.woocommerce-cart form .woocommerce-shipping-calculator .form-row {
padding: 0;
}
.woocommerce-cart table.cart td.product-remove {
width: 3em;
}
.woocommerce-cart table.cart td.product-remove a.remove {
display: inline-block;
font-size: 1.75em;
line-height: .8em;
text-align: center;
vertical-align: middle;
padding: 0;
width: 1em;
height: 1em;
color: #a082d2;
background-color: transparent;
border: 1px solid #a082d2;
border-radius: 50%;
}
.woocommerce-cart table.cart td.product-remove a.remove:hover {
background-color: #a082d2;
color: #fff;
}
.woocommerce-cart table.cart td.product-thumbnail {
width: 100px;
text-align: center;
}
.woocommerce-cart table.cart td.product-thumbnail img {
width: 80px;
height: auto;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-cart .coupon .input-text {
background-color: transparent;
text-transform: uppercase;
display: inline-block;
}
.woocommerce-cart .cart_totals table {
border-top: 1px solid rgba(0,0,0,.07);
}
.woocommerce-cart .cart_totals table th {
width: 25%;
background-color: transparent;
color: inherit;
}
.woocommerce-cart .cart_totals .discount td {
color: #5dc2ca;
}
.woocommerce-cart tr.order-total span.amount {
font-size: 1.6em;
font-weight: 600;
line-height: 1.1;
}
.woocommerce-cart h3#ship-to-different-address {
position: relative;
}
.woocommerce-cart h3#ship-to-different-address label {
display: inline-block;
margin: 0 10px 0 0;
}
.woocommerce-cart input#ship-to-different-address-checkbox {
display: block;
position: absolute;
top: 11px;
width: auto;
right: 0;
} .woocommerce-account .addresses {
margin: 4em 0;
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
content: " ";
display: table;
}
.woocommerce-account .addresses .title h3 {
float: left;
}
.woocommerce-account ul.digital-downloads li .count {
float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads ul.digital-downloads li {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.woocommerce-account header.title:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
.woocommerce-account header.title h3 {
float: left;
}
.woocommerce-account header.title .edit {
display: block;
float: right;
font-size: 14px;
line-height: 1.1;
padding: 0 0 0 22px;
text-transform: uppercase;
font-weight: 700;
color: #5dc2ca;
margin: 10px 0 0 5px;
}
.woocommerce-account header.title .edit:before {
content: '\f040';
font: normal 20px/1 FontAwesome;
display: block;
float: left;
margin: -5px 0 0 -22px;
color: #5dc2ca;
} .woocommerce ul.products li.product {
width: 33.33%;
}
.woocommerce.columns-1 ul.products li.product {
width: 100%;
}
.woocommerce.columns-2 ul.products li.product {
width: 50%;
}
.woocommerce.columns-3 ul.products li.product {
width: 33.33%;
}
.woocommerce.columns-4 ul.products li.product {
width: 25%;
}
.woocommerce.columns-5 ul.products li.product {
width: 20%;
}
.woocommerce.columns-6 ul.products li.product {
width: 16.66%;
}
.woocommerce-page ul.products li.product {
width: 33.33%;
padding: 0 10px;
margin: 10px 0;
}
.woocommerce-page .products ul,
.woocommerce-page ul.products {
margin-left: -10px;
margin-right: 10px;
} .woocommerce-checkout .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%;
}
.woocommerce-checkout .wc-terms-and-conditions label {
display: inline-block !important;
}
.woocommerce-checkout .wc-terms-and-conditions input {
margin-left: 6px !important;
}
.woocommerce-checkout #payment {
border: 2px solid;
padding: 2em;
margin: 4em 0;
}
.btLightSkin .woocommerce-checkout #payment,
.btDarkSkin .btLightSkin .woocommerce-checkout #payment,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce-checkout #payment {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .woocommerce-checkout #payment,
.btLightSkin .btDarkSkin .woocommerce-checkout #payment,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-checkout #payment {
border-color: rgba(255,255,255,.1);
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 4px solid #a082d2;
margin: 0;
list-style: none;
padding-bottom: 2em;
}
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
padding: 0;
font-weight: 400;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
}
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 40px;
margin-left: 10px;
vertical-align: middle;
}
.woocommerce-checkout #payment div.payment_box:before {
content: "";
display: block;
border: 10px solid #dfdcde;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
left: 10px;
top: -20px;
}
.woocommerce-checkout #payment div.payment_box {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 10px;
margin: 10px 0;
background-color: #dfdcde;
}
.woocommerce-checkout #payment div.payment_box span.help {
font-size: .857em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//strongman.org.ua/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment .place-order {
margin: 2em 0 0;
} .products ul,
ul.products {
display: block;
margin: 0;
padding: 0;
}
.products ul li,
ul.products li {
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
}
.products ul li .header.extrasmall,
ul.products li .header.extrasmall {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
padding: 20px 32px 0;
}
.btLightSkin .products ul li .header.extrasmall,
.btDarkSkin .btLightSkin .products ul li .header.extrasmall,
.btLightSkin .btDarkSkin .btLightSkin .products ul li .header.extrasmall,
.btLightSkin ul.products li .header.extrasmall,
.btDarkSkin .btLightSkin ul.products li .header.extrasmall,
.btLightSkin .btDarkSkin .btLightSkin ul.products li .header.extrasmall {
background-color: rgba(255,255,255,.85);
color: #343839;
}
.btDarkSkin .products ul li .header.extrasmall,
.btLightSkin .btDarkSkin .products ul li .header.extrasmall,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li .header.extrasmall,
.btDarkSkin ul.products li .header.extrasmall,
.btLightSkin .btDarkSkin ul.products li .header.extrasmall,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li .header.extrasmall {
background-color: rgba(0,0,0,.85);
color: #fff;
}
.products ul li .header.extrasmall .btSuperTitle,
ul.products li .header.extrasmall .btSuperTitle {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 80%;
font-family: "Montserrat",airal,sans-serif;
font-weight: 400;
font-size: 11px;
letter-spacing: initial;
}
.products ul li .header.extrasmall .btSuperTitle:after,
ul.products li .header.extrasmall .btSuperTitle:after {
display: none;
}
.products ul li .header.extrasmall .btSuperTitle .btArticleCategories a:not(:first-child):before,
ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a:not(:first-child):before {
width: 2px;
height: 2px;
margin: -2px 6px 0 6px;
}
.products ul li .header.extrasmall .btSuperTitle .btArticleCategories a:hover,
ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a:hover {
opacity: .7;
}
.btLightSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btDarkSkin .btLightSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btLightSkin .btDarkSkin .btLightSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btLightSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btDarkSkin .btLightSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btLightSkin .btDarkSkin .btLightSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a {
color: #343839;
}
.btDarkSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btLightSkin .btDarkSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btDarkSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btLightSkin .btDarkSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li .header.extrasmall .btSuperTitle .btArticleCategories a {
color: #fff;
}
.products ul li .header.extrasmall .btSubTitle,
ul.products li .header.extrasmall .btSubTitle {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0;
line-height: 1;
}
.products ul li .header.extrasmall .btSubTitle .star-rating,
ul.products li .header.extrasmall .btSubTitle .star-rating {
display: block;
margin: -1px 0 0;
}
.products ul li .header.extrasmall .btSubTitle .star-rating:before,
.products ul li .header.extrasmall .btSubTitle .star-rating span:before,
ul.products li .header.extrasmall .btSubTitle .star-rating:before,
ul.products li .header.extrasmall .btSubTitle .star-rating span:before {
font-size: 14px;
}
.products ul li .header.extrasmall .dash,
ul.products li .header.extrasmall .dash {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.products ul li .header.extrasmall .dash h4,
ul.products li .header.extrasmall .dash h4 {
font-size: 30px;
font-weight: 400;
color: #fff;
line-height: 1.2;
margin: 0;
}
.products ul li .header.extrasmall .dash h4 .headline,
ul.products li .header.extrasmall .dash h4 .headline {
display: inline-block;
padding: 0 0 10px;
position: relative;
}
.products ul li .header.extrasmall .dash h4 .headline a:hover,
ul.products li .header.extrasmall .dash h4 .headline a:hover {
color: #5dc2ca;
}
.products ul li .header.extrasmall .dash h4 .headline:after,
ul.products li .header.extrasmall .dash h4 .headline:after {
content: ' ';
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 4px;
left: 0;
right: 0;
background-color: #5dc2ca;
}
.products ul li .header.extrasmall .dash:after,
ul.products li .header.extrasmall .dash:after {
margin: 0;
height: 0;
}
.btLightSkin .products ul li .header.extrasmall h4 .headline a,
.btDarkSkin .btLightSkin .products ul li .header.extrasmall h4 .headline a,
.btLightSkin .btDarkSkin .btLightSkin .products ul li .header.extrasmall h4 .headline a,
.btLightSkin ul.products li .header.extrasmall h4 .headline a,
.btDarkSkin .btLightSkin ul.products li .header.extrasmall h4 .headline a,
.btLightSkin .btDarkSkin .btLightSkin ul.products li .header.extrasmall h4 .headline a {
color: #343839;
}
.btDarkSkin .products ul li .header.extrasmall h4 .headline a,
.btLightSkin .btDarkSkin .products ul li .header.extrasmall h4 .headline a,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li .header.extrasmall h4 .headline a,
.btDarkSkin ul.products li .header.extrasmall h4 .headline a,
.btLightSkin .btDarkSkin ul.products li .header.extrasmall h4 .headline a,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li .header.extrasmall h4 .headline a {
color: #fff;
}
.products ul li span.price,
ul.products li span.price {
position: absolute;
width: 88px;
height: 88px;
z-index: 20;
border-radius: 50%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
top: 30px;
right: 30px;
padding: 3px;
color: #fff;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
font-weight: 100;
text-align: center;
line-height: 1.1;
font-size: 18px;
font-family: 'Dosis',arial,sans-serif;
}
.products ul li span.price ins,
ul.products li span.price ins {
text-decoration: none;
}
.products ul li span.price ins span.amount,
ul.products li span.price ins span.amount {
font-weight: 700;
font-size: 20px;
}
.products ul li span.price del,
ul.products li span.price del {
font-weight: 100;
font-size: 16px;
opacity: .8;
}
.products ul li:nth-child(4n + 1) span.price,
ul.products li:nth-child(4n + 1) span.price {
background-color: #5dc2ca;
}
.products ul li:nth-child(4n + 2) span.price,
ul.products li:nth-child(4n + 2) span.price {
background-color: #a082d2;
}
.products ul li:nth-child(4n + 3) span.price,
ul.products li:nth-child(4n + 3) span.price {
background-color: #ffba52;
}
.products ul li:nth-child(4n + 4) span.price,
ul.products li:nth-child(4n + 4) span.price {
background-color: #eb6ea6;
}
.products ul li a.btBtn,
.products ul li .btPriceTableSticker,
ul.products li a.btBtn,
ul.products li .btPriceTableSticker {
display: none;
}
.products ul li .btPriceTableSticker,
ul.products li .btPriceTableSticker {
display: block;
top: 10px;
right: auto;
left: -10px;
z-index: 10;
}
.products ul li .btPriceTableSticker > div > div,
ul.products li .btPriceTableSticker > div > div {
font-size: .9em;
}
.products ul li .btPriceTableSticker:after,
.products ul li .btPriceTableSticker:before,
ul.products li .btPriceTableSticker:after,
ul.products li .btPriceTableSticker:before {
left: 0;
right: 0;
border-width: 0 10px 10px 0;
border-color: transparent #a082d2 transparent transparent;
}
.products ul li .btPriceTableSticker:before,
ul.products li .btPriceTableSticker:before {
border-color: transparent #181A1E transparent transparent;
}
.woocommerce .products ul li.first,
.woocommerce ul.products li.first {
clear: both;
}
.products ul .bpbItem .btImage img,
ul.products .bpbItem .btImage img {
max-width: none;
width: 100%;
height: auto;
border: none;
}
.products ul:after,
ul.products:after {
content: ' ';
clear: both;
display: table;
width: 100%;
} .btLightSkin .woocommerce-shipping-calculator select,
.btDarkSkin .btLightSkin .woocommerce-shipping-calculator select,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce-shipping-calculator select {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .woocommerce-shipping-calculator select,
.btLightSkin .btDarkSkin .woocommerce-shipping-calculator select,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-shipping-calculator select {
border: 1px solid rgba(255,255,255,.1);
} .woocommerce-page .bpgPhoto .captionPane .captionTable .captionCell .captionTxt:before {
margin: 0;
}
.woocommerce-page .products ul li span.price,
.woocommerce-page ul.products li span.price {
width: 60px;
height: 60px;
font-size: 14px;
top: 10px;
right: 20px;
}
.woocommerce-page .products ul li span.price del,
.woocommerce-page ul.products li span.price del {
font-size: 12px;
}
.woocommerce-page .products ul li span.price ins span.amount,
.woocommerce-page ul.products li span.price ins span.amount {
font-size: 14px;
}
.woocommerce-page .products ul li .btPriceTableSticker,
.woocommerce-page ul.products li .btPriceTableSticker {
left: 0;
top: 10px;
}
.woocommerce-page .products ul li .btPriceTableSticker > div > div,
.woocommerce-page ul.products li .btPriceTableSticker > div > div {
font-size: .7em;
}
.woocommerce-page .products ul li .header,
.woocommerce-page ul.products li .header {
position: relative;
}
.woocommerce-page .products ul li .header.extrasmall,
.woocommerce-page ul.products li .header.extrasmall {
padding: 20px 0 0;
display: block;
width: 100%;
max-width: 100%;
background: transparent;
}
.woocommerce-page .products ul li .header.extrasmall .btSuperTitle,
.woocommerce-page ul.products li .header.extrasmall .btSuperTitle {
display: block;
max-width: 100%;
}
.woocommerce-page .products ul li .header.extrasmall .dash h4,
.woocommerce-page ul.products li .header.extrasmall .dash h4 {
font-size: 24px;
margin: 10px 0 0;
}
.woocommerce-page .products ul li .header.extrasmall .dash h4 .headline:after,
.woocommerce-page ul.products li .header.extrasmall .dash h4 .headline:after {
display: none;
}
.woocommerce-page .products ul li a.btBtn,
.woocommerce-page ul.products li a.btBtn {
display: inline-block;
text-transform: uppercase;
margin: 15px 0 0;
position: relative;
z-index: 2;
background: #5dc2ca;
color: #fff;
border: 2px solid #5dc2ca;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.woocommerce-page .products ul li a.btBtn:hover,
.woocommerce-page ul.products li a.btBtn:hover {
background: transparent;
color: #5dc2ca;
}
.btHardRoundedButtons .products ul .btPriceTableSticker,
.btHardRoundedButtons ul.products .btPriceTableSticker,
.btHardRoundedButtons.single-product .btPriceTableSticker {
border-radius: 50px 50px 50px 0;
}
.btSoftRoundedButtons .products ul .btPriceTableSticker,
.btSoftRoundedButtons ul.products .btPriceTableSticker,
.btSoftRoundedButtons.single-product .btPriceTableSticker {
border-radius: 5px 5px 5px 0;
} .btQuoteBooking {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
transition: opacity 400ms ease;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
}
.btQuoteBooking *,
.btQuoteBooking *:after,
.btQuoteBooking *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btQuoteBooking:after {
content: " ";
display: table;
clear: both;
width: 100%;
}
.btQuoteBooking .btQuoteBookingForm {
margin: 0;
}
.btQuoteBooking .btTotalQuoteContactGroup {
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
max-height: 0;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
margin: 30px 0 0;
pointer-events: none;
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
opacity: 1;
max-height: 1000px;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
transition-delay: 400ms;
pointer-events: all;
} .btQuoteBooking .btTotalNextWrapper {
display: block;
width: 100%;
padding-right: 0;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
}
.btQuoteBooking .btTotalNextWrapper:after {
content: " ";
display: block;
width: 100%;
clear: both;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
padding-right: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
display: block;
padding: 0;
width: 140px;
float: right;
margin-right: -130px;
margin-left: -100%;
}
.btQuoteBooking .btContactNext {
font-family: Dosis;
margin: 0 0 0 30px;
line-height: 2.25;
border: #5dc2ca 2px solid;
color: #5dc2ca;
text-transform: uppercase;
font-weight: 900;
display: inline-block;
padding: 0 30px 0 30px;
background: transparent;
cursor: pointer;
font-size: 20px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
opacity: 0;
-webkit-transform: translate(500px,0);
-moz-transform: translate(500px,0);
-ms-transform: translate(500px,0);
transform: translate(500px,0);
white-space: nowrap;
}
.btQuoteBooking .btContactNext:focus {
outline: 0;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
opacity: 1;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
width: 100%;
}
.btQuoteBooking .btContactNext:hover,
.btQuoteBooking .btContactNext:active {
background-color: #5dc2ca !important;
color: #fff !important;
}
.btQuoteBooking .btContactNext:hover:after,
.btQuoteBooking .btContactNext:active:after {
margin: 0 7px 0 10px;
-webkit-transition: margin 200ms ease;
-moz-transition: margin 200ms ease;
transition: margin 200ms ease;
}
.btQuoteBooking .btContactNext:active {
-webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset,0 -2px 10px rgba(0,0,0,.4);
box-shadow: 0 0 0 rgba(0,0,0,.1) inset,0 -2px 10px rgba(0,0,0,.4);
} .btQuoteBooking .btQuoteItem {
padding: 0 0 0 220px;
margin: 0 0 30px;
}
.btQuoteBooking .btQuoteItem label {
display: block;
float: left;
width: 220px;
margin: 8px 0 0 -220px;
padding-right: 20px;
}
.btQuoteBooking .btQuoteSlider {
float: left;
margin: 0;
width: 100%;
}
.btQuoteBooking .btQuoteSwitch {
float: left;
margin: 0;
width: 76px;
height: 38px;
cursor: pointer;
padding: 5px;
border-radius: 19px;
-webkit-transition: box-shadow 380ms ease;
-moz-transition: box-shadow 380ms ease;
transition: box-shadow 380ms ease;
}
.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(255,255,255,.2);
}
.btQuoteBooking .btQuoteSwitch:hover {
-webkit-box-shadow: 0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
width: 26px;
height: 26px;
border-radius: 50%;
-webkit-transition: all 190ms cubic-bezier(.8,.1,.8,.1);
-moz-transition: all 190ms cubic-bezier(.8,.1,.8,.1);
transition: all 190ms cubic-bezier(.8,.1,.8,.1);
}
.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(255,255,255,.2);
}
.btLightSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btDarkSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
margin-left: 38px;
background: #5dc2ca;
}
.btQuoteBooking .btQuoteItemInput {
text-align: center;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger {
text-align: left;
color: #b4b4b4;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
color: #333;
} .btQuoteBooking input[type="text"],
.btQuoteBooking input[type="email"],
.btQuoteBooking input[type="password"],
.btQuoteBooking textarea,
.btQuoteBooking .fancy-select .trigger {
width: 100%;
display: block;
line-height: 2;
min-height: 38px;
padding: 0 12px;
background-color: transparent;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
outline: none;
font-size: .8em;
}
.btQuoteBooking .btQuoteItem textarea {
resize: vertical;
color: #000;
padding: 0 12px 0 12px;
min-height: 160px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
min-height: 38px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
-webkit-box-shadow: 0 0 4px 0 #5dc2ca;
box-shadow: 0 0 4px 0 #5dc2ca;
min-height: 38px;
}
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
border: 1px solid #343839;
}
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
border: 1px solid #fff;
} .btQuoteBooking .btQuoteItem:after {
content: ' ';
display: table;
width: 100%;
clear: both;
} .btQuoteWrapper {
position: relative;
padding: 0 17px;
}
.btQuoteWrapper:before {
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
.btQuoteWrapper:after {
content: ' ';
clear: both;
width: 100%;
display: table;
}
.btQuoteBooking .ui-slider {
position: relative;
text-align: left;
border: 0;
}
.btQuoteBooking .ui-slider:hover {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btQuoteWrapper:before {
content: ' ';
display: block;
position: absolute;
height: 20px;
left: 0;
right: 0;
top: 50%;
margin: -8px 0 0;
border-radius: 10px;
}
.btLightSkin .btQuoteWrapper:before,
.btDarkSkin .btLightSkin .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteWrapper:before {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btQuoteWrapper:before,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteWrapper:before {
border: 1px solid rgba(255,255,255,.2);
} .btQuoteBooking .btQuoteWrapper:hover:before {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 1px 5px rgba(0,0,0,.2);
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
} .btQuoteBooking .ui-slider .ui-slider-handle {
display: block;
position: absolute;
z-index: 2;
min-width: 38px;
height: 38px;
-ms-touch-action: none;
touch-action: none;
background: #5dc2ca;
cursor: w-resize;
cursor: -webkit-grab;
cursor: -moz-grab;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 rgba(0,0,0,.5),0 0 0 0 rgba(0,0,0,.2) inset;
box-shadow: 0 0 0 rgba(0,0,0,.5),0 0 0 0 rgba(0,0,0,.2) inset;
-webkit-transition: all 190ms ease;
-moz-transition: all 190ms ease;
transition: all 190ms ease;
}
.btQuoteBooking .btQuoteSliderValue {
min-width: 34px;
height: 38px;
line-height: 38px;
padding: 0 2px;
font-size: 11px;
font-weight: 700;
color: #FFF;
text-align: center;
display: block;
} .btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover {
-webkit-box-shadow: 0 0 0 rgba(0,0,0,.5),0 0 0 3px rgba(0,0,0,.2) inset;
box-shadow: 0 0 0 rgba(0,0,0,.5),0 0 0 3px rgba(0,0,0,.2) inset;
} .btQuoteBooking .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
} .btQuoteBooking .ui-slider-horizontal {
height: 20px;
margin-top: 10px;
cursor: pointer;
}
.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
top: -10px;
margin-left: -18px;
}
.btQuoteBooking .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.btQuoteBooking .ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.btQuoteBooking .ui-slider-horizontal .ui-slider-range-max {
right: 0;
} .btQuoteBooking .ui-slider-vertical {
min-width: 34px;
height: 100px;
}
.btQuoteBooking .ui-slider-vertical .ui-slider-handle {
left: 0;
margin-left: 0;
margin-bottom: -18px;
}
.btQuoteBooking .ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.btQuoteBooking .ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.btQuoteBooking .ui-slider-vertical .ui-slider-range-max {
top: 0;
} .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
font-weight: bold;
padding: 0;
text-align: right;
color: #FFF;
background: #5dc2ca;
font-family: Dosis;
line-height: 1.8;
display: block;
width: 100%;
float: left;
}
.btQuoteBooking .btQuoteTotalText {
margin-right: 1em;
} .btQuoteBooking .btQuoteTotalCurrency {
font-size: 22px;
line-height: 1.8;
display: inline-block;
background: rgba(0,0,0,.25);
padding: 5px 3px 5px 20px;
}
.btQuoteBooking .btQuoteTotalCalc {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
font-size: 22px;
line-height: 1.8;
display: inline-block;
background: rgba(0,0,0,.25);
padding: 5px 20px 5px 3px;
} .btQuoteBooking .btQuoteItem ul.options {
text-align: left;
} .btQuoteBooking .btQuoteContact {
margin: 0 -10px 0 -10px;
} .btQuoteBooking .btQuoteContact .btQuoteItem {
padding: 0 10px;
float: left;
width: 50%;
} .btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
clear: left;
} .btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
float: none;
width: auto;
} .btQuoteBooking .btQuoteContact .boldBtn {
clear: left;
margin: 0;
text-align: center;
white-space: normal;
}   .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
border: 1px solid #5dc2ca;
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
border: 1px solid #5dc2ca;
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset;
box-shadow: 0 0 0 1px #5dc2ca inset;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset,0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 1px #5dc2ca inset,0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset,0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 1px #5dc2ca inset,0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset,5px 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 1px #5dc2ca inset,5px 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
-webkit-box-shadow: 0 0 0 1px #5dc2ca inset,5px 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 1px #5dc2ca inset,5px 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
} .btQuoteBooking .btSubmitMessage {
color: #5dc2ca;
font-weight: 600;
text-align: center;
line-height: 30px;
height: 30px;
} .btDatePicker {
z-index: 10000 !important;
width: 300px;
}
.btDatePicker table th,
.btDatePicker table td {
border: 1px solid #e0e0e0;
}
.btDatePicker .ui-datepicker-header {
display: block;
padding: 10px;
overflow: hidden;
background-color: #5dc2ca;
color: #FFF;
}
.btDatePicker table.ui-datepicker-calendar {
width: 100%;
text-align: center;
border-collapse: collapse;
margin: 0;
padding: 0;
line-height: 1.2;
background-color: #f2f2f2;
} .btDatePicker table.ui-datepicker-calendar th {
padding: 10px 8px;
font-size: 14px;
font-weight: 600;
color: #333;
text-align: center;
} .btDatePicker a.ui-datepicker-prev,
.btDatePicker a.ui-datepicker-next {
display: block;
font-size: 10px;
font-weight: 700;
line-height: 1;
background-color: #FFF;
padding: 2px 4px;
text-transform: uppercase;
cursor: pointer;
}
.btDatePicker a.ui-datepicker-prev {
float: left;
}
.btDatePicker a.ui-datepicker-next {
float: right;
} .btDatePicker a.ui-datepicker-prev:hover,
.btDatePicker a.ui-datepicker-next:hover {
color: #bbb;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
} .btDatePicker .ui-datepicker-title {
text-align: center;
font-size: 14px;
line-height: 1.1;
font-weight: 600;
color: #FFF;
} .btDatePicker#ui-datepicker-div {
background-color: #f2f2f2;
border: 1px solid rgba(0,0,0,.1);
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
box-shadow: 0 2px 10px rgba(0,0,0,.2);
margin-top: 1px;
} .btDatePicker .ui-datepicker-calendar td {
font-size: 12px;
font-weight: 500;
line-height: 1;
padding: .3em;
text-align: center;
} .btDatePicker table.ui-datepicker-calendar td a {
color: #666;
width: 18px;
height: 18px;
line-height: 18px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
} .btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
font-weight: bold;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
} .btDatePicker table td:hover {
cursor: pointer;
}
.btDatePicker table td:hover {
background: #e0e0e0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
} .btQuoteBooking .btDropDown .dd {
position: relative;
}
.btQuoteBooking .ddChild {
position: absolute;
left: 0 !important;
right: 0 !important;
margin: -1px 0 0;
}
.btQuoteBooking .ddChild {
position: absolute !important;
} .btQuoteBooking .ddChild {
border: 1px solid;
overflow-y: auto;
margin: 1px 0 0;
}
.btLightSkin .btQuoteBooking .ddChild,
.btDarkSkin .btLightSkin .btQuoteBooking .ddChild,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddChild {
background-color: #fff;
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .ddChild,
.btLightSkin .btDarkSkin .btQuoteBooking .ddChild,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddChild {
background-color: #181A1E;
border-color: rgba(255,255,255,.2);
}
.btQuoteBooking .ddChild ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.btQuoteBooking .ddChild ul li {
display: table;
width: 100%;
min-height: 38px;
margin: 0;
padding: 0 37px 0 0;
cursor: pointer;
line-height: 1.2;
border-top: 1px solid;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.btLightSkin .btQuoteBooking .ddChild ul li,
.btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li {
border-color: rgba(0,0,0,.1);
color: #343839;
}
.btDarkSkin .btQuoteBooking .ddChild ul li,
.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li {
border-color: rgba(255,255,255,.2);
color: #fff;
}
.btQuoteBooking .ddChild ul li span {
display: block;
padding: 0 12px;
line-height: 2;
}
.btQuoteBooking .ddChild ul li span.description {
line-height: 1.5;
margin-top: -.3em;
margin-bottom: .3em;
} .btQuoteBooking .ddChild ul li:hover,
.btQuoteBooking .ddChild ul li.selected:hover {
color: #FFF;
background: #5dc2ca;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
} .btQuoteBooking .ddChild ul li:first-child,
.btQuoteBooking .ddChild ul li:first-child:hover {
border-top: none;
color: #666;
background: none;
}
.btQuoteBooking .ddOutOfVision {
position: absolute;
height: 0;
width: 0;
overflow: hidden;
} .btQuoteBooking .ddItem {
display: table;
width: 100%;
margin: 1px 0 0;
padding: 0;
font-size: 14px;
line-height: 1.1;
} .btQuoteBooking .ddTitleText {
display: table;
width: 100%;
}
.btQuoteBooking .ddTitleText span,
.btQuoteBooking .ddChild ul li span {
display: table-cell;
vertical-align: middle;
text-align: left;
font-size: .8em;
}
.btQuoteBooking .ddTitleText span span,
.btQuoteBooking .ddChild ul li span span,
.btQuoteBooking .ddChild ul li:hover span span,
.btQuoteBooking .ddChild ul li.selected:hover span span {
display: block;
padding: 0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
font-size: .75em;
}
.btLightSkin .btQuoteBooking .ddTitleText span span,
.btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText span span,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText span span,
.btLightSkin .btQuoteBooking .ddChild ul li span span,
.btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li span span,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li span span,
.btLightSkin .btQuoteBooking .ddChild ul li:hover span span,
.btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li:hover span span,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li:hover span span,
.btLightSkin .btQuoteBooking .ddChild ul li.selected:hover span span,
.btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li.selected:hover span span,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddChild ul li.selected:hover span span {
color: #343839;
}
.btDarkSkin .btQuoteBooking .ddTitleText span span,
.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText span span,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText span span,
.btDarkSkin .btQuoteBooking .ddChild ul li span span,
.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li span span,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li span span,
.btDarkSkin .btQuoteBooking .ddChild ul li:hover span span,
.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li:hover span span,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li:hover span span,
.btDarkSkin .btQuoteBooking .ddChild ul li.selected:hover span span,
.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li.selected:hover span span,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddChild ul li.selected:hover span span {
color: #fff;
opacity: .5;
}
.btQuoteBooking .ddChild span {
padding: 8px 12px;
}
.btQuoteBooking .ddTitleText span {
padding: 0 12px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
padding: 0 37px 0 0;
border: 1px solid rgba(0,0,0,.1);
}
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
background-color: #fff;
border-color: rgba(0,0,0,.1);
}
.btLightSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel,
.btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
color: #343839;
}
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
background-color: #181A1E;
border-color: rgba(255,255,255,.2);
}
.btDarkSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel,
.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
color: #fff;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
background-color: #fff;
border: 1px solid #999;
padding: 0 37px 0 0;
}
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
background-color: #fff;
}
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
background-color: #181A1E;
} .btQuoteBooking .ddlabel,
.btQuoteBooking .description {
width: 100%;
}
.btNotSelected {
min-height: 38px;
}
.btNotSelected .ddlabel {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .btQuoteBooking .ddTitleText .ddImage,
.btQuoteBooking .ddChild ul li .ddImage {
text-align: center;
padding: 12px;
padding-right: 0;
}
.btQuoteBooking .ddTitleText .ddImage img,
.btQuoteBooking .ddChild ul li .ddImage img {
display: block;
width: auto;
max-width: 50px !important;
}  .btQuoteBooking .ddTitleText .ddlabel {
width: 100%;
line-height: 2;
font-size: .8em;
}
.btLightSkin .btQuoteBooking .ddTitleText .ddlabel,
.btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText .ddlabel,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddTitleText .ddlabel {
color: #343839;
}
.btDarkSkin .btQuoteBooking .ddTitleText .ddlabel,
.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText .ddlabel,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText .ddlabel {
color: #fff;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
line-height: 1.5;
margin-top: -.3em;
margin-bottom: .3em;
}
.btQuoteBooking .ddTitle {
position: relative;
cursor: pointer;
} .btQuoteBooking .ddTitle .arrow {
display: block;
position: absolute;
right: 35px;
top: 50%;
margin-top: -12px;
} .btQuoteBooking .ddTitle .arrow:before {
content: '\e688';
font-family: Icon7Stroke;
display: block;
float: right;
width: 35px;
height: 25px;
line-height: 25px;
font-size: 32px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
text-align: center;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
margin: 0 -35px 0 0;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btQuoteBooking .borderRadiusTp .ddTitle .arrow:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
} .btQuoteBooking .btContactSubmit {
font-family: inherit;
cursor: pointer;
background-color: #5dc2ca;
font-family: Dosis;
color: #fff;
line-height: 1.1;
padding: 14px 40px;
font-weight: 700;
font-size: 20px;
opacity: 1;
border: 2px solid #5dc2ca;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
text-transform: uppercase;
}
.btQuoteBooking .btContactSubmit:focus {
outline: 0;
} .btQuoteBooking .btContactSubmit:hover {
background-color: transparent;
color: #5dc2ca;
} @media (max-width: 1024px) {
.btQuoteBooking .btQuoteContact .btQuoteItem {
float: none;
width: auto;
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
max-height: 1000px;
}
.btQuoteBooking .btQuoteContact {
margin-left: -10px;
}
} @media (max-width: 650px) {
.btQuoteBooking .btQuoteItem label {
display: block;
float: none;
margin: 0 0 8px;
width: auto;
}
.btQuoteBooking .btQuoteItem {
margin: 0 0 20px;
padding: 0;
}
} @media (max-width: 440px) {
.btQuoteBooking .ddTitleText .ddImage img,
.btQuoteBooking .ddChild ul li .ddImage img {
display: block;
width: auto;
margin: 0 auto;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
padding: 0;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
-moz-transition: all 400ms ease;
transition: all 400ms ease;
-webkit-transition: all 400ms ease;
height: 60px;
overflow: hidden;
padding-top: 10px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
display: block;
width: 100%;
float: none;
text-align: center;
margin: 0;
height: 0;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
clear: both;
overflow: hidden;
padding: 0;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal,
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: block;
width: 100%;
float: none;
margin-bottom: 20px;
height: 50px;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
.btQuoteBooking .btQuoteBookingForm .btContactNext {
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
margin-left: auto;
}
.btQuoteBooking .btContactBack,
.btQuoteBooking .btContactSubmit {
margin: 0 auto 20px auto;
clear: both;
display: block;
}
.btPayPalButton {
margin: 0 !important;
float: none;
}
} .btQuoteBooking *::-webkit-input-placeholder {
font-family: inherit;
color: #a9a9a9;
}
.btQuoteBooking *:-moz-placeholder {
font-family: inherit;
color: #a9a9a9;
}
.btQuoteBooking *::-moz-placeholder {
font-family: inherit;
color: #a9a9a9;
}
.btQuoteBooking *:-ms-input-placeholder {
font-family: inherit;
color: #a9a9a9;
} .btQuoteBooking .g-recaptcha {
margin-bottom: 30px;
}
.btQuoteBooking .g-recaptcha > div > div {
margin: auto;
} .btPayPalButton {
display: inline-block;
margin: 0 0 0 30px;
background: transparent;
border: rgba(0,0,0,.1) 2px solid;
margin-right: -100%;
width: 130px;
height: 49px;
cursor: pointer;
-webkit-transition: box-shadow 380ms ease;
-moz-transition: box-shadow 380ms ease;
transition: box-shadow 380ms ease;
background-position: center center;
background-size: 70%;
background-repeat: no-repeat;
}
.btPayPalButton:hover {
-webkit-box-shadow: 0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 #5dc2ca inset,0 1px 5px rgba(0,0,0,.2);
}
.btPayPalForm {
width: 0;
height: 0;
overflow: hidden;
}
.btHardRoundedButtons .btContactSubmit,
.btHardRoundedButtons .btQuoteTotal,
.btHardRoundedButtons .btContactNext,
.btHardRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .ddTitleText .ddImage img,
.btHardRoundedButtons .btQuoteBooking .ddChild ul li .ddImage img {
border-radius: 50px;
}
.btHardRoundedButtons .btQuoteTotal {
overflow: hidden;
}
.btSoftRoundedButtons .btContactSubmit,
.btSoftRoundedButtons .btQuoteTotal,
.btSoftRoundedButtons .btContactNext,
.btSoftRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .ddTitleText .ddImage img,
.btSoftRoundedButtons .btQuoteBooking .ddChild ul li .ddImage img {
border-radius: 5px;
}
.btSoftRoundedButtons .btQuoteTotal {
overflow: hidden;
}
@media (max-width: 1250px) {
.slick-slider h4.nbs.nsNext {
right: 0;
}
.slick-slider h4.nbs.nsPrev {
left: 0;
}
.slick-slider h4.nbs a {
height: 54px;
}
.slick-slider h4.nbs a:before {
-webkit-flex: 0 0 34px;
-ms-flex: 0 0 34px;
flex: 0 0 34px;
width: 34px;
}
.slick-slider h4.nbs span {
display: none;
}
}
@media (max-width: 1199px) {
.gutter .port {
width: 100%;
max-width: none;
padding-left: 30px;
padding-right: 30px;
}
.btSlideGutter {
max-width: none;
}
.btSlideGutter .btSlidePane {
padding-left: 60px;
padding-right: 60px;
}
.btGridOverlay .container {
padding: 0 10px;
}
.btWithSidebar.btSidebarRight .btSidebar {
padding-right: 20px;
padding-left: 0;
}
.btWithSidebar.btSidebarLeft .btSidebar {
padding-left: 20px;
padding-right: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose {
right: 30px;
}
.btMenuVerticalRight .btVerticalMenuTrigger {
margin: 0;
}
.slided .slick-dots {
bottom: 20px;
}
.slided .btBtn + .btBtn {
margin-top: 5px;
}
}
@media (max-width: 1199px) {
.btCounterHolder,
.btCounterHolder.btCounterLargeSize {
font-size: 3.5em;
}
.slidedVariable .slick-list {
z-index: 1;
}
.widget_shopping_cart .buttons .button {
width: 100%;
}
.widget_shopping_cart .buttons .button.checkout {
margin-top: 10px;
}
.widget_price_filter .price_slider_amount .button {
float: none;
width: 100%;
} h1 {
font-size: 4em;
}
.header.huge {
font-size: 13px;
}
.header.extralarge {
font-size: 14px;
} }
@media (max-width: 992px) {
.neighboringArticles .btTextLeft h4.nsPrev {
margin-bottom: 10px;
}
.neighboringArticles .btTextLeft:after {
content: ' ';
clear: both;
display: table;
width: 100%;
height: 2px;
margin-bottom: 10px;
}
.btLightSkin .neighboringArticles .btTextLeft:after,
.btDarkSkin .btLightSkin .neighboringArticles .btTextLeft:after,
.btLightSkin .btDarkSkin .btLightSkin .neighboringArticles .btTextLeft:after {
background-color: rgba(0,0,0,.07);
}
.btDarkSkin .neighboringArticles .btTextLeft:after,
.btLightSkin .btDarkSkin .neighboringArticles .btTextLeft:after,
.btDarkSkin.btLightSkin .btDarkSkin .neighboringArticles .btTextLeft:after {
background-color: 1px solid rgba(255,255,255,.2);
} .btHighlight > .rowItemContent {
margin-bottom: 1em;
} .rowItem.btDoublePadding .rowItemContent {
padding: 0 20px;
}
.btArticleListItem {
margin-bottom: 40px;
}
.btArticleListItem .btArticleFooter .btReadArticle,
.btArticleListItem .btArticleFooter .btShareArticle {
text-align: center;
padding-top: 0;
}
.btArticleListItem .btArticleFooter .btReadArticle {
margin: 10px 0 0;
}
.btArticleListItem .btArticleFooter .btReadArticle a.btBtn.btContinueReading {
margin: 0 auto;
}
.btArticleListItem .btArticleFooter .btShareArticle:before {
width: 65px;
height: 1px;
content: ' ';
display: block;
margin: 0;
}
.btArticleListItem .btArticleFooter .shareRowItem,
.btArticleListItem .btArticleFooter .tagsRowItem {
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
}
.btArticleListItem .btArticleFooter .shareRowItem .btTags ul li,
.btArticleListItem .btArticleFooter .tagsRowItem .btTags ul li {
float: none;
}
.btShowTitle {
padding: 15px 15px 20px;
}
.btShowTitle .header.small {
margin: 0;
}
.btShowTitle .header.small h4 {
font-size: 1.375em;
margin: 0 0 -20px;
}
.btShowTitle .header.small h4 span.headline {
padding: 0 0 20px;
}
.btShowTitle .header.small .btSuperTitle {
margin-bottom: .625em;
font-size: 10px;
line-height: 18px;
}
.btShowTitle .header.small .btArticleCategories:not(:last-child):after,
.btShowTitle .header.small .btArticleComments:not(:last-child):after,
.btShowTitle .header.small .btArticleAuthor:not(:last-child):after,
.btShowTitle .header.small .btArticleDate:not(:last-child):after {
padding: 0 .2em;
font-size: 18px;
line-height: 18px;
}
.btCommentsBox ul.children {
margin: 0 0 0 15px;
}
.btCommentsBox ul.children ul.children {
margin: 0 0 0 15px;
}
}
@media (max-width: 768px) {
.btContent,
.btSidebar {
width: auto;
float: none;
}
.btWithSidebar.btSidebarLeft .btSidebar,
.btWithSidebar.btSidebarRight .btSidebar {
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
float: none;
}
.btWithSidebar.btSidebarLeft .btContent,
.btWithSidebar.btSidebarRight .btContent {
float: none;
}
.btCounterHolder,
.btCounterHolder.btCounterLargeSize {
font-size: 2.5em;
}
.btGhost .btSlidePane .btArticleMeta {
display: none;
}
.portfolioItem .btTextRight .btArticleMeta {
text-align: left;
}
.btGoogleMapsWrapper .btGoogleMapsContainer,
.btGoogleMapsWrapper .btGoogleMapsContainer.btGoogleMapsContainerWithContent {
height: 400px !important;
position: relative;
}
.btGoogleMapsWrapper .btGoogleMapsContent {
position: relative;
clear: both;
width: auto !important;
margin: 30px !important;
right: 0 !important;
left: 0 !important;
top: 0 !important;
padding: 2em 0;
}
.btGoogleMapsWrapper .btGoogleMapsContent .btGoogleMapsWrap {
width: 100%;
float: none;
position: relative;
} body {
font-size: 14px;
}
h1 {
font-size: 3.6em;
}
h2 {
font-size: 2.7em;
}
h3 {
font-size: 2em;
}
h4 {
font-size: 1.8em;
}
h5 {
font-size: 1.5em;
}
.header.huge {
font-size: 12px;
}
.btDash.topDash .btSuperTitle:before,
.btDash.topDash .btSuperTitle:after {
min-width: 2.5em;
}
.header.small {
font-size: 15px;
}
.header.small .btSuperTitle {
font-size: .8em;
}
.header.extrasmall h4 {
font-size: 1.225em;
} .btSidebarLeft .btContent,
.btSidebarRight .btContent {
float: none;
padding: 0;
}
.tagsRowItem.btTextLeft,
.shareRowItem.btTextRight {
text-align: center;
}
.tagsRowItem.btTextLeft .btTags ul li {
float: none;
}
.tagsRowItem.btTextLeft + .shareRowItem.btTextRight {
padding-top: 20px;
padding-bottom: 10px;
clear: left;
}
}
@media (max-width:620px) {
.btHasAuthorInfo .btArticleListBody {
padding-left: 0;
clear: both;
}
.btHasAuthorInfo .articleSideGutter {
position: relative;
left: 0;
width: auto;
padding-bottom: .5em;
}
.btHasAuthorInfo .asgItem.avatar {
width: 45px;
float: left;
}
.btSliderTwoServices {
width: 100%;
}
.btSearchInner.btFromTopBox form {
height: 46px;
margin: -23px 10% 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.btIcoMediumSize {
line-height: 80px;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.btIcoMediumSize .btIcoHolder:before {
font: 80px/1 Icon7Stroke;
}
.btSearchInner.btFromTopBox input[type="text"] {
padding: 0 62px 0 0;
height: 60px;
font-size: 38px;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
border-bottom: 3px solid rgba(0,0,0,.1);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
border-bottom: 3px solid rgba(255,255,255,.1);
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
border-bottom: 3px solid #5dc2ca;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
border-bottom: 3px solid #5dc2ca;
}
.btSearchInner.btFromTopBox button {
width: 56px;
height: 60px;
}
.btSearchInner.btFromTopBox button:before {
font: 40px/1 Icon7Stroke;
}
.neighboringArticles h4.nbs .nbsImage {
display: none;
}
.neighboringArticles h4.nbs a {
height: auto;
}
.neighboringArticles h4.nbs a .nbsItem .nbsTitle {
font-size: .8em;
}
.neighboringArticles h4.nbs a:before {
-webkit-flex: 0 0 30px;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
width: 30px;
line-height: 1;
}
.btCommentsBox ul.comments ul article {
padding: 0;
}
.btCommentsBox ul.children {
margin: 0 0 0 10px;
}
.btCommentsBox ul.children ul.children {
margin: 0 0 0 10px;
}
.btCommentsBox .vcard h5.author {
float: none;
margin: 0 0 5px;
font-size: 18px;
font-weight: 600;
}
.btCommentsBox .vcard .posted {
float: none;
margin: .2em 0 1.2em;
font-size: 12px;
clear: left;
padding: 0;
}
.btCommentsBox .vcard .posted:before {
background: transparent;
color: #000;
padding: 0;
border-radius: 0;
width: auto;
height: auto;
margin: -1px 5px 0 0;
}
.btCommentsBox .children .author .fn {
display: inline-block;
position: relative;
padding: 0 15px 0 0;
}
.btCommentsBox .children .author .fn:before {
content: '\f148';
font: normal 14px/1 FontAwesome;
display: block;
position: absolute;
right: 0;
margin: 4px 0 0;
color: #000;
}
.btCommentsBox .commentTxt p.reply,
.btCommentsBox .commentTxt p.edit-link {
font-size: 12px;
padding: 0;
float: left;
}
.btCommentsBox .commentTxt p.edit-link {
margin: 0 0 10px;
}
.btCommentsBox .commentTxt p.reply {
clear: left;
margin: 0 10px 10px 0;
} body {
font-size: 14px;
}
h1 {
font-size: 3.4em;
}
h2 {
font-size: 2.4em;
}
h3 {
font-size: 1.85em;
}
h4 {
font-size: 1.6em;
}
h5 {
font-size: 1.35em;
}
.header.huge {
font-size: 11px;
}
.header.extralarge {
font-size: 12px;
}
.header.extrasmall h4 {
font-size: 1.35em;
}
.btDash.topDash .btSuperTitle:before,
.btDash.topDash .btSuperTitle:after {
min-width: 2em;
} }
@media (max-width: 580px) {
.btMenuVerticalLeft .btLogoArea .logo {
margin-right: -1.5em;
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
margin: 0 0 0 -1.4em;
}
.btBtn.btnNormalWidth + .btBtn.btnNormalWidth {
margin-top: 5px;
}
.commentAvatar {
width: 50px;
padding: 20px 10px 0 0;
} body {
font-size: 13px;
}
}
@media (max-width: 460px) {
.btAboutAuthor {
display: block;
width: auto;
}
.btAboutAuthor .aaAvatar {
display: block;
width: auto;
max-width: 150px;
margin: 0 auto 20px;
}
.btAboutAuthor .aaTxt {
display: block;
padding: 0;
margin: 0 0 10px;
text-align: center;
} h1 {
font-size: 3.2em;
}
h2 {
font-size: 2.3em;
}
.header.huge {
font-size: 10px;
}
.header.extralarge {
font-size: 11px;
} }
@media (max-width: 360px) { h1 {
font-size: 3em;
}
h2 {
font-size: 2.1em;
}
.header.huge {
font-size: 9.3px;
}
.header.extralarge {
font-size: 10.2px;
} }
@media (max-width: 992px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
display: block;
}
.woocommerce ul.products li.product {
width: 50% !important;
}
.woocommerce ul.products li.product:nth-child(odd) {
clear: left;
}
.woocommerce ul.products li.first {
clear: none !important;
}
}
@media (max-width: 620px) {
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .input-text + .button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce table.cart td.actions .input-text + .button {
float: none;
}
.woocommerce .cart .actions input[type="submit"].button {
float: none;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
float: none;
width: auto;
}
.woocommerce p.lost_password {
float: none;
margin: 1em 0 0;
clear: left;
}
.woocommerce p.form-row:not(.form-row-wide) {
float: none;
}
.woocommerce .woocommerce-ordering {
float: none;
margin: .75em 0 0;
}
.woocommerce .woocommerce-ordering .fancy-select {
width: auto;
margin: 0 0 30px;
}
.woocommerce .woocommerce-result-count {
float: none;
margin: 0;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon {
float: none;
margin: 0 0 1em;
}
.woocommerce .commentTxt .star-rating {
margin: 4px 0 8px 0;
clear: right;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon {
float: none;
min-width: 0;
}
.woocommerce > form {
display: block;
position: relative;
overflow-x: auto;
max-width: 100%;
margin: 0 0 1em;
}
.woocommerce table.shop_table_responsive {
display: block;
margin: 0;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce table.shop_table_responsive thead,
.woocommerce table.shop_table_responsive .product-thumbnail {
display: none;
}
.woocommerce table.shop_table_responsive tbody {
display: block;
width: 100% !important;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce table.shop_table_responsive th {
display: block;
width: 100% !important;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce table.shop_table_responsive th td {
display: block;
width: 100% !important;
clear: left;
}
.woocommerce table.shop_table_responsive tr td:not(.product-remove):not(.actions):before,
.woocommerce table.shop_table_responsive th td:not(.product-remove):not(.actions):before {
content: attr(data-title) ": ";
font-weight: 700;
}
.woocommerce table.shop_table_responsive tr td.product-remove,
.woocommerce table.shop_table_responsive th td.product-remove {
text-align: right;
}
.woocommerce table.shop_table_responsive .coupon,
.woocommerce table.shop_table_responsive input[name="update_cart"].button,
.woocommerce table.shop_table_responsive #coupon_code,
.woocommerce table.shop_table_responsive .input-text + .button {
float: left;
clear: left;
width: 100%;
margin: 0 0 10px;
min-width: auto !important;
}
.woocommerce table.shop_table_responsive td.actions:after {
content: '';
display: table;
clear: both;
}
.woocommerce table.my_account_orders tr td.order-actions:before {
display: none;
}
.woocommerce table.my_account_orders tr td.order-actions {
text-align: left;
}
.woocommerce table.my_account_orders tr td.order-actions .button {
float: none;
margin: .125em .25em .125em 0;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
float: none;
width: 100%;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last {
width: 100%;
float: none;
margin-right: 0;
}
.woocommerce-checkout form.login .form-row {
width: 100%;
float: none;
}
.woocommerce-cart table.cart td.actions .coupon label {
margin: .75em 10px 10px 0;
}
}
@media (max-width: 480px) {
.woocommerce header.title .edit {
display: block;
float: left;
clear: left;
margin: 0 0 20px;
}
.woocommerce ul.products li.product {
width: 100% !important;
float: none;
clear: left;
}
.woocommerce ul.products li.product:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
}
#btSettingsPanel {
position: fixed;
z-index: 999999;
left: 0;
top: 140px;
width: 350px;
background-color: rgba(0,0,0,.9);
-webkit-transform: translateX(-350px);
-moz-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
-webkit-transition: transform ease-in 300ms;
-moz-transition: transform ease-in 300ms;
transition: transform ease-in 300ms;
}
#btSettingsPanel.btSettingsPanelOpen {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
}
#btSettingsPanel.btSettingsPanelOpen #btSettingsPanelToggler:before {
-webkit-transform: translateX(-4em);
-moz-transform: translateX(-4em);
-ms-transform: translateX(-4em);
transform: translateX(-4em);
color: white;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
#btSettingsPanel #btSettingsPanelContent {
padding: 1.5em;
}
#btSettingsPanel #btSettingsPanelContent .fancy-select .options {
color: #fff;
background-color: #181A1E;
}
#btSettingsPanel #btSettingsPanelToggler {
cursor: pointer;
position: absolute;
right: -3em;
top: 1em;
width: 2em;
}
#btSettingsPanel #btSettingsPanelToggler:before {
display: block;
height: 2em;
line-height: 2em;
background-color: #eee;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
background-color: rgba(0,0,0,.9);
font-family: FontAwesome;
content: "\f013";
color: #5dc2ca;
text-align: center;
cursor: pointer;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all ease-out 150ms;
-moz-transition: all ease-out 150ms;
transition: all ease-out 150ms;
}
#btSettingsPanel h4 {
font-weight: 700;
background-color: #5dc2ca;
padding: 1.5em;
margin-bottom: 0;
line-height: 1em;
}
#btSettingsPanel h6 {
margin-bottom: .5em;
}
#btSettingsPanel .btSettingsPanelRow {
padding: 0 0 1em;
}
#btSettingsPanel .btSettingsPanelRow h6 {
font-weight: 400;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor1Row {
width: 50%;
float: left;
padding-right: .5em;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor1Row .trigger,
#btSettingsPanel .btSettingsPanelRow.btAccentColor1Row select {
border-color: #5dc2ca;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor2Row {
width: 50%;
float: left;
padding-right: .5em;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor2Row .trigger,
#btSettingsPanel .btSettingsPanelRow.btAccentColor2Row select {
border-color: #a082d2;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor3Row {
width: 50%;
float: left;
padding-right: .5em;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor3Row .trigger,
#btSettingsPanel .btSettingsPanelRow.btAccentColor3Row select {
border-color: #ffba52;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor4Row {
width: 50%;
float: left;
padding-right: .5em;
}
#btSettingsPanel .btSettingsPanelRow.btAccentColor4Row .trigger,
#btSettingsPanel .btSettingsPanelRow.btAccentColor4Row select {
border-color: #eb6ea6;
}
@media (max-width: 1200px) {
.btSettingsMenuWidth,
.btSettingsPageWidth {
display: none;
}
}