/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

* {
    border-radius: 0 !important;
}

body {
    padding-top: 85px;
    background: url("../images/upsrtcbg.jpg") center no-repeat;
    background-attachment: fixed;
}

.logo-contener {
    padding: 0!important;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
}

    .logo-contener img {
        width: 70%;
    }

.holder {
    width: 100%;
    height: 98px;
    overflow: hidden;
}

    .holder .mask {
        position: relative;
        left: 0px;
        top: 10px;
        width: 100%;
        height: 88px;
        overflow: hidden;
    }

    .holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .holder ul li {
            padding: 5px 0px 5px 25px;
            border-bottom: 1px solid #ddd;
            line-height: 1.2;
            text-align: justify;
        }

            .holder ul li:before {
                content: "\f084";
                font-family: 'FontAwesome';
                margin-left: -25px;
            }

            .holder ul li a {
                color: #333;
                padding-left: 8px;
            }

.card-title {
    border-bottom: 1px solid #722ca7;
    padding-bottom: 10px;
    color: #722ca7;
}

.card-body {
    padding: 0.5rem .75rem;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(23, 126, 190, 0.77);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hvr-grow .card-footer {
        font-size: 22px;
    }

.card-body p.card-text {
    font-size: 16px;
    line-height: 22px;
    /*font-style: italic;*/
    text-align: left;
    margin: 0;
    color: #333;
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    border-left: 8px solid rgba(63,148,148, 0.1);
}

#ticker01 li a {
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
}
.drop-shadow {
    position: relative;    
    width: 100%;
    padding: 0.5em 1em;
    margin:auto;
    /*margin: 2em 10px 4em;*/
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow p {
    font-size:2rem;    
}
.abox {
    text-decoration:none !important;
    color:#fff !important;
}

.lifted:before, .lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.lifted:before, .lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.slbg {
    background-color:#0f6c7d;
}
.plbg {
    background-color:#1fbb9f;
}
.log {
    background-color: #6f2ea3;
    color: #fff;
}
    .log .card-title {
        color: #fff;
    }
footer {
    position:fixed;
    bottom:0;
    width:100%;
}

@media (min-width: 992px) {
    body {
        padding-top: 88px;
    }
}

@media (max-width: 640px) {

    .ltlogo {
        width: 56%;
        margin-right: 0;
    }

    .rtlogo {
        width: 44%;
        margin-right: 0;
        text-align: right;
    }
}
