﻿body {
}
.welcome-section
{
    background:#ff0000 !important;
}
.welcome-section h2
{
    color:#fff;
}
.welcome-section p
{
    color:#fff;
}
.top-header
{
    background:#ff0000;
}
.news-letter
{
    position:relative;
     background:#ff0000;
}
.section-tree
{
    position:absolute;
    width:100%;
    top:0;
   
}
.section-tree img
{
    width:35%;
    margin-top:2vh;
}
.backgroundOverlay
{
    background:rgba(0,0,0,0.5);
}
.pp {
    font-weight: bold;
    font-size: 1.8vw !important;
    padding-top: 3vh;
    color: #fff!important;
}
.add {
    font-weight: bold;
    font-size: 1.2vw;
    margin-top: 4vh;
    color: #fff!important;
}
.phone {
    background-color: #ff0000!important;
    color: #5e412d;
    margin-left: 0px;
    font-weight: bold;
}
.top-header p {
    margin: 0px;
    font-size: 1.2vw;
    color: #fff;
}
.top-header .col-md-2 a:hover{
    text-decoration:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    line-height: inherit;
    font-size: 1.2vw;
}

.navbar {
    border-radius: 0px!important;
}

.navbar-inverse {
    background-color: #b50103;
    color: #fff;
}
.para {
    color: #fff !important;
    font-size: 1.5vw;
    text-align: center;
    padding: 2vh 2vw;
    background: #ff0000 !important;
    margin-top: -45px;
    display: inline-block;
}
.hr {
    border-top: 1px solid #ff0000 !important;
    margin-top: 40px;
}
.last-foot {
    background-color: #ff0000!important;
}
.footer a{
    color:#fff;
}
.footer a:hover{
    color:#fff;
}
.footer .ftn {
    margin-bottom: 1vh;
    color: #fff!important;
}
.footerr .option {
    color: #fff!important;
    padding-left: 1vw;
}
.footerr .option:hover {
    color: #fff !important;
    padding-left: 1vw;
}
.footerrad {
    color: #fff!important;
}
.footer p {
    margin-bottom: 0.2vw;
    color:#fff!important;
}
.parra {
    color: #fff!important;
    text-align: center;
    font-size: 1.2vw;
    padding-top: 15px;
}
.phn {
    color: #fff!important;
    font-size: 1.9vw;
}
.fb {
    margin-right: 1vw;
    padding: 0.3vw;
    padding-left: 2vw;
    color: #fff;
}
.adw {
    color: #c96a12;
   text-decoration:none;
}.adw:hover{
    color: #c96a12;
    text-decoration: none;
}
.santa-Clause-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
}

.santa-Clause-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 600;
}

    /*----------------------------Merry-Christmas--------------------*/

    .instructions
        {
            text-align: center;
            font-size: 20px;
            margin: 15vh;
        }
        
        /* //////////////////////////////////////////////////////////////////////////////////////////////
  //   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
        /*   This is the background overlay   */
        .backgroundOverlay
        {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            opacity: .85;
            filter: alpha(opacity=85);
            -moz-opacity: .85;
            z-index: 101;
            display: none;
        }
        /*   This is the Popup Window   */
        .delayedPopupWindow
        {
            display: none;
            position: fixed; /* width: auto; */ /* max-width: 800px; */ /* height: 310px; */
            top: 25%;
            left: 15%;
            right: 15%; /* bottom: 15% !important; */ /* left: 50%; */ /* margin-left: 21%; */ /* margin-top: -180px; */
         
           
            z-index: 102; /* padding: 10px 20px;*/
        }
        /*   This is the closing button  */
        #btnClose
        {
               /* width: 100%; */
    float: right;
    margin-top: -7px;
    font-weight: bold;
    
    margin-left: 97.7%;
    /* padding: 3px; */
    padding: 0px 7px 0px;
    border-radius: 56px;
    background: red;
    border: solid 2px black;
    z-index: 22222 !important;
    display: block;
    position: absolute;
    text-align: right;
    text-decoration: none;
    color: white;
        }
        /*   This is the closing button hover state  */
        
        /*   This is the description headline and paragraph for the form   */
        #delayedPopup > div.formDescription
        {
            float: left;
            display: block;
            width: 44%;
            padding: 1% 3%;
            font-size: 18px;
            color: #666;
            clear: left;
        }
        /*   This is the styling for the form's headline   */
        #delayedPopup > div.formDescription h2
        {
            color: #444444;
            font-size: 36px;
            line-height: 40px;
        }
        
        /* 
////////// MailChimp Signup Form //////////////////////////////
*/
        
        /*   This is the signup form body  */
        #delayedPopup #mc_embed_signup
        {
            float: left;
            width: 47%;
            padding: 1%;
            display: block;
            font-size: 16px;
            color: #666;
            margin-left: 1%;
        }
        /*   This is the styling for the signup form inputs  */
        #delayedPopup #mc-embedded-subscribe-form input
        {
            width: 95%;
            height: 30px;
            font-size: 18px;
            padding: 3px;
            margin-bottom: 5px;
        }
        /*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
        #delayedPopup #mc-embedded-subscribe-form input:hover
        {
            border: solid 2px #40c348;
            box-shadow: 0 1px 3px #AAAAAA;
        }
        /*   This is the styling for the signup form inputs when they are focused  */
        #delayedPopup #mc-embedded-subscribe-form input:focus
        {
            border: solid 2px #40c348;
            box-shadow: none;
        }
        /*   This is the styling for the signup form submit button  */
        #delayedPopup #mc-embedded-subscribe
        {
            width: 100% !important;
            height: 40px !important;
            margin: 10px auto 0 auto;
           
            border: none;
            color: #fff;
        }
        /*   This is the styling for the signup form submit button hover state  */
        #delayedPopup #mc-embedded-subscribe:hover
        {
            background: #40c348;
            color: #fff;
            box-shadow: none !important;
            cursor: pointer;
        }
        
        
/*-----------------------Merry-Christmas-Closed------------*/





/*------------------Animated-CSS-----------*/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*------------------Animated-CSS- closed----------*/
/*--------------Mobile-View------------*/
  @media only screen and (max-width: 667px) 
{
    .delayedPopupWindow {
    display: none;
    position: fixed;
    /* width: auto; */
    /* width: 100%; */
    /* max-width: 800px; */
    /* height: 310px; */
    top: 36%;
left: 0% !important;
 right:0% !important;
  
 
    /* margin-left: 21%; */
    /* margin-top: -180px; */
    background-color: #efefef;
    border: 2px solid white;
    z-index: 102;
    /* padding: 10px 20px; */
}
#btnClose {

    margin-left: 92.7% !important;
}

}
  /*--------------Mobile-View-closed-----------*/

.tree{
   margin-top:3px;
}
svg {
    max-height: 60vh;
    overflow: visible;
}

path {
    fill: #379157;
    stroke: #379157;
    stroke-width: .2;
    transform: scale(0);
    transform-origin: 50% 50%;
    animation: star 8s ease-in-out infinite;
    animation-delay: calc( var(--no) * .025s );
    transform-box: fill-box;
}

@keyframes star {
    0% {
        transform: scale(0);
        animation-timing-function: cubic-bezier(.74,1.72,.57,1.01)
    }

    10% {
        transform: scale(1);
    }

    65% {
        transform: translateY(0px) scale(1);
    }

    75% {
        transform: translateY(50px) scale(0);
    }

    100% {
        transform: translateY( 0px ) scale(0);
    }
}
.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
   width:98%;
}

    .lightrope li {
        position: relative;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 12px;
        height: 28px;
        border-radius: 50%;
        margin: 20px;
        display: inline-block;
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
        -webkit-animation-name: flash-1;
        animation-name: flash-1;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

        .lightrope li:nth-child(2n+1) {
            background: aqua;
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
            -webkit-animation-name: flash-2;
            animation-name: flash-2;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
        }

        .lightrope li:nth-child(4n+2) {
            background: #f70094;
            box-shadow: 0px 4.6666666667px 24px 3px #f70094;
            -webkit-animation-name: flash-3;
            animation-name: flash-3;
            -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
        }

        .lightrope li:nth-child(odd) {
            -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
        }

        .lightrope li:nth-child(3n+1) {
            -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
        }

        .lightrope li:before {
            content: "";
            position: absolute;
            background: #222;
            width: 10px;
            height: 9.3333333333px;
            border-radius: 3px;
            top: -4.6666666667px;
            left: 1px;
        }

        .lightrope li:after {
            content: "";
            top: -14px;
            left: 9px;
            position: absolute;
            width: 52px;
            height: 18.6666666667px;
            border-bottom: solid #222 2px;
            border-radius: 50%;
        }

        .lightrope li:last-child:after {
            content: none;
        }

        .lightrope li:first-child {
            margin-left: -40px;
        }

@-webkit-keyframes flash-1 {
    0%, 100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-1 {
    0%, 100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@-webkit-keyframes flash-2 {
    0%, 100% {
        background: aqua;
        box-shadow: 0px 4.6666666667px 24px 3px aqua;
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@keyframes flash-2 {
    0%, 100% {
        background: aqua;
        box-shadow: 0px 4.6666666667px 24px 3px aqua;
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@-webkit-keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

@keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}



