@font-face {
  font-family: Dosis;
  src: url("Dosis.otf");
}

body {
  font-family: Dosis, sans-serif; 
  padding: 0;
  margin: 0;
  color: #fff;
  width: 100%;
}

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

input,textarea,button,select,checkbox,radio {
  padding: 8px 20px 8px 20px;
  border: 2px solid #41a948;
  border-radius: 25px;
  background:rgba(0,0,0,0);
  color: #fff;
  margin-bottom: 5px;
}

input:hover,button:hover,select:hover {
  background-color: #41a948;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

i {
  color: #41a948;
}

.label {
  padding: 5px 15px 5px 15px;
  border: 2px solid #41a948;
  border-radius: 25px;
  background:rgba(0,0,0,0);
  color: #fff;
}

.header {
  /*position: fixed;*/
  background-color: #151821;
  width: 100%;
  height: 60px;
}

.logo {
  float: left;
}

.menu {
  float: right;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.menu ul li {
  float: left;
}

.menu ul li a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 20px 17px 20px;
  margin: 0 10px 0 10px;
}

.menu ul li a:hover {
  color: #41a948;
  border-bottom: 3px solid #41a948;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

.slider {
  background-image: url(img/bg.jpg);
  background-size: cover;
  height: 450px;
  width: 100%;
}

.page {
  background-color: #1b1d29;
  padding: 25px 0 50px 0;
  width: 100%;
}

.panel {
  width: 700px;
  padding: 20px 0 20px 0;
  word-wrap: break-word
}

.panel-right {
  width: 300px;
  padding: 20px 0 20px 0;
  word-wrap: break-word
}

.title {
  font-size: 22px;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #41a948;
  margin-bottom: 10px;
}

footer {
  text-transform: uppercase;
  background-color: #10131a;
  padding: 20px 20px 20px 20px;
}

.pagenav a {
  background-color: ##10131a;
  padding: 5px 10px 5px 10px;
  border: 1px solid #41a948;
  border-radius: 25px;
  margin-right: 2px;
}

.pagenav strong {
  background-color: #41a948;
  padding: 5px 10px 5px 10px;
  border: 1px solid #41a948;
  border-radius: 25px;
  margin-right: 2px;
}