@font-face {
  font-family: cambria;
  src: url(../fonts/cambria.ttc);
}
body {
  width: 100%;
  background: url(../images/body-bg-top.jpg) center top no-repeat, url(../images/body-bg-bottom.jpg) center bottom no-repeat;
  font-family: 'Open Sans', sans-serif;
  background-color: #1d1c1c;
  font-size: 13px;
  color: #61564f;
}
a {
  transition: all 0.3s ease;
  color: #3f3127;
  text-decoration: none;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  color: #3f3127;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 30px;
  font-weight: normal;
  font-family: cambria;
}
input,
textarea {
  background: rgba(127, 93, 74, 0.4);
  border: 1px solid #83604e;
  color: #503c31;
  padding: 8px 10px;
}
button,
.button-a {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.png) repeat-x;
  height: 39px;
  padding-top: 3px;
  font-family: cambria;
  font-size: 14px;
  border: none;
  color: #ecdfcc;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 1px #48342c;
  text-transform: uppercase;
  box-shadow: 0px 10px 20px -5px rgba(56, 37, 34, 0.7);
}
button:before,
.button-a:before {
  content: "";
  background: url(../images/button-left-bg.png) no-repeat;
  position: absolute;
  width: 14px;
  height: 39px;
  top: 0;
  left: -12px;
}
button:after,
.button-a:after {
  content: "";
  background: url(../images/button-right-bg.png) no-repeat;
  position: absolute;
  width: 14px;
  height: 39px;
  top: 0;
  right: -12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #836e63;
}
::-moz-placeholder {
  color: #836e63;
}
:-moz-placeholder {
  color: #836e63;
}
:-ms-input-placeholder {
  color: #836e63;
}
.button-a {
  line-height: 39px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
}
.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  background: url(../images/header-bg.jpg) no-repeat;
  height: 620px;
}
.logo {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0;
}
.logo img {
  height: 285px !important;
  width: auto !important;
}
.online-block {
  background: url(../images/online-block-bg.png) no-repeat;
  width: 228px;
  height: 181px;
  padding: 0px 10px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 1px #000;
}
.online-block .server-name {
  font-weight: 700;
  font-size: 20px;
  margin: 47px 0px 8px 0px;
  border-radius: 4px;
  padding: 4px 6px 6px 6px;
  border-top: 1px solid #cfd0e0;
  border-bottom: 1px solid #cfd0e0;
  border-left: 1px solid #cdcedf;
  border-right: 1px solid #cdcedf;
  display: inline-block;
  background: linear-gradient(to right, #3b3c55, #53547e, #3b3c55);
}
.progress-bar {
  height: 15px;
  background: url(../images/progress-bar.jpg) repeat-x;
  margin-bottom: 6px;
}
.online {
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  display: inline-block;
  background: linear-gradient(to right, #2e3937, #3c4c4d, #2e3937);
  border-top: 1px solid #83959b;
  border-bottom: 1px solid #596d74;
  border-left: 1px solid #9ea9b0;
  border-right: 1px solid #9ea9b0;
}
.online span {
  color: #82fff2;
}
.menu {
  text-align: center;
  width: 730px;
  margin-top: 225px;
  position: relative;
  z-index: 2;
}
.menu li {
  display: inline-block;
  padding: 0px 15px;
}
.menu li a {
  font-family: cambria;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 60px;
  line-height: 60px;
}
.menu li a:hover {
  text-decoration: underline;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.content {
  position: relative;
  background: url(../images/content-bg.jpg) 0px 160px repeat-y;
}
.content-b {
  padding: 25px 75px 95px 75px;
  width: 600px;
  line-height: 18px;
  min-height: 1000px;
  background: url(../images/content-top-bg.jpg) top no-repeat, url(../images/content-bottom-bg.jpg) bottom no-repeat;
}
.content-b img {
  max-width: 598px;
  border: 1px solid #d5c6b7;
}
.news-block {
  z-index: 10;
  position: relative;
}
.news-block .last-news-title {
  text-align: center;
  background: url(../images/news-h-title-bg.png) center repeat-x;
  margin-bottom: 50px;
}
.news-block .last-news-title h2 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: cambria;
}
.news-block .last-news-title h2 span {
  background: url(../images/fon-bg.jpg);
  padding: 0px 12px;
}
.news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(../images/news-h-title-bg.png) bottom repeat-x;
}
.news .left-news-block {
  width: 185px;
}
.news .right-news-block {
  width: 395px;
}
.news .news-img {
  position: relative;
}
.news .news-img img {
  width: 181px;
  height: 139px;
}
.news .news-img:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 137px;
  top: 0;
  left: 0;
  box-shadow: inset 0px 0px 42px 0px rgba(0, 0, 0, 0.75);
}
.news .news-img:after {
  content: "";
  background: url(../images/news-img-bg.png) no-repeat;
  position: absolute;
  width: 187px;
  height: 144px;
  top: -4px;
  left: -4px;
  background-color: rgba(39, 36, 31, 0.1);
}
.news .news-read-more {
  text-align: center;
  margin-right: 4px;
  margin-top: 18px;
}
.news .news-title h2 {
  line-height: 20px;
}
.news .news-title a {
  font-family: cambria;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.news .news-title a:hover {
  text-decoration: underline;
}
.news .news-text {
  margin-bottom: 26px;
}
.news .news-info {
  font-size: 14px;
}
.news .news-info span {
  color: #92837a;
  margin-left: 27px;
}
.pagination {
  text-align: center;
  margin-top: -10px;
}
.pagination li {
  display: inline-block;
}
.pagination .active {
  border: 2px solid #896755;
  border-radius: 50%;
  color: #262525;
}
.pagination a {
  font-weight: bold;
  color: #9c9696;
  font-size: 14px;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}
.pagination a:hover {
  border: 2px solid #896755;
  border-radius: 50%;
  color: #262525;
}
.pagination .arrows-left {
  background: url(../images/arrows.png) 5px 50% no-repeat;
  margin-bottom: -16px;
}
.pagination .arrows-left:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
.pagination .arrows-right {
  background: url(../images/arrows.png) -27px 50% no-repeat;
  margin-bottom: -16px;
}
.pagination .arrows-right:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  width: 420px;
  background: url(../images/sidebar-bg.jpg) no-repeat;
  height: 1055px;
}
.download-button {
  padding: 90px 0px 0px 75px;
}
.download-button a {
  background: url(../images/download-button.jpg) no-repeat;
  display: block;
  width: 253px;
  height: 55px;
  color: #2e4150;
  text-shadow: 1px 1px rgba(136, 164, 164, 0.3);
  font-family: cambria;
  padding: 18px 0px 0px 20px;
}
.download-button a span {
  text-transform: uppercase;
  font-size: 20px;
  color: #dadada;
  text-shadow: 1px 3px 10px #000;
  display: block;
  margin-bottom: 3px;
}
.video-block {
  padding: 48px 0px 0px 75px;
  margin-bottom: 88px;
}
.video-block a {
  display: block;
  cursor: pointer;
  background: url(../images/video-bg.png) center no-repeat;
  width: 270px;
  height: 170px;
}
.forum-block {
  padding: 22px 60px 0px 60px;
  margin: 0 auto;
  background: url(../images/forum-bg-top.jpg) center top no-repeat, url(../images/forum-bg-bottom.jpg) center bottom no-repeat;
  min-height: 560px;
}
.forum-block .forum-title {
  text-align: center;
  font-family: cambria;
  font-size: 18px;
  text-transform: uppercase;
  color: #ceb085;
  margin-bottom: 40px;
  padding-right: 5px;
}
.forum {
  border-bottom: 1px solid #282727;
  height: 57px;
  padding-top: 12px;
  font-size: 14px;
  line-height: 24px;
}
.forum .forum-ava {
  background: url(../images/forum-ava-bg.png) no-repeat;
  text-align: center;
  padding-top: 1px;
  float: left;
  width: 45px;
  height: 44px;
  margin-right: 8px;
}
.forum .forum-ava img {
  border-radius: 50%;
  height: 43px;
  width: 43px;
}
.forum .forum-title-s {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum .forum-title-s a {
  color: #d3c6b4;
}
.forum .forum-info {
  font-size: 12px;
  color: #41403f;
}
.forum .forum-info span {
  float: right;
}
.forum-button {
  text-align: center;
  margin-top: 30px;
}
.forum-button a {
  background: url(../images/button-green-bg.png) repeat-x;
  box-shadow: 0px 10px 20px -5px rgba(117, 136, 30, 0.2);
}
.forum-button a:before {
  content: "";
  background: url(../images/button-green-left-bg.png) no-repeat;
}
.forum-button a:after {
  content: "";
  background: url(../images/button-green-right-bg.png) no-repeat;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 190px;
  padding-top: 135px;
  background: url(../images/footer-bg.jpg) no-repeat;
}
.left-footer-block {
  width: 930px;
}
.right-footer-block {
  height: 136px;
  width: 160px;
  float: right;
}
.footer-logo {
  border-bottom: 1px solid #2e2d2d;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-logo img {
  height: 53px !important;
  width: auto !important;
  max-width: 100% !important;
}
.footer-menu {
  float: right;
  margin-top: 30px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 30px;
}
.footer-menu li a {
  font-size: 14px;
  font-weight: bold;
  font-family: cambria;
  text-transform: uppercase;
  color: #a4a099;
}
.footer-banner {
  float: right;
}
.footer-banner a {
  margin-left: 14px;
}
.copyright {
  font-size: 12px;
  color: #a4a099;
  line-height: 18px;
}
.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
#video_modal {
  width: 1000px;
  height: 540px;
  background: url(../images/popup_bg.jpg) no-repeat;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -21px;
  width: 70px;
  height: 70px;
  background: url(../images/close_popup.png) no-repeat;
}
#video_modal .close-r {
  margin-left: 965px;
}
.modal_window iframe {
  border: 0px;
}
/* Registration Form Styles */
.registration-form {
  margin-top: 20px;
}
.registration-form .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.registration-form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #3f3127;
  font-weight: 600;
  width: 100%;
}
.registration-form .form-group input[type="text"],
.registration-form .form-group input[type="password"],
.registration-form .form-group input[type="email"] {
  width: 100%;
  max-width: 450px;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 13px;
}
.registration-form .form-group.checkbox-group {
  flex-direction: row;
  align-items: center;
}
.registration-form .form-group.checkbox-group label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.registration-form .form-group.checkbox-group input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
  cursor: pointer;
}
.registration-form .form-group .recaptcha {
  margin-top: 8px;
}
.registration-form .form-group .g-recaptcha {
  display: inline-block;
}
.registration-form .form-group button {
  width: auto;
  max-width: none;
}

/* Mensagens de resposta do formulário */
#resposta {
  margin-bottom: 20px;
  padding: 10px;
}

.warn_form {
  color: #d61e17;
  background-color: rgba(214, 30, 23, 0.1);
  border: 1px solid #d61e17;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.succ_form {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}