@charset "UTF-8";
@font-face {
  font-family: 'entypo';
  font-style: 'normal';
  font-weight: 'normal';
  src: url("http://weloveiconfonts.com/api/fonts/entypo/entypo.eot");
  src: url("http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix") format("eot"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.woff") format("woff"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf") format("truetype"), url("http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo") format("svg");
}

body {
  margin: 0;
  padding: 0;
  background: #fcfdf4;
  color: #6b645c;
  font-family: Arial, Helvetica, sans-serif
}

header {
  overflow: hidden;
  background: #000000;
  border-bottom: solid 0px #ffffff;
  text-align: center;
  text-shadow: 0px 0px 0 #fcfdf4;
}

h1 {
  display: block;
  font-size: 1em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}


h3 {
  display: block;
  font-size: 4px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}


header h1::before {
  content: "\26a1";
  margin-right: 15px;
  font-family: 'entypo', sans-serif;
}

.ul {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height: 1.5em;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	
}

.pikabu-nav-toggle {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  display: block;
  width: 50px;
  height: 30px;
  margin: 10px;
  background: #d71d24;
  border: solid 1px rgba(230, 74, 51, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fcfdf4;
  -moz-box-shadow: inset 0 1px 0 #fcfdf4;
  box-shadow: inset 0 1px 0 #fcfdf4;
  text-indent: 100%;
  white-space: nowrap;
  color: #FFFFFF;
  line-height: 29px;
}
.pikabu-nav-toggle[data-role=right] {
  float: right;
}
.pikabu-nav-toggle::after {
  content: '☰';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'entypo', sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 25px;
  font-weight: bold;
  color: inherit;
}
.pikabu-nav-toggle[data-role=right]::after {
  content: "\e705";
  font-size: 17px;
}
.pikabu--left-sidebar-visible .pikabu-nav-toggle[data-role=left], .pikabu--right-sidebar-visible .pikabu-nav-toggle[data-role=right] {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

section {
  padding: 20px;
}

.pikabu-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #ddd;
  color: #666;
}
.pikabu-sidebar a {
  color: #e64a33;
}

.pikabu-container {
  background: #fcfdf4;
}
.pikabu--left-sidebar-visible .pikabu-container {
  -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
}
.pikabu--right-sidebar-visible .pikabu-container {
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
}

h2 {
  display: block;
  margin: 0;
  color: #000000;
  font-size: 5px;
  font-weight: 300;
  line-height: 1.4;
}

section h3 {
  display: block;
  margin: -20px -20px 10px;
  padding: 5px 20px 7px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(222,26,34,1) 51%, rgba(0,0,0,1) 100%);
  border-bottom: solid 2px #e6e6dd;
  color: #fcfdf4;
  font-size: 16px;
  font-weight: normal;
}
section h2 {
  display: block;
  margin: 0;
  color: #000000;
  font-size: 6px;
  font-weight: 0;
  line-height: 1.4;
}

.tags {
	 font-size: x-small;
	 color: gray;
}

p {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height: 1.5em;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
section a {
  color: #e64a33;
}
section a:hover {
  color: black;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

section ul {
  margin: 15px 0;
}

.no-js html {
  position: relative;
  height: 100%;
}
.no-js body {
  min-height: 100%;
}

@media all and (min-width: 769px) {
  html {
    position: relative;
    height: 100%;
  }

  body {
    min-height: 100%;
  }
.butn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.butn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.input {
	border: 1px solid black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.input:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #3ad000;
    -moz-box-shadow: 0px 0px 8px #3ad000;
    -webkit-box-shadow: 0px 0px 8px #3ad000;
}

h11 {
  display: block;
  font-size: 2em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: Hughs;

}

.featureslocation{
	position: relative; 
	float: inherit; 
	margin-top: -400px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width: 100%;
	height:auto;
}

#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1000px; 
	clear: both;
}

.headertitle{
	display: flex; 
	justify-content: left;
}

.popup {

    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 4px;
}

