@import "../fonts/fonts.css";

body {
    background: url(../images/background-full.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Alianza, sans-serif;
    font-weight: 400;
    color: #ffffff;
}

#main {
    padding: 2.5rem 2.5rem 0 2.5rem;
    min-height: 18.75rem;
    height: calc(100% - 5rem);
    position: relative;
}

#header {
    float: left;
    width: 100%;
    padding-top: 2.5rem;
}

.ustBayrak {
    background-image: url("../images/ust_bayrak_baccline.png");
    background-repeat: repeat-x;
    background-position: 0 24px;
}

    .ustBayrak p {
        font-size: 22px;
        line-height: 30px;
        color: white;
    }

        .ustBayrak p > span {
            font-size: 35px
        }

    .ustBayrak img {
        margin-top: -9px;
    }

#content {
    /*background-image: url("../images/content-bg.png");*/
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

    #content .cont {
        padding: 39px 0px 0 0px;
    }

.cont .sub-content {
    color: #a5a5a5;
    min-height: 615px;
}

.menuBar, .menuBar:hover, .menuBar:focus, .menuBar:active {
    font-size: 35px;
    color: white;
    position: relative;
    top: 21px;
    right: 14px;
}


/* width */
.sub-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sub-content::-webkit-scrollbar-track {
    background: #303030;
}

/* Handle */
.sub-content::-webkit-scrollbar-thumb {
    background: #970301;
}

    /* Handle on hover */
    .sub-content::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

header {
    float: left;
    background: url(../images/footer-bg.jpg) repeat-x;
    background-color: #940301;
    border-bottom: 9px solid red;
    height: 107px;
    width: 100%;
    z-index: 1;
    position: relative;
}



    header img {
        width: 166px;
        float: left;
        border: 13px solid #940301;
        border-radius: 100%;
        background: #940301;
    }






section#info {
    float: left;
    text-align: center;
    width: 100%;
    background: red;
    margin-top: 20px;
    padding: 5px 0;
}

.backLink {
    color: #a5a5a5;
    font-weight: 700;
    float: right;
    margin-right: 12px
}

    .backLink:hover, .backLink:focus {
        text-decoration: none;
        color: white;
    }

.pageNames li a {
    color: white;
}

    .pageNames li a:hover {
        text-decoration: none;
        color: #940301;
    }

.sf-menu {
    position: relative;
    top: 28px;
    left: 40px;
}

.sf-menu li a {
    border-left: none;
    border-right: none;
    border-top:none;
    color:white;

}



.sf-menu li {
    background: transparent
}

    .sf-menu ul li {
        background: #AF0303;
    }

    .sf-menu ul ul li {
        background: #D30601;
    }

    
    .sf-menu li:hover, .sf-menu li.sfHover {
        background: #FC3636;
    }

ul.foto {
    list-style-type: decimal;
}

    ul.foto li {
        font-size: 28px;
        margin-bottom: 12px
    }

    ul.foto ul {
        list-style-type: disc
    }

    ul.foto li ul li, ul.foto li ul li a {
        font-size: 18px;
        margin-bottom: 0
    }

    ul.foto ul li a {
        color: white;
    }

.fotos {
    margin: 0;
    padding: 0
}

    .fotos li {
        float: left;
        list-style: none;
        width: 100px;
        margin-right: 7px
    }

        .fotos li a {
            display: block
        }

            .fotos li a img {
                width: 100%;
            }

.tooltip-inner {
    background: #940301;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #940301;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #940301;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #940301;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #940301;
}

#ModalBody {
    max-height: 400px;
    overflow-y: scroll
}

.sub-content > h2, .sub-content > h3, .sub-content > p:first-child {
    font-size: 1.75rem !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold
}
