/*
Copyright [2014] [Zachary Taylor]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/
/** Color Palette **/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #main #map .twitter-follow-button {
    display: none;
  }
  .navbar-inverse .navbar-nav li {
    text-align: center;
    text-indent: 0px;
  }
  .navbar-inverse .navbar-nav #view_map a,
  .navbar-inverse .navbar-nav #view_index a,
  .navbar-inverse .navbar-nav #view_about a,
  .navbar-inverse .navbar-nav #view_services a,
  .navbar-inverse .navbar-nav #view_resources a {
    background-image: none;
  }
  .navbar-inverse .navbar-nav #view_resources a {
    text-align: center;
    text-indent: 0;
  }
#main #map .banner-home {
    top: 60px !important;
    height: 38px !important;
    width: 200px;
}
#main #map .banner-home span {
    font-size: 13px;
    padding: 0 4px;
}

#main #map #guide {
    display: block;
    
    height: 35px;
    right: 3px;
    opacity: 0.85;
    position: absolute;
    background: #ffffff;
  }
#main #map #guide .guide h4 {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 5px !important;
}
 #main .jvectormap-zoomin {
   
    bottom: 100px;
  }
  #main .jvectormap-zoomout {
    
    bottom: 100px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-collapse {
    padding: 0px;
    border-bottom: 1px solid #2980b9;
  }
  .navbar-inverse .navbar-nav {
    width: 100%;
  }
  .navbar-inverse .navbar-nav li {
    width: 100%;
  }

  #main #map #guide {
    display: block;
    
    
    height: 35px;
    right: 3px;
    opacity: 0.85;
    position: absolute;
    background: #ffffff;
  }
#main #map #guide .guide h4 {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 4px !important;
}
  #main #map .twitter-follow-button {
    display: none;
  }
  /*#main #about #about-inner {
    margin-top: 65px;
  }*/
  #main .jvectormap-zoomin {
    margin-top: 1%;
    bottom: 60px;
  }
  #main .jvectormap-zoomout {
    margin-top: 1%;
    bottom: 60px;
  }
  #sidebar-right {
    height: 50% !important;
    background: #ffffff !important;
    box-shadow: inset 0px 11px 8px -10px #ecf0f1;
    border-top: 1px solid #ecf0f1;
    bottom: 0px;
    overflow: auto;
    display: block;
    padding-top: 0px !important;
  }
  #sidebar-right #info #donate-add {
    display: none;
  }
  #sidebar-right #mini-blog {
    padding-top: 10px !important;
  }
  #sidebar-right #mini-blog #hero {
    padding: 15px;
    border-bottom: 1px solid #ecf0f1;
  }
  #sidebar-right #mini-blog #posts .post {
    border-bottom: 1px solid #ecf0f1;
    padding: 15px;
  }
#main #map .banner-home {
    top: 60px !important;
    height: 38px !important;
width: 200px;
}
#main #map .banner-home span {
    font-size: 13px;
    padding: 0 4px;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #main #map {
    display: block;
  }
  #main #hide,
  #main fullscreen {
    display: none;
  }
  #sidebar-right {
    height: 100% !important;
    top: 50px;
  }
  #sidebar-right #info {
    padding-right: 15px;
    padding-left: 15px;
  }
  #sidebar-right #info #mini-blog {
    border-top: none;
  }
  #sidebar-right #info #metrics .metric tr th:nth-child(3) {
    display: none;
  }
  #sidebar-right #info #metrics .metric tr td:nth-child(2) {
    width: 50%;
  }
  #sidebar-right #info #metrics .metric .comment {
    display: none;
  }

}
