/* CSS Document */

body,
html {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1a1c1e;
    background-image: url("../images/BG.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: center center;
}

.services-carousel video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.services-carousel .item {
    padding-bottom: 20px;
}
h1.hero {
    font-size: 18px;
    font-weight: 100px;
    text-transform: uppercase;
    color: #ffffff;
}
h2.hero-home {
    font-weight: 700;
    font-size: 106px;
    line-height: 99px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.hero {
    font-weight: 700;
    font-size: 74px;
    line-height: 78px;
}
h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
}
p.intro-hero {
    font-size: 24px;
    line-height: 36px;
}

p.intro {
    font-size: 18px;
    line-height: 30px;
}
p {
    font-size: 16px;
    line-height: 28px;
}

.pad-t-0 {
    padding-top: 0px;
}
.pad-b-0 {
    padding-bottom: 0px;
}

.white {
    color: #ffffff;
}

.gradient {
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: auto;
}
.dark {
    color: #1d2229;
}

img.icon20 {
    width: 20px !important;
}
img.icon30 {
    width: 30px !important;
}
img.icon40 {
    width: 40px !important;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    /* change if the mask should have another color then white */
    z-index: 10001;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

/* NAVIGATION */

/* Menu Fixes */
.pink {
    color: #ff0db7;
}
.overlay-contentpush {
    background: #0d0d0d;
}
html .overlay {
    overflow: hidden;
}
html .overlay ul {
    width: 100%;
}
html .overlay ul > li.dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    margin: auto;
    top: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: #000000;
    padding: 0 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
html .overlay ul > li.dropdown .dropdown-menu .dropdown-item {
    text-align: left;
    line-height: 1.2;
    font-size: 19px;
    color: #ffffff;
}
html .overlay ul > li.dropdown .dropdown-menu .dropdown-item:last-child {
    border: 0 !important;
}
html .overlay ul > li.dropdown .dropdown-menu .dropdown-item:before {
    display: none !important;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #8b8b8b;
    text-decoration: none;
    background-color: transparent !important;
    border: none;
    padding: 0px;
    margin: 0px;
}

#trigger-overlay .glyphicon.glyphicon-menu-hamburger {
    width: 30px;
    height: 23px;
    border-top: 3px solid #f2cc66;
    border-bottom: 3px solid #f2cc66;
}
#trigger-overlay .glyphicon.glyphicon-menu-hamburger:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f2cc66;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
html .overlay .overlay-close {
    width: 20px;
    height: 20px;
}
html .overlay ul li a:hover,
html .overlay ul li a:focus {
    text-transform: none;
    color: #ffffff;
}
html .overlay nav {
    height: 100%;
}
html .overlay ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
html .overlay ul li {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0 20px;
}
html .overlay ul li a {
    text-align: left;
    position: relative;
    padding: 15px 20px 15px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
html .overlay ul li:last-child a {
    border-bottom: 0 !important;
}
/*html .overlay ul li.dropdown a:before {
	display: block;
	content: "\e258";
	position: absolute;
	top: 23px;
	right: 18px;
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	font-weight: 400;
}*/
.overlay_sub_close {
    display: block;
    padding: 10px;
    color: #ff0db7;
    font-weight: 400;
    position: absolute;
    top: 80px;
    left: 30px;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}
.overlay_sub_close img {
    width: 15px;
}
/*.overlay_sub_close:before {
    content: "\e258";
    font-size: 18px;
	line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    -webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}*/
/* Menu Fixes */

img.sexy-logo {
    width: 250px;
    margin-bottom: 20px;
}

.hero-home {
    text-align: center;
}
.hero-home img {
    width: 90%;
    animation: breathe 30s ease-in-out;
}

.nav-menu-wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
}
.nav-menu-wrap a {
    font-size: 20px;
    font-weight: 900;
    margin-left: 57px;
    margin-right: 57px;
    color: #ffffff;
    transition: 0.5s;
}
.nav-menu-wrap a:hover {
    color: #ea2127;
    text-decoration: none;
}
.nav-menu-wrap img.nav-frill-right {
    height: 40px;
    width: auto;
    margin-left: 100px;
}
.nav-menu-wrap img.nav-frill-left {
    height: 40px;
    width: auto;
    margin-right: 100px;
}
.nav-menu {
    padding-top: 8px;
    padding-bottom: 0px;
}

.big-text {
    padding-top: 60px;
    padding-bottom: 30px;
}
.big-text img.message {
    margin-top: 20px;
    margin-bottom: 20px;
}
.big-text.abouter {
    padding-top: 0px;
    padding-bottom: 40px;
}

.big-text.abouter img.message {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 80% !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    margin-bottom: 15px;
}

.menu-prev {
    background-image: url("../images/Menu-BG.png");
    background-repeat: repeat-x;
    background-size: 2000px;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-prev img {
    width: 200px;
    transition: 0.5s;
}

.menu-prev img:hover {
    transform: rotate(45deg);
}
.nav-cta {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1000;
}
.nav-cta a {
    background: linear-gradient(90deg, #8284ca 0%, #66a2d7 100%);
    color: #191919;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    transition: 1s;
}
.nav-cta a:hover {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    color: #191919;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
}
.nav-cta a img {
    width: 20px;
    margin-top: -5px;
    margin-left: 10px;
    transition: 0.4s;
}
.nav-cta a:hover img {
    margin-left: 40px;
}

.navigation {
    /*background-color: #000000;*/
    height: 88px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar {
    margin-bottom: 0px;
}
.navbar,
.navbar-default {
    margin-top: 12px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    text-align: center;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    padding-right: 0px;
    padding-top: 13px;
}
.navbar .navbar-nav li a {
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    border: none;
    color: #ffffff;
    background-color: transparent;
    transition: all 0.3s ease;
    font-weight: 700;
}
.navbar .navbar-nav li a.special {
    color: #ff0db7;
}
.navbar .navbar-nav li a:hover {
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #000000;
    border: none;
    border-radius: 0px 0px 20px 20px;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 25px;
    -webkit-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
}
.dropdown-menu > li > a,
.dropdown-menu > li {
    padding-bottom: 5px;
    background-image: url("../images/el_chevron-left.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 89% 19px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #d3c799;
    background-color: transparent;
}
.dropdown-menu > li > a:hover {
    color: #d3c799;
    background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 50px;
}
.dropdown-menu {
    min-width: 200px;
}
/* CAROUSEL */

.owl-carousel {
    margin-top: 0px;
    /*padding-bottom: 15px*/
}

.hvr-underline-from-left:before {
    background: #ff0db7;
    height: 1px;
}
.astro {
    position: absolute;
    top: 180px;
    right: 14%;
}
.astro img {
    width: 220px;
    margin-left: 30px;
    margin-right: 0px;
    animation: float 14s ease-in-out infinite;
}

@keyframes breathe {
    0% {
        transform: scale(90%);
    }
    50% {
        transform: scale(100%);
    }
    100% {
        transform: scale(90%);
    }
}

.hello {
    margin-top: 220px;
    padding-bottom: 60px;
    text-align: center;
}
.hello p.link {
    padding-top: 50px;
}

.hello p.link a.whitey {
    /*background: linear-gradient(90deg, #8284CA 0%, #66A2D7 100%);*/
    background-color: #ffffff;
    color: #191919;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 20px;
    transition: 1s;
    border: 2px solid #6d9ad3;
    box-shadow: 0 0 10px #6d9ad3;
    font-size: 26px;
}
.hello p.link a.whitey:hover {
    background: linear-gradient(90deg, #8284ca 0%, #66a2d7 100%);
    color: #191919;
}
.hello p.link a img {
    width: 20px;
    margin-top: -5px;
    margin-left: 10px;
    transition: 0.4s;
}
.hello p.link a:hover img {
    margin-left: 40px;
}
.hello p.link a.alt {
    background: none;
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: auto;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 20px;
    transition: 1s;
    border: 2px solid #6d9ad3;
    font-size: 26px;
}
.hello p.link a.alt:hover {
    background: none;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: auto;
}

.app {
    text-align: center;
    padding-top: 40px;
}
.app img {
    width: 100%;
}
.app p {
    font-size: 24px;
    line-height: 32px;
}
.app p.link {
    padding-top: 20px;
}
.app p.link img {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.5s;
}
.app p.link img:hover {
    transform: scale(110%);
}

.hero-x {
    padding: 100px 5% 80px 5%;
    text-align: center;
}

.hero-x.dark .item {
    background-color: #1b1e20;
    border-radius: 63px;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #7395d1;
    max-width: 1800px;
}
.hero-x.color .item {
    background-color: #8284ca;
    border-radius: 63px;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
}

.hero-x.features .item {
    background-image: url("../images/IMG-Hero-Features.jpg");
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.hero-x.partners .item {
    background-image: url("../images/IMG-Hero-Partners.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
}
.hero-x.how-it-works .item {
    background-image: url("../images/IMG-Hero-HowItWorks.jpg");
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.hero-x.about .item {
    background-image: url("../images/IMG-Hero-About.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
}

.hero-x .item h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100px;
}
.hero-x .item h3 {
    font-size: 65px;
    line-height: 70px;
    padding-bottom: 15px;
}

.hero-x .item .text {
    padding: 90px 12% 110px 12%;
    text-align: left;
}
.hero-x img.hero-tab {
    height: 60px;
    width: auto;
    margin-right: 15px;
    margin-top: 20px;
}

.content.pushback-50 {
    margin-top: -50px;
}

.content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content.alt {
    padding-top: 350px;
    padding-bottom: 100px;
    margin-top: -350px;
}

.content.white {
    background-color: #ffffff;
}
.content.white.pill {
    border-radius: 60px;
    padding-left: 5%;
    padding-right: 5%;
}

.content.dark {
    background-color: transparent;
}
.content .item .text {
}
.content .about .item {
    border-radius: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 2px solid #7395d1;
}
.content .about .item .text {
    padding: 20px 30px;
}
.content .about .item.dark .text {
    padding: 30px 30px;
}
.content .item .text.super h3 {
    font-size: 50px;
    line-height: 63px;
}
.content .about .item.dark {
    background-color: #1d2329;
    border-radius: 30px;
}
.content .about .item.white {
    background-color: #ffffff;
}
.content .about .item img.bio {
    width: 100%;
    border-radius: 28px 28px 0px 0px;
}
.content .about .item p.sm-icons {
    padding-top: 15px;
}
.content .about .item p.sm-icons img {
    height: 30px;
    margin-right: 15px;
}
.content .about .item .text h3 {
    font-size: 28px;
    line-height: 36px;
}
.content .about .item.dark .text h3 {
    font-size: 63px;
    line-height: 70px;
}
.content .about .item img.imagex {
    width: 200px;
}
.content .item .text h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.content.sect {
    background-image: url("../images/BG-About-sect.png");
    background-size: cover;
    background-position: right 250px;
    background-repeat: no-repeat;
}
.content .bit {
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content .bit h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.content .bit img {
    width: 50px;
}
.content .item .text h3 {
    font-size: 70px;
    line-height: 73px;
}
.content .item .text h5 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
}
.content .item .text p.intro-hero {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 20px;
}

.content .item.centre .text {
    text-align: center;
}
.content .item.centre .text h2,
.content .item.centre .text h3,
.content .item.centre .text h5,
.content .item.centre .text p.intro-hero {
    text-align: center;
}
.content .item.centre .squares {
    padding-top: 0px;
    padding-bottom: 50px;
}
.content .item.centre .squares img {
    width: 140px;
}
.content .item.centre .squares h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 5px;
}
.content .item.centre .text .boxed {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}
.content .item .image.right {
    text-align: right;
}
.content .item .image img {
    width: 90%;
    border-radius: 40px;
}
.content .item .image.anim img {
    width: 75%;
}
.content .item .text p.link {
    padding-top: 30px;
}
.content .item .text p.link a {
    /*background: linear-gradient(90deg, #8284CA 0%, #66A2D7 100%);*/
    background: linear-gradient(90deg, #1d2229 0%, #1d2229 100%);
    color: #ffffff;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 20px;
    transition: 1s;
    border: 2px solid #6d9ad3;
    box-shadow: 0 0 10px #6d9ad3;
    font-size: 26px;
}
.content .item .text p.link a:hover {
    background: linear-gradient(90deg, #8284ca 0%, #66a2d7 100%);
    color: #1d2229;
}
.content .item .text p.link a img {
    width: 20px;
    margin-top: -5px;
    margin-left: 10px;
    transition: 0.4s;
}
.content .item .text p.link a:hover img {
    margin-left: 40px;
}

.content .item .text .boxed {
    border: 1px solid #7395d1;
    border-radius: 30px;
    padding: 8px 30px 13px 70px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 25px 24px;
}

.content .item .text .boxed.icon-1 {
    background-image: url("../images/icon-1.png");
}
.content .item .text .boxed.icon-2 {
    background-image: url("../images/icon-2.png");
}
.content .item .text .boxed.icon-3 {
    background-image: url("../images/icon-3.png");
}
.content .item .text .boxed.icon-4 {
    background-image: url("../images/icon-4.png");
}
.content .item .text .boxed.icon-5 {
    background-image: url("../images/icon-5.png");
}
.content .item .text .boxed.icon-6 {
    background-image: url("../images/icon-6.png");
}
.content .item .text .boxed.icon-7 {
    background-image: url("../images/icon-7.png");
}
.content .item .text .boxed.icon-8 {
    background-image: url("../images/icon-8.png");
}
.content .item .text .boxed.icon-9 {
    background-image: url("../images/icon-9.png");
}
.content .item .text .boxed.icon-10 {
    background-image: url("../images/icon-10.png");
}
.content .item .text .boxed.icon-11 {
    background-image: url("../images/icon-11.png");
}
.content .item .text .boxed.icon-12 {
    background-image: url("../images/icon-12.png");
}
.content .item .text .boxed.icon-13 {
    background-image: url("../images/icon-13.png");
}
.content .item .text .boxed.icon-14 {
    background-image: url("../images/icon-14.png");
}
.content .item .text .boxed.icon-15 {
    background-image: url("../images/icon-15.png");
}
.content .item .text .boxed.icon-16 {
    background-image: url("../images/icon-16.png");
}
.content .item .text .boxed.icon-17 {
    background-image: url("../images/icon-17.png");
}
.content .item .text .boxed.icon-18 {
    background-image: url("../images/icon-18.png");
}

.content .item .text .boxed.icon-no1 {
    background-image: url("../images/icon-No-1.png");
}
.content .item .text .boxed.icon-no2 {
    background-image: url("../images/icon-No-2.png");
}
.content .item .text .boxed.icon-no3 {
    background-image: url("../images/icon-No-3.png");
}
.content .item .text .boxed.icon-no4 {
    background-image: url("../images/icon-No-4.png");
}

.content .item .text .boxed h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 5px;
}
.content .item .text .boxed p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.content .form {
    background-color: #ffffff;
    padding: 50px 7%;
    border-radius: 40px;
}
.content .contact {
    padding-top: 30px;
}
.content .contact .text {
    padding-right: 10%;
}
.content .contact .text img {
    padding-bottom: 25px;
}

.legal {
    padding-top: 80px;
    padding-bottom: 150px;
}
.legal h1 {
    font-size: 18px;
    font-weight: 100px;
    text-transform: uppercase;
    color: #ffffff;
}
.legal h2 {
    font-weight: 700;
    font-size: 106px;
    line-height: 99px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.legal h3 {
    padding-bottom: 10px;
    padding-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legal p {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    font-weight: 200;
    color: #ffffff;
}
.legal li {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    font-weight: 200;
    color: #ffffff;
}

.legal hr {
    border: 1px solid #424242;
    margin-top: 40px;
    margin-bottom: 40px;
}
.legal p.small {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    padding-top: 100px;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
    margin-top: 0px;
}
.legal p.small a {
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-con {
    padding-top: 40px;
    padding-bottom: 60px;
}
.about-con p.intro {
    font-size: 24px;
    line-height: 41px;
}
.about-con p {
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 20px;
}
.about-con .image {
    text-align: left;
}
.about-con .image.right {
    text-align: right;
}

.about-con .image img {
    width: 85%;
}
.about-con .image.right img {
    width: 70%;
    margin-top: -38px;
}
.about-con .row2 {
    padding-top: 90px;
}

.menu-grid {
    padding-top: 60px;
}
.menu-grid .wrapp {
    padding-top: 40px;
    padding-bottom: 40px;
}
.menu-grid .row-left {
    padding-right: 30px;
}
.menu-grid .row-middle {
    padding-right: 15px;
    padding-left: 15px;
}
.menu-grid .row-right {
    padding-left: 30px;
}
.menu-grid .item {
    padding-bottom: 30px;
}
.menu-grid .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.menu-grid .image img.icon {
    width: 20px;
    position: relative;
    top: 5px;
    left: 92%;
}
.menu-grid .image.one {
    background-image: url("../images/IMG-grid-1.jpg");
    height: 450px;
    width: 100%;
}
.menu-grid .image.two {
    background-image: url("../images/IMG-grid-2.jpg");
    height: 400px;
    width: 100%;
}
.menu-grid .image.three {
    background-image: url("../images/IMG-grid-3.jpg");
    height: 517px;
    width: 100%;
}
.menu-grid .image.four {
    background-image: url("../images/IMG-grid-4.jpg");
    height: 320px;
    width: 100%;
}
.menu-grid .image.five {
    background-image: url("../images/IMG-grid-5.jpg");
    height: 500px;
    width: 100%;
}
.menu-grid .image.six {
    background-image: url("../images/IMG-grid-6.jpg");
    height: 300px;
    width: 100%;
}
.menu-grid .image.seven {
    background-image: url("../images/IMG-grid-7.jpg");
    height: 400px;
    width: 100%;
}

.menu-grid .test {
    background-color: rgba(56, 56, 56, 0.5);
    padding: 10px;
}
.menu-grid .test .test-inner {
    padding: 25px;
    border: 1px solid #ae9a5d;
}
.menu-grid .test img.icon {
    width: 20px;
    position: relative;
    top: 5px;
    left: 92%;
}
.menu-grid .test .test-inner img.stars {
    width: 120px;
}
.menu-grid .test .test-inner h4 {
    font-size: 30px;
    font-weight: 700;
}
.menu-grid .test .test-inner p {
    font-size: 16px;
    line-height: 26px;
}
.menu-grid .test .test-inner p.quotee {
    font-size: 16px;
    line-height: 24px;
}
.menu-grid .test .test-inner p.quotee a {
    font-size: 12px;
    font-style: italic;
    color: #868585;
}
.menu-grid .video-tile video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.menu-grid {
}
.menu-grid {
}
.menu-grid {
}
.menu-grid .video-container {
    position: relative;
    width: 100%;
    height: 500px; /* adjust as needed */
    overflow: hidden;
}

.menu-grid .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.menu-grid .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 2rem;
}

.articles .item {
    padding-left: 25px;
    padding-right: 25px;
}

.articles {
    padding-top: 120px;
    padding-bottom: 20px;
}
.articles .title {
    text-align: center;
    padding-bottom: 15px;
}
.articles .title img {
    width: 550px;
}

.articles.alt .item {
    padding-top: 25px;
    padding-bottom: 25px;
}
.articles.alt .title img {
    width: 750px;
}
.articles.alt {
    padding-bottom: 80px;
}

.articles .item {
    padding-left: 25px;
    padding-right: 25px;
}
.articles .text-box {
    background-color: rgba(56, 56, 56, 0.5);
    padding: 16px 7% 20px 7%;
}
.articles h3 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
}
.articles p {
    font-size: 16px;
    line-height: 24px;
}
.articles p.date {
    color: #ae9a5d;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.articles p.link {
    padding-top: 15px;
}
.articles p.link a {
    font-weight: 900;
    color: #ffffff;
}
.articles p.link a img.icon {
    width: 20px;
    margin-left: 10px;
    transition: 0.5s;
}
.articles p.link a:hover {
    font-weight: 900px;
    color: #ae9a5d;
    text-decoration: none;
}
.articles p.link a:hover img.icon {
    width: 20px;
    margin-left: 50px;
}

.article {
    padding-top: 90px;
    padding-bottom: 40px;
}

.article h1 {
    font-size: 62px;
    text-transform: uppercase;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
}

.article h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 700;
    padding-bottom: 20px;
}
.article p {
    padding-bottom: 25px;
}
.article p.date {
    color: #ae9a5d;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.article p.date.alt {
    padding-top: 50px;
    padding-bottom: 80px;
}
.article p.intro {
    font-size: 25px;
    line-height: 38px;
    padding-top: 30px;
}

.article img.main {
    margin-top: 40px;
    margin-bottom: 50px;
}

.article .breaker {
    padding-top: 40px;
    padding-bottom: 40px;
}
.article li {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
}
.head-title {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.head-title img {
    width: 75%;
}

.head-title.locations img {
    width: 550px;
}
.head-title p {
    font-size: 24px;
    line-height: 32px;
}

.menu-choice {
    padding-bottom: 40px;
}
.menu-choice .item-left {
    text-align: center;
    border-right: 1px solid #825b3b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-choice .item-left img.texty {
    height: 28px;
    width: auto;
}
.menu-choice .item-left a img.arrow {
    height: 28px;
    width: auto;
    margin-left: 10px;
    transition: 0.5s;
}

.menu-choice .item-left a:hover img.arrow {
    margin-left: 30px;
}
.menu-choice .item-middle {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-choice .item-middle img.texty {
    height: 28px;
    width: auto;
}
.menu-choice .item-middle a img.arrow {
    height: 28px;
    width: auto;
    margin-left: 10px;
    transition: 0.5s;
}
.menu-choice .item-middle a:hover img.arrow {
    margin-left: 30px;
}
.menu-choice .item-right {
    text-align: center;
    border-left: 1px solid #825b3b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-choice .item-right img.texty {
    height: 28px;
    width: auto;
}
.menu-choice .item-right a img.arrow {
    height: 28px;
    width: auto;
    margin-left: 10px;
    transition: 0.5s;
}
.menu-choice .item-right a:hover img.arrow {
    margin-left: 30px;
}

.menu-choice.locations {
}
.menu-choice.locations .item-left {
    text-align: left;
    border-right: 1px solid #825b3b;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
}
.menu-choice.locations .item-middle {
    text-align: left;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
}
.menu-choice.locations .item-right {
    text-align: left;
    border-left: 1px solid #825b3b;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
}
.menu-choice.locations img.title {
    height: 32px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.menu-choice.locations img.title.alt {
    height: 60px;
    width: auto;
    margin-top: 22px;
    margin-bottom: 10px;
}

.menu-choice.locations p.email {
    text-align: center;
    font-size: 20px;
    padding-top: 28px;
}
.menu-choice.locations p.email a {
    color: #ffffff;
    font-weight: 700;
}
.menu-choice.locations p {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 20px;
}
.menu-choice.locations p.loc1 {
    background-image: url("../images/icon-map.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
}
.menu-choice.locations p.loc2 {
    background-image: url("../images/icon-chair.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
}
.menu-choice.locations p.loc3 {
    background-image: url("../images/icon-clock.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
}

.gridzy {
    padding-bottom: 50px;
}

.services-carousel {
    padding: 0px 0px 80px 0px;
    text-align: center;
}
.services-carousel h3 {
    padding-bottom: 20px;
}
.services-carousel.abouter {
    padding-top: 20px;
    padding-bottom: 40px;
}

.form-test h1 {
    font-size: 105px;
    margin-bottom: 0px;
    /** Michael **/
    margin-top: 0;
}
.success-message h1 {
    font-size: 85px;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 85px;
}

.form-test,
.success-message {
    background-image: url("../images/Form-BG.jpg");
    background-size: cover;
    /* padding: 100px; */
    padding: 60px 80px;
    /* border-radius: 40px 0px 0px 40px; */
}

.form-call {
    padding-top: 40px;
}
.form-call .form-call-1 {
    float: left;
    padding-right: 15px;
}
.form-call .form-call-2 {
    float: left;
    padding-right: 15px;
}
.form-call .form-call-3 {
    float: left;
}
.form-call .form-call-1 img {
    height: 70px;
    margin-top: 5px;
}
.form-call .form-call-2 p {
    font-family: "primetimeregular";
    font-size: 40px;
    line-height: 38px;
}
.form-call .form-call-3 p {
    font-size: 18px;
    line-height: 26px;
}

.testy-carousel {
    padding: 40px 0px 50px 0px;
    text-align: center;
}
.testy-carousel h2 {
    font-size: 63px;
    font-weight: 700;
}
.testy-carousel .item {
    background-color: #ffffff;
    border-radius: 63px;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
    margin-left: 5%;
    margin-right: 5%;
    background-image: url("../images/IMG-FeaturesCar-1.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
}
.testy-carousel .item.v2 {
    background: rgb(130, 132, 202);
    background-image: url("../images/IMG-FeaturesCar-2.jpg");
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.testy-carousel .item.v3 {
    background-color: #ffffff;
    border-radius: 63px;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
    margin-left: 5%;
    margin-right: 5%;
    background-image: url("../images/IMG-FeaturesCar-3.jpg");
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.testy-carousel .item.v4 {
    background: rgb(130, 132, 202);
    background-image: url("../images/IMG-FeaturesCar-4.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
}

.testy-carousel .item h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100px;
}

/*.testy-carousel .image {
	border-radius: 0px 63px 63px 0px;
	height: 350px;
	background-size: cover;
    background-position: center center;
}*/
/*.testy-carousel .image.one {
	background-image: url("../images/IMG-FeaturesCar-1.jpg");
}*/
.testy-carousel .image.two {
    background-image: url("../images/testy-IMG-2.png");
}
.testy-carousel .image.three {
    background-image: url("../images/testy-IMG-3.png");
}
.testy-carousel .text {
    padding: 180px 20% 180px 20%;
    text-align: left;
}

.testy-carousel p.link {
    padding-top: 20px;
}
.testy-carousel p.link a img {
    width: 20px;
    margin-top: -5px;
    margin-left: 10px;
    transition: 0.4s;
    display: inline !important;
}
.testy-carousel p.link a:hover img {
    margin-left: 40px;
}
.testy-carousel p.link a {
    background: none;
    background: -webkit-linear-gradient(#67a0d6, #666dbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: auto;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 20px;
    transition: 1s;
    border: 2px solid #6d9ad3;
    font-size: 26px;
}
.testy-carousel p.link a:hover {
    background: none;
    border: 2px solid #1d232a;
    background: -webkit-linear-gradient(#1d232a, #1d232a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testy-carousel .v2 p.link a,
.testy-carousel .v4 p.link a {
    background: none;
    color: #ffffff;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    border-radius: 20px;
    transition: 1s;
    border: 2px solid #ffffff;
    font-size: 26px;
    -webkit-text-fill-color: #ffffff;
}
.testy-carousel .v2 p.link a:hover,
.testy-carousel .v4 p.link a:hover {
    background: none;
    border: 2px solid #1d232a;
    color: #1d232a;
    -webkit-text-fill-color: #1d232a;
}

.testy-logos-carousel {
}
.testy-logos-carousel .item img {
    height: 90px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 5px;
    margin: 5px 7px;
    background: #282828;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ea2127;
}

.testy-carousel-2 {
    padding-top: 100px;
    padding-bottom: 70px;
    background-image: url("../images/BG-About-last-half.png");
    background-size: 420px;
    background-position: left center;
    background-repeat: no-repeat;
}

.testy-carousel-2 .title h2 {
    padding-bottom: 50px;
    padding-top: 20px;
    font-size: 62px;
    line-height: 65px;
    font-weight: 700;
    margin: 0px;
}
.testy-carousel-2 .title img {
    width: 150px;
}

.testy-carousel-2 .item {
    border-left: 2px solid #8184ca;
    padding-left: 30px;
}

.testy-carousel-2 .item p {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}
.testy-carousel-2 .item p.testee {
    padding-top: 20px;
    font-size: 18px;
    line-height: 36px;
    margin: 0px;
    font-weight: 400;
}
.testy-carousel-2 .item p.testee img {
    width: 20px;
    margin-right: 8px;
}

.integrate {
    padding-top: 250px;
    background-image: url("../images/lines.png");
    background-repeat: repeat-x;
    background-size: 1100px;
    background-position: 0 227px;
}
.integrate #integrate-level1 {
}
.integrate #integrate-level1 img {
    height: 60px;
    width: auto;
}
.integrate #integrate-level2 {
    margin-top: -25px;
}
.integrate #integrate-level2 img {
    height: 95px;
    width: auto;
}

.promo-big-wrap {
    padding-top: 50px;
    padding-bottom: 130px;
}
.promo-big {
    background-image: url("../images/BG-promo-big.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.promo-big h3 {
    font-size: 50px;
    color: #000000;
    padding-bottom: 20px;
}
.promo-big h2 {
    font-size: 140px;
    line-height: 90px;
    color: #ffffff;
}
.promo-big h2 img {
    width: 80px;
    margin-top: -25px;
}

.cta-wrap {
    padding-top: 150px;
}
.cta-wrap a {
    color: #ffffff;
}
.cta-wrap a:hover {
    text-decoration: none;
}
.cta {
    background-image: url("../images/BG-cta.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px;
}
.cta .heading {
}
.cta .heading h2 {
    font-size: 150px;
    line-height: 115px;
    padding: 0px;
    margin: 0px;
}
.cta .text {
    padding-top: 5px;
}

.cta .text p {
    font-size: 26px;
    line-height: 50px;
    padding-right: 30px;
}
.cta .button {
    text-align: right;
    padding-top: 15px;
}
.cta .button img {
    width: 70px;
}

#branches-carousel .item img {
    transition: all 0.3s ease;
    padding: 0px;
}
#branches-carousel .item img:hover {
}

.footer-frill {
    background-image: url("../images/footer-frill.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top center;
    height: 120px;
}

footer {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}
footer img.footer-img {
    width: 40%;
}
footer img.logo {
    width: 200px;
    margin-top: -20px;
    margin-bottom: 20px;
}
footer img.gv {
    width: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
}
footer p {
    font-size: 22px;
    line-height: 29px;
    color: #ffffff;
}
footer p.small {
    font-size: 12px;
    color: #7f7f7f;
    font-style: italic;
}
footer .sm-icons {
    height: 35px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
footer .sm-icons img {
    height: 40px;
    margin-right: 20px;
}

/** Modal Form **/
body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modalForm {
    display: none;
}

.success-message {
    display: none;
}

.modalForm > .container-full {
    height: 100%;
}

.modalForm__close {
    position: absolute;
    top: 27px;
    right: 27px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1000;
    background: none;
    box-shadow: none;
    border: none;
    opacity: 1;
    transition: all 0.4s ease;
}

.modalForm__close:hover {
    opacity: 0.7;
}

.modalForm__close svg {
    width: 47px;
    height: 47px;
}

.modalForm > .container-full > .row,
.modalForm > .container-full > .row > .col-md-6,
.modalForm > .container-full > .row > .col-md-6 > .form-test {
    height: 100%;
}

.success-message h1 {
    margin-bottom: 40px;
}

.modalForm .form-test {
    transform: translateX(2000px);
    transition: all 0.5s ease-in-out;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.navbar .navbar-nav li a.special:focus {
    background-color: transparent;
    outline: none;
    color: #ff0db7;
}











/* Xtra Large devices (desktops, 1500px and up) */

@media (min-width: 1500px) and (max-width: 2999px) {
    .navbar,
    .navbar-default {
        font-size: 18px;
    }
    .navbar .navbar-nav li a {
        padding-left: 40px;
    }
    .hello h2.hero-home,
    .hello p.intro-hero {
        padding-left: 10%;
        padding-right: 10%;
    }

    .container {
        width: 1440px;
    }

    .articles .text-box {
        height: 350px;
    }
}









/* Large devices (desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1499px) {
    img.sexy-logo {
        width: 220px;
    }

    .hero-home img {
        width: 90%;
    }
    .big-text.abouter img.message {
        margin-top: 10px;
        margin-bottom: 40px;
        width: 90% !important;
    }
    .nav-menu-wrap a {
        font-size: 20px;
        font-weight: 900;
        margin-left: 35px;
        margin-right: 35px;
    }

    .nav-menu-wrap img.nav-frill-right {
        height: 40px;
        margin-left: 60px;
    }
    .nav-menu-wrap img.nav-frill-left {
        height: 40px;
        margin-right: 60px;
    }
    .nav-menu {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .services-carousel .text h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .navbar,
    .navbar-default {
        font-size: 15px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        padding-left: 0px;
    }
    .navbar .navbar-nav li a {
        padding-left: 25px;
    }

    .testy-carousel .text {
        padding: 100px 15% 120px 15%;
        text-align: left;
    }
    .testy-carousel .owl-dots {
        margin-top: -30px;
    }

    .hero-x .item .text {
        padding: 60px 12% 80px 12%;
    }
    .hero-x .item h3 {
        font-size: 50px;
        line-height: 52px;
    }
    .hero-x p.intro-hero {
        font-size: 22px;
        line-height: 34px;
    }

    .content .item .text h3 {
        font-size: 57px;
        line-height: 63px;
    }

    .content .about .item.dark .text h3 {
        font-size: 55px;
        line-height: 63px;
    }
    .content .about .item img.imagex {
        width: 140px;
    }

    .pricing {
    }

    .pricing .poppy img.pop {
        width: auto;
        height: 35px;
    }
    .pricing .price.one {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 35px;
    }
    .pricing .price.two {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .pricing .price img.ship {
        width: 90px;
    }
    .pricing .price h3 {
        font-size: 45px;
        line-height: 50px;
    }
    .pricing .price p {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing .price p.cost {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .pricing .price p.cost .small {
        font-size: 18px;
        line-height: 26px;
    }

    .pricing .price ul.tier1 {
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier1 li {
        font-size: 20px;
        line-height: 26px;
        background-size: 14px;
        background-position: 0px 8px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price ul.tier2 {
        font-size: 18px;
        line-height: 26px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier2 li {
        font-size: 16px;
        line-height: 24px;
        background-size: 14px;
        background-position: 0px 6px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price p.link {
        padding-top: 20px;
    }

    .articles .text-box {
        height: 400px;
    }
}










/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 1000px;
    }

    img.sexy-logo {
        width: 160px;
    }

    .hero-home img {
        width: 90%;
    }

    .nav-menu-wrap {
        padding-top: 30px;
    }

    .nav-menu-wrap a {
        font-size: 20px;
        font-weight: 900;
        margin-left: 22px;
        margin-right: 22px;
    }

    .nav-menu-wrap img.nav-frill-right {
        height: 40px;
        margin-left: 40px;
    }
    .nav-menu-wrap img.nav-frill-left {
        height: 40px;
        margin-right: 40px;
    }
    .nav-menu {
        padding-top: 7px;
        padding-bottom: 0px;
    }

    section button {
        margin-top: 15px;
        margin-right: 20px;
        z-index: 11111;
        position: fixed;
        top: 0;
        right: 0;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .head-title.locations img {
        width: 350px;
    }

    .head-title.locations {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .menu-choice.locations img.title {
        height: 22px;
    }
    .menu-choice.locations p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .menu-choice.locations img.title.alt {
        height: 50px;
    }

    .big-text.abouter img.message {
        margin-top: 10px;
        margin-bottom: 40px;
        width: 90% !important;
    }

    .navigation {
        background-image: none;
    }
    .navbar .navbar-nav {
        padding-right: 45px;
    }
    .navbar,
    .navbar-default {
        font-size: 13px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        padding-left: 10px;
        font-size: 13px;
    }

    .navbar .navbar-nav li a {
        padding-left: 15px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-left: 5px;
    }
    .nav-cta {
        display: none;
    }

    h2.hero-home {
        font-size: 70px;
        line-height: 76px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.intro-hero {
        font-size: 20px;
        line-height: 30px;
    }
    p.intro {
        font-size: 16px;
        line-height: 24px;
    }

    .hello p.link {
        padding-top: 30px;
    }

    .hello p.link a.whitey {
        font-size: 22px;
    }
    .hello p.link a.alt {
        font-size: 22px;
    }

    .astro {
        top: 120px;
        right: 10%;
    }

    .hello .container {
        width: 800px;
    }

    .hello {
        margin-top: 150px;
        padding-bottom: 60px;
        text-align: center;
    }

    .app img {
        width: 70%;
    }

    .hero-x {
        padding: 70px 4% 40px 4%;
    }
    .hero-x .item .text {
        padding: 40px 8% 50px 8%;
    }
    .hero-x .item h3 {
        font-size: 46px;
        line-height: 50px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .hero-x p.intro-hero {
        font-size: 20px;
        line-height: 28px;
    }

    .content .item .text h3 {
        font-size: 46px;
        line-height: 50px;
    }

    .content {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .content .about .item.dark .text h3 {
        font-size: 45px;
        line-height: 53px;
    }
    .content .about .item img.imagex {
        width: 140px;
    }
    .content .about .item.dark .text p.intro {
        font-size: 18px;
        line-height: 28px;
    }
    .content .about .item.dark .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .content .item .text.super h3 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0px;
    }
    .content .bit h4 {
        font-weight: 900;
        font-size: 26px;
        line-height: 30px;
    }

    .pricing {
    }

    .pricing .poppy img.pop {
        width: auto;
        height: 35px;
    }
    .pricing .price.one {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 35px;
    }
    .pricing .price.two {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .pricing .price img.ship {
        width: 90px;
    }
    .pricing .price h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing .price p {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing .price p.cost {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .pricing .price p.cost .small {
        font-size: 18px;
        line-height: 26px;
    }

    .pricing .price ul.tier1 {
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier1 li {
        font-size: 20px;
        line-height: 26px;
        background-size: 14px;
        background-position: 0px 8px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price ul.tier2 {
        font-size: 18px;
        line-height: 26px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier2 li {
        font-size: 16px;
        line-height: 24px;
        background-size: 14px;
        background-position: 0px 6px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price p.link {
        padding-top: 20px;
    }

    .menu-grid .image.one {
        height: 350px;
    }
    .menu-grid .image.two {
        height: 300px;
    }
    .menu-grid .image.three {
        height: 307px;
    }
    .menu-grid .image.four {
        height: 220px;
    }
    .menu-grid .image.five {
        height: 400px;
    }
    .menu-grid .image.six {
        height: 200px;
    }
    .menu-grid .image.seven {
        height: 300px;
    }
    .menu-grid .test .test-inner h4 {
        font-size: 24px;
    }
    .menu-grid .test .test-inner p {
        font-size: 15px;
        line-height: 23px;
    }
    .menu-grid .image img.icon {
        left: 88%;
    }

    .cta-wrap {
        padding-top: 50px;
    }

    .cta .heading h2 {
        font-size: 120px;
        line-height: 100px;
    }

    .cta .text p {
        font-size: 22px;
        line-height: 40px;
    }
    .cta .button img {
        width: 60px;
    }

    .services-carousel .text h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .testy-carousel h2 {
        font-size: 48px;
        font-weight: 700;
    }

    .testy-carousel .text {
        padding: 50px 10% 70px 10%;
        text-align: left;
    }
    .testy-carousel .owl-dots {
        margin-top: -30px;
    }

    .testy-carousel .item h2 {
        font-size: 15px;
        font-weight: 100px;
    }
    .testy-carousel .item {
        border-radius: 40px;
    }

    .testy-carousel-2 .container {
        width: 800px;
    }

    .testy-carousel-2 .title h2 {
        padding-bottom: 40px;
        font-size: 48px;
        line-height: 56px;
    }

    .testy-carousel-2 .item p {
        font-size: 40px;
        line-height: 50px;
    }

    .testy-carousel-2 {
        padding-top: 60px;
        padding-bottom: 30px;
        background-size: 320px;
    }

    .rbfixit {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .rbfixit .text-box h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .rbfixit .text-box p {
        font-size: 18px;
        line-height: 26px;
    }
    .rbfixit .text-box p.link a {
        font-size: 30px;
    }
    .rbfixit .text-box {
        background-size: 800px 450px;
        padding: 60px 60px 90px 60px;
    }

    .promo-big-wrap {
        padding-top: 10px;
        padding-bottom: 80px;
    }
    .promo-big {
        background-image: url("../images/BG-promo-big.png");
        mix-blend-mode: color-dodge;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .promo-big h3 {
        font-size: 40px;
        color: #000000;
        padding-bottom: 20px;
    }
    .promo-big h2 {
        font-size: 110px;
        line-height: 70px;
        color: #ffffff;
    }
    .promo-big h2 img {
        width: 70px;
        margin-top: -25px;
    }

    footer .footer-nav li {
        padding-right: 45px;
        line-height: 18px;
        background-position: 85% 7px;
        padding-bottom: 15px;
        padding-right: 45px;
    }
    footer .footer-nav li.email {
        background-position: 0% 4px;
    }
    footer .footer-nav li.address {
        background-position: 0% 3px;
    }
    footer .footer-nav h3 {
        font-size: 34px;
        line-height: 36px;
    }
    footer .footer-nav h4 {
        font-size: 34px;
        line-height: 45px;
    }

    .articles .text-box {
        height: 410px;
    }
}













/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .sexy-logo-mob {
        text-align: center;
        padding-top: 25px;
        width: 100%;
    }

    .sexy-logo-mob img.sexy-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .hero-home img {
        width: 100%;
        animation: none;
    }

    .big-text {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    section button {
        margin-top: 15px;
        margin-right: 20px;
        z-index: 11111;
        position: fixed;
        top: 0;
        right: 0;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .big-text.abouter img.message {
        margin-top: 10px;
        margin-bottom: 40px;
        width: 90% !important;
    }

    .navigation {
        background-image: none;
    }
    .navbar .navbar-nav {
        padding-right: 45px;
    }
    .navbar,
    .navbar-default {
        font-size: 13px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        padding-left: 10px;
        font-size: 13px;
    }

    .navbar .navbar-nav li a {
        padding-left: 15px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-left: 5px;
    }
    .nav-cta {
        display: none;
    }

    h2.hero-home {
        font-size: 70px;
        line-height: 76px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.intro-hero {
        font-size: 20px;
        line-height: 30px;
    }
    p.intro {
        font-size: 16px;
        line-height: 24px;
    }

    .hello p.link {
        padding-top: 30px;
    }

    .hello p.link a.whitey {
        font-size: 22px;
    }
    .hello p.link a.alt {
        font-size: 22px;
    }

    .hello .container {
        width: 800px;
    }

    .hello {
        margin-top: 150px;
        padding-bottom: 60px;
        text-align: center;
    }

    .head-title {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .head-title img {
        width: 100%;
    }
    .head-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .menu-choice .item-left img.texty {
        height: 22px;
    }
    .menu-choice .item-left a img.arrow {
        height: 22px;
    }

    .menu-choice .item-middle img.texty {
        height: 22px;
    }
    .menu-choice .item-middle a img.arrow {
        height: 22px;
    }
    .menu-choice .item-middle a:hover img.arrow {
        margin-left: 30px;
    }

    .menu-choice .item-right img.texty {
        height: 22px;
    }
    .menu-choice .item-right a img.arrow {
        height: 22px;
    }

    .head-title.locations {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .menu-choice.locations img.title {
        height: 22px;
    }
    .menu-choice.locations p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .menu-choice.locations img.title.alt {
        height: 40px;
        margin-top: 25px;
    }

    .menu-choice.locations .item-left,
    .menu-choice.locations .item-middle,
    .menu-choice.locations .item-right {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .menu-choice.locations p.loc1,
    .menu-choice.locations p.loc2,
    .menu-choice.locations p.loc3 {
        padding-left: 30px;
    }

    .head-title.locations img {
        width: 250px;
    }

    .articles.alt .item {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .articles.alt .title img {
        width: 550px;
    }
    .articles.alt {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .article {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .article h1 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .article p.intro {
        font-size: 22px;
        line-height: 36px;
        padding-top: 20px;
    }

    .articles .text-box {
        height: 500px;
    }

    .hero-x {
        padding: 70px 4% 40px 4%;
    }
    .hero-x .item {
        border-radius: 30px !important;
    }
    .hero-x .item .text {
        padding: 20px 7% 30px 7%;
    }
    .hero-x .item h3 {
        font-size: 38px;
        line-height: 40px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .hero-x p.intro-hero {
        font-size: 18px;
        line-height: 24px;
    }
    .content .item .text h3 {
        font-size: 38px;
        line-height: 43px;
    }

    .content {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .content .item .image img {
        width: 50%;
        border-radius: 40px;
        margin-bottom: 20px;
    }
    .content.sect {
        background-position: right 650px;
    }
    .content .about .item.dark {
        margin-bottom: 50px;
    }
    .content .about .item.dark .text h3 {
        font-size: 45px;
        line-height: 70px;
    }

    .content .about .item img.imagex {
        width: 100px;
    }
    .content .bit {
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content .item .text.super h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .pricing {
    }

    .pricing .poppy img.pop {
        width: auto;
        height: 35px;
    }
    .pricing .price.one {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 35px;
    }
    .pricing .price.two {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .pricing .price img.ship {
        width: 90px;
    }
    .pricing .price h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing .price p {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing .price p.cost {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .pricing .price p.cost .small {
        font-size: 18px;
        line-height: 26px;
    }

    .pricing .price ul.tier1 {
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier1 li {
        font-size: 20px;
        line-height: 26px;
        background-size: 14px;
        background-position: 0px 8px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price ul.tier2 {
        font-size: 18px;
        line-height: 26px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier2 li {
        font-size: 16px;
        line-height: 24px;
        background-size: 14px;
        background-position: 0px 6px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price p.link {
        padding-top: 20px;
    }

    .menu-grid .image.one {
        height: 350px;
    }
    .menu-grid .image.two {
        height: 280px;
    }
    .menu-grid .image.three {
        height: 307px;
    }
    .menu-grid .image.four {
        height: 220px;
    }
    .menu-grid .image.five {
        height: 400px;
    }
    .menu-grid .image.six {
        height: 200px;
    }
    .menu-grid .image.seven {
        height: 300px;
    }
    .menu-grid .test .test-inner h4 {
        font-size: 20px;
    }
    .menu-grid .test .test-inner p {
        font-size: 15px;
        line-height: 23px;
    }
    .menu-grid .image img.icon {
        left: 88%;
    }

    .cta-wrap {
        padding-top: 50px;
    }

    .cta .heading h2 {
        font-size: 120px;
        line-height: 100px;
    }

    .cta .text p {
        font-size: 22px;
        line-height: 40px;
    }
    .cta .button img {
        width: 60px;
    }

    .services-carousel .text h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .services-carousel {
        padding: 30px 0px 30px 0px;
    }
    .app img {
        width: 70%;
    }
    .testy-carousel h2 {
        font-size: 48px;
        font-weight: 700;
    }

    .testy-carousel p.link a {
        font-size: 22px;
    }

    .testy-carousel .v2 p.link a,
    .testy-carousel .v4 p.link a {
        font-size: 22px;
    }
    .testy-carousel .text {
        padding: 50px 10% 70px 10%;
        text-align: left;
    }
    .testy-carousel .owl-dots {
        margin-top: -30px;
    }

    .testy-carousel .item h2 {
        font-size: 15px;
        font-weight: 100px;
    }
    .testy-carousel .item {
        border-radius: 40px;
    }

    .testy-carousel .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -40px;
    }

    .testy-carousel-2 .container {
        width: 800px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .testy-carousel-2 .title h2 {
        padding-bottom: 40px;
        font-size: 42px;
        line-height: 50px;
    }

    .testy-carousel-2 .item p {
        font-size: 36px;
        line-height: 40px;
    }

    .testy-carousel-2 {
        padding-top: 60px;
        padding-bottom: 30px;
        background-size: 320px;
    }

    .rbfixit {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .rbfixit .text-box h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .rbfixit .text-box p {
        font-size: 18px;
        line-height: 26px;
    }
    .rbfixit .text-box p.link a {
        font-size: 30px;
    }
    .rbfixit .text-box {
        background-size: 800px 450px;
        padding: 60px 50px 90px 50px;
    }

    .promo-big-wrap {
        padding-top: 10px;
        padding-bottom: 80px;
    }
    .promo-big {
        background-image: url("../images/BG-promo-big.png");
        mix-blend-mode: color-dodge;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .promo-big h3 {
        font-size: 40px;
        color: #000000;
        padding-bottom: 20px;
    }
    .promo-big h2 {
        font-size: 110px;
        line-height: 70px;
        color: #ffffff;
    }
    .promo-big h2 img {
        width: 70px;
        margin-top: -25px;
    }

    footer p {
        font-size: 19px;
        line-height: 24px;
        color: #ffffff;
    }
    footer img.logo {
        width: 150px;
        margin-top: -15px;
    }

    .articles .text-box {
        height: 400px;
    }
}











/* Extra small devices (phones, less than 768px) */
@media (max-width: 1400px) {
    /*
	.fs-webform-container .fserv-form > .formserv-text-field:first-of-type,
	.fs-webform-container .fserv-form > .formserv-text-field:first-of-type + .formserv-text-field,
	.fs-webform-container .fserv-form > .formserv-tel-field.fserv-field,
	.fs-webform-container .fserv-form > .formserv-tel-field.fserv-field + .formserv-text-field {
		flex-basis: 100%;
	}*/

    .modalForm__hiddenmobile {
        display: none;
    }

    .modalForm .col-md-6:not(.modalForm__hiddenmobile) {
        width: 100%;
    }
}











@media (max-width: 767px) {
    @keyframes float {
        0% {
            transform: translatey(0px);
        }
        50% {
            transform: translatey(-20px);
        }
        100% {
            transform: translatey(0px);
        }
    }
    .legal h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .sexy-logo-mob {
        text-align: center;
        padding-top: 15px;
        width: 100%;
    }

    .sexy-logo-mob img.sexy-logo {
        width: 150px;
        margin-bottom: 10px;
    }
    .hero-home img {
        width: 100%;
        animation: none;
    }

    .big-text.abouter img.message {
        margin-top: 10px;
        margin-bottom: 18px;
        width: 100% !important;
    }
    .big-text.abouter {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .services-carousel.abouter {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .big-text {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .big-text img.message {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .about-con {
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .about-con p.intro {
        font-size: 18px;
        line-height: 28px;
        padding-top: 20px;
    }
    .about-con p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .about-con .row2 {
        padding-top: 0px;
    }
    .about-con .image.right img {
        width: 100%;
        margin-top: 0px;
    }

    .about-con .image img {
        width: 100%;
    }

    .articles .title img {
        width: 300px;
    }

    .articles h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .articles {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .articles .item {
        padding-bottom: 30px;
    }
    .articles .text-box {
        padding: 5px 7% 15px 7%;
        padding: 5px 7% 15px 7%;
    }

    .articles p {
        font-size: 14px;
        line-height: 22px;
    }
    .articles p.date {
        color: #ae9a5d;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .articles.alt .item {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .articles.alt .title img {
        width: 95%;
    }
    .articles.alt {
        padding-top: 40px;
        padding-bottom: 80px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .article {
        padding-top: 10px;
        padding-bottom: 40px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .article h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .article h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .article p.intro {
        font-size: 20px;
        line-height: 29px;
        padding-top: 20px;
    }

    .menu-grid .wrapp {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-grid {
        padding-left: 7%;
        padding-right: 7%;
    }

    .menu-grid .image.one {
        height: 250px;
    }
    .menu-grid .image.two {
        height: 200px;
    }
    .menu-grid .image.three {
        height: 250px;
    }
    .menu-grid .image.four {
        height: 220px;
    }
    .menu-grid .image.five {
        height: 300px;
    }
    .menu-grid .image.six {
        height: 200px;
    }
    .menu-grid .image.seven {
        height: 250px;
    }
    .menu-grid .test .test-inner h4 {
        font-size: 20px;
    }
    .menu-grid .test .test-inner p {
        font-size: 15px;
        line-height: 23px;
    }
    .menu-grid .image img.icon {
        left: 88%;
    }
    .menu-grid .row-left,
    .menu-grid .row-middle,
    .menu-grid .row-right {
        padding-right: 0px;
        padding-left: 0px;
    }

    section button {
        margin-top: 14px;
        margin-right: 20px;
        z-index: 11111;
        position: fixed;
        top: 0;
        right: 0;
    }
    .logo img {
        width: 155px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .head-title {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .head-title img {
        width: 100%;
    }
    .head-title p {
        font-size: 18px;
        line-height: 26px;
    }
    .menu-choice {
        padding-left: 7%;
        padding-right: 7%;
    }

    .menu-choice .item-left {
        border-right: none;
        border-bottom: 1px solid #825b3b;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-choice .item-middle {
        border-bottom: 1px solid #825b3b;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-choice .item-right {
        border-left: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .galleryz {
        padding-left: 7%;
        padding-right: 7%;
    }
    .menu-choice .item-left img.texty {
        height: 22px;
    }
    .menu-choice .item-left a img.arrow {
        height: 22px;
    }

    .menu-choice .item-middle img.texty {
        height: 22px;
    }
    .menu-choice .item-middle a img.arrow {
        height: 22px;
    }
    .menu-choice .item-middle a:hover img.arrow {
        margin-left: 30px;
    }

    .menu-choice .item-right img.texty {
        height: 22px;
    }
    .menu-choice .item-right a img.arrow {
        height: 22px;
    }

    .head-title.locations {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .menu-choice.locations img.title {
        height: 22px;
    }
    .menu-choice.locations p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .menu-choice.locations img.title.alt {
        height: 40px;
        margin-top: 25px;
    }

    .menu-choice.locations .item-left,
    .menu-choice.locations .item-middle,
    .menu-choice.locations .item-right {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-right: 0px;
        padding-left: 0px;
        border-right: none;
        border-left: none;
        padding-bottom: 30px;
    }

    .menu-choice.locations p.loc1,
    .menu-choice.locations p.loc2,
    .menu-choice.locations p.loc3 {
        padding-left: 30px;
    }

    .head-title.locations img {
        width: 200px;
    }
    .menu-choice.locations p.email {
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
    }

    .navigation {
        background-image: none;
    }
    .navbar .navbar-nav {
        padding-right: 45px;
    }
    .navbar,
    .navbar-default {
        font-size: 13px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        padding-left: 10px;
        font-size: 13px;
    }

    .navbar .navbar-nav li a {
        padding-left: 15px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-left: 5px;
    }
    .nav-cta {
        display: none;
    }

    h2.hero-home {
        font-size: 37px;
        line-height: 42px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.intro-hero {
        font-size: 18px;
        line-height: 26px;
    }
    p.intro {
        font-size: 16px;
        line-height: 24px;
    }
    .hello {
        margin-top: 70px;
        padding-bottom: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .hello .image {
        text-align: center;
        background-image: url("../images/BG-About-last.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .hello .image img {
        width: 220px;
        margin-left: 30px;
        margin-right: 0px;
        animation: float 14s ease-in-out infinite;
    }

    .hello p.link {
        padding-top: 30px;
    }

    .hello p.link a.whitey {
        font-size: 22px;
    }
    .hello p.link a.alt {
        font-size: 22px;
    }

    .hero-x {
        padding: 60px 4% 20px 4%;
    }
    .hero-x .item .text {
        padding: 20px 7% 30px 7%;
    }
    .hero-x .item h3 {
        font-size: 32px;
        line-height: 34px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .hero-x p.intro-hero {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-x.dark .item {
        border-radius: 20px;
    }
    .hero-x.color .item {
        border-radius: 20px;
    }
    .hero-x.features .item {
        background-image: none;
    }
    .hero-x.partners .item {
        background-image: none;
    }
    .hero-x.how-it-works .item {
        background-image: none;
    }
    .hero-x.about .item {
        background-image: none;
    }

    .hero-x .item .image.one {
        background-image: url("../images/IMG-Hero-Features-MOB.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 18px 18px 0px 0px;
    }
    .hero-x .item .image.two {
        background-image: url("../images/IMG-Hero-HowItWorks-MOB.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 18px 18px 0px 0px;
    }
    .hero-x .item .image.three {
        background-image: url("../images/IMG-Hero-Partners-MOB.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 18px 18px 0px 0px;
    }
    .hero-x .item .image.four {
        background-image: url("../images/IMG-Hero-About-MOB.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 18px 18px 0px 0px;
    }

    .content .item .text h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .content .item .text p.intro-hero {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .content {
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .content .item .image.anim img {
        width: 95%;
    }
    .content .item .image img {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .content.white.pill {
        border-radius: 40px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .content.sect {
        background-position: right 650px;
    }
    .content .about .item.dark {
        margin-bottom: 50px;
    }
    .content .about .item.white {
        margin-bottom: 30px;
    }
    .content .about .item.dark .text h3 {
        font-size: 45px;
        line-height: 70px;
    }

    .content .about .item img.imagex {
        width: 100px;
    }
    .content .bit {
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content .item .text.super h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .content .about .item {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content .bit {
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content .bit h4 {
        font-weight: 900;
        font-size: 24px;
        line-height: 30px;
    }
    .content .bit img {
        width: 30px;
    }

    .pricing {
        margin-top: -25px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .pricing .poppy img.pop {
        width: auto;
        height: 35px;
    }
    .pricing .price.one {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 35px;
    }
    .pricing .price.two {
        border-radius: 40px;
        padding: 30px 7% 50px 7%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .pricing .price img.ship {
        width: 90px;
    }
    .pricing .price h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing .price p {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing .price p.cost {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .pricing .price p.cost .small {
        font-size: 18px;
        line-height: 26px;
    }

    .pricing .price ul.tier1 {
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier1 li {
        font-size: 20px;
        line-height: 26px;
        background-size: 14px;
        background-position: 0px 8px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price ul.tier2 {
        font-size: 18px;
        line-height: 26px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pricing .price ul.tier2 li {
        font-size: 16px;
        line-height: 24px;
        background-size: 14px;
        background-position: 0px 6px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .pricing .price p.link {
        padding-top: 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 7px;
        margin: 5px 7px;
    }

    .app {
        margin-left: 7%;
        margin-right: 7%;
        padding-top: 10px;
    }
    .app p {
        font-size: 16px;
        line-height: 23px;
    }

    .cta-wrap {
        padding-top: 50px;
    }

    .cta .heading h2 {
        font-size: 120px;
        line-height: 100px;
    }

    .cta .text p {
        font-size: 22px;
        line-height: 40px;
    }
    .cta .button img {
        width: 60px;
    }

    .services-carousel .text h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .services-carousel {
        padding: 0px 7% 20px 7%;
    }

    .testy-carousel .item {
        background-color: #ffffff;
        border-radius: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
        box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
        margin-left: 5%;
        margin-right: 5%;
        background-image: none;
    }
    .testy-carousel .item.v2 {
        background: rgb(130, 132, 202);
        background-image: none;
    }
    .testy-carousel .item.v3 {
        background-color: #ffffff;
        border-radius: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
        box-shadow: 0px 3px 18px -4px rgba(0, 0, 0, 1);
        margin-left: 5%;
        margin-right: 5%;
        background-image: none;
    }
    .testy-carousel .item.v4 {
        background: rgb(130, 132, 202);
        background-image: none;
    }

    .testy-carousel .item .image.one {
        background-image: url("../images/IMG-FeaturesCar-MOB-1.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px 20px 0px 0px;
    }
    .testy-carousel .item .image.two {
        background-image: url("../images/IMG-FeaturesCar-MOB-2.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px 20px 0px 0px;
    }
    .testy-carousel .item .image.three {
        background-image: url("../images/IMG-FeaturesCar-MOB-3.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px 20px 0px 0px;
    }
    .testy-carousel .item .image.four {
        background-image: url("../images/IMG-FeaturesCar-MOB-4.jpg");
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px 20px 0px 0px;
    }

    .testy-carousel h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .testy-carousel p.link a {
        font-size: 22px;
    }

    .testy-carousel .v2 p.link a,
    .testy-carousel .v4 p.link a {
        font-size: 22px;
    }
    .testy-carousel .text {
        padding: 20px 8% 50px 8%;
        text-align: left;
    }
    .testy-carousel .owl-dots {
        margin-top: -30px;
    }

    .testy-carousel .item h2 {
        font-size: 15px;
        font-weight: 100px;
    }
    .testy-carousel .item {
        border-radius: 40px;
    }

    .testy-carousel-2 .title h2 {
        padding-bottom: 40px;
        font-size: 32px;
        line-height: 38px;
    }

    .testy-carousel-2 .item p {
        font-size: 28px;
        line-height: 36px;
    }

    .testy-carousel-2 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 160px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .testy-carousel-2 .item {
        padding-left: 20px;
    }

    .testy-carousel-2 .title img {
        width: 250px;
    }

    .rbfixit-wrap {
        background-image: url("../images/BG-CTA-space.png");
        background-size: 800px;
        background-position: -300px -100px;
        background-repeat: no-repeat;
    }
    .rbfixit {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .rbfixit .text-box h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .rbfixit .text-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .rbfixit .text-box p.link a {
        font-size: 26px;
    }
    .rbfixit .text-box {
        background-size: 800px 450px;
        padding: 60px 5% 90px 5%;
    }

    .promo-big-wrap {
        padding-top: 10px;
        padding-bottom: 80px;
    }
    .promo-big {
        background-image: url("../images/BG-promo-big.png");
        mix-blend-mode: color-dodge;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .promo-big h3 {
        font-size: 40px;
        color: #000000;
        padding-bottom: 20px;
    }
    .promo-big h2 {
        font-size: 110px;
        line-height: 70px;
        color: #ffffff;
    }
    .promo-big h2 img {
        width: 70px;
        margin-top: -25px;
    }
    footer {
        padding-left: 7%;
        padding-right: 7%;
    }
    footer img.footer-img {
        width: 100%;
    }

    footer p {
        font-size: 18px;
        line-height: 22px;
    }
    footer img.logo {
        width: 140px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: #171717;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 32px;
    display: flex;
    align-items: center;
}

.ticker-track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: ticker-scroll 40s linear infinite;
}

.ticker-message {
    display: inline-block;
    margin-right: 280px; /* Space between messages */
    font-weight: 700;
    color: white;
    font-size: 14px;
}
.ticker-message img {
    width: 15px;
    margin-right: 7px;
    margin-top: -2px;
}



@keyframes ticker-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.wrappa {
    position: relative;
}

/* Animated Stars CSS */

.full-wh {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 117px 1613px #5b5243, 1488px 635px #5b5243, 944px 914px #5b5243, 647px 277px #5b5243, 1792px 1205px #5b5243, 656px 1517px #5b5243, 820px 1839px #5b5243, 1153px 1400px #5b5243, 870px 13px #5b5243, 550px 702px #5b5243,
        1155px 1056px #5b5243, 88px 1709px #5b5243, 1450px 1090px #5b5243, 1929px 457px #5b5243, 1390px 905px #5b5243, 1771px 269px #5b5243, 1741px 669px #5b5243, 432px 64px #5b5243, 563px 996px #5b5243, 1918px 1873px #5b5243,
        1845px 1211px #5b5243, 231px 1503px #5b5243, 37px 220px #5b5243, 1970px 495px #5b5243, 1812px 925px #5b5243, 67px 1398px #5b5243, 535px 279px #5b5243, 1837px 829px #5b5243, 1945px 685px #5b5243, 1677px 1817px #5b5243,
        1317px 1415px #5b5243, 1785px 905px #5b5243, 1787px 1554px #5b5243, 802px 1296px #5b5243, 512px 1101px #5b5243, 583px 1364px #5b5243, 336px 558px #5b5243, 979px 334px #5b5243, 106px 792px #5b5243, 204px 34px #5b5243,
        1845px 1763px #5b5243, 445px 1599px #5b5243, 386px 453px #5b5243, 471px 952px #5b5243, 1466px 1676px #5b5243, 1885px 303px #5b5243, 51px 1717px #5b5243, 1211px 299px #5b5243, 1546px 1887px #5b5243, 1067px 33px #5b5243,
        1088px 1326px #5b5243, 1938px 760px #5b5243, 470px 648px #5b5243, 1213px 269px #5b5243, 1767px 78px #5b5243, 977px 976px #5b5243, 1926px 175px #5b5243, 722px 1512px #5b5243, 945px 227px #5b5243, 1811px 99px #5b5243,
        1912px 1406px #5b5243, 1602px 1243px #5b5243, 610px 449px #5b5243, 654px 1393px #5b5243, 1930px 1193px #5b5243, 258px 1184px #5b5243, 89px 265px #5b5243, 824px 1494px #5b5243, 1506px 1435px #5b5243, 1027px 753px #5b5243,
        1px 1197px #5b5243, 530px 1161px #5b5243, 864px 1555px #5b5243, 1610px 1604px #5b5243, 1035px 1114px #5b5243, 1456px 133px #5b5243, 1196px 1253px #5b5243, 361px 1037px #5b5243, 834px 351px #5b5243, 436px 1676px #5b5243,
        1194px 1007px #5b5243, 1141px 647px #5b5243, 319px 454px #5b5243, 937px 1769px #5b5243, 1872px 1013px #5b5243, 733px 643px #5b5243, 1250px 511px #5b5243, 189px 296px #5b5243, 1639px 163px #5b5243, 1584px 336px #5b5243,
        1912px 1343px #5b5243, 1298px 1307px #5b5243, 1750px 902px #5b5243, 1129px 845px #5b5243, 1899px 1470px #5b5243, 1427px 232px #5b5243, 1391px 838px #5b5243, 1225px 1819px #5b5243, 190px 1366px #5b5243, 1865px 518px #5b5243,
        203px 1383px #5b5243, 1455px 614px #5b5243, 423px 354px #5b5243, 1678px 1790px #5b5243, 241px 608px #5b5243, 1089px 730px #5b5243, 1342px 38px #5b5243, 1848px 249px #5b5243, 1874px 1785px #5b5243, 1040px 1837px #5b5243,
        751px 261px #5b5243, 510px 1975px #5b5243, 52px 795px #5b5243, 1786px 1310px #5b5243, 498px 712px #5b5243, 190px 375px #5b5243, 1341px 722px #5b5243, 43px 1394px #5b5243, 1821px 1687px #5b5243, 106px 130px #5b5243,
        1717px 1978px #5b5243, 168px 151px #5b5243, 183px 740px #5b5243, 945px 1381px #5b5243, 669px 1170px #5b5243, 1285px 1816px #5b5243, 110px 1217px #5b5243, 1623px 813px #5b5243, 869px 647px #5b5243, 867px 582px #5b5243,
        735px 1240px #5b5243, 519px 1896px #5b5243, 132px 156px #5b5243, 1649px 193px #5b5243, 241px 1109px #5b5243, 643px 484px #5b5243, 574px 1282px #5b5243, 1952px 564px #5b5243, 1978px 145px #5b5243, 329px 903px #5b5243,
        1674px 617px #5b5243, 1978px 558px #5b5243, 1808px 1715px #5b5243, 1526px 1238px #5b5243, 475px 1330px #5b5243, 810px 425px #5b5243, 1709px 634px #5b5243, 1658px 336px #5b5243, 425px 194px #5b5243, 352px 96px #5b5243,
        148px 180px #5b5243, 1139px 1046px #5b5243, 1809px 1233px #5b5243, 1669px 171px #5b5243, 263px 1394px #5b5243, 534px 715px #5b5243, 396px 1008px #5b5243, 589px 1445px #5b5243, 1190px 381px #5b5243, 1709px 279px #5b5243,
        520px 891px #5b5243, 1136px 1867px #5b5243, 1280px 1233px #5b5243, 836px 296px #5b5243, 1348px 646px #5b5243, 1539px 913px #5b5243, 423px 781px #5b5243, 1271px 1805px #5b5243, 696px 564px #5b5243, 1549px 804px #5b5243,
        303px 1555px #5b5243, 1449px 1903px #5b5243, 66px 687px #5b5243, 1164px 856px #5b5243, 1958px 1326px #5b5243, 125px 157px #5b5243, 508px 1669px #5b5243, 465px 725px #5b5243, 1925px 1440px #5b5243, 405px 793px #5b5243,
        278px 110px #5b5243, 1084px 1065px #5b5243, 1077px 705px #5b5243, 663px 1844px #5b5243, 734px 263px #5b5243, 870px 1761px #5b5243, 103px 1169px #5b5243, 1506px 1295px #5b5243, 1883px 926px #5b5243, 335px 1361px #5b5243,
        1126px 1284px #5b5243, 257px 1165px #5b5243, 837px 580px #5b5243, 1211px 1362px #5b5243, 1137px 1380px #5b5243, 135px 632px #5b5243, 1491px 1965px #5b5243, 1098px 195px #5b5243, 506px 417px #5b5243, 693px 1243px #5b5243,
        622px 1862px #5b5243, 1412px 1343px #5b5243, 948px 1894px #5b5243, 1315px 1363px #5b5243, 754px 1098px #5b5243, 1931px 930px #5b5243, 1831px 342px #5b5243, 1751px 1839px #5b5243, 84px 775px #5b5243, 1662px 1488px #5b5243,
        617px 1769px #5b5243, 1869px 1292px #5b5243, 963px 432px #5b5243, 371px 1114px #5b5243, 37px 642px #5b5243, 21px 1184px #5b5243, 602px 366px #5b5243, 414px 524px #5b5243, 282px 244px #5b5243, 1689px 868px #5b5243,
        943px 681px #5b5243, 898px 679px #5b5243, 449px 1774px #5b5243, 1678px 1313px #5b5243, 475px 1811px #5b5243, 1146px 1509px #5b5243, 1151px 1863px #5b5243, 1617px 846px #5b5243, 82px 1077px #5b5243, 324px 1317px #5b5243,
        1516px 885px #5b5243, 1706px 1526px #5b5243, 1925px 1180px #5b5243, 553px 967px #5b5243, 1072px 536px #5b5243, 1715px 1816px #5b5243, 185px 286px #5b5243, 1362px 1600px #5b5243, 628px 1938px #5b5243, 1187px 412px #5b5243,
        569px 211px #5b5243, 1959px 1356px #5b5243, 1571px 105px #5b5243, 319px 1111px #5b5243, 36px 1364px #5b5243, 502px 1788px #5b5243, 1051px 1993px #5b5243, 1617px 773px #5b5243, 424px 1507px #5b5243, 1623px 1955px #5b5243,
        307px 662px #5b5243, 183px 1048px #5b5243, 1919px 1453px #5b5243, 1006px 1817px #5b5243, 468px 673px #5b5243, 1142px 1375px #5b5243, 1228px 443px #5b5243, 1734px 552px #5b5243, 20px 1041px #5b5243, 1783px 334px #5b5243,
        98px 1237px #5b5243, 1356px 1940px #5b5243, 853px 1779px #5b5243, 1910px 560px #5b5243, 1174px 1656px #5b5243, 110px 1724px #5b5243, 542px 1771px #5b5243, 1758px 1931px #5b5243, 1463px 1401px #5b5243, 1155px 84px #5b5243,
        1504px 835px #5b5243, 750px 322px #5b5243, 407px 1900px #5b5243, 1600px 1141px #5b5243, 657px 886px #5b5243, 526px 714px #5b5243, 18px 836px #5b5243, 1546px 1548px #5b5243, 22px 469px #5b5243, 594px 1466px #5b5243,
        1160px 1078px #5b5243, 627px 1055px #5b5243, 195px 699px #5b5243, 1099px 684px #5b5243, 530px 551px #5b5243, 1160px 1325px #5b5243, 894px 727px #5b5243, 1157px 98px #5b5243, 136px 1483px #5b5243, 1875px 1975px #5b5243,
        1803px 566px #5b5243, 318px 1073px #5b5243, 1866px 1656px #5b5243, 543px 414px #5b5243, 719px 474px #5b5243, 1115px 738px #5b5243, 353px 875px #5b5243, 184px 1938px #5b5243, 1854px 1534px #5b5243, 420px 1698px #5b5243,
        1480px 1550px #5b5243, 522px 203px #5b5243, 1897px 1904px #5b5243, 975px 1708px #5b5243, 1774px 602px #5b5243, 1908px 274px #5b5243, 61px 715px #5b5243, 983px 1156px #5b5243, 326px 1013px #5b5243, 641px 290px #5b5243,
        1522px 120px #5b5243, 405px 1637px #5b5243, 1021px 1099px #5b5243, 631px 1145px #5b5243, 982px 1967px #5b5243, 200px 651px #5b5243, 795px 351px #5b5243, 790px 1082px #5b5243, 144px 1572px #5b5243, 1542px 901px #5b5243,
        158px 1524px #5b5243, 849px 1843px #5b5243, 1807px 203px #5b5243, 1747px 45px #5b5243, 1603px 1738px #5b5243, 617px 1966px #5b5243, 342px 748px #5b5243, 1779px 1173px #5b5243, 1428px 152px #5b5243, 589px 1998px #5b5243,
        1940px 1838px #5b5243, 115px 272px #5b5243, 1217px 1395px #5b5243, 1402px 1491px #5b5243, 1833px 1814px #5b5243, 243px 966px #5b5243, 319px 578px #5b5243, 813px 364px #5b5243, 669px 882px #5b5243, 551px 134px #5b5243,
        1819px 920px #5b5243, 740px 1826px #5b5243, 1021px 952px #5b5243, 1575px 453px #5b5243, 324px 419px #5b5243, 929px 417px #5b5243, 885 px 1112px #5b5243, 503px 187px #5b5243, 1908px 362px #5b5243, 1063px 1601px #5b5243,
        169px 1792px #5b5243, 789px 963px #5b5243, 1697px 948px #5b5243, 1761px 1810px #5b5243, 1844px 1591px #5b5243, 1709px 949px #5b5243, 1402px 1396px #5b5243, 1037px 225px #5b5243, 1832px 518px #5b5243, 1728px 1782px #5b5243,
        194px 1421px #5b5243, 1395px 742px #5b5243, 1478px 1325px #5b5243, 40px 593px #5b5243, 1732px 117px #5b5243, 51px 158px #5b5243, 1598px 1672px #5b5243, 701px 849px #5b5243, 1403px 1979px #5b5243, 145px 1414px #5b5243,
        550px 906px #5b5243, 1366px 460px #5b5243, 142px 1379px #5b5243, 34px 1864px #5b5243, 1346px 308px #5b5243, 293px 998px #5b5243, 21px 1868px #5b5243, 540px 1033px #5b5243, 60px 746px #5b5243, 1602px 1476px #5b5243,
        180px 804px #5b5243, 345px 1982px #5b5243, 1439px 640px #5b5243, 939px 1834px #5b5243, 20px 432px #5b5243, 492px 1549px #5b5243, 109px 1579px #5b5243, 1796px 1403px #5b5243, 1079px 519px #5b5243, 1664px 389px #5b5243,
        1627px 1061px #5b5243, 823px 419px #5b5243, 1399px 1882px #5b5243, 1906px 344px #5b5243, 1189px 848px #5b5243, 117px 882px #5b5243, 1262px 33px #5b5243, 1048px 434px #5b5243, 1208px 1309px #5b5243, 1616px 408px #5b5243,
        1833px 853px #5b5243, 1433px 1656px #5b5243, 811px 1861px #5b5243, 439px 1672px #5b5243, 1105px 248px #5b5243, 328px 1652px #5b5243, 13px 1658px #5b5243, 685px 987px #5b5243, 985px 403px #5b5243, 1664px 1206px #5b5243,
        1993px 1925px #5b5243, 440px 917px #5b5243, 1835px 319px #5b5243, 1404px 1907px #5b5243, 624px 1443px #5b5243, 843px 954px #5b5243, 478px 1567px #5b5243, 895px 1602px #5b5243, 1231px 871px #5b5243, 1267px 1646px #5b5243,
        475px 334px #5b5243, 784px 796px #5b5243, 1294px 199px #5b5243, 109px 702px #5b5243, 1978px 362px #5b5243, 291px 940px #5b5243, 971px 1343px #5b5243, 74px 719px #5b5243, 36px 715px #5b5243, 1007px 1423px #5b5243, 860px 314px #5b5243,
        631px 177px #5b5243, 1900px 1590px #5b5243, 1239px 1348px #5b5243, 1346px 1270px #5b5243, 1934px 1475px #5b5243, 1553px 559px #5b5243, 588px 1969px #5b5243, 670px 1269px #5b5243, 1484px 376px #5b5243, 20px 1424px #5b5243,
        1396px 8px #5b5243, 969px 244px #5b5243, 1807px 538px #5b5243, 1873px 891px #5b5243, 636px 1142px #5b5243, 1474px 1562px #5b5243, 763px 350px #5b5243, 663px 700px #5b5243, 500px 1469px #5b5243, 1302px 722px #5b5243,
        181px 291px #5b5243, 266px 893px #5b5243, 1403px 654px #5b5243, 492px 460px #5b5243, 1503px 1369px #5b5243, 23px 1662px #5b5243, 349px 333px #5b5243, 1435px 1017px #5b5243, 1441px 705px #5b5243, 1708px 1446px #5b5243,
        1041px 911px #5b5243, 1063px 780px #5b5243, 1158px 1356px #5b5243, 767px 1454px #5b5243, 1912px 797px #5b5243, 1731px 1759px #5b5243, 1378px 1390px #5b5243, 1815px 1364px #5b5243, 960px 270px #5b5243, 1343px 427px #5b5243,
        275px 203px #5b5243, 1319px 1092px #5b5243, 1455px 770px #5b5243, 283px 1503px #5b5243, 1505px 901px #5b5243, 1738px 1561px #5b5243, 1526px 1935px #5b5243, 1757px 669px #5b5243, 1640px 620px #5b5243, 1750px 722px #5b5243,
        748px 66px #5b5243, 1149px 540px #5b5243, 159px 953px #5b5243, 200px 1426px #5b5243, 515px 1110px #5b5243, 1552px 737px #5b5243, 1094px 1459px #5b5243, 778px 799px #5b5243, 1031px 523px #5b5243, 743px 1825px #5b5243,
        1100px 882px #5b5243, 1088px 1836px #5b5243, 255px 599px #5b5243, 67px 1361px #5b5243, 247px 1721px #5b5243, 1722px 346px #5b5243, 1822px 155px #5b5243, 452px 1973px #5b5243, 415px 1960px #5b5243, 1109px 57px #5b5243,
        273px 1392px #5b5243, 404px 1071px #5b5243, 1212px 353px #5b5243, 370px 460px #5b5243, 795px 1523px #5b5243, 1932px 340px #5b5243, 51px 1473px #5b5243, 1268px 364px #5b5243, 1512px 1862px #5b5243, 1678px 1801px #5b5243,
        1796px 579px #5b5243, 254px 251px #5b5243, 1466px 1717px #5b5243, 893px 379px #5b5243, 1153px 923px #5b5243, 913px 1808px #5b5243, 791px 789px #5b5243, 417px 1924px #5b5243, 1336px 1599px #5b5243, 1695px 908px #5b5243,
        1120px 114px #5b5243, 493px 1949px #5b5243, 68px 1905px #5b5243, 969px 481px #5b5243, 1420px 1095px #5b5243, 800px 1117px #5b5243, 390px 234px #5b5243, 356px 1644px #5b5243, 1098px 1486px #5b5243, 1360px 521px #5b5243,
        149px 1198px #5b5243, 354px 747px #5b5243, 1749px 487px #5b5243, 470px 76px #5b5243, 1672px 289px #5b5243, 1731px 545px #5b5243, 1547px 1590px #5b5243, 498px 692px #5b5243, 398px 1592px #5b5243, 1846px 1237px #5b5243,
        1537px 1474px #5b5243, 1726px 1374px #5b5243, 1922px 858px #5b5243, 376px 321px #5b5243, 985px 227px #5b5243, 234px 1421px #5b5243, 760px 745px #5b5243, 1990px 1132px #5b5243, 1560px 1597px #5b5243, 338px 1310px #5b5243,
        1924px 1664px #5b5243, 547px 1747px #5b5243, 1639px 1282px #5b5243, 1202px 337px #5b5243, 1985px 779px #5b5243, 737px 456px #5b5243, 89px 501px #5b5243, 963px 792px #5b5243, 655px 1447px #5b5243, 1492px 1994px #5b5243,
        1171px 254px #5b5243, 892px 827px #5b5243, 1735px 442px #5b5243, 1474px 1187px #5b5243, 846px 1518px #5b5243, 557px 1805px #5b5243, 738px 945px #5b5243, 795px 68px #5b5243, 663px 1956px #5b5243, 1607px 290px #5b5243,
        1524px 15px #5b5243, 1097px 1911px #5b5243, 157px 1939px #5b5243, 935px 1065px #5b5243, 1809px 1708px #5b5243, 164px 1157px #5b5243, 83px 855px #5b5243, 625px 501px #5b5243, 814px 398px #5b5243, 552px 695px #5b5243,
        597px 1546px #5b5243, 1237px 1417px #5b5243, 628px 284px #5b5243, 866px 767px #5b5243, 1403px 1394px #5b5243, 765px 1563px #5b5243, 1648px 109px #5b5243, 1205px 1659px #5b5243, 921px 1313px #5b5243, 1319px 243px #5b5243,
        18px 125px #5b5243, 7px 777px #5b5243, 181px 418px #5b5243, 1062px 1892px #5b5243, 382px 106px #5b5243, 994px 751px #5b5243, 964px 234px #5b5243, 40px 118px #5b5243, 278px 706px #5b5243, 1540px 1978px #5b5243, 425px 1661px #5b5243,
        1050px 321px #5b5243, 735px 1729px #5b5243, 1438px 260px #5b5243, 1229px 1109px #5b5243, 186px 1041px #5b5243, 244px 1184px #5b5243, 392px 1472px #5b5243, 670px 1249px #5b5243, 1260px 1443px #5b5243, 1977px 1511px #5b5243,
        1240px 773px #5b5243, 303px 513px #5b5243, 63px 1530px #5b5243, 610px 792px #5b5243, 1987px 1647px #5b5243, 676px 1597px #5b5243, 1740px 1244px #5b5243, 816px 1661px #5b5243, 351px 802px #5b5243, 252px 1082px #5b5243,
        31px 365px #5b5243, 1453px 984px #5b5243, 667px 1233px #5b5243, 1247px 1800px #5b5243, 839px 270px #5b5243, 775px 913px #5b5243, 1966px 1398px #5b5243, 499px 813px #5b5243, 922px 1982px #5b5243, 1409px 1902px #5b5243,
        1499px 1766px #5b5243, 721px 899px #5b5243, 788px 807px #5b5243, 989px 1355px #5b5243, 1248px 1274px #5b5243, 849px 1091px #5b5243, 1799px 1036px #5b5243, 1486px 700px #5b5243, 170px 1989px #5b5243, 1275px 799px #5b5243,
        772px 2000px #5b5243, 1642px 362px #5b5243, 216px 940px #5b5243, 1893px 281px #5b5243, 1944px 1298px #5b5243, 1294px 400px #5b5243, 1523px 441px #5b5243, 1829px 340px #5b5243, 468px 170px #5b5243, 1099px 967px #5b5243,
        1331px 665px #5b5243, 1174px 1553px #5b5243, 1567px 325px #5b5243, 1028px 1399px #5b5243, 781px 1451px #5b5243, 1912px 1954px #5b5243, 874px 873px #5b5243, 1298px 1722px #5b5243, 1879px 706px #5b5243, 57px 1221px #5b5243,
        1116px 1432px #5b5243, 48px 811px #5b5243, 101px 916px #5b5243, 677px 304px #5b5243, 1203px 639px #5b5243, 1391px 199px #5b5243, 1895px 1988px #5b5243, 1462px 1023px #5b5243, 1216px 1751px #5b5243, 1261px 663px #5b5243,
        1290px 1119px #5b5243, 137px 1793px #5b5243, 1052px 1470px #5b5243, 1561px 226px #5b5243, 1156px 402px #5b5243, 709px 693px #5b5243, 1040px 1911px #5b5243, 1624px 1115px #5b5243, 551px 475px #5b5243, 416px 1090px #5b5243,
        1183px 451px #5b5243, 58px 765px #5b5243, 743px 1016px #5b5243, 198px 369px #5b5243, 1645px 1503px #5b5243, 997px 22px #5b5243, 1447px 1323px #5b5243, 379px 883px #5b5243, 1171px 1195px #5b5243, 919px 133px #5b5243,
        1400px 517px #5b5243, 725px 804px #5b5243, 1600px 699px #5b5243, 357px 581px #5b5243, 266px 1713px #5b5243, 848px 1749px #5b5243, 1963px 1045px #5b5243, 119px 1136px #5b5243;
    -webkit-animation: animStar 50s linear infinite;
    -moz-animation: animStar 50s linear infinite;
    -ms-animation: animStar 50s linear infinite;
    animation: animStar 50s linear infinite;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 117px 1613px #5b5243, 1488px 635px #5b5243, 944px 914px #5b5243, 647px 277px #5b5243, 1792px 1205px #5b5243, 656px 1517px #5b5243, 820px 1839px #5b5243, 1153px 1400px #5b5243, 870px 13px #5b5243, 550px 702px #5b5243,
        1155px 1056px #5b5243, 88px 1709px #5b5243, 1450px 1090px #5b5243, 1929px 457px #5b5243, 1390px 905px #5b5243, 1771px 269px #5b5243, 1741px 669px #5b5243, 432px 64px #5b5243, 563px 996px #5b5243, 1918px 1873px #5b5243,
        1845px 1211px #5b5243, 231px 1503px #5b5243, 37px 220px #5b5243, 1970px 495px #5b5243, 1812px 925px #5b5243, 67px 1398px #5b5243, 535px 279px #5b5243, 1837px 829px #5b5243, 1945px 685px #5b5243, 1677px 1817px #5b5243,
        1317px 1415px #5b5243, 1785px 905px #5b5243, 1787px 1554px #5b5243, 802px 1296px #5b5243, 512px 1101px #5b5243, 583px 1364px #5b5243, 336px 558px #5b5243, 979px 334px #5b5243, 106px 792px #5b5243, 204px 34px #5b5243,
        1845px 1763px #5b5243, 445px 1599px #5b5243, 386px 453px #5b5243, 471px 952px #5b5243, 1466px 1676px #5b5243, 1885px 303px #5b5243, 51px 1717px #5b5243, 1211px 299px #5b5243, 1546px 1887px #5b5243, 1067px 33px #5b5243,
        1088px 1326px #5b5243, 1938px 760px #5b5243, 470px 648px #5b5243, 1213px 269px #5b5243, 1767px 78px #5b5243, 977px 976px #5b5243, 1926px 175px #5b5243, 722px 1512px #5b5243, 945px 227px #5b5243, 1811px 99px #5b5243,
        1912px 1406px #5b5243, 1602px 1243px #5b5243, 610px 449px #5b5243, 654px 1393px #5b5243, 1930px 1193px #5b5243, 258px 1184px #5b5243, 89px 265px #5b5243, 824px 1494px #5b5243, 1506px 1435px #5b5243, 1027px 753px #5b5243,
        1px 1197px #5b5243, 530px 1161px #5b5243, 864px 1555px #5b5243, 1610px 1604px #5b5243, 1035px 1114px #5b5243, 1456px 133px #5b5243, 1196px 1253px #5b5243, 361px 1037px #5b5243, 834px 351px #5b5243, 436px 1676px #5b5243,
        1194px 1007px #5b5243, 1141px 647px #5b5243, 319px 454px #5b5243, 937px 1769px #5b5243, 1872px 1013px #5b5243, 733px 643px #5b5243, 1250px 511px #5b5243, 189px 296px #5b5243, 1639px 163px #5b5243, 1584px 336px #5b5243,
        1912px 1343px #5b5243, 1298px 1307px #5b5243, 1750px 902px #5b5243, 1129px 845px #5b5243, 1899px 1470px #5b5243, 1427px 232px #5b5243, 1391px 838px #5b5243, 1225px 1819px #5b5243, 190px 1366px #5b5243, 1865px 518px #5b5243,
        203px 1383px #5b5243, 1455px 614px #5b5243, 423px 354px #5b5243, 1678px 1790px #5b5243, 241px 608px #5b5243, 1089px 730px #5b5243, 1342px 38px #5b5243, 1848px 249px #5b5243, 1874px 1785px #5b5243, 1040px 1837px #5b5243,
        751px 261px #5b5243, 510px 1975px #5b5243, 52px 795px #5b5243, 1786px 1310px #5b5243, 498px 712px #5b5243, 190px 375px #5b5243, 1341px 722px #5b5243, 43px 1394px #5b5243, 1821px 1687px #5b5243, 106px 130px #5b5243,
        1717px 1978px #5b5243, 168px 151px #5b5243, 183px 740px #5b5243, 945px 1381px #5b5243, 669px 1170px #5b5243, 1285px 1816px #5b5243, 110px 1217px #5b5243, 1623px 813px #5b5243, 869px 647px #5b5243, 867px 582px #5b5243,
        735px 1240px #5b5243, 519px 1896px #5b5243, 132px 156px #5b5243, 1649px 193px #5b5243, 241px 1109px #5b5243, 643px 484px #5b5243, 574px 1282px #5b5243, 1952px 564px #5b5243, 1978px 145px #5b5243, 329px 903px #5b5243,
        1674px 617px #5b5243, 1978px 558px #5b5243, 1808px 1715px #5b5243, 1526px 1238px #5b5243, 475px 1330px #5b5243, 810px 425px #5b5243, 1709px 634px #5b5243, 1658px 336px #5b5243, 425px 194px #5b5243, 352px 96px #5b5243,
        148px 180px #5b5243, 1139px 1046px #5b5243, 1809px 1233px #5b5243, 1669px 171px #5b5243, 263px 1394px #5b5243, 534px 715px #5b5243, 396px 1008px #5b5243, 589px 1445px #5b5243, 1190px 381px #5b5243, 1709px 279px #5b5243,
        520px 891px #5b5243, 1136px 1867px #5b5243, 1280px 1233px #5b5243, 836px 296px #5b5243, 1348px 646px #5b5243, 1539px 913px #5b5243, 423px 781px #5b5243, 1271px 1805px #5b5243, 696px 564px #5b5243, 1549px 804px #5b5243,
        303px 1555px #5b5243, 1449px 1903px #5b5243, 66px 687px #5b5243, 1164px 856px #5b5243, 1958px 1326px #5b5243, 125px 157px #5b5243, 508px 1669px #5b5243, 465px 725px #5b5243, 1925px 1440px #5b5243, 405px 793px #5b5243,
        278px 110px #5b5243, 1084px 1065px #5b5243, 1077px 705px #5b5243, 663px 1844px #5b5243, 734px 263px #5b5243, 870px 1761px #5b5243, 103px 1169px #5b5243, 1506px 1295px #5b5243, 1883px 926px #5b5243, 335px 1361px #5b5243,
        1126px 1284px #5b5243, 257px 1165px #5b5243, 837px 580px #5b5243, 1211px 1362px #5b5243, 1137px 1380px #5b5243, 135px 632px #5b5243, 1491px 1965px #5b5243, 1098px 195px #5b5243, 506px 417px #5b5243, 693px 1243px #5b5243,
        622px 1862px #5b5243, 1412px 1343px #5b5243, 948px 1894px #5b5243, 1315px 1363px #5b5243, 754px 1098px #5b5243, 1931px 930px #5b5243, 1831px 342px #5b5243, 1751px 1839px #5b5243, 84px 775px #5b5243, 1662px 1488px #5b5243,
        617px 1769px #5b5243, 1869px 1292px #5b5243, 963px 432px #5b5243, 371px 1114px #5b5243, 37px 642px #5b5243, 21px 1184px #5b5243, 602px 366px #5b5243, 414px 524px #5b5243, 282px 244px #5b5243, 1689px 868px #5b5243,
        943px 681px #5b5243, 898px 679px #5b5243, 449px 1774px #5b5243, 1678px 1313px #5b5243, 475px 1811px #5b5243, 1146px 1509px #5b5243, 1151px 1863px #5b5243, 1617px 846px #5b5243, 82px 1077px #5b5243, 324px 1317px #5b5243,
        1516px 885px #5b5243, 1706px 1526px #5b5243, 1925px 1180px #5b5243, 553px 967px #5b5243, 1072px 536px #5b5243, 1715px 1816px #5b5243, 185px 286px #5b5243, 1362px 1600px #5b5243, 628px 1938px #5b5243, 1187px 412px #5b5243,
        569px 211px #5b5243, 1959px 1356px #5b5243, 1571px 105px #5b5243, 319px 1111px #5b5243, 36px 1364px #5b5243, 502px 1788px #5b5243, 1051px 1993px #5b5243, 1617px 773px #5b5243, 424px 1507px #5b5243, 1623px 1955px #5b5243,
        307px 662px #5b5243, 183px 1048px #5b5243, 1919px 1453px #5b5243, 1006px 1817px #5b5243, 468px 673px #5b5243, 1142px 1375px #5b5243, 1228px 443px #5b5243, 1734px 552px #5b5243, 20px 1041px #5b5243, 1783px 334px #5b5243,
        98px 1237px #5b5243, 1356px 1940px #5b5243, 853px 1779px #5b5243, 1910px 560px #5b5243, 1174px 1656px #5b5243, 110px 1724px #5b5243, 542px 1771px #5b5243, 1758px 1931px #5b5243, 1463px 1401px #5b5243, 1155px 84px #5b5243,
        1504px 835px #5b5243, 750px 322px #5b5243, 407px 1900px #5b5243, 1600px 1141px #5b5243, 657px 886px #5b5243, 526px 714px #5b5243, 18px 836px #5b5243, 1546px 1548px #5b5243, 22px 469px #5b5243, 594px 1466px #5b5243,
        1160px 1078px #5b5243, 627px 1055px #5b5243, 195px 699px #5b5243, 1099px 684px #5b5243, 530px 551px #5b5243, 1160px 1325px #5b5243, 894px 727px #5b5243, 1157px 98px #5b5243, 136px 1483px #5b5243, 1875px 1975px #5b5243,
        1803px 566px #5b5243, 318px 1073px #5b5243, 1866px 1656px #5b5243, 543px 414px #5b5243, 719px 474px #5b5243, 1115px 738px #5b5243, 353px 875px #5b5243, 184px 1938px #5b5243, 1854px 1534px #5b5243, 420px 1698px #5b5243,
        1480px 1550px #5b5243, 522px 203px #5b5243, 1897px 1904px #5b5243, 975px 1708px #5b5243, 1774px 602px #5b5243, 1908px 274px #5b5243, 61px 715px #5b5243, 983px 1156px #5b5243, 326px 1013px #5b5243, 641px 290px #5b5243,
        1522px 120px #5b5243, 405px 1637px #5b5243, 1021px 1099px #5b5243, 631px 1145px #5b5243, 982px 1967px #5b5243, 200px 651px #5b5243, 795px 351px #5b5243, 790px 1082px #5b5243, 144px 1572px #5b5243, 1542px 901px #5b5243,
        158px 1524px #5b5243, 849px 1843px #5b5243, 1807px 203px #5b5243, 1747px 45px #5b5243, 1603px 1738px #5b5243, 617px 1966px #5b5243, 342px 748px #5b5243, 1779px 1173px #5b5243, 1428px 152px #5b5243, 589px 1998px #5b5243,
        1940px 1838px #5b5243, 115px 272px #5b5243, 1217px 1395px #5b5243, 1402px 1491px #5b5243, 1833px 1814px #5b5243, 243px 966px #5b5243, 319px 578px #5b5243, 813px 364px #5b5243, 669px 882px #5b5243, 551px 134px #5b5243,
        1819px 920px #5b5243, 740px 1826px #5b5243, 1021px 952px #5b5243, 1575px 453px #5b5243, 324px 419px #5b5243, 929px 417px #5b5243, 885px 1112px #5b5243, 503px 187px #5b5243, 1908px 362px #5b5243, 1063px 1601px #5b5243,
        169px 1792px #5b5243, 789px 963px #5b5243, 1697px 948px #5b5243, 1761px 1810px #5b5243, 1844px 1591px #5b5243, 1709px 949px #5b5243, 1402px 1396px #5b5243, 1037px 225px #5b5243, 1832px 518px #5b5243, 1728px 1782px #5b5243,
        194px 1421px #5b5243, 1395px 742px #5b5243, 1478px 1325px #5b5243, 40px 593px #5b5243, 1732px 117px #5b5243, 51px 158px #5b5243, 1598px 1672px #5b5243, 701px 849px #5b5243, 1403px 1979px #5b5243, 145px 1414px #5b5243,
        550px 906px #5b5243, 1366px 460px #5b5243, 142px 1379px #5b5243, 34px 1864px #5b5243, 1346px 308px #5b5243, 293px 998px #5b5243, 21px 1868px #5b5243, 540px 1033px #5b5243, 60px 746px #5b5243, 1602px 1476px #5b5243,
        180px 804px #5b5243, 345px 1982px #5b5243, 1439px 640px #5b5243, 939px 1834px #5b5243, 20px 432px #5b5243, 492px 1549px #5b5243, 109px 1579px #5b5243, 1796px 1403px #5b5243, 1079px 519px #5b5243, 1664px 389px #5b5243,
        1627px 1061px #5b5243, 823px 419px #5b5243, 1399px 1882px #5b5243, 1906px 344px #5b5243, 1189px 848px #5b5243, 117px 882px #5b5243, 1262px 33px #5b5243, 1048px 434px #5b5243, 1208px 1309px #5b5243, 1616px 408px #5b5243,
        1833px 853px #5b5243, 1433px 1656px #5b5243, 811px 1861px #5b5243, 439px 1672px #5b5243, 1105px 248px #5b5243, 328px 1652px #5b5243, 13px 1658px #5b5243, 685px 987px #5b5243, 985px 403px #5b5243, 1664px 1206px #5b5243,
        1993px 1925px #5b5243, 440px 917px #5b5243, 1835px 319px #5b5243, 1404px 1907px #5b5243, 624px 1443px #5b5243, 843px 954px #5b5243, 478px 1567px #5b5243, 895px 1602px #5b5243, 1231px 871px #5b5243, 1267px 1646px #5b5243,
        475px 334px #5b5243, 784px 796px #5b5243, 1294px 199px #5b5243, 109px 702px #5b5243, 1978px 362px #5b5243, 291px 940px #5b5243, 971px 1343px #5b5243, 74px 719px #5b5243, 36px 715px #5b5243, 1007px 1423px #5b5243, 860px 314px #5b5243,
        631px 177px #5b5243, 1900px 1590px #5b5243, 1239px 1348px #5b5243, 1346px 1270px #5b5243, 1934px 1475px #5b5243, 1553px 559px #5b5243, 588px 1969px #5b5243, 670px 1269px #5b5243, 1484px 376px #5b5243, 20px 1424px #5b5243,
        1396px 8px #5b5243, 969px 244px #5b5243, 1807px 538px #5b5243, 1873px 891px #5b5243, 636px 1142px #5b5243, 1474px 1562px #5b5243, 763px 350px #5b5243, 663px 700px #5b5243, 500px 1469px #5b5243, 1302px 722px #5b5243,
        181px 291px #5b5243, 266px 893px #5b5243, 1403px 654px #5b5243, 492px 460px #5b5243, 1503px 1369px #5b5243, 23px 1662px #5b5243, 349px 333px #5b5243, 1435px 1017px #5b5243, 1441px 705px #5b5243, 1708px 1446px #5b5243,
        1041px 911px #5b5243, 1063px 780px #5b5243, 1158px 1356px #5b5243, 767px 1454px #5b5243, 1912px 797px #5b5243, 1731px 1759px #5b5243, 1378px 1390px #5b5243, 1815px 1364px #5b5243, 960px 270px #5b5243, 1343px 427px #5b5243,
        275px 203px #5b5243, 1319px 1092px #5b5243, 1455px 770px #5b5243, 283px 1503px #5b5243, 1505px 901px #5b5243, 1738px 1561px #5b5243, 1526px 1935px #5b5243, 1757px 669px #5b5243, 1640px 620px #5b5243, 1750px 722px #5b5243,
        748px 66px #5b5243, 1149px 540px #5b5243, 159px 953px #5b5243, 200px 1426px #5b5243, 515px 1110px #5b5243, 1552px 737px #5b5243, 1094px 1459px #5b5243, 778px 799px #5b5243, 1031px 523px #5b5243, 743px 1825px #5b5243,
        1100px 882px #5b5243, 1088px 1836px #5b5243, 255px 599px #5b5243, 67px 1361px #5b5243, 247px 1721px #5b5243, 1722px 346px #5b5243, 1822px 155px #5b5243, 452px 1973px #5b5243, 415px 1960px #5b5243, 1109px 57px #5b5243,
        273px 1392px #5b5243, 404px 1071px #5b5243, 1212px 353px #5b5243, 370px 460px #5b5243, 795px 1523px #5b5243, 1932px 340px #5b5243, 51px 1473px #5b5243, 1268px 364px #5b5243, 1512px 1862px #5b5243, 1678px 1801px #5b5243,
        1796px 579px #5b5243, 254px 251px #5b5243, 1466px 1717px #5b5243, 893px 379px #5b5243, 1153px 923px #5b5243, 913px 1808px #5b5243, 791px 789px #5b5243, 417px 1924px #5b5243, 1336px 1599px #5b5243, 1695px 908px #5b5243,
        1120px 114px #5b5243, 493px 1949px #5b5243, 68px 1905px #5b5243, 969px 481px #5b5243, 1420px 1095px #5b5243, 800px 1117px #5b5243, 390px 234px #5b5243, 356px 1644px #5b5243, 1098px 1486px #5b5243, 1360px 521px #5b5243,
        149px 1198px #5b5243, 354px 747px #5b5243, 1749px 487px #5b5243, 470px 76px #5b5243, 1672px 289px #5b5243, 1731px 545px #5b5243, 1547px 1590px #5b5243, 498px 692px #5b5243, 398px 1592px #5b5243, 1846px 1237px #5b5243,
        1537px 1474px #5b5243, 1726px 1374px #5b5243, 1922px 858px #5b5243, 376px 321px #5b5243, 985px 227px #5b5243, 234px 1421px #5b5243, 760px 745px #5b5243, 1990px 1132px #5b5243, 1560px 1597px #5b5243, 338px 1310px #5b5243,
        1924px 1664px #5b5243, 547px 1747px #5b5243, 1639px 1282px #5b5243, 1202px 337px #5b5243, 1985px 779px #5b5243, 737px 456px #5b5243, 89px 501px #5b5243, 963px 792px #5b5243, 655px 1447px #5b5243, 1492px 1994px #5b5243,
        1171px 254px #5b5243, 892px 827px #5b5243, 1735px 442px #5b5243, 1474px 1187px #5b5243, 846px 1518px #5b5243, 557px 1805px #5b5243, 738px 945px #5b5243, 795px 68px #5b5243, 663px 1956px #5b5243, 1607px 290px #5b5243,
        1524px 15px #5b5243, 1097px 1911px #5b5243, 157px 1939px #5b5243, 935px 1065px #5b5243, 1809px 1708px #5b5243, 164px 1157px #5b5243, 83px 855px #5b5243, 625px 501px #5b5243, 814px 398px #5b5243, 552px 695px #5b5243,
        597px 1546px #5b5243, 1237px 1417px #5b5243, 628px 284px #5b5243, 866px 767px #5b5243, 1403px 1394px #5b5243, 765px 1563px #5b5243, 1648px 109px #5b5243, 1205px 1659px #5b5243, 921px 1313px #5b5243, 1319px 243px #5b5243,
        18px 125px #5b5243, 7px 777px #5b5243, 181px 418px #5b5243, 1062px 1892px #5b5243, 382px 106px #5b5243, 994px 751px #5b5243, 964px 234px #5b5243, 40px 118px #5b5243, 278px 706px #5b5243, 1540px 1978px #5b5243, 425px 1661px #5b5243,
        1050px 321px #5b5243, 735px 1729px #5b5243, 1438px 260px #5b5243, 1229px 1109px #5b5243, 186px 1041px #5b5243, 244px 1184px #5b5243, 392px 1472px #5b5243, 670px 1249px #5b5243, 1260px 1443px #5b5243, 1977px 1511px #5b5243,
        1240px 773px #5b5243, 303px 513px #5b5243, 63px 1530px #5b5243, 610px 792px #5b5243, 1987px 1647px #5b5243, 676px 1597px #5b5243, 1740px 1244px #5b5243, 816px 1661px #5b5243, 351px 802px #5b5243, 252px 1082px #5b5243,
        31px 365px #5b5243, 1453px 984px #5b5243, 667px 1233px #5b5243, 1247px 1800px #5b5243, 839px 270px #5b5243, 775px 913px #5b5243, 1966px 1398px #5b5243, 499px 813px #5b5243, 922px 1982px #5b5243, 1409px 1902px #5b5243,
        1499px 1766px #5b5243, 721px 899px #5b5243, 788px 807px #5b5243, 989px 1355px #5b5243, 1248px 1274px #5b5243, 849px 1091px #5b5243, 1799px 1036px #5b5243, 1486px 700px #5b5243, 170px 1989px #5b5243, 1275px 799px #5b5243,
        772px 2000px #5b5243, 1642px 362px #5b5243, 216px 940px #5b5243, 1893px 281px #5b5243, 1944px 1298px #5b5243, 1294px 400px #5b5243, 1523px 441px #5b5243, 1829px 340px #5b5243, 468px 170px #5b5243, 1099px 967px #5b5243,
        1331px 665px #5b5243, 1174px 1553px #5b5243, 1567px 325px #5b5243, 1028px 1399px #5b5243, 781px 1451px #5b5243, 1912px 1954px #5b5243, 874px 873px #5b5243, 1298px 1722px #5b5243, 1879px 706px #5b5243, 57px 1221px #5b5243,
        1116px 1432px #5b5243, 48px 811px #5b5243, 101px 916px #5b5243, 677px 304px #5b5243, 1203px 639px #5b5243, 1391px 199px #5b5243, 1895px 1988px #5b5243, 1462px 1023px #5b5243, 1216px 1751px #5b5243, 1261px 663px #5b5243,
        1290px 1119px #5b5243, 137px 1793px #5b5243, 1052px 1470px #5b5243, 1561px 226px #5b5243, 1156px 402px #5b5243, 709px 693px #5b5243, 1040px 1911px #5b5243, 1624px 1115px #5b5243, 551px 475px #5b5243, 416px 1090px #5b5243,
        1183px 451px #5b5243, 58px 765px #5b5243, 743px 1016px #5b5243, 198px 369px #5b5243, 1645px 1503px #5b5243, 997px 22px #5b5243, 1447px 1323px #5b5243, 379px 883px #5b5243, 1171px 1195px #5b5243, 919px 133px #5b5243,
        1400px 517px #5b5243, 725px 804px #5b5243, 1600px 699px #5b5243, 357px 581px #5b5243, 266px 1713px #5b5243, 848px 1749px #5b5243, 1963px 1045px #5b5243, 119px 1136px #5b5243;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1117px 1306px #5b5243, 1078px 1783px #5b5243, 1179px 1085px #5b5243, 1145px 920px #5b5243, 422px 1233px #5b5243, 387px 98px #5b5243, 1153px 637px #5b5243, 1084px 782px #5b5243, 476px 453px #5b5243, 926px 1306px #5b5243,
        60px 1086px #5b5243, 753px 1575px #5b5243, 272px 1684px #5b5243, 1285px 750px #5b5243, 1416px 1327px #5b5243, 1931px 473px #5b5243, 736px 1395px #5b5243, 1816px 763px #5b5243, 438px 879px #5b5243, 665px 1902px #5b5243,
        1341px 677px #5b5243, 1404px 1073px #5b5243, 100px 597px #5b5243, 357px 1689px #5b5243, 1044px 1342px #5b5243, 1954px 502px #5b5243, 1192px 1308px #5b5243, 540px 1239px #5b5243, 1360px 552px #5b5243, 89px 752px #5b5243,
        659px 1253px #5b5243, 62px 517px #5b5243, 1375px 1705px #5b5243, 1343px 1511px #5b5243, 1659px 1922px #5b5243, 1560px 289px #5b5243, 1362px 1799px #5b5243, 1886px 1480px #5b5243, 1718px 1885px #5b5243, 824px 738px #5b5243,
        1060px 1370px #5b5243, 1781px 1171px #5b5243, 255px 273px #5b5243, 1197px 120px #5b5243, 213px 7px #5b5243, 1226px 1920px #5b5243, 1844px 207px #5b5243, 1675px 970px #5b5243, 1435px 1283px #5b5243, 37px 353px #5b5243,
        59px 417px #5b5243, 921px 1602px #5b5243, 1549px 1490px #5b5243, 638px 1845px #5b5243, 1328px 198px #5b5243, 1050px 1149px #5b5243, 1884px 711px #5b5243, 333px 263px #5b5243, 342px 1508px #5b5243, 1388px 1810px #5b5243,
        1377px 1558px #5b5243, 890px 487px #5b5243, 1081px 759px #5b5243, 890px 1515px #5b5243, 911px 1284px #5b5243, 335px 735px #5b5243, 1140px 549px #5b5243, 1239px 1064px #5b5243, 226px 71px #5b5243, 1100px 1278px #5b5243,
        1851px 1805px #5b5243, 1370px 1999px #5b5243, 1008px 1122px #5b5243, 785px 813px #5b5243, 1358px 601px #5b5243, 1833px 1305px #5b5243, 1768px 1304px #5b5243, 1303px 532px #5b5243, 860px 598px #5b5243, 1329px 593px #5b5243,
        1038px 1088px #5b5243, 408px 405px #5b5243, 965px 82px #5b5243, 1483px 1438px #5b5243, 310px 1479px #5b5243, 1786px 1500px #5b5243, 1866px 852px #5b5243, 18px 1757px #5b5243, 1473px 1004px #5b5243, 1542px 1933px #5b5243,
        633px 1970px #5b5243, 1334px 1713px #5b5243, 175px 28px #5b5243, 592px 894px #5b5243, 121px 1162px #5b5243, 1601px 1567px #5b5243, 1095px 657px #5b5243, 640px 1233px #5b5243, 1073px 1255px #5b5243, 840px 1087px #5b5243,
        718px 250px #5b5243, 967px 709px #5b5243, 731px 239px #5b5243, 1623px 593px #5b5243, 1058px 1820px #5b5243, 516px 1898px #5b5243, 666px 12px #5b5243, 1997px 1382px #5b5243, 112px 1690px #5b5243, 687px 1309px #5b5243,
        63px 539px #5b5243, 185px 1897px #5b5243, 1055px 1691px #5b5243, 435px 1517px #5b5243, 1175px 1119px #5b5243, 1721px 133px #5b5243, 1212px 47px #5b5243, 166px 18px #5b5243, 1416px 1652px #5b5243, 1409px 1745px #5b5243,
        1357px 1232px #5b5243, 1677px 1998px #5b5243, 448px 1415px #5b5243, 705px 1736px #5b5243, 1031px 1466px #5b5243, 543px 1651px #5b5243, 1592px 1888px #5b5243, 1749px 1175px #5b5243, 639px 1114px #5b5243, 1591px 508px #5b5243,
        759px 1244px #5b5243, 824px 380px #5b5243, 942px 955px #5b5243, 723px 732px #5b5243, 113px 1369px #5b5243, 203px 1739px #5b5243, 868px 733px #5b5243, 713px 971px #5b5243, 341px 833px #5b5243, 762px 824px #5b5243,
        1359px 310px #5b5243, 1858px 1349px #5b5243, 1531px 692px #5b5243, 1075px 1512px #5b5243, 1677px 142px #5b5243, 1912px 1478px #5b5243, 1810px 1078px #5b5243, 426px 844px #5b5243, 1426px 588px #5b5243, 1909px 654px #5b5243,
        1107px 295px #5b5243, 1351px 527px #5b5243, 1393px 599px #5b5243, 1379px 1068px #5b5243, 228px 1846px #5b5243, 1271px 374px #5b5243, 1348px 612px #5b5243, 7px 1301px #5b5243, 1501px 1782px #5b5243, 1795px 423px #5b5243,
        1475px 1918px #5b5243, 1328px 1861px #5b5243, 1624px 51px #5b5243, 1791px 672px #5b5243, 1594px 1467px #5b5243, 1655px 1603px #5b5243, 919px 850px #5b5243, 523px 609px #5b5243, 1196px 207px #5b5243, 753px 410px #5b5243,
        686px 1097px #5b5243, 1570px 133px #5b5243, 1996px 1137px #5b5243, 361px 116px #5b5243, 1015px 462px #5b5243, 76px 1143px #5b5243, 491px 1818px #5b5243, 1563px 795px #5b5243, 982px 1721px #5b5243, 831px 1204px #5b5243,
        1737px 589px #5b5243, 861px 1579px #5b5243, 1666px 130px #5b5243, 698px 1799px #5b5243, 726px 1519px #5b5243, 109px 1208px #5b5243, 1184px 1057px #5b5243, 835px 451px #5b5243, 896px 594px #5b5243, 35px 893px #5b5243,
        895px 542px #5b5243, 706px 225px #5b5243, 56px 1040px #5b5243, 1954px 108px #5b5243, 1439px 1423px #5b5243, 26px 1881px #5b5243, 802px 1564px #5b5243, 273px 708px #5b5243, 40px 31px #5b5243, 859px 108px #5b5243;
    -webkit-animation: animStar 100s linear infinite;
    -moz-animation: animStar 100s linear infinite;
    -ms-animation: animStar 100s linear infinite;
    animation: animStar 100s linear infinite;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1117px 1306px #5b5243, 1078px 1783px #5b5243, 1179px 1085px #5b5243, 1145px 920px #5b5243, 422px 1233px #5b5243, 387px 98px #5b5243, 1153px 637px #5b5243, 1084px 782px #5b5243, 476px 453px #5b5243, 926px 1306px #5b5243,
        60px 1086px #5b5243, 753px 1575px #5b5243, 272px 1684px #5b5243, 1285px 750px #5b5243, 1416px 1327px #5b5243, 1931px 473px #5b5243, 736px 1395px #5b5243, 1816px 763px #5b5243, 438px 879px #5b5243, 665px 1902px #5b5243,
        1341px 677px #5b5243, 1404px 1073px #5b5243, 100px 597px #5b5243, 357px 1689px #5b5243, 1044px 1342px #5b5243, 1954px 502px #5b5243, 1192px 1308px #5b5243, 540px 1239px #5b5243, 1360px 552px #5b5243, 89px 752px #5b5243,
        659px 1253px #5b5243, 62px 517px #5b5243, 1375px 1705px #5b5243, 1343px 1511px #5b5243, 1659px 1922px #5b5243, 1560px 289px #5b5243, 1362px 1799px #5b5243, 1886px 1480px #5b5243, 1718px 1885px #5b5243, 824px 738px #5b5243,
        1060px 1370px #5b5243, 1781px 1171px #5b5243, 255px 273px #5b5243, 1197px 120px #5b5243, 213px 7px #5b5243, 1226px 1920px #5b5243, 1844px 207px #5b5243, 1675px 970px #5b5243, 1435px 1283px #5b5243, 37px 353px #5b5243,
        59px 417px #5b5243, 921px 1602px #5b5243, 1549px 1490px #5b5243, 638px 1845px #5b5243, 1328px 198px #5b5243, 1050px 1149px #5b5243, 1884px 711px #5b5243, 333px 263px #5b5243, 342px 1508px #5b5243, 1388px 1810px #5b5243,
        1377px 1558px #5b5243, 890px 487px #5b5243, 1081px 759px #5b5243, 890px 1515px #5b5243, 911px 1284px #5b5243, 335px 735px #5b5243, 1140px 549px #5b5243, 1239px 1064px #5b5243, 226px 71px #5b5243, 1100px 1278px #5b5243,
        1851px 1805px #5b5243, 1370px 1999px #5b5243, 1008px 1122px #5b5243, 785px 813px #5b5243, 1358px 601px #5b5243, 1833px 1305px #5b5243, 1768px 1304px #5b5243, 1303px 532px #5b5243, 860px 598px #5b5243, 1329px 593px #5b5243,
        1038px 1088px #5b5243, 408px 405px #5b5243, 965px 82px #5b5243, 1483px 1438px #5b5243, 310px 1479px #5b5243, 1786px 1500px #5b5243, 1866px 852px #5b5243, 18px 1757px #5b5243, 1473px 1004px #5b5243, 1542px 1933px #5b5243,
        633px 1970px #5b5243, 1334px 1713px #5b5243, 175px 28px #5b5243, 592px 894px #5b5243, 121px 1162px #5b5243, 1601px 1567px #5b5243, 1095px 657px #5b5243, 640px 1233px #5b5243, 1073px 1255px #5b5243, 840px 1087px #5b5243,
        718px 250px #5b5243, 967px 709px #5b5243, 731px 239px #5b5243, 1623px 593px #5b5243, 1058px 1820px #5b5243, 516px 1898px #5b5243, 666px 12px #5b5243, 1997px 1382px #5b5243, 112px 1690px #5b5243, 687px 1309px #5b5243,
        63px 539px #5b5243, 185px 1897px #5b5243, 1055px 1691px #5b5243, 435px 1517px #5b5243, 1175px 1119px #5b5243, 1721px 133px #5b5243, 1212px 47px #5b5243, 166px 18px #5b5243, 1416px 1652px #5b5243, 1409px 1745px #5b5243,
        1357px 1232px #5b5243, 1677px 1998px #5b5243, 448px 1415px #5b5243, 705px 1736px #5b5243, 1031px 1466px #5b5243, 543px 1651px #5b5243, 1592px 1888px #5b5243, 1749px 1175px #5b5243, 639px 1114px #5b5243, 1591px 508px #5b5243,
        759px 1244px #5b5243, 824px 380px #5b5243, 942px 955px #5b5243, 723px 732px #5b5243, 113px 1369px #5b5243, 203px 1739px #5b5243, 868px 733px #5b5243, 713px 971px #5b5243, 341px 833px #5b5243, 762px 824px #5b5243,
        1359px 310px #5b5243, 1858px 1349px #5b5243, 1531px 692px #5b5243, 1075px 1512px #5b5243, 1677px 142px #5b5243, 1912px 1478px #5b5243, 1810px 1078px #5b5243, 426px 844px #5b5243, 1426px 588px #5b5243, 1909px 654px #5b5243,
        1107px 295px #5b5243, 1351px 527px #5b5243, 1393px 599px #5b5243, 1379px 1068px #5b5243, 228px 1846px #5b5243, 1271px 374px #5b5243, 1348px 612px #5b5243, 7px 1301px #5b5243, 1501px 1782px #5b5243, 1795px 423px #5b5243,
        1475px 1918px #5b5243, 1328px 1861px #5b5243, 1624px 51px #5b5243, 1791px 672px #5b5243, 1594px 1467px #5b5243, 1655px 1603px #5b5243, 919px 850px #5b5243, 523px 609px #5b5243, 1196px 207px #5b5243, 753px 410px #5b5243,
        686px 1097px #5b5243, 1570px 133px #5b5243, 1996px 1137px #5b5243, 361px 116px #5b5243, 1015px 462px #5b5243, 76px 1143px #5b5243, 491px 1818px #5b5243, 1563px 795px #5b5243, 982px 1721px #5b5243, 831px 1204px #5b5243,
        1737px 589px #5b5243, 861px 1579px #5b5243, 1666px 130px #5b5243, 698px 1799px #5b5243, 726px 1519px #5b5243, 109px 1208px #5b5243, 1184px 1057px #5b5243, 835px 451px #5b5243, 896px 594px #5b5243, 35px 893px #5b5243,
        895px 542px #5b5243, 706px 225px #5b5243, 56px 1040px #5b5243, 1954px 108px #5b5243, 1439px 1423px #5b5243, 26px 1881px #5b5243, 802px 1564px #5b5243, 273px 708px #5b5243, 40px 31px #5b5243, 859px 108px #5b5243;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 940px 1360px #5b5243, 1071px 539px #5b5243, 1710px 1414px #5b5243, 836px 299px #5b5243, 1944px 1420px #5b5243, 253px 1449px #5b5243, 1257px 1250px #5b5243, 1588px 1830px #5b5243, 1077px 1204px #5b5243, 273px 1081px #5b5243,
        1993px 766px #5b5243, 1808px 479px #5b5243, 917px 263px #5b5243, 663px 1820px #5b5243, 342px 1988px #5b5243, 727px 1250px #5b5243, 636px 1666px #5b5243, 692px 1112px #5b5243, 248px 1211px #5b5243, 1422px 1121px #5b5243,
        881px 46px #5b5243, 1531px 1977px #5b5243, 1643px 1023px #5b5243, 684px 1071px #5b5243, 1142px 1873px #5b5243, 292px 1313px #5b5243, 256px 1237px #5b5243, 89px 912px #5b5243, 964px 1783px #5b5243, 877px 760px #5b5243,
        1641px 1474px #5b5243, 1492px 24px #5b5243, 1776px 1642px #5b5243, 183px 602px #5b5243, 1998px 62px #5b5243, 1560px 367px #5b5243, 1333px 995px #5b5243, 704px 1815px #5b5243, 1809px 712px #5b5243, 1503px 288px #5b5243,
        630px 556px #5b5243, 1715px 125px #5b5243, 353px 1878px #5b5243, 975px 333px #5b5243, 1740px 1409px #5b5243, 1341px 1871px #5b5243, 1279px 1064px #5b5243, 169px 874px #5b5243, 161px 528px #5b5243, 1671px 1669px #5b5243,
        169px 632px #5b5243, 547px 1724px #5b5243, 1904px 110px #5b5243, 679px 1670px #5b5243, 196px 123px #5b5243, 786px 871px #5b5243, 1840px 324px #5b5243, 356px 967px #5b5243, 61px 549px #5b5243, 99px 677px #5b5243, 1719px 87px #5b5243,
        1713px 1990px #5b5243, 1717px 1358px #5b5243, 108px 1187px #5b5243, 51px 869px #5b5243, 1461px 902px #5b5243, 1034px 891px #5b5243, 962px 1881px #5b5243, 1723px 595px #5b5243, 479px 901px #5b5243, 1546px 1823px #5b5243,
        285px 1208px #5b5243, 1056px 347px #5b5243, 261px 988px #5b5243, 466px 990px #5b5243, 1657px 648px #5b5243, 1249px 933px #5b5243, 1552px 1555px #5b5243, 147px 62px #5b5243, 292px 1157px #5b5243, 1816px 423px #5b5243,
        1714px 757px #5b5243, 1036px 961px #5b5243, 1955px 710px #5b5243, 1842px 516px #5b5243, 479px 1870px #5b5243, 1579px 1445px #5b5243, 1225px 1309px #5b5243, 1965px 566px #5b5243, 1575px 1072px #5b5243, 923px 329px #5b5243,
        651px 1514px #5b5243, 865px 1100px #5b5243, 782px 1873px #5b5243, 115px 299px #5b5243, 14px 1668px #5b5243, 1666px 1817px #5b5243, 1096px 1068px #5b5243, 1462px 742px #5b5243, 1384px 1750px #5b5243;
    -webkit-animation: animStar 150s linear infinite;
    -moz-animation: animStar 150s linear infinite;
    -ms-animation: animStar 150s linear infinite;
    animation: animStar 150s linear infinite;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 940px 1360px #5b5243, 1071px 539px #5b5243, 1710px 1414px #5b5243, 836px 299px #5b5243, 1944px 1420px #5b5243, 253px 1449px #5b5243, 1257px 1250px #5b5243, 1588px 1830px #5b5243, 1077px 1204px #5b5243, 273px 1081px #5b5243,
        1993px 766px #5b5243, 1808px 479px #5b5243, 917px 263px #5b5243, 663px 1820px #5b5243, 342px 1988px #5b5243, 727px 1250px #5b5243, 636px 1666px #5b5243, 692px 1112px #5b5243, 248px 1211px #5b5243, 1422px 1121px #5b5243,
        881px 46px #5b5243, 1531px 1977px #5b5243, 1643px 1023px #5b5243, 684px 1071px #5b5243, 1142px 1873px #5b5243, 292px 1313px #5b5243, 256px 1237px #5b5243, 89px 912px #5b5243, 964px 1783px #5b5243, 877px 760px #5b5243,
        1641px 1474px #5b5243, 1492px 24px #5b5243, 1776px 1642px #5b5243, 183px 602px #5b5243, 1998px 62px #5b5243, 1560px 367px #5b5243, 1333px 995px #5b5243, 704px 1815px #5b5243, 1809px 712px #5b5243, 1503px 288px #5b5243,
        630px 556px #5b5243, 1715px 125px #5b5243, 353px 1878px #5b5243, 975px 333px #5b5243, 1740px 1409px #5b5243, 1341px 1871px #5b5243, 1279px 1064px #5b5243, 169px 874px #5b5243, 161px 528px #5b5243, 1671px 1669px #5b5243,
        169px 632px #5b5243, 547px 1724px #5b5243, 1904px 110px #5b5243, 679px 1670px #5b5243, 196px 123px #5b5243, 786px 871px #5b5243, 1840px 324px #5b5243, 356px 967px #5b5243, 61px 549px #5b5243, 99px 677px #5b5243, 1719px 87px #5b5243,
        1713px 1990px #5b5243, 1717px 1358px #5b5243, 108px 1187px #5b5243, 51px 869px #5b5243, 1461px 902px #5b5243, 1034px 891px #5b5243, 962px 1881px #5b5243, 1723px 595px #5b5243, 479px 901px #5b5243, 1546px 1823px #5b5243,
        285px 1208px #5b5243, 1056px 347px #5b5243, 261px 988px #5b5243, 466px 990px #5b5243, 1657px 648px #5b5243, 1249px 933px #5b5243, 1552px 1555px #5b5243, 147px 62px #5b5243, 292px 1157px #5b5243, 1816px 423px #5b5243,
        1714px 757px #5b5243, 1036px 961px #5b5243, 1955px 710px #5b5243, 1842px 516px #5b5243, 479px 1870px #5b5243, 1579px 1445px #5b5243, 1225px 1309px #5b5243, 1965px 566px #5b5243, 1575px 1072px #5b5243, 923px 329px #5b5243,
        651px 1514px #5b5243, 865px 1100px #5b5243, 782px 1873px #5b5243, 115px 299px #5b5243, 14px 1668px #5b5243, 1666px 1817px #5b5243, 1096px 1068px #5b5243, 1462px 742px #5b5243, 1384px 1750px #5b5243;
}

#stars4 {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 233px 1976px #5b5243, 1196px 1119px #5b5243, 646px 740px #5b5243, 335px 645px #5b5243, 1119px 1452px #5b5243, 176px 1870px #5b5243, 639px 1711px #5b5243, 647px 1388px #5b5243, 1516px 1108px #5b5243, 464px 66px #5b5243,
        331px 344px #5b5243, 772px 1189px #5b5243, 1516px 1850px #5b5243, 1500px 1463px #5b5243, 1275px 876px #5b5243, 1107px 645px #5b5243, 977px 478px #5b5243, 583px 1179px #5b5243, 284px 395px #5b5243, 1220px 461px #5b5243,
        1160px 249px #5b5243, 196px 865px #5b5243, 670px 1915px #5b5243, 1449px 382px #5b5243, 1191px 546px #5b5243, 1329px 605px #5b5243, 1945px 458px #5b5243, 995px 749px #5b5243, 1495px 861px #5b5243, 708px 1731px #5b5243,
        348px 653px #5b5243, 548px 1298px #5b5243, 1606px 990px #5b5243, 1049px 1204px #5b5243, 253px 1501px #5b5243, 1154px 166px #5b5243, 1087px 104px #5b5243, 1034px 1161px #5b5243, 1681px 462px #5b5243, 577px 1897px #5b5243,
        193px 1901px #5b5243, 1701px 1755px #5b5243, 864px 1297px #5b5243, 800px 1289px #5b5243, 676px 28px #5b5243, 185px 1341px #5b5243, 379px 1151px #5b5243, 1224px 1725px #5b5243, 280px 541px #5b5243, 473px 1196px #5b5243,
        921px 1628px #5b5243, 969px 432px #5b5243, 1475px 758px #5b5243, 1195px 993px #5b5243, 876px 1840px #5b5243, 1274px 1689px #5b5243, 1977px 1101px #5b5243, 837px 527px #5b5243, 1785px 1610px #5b5243, 1650px 1843px #5b5243,
        1127px 1508px #5b5243, 401px 1050px #5b5243, 51px 1105px #5b5243, 545px 880px #5b5243, 1786px 1672px #5b5243, 318px 260px #5b5243, 568px 254px #5b5243, 1026px 1527px #5b5243, 1242px 852px #5b5243, 1785px 982px #5b5243,
        1318px 1071px #5b5243, 398px 1061px #5b5243, 1509px 257px #5b5243, 599px 928px #5b5243, 1195px 1800px #5b5243, 1254px 906px #5b5243, 141px 26px #5b5243, 1384px 1502px #5b5243, 476px 767px #5b5243, 1973px 722px #5b5243,
        1339px 1031px #5b5243, 778px 818px #5b5243, 213px 1320px #5b5243, 184px 221px #5b5243, 983px 1911px #5b5243, 923px 1439px #5b5243, 1936px 581px #5b5243, 1105px 625px #5b5243, 325px 729px #5b5243, 1475px 204px #5b5243,
        1483px 1564px #5b5243, 1327px 1272px #5b5243, 1187px 1944px #5b5243, 1945px 1471px #5b5243, 116px 960px #5b5243, 1660px 1610px #5b5243, 412px 1022px #5b5243, 1552px 1516px #5b5243, 1517px 1892px #5b5243, 306px 829px #5b5243,
        1416px 462px #5b5243, 1575px 1460px #5b5243, 424px 1500px #5b5243, 1530px 1169px #5b5243, 1388px 1608px #5b5243, 185px 416px #5b5243, 634px 1446px #5b5243, 767px 479px #5b5243, 71px 426px #5b5243, 1937px 145px #5b5243,
        1955px 1312px #5b5243, 1811px 611px #5b5243, 1145px 569px #5b5243, 1460px 676px #5b5243, 131px 1858px #5b5243, 1557px 473px #5b5243, 735px 130px #5b5243, 112px 1531px #5b5243, 1312px 305px #5b5243, 409px 1032px #5b5243,
        149px 1964px #5b5243, 535px 1215px #5b5243, 1382px 630px #5b5243, 1437px 1368px #5b5243, 362px 1181px #5b5243, 388px 181px #5b5243, 274px 1287px #5b5243, 1858px 1414px #5b5243, 661px 1935px #5b5243, 675px 1205px #5b5243,
        1829px 1725px #5b5243, 1937px 1145px #5b5243, 237px 908px #5b5243, 1059px 1185px #5b5243, 824px 1248px #5b5243, 1167px 1730px #5b5243, 180px 1961px #5b5243, 1663px 203px #5b5243, 374px 221px #5b5243, 724px 1883px #5b5243,
        970px 1362px #5b5243, 832px 505px #5b5243, 313px 233px #5b5243, 1909px 597px #5b5243, 434px 201px #5b5243, 587px 995px #5b5243, 1833px 623px #5b5243, 1464px 561px #5b5243, 231px 593px #5b5243, 1558px 1433px #5b5243,
        1986px 1767px #5b5243, 1753px 1728px #5b5243, 1153px 1623px #5b5243, 249px 229px #5b5243, 1503px 1186px #5b5243, 1784px 137px #5b5243, 841px 403px #5b5243, 1400px 354px #5b5243, 197px 499px #5b5243, 1188px 681px #5b5243,
        158px 391px #5b5243, 443px 1099px #5b5243, 723px 1445px #5b5243, 1408px 1235px #5b5243, 1908px 195px #5b5243, 271px 891px #5b5243, 469px 1693px #5b5243, 580px 11px #5b5243, 1533px 70px #5b5243, 859px 761px #5b5243,
        1510px 1844px #5b5243, 421px 558px #5b5243, 1132px 1453px #5b5243, 757px 1987px #5b5243, 212px 293px #5b5243, 569px 323px #5b5243, 1404px 1394px #5b5243, 252px 1386px #5b5243, 1668px 1857px #5b5243, 123px 1684px #5b5243,
        105px 490px #5b5243, 1083px 1769px #5b5243, 1071px 1953px #5b5243, 1271px 1159px #5b5243, 699px 1491px #5b5243, 1744px 1997px #5b5243, 1868px 1973px #5b5243, 1438px 1449px #5b5243, 1222px 1921px #5b5243, 1328px 1210px #5b5243,
        438px 873px #5b5243, 809px 780px #5b5243, 491px 1524px #5b5243, 447px 1830px #5b5243, 927px 1936px #5b5243, 564px 691px #5b5243, 1784px 1747px #5b5243, 1978px 1722px #5b5243, 1599px 1480px #5b5243, 1276px 729px #5b5243,
        731px 1174px #5b5243, 1586px 1711px #5b5243, 451px 1340px #5b5243, 1075px 1899px #5b5243, 13px 575px #5b5243, 309px 1340px #5b5243, 981px 183px #5b5243, 248px 1315px #5b5243, 849px 80px #5b5243, 1754px 1540px #5b5243,
        73px 1432px #5b5243, 1208px 1828px #5b5243, 65px 575px #5b5243, 1098px 730px #5b5243, 127px 1358px #5b5243, 185px 19px #5b5243, 1222px 1679px #5b5243, 1122px 315px #5b5243, 1906px 452px #5b5243, 761px 284px #5b5243,
        813px 492px #5b5243, 1344px 843px #5b5243, 118px 1834px #5b5243, 1620px 359px #5b5243, 1755px 1246px #5b5243, 299px 1076px #5b5243, 1746px 158px #5b5243, 6px 1635px #5b5243, 143px 190px #5b5243, 101px 468px #5b5243,
        137px 971px #5b5243, 1221px 1929px #5b5243, 1752px 650px #5b5243, 1635px 1761px #5b5243, 1522px 833px #5b5243, 908px 153px #5b5243, 1044px 350px #5b5243, 1151px 1940px #5b5243, 822px 210px #5b5243, 1774px 310px #5b5243,
        796px 1447px #5b5243, 1069px 1903px #5b5243, 217px 565px #5b5243, 662px 1370px #5b5243, 1876px 1570px #5b5243, 847px 46px #5b5243, 1042px 1689px #5b5243, 1584px 1434px #5b5243, 1791px 908px #5b5243, 973px 908px #5b5243,
        793px 747px #5b5243, 122px 483px #5b5243, 1137px 1374px #5b5243, 1757px 1791px #5b5243, 513px 225px #5b5243, 63px 731px #5b5243, 1179px 1926px #5b5243, 346px 18px #5b5243, 589px 175px #5b5243, 87px 302px #5b5243,
        380px 1295px #5b5243, 450px 921px #5b5243, 1667px 1973px #5b5243, 1495px 1373px #5b5243, 1462px 1850px #5b5243, 540px 288px #5b5243, 1208px 1051px #5b5243, 1554px 1095px #5b5243, 1009px 1516px #5b5243, 181px 572px #5b5243,
        165px 387px #5b5243, 549px 1835px #5b5243, 960px 16px #5b5243, 1360px 403px #5b5243, 1251px 43px #5b5243, 1905px 1813px #5b5243, 1106px 866px #5b5243, 1809px 277px #5b5243, 1828px 1720px #5b5243, 295px 1610px #5b5243,
        523px 166px #5b5243, 1069px 692px #5b5243, 1292px 217px #5b5243, 11px 1721px #5b5243, 99px 1045px #5b5243, 51px 1584px #5b5243, 1053px 266px #5b5243, 1287px 1235px #5b5243, 747px 1722px #5b5243, 1542px 736px #5b5243,
        1256px 18px #5b5243, 102px 609px #5b5243, 586px 1339px #5b5243, 1843px 1697px #5b5243, 824px 1687px #5b5243, 1124px 882px #5b5243, 395px 501px #5b5243, 1456px 672px #5b5243, 1472px 1648px #5b5243, 1326px 1164px #5b5243,
        777px 1672px #5b5243, 81px 345px #5b5243, 91px 386px #5b5243, 243px 411px #5b5243, 1560px 90px #5b5243, 6px 1771px #5b5243, 1601px 616px #5b5243, 1220px 1808px #5b5243, 1160px 836px #5b5243, 246px 1777px #5b5243, 456px 863px #5b5243,
        97px 1138px #5b5243, 1811px 942px #5b5243, 213px 414px #5b5243, 891px 392px #5b5243, 1044px 927px #5b5243, 1856px 216px #5b5243, 957px 347px #5b5243, 1486px 406px #5b5243, 838px 912px #5b5243, 803px 361px #5b5243,
        564px 826px #5b5243, 1597px 949px #5b5243, 1206px 289px #5b5243, 33px 1035px #5b5243, 1762px 1377px #5b5243, 789px 1815px #5b5243, 1594px 1342px #5b5243, 1668px 880px #5b5243, 1539px 1581px #5b5243, 1547px 53px #5b5243,
        861px 1433px #5b5243, 693px 1618px #5b5243, 1762px 782px #5b5243, 1568px 682px #5b5243, 1126px 1762px #5b5243, 1242px 134px #5b5243, 495px 959px #5b5243, 1606px 219px #5b5243, 1878px 1415px #5b5243, 1652px 797px #5b5243,
        782px 1903px #5b5243, 1774px 1133px #5b5243, 1430px 408px #5b5243, 265px 394px #5b5243, 890px 336px #5b5243, 1051px 311px #5b5243, 461px 1559px #5b5243, 1931px 91px #5b5243, 1160px 380px #5b5243, 1442px 1058px #5b5243,
        1157px 364px #5b5243, 586px 227px #5b5243, 1365px 715px #5b5243, 1658px 1655px #5b5243, 1923px 1664px #5b5243, 1023px 1844px #5b5243, 1939px 1367px #5b5243, 1203px 1305px #5b5243, 359px 642px #5b5243, 1056px 425px #5b5243,
        787px 202px #5b5243, 1609px 1850px #5b5243, 1964px 200px #5b5243, 1537px 586px #5b5243, 1589px 903px #5b5243, 1063px 1694px #5b5243, 760px 1185px #5b5243, 597px 1396px #5b5243, 294px 452px #5b5243, 433px 818px #5b5243,
        199px 840px #5b5243, 1332px 1937px #5b5243, 169px 1907px #5b5243, 591px 834px #5b5243, 1716px 1032px #5b5243, 45px 1879px #5b5243, 686px 1469px #5b5243, 1520px 475px #5b5243, 1122px 859px #5b5243, 973px 1541px #5b5243,
        269px 477px #5b5243, 1390px 716px #5b5243, 1791px 783px #5b5243, 824px 2000px #5b5243, 1211px 1717px #5b5243, 1008px 1587px #5b5243, 1422px 204px #5b5243, 234px 556px #5b5243, 506px 550px #5b5243, 942px 1670px #5b5243,
        397px 853px #5b5243, 599px 795px #5b5243, 762px 1926px #5b5243, 1202px 1424px #5b5243, 135px 1316px #5b5243, 1442px 1692px #5b5243, 977px 652px #5b5243, 564px 1648px #5b5243, 997px 1474px #5b5243, 67px 1366px #5b5243,
        1860px 1451px #5b5243, 1105px 772px #5b5243, 1886px 1396px #5b5243, 1510px 658px #5b5243, 976px 1544px #5b5243, 894px 543px #5b5243, 1098px 1189px #5b5243, 690px 77px #5b5243, 770px 733px #5b5243, 557px 1403px #5b5243,
        1758px 1623px #5b5243, 1341px 812px #5b5243, 699px 967px #5b5243, 277px 866px #5b5243, 1526px 1828px #5b5243, 8px 977px #5b5243, 1707px 952px #5b5243, 12px 1900px #5b5243, 72px 921px #5b5243, 496px 1067px #5b5243,
        1288px 1749px #5b5243, 273px 984px #5b5243, 1197px 1991px #5b5243, 242px 789px #5b5243, 903px 1035px #5b5243, 480px 1492px #5b5243, 102px 1331px #5b5243, 738px 1343px #5b5243, 560px 1475px #5b5243, 367px 846px #5b5243,
        1420px 962px #5b5243, 1976px 892px #5b5243, 1911px 1763px #5b5243, 1639px 1002px #5b5243, 437px 1522px #5b5243, 1906px 1025px #5b5243, 730px 1364px #5b5243, 1127px 521px #5b5243, 1401px 1792px #5b5243, 1954px 1066px #5b5243,
        232px 250px #5b5243, 1685px 660px #5b5243, 1011px 999px #5b5243, 1970px 790px #5b5243, 750px 499px #5b5243, 1738px 660px #5b5243, 1621px 1849px #5b5243, 446px 52px #5b5243, 1055px 1396px #5b5243, 1165px 1497px #5b5243,
        1740px 1425px #5b5243, 1012px 1920px #5b5243, 1258px 1560px #5b5243, 1020px 1152px #5b5243, 362px 673px #5b5243, 1065px 975px #5b5243, 582px 755px #5b5243, 1271px 1479px #5b5243, 719px 548px #5b5243, 1602px 879px #5b5243,
        590px 499px #5b5243, 721px 1412px #5b5243, 1180px 113px #5b5243, 1801px 1961px #5b5243, 589px 941px #5b5243, 883px 476px #5b5243, 214px 890px #5b5243, 1028px 892px #5b5243, 1107px 1832px #5b5243, 944px 361px #5b5243,
        480px 1453px #5b5243, 1466px 683px #5b5243, 981px 745px #5b5243, 1968px 828px #5b5243, 657px 1830px #5b5243, 11px 1338px #5b5243, 179px 730px #5b5243, 1713px 197px #5b5243, 51px 955px #5b5243, 1243px 319px #5b5243,
        1175px 624px #5b5243, 446px 46px #5b5243, 5px 1158px #5b5243, 82px 1352px #5b5243, 1877px 402px #5b5243, 708px 1778px #5b5243, 903px 1625px #5b5243, 1824px 352px #5b5243, 1229px 140px #5b5243, 1518px 24px #5b5243,
        1017px 512px #5b5243, 515px 699px #5b5243, 295px 265px #5b5243, 69px 1773px #5b5243, 1640px 1163px #5b5243, 536px 342px #5b5243, 970px 1766px #5b5243, 560px 1416px #5b5243, 577px 193px #5b5243, 469px 9px #5b5243, 466px 276px #5b5243,
        711px 853px #5b5243, 401px 685px #5b5243, 85px 506px #5b5243, 865px 558px #5b5243, 631px 105px #5b5243, 887px 866px #5b5243, 1704px 1001px #5b5243, 1051px 1199px #5b5243, 275px 1909px #5b5243, 1462px 829px #5b5243,
        375px 1057px #5b5243, 1531px 1501px #5b5243, 205px 403px #5b5243, 33px 1869px #5b5243, 967px 1176px #5b5243, 376px 863px #5b5243, 1769px 1545px #5b5243, 535px 51px #5b5243, 1972px 1569px #5b5243, 1773px 960px #5b5243,
        487px 620px #5b5243, 1660px 687px #5b5243, 1632px 972px #5b5243, 1362px 42px #5b5243, 479px 1655px #5b5243, 1531px 1808px #5b5243, 1450px 1412px #5b5243, 1549px 170px #5b5243, 1904px 1305px #5b5243, 1209px 48px #5b5243,
        1933px 820px #5b5243, 1623px 595px #5b5243, 48px 643px #5b5243, 179px 1754px #5b5243, 589px 1032px #5b5243, 1199px 356px #5b5243, 1755px 1418px #5b5243, 780px 1174px #5b5243, 1905px 758px #5b5243, 1567px 713px #5b5243,
        1372px 705px #5b5243, 456px 654px #5b5243, 759px 690px #5b5243, 452px 673px #5b5243, 993px 1610px #5b5243, 1271px 188px #5b5243, 343px 1750px #5b5243, 1943px 1735px #5b5243, 1717px 853px #5b5243, 1247px 303px #5b5243,
        1314px 1895px #5b5243, 1203px 489px #5b5243, 741px 469px #5b5243, 4px 246px #5b5243, 1515px 115px #5b5243, 606px 218px #5b5243, 1966px 1471px #5b5243, 177px 87px #5b5243, 1575px 588px #5b5243, 1136px 1386px #5b5243,
        70px 1868px #5b5243, 1053px 18px #5b5243, 1124px 721px #5b5243, 1748px 1181px #5b5243, 191px 1387px #5b5243, 1931px 840px #5b5243, 1088px 1603px #5b5243, 634px 1255px #5b5243, 814px 1434px #5b5243, 585px 64px #5b5243,
        1074px 1618px #5b5243, 1692px 761px #5b5243, 651px 643px #5b5243, 193px 335px #5b5243, 1103px 1447px #5b5243, 491px 1142px #5b5243, 521px 408px #5b5243, 536px 340px #5b5243, 411px 1091px #5b5243, 1646px 193px #5b5243,
        1595px 1285px #5b5243, 870px 1349px #5b5243, 1085px 1013px #5b5243, 204px 1864px #5b5243, 1359px 299px #5b5243, 807px 964px #5b5243, 219px 509px #5b5243, 36px 1227px #5b5243, 702px 1873px #5b5243, 1471px 934px #5b5243,
        1763px 792px #5b5243, 973px 1957px #5b5243, 987px 68px #5b5243, 593px 1282px #5b5243, 1900px 607px #5b5243, 407px 1659px #5b5243, 587px 17px #5b5243, 632px 158px #5b5243;
    -webkit-animation: animStar 600s linear infinite;
    -moz-animation: animStar 600s linear infinite;
    -ms-animation: animStar 600s linear infinite;
    animation: animStar 600s linear infinite;
}

#stars4:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 233px 1976px #5b5243, 1196px 1119px #5b5243, 646px 740px #5b5243, 335px 645px #5b5243, 1119px 1452px #5b5243, 176px 1870px #5b5243, 639px 1711px #5b5243, 647px 1388px #5b5243, 1516px 1108px #5b5243, 464px 66px #5b5243,
        331px 344px #5b5243, 772px 1189px #5b5243, 1516px 1850px #5b5243, 1500px 1463px #5b5243, 1275px 876px #5b5243, 1107px 645px #5b5243, 977px 478px #5b5243, 583px 1179px #5b5243, 284px 395px #5b5243, 1220px 461px #5b5243,
        1160px 249px #5b5243, 196px 865px #5b5243, 670px 1915px #5b5243, 1449px 382px #5b5243, 1191px 546px #5b5243, 1329px 605px #5b5243, 1945px 458px #5b5243, 995px 749px #5b5243, 1495px 861px #5b5243, 708px 1731px #5b5243,
        348px 653px #5b5243, 548px 1298px #5b5243, 1606px 990px #5b5243, 1049px 1204px #5b5243, 253px 1501px #5b5243, 1154px 166px #5b5243, 1087px 104px #5b5243, 1034px 1161px #5b5243, 1681px 462px #5b5243, 577px 1897px #5b5243,
        193px 1901px #5b5243, 1701px 1755px #5b5243, 864px 1297px #5b5243, 800px 1289px #5b5243, 676px 28px #5b5243, 185px 1341px #5b5243, 379px 1151px #5b5243, 1224px 1725px #5b5243, 280px 541px #5b5243, 473px 1196px #5b5243,
        921px 1628px #5b5243, 969px 432px #5b5243, 1475px 758px #5b5243, 1195px 993px #5b5243, 876px 1840px #5b5243, 1274px 1689px #5b5243, 1977px 1101px #5b5243, 837px 527px #5b5243, 1785px 1610px #5b5243, 1650px 1843px #5b5243,
        1127px 1508px #5b5243, 401px 1050px #5b5243, 51px 1105px #5b5243, 545px 880px #5b5243, 1786px 1672px #5b5243, 318px 260px #5b5243, 568px 254px #5b5243, 1026px 1527px #5b5243, 1242px 852px #5b5243, 1785px 982px #5b5243,
        1318px 1071px #5b5243, 398px 1061px #5b5243, 1509px 257px #5b5243, 599px 928px #5b5243, 1195px 1800px #5b5243, 1254px 906px #5b5243, 141px 26px #5b5243, 1384px 1502px #5b5243, 476px 767px #5b5243, 1973px 722px #5b5243,
        1339px 1031px #5b5243, 778px 818px #5b5243, 213px 1320px #5b5243, 184px 221px #5b5243, 983px 1911px #5b5243, 923px 1439px #5b5243, 1936px 581px #5b5243, 1105px 625px #5b5243, 325px 729px #5b5243, 1475px 204px #5b5243,
        1483px 1564px #5b5243, 1327px 1272px #5b5243, 1187px 1944px #5b5243, 1945px 1471px #5b5243, 116px 960px #5b5243, 1660px 1610px #5b5243, 412px 1022px #5b5243, 1552px 1516px #5b5243, 1517px 1892px #5b5243, 306px 829px #5b5243,
        1416px 462px #5b5243, 1575px 1460px #5b5243, 424px 1500px #5b5243, 1530px 1169px #5b5243, 1388px 1608px #5b5243, 185px 416px #5b5243, 634px 1446px #5b5243, 767px 479px #5b5243, 71px 426px #5b5243, 1937px 145px #5b5243,
        1955px 1312px #5b5243, 1811px 611px #5b5243, 1145px 569px #5b5243, 1460px 676px #5b5243, 131px 1858px #5b5243, 1557px 473px #5b5243, 735px 130px #5b5243, 112px 1531px #5b5243, 1312px 305px #5b5243, 409px 1032px #5b5243,
        149px 1964px #5b5243, 535px 1215px #5b5243, 1382px 630px #5b5243, 1437px 1368px #5b5243, 362px 1181px #5b5243, 388px 181px #5b5243, 274px 1287px #5b5243, 1858px 1414px #5b5243, 661px 1935px #5b5243, 675px 1205px #5b5243,
        1829px 1725px #5b5243, 1937px 1145px #5b5243, 237px 908px #5b5243, 1059px 1185px #5b5243, 824px 1248px #5b5243, 1167px 1730px #5b5243, 180px 1961px #5b5243, 1663px 203px #5b5243, 374px 221px #5b5243, 724px 1883px #5b5243,
        970px 1362px #5b5243, 832px 505px #5b5243, 313px 233px #5b5243, 1909px 597px #5b5243, 434px 201px #5b5243, 587px 995px #5b5243, 1833px 623px #5b5243, 1464px 561px #5b5243, 231px 593px #5b5243, 1558px 1433px #5b5243,
        1986px 1767px #5b5243, 1753px 1728px #5b5243, 1153px 1623px #5b5243, 249px 229px #5b5243, 1503px 1186px #5b5243, 1784px 137px #5b5243, 841px 403px #5b5243, 1400px 354px #5b5243, 197px 499px #5b5243, 1188px 681px #5b5243,
        158px 391px #5b5243, 443px 1099px #5b5243, 723px 1445px #5b5243, 1408px 1235px #5b5243, 1908px 195px #5b5243, 271px 891px #5b5243, 469px 1693px #5b5243, 580px 11px #5b5243, 1533px 70px #5b5243, 859px 761px #5b5243,
        1510px 1844px #5b5243, 421px 558px #5b5243, 1132px 1453px #5b5243, 757px 1987px #5b5243, 212px 293px #5b5243, 569px 323px #5b5243, 1404px 1394px #5b5243, 252px 1386px #5b5243, 1668px 1857px #5b5243, 123px 1684px #5b5243,
        105px 490px #5b5243, 1083px 1769px #5b5243, 1071px 1953px #5b5243, 1271px 1159px #5b5243, 699px 1491px #5b5243, 1744px 1997px #5b5243, 1868px 1973px #5b5243, 1438px 1449px #5b5243, 1222px 1921px #5b5243, 1328px 1210px #5b5243,
        438px 873px #5b5243, 809px 780px #5b5243, 491px 1524px #5b5243, 447px 1830px #5b5243, 927px 1936px #5b5243, 564px 691px #5b5243, 1784px 1747px #5b5243, 1978px 1722px #5b5243, 1599px 1480px #5b5243, 1276px 729px #5b5243,
        731px 1174px #5b5243, 1586px 1711px #5b5243, 451px 1340px #5b5243, 1075px 1899px #5b5243, 13px 575px #5b5243, 309px 1340px #5b5243, 981px 183px #5b5243, 248px 1315px #5b5243, 849px 80px #5b5243, 1754px 1540px #5b5243,
        73px 1432px #5b5243, 1208px 1828px #5b5243, 65px 575px #5b5243, 1098px 730px #5b5243, 127px 1358px #5b5243, 185px 19px #5b5243, 1222px 1679px #5b5243, 1122px 315px #5b5243, 1906px 452px #5b5243, 761px 284px #5b5243,
        813px 492px #5b5243, 1344px 843px #5b5243, 118px 1834px #5b5243, 1620px 359px #5b5243, 1755px 1246px #5b5243, 299px 1076px #5b5243, 1746px 158px #5b5243, 6px 1635px #5b5243, 143px 190px #5b5243, 101px 468px #5b5243,
        137px 971px #5b5243, 1221px 1929px #5b5243, 1752px 650px #5b5243, 1635px 1761px #5b5243, 1522px 833px #5b5243, 908px 153px #5b5243, 1044px 350px #5b5243, 1151px 1940px #5b5243, 822px 210px #5b5243, 1774px 310px #5b5243,
        796px 1447px #5b5243, 1069px 1903px #5b5243, 217px 565px #5b5243, 662px 1370px #5b5243, 1876px 1570px #5b5243, 847px 46px #5b5243, 1042px 1689px #5b5243, 1584px 1434px #5b5243, 1791px 908px #5b5243, 973px 908px #5b5243,
        793px 747px #5b5243, 122px 483px #5b5243, 1137px 1374px #5b5243, 1757px 1791px #5b5243, 513px 225px #5b5243, 63px 731px #5b5243, 1179px 1926px #5b5243, 346px 18px #5b5243, 589px 175px #5b5243, 87px 302px #5b5243,
        380px 1295px #5b5243, 450px 921px #5b5243, 1667px 1973px #5b5243, 1495px 1373px #5b5243, 1462px 1850px #5b5243, 540px 288px #5b5243, 1208px 1051px #5b5243, 1554px 1095px #5b5243, 1009px 1516px #5b5243, 181px 572px #5b5243,
        165px 387px #5b5243, 549px 1835px #5b5243, 960px 16px #5b5243, 1360px 403px #5b5243, 1251px 43px #5b5243, 1905px 1813px #5b5243, 1106px 866px #5b5243, 1809px 277px #5b5243, 1828px 1720px #5b5243, 295px 1610px #5b5243,
        523px 166px #5b5243, 1069px 692px #5b5243, 1292px 217px #5b5243, 11px 1721px #5b5243, 99px 1045px #5b5243, 51px 1584px #5b5243, 1053px 266px #5b5243, 1287px 1235px #5b5243, 747px 1722px #5b5243, 1542px 736px #5b5243,
        1256px 18px #5b5243, 102px 609px #5b5243, 586px 1339px #5b5243, 1843px 1697px #5b5243, 824px 1687px #5b5243, 1124px 882px #5b5243, 395px 501px #5b5243, 1456px 672px #5b5243, 1472px 1648px #5b5243, 1326px 1164px #5b5243,
        777px 1672px #5b5243, 81px 345px #5b5243, 91px 386px #5b5243, 243px 411px #5b5243, 1560px 90px #5b5243, 6px 1771px #5b5243, 1601px 616px #5b5243, 1220px 1808px #5b5243, 1160px 836px #5b5243, 246px 1777px #5b5243, 456px 863px #5b5243,
        97px 1138px #5b5243, 1811px 942px #5b5243, 213px 414px #5b5243, 891px 392px #5b5243, 1044px 927px #5b5243, 1856px 216px #5b5243, 957px 347px #5b5243, 1486px 406px #5b5243, 838px 912px #5b5243, 803px 361px #5b5243,
        564px 826px #5b5243, 1597px 949px #5b5243, 1206px 289px #5b5243, 33px 1035px #5b5243, 1762px 1377px #5b5243, 789px 1815px #5b5243, 1594px 1342px #5b5243, 1668px 880px #5b5243, 1539px 1581px #5b5243, 1547px 53px #5b5243,
        861px 1433px #5b5243, 693px 1618px #5b5243, 1762px 782px #5b5243, 1568px 682px #5b5243, 1126px 1762px #5b5243, 1242px 134px #5b5243, 495px 959px #5b5243, 1606px 219px #5b5243, 1878px 1415px #5b5243, 1652px 797px #5b5243,
        782px 1903px #5b5243, 1774px 1133px #5b5243, 1430px 408px #5b5243, 265px 394px #5b5243, 890px 336px #5b5243, 1051px 311px #5b5243, 461px 1559px #5b5243, 1931px 91px #5b5243, 1160px 380px #5b5243, 1442px 1058px #5b5243,
        1157px 364px #5b5243, 586px 227px #5b5243, 1365px 715px #5b5243, 1658px 1655px #5b5243, 1923px 1664px #5b5243, 1023px 1844px #5b5243, 1939px 1367px #5b5243, 1203px 1305px #5b5243, 359px 642px #5b5243, 1056px 425px #5b5243,
        787px 202px #5b5243, 1609px 1850px #5b5243, 1964px 200px #5b5243, 1537px 586px #5b5243, 1589px 903px #5b5243, 1063px 1694px #5b5243, 760px 1185px #5b5243, 597px 1396px #5b5243, 294px 452px #5b5243, 433px 818px #5b5243,
        199px 840px #5b5243, 1332px 1937px #5b5243, 169px 1907px #5b5243, 591px 834px #5b5243, 1716px 1032px #5b5243, 45px 1879px #5b5243, 686px 1469px #5b5243, 1520px 475px #5b5243, 1122px 859px #5b5243, 973px 1541px #5b5243,
        269px 477px #5b5243, 1390px 716px #5b5243, 1791px 783px #5b5243, 824px 2000px #5b5243, 1211px 1717px #5b5243, 1008px 1587px #5b5243, 1422px 204px #5b5243, 234px 556px #5b5243, 506px 550px #5b5243, 942px 1670px #5b5243,
        397px 853px #5b5243, 599px 795px #5b5243, 762px 1926px #5b5243, 1202px 1424px #5b5243, 135px 1316px #5b5243, 1442px 1692px #5b5243, 977px 652px #5b5243, 564px 1648px #5b5243, 997px 1474px #5b5243, 67px 1366px #5b5243,
        1860px 1451px #5b5243, 1105px 772px #5b5243, 1886px 1396px #5b5243, 1510px 658px #5b5243, 976px 1544px #5b5243, 894px 543px #5b5243, 1098px 1189px #5b5243, 690px 77px #5b5243, 770px 733px #5b5243, 557px 1403px #5b5243,
        1758px 1623px #5b5243, 1341px 812px #5b5243, 699px 967px #5b5243, 277px 866px #5b5243, 1526px 1828px #5b5243, 8px 977px #5b5243, 1707px 952px #5b5243, 12px 1900px #5b5243, 72px 921px #5b5243, 496px 1067px #5b5243,
        1288px 1749px #5b5243, 273px 984px #5b5243, 1197px 1991px #5b5243, 242px 789px #5b5243, 903px 1035px #5b5243, 480px 1492px #5b5243, 102px 1331px #5b5243, 738px 1343px #5b5243, 560px 1475px #5b5243, 367px 846px #5b5243,
        1420px 962px #5b5243, 1976px 892px #5b5243, 1911px 1763px #5b5243, 1639px 1002px #5b5243, 437px 1522px #5b5243, 1906px 1025px #5b5243, 730px 1364px #5b5243, 1127px 521px #5b5243, 1401px 1792px #5b5243, 1954px 1066px #5b5243,
        232px 250px #5b5243, 1685px 660px #5b5243, 1011px 999px #5b5243, 1970px 790px #5b5243, 750px 499px #5b5243, 1738px 660px #5b5243, 1621px 1849px #5b5243, 446px 52px #5b5243, 1055px 1396px #5b5243, 1165px 1497px #5b5243,
        1740px 1425px #5b5243, 1012px 1920px #5b5243, 1258px 1560px #5b5243, 1020px 1152px #5b5243, 362px 673px #5b5243, 1065px 975px #5b5243, 582px 755px #5b5243, 1271px 1479px #5b5243, 719px 548px #5b5243, 1602px 879px #5b5243,
        590px 499px #5b5243, 721px 1412px #5b5243, 1180px 113px #5b5243, 1801px 1961px #5b5243, 589px 941px #5b5243, 883px 476px #5b5243, 214px 890px #5b5243, 1028px 892px #5b5243, 1107px 1832px #5b5243, 944px 361px #5b5243,
        480px 1453px #5b5243, 1466px 683px #5b5243, 981px 745px #5b5243, 1968px 828px #5b5243, 657px 1830px #5b5243, 11px 1338px #5b5243, 179px 730px #5b5243, 1713px 197px #5b5243, 51px 955px #5b5243, 1243px 319px #5b5243,
        1175px 624px #5b5243, 446px 46px #5b5243, 5px 1158px #5b5243, 82px 1352px #5b5243, 1877px 402px #5b5243, 708px 1778px #5b5243, 903px 1625px #5b5243, 1824px 352px #5b5243, 1229px 140px #5b5243, 1518px 24px #5b5243,
        1017px 512px #5b5243, 515px 699px #5b5243, 295px 265px #5b5243, 69px 1773px #5b5243, 1640px 1163px #5b5243, 536px 342px #5b5243, 970px 1766px #5b5243, 560px 1416px #5b5243, 577px 193px #5b5243, 469px 9px #5b5243, 466px 276px #5b5243,
        711px 853px #5b5243, 401px 685px #5b5243, 85px 506px #5b5243, 865px 558px #5b5243, 631px 105px #5b5243, 887px 866px #5b5243, 1704px 1001px #5b5243, 1051px 1199px #5b5243, 275px 1909px #5b5243, 1462px 829px #5b5243,
        375px 1057px #5b5243, 1531px 1501px #5b5243, 205px 403px #5b5243, 33px 1869px #5b5243, 967px 1176px #5b5243, 376px 863px #5b5243, 1769px 1545px #5b5243, 535px 51px #5b5243, 1972px 1569px #5b5243, 1773px 960px #5b5243,
        487px 620px #5b5243, 1660px 687px #5b5243, 1632px 972px #5b5243, 1362px 42px #5b5243, 479px 1655px #5b5243, 1531px 1808px #5b5243, 1450px 1412px #5b5243, 1549px 170px #5b5243, 1904px 1305px #5b5243, 1209px 48px #5b5243,
        1933px 820px #5b5243, 1623px 595px #5b5243, 48px 643px #5b5243, 179px 1754px #5b5243, 589px 1032px #5b5243, 1199px 356px #5b5243, 1755px 1418px #5b5243, 780px 1174px #5b5243, 1905px 758px #5b5243, 1567px 713px #5b5243,
        1372px 705px #5b5243, 456px 654px #5b5243, 759px 690px #5b5243, 452px 673px #5b5243, 993px 1610px #5b5243, 1271px 188px #5b5243, 343px 1750px #5b5243, 1943px 1735px #5b5243, 1717px 853px #5b5243, 1247px 303px #5b5243,
        1314px 1895px #5b5243, 1203px 489px #5b5243, 741px 469px #5b5243, 4px 246px #5b5243, 1515px 115px #5b5243, 606px 218px #5b5243, 1966px 1471px #5b5243, 177px 87px #5b5243, 1575px 588px #5b5243, 1136px 1386px #5b5243,
        70px 1868px #5b5243, 1053px 18px #5b5243, 1124px 721px #5b5243, 1748px 1181px #5b5243, 191px 1387px #5b5243, 1931px 840px #5b5243, 1088px 1603px #5b5243, 634px 1255px #5b5243, 814px 1434px #5b5243, 585px 64px #5b5243,
        1074px 1618px #5b5243, 1692px 761px #5b5243, 651px 643px #5b5243, 193px 335px #5b5243, 1103px 1447px #5b5243, 491px 1142px #5b5243, 521px 408px #5b5243, 536px 340px #5b5243, 411px 1091px #5b5243, 1646px 193px #5b5243,
        1595px 1285px #5b5243, 870px 1349px #5b5243, 1085px 1013px #5b5243, 204px 1864px #5b5243, 1359px 299px #5b5243, 807px 964px #5b5243, 219px 509px #5b5243, 36px 1227px #5b5243, 702px 1873px #5b5243, 1471px 934px #5b5243,
        1763px 792px #5b5243, 973px 1957px #5b5243, 987px 68px #5b5243, 593px 1282px #5b5243, 1900px 607px #5b5243, 407px 1659px #5b5243, 587px 17px #5b5243, 632px 158px #5b5243;
}

@-webkit-keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes animStar {
    from {
        -moz-transform: translateY(0px);
    }
    to {
        -moz-transform: translateY(-2000px);
    }
}

@-ms-keyframes animStar {
    from {
        -ms-transform: translateY(0px);
    }
    to {
        -ms-transform: translateY(-2000px);
    }
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}
