html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  font-family: "Lato", sans-serif;
  word-wrap: break-word;
}

@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
  font-family: "zocial", sans-serif;
}

#map {
  height: 100%;
}

header {
  margin: 0px;
  width: 100%;
  height: 65px;
  padding: 0;
  background-color: #673AB7;
}

.header_component {
  display: inline-block;
  vertical-align: text-top;
}

header h2 {
  margin: 0;
  margin-top: 20px;
  color: white;
  padding-left: calc(100%/2 - 190px);
}
/*Hamburger Menu CSS*/
.nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  margin-top: 10px;
  margin-left: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 75%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 18px;
}

.nav-icon span:nth-child(3) {
  top: 36px;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*Slide Menu of the Left*/
nav#slide-menu {
  background-color: #000000;
  z-index: 10;
  position: fixed;
  top: 65px;
  left: -350px;
  bottom: 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 350px;
  height: 100%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/*Slide Menu of the right*/
nav#slide-menu_right {
  background-color: #000000;
  z-index: 10;
  position: fixed;
  top: 65px;
  right: -350px;
  bottom: 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 350px;
  height: 100%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/*Slide menu common UL*/
nav#slide-menu > ul,nav#slide-menu_right > ul {
  display: block;
  margin: 40px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  opacity: 0.5;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/*Slide menu common Ul>LI*/
nav#slide-menu > ul li,nav#slide-menu_right >ul li {
  color: #dfe5eb;
  padding: 6px 0;
  cursor: pointer;
}

#slide-menu.menu-active {
  left: 0px;
}

#slide-menu.menu-active ul{
  left: 0px;
  opacity: 1;
}

#slide-menu_right.menu-active {
  right:0px;
}

#slide-menu_right.menu-active ul{
  right: 0px;
  opacity: 1;
}

nav h2 {
  color: white;
  margin:20px;
  margin-left: 120px;
}
/*Toggle Button for geo-location*/
.switch-input {
  display: none;
}

.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 16px;
  padding: 16px 0 16px 44px;
}

.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
}

.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
  display: none;
}

.switch-label .toggle--off {
  display: inline-block;
}

.switch-input:checked + .switch-label:before {
  background-color: #A5D6A7;
}

.switch-input:checked + .switch-label:after {
  background-color: #4CAF50;
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
  display: none;
}
/*Store address Button*/
.last_ones{
  margin-left: 50px;
  margin-bottom: 10px;
  margin-top:10px;
}

button {
  width: 150px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
}

input {
  margin: 0;
  padding: 0;
  width: 250px;
  height: 40px;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: white;
}

article {
  margin-left: 15px;
}
/*Filter Menu Start*/
#filter_content {
  display: flex;
}

.filter_item {
  height: 37px;
}

#show {
  position: fixed;
  width: 350px;
  bottom: 0;
}
/*News Block Start*/
#news_container {
  background-color: white;
  width: 350px;
  max-height: 87%;
  overflow: scroll;
  margin: 7px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

#new_header {
    font-family: "Lato", sans-serif;
}

#news_container h2 {
  margin-left: 20px;
}

#news {
  list-style: none;
  padding-left:15px;
}

#news a {
  font-weight: bold;
  color: black;
  font-family: "Lato", sans-serif;
}

#news li {
  margin: 7px;
  border-bottom: 1px solid #BDBDBD;
  font-family: "Lato", sans-serif;
}

.place_title {
  text-align: center;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

#news_container.hide {
  display: none;
}

@media only screen and (max-width:480px) {
  #news_container {
    width:calc(100% - 130px);
  }
}

@media only screen and (max-width:370px) {
  header h2 {
    font-size: 17px;
  }
}

.slide2 {
  position:absolute;
  right:0;
  margin-right:10px;
}

#error{
  height: 120px;
  width: 600px;
  margin: auto;
  text-align: center;
  margin-top: 150px;
  border: 5px solid black;

}
