.footer > a, .footer > b > a {
    color: darkgrey;
    font-size: 95%;
}

.footer {
    color: darkgrey;
    font-size: 95%;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    border-collapse: collapse;

}

.bb-orange {
    border-bottom: 0px solid #fabe4d;
}

.bg-white {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
}

.wide {
    width: 100%;
    height: 340px;
    background-image: url(../img/DZB_ZA_2019_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

a:hover {
    color: #fabe4d;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    /*font-weight: bold;*/
    color: #fabe4d;
}

.p10 {
    padding: 10px;
}

/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/
/* NAV RESETS */
.navbar-nav > li > a:hover {
    background: inherit;
}

/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
.non-sticky .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.non-sticky .navbar-nav > li > a {
    font-size: 25px;
    padding: 0;
    padding-left: 5px;
    padding-top: 3px;
    color: #ffffff;
}

.nav.navbar-nav {
    left: 115px;
    position: relative;
    top: 49px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 5px solid #fccc7b;
    color: #555;
}

.partner-left, .partner-right {
    text-align: center;
}

.partner-left img {
    margin-bottom: 30px;
    width: 120px;
}

.partner-right img {
    margin-bottom: 30px;
    width: 120px;
}

.btn {
    white-space: normal;
}

.btn-block {
    display: block;
    width: 100%;
    background-color: #efefef;
    border-color: #ddd;
    color: #333;
}

h3, .h3 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 23px;
    color: #333;
    /*font-weight: bold;*/
}


.spacer {
    margin-top: 40px;
}

.pt20 {
    padding-top: 40px;
}

.pb20 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pl30 {
    padding-left: 80px;
    padding-right: 80px;
}

.mt30 {
    margin-top: 30px;
}

.mt70 {
    margin-top: 70px;
}

.title_sponsor {
    color: #fabe4d;
    margin-bottom: 20px;
    margin-top: 30px;
}

h4.sponsor {
    color: #fabe4d;
    margin-bottom: 30px;
}

.jury h3 {
    margin-top: 10px;
}

.modal-nav-body a {
    color: #fabe4d;
}

.juryThumb img {
    width: 50px;
}

.juryDetail img {
    width: 150px;
}

.archbtn {
    /*border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;*/
    margin: 30px 0;
    padding-bottom: 20px;
    padding-top: 20px;
}


@media (max-width: 480px) {
    #header-logo {
        max-width: 95px;
        position: relative;
        top: 0;

    }

    .partner-left, .partner-right {
        margin-top: 100px;
        text-align: left;
    }

    .partner-left, .partner-right {
        text-align: left;
    }


    .partner-left img {
        margin-bottom: 30px;
        width: 60px;
        margin-right: 10px
    }

    .partner-right img {
        margin-bottom: 30px;
        width: 50px;
        margin-right: 10px
    }

    .bb-orange {
        border-bottom: 0px solid transparent;
        margin-bottom: 0;
    }

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 50px;
        min-height: 50px;
        position: fixed;
    }

    .nav.navbar-nav {
        left: 0%;
        position: relative;
        top: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border: none;
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-top: 15px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-brand {
        font-size: 20px;
        height: 50px;
        line-height: 22px;
        padding: 10px;
        position: relative;
        left: 5px;
    }

    .btn-block {
        margin: 10px 0;
    }

    .award-result {
        float: left;
        margin-left: 0px !important;
        overflow: hidden;
    }


    .partner {
        margin-bottom: 30px;
    }

    .pl30 {
        padding-left: 15px;
    }

    .juryDetail img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .table-responsive {
        overflow-x: auto !important;
    }


}


@media (min-width: 481px) and (max-width: 768px) {

    #header-logo {
        max-width: 95px;
        position: relative;
        top: 0;

    }

    .wide {
        width: 100%;
        height: 158px;
        background-image: url(../img/DZB_ZA_2019_banner.png);
        background-size: cover;
        margin-bottom: 30px;
        padding-top: 100px;

    }

    .partner-left, .partner-right {
        margin-top: 100px;
        text-align: left;
    }

    .partner-left, .partner-right {
        text-align: left;
    }

    .partner-left img {
        margin-bottom: 30px;
        width: 60px;
        margin-right: 10px
    }

    .partner-right img {
        margin-bottom: 30px;
        width: 120px;
        margin-right: 10px
    }

    .bb-orange {
        border-bottom: 0px solid transparent;
        margin-bottom: 0;
    }

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 50px;
        min-height: 50px;
        position: fixed;
    }

    .nav.navbar-nav {
        left: 0%;
        position: relative;
        top: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border: none;
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-top: 15px;
        padding: 9px 10px;
        position: relative;
    }

    .navbar-brand {
        font-size: 20px;
        height: 50px;
        line-height: 22px;
        padding: 10px;
        position: relative;
        left: 5px;
    }

    .btn-block {
        margin: 10px 0;
    }

    .award-result {
        float: left;
        margin-left: 0px !important;
        overflow: hidden;
    }


    .partner {
        margin-bottom: 30px;
    }

    .pl30 {
        padding-left: 15px;
    }

    .juryDetail img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .table-responsive {
        overflow-x: auto !important;
    }


}


@media (min-width: 769px) and (max-width: 993px) {

    #header-logo {
        max-width: 100px;
        position: relative;
        top: 5px;
        left: 20px;

    }

    .wide {
        width: 100%;
        height: 245px;
        background-image: url(../img/DZB_ZA_2019_banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: top;
        background-size:cover;
        margin-top:90px;
    }


    .navbar {
        border: 1px solid transparent;
        margin-bottom: 50px;
        min-height: 60px;
        position: fixed;
    }

    .nav.navbar-nav {
        left: 0%;
        position: relative;
        top: 0px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border: none;
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-top: 15px;
        padding: 20px 10px 20px 15px;
        position: relative;

    }

    .navbar-brand {
        font-size: 20px;
        height: 50px;
        line-height: 22px;
        padding: 10px;
        position: relative;
        left: 5px;
    }


    .pl30 {
        padding-left: 60px;
    }

    .juryDetail img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .table-responsive {
        min-height: 0.01%;
        overflow-x: visible;
        width: 100%;
    }

    .table-responsive {
        overflow-x: auto !important;
    }


}


@media (min-width: 994px) {
    #header-logo {
        max-width: 180px;
        position: relative;
        top: 20px;
        left: 40px;

    }

    .navbar-brand {
        height: 120px;
        padding: 10px;
    }

    .navbar {
        min-height: 120px;
    }
}


th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    background-color: #f9c059;
    font-weight: normal;
}

th.rotate > div {
    transform: /* Magic Numbers */ translate(0, 0) /* 45 is really 360 - 45 */ rotate(270deg);
    width: 20px;
}

th.rotate > div > span {

    padding: 5px 4px;
}


.details h2 {
    margin-bottom: 5px;
    margin-top: 0;
}

.details h3 {
    margin-top: 5px;
}


#nominee-table {
    font-size: 14px;
}

.table-responsive {
    overflow-x: hidden;
}