/*ASH stylesheet by Wes Baldwin 2016*/
/*CHECKBOX*/
input[type='checkbox'] {
    -webkit-appearance:none;
    width:60px;
    height:60px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
/*TALK BUBBLES*/
/*Bottom Left*/
.wb-TALKBL {
    -moz-box-shadow: inset 0px 1px 3px 5px #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px 5px #ffffff;
    box-shadow: inset 0px 1px 3px 5px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 25px;
    display: inline-block;
    color: #777777;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.wb-TALKBL:active {
    position: relative;
    top: 1px;
}
/*Bottom Right*/
.wb-TALKBR {
    -moz-box-shadow: inset 0px 1px 3px 5px #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px 5px #ffffff;
    box-shadow: inset 0px 1px 3px 5px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    display: inline-block;
    font-family: Trebuchet MS;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.wb-TALKBR:active {
    position: relative;
    top: 1px;
}
/*Top Left*/
.wb-TALKTL {
    -moz-box-shadow: inset 0px 1px 3px 5px #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px 5px #ffffff;
    box-shadow: inset 0px 1px 3px 5px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: 37px;
    display: inline-block;
    color: #777777;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.wb-TALKTL:active {
    position: relative;
    top: 1px;
}
/*Top Right*/
.wb-TALKTR {
    -moz-box-shadow: inset 0px 1px 3px 5px #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px 5px #ffffff;
    box-shadow: inset 0px 1px 3px 5px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: -37px;
    display: inline-block;
    color: #777777;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.wb-TALKTR:active {
    position: relative;
    top: 1px;
}
/*Boot*/
body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.wb-JUMBOTRON {
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
    width: 100%;
    height: auto;
    transition-duration: 0.8s;
}
.wb-JUMBOTRON:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #f4511e;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a,
.navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}
/*CONTAINERS*/
div.wb-CONTAINBOX {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    margin: 4px;
}
div.wb-CONTAINBOX:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAIN {
    width: 100%;
    height: auto;
    transition-duration: .8s;
}
div.wb-CONTAIN:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINROUND {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-radius: 10px;
}
div.wb-CONTAINROUND:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINSLICERIGHT {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
div.wb-CONTAINSLICERIGHT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINSLICELEFT {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
div.wb-CONTAINSLICELEFT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINTABDOWN {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
}
div.wb-CONTAINTABDOWN:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINTABUP {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}
div.wb-CONTAINTABUP:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINTABRIGHT {
    width: 100%;
    height: auto;
    transition-duration: .8s;
    border-bottom-right-radius: 180px;
    border-top-right-radius: 180px;
}
div.wb-CONTAINTABRIGHT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINTABLEFT {
    transition-duration: .8s;
    border-bottom-left-radius: 180px;
    border-top-left-radius: 180px;
}
div.wb-CONTAINTABLEFT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINFLAGLEFT {
    transition-duration: .8s;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: 90%;
}
div.wb-CONTAINFLAGLEFT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINFLAGRIGHT {
    transition-duration: .8s;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top: none;
    width: 90%;
}
div.wb-CONTAINFLAGRIGHT:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINFLAGTOP {
    transition-duration: .8s;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-right: none;
    width: 90%;
}
div.wb-CONTAINFLAGTOP:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINFLAGBOTTOM {
    transition-duration: .8s;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 90%;
}
div.wb-CONTAINFLAGBOTTOM:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINBANNERSIDE {
    transition-duration: .8s;
    border-style: solid;
    border-bottom: none;
    border-top: none;
}
div.wb-CONTAINBANNERSIDE:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
div.wb-CONTAINBANNER {
    transition-duration: .8s;
    border-style: solid;
    border-right: none;
    border-left: none;
    width: 90%;
}
div.wb-CONTAINBANNER:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
/*BACKGROUND COLOR*/
.wb-BCRED {
    background-color: #ff0000;
}
.wb-BCGREEN {
    background-color: #00ff00;
}
.wb-BCBLUE {
    background-color: #0000ff;
}
.wb-BCBLACK {
    background-color: #000000;
}
.wb-BCWHITE {
    background-color: #ffffff;
}
.wb-BCOFFWHITE {
    background-color: #e9e9e9;
}
.wb-BCYELLOW {
    background-color: #ffff00;
}
.wb-BCORANGE {
    background-color: #ff8000;
}
.wb-BCPURPLE {
    background-color: #800080;
}
.wb-BCPINK {
    background-color: #ff0080;
}
.wb-BCGRAY {
    background-color: #808080;
}
.wb-BCBROWN {
    background-color: #9B4E00;
}
.wb-BCDARKRED {
    background-color: #800000;
}
.wb-BCDARKBLUE {
    background-color: #000040;
}
.wb-BCDARKGREEN {
    background-color: #004000;
}
.wb-BCDARKYELLOW {
    background-color: #D7D700;
}
.wb-BCDARKORANGE {
    background-color: #B05800;
}
.wb-BCDARKPURPLE {
    background-color: #400040;
}
.wb-BCDARKPINK {
    background-color: #F00078;
}
.wb-BCDARKGRAY {
    background-color: #282828;
}
.wb-BCDARKBROWN {
    background-color: #532900;
}
.wb-BCLIGHTRED {
    background-color: #FF3737;
}
.wb-BCLIGHTYELLOW {
    background-color: #FFFF53;
}
.wb-BCLIGHTBLUE {
    background-color: #5151FF;
}
.wb-BCLIGHTGREEN {
    background-color: #6AFF6A;
}
.wb-BCLIGHTORANGE {
    background-color: #FFA953;
}
.wb-BCLIGHTPURPLE {
    background-color: #BE7DFF;
}
.wb-BCLIGHTPINK {
    background-color: #FFA8FF;
}
.wb-BCLIGHTGRAY {
    background-color: #C0C0C0;
}
.wb-BCLIGHTBROWN {
    background-color: #B95C00;
}
.wb-BCSKYBLUE {
    background-color: #00FFFF;
}
.wb-BCINHERIT {
    background-color: inherit;
}
.wb-BCINITIAL {
    background-color: initial;
}
.wb-BCTRANS {
    background-color: transparent;
}
.wb-BCGRADERED {
    background: -webkit-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    background: -moz-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    background: -o-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    background: -ms-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    background: -linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
}
.wb-BCGRADEBLUE {
    background: -webkit-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    background: -moz-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    background: -o-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    background: -ms-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    background: -linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
}
.wb-BCGRADEGREEN {
    background: -webkit-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    background: -moz-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    background: -o-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    background: -ms-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    background: -linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
}
.wb-BCGRADEYELLOW {
    background: -webkit-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    background: -moz-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    background: -o-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    background: -ms-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    background: -linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
}
.wb-BCGRADEORANGE {
    background: -webkit-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    background: -moz-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    background: -o-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    background: -ms-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    background: -linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
}
.wb-BCGRADEPURPLE {
    background: -webkit-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    background: -moz-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    background: -o-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    background: -ms-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    background: -linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
}
.wb-BCGRADEBLACK {
    background: -webkit-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    background: -moz-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    background: -o-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    background: -ms-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    background: -linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
}
.wb-BCGRADEGRAY {
    background: -webkit-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    background: -moz-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    background: -o-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    background: -ms-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    background: -linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
}
.wb-BCGRADEREDandGREEN {
    background: -webkit-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    background: -moz-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    background: -o-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    background: -ms-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    background: -linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
}
.wb-BCGRADEGREENRED {
    background: -webkit-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    background: -moz-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    background: -o-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    background: -ms-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    background: -linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
}
.wb-BCGRADECLOUD {
    background: -webkit-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    background: -moz-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    background: -o-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    background: -ms-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    background: -linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
}
.wb-BCGRADEPINK {
    background: -webkit-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    background: -moz-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    background: -o-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    background: -ms-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    background: -linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
}
.wb-BCGRADEBROWN {
    background: -webkit-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    background: -moz-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    background: -o-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    background: -ms-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    background: -linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
}
/*BORDER SIZE*/
.wb-BORDERSIZE10 {
    border-width: 10px;
}
.wb-BORDERSIZE20 {
    border-width: 20px;
}
.wb-BORDERSIZE30 {
    border-width: 30px;
}
.wb-BORDERSIZE40 {
    border-width: 40px;
}
.wb-BORDERSIZE50 {
    border-width: 50px;
}
.wb-BORDERSIZE60 {
    border-width: 60px;
}
.wb-BORDERSIZE70 {
    border-width: 70px;
}
.wb-BORDERSIZE80 {
    border-width: 80px;
}
.wb-BORDERSIZE90 {
    border-width: 90px;
}
.wb-BORDERSIZE100 {
    border-width: 100px;
}
/*BORDER COLOR*/
.wb-BORDERCRED {
    border-color: #ff0000;
}
.wb-BORDERCGREEN {
    border-color: #00ff00;
}
.wb-BORDERCBLUE {
    border-color: #0000ff;
}
.wb-BORDERCBLACK {
    border-color: #000000;
}
.wb-BORDERCWHITE {
    border-color: #ffffff;
}
.wb-BORDERCOFFWHITE {
    border-color: #e9e9e9;
}
.wb-BORDERCYELLOW {
    border-color: #ffff00;
}
.wb-BORDERCORANGE {
    border-color: #ff8000;
}
.wb-BORDERCPURPLE {
    border-color: #800080;
}
.wb-BORDERCPINK {
    border-color: #ff0080;
}
.wb-BORDERCGRAY {
    border-color: #808080;
}
.wb-BORDERCBROWN {
    border-color: #9B4E00;
}
.wb-BORDERCDARKRED {
    border-color: #800000;
}
.wb-BORDERCDARKBLUE {
    border-color: #000040;
}
.wb-BORDERCDARKGREEN {
    border-color: #004000;
}
.wb-BORDERCDARKYELLOW {
    border-color: #D7D700;
}
.wb-BORDERCDARKORANGE {
    border-color: #B05800;
}
.wb-BORDERCDARKPURPLE {
    border-color: #400040;
}
.wb-BORDERCDARKPINK {
    border-color: #F00078;
}
.wb-BORDERCDARKGRAY {
    border-color: #282828;
}
.wb-BORDERCDARKBROWN {
    border-color: #532900;
}
.wb-BORDERCLIGHTRED {
    border-color: #FF3737;
}
.wb-BORDERCLIGHTYELLOW {
    border-color: #FFFF53;
}
.wb-BORDERCLIGHTBLUE {
    border-color: #5151FF;
}
.wb-BORDERCLIGHTGREEN {
    border-color: #6AFF6A;
}
.wb-BORDERCLIGHTORANGE {
    border-color: #FFA953;
}
.wb-BORDERCLIGHTPURPLE {
    border-color: #BE7DFF;
}
.wb-BORDERCLIGHTPINK {
    border-color: #FFA8FF;
}
.wb-BORDERCLIGHTGRAY {
    border-color: #C0C0C0;
}
.wb-BORDERCLIGHTBROWN {
    border-color: #B95C00;
}
.wb-BORDERCSKYBLUE {
    border-color: #00FFFF;
}
.wb-BORDERCINHERIT {
    border-color: inherit;
}
.wb-BORDERCINITIAL {
    border-color: initial;
}
.wb-BORDERCTRANS {
    border-color: transparent;
}
.wb-BORDERCGRADERED {
    border: -webkit-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    border: -moz-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    border: -o-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    border: -ms-linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
    border: -linear-gradient(bottom right, rgb(250, 73, 73) 02%, rgb(107, 17, 17) 97%);
}
.wb-BORDERCGRADEBLUE {
    border: -webkit-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    border: -moz-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    border: -o-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    border: -ms-linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
    border: -linear-gradient(bottom right, rgb(73, 87, 250) 02%, rgb(17, 22, 107) 97%);
}
.wb-BORDERCGRADEGREEN {
    border: -webkit-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    border: -moz-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    border: -o-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    border: -ms-linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
    border: -linear-gradient(bottom right, rgb(73, 250, 73) 02%, rgb(17, 107, 46) 97%);
}
.wb-BORDERCGRADEYELLOW {
    border: -webkit-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    border: -moz-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    border: -o-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    border: -ms-linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
    border: -linear-gradient(left top, rgb(240, 255, 31) 01%, rgb(245, 234, 161) 98%);
}
.wb-BORDERCGRADEORANGE {
    border: -webkit-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    border: -moz-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    border: -o-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    border: -ms-linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
    border: -linear-gradient(bottom right, rgb(250, 164, 73) 02%, rgb(107, 77, 17) 97%);
}
.wb-BORDERCGRADEPURPLE {
    border: -webkit-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    border: -moz-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    border: -o-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    border: -ms-linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
    border: -linear-gradient(bottom right, rgb(250, 73, 229) 02%, rgb(107, 17, 101) 97%);
}
.wb-BORDERCGRADEBLACK {
    border: -webkit-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    border: -moz-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    border: -o-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    border: -ms-linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
    border: -linear-gradient(bottom right, rgb(59, 58, 59) 02%, rgb(0, 0, 0) 97%);
}
.wb-BORDERCGRADEGRAY {
    border: -webkit-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    border: -moz-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    border: -o-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    border: -ms-linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
    border: -linear-gradient(bottom right, rgb(112, 108, 111) 02%, rgb(71, 70, 71) 97%);
}
.wb-BORDERCGRADEREDandGREEN {
    border: -webkit-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    border: -moz-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    border: -o-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    border: -ms-linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
    border: -linear-gradient(right, rgb(255, 0, 13) 47%, rgb(21, 255, 0) 60%);
}
.wb-BORDERCGRADEGREENRED {
    border: -webkit-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    border: -moz-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    border: -o-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    border: -ms-linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
    border: -linear-gradient(left, rgb(0, 255, 30) 00%, rgb(255, 0, 0) 99%);
}
.wb-BORDERCGRADECLOUD {
    border: -webkit-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    border: -moz-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    border: -o-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    border: -ms-linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
    border: -linear-gradient(bottom, rgb(151, 204, 197) 00%, rgb(131, 170, 171) 25%, rgb(61, 235, 220) 92%);
}
.wb-BORDERCGRADEPINK {
    border: -webkit-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    border: -moz-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    border: -o-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    border: -ms-linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
    border: -linear-gradient(bottom right, rgb(230, 95, 176) 00%, rgb(250, 190, 250) 99%);
}
.wb-BORDERCGRADEBROWN {
    border: -webkit-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    border: -moz-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    border: -o-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    border: -ms-linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
    border: -linear-gradient(bottom right, rgb(133, 80, 0) 00%, rgb(156, 134, 48) 99%);
}
/*TEXT ALIGN*/
.wb-TEXTLEFT {
    text-align: left;
}
.wb-TEXTRIGHT {
    text-align: right;
}
.wb-TEXTCENTER {
    text-align: center;
}
.wb-TEXTJUSTIFY {
    text-align: justify;
}
.wb-TEXTINITIAL {
    text-align: initial;
}
.wb-TEXTINHERIT {
    text-align: inherit;
}
/*VERTICAL ALIGN*/
.wb-VERTBASELINE {
    vertical-align: baseline;
}
.wb-VERTSUB {
    vertical-align: sub;
}
.wb-VERTSUPER {
    vertical-align: super;
}
.wb-VERTTOP {
    vertical-align: top;
}
.wb-VERTTEXTTOP {
    vertical-align: text-top;
}
.wb-VERTMIDDLE {
    vertical-align: middle;
}
.wb-VERTBOTTOM {
    vertical-align: bottom;
}
.wb-VERTTEXTBOTTOM {
    vertical-align: text-bottom;
}
.wb-VERTINITIAL {
    vertical-align: initial;
}
.wb-VERTINHERIT {
    vertical-align: inherit;
}
.wb-VERT10 {
    vertical-align: 10%;
}
.wb-VERT25 {
    vertical-align: 25%;
}
.wb-VERT50 {
    vertical-align: 50%;
}
.wb-VERT75 {
    vertical-align: 75%;
}
.wb-VERT100 {
    vertical-align: 100%;
}
.wb-VERT-10 {
    vertical-align: -10%;
}
.wb-VERT-25 {
    vertical-align: -25%;
}
.wb-VERT-50 {
    vertical-align: -50%;
}
.wb-VERT-75 {
    vertical-align: -75%;
}
.wb-VERT-100 {
    vertical-align: -100%;
}
/*FONT SIZE*/
.wb-FS6 {
    font-size: 6px;
}
.wb-FS8 {
    font-size: 8px;
}
.wb-FS10 {
    font-size: 10px;
}
.wb-FS12 {
    font-size: 12px;
}
.wb-FS14 {
    font-size: 14px;
}
.wb-FS16 {
    font-size: 16px;
}
.wb-FS18 {
    font-size: 18px;
}
.wb-FS20 {
    font-size: 20px;
}
.wb-FS22 {
    font-size: 22px;
}
.wb-FS24 {
    font-size: 24px;
}
.wb-FS26 {
    font-size: 26px;
}
.wb-FS28 {
    font-size: 28px;
}
.wb-FS30 {
    font-size: 30px;
}
.wb-FS32 {
    font-size: 32px;
}
.wb-FS34 {
    font-size: 34px;
}
.wb-FS36 {
    font-size: 36px;
}
.wb-FS38 {
    font-size: 38px;
}
.wb-FS40 {
    font-size: 40px;
}
.wb-FS42 {
    font-size: 42px;
}
.wb-FS44 {
    font-size: 44px;
}
.wb-FS46 {
    font-size: 46px;
}
.wb-FS48 {
    font-size: 48px;
}
.wb-FS50 {
    font-size: 50px;
}
.wb-FS52 {
    font-size: 52px;
}
.wb-FS54 {
    font-size: 54px;
}
.wb-FS56 {
    font-size: 56px;
}
.wb-FS58 {
    font-size: 58px;
}
.wb-FS60 {
    font-size: 60px;
}
.wb-FS60 {
    font-size: 62px;
}
.wb-FS62 {
    font-size: 64px;
}
.wb-FS64 {
    font-size: 66px;
}
.wb-FS66 {
    font-size: 68px;
}
.wb-FS70 {
    font-size: 70px;
}
.wb-FS80 {
    font-size: 80px;
}
.wb-FS90 {
    font-size: 90px;
}
.wb-FS100 {
    font-size: 100px;
}
.wb-FSINHERIT {
    font-size: inherit;
}
/*FONT COLOR*/
.wb-FCBLACK {
    color: #000000;
}
.wb-FCWHITE {
    color: #ffffff;
}
.wb-FCRED {
    color: #ff0000;
}
.wb-FCYELLOW {
    color: #ffff00;
}
.wb-FCBLUE {
    color: #0000ff;
}
.wb-FCGREEN {
    color: #00ff00;
}
.wb-FCORANGE {
    color: #ff8000;
}
.wb-FCPURPLE {
    color: #800080;
}
.wb-FCPINK {
    color: #FF80C0;
}
.wb-FCGRAY {
    color: #808080;
}
.wb-FCBROWN {
    color: #9B4E00;
}
.wb-FCOFFWHITE {
    color: #E9E9E9;
}
.wb-FCDARKRED {
    color: #800000;
}
.wb-FCDARKYELLOW {
    color: #D7D700;
}
.wb-FCDARKBLUE {
    color: #000040;
}
.wb-FCDARKGREEN {
    color: #004000;
}
.wb-FCDARKORANGE {
    color: #B05800;
}
.wb-FCDARKPURPLE {
    color: #400040;
}
.wb-FCDARKPINK {
    color: #F00078;
}
.wb-FCDARKGRAY {
    color: #282828;
}
.wb-FCDARKBROWN {
    color: #532900;
}
.wb-FCLIGHTRED {
    color: #FF3737;
}
.wb-FCLIGHTYELLOW {
    color: #FFFF53;
}
.wb-FCLIGHTBLUE {
    color: #5151FF;
}
.wb-FCLIGHTGREEN {
    color: #6AFF6A;
}
.wb-FCLIGHTORANGE {
    color: #FFA953;
}
.wb-FCLIGHTPURPLE {
    color: #BE7DFF;
}
.wb-FCLIGHTPINK {
    color: #FFA8FF;
}
.wb-FCLIGHTGRAY {
    color: #C0C0C0;
}
.wb-FCLIGHTKBROWN {
    color: #B95C00;
}
.wb-FCSKYBLUE {
    color: #00FFFF;
}
.wb-FCINHERIT {
    color: inherit;
}
/*FONT WEIGHT*/
.wb-FW1 {
    font-weight: 100;
}
.wb-FW2 {
    font-weight: 200;
}
.wb-FW3 {
    font-weight: 300;
}
.wb-FW4 {
    font-weight: 400;
}
.wb-FW5 {
    font-weight: 500;
}
.wb-FW6 {
    font-weight: 600;
}
.wb-FW7 {
    font-weight: 700;
}
.wb-FW8 {
    font-weight: 800;
}
.wb-FW9 {
    font-weight: 900;
}
.wb-FWINHERIT {
    font-weight: inherit;
}
.wb-FWNORMAL {
    font-weight: normal;
}
.wb-FWBOLD {
    font-weight: bold;
}
.wb-FWBOLDER {
    font-weight: bolder;
}
.wb-FWLIGHTER {
    font-weight: lighter;
}
.wb-FWINITIAL {
    font-weight: initial;
}
.wb-FWINHERIT {
    font-weight: inherit;
}
/*FONT STYLE*/
}
.wb-FSTYLENORMAL {
    font-style: normal;
}
.wb-FSTYLEITALIC {
    font-style: italic;
}
.wb-FSTYLEOBLIQUE {
    font-style: oblique;
}
.wb-FSTYLEINITIAL {
    font-style: initial;
}
.wb-FSTYLEINHERIT {
    font-style: inherit;
}
/*FONT VARIANT*/
.wb-FVNORMAL {
    font-variant: normal;
}
.wb-FVSMALLCAPS {
    font-variant: small-caps;
}
.wb-FVINITIAL {
    font-variant: initial;
}
.wb-FVINHERIT {
    font-variant: inherit;
}
/*RESIZE ELEMENT*/
.wb-RESIZENONE {
    resize: none;
}
.wb-RESIZEHEIGHT {
    resize: vertical;
}
.wb-RESIZEWIDTH {
    resize: horizontal;
}
.wb-RESIZEBOTH {
    resize: both;
}
.wb-RESIZEINHERIT {
    resize: inherit;
}
.wb-RESIZEINITIAL {
    resize: initial;
}
.wb-OUTLINENONE {
    outline: none;
}
/*OPACITY*/
.wb-TRANS1 {
    opacity: 0.1;
}
.wb-TRANS2 {
    opacity: 0.2;
}
.wb-TRANS3 {
    opacity: 0.3;
}
.wb-TRANS4 {
    opacity: 0.4;
}
.wb-TRANS5 {
    opacity: 0.5;
}
.wb-TRANS6 {
    opacity: 0.6;
}
.wb-TRANS7 {
    opacity: 0.7;
}
.wb-TRANS8 {
    opacity: 0.8;
}
.wb-TRANS9 {
    opacity: 0.9;
}
/*TEXT PROPERTIES*/
.wb-LINEHEIGHTNORMAL {
    line-height: normal;
}
.wb-LINEHEIGHTINITIAL {
    line-height: initial;
}
.wb-LINEHEIGHTINHERIT {
    line-height: inherit;
}
.wb-LINEHEIGHT1 {
    line-height: 1;
}
.wb-LINEHEIGHT2 {
    line-height: 2;
}
.wb-LINEHEIGHT3 {
    line-height: 3;
}
.wb-LINEHEIGHT4 {
    line-height: 4;
}
.wb-TABSIZE2 {
    tab-size: 2;
}
.wb-TABSIZE4 {
    tab-size: 4;
}
.wb-TABSIZE6 {
    tab-size: 6;
}
.wb-TABSIZE8 {
    tab-size: 8;
}
.wb-TABSIZE10 {
    tab-size: 10;
}
.wb-TABSIZE12 {
    tab-size: 12;
}
.wb-LETTERSPACENORMAL {
    letter-spacing: normal;
}
.wb-LETTERSPACEINITIAL {
    letter-spacing: initial;
}
.wb-LETTERSPACEINHERIT {
    letter-spacing: inherit;
}
.wb-LETTERSPACE0 {
    letter-spacing: 0px;
}
.wb-LETTERSPACE1 {
    letter-spacing: 1px;
}
.wb-LETTERSPACE2 {
    letter-spacing: 2px;
}
.wb-LETTERSPACE3 {
    letter-spacing: 3px;
}
.wb-LETTERSPACE4 {
    letter-spacing: 4px;
}
.wb-LETTERSPACE5 {
    letter-spacing: 5px;
}
.wb-LETTERSPACE10 {
    letter-spacing: 10px;
}
/*TEXT DECORATION*/
.wb-TEXTDECORNONE {
    text-decoration: none;
}
.wb-TEXTDECORUNDERLINE {
    text-decoration: underline;
}
.wb-TEXTDECOROVERLINE {
    text-decoration: overline;
}
.wb-TEXTDECORLINETHROUGH {
    text-decoration: line-through;
}
.wb-TEXTDECORINITIAL {
    text-decoration: initial;
}
.wb-TEXTDECORINHERIT {
    text-decoration: inherit;
}
.wb-TEXTDECORCOLORBLACK {
    text-decoration-color: #000000;
}
.wb-TEXTDECORCOLORWHITE {
    text-decoration-color: #ffffff;
}
.wb-TEXTDECORCOLORRED {
    text-decoration-color: #ff0000;
}
.wb-TEXTDECORCOLORGREEN {
    text-decoration-color: #00ff00;
}
.wb-TEXTDECORCOLORBLUE {
    text-decoration-color: #0000ff;
}
.wb-TEXTDECORCOLORINITIAL {
    text-decoration-color: initial;
}
.wb-TEXTDECORCOLORINHERIT {
    text-decoration-color: inherit;
}
.wb-TEXTDECORSTYLESOLID {
    text-decoration-style: solid;
}
.wb-TEXTDECORSTYLEDOUBLE {
    text-decoration-style: double;
}
.wb-TEXTDECORSTYLEDOTTED {
    text-decoration-style: dotted;
}
.wb-TEXTDECORSTYLEDASHED {
    text-decoration-style: dashed;
}
.wb-TEXTDECORSTYLEWAVY {
    text-decoration-style: wavy;
}
.wb-TEXTDECORSTYLEINITIAL {
    text-decoration-style: initial;
}
.wb-TEXTDECORSTYLEINHERIT {
    text-decoration-style: inherit;
}
.wb-TEXTSHADOWNONE {
    text-shadow: none;
}
.wb-TEXTSHADOWINHERIT {
    text-shadow: inherit;
}
.wb-TEXTSHADOWINITIAL {
    text-shadow: initial;
}
.wb-TEXTSHADOWBLURSMALL {
    text-shadow: 2px 2px 8px #444444;
}
.wb-TEXTSHADOWBLURLARGE {
    text-shadow: 2px 2px 8px #444444, 4px 4px 12px #444444;
}
.wb-TEXTSHADOWSMALL {
    text-shadow: 2px 2px #444444;
}
.wb-TEXTSHADOWLARGE {
    text-shadow: 2px 2px #444444, 4px 4px #444444;
}
.wb-TRANSFORMNONE {
    transform: none;
}
.wb-TRANSFORMINHERIT {
    transform: inherit;
}
.wb-TRANSFORMINITIAL {
    transform: initial;
}
.wb-ROTATE45 {
    transform: rotate(45deg);
}
.wb-ROTATE90 {
    transform: rotate(90deg);
}
.wb-ROTATE135 {
    transform: rotate(135deg);
}
.wb-SCALE50P {
    transform: scale(.5, .5);
}
.wb-SCALE150P {
    transform: scale(1.5, 1.5);
}
.wb-TRANSFORMSCALE200P {
    transform: scale(2, 2);
}
.wb-SKEW20 {
    transform: skew(20deg, 20deg);
}
.wb-SKEW40 {
    transform: skew(40deg, 40deg);
}
.wb-SKEW60 {
    transform: skew(60deg, 60deg);
}
.wb-SKEW80 {
    transform: skew(80deg, 80deg);
}
.wb-SKEW100 {
    transform: skew(100deg, 100deg);
}
.wb-SKEW120 {
    transform: skew(120deg, 120deg);
}
.wb-SKEW140 {
    transform: skew(140deg, 140deg);
}
.wb-SKEW160 {
    transform: skew(160deg, 160deg);
}
.wb-SKEW180 {
    transform: skew(180deg, 180deg);
}
/*TRANSITION*/
.wb-TRANSITIONHORIZONINPUT {
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
}
.wb-TRANSITIONHORIZONINPUT:focus {
    width: 300px;
    box-shadow: 2px 2px 8px #666666;
    border-color: #ff0000;
}
.wb-TRANSITIONHORIZON {
    transition: width 2s;
    -webkit-transition: width 2s;
}
.wb-TRANSITIONHORIZON:hover {
    width: 200%;
}
.wb-TRANSITIONVERTICAL {
    transition: height 2s;
    -webkit-transition: height 2s;
}
.wb-TRANSITIONVERTICAL:hover {
    height: 200px;
}
.wb-TRANSITIONGROW {
    transition: width 2s;
    -webkit-transition: width 2s;
    transition: height 2s;
    -webkit-transition: height 2s;
}
.wb-TRANSITIONGROW:hover {
    width: 200%;
    height: 200%;
}
/*TEXT DIRECTION*/
.wb-TDLTR {
    direction: ltr;
}
.wb-TDRTL {
    direction: rtl;
}
.wb-TDINITIAL {
    direction: initial;
}
.wb-TDINHERIT {
    direction: inherit;
}
/*BACKGROUND AND BORDERS*/
/*BACKGROUND ATTACHMENT*/
.wb-BGASCROLL {
    background-attachment: scroll;
}
.wb-BGAFIXED {
    background-attachment: fixed;
}
.wb-BGALOCAL {
    background-attachment: local;
}
.wb-BGAINITIAL {
    background-attachment: initial;
}
.wb-BGAINHERIT {
    background-attachment: inherit;
}
/*BACKGROUND BLEND*/
.wb-BGBNORMAL {
    background-blend-mode: normal;
}
.wb-BGBMULTIPLY {
    background-blend-mode: multiply;
}
.wb-BGBSCREEN {
    background-blend-mode: screen;
}
.wb-BGBOVERLAY {
    background-blend-mode: overlay;
}
.wb-BGBDARKEN {
    background-blend-mode: darken;
}
.wb-BGBLIGHTEN {
    background-blend-mode: lighten;
}
.wb-BGBCOLORDODGE {
    background-blend-mode: color-dodge;
}
.wb-BGBSATURATION {
    background-blend-mode: saturation;
}
.wb-BGBCOLOR {
    background-blend-mode: color;
}
.wb-BGBLUMINOSITY {
    background-blend-mode: luminosity;
}
/*BACKGROUND IMAGE*/
.wb-BGIINHERIT {
    background-image: inherit;
}
.wb-BGIINITIAL {
    background-image: initial;
}
.wb-BGINONE {
    background-image: none;
}
.wb-BGIURL {
    background-image: url();
}
/*BACKGROUND POSITION*/
.wb-BGPLEFTTOP {
    background-position: left top;
}
.wb-BGPLEFTCENTER {
    background-position: left center;
}
.wb-BGPLEFTBOTTOM {
    background-position: left bottom;
}
.wb-BGPRIGHTTOP {
    background-position: right top;
}
.wb-BGPCENTERTOP {
    background-position: center top;
}
.wb-BGPCENTERCENTER {
    background-position: center center;
}
.wb-BGPCENTERBOTTOM {
    background-position: center bottom;
}
.wb-BGPINITIAL {
    background-position: initial;
}
.wb-BGPINHERIT {
    background-position: inherit;
}
.wb-BGPQUAD1 {
    background-position: 25% 25%;
}
.wb-BGPQUAD2 {
    background-position: 75% 25%;
}
.wb-BGPQUAD3 {
    background-position: 25% 75%;
}
.wb-BGPQUAD4 {
    background-position: 75% 75%;
}
/*BACKGROUND REPEAT*/
.wb-BGRXY {
    background-repeat: repeat;
}
.wb-BGRX {
    background-repeat: repeat-x;
}
.wb-BGRY {
    background-repeat: repeat-y;
}
.wb-BGRINITIAL {
    background-repeat: initial;
}
.wb-BGRNO {
    background-repeat: no-repeat;
}
/*BACKGROUND CLIP*/
.wb-BGCLIPBORDERBOX {
    background-clip: border-box;
}
.wb-BGCLIPCONTENTBOX {
    background-clip: content-box;
}
.wb-BGCLIPINITIAL {
    background-clip: initial;
}
.wb-BGCLIPINHERIT {
    background-clip: inherit;
}
/*BACKGROUND ORGIN*/
.wb-BGOBORDERBOX {
    background-origin: border-box;
}
.wb-BGOCONTENTBOX {
    background-origin: content-box;
}
.wb-BGOINITIAL {
    background-origin: initial;
}
.wb-BGOINHERIT {
    background-origin: inherit;
}
/*BACKGROUND SIZE*/
.wb-BGSAUTO {
    background-size: auto;
}
.wb-BGSLWFULL {
    background-size: 100% 100%;
}
.wb-BGSLWHALF {
    background-size: 50% 50%;
}
.wb-BGSLW {
    background-size: 25% 25%;
}
.wb-BGS10 {
    background-size: 10px 10px;
}
.wb-BGS20 {
    background-size: 20px 20px;
}
.wb-BGS30 {
    background-size: 30px 30px;
}
.wb-BGS40 {
    background-size: 40px 40px;
}
.wb-BGS50 {
    background-size: 50px 50px;
}
.wb-BGS75 {
    background-size: 75px 75px;
}
.wb-BGS100 {
    background-size: 100px 100px;
}
.wb-BGSCOVER {
    background-size: cover;
}
.wb-BGSCONTAIN {
    background-size: contain;
}
.wb-BGSINITIAL {
    background-size: initial;
}
.wb-BGSINHERIT {
    background-size: inherit;
}
/*BORDERS*/
.wb-BRADIUS100 {
    border-radius: 100px;
}
.wb-BRADIUS50 {
    border-radius: 50px;
}
.wb-BRADIUS5010 {
    border-radius: 50px 10px;
}
.wb-BRADIUS10 {
    border-radius: 10px;
}
.wb-BRADIUS5 {
    border-radius: 5px;
}
.wb-BRADIUS3 {
    border-radius: 3px;
}
.wb-BRADIUS10P {
    border-radius: 10%;
}
.wb-BRADIUS20P {
    border-radius: 20%;
}
.wb-BRADIUS50P {
    border-radius: 50%;
}
.wb-BRADIUS100P {
    border-radius: 100%;
}
.wb-BRADIUSINITIAL {
    border-radius: initial;
}
.wb-BRADIUSINHERIT {
    border-radius: inherit;
}
.wb-BBOTTOMLRADIUS100 {
    border-bottom-left-radius: 100px;
}
.wb-BBOTTOMLRADIUS50 {
    border-bottom-left-radius: 50px;
}
.wb-BBOTTOMLRADIUS5010 {
    border-bottom-left-radius: 50px 10px;
}
.wb-BBOTTOMLRADIUS10 {
    border-bottom-left-radius: 10px;
}
.wb-BBOTTOMLRADIUS5 {
    border-bottom-left-radius: 5px;
}
.wb-BBOTTOMLRADIUS3 {
    border-bottom-left-radius: 3px;
}
.wb-BBOTTOMLRADIUS10P {
    border-bottom-left-radius: 10%;
}
.wb-BBOTTOMLRADIUS50P {
    border-bottom-left-radius: 50%;
}
.wb-BBOTTOMLRADIUS100P {
    border-bottom-left-radius: 100%;
}
.wb-BBOTTOMLRADIUSINITIAL {
    border-bottom-left-radius: initial;
}
.wb-BBOTTOMRRADIUS100 {
    border-bottom-right-radius: 100px;
}
.wb-BBOTTOMRRADIUS50 {
    border-bottom-right-radius: 50px;
}
.wb-BBOTTOMRRADIUS5010 {
    border-bottom-right-radius: 50px 10px;
}
.wb-BBOTTOMRRADIUS10 {
    border-bottom-right-radius: 10px;
}
.wb-BBOTTOMRRADIUS5 {
    border-bottom-right-radius: 5px;
}
.wb-BBOTTOMRRADIUS3 {
    border-bottom-right-radius: 3px;
}
.wb-BBOTTOMRRADIUS10P {
    border-bottom-right-radius: 10%;
}
.wb-BBOTTOMRRADIUS50P {
    border-bottom-right-radius: 50%;
}
.wb-BBOTTOMRRADIUS100P {
    border-bottom-right-radius: 100%;
}
.wb-BBOTTOMRRADIUSINITIAL {
    border-bottom-right-radius: initial;
}
.wb-BTOPLRADIUS100 {
    border-top-left-radius: 100px;
}
.wb-BTOPLRADIUS50 {
    border-top-left-radius: 50px;
}
.wb-BTOPLRADIUS5010 {
    border-top-left-radius: 50px 10px;
}
.wb-BTOPLRADIUS10 {
    border-top-left-radius: 10px;
}
.wb-BTOPLRADIUS5 {
    border-top-left-radius: 5px;
}
.wb-BTOPLRADIUS3 {
    border-top-left-radius: 3px;
}
.wb-BTOPLRADIUS10P {
    border-top-left-radius: 10%;
}
.wb-BTOPLRADIUS50P {
    border-top-left-radius: 50%;
}
.wb-BTOPLRADIUS100P {
    border-top-left-radius: 100%;
}
.wb-BTOPLRADIUSINITIAL {
    border-top-left-radius: initial;
}
.wb-BTOPRRADIUS100 {
    border-top-right-radius: 100px;
}
.wb-BTOPRRADIUS50 {
    border-top-right-radius: 50px;
}
.wb-BTOPRRADIUS5010 {
    border-top-right-radius: 50px 10px;
}
.wb-BTOPRRADIUS10 {
    border-top-right-radius: 10px;
}
.wb-BTOPRRADIUS5 {
    border-top-right-radius: 5px;
}
.wb-BTOPRRADIUS3 {
    border-top-right-radius: 3px;
}
.wb-BTOPRRADIUS10P {
    border-top-right-radius: 10%;
}
.wb-BTOPRRADIUS50P {
    border-top-right-radius: 50%;
}
.wb-BTOPRRADIUS100P {
    border-top-right-radius: 100%;
}
.wb-BTOPRRADIUSINITIAL {
    border-top-right-radius: initial;
}
.wb-BBOTTOMNONE {
    border-bottom-style: none;
}
.wb-BBOTTOMHIDDEN {
    border-bottom-style: hidden;
}
.wb-BBOTTOMDOTTED {
    border-bottom-style: dotted;
}
.wb-BBOTTOMDASHED {
    border-bottom-style: dashed;
}
.wb-BBOTTOMSOLID {
    border-bottom-style: solid;
}
.wb-BBOTTOMDOUBLE {
    border-bottom-style: double;
}
.wb-BBOTTOMGROOVE {
    border-bottom-style: groove;
}
.wb-BBOTTOMRIDGE {
    border-bottom-style: ridge;
}
.wb-BBOTTOMINSET {
    border-bottom-style: inset;
}
.wb-BBOTTOMOUTSET {
    border-bottom-style: outset;
}
.wb-BBOTTOMINITIAL {
    border-bottom-style: initial;
}
.wb-BBOTTOMRED {
    border-bottom-color: #ff0000;
}
.wb-BBOTTOMBLUE {
    border-bottom-color: #0000ff;
}
.wb-BBOTTOMGREEN {
    border-bottom-color: #00ff00;
}
.wb-BBOTTOMBLACK {
    border-bottom-color: #000000;
}
.wb-BBOTTOMWHITE {
    border-bottom-color: #ffffff;
}
.wb-BBOTTOMOFFWHITE {
    border-bottom-color: #e9e9e9;
}
.wb-BBOTTOMYELLOW {
    border-bottom-color: #ffff00;
}
.wb-BBOTTOMORANGE {
    border-bottom-color: #ff8000;
}
.wb-BBOTTOMPURPLE {
    border-bottom-color: #800080;
}
.wb-BBOTTOMPINK {
    border-bottom-color: #ff0080;
}
.wb-BBOTTOMGREY {
    border-bottom-color: #808080;
}
.wb-BBOTTOMBROWN {
    border-bottom-color: #9B4E00;
}
.wb-BBOTTOMDARKRED {
    border-bottom-color: #800000;
}
.wb-BBOTTOMDARKBLUE {
    border-bottom-color: #000040;
}
.wb-BBOTTOMDARKGREEN {
    border-bottom-color: #004000;
}
.wb-BBOTTOMDARKYELLOW {
    border-bottom-color: #D7D700;
}
.wb-BBOTTOMDARKORANGE {
    border-bottom-color: #B05800;
}
.wb-BBOTTOMDARKPURPLE {
    border-bottom-color: #400040;
}
.wb-BBOTTOMDARKPINK {
    border-bottom-color: #F00078;
}
.wb-BBOTTOMDARKGREY {
    border-bottom-color: #282828;
}
.wb-BBOTTOMDARKBROWN {
    border-bottom-color: #532900;
}
.wb-BBOTTOMLIGHTRED {
    border-bottom-color: #FF3737;
}
.wb-BBOTTOMLIGHTYELLOW {
    border-bottom-color: #FFFF53;
}
.wb-BBOTTOMLIGHTBLUE {
    border-bottom-color: #5151FF;
}
.wb-BBOTTOMLIGHTGREEN {
    border-bottom-color: #6AFF6A;
}
.wb-BBOTTOMLIGHTORANGE {
    border-bottom-color: #FFA953;
}
.wb-BBOTTOMLIGHTPURPLE {
    border-bottom-color: #BE7DFF;
}
.wb-BBOTTOMLIGHTPINK {
    border-bottom-color: #FFA8FF;
}
.wb-BBOTTOMLIGHTGREY {
    border-bottom-color: #C0C0C0;
}
.wb-BBOTTOMLIGHTKBROWN {
    border-bottom-color: #B95C00;
}
.wb-BBOTTOMSKYBLUE {
    border-bottom-color: #00FFFF;
}
.wb-BBOTTOMINHERIT {
    border-bottom-color: inherit;
}
.wb-BBOTTOMINITIAL {
    background-color: initial;
}
.wb-BBOTTOMTRANS {
    background-color: transparent;
}
.wb-BBOTTOMMWIDTHMEDIUM {
    border-bottom-width: medium;
}
.wb-BBOTTOMWIDTHTHIN {
    border-bottom-width: thin;
}
.wb-BBOTTOMWIDTHTHICK {
    border-bottom-width: thick;
}
.wb-BBOTTOMWIDTHINITIAL {
    border-bottom-width: initial;
}
.wb-BBOTTOMWIDTHINHERIT {
    border-bottom-width: inherit;
}
.wb-BTOPNONE {
    border-top-style: none;
}
.wb-BTOPHIDDEN {
    border-top-style: hidden;
}
.wb-BTOPDOTTED {
    border-top-style: dotted;
}
.wb-BTOPDASHED {
    border-top-style: dashed;
}
.wb-BTOPSOLID {
    border-top-style: solid;
}
.wb-BTOPDOUBLE {
    border-top-style: double;
}
.wb-BTOPGROOVE {
    border-top-style: groove;
}
.wb-BTOPRIDGE {
    border-top-style: ridge;
}
.wb-BTOPINSET {
    border-top-style: inset;
}
.wb-BTOPOUTSET {
    border-top-style: outset;
}
.wb-BTOPINITIAL {
    border-top-style: initial;
}
.wb-BTOPRED {
    border-top-color: #ff0000;
}
.wb-BTOPBLUE {
    border-top-color: #0000ff;
}
.wb-BTOPGREEN {
    border-top-color: #00ff00;
}
.wb-BTOPBLACK {
    border-top-color: #000000;
}
.wb-BTOPWHITE {
    border-top-color: #ffffff;
}
.wb-BTOPOFFWHITE {
    border-top-color: #e9e9e9;
}
.wb-BTOPYELLOW {
    border-top-color: #ffff00;
}
.wb-BTOPORANGE {
    border-top-color: #ff8000;
}
.wb-BTOPPURPLE {
    border-top-color: #800080;
}
.wb-BTOPPINK {
    border-top-color: #ff0080;
}
.wb-BTOPGREY {
    border-top-color: #808080;
}
.wb-BTOPBROWN {
    border-top-color: #9B4E00;
}
.wb-BTOPDARKRED {
    border-top-color: #800000;
}
.wb-BTOPDARKBLUE {
    border-top-color: #000040;
}
.wb-BTOPDARKGREEN {
    border-top-color: #004000;
}
.wb-BTOPDARKYELLOW {
    border-top-color: #D7D700;
}
.wb-BTOPDARKORANGE {
    border-top-color: #B05800;
}
.wb-BTOPDARKPURPLE {
    border-top-color: #400040;
}
.wb-BTOPDARKPINK {
    border-top-color: #F00078;
}
.wb-BTOPDARKGREY {
    border-top-color: #282828;
}
.wb-BTOPDARKBROWN {
    border-top-color: #532900;
}
.wb-BTOPLIGHTRED {
    border-top-color: #FF3737;
}
.wb-BTOPLIGHTYELLOW {
    border-top-color: #FFFF53;
}
.wb-BTOPLIGHTBLUE {
    border-top-color: #5151FF;
}
.wb-BTOPLIGHTGREEN {
    border-top-color: #6AFF6A;
}
.wb-BTOPLIGHTORANGE {
    border-top-color: #FFA953;
}
.wb-BTOPLIGHTPURPLE {
    border-top-color: #BE7DFF;
}
.wb-BTOPLIGHTPINK {
    border-top-color: #FFA8FF;
}
.wb-BTOPLIGHTGREY {
    border-top-color: #C0C0C0;
}
.wb-BTOPLIGHTKBROWN {
    border-top-color: #B95C00;
}
.wb-BTOPSKYBLUE {
    border-top-color: #00FFFF;
}
.wb-BTOPINHERIT {
    border-top-color: inherit;
}
.wb-BTOPINITIAL {
    background-color: initial;
}
.wb-BTOPTRANS {
    background-color: transparent;
}
.wb-BTOPMWIDTHMEDIUM {
    border-top-width: medium;
}
.wb-BTOPWIDTHTHIN {
    border-top-width: thin;
}
.wb-BTOPWIDTHTHICK {
    border-top-width: thick;
}
.wb-BTOPWIDTHINITIAL {
    border-top-width: initial;
}
.wb-BTOPWIDTHINHERIT {
    border-top-width: inherit;
}
.wb-BLEFTNONE {
    border-left-style: none;
}
.wb-BLEFTHIDDEN {
    border-left-style: hidden;
}
.wb-BLEFTDOTTED {
    border-left-style: dotted;
}
.wb-BLEFTDASHED {
    border-left-style: dashed;
}
.wb-BLEFTSOLID {
    border-left-style: solid;
}
.wb-BLEFTDOUBLE {
    border-left-style: double;
}
.wb-BLEFTGROOVE {
    border-left-style: groove;
}
.wb-BLEFTRIDGE {
    border-left-style: ridge;
}
.wb-BLEFTINSET {
    border-left-style: inset;
}
.wb-BLEFTOUTSET {
    border-left-style: outset;
}
.wb-BLEFTINITIAL {
    border-left-style: initial;
}
.wb-BLEFTRED {
    border-left-color: #ff0000;
}
.wb-BLEFTBLUE {
    border-left-color: #0000ff;
}
.wb-BLEFTGREEN {
    border-left-color: #00ff00;
}
.wb-BLEFTBLACK {
    border-left-color: #000000;
}
.wb-BLEFTWHITE {
    border-left-color: #ffffff;
}
.wb-BLEFTOFFWHITE {
    border-left-color: #e9e9e9;
}
.wb-BLEFTYELLOW {
    border-left-color: #ffff00;
}
.wb-BLEFTORANGE {
    border-left-color: #ff8000;
}
.wb-BLEFTPURPLE {
    border-left-color: #800080;
}
.wb-BLEFTPINK {
    border-left-color: #ff0080;
}
.wb-BLEFTGREY {
    border-left-color: #808080;
}
.wb-BLEFTBROWN {
    border-left-color: #9B4E00;
}
.wb-BLEFTDARKRED {
    border-left-color: #800000;
}
.wb-BLEFTDARKBLUE {
    border-left-color: #000040;
}
.wb-BLEFTDARKGREEN {
    border-left-color: #004000;
}
.wb-BLEFTDARKYELLOW {
    border-left-color: #D7D700;
}
.wb-BLEFTDARKORANGE {
    border-left-color: #B05800;
}
.wb-BLEFTDARKPURPLE {
    border-left-color: #400040;
}
.wb-BLEFTDARKPINK {
    border-left-color: #F00078;
}
.wb-BLEFTDARKGREY {
    border-left-color: #282828;
}
.wb-BLEFTDARKBROWN {
    border-left-color: #532900;
}
.wb-BLEFTLIGHTRED {
    border-left-color: #FF3737;
}
.wb-BLEFTLIGHTYELLOW {
    border-left-color: #FFFF53;
}
.wb-BLEFTLIGHTBLUE {
    border-left-color: #5151FF;
}
.wb-BLEFTLIGHTGREEN {
    border-left-color: #6AFF6A;
}
.wb-BLEFTLIGHTORANGE {
    border-left-color: #FFA953;
}
.wb-BLEFTLIGHTPURPLE {
    border-left-color: #BE7DFF;
}
.wb-BLEFTLIGHTPINK {
    border-left-color: #FFA8FF;
}
.wb-BLEFTLIGHTGREY {
    border-left-color: #C0C0C0;
}
.wb-BLEFTLIGHTKBROWN {
    border-left-color: #B95C00;
}
.wb-BLEFTSKYBLUE {
    border-left-color: #00FFFF;
}
.wb-BLEFTINHERIT {
    border-left-color: inherit;
}
.wb-BLEFTINITIAL {
    background-color: initial;
}
.wb-BLEFTTRANS {
    background-color: transparent;
}
.wb-BLEFTMWIDTHMEDIUM {
    border-left-width: medium;
}
.wb-BLEFTWIDTHTHIN {
    border-left-width: thin;
}
.wb-BLEFTWIDTHTHICK {
    border-left-width: thick;
}
.wb-BLEFTWIDTHINITIAL {
    border-left-width: initial;
}
.wb-BLEFTWIDTHINHERIT {
    border-left-width: inherit;
}
.wb-BRIGHTNONE {
    border-right-style: none;
}
.wb-BRIGHTHIDDEN {
    border-right-style: hidden;
}
.wb-BRIGHTDOTTED {
    border-right-style: dotted;
}
.wb-BRIGHTDASHED {
    border-right-style: dashed;
}
.wb-BRIGHTSOLID {
    border-right-style: solid;
}
.wb-BRIGHTDOUBLE {
    border-right-style: double;
}
.wb-BRIGHTGROOVE {
    border-right-style: groove;
}
.wb-BRIGHTRIDGE {
    border-right-style: ridge;
}
.wb-BRIGHTINSET {
    border-right-style: inset;
}
.wb-BRIGHTOUTSET {
    border-right-style: outset;
}
.wb-BRIGHTINITIAL {
    border-right-style: initial;
}
.wb-BRIGHTRED {
    border-right-color: #ff0000;
}
.wb-BRIGHTBLUE {
    border-right-color: #0000ff;
}
.wb-BRIGHTGREEN {
    border-right-color: #00ff00;
}
.wb-BRIGHTBLACK {
    border-right-color: #000000;
}
.wb-BRIGHTWHITE {
    border-right-color: #ffffff;
}
.wb-BRIGHTOFFWHITE {
    border-right-color: #e9e9e9;
}
.wb-BRIGHTYELLOW {
    border-right-color: #ffff00;
}
.wb-BRIGHTORANGE {
    border-right-color: #ff8000;
}
.wb-BRIGHTPURPLE {
    border-right-color: #800080;
}
.wb-BRIGHTPINK {
    border-right-color: #ff0080;
}
.wb-BRIGHTGREY {
    border-right-color: #808080;
}
.wb-BRIGHTBROWN {
    border-right-color: #9B4E00;
}
.wb-BRIGHTDARKRED {
    border-right-color: #800000;
}
.wb-BRIGHTDARKBLUE {
    border-right-color: #000040;
}
.wb-BRIGHTDARKGREEN {
    border-right-color: #004000;
}
.wb-BRIGHTDARKYELLOW {
    border-right-color: #D7D700;
}
.wb-BRIGHTDARKORANGE {
    border-right-color: #B05800;
}
.wb-BRIGHTDARKPURPLE {
    border-right-color: #400040;
}
.wb-BRIGHTDARKPINK {
    border-right-color: #F00078;
}
.wb-BRIGHTDARKGREY {
    border-right-color: #282828;
}
.wb-BRIGHTDARKBROWN {
    border-right-color: #532900;
}
.wb-BRIGHTLIGHTRED {
    border-right-color: #FF3737;
}
.wb-BRIGHTLIGHTYELLOW {
    border-right-color: #FFFF53;
}
.wb-BRIGHTLIGHTBLUE {
    border-right-color: #5151FF;
}
.wb-BRIGHTLIGHTGREEN {
    border-right-color: #6AFF6A;
}
.wb-BRIGHTLIGHTORANGE {
    border-right-color: #FFA953;
}
.wb-BRIGHTLIGHTPURPLE {
    border-right-color: #BE7DFF;
}
.wb-BRIGHTLIGHTPINK {
    border-right-color: #FFA8FF;
}
.wb-BRIGHTLIGHTGREY {
    border-right-color: #C0C0C0;
}
.wb-BRIGHTLIGHTKBROWN {
    border-right-color: #B95C00;
}
.wb-BRIGHTSKYBLUE {
    border-right-color: #00FFFF;
}
.wb-BRIGHTINHERIT {
    border-right-color: inherit;
}
.wb-BRIGHTINITIAL {
    background-color: initial;
}
.wb-BRIGHTTRANS {
    background-color: transparent;
}
.wb-BRIGHTMWIDTHMEDIUM {
    border-right-width: medium;
}
.wb-BRIGHTWIDTHTHIN {
    border-right-width: thin;
}
.wb-BRIGHTWIDTHTHICK {
    border-right-width: thick;
}
.wb-BRIGHTWIDTHINITIAL {
    border-right-width: initial;
}
.wb-BRIGHTWIDTHINHERIT {
    border-right-width: inherit;
}
.wb-BNONE {
    border: none;
}
.wb-BIO0 {
    border-image-outset: 0;
}
.wb-BIO1 {
    border-image-outset: 1;
}
.wb-BIO10 {
    border-image-outset: 1 0;
}
.wb-BIO100 {
    border-image-outset: 1 0 0;
}
.wb-BIO1011 {
    border-image-outset: 1 0 1 1;
}
.wb-BIRSTRETCH {
    border-image-repeat: stretch;
}
.wb-BIRREPEAT {
    border-image-repeat: repeat;
}
.wb-BIRROUND {
    border-image-repeat: round;
}
.wb-BIRSPACE {
    border-image-repeat: space;
}
.wb-BIRINITIAL {
    border-image-repeat: initial;
}
.wb-BIRINHERIT {
    border-image-repeat: inherit;
}
.wb-BIS10 {
    border-image-slice: 10;
}
.wb-BIS30 {
    border-image-slice: 30;
}
.wb-BIS50 {
    border-image-slice: 50;
}
.wb-BIS2025 {
    border-image-slice: 20 25;
}
.wb-BIS2030 {
    border-image-slice: 20 30;
}
.wb-BIS4010 {
    border-image-slice: 40 10;
}
.wb-BISFILL {
    border-image-slice: fill;
}
.wb-BISINITIAL {
    border-image-slice: initial;
}
.wb-BISINHERIT {
    border-image-slice: inherit;
}
.wb-BISRCURL {
    border-image-source: url();
}
.wb-BISRCNONE {
    border-image-source: none;
}
.wb-BISRCINITIAL {
    border-image-source: initial;
}
.wb-BISRCINHERIT {
    border-image-source: inherit;
}
.wb-BOXSHADOW {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BOXSHADOWLIGHT {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2), 0 17px 75px 0 rgba(0, 0, 0, 0.1);
}
.wb-BOXSHADOWDARK {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.8), 0 17px 75px 0 rgba(0, 0, 0, 0.4);
}
.wb-BOXSHADOWINSET {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2) inset;
}
.wb-BOXSHADOWLIGHTINSET {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2), 0 17px 75px 0 rgba(0, 0, 0, 0.1) inset;
}
.wb-BOXSHADOWDARKINSET {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.8), 0 17px 75px 0 rgba(0, 0, 0, 0.4) inset;
}
.wb-BOXSHADOWINHERIT {
    box-shadow: inherit;
}
.wb-BOXSHADOWINITIAL {
    box-shadow: initial;
}
.wb-BOXSHADOWH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BOXSHADOWH,
.wb-BOXSHADOWLIGHTH,
.wb-BOXSHADOWDARKH,
.wb-BOXSHADOWINSETH,
.wb-BOXSHADOWLIGHTINSETH,
.wb-BOXSHADOWDARKINSETH,
.wb-BOXSHADOWINHERITH,
.wb-BOXSHADOWINITIALH {
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
}
.wb-BOXSHADOWLIGHTH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2), 0 17px 75px 0 rgba(0, 0, 0, 0.1);
}
.wb-BOXSHADOWDARKH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.8), 0 17px 75px 0 rgba(0, 0, 0, 0.4);
}
.wb-BOXSHADOWINSETH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2) inset;
}
.wb-BOXSHADOWLIGHTINSETH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2), 0 17px 75px 0 rgba(0, 0, 0, 0.1) inset;
}
.wb-BOXSHADOWDARKINSETH:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.8), 0 17px 75px 0 rgba(0, 0, 0, 0.4) inset;
}
.wb-BOXSHADOWINHERITH:hover {
    box-shadow: inherit;
}
.wb-BOXSHADOWINITIALH:hover {
    box-shadow: initial;
}
/*BOX PROPERTIES*/
.wb-BOTTOMAUTO {
    bottom: auto;
}
.wb-BOTTOMINTITIAL {
    bottom: initial;
}
.wb-BOTTOMINHERIT {
    bottom: inherit;
}
.wb-BOTTOM10 {
    bottom: 10px;
}
.wb-BOTTOM-10 {
    bottom: -10px;
}
.wb-BOTTOM25 {
    bottom: 25px;
}
.wb-BOTTOM-25 {
    bottom: -25px;
}
.wb-BOTTOM50 {
    bottom: 50px;
}
.wb-BOTTOM-50 {
    bottom: -50px;
}
.wb-BOTTOM75 {
    bottom: 75px;
}
.wb-BOTTOM-75 {
    bottom: -75px;
}
.wb-BOTTOM100 {
    bottom: 100px;
}
.wb-BOTTOM-100 {
    bottom: -100px;
}
.wb-BOTTOM0P {
    bottom: 0%;
}
.wb-BOTTOM10P {
    bottom: 10%;
}
.wb-BOTTOM25P {
    bottom: 25%;
}
.wb-BOTTOM50P {
    bottom: 50%;
}
.wb-BOTTOM-10P {
    bottom: -10%;
}
.wb-BOTTOM-25P {
    bottom: -25%;
}
.wb-BOTTOM-50P {
    bottom: -50%;
}
.wb-BOTTOM-75P {
    bottom: -75%;
}
.wb-BOTTOM-100P {
    bottom: -100%;
}
.wb-RIGHTAUTO {
    right: auto;
}
.wb-RIGHTINTITIAL {
    right: initial;
}
.wb-RIGHTINHERIT {
    right: inherit;
}
.wb-RIGHT10 {
    right: 10px;
}
.wb-RIGHT-10 {
    right: -10px;
}
.wb-RIGHT25 {
    right: 25px;
}
.wb-RIGHT-25 {
    right: -25px;
}
.wb-RIGHT50 {
    right: 50px;
}
.wb-RIGHT-50 {
    right: -50px;
}
.wb-RIGHT75 {
    right: 75px;
}
.wb-RIGHT-75 {
    right: -75px;
}
.wb-RIGHT100 {
    right: 100px;
}
.wb-RIGHT-100 {
    right: -100px;
}
.wb-RIGHT0P {
    right: 0%;
}
.wb-RIGHT10P {
    right: 10%;
}
.wb-RIGHT25P {
    right: 25%;
}
.wb-RIGHT50P {
    right: 50%;
}
.wb-RIGHT-10P {
    right: -10%;
}
.wb-RIGHT-25P {
    right: -25%;
}
.wb-RIGHT-50P {
    right: -50%;
}
.wb-RIGHT-75P {
    right: -75%;
}
.wb-RIGHT-100P {
    right: -100%;
}
.wb-LEFTAUTO {
    left: auto;
}
.wb-LEFTINTITIAL {
    left: initial;
}
.wb-LEFTINHERIT {
    left: inherit;
}
.wb-LEFT10 {
    left: 10px;
}
.wb-LEFT-10 {
    left: -10px;
}
.wb-LEFT25 {
    left: 25px;
}
.wb-LEFT-25 {
    left: -25px;
}
.wb-LEFT50 {
    left: 50px;
}
.wb-LEFT-50 {
    left: -50px;
}
.wb-LEFT75 {
    left: 75px;
}
.wb-LEFT-75 {
    left: -75px;
}
.wb-LEFT100 {
    left: 100px;
}
.wb-LEFT-100 {
    left: -100px;
}
.wb-LEFT0P {
    left: 0%;
}
.wb-LEFT10P {
    left: 10%;
}
.wb-LEFT25P {
    left: 25%;
}
.wb-LEFT50P {
    left: 50%;
}
.wb-LEFT-10P {
    left: -10%;
}
.wb-LEFT-25P {
    left: -25%;
}
.wb-LEFT-50P {
    left: -50%;
}
.wb-LEFT-75P {
    left: -75%;
}
.wb-LEFT-100P {
    left: -100%;
}
.wb-TOPAUTO {
    top: auto;
}
.wb-TOPINTITIAL {
    top: initial;
}
.wb-TOPINHERIT {
    top: inherit;
}
.wb-TOP10 {
    top: 10px;
}
.wb-TOP-10 {
    top: -10px;
}
.wb-TOP25 {
    top: 25px;
}
.wb-TOP-25 {
    top: -25px;
}
.wb-TOP50 {
    top: 50px;
}
.wb-TOP-50 {
    top: -50px;
}
.wb-TOP75 {
    top: 75px;
}
.wb-TOP-75 {
    top: -75px;
}
.wb-TOP100 {
    top: 100px;
}
.wb-TOP-100 {
    top: -100px;
}
.wb-TOP0P {
    top: 0%;
}
.wb-TOP10P {
    top: 10%;
}
.wb-TOP25P {
    top: 25%;
}
.wb-TOP50P {
    top: 50%;
}
.wb-TOP-10P {
    top: -10%;
}
.wb-TOP-25P {
    top: -25%;
}
.wb-TOP-50P {
    top: -50%;
}
.wb-TOP-75P {
    top: -75%;
}
.wb-TOP-100P {
    top: -100%;
}
.wb-CLEARNONE {
    clear: none;
}
.wb-CLEARLEFT {
    clear: left;
}
.wb-CLEARRIGHT {
    clear: right;
}
.wb-CLEARBOTH {
    clear: both;
}
.wb-CLEARINITIAL {
    clear: initial;
}
.wb-CLEARINHERIT {
    clear: inherit;
}
.wb-CLIPAUTO {
    position: absolute;
    clip: auto;
}
.wb-CLIPINITIAL {
    position: absolute;
    clip: initial;
}
.wb-CLIPINHERIT {
    position: absolute;
    clip: inherit;
}
.wb-CLIP-0-25-25-0 {
    position: absolute;
    clip: rect(0px, 25px, 25px, 0px);
}
.wb-CLIP-0-50-50-0 {
    position: absolute;
    clip: rect(0px, 50px, 50px, 0px);
}
.wb-CLIP-10-50-50-10 {
    position: absolute;
    clip: rect(10px, 50px, 50px, 10px);
}
.wb-CLIP-10-100-50-10 {
    position: absolute;
    clip: rect(10px, 100px, 50px, 10px);
}
.wb-CLIP-10-100-100-10 {
    position: absolute;
    clip: rect(10px, 100px, 100px, 10px);
}
.wb-CLIP-0-100-100-0 {
    position: absolute;
    clip: rect(10px, 50px, 50px, 10px);
}
.wb-DISPLAYINLINE {
    display: inline;
}
.wb-DISPLAYBLOCK {
    display: block;
}
.wb-DISPLAYINLINEBLOCK {
    display: inline-block;
}
.wb-DISPLAYINLINETABLE {
    display: inline-table;
}
.wb-DISPLAYLISTITEM {
    display: list-item;
}
.wb-DISPLAYRUNIN {
    display: run-in;
}
.wb-DISPLAYTABLE {
    display: table;
}
.wb-DISPLAYTABLECAPTION {
    display: table-caption;
}
.wb-DISPLAYTABLECOLUMNGROUP {
    display: table-column-group;
}
.wb-DISPLAYTABLEHEADERGROUP {
    display: table-header-group;
}
.wb-DISPLAYTABLEFOOTERGROUP {
    display: table-footer-group;
}
.wb-DISPLAYTABLEROWGROUP {
    display: table-row-group;
}
.wb-DISPLAYTABLECELL {
    display: table-cell;
}
.wb-DISPLAYTABLECOLUMN {
    display: table-column;
}
.wb-DISPLAYTABLEROW {
    display: table-row;
}
.wb-DISPLAYNONE {
    display: none;
}
.wb-DISPLAYINHERIT {
    display: inherit;
}
.wb-DISPLAYINITIAL {
    display: initial;
}
.wb-FLOATNONE {
    float: none;
}
.wb-FLOATLEFT {
    float: left;
}
.wb-FLOATRIGHT {
    float: right;
}
.wb-FLOATINITIAL {
    float: initial;
}
.wb-FLOATINHERIT {
    float: inherit;
}
.wb-H10 {
    height: 10px;
}
.wb-H15 {
    height: 15px;
}
.wb-H20 {
    height: 20px;
}
.wb-H25 {
    height: 25px;
}
.wb-H50 {
    height: 50px;
}
.wb-H75 {
    height: 75px;
}
.wb-H100 {
    height: 100px;
}
.wb-H150 {
    height: 150px;
}
.wb-H200 {
    height: 200px;
}
.wb-H250 {
    height: 250px;
}
.wb-H300 {
    height: 300px;
}
.wb-H10P {
    height: 10%;
}
.wb-H25P {
    height: 25%;
}
.wb-H50P {
    height: 50%;
}
.wb-H75P {
    height: 75%;
}
.wb-H100P {
    height: 100%;
}
.wb-HAUTO {
    height: auto;
}
.wb-HINHERIT {
    height: inherit;
}
.wb-W10 {
    width: 10px;
}
.wb-W15 {
    width: 15px;
}
.wb-W20 {
    width: 20px;
}
.wb-W25 {
    width: 25px;
}
.wb-W30 {
    width: 30px;
}
.wb-W35 {
    width: 35px;
}
.wb-W40 {
    width: 40px;
}
.wb-W45 {
    width: 45px;
}
.wb-W50 {
    width: 50px;
}
.wb-W75 {
    width: 75px;
}
.wb-W100 {
    width: 100px;
}
.wb-W150 {
    width: 150px;
}
.wb-W200 {
    width: 200px;
}
.wb-W250 {
    width: 250px;
}
.wb-W300 {
    width: 300px;
}
.wb-W10P {
    width: 10%;
}
.wb-W25P {
    width: 25%;
}
.wb-W50P {
    width: 50%;
}
.wb-W75P {
    width: 75%;
}
.wb-W100P {
    width: 100%;
}
.wb-WAUTO {
    width: auto;
}
.wb-WINHERIT {
    width: inherit;
}
.wb-M2 {
    margin: 2px;
}
.wb-M4 {
    margin: 4px;
}
.wb-M6 {
    margin: 6px;
}
.wb-M8 {
    margin: 8px;
}
.wb-M10 {
    margin: 10px;
}
.wb-M20 {
    margin: 20px;
}
.wb-M30 {
    margin: 30px;
}
.wb-M40 {
    margin: 40px;
}
.wb-M50 {
    margin: 50px;
}
.wb-MAUTO {
    margin: auto;
}
.wb-MINHERIT {
    margin: inherit;
}
.wb-ML2 {
    margin-left: 2px;
}
.wb-ML4 {
    margin-left: 4px;
}
.wb-ML6 {
    margin-left: 6px;
}
.wb-ML8 {
    margin-left: 8px;
}
.wb-ML10 {
    margin-left: 10px;
}
.wb-ML20 {
    margin-left: 20px;
}
.wb-ML30 {
    margin-left: 30px;
}
.wb-ML40 {
    margin-left: 40px;
}
.wb-ML50 {
    margin-left: 50px;
}
.wb-MLAUTO {
    margin-left: auto;
}
.wb-MLINHERIT {
    margin-left: inherit;
}
.wb-MT2 {
    margin-top: 2px;
}
.wb-MT4 {
    margin-top: 4px;
}
.wb-MT6 {
    margin-top: 6px;
}
.wb-MT8 {
    margin-top: 8px;
}
.wb-MT10 {
    margin-top: 10px;
}
.wb-MT20 {
    margin-top: 20px;
}
.wb-MT30 {
    margin-top: 30px;
}
.wb-MT40 {
    margin-top: 40px;
}
.wb-MT50 {
    margin-top: 50px;
}
.wb-MTAUTO {
    margin-top: auto;
}
.wb-MTINHERIT {
    margin-top: inherit;
}
.wb-MR2 {
    margin-right: 2px;
}
.wb-MR4 {
    margin-right: 4px;
}
.wb-MR6 {
    margin-right: 6px;
}
.wb-MR8 {
    margin-right: 8px;
}
.wb-MR10 {
    margin-right: 10px;
}
.wb-MR20 {
    margin-right: 20px;
}
.wb-MR30 {
    margin-right: 30px;
}
.wb-MR40 {
    margin-right: 40px;
}
.wb-MR50 {
    margin-right: 50px;
}
.wb-MRAUTO {
    margin-right: auto;
}
.wb-MRINHERIT {
    margin-right: inherit;
}
.wb-MB2 {
    margin-bottom: 2px;
}
.wb-MB4 {
    margin-bottom: 4px;
}
.wb-MB6 {
    margin-bottom: 6px;
}
.wb-MB8 {
    margin-bottom: 8px;
}
.wb-MB10 {
    margin-bottom: 10px;
}
.wb-MB20 {
    margin-bottom: 20px;
}
.wb-MB30 {
    margin-bottom: 30px;
}
.wb-MB40 {
    margin-bottom: 40px;
}
.wb-MB50 {
    margin-bottom: 50px;
}
.wb-MBAUTO {
    margin-bottom: auto;
}
.wb-MBINHERIT {
    margin-bottom: inherit;
}
.wb-MINITIAL {
    margin: initial;
}
.wb-MLINITIAL {
    margin-left: initial;
}
.wb-MRINITIAL {
    margin-right: initial;
}
.wb-MTINITIAL {
    margin-top: initial;
}
.wb-MBINITIAL {
    margin-bottom: initial;
}
.wb-OVERFLOWVISIBLE {
    overflow: visible;
}
.wb-OVERFLOWHIDDEN {
    overflow: hidden;
}
.wb-OVERFLOWSCROLL {
    overflow: scroll;
}
.wb-OVERFLOWAUTO {
    overflow: auto;
}
.wb-OVERFLOWINITIAL {
    overflow: initial;
}
.wb-OVERFLOWINHERIT {
    overflow: inherit;
}
.wb-OVERFLOWXVISIBLE {
    overflow-x: visible;
}
.wb-OVERFLOWXHIDDEN {
    overflow-x: hidden;
}
.wb-OVERFLOWXSCROLL {
    overflow-x: scroll;
}
.wb-OVERFLOWXAUTO {
    overflow-x: auto;
}
.wb-OVERFLOWXINITIAL {
    overflow-x: initial;
}
.wb-OVERFLOWXINHERIT {
    overflow-x: inherit;
}
.wb-OVERFLOWYVISIBLE {
    overflow-y: visible;
}
.wb-OVERFLOWYHIDDEN {
    overflow-y: hidden;
}
.wb-OVERFLOWYSCROLL {
    overflow-y: scroll;
}
.wb-OVERFLOWYAUTO {
    overflow-y: auto;
}
.wb-OVERFLOWYINITIAL {
    overflow-y: initial;
}
.wb-OVERFLOWYINHERIT {
    overflow-y: inherit;
}
.wb-P2 {
    padding: 2px;
}
.wb-P4 {
    padding: 4px;
}
.wb-P6 {
    padding: 6px;
}
.wb-P8 {
    padding: 8px;
}
.wb-P10 {
    padding: 10px;
}
.wb-P20 {
    padding: 20px;
}
.wb-P30 {
    padding: 30px;
}
.wb-P40 {
    padding: 40px;
}
.wb-P50 {
    padding: 50px;
}
.wb-PAUTO {
    padding: auto;
}
.wb-PINHERIT {
    padding: inherit;
}
.wb-PL2 {
    padding-left: 2px;
}
.wb-PL4 {
    padding-left: 4px;
}
.wb-PL6 {
    padding-left: 6px;
}
.wb-PL8 {
    padding-left: 8px;
}
.wb-PL10 {
    padding-left: 10px;
}
.wb-PL20 {
    padding-left: 20px;
}
.wb-PL30 {
    padding-left: 30px;
}
.wb-PL40 {
    padding-left: 40px;
}
.wb-PL50 {
    padding-left: 50px;
}
.wb-PLAUTO {
    padding-left: auto;
}
.wb-PLINHERIT {
    padding-left: inherit;
}
.wb-PT2 {
    padding-top: 2px;
}
.wb-PT4 {
    padding-top: 4px;
}
.wb-PT6 {
    padding-top: 6px;
}
.wb-PT8 {
    padding-top: 8px;
}
.wb-PT10 {
    padding-top: 10px;
}
.wb-PT20 {
    padding-top: 20px;
}
.wb-PT30 {
    padding-top: 30px;
}
.wb-PT40 {
    padding-top: 40px;
}
.wb-PT50 {
    padding-top: 50px;
}
.wb-PTAUTO {
    padding-top: auto;
}
.wb-PTINHERIT {
    padding-top: inherit;
}
.wb-PR2 {
    padding-right: 2px;
}
.wb-PR4 {
    padding-right: 4px;
}
.wb-PR6 {
    padding-right: 6px;
}
.wb-PR8 {
    padding-right: 8px;
}
.wb-PR10 {
    padding-right: 10px;
}
.wb-PR20 {
    padding-right: 20px;
}
.wb-PR30 {
    padding-right: 30px;
}
.wb-PR40 {
    padding-right: 40px;
}
.wb-PR50 {
    padding-right: 50px;
}
.wb-PRAUTO {
    padding-right: auto;
}
.wb-PRINHERIT {
    padding-right: inherit;
}
.wb-PB2 {
    padding-bottom: 2px;
}
.wb-PB4 {
    padding-bottom: 4px;
}
.wb-PB6 {
    padding-bottom: 6px;
}
.wb-PB8 {
    padding-bottom: 8px;
}
.wb-PB10 {
    padding-bottom: 10px;
}
.wb-PB20 {
    padding-bottom: 20px;
}
.wb-PB30 {
    padding-bottom: 30px;
}
.wb-PB40 {
    padding-bottom: 40px;
}
.wb-PB50 {
    padding-bottom: 50px;
}
.wb-PBAUTO {
    padding-bottom: auto;
}
.wb-PBINHERIT {
    padding-bottom: inherit;
}
.wb-PINITIAL {
    padding: initial;
}
.wb-PLINITIAL {
    padding-left: initial;
}
.wb-PRINITIAL {
    padding-right: initial;
}
.wb-PTINITIAL {
    padding-top: initial;
}
.wb-PBINITIAL {
    padding-bottom: initial;
}
.wb-POSITIONSTATIC {
    position: static;
}
.wb-POSITIONABSOLUTE {
    position: absolute;
}
.wb-POSITIONFIXED {
    position: fixed;
}
.wb-POSITIONRELATIVE {
    position: relative;
}
.wb-POSITIONINITIAL {
    position: initial;
}
.wb-POSITIONINHERIT {
    position: inherit;
}
.wb-VISIBILITYVISIBLE {
    visibility: visible;
}
.wb-VISIBILITYHIDDEN {
    visibility: hidden;
}
.wb-VISIBILITYCOLLAPSE {
    visibility: collapse;
}
.wb-VISIBILITYINITIAL {
    visibility: initial;
}
.wb-VISIBILITYINHERIT {
    visibility: inherit;
}
.wb-ZINDEXAUTO {
    z-index: auto;
}
.wb-ZINDEXINITIAL {
    z-index: initial;
}
.wb-ZINDEXINHERIT {
    z-index: inherit;
}
.wb-ZINDEX0 {
    z-index: 0;
}
.wb-ZINDEX1 {
    z-index: 1;
}
.wb-ZINDEX2 {
    z-index: 2;
}
.wb-ZINDEX3 {
    z-index: 3;
}
.wb-ZINDEX4 {
    z-index: 4;
}
.btn:hover {
    color: #ffffff;
}
/*ANIMATIONS*/
.wb-WAVE {
    position: relative;
    overflow: hidden;
}
.wb-WAVE:after {
    content: "";
    background: #ccc;
    position: absolute;
    padding: 300%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.8s;
}
.wb-WAVE:active:after {
    padding: 0;
    opacity: 1;
    transition: 0s;
}
/*TAGS*/
.wb-BTN {
    -moz-box-shadow: inset 0px 0px 0px -1px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px -1px #ffffff;
    box-shadow: inset 0px 0px 0px -1px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#b0b0b0');
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: 0px;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 0px 50px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTN:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTN:active {
    position: relative;
    top: 1px;
}
.wb-BTNROUND {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#a3a3a3');
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNROUND:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNROUND:active {
    position: relative;
    top: 1px;
}
.wb-BTNSQUARE {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#a3a3a3');
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-HAND {
    cursor: pointer;
}
.wb-BTNSQUARE:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNSQUARE:active {
    position: relative;
    top: 1px;
}
.wb-BTNCIRCLE {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab4ba');
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 73px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNCIRCLE:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bab4ba', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNCIRCLE:active {
    position: relative;
    top: 1px;
}
.wb-BTNBOX {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#aba8ab');
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNBOX:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#aba8ab', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNBOX:active {
    position: relative;
    top: 1px;
}
.wb-BTNBIGBOX {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#adaaad');
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 91px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNBIGBOX:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#adaaad', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNBIGBOX:active {
    position: relative;
    top: 1px;
}
.wb-BTNSLICELEFT {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#9c999c');
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 37px;
    -moz-border-radius-topright: 37px;
    border-top-right-radius: 37px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 37px;
    -moz-border-radius-bottomleft: 37px;
    border-bottom-left-radius: 37px;
    text-indent: 0px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNSLICELEFT:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9c999c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNSLICELEFT:active {
    position: relative;
    top: 1px;
}
.wb-BTNSLICERIGHT {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#9c999c');
    -webkit-border-top-left-radius: 37px;
    -moz-border-radius-topleft: 37px;
    border-top-left-radius: 37px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 37px;
    -moz-border-radius-bottomright: 37px;
    border-bottom-right-radius: 37px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNSLICERIGHT:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9c999c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNSLICERIGHT:active {
    position: relative;
    top: 1px;
}
.wb-BTNTAB {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#8c8c8c');
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNTAB:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNTAB:active {
    position: relative;
    top: 1px;
}
.wb-BTNTABDOWN {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#8c8c8c');
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNTABDOWN:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNTABDOWN:active {
    position: relative;
    top: 1px;
}
.wb-BTNTABLEFT {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#8c8c8c');
    -webkit-border-top-left-radius: 42px;
    -moz-border-radius-topleft: 42px;
    border-top-left-radius: 42px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 42px;
    -moz-border-radius-bottomleft: 42px;
    border-bottom-left-radius: 42px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNTABLEFT:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNTABLEFT:active {
    position: relative;
    top: 1px;
}
.wb-BTNTABRIGHT {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#8c8c8c');
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 42px;
    -moz-border-radius-topright: 42px;
    border-top-right-radius: 42px;
    -webkit-border-bottom-right-radius: 42px;
    -moz-border-radius-bottomright: 42px;
    border-bottom-right-radius: 42px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    transition-duration: 0.8s;
}
.wb-BTNTABRIGHT:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ededed');
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.4), 0 17px 75px 0 rgba(0, 0, 0, 0.2);
}
.wb-BTNTABRIGHT:active {
    position: relative;
    top: 1px;
}
@font-face {
    font-family: Orbit;
    src: url("Orbit.ttf");
}
.wb-FFORBIT {
    font-family: Orbit;
    font-style: normal;
}
@font-face {
    font-family: AIR;
    src: url("AIR.ttf");
}
.wb-FFAIR {
    font-family: AIR;
    font-style: normal;
}
@font-face {
    font-family: MS;
    src: url("MS.ttf");
}
.wb-FFMS {
    font-family: MS;
    font-style: normal;
}