﻿.box {
    display: block;
    width: 140px;
    height: 70px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
}

.left-box > ul > li > .box {
    text-align: center;
    float: right;
}

.right-box > ul {
    display: block;
    margin: 0;
    padding: 0;
}

    .right-box > ul > li > .box {
        float: left;
        text-align: center;
    }

.box {
    background: none;
    display: block;
    float: left;
    margin-top: 0px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 54px;
    height: 54px;
}

.box > a {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    margin: 0 auto;
    text-indent: -999em;
    width: 140px;
}

ul li {
    line-height: 160%;
    padding: 1px 0 1px 5px !important;
    /*overflow: hidden;*/
    padding-left: 18px;
}

ul {
    list-style: none;
}

/*.sliderv3 {
            width: 100px;
            height: 100px;
            background-color: red;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }*/

.centerFlex {
    /*left: 50%;
    right: 50%;
    transform: translate3d(-50%,-50%, 0);*/
    /*position: center;*/
}

.outer-container {
    display: table;
    width: 100%; /* This could be ANY width */
    height: 100%; /* This could be ANY height */
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    text-align: left;
    padding: 20px;
    margin-bottom: -50px;
}

@media (min-width: 992px) {
    .bx-wrapper {
        width: 75%;
        float: left;
    }
}


.hizli-menu {
    width: 100%;
    display: block;
    margin-bottom: 8px !important;
}

    .hizli-menu a div {
        float: left;
    }

        .hizli-menu a div small {
            display: inline-block;
            font-weight: bold;
            vertical-align: middle;
            margin-left: 10px;
        }

@media (min-width: 992px) {
    .bx-wrapper {
        width: 50%;
        float: left;
    }
}

.btn-sc {
    background-color: #202c45;
    border-color: #202c45;
    color: white;
    width: 100%;
}

.btn-sc:hover {
    color: white;
    background-color: #311b46;
    border-color: #311b46;
}

.btn-sc:focus {
    color: white;
}
