/*
Template Name: Enva
Template URI: https://webgrab.gr/
Description: Enva is a professional onepage html5 template with integrated functions, bootstrap-owl carousel-jssor slider-scrollreveal.
Version: 1.0
Author: WebGrab
Author URI: https://webgrab.gr/
*/

.owl-theme .owl-controls {
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 24px;
    color: #555;
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #000;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 20px;
    opacity: 0.25;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 190px;
    background: url(AjaxLoader.html) center center no-repeat;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin: 0;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
#glisse-close,
#glisse-controls,
#glisse-overlay,
#glisse-spinner {
    opacity: 0;
}
#glisse-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
#glisse-overlay.loading #glisse-spinner {
    opacity: 1;
}
#glisse-overlay-content {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#glisse-overlay-content img {
    display: none;
}
#glisse-overlay-content.shake {
    -webkit-animation: shake 0.6s 1;
    -moz-animation: shake 0.6s 1;
    -ms-animation: shake 0.6s 1;
    -o-animation: shake 0.6s 1;
    animation: shake 0.6s 1;
}
#glisse-close {
    cursor: pointer;
}
#glisse-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    background: rgba(0, 0, 0, 0.6) url(img/loader.gif) center center no-repeat;
    border-radius: 6px;
}
.glisse-next a,
.glisse-prev a {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#glisse-controls .ended a {
    opacity: 0.3;
    cursor: default;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}
@-ms-keyframes shake {
    0%,
    100% {
        -ms-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -ms-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -ms-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.no_bg {
    background: 0 0 !important;
}
.color-hex-c1 {
    color: #000;
}
.color-hex-c1h:hover {
    color: #000;
}
.color-rgba-full-c1 {
    color: #000;
}
.color-rgba-full-c1h:hover {
    color: #000;
}
.color-rgba-three-quarter-c1 {
    color: rgba(0, 0, 0, 0.75);
}
.color-rgba-three-quarter-c1h:hover {
    color: rgba(0, 0, 0, 0.75);
}
.color-rgba-half-c1 {
    color: rgba(0, 0, 0, 0.5);
}
.color-rgba-half-c1h:hover {
    color: rgba(0, 0, 0, 0.5);
}
.color-rgba-quarter-c1 {
    color: rgba(0, 0, 0, 0.25);
}
.color-rgba-quarter-c1h:hover {
    color: rgba(0, 0, 0, 0.25);
}
.color-rgba-half-quarter-c1 {
    color: rgba(0, 0, 0, 0.125);
}
.color-rgba-half-quarter-c1h:hover {
    color: rgba(0, 0, 0, 0.125);
}
.txt-shadow-0-hex-c1 {
    text-shadow: 0 0 0 #000;
}
.txt-shadow-0-hex-c1h:hover {
    text-shadow: 0 0 0 #000;
}
.txt-shadow-1-hex-c1 {
    text-shadow: 1px 1px 1px #000;
}
.txt-shadow-1-hex-c1h:hover {
    text-shadow: 1px 1px 1px #000;
}
.txt-shadow-2-hex-c1 {
    text-shadow: 2px 2px 2px #000;
}
.txt-shadow-2-hex-c1h:hover {
    text-shadow: 2px 2px 2px #000;
}
.txt-shadow-3-hex-c1 {
    text-shadow: 3px 3px 6px #000;
}
.txt-shadow-3-hex-c1h:hover {
    text-shadow: 3px 3px 6px #000;
}
.txt-shadow-4-hex-c1 {
    text-shadow: -1px -1px 2px #000;
}
.txt-shadow-4-hex-c1h:hover {
    text-shadow: -1px -1px 2px #000;
}
.txt-shadow-5-hex-c1 {
    text-shadow: -2px -2px 6px #000;
}
.txt-shadow-5-hex-c1h:hover {
    text-shadow: -2px -2px 6px #000;
}
.txt-shadow-0-rgba-full-c1 {
    text-shadow: 0 0 0 #000;
}
.txt-shadow-0-rgba-full-c1h:hover {
    text-shadow: 0 0 0 #000;
}
.txt-shadow-1-rgba-full-c1 {
    text-shadow: 1px 1px 1px #000;
}
.txt-shadow-1-rgba-full-c1h:hover {
    text-shadow: 1px 1px 1px #000;
}
.txt-shadow-2-rgba-full-c1 {
    text-shadow: 2px 2px 2px #000;
}
.txt-shadow-2-rgba-full-c1h:hover {
    text-shadow: 2px 2px 2px #000;
}
.txt-shadow-3-rgba-full-c1 {
    text-shadow: 3px 3px 6px #000;
}
.txt-shadow-3-rgba-full-c1h:hover {
    text-shadow: 3px 3px 6px #000;
}
.txt-shadow-4-rgba-full-c1 {
    text-shadow: -1px -1px 2px #000;
}
.txt-shadow-4-rgba-full-c1h:hover {
    text-shadow: -1px -1px 2px #000;
}
.txt-shadow-5-rgba-full-c1 {
    text-shadow: -2px -2px 6px #000;
}
.txt-shadow-5-rgba-full-c1h:hover {
    text-shadow: -2px -2px 6px #000;
}
.txt-shadow-0-rgba-three-quarter-c1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c1h:hover {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c1h:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c1h:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c1 {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c1h:hover {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c1 {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c1h:hover {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c1 {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c1h:hover {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.75);
}
.txt-shadow-0-rgba-half-c1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.txt-shadow-0-rgba-half-c1h:hover {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.txt-shadow-1-rgba-half-c1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.txt-shadow-1-rgba-half-c1h:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.txt-shadow-2-rgba-half-c1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.txt-shadow-2-rgba-half-c1h:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.txt-shadow-3-rgba-half-c1 {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.txt-shadow-3-rgba-half-c1h:hover {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.txt-shadow-4-rgba-half-c1 {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
}
.txt-shadow-4-rgba-half-c1h:hover {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
}
.txt-shadow-5-rgba-half-c1 {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.5);
}
.txt-shadow-5-rgba-half-c1h:hover {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.5);
}
.txt-shadow-0-rgba-quarter-c1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.txt-shadow-0-rgba-quarter-c1h:hover {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.txt-shadow-1-rgba-quarter-c1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.txt-shadow-1-rgba-quarter-c1h:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.txt-shadow-2-rgba-quarter-c1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.txt-shadow-2-rgba-quarter-c1h:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.txt-shadow-3-rgba-quarter-c1 {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.txt-shadow-3-rgba-quarter-c1h:hover {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.txt-shadow-4-rgba-quarter-c1 {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.25);
}
.txt-shadow-4-rgba-quarter-c1h:hover {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.25);
}
.txt-shadow-5-rgba-quarter-c1 {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.25);
}
.txt-shadow-5-rgba-quarter-c1h:hover {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c1h:hover {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c1h:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c1h:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c1 {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c1h:hover {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c1 {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c1h:hover {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c1 {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c1h:hover {
    text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.125);
}
.bg-color-hex-c1 {
    background-color: #000;
}
.bg-color-hex-c1h:hover {
    background-color: #000;
}
.bg-color-rgba-full-c1 {
    background-color: #000;
}
.bg-color-rgba-full-c1h:hover {
    background-color: #000;
}
.bg-color-rgba-three-quarter-c1 {
    background-color: rgba(0, 0, 0, 0.75);
}
.bg-color-rgba-three-quarter-c1h:hover {
    background-color: rgba(0, 0, 0, 0.75);
}
.bg-color-rgba-half-c1 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-color-rgba-half-c1h:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-color-rgba-quarter-c1 {
    background-color: rgba(0, 0, 0, 0.25);
}
.bg-color-rgba-quarter-c1h:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.bg-color-rgba-half-quarter-c1 {
    background-color: rgba(0, 0, 0, 0.125);
}
.bg-color-rgba-half-quarter-c1h:hover {
    background-color: rgba(0, 0, 0, 0.125);
}
.border-color-hex-c1 {
    border-color: #000;
}
.border-color-hex-c1h:hover {
    border-color: #000;
}
.border-color-rgba-full-c1 {
    border-color: #000;
}
.border-color-rgba-full-c1h:hover {
    border-color: #000;
}
.border-color-rgba-three-quarter-c1 {
    border-color: rgba(0, 0, 0, 0.75);
}
.border-color-rgba-three-quarter-c1h:hover {
    border-color: rgba(0, 0, 0, 0.75);
}
.border-color-half-c1 {
    border-color: rgba(0, 0, 0, 0.5);
}
.border-color-half-c1h:hover {
    border-color: rgba(0, 0, 0, 0.5);
}
.border-color-quarter-c1 {
    border-color: rgba(0, 0, 0, 0.25);
}
.border-color-quarter-c1h:hover {
    border-color: rgba(0, 0, 0, 0.25);
}
.border-color-half-quarter-c1 {
    border-color: rgba(0, 0, 0, 0.125);
}
.border-color-half-quarter-c1h:hover {
    border-color: rgba(0, 0, 0, 0.125);
}
.color-hex-c2 {
    color: #444;
}
.color-hex-c2h:hover {
    color: #444;
}
.color-rgba-full-c2 {
    color: #444;
}
.color-rgba-full-c2h:hover {
    color: #444;
}
.color-rgba-three-quarter-c2 {
    color: rgba(68, 68, 68, 0.75);
}
.color-rgba-three-quarter-c2h:hover {
    color: rgba(68, 68, 68, 0.75);
}
.color-rgba-half-c2 {
    color: rgba(68, 68, 68, 0.5);
}
.color-rgba-half-c2h:hover {
    color: rgba(68, 68, 68, 0.5);
}
.color-rgba-quarter-c2 {
    color: rgba(68, 68, 68, 0.25);
}
.color-rgba-quarter-c2h:hover {
    color: rgba(68, 68, 68, 0.25);
}
.color-rgba-half-quarter-c2 {
    color: rgba(68, 68, 68, 0.125);
}
.color-rgba-half-quarter-c2h:hover {
    color: rgba(68, 68, 68, 0.125);
}
.txt-shadow-0-hex-c2 {
    text-shadow: 0 0 0 #444;
}
.txt-shadow-0-hex-c2h:hover {
    text-shadow: 0 0 0 #444;
}
.txt-shadow-1-hex-c2 {
    text-shadow: 1px 1px 1px #444;
}
.txt-shadow-1-hex-c2h:hover {
    text-shadow: 1px 1px 1px #444;
}
.txt-shadow-2-hex-c2 {
    text-shadow: 2px 2px 2px #444;
}
.txt-shadow-2-hex-c2h:hover {
    text-shadow: 2px 2px 2px #444;
}
.txt-shadow-3-hex-c2 {
    text-shadow: 3px 3px 6px #444;
}
.txt-shadow-3-hex-c2h:hover {
    text-shadow: 3px 3px 6px #444;
}
.txt-shadow-4-hex-c2 {
    text-shadow: -1px -1px 2px #444;
}
.txt-shadow-4-hex-c2h:hover {
    text-shadow: -1px -1px 2px #444;
}
.txt-shadow-5-hex-c2 {
    text-shadow: -2px -2px 6px #444;
}
.txt-shadow-5-hex-c2h:hover {
    text-shadow: -2px -2px 6px #444;
}
.txt-shadow-0-rgba-full-c2 {
    text-shadow: 0 0 0 #444;
}
.txt-shadow-0-rgba-full-c2h:hover {
    text-shadow: 0 0 0 #444;
}
.txt-shadow-1-rgba-full-c2 {
    text-shadow: 1px 1px 1px #444;
}
.txt-shadow-1-rgba-full-c2h:hover {
    text-shadow: 1px 1px 1px #444;
}
.txt-shadow-2-rgba-full-c2 {
    text-shadow: 2px 2px 2px #444;
}
.txt-shadow-2-rgba-full-c2h:hover {
    text-shadow: 2px 2px 2px #444;
}
.txt-shadow-3-rgba-full-c2 {
    text-shadow: 3px 3px 6px #444;
}
.txt-shadow-3-rgba-full-c2h:hover {
    text-shadow: 3px 3px 6px #444;
}
.txt-shadow-4-rgba-full-c2 {
    text-shadow: -1px -1px 2px #444;
}
.txt-shadow-4-rgba-full-c2h:hover {
    text-shadow: -1px -1px 2px #444;
}
.txt-shadow-5-rgba-full-c2 {
    text-shadow: -2px -2px 6px #444;
}
.txt-shadow-5-rgba-full-c2h:hover {
    text-shadow: -2px -2px 6px #444;
}
.txt-shadow-0-rgba-three-quarter-c2 {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c2h:hover {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c2 {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c2h:hover {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c2 {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c2h:hover {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c2 {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c2h:hover {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c2 {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c2h:hover {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c2 {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c2h:hover {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.75);
}
.txt-shadow-0-rgba-half-c2 {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.5);
}
.txt-shadow-0-rgba-half-c2h:hover {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.5);
}
.txt-shadow-1-rgba-half-c2 {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.5);
}
.txt-shadow-1-rgba-half-c2h:hover {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.5);
}
.txt-shadow-2-rgba-half-c2 {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.5);
}
.txt-shadow-2-rgba-half-c2h:hover {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.5);
}
.txt-shadow-3-rgba-half-c2 {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.5);
}
.txt-shadow-3-rgba-half-c2h:hover {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.5);
}
.txt-shadow-4-rgba-half-c2 {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.5);
}
.txt-shadow-4-rgba-half-c2h:hover {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.5);
}
.txt-shadow-5-rgba-half-c2 {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.5);
}
.txt-shadow-5-rgba-half-c2h:hover {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.5);
}
.txt-shadow-0-rgba-quarter-c2 {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.25);
}
.txt-shadow-0-rgba-quarter-c2h:hover {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.25);
}
.txt-shadow-1-rgba-quarter-c2 {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.25);
}
.txt-shadow-1-rgba-quarter-c2h:hover {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.25);
}
.txt-shadow-2-rgba-quarter-c2 {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.25);
}
.txt-shadow-2-rgba-quarter-c2h:hover {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.25);
}
.txt-shadow-3-rgba-quarter-c2 {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.25);
}
.txt-shadow-3-rgba-quarter-c2h:hover {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.25);
}
.txt-shadow-4-rgba-quarter-c2 {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.25);
}
.txt-shadow-4-rgba-quarter-c2h:hover {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.25);
}
.txt-shadow-5-rgba-quarter-c2 {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.25);
}
.txt-shadow-5-rgba-quarter-c2h:hover {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c2 {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c2h:hover {
    text-shadow: 0 0 0 rgba(68, 68, 68, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c2 {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c2h:hover {
    text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c2 {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c2h:hover {
    text-shadow: 2px 2px 2px rgba(68, 68, 68, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c2 {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c2h:hover {
    text-shadow: 3px 3px 6px rgba(68, 68, 68, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c2 {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c2h:hover {
    text-shadow: -1px -1px 2px rgba(68, 68, 68, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c2 {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c2h:hover {
    text-shadow: -2px -2px 6px rgba(68, 68, 68, 0.125);
}
.bg-color-hex-c2 {
    background-color: #444;
}
.bg-color-hex-c2h:hover {
    background-color: #444;
}
.bg-color-rgba-full-c2 {
    background-color: #444;
}
.bg-color-rgba-full-c2h:hover {
    background-color: #444;
}
.bg-color-rgba-three-quarter-c2 {
    background-color: rgba(68, 68, 68, 0.75);
}
.bg-color-rgba-three-quarter-c2h:hover {
    background-color: rgba(68, 68, 68, 0.75);
}
.bg-color-rgba-half-c2 {
    background-color: rgba(68, 68, 68, 0.5);
}
.bg-color-rgba-half-c2h:hover {
    background-color: rgba(68, 68, 68, 0.5);
}
.bg-color-rgba-quarter-c2 {
    background-color: rgba(68, 68, 68, 0.25);
}
.bg-color-rgba-quarter-c2h:hover {
    background-color: rgba(68, 68, 68, 0.25);
}
.bg-color-rgba-half-quarter-c2 {
    background-color: rgba(68, 68, 68, 0.125);
}
.bg-color-rgba-half-quarter-c2h:hover {
    background-color: rgba(68, 68, 68, 0.125);
}
.border-color-hex-c2 {
    border-color: #444;
}
.border-color-hex-c2h:hover {
    border-color: #444;
}
.border-color-rgba-full-c2 {
    border-color: #444;
}
.border-color-rgba-full-c2h:hover {
    border-color: #444;
}
.border-color-rgba-three-quarter-c2 {
    border-color: rgba(68, 68, 68, 0.75);
}
.border-color-rgba-three-quarter-c2h:hover {
    border-color: rgba(68, 68, 68, 0.75);
}
.border-color-half-c2 {
    border-color: rgba(68, 68, 68, 0.5);
}
.border-color-half-c2h:hover {
    border-color: rgba(68, 68, 68, 0.5);
}
.border-color-quarter-c2 {
    border-color: rgba(68, 68, 68, 0.25);
}
.border-color-quarter-c2h:hover {
    border-color: rgba(68, 68, 68, 0.25);
}
.border-color-half-quarter-c2 {
    border-color: rgba(68, 68, 68, 0.125);
}
.border-color-half-quarter-c2h:hover {
    border-color: rgba(68, 68, 68, 0.125);
}
.color-hex-c3 {
    color: #777;
}
.color-hex-c3h:hover {
    color: #777;
}
.color-rgba-full-c3 {
    color: #777;
}
.color-rgba-full-c3h:hover {
    color: #777;
}
.color-rgba-three-quarter-c3 {
    color: rgba(119, 119, 119, 0.75);
}
.color-rgba-three-quarter-c3h:hover {
    color: rgba(119, 119, 119, 0.75);
}
.color-rgba-half-c3 {
    color: rgba(119, 119, 119, 0.5);
}
.color-rgba-half-c3h:hover {
    color: rgba(119, 119, 119, 0.5);
}
.color-rgba-quarter-c3 {
    color: rgba(119, 119, 119, 0.25);
}
.color-rgba-quarter-c3h:hover {
    color: rgba(119, 119, 119, 0.25);
}
.color-rgba-half-quarter-c3 {
    color: rgba(119, 119, 119, 0.125);
}
.color-rgba-half-quarter-c3h:hover {
    color: rgba(119, 119, 119, 0.125);
}
.txt-shadow-0-hex-c3 {
    text-shadow: 0 0 0 #777;
}
.txt-shadow-0-hex-c3h:hover {
    text-shadow: 0 0 0 #777;
}
.txt-shadow-1-hex-c3 {
    text-shadow: 1px 1px 1px #777;
}
.txt-shadow-1-hex-c3h:hover {
    text-shadow: 1px 1px 1px #777;
}
.txt-shadow-2-hex-c3 {
    text-shadow: 2px 2px 2px #777;
}
.txt-shadow-2-hex-c3h:hover {
    text-shadow: 2px 2px 2px #777;
}
.txt-shadow-3-hex-c3 {
    text-shadow: 3px 3px 6px #777;
}
.txt-shadow-3-hex-c3h:hover {
    text-shadow: 3px 3px 6px #777;
}
.txt-shadow-4-hex-c3 {
    text-shadow: -1px -1px 2px #777;
}
.txt-shadow-4-hex-c3h:hover {
    text-shadow: -1px -1px 2px #777;
}
.txt-shadow-5-hex-c3 {
    text-shadow: -2px -2px 6px #777;
}
.txt-shadow-5-hex-c3h:hover {
    text-shadow: -2px -2px 6px #777;
}
.txt-shadow-0-rgba-full-c3 {
    text-shadow: 0 0 0 #777;
}
.txt-shadow-0-rgba-full-c3h:hover {
    text-shadow: 0 0 0 #777;
}
.txt-shadow-1-rgba-full-c3 {
    text-shadow: 1px 1px 1px #777;
}
.txt-shadow-1-rgba-full-c3h:hover {
    text-shadow: 1px 1px 1px #777;
}
.txt-shadow-2-rgba-full-c3 {
    text-shadow: 2px 2px 2px #777;
}
.txt-shadow-2-rgba-full-c3h:hover {
    text-shadow: 2px 2px 2px #777;
}
.txt-shadow-3-rgba-full-c3 {
    text-shadow: 3px 3px 6px #777;
}
.txt-shadow-3-rgba-full-c3h:hover {
    text-shadow: 3px 3px 6px #777;
}
.txt-shadow-4-rgba-full-c3 {
    text-shadow: -1px -1px 2px #777;
}
.txt-shadow-4-rgba-full-c3h:hover {
    text-shadow: -1px -1px 2px #777;
}
.txt-shadow-5-rgba-full-c3 {
    text-shadow: -2px -2px 6px #777;
}
.txt-shadow-5-rgba-full-c3h:hover {
    text-shadow: -2px -2px 6px #777;
}
.txt-shadow-0-rgba-three-quarter-c3 {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c3h:hover {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c3 {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c3h:hover {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c3 {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c3h:hover {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c3 {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c3h:hover {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c3 {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c3h:hover {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c3 {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c3h:hover {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.75);
}
.txt-shadow-0-rgba-half-c3 {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.5);
}
.txt-shadow-0-rgba-half-c3h:hover {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.5);
}
.txt-shadow-1-rgba-half-c3 {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.5);
}
.txt-shadow-1-rgba-half-c3h:hover {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.5);
}
.txt-shadow-2-rgba-half-c3 {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.5);
}
.txt-shadow-2-rgba-half-c3h:hover {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.5);
}
.txt-shadow-3-rgba-half-c3 {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.5);
}
.txt-shadow-3-rgba-half-c3h:hover {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.5);
}
.txt-shadow-4-rgba-half-c3 {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.5);
}
.txt-shadow-4-rgba-half-c3h:hover {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.5);
}
.txt-shadow-5-rgba-half-c3 {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.5);
}
.txt-shadow-5-rgba-half-c3h:hover {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.5);
}
.txt-shadow-0-rgba-quarter-c3 {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.25);
}
.txt-shadow-0-rgba-quarter-c3h:hover {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.25);
}
.txt-shadow-1-rgba-quarter-c3 {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.25);
}
.txt-shadow-1-rgba-quarter-c3h:hover {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.25);
}
.txt-shadow-2-rgba-quarter-c3 {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.25);
}
.txt-shadow-2-rgba-quarter-c3h:hover {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.25);
}
.txt-shadow-3-rgba-quarter-c3 {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.25);
}
.txt-shadow-3-rgba-quarter-c3h:hover {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.25);
}
.txt-shadow-4-rgba-quarter-c3 {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.25);
}
.txt-shadow-4-rgba-quarter-c3h:hover {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.25);
}
.txt-shadow-5-rgba-quarter-c3 {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.25);
}
.txt-shadow-5-rgba-quarter-c3h:hover {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c3 {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c3h:hover {
    text-shadow: 0 0 0 rgba(119, 119, 119, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c3 {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c3h:hover {
    text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c3 {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c3h:hover {
    text-shadow: 2px 2px 2px rgba(119, 119, 119, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c3 {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c3h:hover {
    text-shadow: 3px 3px 6px rgba(119, 119, 119, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c3 {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c3h:hover {
    text-shadow: -1px -1px 2px rgba(119, 119, 119, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c3 {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c3h:hover {
    text-shadow: -2px -2px 6px rgba(119, 119, 119, 0.125);
}
.bg-color-hex-c3 {
    background-color: #777;
}
.bg-color-hex-c3h:hover {
    background-color: #777;
}
.bg-color-rgba-full-c3 {
    background-color: #777;
}
.bg-color-rgba-full-c3h:hover {
    background-color: #777;
}
.bg-color-rgba-three-quarter-c3 {
    background-color: rgba(119, 119, 119, 0.75);
}
.bg-color-rgba-three-quarter-c3h:hover {
    background-color: rgba(119, 119, 119, 0.75);
}
.bg-color-rgba-half-c3 {
    background-color: rgba(119, 119, 119, 0.5);
}
.bg-color-rgba-half-c3h:hover {
    background-color: rgba(119, 119, 119, 0.5);
}
.bg-color-rgba-quarter-c3 {
    background-color: rgba(119, 119, 119, 0.25);
}
.bg-color-rgba-quarter-c3h:hover {
    background-color: rgba(119, 119, 119, 0.25);
}
.bg-color-rgba-half-quarter-c3 {
    background-color: rgba(119, 119, 119, 0.125);
}
.bg-color-rgba-half-quarter-c3h:hover {
    background-color: rgba(119, 119, 119, 0.125);
}
.border-color-hex-c3 {
    border-color: #777;
}
.border-color-hex-c3h:hover {
    border-color: #777;
}
.border-color-rgba-full-c3 {
    border-color: #777;
}
.border-color-rgba-full-c3h:hover {
    border-color: #777;
}
.border-color-rgba-three-quarter-c3 {
    border-color: rgba(119, 119, 119, 0.75);
}
.border-color-rgba-three-quarter-c3h:hover {
    border-color: rgba(119, 119, 119, 0.75);
}
.border-color-half-c3 {
    border-color: rgba(119, 119, 119, 0.5);
}
.border-color-half-c3h:hover {
    border-color: rgba(119, 119, 119, 0.5);
}
.border-color-quarter-c3 {
    border-color: rgba(119, 119, 119, 0.25);
}
.border-color-quarter-c3h:hover {
    border-color: rgba(119, 119, 119, 0.25);
}
.border-color-half-quarter-c3 {
    border-color: rgba(119, 119, 119, 0.125);
}
.border-color-half-quarter-c3h:hover {
    border-color: rgba(119, 119, 119, 0.125);
}
.color-hex-c4 {
    color: #fff;
}
.color-hex-c4h:hover {
    color: #fff;
}
.color-rgba-full-c4 {
    color: #fff;
}
.color-rgba-full-c4h:hover {
    color: #fff;
}
.color-rgba-three-quarter-c4 {
    color: rgba(255, 255, 255, 0.75);
}
.color-rgba-three-quarter-c4h:hover {
    color: rgba(255, 255, 255, 0.75);
}
.color-rgba-half-c4 {
    color: rgba(255, 255, 255, 0.5);
}
.color-rgba-half-c4h:hover {
    color: rgba(255, 255, 255, 0.5);
}
.color-rgba-quarter-c4 {
    color: rgba(255, 255, 255, 0.25);
}
.color-rgba-quarter-c4h:hover {
    color: rgba(255, 255, 255, 0.25);
}
.color-rgba-half-quarter-c4 {
    color: rgba(255, 255, 255, 0.125);
}
.color-rgba-half-quarter-c4h:hover {
    color: rgba(255, 255, 255, 0.125);
}
.txt-shadow-0-hex-c4 {
    text-shadow: 0 0 0 #fff;
}
.txt-shadow-0-hex-c4h:hover {
    text-shadow: 0 0 0 #fff;
}
.txt-shadow-1-hex-c4 {
    text-shadow: 1px 1px 1px #fff;
}
.txt-shadow-1-hex-c4h:hover {
    text-shadow: 1px 1px 1px #fff;
}
.txt-shadow-2-hex-c4 {
    text-shadow: 2px 2px 2px #fff;
}
.txt-shadow-2-hex-c4h:hover {
    text-shadow: 2px 2px 2px #fff;
}
.txt-shadow-3-hex-c4 {
    text-shadow: 3px 3px 6px #fff;
}
.txt-shadow-3-hex-c4h:hover {
    text-shadow: 3px 3px 6px #fff;
}
.txt-shadow-4-hex-c4 {
    text-shadow: -1px -1px 2px #fff;
}
.txt-shadow-4-hex-c4h:hover {
    text-shadow: -1px -1px 2px #fff;
}
.txt-shadow-5-hex-c4 {
    text-shadow: -2px -2px 6px #fff;
}
.txt-shadow-5-hex-c4h:hover {
    text-shadow: -2px -2px 6px #fff;
}
.txt-shadow-0-rgba-full-c4 {
    text-shadow: 0 0 0 #fff;
}
.txt-shadow-0-rgba-full-c4h:hover {
    text-shadow: 0 0 0 #fff;
}
.txt-shadow-1-rgba-full-c4 {
    text-shadow: 1px 1px 1px #fff;
}
.txt-shadow-1-rgba-full-c4h:hover {
    text-shadow: 1px 1px 1px #fff;
}
.txt-shadow-2-rgba-full-c4 {
    text-shadow: 2px 2px 2px #fff;
}
.txt-shadow-2-rgba-full-c4h:hover {
    text-shadow: 2px 2px 2px #fff;
}
.txt-shadow-3-rgba-full-c4 {
    text-shadow: 3px 3px 6px #fff;
}
.txt-shadow-3-rgba-full-c4h:hover {
    text-shadow: 3px 3px 6px #fff;
}
.txt-shadow-4-rgba-full-c4 {
    text-shadow: -1px -1px 2px #fff;
}
.txt-shadow-4-rgba-full-c4h:hover {
    text-shadow: -1px -1px 2px #fff;
}
.txt-shadow-5-rgba-full-c4 {
    text-shadow: -2px -2px 6px #fff;
}
.txt-shadow-5-rgba-full-c4h:hover {
    text-shadow: -2px -2px 6px #fff;
}
.txt-shadow-0-rgba-three-quarter-c4 {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c4h:hover {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c4 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c4h:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c4 {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c4h:hover {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c4 {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c4h:hover {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c4 {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c4h:hover {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c4 {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c4h:hover {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.75);
}
.txt-shadow-0-rgba-half-c4 {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.txt-shadow-0-rgba-half-c4h:hover {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.txt-shadow-1-rgba-half-c4 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.txt-shadow-1-rgba-half-c4h:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.txt-shadow-2-rgba-half-c4 {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}
.txt-shadow-2-rgba-half-c4h:hover {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}
.txt-shadow-3-rgba-half-c4 {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.5);
}
.txt-shadow-3-rgba-half-c4h:hover {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.5);
}
.txt-shadow-4-rgba-half-c4 {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5);
}
.txt-shadow-4-rgba-half-c4h:hover {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5);
}
.txt-shadow-5-rgba-half-c4 {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.5);
}
.txt-shadow-5-rgba-half-c4h:hover {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.5);
}
.txt-shadow-0-rgba-quarter-c4 {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.25);
}
.txt-shadow-0-rgba-quarter-c4h:hover {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.25);
}
.txt-shadow-1-rgba-quarter-c4 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}
.txt-shadow-1-rgba-quarter-c4h:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}
.txt-shadow-2-rgba-quarter-c4 {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}
.txt-shadow-2-rgba-quarter-c4h:hover {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}
.txt-shadow-3-rgba-quarter-c4 {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.25);
}
.txt-shadow-3-rgba-quarter-c4h:hover {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.25);
}
.txt-shadow-4-rgba-quarter-c4 {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.25);
}
.txt-shadow-4-rgba-quarter-c4h:hover {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.25);
}
.txt-shadow-5-rgba-quarter-c4 {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.25);
}
.txt-shadow-5-rgba-quarter-c4h:hover {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c4 {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c4h:hover {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c4 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c4h:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c4 {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c4h:hover {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c4 {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c4h:hover {
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c4 {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c4h:hover {
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c4 {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c4h:hover {
    text-shadow: -2px -2px 6px rgba(255, 255, 255, 0.125);
}
.bg-color-hex-c4 {
    background-color: #fff;
}
.bg-color-rgba-full-c4h:hover {
    background-color: #fff;
}
.bg-color-rgba-full-c4 {
    background-color: #fff;
}
.bg-color-rgba-full-c4h:hover {
    background-color: #fff;
}
.bg-color-rgba-three-quarter-c4 {
    background-color: rgba(255, 255, 255, 0.75);
}
.bg-color-rgba-three-quarter-c4h:hover {
    background-color: rgba(255, 255, 255, 0.75);
}
.bg-color-rgba-half-c4 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-color-rgba-half-c4h:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-color-rgba-quarter-c4 {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-color-rgba-quarter-c4h:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-color-rgba-half-quarter-c4 {
    background-color: rgba(255, 255, 255, 0.125);
}
.bg-color-rgba-half-quarter-c4h:hover {
    background-color: rgba(255, 255, 255, 0.125);
}
.border-color-hex-c4 {
    border-color: #fff;
}
.border-color-rgba-full-c4h:hover {
    border-color: #fff;
}
.border-color-rgba-full-c4 {
    border-color: #fff;
}
.border-color-rgba-full-c4h:hover {
    border-color: #fff;
}
.border-color-rgba-three-quarter-c4 {
    border-color: rgba(255, 255, 255, 0.75);
}
.border-color-rgba-three-quarter-c4h:hover {
    border-color: rgba(255, 255, 255, 0.75);
}
.border-color-half-c4 {
    border-color: rgba(255, 255, 255, 0.5);
}
.border-color-half-c4h:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.border-color-quarter-c4 {
    border-color: rgba(255, 255, 255, 0.25);
}
.border-color-quarter-c4h:hover {
    border-color: rgba(255, 255, 255, 0.25);
}
.border-color-half-quarter-c4 {
    border-color: rgba(255, 255, 255, 0.125);
}
.border-color-half-quarter-c4h:hover {
    border-color: rgba(255, 255, 255, 0.125);
}
.color-hex-c5 {
    color: #f4f4f4;
}
.color-hex-c5h:hover {
    color: #f4f4f4;
}
.color-rgba-full-c5 {
    color: #f4f4f4;
}
.color-rgba-full-c5h:hover {
    color: #f4f4f4;
}
.color-rgba-three-quarter-c5 {
    color: rgba(244, 244, 244, 0.75);
}
.color-rgba-three-quarter-c5h:hover {
    color: rgba(244, 244, 244, 0.75);
}
.color-rgba-half-c5 {
    color: rgba(244, 244, 244, 0.5);
}
.color-rgba-half-c5h:hover {
    color: rgba(244, 244, 244, 0.5);
}
.color-rgba-quarter-c5 {
    color: rgba(244, 244, 244, 0.25);
}
.color-rgba-quarter-c5h:hover {
    color: rgba(244, 244, 244, 0.25);
}
.color-rgba-half-quarter-c5 {
    color: rgba(244, 244, 244, 0.125);
}
.color-rgba-half-quarter-c5h:hover {
    color: rgba(244, 244, 244, 0.125);
}
.txt-shadow-0-hex-c5 {
    text-shadow: 0 0 0 #f4f4f4;
}
.txt-shadow-0-hex-c5h:hover {
    text-shadow: 0 0 0 #f4f4f4;
}
.txt-shadow-1-hex-c5 {
    text-shadow: 1px 1px 1px #f4f4f4;
}
.txt-shadow-1-hex-c5h:hover {
    text-shadow: 1px 1px 1px #f4f4f4;
}
.txt-shadow-2-hex-c5 {
    text-shadow: 2px 2px 2px #f4f4f4;
}
.txt-shadow-2-hex-c5h:hover {
    text-shadow: 2px 2px 2px #f4f4f4;
}
.txt-shadow-3-hex-c5 {
    text-shadow: 3px 3px 6px #f4f4f4;
}
.txt-shadow-3-hex-c5h:hover {
    text-shadow: 3px 3px 6px #f4f4f4;
}
.txt-shadow-4-hex-c5 {
    text-shadow: -1px -1px 2px #f4f4f4;
}
.txt-shadow-4-hex-c5h:hover {
    text-shadow: -1px -1px 2px #f4f4f4;
}
.txt-shadow-5-hex-c5 {
    text-shadow: -2px -2px 6px #f4f4f4;
}
.txt-shadow-5-hex-c5h:hover {
    text-shadow: -2px -2px 6px #f4f4f4;
}
.txt-shadow-0-rgba-full-c5 {
    text-shadow: 0 0 0 #f4f4f4;
}
.txt-shadow-0-rgba-full-c5h:hover {
    text-shadow: 0 0 0 #f4f4f4;
}
.txt-shadow-1-rgba-full-c5 {
    text-shadow: 1px 1px 1px #f4f4f4;
}
.txt-shadow-1-rgba-full-c5h:hover {
    text-shadow: 1px 1px 1px #f4f4f4;
}
.txt-shadow-2-rgba-full-c5 {
    text-shadow: 2px 2px 2px #f4f4f4;
}
.txt-shadow-2-rgba-full-c5h:hover {
    text-shadow: 2px 2px 2px #f4f4f4;
}
.txt-shadow-3-rgba-full-c5 {
    text-shadow: 3px 3px 6px #f4f4f4;
}
.txt-shadow-3-rgba-full-c5h:hover {
    text-shadow: 3px 3px 6px #f4f4f4;
}
.txt-shadow-4-rgba-full-c5 {
    text-shadow: -1px -1px 2px #f4f4f4;
}
.txt-shadow-4-rgba-full-c5h:hover {
    text-shadow: -1px -1px 2px #f4f4f4;
}
.txt-shadow-5-rgba-full-c5 {
    text-shadow: -2px -2px 6px #f4f4f4;
}
.txt-shadow-5-rgba-full-c5h:hover {
    text-shadow: -2px -2px 6px #f4f4f4;
}
.txt-shadow-0-rgba-three-quarter-c5 {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c5h:hover {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c5 {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c5h:hover {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c5 {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c5h:hover {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c5 {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c5h:hover {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c5 {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c5h:hover {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c5 {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c5h:hover {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.75);
}
.txt-shadow-0-rgba-half-c5 {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.5);
}
.txt-shadow-0-rgba-half-c5h:hover {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.5);
}
.txt-shadow-1-rgba-half-c5 {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.5);
}
.txt-shadow-1-rgba-half-c5h:hover {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.5);
}
.txt-shadow-2-rgba-half-c5 {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.5);
}
.txt-shadow-2-rgba-half-c5h:hover {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.5);
}
.txt-shadow-3-rgba-half-c5 {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.5);
}
.txt-shadow-3-rgba-half-c5h:hover {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.5);
}
.txt-shadow-4-rgba-half-c5 {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.5);
}
.txt-shadow-4-rgba-half-c5h:hover {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.5);
}
.txt-shadow-5-rgba-half-c5 {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.5);
}
.txt-shadow-5-rgba-half-c5h:hover {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.5);
}
.txt-shadow-0-rgba-quarter-c5 {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.25);
}
.txt-shadow-0-rgba-quarter-c5h:hover {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.25);
}
.txt-shadow-1-rgba-quarter-c5 {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.25);
}
.txt-shadow-1-rgba-quarter-c5h:hover {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.25);
}
.txt-shadow-2-rgba-quarter-c5 {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.25);
}
.txt-shadow-2-rgba-quarter-c5h:hover {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.25);
}
.txt-shadow-3-rgba-quarter-c5 {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.25);
}
.txt-shadow-3-rgba-quarter-c5h:hover {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.25);
}
.txt-shadow-4-rgba-quarter-c5 {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.25);
}
.txt-shadow-4-rgba-quarter-c5h:hover {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.25);
}
.txt-shadow-5-rgba-quarter-c5 {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.25);
}
.txt-shadow-5-rgba-quarter-c5h:hover {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c5 {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c5h:hover {
    text-shadow: 0 0 0 rgba(244, 244, 244, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c5 {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c5h:hover {
    text-shadow: 1px 1px 1px rgba(244, 244, 244, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c5 {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c5h:hover {
    text-shadow: 2px 2px 2px rgba(244, 244, 244, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c5 {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c5h:hover {
    text-shadow: 3px 3px 6px rgba(244, 244, 244, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c5 {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c5h:hover {
    text-shadow: -1px -1px 2px rgba(244, 244, 244, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c5 {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c5h:hover {
    text-shadow: -2px -2px 6px rgba(244, 244, 244, 0.125);
}
.bg-color-hex-c5 {
    background-color: #f4f4f4;
}
.bg-color-hex-c5h:hover {
    background-color: #f4f4f4;
}
.bg-color-rgba-full-c5 {
    background-color: #f4f4f4;
}
.bg-color-rgba-full-c5h:hover {
    background-color: #f4f4f4;
}
.bg-color-rgba-three-quarter-c5 {
    background-color: rgba(244, 244, 244, 0.75);
}
.bg-color-rgba-three-quarter-c5h:hover {
    background-color: rgba(244, 244, 244, 0.75);
}
.bg-color-rgba-half-c5 {
    background-color: rgba(244, 244, 244, 0.5);
}
.bg-color-rgba-half-c5h:hover {
    background-color: rgba(244, 244, 244, 0.5);
}
.bg-color-rgba-quarter-c5 {
    background-color: rgba(244, 244, 244, 0.25);
}
.bg-color-rgba-quarter-c5h:hover {
    background-color: rgba(244, 244, 244, 0.25);
}
.bg-color-rgba-half-quarter-c5 {
    background-color: rgba(244, 244, 244, 0.125);
}
.bg-color-rgba-half-quarter-c5h:hover {
    background-color: rgba(244, 244, 244, 0.125);
}
.border-color-hex-c5 {
    border-color: #f4f4f4;
}
.border-color-hex-c5h:hover {
    border-color: #f4f4f4;
}
.border-color-rgba-full-c5 {
    border-color: #f4f4f4;
}
.border-color-rgba-full-c5h:hover {
    border-color: #f4f4f4;
}
.border-color-rgba-three-quarter-c5 {
    border-color: rgba(244, 244, 244, 0.75);
}
.border-color-rgba-three-quarter-c5h:hover {
    border-color: rgba(244, 244, 244, 0.75);
}
.border-color-half-c5 {
    border-color: rgba(244, 244, 244, 0.5);
}
.border-color-half-c5h:hover {
    border-color: rgba(244, 244, 244, 0.5);
}
.border-color-quarter-c5 {
    border-color: rgba(244, 244, 244, 0.25);
}
.border-color-quarter-c5h:hover {
    border-color: rgba(244, 244, 244, 0.25);
}
.border-color-half-quarter-c5 {
    border-color: rgba(244, 244, 244, 0.125);
}
.border-color-half-quarter-c5h:hover {
    border-color: rgba(244, 244, 244, 0.125);
}
.color-hex-c6 {
    color: #ddf5f1;
}
.color-hex-c6h:hover {
    color: #ddf5f1;
}
.color-rgba-full-c6 {
    color: #ddf5f1;
}
.color-rgba-full-c6h:hover {
    color: #ddf5f1;
}
.color-rgba-three-quarter-c6 {
    color: rgba(221, 245, 241, 0.75);
}
.color-rgba-three-quarter-c6h:hover {
    color: rgba(221, 245, 241, 0.75);
}
.color-rgba-half-c6 {
    color: rgba(221, 245, 241, 0.5);
}
.color-rgba-half-c6h:hover {
    color: rgba(221, 245, 241, 0.5);
}
.color-rgba-quarter-c6 {
    color: rgba(221, 245, 241, 0.25);
}
.color-rgba-quarter-c6h:hover {
    color: rgba(221, 245, 241, 0.25);
}
.color-rgba-half-quarter-c6 {
    color: rgba(221, 245, 241, 0.125);
}
.color-rgba-half-quarter-c6h:hover {
    color: rgba(221, 245, 241, 0.125);
}
.txt-shadow-0-hex-c6 {
    text-shadow: 0 0 0 #ddf5f1;
}
.txt-shadow-0-hex-c6h:hover {
    text-shadow: 0 0 0 #ddf5f1;
}
.txt-shadow-1-hex-c6 {
    text-shadow: 1px 1px 1px #ddf5f1;
}
.txt-shadow-1-hex-c6h:hover {
    text-shadow: 1px 1px 1px #ddf5f1;
}
.txt-shadow-2-hex-c6 {
    text-shadow: 2px 2px 2px #ddf5f1;
}
.txt-shadow-2-hex-c6h:hover {
    text-shadow: 2px 2px 2px #ddf5f1;
}
.txt-shadow-3-hex-c6 {
    text-shadow: 3px 3px 6px #ddf5f1;
}
.txt-shadow-3-hex-c6h:hover {
    text-shadow: 3px 3px 6px #ddf5f1;
}
.txt-shadow-4-hex-c6 {
    text-shadow: -1px -1px 2px #ddf5f1;
}
.txt-shadow-4-hex-c6h:hover {
    text-shadow: -1px -1px 2px #ddf5f1;
}
.txt-shadow-5-hex-c6 {
    text-shadow: -2px -2px 6px #ddf5f1;
}
.txt-shadow-5-hex-c6h:hover {
    text-shadow: -2px -2px 6px #ddf5f1;
}
.txt-shadow-0-rgba-full-c6 {
    text-shadow: 0 0 0 #ddf5f1;
}
.txt-shadow-0-rgba-full-c6h:hover {
    text-shadow: 0 0 0 #ddf5f1;
}
.txt-shadow-1-rgba-full-c6 {
    text-shadow: 1px 1px 1px #ddf5f1;
}
.txt-shadow-1-rgba-full-c6h:hover {
    text-shadow: 1px 1px 1px #ddf5f1;
}
.txt-shadow-2-rgba-full-c6 {
    text-shadow: 2px 2px 2px #ddf5f1;
}
.txt-shadow-2-rgba-full-c6h:hover {
    text-shadow: 2px 2px 2px #ddf5f1;
}
.txt-shadow-3-rgba-full-c6 {
    text-shadow: 3px 3px 6px #ddf5f1;
}
.txt-shadow-3-rgba-full-c6h:hover {
    text-shadow: 3px 3px 6px #ddf5f1;
}
.txt-shadow-4-rgba-full-c6 {
    text-shadow: -1px -1px 2px #ddf5f1;
}
.txt-shadow-4-rgba-full-c6h:hover {
    text-shadow: -1px -1px 2px #ddf5f1;
}
.txt-shadow-5-rgba-full-c6 {
    text-shadow: -2px -2px 6px #ddf5f1;
}
.txt-shadow-5-rgba-full-c6h:hover {
    text-shadow: -2px -2px 6px #ddf5f1;
}
.txt-shadow-0-rgba-three-quarter-c6 {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c6h:hover {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c6 {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c6h:hover {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c6 {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c6h:hover {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c6 {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c6h:hover {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c6 {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c6h:hover {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c6 {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c6h:hover {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.75);
}
.txt-shadow-0-rgba-half-c6 {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.5);
}
.txt-shadow-0-rgba-half-c6h:hover {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.5);
}
.txt-shadow-1-rgba-half-c6 {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.5);
}
.txt-shadow-1-rgba-half-c6h:hover {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.5);
}
.txt-shadow-2-rgba-half-c6 {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.5);
}
.txt-shadow-2-rgba-half-c6h:hover {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.5);
}
.txt-shadow-3-rgba-half-c6 {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.5);
}
.txt-shadow-3-rgba-half-c6h:hover {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.5);
}
.txt-shadow-4-rgba-half-c6 {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.5);
}
.txt-shadow-4-rgba-half-c6h:hover {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.5);
}
.txt-shadow-5-rgba-half-c6 {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.5);
}
.txt-shadow-5-rgba-half-c6h:hover {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.5);
}
.txt-shadow-0-rgba-quarter-c6 {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.25);
}
.txt-shadow-0-rgba-quarter-c6h:hover {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.25);
}
.txt-shadow-1-rgba-quarter-c6 {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.25);
}
.txt-shadow-1-rgba-quarter-c6h:hover {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.25);
}
.txt-shadow-2-rgba-quarter-c6 {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.25);
}
.txt-shadow-2-rgba-quarter-c6h:hover {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.25);
}
.txt-shadow-3-rgba-quarter-c6 {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.25);
}
.txt-shadow-3-rgba-quarter-c6h:hover {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.25);
}
.txt-shadow-4-rgba-quarter-c6 {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.25);
}
.txt-shadow-4-rgba-quarter-c6h:hover {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.25);
}
.txt-shadow-5-rgba-quarter-c6 {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.25);
}
.txt-shadow-5-rgba-quarter-c6h:hover {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c6 {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c6h:hover {
    text-shadow: 0 0 0 rgba(221, 245, 241, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c6 {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c6h:hover {
    text-shadow: 1px 1px 1px rgba(221, 245, 241, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c6 {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c6h:hover {
    text-shadow: 2px 2px 2px rgba(221, 245, 241, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c6 {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c6h:hover {
    text-shadow: 3px 3px 6px rgba(221, 245, 241, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c6 {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c6h:hover {
    text-shadow: -1px -1px 2px rgba(221, 245, 241, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c6 {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c6h:hover {
    text-shadow: -2px -2px 6px rgba(221, 245, 241, 0.125);
}
.bg-color-hex-c6 {
    background-color: #ddf5f1;
}
.bg-color-hex-c6h:hover {
    background-color: #ddf5f1;
}
.bg-color-rgba-full-c6 {
    background-color: #ddf5f1;
}
.bg-color-rgba-full-c6h:hover {
    background-color: #ddf5f1;
}
.bg-color-rgba-three-quarter-c6 {
    background-color: rgba(221, 245, 241, 0.75);
}
.bg-color-rgba-three-quarter-c6h:hover {
    background-color: rgba(221, 245, 241, 0.75);
}
.bg-color-rgba-half-c6 {
    background-color: rgba(221, 245, 241, 0.5);
}
.bg-color-rgba-half-c6h:hover {
    background-color: rgba(221, 245, 241, 0.5);
}
.bg-color-rgba-quarter-c6 {
    background-color: rgba(221, 245, 241, 0.25);
}
.bg-color-rgba-quarter-c6h:hover {
    background-color: rgba(221, 245, 241, 0.25);
}
.bg-color-rgba-half-quarter-c6 {
    background-color: rgba(221, 245, 241, 0.125);
}
.bg-color-rgba-half-quarter-c6h:hover {
    background-color: rgba(221, 245, 241, 0.125);
}
.border-color-hex-c6 {
    border-color: #ddf5f1;
}
.border-color-hex-c6h:hover {
    border-color: #ddf5f1;
}
.border-color-rgba-full-c6 {
    border-color: #ddf5f1;
}
.border-color-rgba-full-c6h:hover {
    border-color: #ddf5f1;
}
.border-color-rgba-three-quarter-c6 {
    border-color: rgba(221, 245, 241, 0.75);
}
.border-color-rgba-three-quarter-c6h:hover {
    border-color: rgba(221, 245, 241, 0.75);
}
.border-color-half-c6 {
    border-color: rgba(221, 245, 241, 0.5);
}
.border-color-half-c6h:hover {
    border-color: rgba(221, 245, 241, 0.5);
}
.border-color-quarter-c6 {
    border-color: rgba(221, 245, 241, 0.25);
}
.border-color-quarter-c6h:hover {
    border-color: rgba(221, 245, 241, 0.25);
}
.border-color-half-quarter-c6 {
    border-color: rgba(221, 245, 241, 0.125);
}
.border-color-half-quarter-c6h:hover {
    border-color: rgba(221, 245, 241, 0.125);
}
.color-hex-c7 {
    color: #cec73e;
}
.color-hex-c7h:hover {
    color: #cec73e;
}
.color-rgba-full-c7 {
    color: #cec73e;
}
.color-rgba-full-c7h:hover {
    color: #cec73e;
}
.color-rgba-three-quarter-c7 {
    color: rgba(206, 199, 62, 0.75);
}
.color-rgba-three-quarter-c7h:hover {
    color: rgba(206, 199, 62, 0.75);
}
.color-rgba-half-c7 {
    color: rgba(206, 199, 62, 0.5);
}
.color-rgba-half-c7h:hover {
    color: rgba(206, 199, 62, 0.5);
}
.color-rgba-quarter-c7 {
    color: rgba(206, 199, 62, 0.25);
}
.color-rgba-quarter-c7h:hover {
    color: rgba(206, 199, 62, 0.25);
}
.color-rgba-half-quarter-c7 {
    color: rgba(206, 199, 62, 0.125);
}
.color-rgba-half-quarter-c7h:hover {
    color: rgba(206, 199, 62, 0.125);
}
.txt-shadow-0-hex-c7 {
    text-shadow: 0 0 0 #cec73e;
}
.txt-shadow-0-hex-c7h:hover {
    text-shadow: 0 0 0 #cec73e;
}
.txt-shadow-1-hex-c7 {
    text-shadow: 1px 1px 1px #cec73e;
}
.txt-shadow-1-hex-c7h:hover {
    text-shadow: 1px 1px 1px #cec73e;
}
.txt-shadow-2-hex-c7 {
    text-shadow: 2px 2px 2px #cec73e;
}
.txt-shadow-2-hex-c7h:hover {
    text-shadow: 2px 2px 2px #cec73e;
}
.txt-shadow-3-hex-c7 {
    text-shadow: 3px 3px 6px #cec73e;
}
.txt-shadow-3-hex-c7h:hover {
    text-shadow: 3px 3px 6px #cec73e;
}
.txt-shadow-4-hex-c7 {
    text-shadow: -1px -1px 2px #cec73e;
}
.txt-shadow-4-hex-c7h:hover {
    text-shadow: -1px -1px 2px #cec73e;
}
.txt-shadow-5-hex-c7 {
    text-shadow: -2px -2px 6px #cec73e;
}
.txt-shadow-5-hex-c7h:hover {
    text-shadow: -2px -2px 6px #cec73e;
}
.txt-shadow-0-rgba-full-c7 {
    text-shadow: 0 0 0 #cec73e;
}
.txt-shadow-0-rgba-full-c7h:hover {
    text-shadow: 0 0 0 #cec73e;
}
.txt-shadow-1-rgba-full-c7 {
    text-shadow: 1px 1px 1px #cec73e;
}
.txt-shadow-1-rgba-full-c7h:hover {
    text-shadow: 1px 1px 1px #cec73e;
}
.txt-shadow-2-rgba-full-c7 {
    text-shadow: 2px 2px 2px #cec73e;
}
.txt-shadow-2-rgba-full-c7h:hover {
    text-shadow: 2px 2px 2px #cec73e;
}
.txt-shadow-3-rgba-full-c7 {
    text-shadow: 3px 3px 6px #cec73e;
}
.txt-shadow-3-rgba-full-c7h:hover {
    text-shadow: 3px 3px 6px #cec73e;
}
.txt-shadow-4-rgba-full-c7 {
    text-shadow: -1px -1px 2px #cec73e;
}
.txt-shadow-4-rgba-full-c7h:hover {
    text-shadow: -1px -1px 2px #cec73e;
}
.txt-shadow-5-rgba-full-c7 {
    text-shadow: -2px -2px 6px #cec73e;
}
.txt-shadow-5-rgba-full-c7h:hover {
    text-shadow: -2px -2px 6px #cec73e;
}
.txt-shadow-0-rgba-three-quarter-c7 {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c7h:hover {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c7 {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c7h:hover {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c7 {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c7h:hover {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c7 {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c7h:hover {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c7 {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c7h:hover {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c7 {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c7h:hover {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.75);
}
.txt-shadow-0-rgba-half-c7 {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.5);
}
.txt-shadow-0-rgba-half-c7h:hover {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.5);
}
.txt-shadow-1-rgba-half-c7 {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.5);
}
.txt-shadow-1-rgba-half-c7h:hover {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.5);
}
.txt-shadow-2-rgba-half-c7 {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.5);
}
.txt-shadow-2-rgba-half-c7h:hover {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.5);
}
.txt-shadow-3-rgba-half-c7 {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.5);
}
.txt-shadow-3-rgba-half-c7h:hover {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.5);
}
.txt-shadow-4-rgba-half-c7 {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.5);
}
.txt-shadow-4-rgba-half-c7h:hover {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.5);
}
.txt-shadow-5-rgba-half-c7 {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.5);
}
.txt-shadow-5-rgba-half-c7h:hover {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.5);
}
.txt-shadow-0-rgba-quarter-c7 {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.25);
}
.txt-shadow-0-rgba-quarter-c7h:hover {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.25);
}
.txt-shadow-1-rgba-quarter-c7 {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.25);
}
.txt-shadow-1-rgba-quarter-c7h:hover {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.25);
}
.txt-shadow-2-rgba-quarter-c7 {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.25);
}
.txt-shadow-2-rgba-quarter-c7h:hover {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.25);
}
.txt-shadow-3-rgba-quarter-c7 {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.25);
}
.txt-shadow-3-rgba-quarter-c7h:hover {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.25);
}
.txt-shadow-4-rgba-quarter-c7 {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.25);
}
.txt-shadow-4-rgba-quarter-c7h:hover {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.25);
}
.txt-shadow-5-rgba-quarter-c7 {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.25);
}
.txt-shadow-5-rgba-quarter-c7h:hover {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c7 {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c7h:hover {
    text-shadow: 0 0 0 rgba(206, 199, 62, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c7 {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c7h:hover {
    text-shadow: 1px 1px 1px rgba(206, 199, 62, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c7 {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c7h:hover {
    text-shadow: 2px 2px 2px rgba(206, 199, 62, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c7 {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c7h:hover {
    text-shadow: 3px 3px 6px rgba(206, 199, 62, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c7 {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c7h:hover {
    text-shadow: -1px -1px 2px rgba(206, 199, 62, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c7 {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c7h:hover {
    text-shadow: -2px -2px 6px rgba(206, 199, 62, 0.125);
}
.bg-color-hex-c7 {
    background-color: #cec73e;
}
.bg-color-hex-c7h:hover {
    background-color: #cec73e;
}
.bg-color-rgba-full-c7 {
    background-color: #cec73e;
}
.bg-color-rgba-full-c7h:hover {
    background-color: #cec73e;
}
.bg-color-rgba-three-quarter-c7 {
    background-color: rgba(206, 199, 62, 0.75);
}
.bg-color-rgba-three-quarter-c7h:hover {
    background-color: rgba(206, 199, 62, 0.75);
}
.bg-color-rgba-half-c7 {
    background-color: rgba(206, 199, 62, 0.5);
}
.bg-color-rgba-half-c7h:hover {
    background-color: rgba(206, 199, 62, 0.5);
}
.bg-color-rgba-quarter-c7 {
    background-color: rgba(206, 199, 62, 0.25);
}
.bg-color-rgba-quarter-c7h:hover {
    background-color: rgba(206, 199, 62, 0.25);
}
.bg-color-rgba-half-quarter-c7 {
    background-color: rgba(206, 199, 62, 0.125);
}
.bg-color-rgba-half-quarter-c7h:hover {
    background-color: rgba(206, 199, 62, 0.125);
}
.border-color-hex-c7 {
    border-color: #cec73e;
}
.border-color-hex-c7h:hover {
    border-color: #cec73e;
}
.border-color-rgba-full-c7 {
    border-color: #cec73e;
}
.border-color-rgba-full-c7h:hover {
    border-color: #cec73e;
}
.border-color-rgba-three-quarter-c7 {
    border-color: rgba(206, 199, 62, 0.75);
}
.border-color-rgba-three-quarter-c7h:hover {
    border-color: rgba(206, 199, 62, 0.75);
}
.border-color-half-c7 {
    border-color: rgba(206, 199, 62, 0.5);
}
.border-color-half-c7h:hover {
    border-color: rgba(206, 199, 62, 0.5);
}
.border-color-quarter-c7 {
    border-color: rgba(206, 199, 62, 0.25);
}
.border-color-quarter-c7h:hover {
    border-color: rgba(206, 199, 62, 0.25);
}
.border-color-half-quarter-c7 {
    border-color: rgba(206, 199, 62, 0.125);
}
.border-color-half-quarter-c7h:hover {
    border-color: rgba(206, 199, 62, 0.125);
}
.color-hex-c8 {
    color: #78bb37;
}
.color-hex-c8h:hover {
    color: #78bb37;
}
.color-rgba-full-c8 {
    color: #78bb37;
}
.color-rgba-full-c8h:hover {
    color: #78bb37;
}
.color-rgba-three-quarter-c8 {
    color: rgba(120, 187, 55, 0.75);
}
.color-rgba-three-quarter-c8h:hover {
    color: rgba(120, 187, 55, 0.75);
}
.color-rgba-half-c8 {
    color: rgba(120, 187, 55, 0.5);
}
.color-rgba-half-c8h:hover {
    color: rgba(120, 187, 55, 0.5);
}
.color-rgba-quarter-c8 {
    color: rgba(120, 187, 55, 0.25);
}
.color-rgba-quarter-c8h:hover {
    color: rgba(120, 187, 55, 0.25);
}
.color-rgba-half-quarter-c8 {
    color: rgba(120, 187, 55, 0.125);
}
.color-rgba-half-quarter-c8h:hover {
    color: rgba(120, 187, 55, 0.125);
}
.txt-shadow-0-hex-c8 {
    text-shadow: 0 0 0 #78bb37;
}
.txt-shadow-0-hex-c8h:hover {
    text-shadow: 0 0 0 #78bb37;
}
.txt-shadow-1-hex-c8 {
    text-shadow: 1px 1px 1px #78bb37;
}
.txt-shadow-1-hex-c8h:hover {
    text-shadow: 1px 1px 1px #78bb37;
}
.txt-shadow-2-hex-c8 {
    text-shadow: 2px 2px 2px #78bb37;
}
.txt-shadow-2-hex-c8h:hover {
    text-shadow: 2px 2px 2px #78bb37;
}
.txt-shadow-3-hex-c8 {
    text-shadow: 3px 3px 6px #78bb37;
}
.txt-shadow-3-hex-c8h:hover {
    text-shadow: 3px 3px 6px #78bb37;
}
.txt-shadow-4-hex-c8 {
    text-shadow: -1px -1px 2px #78bb37;
}
.txt-shadow-4-hex-c8h:hover {
    text-shadow: -1px -1px 2px #78bb37;
}
.txt-shadow-5-hex-c8 {
    text-shadow: -2px -2px 6px #78bb37;
}
.txt-shadow-5-hex-c8h:hover {
    text-shadow: -2px -2px 6px #78bb37;
}
.txt-shadow-0-rgba-full-c8 {
    text-shadow: 0 0 0 #78bb37;
}
.txt-shadow-0-rgba-full-c8h:hover {
    text-shadow: 0 0 0 #78bb37;
}
.txt-shadow-1-rgba-full-c8 {
    text-shadow: 1px 1px 1px #78bb37;
}
.txt-shadow-1-rgba-full-c8h:hover {
    text-shadow: 1px 1px 1px #78bb37;
}
.txt-shadow-2-rgba-full-c8 {
    text-shadow: 2px 2px 2px #78bb37;
}
.txt-shadow-2-rgba-full-c8h:hover {
    text-shadow: 2px 2px 2px #78bb37;
}
.txt-shadow-3-rgba-full-c8 {
    text-shadow: 3px 3px 6px #78bb37;
}
.txt-shadow-3-rgba-full-c8h:hover {
    text-shadow: 3px 3px 6px #78bb37;
}
.txt-shadow-4-rgba-full-c8 {
    text-shadow: -1px -1px 2px #78bb37;
}
.txt-shadow-4-rgba-full-c8h:hover {
    text-shadow: -1px -1px 2px #78bb37;
}
.txt-shadow-5-rgba-full-c8 {
    text-shadow: -2px -2px 6px #78bb37;
}
.txt-shadow-5-rgba-full-c8h:hover {
    text-shadow: -2px -2px 6px #78bb37;
}
.txt-shadow-0-rgba-three-quarter-c8 {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c8h:hover {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c8 {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c8h:hover {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c8 {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c8h:hover {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c8 {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c8h:hover {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c8 {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c8h:hover {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c8 {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c8h:hover {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.75);
}
.txt-shadow-0-rgba-half-c8 {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.5);
}
.txt-shadow-0-rgba-half-c8h:hover {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.5);
}
.txt-shadow-1-rgba-half-c8 {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.5);
}
.txt-shadow-1-rgba-half-c8h:hover {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.5);
}
.txt-shadow-2-rgba-half-c8 {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.5);
}
.txt-shadow-2-rgba-half-c8h:hover {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.5);
}
.txt-shadow-3-rgba-half-c8 {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.5);
}
.txt-shadow-3-rgba-half-c8h:hover {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.5);
}
.txt-shadow-4-rgba-half-c8 {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.5);
}
.txt-shadow-4-rgba-half-c8h:hover {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.5);
}
.txt-shadow-5-rgba-half-c8 {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.5);
}
.txt-shadow-5-rgba-half-c8h:hover {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.5);
}
.txt-shadow-0-rgba-quarter-c8 {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.25);
}
.txt-shadow-0-rgba-quarter-c8h:hover {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.25);
}
.txt-shadow-1-rgba-quarter-c8 {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.25);
}
.txt-shadow-1-rgba-quarter-c8h:hover {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.25);
}
.txt-shadow-2-rgba-quarter-c8 {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.25);
}
.txt-shadow-2-rgba-quarter-c8h:hover {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.25);
}
.txt-shadow-3-rgba-quarter-c8 {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.25);
}
.txt-shadow-3-rgba-quarter-c8h:hover {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.25);
}
.txt-shadow-4-rgba-quarter-c8 {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.25);
}
.txt-shadow-4-rgba-quarter-c8h:hover {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.25);
}
.txt-shadow-5-rgba-quarter-c8 {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.25);
}
.txt-shadow-5-rgba-quarter-c8h:hover {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c8 {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c8h:hover {
    text-shadow: 0 0 0 rgba(120, 187, 55, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c8 {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c8h:hover {
    text-shadow: 1px 1px 1px rgba(120, 187, 55, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c8 {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c8h:hover {
    text-shadow: 2px 2px 2px rgba(120, 187, 55, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c8 {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c8h:hover {
    text-shadow: 3px 3px 6px rgba(120, 187, 55, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c8 {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c8h:hover {
    text-shadow: -1px -1px 2px rgba(120, 187, 55, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c8 {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c8h:hover {
    text-shadow: -2px -2px 6px rgba(120, 187, 55, 0.125);
}
.bg-color-hex-c8 {
    background-color: #78bb37;
}
.bg-color-hex-c8h:hover {
    background-color: #78bb37;
}
.bg-color-rgba-full-c8 {
    background-color: #78bb37;
}
.bg-color-rgba-full-c8h:hover {
    background-color: #78bb37;
}
.bg-color-rgba-three-quarter-c8 {
    background-color: rgba(120, 187, 55, 0.75);
}
.bg-color-rgba-three-quarter-c8h:hover {
    background-color: rgba(120, 187, 55, 0.75);
}
.bg-color-rgba-half-c8 {
    background-color: rgba(120, 187, 55, 0.5);
}
.bg-color-rgba-half-c8h:hover {
    background-color: rgba(120, 187, 55, 0.5);
}
.bg-color-rgba-quarter-c8 {
    background-color: rgba(120, 187, 55, 0.25);
}
.bg-color-rgba-quarter-c8h:hover {
    background-color: rgba(120, 187, 55, 0.25);
}
.bg-color-rgba-half-quarter-c8 {
    background-color: rgba(120, 187, 55, 0.125);
}
.bg-color-rgba-half-quarter-c8h:hover {
    background-color: rgba(120, 187, 55, 0.125);
}
.border-color-hex-c8 {
    border-color: #78bb37;
}
.border-color-hex-c8h:hover {
    border-color: #78bb37;
}
.border-color-rgba-full-c8 {
    border-color: #78bb37;
}
.border-color-rgba-full-c8h:hover {
    border-color: #78bb37;
}
.border-color-rgba-three-quarter-c8 {
    border-color: rgba(120, 187, 55, 0.75);
}
.border-color-rgba-three-quarter-c8h:hover {
    border-color: rgba(120, 187, 55, 0.75);
}
.border-color-half-c8 {
    border-color: rgba(120, 187, 55, 0.5);
}
.border-color-half-c8h:hover {
    border-color: rgba(120, 187, 55, 0.5);
}
.border-color-quarter-c8 {
    border-color: rgba(120, 187, 55, 0.25);
}
.border-color-quarter-c8h:hover {
    border-color: rgba(120, 187, 55, 0.25);
}
.border-color-half-quarter-c8 {
    border-color: rgba(120, 187, 55, 0.125);
}
.border-color-half-quarter-c8h:hover {
    border-color: rgba(120, 187, 55, 0.125);
}
.color-hex-c9 {
    color: #005983;
}
.color-hex-c9h:hover {
    color: #005983;
}
.color-rgba-full-c9 {
    color: #005983;
}
.color-rgba-full-c9h:hover {
    color: #005983;
}
.color-rgba-three-quarter-c9 {
    color: rgba(0, 89, 131, 0.75);
}
.color-rgba-three-quarter-c9h:hover {
    color: rgba(0, 89, 131, 0.75);
}
.color-rgba-half-c9 {
    color: rgba(0, 89, 131, 0.5);
}
.color-rgba-half-c9h:hover {
    color: rgba(0, 89, 131, 0.5);
}
.color-rgba-quarter-c9 {
    color: rgba(0, 89, 131, 0.25);
}
.color-rgba-quarter-c9h:hover {
    color: rgba(0, 89, 131, 0.25);
}
.color-rgba-half-quarter-c9 {
    color: rgba(0, 89, 131, 0.125);
}
.color-rgba-half-quarter-c9h:hover {
    color: rgba(0, 89, 131, 0.125);
}
.txt-shadow-0-hex-c9 {
    text-shadow: 0 0 0 #005983;
}
.txt-shadow-0-hex-c9h:hover {
    text-shadow: 0 0 0 #005983;
}
.txt-shadow-1-hex-c9 {
    text-shadow: 1px 1px 1px #005983;
}
.txt-shadow-1-hex-c9h:hover {
    text-shadow: 1px 1px 1px #005983;
}
.txt-shadow-2-hex-c9 {
    text-shadow: 2px 2px 2px #005983;
}
.txt-shadow-2-hex-c9h:hover {
    text-shadow: 2px 2px 2px #005983;
}
.txt-shadow-3-hex-c9 {
    text-shadow: 3px 3px 6px #005983;
}
.txt-shadow-3-hex-c9h:hover {
    text-shadow: 3px 3px 6px #005983;
}
.txt-shadow-4-hex-c9 {
    text-shadow: -1px -1px 2px #005983;
}
.txt-shadow-4-hex-c9h:hover {
    text-shadow: -1px -1px 2px #005983;
}
.txt-shadow-5-hex-c9 {
    text-shadow: -2px -2px 6px #005983;
}
.txt-shadow-5-hex-c9h:hover {
    text-shadow: -2px -2px 6px #005983;
}
.txt-shadow-0-rgba-full-c9 {
    text-shadow: 0 0 0 #005983;
}
.txt-shadow-0-rgba-full-c9h:hover {
    text-shadow: 0 0 0 #005983;
}
.txt-shadow-1-rgba-full-c9 {
    text-shadow: 1px 1px 1px #005983;
}
.txt-shadow-1-rgba-full-c9h:hover {
    text-shadow: 1px 1px 1px #005983;
}
.txt-shadow-2-rgba-full-c9 {
    text-shadow: 2px 2px 2px #005983;
}
.txt-shadow-2-rgba-full-c9h:hover {
    text-shadow: 2px 2px 2px #005983;
}
.txt-shadow-3-rgba-full-c9 {
    text-shadow: 3px 3px 6px #005983;
}
.txt-shadow-3-rgba-full-c9h:hover {
    text-shadow: 3px 3px 6px #005983;
}
.txt-shadow-4-rgba-full-c9 {
    text-shadow: -1px -1px 2px #005983;
}
.txt-shadow-4-rgba-full-c9h:hover {
    text-shadow: -1px -1px 2px #005983;
}
.txt-shadow-5-rgba-full-c9 {
    text-shadow: -2px -2px 6px #005983;
}
.txt-shadow-5-rgba-full-c9h:hover {
    text-shadow: -2px -2px 6px #005983;
}
.txt-shadow-0-rgba-three-quarter-c9 {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c9h:hover {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c9 {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c9h:hover {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c9 {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c9h:hover {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c9 {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c9h:hover {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c9 {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c9h:hover {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c9 {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c9h:hover {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.75);
}
.txt-shadow-0-rgba-half-c9 {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.5);
}
.txt-shadow-0-rgba-half-c9h:hover {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.5);
}
.txt-shadow-1-rgba-half-c9 {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.5);
}
.txt-shadow-1-rgba-half-c9h:hover {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.5);
}
.txt-shadow-2-rgba-half-c9 {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.5);
}
.txt-shadow-2-rgba-half-c9h:hover {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.5);
}
.txt-shadow-3-rgba-half-c9 {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.5);
}
.txt-shadow-3-rgba-half-c9h:hover {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.5);
}
.txt-shadow-4-rgba-half-c9 {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.5);
}
.txt-shadow-4-rgba-half-c9h:hover {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.5);
}
.txt-shadow-5-rgba-half-c9 {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.5);
}
.txt-shadow-5-rgba-half-c9h:hover {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.5);
}
.txt-shadow-0-rgba-quarter-c9 {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.25);
}
.txt-shadow-0-rgba-quarter-c9h:hover {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.25);
}
.txt-shadow-1-rgba-quarter-c9 {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.25);
}
.txt-shadow-1-rgba-quarter-c9h:hover {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.25);
}
.txt-shadow-2-rgba-quarter-c9 {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.25);
}
.txt-shadow-2-rgba-quarter-c9h:hover {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.25);
}
.txt-shadow-3-rgba-quarter-c9 {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.25);
}
.txt-shadow-3-rgba-quarter-c9h:hover {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.25);
}
.txt-shadow-4-rgba-quarter-c9 {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.25);
}
.txt-shadow-4-rgba-quarter-c9h:hover {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.25);
}
.txt-shadow-5-rgba-quarter-c9 {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.25);
}
.txt-shadow-5-rgba-quarter-c9h:hover {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c9 {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c9h:hover {
    text-shadow: 0 0 0 rgba(0, 89, 131, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c9 {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c9h:hover {
    text-shadow: 1px 1px 1px rgba(0, 89, 131, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c9 {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c9h:hover {
    text-shadow: 2px 2px 2px rgba(0, 89, 131, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c9 {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c9h:hover {
    text-shadow: 3px 3px 6px rgba(0, 89, 131, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c9 {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c9h:hover {
    text-shadow: -1px -1px 2px rgba(0, 89, 131, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c9 {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c9h:hover {
    text-shadow: -2px -2px 6px rgba(0, 89, 131, 0.125);
}
.bg-color-hex-c9 {
    background-color: #005983;
}
.bg-color-hex-c9h:hover {
    background-color: #005983;
}
.bg-color-rgba-full-c9 {
    background-color: #005983;
}
.bg-color-rgba-full-c9h:hover {
    background-color: #005983;
}
.bg-color-rgba-three-quarter-c9 {
    background-color: rgba(0, 89, 131, 0.75);
}
.bg-color-rgba-three-quarter-c9h:hover {
    background-color: rgba(0, 89, 131, 0.75);
}
.bg-color-rgba-half-c9 {
    background-color: rgba(0, 89, 131, 0.5);
}
.bg-color-rgba-half-c9h:hover {
    background-color: rgba(0, 89, 131, 0.5);
}
.bg-color-rgba-quarter-c9 {
    background-color: rgba(0, 89, 131, 0.25);
}
.bg-color-rgba-quarter-c9h:hover {
    background-color: rgba(0, 89, 131, 0.25);
}
.bg-color-rgba-half-quarter-c9 {
    background-color: rgba(0, 89, 131, 0.125);
}
.bg-color-rgba-half-quarter-c9h:hover {
    background-color: rgba(0, 89, 131, 0.125);
}
.border-color-hex-c9 {
    border-color: #005983;
}
.border-color-hex-c9h:hover {
    border-color: #005983;
}
.border-color-rgba-full-c9 {
    border-color: #005983;
}
.border-color-rgba-full-c9h:hover {
    border-color: #005983;
}
.border-color-rgba-three-quarter-c9 {
    border-color: rgba(0, 89, 131, 0.75);
}
.border-color-rgba-three-quarter-c9h:hover {
    border-color: rgba(0, 89, 131, 0.75);
}
.border-color-half-c9 {
    border-color: rgba(0, 89, 131, 0.5);
}
.border-color-half-c9h:hover {
    border-color: rgba(0, 89, 131, 0.5);
}
.border-color-quarter-c9 {
    border-color: rgba(0, 89, 131, 0.25);
}
.border-color-quarter-c9h:hover {
    border-color: rgba(0, 89, 131, 0.25);
}
.border-color-half-quarter-c9 {
    border-color: rgba(0, 89, 131, 0.125);
}
.border-color-half-quarter-c9h:hover {
    border-color: rgba(0, 89, 131, 0.125);
}
.color-hex-c10 {
    color: #142b50;
}
.color-hex-c11h:hover {
    color: #142b50;
}
.color-rgba-full-c10 {
    color: #142b50;
}
.color-rgba-full-c11h:hover {
    color: #142b50;
}
.color-rgba-three-quarter-c10 {
    color: rgba(20, 43, 80, 0.75);
}
.color-rgba-three-quarter-c11h:hover {
    color: rgba(20, 43, 80, 0.75);
}
.color-rgba-half-c10 {
    color: rgba(20, 43, 80, 0.5);
}
.color-rgba-half-c11h:hover {
    color: rgba(20, 43, 80, 0.5);
}
.color-rgba-quarter-c10 {
    color: rgba(20, 43, 80, 0.25);
}
.color-rgba-quarter-c11h:hover {
    color: rgba(20, 43, 80, 0.25);
}
.color-rgba-half-quarter-c10 {
    color: rgba(20, 43, 80, 0.125);
}
.color-rgba-half-quarter-c11h:hover {
    color: rgba(20, 43, 80, 0.125);
}
.txt-shadow-0-hex-c10 {
    text-shadow: 0 0 0 #142b50;
}
.txt-shadow-0-hex-c11h:hover {
    text-shadow: 0 0 0 #142b50;
}
.txt-shadow-1-hex-c10 {
    text-shadow: 1px 1px 1px #142b50;
}
.txt-shadow-1-hex-c11h:hover {
    text-shadow: 1px 1px 1px #142b50;
}
.txt-shadow-2-hex-c10 {
    text-shadow: 2px 2px 2px #142b50;
}
.txt-shadow-2-hex-c11h:hover {
    text-shadow: 2px 2px 2px #142b50;
}
.txt-shadow-3-hex-c10 {
    text-shadow: 3px 3px 6px #142b50;
}
.txt-shadow-3-hex-c11h:hover {
    text-shadow: 3px 3px 6px #142b50;
}
.txt-shadow-4-hex-c10 {
    text-shadow: -1px -1px 2px #142b50;
}
.txt-shadow-4-hex-c11h:hover {
    text-shadow: -1px -1px 2px #142b50;
}
.txt-shadow-5-hex-c10 {
    text-shadow: -2px -2px 6px #142b50;
}
.txt-shadow-5-hex-c11h:hover {
    text-shadow: -2px -2px 6px #142b50;
}
.txt-shadow-0-rgba-full-c10 {
    text-shadow: 0 0 0 #142b50;
}
.txt-shadow-0-rgba-full-c11h:hover {
    text-shadow: 0 0 0 #142b50;
}
.txt-shadow-1-rgba-full-c10 {
    text-shadow: 1px 1px 1px #142b50;
}
.txt-shadow-1-rgba-full-c11h:hover {
    text-shadow: 1px 1px 1px #142b50;
}
.txt-shadow-2-rgba-full-c10 {
    text-shadow: 2px 2px 2px #142b50;
}
.txt-shadow-2-rgba-full-c11h:hover {
    text-shadow: 2px 2px 2px #142b50;
}
.txt-shadow-3-rgba-full-c10 {
    text-shadow: 3px 3px 6px #142b50;
}
.txt-shadow-3-rgba-full-c11h:hover {
    text-shadow: 3px 3px 6px #142b50;
}
.txt-shadow-4-rgba-full-c10 {
    text-shadow: -1px -1px 2px #142b50;
}
.txt-shadow-4-rgba-full-c11h:hover {
    text-shadow: -1px -1px 2px #142b50;
}
.txt-shadow-5-rgba-full-c10 {
    text-shadow: -2px -2px 6px #142b50;
}
.txt-shadow-5-rgba-full-c11h:hover {
    text-shadow: -2px -2px 6px #142b50;
}
.txt-shadow-0-rgba-three-quarter-c10 {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c10 {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c10 {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c10 {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c10 {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c10 {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.75);
}
.txt-shadow-0-rgba-half-c10 {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.5);
}
.txt-shadow-0-rgba-half-c11h:hover {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.5);
}
.txt-shadow-1-rgba-half-c10 {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.5);
}
.txt-shadow-1-rgba-half-c11h:hover {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.5);
}
.txt-shadow-2-rgba-half-c10 {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.5);
}
.txt-shadow-2-rgba-half-c11h:hover {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.5);
}
.txt-shadow-3-rgba-half-c10 {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.5);
}
.txt-shadow-3-rgba-half-c11h:hover {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.5);
}
.txt-shadow-4-rgba-half-c10 {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.5);
}
.txt-shadow-4-rgba-half-c11h:hover {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.5);
}
.txt-shadow-5-rgba-half-c10 {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.5);
}
.txt-shadow-5-rgba-half-c11h:hover {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.5);
}
.txt-shadow-0-rgba-quarter-c10 {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.25);
}
.txt-shadow-0-rgba-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.25);
}
.txt-shadow-1-rgba-quarter-c10 {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.25);
}
.txt-shadow-1-rgba-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.25);
}
.txt-shadow-2-rgba-quarter-c10 {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.25);
}
.txt-shadow-2-rgba-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.25);
}
.txt-shadow-3-rgba-quarter-c10 {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.25);
}
.txt-shadow-3-rgba-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.25);
}
.txt-shadow-4-rgba-quarter-c10 {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.25);
}
.txt-shadow-4-rgba-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.25);
}
.txt-shadow-5-rgba-quarter-c10 {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.25);
}
.txt-shadow-5-rgba-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c10 {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(20, 43, 80, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c10 {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(20, 43, 80, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c10 {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(20, 43, 80, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c10 {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(20, 43, 80, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c10 {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(20, 43, 80, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c10 {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(20, 43, 80, 0.125);
}
.bg-color-hex-c10 {
    background-color: #142b50;
}
.bg-color-hex-c10h:hover {
    background-color: #142b50;
}
.bg-color-rgba-full-c10 {
    background-color: #142b50;
}
.bg-color-rgba-full-c10h:hover {
    background-color: #142b50;
}
.bg-color-rgba-three-quarter-c10 {
    background-color: rgba(20, 43, 80, 0.75);
}
.bg-color-rgba-three-quarter-c10h:hover {
    background-color: rgba(20, 43, 80, 0.75);
}
.bg-color-rgba-half-c10 {
    background-color: rgba(20, 43, 80, 0.5);
}
.bg-color-rgba-half-c10h:hover {
    background-color: rgba(20, 43, 80, 0.5);
}
.bg-color-rgba-quarter-c10 {
    background-color: rgba(20, 43, 80, 0.25);
}
.bg-color-rgba-quarter-c10h:hover {
    background-color: rgba(20, 43, 80, 0.25);
}
.bg-color-rgba-half-quarter-c10 {
    background-color: rgba(20, 43, 80, 0.125);
}
.bg-color-rgba-half-quarter-c10h:hover {
    background-color: rgba(20, 43, 80, 0.125);
}
.border-color-hex-c10 {
    border-color: #142b50;
}
.border-color-hex-c11h:hover {
    border-color: #142b50;
}
.border-color-rgba-full-c10 {
    border-color: #142b50;
}
.border-color-rgba-full-c11h:hover {
    border-color: #142b50;
}
.border-color-rgba-three-quarter-c10 {
    border-color: rgba(20, 43, 80, 0.75);
}
.border-color-rgba-three-quarter-c11h:hover {
    border-color: rgba(20, 43, 80, 0.75);
}
.border-color-half-c10 {
    border-color: rgba(20, 43, 80, 0.5);
}
.border-color-half-c11h:hover {
    border-color: rgba(20, 43, 80, 0.5);
}
.border-color-quarter-c10 {
    border-color: rgba(20, 43, 80, 0.25);
}
.border-color-quarter-c11h:hover {
    border-color: rgba(20, 43, 80, 0.25);
}
.border-color-half-quarter-c10 {
    border-color: rgba(20, 43, 80, 0.125);
}
.border-color-half-quarter-c11h:hover {
    border-color: rgba(20, 43, 80, 0.125);
}
.color-hex-c11 {
    color: #08a7ff;
}
.color-hex-c11h:hover {
    color: #08a7ff;
}
.color-rgba-full-c11 {
    color: #08a7ff;
}
.color-rgba-full-c11h:hover {
    color: #08a7ff;
}
.color-rgba-three-quarter-c11 {
    color: rgba(8, 167, 255, 0.75);
}
.color-rgba-three-quarter-c11h:hover {
    color: rgba(8, 167, 255, 0.75);
}
.color-rgba-half-c11 {
    color: rgba(8, 167, 255, 0.5);
}
.color-rgba-half-c11h:hover {
    color: rgba(8, 167, 255, 0.5);
}
.color-rgba-quarter-c11 {
    color: rgba(8, 167, 255, 0.25);
}
.color-rgba-quarter-c11h:hover {
    color: rgba(8, 167, 255, 0.25);
}
.color-rgba-half-quarter-c11 {
    color: rgba(8, 167, 255, 0.125);
}
.color-rgba-half-quarter-c11h:hover {
    color: rgba(8, 167, 255, 0.125);
}
.txt-shadow-0-hex-c11 {
    text-shadow: 0 0 0 #08a7ff;
}
.txt-shadow-0-hex-c11h:hover {
    text-shadow: 0 0 0 #08a7ff;
}
.txt-shadow-1-hex-c11 {
    text-shadow: 1px 1px 1px #08a7ff;
}
.txt-shadow-1-hex-c11h:hover {
    text-shadow: 1px 1px 1px #08a7ff;
}
.txt-shadow-2-hex-c11 {
    text-shadow: 2px 2px 2px #08a7ff;
}
.txt-shadow-2-hex-c11h:hover {
    text-shadow: 2px 2px 2px #08a7ff;
}
.txt-shadow-3-hex-c11 {
    text-shadow: 3px 3px 6px #08a7ff;
}
.txt-shadow-3-hex-c11h:hover {
    text-shadow: 3px 3px 6px #08a7ff;
}
.txt-shadow-4-hex-c11 {
    text-shadow: -1px -1px 2px #08a7ff;
}
.txt-shadow-4-hex-c11h:hover {
    text-shadow: -1px -1px 2px #08a7ff;
}
.txt-shadow-5-hex-c11 {
    text-shadow: -2px -2px 6px #08a7ff;
}
.txt-shadow-5-hex-c11h:hover {
    text-shadow: -2px -2px 6px #08a7ff;
}
.txt-shadow-0-rgba-full-c11 {
    text-shadow: 0 0 0 #08a7ff;
}
.txt-shadow-0-rgba-full-c11h:hover {
    text-shadow: 0 0 0 #08a7ff;
}
.txt-shadow-1-rgba-full-c11 {
    text-shadow: 1px 1px 1px #08a7ff;
}
.txt-shadow-1-rgba-full-c11h:hover {
    text-shadow: 1px 1px 1px #08a7ff;
}
.txt-shadow-2-rgba-full-c11 {
    text-shadow: 2px 2px 2px #08a7ff;
}
.txt-shadow-2-rgba-full-c11h:hover {
    text-shadow: 2px 2px 2px #08a7ff;
}
.txt-shadow-3-rgba-full-c11 {
    text-shadow: 3px 3px 6px #08a7ff;
}
.txt-shadow-3-rgba-full-c11h:hover {
    text-shadow: 3px 3px 6px #08a7ff;
}
.txt-shadow-4-rgba-full-c11 {
    text-shadow: -1px -1px 2px #08a7ff;
}
.txt-shadow-4-rgba-full-c11h:hover {
    text-shadow: -1px -1px 2px #08a7ff;
}
.txt-shadow-5-rgba-full-c11 {
    text-shadow: -2px -2px 6px #08a7ff;
}
.txt-shadow-5-rgba-full-c11h:hover {
    text-shadow: -2px -2px 6px #08a7ff;
}
.txt-shadow-0-rgba-three-quarter-c11 {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c11 {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c11 {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c11 {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c11 {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c11 {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.75);
}
.txt-shadow-0-rgba-half-c11 {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.5);
}
.txt-shadow-0-rgba-half-c11h:hover {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.5);
}
.txt-shadow-1-rgba-half-c11 {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.5);
}
.txt-shadow-1-rgba-half-c11h:hover {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.5);
}
.txt-shadow-2-rgba-half-c11 {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.5);
}
.txt-shadow-2-rgba-half-c11h:hover {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.5);
}
.txt-shadow-3-rgba-half-c11 {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.5);
}
.txt-shadow-3-rgba-half-c11h:hover {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.5);
}
.txt-shadow-4-rgba-half-c11 {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.5);
}
.txt-shadow-4-rgba-half-c11h:hover {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.5);
}
.txt-shadow-5-rgba-half-c11 {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.5);
}
.txt-shadow-5-rgba-half-c11h:hover {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.5);
}
.txt-shadow-0-rgba-quarter-c11 {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.25);
}
.txt-shadow-0-rgba-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.25);
}
.txt-shadow-1-rgba-quarter-c11 {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.25);
}
.txt-shadow-1-rgba-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.25);
}
.txt-shadow-2-rgba-quarter-c11 {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.25);
}
.txt-shadow-2-rgba-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.25);
}
.txt-shadow-3-rgba-quarter-c11 {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.25);
}
.txt-shadow-3-rgba-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.25);
}
.txt-shadow-4-rgba-quarter-c11 {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.25);
}
.txt-shadow-4-rgba-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.25);
}
.txt-shadow-5-rgba-quarter-c11 {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.25);
}
.txt-shadow-5-rgba-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c11 {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c11h:hover {
    text-shadow: 0 0 0 rgba(8, 167, 255, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c11 {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c11h:hover {
    text-shadow: 1px 1px 1px rgba(8, 167, 255, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c11 {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c11h:hover {
    text-shadow: 2px 2px 2px rgba(8, 167, 255, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c11 {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c11h:hover {
    text-shadow: 3px 3px 6px rgba(8, 167, 255, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c11 {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c11h:hover {
    text-shadow: -1px -1px 2px rgba(8, 167, 255, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c11 {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c11h:hover {
    text-shadow: -2px -2px 6px rgba(8, 167, 255, 0.125);
}
.bg-color-hex-c11 {
    background-color: #08a7ff;
}
.bg-color-hex-c11h:hover {
    background-color: #08a7ff;
}
.bg-color-rgba-full-c11 {
    background-color: #08a7ff;
}
.bg-color-rgba-full-c11h:hover {
    background-color: #08a7ff;
}
.bg-color-rgba-three-quarter-c11 {
    background-color: rgba(8, 167, 255, 0.75);
}
.bg-color-rgba-three-quarter-c11h:hover {
    background-color: rgba(8, 167, 255, 0.75);
}
.bg-color-rgba-half-c11 {
    background-color: rgba(8, 167, 255, 0.5);
}
.bg-color-rgba-half-c11h:hover {
    background-color: rgba(8, 167, 255, 0.5);
}
.bg-color-rgba-quarter-c11 {
    background-color: rgba(8, 167, 255, 0.25);
}
.bg-color-rgba-quarter-c11h:hover {
    background-color: rgba(8, 167, 255, 0.25);
}
.bg-color-rgba-half-quarter-c11 {
    background-color: rgba(8, 167, 255, 0.125);
}
.bg-color-rgba-half-quarter-c11h:hover {
    background-color: rgba(8, 167, 255, 0.125);
}
.border-color-hex-c11 {
    border-color: #08a7ff;
}
.border-color-hex-c11h:hover {
    border-color: #08a7ff;
}
.border-color-rgba-full-c11 {
    border-color: #08a7ff;
}
.border-color-rgba-full-c11h:hover {
    border-color: #08a7ff;
}
.border-color-rgba-three-quarter-c11 {
    border-color: rgba(8, 167, 255, 0.75);
}
.border-color-rgba-three-quarter-c11h:hover {
    border-color: rgba(8, 167, 255, 0.75);
}
.border-color-half-c11 {
    border-color: rgba(8, 167, 255, 0.5);
}
.border-color-half-c11h:hover {
    border-color: rgba(8, 167, 255, 0.5);
}
.border-color-quarter-c11 {
    border-color: rgba(8, 167, 255, 0.25);
}
.border-color-quarter-c11h:hover {
    border-color: rgba(8, 167, 255, 0.25);
}
.border-color-half-quarter-c11 {
    border-color: rgba(8, 167, 255, 0.125);
}
.border-color-half-quarter-c11h:hover {
    border-color: rgba(8, 167, 255, 0.125);
}
.color-hex-c12 {
    color: #243d5b;
}
.color-hex-c12h:hover {
    color: #243d5b;
}
.color-rgba-full-c12 {
    color: #243d5b;
}
.color-rgba-full-c12h:hover {
    color: #243d5b;
}
.color-rgba-three-quarter-c12 {
    color: rgba(36, 61, 91, 0.75);
}
.color-rgba-three-quarter-c12h:hover {
    color: rgba(36, 61, 91, 0.75);
}
.color-rgba-half-c12 {
    color: rgba(36, 61, 91, 0.5);
}
.color-rgba-half-c12h:hover {
    color: rgba(36, 61, 91, 0.5);
}
.color-rgba-quarter-c12 {
    color: rgba(36, 61, 91, 0.25);
}
.color-rgba-quarter-c12h:hover {
    color: rgba(36, 61, 91, 0.25);
}
.color-rgba-half-quarter-c12 {
    color: rgba(36, 61, 91, 0.125);
}
.color-rgba-half-quarter-c12h:hover {
    color: rgba(36, 61, 91, 0.125);
}
.txt-shadow-0-hex-c12 {
    text-shadow: 0 0 0 #243d5b;
}
.txt-shadow-0-hex-c12h:hover {
    text-shadow: 0 0 0 #243d5b;
}
.txt-shadow-1-hex-c12 {
    text-shadow: 1px 1px 1px #243d5b;
}
.txt-shadow-1-hex-c12h:hover {
    text-shadow: 1px 1px 1px #243d5b;
}
.txt-shadow-2-hex-c12 {
    text-shadow: 2px 2px 2px #243d5b;
}
.txt-shadow-2-hex-c12h:hover {
    text-shadow: 2px 2px 2px #243d5b;
}
.txt-shadow-3-hex-c12 {
    text-shadow: 3px 3px 6px #243d5b;
}
.txt-shadow-3-hex-c12h:hover {
    text-shadow: 3px 3px 6px #243d5b;
}
.txt-shadow-4-hex-c12 {
    text-shadow: -1px -1px 2px #243d5b;
}
.txt-shadow-4-hex-c12h:hover {
    text-shadow: -1px -1px 2px #243d5b;
}
.txt-shadow-5-hex-c12 {
    text-shadow: -2px -2px 6px #243d5b;
}
.txt-shadow-5-hex-c12h:hover {
    text-shadow: -2px -2px 6px #243d5b;
}
.txt-shadow-0-rgba-full-c12 {
    text-shadow: 0 0 0 #243d5b;
}
.txt-shadow-0-rgba-full-c12h:hover {
    text-shadow: 0 0 0 #243d5b;
}
.txt-shadow-1-rgba-full-c12 {
    text-shadow: 1px 1px 1px #243d5b;
}
.txt-shadow-1-rgba-full-c12h:hover {
    text-shadow: 1px 1px 1px #243d5b;
}
.txt-shadow-2-rgba-full-c12 {
    text-shadow: 2px 2px 2px #243d5b;
}
.txt-shadow-2-rgba-full-c12h:hover {
    text-shadow: 2px 2px 2px #243d5b;
}
.txt-shadow-3-rgba-full-c12 {
    text-shadow: 3px 3px 6px #243d5b;
}
.txt-shadow-3-rgba-full-c12h:hover {
    text-shadow: 3px 3px 6px #243d5b;
}
.txt-shadow-4-rgba-full-c12 {
    text-shadow: -1px -1px 2px #243d5b;
}
.txt-shadow-4-rgba-full-c12h:hover {
    text-shadow: -1px -1px 2px #243d5b;
}
.txt-shadow-5-rgba-full-c12 {
    text-shadow: -2px -2px 6px #243d5b;
}
.txt-shadow-5-rgba-full-c12h:hover {
    text-shadow: -2px -2px 6px #243d5b;
}
.txt-shadow-0-rgba-three-quarter-c12 {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.75);
}
.txt-shadow-0-rgba-three-quarter-c12h:hover {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c12 {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.75);
}
.txt-shadow-1-rgba-three-quarter-c12h:hover {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c12 {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.75);
}
.txt-shadow-2-rgba-three-quarter-c12h:hover {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c12 {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.75);
}
.txt-shadow-3-rgba-three-quarter-c12h:hover {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c12 {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.75);
}
.txt-shadow-4-rgba-three-quarter-c12h:hover {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c12 {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.75);
}
.txt-shadow-5-rgba-three-quarter-c12h:hover {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.75);
}
.txt-shadow-0-rgba-half-c12 {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.5);
}
.txt-shadow-0-rgba-half-c12h:hover {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.5);
}
.txt-shadow-1-rgba-half-c12 {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.5);
}
.txt-shadow-1-rgba-half-c12h:hover {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.5);
}
.txt-shadow-2-rgba-half-c12 {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.5);
}
.txt-shadow-2-rgba-half-c12h:hover {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.5);
}
.txt-shadow-3-rgba-half-c12 {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.5);
}
.txt-shadow-3-rgba-half-c12h:hover {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.5);
}
.txt-shadow-4-rgba-half-c12 {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.5);
}
.txt-shadow-4-rgba-half-c12h:hover {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.5);
}
.txt-shadow-5-rgba-half-c12 {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.5);
}
.txt-shadow-5-rgba-half-c12h:hover {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.5);
}
.txt-shadow-0-rgba-quarter-c12 {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.25);
}
.txt-shadow-0-rgba-quarter-c12h:hover {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.25);
}
.txt-shadow-1-rgba-quarter-c12 {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.25);
}
.txt-shadow-1-rgba-quarter-c12h:hover {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.25);
}
.txt-shadow-2-rgba-quarter-c12 {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.25);
}
.txt-shadow-2-rgba-quarter-c12h:hover {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.25);
}
.txt-shadow-3-rgba-quarter-c12 {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.25);
}
.txt-shadow-3-rgba-quarter-c12h:hover {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.25);
}
.txt-shadow-4-rgba-quarter-c12 {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.25);
}
.txt-shadow-4-rgba-quarter-c12h:hover {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.25);
}
.txt-shadow-5-rgba-quarter-c12 {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.25);
}
.txt-shadow-5-rgba-quarter-c12h:hover {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.25);
}
.txt-shadow-0-rgba-half-quarter-c12 {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.125);
}
.txt-shadow-0-rgba-half-quarter-c12h:hover {
    text-shadow: 0 0 0 rgba(36, 61, 91, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c12 {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.125);
}
.txt-shadow-1-rgba-half-quarter-c12h:hover {
    text-shadow: 1px 1px 1px rgba(36, 61, 91, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c12 {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.125);
}
.txt-shadow-2-rgba-half-quarter-c12h:hover {
    text-shadow: 2px 2px 2px rgba(36, 61, 91, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c12 {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.125);
}
.txt-shadow-3-rgba-half-quarter-c12h:hover {
    text-shadow: 3px 3px 6px rgba(36, 61, 91, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c12 {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.125);
}
.txt-shadow-4-rgba-half-quarter-c12h:hover {
    text-shadow: -1px -1px 2px rgba(36, 61, 91, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c12 {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.125);
}
.txt-shadow-5-rgba-half-quarter-c12h:hover {
    text-shadow: -2px -2px 6px rgba(36, 61, 91, 0.125);
}
.bg-color-hex-c12 {
    background-color: #243d5b;
}
.bg-color-hex-c12h:hover {
    background-color: #243d5b;
}
.bg-color-rgba-full-c12 {
    background-color: #243d5b;
}
.bg-color-rgba-full-c12h:hover {
    background-color: #243d5b;
}
.bg-color-rgba-three-quarter-c12 {
    background-color: rgba(36, 61, 91, 0.75);
}
.bg-color-rgba-three-quarter-c12h:hover {
    background-color: rgba(36, 61, 91, 0.75);
}
.bg-color-rgba-half-c12 {
    background-color: rgba(36, 61, 91, 0.5);
}
.bg-color-rgba-half-c12h:hover {
    background-color: rgba(36, 61, 91, 0.5);
}
.bg-color-rgba-quarter-c12 {
    background-color: rgba(36, 61, 91, 0.25);
}
.bg-color-rgba-quarter-c12h:hover {
    background-color: rgba(36, 61, 91, 0.25);
}
.bg-color-rgba-half-quarter-c12 {
    background-color: rgba(36, 61, 91, 0.125);
}
.bg-color-rgba-half-quarter-c12h:hover {
    background-color: rgba(36, 61, 91, 0.125);
}
.border-color-hex-c12 {
    border-color: #243d5b;
}
.border-color-hex-c12h:hover {
    border-color: #243d5b;
}
.border-color-rgba-full-c12 {
    border-color: #243d5b;
}
.border-color-rgba-full-c12h:hover {
    border-color: #243d5b;
}
.border-color-rgba-three-quarter-c12 {
    border-color: rgba(36, 61, 91, 0.75);
}
.border-color-rgba-three-quarter-c12h:hover {
    border-color: rgba(36, 61, 91, 0.75);
}
.border-color-half-c12 {
    border-color: rgba(36, 61, 91, 0.5);
}
.border-color-half-c12h:hover {
    border-color: rgba(36, 61, 91, 0.5);
}
.border-color-quarter-c12 {
    border-color: rgba(36, 61, 91, 0.25);
}
.border-color-quarter-c12h:hover {
    border-color: rgba(36, 61, 91, 0.25);
}
.border-color-half-quarter-c12 {
    border-color: rgba(36, 61, 91, 0.125);
}
.border-color-half-quarter-c12h:hover {
    border-color: rgba(36, 61, 91, 0.125);
}
:hover {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.no_list_style {
    list-style: none;
}
.no_bg {
    background: 0 0 !important;
}
.no_border {
    border: 0 !important;
}
.no_ul_style {
    list-style: none;
}
.no_margin {
    margin: 0 !important;
}
.no_padding {
    padding: 0 !important;
}
.no_overflow {
    overflow: hidden;
}
.border-solid {
    border-style: solid;
}
.border-dashed {
    border-style: dashed;
}
.border-width-1 {
    border-width: 1px;
}
.bold {
    font-weight: 700 !important;
}
.unbold {
    font-weight: 400 !important;
}
.font-1 {
    font-family: Comfortaa, cursive;
}
.font-2 {
    font-family: Roboto, sans-serif;
}
.font-3 {
    font-family: "Roboto Slab", serif;
}
.font-4 {
    font-family: "Open Sans Condensed", sans-serif;
}
.font-5 {
    font-family: Roboto, sans-serif;
}
.font-6 {
    font-family: Roboto, sans-serif;
}
.font-unbold {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.font-size-05 {
    font-size: 0.5em;
}
.font-size-06 {
    font-size: 0.6em;
}
.font-size-07 {
    font-size: 0.7em;
}
.font-size-08 {
    font-size: 0.8em;
}
.font-size-1 {
    font-size: 1em;
}
.font-size-12 {
    font-size: 1.2em;
}
.font-size-14 {
    font-size: 1.4em;
}
.font-size-16 {
    font-size: 1.6em;
}
.font-size-18 {
    font-size: 1.8em;
}
.font-size-2 {
    font-size: 2em;
}
.font-size-22 {
    font-size: 2.2em;
}
.font-size-24 {
    font-size: 2.4em;
}
.font-size-26 {
    font-size: 2.6em;
}
.font-size-28 {
    font-size: 2.8em;
}
.font-size-3 {
    font-size: 3em;
}
.font-size-32 {
    font-size: 3.2em;
}
.font-size-34 {
    font-size: 3.4em;
}
.font-size-36 {
    font-size: 3.6em;
}
.font-size-38 {
    font-size: 3.8em;
}
.font-size-4 {
    font-size: 4em;
}
.font-size-42 {
    font-size: 4.2em;
}
.font-size-44 {
    font-size: 4.4em;
}
.font-size-46 {
    font-size: 4.6em;
}
.font-size-48 {
    font-size: 4.8em;
}
.font-size-5 {
    font-size: 5em;
}
.font-size-52 {
    font-size: 5.2em;
}
.font-size-54 {
    font-size: 5.4em;
}
.font-size-56 {
    font-size: 5.6em;
}
.font-size-58 {
    font-size: 5.8em;
}
.font-size-6 {
    font-size: 6em;
}
.font-size-62 {
    font-size: 6.2em;
}
.font-size-64 {
    font-size: 6.4em;
}
.font-size-66 {
    font-size: 6.6em;
}
.font-size-68 {
    font-size: 6.8em;
}
.font-size-7 {
    font-size: 7em;
}
.line-height-08 {
    line-height: 0.8em;
}
.line-height-1 {
    line-height: 1em;
}
.line-height-12 {
    line-height: 1.2em;
}
.line-height-14 {
    line-height: 1.4em;
}
.line-height-16 {
    line-height: 1.6em;
}
.line-height-18 {
    line-height: 1.8em;
}
.line-height-2 {
    line-height: 2em;
}
.line-height-22 {
    line-height: 2.2em;
}
.line-height-24 {
    line-height: 2.4em;
}
.line-height-26 {
    line-height: 2.6em;
}
.line-height-28 {
    line-height: 2.8em;
}
.line-height-36 {
    line-height: 3em;
}
.line-height-32 {
    line-height: 3.2em;
}
.line-height-34 {
    line-height: 3.4em;
}
.line-height-36 {
    line-height: 3.6em;
}
.line-height-38 {
    line-height: 3.8em;
}
.line-height-4 {
    line-height: 4em;
}
.line-height-42 {
    line-height: 4.2em;
}
.line-height-44 {
    line-height: 4.4em;
}
.line-height-46 {
    line-height: 4.6em;
}
.line-height-48 {
    line-height: 4.8em;
}
.line-height-5 {
    line-height: 5em;
}
.line-height-52 {
    line-height: 5.2em;
}
.line-height-54 {
    line-height: 5.4em;
}
.line-height-56 {
    line-height: 5.6em;
}
.line-height-58 {
    line-height: 5.8em;
}
.line-height-6 {
    line-height: 6em;
}
.line-height-62 {
    line-height: 6.2em;
}
.line-height-64 {
    line-height: 6.4em;
}
.line-height-66 {
    line-height: 6.6em;
}
.line-height-68 {
    line-height: 6.8em;
}
.line-height-7 {
    line-height: 7em;
}
.letter-space-1 {
    letter-spacing: 1px;
}
.letter-space-2 {
    letter-spacing: 2px;
}
.letter-space-3 {
    letter-spacing: 3px;
}
.letter-space-4 {
    letter-spacing: 4px;
}
.letter-space-5 {
    letter-spacing: 5px;
}
.no_border {
    border: 0 !important;
}
.border-0 {
    border: 0;
}
.border-top-0 {
    border-top: 0;
}
.border-bottom-0 {
    border-bottom: 0;
}
.border-left-0 {
    border-left: 0;
}
.border-right-0 {
    border-right: 0;
}
.border-solid-1 {
    border: 1px solid;
}
.border-solid-top-1 {
    border-top: 1px solid;
}
.border-solid-bottom-1 {
    border-bottom: 1px solid;
}
.border-solid-left-1 {
    border-left: 1px solid;
}
.border-solid-right-1 {
    border-right: 1px solid;
}
.border-solid-2 {
    border: 2px solid;
}
.border-solid-top-2 {
    border-top: 2px solid;
}
.border-solid-bottom-2 {
    border-bottom: 2px solid;
}
.border-solid-left-2 {
    border-left: 2px solid;
}
.border-solid-right-2 {
    border-right: 2px solid;
}
.border-solid-3 {
    border: 3px solid;
}
.border-solid-top-3 {
    border-top: 3px solid;
}
.border-solid-bottom-3 {
    border-bottom: 3px solid;
}
.border-solid-left-3 {
    border-left: 3px solid;
}
.border-solid-right-3 {
    border-right: 3px solid;
}
.border-solid-4 {
    border: 4px solid;
}
.border-solid-top-4 {
    border-top: 4px solid;
}
.border-solid-bottom-4 {
    border-bottom: 4px solid;
}
.border-solid-left-4 {
    border-left: 4px solid;
}
.border-solid-right-4 {
    border-right: 4px solid;
}
.border-solid-5 {
    border: 5px solid;
}
.border-solid-top-5 {
    border-top: 5px solid;
}
.border-solid-bottom-5 {
    border-bottom: 5px solid;
}
.border-solid-left-5 {
    border-left: 5px solid;
}
.border-solid-right-5 {
    border-right: 5px solid;
}
.border-double-1 {
    border: 1px double;
}
.border-double-top-1 {
    border-top: 1px double;
}
.border-double-bottom-1 {
    border-bottom: 1px double;
}
.border-double-left-1 {
    border-left: 1px double;
}
.border-double-right-1 {
    border-right: 1px double;
}
.border-double-2 {
    border: 2px double;
}
.border-double-top-2 {
    border-top: 2px double;
}
.border-double-bottom-2 {
    border-bottom: 2px double;
}
.border-double-left-2 {
    border-left: 2px double;
}
.border-double-right-2 {
    border-right: 2px double;
}
.border-double-3 {
    border: 3px double;
}
.border-double-top-3 {
    border-top: 3px double;
}
.border-double-bottom-3 {
    border-bottom: 3px double;
}
.border-double-left-3 {
    border-left: 3px double;
}
.border-double-right-3 {
    border-right: 3px double;
}
.border-double-4 {
    border: 4px double;
}
.border-double-top-4 {
    border-top: 4px double;
}
.border-double-bottom-4 {
    border-bottom: 4px double;
}
.border-double-left-4 {
    border-left: 4px double;
}
.border-double-right-4 {
    border-right: 4px double;
}
.border-double-5 {
    border: 5px double;
}
.border-double-top-5 {
    border-top: 5px double;
}
.border-double-bottom-5 {
    border-bottom: 5px double;
}
.border-double-left-5 {
    border-left: 5px double;
}
.border-double-right-5 {
    border-right: 5px double;
}
.border-dashed-1 {
    border: 1px dashed;
}
.border-dashed-top-1 {
    border-top: 1px dashed;
}
.border-dashed-bottom-1 {
    border-bottom: 1px dashed;
}
.border-dashed-left-1 {
    border-left: 1px dashed;
}
.border-dashed-right-1 {
    border-right: 1px dashed;
}
.border-dashed-2 {
    border: 2px dashed;
}
.border-dashed-top-2 {
    border-top: 2px dashed;
}
.border-dashed-bottom-2 {
    border-bottom: 2px dashed;
}
.border-dashed-left-2 {
    border-left: 2px dashed;
}
.border-dashed-right-2 {
    border-right: 2px dashed;
}
.border-dashed-3 {
    border: 3px dashed;
}
.border-dashed-top-3 {
    border-top: 3px dashed;
}
.border-dashed-bottom-3 {
    border-bottom: 3px dashed;
}
.border-dashed-left-3 {
    border-left: 3px dashed;
}
.border-dashed-right-3 {
    border-right: 3px dashed;
}
.border-dashed-4 {
    border: 4px dashed;
}
.border-dashed-top-4 {
    border-top: 4px dashed;
}
.border-dashed-bottom-4 {
    border-bottom: 4px dashed;
}
.border-dashed-left-4 {
    border-left: 4px dashed;
}
.border-dashed-right-4 {
    border-right: 4px dashed;
}
.border-dashed-5 {
    border: 5px dashed;
}
.border-dashed-top-5 {
    border-top: 5px dashed;
}
.border-dashed-bottom-5 {
    border-bottom: 5px dashed;
}
.border-dashed-left-5 {
    border-left: 5px dashed;
}
.border-dashed-right-5 {
    border-right: 5px dashed;
}
.border-dotted-1 {
    border: 1px dotted;
}
.border-dotted-top-1 {
    border-top: 1px dotted;
}
.border-dotted-bottom-1 {
    border-bottom: 1px dotted;
}
.border-dotted-left-1 {
    border-left: 1px dotted;
}
.border-dotted-right-1 {
    border-right: 1px dotted;
}
.border-dotted-2 {
    border: 2px dotted;
}
.border-dotted-top-2 {
    border-top: 2px dotted;
}
.border-dotted-bottom-2 {
    border-bottom: 2px dotted;
}
.border-dotted-left-2 {
    border-left: 2px dotted;
}
.border-dotted-right-2 {
    border-right: 2px dotted;
}
.border-dotted-3 {
    border: 3px dotted;
}
.border-dotted-top-3 {
    border-top: 3px dotted;
}
.border-dotted-bottom-3 {
    border-bottom: 3px dotted;
}
.border-dotted-left-3 {
    border-left: 3px dotted;
}
.border-dotted-right-3 {
    border-right: 3px dotted;
}
.border-dotted-4 {
    border: 4px dotted;
}
.border-dotted-top-4 {
    border-top: 4px dotted;
}
.border-dotted-bottom-4 {
    border-bottom: 4px dotted;
}
.border-dotted-left-4 {
    border-left: 4px dotted;
}
.border-dotted-right-4 {
    border-right: 4px dotted;
}
.border-dotted-5 {
    border: 5px dotted;
}
.border-dotted-top-5 {
    border-top: 5px dotted;
}
.border-dotted-bottom-5 {
    border-bottom: 5px dotted;
}
.border-dotted-left-5 {
    border-left: 5px dotted;
}
.border-dotted-right-5 {
    border-right: 5px dotted;
}
.no_margin {
    margin: 0 !important;
}
.margin-left-auto {
    margin-left: auto;
}
.margin-right-auto {
    margin-right: auto;
}
.margin-neg-top-05 {
    margin-top: -5px;
}
.margin-neg-bottom-05 {
    margin-bottom: -5px;
}
.margin-neg-left-05 {
    margin-left: -5px;
}
.margin-neg-right-05 {
    margin-right: -5px;
}
.margin-neg-top-10 {
    margin-top: -10px;
}
.margin-neg-bottom-10 {
    margin-bottom: -10px;
}
.margin-neg-left-10 {
    margin-left: -10px;
}
.margin-neg-right-10 {
    margin-right: -10px;
}
.margin-neg-top-15 {
    margin-top: -15px;
}
.margin-neg-bottom-15 {
    margin-bottom: -15px;
}
.margin-neg-left-15 {
    margin-left: -15px;
}
.margin-neg-right-15 {
    margin-right: -15px;
}
.margin-neg-top-20 {
    margin-top: -20px;
}
.margin-neg-bottom-20 {
    margin-bottom: -20px;
}
.margin-neg-left-20 {
    margin-left: -20px;
}
.margin-neg-right-20 {
    margin-right: -20px;
}
.margin-neg-top-25 {
    margin-top: -25px;
}
.margin-neg-bottom-25 {
    margin-bottom: -25px;
}
.margin-neg-left-25 {
    margin-left: -25px;
}
.margin-neg-right-25 {
    margin-right: -25px;
}
.margin-neg-top-30 {
    margin-top: -30px;
}
.margin-neg-bottom-30 {
    margin-bottom: -30px;
}
.margin-neg-left-30 {
    margin-left: -30px;
}
.margin-neg-right-30 {
    margin-right: -30px;
}
.margin-neg-top-35 {
    margin-top: -35px;
}
.margin-neg-bottom-35 {
    margin-bottom: -35px;
}
.margin-neg-left-35 {
    margin-left: -35px;
}
.margin-neg-right-35 {
    margin-right: -35px;
}
.margin-neg-top-40 {
    margin-top: -40px;
}
.margin-neg-bottom-40 {
    margin-bottom: -40px;
}
.margin-neg-left-40 {
    margin-left: -40px;
}
.margin-neg-right-40 {
    margin-right: -40px;
}
.margin-neg-top-45 {
    margin-top: -45px;
}
.margin-neg-bottom-45 {
    margin-bottom: -45px;
}
.margin-neg-left-45 {
    margin-left: -45px;
}
.margin-neg-right-45 {
    margin-right: -45px;
}
.margin-neg-top-50 {
    margin-top: -50px;
}
.margin-neg-bottom-50 {
    margin-bottom: -50px;
}
.margin-neg-left-50 {
    margin-left: -50px;
}
.margin-neg-right-50 {
    margin-right: -50px;
}
.margin-neg-top-55 {
    margin-top: -55px;
}
.margin-neg-bottom-55 {
    margin-bottom: -55px;
}
.margin-neg-left-55 {
    margin-left: -55px;
}
.margin-neg-right-55 {
    margin-right: -55px;
}
.margin-neg-top-60 {
    margin-top: -60px;
}
.margin-neg-bottom-60 {
    margin-bottom: -60px;
}
.margin-neg-left-60 {
    margin-left: -60px;
}
.margin-neg-right-60 {
    margin-right: -60px;
}
.margin-neg-top-65 {
    margin-top: -65px;
}
.margin-neg-bottom-65 {
    margin-bottom: -65px;
}
.margin-neg-left-65 {
    margin-left: -65px;
}
.margin-neg-right-65 {
    margin-right: -65px;
}
.margin-neg-top-70 {
    margin-top: -70px;
}
.margin-neg-bottom-70 {
    margin-bottom: -70px;
}
.margin-neg-left-70 {
    margin-left: -70px;
}
.margin-neg-right-70 {
    margin-right: -70px;
}
.margin-neg-top-75 {
    margin-top: -75px;
}
.margin-neg-bottom-75 {
    margin-bottom: -75px;
}
.margin-neg-left-75 {
    margin-left: -75px;
}
.margin-neg-right-75 {
    margin-right: -75px;
}
.margin-neg-top-80 {
    margin-top: -80px;
}
.margin-neg-bottom-80 {
    margin-bottom: -80px;
}
.margin-neg-left-80 {
    margin-left: -80px;
}
.margin-neg-right-80 {
    margin-right: -80px;
}
.margin-neg-top-85 {
    margin-top: -85px;
}
.margin-neg-bottom-85 {
    margin-bottom: -85px;
}
.margin-neg-left-85 {
    margin-left: -85px;
}
.margin-neg-right-85 {
    margin-right: -85px;
}
.margin-neg-top-90 {
    margin-top: -90px;
}
.margin-neg-bottom-90 {
    margin-bottom: -90px;
}
.margin-neg-left-90 {
    margin-left: -90px;
}
.margin-neg-right-90 {
    margin-right: -90px;
}
.margin-neg-top-95 {
    margin-top: -95px;
}
.margin-neg-bottom-95 {
    margin-bottom: -95px;
}
.margin-neg-left-95 {
    margin-left: -95px;
}
.margin-neg-right-95 {
    margin-right: -95px;
}
.margin-neg-top-100 {
    margin-top: -100px;
}
.margin-neg-bottom-100 {
    margin-bottom: -100px;
}
.margin-neg-left-100 {
    margin-left: -100px;
}
.margin-neg-right-100 {
    margin-right: -100px;
}
.margin-all-0 {
    margin: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-all-05 {
    margin: 5px 5px 5px 5px;
}
.margin-top-05 {
    margin-top: 5px;
}
.margin-bottom-05 {
    margin-bottom: 5px;
}
.margin-left-05 {
    margin-left: 5px;
}
.margin-right-05 {
    margin-right: 5px;
}
.margin-all-10 {
    margin: 10px 10px 10px 10px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-all-15 {
    margin: 15px 15px 15px 15px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-all-20 {
    margin: 20px 20px 20px 20px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-all-25 {
    margin: 25px 25px 25px 25px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-right-25 {
    margin-right: 25px;
}
.margin-all-30 {
    margin: 30px 30px 30px 30px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-left-30 {
    margin-left: 30px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-all-35 {
    margin: 35px 35px 35px 35px;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-left-35 {
    margin-left: 35px;
}
.margin-right-35 {
    margin-right: 35px;
}
.margin-all-40 {
    margin: 40px 40px 40px 40px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-left-40 {
    margin-left: 40px;
}
.margin-right-40 {
    margin-right: 40px;
}
.margin-all-45 {
    margin: 45px 45px 45px 45px;
}
.margin-top-45 {
    margin-top: 45px;
}
.margin-bottom-45 {
    margin-bottom: 45px;
}
.margin-left-45 {
    margin-left: 45px;
}
.margin-right-45 {
    margin-right: 45px;
}
.margin-all-50 {
    margin: 50px 50px 50px 50px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-right-50 {
    margin-right: 50px;
}
.margin-all-55 {
    margin: 55px 55px 55px 55px;
}
.margin-top-55 {
    margin-top: 55px;
}
.margin-bottom-55 {
    margin-bottom: 55px;
}
.margin-left-55 {
    margin-left: 55px;
}
.margin-right-55 {
    margin-right: 55px;
}
.margin-all-60 {
    margin: 60px 60px 60px 60px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-left-60 {
    margin-left: 60px;
}
.margin-right-60 {
    margin-right: 60px;
}
.margin-all-65 {
    margin: 65px 65px 65px 65px;
}
.margin-top-65 {
    margin-top: 65px;
}
.margin-bottom-65 {
    margin-bottom: 65px;
}
.margin-left-65 {
    margin-left: 65px;
}
.margin-right-65 {
    margin-right: 65px;
}
.margin-all-70 {
    margin: 70px 70px 70px 70px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-left-70 {
    margin-left: 70px;
}
.margin-right-70 {
    margin-right: 70px;
}
.margin-all-75 {
    margin: 75px 75px 75px 75px;
}
.margin-top-75 {
    margin-top: 75px;
}
.margin-bottom-75 {
    margin-bottom: 75px;
}
.margin-left-75 {
    margin-left: 75px;
}
.margin-right-75 {
    margin-right: 75px;
}
.margin-all-80 {
    margin: 80px 80px 80px 80px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-left-80 {
    margin-left: 80px;
}
.margin-right-80 {
    margin-right: 80px;
}
.margin-all-85 {
    margin: 85px 85px 85px 85px;
}
.margin-top-85 {
    margin-top: 85px;
}
.margin-bottom-85 {
    margin-bottom: 85px;
}
.margin-left-85 {
    margin-left: 85px;
}
.margin-right-85 {
    margin-right: 85px;
}
.margin-all-90 {
    margin: 90px 90px 90px 90px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-left-90 {
    margin-left: 90px;
}
.margin-right-90 {
    margin-right: 90px;
}
.margin-all-95 {
    margin: 95px 95px 95px 95px;
}
.margin-top-95 {
    margin-top: 95px;
}
.margin-bottom-95 {
    margin-bottom: 95px;
}
.margin-left-95 {
    margin-left: 95px;
}
.margin-right-95 {
    margin-right: 95px;
}
.margin-all-100 {
    margin: 100px 100px 100px 100px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.margin-left-100 {
    margin-left: 100px;
}
.margin-right-100 {
    margin-right: 100px;
}
.no_padding {
    padding: 0 !important;
}
.padding-all-0 {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-all-05 {
    padding: 5px 5px 5px 5px;
}
.padding-top-05 {
    padding-top: 5px;
}
.padding-bottom-05 {
    padding-bottom: 5px;
}
.padding-left-05 {
    padding-left: 5px;
}
.padding-right-05 {
    padding-right: 5px;
}
.padding-all-10 {
    padding: 10px 10px 10px 10px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-all-15 {
    padding: 15px 15px 15px 15px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-all-20 {
    padding: 20px 20px 20px 20px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-all-25 {
    padding: 25px 25px 25px 25px;
}
.padding-top-25 {
    padding-top: 25px;
}
.padding-bottom-25 {
    padding-bottom: 25px;
}
.padding-left-25 {
    padding-left: 25px;
}
.padding-right-25 {
    padding-right: 25px;
}
.padding-all-30 {
    padding: 30px 30px 30px 30px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-all-35 {
    padding: 35px 35px 35px 35px;
}
.padding-top-35 {
    padding-top: 35px;
}
.padding-bottom-35 {
    padding-bottom: 35px;
}
.padding-left-35 {
    padding-left: 35px;
}
.padding-right-35 {
    padding-right: 35px;
}
.padding-all-40 {
    padding: 40px 40px 40px 40px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-all-45 {
    padding: 45px 45px 45px 45px;
}
.padding-top-45 {
    padding-top: 45px;
}
.padding-bottom-45 {
    padding-bottom: 45px;
}
.padding-left-45 {
    padding-left: 45px;
}
.padding-right-45 {
    padding-right: 45px;
}
.padding-all-50 {
    padding: 50px 50px 50px 50px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-left-50 {
    padding-left: 50px;
}
.padding-right-50 {
    padding-right: 50px;
}
.padding-all-55 {
    padding: 55px 55px 55px 55px;
}
.padding-top-55 {
    padding-top: 55px;
}
.padding-bottom-55 {
    padding-bottom: 55px;
}
.padding-left-55 {
    padding-left: 55px;
}
.padding-right-55 {
    padding-right: 55px;
}
.padding-all-60 {
    padding: 60px 60px 60px 60px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-left-60 {
    padding-left: 60px;
}
.padding-right-60 {
    padding-right: 60px;
}
.padding-all-65 {
    padding: 65px 65px 65px 65px;
}
.padding-top-65 {
    padding-top: 65px;
}
.padding-bottom-65 {
    padding-bottom: 65px;
}
.padding-left-65 {
    padding-left: 65px;
}
.padding-right-65 {
    padding-right: 65px;
}
.padding-all-70 {
    padding: 70px 70px 70px 70px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-left-70 {
    padding-left: 70px;
}
.padding-right-70 {
    padding-right: 70px;
}
.padding-all-75 {
    padding: 75px 75px 75px 75px;
}
.padding-top-75 {
    padding-top: 75px;
}
.padding-bottom-75 {
    padding-bottom: 75px;
}
.padding-left-75 {
    padding-left: 75px;
}
.padding-right-75 {
    padding-right: 75px;
}
.padding-all-80 {
    padding: 80px 80px 80px 80px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-left-80 {
    padding-left: 80px;
}
.padding-right-80 {
    padding-right: 80px;
}
.padding-all-85 {
    padding: 85px 85px 85px 85px;
}
.padding-top-85 {
    padding-top: 85px;
}
.padding-bottom-85 {
    padding-bottom: 85px;
}
.padding-left-85 {
    padding-left: 85px;
}
.padding-right-85 {
    padding-right: 85px;
}
.padding-all-90 {
    padding: 90px 90px 90px 90px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-left-90 {
    padding-left: 90px;
}
.padding-right-90 {
    padding-right: 90px;
}
.padding-all-95 {
    padding: 95px 95px 95px 95px;
}
.padding-top-95 {
    padding-top: 95px;
}
.padding-bottom-95 {
    padding-bottom: 95px;
}
.padding-left-95 {
    padding-left: 95px;
}
.padding-right-95 {
    padding-right: 95px;
}
.padding-all-100 {
    padding: 100px 100px 100px 100px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-left-100 {
    padding-left: 100px;
}
.padding-right-100 {
    padding-right: 100px;
}
.no_ul_style {
    list-style: none;
}
body {
    background: url(images/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}
#site_header {
    z-index: 1;
}
.espa_link {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9999;
    width: 100px;
    text-align: center;
    padding: 0px;
}
.espa_banner {
    width: 100%;
    max-width: 100px;
}
#msgbox4 .in_box,
#msgbox5 .in_box {
    background-color: rgba(8, 167, 255, 0.95);
}
#topbar {
    overflow: hidden;
    color: #000;
    padding: 5px 0;
    border-bottom: 0 solid #000;
}
#topbar .container {
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
    background: 0 0;
}
#topbar span a {
    font-size: 14px;
    line-height: 2em;
    font-family: Comfortaa, cursive;
    letter-spacing: 1px;
    text-decoration: none;
}
#main-navigation {
    margin-bottom: 0 !important;
}
#sticky-navigation {
    width: 100%;
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.001);
}
.no-stick {
    position: relative;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.stick {
    position: relative;
    margin-top: 0 !important;
    background-color: rgba(118, 145, 166, 0.75);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.stick .navbar-collapse {
    background: 0 0;
    border: 0;
    box-shadow: 0 0 0;
}
.stick .navbar_brand_img_big > img {
    max-height: 50px;
    width: auto;
    padding: 0;
}
.stick .navbar-brand {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1;
}
.stick .navbar-brand h1 {
    color: #02adc6;
    text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 12px 0;
    line-height: 1;
    font-size: 24px;
}
.navbar_brand_img_big > img {
    max-height: 84px !important;
}
.stick .navbar-nav > li > a {
    padding: 0 8px;
    line-height: 50px;
}
.stick .navbar-nav {
    background-color: rgb(198, 141, 62);
}
.no-stick {
    background-color: transparent;
}
.no-stick .navbar-collapse {
    border: 0 solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.001);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.navbar-header {
    border-bottom: 1px solid #08a7ff;
    padding: 8px 0;
}
.navbar-toggle {
    background-color: #f8f8f8 !important;
}
.navbar-brand h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.navbar-nav > li > a {
    padding: 20px 8px;
    line-height: 1em;
    color: rgb(255, 255, 255) !important;
    font-family: Comfortaa;
    border-top: 3px solid transparent;
}
.navbar-nav > li > a:hover {
    background: 0 0 !important;
}
.navbar-nav > li.active > a,
.navbar-nav > li:hover > a {
    color: #fff !important;
    border-top: 3px solid #000;
}
@media (min-width: 768px) {
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
    }
    .stick {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 0;
    }
}
@media (max-width: 880px) {
    .stick {
        height: 0 !important;
    }
    #home_cover {
        margin-top: -200px;
    }
}
.services-inner {
    border-width: 1px;
    border-style: solid;
    border-color: transparent !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    overflow: hidden;
}
.our-services-text h4 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
    transition: all 50ms linear;
}
.our-services-wrapper:hover .our-services-text h4 {
    color: #000 !important;
    transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
.our-services-text h4::before {
    background: #08a7ff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 5px;
    transition: all 50ms linear;
}
.our-services-wrapper:hover .our-services-text h4::before {
    width: 35px;
    transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
.our-services-wrapper:hover .services-inner {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.72);
}
.our-services-wrapper img {
    transform: scale(1);
    transition: all 50ms linear;
}
.our-services-wrapper:hover img {

}
.our-services-text {
    margin-bottom: 40px;
}
.our-services-text p {
    margin-bottom: 0;
}
.our-services-wrapper:hover .our-services-text p {
    color: #08a7ff !important;
    transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
.msg_box_1 {
    background: url(images/messages/01.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.msg_box_2 {
    background: url(images/messages/02.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.msg_box_3 {
    background: url(images/messages/03.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.msg_box_4 {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#video_trailer iframe {
    max-width: 100%;
    border: 10px double #08a7ff;
}
.gallery_product {
    cursor: pointer;
}
.gallery_product img {
    opacity: 0.85;
    transform: scale(1);
    transition: all 0.5s linear;
}
.gallery_product:hover img {
    opacity: 1;
    transform: scale(1.25);
    transition: all 0.5s linear;
}
.form-control {
    border-radius: 0 !important;
}
#contactformbody,
#contactformthanku {
    opacity: 1;
}
form#contactus {
    margin: 0 auto 0;
}
#contactus input[type="text"] {
    height: 34px;
    width: 100%;
}
#contactus input[type="submit"] {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 0 solid #999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #000;
    width: 100%;
    height: 50px;
    padding: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
#contactus input[type="submit"]:hover {
    color: #09c;
}
#contactus textarea {
    height: 226px;
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
}
#contactus input[type="text"]:focus,
textarea:focus {
    background: #fff;
    color: #09c;
}
#contactus fieldset#antispam {
    padding: 2px;
    border-top: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 350px;
}
#contactus fieldset#antispam legend {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    color: #333;
}
#contactus .spmhidip {
    display: none;
    width: 10px;
    height: 3px;
}
#fg_crdiv {
    font-family: Arial, sans-serif;
    font-size: 0.3em;
    opacity: 0.2;
    -moz-opacity: 0.2;
}
#fg_crdiv p {
    display: none;
}
#gototop {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#gototop:hover {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
	h1 {
        font-size: 18px;
    }
	h2 {
        font-size: 16px;
    }
	h3 {
        font-size: 14px;
    }
}