/* Hunahpu Badge */

.huna-banner:before{
    content:'';
    position:absolute;
    top:-20px;
    z-index:600;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 220px 220px 0 0;
    border-color: #4f4835 transparent transparent transparent;
}

.huna-banner {
    max-height: 0px;
    overflow: hidden;
}

.huna-banner-hide {
    display: none !important;
}

.huna-logo {
    position: absolute;
    z-index: 605;
    top: 8px;
    left: 8px;
}

.huna-logo a {
    display: block;
    width: 100%;
    z-index: 610;
}

.huna-logo svg.sunrise {
    display: none;
    position: absolute;
    left: -50px;
    top: -50px;
    max-height: 200px;
    max-width: 200px;
    z-index: 605;
    /*-webkit-animation-name: huna-rotate;
    -webkit-animation-duration:30s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: huna-rotate;
    -moz-animation-duration:30s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;*/
}

@-webkit-keyframes huna-rotate {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes huna-rotate {
    from { -moz-transform: rotate(0deg); }
    to   { -moz-transform: rotate(360deg); }
}

@keyframes huna-rotate {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}

/*@media (max-width: 1300px) {
    .huna-banner:before {
        content:'';
        position:absolute;
        top: 90px;
        left:0;
        z-index:501;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 80px 100px 0 0;
        border-color: #4f4835 transparent transparent transparent;
    }

    .huna-banner {
        overflow:visible;
        width:115px;
        max-height: none;
        position: absolute;
        height: 95px;
        display:block;
        background:#4f4835;
        top: 89px;
        z-index: 1001;
        right:10px;
    }

    .huna-banner:after {
        content:'';
        position:absolute;
        top: 90px;
        right:0;
        z-index:501;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 80px 0px 0px 100px;
        border-color: #4f4835 transparent transparent transparent;
    }

    .huna-logo{
        top: 10px;
        left: 8px;
    }
    
}

@media (max-width: 400px){
    .huna-banner:before {
        top: 48px;
        border-width: 30px 65px 0 0;
    }

    .huna-banner {
        width: 65px;
        height: 50px;
        top: 48px;
    }

    .huna-logo {
        top: 3px;
        left: 5px;
        max-width: 55px;
    }

    .huna-banner:after{
        top: 48px;
        border-width: 30px 0px 0 65px;
    }
}*/

@media (max-width: 1300px) {
    .huna-banner:before {
        content:'';
        position:absolute;
        top: 48px;
        left: 0;
        z-index:501;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 65px 0 0;
        border-color: #4f4835 transparent transparent transparent;
    }

    .huna-banner {
        overflow:visible;
        width: 65px;
        max-height: none;
        position: absolute;
        height: 50px;
        display:block;
        background:#4f4835;
        top: 89px;
        z-index: 1001;
        right:20px;
    }

    .huna-banner:after {
        content:'';
        position:absolute;
        top: 48px;
        right:0;
        z-index:501;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0px 0px 65px;
        border-color: #4f4835 transparent transparent transparent;
    }

    .huna-logo{
        top: 3px;
        left: 5px;
        max-width: 55px;
    }
    
}

@media (max-width: 400px){
    .huna-banner {
        top: 48px;
    }
}
