* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #f6971a;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #f6971a;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  height: 35px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4c2c22;
  color: #f6971a;
  font-weight: 500;
  padding: 0 32px 0 10px;
  border-radius: 0;
  border: none;
  line-height: 35px;
}
.selbel_w select + span:after {
  content: '\f107';
  font-size: 14px;
  font-family: FontAwesome;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: auto;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
  color: #000;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .ajax-loader {
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url('../img/spinner.gif');
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.9285714286rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5.7142857143rem;
  line-height: 1.2;
  color: #f6971a;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.2857142857rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 14px/1.5714 'Montserrat', sans-serif, sans-serif;
}
body {
  color: #c0c0c0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1220px;
  max-width: 94%;
  position: relative;
}
p.jEmpty {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px !important;
  width: 100%;
  border: 1px solid #4c2c22 !important;
  background: #3f2821 !important;
  padding: 0 1.4285714286rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  color: #f6971a !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #f6971a !important;
}
textarea {
  resize: none;
  height: 190px !important;
  padding: 15px 1.4285714286rem !important;
}
.button, .submit {
  display: inline-block;
  line-height: 34px;
  padding: 0 25px;
  font-size: 10px;
  background-image: url("../img/btn-bg.jpg");
  background-repeat: repeat;
  border: 2px solid #4c2c22;
  color: #4c2c22;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.button:hover, .submit:hover {
  opacity: 0.7;
  text-decoration: none;
}
.button:before, .submit:before {
  content: '';
  background-color: transparent;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border: 2px solid #fa9b1e;
}
.last_no_spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-size: 24px;
  font-weight: 700;
  color: #f6971a;
  padding-bottom: 10px;
  border-bottom: 2px solid #4c2c22;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
h2.yellowTitle {
  font-size: 24px;
  font-weight: 700;
  color: #f6971a;
  padding-bottom: 10px;
  border-bottom: 2px solid #4c2c22;
  margin-bottom: 30px;
}
h3 {
  font-size: 20px;
}
p {
  font-family: "Open Sans";
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #f6971a;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
  background-color: rgba(41, 26, 19, 0.8);
  border-top: 2px solid rgba(76, 44, 34, 0.8);
  border-bottom: 2px solid rgba(76, 44, 34, 0.8);
  margin-top: 60px;
  padding: 8px 0;
}
header .button {
  line-height: 50px;
  font-size: 18px;
  text-transform: initial;
  min-width: 230px;
  margin-bottom: 10px;
}
header #logo {
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .tac {
  color: #f6971a;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 7px 25px;
  }
  #mainMenu > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    display: block;
  }
  #mainMenu > ul > li:after {
    content: '';
    background-color: #814e0b;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    color: #fff;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(239, 239, 239, 0.8);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #f6971a;
    font-size: 0.9285714286rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #f6971a;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
  .main_menu {
    margin-left: 450px;
  }
}
.content {
  margin: 60px auto 85px;
  border: 2px solid #4c2c22;
  background-image: url("../img/bg_content.jpg");
  background-repeat: repeat;
  padding: 15px 20px 60px;
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 30px auto 45px;
  }
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #f6971a;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1.0714285714rem;
  left: 0;
}
.content article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content aside {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  margin-left: 20px;
}
.content aside h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f6971a;
  padding-bottom: 10px;
  border-bottom: 2px solid #4c2c22;
  margin-bottom: 15px;
}
body {
  background-image: url('../img/body_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1e120f;
}
footer {
  background-image: url("../img/bg_footer.jpg");
  background-repeat: repeat;
}
footer .f-menu {
  position: relative;
  background-color: #291a13;
  border-top: 2px solid #4c2c22;
  padding: 8px 0;
}
footer .f-menu .button {
  line-height: 50px;
  font-size: 18px;
  text-transform: initial;
  min-width: 230px;
}
footer .f-menu .m_menu {
  margin-left: 450px;
}
@media screen and (max-width: 1024px) {
  footer .f-menu .m_menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .f-menu .m_menu {
    display: none;
  }
}
footer .f-menu .m_menu > ul {
  font-size: 0;
}
footer .f-menu .m_menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 7px 25px;
}
footer .f-menu .m_menu > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
footer .f-menu .m_menu > ul > li:after {
  content: '';
  background-color: #814e0b;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
}
footer .f-menu .m_menu > ul > li:hover > a, footer .f-menu .m_menu > ul > li.current-menu-item > a {
  text-decoration: none;
  color: #fff;
}
footer .f-center {
  border: 2px solid #4c2c22;
  padding: 10px 0;
}
footer .f-center .alc {
  padding: 0 60px 0 20px;
}
.copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f6971a;
  background-color: #251913;
  border-bottom: 2px solid #4c2c22;
  padding: 13px 0;
}
@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 14px;
    font-weight: 500;
  }
}
.soc_media a {
  margin: 0 7px;
  border-radius: 50%;
}
.soc_media a:hover {
  background: #fff;
}
.wrap_img img {
  margin: 0 auto;
}
article form {
  margin-top: 40px;
}
article form .flex > div:nth-child(1) {
  -webkit-flex-basis: 290px;
  -moz-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article form .flex > div:nth-child(1) {
    margin-right: 0;
  }
}
article form .flex > div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
article form .button {
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  min-width: 200px;
}
.slider_sidebar {
  border: 1px solid #4c2c22;
  margin-bottom: 25px !important;
}
.slider_sidebar .swiper-slide {
  height: 400px;
}
.arrow-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #000;
  height: 70px;
  width: 35px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.arrow-nav:hover {
  background-color: #f6971a;
}
.arrow-nav:hover i {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .arrow-nav {
    width: 20px;
    height: 40px;
  }
}
.arrow-nav i {
  color: #f6971a;
  font-size: 24px;
  line-height: 70px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .arrow-nav i {
    line-height: 40px;
  }
}
.arrow-nav.custom_prev {
  left: 0;
}
.arrow-nav.custom_next {
  right: 0;
}
.postInfo {
  font-size: 12px;
  font-weight: 700;
  color: #6d6d78;
  text-transform: uppercase;
}
.post_cat_list {
  margin: 0 !important;
}
.post_cat_list li {
  display: inline-block;
  padding: 0;
}
.post_cat_list li:before {
  display: none;
}
.post_cat_list li a {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  min-width: 75px;
  background-color: #4c2c22;
}
.post_cat_list li a:hover {
  text-decoration: none;
  background-color: #f6971a;
}
.social_media_sidebar {
  margin-bottom: 45px;
}
.social_media_sidebar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #4c2c22;
  padding: 5px 0;
  margin-bottom: 10px;
  min-height: 70px;
}
.social_media_sidebar a img {
  margin: auto;
}
.social_media_sidebar a:hover {
  background-color: #f6971a;
}
.searchform {
  position: relative;
  margin-bottom: 10px;
}
.searchform input[type='text'] {
  padding: 0 60px 0 20px;
}
.searchform .icon-search {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 46px;
  width: 46px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("../img/btn-bg.jpg");
  background-repeat: repeat;
  border: 2px solid #4c2c22;
}
.searchform .icon-search:after {
  content: '';
  background-color: transparent;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border: 2px solid #fa9b1e;
}
.searchform .icon-search:hover {
  opacity: 0.7;
  text-decoration: none;
}
.rec_posts {
  margin-bottom: 40px;
}
.rec_posts .rec_post {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 30px;
  background-color: #4c2c22;
  border: 1px solid transparent;
}
.rec_posts .rec_post:hover {
  text-decoration: none;
  border-color: #f6971a;
}
.subscribe {
  margin-bottom: 50px;
}
.subscribe form {
  position: relative;
}
.subscribe form button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
}
.subscribe form input[type="email"] {
  padding: 0 120px 0 20px;
}
.subscribe form input.button {
  width: 100px;
  line-height: 50px;
}
.subscribe div.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  .subscribe .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .subscribe div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 20px !important;
  }
}
#comments {
  margin-top: 30px;
}
#comments h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #3f2821;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#comments h3 span {
  display: inline-block;
  background-color: #3f2821;
  padding: 15px 25px;
}
#comments .commentlist {
  list-style: none;
  margin-bottom: 50px;
}
#comments .commentlist li {
  padding: 0;
}
#comments .commentlist li:before {
  display: none;
}
#comments .commentlist li .all_comment {
  margin-bottom: 20px;
  background-color: #3f2821;
}
#comments .commentlist li .children {
  margin: 20px 0 0 8%;
}
#comments .author_info {
  -webkit-flex-basis: 160px;
  -moz-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  border-right: 1px solid #4c2c22;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  color: #fff;
}
#comments .author_info figure {
  display: inline-block;
  border: 1px solid #484b52;
  margin-bottom: 15px;
}
#comments .author_name {
  font-size: 14px;
  font-weight: 600;
  color: #f6971a;
  margin-bottom: 5px;
}
#comments .comment_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding: 60px 30px 25px;
}
#comments .one-comment-txt {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#comments .comment-reply-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #9797a5;
}
#comments .comment-reply-link:hover {
  color: #f6971a;
  text-decoration: none;
}
.comment-form {
  margin-top: 0;
}
.comment-form .comment-notes {
  display: none;
}
.comment-form input[type="text"], .comment-form textarea {
  margin-bottom: 20px;
  display: block;
}
.comment-form .form-submit {
  text-align: right;
}
.comment-form .submit {
  font-size: 14px;
  line-height: 46px;
}
.post {
  padding: 20px 0;
  border-bottom: 2px solid #4c2c22;
}
.post:first-of-type {
  display: block;
  padding-top: 0;
}
.post:first-of-type .thumb {
  display: block;
  margin: 0 0 25px 0;
  background: none;
}
.post:first-of-type .thumb img {
  display: block;
}
.post .thumb {
  -webkit-flex-basis: 280px;
  -moz-flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  margin-right: 20px;
}
.post .thumb img {
  display: none;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post h3 {
  padding-bottom: 10px;
}
.post h3 a {
  color: #fff;
}
.post h3 a:hover {
  text-decoration: none;
  color: #f6971a;
}
.post .postInfo {
  padding-bottom: 10px;
}
.post .more {
  line-height: 30px;
}
.post .post_cat_list li {
  padding: 5px 15px 5px 0 !important;
}
.bottom_navigation {
  margin-top: 20px;
}
.bottom_navigation .widget {
  min-width: 280px;
}
.bottom_navigation .widget .widgetTitle {
  display: none;
}
.bottom_navigation .widget .screen-reader-text {
  display: none;
}
.wp-pagenavi > * {
  border: none !important;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
  min-width: 24px;
  color: #c2c2c2;
}
.wp-pagenavi span.current {
  background-color: #e03702;
  display: inline-block;
}
.wp-pagenavi a:hover {
  color: #f6971a;
  text-decoration: none;
}
.home_video {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #4c2c22;
  position: relative;
}
.home_video:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.home_video .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 75px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .home_video .fa-play-circle {
    font-size: 40px;
  }
}
.home_video:hover .fa-play-circle {
  color: #f6971a;
}
.screenshots {
  margin-top: 45px;
}
.screenshots .grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.screenshots .grid > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
@media screen and (max-width: 768px) {
  .screenshots .grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .screenshots .grid > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media screen and (max-width: 480px) {
  .screenshots .grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .screenshots .grid > * {
    width: 98.5%;
    margin: 0 0.75% 1.5em;
  }
}
.screenshots a {
  height: 160px;
}
.home_top {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  min-height: 400px;
  padding: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .home_top {
    min-height: 250px;
  }
}
.home_top p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
}
body.bbpress .content {
  color: #fff;
}
body.bbpress .content .flex {
  display: block;
}
#bbpress-forums li {
  padding: 0;
}
#bbpress-forums li:before {
  display: none;
}
#bbpress-forums li a {
  font-weight: 500;
}
#bbpress-forums li.bbp-body ul {
  padding: 10px;
  background-color: rgba(41, 26, 19, 0.8);
  border-color: rgba(246, 151, 26, 0.8) !important;
}
#bbpress-forums li.bbp-footer {
  background-color: #4c2c22;
  border-color: rgba(246, 151, 26, 0.8) !important;
}
#bbpress-forums .forum-titles li {
  padding: 10px;
}
#bbpress-forums #bbp-your-profile fieldset.submit {
  padding: 0;
}
#bbpress-forums #bbp-your-profile fieldset.submit div {
  margin-bottom: 0;
}
#bbpress-forums span.description {
  color: #4c2c22;
}
#bbpress-forums #bbp-user-navigation li.current a {
  background: #f6971a !important;
  color: #4c2c22;
  font-weight: 700;
  opacity: 1 !important;
}
#bbpress-forums img.avatar {
  margin-bottom: 0 !important;
}
#bbpress-forums select#display_name {
  position: absolute;
}
#bbpress-forums #bbp-your-profile .selbel_w {
  margin: 0 auto;
  width: 60%;
}
#bbpress-forums .bbp-author-avatar {
  display: inline-block;
  vertical-align: middle;
}
#bbpress-forums .bbp-author-avatar img {
  border: none !important;
}
#bbpress-forums ul.bbp-forums {
  border-color: #f6971a;
}
#bbpress-forums li.bbp-header {
  background: #4c2c22;
  color: #f6971a;
  border-top: none;
}
#bbpress-forums div.bbp-search-form {
  margin-bottom: 15px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums fieldset.bbp-form {
  border-color: #f6971a !important;
}
#bbpress-forums div.bbp-reply-header {
  background-color: #1e120f;
  border-color: rgba(246, 151, 26, 0.8) !important;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links a {
  color: #fff;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links a:hover {
  color: #f6971a;
}
#bbpress-forums div.odd, #bbpress-forums div.even {
  background-color: #381c1c;
}
div.bbp-template-notice.info {
  background-color: #291a13;
  color: #fff;
}
div.bbp-template-notice.info a {
  color: #f6971a;
}
#adminbar-search {
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
}
#kbe_content h2, #kbe_content h1 {
  color: #fff !important;
}
#kbe_content h2 a, #kbe_content h1 a {
  color: #fff !important;
}
#kbe_content ul li {
  background: none !important;
  padding: 0 0 0 20px !important;
}
#kbe_content ul li:before {
  content: '\f0f6';
  font-family: FontAwesome;
  color: #fff;
  background: none;
  height: auto;
  width: auto;
  top: 0;
}
#kbe_content ul li a {
  color: #f6971a !important;
}
#kbe_content ul li a:hover {
  text-decoration: underline !important;
}
#kbe_content p {
  color: #c0c0c0 !important;
}
#kbe_content .kbe_read_more {
  float: none !important;
  margin-top: 0 !important;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li span.post-meta {
  font-size: 12px;
  font-weight: 700;
  color: #6d6d78;
}
.kbe_search_field input[type=text] {
  color: #f6971a;
  width: 100%;
}
.kbe_search_field input[type=text]:focus {
  border-color: #f6971a !important;
}
.kbe_no_result {
  background-color: #4c2c22;
  background-image: none;
  padding-left: 20px;
}
#search-result li {
  background-image: none;
  background-color: #4c2c22;
}
#search-result li a {
  color: #f6971a;
  padding-left: 10px;
}
.wppb-user-forms ul {
  margin: 0 !important;
}
.wppb-user-forms ul li {
  padding: 0 0 15px 0 !important;
}
.wppb-user-forms ul li:before {
  display: none;
}
.wppb-user-forms .selbel_w {
  width: 69.9%;
}
.wppb-user-forms .selbel_w select {
  width: 100%;
}
#wppb_register_pre_form_message img {
  display: inline-block;
  vertical-align: middle;
}
.grecaptcha-badge {
  display: none;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  #menuOpen {
    text-align: left;
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    text-align: left;
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 9999;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #f6971a;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #f6971a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #f6971a;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  header {
    margin-top: 100px;
  }
  header .alc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .post {
    display: block;
  }
  .post .thumb {
    background-image: none;
  }
  .post .thumb img {
    display: block;
  }
  .content aside {
    -webkit-flex-basis: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .slider_sidebar .swiper-slide {
    height: 315px;
  }
  .rec_posts .rec_post {
    font-size: 14px;
    padding: 15px;
  }
  .home_top {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .home_top {
    min-height: 1px;
  }
  .content > .flex {
    display: block;
  }
  header {
    text-align: center;
    margin-top: 50px;
  }
  header .alc {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header #logo {
    position: relative;
    display: inline-block;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .content article {
    margin-bottom: 20px;
  }
  .content aside {
    margin-left: 0;
  }
  footer .f-menu .alc {
    display: block;
    text-align: center;
  }
  footer .f-center .container {
    display: block;
    text-align: center;
  }
  footer .f-center .alc {
    padding: 0;
  }
  footer .f-center img {
    display: inline-block;
  }
  footer .f-center .soc_media {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: 15px 0;
  }
  .bottom_navigation {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bottom_navigation .wp-pagenavi {
    margin-bottom: 10px;
  }
  .post_m_info {
    display: block;
  }
  .post_m_info .post_cat_list li {
    padding: 5px 15px 5px 0 !important;
  }
}
@media screen and (max-width: 479px) {
  .post .alc {
    display: block;
  }
  .post .post_cat_list {
    margin-bottom: 15px !important;
  }
  .slider_sidebar .swiper-slide {
    height: 230px;
  }
  #comments .commentlist li .all_comment {
    display: block;
  }
  #comments .comment_info {
    padding: 15px;
  }
  .wppb-form-field input, .wppb-form-field span {
    width: 100% !important;
  }
  .wppb-form-field #send_credentials_via_email {
    width: auto !important;
  }
}
