body {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #000;
  font-family: main_font;
  font-size: 18px;
}
a {
  color: #c16331;
  text-decoration: none;
}
a:hover {
  color: #F00;
}
.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: 85vh;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  width: 90%;
  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-right: 20px;
}

.menu a {
  color: #906200;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  transition: 0.5s;
  font-size: 19px;
  font-weight: bold;
}
.menu a:HOVER {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: main_font;
  font-size: 21px;
  text-transform: uppercase;
}
.menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.menu_selected {
  background-color: #fff;
  color: #000;
}

.menu_selected a {
  color: #000;
}

.header {
  z-index: 1000;
  height: 50px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 81%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.header_new {
  background-color: #fff;
  z-index: 1000;
  height: 110px;
  border-bottom: 1px solid #696969;
  overflow: hidden;
  width: 100%;
}
.header_logo_new {
  float: left;
  height: 90px;
  margin-left: 22px;
  margin-top: 12px;
  position: relative;
}
.header_logo_text_new {
  position: absolute;
  top:75px;
  right: 25px;
  font-size: 12px;
  color: #c8ab37;
}
.header_logo_new img {
  padding-top: 1px;
  height: 80px;
}
.header_button {
  color: #fff !important;
}
.header_button:hover {
  color: #000 !important;
}
#header_spacer {
  width: 100%;
  height: 51px;
}
.header_content {
  float: right;
	padding-top: 13px;
}
.header_info {
  float: left;
}
.header_logo {
  float: left;
  height: 50px;
}
.header_logo img {
  padding-top: 10px;

}
.st_button {
	display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #ff9400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 2px;
  font-size: 15px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.st_button:hover {
  background: #ffd65e;
  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: #562aa5;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.footer img {
  height: 120px;
  padding: 30px;
}
.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: 999px) {
  .comms_win {
    width: 94%;
  }
}
.mob_menu {
  display: none;
  transition: 0.5s;
}
.mob_menu_ctr{
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 26px;
}
.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: 1000px) {
  .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;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #000000b2;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
  }

  .mob_menu .mob_toggle {
    position: absolute;
    left: -9999px;
  }

  .mob_menu_ctr svg {
    width: 28px;   
    height: 28px; 
    display: block;
    margin: 0 auto;
  }

  .mob_menu_body {
    display: none;
    width: 100%;
    height: 60vh;
    transition: 1.5s;
  }

  .mob_menu .mob_toggle:checked + .mob_menu_body {
    display: block;
    transition: 1.5s;
  }

  .mob_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    display: block;
    height: 70px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob_menu a:hover {
    color: #00B4FF;
  }
}
