body {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #000;
  font-family: main_font;
  font-size: 15px;
}
a {
  color: #06e;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.clearall {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  text-align: center;
}
.image {
  width: 100%;
}
.main_wrapper {
  #min-height: 70%;
}
.content {
  width: 68%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.content_full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.content_container_1 {
  width: 75%;
  float: left;
}
.content_container_4 {
  width: 25%;
  float: left;
}
.content_container_2 {
  width: 50%;
  float: left;
}
.content_container_3 {
  width: 33.3333333%;
  float: left;
}

.menu {
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  text-transform: lowercase;
}

.menu a {
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  transition: 0.5s;
}
.menu a:HOVER {
  color: #555;
  text-decoration: none;
  background-color: #fff;
  text-decoration: line-through;
}
.menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: sub_font_head;
  font-size: 17px;
}
.menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.menu ul ul {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 200px;
    border: 1px solid #f7f7f7;
    padding: 7px;
    z-index: 999999;
    box-shadow: 1px 8px 10px rgba(0,0,0,0.1);
}

.menu ul li:hover ul {
    display: block;
}

.menu ul ul li {
  display: list-item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul ul a {
  border: 0;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}
.menu ul ul a:hover {
background-color: #777;
color: #000;
border: 0;
}

.menu_selected {
  text-decoration: line-through;
}

.menu_selected a {
  color: #000;
}

.submenu {
  border-top: 1px solid #000;
}

.submenu .menu {
  #float: none;
  #display: block;
}

.header {
  background-color: #fff;
  height: 100px;
  overflow: hidden;
  width: 100%;
}
#header_spacer {
  width: 100%;
  height: 10px;
}
.header_content {
  float: right;
	padding-top: 13px;
}
.header_info {
  float: left;
}
.header_logo {
  float: left;
  height: 100px;
}
.header_logo img {
  padding-top: 1px;
  width: 70%;
}
.header_r {
  float: right;
  padding-top: 6px;
}
.header_r a {
  float: left;
  margin-left: 16px;
}

.header_r img {
  height: 22px;
}

.header_r_spacer {
  padding-right: 30px;
}
.st_button {
	display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  border: #fff 2px solid;
  font-size: 15px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 13px;
  border-radius: 3px;
}

.st_button:hover {
  background-color: #fff !important;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.info_warning {
  padding: 10px;
  color: #fff;
  background-color: #ac0000;
  border: 1px solid #ff4141;
  margin: 5px;
}
.info_ok {
  padding: 10px;
  color: #fff;
  background-color: #01a207;
  border: 1px solid #2fbe5c;
  margin: 5px;
}
.footer {
  background-color: #fff;
  padding-top: 10px;
  font-size: 13px;

  text-align: center;
  border-top: 1px solid #000;
  margin-top: 20px;
}

.stilslider {
  position: relative;
	background-color: #000;
}
.stilslider_image {
  margin: 0;
  padding: 0;
}
.stilslider_image img {
  width: 100%;
	vertical-align: middle;
}
.stilslider_text {
  position: absolute;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}
.login_title {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #21252b;
  color: #fff;
  padding-top: 6px;
  font-size: 30px;
}
.login_win {
  color: #000;
  min-width: 500px;
  background-color: #eaeaea;
  font-size: 24px;
  text-align: center;
  border: 2px solid #21252b;
}
.login_win a {
  color: #777;
}
.login_win a:hover {
  color: #700;
}
.login_win input {
  font-size: 30px;
  width: 90%;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  color: #000;
  padding: 5px;
  text-align: center;
}

.login_win input[type=submit] {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #313131;
  color: #fff;
}

.login_win input[type=submit]:hover {
  background-color: #7f878b;
  color: #000;
  transition: 0.5s;
  cursor: pointer;
}


.comms {
  padding-top: 30px;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eaeaea;
  z-index: 999999;
}
.comms_title {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ab0000;
  color: #fff;
  font-size: 30px;
}
.comms_win {
  color: #000;
  width: 80%;
  background-color: #fff;
  font-size: 19px;
  text-align: center;
  border: 4px solid #ab0000;
  margin-left: auto;
  margin-right: auto;
}
.comms_button {
  color: #fff;
  background-color: #686868;
  padding: 5px;
}
.comms_button:hover {
  background-color: #ab0000;
  color: #fff;
}
.comms_gf {
  padding-top: 10px;
  font-size: 7vh;
  color: #686868;
}
.comms_logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.comms_logo img {
  height: 40px;
}

@media screen and (max-width: 1470px) {
.content {
  width: 85%;
}
}

@media screen and (max-width: 999px) {
  .comms_win {
    width: 94%;
  }
  .content {
    width: 99%;
  }
}

.mob_menu {
  display: none;
  transition: 0.5s;
}
.mob_menu_ctr{
  cursor: pointer;
  display: block;
  color: #000;
  font-size: 23px;
  background-color: #fff;
padding: 4px;
}
.mob_menu_ctr + input{
  display: none;
  transition: 0.5s;
}
.mob_menu_ctr + input + div{
  display:none;
  transition: 0.5s;
}
.mob_menu_ctr + input:checked + div{
  display:block;
  transition: 0.5s;
}

@media screen and (max-width: 800px) {
  .content_container_1 {
    float: none;
    width: 100%;
  }
  .content_container_4 {
    float: none;
    width: 100%;
  }
  .content_container_2 {
    float: none;
    width: 100%;
  }
  .content_container_3 {
    float: none;
    width: 100%;
  }
  .content_big {
    float: none;
    width: 100%;
  }
  .content_small {
    float: none;
    width: 100%;
  }
  .mob_hidden {
    display: none;
  }
  .menu {
    display: none;
  }
  .mob_menu {
    display: block;
    z-index: 9000;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 5px;
    text-align: right;
  }
  .mob_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    display: block;
  }
  .mob_menu a:HOVER {
    color: #00B4FF;
    text-decoration: none;
  }
  .mob_menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    background-color: #000;
    width: 94vw;
    height: 94vh;
    text-align: left;

  }
  .mob_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
  }
}
