/*TOOLS*/
.zero-margin {
    margin: 0 !important;
}
.zero-padding {
    padding: 0 !important;
}
.no-background {
    background-image: none;
}
.uppercase {
    text-transform: uppercase;
}
.no-border {
    border: none !important;
}
.clean-table * {
    border: none !important;
}
.fixed-bg-container {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
    color: #fff;
}
.fixed-bg-container-low-profile {
    padding: 30px 0;
}
.shadowed-text {
    text-shadow: 0 0 6px rgba(0,0,0,0.75);
}

.black-bg {
    background-color: #000;
}

.gray-bg {
    background-color: #F2F5F7;
}
.dark-bg {
    background-color: #333;
    color: #fff;
}
.dark-bg .table-container {
    background-color: #444;
    padding: 30px;
}
.dark-bg .table-container .table {
    margin-bottom: 0;
}

.color-white {
    color: #fff;
}

#u507 {
    margin-top: -100px;
    margin-bottom: 70px;
    display: none;
}
.u507 {
    margin: 0 auto;
    opacity: 0.6;
    position: relative;
    transition: opacity 0.9s;
}
.u507:hover {
    opacity: 1;
}
.u507:hover .u507help-mouse-wheel:before,
.u507:hover .u507help-mouse-wheel:after {
    animation: indicator-up-down 1.5s infinite ease-in-out;
    height: 8px;
    opacity: 0;
}
.u507:hover .u507help-down {
    animation: arrow-down 0.3s infinite alternate;
}
.u507help-mouse-down {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    height: 30px;
    position: relative;
    background: transparent;
    width: 20px;
    margin: 0 auto;
}
.u507help-mouse-wheel {
    position: relative;
    left: 50%;
    transition: opacity 0.5s;
}
.u507help-mouse-wheel:before,
.u507help-mouse-wheel:after {
    content: '';
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: -2px;
    height: 4px;
    position: absolute;
    top: 5px;
    transition: top 0.5s, height 0.5s, opacity 0.5s;
    width: 4px;
}
.u507help-mouse-wheel:before {
    animation: scroll 1.5s 0.75s infinite ease-in-out;
}
.u507help-mouse-wheel:after {
    animation: scroll 1.5s infinite ease-in-out;
}
.u507help-down {
    animation: arrow-down 0.6s infinite alternate ease-in-out;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    height: 5px;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: opacity 0.5s;
    width: 5px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
}
@-moz-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-webkit-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-o-keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@keyframes scroll {
    0% {
        top: 5px;
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
@-moz-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-webkit-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-o-keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@keyframes indicator-up-down {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}
@-moz-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-webkit-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-o-keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@keyframes arrow-down {
    0% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
.alert-danger {
    background-color: #a94442;
    border: 0;
}
/*MEDIA*/
@media (min-width: 768px) {
    .u507 {
        transform: scale(1.4);
        width: 50%;
    }
    #u507 {
        display: block;
    }
}
@media (min-width: 992px) {
    .custom-justify {
        text-align: justify;
    }
}
@media (min-width: 1060px) {}