/*@import "reset.css";*/
.header-menu-item-hover {
  background: white;
  color: black;
}
body {
  font-size: 16px;
     background: url(./main-bg.jpg) repeat;
}
.limit {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
header {
  position: relative;
  background: url('about-us.png') no-repeat;
  z-index: 99;
  padding: 133px 20px 0 20px;
      
}
header .menu {
  display: table;
  font-size: 0;
}
header .menu .item {
  display: inline-block;
  font-size: 16px;
  margin: 0px 10px;
}
header .menu .item a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
header .menu .item a {
  background: #453423;
}
header .menu .item a:hover {
  background: white;
  color: black;
}
header .limit {
  position: relative;
}
header .menu {
  margin: 0 auto;
}
header .menu {
  position: relative;
  top: 0;
}
header {
  text-align: center;
}
.logo {
  display: block;
  border: 0;
  text-decoration: none;
}
.logo img {
  border: 0;
}
main .content {
  display: inline-block;
  width: 68%;
  vertical-align: top;
}
main .content .imageCont {
  text-align: center;
  margin: 10px auto;
}
main .content .imageCont img {
  vertical-align: middle;
  display: inline-block;
  max-width: 300px;
}
main .content .text h2 {
  font-size: 32px;
  margin-bottom: 10px;
  background: #FFD966;
  display: inline;
  text-align: center;
}
.features-wrapper h2,
.features-wrapper h3 {
/*    padding-top: 15px;*/
    display: block !important;
    background: none !important;
    color: black;
}
main .sidebar {
  display: inline-block;
  width: 28%;
  float: right;
  vertical-align: top;
  text-align: justify;
}
main .sidebar .imageCont img {
  border: none;
  width: 100%;
}
main {
  padding: 10px;
}
.imageInText.top {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.imageInText.left {
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  margin: 5px 10px 0 0;
}
.imageInText.right {
  float: right;
  max-width: 300px;
  margin: 5px 0 0 10px;
}
.imageInText.center {
  display: block;
  margin: 10px auto;
  max-width: 600px;
  width: 100%;
}
.commentView {
  display: none;
}
main .commentsCont {
  padding: 20px;
  font-family: Georgia, serif;
}
main .commentsCont .avatar {
  width: 48px;
  height: 48px;
  float: left;
}
main .commentsCont .line-1 {
  border-bottom: 2px solid #ccc;
}
main .commentsCont .line-1 .active {
  font-weight: 600;
  color: black;
  border-bottom: 2px solid #42a98b;
}
main .commentsCont .line-1 span {
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #7f919e;
  font-weight: 600;
}
main .commentsCont .line-1 .login div {
  display: inline-block;
}
main .commentsCont .line-1 .login .countLogin {
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-top: 3px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  background: #f55567;
  color: white;
  cursor: pointer;
}
main .commentsCont .line-1 .login .countLogin:hover {
  background: #f2253c;
}
main .commentsCont .line-2 .item {
  color: #7f919e;
  display: inline-block;
  padding: 20px 10px;
  cursor: pointer;
}
main .commentsCont .line-2 .item div {
  display: inline-block;
}
main .commentsCont .line-2 .item:hover {
  color: black;
}
main .commentsCont .line-2 .sort {
  color: #7f919e;
  cursor: pointer;
  padding: 20px 10px;
}
main .commentsCont .line-2 .sort:hover {
  color: black;
}
main .commentsCont .line-3:before,
main .commentsCont .line-3:after {
  display: table;
  content: '';
  clear: both;
  width: 100%;
}
main .commentsCont .line-3 .bodyCont {
  padding-left: 55px;
  box-sizing: border-box;
}
main .commentsCont .line-3 .bodyCont textarea {
  width: 100%;
  height: 48px;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 9px;
  font-size: 17px;
  font-family: Georgia, serif;
}
main .commentsCont .commentsList {
  list-style: none;
  
}
main .commentsCont .commentsList .line-1 {
  border: none;
}
main .commentsCont .commentsList .line-1:before,
main .commentsCont .commentsList .line-1:after {
  display: table;
  content: '';
  clear: both;
  width: 100%;
}
main .commentsCont .commentsList .comment {
  font-family: Georgia, serif;
  margin: 20px 0;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
}
main .commentsCont .commentsList .comment:hover .line-1 .floatRight {
  display: block;
}
main .commentsCont .commentsList .comment .commentCont {
  padding-left: 55px;
  box-sizing: border-box;
  width: 100%;
}
main .commentsCont .commentsList .comment .line-1 {
  font-size: 16px;
  margin-bottom: 10px;
}
main .commentsCont .commentsList .comment .line-1:before,
main .commentsCont .commentsList .comment .line-1:after {
  content: none;
}
main .commentsCont .commentsList .comment .line-1 .floatRight {
  cursor: pointer;
  color: #ccc;
  display: none;
}
main .commentsCont .commentsList .comment .line-1 .floatRight *:hover {
  color: #000000;
}
main .commentsCont .commentsList .comment .line-1 .floatRight .minus {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
main .commentsCont .commentsList .comment .line-1 .floatRight .minus:after {
  content: '|';
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  color: #cccccc;
}
main .commentsCont .commentsList .comment .line-1 .userInfo .username {
  color: black;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
main .commentsCont .commentsList .comment .line-1 .userInfo .username:after {
  content: '';
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  color: #cccccc;
}
main .commentsCont .commentsList .comment .line-1 .userInfo .date {
  display: inline-block;
  color: #7f919e;
  cursor: pointer;
}
main .commentsCont .commentsList .comment .line-1 .userInfo .date:hover {
  color: #000000;
}
main .commentsCont .commentsList .comment .line-2 {
  font-size: 16px;
}
main .commentsCont .commentsList .comment .line-2 .commentBody img {
  max-width: 305px;
  width: 100%;
}
main .commentsCont .commentsList .comment .line-2 .commentBody .imageCont {
  text-align: center;
  margin: 10px 0;
}
main .commentsCont .commentsList .comment .line-3 {
  cursor: pointer;
  font-size: 16px;
  color: #cccccc;
  margin-top: 10px;
}
main .commentsCont .commentsList .comment .line-3 *:hover {
  color: #2a2e2e;
}
main .commentsCont .commentsList .comment .line-3 .up,
main .commentsCont .commentsList .comment .line-3 .down {
  display: inline-block;
}
main .commentsCont .commentsList .comment .line-3 .up {
  position: relative;
  margin-right: 10px;
}
main .commentsCont .commentsList .comment .line-3 .up:after {
  content: '|';
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  color: #cccccc;
}
main .commentsCont .commentsList .comment .line-3 a {
  color: #ccc;
  text-decoration: none;
  margin-left: 10px;
}
main .floatRight {
  float: right;
}
main .floatLeft {
  float: left;
}
main .line {
  display: block;
}
main #commV1 {
  display: block;
    
}
header .mobileMenu {
  display: none;
}
@media screen and (max-width: 1020px) {
  main .sidebar {
    display: none;
  }
  .logo {
    position: relative;
    transform: none;
  }
  main .content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  header .menu {
    display: none;
  }
  header a {
    text-decoration: none;
  }
  header .mobileMenu {
    display: block;
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .imageInText.left,
  .imageInText.right {
    float: none;
    display: block;
    max-width: 300px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 410px) {
  main .commentsCont .line-2 .sort {
    display: none;
  }
  .commentsCont .login {
    display: none;
  }
  main .commentsCont .line-3 .bodyCont textarea {
    font-size: 15px;
  }
  main .content .imageCont img {
    width: 100%;
  }
}
