/**** FONTS ****/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,500,600,600italic,700,800);
@font-face {
    font-family: 'zona_pro';
    src: url('/fonts/ZonaPro-Bold.otf');
}

/**** SITE WIDE ****/
html, body {
  margin: 0;
  padding: 0;
  background-color: #3b4041;
}
#gray-area {
    min-height: 500px;
    padding-top: 20px;
    background-color: #3b4041;
}

/**** HEADER ****/
#banner {
    height: 150px;
    background-color: #f9f9f9;
    border: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    min-width: 1140px;
}
#logo {
    float: left;
    height: 68px;
    width: 349px;
    margin-top: 9px;
    margin-left: 20px;
    margin-right: 101px;
    margin-bottom: 4px;
    
}

#logo-link {
    background-image: url('/images/mega_logo.svg');
    display: block;
    width: 349px;
    height: 68px;
}
#menu-list {
    height: 50px;
    padding-left: 0px;
    font-family: "Montserrat";
    font-size: 16px;
}
#menu-list > a >  li {
    float: left;
    height: 50px;
    width: 120px;
    margin-right: 5px;
    padding-top: 15px;
    display: inline;
    text-align: center;
}
#menu-list > a > li:hover {
  background-color: #e74c3c;
  color: #f9f9f9;
  text-decoration: none;
}
#menu-list > a{
  color: #878787;
}
.active {
  color: #e74c3c !important;
}
.active:hover  {
  color: #f9f9f9 !important;
}

#species-header {
    height: 45px;
    width: 1140px;
    margin-bottom: 24px;
}

/**** FOOTER ****/
#gray-block {
  width: 100%;
  height: 425px;
  background-color: #3b4041;
}
#footer{
    height: 350px;
    width: 1140px;
    padding-top: 20px;
    background-color: #3b4041;
    margin: auto;    
}

.footer-block {
    float: left;
    /*width: 20%;*/
    min-height: 220px;
    /*padding: 0 0 0 60px;*/
}

#footer-block-col1 {
    float: left;
    width: 150px;
    margin-left: 100px;
}

#footer-block-col2 {
    float: left;
    width: 170px;
}
#footer-block-col3 {
    float: left;
    width: 220px;
}
#footer-block-col4 {
    float: left;
    width: 114px;
}
#footer-block-col5 {
    float: left;
    width: 306px;
}

/*#footer-block-left {
    float: left;
    width: 150px;
    height: 220px;
    margin-left: 180px;
    margin-right: 80px;
}
#footer-block-middle {
    float: left;
    width: 170px;
    margin-right: 100px;
}
#footer-block-right {
    float: left;
    width: 220px;
}*/

.footer-block-head {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    color: #91adb7;
}
.footer-block-list {
    margin-top: 10px;
    padding-left: 15px;
    font-family: "Open Sans";
    font-size: 14px;    
}
.footer-block-list li {
   color: #878787;
   list-style-type: none; 
   margin-left: -15px;   
}
.thick-li {
    height: 45px !important;
}

.footer-block-list li a {
    font-family: "Montserrat";
    font-size: 14px;
    color: #cbcbcb;
}
.footer-block-list li a:hover {
    color: #91adb7;
    text-decoration: none;
}
.socmed-logo {
    float: left;
    width: 40px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
}
#twitter {
    width: 37px;
    height: 30px;
    margin-top: 15px;
    background-image: url("/images/twitter_inactive.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
#twitter:hover {
    background-image: url("/images/twitter_active.svg");
    cursor: pointer;
}

.error {
    color: red;
}
.container{
  width: 1140px;
}

.revolver-map-block {
    width: 306px;
    height: 153px;
    float: right;
    
}

#revolver-map {
    border: 1px rgba(0, 0, 0, 0.25) solid;
}

.dload-count {
    color: #d8d8d8;
    
    font-size: 15px;
    margin: 15px auto;
    text-align: center;
    height: 30px;
    padding: 5px 0;
    letter-spacing: 0.05em;
}

.dload-count span {
    border-radius: 6px;
    font-family: 'zona_pro';
    letter-spacing: 0.2em;    
    font-weight: bold;
    background-color: #252828;
    width: 150px;
    padding: 8px 10px 8px 10px;    
}