﻿body, html {
    font-family: 'Arial', Helvetica, sans-serif;
    line-height: 2em;
    letter-spacing: 0.07142857142857142em;
    font-size: 14px;
}

a:not([href]):not([tabindex]) {
    color: white;
}

a:hover {
    /*color: white;    */
}

a {
    color: #513F02;
}

.nav-item {
    font-size: 1.3em;
    color: black;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight:bold;

}

.navbar-dark .navbar-nav .nav-link:hover {
    color: gray;
    font-weight:bold;

}

.bg-yellow {
    background-color: #e6b000;
}

.bg-light-yellow {
    background-color: #fcf5d3;
}

.bg-yellow-box {
    border: 1px solid #e6b000;
}

.bg-black {
    background-color: rgba(0,0,0,0.6);
    color: white;
}

.bg-black-downloads-large {
    background-color: black;
    color: white;
}

.bg-image-search {
    background-image: url("../images/Johannesburg_Sunrise_City_of_Gold.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-downloads {
    background-image: url("../images/joburg.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.bg-black-downloads {
    margin-top: 10em;
}

.bg-black-footer {
    background-color: black;
}

.bg-black-transparent {
    background-color: rgba(0,0,0,0.8);
}

.bg-large-white {
    background-color: white;
    color: #000000;
}

.bg-large-black {
    background-color: black;
    color: white;
    height: 100vh;
}

.footer {
    background-color: #202020;
    color: #929292;
    text-align: center;

     position:fixed;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
    /*padding-top: 15px;*/
    /*height: 50px;*/
    opacity: 0.9;
    z-index:99999999;
}
    .footer a {
        color: black;
    }

/*.logo {
    height: 12.5em;
    width: 20.5em;
}*/

.logo-mobile {
    display: none;
}

.coj-logo {
    height: 2.5em;
    width: 2.8em;
}

.bg-image {
    background-image: url("../images/Dam View Sunset.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-color: #000000;
    filter: gray;
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.bg-image-large {
    background-image: url("../images/Dam View Sunset.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: white;
}

.main-heading {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    font-weight:bold;
}

.table-heading {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.5em;
    text-align: left;
    font-weight: 700;
}

.sub-heading {
    font-size: 1em;
    text-transform: lowercase;
    line-height: 1.875em;
    text-align: center;
    font-weight: 500;
}

.paragraph {
    font-size: 1em;
    line-height: 1.875em;
    text-align: center;
    font-weight: 300;
}

.question {
    font-size: 1em;
    line-height: 1.875em;
    text-align: left;
    font-weight: 700;
    color: #e6b000;
}
.text-highlight {
    color: #e6b000;
}

.answer {
    font-size: 1em;
    line-height: 1.875em;
    text-align: left;
    font-weight: 300;
}

.bold {
    font-size: 1em;
    line-height: 1.875em;
    text-align: left;
    font-weight: 500;
    margin: 0;
    color: #e6b000;
}

.places {
    font-size: 1em;
    line-height: 1.875em;
    text-align: left;
    font-weight: 500;
    padding: 1em;
    margin: 1.5em;
    border: 2px solid #e6b000;
}

.form {
    display: none;
}

.Heading {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}


@media screen and (max-width: 768px) {
    .bottom-nav {
        display: none;
    }

    .bg-black-transparent {
        background-color: white;
        color: #000000;
        width: 100vw;
    }

    .horizontal-line {
        border-bottom: 1px solid black;
    }

    .logo {
        display: none;
    }

    .logo-mobile {
        height: 12.625em;
        width: 18.875em;
        display: block;
        margin-bottom: -3em;
    }

    .bg-large-white {
        background-color: black;
        color: white;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .bg-image {
        background-image: none;
         filter: gray;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }

    .search-mobile {
        display: none;
    }

    .bg-image-large {
        background-image: none;
        height: 100%;
        margin-top: 1em;
    }

    .bg-black-downloads {
        margin-top: 0px;
        margin-bottom: 2em;
    }

    .Heading {
    color: white;
    font-weight: bold;
    font-size: .9em;
}
}

@media screen and (min-width: 992px) {
    .mobile-footer {
        display: none;
    }

}

@media (min-width: 1200px) {
    .bg-image {
        height: 100vh;

    }
}

.Header {
     position: fixed;
     width:100%;
     z-index:999999;
}




.panel-group {
    box-sizing: border-box;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(10,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    color: blue;
}

.panel-body {
    padding: 15px;
    color: black;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: #513F02;
        text-decoration:none;
    }


    .error {
    border-color: #ff6357;
}

.errorTextMsg {
    color: #ff6357;
}

.mandatory, .required {
    color: #c00;
    font-weight:bold;
    font-size: 14px;
}
#countdown{
	width: 465px;
	height: 112px;
	text-align: left;
	margin: auto;
	padding: 24px 0;
    padding-top:40px;
	position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	display: block;
	position: absolute;
	top: 30px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 40px;
	display: block;
	top: 30px; right: -10px;
}

#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 60px;
	max-width: 25px;
    height:15px;
	font:  10px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 10px 0;
    padding-top: 1px;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 2px;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 30%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 0px;
	background: #eee;
	display: block;
	position: absolute;
	top: 35%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 15px;
	position: absolute;

}

#countdown .labels li{
	width: 35px;
	font: 8px 'Droid Sans', Arial, sans-serif;
	color: white;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
   
}

.dropdown-menu-alignment {
    right: 5px;
    left: auto;
}