/****** PLACE YOUR CUSTOM STYLES HERE ******/


.spc {
    margin-left: 6px !important;
}


.spc-2 {
    margin-left: 6px !important;
    margin-top: -18px;
}

.other-links {
    color: #292929;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.border-thick-2 {
    border: 8px solid #fff;
}

.the-border {
    border-bottom: 8px solid #fff;
}

.the-bottom {
    border-bottom: 8px solid #fff;
}

.logo {
    max-height: 80%;
    margin-bottom: 1.5px
}

.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
    color: #000;
}

h3.uppercase {
    letter-spacing: 3px;
}

h2.uppercase {
    letter-spacing: 3px;
}

h1.uppercase {
    letter-spacing: 3px;
}

h6.uppercase,
.h6-u {
    letter-spacing: 0.5px;
    font-weight: 700;
}

.h3.uppercase.mb0 {
    margin-left: -0.06em !important;

}


.uppercase.mb8 {
    margin-left: -0.06em !important;

}

.unicorn-icon {
    padding-right: 15px;
}

.unicorn {
    line-height: 0.5em;
}

.temp {
    display: none;
}


.bg-primary {
    background: #BB9C57 !important;
}

.page-title-3,
.page-title-4 {
    height: 200px;
}

.btn-filled {
    background: #BB9C57 !important;
    color: #fff;
}

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #BB9C57;
    color: #fff;
    background-color: #BB9C54;
    margin-left: 0 auto;
}

.btn:visited {
    color: #fff;

}

.btn:hover {
    background-color: #fff;
    color: #BB9C54 !important;

}

.center {

    margin-left: 41%;
}



/*.btn:visited {
    color: #000;
}*/

.bg-light .btn {
    border-color: #BB9C57;

}

/*
      .tlab {
          margin-top: -50px !important;
      }
*/


@media screen and (max-width: 1180px) and (min-width: 300px) {
    .tlab {
        margin-top: 0px !important;
    }

    .page-title.fullscreen {
        height: 400px !important;
    }

    .page-title-2 {
        height: 400px !important;
    }

}

@media screen and (max-width: 2200px) and (min-width: 1400px) {

    .tlab {
        margin-top: -50px !important;
    }

}

@media (max-width: 767px) {

    .parallax > .background-image-holder,
    .parallax .slides li > .background-image-holder {

        height: 25vh;
    }

    .background-image {
        height: 100%;
    }

    .myname {
        font-size: 30px;
        padding-bottom: .5%;
    }

    p {
        font-size: 15px !important;

    }

/*
    .background-image-holder {

        background-position: !important;
    }
    
    .background-image-holder{
        
        height: 160% !important;
    }
*/
    
        .cover.fullscreen .slides li {
    height: 50vh !important;
}
    .row,
    .silva {
        margin-left: 0 !important
    }

    .balt {
        margin-top: 0;
    }

    body {
        font-size: 16px !important;
        line-height: 1.7em !important;
    }

    .page-title.fullscreen {
        height: 25vh !important;
        padding-top: 0;
    }

    .temp {
        display: block;
        padding-top: 16px;
    }

    .title {

        display: none !important;
    }


    .mobile-button {
        margin-left: .5%;
        padding-top: 6%;
    }


    .menu {
        height: auto;
    }

    .menu.inline-block {
        width: 100%;
    }

    .menu a {
        height: auto;
        line-height: 24px;
        padding: 4px 0;

    }

    .menu li {
        line-height: 24px;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;

    }

    menu li a {

        color: #ffffff !important;
        font-weight: 900;
        opacity: 1 !important;

    }

    .mbl-btn {

        margin-left: .9em;
    }

    .p-mbl {

        margin-bottom: 20px !important;
    }

}

@media (max-width: 1200px) {
    .unicorn {
        LINE-HEIGHT: 1em;
    }

}

@media (max-width: 480px) {
    .unicorn-icon {
        display: none;
    }

    .cntct {
        display: none !important;
    }

    .tlab {
        margin-top: 0;
    }

        .cover.fullscreen .slides li {
    height: 50vh !important;
}
/*
    .background-image-holder{
        
        height: 160% !important;
    }
*/


}

@media (max-width: 390px) {

    .tlab {
        margin-top: 0 !important;
    }

/*
    .background-image-holder{
        
        height: 160% !important;
    }
*/
    
    .cover.fullscreen .slides li {
    height: 50vh !important;
}

}

.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #BB9C57;
    -moz-animation: spin 0.7s linear infinite;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}



/*Balloons*/

/* Sass Arrays and Mixins */


.balloons {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.balloon {

    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    display: block;
    opacity: 0.8;
    position: absolute;
    height: 100px;
    width: 80px;

}

.balloon:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}

.balloon0 {
    background-color: #BB9C57;
    left: 2%;
    animation: flyingBalloon 10s -79s linear infinite;
    -webkit-animation: flyingBalloon 10s -79s linear infinite;
    -moz-animation: flyingBalloon 10s -79s linear infinite;
    -ms-animation: flyingBalloon 10s -79s linear infinite;
    -o-animation: flyingBalloon 10s -79s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon0:after {
    border-bottom: 10px solid #BB9C57;
}

.balloon1 {
    background-color: #BB9C57;
    left: 86%;
    animation: flyingBalloon 22s -80s linear infinite;
    -webkit-animation: flyingBalloon 22s -80s linear infinite;
    -moz-animation: flyingBalloon 22s -80s linear infinite;
    -ms-animation: flyingBalloon 22s -80s linear infinite;
    -o-animation: flyingBalloon 22s -80s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon1:after {
    border-bottom: 10px solid #BB9C57;
}


.balloon3 {
    background-color: #BB9C57;
    left: 90%;
    animation: flyingBalloon 27s -81s linear infinite;
    -webkit-animation: flyingBalloon 27s -81s linear infinite;
    -moz-animation: flyingBalloon 27s -81s linear infinite;
    -ms-animation: flyingBalloon 27s -81s linear infinite;
    -o-animation: flyingBalloon 27s -81s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon3:after {
    border-bottom: 10px solid #BB9C57;
}



.balloon5 {
    background-color: #BB9C57;
    left: 70%;
    animation: flyingBalloon 12s -68s linear infinite;
    -webkit-animation: flyingBalloon 12s -68s linear infinite;
    -moz-animation: flyingBalloon 12s -68s linear infinite;
    -ms-animation: flyingBalloon 12s -68s linear infinite;
    -o-animation: flyingBalloon 12s -68s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon5:after {
    border-bottom: 10px solid #BB9C57;
}

.balloon6 {
    background-color: #BB9C57;
    left: 85%;
    height: 70px;
    width: 55px;
    animation: flyingBalloon 13s -99s linear infinite;
    -webkit-animation: flyingBalloon 13s -99s linear infinite;
    -moz-animation: flyingBalloon 13s -99s linear infinite;
    -ms-animation: flyingBalloon 13s -99s linear infinite;
    -o-animation: flyingBalloon 13s -99s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon6:after {
    border-bottom: 10px solid #BB9C57;
}

.balloon7 {
    background-color: #BB9C57;
    left: 9%;
    animation: flyingBalloon 17s -94s linear infinite;
    -webkit-animation: flyingBalloon 17s -94s linear infinite;
    -moz-animation: flyingBalloon 17s -94s linear infinite;
    -ms-animation: flyingBalloon 17s -94s linear infinite;
    -o-animation: flyingBalloon 17s -94s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon7:after {
    border-bottom: 10px solid #BB9C57;
}



.balloon9 {
    background-color: #BB9C57;
    left: 7%;
    height: 70px;
    width: 55px;
    animation: flyingBalloon 16s -63s linear infinite;
    -webkit-animation: flyingBalloon 16s -63s linear infinite;
    -moz-animation: flyingBalloon 16s -63s linear infinite;
    -ms-animation: flyingBalloon 16s -63s linear infinite;
    -o-animation: flyingBalloon 16s -63s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon9:after {
    border-bottom: 10px solid #BB9C57;
}

.balloon10 {
    background-color: #BB9C57;
    left: 93%;
    animation: flyingBalloon 10s -66s linear infinite;
    -webkit-animation: flyingBalloon 10s -66s linear infinite;
    -moz-animation: flyingBalloon 10s -66s linear infinite;
    -ms-animation: flyingBalloon 10s -66s linear infinite;
    -o-animation: flyingBalloon 10s -66s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon10:after {
    border-bottom: 10px solid #BB9C57;
}

.balloon11 {
    background-color: #BB9C57;
    left: 0%;
    height: 130px;
    width: 110px;
    animation: flyingBalloon 14s -61s linear infinite;
    -webkit-animation: flyingBalloon 14s -61s linear infinite;
    -moz-animation: flyingBalloon 14s -61s linear infinite;
    -ms-animation: flyingBalloon 14s -61s linear infinite;
    -o-animation: flyingBalloon 14s -61s linear infinite;
    box-shadow: inset 10px 10px 10px rgba(255, 255, 255, 0.3);
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.05);
}

.balloon11:after {
    border-bottom: 10px solid #BB9C57;
}




@-webkit-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }

    to {
        bottom: 110%;
    }
}

@-moz-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }

    to {
        bottom: 110%;
    }
}

@-ms-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }

    to {
        bottom: 110%;
    }
}

@-o-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }

    to {
        bottom: 110%;
    }
}

@keyframes flyingBalloon {
    from {
        bottom: -20%;
    }

    to {
        bottom: 110%;
    }
}