@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);

.button {
  width: 100%;
  height: auto;
  padding: 10px 25px;
  background-color: #7a0000 !important;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 5px;
}

.button:hover {
  background: #510000 !important;
}

.contact-left,
.contact-right {
  width: 60%;
  height: auto;
  overflow: auto;
  float: left;
}

.contact-left {
  width: 40%;
  padding: 15px 0 0 25px;
}

.contact-left h3 {
  color: #8d3f3f;
}

.contact-left h3 {
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.contact-left p {
  margin-bottom: 10px;
}

#content {
  display: none;
}

#wait {
  padding: 10px;
}

.green {
  background-color: #198754 !important;
  color: #fff !important;
}

.yellow {
  background-color: #ffc107 !important;
  color: #fff !important;
}

.red {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.gray {
  background-color: #6c757d !important;
  color: #fff !important;
}

.sky {
  background-color: #0dcaf0 !important;
  color: #fff !important;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.mask .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask .popup {
  display: none;
  width: 450px;
  height: auto;
  overflow: auto;
  max-height: calc(100% - 40px);
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  position: relative;
}

.popup h3 {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.mask input {
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 10px;
  border: solid 1px gainsboro;
  background-color: #fff;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
}

.mask button {
  margin: 15px 0 25px;
  width: 100%;
  height: auto;
  padding: 10px 25px;
  background-color: #7a0000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 5px;
}

.mask button:hover {
  background: #510000;
}

.close {
  width: auto;
  height: auto;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px !important;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.track_s {
  display: none;
  text-align: center;
}

#track_status {
  margin-top: 25px;
  padding: 2px 7px;
  border-radius: 3px;
  text-align: center;
}

#track_paper {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
}

.gray {
  background-color: #eceaea;
}

::before,
::after,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.error_page h1 {
  margin: 15px;
  font-weight: 400;
  color: #333;
}

.more {
  text-align: center;
}

#menu {
  display: none;
  width: 25px;
  height: 50px;
  padding: 5px 0 0;
  float: right;
  color: #fff;
  font-size: 40px;
}

.menu-drop {
  display: none;
  width: 100%;
  height: auto;
  overflow: auto;
  float: left;
  padding: 20px;
  background: #420000;
  border-top: solid 1px #8a0000;
}

.menu-drop li {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 7px 0;
}

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

.menu-drop span,
.menu-drop i {
  color: #fff;
  float: left;
}

.menu-drop .menu-sub {
  display: none;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 0 15px;
}

.hairline {
  height: auto;
  overflow: auto;
  padding: 0 45px;
  background-color: #fff;
}

.hairline ul,
header ul {
  list-style: none;
  width: auto;
  height: auto;
  overflow: auto;
  float: right;
}

.hairline li {
  width: auto;
  height: auto;
  padding: 12px 0 12px 25px;
  float: left;
}

.hairline li a {
  text-decoration: none;
}

.hairline span {
  margin: 0 5px 0 0;
  float: left;
}

header {
  height: auto;
  overflow: auto;
  background-color: #7a0000;
}

header .container {
  height: auto;
  overflow: auto;
  padding: 30px 45px;
}

.logo {
  width: auto;
  height: 75px;
  float: left;
  padding: 0 0 0 90px;
  background: url(/images/logo.png) no-repeat top left;
  background-size: auto 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.logo span {
  padding-left: 15px;
  font-size: 28px;
  color: #fff;
}

.navbar {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 0 45px;
  background-color: #420000;
  border-top: solid 2px #fff;
}

.navbar a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
}

.navbar a:first-child {
  padding-left: 0;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  text-decoration: underline;
}

.dropbtn i {
  float: right;
  color: #fff;
}

.dropdown-content {
  display: none;
  margin-top: -5px;
  position: absolute;
  min-width: 150px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  padding: 8px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px;
  color: #8a0000;
  font-weight: 600;
}

.dropdown-content a:hover {
  background-color: #f5f5f5;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.banner {
  height: auto;
  overflow: auto;
  padding: 25px 30px 5px;
  background-color: #fff;
}

.banner .left {
  width: 250px;
}

.banner .middle {
  width: calc(100% - 610px);
}

.banner .right {
  width: 360px;
  float: right !important;
}

.banner .left,
.banner .middle,
.banner .right {
  height: auto;
  overflow: auto;
  float: left;
  padding: 15px;
}

.banner .left .adsbanner {
  height: auto;
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}

.banner .tag,
.rest .tag {
  height: auto;
  overflow: auto;
  padding-top: 15px;
}

.banner .tag *,
.rest .tag * {
  color: #8d3f3f;
}

.banner .tag p,
.rest .tag p {
  margin: 5px 0;
  font-size: 13px;
}

.banner .tag p span,
.rest .tag p span {
  margin-right: 5px;
  font-weight: 600;
}

.banner .tag p i,
.rest .tag p i {
  margin: 2px 5px 0 0;
  font-size: 14px;
  float: left;
}

.banner .tag h3,
.rest .tag h3 {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.middle .wrapper,
.right .wrapper {
  width: 100%;
  height: auto;
  overflow: auto;
  min-height: 435px;
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
  border-bottom: solid 5px #711313;
}

.middle .wrapper {
  box-shadow: none;
}

.middle .canvas {
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #efdcdc;
  text-align: center;
  padding: 25px 0;
  position: relative;
}

.ex-btn {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 10px 25px;
  background-color: #8d3f3f;
  color: #fff !important;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.2s;
  text-align: center;
}

.ex-btn:hover {
  background-color: #711313;
}

.canvas a {
  margin: 20px 20px 0;
}

.abs-right .ex-btn {
  width: 100%;
}

.middle .title {
  height: auto;
  overflow: auto;
  padding: 25px 25px;
  border-top: solid 15px #711313;
}

.middle .title h3 {
  color: #711313;
}

.middle .title p {
  margin-top: 15px;
  font-size: 14px;
}

.abs-right {
  padding: 25px;
  background-color: #efdcdc;
}

.abs-right ul {
  list-style: none;
  height: auto;
  overflow: auto;
}

.abs-right li {
  height: auto;
  overflow: auto;
  padding: 10px 0;
}

.abs-right li:first-child {
  border: none;
  padding-top: 0;
}

.abs-right li h3 {
  color: #471f1f;
  font-weight: 500;
}

.abs-right li span:last-child {
  color: #7b3737;
}

.abs-right li:last-child {
  margin-top: 20px;
  border: 1px dashed #8d3f3f;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.abs-right li:last-child p {
  font-size: 0.85rem;
}

.abs-right li a {
  color: #7b3737;
  text-decoration: none;
}

.abs-right li a:hover {
  color: #b83d3d;
}

.abs-right li span {
  font-size: 14px;
}

.one {
  height: auto;
  overflow: auto;
  padding: 25px 30px;
  background-color: #eceaea;
}

.one .left,
.two .left {
  width: 250px;
  overflow: auto;
  height: 475px;
  padding: 20px;
  float: left;
  background-color: #fff;
}

.one .left {
  margin-right: 15px;
}

.two .left {
  height: 390px;
}

.one .middle,
.two .middle {
  width: calc(100% - 265px);
  height: auto;
  overflow: auto;
  float: left;
}

.one .wrapper {
  width: 33.333%;
  float: left;
  padding: 0 15px 15px;
  border: none;
}

.one ul {
  list-style: none;
  height: auto;
  overflow: auto;
  min-height: 475px;
  padding: 20px;
  background-color: #fff;
}

.one .left ul {
  min-height: 390px;
  padding: 10px !important;
}

.one .left ul h3 {
  text-align: left !important;
}

.one li {
  height: auto;
  padding: 15px 0;
  border-bottom: solid 1px gainsboro;
}

.one li:last-child {
  border: none;
}

.one li h3 {
  font-weight: 500;
  color: #471f1f;
  text-align: center;
}

.one li p {
  font-size: 14px;
}

.one li a {
  color: #7b3737;
  text-decoration: none;
}

.one li a:hover {
  color: #b83d3d;
}

.two {
  height: auto;
  overflow: auto;
  padding: 0 30px 45px 30px;
  background-color: #eceaea;
}

.two .left ul {
  list-style: none;
  width: 100%;
  height: auto;
  overflow: auto;
}

.two .left li {
  height: auto;
  overflow: auto;
  padding: 10px;
}

.two .left img {
  margin: 0 5px;
  width: calc(50% - 10px);
  height: 60px;
  float: left;
  border: solid 1px gainsboro;
  border-radius: 3px;
}

.two .wrap {
  padding: 25px 0 0;
  background: #fff;
}

.two h3 {
  font-weight: 500;
  text-align: center;
}

.two h3 span {
  padding: 0 10px 10px;
  color: #471f1f;
  text-align: center;
  border-bottom: solid 2px #862d2d;
}

.two .cloudwatch {
  margin: 40px 0 0;
  height: auto;
  overflow: auto;
  min-height: 300px;
}

footer {
  height: auto;
  overflow: auto;
  padding: 25px 45px;
  background: #510000;
}

footer ul {
  list-style: none;
  width: 33.333%;
  height: auto;
  overflow: auto;
  min-height: 175px;
  float: left;
  border-left: solid 2px #fff;
}

footer ul li {
  height: auto;
  padding: 3px 25px;
}

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

footer ul:last-of-type a {
  color: #ff0;
}

footer ul:last-of-type a:hover {
  text-decoration: underline;
}

.social {
  width: 33.333%;
  height: auto;
  overflow: auto;
  float: left;
  min-height: 125px;
}

.social ol {
  list-style: none;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 125px 0 0;
}

.social li {
  width: 50px;
  height: 50px;
  float: right;
  padding: 5px;
}

.social li a {
  width: 40px;
  height: 40px;
  float: left;
}

.social .gl {
  background: url(/images/social/gl.png) no-repeat top center;
  background-size: 100% auto;
}

.social .tw {
  background: url(/images/social/tw.png) no-repeat top center;
}

.social .fb {
  background: url(/images/social/fb.png) no-repeat top center;
}

.social .in {
  background: url(/images/social/in.png) no-repeat top center;
}

.social .tg {
  background: url(/images/social/tg.png) no-repeat top center;
}

.social .gl,
.social .tw,
.social .fb,
.social .in,
.social .tg {
  background-size: 100% auto;
}

.signin {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.signin .wrapper {
  padding: 100px 15px;
  min-height: 500px;
}

.signin .card {
  margin: 0 auto;
  width: 450px;
  height: auto;
  padding: 40px;
  background-color: #fff;
  border: solid 1px gainsboro;
  border-radius: 10px;
}

.signin .card h3 {
  margin: 0 0 40px 0;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
}

.signin .card input,
.subpaper input,
.message-tb {
  margin: 0 0 15px;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 10px;
  border: solid 1px gainsboro;
  background-color: #fff;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}

.center {
  text-align: center;
}

.signin .card button,
.subpaper button {
  width: auto;
  height: auto;
  padding: 10px 25px;
  background-color: #7a0000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 5px;
}

.signin .card button:hover,
.subpaper button:hover {
  background: #510000;
}

.rest {
  padding-bottom: 20px;
}

.rest .wrapper {
  height: auto;
  overflow: auto;
  padding: 0 45px;
}

.sitemap {
  list-style: none;
  height: auto;
  overflow: auto;
  padding: 20px 0 10px;
  border-bottom: dotted 1px #8a0000;
}

.sitemap li {
  width: auto;
  height: auto;
  overflow: auto;
  padding: 0 10px;
  float: left;
  font-size: 15px;
  cursor: pointer;
}

.sitemap li:first-child {
  padding-left: 0;
}

.sitemap a {
  text-decoration: none;
  color: #7b3737;
}

.sitemap a:hover {
  color: #b83d3d;
}

.sitemap .divide {
  padding: 0 !important;
  color: #777 !important;
}

.sitemap .active {
  color: #777 !important;
  cursor: default !important;
}

.rest .main {
  width: calc(100% - 340px);
  height: auto;
  overflow: auto;
  float: left;
  padding: 0 20px 0 0;
  border-right: solid 1px #8a0000;
}

.peer .main,
.subpaper .main {
  width: 100% !important;
  border: none;
}

.peer table,
.subpaper table {
  width: 100%;
  height: auto;
  overflow: auto;
  border: solid 1px gainsboro;
  background: #fff;
}

.peer table thead {
  background-color: #8d3f3f;
}

.peer table thead td {
  color: #eee;
}

.peer table tbody tr:nth-child(even) {
  background: #efdcdc;
}

.peer table thead td,
.peer table tbody td {
  padding: 15px 20px !important;
}

.peer table td {
  vertical-align: top;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.subpaper table {
  border: none;
}

.subpaper td {
  width: 50%;
  padding: 0px 0 0 20px;
}

.full-td {
  width: 100% !important;
}

.message-tb {
  height: 150px;
  resize: none;
}

.rest .outer {
  height: auto;
  overflow: auto;
}

.rest .left {
  margin-top: 20px;
  width: 220px;
  height: auto;
  overflow: auto;
  min-height: 500px;
  float: left;
  padding: 0 0 20px 0;
}

.left img {
  width: 100%;
}

.rest .content {
  width: calc(100% - 220px);
  height: auto;
  overflow: auto;
  padding: 20px 15px;
}

.rest .right {
  width: 340px;
  height: auto;
  overflow: auto;
  float: left;
  padding: 20px 0 20px 15px;
}

.accordion {
  width: 100%;
  padding: 10px;
  background-color: #a94c4c;
  color: #fff;
  font-size: 15px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}

.panel {
  padding: 15px;
  overflow: hidden;
  background-color: #fff0f0;
  font-size: 15px;
}

.panel p {
  margin: 0 0 10px;
}

.panel p span:first-child {
  color: #333;
}

.panel p span:last-child {
  color: #7b3737;
}

.rest .content h1 {
  font-weight: 500;
  font-size: 24px;
  padding: 0 0 10px 15px;
  border-left: dotted 1px #8a0000;
}

.posts {
  list-style: none;
  height: auto;
  overflow: auto;
  padding: 0 0 0 15px;
  border-left: dotted 1px #8a0000;
}

.posts li {
  height: auto;
  overflow: auto;
  padding: 20px 0 30px;
  border-top: solid 1px #e8e3e3;
}

.posts li h3 {
  font-weight: 600;
  font-size: 17px;
}

.posts li h3 a {
  text-decoration: none;
  color: #6b2e2e;
}

.posts li h3 a:hover {
  color: #b83d3d !important;
}

.posts li p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.posts i {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  color: #333;
}

.pdf {
  margin: 0 5px 0 0;
  font-size: 20px !important;
}

.posts p span {
  float: left;
}

.show-article,
.download {
  cursor: pointer;
}

.show-article:hover *,
.download:hover * {
  color: #b83d3d;
}

.show-article *,
.download * {
  color: #7b3737;
  float: left;
}

.download span:first-child {
  margin: 2px 3px 0 0;
}

.abstract {
  display: none;
  margin: 15px 0 0;
  width: 100%;
  height: auto;
  overflow: auto;
  float: left;
  text-align: justify;
  padding: 15px;
  background-color: #fff0f0;
  font-size: 13px;
  line-height: 22px;
}

.abstract-icon {
  margin: 3px 0 0 3px;
  font-size: 16px !important;
  float: left;
}

.author {
  height: auto;
  overflow: auto;
}

.author h1 {
  color: #471f1f;
  font-size: 18px !important;
}

.author .article {
  min-height: 500px;
  padding: 0 0 10px 15px;
  border-left: dotted 1px #8a0000;
}

.article p {
  margin: 0 0 10px;
}

.article .name {
  font-size: 13px;
  color: #7b3737;
}

.author i {
  font-size: 14px;
}

.author .details {
  padding: 15px 0;
  font-size: 14px;
  line-height: 22px;
}

.author .pdf,
.author .download-article {
  float: left;
}

.noleft {
  width: 100% !important;
  padding-left: 0 !important;
}

.noleft h3 {
  color: #8a0000;
}

.noleft h2 {
  margin: 20px 0 0;
  font-weight: 500;
}

.noleft p {
  margin-top: 20px;
  line-height: 20px;
  font-size: 0.86rem;
}

.noleft h4 {
  margin-top: 20px;
  font-size: 0.86rem;
  text-decoration: underline;
}

.noleft ol {
  margin-top: 5px;
  list-style-type: disc !important;
  font-size: 0.86rem;
}

.noleft ol li {
  padding: 5px 0 5px 25px;
  list-style-position: inside;
}

.gallery {
  height: auto;
  overflow: auto;
  /* min-height: 350px; */
}

.gallery ol {
  list-style: none !important;
  width: 100%;
  height: auto;
  overflow: auto;
}

.gallery li {
  width: 50%;
  height: auto;
  overflow: auto;
  float: left;
  padding: 10px !important;
}

.gallery .gcontainer {
  height: 360px;
  overflow: auto;
  background-color: #fbfbfb;
  border: solid 1px #eee;
  border-radius: 3px;
}

.gallery .gcontainer * {
  font-size: 0.7rem;
  vertical-align: top;
}

.gallery img {
  margin: 15px 0 0 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}

.gallery .gright {
  width: calc(100% - 140px);
  float: left;
  padding: 10px;
}

.gright p {
  margin: 5px 0 0;
}

.gright p a {
  color: #7b3737;
  text-decoration: underline dotted;
}

.gright p:first-child span:last-child {
  font-weight: 600 !important;
  text-decoration: underline;
}

.gright p span:first-child {
  display: inline-block;
  width: 70px;
}

.gright p span:last-child {
  display: inline-block;
  width: calc(100% - 70px);
  font-weight: 500;
}

@media (max-width: 576px) {
  .navbar a,
  .dropbtn,
  .middle .canvas {
    display: none;
  }

  #menu {
    display: block;
  }

  .hairline {
    padding: 0 20px;
  }

  .hairline li {
    padding: 12px 0 12px 15px;
  }

  .hairline li a {
    font-size: 14px;
  }

  header .container {
    padding: 15px 20px;
  }

  .logo span {
    font-size: 17px;
  }

  header ul {
    width: 100%;
    float: none;
    padding: 0 20px;
  }

  .banner {
    padding: 25px 5px 5px;
  }

  .banner .left {
    width: 100%;
  }

  .banner .middle {
    width: 100%;
  }

  .banner .right {
    width: 100%;
  }

  .banner .left,
  .banner .middle,
  .banner .right {
    height: auto;
    overflow: auto;
    padding: 15px;
  }

  .banner .left .ads,
  .rest img {
    width: 130px;
    float: left;
  }

  .banner .tag,
  .rest .tag {
    padding: 0 0 0 35px;
    width: calc(100% - 130px);
    float: left;
  }

  .banner .tag p,
  .rest .tag p {
    margin: 5px 0;
    font-size: 14px;
  }

  .banner .tag p i,
  .rest .tag i {
    margin: 3px 5px 0 0;
    font-size: 14px;
  }

  .banner .tag h3,
  .rest .tag h3 {
    margin: 5px 0;
    font-size: 18px;
  }

  .middle .wrapper,
  .right .wrapper {
    min-height: auto;
  }

  .middle .title {
    margin-top: 0;
  }

  .one {
    padding: 5px;
  }

  .one .wrapper {
    width: 100%;
  }

  .one ul {
    min-height: auto;
  }

  .two {
    padding: 0 20px 25px;
  }

  footer {
    margin: 5px 0 0;
    padding: 25px 20px;
  }

  footer ul {
    width: 100%;
    min-height: auto;
  }

  footer ul:last-of-type {
    margin-top: 25px;
  }

  .social {
    width: 100%;
    min-height: auto;
  }

  .social ol {
    width: auto;
    padding: 50px 0 0;
  }

  .social li {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    float: none;
    display: table-cell;
  }

  .social li a {
    width: 30px;
    height: 30px;
  }

  .signin .card {
    width: 100%;
  }

  .rest .wrapper {
    padding: 0 20px;
  }

  .sitemap {
    padding: 10px 0 10px;
  }

  .sitemap li {
    padding: 0 5px;
  }

  .rest .main {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .rest .left {
    width: 100%;
    min-height: auto;
    padding: 0 0 20px 0;
    border-bottom: dotted 1px #8a0000;
  }

  .rest .content {
    width: 100%;
    padding: 20px 0;
  }

  .rest .right {
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .rest .content h1 {
    font-size: 18px;
    border: none;
    padding-left: 0;
  }

  .posts {
    border: none;
    padding-left: 0;
  }

  .posts li h3 {
    font-size: 16px;
  }

  .author .article {
    min-height: auto;
    padding: 0 0 10px 0;
    border: none;
  }

  .subpaper td {
    width: 100%;
    padding: 5px 0 0 0;
    float: left;
  }

  .subpaper button {
    width: 100%;
  }

  .gallery li {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px 0 !important;
  }

  .gallery .gcontainer {
    height: auto;
    overflow: auto;
    text-align: center;
  }

  .gallery img {
    margin: 15px auto 0 auto;
    width: 75px;
    height: 75px;
    float: none;
  }

  .gallery .gright {
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    padding: 0 0 40px;
  }
}

@media (min-device-width: 577px) and (max-device-width: 768px) {
  .navbar a,
  .dropbtn,
  .middle .canvas {
    display: none;
  }

  #menu {
    display: block;
  }

  .hairline {
    padding: 0 40px;
  }

  .hairline li {
    padding: 12px 0 12px 15px;
  }

  .hairline li a {
    font-size: 14px;
  }

  header .container {
    padding: 15px 40px;
  }

  .logo span {
    font-size: 17px;
  }

  header ul {
    width: 100%;
    float: none;
    padding: 0 40px;
  }

  .banner {
    padding: 25px 25px 5px;
  }

  .banner .left {
    width: 100%;
  }

  .banner .middle {
    width: 100%;
  }

  .banner .right {
    width: 100%;
  }

  .banner .left,
  .banner .middle,
  .banner .right {
    height: auto;
    overflow: auto;
    padding: 15px;
  }

  .banner .left .ads {
    width: 250px;
    float: left;
  }

  .banner .tag,
  .rest .tag {
    padding: 0 0 0 35px;
    width: calc(100% - 250px);
    float: left;
  }

  .banner .tag p,
  .rest .tag p {
    margin: 5px 0;
    font-size: 14px;
  }

  .banner .tag p i,
  .rest .tag i {
    margin: 3px 5px 0 0;
    font-size: 14px;
  }

  .banner .tag h3 {
    margin: 5px 0;
    font-size: 18px;
  }

  .middle .wrapper,
  .right .wrapper {
    min-height: auto;
  }

  .middle .title {
    margin-top: 0;
  }

  .one {
    padding: 5px 25px;
  }

  .one .wrapper {
    width: 100%;
  }

  .one ul {
    min-height: auto;
  }

  .two {
    padding: 0 40px 25px;
  }

  footer {
    margin: 5px 0 0;
    padding: 25px 40px;
  }

  footer ul {
    width: 100%;
    min-height: auto;
  }

  footer ul:last-of-type {
    margin-top: 25px;
  }

  .social {
    width: 100%;
    min-height: auto;
  }

  .social ol {
    width: auto;
    padding: 50px 0 0;
  }

  .social li {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    float: none;
    display: table-cell;
  }

  .social li a {
    width: 30px;
    height: 30px;
  }

  .rest .wrapper {
    padding: 0 20px;
  }

  .sitemap {
    padding: 10px 0 10px;
  }

  .sitemap li {
    padding: 0 5px;
  }

  .rest .main {
    width: 100%;
    padding: 10px 20px;
    border: none;
  }

  .rest .left {
    width: 100%;
    min-height: auto;
    padding: 0 0 20px 0;
    border-bottom: dotted 1px #8a0000;
  }

  .left img {
    width: 200px;
    float: left;
  }

  .rest .content {
    width: 100%;
    padding: 20px 0;
  }

  .rest .right {
    width: 100%;
    padding: 20px;
  }

  .posts {
    border: none;
    padding-left: 0;
  }

  .rest .content h1 {
    font-size: 18px;
    border: none;
    padding-left: 0;
  }

  .posts li h3 {
    font-size: 16px;
  }

  .author .article {
    min-height: auto;
    padding: 0 0 10px 0;
    border: none;
  }

  .subpaper td {
    width: 100%;
    padding: 5px 0 0 0;
    float: left;
  }

  .subpaper button {
    width: 100%;
  }

  .gallery li {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px 0 !important;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    padding: 0 0 40px;
  }
}

@media (min-device-width: 769px) and (max-device-width: 992px) {
  .banner .left {
    width: 230px;
  }

  .banner .middle {
    width: calc(100% - 230px);
  }

  .banner .right {
    width: 100%;
  }

  .banner .left .ads {
    width: 200px;
  }

  .middle .wrapper,
  .right .wrapper {
    width: 100%;
    min-height: auto;
  }

  .middle .title {
    margin-top: 0;
  }

  footer a,
  footer p {
    font-size: 15px;
  }

  .social li {
    width: 40px;
    height: 40px;
  }

  .social li a {
    width: 30px;
    height: 30px;
  }

  .rest .main {
    width: 100%;
    padding: 10px 20px;
    border: none;
  }

  .rest .left {
    width: 100%;
    min-height: auto;
    padding: 0 0 20px 0;
    border-bottom: dotted 1px #8a0000;
  }

  .rest .tag {
    padding: 0 0 0 35px;
    width: calc(100% - 250px);
    float: left;
  }

  .rest .tag p {
    margin: 5px 0;
    font-size: 14px;
  }

  .rest .tag i {
    margin: 3px 5px 0 0;
    font-size: 14px;
  }

  .rest .tag h3 {
    margin: 5px 0;
    font-size: 18px;
  }

  .left img {
    width: 200px;
    float: left;
  }

  .rest .content {
    width: 100%;
    padding: 20px 0;
  }

  .rest .right {
    width: 100%;
    padding: 20px;
  }

  .posts {
    border: none;
    padding-left: 0;
  }

  .rest .content h1 {
    font-size: 18px;
    border: none;
    padding-left: 0;
  }

  .posts li h3 {
    font-size: 16px;
  }

  .author .article {
    min-height: auto;
    padding: 0 0 10px 0;
    border: none;
  }

  .gallery li {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px 0 !important;
  }

  .contact-left {
    width: 35%;
    padding-left: 0;
  }

  .contact-right {
    width: 65%;
  }
}

@media (min-device-width: 993px) and (max-device-width: 1200px) {
  .banner .left {
    width: 170px;
  }

  .banner .middle {
    width: calc(100% - 400px);
  }

  .banner .right {
    width: 230px;
  }

  .banner .left .ads {
    width: 140px;
  }

  .middle .wrapper,
  .right .wrapper {
    width: 100%;
    min-height: auto;
  }

  .middle .title {
    margin-top: 0;
  }

  .abs-right {
    padding: 15px;
  }

  .abs-right li h3 {
    font-size: 17px;
  }

  .abs-right li span {
    font-size: 14px;
  }

  footer a,
  footer p {
    font-size: 15px;
  }

  .social li {
    width: 40px;
    height: 40px;
  }

  .social li a {
    width: 30px;
    height: 30px;
  }

  .rest .main {
    width: calc(100% - 250px);
  }

  .rest .right {
    width: 250px;
  }

  .rest .left {
    width: 200px;
  }

  .rest .content {
    width: calc(100% - 200px);
  }
}

.container {
  width: 100%;
  height: 270px;
  margin: 1em auto;
  overflow: hidden;
  position: relative;
}

.marquee {
  top: 6em;
  position: relative;
  box-sizing: border-box;
  animation: marquee 10s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
  0% {
    top: 0;
  }

  100% {
    top: -11em;
  }
}
