.otb-beam-me-up-scotty {
position: fixed;
z-index: 1010;
font-size: 30px;
text-align: center;					
cursor: pointer;
text-decoration: none;
opacity: 1;
}
.otb-beam-me-up-scotty.slide,
.otb-beam-me-up-scotty.fade {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small {
width: 40px;
height: 40px;
}
.otb-beam-me-up-scotty.medium {
width: 49px;
height: 49px;
}
.otb-beam-me-up-scotty.large {
width: 58px;
height: 58px;
}
.otb-beam-me-up-scotty.rounded,
.otb-beam-me-up-scotty.rounded .rollover {
border-radius: 3px;
}
.otb-beam-me-up-scotty.circle,
.otb-beam-me-up-scotty.circle .rollover {
border-radius: 100%;
}
.otb-beam-me-up-scotty i {
font-size: 30px;
font-weight: 300;
vertical-align: top;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small i {
line-height: 40px !important;
font-size: 18px;
}
.otb-beam-me-up-scotty.medium i {
line-height: 47px !important;
font-size: 30px;
} .otb-beam-me-up-scotty.large i {
line-height: 54px !important;
font-size: 45px;
}
.otb-beam-me-up-scotty .rollover {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty:not(.hidden):hover {
opacity: 1 !important;
}
.otb-beam-me-up-scotty:hover .rollover {
opacity: 1;
}
.otb-beam-me-up-scotty.small.slide.hidden {
right: -40px;
}	
.otb-beam-me-up-scotty.medium.slide.hidden {
right: -49px;
}	
.otb-beam-me-up-scotty.large.slide.hidden {
right: -58px;
}
.otb-beam-me-up-scotty.small.slide-up.hidden {
bottom: -40px;
}	
.otb-beam-me-up-scotty.medium.slide-up.hidden {
bottom: -49px;
}	
.otb-beam-me-up-scotty.large.slide-up.hidden {
bottom: -58px;
}
.otb-beam-me-up-scotty:not(.slide).hidden {
opacity: 0;
}@font-face {
font-family: 'FontAwesome';
src: url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.otb-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;
} .otb-fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.otb-fa-2x {
font-size: 2em;
}
.otb-fa-3x {
font-size: 3em;
}
.otb-fa-4x {
font-size: 4em;
}
.otb-fa-5x {
font-size: 5em;
}
.otb-fa-fw {
width: 1.28571429em;
text-align: center;
}
.otb-fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.otb-fa-ul > li {
position: relative;
}
.otb-fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.otb-fa-li.otb-fa-lg {
left: -1.85714286em;
}
.otb-fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.otb-fa-pull-left {
float: left;
}
.otb-fa-pull-right {
float: right;
}
.otb-fa.otb-fa-pull-left {
margin-right: .3em;
}
.otb-fa.otb-fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.otb-fa.pull-left {
margin-right: .3em;
}
.otb-fa.pull-right {
margin-left: .3em;
}
.otb-fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.otb-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);
}
}
.otb-fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.otb-fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.otb-fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.otb-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);
}
.otb-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 .otb-fa-rotate-90,
:root .otb-fa-rotate-180,
:root .otb-fa-rotate-270,
:root .otb-fa-flip-horizontal,
:root .otb-fa-flip-vertical {
filter: none;
}
.otb-fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.otb-fa-stack-1x,
.otb-fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.otb-fa-stack-1x {
line-height: inherit;
}
.otb-fa-stack-2x {
font-size: 2em;
}
.otb-fa-inverse {
color: #ffffff;
} .otb-fa-glass:before {
content: "\f000";
}
.otb-fa-music:before {
content: "\f001";
}
.otb-fa-search:before {
content: "\f002";
}
.otb-fa-envelope-o:before {
content: "\f003";
}
.otb-fa-heart:before {
content: "\f004";
}
.otb-fa-star:before {
content: "\f005";
}
.otb-fa-star-o:before {
content: "\f006";
}
.otb-fa-user:before {
content: "\f007";
}
.otb-fa-film:before {
content: "\f008";
}
.otb-fa-th-large:before {
content: "\f009";
}
.otb-fa-th:before {
content: "\f00a";
}
.otb-fa-th-list:before {
content: "\f00b";
}
.otb-fa-check:before {
content: "\f00c";
}
.otb-fa-remove:before,
.otb-fa-close:before,
.otb-fa-times:before {
content: "\f00d";
}
.otb-fa-search-plus:before {
content: "\f00e";
}
.otb-fa-search-minus:before {
content: "\f010";
}
.otb-fa-power-off:before {
content: "\f011";
}
.otb-fa-signal:before {
content: "\f012";
}
.otb-fa-gear:before,
.otb-fa-cog:before {
content: "\f013";
}
.otb-fa-trash-o:before {
content: "\f014";
}
.otb-fa-home:before {
content: "\f015";
}
.otb-fa-file-o:before {
content: "\f016";
}
.otb-fa-clock-o:before {
content: "\f017";
}
.otb-fa-road:before {
content: "\f018";
}
.otb-fa-download:before {
content: "\f019";
}
.otb-fa-arrow-circle-o-down:before {
content: "\f01a";
}
.otb-fa-arrow-circle-o-up:before {
content: "\f01b";
}
.otb-fa-inbox:before {
content: "\f01c";
}
.otb-fa-play-circle-o:before {
content: "\f01d";
}
.otb-fa-rotate-right:before,
.otb-fa-repeat:before {
content: "\f01e";
}
.otb-fa-refresh:before {
content: "\f021";
}
.otb-fa-list-alt:before {
content: "\f022";
}
.otb-fa-lock:before {
content: "\f023";
}
.otb-fa-flag:before {
content: "\f024";
}
.otb-fa-headphones:before {
content: "\f025";
}
.otb-fa-volume-off:before {
content: "\f026";
}
.otb-fa-volume-down:before {
content: "\f027";
}
.otb-fa-volume-up:before {
content: "\f028";
}
.otb-fa-qrcode:before {
content: "\f029";
}
.otb-fa-barcode:before {
content: "\f02a";
}
.otb-fa-tag:before {
content: "\f02b";
}
.otb-fa-tags:before {
content: "\f02c";
}
.otb-fa-book:before {
content: "\f02d";
}
.otb-fa-bookmark:before {
content: "\f02e";
}
.otb-fa-print:before {
content: "\f02f";
}
.otb-fa-camera:before {
content: "\f030";
}
.otb-fa-font:before {
content: "\f031";
}
.otb-fa-bold:before {
content: "\f032";
}
.otb-fa-italic:before {
content: "\f033";
}
.otb-fa-text-height:before {
content: "\f034";
}
.otb-fa-text-width:before {
content: "\f035";
}
.otb-fa-align-left:before {
content: "\f036";
}
.otb-fa-align-center:before {
content: "\f037";
}
.otb-fa-align-right:before {
content: "\f038";
}
.otb-fa-align-justify:before {
content: "\f039";
}
.otb-fa-list:before {
content: "\f03a";
}
.otb-fa-dedent:before,
.otb-fa-outdent:before {
content: "\f03b";
}
.otb-fa-indent:before {
content: "\f03c";
}
.otb-fa-video-camera:before {
content: "\f03d";
}
.otb-fa-photo:before,
.otb-fa-image:before,
.otb-fa-picture-o:before {
content: "\f03e";
}
.otb-fa-pencil:before {
content: "\f040";
}
.otb-fa-map-marker:before {
content: "\f041";
}
.otb-fa-adjust:before {
content: "\f042";
}
.otb-fa-tint:before {
content: "\f043";
}
.otb-fa-edit:before,
.otb-fa-pencil-square-o:before {
content: "\f044";
}
.otb-fa-share-square-o:before {
content: "\f045";
}
.otb-fa-check-square-o:before {
content: "\f046";
}
.otb-fa-arrows:before {
content: "\f047";
}
.otb-fa-step-backward:before {
content: "\f048";
}
.otb-fa-fast-backward:before {
content: "\f049";
}
.otb-fa-backward:before {
content: "\f04a";
}
.otb-fa-play:before {
content: "\f04b";
}
.otb-fa-pause:before {
content: "\f04c";
}
.otb-fa-stop:before {
content: "\f04d";
}
.otb-fa-forward:before {
content: "\f04e";
}
.otb-fa-fast-forward:before {
content: "\f050";
}
.otb-fa-step-forward:before {
content: "\f051";
}
.otb-fa-eject:before {
content: "\f052";
}
.otb-fa-chevron-left:before {
content: "\f053";
}
.otb-fa-chevron-right:before {
content: "\f054";
}
.otb-fa-plus-circle:before {
content: "\f055";
}
.otb-fa-minus-circle:before {
content: "\f056";
}
.otb-fa-times-circle:before {
content: "\f057";
}
.otb-fa-check-circle:before {
content: "\f058";
}
.otb-fa-question-circle:before {
content: "\f059";
}
.otb-fa-info-circle:before {
content: "\f05a";
}
.otb-fa-crosshairs:before {
content: "\f05b";
}
.otb-fa-times-circle-o:before {
content: "\f05c";
}
.otb-fa-check-circle-o:before {
content: "\f05d";
}
.otb-fa-ban:before {
content: "\f05e";
}
.otb-fa-arrow-left:before {
content: "\f060";
}
.otb-fa-arrow-right:before {
content: "\f061";
}
.otb-fa-arrow-up:before {
content: "\f062";
}
.otb-fa-arrow-down:before {
content: "\f063";
}
.otb-fa-mail-forward:before,
.otb-fa-share:before {
content: "\f064";
}
.otb-fa-expand:before {
content: "\f065";
}
.otb-fa-compress:before {
content: "\f066";
}
.otb-fa-plus:before {
content: "\f067";
}
.otb-fa-minus:before {
content: "\f068";
}
.otb-fa-asterisk:before {
content: "\f069";
}
.otb-fa-exclamation-circle:before {
content: "\f06a";
}
.otb-fa-gift:before {
content: "\f06b";
}
.otb-fa-leaf:before {
content: "\f06c";
}
.otb-fa-fire:before {
content: "\f06d";
}
.otb-fa-eye:before {
content: "\f06e";
}
.otb-fa-eye-slash:before {
content: "\f070";
}
.otb-fa-warning:before,
.otb-fa-exclamation-triangle:before {
content: "\f071";
}
.otb-fa-plane:before {
content: "\f072";
}
.otb-fa-calendar:before {
content: "\f073";
}
.otb-fa-random:before {
content: "\f074";
}
.otb-fa-comment:before {
content: "\f075";
}
.otb-fa-magnet:before {
content: "\f076";
}
.otb-fa-chevron-up:before {
content: "\f077";
}
.otb-fa-chevron-down:before {
content: "\f078";
}
.otb-fa-retweet:before {
content: "\f079";
}
.otb-fa-shopping-cart:before {
content: "\f07a";
}
.otb-fa-folder:before {
content: "\f07b";
}
.otb-fa-folder-open:before {
content: "\f07c";
}
.otb-fa-arrows-v:before {
content: "\f07d";
}
.otb-fa-arrows-h:before {
content: "\f07e";
}
.otb-fa-bar-chart-o:before,
.otb-fa-bar-chart:before {
content: "\f080";
}
.otb-fa-twitter-square:before {
content: "\f081";
}
.otb-fa-facebook-square:before {
content: "\f082";
}
.otb-fa-camera-retro:before {
content: "\f083";
}
.otb-fa-key:before {
content: "\f084";
}
.otb-fa-gears:before,
.otb-fa-cogs:before {
content: "\f085";
}
.otb-fa-comments:before {
content: "\f086";
}
.otb-fa-thumbs-o-up:before {
content: "\f087";
}
.otb-fa-thumbs-o-down:before {
content: "\f088";
}
.otb-fa-star-half:before {
content: "\f089";
}
.otb-fa-heart-o:before {
content: "\f08a";
}
.otb-fa-sign-out:before {
content: "\f08b";
}
.otb-fa-linkedin-square:before {
content: "\f08c";
}
.otb-fa-thumb-tack:before {
content: "\f08d";
}
.otb-fa-external-link:before {
content: "\f08e";
}
.otb-fa-sign-in:before {
content: "\f090";
}
.otb-fa-trophy:before {
content: "\f091";
}
.otb-fa-github-square:before {
content: "\f092";
}
.otb-fa-upload:before {
content: "\f093";
}
.otb-fa-lemon-o:before {
content: "\f094";
}
.otb-fa-phone:before {
content: "\f095";
}
.otb-fa-square-o:before {
content: "\f096";
}
.otb-fa-bookmark-o:before {
content: "\f097";
}
.otb-fa-phone-square:before {
content: "\f098";
}
.otb-fa-twitter:before {
content: "\f099";
}
.otb-fa-facebook-f:before,
.otb-fa-facebook:before {
content: "\f09a";
}
.otb-fa-github:before {
content: "\f09b";
}
.otb-fa-unlock:before {
content: "\f09c";
}
.otb-fa-credit-card:before {
content: "\f09d";
}
.otb-fa-feed:before,
.otb-fa-rss:before {
content: "\f09e";
}
.otb-fa-hdd-o:before {
content: "\f0a0";
}
.otb-fa-bullhorn:before {
content: "\f0a1";
}
.otb-fa-bell:before {
content: "\f0f3";
}
.otb-fa-certificate:before {
content: "\f0a3";
}
.otb-fa-hand-o-right:before {
content: "\f0a4";
}
.otb-fa-hand-o-left:before {
content: "\f0a5";
}
.otb-fa-hand-o-up:before {
content: "\f0a6";
}
.otb-fa-hand-o-down:before {
content: "\f0a7";
}
.otb-fa-arrow-circle-left:before {
content: "\f0a8";
}
.otb-fa-arrow-circle-right:before {
content: "\f0a9";
}
.otb-fa-arrow-circle-up:before {
content: "\f0aa";
}
.otb-fa-arrow-circle-down:before {
content: "\f0ab";
}
.otb-fa-globe:before {
content: "\f0ac";
}
.otb-fa-wrench:before {
content: "\f0ad";
}
.otb-fa-tasks:before {
content: "\f0ae";
}
.otb-fa-filter:before {
content: "\f0b0";
}
.otb-fa-briefcase:before {
content: "\f0b1";
}
.otb-fa-arrows-alt:before {
content: "\f0b2";
}
.otb-fa-group:before,
.otb-fa-users:before {
content: "\f0c0";
}
.otb-fa-chain:before,
.otb-fa-link:before {
content: "\f0c1";
}
.otb-fa-cloud:before {
content: "\f0c2";
}
.otb-fa-flask:before {
content: "\f0c3";
}
.otb-fa-cut:before,
.otb-fa-scissors:before {
content: "\f0c4";
}
.otb-fa-copy:before,
.otb-fa-files-o:before {
content: "\f0c5";
}
.otb-fa-paperclip:before {
content: "\f0c6";
}
.otb-fa-save:before,
.otb-fa-floppy-o:before {
content: "\f0c7";
}
.otb-fa-square:before {
content: "\f0c8";
}
.otb-fa-navicon:before,
.otb-fa-reorder:before,
.otb-fa-bars:before {
content: "\f0c9";
}
.otb-fa-list-ul:before {
content: "\f0ca";
}
.otb-fa-list-ol:before {
content: "\f0cb";
}
.otb-fa-strikethrough:before {
content: "\f0cc";
}
.otb-fa-underline:before {
content: "\f0cd";
}
.otb-fa-table:before {
content: "\f0ce";
}
.otb-fa-magic:before {
content: "\f0d0";
}
.otb-fa-truck:before {
content: "\f0d1";
}
.otb-fa-pinterest:before {
content: "\f0d2";
}
.otb-fa-pinterest-square:before {
content: "\f0d3";
}
.otb-fa-google-plus-square:before {
content: "\f0d4";
}
.otb-fa-google-plus:before {
content: "\f0d5";
}
.otb-fa-money:before {
content: "\f0d6";
}
.otb-fa-caret-down:before {
content: "\f0d7";
}
.otb-fa-caret-up:before {
content: "\f0d8";
}
.otb-fa-caret-left:before {
content: "\f0d9";
}
.otb-fa-caret-right:before {
content: "\f0da";
}
.otb-fa-columns:before {
content: "\f0db";
}
.otb-fa-unsorted:before,
.otb-fa-sort:before {
content: "\f0dc";
}
.otb-fa-sort-down:before,
.otb-fa-sort-desc:before {
content: "\f0dd";
}
.otb-fa-sort-up:before,
.otb-fa-sort-asc:before {
content: "\f0de";
}
.otb-fa-envelope:before {
content: "\f0e0";
}
.otb-fa-linkedin:before {
content: "\f0e1";
}
.otb-fa-rotate-left:before,
.otb-fa-undo:before {
content: "\f0e2";
}
.otb-fa-legal:before,
.otb-fa-gavel:before {
content: "\f0e3";
}
.otb-fa-dashboard:before,
.otb-fa-tachometer:before {
content: "\f0e4";
}
.otb-fa-comment-o:before {
content: "\f0e5";
}
.otb-fa-comments-o:before {
content: "\f0e6";
}
.otb-fa-flash:before,
.otb-fa-bolt:before {
content: "\f0e7";
}
.otb-fa-sitemap:before {
content: "\f0e8";
}
.otb-fa-umbrella:before {
content: "\f0e9";
}
.otb-fa-paste:before,
.otb-fa-clipboard:before {
content: "\f0ea";
}
.otb-fa-lightbulb-o:before {
content: "\f0eb";
}
.otb-fa-exchange:before {
content: "\f0ec";
}
.otb-fa-cloud-download:before {
content: "\f0ed";
}
.otb-fa-cloud-upload:before {
content: "\f0ee";
}
.otb-fa-user-md:before {
content: "\f0f0";
}
.otb-fa-stethoscope:before {
content: "\f0f1";
}
.otb-fa-suitcase:before {
content: "\f0f2";
}
.otb-fa-bell-o:before {
content: "\f0a2";
}
.otb-fa-coffee:before {
content: "\f0f4";
}
.otb-fa-cutlery:before {
content: "\f0f5";
}
.otb-fa-file-text-o:before {
content: "\f0f6";
}
.otb-fa-building-o:before {
content: "\f0f7";
}
.otb-fa-hospital-o:before {
content: "\f0f8";
}
.otb-fa-ambulance:before {
content: "\f0f9";
}
.otb-fa-medkit:before {
content: "\f0fa";
}
.otb-fa-fighter-jet:before {
content: "\f0fb";
}
.otb-fa-beer:before {
content: "\f0fc";
}
.otb-fa-h-square:before {
content: "\f0fd";
}
.otb-fa-plus-square:before {
content: "\f0fe";
}
.otb-fa-angle-double-left:before {
content: "\f100";
}
.otb-fa-angle-double-right:before {
content: "\f101";
}
.otb-fa-angle-double-up:before {
content: "\f102";
}
.otb-fa-angle-double-down:before {
content: "\f103";
}
.otb-fa-angle-left:before {
content: "\f104";
}
.otb-fa-angle-right:before {
content: "\f105";
}
.otb-fa-angle-up:before {
content: "\f106";
}
.otb-fa-angle-down:before {
content: "\f107";
}
.otb-fa-desktop:before {
content: "\f108";
}
.otb-fa-laptop:before {
content: "\f109";
}
.otb-fa-tablet:before {
content: "\f10a";
}
.otb-fa-mobile-phone:before,
.otb-fa-mobile:before {
content: "\f10b";
}
.otb-fa-circle-o:before {
content: "\f10c";
}
.otb-fa-quote-left:before {
content: "\f10d";
}
.otb-fa-quote-right:before {
content: "\f10e";
}
.otb-fa-spinner:before {
content: "\f110";
}
.otb-fa-circle:before {
content: "\f111";
}
.otb-fa-mail-reply:before,
.otb-fa-reply:before {
content: "\f112";
}
.otb-fa-github-alt:before {
content: "\f113";
}
.otb-fa-folder-o:before {
content: "\f114";
}
.otb-fa-folder-open-o:before {
content: "\f115";
}
.otb-fa-smile-o:before {
content: "\f118";
}
.otb-fa-frown-o:before {
content: "\f119";
}
.otb-fa-meh-o:before {
content: "\f11a";
}
.otb-fa-gamepad:before {
content: "\f11b";
}
.otb-fa-keyboard-o:before {
content: "\f11c";
}
.otb-fa-flag-o:before {
content: "\f11d";
}
.otb-fa-flag-checkered:before {
content: "\f11e";
}
.otb-fa-terminal:before {
content: "\f120";
}
.otb-fa-code:before {
content: "\f121";
}
.otb-fa-mail-reply-all:before,
.otb-fa-reply-all:before {
content: "\f122";
}
.otb-fa-star-half-empty:before,
.otb-fa-star-half-full:before,
.otb-fa-star-half-o:before {
content: "\f123";
}
.otb-fa-location-arrow:before {
content: "\f124";
}
.otb-fa-crop:before {
content: "\f125";
}
.otb-fa-code-fork:before {
content: "\f126";
}
.otb-fa-unlink:before,
.otb-fa-chain-broken:before {
content: "\f127";
}
.otb-fa-question:before {
content: "\f128";
}
.otb-fa-info:before {
content: "\f129";
}
.otb-fa-exclamation:before {
content: "\f12a";
}
.otb-fa-superscript:before {
content: "\f12b";
}
.otb-fa-subscript:before {
content: "\f12c";
}
.otb-fa-eraser:before {
content: "\f12d";
}
.otb-fa-puzzle-piece:before {
content: "\f12e";
}
.otb-fa-microphone:before {
content: "\f130";
}
.otb-fa-microphone-slash:before {
content: "\f131";
}
.otb-fa-shield:before {
content: "\f132";
}
.otb-fa-calendar-o:before {
content: "\f133";
}
.otb-fa-fire-extinguisher:before {
content: "\f134";
}
.otb-fa-rocket:before {
content: "\f135";
}
.otb-fa-maxcdn:before {
content: "\f136";
}
.otb-fa-chevron-circle-left:before {
content: "\f137";
}
.otb-fa-chevron-circle-right:before {
content: "\f138";
}
.otb-fa-chevron-circle-up:before {
content: "\f139";
}
.otb-fa-chevron-circle-down:before {
content: "\f13a";
}
.otb-fa-html5:before {
content: "\f13b";
}
.otb-fa-css3:before {
content: "\f13c";
}
.otb-fa-anchor:before {
content: "\f13d";
}
.otb-fa-unlock-alt:before {
content: "\f13e";
}
.otb-fa-bullseye:before {
content: "\f140";
}
.otb-fa-ellipsis-h:before {
content: "\f141";
}
.otb-fa-ellipsis-v:before {
content: "\f142";
}
.otb-fa-rss-square:before {
content: "\f143";
}
.otb-fa-play-circle:before {
content: "\f144";
}
.otb-fa-ticket:before {
content: "\f145";
}
.otb-fa-minus-square:before {
content: "\f146";
}
.otb-fa-minus-square-o:before {
content: "\f147";
}
.otb-fa-level-up:before {
content: "\f148";
}
.otb-fa-level-down:before {
content: "\f149";
}
.otb-fa-check-square:before {
content: "\f14a";
}
.otb-fa-pencil-square:before {
content: "\f14b";
}
.otb-fa-external-link-square:before {
content: "\f14c";
}
.otb-fa-share-square:before {
content: "\f14d";
}
.otb-fa-compass:before {
content: "\f14e";
}
.otb-fa-toggle-down:before,
.otb-fa-caret-square-o-down:before {
content: "\f150";
}
.otb-fa-toggle-up:before,
.otb-fa-caret-square-o-up:before {
content: "\f151";
}
.otb-fa-toggle-right:before,
.otb-fa-caret-square-o-right:before {
content: "\f152";
}
.otb-fa-euro:before,
.otb-fa-eur:before {
content: "\f153";
}
.otb-fa-gbp:before {
content: "\f154";
}
.otb-fa-dollar:before,
.otb-fa-usd:before {
content: "\f155";
}
.otb-fa-rupee:before,
.otb-fa-inr:before {
content: "\f156";
}
.otb-fa-cny:before,
.otb-fa-rmb:before,
.otb-fa-yen:before,
.otb-fa-jpy:before {
content: "\f157";
}
.otb-fa-ruble:before,
.otb-fa-rouble:before,
.otb-fa-rub:before {
content: "\f158";
}
.otb-fa-won:before,
.otb-fa-krw:before {
content: "\f159";
}
.otb-fa-bitcoin:before,
.otb-fa-btc:before {
content: "\f15a";
}
.otb-fa-file:before {
content: "\f15b";
}
.otb-fa-file-text:before {
content: "\f15c";
}
.otb-fa-sort-alpha-asc:before {
content: "\f15d";
}
.otb-fa-sort-alpha-desc:before {
content: "\f15e";
}
.otb-fa-sort-amount-asc:before {
content: "\f160";
}
.otb-fa-sort-amount-desc:before {
content: "\f161";
}
.otb-fa-sort-numeric-asc:before {
content: "\f162";
}
.otb-fa-sort-numeric-desc:before {
content: "\f163";
}
.otb-fa-thumbs-up:before {
content: "\f164";
}
.otb-fa-thumbs-down:before {
content: "\f165";
}
.otb-fa-youtube-square:before {
content: "\f166";
}
.otb-fa-youtube:before {
content: "\f167";
}
.otb-fa-xing:before {
content: "\f168";
}
.otb-fa-xing-square:before {
content: "\f169";
}
.otb-fa-youtube-play:before {
content: "\f16a";
}
.otb-fa-dropbox:before {
content: "\f16b";
}
.otb-fa-stack-overflow:before {
content: "\f16c";
}
.otb-fa-instagram:before {
content: "\f16d";
}
.otb-fa-flickr:before {
content: "\f16e";
}
.otb-fa-adn:before {
content: "\f170";
}
.otb-fa-bitbucket:before {
content: "\f171";
}
.otb-fa-bitbucket-square:before {
content: "\f172";
}
.otb-fa-tumblr:before {
content: "\f173";
}
.otb-fa-tumblr-square:before {
content: "\f174";
}
.otb-fa-long-arrow-down:before {
content: "\f175";
}
.otb-fa-long-arrow-up:before {
content: "\f176";
}
.otb-fa-long-arrow-left:before {
content: "\f177";
}
.otb-fa-long-arrow-right:before {
content: "\f178";
}
.otb-fa-apple:before {
content: "\f179";
}
.otb-fa-windows:before {
content: "\f17a";
}
.otb-fa-android:before {
content: "\f17b";
}
.otb-fa-linux:before {
content: "\f17c";
}
.otb-fa-dribbble:before {
content: "\f17d";
}
.otb-fa-skype:before {
content: "\f17e";
}
.otb-fa-foursquare:before {
content: "\f180";
}
.otb-fa-trello:before {
content: "\f181";
}
.otb-fa-female:before {
content: "\f182";
}
.otb-fa-male:before {
content: "\f183";
}
.otb-fa-gittip:before,
.otb-fa-gratipay:before {
content: "\f184";
}
.otb-fa-sun-o:before {
content: "\f185";
}
.otb-fa-moon-o:before {
content: "\f186";
}
.otb-fa-archive:before {
content: "\f187";
}
.otb-fa-bug:before {
content: "\f188";
}
.otb-fa-vk:before {
content: "\f189";
}
.otb-fa-weibo:before {
content: "\f18a";
}
.otb-fa-renren:before {
content: "\f18b";
}
.otb-fa-pagelines:before {
content: "\f18c";
}
.otb-fa-stack-exchange:before {
content: "\f18d";
}
.otb-fa-arrow-circle-o-right:before {
content: "\f18e";
}
.otb-fa-arrow-circle-o-left:before {
content: "\f190";
}
.otb-fa-toggle-left:before,
.otb-fa-caret-square-o-left:before {
content: "\f191";
}
.otb-fa-dot-circle-o:before {
content: "\f192";
}
.otb-fa-wheelchair:before {
content: "\f193";
}
.otb-fa-vimeo-square:before {
content: "\f194";
}
.otb-fa-turkish-lira:before,
.otb-fa-try:before {
content: "\f195";
}
.otb-fa-plus-square-o:before {
content: "\f196";
}
.otb-fa-space-shuttle:before {
content: "\f197";
}
.otb-fa-slack:before {
content: "\f198";
}
.otb-fa-envelope-square:before {
content: "\f199";
}
.otb-fa-wordpress:before {
content: "\f19a";
}
.otb-fa-openid:before {
content: "\f19b";
}
.otb-fa-institution:before,
.otb-fa-bank:before,
.otb-fa-university:before {
content: "\f19c";
}
.otb-fa-mortar-board:before,
.otb-fa-graduation-cap:before {
content: "\f19d";
}
.otb-fa-yahoo:before {
content: "\f19e";
}
.otb-fa-google:before {
content: "\f1a0";
}
.otb-fa-reddit:before {
content: "\f1a1";
}
.otb-fa-reddit-square:before {
content: "\f1a2";
}
.otb-fa-stumbleupon-circle:before {
content: "\f1a3";
}
.otb-fa-stumbleupon:before {
content: "\f1a4";
}
.otb-fa-delicious:before {
content: "\f1a5";
}
.otb-fa-digg:before {
content: "\f1a6";
}
.otb-fa-pied-piper-pp:before {
content: "\f1a7";
}
.otb-fa-pied-piper-alt:before {
content: "\f1a8";
}
.otb-fa-drupal:before {
content: "\f1a9";
}
.otb-fa-joomla:before {
content: "\f1aa";
}
.otb-fa-language:before {
content: "\f1ab";
}
.otb-fa-fax:before {
content: "\f1ac";
}
.otb-fa-building:before {
content: "\f1ad";
}
.otb-fa-child:before {
content: "\f1ae";
}
.otb-fa-paw:before {
content: "\f1b0";
}
.otb-fa-spoon:before {
content: "\f1b1";
}
.otb-fa-cube:before {
content: "\f1b2";
}
.otb-fa-cubes:before {
content: "\f1b3";
}
.otb-fa-behance:before {
content: "\f1b4";
}
.otb-fa-behance-square:before {
content: "\f1b5";
}
.otb-fa-steam:before {
content: "\f1b6";
}
.otb-fa-steam-square:before {
content: "\f1b7";
}
.otb-fa-recycle:before {
content: "\f1b8";
}
.otb-fa-automobile:before,
.otb-fa-car:before {
content: "\f1b9";
}
.otb-fa-cab:before,
.otb-fa-taxi:before {
content: "\f1ba";
}
.otb-fa-tree:before {
content: "\f1bb";
}
.otb-fa-spotify:before {
content: "\f1bc";
}
.otb-fa-deviantart:before {
content: "\f1bd";
}
.otb-fa-soundcloud:before {
content: "\f1be";
}
.otb-fa-database:before {
content: "\f1c0";
}
.otb-fa-file-pdf-o:before {
content: "\f1c1";
}
.otb-fa-file-word-o:before {
content: "\f1c2";
}
.otb-fa-file-excel-o:before {
content: "\f1c3";
}
.otb-fa-file-powerpoint-o:before {
content: "\f1c4";
}
.otb-fa-file-photo-o:before,
.otb-fa-file-picture-o:before,
.otb-fa-file-image-o:before {
content: "\f1c5";
}
.otb-fa-file-zip-o:before,
.otb-fa-file-archive-o:before {
content: "\f1c6";
}
.otb-fa-file-sound-o:before,
.otb-fa-file-audio-o:before {
content: "\f1c7";
}
.otb-fa-file-movie-o:before,
.otb-fa-file-video-o:before {
content: "\f1c8";
}
.otb-fa-file-code-o:before {
content: "\f1c9";
}
.otb-fa-vine:before {
content: "\f1ca";
}
.otb-fa-codepen:before {
content: "\f1cb";
}
.otb-fa-jsfiddle:before {
content: "\f1cc";
}
.otb-fa-life-bouy:before,
.otb-fa-life-buoy:before,
.otb-fa-life-saver:before,
.otb-fa-support:before,
.otb-fa-life-ring:before {
content: "\f1cd";
}
.otb-fa-circle-o-notch:before {
content: "\f1ce";
}
.otb-fa-ra:before,
.otb-fa-resistance:before,
.otb-fa-rebel:before {
content: "\f1d0";
}
.otb-fa-ge:before,
.otb-fa-empire:before {
content: "\f1d1";
}
.otb-fa-git-square:before {
content: "\f1d2";
}
.otb-fa-git:before {
content: "\f1d3";
}
.otb-fa-y-combinator-square:before,
.otb-fa-yc-square:before,
.otb-fa-hacker-news:before {
content: "\f1d4";
}
.otb-fa-tencent-weibo:before {
content: "\f1d5";
}
.otb-fa-qq:before {
content: "\f1d6";
}
.otb-fa-wechat:before,
.otb-fa-weixin:before {
content: "\f1d7";
}
.otb-fa-send:before,
.otb-fa-paper-plane:before {
content: "\f1d8";
}
.otb-fa-send-o:before,
.otb-fa-paper-plane-o:before {
content: "\f1d9";
}
.otb-fa-history:before {
content: "\f1da";
}
.otb-fa-circle-thin:before {
content: "\f1db";
}
.otb-fa-header:before {
content: "\f1dc";
}
.otb-fa-paragraph:before {
content: "\f1dd";
}
.otb-fa-sliders:before {
content: "\f1de";
}
.otb-fa-share-alt:before {
content: "\f1e0";
}
.otb-fa-share-alt-square:before {
content: "\f1e1";
}
.otb-fa-bomb:before {
content: "\f1e2";
}
.otb-fa-soccer-ball-o:before,
.otb-fa-futbol-o:before {
content: "\f1e3";
}
.otb-fa-tty:before {
content: "\f1e4";
}
.otb-fa-binoculars:before {
content: "\f1e5";
}
.otb-fa-plug:before {
content: "\f1e6";
}
.otb-fa-slideshare:before {
content: "\f1e7";
}
.otb-fa-twitch:before {
content: "\f1e8";
}
.otb-fa-yelp:before {
content: "\f1e9";
}
.otb-fa-newspaper-o:before {
content: "\f1ea";
}
.otb-fa-wifi:before {
content: "\f1eb";
}
.otb-fa-calculator:before {
content: "\f1ec";
}
.otb-fa-paypal:before {
content: "\f1ed";
}
.otb-fa-google-wallet:before {
content: "\f1ee";
}
.otb-fa-cc-visa:before {
content: "\f1f0";
}
.otb-fa-cc-mastercard:before {
content: "\f1f1";
}
.otb-fa-cc-discover:before {
content: "\f1f2";
}
.otb-fa-cc-amex:before {
content: "\f1f3";
}
.otb-fa-cc-paypal:before {
content: "\f1f4";
}
.otb-fa-cc-stripe:before {
content: "\f1f5";
}
.otb-fa-bell-slash:before {
content: "\f1f6";
}
.otb-fa-bell-slash-o:before {
content: "\f1f7";
}
.otb-fa-trash:before {
content: "\f1f8";
}
.otb-fa-copyright:before {
content: "\f1f9";
}
.otb-fa-at:before {
content: "\f1fa";
}
.otb-fa-eyedropper:before {
content: "\f1fb";
}
.otb-fa-paint-brush:before {
content: "\f1fc";
}
.otb-fa-birthday-cake:before {
content: "\f1fd";
}
.otb-fa-area-chart:before {
content: "\f1fe";
}
.otb-fa-pie-chart:before {
content: "\f200";
}
.otb-fa-line-chart:before {
content: "\f201";
}
.otb-fa-lastfm:before {
content: "\f202";
}
.otb-fa-lastfm-square:before {
content: "\f203";
}
.otb-fa-toggle-off:before {
content: "\f204";
}
.otb-fa-toggle-on:before {
content: "\f205";
}
.otb-fa-bicycle:before {
content: "\f206";
}
.otb-fa-bus:before {
content: "\f207";
}
.otb-fa-ioxhost:before {
content: "\f208";
}
.otb-fa-angellist:before {
content: "\f209";
}
.otb-fa-cc:before {
content: "\f20a";
}
.otb-fa-shekel:before,
.otb-fa-sheqel:before,
.otb-fa-ils:before {
content: "\f20b";
}
.otb-fa-meanpath:before {
content: "\f20c";
}
.otb-fa-buysellads:before {
content: "\f20d";
}
.otb-fa-connectdevelop:before {
content: "\f20e";
}
.otb-fa-dashcube:before {
content: "\f210";
}
.otb-fa-forumbee:before {
content: "\f211";
}
.otb-fa-leanpub:before {
content: "\f212";
}
.otb-fa-sellsy:before {
content: "\f213";
}
.otb-fa-shirtsinbulk:before {
content: "\f214";
}
.otb-fa-simplybuilt:before {
content: "\f215";
}
.otb-fa-skyatlas:before {
content: "\f216";
}
.otb-fa-cart-plus:before {
content: "\f217";
}
.otb-fa-cart-arrow-down:before {
content: "\f218";
}
.otb-fa-diamond:before {
content: "\f219";
}
.otb-fa-ship:before {
content: "\f21a";
}
.otb-fa-user-secret:before {
content: "\f21b";
}
.otb-fa-motorcycle:before {
content: "\f21c";
}
.otb-fa-street-view:before {
content: "\f21d";
}
.otb-fa-heartbeat:before {
content: "\f21e";
}
.otb-fa-venus:before {
content: "\f221";
}
.otb-fa-mars:before {
content: "\f222";
}
.otb-fa-mercury:before {
content: "\f223";
}
.otb-fa-intersex:before,
.otb-fa-transgender:before {
content: "\f224";
}
.otb-fa-transgender-alt:before {
content: "\f225";
}
.otb-fa-venus-double:before {
content: "\f226";
}
.otb-fa-mars-double:before {
content: "\f227";
}
.otb-fa-venus-mars:before {
content: "\f228";
}
.otb-fa-mars-stroke:before {
content: "\f229";
}
.otb-fa-mars-stroke-v:before {
content: "\f22a";
}
.otb-fa-mars-stroke-h:before {
content: "\f22b";
}
.otb-fa-neuter:before {
content: "\f22c";
}
.otb-fa-genderless:before {
content: "\f22d";
}
.otb-fa-facebook-official:before {
content: "\f230";
}
.otb-fa-pinterest-p:before {
content: "\f231";
}
.otb-fa-whatsapp:before {
content: "\f232";
}
.otb-fa-server:before {
content: "\f233";
}
.otb-fa-user-plus:before {
content: "\f234";
}
.otb-fa-user-times:before {
content: "\f235";
}
.otb-fa-hotel:before,
.otb-fa-bed:before {
content: "\f236";
}
.otb-fa-viacoin:before {
content: "\f237";
}
.otb-fa-train:before {
content: "\f238";
}
.otb-fa-subway:before {
content: "\f239";
}
.otb-fa-medium:before {
content: "\f23a";
}
.otb-fa-yc:before,
.otb-fa-y-combinator:before {
content: "\f23b";
}
.otb-fa-optin-monster:before {
content: "\f23c";
}
.otb-fa-opencart:before {
content: "\f23d";
}
.otb-fa-expeditedssl:before {
content: "\f23e";
}
.otb-fa-battery-4:before,
.otb-fa-battery:before,
.otb-fa-battery-full:before {
content: "\f240";
}
.otb-fa-battery-3:before,
.otb-fa-battery-three-quarters:before {
content: "\f241";
}
.otb-fa-battery-2:before,
.otb-fa-battery-half:before {
content: "\f242";
}
.otb-fa-battery-1:before,
.otb-fa-battery-quarter:before {
content: "\f243";
}
.otb-fa-battery-0:before,
.otb-fa-battery-empty:before {
content: "\f244";
}
.otb-fa-mouse-pointer:before {
content: "\f245";
}
.otb-fa-i-cursor:before {
content: "\f246";
}
.otb-fa-object-group:before {
content: "\f247";
}
.otb-fa-object-ungroup:before {
content: "\f248";
}
.otb-fa-sticky-note:before {
content: "\f249";
}
.otb-fa-sticky-note-o:before {
content: "\f24a";
}
.otb-fa-cc-jcb:before {
content: "\f24b";
}
.otb-fa-cc-diners-club:before {
content: "\f24c";
}
.otb-fa-clone:before {
content: "\f24d";
}
.otb-fa-balance-scale:before {
content: "\f24e";
}
.otb-fa-hourglass-o:before {
content: "\f250";
}
.otb-fa-hourglass-1:before,
.otb-fa-hourglass-start:before {
content: "\f251";
}
.otb-fa-hourglass-2:before,
.otb-fa-hourglass-half:before {
content: "\f252";
}
.otb-fa-hourglass-3:before,
.otb-fa-hourglass-end:before {
content: "\f253";
}
.otb-fa-hourglass:before {
content: "\f254";
}
.otb-fa-hand-grab-o:before,
.otb-fa-hand-rock-o:before {
content: "\f255";
}
.otb-fa-hand-stop-o:before,
.otb-fa-hand-paper-o:before {
content: "\f256";
}
.otb-fa-hand-scissors-o:before {
content: "\f257";
}
.otb-fa-hand-lizard-o:before {
content: "\f258";
}
.otb-fa-hand-spock-o:before {
content: "\f259";
}
.otb-fa-hand-pointer-o:before {
content: "\f25a";
}
.otb-fa-hand-peace-o:before {
content: "\f25b";
}
.otb-fa-trademark:before {
content: "\f25c";
}
.otb-fa-registered:before {
content: "\f25d";
}
.otb-fa-creative-commons:before {
content: "\f25e";
}
.otb-fa-gg:before {
content: "\f260";
}
.otb-fa-gg-circle:before {
content: "\f261";
}
.otb-fa-tripadvisor:before {
content: "\f262";
}
.otb-fa-odnoklassniki:before {
content: "\f263";
}
.otb-fa-odnoklassniki-square:before {
content: "\f264";
}
.otb-fa-get-pocket:before {
content: "\f265";
}
.otb-fa-wikipedia-w:before {
content: "\f266";
}
.otb-fa-safari:before {
content: "\f267";
}
.otb-fa-chrome:before {
content: "\f268";
}
.otb-fa-firefox:before {
content: "\f269";
}
.otb-fa-opera:before {
content: "\f26a";
}
.otb-fa-internet-explorer:before {
content: "\f26b";
}
.otb-fa-tv:before,
.otb-fa-television:before {
content: "\f26c";
}
.otb-fa-contao:before {
content: "\f26d";
}
.otb-fa-500px:before {
content: "\f26e";
}
.otb-fa-amazon:before {
content: "\f270";
}
.otb-fa-calendar-plus-o:before {
content: "\f271";
}
.otb-fa-calendar-minus-o:before {
content: "\f272";
}
.otb-fa-calendar-times-o:before {
content: "\f273";
}
.otb-fa-calendar-check-o:before {
content: "\f274";
}
.otb-fa-industry:before {
content: "\f275";
}
.otb-fa-map-pin:before {
content: "\f276";
}
.otb-fa-map-signs:before {
content: "\f277";
}
.otb-fa-map-o:before {
content: "\f278";
}
.otb-fa-map:before {
content: "\f279";
}
.otb-fa-commenting:before {
content: "\f27a";
}
.otb-fa-commenting-o:before {
content: "\f27b";
}
.otb-fa-houzz:before {
content: "\f27c";
}
.otb-fa-vimeo:before {
content: "\f27d";
}
.otb-fa-black-tie:before {
content: "\f27e";
}
.otb-fa-fonticons:before {
content: "\f280";
}
.otb-fa-reddit-alien:before {
content: "\f281";
}
.otb-fa-edge:before {
content: "\f282";
}
.otb-fa-credit-card-alt:before {
content: "\f283";
}
.otb-fa-codiepie:before {
content: "\f284";
}
.otb-fa-modx:before {
content: "\f285";
}
.otb-fa-fort-awesome:before {
content: "\f286";
}
.otb-fa-usb:before {
content: "\f287";
}
.otb-fa-product-hunt:before {
content: "\f288";
}
.otb-fa-mixcloud:before {
content: "\f289";
}
.otb-fa-scribd:before {
content: "\f28a";
}
.otb-fa-pause-circle:before {
content: "\f28b";
}
.otb-fa-pause-circle-o:before {
content: "\f28c";
}
.otb-fa-stop-circle:before {
content: "\f28d";
}
.otb-fa-stop-circle-o:before {
content: "\f28e";
}
.otb-fa-shopping-bag:before {
content: "\f290";
}
.otb-fa-shopping-basket:before {
content: "\f291";
}
.otb-fa-hashtag:before {
content: "\f292";
}
.otb-fa-bluetooth:before {
content: "\f293";
}
.otb-fa-bluetooth-b:before {
content: "\f294";
}
.otb-fa-percent:before {
content: "\f295";
}
.otb-fa-gitlab:before {
content: "\f296";
}
.otb-fa-wpbeginner:before {
content: "\f297";
}
.otb-fa-wpforms:before {
content: "\f298";
}
.otb-fa-envira:before {
content: "\f299";
}
.otb-fa-universal-access:before {
content: "\f29a";
}
.otb-fa-wheelchair-alt:before {
content: "\f29b";
}
.otb-fa-question-circle-o:before {
content: "\f29c";
}
.otb-fa-blind:before {
content: "\f29d";
}
.otb-fa-audio-description:before {
content: "\f29e";
}
.otb-fa-volume-control-phone:before {
content: "\f2a0";
}
.otb-fa-braille:before {
content: "\f2a1";
}
.otb-fa-assistive-listening-systems:before {
content: "\f2a2";
}
.otb-fa-asl-interpreting:before,
.otb-fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.otb-fa-deafness:before,
.otb-fa-hard-of-hearing:before,
.otb-fa-deaf:before {
content: "\f2a4";
}
.otb-fa-glide:before {
content: "\f2a5";
}
.otb-fa-glide-g:before {
content: "\f2a6";
}
.otb-fa-signing:before,
.otb-fa-sign-language:before {
content: "\f2a7";
}
.otb-fa-low-vision:before {
content: "\f2a8";
}
.otb-fa-viadeo:before {
content: "\f2a9";
}
.otb-fa-viadeo-square:before {
content: "\f2aa";
}
.otb-fa-snapchat:before {
content: "\f2ab";
}
.otb-fa-snapchat-ghost:before {
content: "\f2ac";
}
.otb-fa-snapchat-square:before {
content: "\f2ad";
}
.otb-fa-pied-piper:before {
content: "\f2ae";
}
.otb-fa-first-order:before {
content: "\f2b0";
}
.otb-fa-yoast:before {
content: "\f2b1";
}
.otb-fa-themeisle:before {
content: "\f2b2";
}
.otb-fa-google-plus-circle:before,
.otb-fa-google-plus-official:before {
content: "\f2b3";
}
.otb-fa-fa:before,
.otb-fa-font-awesome:before {
content: "\f2b4";
}
.otb-fa-handshake-o:before {
content: "\f2b5";
}
.otb-fa-envelope-open:before {
content: "\f2b6";
}
.otb-fa-envelope-open-o:before {
content: "\f2b7";
}
.otb-fa-linode:before {
content: "\f2b8";
}
.otb-fa-address-book:before {
content: "\f2b9";
}
.otb-fa-address-book-o:before {
content: "\f2ba";
}
.otb-fa-vcard:before,
.otb-fa-address-card:before {
content: "\f2bb";
}
.otb-fa-vcard-o:before,
.otb-fa-address-card-o:before {
content: "\f2bc";
}
.otb-fa-user-circle:before {
content: "\f2bd";
}
.otb-fa-user-circle-o:before {
content: "\f2be";
}
.otb-fa-user-o:before {
content: "\f2c0";
}
.otb-fa-id-badge:before {
content: "\f2c1";
}
.otb-fa-drivers-license:before,
.otb-fa-id-card:before {
content: "\f2c2";
}
.otb-fa-drivers-license-o:before,
.otb-fa-id-card-o:before {
content: "\f2c3";
}
.otb-fa-quora:before {
content: "\f2c4";
}
.otb-fa-free-code-camp:before {
content: "\f2c5";
}
.otb-fa-telegram:before {
content: "\f2c6";
}
.otb-fa-thermometer-4:before,
.otb-fa-thermometer:before,
.otb-fa-thermometer-full:before {
content: "\f2c7";
}
.otb-fa-thermometer-3:before,
.otb-fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.otb-fa-thermometer-2:before,
.otb-fa-thermometer-half:before {
content: "\f2c9";
}
.otb-fa-thermometer-1:before,
.otb-fa-thermometer-quarter:before {
content: "\f2ca";
}
.otb-fa-thermometer-0:before,
.otb-fa-thermometer-empty:before {
content: "\f2cb";
}
.otb-fa-shower:before {
content: "\f2cc";
}
.otb-fa-bathtub:before,
.otb-fa-s15:before,
.otb-fa-bath:before {
content: "\f2cd";
}
.otb-fa-podcast:before {
content: "\f2ce";
}
.otb-fa-window-maximize:before {
content: "\f2d0";
}
.otb-fa-window-minimize:before {
content: "\f2d1";
}
.otb-fa-window-restore:before {
content: "\f2d2";
}
.otb-fa-times-rectangle:before,
.otb-fa-window-close:before {
content: "\f2d3";
}
.otb-fa-times-rectangle-o:before,
.otb-fa-window-close-o:before {
content: "\f2d4";
}
.otb-fa-bandcamp:before {
content: "\f2d5";
}
.otb-fa-grav:before {
content: "\f2d6";
}
.otb-fa-etsy:before {
content: "\f2d7";
}
.otb-fa-imdb:before {
content: "\f2d8";
}
.otb-fa-ravelry:before {
content: "\f2d9";
}
.otb-fa-eercast:before {
content: "\f2da";
}
.otb-fa-microchip:before {
content: "\f2db";
}
.otb-fa-snowflake-o:before {
content: "\f2dc";
}
.otb-fa-superpowers:before {
content: "\f2dd";
}
.otb-fa-wpexplorer:before {
content: "\f2de";
}
.otb-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;
}.wp-socializer:after{clear:both;content:'';display:block}.wp-socializer.wpsr-share-icons{margin:1em 0}.wpsr-share-icons .wpsr-si-inner{display:flex}.wpsr-share-icons .wpsr-si-inner > *:first-child{margin-left:0}.wpsr-share-icons .wpsr-si-inner > *:last-child{margin-right:0}.wpsr-share-icons .socializer{margin:0 1em}.wpsr-share-icons.wpsr-flex-center{text-align:center}.wpsr-share-icons.wpsr-flex-center .wpsr-si-inner{justify-content:center}.wpsr-sharebar{transition:all 0.5s;box-sizing:border-box;z-index:99999}.wpsr-sharebar .socializer{line-height:0}.wpsr-sb-inner:after{content:'';display:block;clear:both}.wpsr-sb-vl{z-index:99999;max-width:82px;top:50%;transform:translateY(-50%);position:fixed}.wpsr-sb-vl .wpsr-counter{margin-bottom:1.5em}.wpsr-sb-vl-static{position:absolute}.wpsr-sb-hl{bottom:0;left:0!important;right:0!important;margin:0!important;position:fixed;background:#fff;box-shadow:0 -2px 4px -2px rgba(0,0,0,0.5)}.wpsr-sb-hl .wpsr-sb-inner{display:flex}.wpsr-sb-hl .wpsr-counter{padding:0 1em}.wpsr-sb-sm-simple.wpsr-sb-hl{padding:0;border:0}.wpsr-sb-sm-simple.wpsr-sb-hl span a{border-radius:0!important;transform:none!important}.wpsr-sb-sm-simple.wpsr-sb-hl span a > *{transform:none!important}.wpsr-sb-sm-simple.wpsr-sb-hl span a:after{display:none}.wpsr-sb-sm-simple.wpsr-sb-hl span{margin-right:0}.wpsr-sb-simple{padding:10px;text-align:center;border-radius:10px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);border:1px solid transparent}.wpsr-sb-simple.wpsr-sb-hl{border-radius:0}.wpsr-sharebar:hover .wpsr-sb-close{display:block}.wpsr-sb-close{position:absolute;cursor:pointer;display:none;padding:10px}.wpsr-sb-close .wpsr-bar-icon{opacity:0.2}.wpsr-sb-close:hover .wpsr-bar-icon{opacity:0.8}.wpsr-sb-vl .wpsr-sb-close{bottom:0;transform:translate(-50%,100%);left:50%}.wpsr-sb-hl .wpsr-sb-close{display:none}.wpsr-sharebar.wpsr-closed{width:48px;height:48px;border-radius:50%;background:none!important;border:none!important;box-shadow:none!important}.wpsr-sharebar.wpsr-closed .wpsr-sb-inner{display:none}.wpsr-sharebar.wpsr-closed .wpsr-sb-close{top:0;margin-top:0;transform:none;right:0;left:0;bottom:0;line-height:48px;display:block;padding:0}.wpsr-counter{line-height:2em;text-align:center;font-size:10px;color:#000;display:flex;flex-direction:column;justify-content:center;flex-shrink:0}.wpsr-counter .scount{font-size:2em;font-weight:bold;margin-bottom:0.25em}.wpsr-counter .scount .fa{font-size:.7em;opacity:0.7}.wpsr-counter .stext{display:block;line-height:1em;color:inherit;text-transform:uppercase;font-size:1em;margin-top:-0.15em;opacity:0.5}.wpsr-counter.wpsrc-sz-40px{font-size:12.5px}.wpsr-counter.wpsrc-sz-48px{font-size:15px}.wpsr-counter.wpsrc-sz-64px{font-size:20px}.wpsr-sharebar .wpsr-counter{font-size:8.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-40px{font-size:9.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-48px{font-size:11.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-64px{font-size:15.2px}.socializer a{text-decoration:none!important}.socializer span a img{background:none!important;border:none!important;max-width:100%!important}.wpsr-follow-icons{position:fixed;z-index:999999;line-height:0}.sr-fb-tl{top:20px;left:20px}.sr-fb-tm{top:20px;left:50%;transform:translateX( -50% )}.sr-fb-tr{top:20px;right:20px}.sr-fb-rm{top:50%;right:20px;transform:translateY( -50% )}.sr-fb-br{bottom:20px;right:20px}.sr-fb-bm{bottom:20px;left:50%;transform:translateX( -50% )}.sr-fb-bl{bottom:20px;left:20px}.sr-fb-lm{left:20px;top:50%;transform:translateY( -50% )}.wpsr-follow-icons div.sr-fb-title{font-size:0.8em;margin:0 0 0.8em 0}.wpsr-follow-icons.sr-fb-hl .sr-fb-title{position:absolute;bottom:0;transform:translateX(-100%);left:-1em;top:50%;margin:0}.wpsr-follow-icons.sr-fb-vl{text-align:center;line-height:1.5q}.wpsr-follow-icons.sr-fb-vl .sr-fb-title{width:5em;text-align:center;line-height:1.5}.wpsr-fb-close{position:absolute;right:0;cursor:pointer;display:none;line-height:0;padding:1em;opacity:0.2}.wpsr-fb-close:hover{opacity:0.8}.wpsr-follow-icons:hover .wpsr-fb-close{display:block}.wpsr-closed.wpsr-follow-icons .sr-fb-title{display:none}.wpsr-closed.wpsr-follow-icons .sr-followbar{display:none}.wpsr-closed.wpsr-follow-icons .wpsr-fb-close{display:block}.sr-fb-bm .wpsr-fb-close,.sr-fb-bl .wpsr-fb-close{right:0;transform:translate(100%,-100%);padding-bottom:0}.sr-fb-vl.sr-fb-br .wpsr-fb-close{left:0;bottom:0;transform:translateX(-100%);padding-bottom:0}.sr-fb-hl.sr-fb-br .wpsr-fb-close{top:0;right:0;transform:translateY(-100%)}.sr-fb-hl.sr-fb-tr .wpsr-fb-close{padding-right:0}.wpsr-closed.sr-fb-tl .wpsr-fb-close,.wpsr-closed.sr-fb-lm .wpsr-fb-close{right:-24px;transform:translateY(0%)}.wpsr-text-sb{background:#fff;margin:0;padding:0 10px;border-radius:5px;display:inline-block;position:absolute;transform:translate( -50%,-150% );margin-top:-10px;transition:margin-top 0.5s;display:none;animation:wpsr-fadeout 1s;box-shadow:0 3px 6px -3px #000;background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0));z-index:999}.wpsr-text-sb:before{position:absolute;content:'';display:block;background-color:inherit;width:10px;height:10px;bottom:-5px;transform:rotate(45deg) translateX(-50%);left:50%;z-index:-1;transform-origin:left;box-shadow:2px 2px 4px -2px #000}.wpsr-text-sb li{list-style:none;float:left;line-height:0}.wpsr-text-sb li a{text-align:center;display:inline-block}.wpsr-text-sb li a:hover{background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0))}.wpsr-tsb-32px a{width:32px;height:32px;line-height:32px;font-size:16px}.wpsr-tsb-40px a{width:40px;height:40px;line-height:40px;font-size:20px}.wpsr-tsb-48px a{width:48px;height:48px;line-height:48px;font-size:24px}.wpsr-tsb-64px a{width:64px;height:64px;line-height:64px;font-size:32px}.wpsr-text-sb.wpsr-tsb-active{margin-top:0;transition:margin-top 0.5s;display:block;animation:wpsr-fadein 1s}.wpsr-bar-icon{line-height:0;background:#000;display:inline-block;padding:3px;border-radius:50%;vertical-align:middle;fill:#fff}.wpsr-bar-icon .i-open{display:none}.wpsr-closed .wpsr-bar-icon .i-close{display:none}.wpsr-closed .wpsr-bar-icon .i-open{display:block}.wpsr-closed .wpsr-bar-icon{padding:5px}.wpsr-bg{display:none;position:fixed;z-index:999999;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / 20%);padding:0}.wpsr-bg.wpsr-pp-opened{display:block}.wpsr-bg.wpsr-pp-closed{display:none}.wpsr-bg.wpsr-pp-slide-down .wpsr-popup{transform:translateY(0);opacity:1}.wpsr-bg.wpsr-pp-slide-up .wpsr-popup{transform:translateY(-50px);opacity:0.8}.wpsr-pp-inner{margin:0 auto;display:flex;flex-direction:column;justify-content:center;height:100%}.wpsr-popup{display:none;background:#fff;display:flex;flex-wrap:nowrap;flex-direction:column;box-shadow:0 3px 6px rgb(0 0 0 / 16%),0 3px 6px rgb(0 0 0 / 23%);border-radius:10px;max-height:100%;transform:translateY(-50px);opacity:0.8;transition:all 0.25s}.wpsr-pp-head{text-align:center;padding:10px 0;position:relative;border-bottom:1px solid #dfdfdf}.wpsr-pp-head h3{margin:0!important;font-size:20px}.wpsr-pp-content{overflow-y:auto;padding:20px}.wpsr-pp-close{position:absolute;top:50%;right:10px;color:#333;transform:translateY(-50%);padding:10px}.wpsr-pp-close:hover{opacity:0.8}.wpsr-pp-foot{text-align:center;padding:10px 0;font-size:12px;color:#777;border-top:1px solid #dfdfdf}.wpsr-pp-foot a{color:#ff8226;text-decoration:none}.wpsr-pp-foot a:hover{color:#333;text-decoration:underline}#wpsr-share-menu .wpsr-pp-inner{max-width:700px}.wpsr-sm-links{display:flex;flex-wrap:wrap}.wpsr-sm-links > div{width:33.33%;padding:5px;box-sizing:border-box}.wpsr-sm-link{display:flex;color:#fff!important;border-radius:5px;padding:5px;font-size:15px;text-decoration:none!important;border-bottom:2px solid rgb(0 0 0 / 10%);text-shadow:0 1px 1px rgb(0 0 0 / 30%);background:linear-gradient(rgb(0 0 0 / 1%),rgb(0 0 0 / 5%))}.wpsr-sm-link:hover,.wpsr-sm-link:focus,.wpsr-sm-link:active{text-decoration:none;color:#fff;opacity:0.8}.wpsr-sm-icon{width:24px;margin:0 5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.wpsr-sm-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#wpsr-short-link .wpsr-pp-inner{max-width:500px}#wpsr-short-link .wpsr-pp-content{display:flex;font-size:15px}#wpsr-short-link-url{flex:1;text-align:center}#wpsr-sl-copy-btn{background:#000;text-align:center;display:flex;flex-direction:column;justify-content:center;align-content:center;padding:5px 15px;color:#fff;border-radius:5px;margin-left:10px;text-decoration:none}#wpsr-sl-copy-btn:hover{text-decoration:none}@media screen and (max-width:700px){#wpsr-share-menu .wpsr-pp-inner,#wpsr-short-link .wpsr-pp-inner{max-width:100%}.wpsr-popup{border-radius:0}.wpsr-sm-links > div{width:50%}.wpsr-sm-link{padding:10px}}.socializer .sr-share-menu>a,.socializer .sr-share-menu>a:visited{background-color:#ff6500;border-color:#ff6500;color:#fff}.socializer .sr-native_share a,.socializer .sr-native_share a:visited{color:#2542c5;border-color:#2542c5;background-color:#2542c5}.sr-share-menu a i{font-size:0.7em}.wpsr-clearfix:after{display:block;clear:both;content:''}.wpsr-hide{display:none}.wpsr-close{background:red}.sr-custom-html{line-height:1}.socializer .ctext:empty{display:none!important}@keyframes wpsr-fadein{0%{opacity:0}100%{opacity:1}}@keyframes wpsr-fadeout{0%{opacity:1}100%{opacity:0}} .socializer{padding:0;margin:0;display:inline-flex;flex-wrap:wrap}.socializer>*{list-style:none;padding:0;margin:0;display:inline-block;position:relative;line-height:0}.socializer a{font-family:sans-serif!important;display:inline-flex;border:0;text-align:center;text-decoration:none;width:16px;height:16px;font-size:8px;border-style:solid;box-sizing:content-box;align-items:center;justify-content:center;transition:all .5s;transition-timing-function:ease-out}.socializer a>*{display:inline-block;vertical-align:middle;padding:0;margin:0}.socializer:after{content:'';clear:both;display:block}.sr-32px{min-height:32px}.sr-32px a{width:32px;height:32px;font-size:16px}.sr-32px.sr-font-sm a{font-size:10.6666666667px}.sr-32px.sr-font-lg a{font-size:21.3333333333px}.sr-40px{min-height:40px}.sr-40px a{width:40px;height:40px;font-size:20px}.sr-40px.sr-font-sm a{font-size:13.3333333333px}.sr-40px.sr-font-lg a{font-size:26.6666666667px}.sr-48px{min-height:48px}.sr-48px a{width:48px;height:48px;font-size:24px}.sr-48px.sr-font-sm a{font-size:16px}.sr-48px.sr-font-lg a{font-size:32px}.sr-64px{min-height:64px}.sr-64px a{width:64px;height:64px;font-size:32px}.sr-64px.sr-font-sm a{font-size:21.3333333333px}.sr-64px.sr-font-lg a{font-size:42.6666666667px}.socializer .sr-addtofavorites a,.socializer .sr-addtofavorites a:visited{color:#f9a600;border-color:#f9a600;background-color:#f9a600}.socializer .sr-behance a,.socializer .sr-behance a:visited{color:#1769ff;border-color:#1769ff;background-color:#1769ff}.socializer .sr-bitbucket a,.socializer .sr-bitbucket a:visited{color:#205081;border-color:#205081;background-color:#205081}.socializer .sr-blogger a,.socializer .sr-blogger a:visited{color:#ff6501;border-color:#ff6501;background-color:#ff6501}.socializer .sr-bluesky a,.socializer .sr-bluesky a:visited{color:#1083fe;border-color:#1083fe;background-color:#1083fe}.socializer .sr-codepen a,.socializer .sr-codepen a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-comments a,.socializer .sr-comments a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-delicious a,.socializer .sr-delicious a:visited{color:#3274d1;border-color:#3274d1;background-color:#3274d1}.socializer .sr-deviantart a,.socializer .sr-deviantart a:visited{color:#475c4d;border-color:#475c4d;background-color:#475c4d}.socializer .sr-digg a,.socializer .sr-digg a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-discord a,.socializer .sr-discord a:visited{color:#7289da;border-color:#7289da;background-color:#7289da}.socializer .sr-dribbble a,.socializer .sr-dribbble a:visited{color:#ea4c89;border-color:#ea4c89;background-color:#ea4c89}.socializer .sr-email a,.socializer .sr-email a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-etsy a,.socializer .sr-etsy a:visited{color:#f1641e;border-color:#f1641e;background-color:#f1641e}.socializer .sr-facebook a,.socializer .sr-facebook a:visited{color:#0866ff;border-color:#0866ff;background-color:#0866ff}.socializer .sr-fbmessenger a,.socializer .sr-fbmessenger a:visited{color:#0866ff;border-color:#0866ff;background-color:#0866ff}.socializer .sr-flickr a,.socializer .sr-flickr a:visited{color:#1c9be9;border-color:#1c9be9;background-color:#1c9be9}.socializer .sr-flipboard a,.socializer .sr-flipboard a:visited{color:#f52828;border-color:#f52828;background-color:#f52828}.socializer .sr-github a,.socializer .sr-github a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-google a,.socializer .sr-google a:visited{color:#3a7cec;border-color:#3a7cec;background-color:#3a7cec}.socializer .sr-googleplus a,.socializer .sr-googleplus a:visited{color:#db483b;border-color:#db483b;background-color:#db483b}.socializer .sr-hackernews a,.socializer .sr-hackernews a:visited{color:#ff6500;border-color:#ff6500;background-color:#ff6500}.socializer .sr-houzz a,.socializer .sr-houzz a:visited{color:#4dbc15;border-color:#4dbc15;background-color:#4dbc15}.socializer .sr-instagram a,.socializer .sr-instagram a:visited{color:#e23367;border-color:#e23367;background-color:#e23367}.socializer .sr-line a,.socializer .sr-line a:visited{color:#00c300;border-color:#00c300;background-color:#00c300}.socializer .sr-linkedin a,.socializer .sr-linkedin a:visited{color:#0274b3;border-color:#0274b3;background-color:#0274b3}.socializer .sr-mastodon a,.socializer .sr-mastodon a:visited{color:#6364ff;border-color:#6364ff;background-color:#6364ff}.socializer .sr-medium a,.socializer .sr-medium a:visited{color:#02b875;border-color:#02b875;background-color:#02b875}.socializer .sr-mix a,.socializer .sr-mix a:visited{color:#ff8226;border-color:#ff8226;background-color:#ff8226}.socializer .sr-odnoklassniki a,.socializer .sr-odnoklassniki a:visited{color:#f2720c;border-color:#f2720c;background-color:#f2720c}.socializer .sr-patreon a,.socializer .sr-patreon a:visited{color:#e85b46;border-color:#e85b46;background-color:#e85b46}.socializer .sr-paypal a,.socializer .sr-paypal a:visited{color:#0070ba;border-color:#0070ba;background-color:#0070ba}.socializer .sr-pdf a,.socializer .sr-pdf a:visited{color:#e61b2e;border-color:#e61b2e;background-color:#e61b2e}.socializer .sr-phone a,.socializer .sr-phone a:visited{color:#1a73e8;border-color:#1a73e8;background-color:#1a73e8}.socializer .sr-pinterest a,.socializer .sr-pinterest a:visited{color:#cb2027;border-color:#cb2027;background-color:#cb2027}.socializer .sr-pocket a,.socializer .sr-pocket a:visited{color:#ef4056;border-color:#ef4056;background-color:#ef4056}.socializer .sr-podcast a,.socializer .sr-podcast a:visited{color:#7224d8;border-color:#7224d8;background-color:#7224d8}.socializer .sr-print a,.socializer .sr-print a:visited{color:#6d9f00;border-color:#6d9f00;background-color:#6d9f00}.socializer .sr-reddit a,.socializer .sr-reddit a:visited{color:#ff5600;border-color:#ff5600;background-color:#ff5600}.socializer .sr-renren a,.socializer .sr-renren a:visited{color:#005eac;border-color:#005eac;background-color:#005eac}.socializer .sr-rss a,.socializer .sr-rss a:visited{color:#ff7b0a;border-color:#ff7b0a;background-color:#ff7b0a}.socializer .sr-shortlink a,.socializer .sr-shortlink a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-skype a,.socializer .sr-skype a:visited{color:#00aff0;border-color:#00aff0;background-color:#00aff0}.socializer .sr-sms a,.socializer .sr-sms a:visited{color:#35d54f;border-color:#35d54f;background-color:#35d54f}.socializer .sr-snapchat a,.socializer .sr-snapchat a:visited{color:#fffc00;border-color:#fffc00;background-color:#fffc00}.socializer .sr-soundcloud a,.socializer .sr-soundcloud a:visited{color:#f50;border-color:#f50;background-color:#f50}.socializer .sr-stackoverflow a,.socializer .sr-stackoverflow a:visited{color:#f48024;border-color:#f48024;background-color:#f48024}.socializer .sr-stumbleupon a,.socializer .sr-stumbleupon a:visited{color:#eb4823;border-color:#eb4823;background-color:#eb4823}.socializer .sr-quora a,.socializer .sr-quora a:visited{color:#b92b27;border-color:#b92b27;background-color:#b92b27}.socializer .sr-telegram a,.socializer .sr-telegram a:visited{color:#179cde;border-color:#179cde;background-color:#179cde}.socializer .sr-threads a,.socializer .sr-threads a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-tiktok a,.socializer .sr-tiktok a:visited{color:#010101;border-color:#010101;background-color:#010101}.socializer .sr-tumblr a,.socializer .sr-tumblr a:visited{color:#314358;border-color:#314358;background-color:#314358}.socializer .sr-twitch a,.socializer .sr-twitch a:visited{color:#4b367c;border-color:#4b367c;background-color:#4b367c}.socializer .sr-twitter a,.socializer .sr-twitter a:visited{color:#1da1f2;border-color:#1da1f2;background-color:#1da1f2}.socializer .sr-viber a,.socializer .sr-viber a:visited{color:#574e92;border-color:#574e92;background-color:#574e92}.socializer .sr-vimeo a,.socializer .sr-vimeo a:visited{color:#00adef;border-color:#00adef;background-color:#00adef}.socializer .sr-vkontakte a,.socializer .sr-vkontakte a:visited{color:#4c75a3;border-color:#4c75a3;background-color:#4c75a3}.socializer .sr-wechat a,.socializer .sr-wechat a:visited{color:#7bb32e;border-color:#7bb32e;background-color:#7bb32e}.socializer .sr-weibo a,.socializer .sr-weibo a:visited{color:#e6162d;border-color:#e6162d;background-color:#e6162d}.socializer .sr-whatsapp a,.socializer .sr-whatsapp a:visited{color:#25d366;border-color:#25d366;background-color:#25d366}.socializer .sr-x a,.socializer .sr-x a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-xing a,.socializer .sr-xing a:visited{color:#006567;border-color:#006567;background-color:#006567}.socializer .sr-yahoomail a,.socializer .sr-yahoomail a:visited{color:#4a00a1;border-color:#4a00a1;background-color:#4a00a1}.socializer .sr-youtube a,.socializer .sr-youtube a:visited{color:red;border-color:red;background-color:red}.socializer .sr-more>a,.socializer .sr-more>a:visited{color:green;border-color:green;background-color:green}.sr-text-in a{width:auto;padding:0 1em;overflow:hidden}.sr-text-in a>*{padding-right:.5em}.sr-text-in a>:last-child{padding-right:0}.sr-text-in .text{font-size:.8em}.sr-text-out a{vertical-align:middle}.sr-text-out .text{font-size:.8em;margin-left:.5em;vertical-align:middle}.sr-text-below{text-align:center}.sr-text-below .text{display:block;font-size:.8em;margin-top:.5em}.sr-text-hover .text{display:none;position:absolute;background:#000;color:#fff;font-size:12px;width:100px;top:-3em;border-radius:5px;text-align:center;line-height:2em;margin-left:-25%;z-index:9999}.sr-text-hover .text:before{position:absolute;content:'';border:.5em solid red;bottom:-1em;left:1em;width:0;height:0;border-color:#000 transparent transparent transparent}.sr-text-hover:hover>.text{display:block}.sr-bdr-sm.socializer a{border-width:1px}.sr-bdr-md.socializer a{border-width:2px}.sr-bdr-lg.socializer a{border-width:3px}.sr-bdr-none.socializer a{border-width:0}.sr-bdr-white.socializer a,.sr-bdr-white.socializer a:visited{border-color:#fff}.sr-bdr-dark.socializer a,.sr-bdr-dark.socializer a:visited{border-color:#000}.sr-bdr-grey.socializer a,.sr-bdr-grey.socializer a:visited{border-color:#ccc}.sr-bg-white.socializer a,.sr-bg-white.socializer a:visited{background-color:#fff}.sr-bg-dark.socializer a,.sr-bg-dark.socializer a:visited{background-color:#333}.sr-bg-grey.socializer a,.sr-bg-grey.socializer a:visited{background-color:#ccc}.sr-bg-none.socializer a,.sr-bg-none.socializer a:visited{background-color:transparent}.sr-icon-white.socializer a,.sr-icon-white.socializer a:visited{color:#fff}.sr-icon-dark.socializer a,.sr-icon-dark.socializer a:visited{color:#333}.sr-icon-grey.socializer a,.sr-icon-grey.socializer a:visited{color:#ccc}.sr-sw-1.socializer a{box-shadow:0 0 .2em rgba(0,0,0,.3)}.sr-sw-2.socializer a{box-shadow:inset 0 -.1em .1em rgba(0,0,0,.3)}.sr-sw-3.socializer a{box-shadow:0 -.1em .1em rgba(0,0,0,.3)}.sr-sw-icon-1.socializer a i{text-shadow:0 1px 1px rgba(0,0,0,.5)}.sr-count-1 span.ctext{background:#ff5722;position:absolute;top:-.6em;right:-.6em;border-radius:1em;font-size:.6em;line-height:1;padding:.3em .5em!important;z-index:99;color:#fff;box-shadow:0 1px 3px -1px #000}.sr-count-2 span.ctext{font-size:.8em;margin:0;padding:.5em;font-weight:700;line-height:.8em;background:rgba(0,0,0,.3);border-radius:1em}.sr-count-3 span.ctext{font-size:.8em;margin:0;font-weight:700;line-height:.8em;border-left:1px solid;padding:0 0 0 .8em}.sr-vertical.sr-count-2 span.ctext{font-size:.6em;border-radius:0;padding:.5em;width:100%}.sr-vertical.sr-count-3 span.ctext{font-size:.6em;border-radius:0;border-top:1px solid;padding:.5em;border-left:0;width:100%}.sr-vertical.sr-count-2 .sr-text-in a,.sr-vertical.sr-count-3 .sr-text-in a{height:auto}.sr-vertical.sr-count-2 .sr-text-in a i,.sr-vertical.sr-count-3 .sr-text-in a i{margin:.5em 0}.sr-bb-1 .sr-text-in{margin-right:3.5em}.sr-bb-1 a{position:relative;overflow:visible}.sr-bb-1 span.ctext{font-size:.8em;font-weight:700;background:#fff;border-radius:3px;color:#333;position:absolute;width:3em;top:0;bottom:0;padding:0;right:-3.5em;border:1px solid #dfdfdf}.sr-vertical.sr-bb-1 span.ctext{display:block;position:static;width:100%;margin:0;font-size:.7em;line-height:1;padding:.3em 0;margin-top:-.3em}.sr-circle a{border-radius:50%}.sr-circle .sr-text-in a,.sr-circle.sr-text-in a{border-radius:1em}.sr-squircle .sr-text-in a,.sr-squircle a,.sr-squircle.sr-text-in a{border-radius:.5em}.sr-squircle-2 .sr-text-in a,.sr-squircle-2 a,.sr-squircle-2.sr-text-in a{border-radius:0 .5em 0 .5em}.sr-diamond a{transform:rotate(45deg)}.sr-diamond a>*{transform:rotate(-45deg)}.sr-drop a{border-radius:50% 50% 0 50%}.sr-drop .sr-text-in a{border-radius:1em 1em 0 1em}.sr-ribbon a:after{content:'';display:block;position:absolute;left:0;right:0;top:calc(100% - .25em / 2);border-style:solid;border-color:inherit;border-bottom-color:transparent;border-width:0 1em .5em 1em}.sr-ribbon.sr-vertical>*{margin-bottom:1em!important}.sr-fluid{display:flex;width:100%;flex-wrap:nowrap}.sr-fluid>*{float:none;width:100%}.sr-fluid a{width:100%;box-sizing:border-box;overflow:hidden;padding:0 .5em}.sr-fluid.sr-pad{border-spacing:.25em}.sr-fluid .sr-text-in a>*,.sr-fluid.sr-text-in a>*{margin-right:.5em}.sr-fluid .sr-text-in a>:last-child,.sr-fluid.sr-text-in a>:last-child{margin-right:0}.sr-fluid .sr-text-in a:last-child,.sr-fluid.sr-text-in a:last-child{margin:0}.sr-fluid.sr-squircle a{border-radius:.5em}.sr-fluid.sr-squircle-2 a{border-radius:0 .5em 0 .5em}.sr-fluid .sr-more li{display:block;width:100%}.sr-vertical{width:16px;flex-direction:column}.sr-vertical.sr-32px{width:32px}.sr-vertical.sr-32px>*{width:32px}.sr-vertical.sr-40px{width:40px}.sr-vertical.sr-40px>*{width:40px}.sr-vertical.sr-48px{width:48px}.sr-vertical.sr-48px>*{width:48px}.sr-vertical.sr-64px{width:64px}.sr-vertical.sr-64px>*{width:64px}.sr-vertical.sr-pad>*{margin:0 0 .5em 0}.sr-vertical a{flex-direction:column}.sr-vertical .sr-text-in{line-height:1}.sr-vertical .sr-text-in a{padding:0;width:inherit}.sr-vertical .sr-text-in a>*{padding:0}.sr-vertical .sr-text-in .text{display:none}.sr-opacity a:hover{opacity:.5}.sr-opacity a:active{opacity:.8}.sr-rotate a:hover{transform:rotate(15deg)}.sr-rotate a:active{transform:rotate(0)}.sr-zoom a:hover{transform:scale(1.1);z-index:9999}.sr-zoom a:active{transform:scale(.9)}.sr-shrink a:hover{transform:scale(.9)}.sr-shrink a:active{transform:scale(.7)}.sr-float a:hover{transform:translateY(-5px)}.sr-float a:active{transform:translateY(0)}.sr-sink a:hover{transform:translateY(5px)}.sr-sink a:active{transform:translateY(0)}.sr-fade-white a:hover{color:#000;background-color:#fff}.sr-fade-white a:active{opacity:.2}.sr-fade-black a:hover{color:#fff;background-color:#000}.sr-fade-black a:active{opacity:.2}.sr-fade-dark a:hover{filter:brightness(.8)}.sr-fade-dark a:active{filter:brightness(.5)}.sr-pad>*{margin-right:.5em}.sr-multiline>*{margin-bottom:.5em}.sr-no-icon i{display:none}.socializer.sr-pad>:last-child{margin:0!important}.sr-more .socializer{background:#fff;padding:.5em;position:absolute;display:none;box-shadow:0 2px 6px -2px;z-index:9999}.sr-more .socializer:before{content:'';display:inline-block;position:absolute;border:.25em solid;border-color:transparent transparent #fff transparent;top:-.5em;left:.5em}.sr-more .socializer:after{content:'';clear:both;display:block}.sr-more .socializer>*{margin:0 0 .5em 0}.sr-more .socializer>:last-child{margin-bottom:0}.sr-more:hover .socializer{display:block}.sr-sharebar{position:fixed;z-index:9999}.sr-sb-vl{top:50%;transform:translateY(-50%)}.sr-sb-left{left:30px}.sr-sb-right{right:30px}.sr-sb-hl{left:50%;transform:translateX(-50%)}.sr-sb-top{top:30px}.sr-sb-bottom{bottom:30px}.sr-sb-white{background:#fff;box-shadow:0 1px 4px -2px;padding:10px}.sr-sb-dark{background:#333;box-shadow:0 1px 4px -2px;padding:10px}.sr-sb-dark .text{color:#fff}