﻿.sagsolpad0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#cboxLoadedContent {
    border: 5px solid #1a1a1a;
    background: #1a1a1a;
}

.pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
}

    .pinBoot img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


.white-panel {
    position: absolute;
    background: white;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
    /*padding: 3px;*/
}

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            color: #A92733;
        }

    .white-panel:hover {
        /*box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
        /*margin-top: -1px;*/
        /*                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;*/
    }

figure {
    padding: 0px;
    margin: 0px !important;
}

.navbar {
}

/*b {
    font-family: 'Poppins-Bold';
}*/

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    display: block;
}



/* Flashing */
.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 :hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

 
/*
    #social-sidebar li:first-child a {
        border-top-right-radius: 5px;
    }

    #social-sidebar li:last-child a {
        border-bottom-right-radius: 5px;
    }

    #social-sidebar a[class*="instagram"] {
        background: #C13584;
    }

    #social-sidebar a[class*="facebook"] {
        background: #3B5998;
    }

    #social-sidebar a[class*="whatsapp"] {
        background: #28a745;
    }*/

 
