@charset 'UTF-8';
.flexslider {
border: 0;
margin: 0px;
overflow: hidden;
}
.flex-control-nav {
width: 100%;
position: absolute;
text-align: center;
z-index: 900;
}
.flex-direction-nav {
width: 100%;
position: absolute;
left: 0;
margin: -50px 0 0;
z-index: 100;
padding: 0 !important;
}
.flex-direction-nav li {
overflow: visible;
padding: 0px 0px 0px 0px !important;
margin: 0px !important;
list-style: none !important;
}
.flex-direction-nav a {
overflow: visible;
margin: 0;
opacity: 1;
color: rgba(0, 0, 0, 0.8);
text-indent: -9999em !important;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
outline: none !important;
box-shadow: none !important;
border: none !important;
}
.flex-direction-nav .arrow {
position: absolute;
top: 0;
left: 0;
z-index: 200;
}
.flex-direction-nav .flex-prev {
left: 0px;
height: 50px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: left;
height: 50px;
}
.flexslider:hover .flex-prev {
left: 0;
opacity: 1
}
.flexslider:hover .flex-next {
right: 0;
opacity: 1
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
background-color: #fff;
opacity: 1;
}
.flexslider .slides>li:before,
.flex-control-nav>li:before,
.flex-direction-nav>li:before {
content: '' !important;
}
.immersive_slider {
background: #161923;
max-width: 100%;
height: 480px;
opacity: .9;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
}
.immersive_slider .is-slide {
display: block;
height: 100%;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 50px 60px;
position: absolute;
}
.is-bg-overflow {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
}
.is-overflow,
.is-bg-overflow {
height: 100%;
}
.ease {
-webkit-transition: 1000ms ease all;
-moz-transition: 1000ms ease all;
-o-transition: 1000ms ease all;
transition: 1000ms ease all;
}
.bounce {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) 0 all;
transition: 2000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}
.bounce2 {
-webkit-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, 1) all;
-moz-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
-o-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
transition: 2000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
}
.bounceUp2 {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
transition: 2000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
}
.bounceUp3 {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
transition: 2000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
}
.no-animation {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.immersive_slider .is-slide .image img {
position: relative;
max-width: 100%;
display: inline !important;
width: 100% !important;
height: 100% !important;
max-height: 100%;
object-fit: contain !important;
}
.immersive_slider .is-slide .image iframe {
max-width: 100%;
display: block;
width: 100%;
}
.immersive_slider .is-slide .content h2 {
font-size: 42px;
font-weight: 300;
text-align: left;
}
.is-container {
position: relative;
overflow: hidden;
}
.is-container .is-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.is-container .is-background.gs_cssblur {
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
filter: blur(20px);
}
.is-pagination li {
padding: 0;
display: inline-block;
text-align: center;
position: relative;
margin: 0px !important;
padding: 0px !important;
}
.is-pagination li a {
padding: 10px;
width: 4px;
height: 4px;
display: block;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
border: none !important;
}
.is-pagination li a:before {
content: '';
position: absolute;
width: 4px;
height: 4px;
background: rgba(255, 255, 255, 0.85);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.is-pagination li a.active:before {
width: 10px;
height: 10px;
background: none;
border: 1px solid white;
margin-top: -4px;
left: 8px;
}
.is-next {
right: 10px !important;
}
.is-prev {
left: 10px !important;
}
a {
text-decoration: none !important;
}
a:hover {
text-decoration: none;
}
.wrapper {
margin: 25px auto !important;
}
.cn-slideshow {
position: relative;
margin: 0 auto;
background: transparent;
}
.cn-loading {
position: absolute;
z-index: 999;
text-indent: -9000px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
width: 50px;
height: 50px;
background: url(//meraklikedim.com/wp-content/plugins/slider-images/images/ajax-loader.gif) no-repeat center center;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.cn-images {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.cn-images img {
position: absolute;
top: 0px;
left: 0px;
display: none;
width: 100%;
height: 100%;
}
.cn-bar {
height: 74px;
position: absolute;
right: 50px;
left: 50px;
color: #f8f8f8;
z-index: 999;
}
.cn-nav-content {
position: absolute;
top: 0px;
height: 100%;
right: 70px;
left: 70px;
}
.cn-nav-content div {
float: left;
}
.cn-nav-content div.cn-nav-content-current {
text-align: center;
width: 280px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -140px;
}
.cn-nav-content h2,
.cn-nav-content h3 {
padding: 0;
margin: 0;
}
.cn-nav-content div.cn-nav-content-prev {
margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next {
text-align: right;
margin-right: 20px;
float: right;
}
.cn-nav-content div span {
display: block;
margin-top: 5px;
}
.cn-nav>a {
position: absolute;
top: 0px;
height: 70px;
width: 0px;
z-index: 2 !important;
}
a.cn-nav-prev {
left: 0px;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
}
a.cn-nav-next {
right: 0px;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
}
.cn-nav a span {
width: 46px;
height: 46px;
display: block;
text-indent: -9000px;
opacity: 0.9;
position: absolute;
top: 50%;
left: 50%;
background-size: 17px 25px;
margin: -23px 0 0 -23px;
perspective-origin: 800px !important;
-webkit-perspective-origin: 800px !important;
-ms-perspective-origin: 800px !important;
-moz-perspective-origin: 800px !important;
-o-perspective-origin: 800px !important;
-webkit-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease !important;
-moz-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
-o-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
-ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease !important;
overflow: hidden;
}
.cn-nav a div {
width: 90px;
height: 90px;
position: absolute;
top: 50%;
left: 50%;
perspective-origin: 800px !important;
-webkit-perspective-origin: 800px !important;
-ms-perspective-origin: 800px !important;
-moz-perspective-origin: 800px !important;
-o-perspective-origin: 800px !important;
transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-webkit-backface-visibility: hidden;
overflow: hidden;
perspective: 800px !important;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
margin: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 25px;
-webkit-filter: inherit;
filter: inherit;
-webkit-transition: transform 0.3s ease, background-size 0s ease !important;
-moz-transition: transform 0.3s ease, background-size 0s ease !important;
-o-transition: transform 0.3s ease, background-size 0s ease !important;
-ms-transition: transform 0.3s ease, background-size 0s ease !important;
transition: transform 0.3s ease, background-size 0s ease !important;
}
.cn-nav a:hover span {
width: 100px;
height: 100px;
opacity: 0.6;
margin: -50px 0 0 -50px;
background-size: 22px 32px;
}
.cn-nav a:hover div {
transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
background-size: 120% 120%;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
display: none !important;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom: 38px;
margin-top: 5px;
}
#cboxTitle {
position: absolute;
bottom: 0px;
left: 0;
text-align: center;
width: 100%;
}
#cboxCurrent {
position: absolute;
bottom: 0px;
left: 100px;
}
#cboxSlideshow {
position: absolute;
bottom: 4px;
right: 30px;
color: #0092ef;
}
#cboxPrevious {
position: absolute;
bottom: 0;
left: 5px;
}
#cboxNext {
position: absolute;
bottom: 0;
left: 48px;
}
#cboxLoadingGraphic {
background: url(//meraklikedim.com/wp-content/plugins/slider-images/images/ajax-loader.gif) no-repeat center center;
}
#cboxClose {
position: absolute;
bottom: 0;
right: 5px;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
opacity: 0.8;
}
@media all and (max-width: 750px) {
#cboxCurrent {
position: absolute;
bottom: 0px;
left: 100px;
display: none !important
}
}@font-face {
font-family: 'FontAwesome';
src: url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//meraklikedim.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.rich_web {
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;
} .rich_web-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.rich_web-2x {
font-size: 2em;
}
.rich_web-3x {
font-size: 3em;
}
.rich_web-4x {
font-size: 4em;
}
.rich_web-5x {
font-size: 5em;
}
.rich_web-fw {
width: 1.28571429em;
text-align: center;
}
.rich_web-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.rich_web-ul>li {
position: relative;
}
.rich_web-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.rich_web-li.rich_web-lg {
left: -1.85714286em;
}
.rich_web-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.rich_web-pull-left {
float: left;
}
.rich_web-pull-right {
float: right;
}
.rich_web.rich_web-pull-left {
margin-right: .3em;
}
.rich_web.rich_web-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.rich_web.pull-left {
margin-right: .3em;
}
.rich_web.pull-right {
margin-left: .3em;
}
.rich_web-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.rich_web-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);
}
}
.rich_web-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rich_web-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rich_web-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.rich_web-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);
}
.rich_web-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 .rich_web-rotate-90,
:root .rich_web-rotate-180,
:root .rich_web-rotate-270,
:root .rich_web-flip-horizontal,
:root .rich_web-flip-vertical {
filter: none;
}
.rich_web-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.rich_web-stack-1x,
.rich_web-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.rich_web-stack-1x {
line-height: inherit;
}
.rich_web-stack-2x {
font-size: 2em;
}
.rich_web-inverse {
color: #ffffff;
} .rich_web-glass:before {
content: "\f000";
}
.rich_web-music:before {
content: "\f001";
}
.rich_web-search:before {
content: "\f002";
}
.rich_web-envelope-o:before {
content: "\f003";
}
.rich_web-heart:before {
content: "\f004";
}
.rich_web-star:before {
content: "\f005";
}
.rich_web-star-o:before {
content: "\f006";
}
.rich_web-user:before {
content: "\f007";
}
.rich_web-film:before {
content: "\f008";
}
.rich_web-th-large:before {
content: "\f009";
}
.rich_web-th:before {
content: "\f00a";
}
.rich_web-th-list:before {
content: "\f00b";
}
.rich_web-check:before {
content: "\f00c";
}
.rich_web-remove:before,
.rich_web-close:before,
.rich_web-times:before {
content: "\f00d";
}
.rich_web-search-plus:before {
content: "\f00e";
}
.rich_web-search-minus:before {
content: "\f010";
}
.rich_web-power-off:before {
content: "\f011";
}
.rich_web-signal:before {
content: "\f012";
}
.rich_web-gear:before,
.rich_web-cog:before {
content: "\f013";
}
.rich_web-trash-o:before {
content: "\f014";
}
.rich_web-home:before {
content: "\f015";
}
.rich_web-file-o:before {
content: "\f016";
}
.rich_web-clock-o:before {
content: "\f017";
}
.rich_web-road:before {
content: "\f018";
}
.rich_web-download:before {
content: "\f019";
}
.rich_web-arrow-circle-o-down:before {
content: "\f01a";
}
.rich_web-arrow-circle-o-up:before {
content: "\f01b";
}
.rich_web-inbox:before {
content: "\f01c";
}
.rich_web-play-circle-o:before {
content: "\f01d";
}
.rich_web-rotate-right:before,
.rich_web-repeat:before {
content: "\f01e";
}
.rich_web-refresh:before {
content: "\f021";
}
.rich_web-list-alt:before {
content: "\f022";
}
.rich_web-lock:before {
content: "\f023";
}
.rich_web-flag:before {
content: "\f024";
}
.rich_web-headphones:before {
content: "\f025";
}
.rich_web-volume-off:before {
content: "\f026";
}
.rich_web-volume-down:before {
content: "\f027";
}
.rich_web-volume-up:before {
content: "\f028";
}
.rich_web-qrcode:before {
content: "\f029";
}
.rich_web-barcode:before {
content: "\f02a";
}
.rich_web-tag:before {
content: "\f02b";
}
.rich_web-tags:before {
content: "\f02c";
}
.rich_web-book:before {
content: "\f02d";
}
.rich_web-bookmark:before {
content: "\f02e";
}
.rich_web-print:before {
content: "\f02f";
}
.rich_web-camera:before {
content: "\f030";
}
.rich_web-font:before {
content: "\f031";
}
.rich_web-bold:before {
content: "\f032";
}
.rich_web-italic:before {
content: "\f033";
}
.rich_web-text-height:before {
content: "\f034";
}
.rich_web-text-width:before {
content: "\f035";
}
.rich_web-align-left:before {
content: "\f036";
}
.rich_web-align-center:before {
content: "\f037";
}
.rich_web-align-right:before {
content: "\f038";
}
.rich_web-align-justify:before {
content: "\f039";
}
.rich_web-list:before {
content: "\f03a";
}
.rich_web-dedent:before,
.rich_web-outdent:before {
content: "\f03b";
}
.rich_web-indent:before {
content: "\f03c";
}
.rich_web-video-camera:before {
content: "\f03d";
}
.rich_web-photo:before,
.rich_web-image:before,
.rich_web-picture-o:before {
content: "\f03e";
}
.rich_web-pencil:before {
content: "\f040";
}
.rich_web-map-marker:before {
content: "\f041";
}
.rich_web-adjust:before {
content: "\f042";
}
.rich_web-tint:before {
content: "\f043";
}
.rich_web-edit:before,
.rich_web-pencil-square-o:before {
content: "\f044";
}
.rich_web-share-square-o:before {
content: "\f045";
}
.rich_web-check-square-o:before {
content: "\f046";
}
.rich_web-arrows:before {
content: "\f047";
}
.rich_web-step-backward:before {
content: "\f048";
}
.rich_web-fast-backward:before {
content: "\f049";
}
.rich_web-backward:before {
content: "\f04a";
}
.rich_web-play:before {
content: "\f04b";
}
.rich_web-pause:before {
content: "\f04c";
}
.rich_web-stop:before {
content: "\f04d";
}
.rich_web-forward:before {
content: "\f04e";
}
.rich_web-fast-forward:before {
content: "\f050";
}
.rich_web-step-forward:before {
content: "\f051";
}
.rich_web-eject:before {
content: "\f052";
}
.rich_web-chevron-left:before {
content: "\f053";
}
.rich_web-chevron-right:before {
content: "\f054";
}
.rich_web-plus-circle:before {
content: "\f055";
}
.rich_web-minus-circle:before {
content: "\f056";
}
.rich_web-times-circle:before {
content: "\f057";
}
.rich_web-check-circle:before {
content: "\f058";
}
.rich_web-question-circle:before {
content: "\f059";
}
.rich_web-info-circle:before {
content: "\f05a";
}
.rich_web-crosshairs:before {
content: "\f05b";
}
.rich_web-times-circle-o:before {
content: "\f05c";
}
.rich_web-check-circle-o:before {
content: "\f05d";
}
.rich_web-ban:before {
content: "\f05e";
}
.rich_web-arrow-left:before {
content: "\f060";
}
.rich_web-arrow-right:before {
content: "\f061";
}
.rich_web-arrow-up:before {
content: "\f062";
}
.rich_web-arrow-down:before {
content: "\f063";
}
.rich_web-mail-forward:before,
.rich_web-share:before {
content: "\f064";
}
.rich_web-expand:before {
content: "\f065";
}
.rich_web-compress:before {
content: "\f066";
}
.rich_web-plus:before {
content: "\f067";
}
.rich_web-minus:before {
content: "\f068";
}
.rich_web-asterisk:before {
content: "\f069";
}
.rich_web-exclamation-circle:before {
content: "\f06a";
}
.rich_web-gift:before {
content: "\f06b";
}
.rich_web-leaf:before {
content: "\f06c";
}
.rich_web-fire:before {
content: "\f06d";
}
.rich_web-eye:before {
content: "\f06e";
}
.rich_web-eye-slash:before {
content: "\f070";
}
.rich_web-warning:before,
.rich_web-exclamation-triangle:before {
content: "\f071";
}
.rich_web-plane:before {
content: "\f072";
}
.rich_web-calendar:before {
content: "\f073";
}
.rich_web-random:before {
content: "\f074";
}
.rich_web-comment:before {
content: "\f075";
}
.rich_web-magnet:before {
content: "\f076";
}
.rich_web-chevron-up:before {
content: "\f077";
}
.rich_web-chevron-down:before {
content: "\f078";
}
.rich_web-retweet:before {
content: "\f079";
}
.rich_web-shopping-cart:before {
content: "\f07a";
}
.rich_web-folder:before {
content: "\f07b";
}
.rich_web-folder-open:before {
content: "\f07c";
}
.rich_web-arrows-v:before {
content: "\f07d";
}
.rich_web-arrows-h:before {
content: "\f07e";
}
.rich_web-bar-chart-o:before,
.rich_web-bar-chart:before {
content: "\f080";
}
.rich_web-twitter-square:before {
content: "\f081";
}
.rich_web-facebook-square:before {
content: "\f082";
}
.rich_web-camera-retro:before {
content: "\f083";
}
.rich_web-key:before {
content: "\f084";
}
.rich_web-gears:before,
.rich_web-cogs:before {
content: "\f085";
}
.rich_web-comments:before {
content: "\f086";
}
.rich_web-thumbs-o-up:before {
content: "\f087";
}
.rich_web-thumbs-o-down:before {
content: "\f088";
}
.rich_web-star-half:before {
content: "\f089";
}
.rich_web-heart-o:before {
content: "\f08a";
}
.rich_web-sign-out:before {
content: "\f08b";
}
.rich_web-linkedin-square:before {
content: "\f08c";
}
.rich_web-thumb-tack:before {
content: "\f08d";
}
.rich_web-external-link:before {
content: "\f08e";
}
.rich_web-sign-in:before {
content: "\f090";
}
.rich_web-trophy:before {
content: "\f091";
}
.rich_web-github-square:before {
content: "\f092";
}
.rich_web-upload:before {
content: "\f093";
}
.rich_web-lemon-o:before {
content: "\f094";
}
.rich_web-phone:before {
content: "\f095";
}
.rich_web-square-o:before {
content: "\f096";
}
.rich_web-bookmark-o:before {
content: "\f097";
}
.rich_web-phone-square:before {
content: "\f098";
}
.rich_web-twitter:before {
content: "\f099";
}
.rich_web-facebook-f:before,
.rich_web-facebook:before {
content: "\f09a";
}
.rich_web-github:before {
content: "\f09b";
}
.rich_web-unlock:before {
content: "\f09c";
}
.rich_web-credit-card:before {
content: "\f09d";
}
.rich_web-feed:before,
.rich_web-rss:before {
content: "\f09e";
}
.rich_web-hdd-o:before {
content: "\f0a0";
}
.rich_web-bullhorn:before {
content: "\f0a1";
}
.rich_web-bell:before {
content: "\f0f3";
}
.rich_web-certificate:before {
content: "\f0a3";
}
.rich_web-hand-o-right:before {
content: "\f0a4";
}
.rich_web-hand-o-left:before {
content: "\f0a5";
}
.rich_web-hand-o-up:before {
content: "\f0a6";
}
.rich_web-hand-o-down:before {
content: "\f0a7";
}
.rich_web-arrow-circle-left:before {
content: "\f0a8";
}
.rich_web-arrow-circle-right:before {
content: "\f0a9";
}
.rich_web-arrow-circle-up:before {
content: "\f0aa";
}
.rich_web-arrow-circle-down:before {
content: "\f0ab";
}
.rich_web-globe:before {
content: "\f0ac";
}
.rich_web-wrench:before {
content: "\f0ad";
}
.rich_web-tasks:before {
content: "\f0ae";
}
.rich_web-filter:before {
content: "\f0b0";
}
.rich_web-briefcase:before {
content: "\f0b1";
}
.rich_web-arrows-alt:before {
content: "\f0b2";
}
.rich_web-group:before,
.rich_web-users:before {
content: "\f0c0";
}
.rich_web-chain:before,
.rich_web-link:before {
content: "\f0c1";
}
.rich_web-cloud:before {
content: "\f0c2";
}
.rich_web-flask:before {
content: "\f0c3";
}
.rich_web-cut:before,
.rich_web-scissors:before {
content: "\f0c4";
}
.rich_web-copy:before,
.rich_web-files-o:before {
content: "\f0c5";
}
.rich_web-paperclip:before {
content: "\f0c6";
}
.rich_web-save:before,
.rich_web-floppy-o:before {
content: "\f0c7";
}
.rich_web-square:before {
content: "\f0c8";
}
.rich_web-navicon:before,
.rich_web-reorder:before,
.rich_web-bars:before {
content: "\f0c9";
}
.rich_web-list-ul:before {
content: "\f0ca";
}
.rich_web-list-ol:before {
content: "\f0cb";
}
.rich_web-strikethrough:before {
content: "\f0cc";
}
.rich_web-underline:before {
content: "\f0cd";
}
.rich_web-table:before {
content: "\f0ce";
}
.rich_web-magic:before {
content: "\f0d0";
}
.rich_web-truck:before {
content: "\f0d1";
}
.rich_web-pinterest:before {
content: "\f0d2";
}
.rich_web-pinterest-square:before {
content: "\f0d3";
}
.rich_web-google-plus-square:before {
content: "\f0d4";
}
.rich_web-google-plus:before {
content: "\f0d5";
}
.rich_web-money:before {
content: "\f0d6";
}
.rich_web-caret-down:before {
content: "\f0d7";
}
.rich_web-caret-up:before {
content: "\f0d8";
}
.rich_web-caret-left:before {
content: "\f0d9";
}
.rich_web-caret-right:before {
content: "\f0da";
}
.rich_web-columns:before {
content: "\f0db";
}
.rich_web-unsorted:before,
.rich_web-sort:before {
content: "\f0dc";
}
.rich_web-sort-down:before,
.rich_web-sort-desc:before {
content: "\f0dd";
}
.rich_web-sort-up:before,
.rich_web-sort-asc:before {
content: "\f0de";
}
.rich_web-envelope:before {
content: "\f0e0";
}
.rich_web-linkedin:before {
content: "\f0e1";
}
.rich_web-rotate-left:before,
.rich_web-undo:before {
content: "\f0e2";
}
.rich_web-legal:before,
.rich_web-gavel:before {
content: "\f0e3";
}
.rich_web-dashboard:before,
.rich_web-tachometer:before {
content: "\f0e4";
}
.rich_web-comment-o:before {
content: "\f0e5";
}
.rich_web-comments-o:before {
content: "\f0e6";
}
.rich_web-flash:before,
.rich_web-bolt:before {
content: "\f0e7";
}
.rich_web-sitemap:before {
content: "\f0e8";
}
.rich_web-umbrella:before {
content: "\f0e9";
}
.rich_web-paste:before,
.rich_web-clipboard:before {
content: "\f0ea";
}
.rich_web-lightbulb-o:before {
content: "\f0eb";
}
.rich_web-exchange:before {
content: "\f0ec";
}
.rich_web-cloud-download:before {
content: "\f0ed";
}
.rich_web-cloud-upload:before {
content: "\f0ee";
}
.rich_web-user-md:before {
content: "\f0f0";
}
.rich_web-stethoscope:before {
content: "\f0f1";
}
.rich_web-suitcase:before {
content: "\f0f2";
}
.rich_web-bell-o:before {
content: "\f0a2";
}
.rich_web-coffee:before {
content: "\f0f4";
}
.rich_web-cutlery:before {
content: "\f0f5";
}
.rich_web-file-text-o:before {
content: "\f0f6";
}
.rich_web-building-o:before {
content: "\f0f7";
}
.rich_web-hospital-o:before {
content: "\f0f8";
}
.rich_web-ambulance:before {
content: "\f0f9";
}
.rich_web-medkit:before {
content: "\f0fa";
}
.rich_web-fighter-jet:before {
content: "\f0fb";
}
.rich_web-beer:before {
content: "\f0fc";
}
.rich_web-h-square:before {
content: "\f0fd";
}
.rich_web-plus-square:before {
content: "\f0fe";
}
.rich_web-angle-double-left:before {
content: "\f100";
}
.rich_web-angle-double-right:before {
content: "\f101";
}
.rich_web-angle-double-up:before {
content: "\f102";
}
.rich_web-angle-double-down:before {
content: "\f103";
}
.rich_web-angle-left:before {
content: "\f104";
}
.rich_web-angle-right:before {
content: "\f105";
}
.rich_web-angle-up:before {
content: "\f106";
}
.rich_web-angle-down:before {
content: "\f107";
}
.rich_web-desktop:before {
content: "\f108";
}
.rich_web-laptop:before {
content: "\f109";
}
.rich_web-tablet:before {
content: "\f10a";
}
.rich_web-mobile-phone:before,
.rich_web-mobile:before {
content: "\f10b";
}
.rich_web-circle-o:before {
content: "\f10c";
}
.rich_web-quote-left:before {
content: "\f10d";
}
.rich_web-quote-right:before {
content: "\f10e";
}
.rich_web-spinner:before {
content: "\f110";
}
.rich_web-circle:before {
content: "\f111";
}
.rich_web-mail-reply:before,
.rich_web-reply:before {
content: "\f112";
}
.rich_web-github-alt:before {
content: "\f113";
}
.rich_web-folder-o:before {
content: "\f114";
}
.rich_web-folder-open-o:before {
content: "\f115";
}
.rich_web-smile-o:before {
content: "\f118";
}
.rich_web-frown-o:before {
content: "\f119";
}
.rich_web-meh-o:before {
content: "\f11a";
}
.rich_web-gamepad:before {
content: "\f11b";
}
.rich_web-keyboard-o:before {
content: "\f11c";
}
.rich_web-flag-o:before {
content: "\f11d";
}
.rich_web-flag-checkered:before {
content: "\f11e";
}
.rich_web-terminal:before {
content: "\f120";
}
.rich_web-code:before {
content: "\f121";
}
.rich_web-mail-reply-all:before,
.rich_web-reply-all:before {
content: "\f122";
}
.rich_web-star-half-empty:before,
.rich_web-star-half-full:before,
.rich_web-star-half-o:before {
content: "\f123";
}
.rich_web-location-arrow:before {
content: "\f124";
}
.rich_web-crop:before {
content: "\f125";
}
.rich_web-code-fork:before {
content: "\f126";
}
.rich_web-unlink:before,
.rich_web-chain-broken:before {
content: "\f127";
}
.rich_web-question:before {
content: "\f128";
}
.rich_web-info:before {
content: "\f129";
}
.rich_web-exclamation:before {
content: "\f12a";
}
.rich_web-superscript:before {
content: "\f12b";
}
.rich_web-subscript:before {
content: "\f12c";
}
.rich_web-eraser:before {
content: "\f12d";
}
.rich_web-puzzle-piece:before {
content: "\f12e";
}
.rich_web-microphone:before {
content: "\f130";
}
.rich_web-microphone-slash:before {
content: "\f131";
}
.rich_web-shield:before {
content: "\f132";
}
.rich_web-calendar-o:before {
content: "\f133";
}
.rich_web-fire-extinguisher:before {
content: "\f134";
}
.rich_web-rocket:before {
content: "\f135";
}
.rich_web-maxcdn:before {
content: "\f136";
}
.rich_web-chevron-circle-left:before {
content: "\f137";
}
.rich_web-chevron-circle-right:before {
content: "\f138";
}
.rich_web-chevron-circle-up:before {
content: "\f139";
}
.rich_web-chevron-circle-down:before {
content: "\f13a";
}
.rich_web-html5:before {
content: "\f13b";
}
.rich_web-css3:before {
content: "\f13c";
}
.rich_web-anchor:before {
content: "\f13d";
}
.rich_web-unlock-alt:before {
content: "\f13e";
}
.rich_web-bullseye:before {
content: "\f140";
}
.rich_web-ellipsis-h:before {
content: "\f141";
}
.rich_web-ellipsis-v:before {
content: "\f142";
}
.rich_web-rss-square:before {
content: "\f143";
}
.rich_web-play-circle:before {
content: "\f144";
}
.rich_web-ticket:before {
content: "\f145";
}
.rich_web-minus-square:before {
content: "\f146";
}
.rich_web-minus-square-o:before {
content: "\f147";
}
.rich_web-level-up:before {
content: "\f148";
}
.rich_web-level-down:before {
content: "\f149";
}
.rich_web-check-square:before {
content: "\f14a";
}
.rich_web-pencil-square:before {
content: "\f14b";
}
.rich_web-external-link-square:before {
content: "\f14c";
}
.rich_web-share-square:before {
content: "\f14d";
}
.rich_web-compass:before {
content: "\f14e";
}
.rich_web-toggle-down:before,
.rich_web-caret-square-o-down:before {
content: "\f150";
}
.rich_web-toggle-up:before,
.rich_web-caret-square-o-up:before {
content: "\f151";
}
.rich_web-toggle-right:before,
.rich_web-caret-square-o-right:before {
content: "\f152";
}
.rich_web-euro:before,
.rich_web-eur:before {
content: "\f153";
}
.rich_web-gbp:before {
content: "\f154";
}
.rich_web-dollar:before,
.rich_web-usd:before {
content: "\f155";
}
.rich_web-rupee:before,
.rich_web-inr:before {
content: "\f156";
}
.rich_web-cny:before,
.rich_web-rmb:before,
.rich_web-yen:before,
.rich_web-jpy:before {
content: "\f157";
}
.rich_web-ruble:before,
.rich_web-rouble:before,
.rich_web-rub:before {
content: "\f158";
}
.rich_web-won:before,
.rich_web-krw:before {
content: "\f159";
}
.rich_web-bitcoin:before,
.rich_web-btc:before {
content: "\f15a";
}
.rich_web-file:before {
content: "\f15b";
}
.rich_web-file-text:before {
content: "\f15c";
}
.rich_web-sort-alpha-asc:before {
content: "\f15d";
}
.rich_web-sort-alpha-desc:before {
content: "\f15e";
}
.rich_web-sort-amount-asc:before {
content: "\f160";
}
.rich_web-sort-amount-desc:before {
content: "\f161";
}
.rich_web-sort-numeric-asc:before {
content: "\f162";
}
.rich_web-sort-numeric-desc:before {
content: "\f163";
}
.rich_web-thumbs-up:before {
content: "\f164";
}
.rich_web-thumbs-down:before {
content: "\f165";
}
.rich_web-youtube-square:before {
content: "\f166";
}
.rich_web-youtube:before {
content: "\f167";
}
.rich_web-xing:before {
content: "\f168";
}
.rich_web-xing-square:before {
content: "\f169";
}
.rich_web-youtube-play:before {
content: "\f16a";
}
.rich_web-dropbox:before {
content: "\f16b";
}
.rich_web-stack-overflow:before {
content: "\f16c";
}
.rich_web-instagram:before {
content: "\f16d";
}
.rich_web-flickr:before {
content: "\f16e";
}
.rich_web-adn:before {
content: "\f170";
}
.rich_web-bitbucket:before {
content: "\f171";
}
.rich_web-bitbucket-square:before {
content: "\f172";
}
.rich_web-tumblr:before {
content: "\f173";
}
.rich_web-tumblr-square:before {
content: "\f174";
}
.rich_web-long-arrow-down:before {
content: "\f175";
}
.rich_web-long-arrow-up:before {
content: "\f176";
}
.rich_web-long-arrow-left:before {
content: "\f177";
}
.rich_web-long-arrow-right:before {
content: "\f178";
}
.rich_web-apple:before {
content: "\f179";
}
.rich_web-windows:before {
content: "\f17a";
}
.rich_web-android:before {
content: "\f17b";
}
.rich_web-linux:before {
content: "\f17c";
}
.rich_web-dribbble:before {
content: "\f17d";
}
.rich_web-skype:before {
content: "\f17e";
}
.rich_web-foursquare:before {
content: "\f180";
}
.rich_web-trello:before {
content: "\f181";
}
.rich_web-female:before {
content: "\f182";
}
.rich_web-male:before {
content: "\f183";
}
.rich_web-gittip:before,
.rich_web-gratipay:before {
content: "\f184";
}
.rich_web-sun-o:before {
content: "\f185";
}
.rich_web-moon-o:before {
content: "\f186";
}
.rich_web-archive:before {
content: "\f187";
}
.rich_web-bug:before {
content: "\f188";
}
.rich_web-vk:before {
content: "\f189";
}
.rich_web-weibo:before {
content: "\f18a";
}
.rich_web-renren:before {
content: "\f18b";
}
.rich_web-pagelines:before {
content: "\f18c";
}
.rich_web-stack-exchange:before {
content: "\f18d";
}
.rich_web-arrow-circle-o-right:before {
content: "\f18e";
}
.rich_web-arrow-circle-o-left:before {
content: "\f190";
}
.rich_web-toggle-left:before,
.rich_web-caret-square-o-left:before {
content: "\f191";
}
.rich_web-dot-circle-o:before {
content: "\f192";
}
.rich_web-wheelchair:before {
content: "\f193";
}
.rich_web-vimeo-square:before {
content: "\f194";
}
.rich_web-turkish-lira:before,
.rich_web-try:before {
content: "\f195";
}
.rich_web-plus-square-o:before {
content: "\f196";
}
.rich_web-space-shuttle:before {
content: "\f197";
}
.rich_web-slack:before {
content: "\f198";
}
.rich_web-envelope-square:before {
content: "\f199";
}
.rich_web-wordpress:before {
content: "\f19a";
}
.rich_web-openid:before {
content: "\f19b";
}
.rich_web-institution:before,
.rich_web-bank:before,
.rich_web-university:before {
content: "\f19c";
}
.rich_web-mortar-board:before,
.rich_web-graduation-cap:before {
content: "\f19d";
}
.rich_web-yahoo:before {
content: "\f19e";
}
.rich_web-google:before {
content: "\f1a0";
}
.rich_web-reddit:before {
content: "\f1a1";
}
.rich_web-reddit-square:before {
content: "\f1a2";
}
.rich_web-stumbleupon-circle:before {
content: "\f1a3";
}
.rich_web-stumbleupon:before {
content: "\f1a4";
}
.rich_web-delicious:before {
content: "\f1a5";
}
.rich_web-digg:before {
content: "\f1a6";
}
.rich_web-pied-piper-pp:before {
content: "\f1a7";
}
.rich_web-pied-piper-alt:before {
content: "\f1a8";
}
.rich_web-drupal:before {
content: "\f1a9";
}
.rich_web-joomla:before {
content: "\f1aa";
}
.rich_web-language:before {
content: "\f1ab";
}
.rich_web-fax:before {
content: "\f1ac";
}
.rich_web-building:before {
content: "\f1ad";
}
.rich_web-child:before {
content: "\f1ae";
}
.rich_web-paw:before {
content: "\f1b0";
}
.rich_web-spoon:before {
content: "\f1b1";
}
.rich_web-cube:before {
content: "\f1b2";
}
.rich_web-cubes:before {
content: "\f1b3";
}
.rich_web-behance:before {
content: "\f1b4";
}
.rich_web-behance-square:before {
content: "\f1b5";
}
.rich_web-steam:before {
content: "\f1b6";
}
.rich_web-steam-square:before {
content: "\f1b7";
}
.rich_web-recycle:before {
content: "\f1b8";
}
.rich_web-automobile:before,
.rich_web-car:before {
content: "\f1b9";
}
.rich_web-cab:before,
.rich_web-taxi:before {
content: "\f1ba";
}
.rich_web-tree:before {
content: "\f1bb";
}
.rich_web-spotify:before {
content: "\f1bc";
}
.rich_web-deviantart:before {
content: "\f1bd";
}
.rich_web-soundcloud:before {
content: "\f1be";
}
.rich_web-database:before {
content: "\f1c0";
}
.rich_web-file-pdf-o:before {
content: "\f1c1";
}
.rich_web-file-word-o:before {
content: "\f1c2";
}
.rich_web-file-excel-o:before {
content: "\f1c3";
}
.rich_web-file-powerpoint-o:before {
content: "\f1c4";
}
.rich_web-file-photo-o:before,
.rich_web-file-picture-o:before,
.rich_web-file-image-o:before {
content: "\f1c5";
}
.rich_web-file-zip-o:before,
.rich_web-file-archive-o:before {
content: "\f1c6";
}
.rich_web-file-sound-o:before,
.rich_web-file-audio-o:before {
content: "\f1c7";
}
.rich_web-file-movie-o:before,
.rich_web-file-video-o:before {
content: "\f1c8";
}
.rich_web-file-code-o:before {
content: "\f1c9";
}
.rich_web-vine:before {
content: "\f1ca";
}
.rich_web-codepen:before {
content: "\f1cb";
}
.rich_web-jsfiddle:before {
content: "\f1cc";
}
.rich_web-life-bouy:before,
.rich_web-life-buoy:before,
.rich_web-life-saver:before,
.rich_web-support:before,
.rich_web-life-ring:before {
content: "\f1cd";
}
.rich_web-circle-o-notch:before {
content: "\f1ce";
}
.rich_web-ra:before,
.rich_web-resistance:before,
.rich_web-rebel:before {
content: "\f1d0";
}
.rich_web-ge:before,
.rich_web-empire:before {
content: "\f1d1";
}
.rich_web-git-square:before {
content: "\f1d2";
}
.rich_web-git:before {
content: "\f1d3";
}
.rich_web-y-combinator-square:before,
.rich_web-yc-square:before,
.rich_web-hacker-news:before {
content: "\f1d4";
}
.rich_web-tencent-weibo:before {
content: "\f1d5";
}
.rich_web-qq:before {
content: "\f1d6";
}
.rich_web-wechat:before,
.rich_web-weixin:before {
content: "\f1d7";
}
.rich_web-send:before,
.rich_web-paper-plane:before {
content: "\f1d8";
}
.rich_web-send-o:before,
.rich_web-paper-plane-o:before {
content: "\f1d9";
}
.rich_web-history:before {
content: "\f1da";
}
.rich_web-circle-thin:before {
content: "\f1db";
}
.rich_web-header:before {
content: "\f1dc";
}
.rich_web-paragraph:before {
content: "\f1dd";
}
.rich_web-sliders:before {
content: "\f1de";
}
.rich_web-share-alt:before {
content: "\f1e0";
}
.rich_web-share-alt-square:before {
content: "\f1e1";
}
.rich_web-bomb:before {
content: "\f1e2";
}
.rich_web-soccer-ball-o:before,
.rich_web-futbol-o:before {
content: "\f1e3";
}
.rich_web-tty:before {
content: "\f1e4";
}
.rich_web-binoculars:before {
content: "\f1e5";
}
.rich_web-plug:before {
content: "\f1e6";
}
.rich_web-slideshare:before {
content: "\f1e7";
}
.rich_web-twitch:before {
content: "\f1e8";
}
.rich_web-yelp:before {
content: "\f1e9";
}
.rich_web-newspaper-o:before {
content: "\f1ea";
}
.rich_web-wifi:before {
content: "\f1eb";
}
.rich_web-calculator:before {
content: "\f1ec";
}
.rich_web-paypal:before {
content: "\f1ed";
}
.rich_web-google-wallet:before {
content: "\f1ee";
}
.rich_web-cc-visa:before {
content: "\f1f0";
}
.rich_web-cc-mastercard:before {
content: "\f1f1";
}
.rich_web-cc-discover:before {
content: "\f1f2";
}
.rich_web-cc-amex:before {
content: "\f1f3";
}
.rich_web-cc-paypal:before {
content: "\f1f4";
}
.rich_web-cc-stripe:before {
content: "\f1f5";
}
.rich_web-bell-slash:before {
content: "\f1f6";
}
.rich_web-bell-slash-o:before {
content: "\f1f7";
}
.rich_web-trash:before {
content: "\f1f8";
}
.rich_web-copyright:before {
content: "\f1f9";
}
.rich_web-at:before {
content: "\f1fa";
}
.rich_web-eyedropper:before {
content: "\f1fb";
}
.rich_web-paint-brush:before {
content: "\f1fc";
}
.rich_web-birthday-cake:before {
content: "\f1fd";
}
.rich_web-area-chart:before {
content: "\f1fe";
}
.rich_web-pie-chart:before {
content: "\f200";
}
.rich_web-line-chart:before {
content: "\f201";
}
.rich_web-lastfm:before {
content: "\f202";
}
.rich_web-lastfm-square:before {
content: "\f203";
}
.rich_web-toggle-off:before {
content: "\f204";
}
.rich_web-toggle-on:before {
content: "\f205";
}
.rich_web-bicycle:before {
content: "\f206";
}
.rich_web-bus:before {
content: "\f207";
}
.rich_web-ioxhost:before {
content: "\f208";
}
.rich_web-angellist:before {
content: "\f209";
}
.rich_web-cc:before {
content: "\f20a";
}
.rich_web-shekel:before,
.rich_web-sheqel:before,
.rich_web-ils:before {
content: "\f20b";
}
.rich_web-meanpath:before {
content: "\f20c";
}
.rich_web-buysellads:before {
content: "\f20d";
}
.rich_web-connectdevelop:before {
content: "\f20e";
}
.rich_web-dashcube:before {
content: "\f210";
}
.rich_web-forumbee:before {
content: "\f211";
}
.rich_web-leanpub:before {
content: "\f212";
}
.rich_web-sellsy:before {
content: "\f213";
}
.rich_web-shirtsinbulk:before {
content: "\f214";
}
.rich_web-simplybuilt:before {
content: "\f215";
}
.rich_web-skyatlas:before {
content: "\f216";
}
.rich_web-cart-plus:before {
content: "\f217";
}
.rich_web-cart-arrow-down:before {
content: "\f218";
}
.rich_web-diamond:before {
content: "\f219";
}
.rich_web-ship:before {
content: "\f21a";
}
.rich_web-user-secret:before {
content: "\f21b";
}
.rich_web-motorcycle:before {
content: "\f21c";
}
.rich_web-street-view:before {
content: "\f21d";
}
.rich_web-heartbeat:before {
content: "\f21e";
}
.rich_web-venus:before {
content: "\f221";
}
.rich_web-mars:before {
content: "\f222";
}
.rich_web-mercury:before {
content: "\f223";
}
.rich_web-intersex:before,
.rich_web-transgender:before {
content: "\f224";
}
.rich_web-transgender-alt:before {
content: "\f225";
}
.rich_web-venus-double:before {
content: "\f226";
}
.rich_web-mars-double:before {
content: "\f227";
}
.rich_web-venus-mars:before {
content: "\f228";
}
.rich_web-mars-stroke:before {
content: "\f229";
}
.rich_web-mars-stroke-v:before {
content: "\f22a";
}
.rich_web-mars-stroke-h:before {
content: "\f22b";
}
.rich_web-neuter:before {
content: "\f22c";
}
.rich_web-genderless:before {
content: "\f22d";
}
.rich_web-facebook-official:before {
content: "\f230";
}
.rich_web-pinterest-p:before {
content: "\f231";
}
.rich_web-whatsapp:before {
content: "\f232";
}
.rich_web-server:before {
content: "\f233";
}
.rich_web-user-plus:before {
content: "\f234";
}
.rich_web-user-times:before {
content: "\f235";
}
.rich_web-hotel:before,
.rich_web-bed:before {
content: "\f236";
}
.rich_web-viacoin:before {
content: "\f237";
}
.rich_web-train:before {
content: "\f238";
}
.rich_web-subway:before {
content: "\f239";
}
.rich_web-medium:before {
content: "\f23a";
}
.rich_web-yc:before,
.rich_web-y-combinator:before {
content: "\f23b";
}
.rich_web-optin-monster:before {
content: "\f23c";
}
.rich_web-opencart:before {
content: "\f23d";
}
.rich_web-expeditedssl:before {
content: "\f23e";
}
.rich_web-battery-4:before,
.rich_web-battery-full:before {
content: "\f240";
}
.rich_web-battery-3:before,
.rich_web-battery-three-quarters:before {
content: "\f241";
}
.rich_web-battery-2:before,
.rich_web-battery-half:before {
content: "\f242";
}
.rich_web-battery-1:before,
.rich_web-battery-quarter:before {
content: "\f243";
}
.rich_web-battery-0:before,
.rich_web-battery-empty:before {
content: "\f244";
}
.rich_web-mouse-pointer:before {
content: "\f245";
}
.rich_web-i-cursor:before {
content: "\f246";
}
.rich_web-object-group:before {
content: "\f247";
}
.rich_web-object-ungroup:before {
content: "\f248";
}
.rich_web-sticky-note:before {
content: "\f249";
}
.rich_web-sticky-note-o:before {
content: "\f24a";
}
.rich_web-cc-jcb:before {
content: "\f24b";
}
.rich_web-cc-diners-club:before {
content: "\f24c";
}
.rich_web-clone:before {
content: "\f24d";
}
.rich_web-balance-scale:before {
content: "\f24e";
}
.rich_web-hourglass-o:before {
content: "\f250";
}
.rich_web-hourglass-1:before,
.rich_web-hourglass-start:before {
content: "\f251";
}
.rich_web-hourglass-2:before,
.rich_web-hourglass-half:before {
content: "\f252";
}
.rich_web-hourglass-3:before,
.rich_web-hourglass-end:before {
content: "\f253";
}
.rich_web-hourglass:before {
content: "\f254";
}
.rich_web-hand-grab-o:before,
.rich_web-hand-rock-o:before {
content: "\f255";
}
.rich_web-hand-stop-o:before,
.rich_web-hand-paper-o:before {
content: "\f256";
}
.rich_web-hand-scissors-o:before {
content: "\f257";
}
.rich_web-hand-lizard-o:before {
content: "\f258";
}
.rich_web-hand-spock-o:before {
content: "\f259";
}
.rich_web-hand-pointer-o:before {
content: "\f25a";
}
.rich_web-hand-peace-o:before {
content: "\f25b";
}
.rich_web-trademark:before {
content: "\f25c";
}
.rich_web-registered:before {
content: "\f25d";
}
.rich_web-creative-commons:before {
content: "\f25e";
}
.rich_web-gg:before {
content: "\f260";
}
.rich_web-gg-circle:before {
content: "\f261";
}
.rich_web-tripadvisor:before {
content: "\f262";
}
.rich_web-odnoklassniki:before {
content: "\f263";
}
.rich_web-odnoklassniki-square:before {
content: "\f264";
}
.rich_web-get-pocket:before {
content: "\f265";
}
.rich_web-wikipedia-w:before {
content: "\f266";
}
.rich_web-safari:before {
content: "\f267";
}
.rich_web-chrome:before {
content: "\f268";
}
.rich_web-firefox:before {
content: "\f269";
}
.rich_web-opera:before {
content: "\f26a";
}
.rich_web-internet-explorer:before {
content: "\f26b";
}
.rich_web-tv:before,
.rich_web-television:before {
content: "\f26c";
}
.rich_web-contao:before {
content: "\f26d";
}
.rich_web-500px:before {
content: "\f26e";
}
.rich_web-amazon:before {
content: "\f270";
}
.rich_web-calendar-plus-o:before {
content: "\f271";
}
.rich_web-calendar-minus-o:before {
content: "\f272";
}
.rich_web-calendar-times-o:before {
content: "\f273";
}
.rich_web-calendar-check-o:before {
content: "\f274";
}
.rich_web-industry:before {
content: "\f275";
}
.rich_web-map-pin:before {
content: "\f276";
}
.rich_web-map-signs:before {
content: "\f277";
}
.rich_web-map-o:before {
content: "\f278";
}
.rich_web-map:before {
content: "\f279";
}
.rich_web-commenting:before {
content: "\f27a";
}
.rich_web-commenting-o:before {
content: "\f27b";
}
.rich_web-houzz:before {
content: "\f27c";
}
.rich_web-vimeo:before {
content: "\f27d";
}
.rich_web-black-tie:before {
content: "\f27e";
}
.rich_web-fonticons:before {
content: "\f280";
}
.rich_web-reddit-alien:before {
content: "\f281";
}
.rich_web-edge:before {
content: "\f282";
}
.rich_web-credit-card-alt:before {
content: "\f283";
}
.rich_web-codiepie:before {
content: "\f284";
}
.rich_web-modx:before {
content: "\f285";
}
.rich_web-fort-awesome:before {
content: "\f286";
}
.rich_web-usb:before {
content: "\f287";
}
.rich_web-product-hunt:before {
content: "\f288";
}
.rich_web-mixcloud:before {
content: "\f289";
}
.rich_web-scribd:before {
content: "\f28a";
}
.rich_web-pause-circle:before {
content: "\f28b";
}
.rich_web-pause-circle-o:before {
content: "\f28c";
}
.rich_web-stop-circle:before {
content: "\f28d";
}
.rich_web-stop-circle-o:before {
content: "\f28e";
}
.rich_web-shopping-bag:before {
content: "\f290";
}
.rich_web-shopping-basket:before {
content: "\f291";
}
.rich_web-hashtag:before {
content: "\f292";
}
.rich_web-bluetooth:before {
content: "\f293";
}
.rich_web-bluetooth-b:before {
content: "\f294";
}
.rich_web-percent:before {
content: "\f295";
}
.rich_web-gitlab:before {
content: "\f296";
}
.rich_web-wpbeginner:before {
content: "\f297";
}
.rich_web-wpforms:before {
content: "\f298";
}
.rich_web-envira:before {
content: "\f299";
}
.rich_web-universal-access:before {
content: "\f29a";
}
.rich_web-wheelchair-alt:before {
content: "\f29b";
}
.rich_web-question-circle-o:before {
content: "\f29c";
}
.rich_web-blind:before {
content: "\f29d";
}
.rich_web-audio-description:before {
content: "\f29e";
}
.rich_web-volume-control-phone:before {
content: "\f2a0";
}
.rich_web-braille:before {
content: "\f2a1";
}
.rich_web-assistive-listening-systems:before {
content: "\f2a2";
}
.rich_web-asl-interpreting:before,
.rich_web-american-sign-language-interpreting:before {
content: "\f2a3";
}
.rich_web-deafness:before,
.rich_web-hard-of-hearing:before,
.rich_web-deaf:before {
content: "\f2a4";
}
.rich_web-glide:before {
content: "\f2a5";
}
.rich_web-glide-g:before {
content: "\f2a6";
}
.rich_web-signing:before,
.rich_web-sign-language:before {
content: "\f2a7";
}
.rich_web-low-vision:before {
content: "\f2a8";
}
.rich_web-viadeo:before {
content: "\f2a9";
}
.rich_web-viadeo-square:before {
content: "\f2aa";
}
.rich_web-snapchat:before {
content: "\f2ab";
}
.rich_web-snapchat-ghost:before {
content: "\f2ac";
}
.rich_web-snapchat-square:before {
content: "\f2ad";
}
.rich_web-pied-piper:before {
content: "\f2ae";
}
.rich_web-first-order:before {
content: "\f2b0";
}
.rich_web-yoast:before {
content: "\f2b1";
}
.rich_web-themeisle:before {
content: "\f2b2";
}
.rich_web-google-plus-circle:before,
.rich_web-google-plus-official:before {
content: "\f2b3";
}
.rich_web-fa:before,
.rich_web-font-awesome:before {
content: "\f2b4";
}
.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-social-login-provider-list{padding:10px}.wp-social-login-provider-list a{text-decoration:none}.wp-social-login-provider-list img{border:0}@-webkit-keyframes slideUp{from{opacity:1;-webkit-transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(0,-10px,0)}}@keyframes slideUp{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}}@-webkit-keyframes fadeOut{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(50px,0,0) scale(.98)}}@keyframes fadeOut{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(50px,0,0) scale(.98)}}body.folded.wp-admin .fcbmodal,body.folded.wp-admin .fcbmodal-backdrop{left:36px}body.wp-admin .fcbmodal,body.wp-admin .fcbmodal-backdrop{left:160px}.ui-datepicker{display:none}.ie9 .formcraftbasic-css .fcb_form{border:1px solid #ccc;border-top-color:#ddd;border-bottom:#bbb}#upgrade_modal ol li h2{margin:0;font-size:15px;position:relative;z-index:101;font-weight:700;color:#666}#upgrade_modal ol{counter-reset:my-badass-counter;margin-left:42px;color:#666}#upgrade_modal ol li{position:relative;list-style:none;margin-bottom:28px}#upgrade_modal ol li:last-child{margin-bottom:0}#upgrade_modal ol li a{color:#4d8eef;text-transform:uppercase;text-decoration:none;font-weight:600;letter-spacing:.4px;font-size:11px}#upgrade_modal ol li a:hover{color:#2d79ec}#upgrade_modal ol li p{margin-top:5px;margin-bottom:5px;position:relative;z-index:101}#upgrade_modal ol li:before{position:absolute;z-index:100;font-size:15px;text-align:center;left:-40px;top:0;border-radius:100px;background-color:#639ef6;color:#fff;font-weight:700;width:30px;height:30px;line-height:29px;padding-bottom:1px;content:counter(my-badass-counter);counter-increment:my-badass-counter}.formcraftbasic-css{position:relative}.formcraftbasic-css .fcb-locked::before{position:absolute;content:'';display:block;left:0;right:0;top:0;bottom:60px;opacity:.4;z-index:100;background-color:#fff}.formcraftbasic-css .fcb-locked .fcb-lockribbon{position:absolute;top:50%;margin-top:-4px;left:-4px;right:-4px;content:'';display:block;height:8px;background-color:#69ab69;z-index:101}.formcraftbasic-css .fcb-locked .fcb-lockribbon::before{width:0;height:0;top:7px;left:0;border-style:solid;border-width:0 4px 5px 0;content:'';position:absolute;border-color:transparent #549654 transparent transparent}.formcraftbasic-css .fcb-locked .fcb-lockribbon::after{width:0;height:0;top:7px;right:0;border-style:solid;border-width:5px 4px 0 0;content:'';position:absolute;border-color:#549654 transparent transparent transparent}.formcraftbasic-css .fcb-locked .fcb-lock{text-decoration:none;cursor:pointer;position:absolute;text-align:center;top:50%;transform:translateY(-50%) scale(1);left:50%;width:230px;margin-left:-115px;background-color:#62a762;border:1px solid #549654;box-shadow:0 2px 8px rgba(0,0,0,.12);padding:.82em 0 .81em 0;border-radius:3px;transition:box-shadow .2s,transform .2s;color:#fff;z-index:999;font-size:.92em;text-transform:uppercase;letter-spacing:.3px;padding-left:.3em;font-weight:600}.formcraftbasic-css .fcb-locked .fcb-lock:hover{box-shadow:0 2px 12px rgba(0,0,0,.2);background-color:#589d58;border-color:#4d894d}.formcraftbasic-css .fcb-locked .fcb-lock .fcb-icon{color:#fff;font-size:145%;margin:0 6px 0 -6px}.formcraftbasic-css .fcb-locked .fcb-lock-footer{z-index:999;position:absolute;left:50%;width:210px;margin-left:-105px;top:50%;margin-top:20px;font-size:110%;padding:6px 0;text-align:center;text-decoration:none}.formcraftbasic-css .options-head-button{font-size:110%}.formcraftbasic-css .options-head{position:fixed;z-index:9999;top:40px;margin-left:-10px;height:38px;letter-spacing:-4px;box-shadow:0 0 0 .5px rgba(0,0,40,.18),0 2px 6px 1px rgba(20,40,80,.14)}.formcraftbasic-css .options-head>a,.formcraftbasic-css .options-head>div{display:inline-block;letter-spacing:0;vertical-align:top}.formcraftbasic-css .options-head>a .add_fields>button,.formcraftbasic-css .options-head>a.button,.formcraftbasic-css .options-head>a>button,.formcraftbasic-css .options-head>div .add_fields>button,.formcraftbasic-css .options-head>div.button,.formcraftbasic-css .options-head>div>button{margin:0;border-radius:0;border:0;border-left:1px solid #3c69ab}.formcraftbasic-css .options-head>a.button,.formcraftbasic-css .options-head>div.button{border-left:0}.formcraftbasic-css .options-head #form_save_button .fcb-spinner{display:none;padding:1px;margin:13px auto}.formcraftbasic-css .options-head #form_save_button .fcb-spinner>div{background-color:#fff}.formcraftbasic-css .options-head #form_save_button.saving .fcb-spinner{display:block}.formcraftbasic-css .options-head #form_save_button.saving .one{display:none}.formcraftbasic-css .add_fields{width:125px;display:inline-block}.formcraftbasic-css .add_fields>div{-webkit-animation:slideDown .2s;animation:slideDown .2s}.formcraftbasic-css .add_fields>div.ng-hide{-webkit-animation:slideUp .2s;animation:slideUp .2s}.formcraftbasic-css .add_fields .premium-fields>.button .fcb-icon{position:absolute;right:5px;top:16px;font-size:130%}.formcraftbasic-css .add_fields .premium-fields .premium-fields-list{display:none;position:absolute;left:100%;margin-left:-1px;bottom:0}.formcraftbasic-css .add_fields .premium-fields:hover>.button{background-color:#eee}.formcraftbasic-css .add_fields .premium-fields:hover .premium-fields-list{display:block}.formcraftbasic-css .add_fields>div{margin-top:14px;position:relative}.formcraftbasic-css .add_fields>div:before{content:'';width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #bbb;position:absolute;left:50%;margin-left:-3px;margin-top:1px;top:-6px;z-index:101}.formcraftbasic-css .add_fields>div:after{content:'';width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f6f6f6;position:absolute;left:50%;margin-left:-3px;top:-6px;margin-top:2px;z-index:102}.formcraftbasic-css .add_fields>div .button{border-radius:0;margin-top:-1px;text-align:center}.formcraftbasic-css .add_fields>div .button:first-child{border-radius:2px 2px 0 0}.formcraftbasic-css .add_fields>div .button:last-child{border-radius:0 0 2px 2px}.formcraftbasic-css .add_fields .icon-angle-up{display:none}.formcraftbasic-css .add_fields .icon-true .icon-angle-up{display:inline-block}.formcraftbasic-css .add_fields .icon-true .icon-angle-down{display:none}.formcraftbasic-css .add_fields>div .button{font-size:11px}.formcraftbasic-css .add_fields>div.state-true{display:block}.formcraftbasic-css .add_fields>div.state-true>.button{cursor:move}.formcraftbasic-css .add_fields .button{display:block;width:100%;margin-bottom:0}.formcraftbasic-css .side-panel .side-panel-one.form-logic .side-panel-header-title{padding:22px 0 22px 18px}.formcraftbasic-css .side-panel .side-panel-one.form-logic .side-panel-content{padding:0}.formcraftbasic-css .side-panel .side-panel-one{margin-left:-10px;width:540px;box-shadow:0 0 0 .5px rgba(0,0,40,.18),0 2px 6px 1px rgba(20,40,80,.14);position:fixed;top:98px;bottom:10px;z-index:999;background-color:#fff;transform-origin:0;-webkit-animation:slideFromLeft .3s;animation:slideFromLeft .3s}.formcraftbasic-css .side-panel .side-panel-one.ng-hide.ng-hide-animate{display:block;-webkit-animation:slideToLeft .3s;animation:slideToLeft .3s}.formcraftbasic-css .side-panel .side-panel-header{background:#f8fafc;color:#888;border-bottom:1px solid #ddd}.formcraftbasic-css .side-panel .side-panel-header .side-panel-header-title{font-size:125%;font-weight:600;padding:22px 0 8px 18px}.formcraftbasic-css .side-panel .side-panel-content{padding:2px 20px;position:relative}.formcraftbasic-css .side-panel .side-panel-content>div>div>div{margin:18px 0;min-height:38px}.formcraftbasic-css .side-panel .side-panel-content>div>div>div span.option-label{display:inline-block;width:140px;line-height:38px}.formcraftbasic-css .side-panel .side-panel-content input[type=text]{padding:7px 11px;margin-right:6px}.formcraftbasic-css .side-panel .side-panel-content input[type=checkbox],.formcraftbasic-css .side-panel .side-panel-content input[type=radio]{position:relative;top:1px}.formcraftbasic-css .side-panel .side-panel-content .wp-picker-container .wp-picker-input-wrap input{height:22px;width:75px;padding:0 8px;line-height:22px}.formcraftbasic-css .side-panel .side-panel-content .group-title{color:#48e;font-size:105%;font-weight:600;margin:0;left:20px;top:-11px;position:absolute;background-color:#fff}.formcraftbasic-css .side-panel .side-panel-content .button{vertical-align:middle}.formcraftbasic-css .side-panel .side-panel-content .group{position:relative;padding:20px;padding-bottom:10px;margin-top:30px;border:1px solid #ddd;border-radius:2px}.formcraftbasic-css .side-panel .side-panel-content .group>div{margin-bottom:10px}.formcraftbasic-css .side-panel .side-panel-content .group span.option-label{width:120px}.formcraftbasic-css .side-panel .side-panel-content .group p{margin:0;color:#777;vertical-align:top;max-width:60%;margin-left:8px;display:inline-block;font-size:13px}.formcraftbasic-css .side-panel .side-panel-content .tooltip-cover{display:inline-block;text-align:center;font-size:16px;border-radius:100px}.formcraftbasic-css .side-panel .side-panel-content .tooltip-cover .tooltip-icon{display:block;color:#659def;text-align:center}.formcraftbasic-css .side-panel .side-panel-content .tooltip-cover .tooltip{min-width:200px;text-align:left}.formcraftbasic-css .side-panel .nav-tabs{font-size:13px;color:#999;letter-spacing:-4px;position:relative;padding-top:12px}.formcraftbasic-css .side-panel .nav-tabs>span{cursor:pointer;display:inline-block;letter-spacing:0;font-weight:600;padding:10px 20px;position:relative;border-radius:2px 2px 0 0;bottom:-1px;border:1px solid transparent;border-bottom:0}.formcraftbasic-css .side-panel .nav-tabs>span:hover{color:#888}.formcraftbasic-css .side-panel .nav-tabs>span.active{color:#666;border-color:#ddd;background:#fff}.formcraftbasic-css .side-panel .nav-tabs>span:first-child{border-left-color:transparent!important}.formcraftbasic-css .form-preview{position:fixed;top:10px;left:10px;padding:9px 14px 8px 14px;color:#555;border-radius:2px;background-color:#fff;box-shadow:0 1px 2px #aaa}.formcraftbasic-css.align-left .fcb_form{margin-left:0}.formcraftbasic-css.align-right .fcb_form{margin-right:0}.formcraftbasic-css .wp-picker-container{position:relative}.formcraftbasic-css .wp-picker-container .wp-color-picker{padding:2px}.formcraftbasic-css .wp-picker-container .wp-picker-holder{position:absolute;top:23px;z-index:101}.formcraftbasic-css .wp-picker-container .wp-picker-holder .iris-picker{-webkit-animation:slideDown .3s ease-out;animation:slideDown .3s ease-out}.formcraftbasic-css .wp-picker-container .wp-picker-input-wrap input{-webkit-animation:slideFromRight .3s ease-out;animation:slideFromRight .3s ease-out}.formcraftbasic-css .wp-picker-container .wp-color-result{margin-bottom:0}.formcraftbasic-css .wp-picker-container .wp-color-result:after{box-shadow:none;height:20px;line-height:20px}.formcraftbasic-css .wp-picker-container .wp-picker-clear{height:22px;line-height:20px}.formcraftbasic-css .promo-head{position:fixed;top:40px;right:8px}.formcraftbasic-css .promo-head .button{border-radius:0}.formcraftbasic-css .form-cover-builder{padding-top:120px;padding-bottom:120px;min-height:610px}.formcraftbasic-css .form-cover-builder .fcb_form{box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2)}.formcraftbasic-css .form-cover-builder .fcb_form .form-element{opacity:.65;transition:none;-webkit-transition:none;cursor:pointer}.formcraftbasic-css .form-cover-builder .fcb_form .form-element .options-panel{display:none;cursor:move;cursor:-webkit-grab}.formcraftbasic-css .form-cover-builder .fcb_form .form-element:hover .options-panel{display:block}.formcraftbasic-css .form-cover-builder .fcb_form .form-element:hover{border:1px dashed #aaa;border-radius:2px;opacity:1}.formcraftbasic-css .form-cover-builder .fcb_form .form-element.options-true{opacity:1}.formcraftbasic-css .form-cover-builder .required_field{display:none}.formcraftbasic-css .form-cover-builder .fcb-spinner-form{display:none}.formcraftbasic-css .form-cover-builder .form_width_change{border:1px solid #bbb;border-bottom:0;height:18px;text-align:center;margin:0 auto 10px auto;position:relative}.formcraftbasic-css .form-cover-builder .form_width_change .fcb-icon{z-index:102;position:absolute;left:50%;margin-left:32px;color:#666;top:-9px;border-radius:100px;font-size:14px}.formcraftbasic-css .form-cover-builder .form_width_change input{padding:4px 6px;box-shadow:none;border:1px solid #bbb;width:100px;position:absolute;top:-14px;left:50%;text-align:center;margin-left:-50px;text-transform:uppercase;letter-spacing:.6px;font-size:11px;color:#666;font-weight:700}.formcraftbasic-css .form-cover-builder .form_width_change span{position:absolute;z-index:101;top:-30px;font-size:11px;letter-spacing:.6px;color:#666;text-transform:uppercase;font-weight:700;width:100px;left:50%;margin-left:-50px}.formcraftbasic-css .form-cover-builder.hide-form .form_width_change{display:none}.formcraftbasic-css .form-cover-builder.hide-form .fcb_form{display:none}.formcraftbasic-css .form-cover-builder.hide-form .fcb-spinner-form{display:block;margin:0 auto;padding:0;white-space:nowrap;position:absolute;top:50%;margin-top:-10px;left:0;right:0;width:auto}.formcraftbasic-css .form-cover-builder.hide-form .fcb-spinner-form>div{width:15px;height:15px;background-color:#999;margin:0 1px}.formcraftbasic-css #form-cover-html{text-align:center;position:relative;min-width:100%}.formcraftbasic-css #form-cover-html>form{margin:0 auto}.formcraftbasic-css #form-cover-html .no-fields{display:none}.formcraftbasic-css #form-cover-html.nos-0 .no-fields{display:block;position:absolute;cursor:pointer;right:0;z-index:1;font-size:1.5em;top:28px;line-height:150px;width:420px;left:50%;margin-left:-210px;color:#999}.formcraftbasic-css #form-cover-html.nos-0 .no-fields:hover{color:#777}.formcraftbasic-css #form-cover-html.nos-0 .fcb_form{min-height:150px}.formcraftbasic-css .fcb_form{background:#fff;box-shadow:0 1px 2px #cacaca;-moz-box-shadow:0 1px 2px #cacaca;border-radius:2px;transition:width .2s;-webkit-transition:width .2s;letter-spacing:-4px;padding:10px;text-align:left;margin:0 auto;min-width:140px;box-sizing:border-box;-moz-box-sizing:border-box;position:relative}.formcraftbasic-css .fcb_form h1{font-size:2em;margin:.5em 0;color:inherit}.formcraftbasic-css .fcb_form h2{font-size:1.6em}.formcraftbasic-css .fcb_form h3{font-size:1.5em}.formcraftbasic-css .fcb_form h2,.formcraftbasic-css .fcb_form h3{margin:.4em 0}.formcraftbasic-css .fcb_form h1,.formcraftbasic-css .fcb_form h2,.formcraftbasic-css .fcb_form h3,.formcraftbasic-css .fcb_form h4,.formcraftbasic-css .fcb_form h5,.formcraftbasic-css .fcb_form h6{font-weight:700;display:inline-block;color:inherit;line-height:normal;margin-top:0;margin-bottom:.2em}.formcraftbasic-css .fcb_form.frame-hidden{box-shadow:none;-moz-box-shadow:none;padding:0}.formcraftbasic-css .fcb_form.frame-hidden .form-element .form-element-html{padding-left:0}.formcraftbasic-css .fcb_form.align-left{margin-left:0;margin-right:auto}.formcraftbasic-css .fcb_form.align-center{margin-left:auto;margin-right:auto}.formcraftbasic-css .fcb_form.align-right{margin-left:auto;margin-right:0}.formcraftbasic-css .fcb_form .field-cover{letter-spacing:-4px}.formcraftbasic-css .fcb_form .field-cover>div,.formcraftbasic-css .fcb_form .field-cover>span{letter-spacing:0;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box}.formcraftbasic-css .fcb_form .field-cover>span{width:30%;text-align:right;line-height:normal;padding-right:9px;vertical-align:top;display:inline-block;position:relative;top:.7em}.formcraftbasic-css .fcb_form .field-cover>div{width:70%;display:inline-block;text-align:left}.formcraftbasic-css .fcb_form .field-cover>div input[type=text],.formcraftbasic-css .fcb_form .field-cover>div select,.formcraftbasic-css .fcb_form .field-cover>div textarea{width:100%;margin:0}.formcraftbasic-css .fcb_form .field-cover>div.full{width:auto;display:block}.formcraftbasic-css .fcb_form .field-cover>div.full hr{margin:0 -20px}.formcraftbasic-css .fcb_form .form-element.hide-it{display:none}.formcraftbasic-css .fcb_form .dndDragging{opacity:.75}.formcraftbasic-css .fcb_form .dndPlaceholder{list-style:none;padding:0;margin:0;min-height:58px;position:relative}.formcraftbasic-css .fcb_form .dndPlaceholder:before{content:'';border:1px dashed #aaa;border-radius:2px;position:absolute;left:0;right:0;bottom:0;top:0}.formcraftbasic-css .fcb_form .final-success{letter-spacing:0;display:block;text-align:center;padding:40px 30px;font-size:1.2em;position:absolute;left:0;right:0;top:auto;bottom:0}.formcraftbasic-css .fcb_form .final-success .icon-ok-circle{display:block;-webkit-animation:successIn .6s linear;animation:successIn .6s linear;color:#23b323;font-size:1.6em;margin-bottom:.3em}.formcraftbasic-css .fcb_form .final-success span{display:block;-webkit-animation:successIn .6s linear;animation:successIn .6s linear;color:#18a118}.formcraftbasic-css .fcb_form.submitted .form-element{opacity:0;transform:scale(.7) translate3d(0,-150px,0);-webkit-transform:scale(.7) translate3d(0,-150px,0)}.formcraftbasic-css .fcb_form.submitted{overflow:hidden;min-height:150px}.formcraftbasic-css .fcb_form .form-element{position:relative;display:inline-block;letter-spacing:0;vertical-align:top;transform:scale(1) translate3d(0,0,0);-webkit-transform:scale(1) translate3d(0,0,0);transition:opacity .4s,transform .7s;-webkit-transition:opacity .4s,-webkit-transform .7s;opacity:1;border:1px dashed transparent;border-radius:2px}.formcraftbasic-css .fcb_form .form-element.error-field .error{display:block}.formcraftbasic-css .fcb_form .form-element.error-field .checkbox-cover>div{border-color:#f69a9a;padding-left:8px}.formcraftbasic-css .fcb_form .form-element.error-field input[type=text],.formcraftbasic-css .fcb_form .form-element.error-field select,.formcraftbasic-css .fcb_form .form-element.error-field textarea{border-color:#f69a9a}.formcraftbasic-css .fcb_form .form-element input[type=color],.formcraftbasic-css .fcb_form .form-element input[type=date],.formcraftbasic-css .fcb_form .form-element input[type=datetime-local],.formcraftbasic-css .fcb_form .form-element input[type=datetime],.formcraftbasic-css .fcb_form .form-element input[type=email],.formcraftbasic-css .fcb_form .form-element input[type=month],.formcraftbasic-css .fcb_form .form-element input[type=number],.formcraftbasic-css .fcb_form .form-element input[type=password],.formcraftbasic-css .fcb_form .form-element input[type=search],.formcraftbasic-css .fcb_form .form-element input[type=tel],.formcraftbasic-css .fcb_form .form-element input[type=text],.formcraftbasic-css .fcb_form .form-element input[type=time],.formcraftbasic-css .fcb_form .form-element input[type=url],.formcraftbasic-css .fcb_form .form-element input[type=week],.formcraftbasic-css .fcb_form .form-element select,.formcraftbasic-css .fcb_form .form-element textarea{background-color:#fafafa}.formcraftbasic-css .fcb_form .form-element .error{display:none;position:absolute;top:10px;z-index:101;font-size:.85em;line-height:.4em;margin-top:-.2em;background:#fff;right:30px;color:#f11010;-webkit-animation:fadeInRight .3s ease-out;animation:fadeInRight .3s ease-out}.formcraftbasic-css .fcb_form .form-element .form-element-html{padding:10px}.formcraftbasic-css .fcb_form .form-element .field-cover{position:relative}.formcraftbasic-css .fcb_form .form-element.index-true{z-index:103}.formcraftbasic-css .fcb_form .form-element .customText-cover{white-space:pre-wrap}.formcraftbasic-css .fcb_form .form-element .textarea-cover{line-height:0}.formcraftbasic-css .fcb_form .form-element .email-cover input{background-repeat:no-repeat;background-position:96% 50%;background-size:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABeCAMAAADMmGA/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdDMDAxMDdCNzVEMTFFNDlEQTVGRkQ0QUREOUY5MzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdDMDAxMDhCNzVEMTFFNDlEQTVGRkQ0QUREOUY5MzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0MwMDEwNUI3NUQxMUU0OURBNUZGRDRBREQ5RjkzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0MwMDEwNkI3NUQxMUU0OURBNUZGRDRBREQ5RjkzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8QyGEAAAAYUExURfT09JCQkLa2ttTU1HJycsHBwWZmZv////VzLawAAAAIdFJOU/////////8A3oO9WQAAAh9JREFUeNrsWtlywyAMlISA///jOslM68ocAiO1k8BM3hKvda82QM4ZiI+TjD+MBA+wnAMnp8PhAeiHd5yQAdARLzEAJddDvgamhMC+gAnS5wAiRSKrDxYAYzY84T8A0ltZGL0tdAekAiCDISCXCj/Y4UGx06AdIJZbm5lPzzP+DMgOBv5u3tG66iUgB+OMuYwnNAij4BRiHqJtAAsDmOx6TGXiE1jaV6IYKxELnBDKhHwRHutIFEeD+muzthXlUeH0kIwQa5T+NA+XBjKKx5U4Da7LVmkelUmUcDqGVdlJNdYWcIlbwzU6NV4qEKdyR2bnkytVean89jgiFFOhQYTDvWyt/LzFvOUrxhuz4dtBzd1i3q1QrazObiH8oq0PqEejt8yIV9V181DITvX2NO7W9i8U+6FMtw5iaPtEsx/CSNvpRV21kIK6m/cDoNyA5XuDrhri/I6v6uaa3qTe8YWzmFrbdMMNA6JC53mgmy8jKga0PKadoEM6jZzfPzl/MS+s0Wnkc/lVIBce2GBBo8JQlBQakS40MK5UokJXOG73vnGtrSdVd7r7jNZGbe3cQNyr/8HRJz5zaiIgT5l3Qy8tGaniddN66aX2WLeC3BBo4VyATEp+dU8Rhkh4VD5FPUl+f837MwF3DHcMt0t3DDfgjuEGfFyNMDz4SbdNnC/wsPcVJfa/hOXrUwbInmlzrHZ/cFXwuYE5YPJrlfwSYAAR6AOebgAp6QAAAABJRU5ErkJggg==)}.formcraftbasic-css .fcb_form .form-element .datepicker-cover input{background-repeat:no-repeat;background-position:96% 50%;background-size:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkY4MEZGNzlCOTIxMTFFNEIyNTlEMzlCQjFEN0U5QTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkY4MEZGN0FCOTIxMTFFNEIyNTlEMzlCQjFEN0U5QTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjgwRkY3N0I5MjExMUU0QjI1OUQzOUJCMUQ3RTlBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjgwRkY3OEI5MjExMUU0QjI1OUQzOUJCMUQ3RTlBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnCtMZEAAAAYUExURcjIyFVVVbS0tPLy8oqKiqOjo2tra////z0ayEAAAAAIdFJOU/////////8A3oO9WQAAAZFJREFUeNrsmYuugjAMhnvn/d/4TDagLRPigaiJGzGx7fr1F5ayTJhuHjCATGaIaMrOBzL7BLyz+YiPgAWHy5BlJjgfrLjVZxEZgdu0x8waI+9DyjUeZZ4CY27VGHNrFRbsVNkDOebWiSl3lpMKo3EfCC2FSCvaSpHsw5Lcokok9Sv0gbIFm1huYnSOa4uzkwUu3geKV7sA60/idh/Yq7InQGaotz8ACarqyQEFyAOlPipgDsBt/YlPXkbPx2mlGTmg7hYVnAJht3R1BcJ+lb6usNWA7LygcM6d3XiTQjwA/kshDoXPFfIFhfYi0M6AtVum1ji32tRWa7chPAWWF4/krtr1YfGlltwHXhgDiOauaJ3ZfWB4R2s0IZs07d+XGUgHQMoE6u0QhsKh8BcUCrghqNEMUc3me7qNkG5XkeQskpPoeMpD4VD4PQpNzNZP2Q8EG6ONZt5+U7cZT3koHAo/olAPtiKazY9sRe4D2k086x0EXRnrQRDfBOT1MI1v4y3HfSxX76O1Y+of/C/gT4ABAF8NZoZQo1V4AAAAAElFTkSuQmCC)}.formcraftbasic-css .fcb_form .form-element .submit-response{display:block;text-align:center}.formcraftbasic-css .fcb_form .form-element .submit-response>span{padding-top:15px;display:inline-block}.formcraftbasic-css .fcb_form .form-element .submit-response>span.has-error{color:#f11010}.formcraftbasic-css .fcb_form .form-element .submit-cover.enabled{opacity:1}.formcraftbasic-css .fcb_form .form-element .submit-cover.enabled .text{display:block;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.formcraftbasic-css .fcb_form .form-element .submit-cover .spin-cover,.formcraftbasic-css .fcb_form .form-element .submit-cover .spin-cover:after{border-radius:100%;width:1.2em;height:1.2em;display:inline-block}.formcraftbasic-css .fcb_form .form-element .submit-cover .spin-cover{opacity:0;margin:0;font-size:12px;position:absolute;left:50%;margin-left:-3px;top:50%;margin-top:-.55em;text-indent:-9999em;border-top:2px solid #000;border-right:2px solid #000;border-bottom:2px solid #000;border-left:2px solid transparent;border-left-color:transparent!important;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loadAnimate 1.1s infinite linear;animation:loadAnimate 1.1s infinite linear;display:none}.formcraftbasic-css .fcb_form .form-element .submit-cover.disabled .submit-button:hover{box-shadow:none}.formcraftbasic-css .fcb_form .form-element .submit-cover.disabled .submit-button{opacity:.65}.formcraftbasic-css .fcb_form .form-element .submit-cover.disabled .spin-cover{opacity:1;display:block}.formcraftbasic-css .fcb_form .form-element .submit-cover.disabled .text{opacity:0;-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.formcraftbasic-css .fcb_form .form-element .submit-cover .submit-button{box-shadow:none;height:auto;font-size:1em;line-height:normal;position:relative;text-transform:none;margin-top:0;margin-bottom:0;font-weight:400;padding:9px 16px;border:1px solid rgba(0,0,0,.1);border-radius:2px;width:auto}.formcraftbasic-css .fcb_form .form-element .submit-cover .submit-button:hover{box-shadow:0 0 100px rgba(0,0,0,.03) inset}.formcraftbasic-css .fcb_form .form-element .checkbox-cover>div{padding-bottom:4px;padding-top:5px;border-radius:2px;border:1px solid transparent;transition:padding .15s linear;-webkit-transition:padding .15s linear}.formcraftbasic-css .fcb_form .form-element .checkbox-cover>div label{padding:3px 10px 3px 0;display:inline-block;cursor:pointer}.formcraftbasic-css .fcb_form .form-element .checkbox-cover>div label input{position:relative;top:1px}.formcraftbasic-css .fcb_form .form-element .checkbox-cover>div label>span{vertical-align:middle}.formcraftbasic-css .fcb_form .form-element .submit-cover.wide-true .submit-button{width:100%}.formcraftbasic-css .fcb_form .form-element.even .form-options:before{content:'';width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #d3d3d3;position:absolute;left:0;margin-left:-7px;top:53px;z-index:101}.formcraftbasic-css .fcb_form .form-element.even .form-options:after{content:'';width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #f8fafc;position:absolute;left:0;margin-left:-5px;top:54px;z-index:102}.formcraftbasic-css .fcb_form .form-element.odd .form-options:before{content:'';width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #d3d3d3;position:absolute;right:0;margin-right:-7px;top:53px;z-index:101}.formcraftbasic-css .fcb_form .form-element.odd .form-options:after{content:'';width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #f8fafc;position:absolute;right:0;margin-right:-5px;top:54px;z-index:102}.formcraftbasic-css .fcb_form .form-options{display:block;font-size:13px;letter-spacing:-4px;position:absolute;width:330px;box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.18);top:-30px;background:#fff;border-radius:2px}.formcraftbasic-css .fcb_form .form-options input[type=checkbox],.formcraftbasic-css .fcb_form .form-options input[type=color],.formcraftbasic-css .fcb_form .form-options input[type=email],.formcraftbasic-css .fcb_form .form-options input[type=number],.formcraftbasic-css .fcb_form .form-options input[type=password],.formcraftbasic-css .fcb_form .form-options input[type=radio],.formcraftbasic-css .fcb_form .form-options input[type=tel],.formcraftbasic-css .fcb_form .form-options input[type=text],.formcraftbasic-css .fcb_form .form-options input[type=time],.formcraftbasic-css .fcb_form .form-options input[type=url],.formcraftbasic-css .fcb_form .form-options input[type=week],.formcraftbasic-css .fcb_form .form-options select,.formcraftbasic-css .fcb_form .form-options textarea{background-color:#fff}.formcraftbasic-css .fcb_form .form-options .align-icons>label{font-size:1.56em;color:#aaa}.formcraftbasic-css .fcb_form .form-options .align-icons>label.active{color:#555}.formcraftbasic-css .fcb_form .form-options>div{letter-spacing:0}.formcraftbasic-css .fcb_form .form-options .options-main{background-color:#f8fafc;padding:10px 0 2px 15px;text-align:left;border-radius:0 0 2px 2px}.formcraftbasic-css .fcb_form .form-options .sub-options{border-bottom:1px solid #ddd;border-radius:2px 2px 0 0;background-color:#fff;text-align:left;padding:10px 10px;font-size:15px}.formcraftbasic-css .fcb_form .form-options .sub-options>div{display:inline;cursor:auto;text-transform:uppercase;letter-spacing:.5px;font-size:90%;padding:0 3px;font-weight:500}.formcraftbasic-css .fcb_form .form-options .sub-options .delete{transform:rotate(45deg);color:#e86464}.formcraftbasic-css .fcb_form .form-options .sub-options .duplicate{color:#47b181}.formcraftbasic-css .fcb_form .form-options .sub-options>span{font-size:105%;float:right;cursor:pointer;font-weight:700;opacity:.6;display:inline-block;padding:2px;margin:-2px 0}.formcraftbasic-css .fcb_form .form-options .sub-options>span:hover{opacity:1}.formcraftbasic-css .fcb_form .form-options .w-1,.formcraftbasic-css .fcb_form .form-options .w-2,.formcraftbasic-css .fcb_form .form-options .w-3,.formcraftbasic-css .fcb_form .form-options .w2-1,.formcraftbasic-css .fcb_form .form-options .w2-2{letter-spacing:0;padding-right:15px;font-size:90%;white-space:nowrap;margin-bottom:12px}.formcraftbasic-css .fcb_form .form-options .w-1 input[type=text],.formcraftbasic-css .fcb_form .form-options .w-1 select,.formcraftbasic-css .fcb_form .form-options .w-1 textarea,.formcraftbasic-css .fcb_form .form-options .w-2 input[type=text],.formcraftbasic-css .fcb_form .form-options .w-2 select,.formcraftbasic-css .fcb_form .form-options .w-2 textarea,.formcraftbasic-css .fcb_form .form-options .w-3 input[type=text],.formcraftbasic-css .fcb_form .form-options .w-3 select,.formcraftbasic-css .fcb_form .form-options .w-3 textarea,.formcraftbasic-css .fcb_form .form-options .w2-1 input[type=text],.formcraftbasic-css .fcb_form .form-options .w2-1 select,.formcraftbasic-css .fcb_form .form-options .w2-1 textarea,.formcraftbasic-css .fcb_form .form-options .w2-2 input[type=text],.formcraftbasic-css .fcb_form .form-options .w2-2 select,.formcraftbasic-css .fcb_form .form-options .w2-2 textarea{width:100%;margin:0;margin-top:8px}.formcraftbasic-css .fcb_form .form-options .w-1 p,.formcraftbasic-css .fcb_form .form-options .w-2 p,.formcraftbasic-css .fcb_form .form-options .w-3 p,.formcraftbasic-css .fcb_form .form-options .w2-1 p,.formcraftbasic-css .fcb_form .form-options .w2-2 p{margin:0;width:100px;padding-right:8px;display:inline-block;font-weight:700;font-size:11px;color:#777}.formcraftbasic-css .fcb_form .form-options .w-1 .tooltip,.formcraftbasic-css .fcb_form .form-options .w-2 .tooltip,.formcraftbasic-css .fcb_form .form-options .w-3 .tooltip,.formcraftbasic-css .fcb_form .form-options .w2-1 .tooltip,.formcraftbasic-css .fcb_form .form-options .w2-2 .tooltip{white-space:normal;width:220px;max-width:220px}.formcraftbasic-css .fcb_form .form-options .w-1 .tooltip-icon,.formcraftbasic-css .fcb_form .form-options .w-2 .tooltip-icon,.formcraftbasic-css .fcb_form .form-options .w-3 .tooltip-icon,.formcraftbasic-css .fcb_form .form-options .w2-1 .tooltip-icon,.formcraftbasic-css .fcb_form .form-options .w2-2 .tooltip-icon{position:absolute;right:25px;font-size:18px;text-align:center;top:0}.formcraftbasic-css .fcb_form .form-options .wp-picker-holder{z-index:101}.formcraftbasic-css .fcb_form .form-options .wp-picker-input-wrap input[type=text]{max-width:67px;margin:0}.formcraftbasic-css .fcb_form .form-options .w2-1{display:inline-block;width:50%}.formcraftbasic-css .fcb_form .form-options .w-3,.formcraftbasic-css .fcb_form .form-options .w2-3{display:block;width:100%}.formcraftbasic-css .fcb_form .form-options .w-2{display:inline-block;width:66.6%}.formcraftbasic-css .fcb_form .form-options .w-1{display:inline-block;width:33.3%}.formcraftbasic-css .fcb_form .form-options .w-1.last{width:33.4%}.formcraftbasic-css .fcb_form .form-options div.label,.formcraftbasic-css .fcb_form .form-options label{position:relative;display:inline-block}.formcraftbasic-css .fcb_form .form-options div.label>span,.formcraftbasic-css .fcb_form .form-options label>span{position:absolute;font-size:12px;line-height:10px;left:10px;top:2px;font-weight:600;background:#fff}.formcraftbasic-css .fcb_form .form-options.ng-hide{display:none}.formcraftbasic-css .fcb_form .even .form-options{right:0;margin-right:-352px}.formcraftbasic-css .fcb_form .odd .form-options{left:0;margin-left:-352px}.formcraftbasic-css .fcb_form .odd .form-options{transform-origin:0;-webkit-animation:fadeInLeft .25s;animation:fadeInLeft .25s}.formcraftbasic-css .fcb_form .odd .form-options.ng-hide.ng-hide-animate{display:block;-webkit-animation:fadeOutLeft .25s;animation:fadeOutLeft .25s}.formcraftbasic-css .fcb_form .even .form-options{transform-origin:0;-webkit-animation:fadeInRight .25s;animation:fadeInRight .25s}.formcraftbasic-css .fcb_form .even .form-options.ng-hide.ng-hide-animate{display:block;-webkit-animation:fadeOutRight .25s;animation:fadeOutRight .25s}.formcraftbasic-css .fcb_form .options-panel{position:absolute;left:-10px;top:50%;font-size:13px;padding:1px 1px;margin-top:-10px;z-index:101}.formcraftbasic-css .fcb_form .drag-icon{font-weight:700;color:#999;font-size:17px;background-color:#fff;border:2px solid #999;border-radius:100%}#form-cover .form-spinner{margin-top:50px}#form-cover .form-spinner>div{background-color:#999;width:15px;margin:0 1px;height:15px}#form-cover .fcb_form{max-width:100%}#form-cover .fcb_form .form-options,#form-cover .fcb_form .options-panel{display:none}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(//meraklikedim.com/wp-content/plugins/wp-poll-pro/assets/lib/material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(//meraklikedim.com/wp-content/plugins/wp-poll-pro/lib/material-icons/MaterialIcons-Regular.woff) format('woff'),url(//meraklikedim.com/wp-content/plugins/wp-poll-pro/lib/material-icons/MaterialIcons-Regular.ttf) format('truetype')}.fcb-icon{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:110%;line-height:1;display:inline-block;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;vertical-align:text-bottom;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}@-webkit-keyframes optionsIn{0%{opacity:0;transform:translate3d(0,40px,0) scale(.5);-webkit-transform:translate3d(0,40px,0) scale(.5)}100%{opacity:1;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1)}}@keyframes optionsIn{0%{opacity:0;transform:translate3d(0,40px,0) scale(.5);-webkit-transform:translate3d(0,40px,0) scale(.5)}100%{opacity:1;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes successIn{0%{opacity:0;transform:translate3d(0,2px,0) scale(.95);-webkit-transform:translate3d(0,2px,0) scale(.95)}100%{opacity:1;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1)}}@keyframes successIn{0%{opacity:0;transform:translate3d(0,2px,0) scale(.95);-webkit-transform:translate3d(0,2px,0) scale(.95)}100%{opacity:1;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes slideDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0)}}@keyframes slideDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideFromLeft{from{opacity:0;-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideToLeft{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}}@-webkit-keyframes slideFromRight{from{opacity:0;-webkit-transform:translate3d(5px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0)}}@keyframes slideFromRight{from{opacity:0;-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes tooltipTop{0%{opacity:0;-webkit-transform:translate3d(0,-4px,0) scale(.98)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1)}}@keyframes tooltipTop{0%{opacity:0;-webkit-transform:translate3d(0,-4px,0) scale(.98);transform:translate3d(0,-4px,0) scale(.98)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:translate3d(0,0,0) scale(.95);transform:translate3d(0,0,0) scale(.95)}70%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1.01);transform:translate3d(0,0,0) scale(1.01)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:translate3d(0,0,0) scale(.95);transform:translate3d(0,0,0) scale(.95)}70%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1.01);transform:translate3d(0,0,0) scale(1.01)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translate3d(0,0,0) scale(.95);transform:translate3d(0,0,0) scale(.95)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translate3d(0,0,0) scale(.95);transform:translate3d(0,0,0) scale(.95)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(10px,0,0) scale(.99);transform:translate3d(10px,0,0) scale(.99)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(10px,0,0) scale(.99);transform:translate3d(10px,0,0) scale(.99)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes fadeInLeftLight{0%{opacity:0;-webkit-transform:translate3d(2px,0,0) scale(1);transform:translate3d(2px,0,0) scale(1)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes fadeInLeftLight{0%{opacity:0;-webkit-transform:translate3d(2px,0,0) scale(1);transform:translate3d(2px,0,0) scale(1)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(10px,0,0) scale(.99);transform:translate3d(10px,0,0) scale(.99)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(10px,0,0) scale(.99);transform:translate3d(10px,0,0) scale(.99)}}@-webkit-keyframes collapseIn{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(0,-5px,0) scale(.95);transform:translate3d(0,-5px,0) scale(.95)}}@keyframes collapseIn{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(0,-5px,0) scale(.95);transform:translate3d(0,-5px,0) scale(.95)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-10px,0,0) scale(.99);transform:translate3d(-10px,0,0) scale(.99)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-10px,0,0) scale(.99);transform:translate3d(-10px,0,0) scale(.99)}100%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(-10px,0,0) scale(.99);transform:translate3d(-10px,0,0) scale(.99)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}100%{opacity:0;-webkit-transform:translate3d(-10px,0,0) scale(.99);transform:translate3d(-10px,0,0) scale(.99)}}#toast-container{position:fixed;top:80px;right:8px;z-index:999999}#toast-container .icon-ok{font-size:9px;padding:1px;color:#5ec35e;background-color:#fff;border-radius:100px;vertical-align:middle;margin-right:2px}#toast-container .toast{-webkit-animation:slideFromLeft .2s;animation:slideFromLeft .2s;padding:9px 14px;font-weight:600;background-color:#eee;text-align:center;border-radius:2px;margin-top:6px;box-shadow:0 1px 1px rgba(0,0,0,.35);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.35);cursor:pointer}#toast-container .toast.toast-success{color:#fff;background-color:#5ec35e}#toast-container .toast.toast-error{color:#fff;background-color:#f45e5e}#ui-datepicker-div.fcb-datepicker{background-color:#fff;box-shadow:0 1px 4px #999;-webkit-box-shadow:0 1px 4px #999;padding:0;margin-left:1px;border-radius:0;position:absolute;z-index:99999!important;-webkit-animation:slideDown .2s ease-out!important;animation:slideDown .2s ease-out!important;color:#777}#ui-datepicker-div.fcb-datepicker .ui-datepicker-header{text-align:center;border-bottom:1px solid #ddd;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#ui-datepicker-div.fcb-datepicker .ui-datepicker-next,#ui-datepicker-div.fcb-datepicker .ui-datepicker-prev{padding:10px 13px 8px 13px;color:inherit}#ui-datepicker-div.fcb-datepicker .ui-datepicker-next:hover,#ui-datepicker-div.fcb-datepicker .ui-datepicker-prev:hover{background-color:#eee;color:#444}#ui-datepicker-div.fcb-datepicker select.ui-datepicker-month,#ui-datepicker-div.fcb-datepicker select.ui-datepicker-year{letter-spacing:0;box-shadow:none;-webkit-appearance:none;border:0;background-color:transparent;display:inline-block;margin:0;height:auto;width:auto;line-height:normal;text-align:right;font-size:14px;color:inherit;font-weight:700;padding:9px 6px;height:36px;cursor:pointer;border-radius:0}#ui-datepicker-div.fcb-datepicker select.ui-datepicker-month:hover,#ui-datepicker-div.fcb-datepicker select.ui-datepicker-year:hover{background-color:#eee}#ui-datepicker-div.fcb-datepicker .ui-datepicker-title{padding:0 1px;letter-spacing:-4px;margin-left:33px;margin-right:33px}#ui-datepicker-div.fcb-datepicker .ui-datepicker-prev{float:left}#ui-datepicker-div.fcb-datepicker .ui-datepicker-next{float:right}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar{margin:7px 4px 4px 4px;width:auto;border-collapse:collapse;border:0}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar th{color:#48e;font-size:13px;text-align:center}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar td,#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar th{padding:0;margin:0;height:26px;width:26px;line-height:26px;border:0;border-width:0}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a{color:#48e;font-weight:700}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar td a,#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar td span{text-decoration:none;color:inherit;cursor:pointer;display:block;text-align:center;height:26px;width:26px;line-height:26px;font-size:12px;outline:0;box-shadow:none}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar a:hover{background-color:#eee}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar .ui-state-disabled span{color:#ccc;cursor:default}#ui-datepicker-div.fcb-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a{background-color:#eee}.formcraftbasic-css .nav-tabs{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.formcraftbasic-css textarea.copy-code{resize:none;letter-spacing:.6px;color:#666;vertical-align:top;width:auto;border-color:#ccc;font-size:14px;border-radius:2px;box-shadow:none;background-color:#fcfcfc;min-height:0;padding:9px}.formcraftbasic-css textarea.copy-code:focus{border-color:#ccc}.formcraftbasic-css .nav-content>div{display:none}.formcraftbasic-css .nav-content>div.active{display:block}.formcraftbasic-css .tooltip{position:absolute;z-index:99999;display:block;visibility:visible;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;margin-top:-10px;opacity:0;filter:alpha(opacity=0)}.formcraftbasic-css .tooltip-cover{position:relative}.formcraftbasic-css .tooltip.in{opacity:.95;filter:alpha(opacity=95)}.formcraftbasic-css .tooltip.top{margin-top:-10px;padding:5px 0}.formcraftbasic-css .tooltip.top.in{-webkit-animation:tooltipTop .2s;animation:tooltipTop .2s}.formcraftbasic-css .tooltip.right{margin-left:3px;padding:0 5px}.formcraftbasic-css .tooltip.bottom{margin-top:3px;padding:5px 0}.formcraftbasic-css .tooltip.left{margin-left:-3px;padding:0 5px}.formcraftbasic-css .tooltip-inner{max-width:200px;min-width:150px;padding:8px 10px;color:#666;text-align:left;text-decoration:none;background-color:#fff;box-shadow:0 0 4px #878787;-webkit-box-shadow:0 0 4px #878787;border-radius:2px}.formcraftbasic-css .tooltip-inner br{line-height:1.8em}.formcraftbasic-css .tooltip-arrow:after{content:'';position:absolute;width:0;height:0;border-color:transparent;bottom:-3px;left:50%;margin-left:-15px;border-width:15px 15px 0;border-top-color:#e9e9e9;border-style:solid;z-index:-1}.formcraftbasic-css .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.formcraftbasic-css .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#fff}.formcraftbasic-css .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#fff}.formcraftbasic-css .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#fff}.formcraftbasic-css .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#fff}.formcraftbasic-css .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#fff}.formcraftbasic-css .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.formcraftbasic-css .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.formcraftbasic-css .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.formcraftbasic-css .fcb-spinner{margin:0;width:70px;text-align:center;display:inline-block;padding:4px;display:none;padding-top:6px}.formcraftbasic-css .fcb-spinner>div,.formcraftbasic-css .fcb-spinner>span{width:18px;height:18px;background-color:#48e;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.formcraftbasic-css .fcb-spinner.small>div,.formcraftbasic-css .fcb-spinner.small>span{width:10px;height:10px}.formcraftbasic-css .fcb-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.formcraftbasic-css .fcb-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(.9)}}@keyframes bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(.9);-webkit-transform:scale(.9)}}.formcraftbasic-css input[type=checkbox],.formcraftbasic-css input[type=color],.formcraftbasic-css input[type=email],.formcraftbasic-css input[type=number],.formcraftbasic-css input[type=password],.formcraftbasic-css input[type=radio],.formcraftbasic-css input[type=tel],.formcraftbasic-css input[type=text],.formcraftbasic-css input[type=time],.formcraftbasic-css input[type=url],.formcraftbasic-css input[type=week],.formcraftbasic-css select,.formcraftbasic-css textarea{border:1px solid #d6d8d9;box-shadow:none;border-radius:2px;padding:10px 12px 8px 12px;font-size:inherit;font-family:inherit;line-height:normal;box-sizing:border-box;-moz-box-sizing:border-box;float:none}.formcraftbasic-css select{-webkit-appearance:none;-moz-appearance:none;width:auto;height:auto}.formcraftbasic-css select{background-repeat:no-repeat;background-position:95.5% 52%;background-size:5px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPnNlbGVjdC0tYXJyb3dzPC90aXRsZT48cGF0aCBkPSJNMS4xNDIgOC42ODNMMi4zMSA5Ljc1cy4zNS4zOC42OS4zOGMuMzQgMCAuNjg5LS4zNzkuNjg5LS4zNzlsMS4xNjktMS4wNjhhLjY5LjY5IDAgMCAxIC45NDMuMDA2LjYyLjYyIDAgMCAxIC4wMDYuOTA1TDMuNDcgMTEuODE3QS42NzEuNjcxIDAgMCAxIDMgMTJhLjY3MS42NzEgMCAwIDEtLjQ2OS0uMTgzTC4xOTMgOS41OTRhLjYyLjYyIDAgMCAxIC4wMDYtLjkwNS42OS42OSAwIDAgMSAuOTQzLS4wMDZ6bTAtNS4zNjZBLjY5LjY5IDAgMCAxIC4yIDMuMzExYS42Mi42MiAwIDAgMS0uMDA2LS45MDVMMi41My4xODNBLjY3MS42NzEgMCAwIDEgMyAwYy4xNzEgMCAuMzQxLjA2LjQ2OS4xODNsMi4zMzggMi4yMjNhLjYyLjYyIDAgMCAxLS4wMDYuOTA1LjY5LjY5IDAgMCAxLS45NDMuMDA2TDMuNjg4IDIuMjVTMy4zNCAxLjg3IDMgMS44N2MtLjM0IDAtLjY5LjM4LS42OS4zOEwxLjE0MiAzLjMxN3oiIGZpbGw9IiM1MjVGN0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)}.formcraftbasic-css input[type=checkbox]:focus,.formcraftbasic-css input[type=color]:focus,.formcraftbasic-css input[type=date]:focus,.formcraftbasic-css input[type=datetime-local]:focus,.formcraftbasic-css input[type=datetime]:focus,.formcraftbasic-css input[type=email]:focus,.formcraftbasic-css input[type=month]:focus,.formcraftbasic-css input[type=number]:focus,.formcraftbasic-css input[type=password]:focus,.formcraftbasic-css input[type=radio]:focus,.formcraftbasic-css input[type=search]:focus,.formcraftbasic-css input[type=tel]:focus,.formcraftbasic-css input[type=text]:focus,.formcraftbasic-css input[type=time]:focus,.formcraftbasic-css input[type=url]:focus,.formcraftbasic-css input[type=week]:focus,.formcraftbasic-css textarea:focus{border-color:#48e;outline:0}.formcraftbasic-css select:focus{outline:0}.formcraftbasic-css input[type=checkbox]:before,.formcraftbasic-css input[type=radio]:before{background:0 0;vertical-align:middle;box-sizing:border-box;margin:0;position:absolute;color:#fff;display:none;transform-origin:0 100%;content:"";left:6px;top:8px;height:5px;width:10px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);border-radius:0}.formcraftbasic-css input[type=checkbox]:checked:before,.formcraftbasic-css input[type=radio]:checked:before{display:inline-block}.formcraftbasic-css input[type=checkbox],.formcraftbasic-css input[type=radio]{position:relative;border-radius:50px;border:1px solid #aaa;box-shadow:none;height:17px;width:17px;-webkit-appearance:none;clear:none;cursor:pointer;display:inline-block;outline:0;padding:0!important;text-align:center;min-width:17px;vertical-align:middle;margin:-4px 4px 0 0}.formcraftbasic-css input[type=checkbox]:checked,.formcraftbasic-css input[type=radio]:checked{border-color:#14ad14;background:#14ad14}.formcraftbasic-css input[type=checkbox]:focus,.formcraftbasic-css input[type=checkbox]:hover,.formcraftbasic-css input[type=radio]:focus,.formcraftbasic-css input[type=radio]:hover{border-color:#14ad14}.formcraftbasic-css label:hover>input[type=checkbox],.formcraftbasic-css label:hover>input[type=radio]{border-color:#14ad14}.formcraftbasic-css .hide-checkbox label>input[type=checkbox],.formcraftbasic-css .hide-checkbox label>input[type=radio]{position:absolute;left:-99999em}.formcraftbasic-css .response{padding:5px 7px;color:#666;display:inline-block}.formcraftbasic-css .button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;background:#f6f6f6;color:#666;border-color:#ccc;position:relative;font-size:14px;padding:13px 18px;box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.4);font-size:inherit;font-weight:600;cursor:pointer;height:auto;line-height:inherit}.formcraftbasic-css .button .fcb-icon{margin-left:-5px;margin-right:5px}.formcraftbasic-css .button .fcb-spinner{display:none;position:absolute;top:0;bottom:0;height:38px;left:0;right:0;text-align:center}.formcraftbasic-css .button.fcb-disabled span{opacity:0}.formcraftbasic-css .button.fcb-disabled .fcb-spinner{display:block;padding:0;opacity:1}.formcraftbasic-css .button.fcb-disabled .fcb-spinner>span{opacity:1;background-color:#fff}.formcraftbasic-css .button.wide{width:100%}.formcraftbasic-css .button .fcb_icon:before{position:relative;left:-3px}.formcraftbasic-css .button .fcb_icon:before{margin:0}.formcraftbasic-css .button.small{font-size:13px;line-height:29px;height:30px;padding:0 12px 1px;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.4px}.formcraftbasic-css .button.blue,.formcraftbasic-css .button.blue:focus{background:#5091f2;color:#fff;border-color:#4682dd;box-shadow:0 1px 0 #3c69ab}.formcraftbasic-css .button.blue.active-true,.formcraftbasic-css .button.blue:focus.active-true,.formcraftbasic-css .button.blue:focus:hover,.formcraftbasic-css .button.blue:hover{background:#4286ea;color:#fff;border-color:#3e79d2}.formcraftbasic-css .button.blue:disabled{background:#5091f2!important;color:#fff!important;border-color:#4682dd!important;box-shadow:0 1px 0 #3e6eb6!important;text-shadow:none!important;opacity:.75}.formcraftbasic-css .button.button-file{text-align:center;cursor:pointer}.formcraftbasic-css .button.button-file input{background-color:red;position:absolute;cursor:pointer;left:-2px;right:0;bottom:-2px;height:105%;width:100%;opacity:0;z-index:2}.formcraftbasic-css .button.button-file ::-webkit-file-upload-button{cursor:pointer}.formcraftbasic-css .filename{position:absolute;right:16px;top:0;line-height:45px;font-size:12px;font-weight:400;display:inline-block}.formcraftbasic-css .filename .icon-ok{color:#777;display:inline-block;font-size:11px;-webkit-animation:fadeIn .4s;animation:fadeIn .4s}.formcraftbasic-css .filename .fcb-spinner{display:inline-block;width:auto;padding:0;text-align:left;-webkit-animation:fadeIn .4s;animation:fadeIn .4s}.formcraftbasic-css .filename .fcb-spinner>div{background-color:#999;width:5px;height:5px;margin:0 1px}.formcraftbasic-css .button:hover{background:#eee;color:#666;border-color:#ccc}.formcraftbasic-css .button:focus{outline:0;box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.2);background:#f6f6f6;border-color:#ccc}.formcraftbasic-css .button:active{transform:translateY(0)}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-slider,div.hy_plyr,div.hy_plyr *{box-sizing:border-box;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}div.hy_plyr_2 img.hy_btn,div.hy_plyr_3 img.hy_btn,div.hy_plyr_3 img.hy_btn:hover,div.hy_plyr_4 img.hy_btn,div.hy_plyr_4 img.hy_btn:hover,div.hy_plyr_5 img.hy_btn,div.hy_plyr_5 img.hy_btn:hover{transition:transform .5s ease;top:48%}.hy_plyr,.slick-loading .slick-slide,.slick-loading .slick-track,img.hyena{visibility:hidden}.slick-slider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-loading .slick-list{background:url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/slick/fonts/slick.eot);src:url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/slick/fonts/slick.woff) format('woff'),url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/slick/fonts/slick.ttf) format('truetype'),url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/slick/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.hyena_canvas,.hyena_frame,.light-modal,img.hyena{height:100%}.slick-dots li.slick-active button:before{opacity:.75;color:#000}div.hy_plyr,div.hy_plyr *{vertical-align:baseline;margin:0;font-size:100%;padding:0;line-height:100%;border:0;outline:0;cursor:inherit;overflow:hidden;text-align:left;word-wrap:break-word;background:0 0;-moz-touch-callout:none;-ms-touch-callout:none;-o-touch-callout:none;touch-callout:none;tap-highlight-color:transparent;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-ms-touch-select:none}.hy_btn,.hyena_canvas,.hyena_frame,div.hy_plyr{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-interpolation-mode:bicubic}.hy_bt_wr,.hyena_canvas,.hyena_frame,.hyena_slate,img.hyena{width:100%;height:100%}.hy_plyr{width:100%;overflow:hidden}img.hyena{display:block}.hyena_slate{position:absolute;z-index:99}div.hy_bt_wr{overflow:visible;position:absolute;padding:0;margin:0}img.hy_btn{position:absolute;padding:0;cursor:pointer;display:inline;z-index:999}.light-modal,.light-modal-bg{display:none}div.hy_plyr_1{border:0;border-radius:0;padding:0}div.hy_fr_1,div.hy_fr_1 canvas.hyena_canvas,div.hy_fr_1 img{border:0}div.hy_plyr_1 img.hy_btn{width:20%;opacity:1;left:50%;top:48%}div.hy_plyr_2{border:2px solid rgba(137,137,150,.15);border-radius:3px;padding:10px;background:#f5f5f5;background:-moz-linear-gradient(top,#f5f5f5 0,#e6e6e7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),color-stop(100%,#e6e6e7));background:-webkit-linear-gradient(top,#f5f5f5 0,#e6e6e7 100%);background:-o-linear-gradient(top,#f5f5f5 0,#e6e6e7 100%);background:-ms-linear-gradient(top,#f5f5f5 0,#e6e6e7 100%);background:linear-gradient(to bottom,#f5f5f5 0,#e6e6e7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e7', GradientType=0 )}div.hy_fr_2,div.hy_fr_2 canvas.hyena_canvas,div.hy_fr_2 img{background:#ebebed;border-radius:3px;box-shadow:0 0 3px 3px rgba(0,0,0,.17)}div.hy_plyr_2 div.hyena_slate{background:url(//meraklikedim.com/wp-content/themes/boombox/js/plugins/controls/tiles/bg_15.png) #ebebed;border-radius:3px;padding:20px}div.hy_plyr_2 div.hy_bt_wr{margin-left:-10px;margin-top:-10px}div.hy_plyr_2 img.hy_btn{transform:scale(1,1);width:20%;opacity:1;left:50%}div.hy_plyr_2 img.hy_btn:hover{transform:scale(1.1,1.1);transition:transform .5s ease}div.hy_plyr_3{border:6px solid #04d37d;background:#04d37d;background:-moz-linear-gradient(top,#04d37d 0,#02ba76 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#04d37d),color-stop(100%,#02ba76));background:-webkit-linear-gradient(top,#04d37d 0,#02ba76 100%);background:-o-linear-gradient(top,#04d37d 0,#02ba76 100%);background:-ms-linear-gradient(top,#04d37d 0,#02ba76 100%);background:linear-gradient(to bottom,#04d37d 0,#02ba76 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d37d', endColorstr='#02ba76', GradientType=0 )}div.hy_plyr_6,div.hy_plyr_6 div.hyena_slate{filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 )}div.hy_fr_3,div.hy_fr_3 canvas.hyena_canvas,div.hy_fr_3 img{background:#333d4c;padding:10px;box-shadow:0 0 3px 3px rgba(0,0,0,.17)}div.hy_plyr_3 img.hy_btn{transform:scale(1,1);width:20%;left:50%}div.hy_plyr_3 img.hy_btn:hover{transform:scale(1.1,1.1);width:20%;left:50%}div.hy_plyr_4{border:6px solid #2f2f2f;border-radius:10px;background:#6a6a6a;box-shadow:1px 1px 3px 3px rgba(0,0,0,.17)}div.hy_fr_4,div.hy_fr_4 canvas.hyena_canvas,div.hy_fr_4 img{background:#2f2f2f;padding:2px;box-shadow:0 0 3px 3px rgba(0,0,0,.17)}div.hy_plyr_4 div.hyena_slate{background:#2f2f2f}div.hy_fr_5,div.hy_fr_5 canvas.hyena_canvas,div.hy_fr_5 img,div.hy_plyr_5{background:#f1f1f1}div.hy_plyr_4 img.hy_btn{transform:scale(1,1);width:20%;left:50%}div.hy_plyr_4 img.hy_btn:hover{transform:scale(1.1,1.1);width:20%;left:50%}div.hy_plyr_5{border:2px solid #f1f1f1}div.hy_plyr_5 div.hyena_slate{background:#FFF}div.hy_plyr_5 img.hy_btn{transform:scale(1,1);width:20%;left:50%}div.hy_plyr_5 img.hy_btn:hover{transform:scale(1.1,1.1);width:20%;left:50%}div.hy_plyr_6{background:#7d7e7d;background:-moz-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#7d7e7d),color-stop(100%,#0e0e0e));background:-webkit-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-o-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-ms-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:linear-gradient(to bottom,#7d7e7d 0,#0e0e0e 100%);border:4px solid #f1f1f1;padding:8px}div.hy_fr_6{background:#f1f1f1}div.hy_plyr_6 div.hyena_slate{background:#7d7e7d;background:-moz-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#7d7e7d),color-stop(100%,#0e0e0e));background:-webkit-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-o-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:-ms-linear-gradient(top,#7d7e7d 0,#0e0e0e 100%);background:linear-gradient(to bottom,#7d7e7d 0,#0e0e0e 100%)}.light-modal,.light-modal .modal-body,.light-modal-bg{background-color:#fff}div.hy_plyr_6 img.hy_btn{width:20%;left:50%;top:50%}.light-modal,.light-modal *,.light-modal :after,.light-modal :before,.light-modal:after,.light-modal:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.light-modal{position:fixed;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;top:0;left:0;z-index:1000;color:#000;margin:auto;width:100%;max-height:100%;max-width:100%;overflow-y:auto}.light-modal .modal-body{display:inline-block;width:100%;padding:40px 15px 15px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-moz-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.light-modal .modal-close{display:inline-block;position:absolute;top:15px;right:15px;width:27px;height:27px;background-color:#ffe400;text-align:center;line-height:28px;vertical-align:middle;text-decoration:none;color:#1f1f1f;border-radius:3px;font-size:20px;font-weight:700}.light-modal-lock,.light-modal-lock body{overflow:hidden;height:100%}.light-modal-lock .scrollbar-fix{margin-right:17px}@media screen and (min-width:701px){.light-modal-bg{background-color:rgba(31,31,31,.9);overflow-y:scroll}.light-modal .modal-body{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.light-modal{background:0 0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) translateZ(0);-moz-transform:translate(-50%,-50%) translateZ(0);transform:translate(-50%,-50%) translateZ(0);width:550px;max-height:93%;height:auto}.light-modal-bg{position:absolute;overflow:auto;z-index:995;left:0;top:0;width:100%;height:100%}}.bb-scroll-area{position:relative;clear:both;display:block;overflow-x:hidden}.bb-scroll-area ul{list-style:none;margin:0;max-width:100%;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.bb-scroll-area ul li{display:inline-block;white-space:normal}.bb-scroll-area .bb-nav{position:absolute;top:0;bottom:0;width:20px;z-index:20;font-size:1px;text-indent:100%;background:rgba(0,0,0,.5)}.bb-scroll-area .bb-nav:before{position:absolute;top:50%;margin-top:-11px;left:0;width:100%;font-size:22px;line-height:1em;text-align:center;text-indent:0;font-weight:700;color:#fff;font-family:icomoon}.bb-scroll-area .bb-nav.bb-arrow-next{right:0}.bb-scroll-area .bb-nav.bb-arrow-next:before{content:'\f105'}.bb-scroll-area .bb-nav.bb-arrow-prev{left:0}.bb-scroll-area .bb-nav.bb-arrow-prev:before{content:'\f104'}.bb-scroll-area.bb-scroll-end .bb-nav.bb-arrow-next,.bb-scroll-area.bb-scroll-start .bb-nav.bb-arrow-prev{display:none}@media screen and (max-width:767px){.bb-scroll-area .bb-nav{display:none!important}}.mobile .bb-scroll-area .bb-nav{display:none!important}.bb-scroll-area ::-webkit-scrollbar-track{border-radius:4px;background-color:#ececec}.bb-scroll-area ::-webkit-scrollbar{width:8px;height:8px;background-color:#ececec}.bb-scroll-area ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#c3c3c3}.bb-scroll-area ::-webkit-scrollbar,.bb-scroll-area ::-webkit-scrollbar-thumb,.bb-scroll-area ::-webkit-scrollbar-track{opacity:0;visibility:hidden;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.bb-scroll-area:hover ::-webkit-scrollbar,.bb-scroll-area:hover ::-webkit-scrollbar-thumb,.bb-scroll-area:hover ::-webkit-scrollbar-track{opacity:1;visibility:visible}@font-face{font-family:bb-icomoon;src:url(//meraklikedim.com/wp-content/themes/boombox/fonts/icon-fonts/icomoon/fonts/bb-icomoon.ttf?tppylb) format('truetype'),url(//meraklikedim.com/wp-content/themes/boombox/fonts/icon-fonts/icomoon/fonts/bb-icomoon.woff?tppylb) format('woff'),url(//meraklikedim.com/wp-content/themes/boombox/fonts/icon-fonts/icomoon/fonts/bb-icomoon.svg?tppylb#bb-icomoon) format('svg');font-weight:400;font-style:normal}[class*=" bb-icon-"],[class^=bb-icon-]{font-family:bb-icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-icon-eye:before{content:"\e9bc"}.bb-icon-random:before{content:"\e9bd"}.bb-icon-zombify_countdown:before{content:"\e9ba"}.bb-icon-apple:before{content:"\e900"}.bb-icon-basketball:before{content:"\e901"}.bb-icon-bicycle:before{content:"\e902"}.bb-icon-book:before{content:"\e903"}.bb-icon-car:before{content:"\e904"}.bb-icon-cloudsnow:before{content:"\e905"}.bb-icon-cloudsun:before{content:"\e906"}.bb-icon-coffecup:before{content:"\e907"}.bb-icon-cube:before{content:"\e908"}.bb-icon-cup:before{content:"\e909"}.bb-icon-education:before{content:"\e90b"}.bb-icon-fastfood:before{content:"\e90c"}.bb-icon-fish:before{content:"\e90d"}.bb-icon-food:before{content:"\e90e"}.bb-icon-football:before{content:"\e90f"}.bb-icon-game:before{content:"\e910"}.bb-icon-gift:before{content:"\e911"}.bb-icon-hiking:before{content:"\e912"}.bb-icon-launch:before{content:"\e913"}.bb-icon-meat:before{content:"\e914"}.bb-icon-megaphone:before{content:"\e915"}.bb-icon-music:before{content:"\e916"}.bb-icon-pet:before{content:"\e917"}.bb-icon-photo:before{content:"\e918"}.bb-icon-rain:before{content:"\e919"}.bb-icon-science:before{content:"\e91a"}.bb-icon-ski-jump:before{content:"\e91b"}.bb-icon-ski:before{content:"\e91c"}.bb-icon-snoeflake:before{content:"\e91d"}.bb-icon-sun:before{content:"\e91e"}.bb-icon-swim:before{content:"\e91f"}.bb-icon-tech1:before{content:"\e920"}.bb-icon-tennis:before{content:"\e922"}.bb-icon-video:before{content:"\e949"}.bb-icon-wind:before{content:"\e9a0"}.bb-icon-trending5:before{content:"\e99f"}.bb-icon-recent:before{content:"\e972"}.bb-icon-zombify_meme:before{content:"\e968"}.bb-icon-zombify_ranked_list:before{content:"\e967"}.bb-icon-zombify_video:before{content:"\e966"}.bb-icon-zombify_audio:before{content:"\e95d"}.bb-icon-zombify_embed:before{content:"\e95e"}.bb-icon-zombify_image:before{content:"\e95f"}.bb-icon-zombify_list:before{content:"\e960"}.bb-icon-zombify_open_list:before{content:"\e961"}.bb-icon-zombify_personality_quiz:before{content:"\e962"}.bb-icon-zombify_poll:before{content:"\e963"}.bb-icon-zombify_story:before{content:"\e964"}.bb-icon-zombify_trivia_quiz:before{content:"\e965"}.bb-icon-poll_original:before{content:"\e959"}.bb-icon-quiz_original:before{content:"\e95b"}.bb-icon-gif:before{content:"\e958"}.bb-icon-gallery:before{content:"\e947"}.bb-icon-photo2:before{content:"\e948"}.bb-icon-trending3:before{content:"\e9a5"}.bb-icon-trending:before{content:"\e9a3"}.bb-icon-news:before{content:"\e90a"}.bb-icon-hot:before{content:"\e9a6"}.bb-icon-popular:before{content:"\e9a7"}.bb-icon-trending2:before{content:"\e9a4"}.bb-icon-ambulance:before{content:"\e923"}.bb-icon-anchor:before{content:"\e924"}.bb-icon-at:before{content:"\e925"}.bb-icon-balance-scale:before{content:"\e926"}.bb-icon-barcode:before{content:"\e9a1"}.bb-icon-baseball-ball:before{content:"\e927"}.bb-icon-basketball-ball:before{content:"\e928"}.bb-icon-bath:before{content:"\e9a2"}.bb-icon-bed:before{content:"\e9a8"}.bb-icon-bell:before{content:"\e929"}.bb-icon-bicycle-2:before{content:"\e92a"}.bb-icon-binoculars:before{content:"\e92b"}.bb-icon-birthday-cake:before{content:"\e9aa"}.bb-icon-blind:before{content:"\e92c"}.bb-icon-bolt:before{content:"\e92d"}.bb-icon-bomb:before{content:"\e92e"}.bb-icon-book2:before{content:"\e92f"}.bb-icon-bowling-ball:before{content:"\e930"}.bb-icon-briefcase:before{content:"\e931"}.bb-icon-bullhorn:before{content:"\e932"}.bb-icon-bus:before{content:"\e933"}.bb-icon-calendar-alt:before{content:"\e934"}.bb-icon-camera:before{content:"\e935"}.bb-icon-camera-retro:before{content:"\e936"}.bb-icon-chart-bar:before{content:"\e938"}.bb-icon-chart-line:before{content:"\e939"}.bb-icon-chart-pie:before{content:"\e93a"}.bb-icon-chess:before{content:"\e93b"}.bb-icon-chess-bishop:before{content:"\e93c"}.bb-icon-chess-king:before{content:"\e93d"}.bb-icon-chess-knight:before{content:"\e93e"}.bb-icon-chess-pawn:before{content:"\e93f"}.bb-icon-chess-queen:before{content:"\e940"}.bb-icon-chess-rook:before{content:"\e941"}.bb-icon-child:before{content:"\e942"}.bb-icon-coffee:before{content:"\e943"}.bb-icon-cog:before{content:"\e944"}.bb-icon-comments:before{content:"\e9a9"}.bb-icon-compass:before{content:"\e9ab"}.bb-icon-crosshairs:before{content:"\e9ac"}.bb-icon-dollar-sign:before{content:"\e945"}.bb-icon-envelope:before{content:"\e946"}.bb-icon-euro-sign:before{content:"\e94a"}.bb-icon-exclamation-circle:before{content:"\e9ad"}.bb-icon-female:before{content:"\e94b"}.bb-icon-fighter-jet:before{content:"\e94c"}.bb-icon-film:before{content:"\e94d"}.bb-icon-fire:before{content:"\e94e"}.bb-icon-flask:before{content:"\e94f"}.bb-icon-football-ball:before{content:"\e950"}.bb-icon-futbol:before{content:"\e951"}.bb-icon-gamepad:before{content:"\e952"}.bb-icon-gem:before{content:"\e953"}.bb-icon-gift2:before{content:"\e954"}.bb-icon-globe:before{content:"\e955"}.bb-icon-golf-ball:before{content:"\e956"}.bb-icon-graduation-cap:before{content:"\e957"}.bb-icon-hashtag:before{content:"\e95a"}.bb-icon-headphones:before{content:"\e95c"}.bb-icon-heart:before{content:"\e969"}.bb-icon-heartbeat:before{content:"\e96a"}.bb-icon-home:before{content:"\e96b"}.bb-icon-life-ring:before{content:"\e96c"}.bb-icon-lightbulb:before{content:"\e96d"}.bb-icon-link:before{content:"\e96e"}.bb-icon-lira-sign:before{content:"\e96f"}.bb-icon-male:before{content:"\e970"}.bb-icon-map:before{content:"\e971"}.bb-icon-map-marker-alt:before{content:"\e973"}.bb-icon-mars:before{content:"\e974"}.bb-icon-mars-double:before{content:"\e975"}.bb-icon-medkit:before{content:"\e976"}.bb-icon-mobile-alt:before{content:"\e977"}.bb-icon-money-bill-alt:before{content:"\e978"}.bb-icon-moon:before{content:"\e979"}.bb-icon-motorcycle:before{content:"\e97a"}.bb-icon-music2:before{content:"\e97b"}.bb-icon-paint-brush:before{content:"\e9ae"}.bb-icon-paperclip:before{content:"\e97c"}.bb-icon-paper-plane:before{content:"\e97d"}.bb-icon-paw:before{content:"\e97e"}.bb-icon-percent:before{content:"\e97f"}.bb-icon-plane:before{content:"\e980"}.bb-icon-pound-sign:before{content:"\e981"}.bb-icon-power-off:before{content:"\e982"}.bb-icon-puzzle-piece:before{content:"\e9af"}.bb-icon-question:before{content:"\e983"}.bb-icon-road:before{content:"\e984"}.bb-icon-rocket:before{content:"\e985"}.bb-icon-rss:before{content:"\e986"}.bb-icon-ruble-sign:before{content:"\e987"}.bb-icon-rupee-sign:before{content:"\e988"}.bb-icon-ship:before{content:"\e989"}.bb-icon-shopping-bag:before{content:"\e9b0"}.bb-icon-shopping-basket:before{content:"\e9b1"}.bb-icon-shopping-cart:before{content:"\e9b2"}.bb-icon-smile:before{content:"\e9b3"}.bb-icon-snowflake:before{content:"\e98a"}.bb-icon-space-shuttle:before{content:"\e98b"}.bb-icon-star:before{content:"\e98c"}.bb-icon-subway:before{content:"\e98d"}.bb-icon-suitcase:before{content:"\e98e"}.bb-icon-sun2:before{content:"\e98f"}.bb-icon-tablet-alt:before{content:"\e990"}.bb-icon-table-tennis:before{content:"\e991"}.bb-icon-tachometer-alt:before{content:"\e9b4"}.bb-icon-taxi:before{content:"\e992"}.bb-icon-thumbs-down:before{content:"\e9b5"}.bb-icon-thumbs-up:before{content:"\e9b6"}.bb-icon-tree:before{content:"\e993"}.bb-icon-trophy:before{content:"\e994"}.bb-icon-tv:before{content:"\e9b7"}.bb-icon-umbrella:before{content:"\e9b8"}.bb-icon-university:before{content:"\e9b9"}.bb-icon-user:before{content:"\e995"}.bb-icon-users:before{content:"\e996"}.bb-icon-utensils:before{content:"\e997"}.bb-icon-venus:before{content:"\e998"}.bb-icon-venus-double:before{content:"\e999"}.bb-icon-venus-mars:before{content:"\e99a"}.bb-icon-volleyball-ball:before{content:"\e99b"}.bb-icon-wifi:before{content:"\e99c"}.bb-icon-won-sign:before{content:"\e99d"}.bb-icon-yen-sign:before{content:"\e99e"}.bb-icon-clock:before{content:"\e9bb"}.bb-icon-address-book:before{content:"\e9c8"}.bb-icon-address-card:before{content:"\e9c9"}.bb-icon-archive:before{content:"\e9ca"}.bb-icon-beer:before{content:"\e9cb"}.bb-icon-cart-plus:before{content:"\e9cc"}.bb-icon-certificate:before{content:"\e9cd"}.bb-icon-cloud:before{content:"\e9ce"}.bb-icon-code:before{content:"\e9cf"}.bb-icon-cogs:before{content:"\e9d0"}.bb-icon-credit-card:before{content:"\e9d1"}.bb-icon-cubes:before{content:"\e9d2"}.bb-icon-desktop:before{content:"\e9d3"}.bb-icon-download:before{content:"\e9d4"}.bb-icon-envelope-open:before{content:"\e9d5"}.bb-icon-exchange-alt:before{content:"\e9d6"}.bb-icon-exclamation:before{content:"\e9d7"}.bb-icon-exclamation-circle2:before{content:"\e9c2"}.bb-icon-exclamation-triangle:before{content:"\e9d8"}.bb-icon-filter:before{content:"\e9d9"}.bb-icon-hand-point-right:before{content:"\e9da"}.bb-icon-id-badge:before{content:"\e9db"}.bb-icon-id-card:before{content:"\e9dc"}.bb-icon-image:before{content:"\e9dd"}.bb-icon-images:before{content:"\e9de"}.bb-icon-industry:before{content:"\e9df"}.bb-icon-info-circle:before{content:"\e9e0"}.bb-icon-map-marker:before{content:"\e9e1"}.bb-icon-map-pin:before{content:"\e9e2"}.bb-icon-map-signs:before{content:"\e9e3"}.bb-icon-newspaper:before{content:"\e9e4"}.bb-icon-pencil-alt:before{content:"\e937"}.bb-icon-play:before{content:"\e9e5"}.bb-icon-stethoscope:before{content:"\e9e6"}.bb-icon-stopwatch:before{content:"\e9e7"}.bb-icon-street-view:before{content:"\e9e8"}.bb-icon-tag:before{content:"\e9e9"}.bb-icon-tags:before{content:"\e9ea"}.bb-icon-address-book2:before{content:"\e9eb"}.bb-icon-address-card2:before{content:"\e9ec"}.bb-icon-credit-card2:before{content:"\e9ed"}.bb-icon-envelope3:before{content:"\e9ee"}.bb-icon-envelope-open2:before{content:"\e9ef"}.bb-icon-image2:before{content:"\e9f0"}.bb-icon-images2:before{content:"\e9f1"}.bb-icon-map3:before{content:"\e9f2"}.bb-icon-money-bill-alt2:before{content:"\e9f3"}.bb-icon-newspaper2:before{content:"\e9f4"}.bb-icon-accessible-icon:before{content:"\e9f5"}.bb-icon-adversal:before{content:"\e9f6"}.bb-icon-algolia:before{content:"\e9f7"}.bb-icon-amazon:before{content:"\e9f8"}.bb-icon-amazon-pay:before{content:"\e9f9"}.bb-icon-angellist:before{content:"\e9fa"}.bb-icon-angular:before{content:"\e9fb"}.bb-icon-apple-pay:before{content:"\e9fd"}.bb-icon-app-store:before{content:"\e9fe"}.bb-icon-app-store-ios:before{content:"\e9ff"}.bb-icon-aws:before{content:"\ea00"}.bb-icon-bitcoin:before{content:"\ea01"}.bb-icon-cpanel:before{content:"\ea02"}.bb-icon-creative-commons:before{content:"\ea03"}.bb-icon-css3:before{content:"\ea04"}.bb-icon-css3-alt:before{content:"\ea05"}.bb-icon-ethereum:before{content:"\ea06"}.bb-icon-facebook-messenger:before{content:"\ea09"}.bb-icon-facebook-square:before{content:"\ea0a"}.bb-icon-hotjar:before{content:"\e921"}.bb-icon-instagram:before{content:"\ea0b"}.bb-icon-itunes:before{content:"\ea0c"}.bb-icon-itunes-note:before{content:"\ea0d"}.bb-icon-js-square:before{content:"\ea0e"}.bb-icon-monero:before{content:"\ea0f"}.bb-icon-node:before{content:"\ea10"}.bb-icon-php:before{content:"\ea11"}.bb-icon-skype:before{content:"\ea12"}.bb-icon-youtube:before{content:"\ea13"}