
@media (min-width:991px){
	
.mob-header {
  display: none !important;
}
.submenu {
  display: none !important;
}
#close_btn {
  display: none !important;
}

	
} /* /min-width:991px*/

@media (max-width:990px){
	
* {box-sizing:border-box;max-width:100% !important;}
table {table-layout:fixed; width:100%;}
img { max-width:100% !important; height:auto;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}

#wrapper {
  float: left;
  height: auto;
  width: 100%;
}
#wrapper > div {
  float: left;
  height: auto;
  width: 100%;
}
div#banner {
  float: left;
  height: auto;
  line-height: normal;
}

#headerright {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  width: calc(100% - 110px);

  line-height: 110px;
}
#logo {
  height: auto;
  left: auto;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: center;
  top: auto;
}
#left {
  position: relative;
  width: 200px !important;
}
.mob-header {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
span.mob_button {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 28px;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  cursor:pointer;
}
.mob_button2 {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 15px;
  top: 5px;
}
#navlist {
  float: right;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  padding-top: 50px;
  position: fixed;
  right: -600px;
  top: 0;
  width: 300px;
  z-index: 999;
}
#navlist li {
  display: block;
  width: 100%;
}
#navlist li a {
    border-bottom: none;
    border-left: none;
    border-right: none;
	height: auto;
    line-height: 3;
}
.submenu, .submenu2 {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}
li.headlink > ul {
	background-color: #8A91B0 !important;
	left: auto;
	opacity: 1;
	position: relative;
	top: auto;
}
#navlist ul > li a.current {
  background-color: transparent;
}
#content {
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
  width: calc(100% - 200px) !important;
}

	
} /* /max-width:990px */

@media (max-width:767px){

body {line-height:1.5;}	
div#logo {
  text-align: center;
  width: 100%;
}
#logo > img {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
div#headerright {
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}
div#left {
  text-align: center;
  width: 100% !important;
}
#left > h2 {
  line-height: 1.5;
  padding-bottom: 10px;
}
#left input {
  height: 35px;
  width: 90%;
}
#left select {
  height: 30px;
  margin-bottom: 20px;
  width: 90%;
}
#left > br {
  display: none;
}
#left option {
  height: 30px;
}
div#content {
  width: 100% !important;
}
#content > br {
  display: none;
}

.form_row {
  margin-left: auto;
  margin-right: auto;
}
.form_row label {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}


.form_row input {
  clear: both;
  display: block;
  height: 35px;
  margin-bottom: 10px;
  width: 100%;
}


form > br {
  display: none;
}
form font {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
form font {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#footer .copyright {
  margin-right: auto;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
}

	
} /* /max-width:767px */
