@charset "utf-8";
/*
Professional Coding Done By Webstudio Zimbabwe,The best of the best

*/
* {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 980px;
}

body {
    color: #222;
    background: #f5f5f5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb {
    background-color: #fff;
}

/*======================Common styles================*/
fieldset {
    padding: 15px;
}

.sep {
    height: 25px;
    clear: both;
}

button, input[type="submit"], input[type="button"] {
    background: #222;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 1px 5px 2px 2px;
    padding: 0 12px;
    text-align: center;
    -webkit-transition: background-color 0.12s ease-out;
    -moz-transition: background-color 0.12s ease-out;
    -ms-transition: background-color 0.12s ease-out;
    -o-transition: background-color 0.12s ease-out;
    transition: background-color 0.12s ease-out;
}

button:visited, input[type="submit"]:visited, input[type="button"]:visited {
    color: #fff !important;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: #fff;
    background-color: #0080FF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1)
}

input[type="email"], input[type="text"], input[type="password"], textarea, checkbox, radio {
    border: 1px solid #ddd;
    padding: 5px;
    color: #777;
    border-radius: 3px;
    -moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    -webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    -o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}

input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
    border: 1px solid #00AAFF !important;
    color: #333;
    -moz-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
    -webkit-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
    -o-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
    transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
}

select {
    height: 25px;
    color: #777;
    -moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    -webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    -o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
    transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}

/*======================header styles================*/
#top {
    min-height: 160px;
    padding-top: 10px;
    background-image: url(../images/comsa-footer-outer-bg.png);
}

#header_wrap {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#header_row1 {
    height: 90px;
}

#header_row2 {
    height: 40px;
    background: #000;
    border-radius: 10px;
    padding-left: 10px;
}

#logo {
    width: 250px;
    float: left;
    height: 80px;
}

#search {
    float: right;
    width: 500px;
    text-align: right;
}

/*======================awesome body styles goes here==============================*/
#wrapper {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.name-body {
    font-size: 18px;
    color: #4C4334;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    text-align: center;
    padding-bottom: 50px;
    background: url(../images/split.png) no-repeat bottom;
    margin-bottom: 10px;
}

#news-publications h2 {
    font-size: 2.1rem;
    padding: 0.5rem 0.3rem;
    color: #A44928;
    border-bottom: 3px solid #A44928;
    font-weight: 700;
    text-transform: uppercase;
}

#news-publications .column {
    padding-bottom: 3rem;
    border-right: 1px dotted #666666;
    padding-right: 0.9375rem;
}

ul.category, dl.category {
    clear: both;
    list-style-type: none;
    margin-left: 0;
}

ul.category li, dl.category dd, dl.category li {
    border-bottom: 1px dotted #A5A398;
    clear: both;
}

ul.category li a, dl.category li a {
    display: block;
    padding: 10px;

    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #fff;
    transition: background-color 0.6s;
    position: relative;
    color: #B9A17B;
    font-size: 16px;
    text-decoration: none;
}
ul.category li a:hover, dl.category li a:hover {
   text-decoration: none;
}
time {
    display: inline-block;
    color: #808285;
    font-style: italic;
    font-weight: 400;
}

ul.category li a time, dl.category li a time {
    display: inline-block;
    width: 10rem;
    position: absolute;
    left: 0;
}

ul.category.widget a time, ul.category.special-feature a time, dl.category.widget a time, dl.category.special-feature a time {
    display: block;
    position: static;
    width: auto;
    margin-bottom: 0.5rem;
}

ul.category li a:hover, dl.category li a:hover {
    background-color: #efeeec;
}

ul.category.widget a time, ul.category.special-feature a time, dl.category.widget a time, dl.category.special-feature a time {
    display: block;
    position: static;
    width: auto;
    margin-bottom: 0.5rem;
}

.label {

}

.industry-news .label {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;

    font-size: 14px;
    color: #FFFFFF;
    background: #A44928;
}

ul.category li a .label, dl.category li a .label {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0.25rem;
}

ul.category.widget a .label, ul.category.special-feature a .label, dl.category.widget a .label, dl.category.special-feature a .label {
    position: static;
}

.category time {
    font-size: 17px;
    padding-bottom: 10px;
    color: #808285;
    font-style: italic;
    font-weight: 400;
}
.button.secondary {
    background-color: #000000;
    border-color: black;
    color: #B9A17B;
}
#news-publications .btn{
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0.7rem 3.5rem 0.7rem 1rem;
    margin: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    transition: background-color 1s cubic-bezier(.42, 0, .58, 1);
}
#slider {
    height: 340px;
}

#row1 {
    height: 200px;
}

#row1_box {
    width: 225px;
    float: left;
    margin-left: 15px;
    background-color: #fff;
    height: 200px;
    border: thick solid #ccc;
}
#about-chamber {
    background: #dcd0be;

}
#about-chamber h3 {
    color: #000000;
    font-size: 1.6875rem;
    text-transform: uppercase;
    font-weight: 700;
}
ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.img-list li {
    display: inline-block;
    margin: 0 1em 1em 0;
    position: relative;
}

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

span.text-content {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: table;
    height: 185px;
    left: 0;
    position: absolute;
    top: 0;
    width: 215px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

ul.img-list li:hover span.text-content {
    opacity: 1;
}

#left {
    width: 250px;
    float: left;
}

#article {

    background: #fff;
    padding: 10px;
    border: solid thin #ccc;
}

.module {
    background: #fff;
    border: 1px solid #ddd;
    clear: both;
    overflow: hidden;
    padding: 16px;
}

.mod_hd {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(251, 251, 251) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(251, 251, 251) 90%);
    background-image: -o-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(251, 251, 251) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(251, 251, 251) 90%);
    background-image: linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(251, 251, 251) 90%);
    border: 1px solid #ddd;
    border-bottom: none;
    color: #222;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 14px 16px 12px;
    text-shadow: 0 0 1px #fff;
    text-transform: uppercase;
}

.date {
    color: #ccc;
}

article {
    padding-top: 10px;
}

.link {
    float: left;
    width: 190px;
    height: 40px;
    margin: 2px;
    background: #000;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
    border: thin solid #ccc;
}

.current {
    background-image: url("../images/nav_bg.png");

}

.newbread {
    background-color: #f5f5f5;
}

.publication {

    padding-top: 10px;
    padding-bottom: 10px;

}

.pubtitle {
    color: rgb(0, 0, 0);
    font-family: gothambookregular;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.downloads {
    font-family: gothambookregular;
    font-weight: 400;
    font-style: normal;
    color: gold;
    font-size: 22px;
    text-transform: uppercase;
}

#article ul li {
    margin-left: 30px;
}

.pubimg {

    float: left;
}

.pubdescription {
    float: right;

}

.link a {
    color: #fff;
}

.gallery {
    width: 320px;
    height: 140px;
    float: left;
    margin: 7px;
}

.img {

    width: 92px;
    height: 97px;
    background: url("http://www.chamberofminesofzimbabwe.com/wp-content/themes/chamber/images/comsa-sprite-compressed.png") -515px -503px no-repeat;
}

.pubdesc {
    font-family: gothammediumregular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: rgb(217, 165, 0);
}

.pubdate {

    font-family: 'Archer A', 'Archer B', archermediumitalic;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    padding: 18px 10px 10px;
}

#row2 {
    background: #313C3C;
    padding: 20px;
    margin-top: 10px;
    color: #fff;
}

#container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#ticker img {

}

.bs-example ul li {
    margin-left: 10px !important;
}

.pressrel .release_date {
    float: left;
    width: 10%;
    color: #FFFFFF;
    padding-top: 3px;
}

.pressrel .release_date .month {
    background: none repeat scroll 0 0 #8F8F8F;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
    text-transform: uppercase;
    line-height: 12px;
    padding: 5px;
    width: 31px;
    text-align: center;
}

.pressrel .release_date .day {
    background: none repeat scroll 0 0 #8F8F8F;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 5px;
}

.pressrel .release_content {
    margin-left: 15px;
    float: left;
    width: 83%;
}

#b_row1 {
    background-image: url(../images/before_right.png);

}

#b_row2 {
    background-image: url(../images/after_right.png);
    padding: 20px;
}

/*====================================members styles===========================*/
.member {
    height: 67px;
    margin: 20px;
    float: left;
}

#members {


}

/*====================================box styles===========================*/
.box {

    border: thin solid orange;

}

.box_row2 {
    width: 300px;
    margin-left: 30px;
    border: thin solid orange;
    float: left;
}

.box_row3 {
    width: 300px;
    margin-left: 30px;
    border: thin solid orange;
    float: left;
}

.box_row1_title {
    padding: 20px;
    text-align: center;
    background-color: #B43522;
    color: #fff;
}

.box_row1_text {
    height: 300px;
    padding: 5px;
}

.box1 {
    width: 300px;
    border: thin solid orange;
    float: left;
}

.box2 {
    width: 300px;
    margin-left: 30px;
    border: thin solid orange;
    float: left;
}

.box3 {
    width: 300px;
    border: thin solid orange;
    float: left;
}

.box_pic {
    height: 90px;
}

.box_text {
    height: 285px;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
}
.intro {
    font-size: 15px;
    font-style: italic;
    color: #444444;
}
.box_footer {
    display: block;
    background: #B43522;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.column{
    height: 490px;
    overflow: hidden;
}
#slider2 {
    position:relative;
    margin-left:20px;
    width:95%;
    height:97px;
    padding-top: 20px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
}
.box_footer:hover {
    display: block;
    background: #d9a500;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.box_footer a {
    color: #fff;
    width: 300px;
}

.box_footer a {
    text-decoration: none;
}

/*======================footer styles goes here==============================*/
#footer {

    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat;
    color: #fff;
}

#footer_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer_row1 {
    clear: both;
}

#footer_row2 {
    height: 30px;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 10px;
    background: url(../images/h-line.png) repeat-x left top;
}

#footer_left {
    background: url(../images/v-line.jpg) repeat-y right top;
}

#footer_box_last {
    width: 400px;
    height: 140px;
    float: left;
    margin: 10px;
}

#footer h4 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

#footer ul {
    margin-top: 10px;
}

#footer ul li {
    list-style: none;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    color: #F90;
}

.label {
    font-size: 15px;
}

@media (min-width: 767px) {

    .dropdown-menu .sub-menu {
        position: absolute;
        visibility: hidden;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*
menu styles
*/
.navbar-default {
    background-color: #000;
    border-radius: 10px;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    background: #000;
    color: #fff;
    padding: 11px 25px;
    border-right: 1px solid #343434;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar {
    min-height: 40px;
    margin-bottom: 5px;
}

.navbar-default .navbar-nav > .current-menu-parent > a, .navbar-default .navbar-nav > .active > a, .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #d9a500 !important;
    color: #fff;
}

.dropdown-menu {
    float: left;
    min-width: 130px;
    padding: 5px 0;

    font-size: 14px;
    text-align: left;
    background-color: #000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid gray;
}

.c-margin-top-10 {
    margin-top: 10px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin-bottom: 10px;
}