@import multiple "mixin.less";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600,600italic,700,700italic,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,400italic,600,700italic,700,600italic);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Lato');
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif !important;
}
.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.clear {
  clear: both;
}
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .group,
*:first-child+html .group {
  zoom: 1;
}
.alltrans {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.alltrans_long {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.fixed {
  position: fixed;
}
.right {
  float: right;
}
.right .logo_top {
  float: right;
}
.left {
  float: left;
}
.left .logo_top {
  float: left;
}
.logo_top img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.logo_top.logo_top_small img {
  max-width: 7em !important;
}
.back_alpha {
  background-color: rgba(255,255,255,0.9) !important;
}
.row {
  max-width: 1360px;
}
.default {
  font-family: 'Source Sans Pro', sans-serif !important;
}
.play {
  font-family: 'Playfair Display', serif;
}
.zeropadding {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1024px) {
  #page_wrap {
    padding-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  #page_wrap {
    padding-top: 8em;
  }
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-family: 'Source Sans Pro', sans-serif !important;
}
p {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.page-template-default p {
  font-size: .95rem;
  color: #333;
}
li {
  font-size: .8rem;
}
a {
  opacity: 1;
  font-family: 'Source Sans Pro', sans-serif !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  opacity: .7;
}
blockquote {
  border-left: 0px solid #cacaca;
}
blockquote,
blockquote p {
  font-family: 'Source Sans Pro', sans-serif !important;
}
ul,
ol {
  margin: 0 0 10px 0;
}
*:focus {
  outline: none;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}
header.main_header {
  background-color: #bcbdc0;
  margin-bottom: 0em;
}
header.main_header .top-bar {
  background-color: #bcbdc0;
}
header.main_header .top-bar ul {
  background-color: #bcbdc0;
}
header.main_header .top-bar a {
  color: #fff;
  font-size: 1.4em;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border-color: #fff transparent transparent;
}
.top-bar-title {
  margin-right: 0;
}
.menu-btn {
  position: absolute;
  display: block;
  float: left;
  left: 3em;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    float: none;
    left: 50%;
    top: 2em;
    margin-left: -3em;
  }
}
.menu-btn div {
  font-size: 2em;
  margin-right: 4px;
  float: left;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.pushy {
  padding-top: 7em;
}
.pushy a {
  font-size: 2em;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif !important;
}
.pushy-open-left .menu-btn div {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: brown;
}
.pushy-submenu ul {
  padding-left: 5em !important;
}
.pushy-submenu ul a {
  color: #fff !important;
}
.pushy-submenu li {
  font-size: .8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pushy-submenu > a {
  padding-bottom: 0px;
}
.men-title {
  padding-top: .50em;
  display: block;
  position: relative;
  float: left;
  padding-left: .4em;
}
@media screen and (max-width: 767px) {
  .pushy-content {
    padding-top: 2em;
  }
}
#searchsubmit {
  margin: 0;
  padding: 0;
}
#searchsubmit:before {
  font-family: FontAwesome;
  content: "\f002";
  display: block;
}
#s {
  padding-left: 1em;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.breadcrumbs> *:before {
  color: transparent;
  margin: 0;
}
.breadcrumbs li {
  font-family: 'Source Sans Pro', sans-serif !important;
}
#sidebar {
  display: block;
  overflow: hidden;
}
#sidebar li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  font-size: .8em;
  font-weight: 100;
}
li.widget {
  padding: 1em;
  margin-bottom: 2em !important;
}
li.widget span {
  background: rgba(255,255,255,0.5);
  display: block;
  height: 100%;
  width: 100%;
  padding: 1em;
}
#breadcrumbs a {
  color: #333;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #666;
  text-decoration: none;
}
#breadcrumbs .item-current strong {
  color: #666;
}
.gallery {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
}
@media screen and (max-width: 690px) {
  .gallery {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.gallery a {
  display: block;
}
.gallery a:hover {
  opacity: 1;
}
.gallery .gallery-icon {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-icon .gl_hover {
  position: absolute;
  display: block;
  background-color: #000000;
  height: 50%;
  width: 100%;
  top: 0px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery .gallery-icon .gl_hover:before {
  display: block;
  background-color: rgba(255,255,255,0.3);
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  font-size: 1em;
  color: #f3f3f3;
  right: 1em;
  bottom: 1em;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.7);
  padding: .6em 1em;
  opacity: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery .gallery-icon .gl_hover:after {
  display: block;
  height: .1em;
  width: 5em;
  content: "";
  background-color: #ccc;
  opacity: 1;
  position: absolute;
  top: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery .gallery-icon .gl_hover .caption {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 20%;
  color: #fff;
  font-style: italic;
  position: relative;
  width: auto;
  margin-left: auto;
  display: block;
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.gallery .gallery-icon .gl_hover .caption:after {
  display: block;
  height: .1em;
  width: 1em;
  content: "";
  background-color: #ccc;
  opacity: 0;
  margin-left: 38%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery .gallery-icon:hover .gl_hover {
  height: 100%;
  opacity: 1;
  background-color: rgba(0,0,0,0.7);
}
.gallery .gallery-icon:hover .gl_hover:before {
  opacity: 1;
}
.gallery .gallery-icon:hover .gl_hover:after {
  width: 100%;
}
.gallery .gallery-icon:hover .gl_hover .caption {
  opacity: 1;
}
.gallery .gallery-icon:hover .gl_hover .caption:after {
  width: 5em;
  opacity: 1;
}
.gallery .gallery-item {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #efefef;
  margin-bottom: 1em;
}
.tos-close {
  height: 40px;
  top: 5em;
  z-index: 9999999999999999999;
}
@media screen and (max-width: 767px) {
  .tos-close {
    top: 50%;
  }
}
.post {
  padding: 1em;
  background: rgba(255,255,255,0.9);
  margin-bottom: 2em;
}
.post .meta {
  border-width: 0px;
  padding: .5em;
}
.post .meta h6 {
  line-height: 1;
  font-size: .9em;
  color: #333;
  padding-bottom: 0px;
  margin-bottom: 2px;
}
.post .meta h6 em {
  color: rgba(51,51,51,0.5);
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: .4em;
}
.post .meta .comments_btn {
  color: rgba(51,51,51,0.5);
  font-size: 1.5em;
  padding: 0px;
  background-color: transparent;
  border: 0px;
  margin-right: .5em;
  margin-bottom: 0px;
}
.post .meta .comments_btn span:after {
  border: 0px;
  width: 1.2em !important;
}
.post .meta .split.button.tiny span {
  width: 1.2em;
  border-left: 0px;
}
.post .meta .f-open-dropdown {
  position: absolute;
  left: 53.4219px;
  top: 24px;
  padding: .5em;
  font-style: italic;
  font-size: .7em;
}
.post .meta .f-open-dropdown p {
  padding-bottom: 0px;
  color: #666;
  margin-bottom: 0px;
}
.post header h2 {
  font-size: 1.5em;
  padding-left: .4em;
  padding-right: .4em;
}
.post header h1 {
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 1.7em;
  color: #333;
}
.post .entry {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  overflow: hidden;
}
.post footer {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding-top: .4em;
  font-size: .9em;
  color: #333;
  margin-top: 1em;
}
.post footer .fa {
  color: rgba(51,51,51,0.5);
  font-size: 1.2em;
  margin-left: 0em;
  margin-right: .4em;
}
.post footer a {
  color: #333;
}
.post footer p {
  color: #ccc;
}
.post_wrp {
  background-color: #d6d7d9;
  display: block;
  overflow: hidden;
}
.share_nav {
  margin-top: 4em;
  border-top: 1px solid #ccc;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.share_nav i {
  font-size: 1.3em;
  color: rgba(51,51,51,0.5);
}
.share_nav label {
  font-size: .7em !important;
  font-weight: 100;
}
.share_nav .icon-bar {
  background-color: #f2f2f2;
}
.single .post header {
  margin-bottom: 4em;
}
.single .post footer {
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  border-top: 0px;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 6em;
  margin-bottom: 7em;
}
.categories_nav {
  margin-top: 1em;
  margin-bottom: 1em;
}
.categories_nav a {
  background: rgba(255,255,255,0.9);
  padding: .5em;
  margin: .4em;
  text-transform: lowercase;
  color: rgba(51,51,51,0.5);
}
.comment {
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 1em;
  padding: .5em;
}
.comment .comment-author {
  position: absolute;
}
.comment .comment-meta {
  border: 0px;
  padding: .7em;
  text-align: right;
  color: #ccc;
}
.comment .comment-meta a {
  color: rgba(51,51,51,0.5);
}
.comment .comment-meta .fn {
  float: left;
  padding-left: 4em;
}
.comment .vcard {
  border: 4px solid rgba(255,255,255,0.9);
  border-radius: 33px;
  max-width: 5em;
  height: 5em;
  display: block;
  overflow: hidden;
  margin-left: -1.2em;
  margin-top: -1.1em;
  background-color: #ccc;
}
.comment .comment_contents {
  padding-left: 4.5em;
}
#respond {
  padding-top: 2em;
}
.comment_wrp {
  padding-top: 6em;
}
.categories_nav {
  margin-top: 5em;
  margin-bottom: 10em;
}
html,
body {
  height: 100%;
  margin: 0;
}
.off-canvas-wrap {
  padding: 0px;
  min-height: 100%;
  margin: 0 auto -50px;
  position: relative;
}
#footer,
.push_footer {
  height: 50px;
}
#footer {
  background-color: #a00d1c;
  color: #fff;
}
#footer .footer_main {
  background-color: #a00d1c;
  display: block;
  overflow: hidden;
  position: relative;
  min-width: 100%;
  min-height: 1em;
}
#footer .copy_right {
  background-color: #a00d1c;
}
#footer p {
  color: #ccc;
}
.logo_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo_center a {
  display: block;
  width: 100%;
}
.logo_center a img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 16em;
}
@media screen and (max-width: 767px) {
  .logo_center a img {
    max-width: 100%;
    padding-top: 3.5em;
  }
}
.nav_center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.preheader {
  display: block;
  width: 100%;
  min-height: 1.5em;
  background-color: #b60526;
  position: relative;
  z-index: 9999;
}
.preheader .top_cont_link {
  color: #fff;
  margin-left: 1em;
  margin-right: 1em;
  font-size: .9em;
  margin-bottom: .2em;
  line-height: 1.8em;
}
.preheader .top_social_link {
  float: right;
  color: #fff;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .preheader {
    display: none;
  }
}
header.main_header {
  position: relative;
  z-index: 99999;
}
.slide_wrp {
  top: -10.5em;
  position: relative;
}
.top_inner_banner {
  min-height: 40vh;
  background-size: cover;
  background-position: center;
}
.page-template-default .subheader {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-default #page_wrap {
    padding-top: 1em;
  }
}
.cat_nav_wrp {
  margin-bottom: 10em;
}
.cat_nav_wrp .categories_nav {
  margin-top: 7em;
}
.single .post p {
  font-size: 100%;
  text-align: left;
}
.intro_text {
  margin-top: 4em;
  margin-bottom: 3em;
}
.intro_text h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8em;
}
.intro_text .subheader {
  text-align: center;
  font-size: 82%;
  text-transform: lowercase;
}
#video_top_wrp {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #video_top_wrp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #video_top_wrp #video_top_wrp {
    background: url('../images/cover.jpg') no-repeat;
    background-size: cover;
  }
}
#bgvid {
  min-width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  #bgvid {
    display: none;
  }
}
.img_full_right {
  min-height: 40em;
  background-size: cover;
}
.row_cont {
  padding-top: 1em;
  padding-bottom: 1em;
}
.row_cont .text_left {
  background-color: #fefefe;
  padding-top: 2em;
  min-height: 9em;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .row_cont .text_left {
    margin-top: 2.5em;
  }
}
.row_cont .text_left p {
  font-size: 1em;
  line-height: 1.8em;
  color: #333;
}
.row_cont .conts_right {
  padding-right: 0px;
  padding-left: 0px;
}
.row_cont .single_related {
  display: block;
  height: 34em;
}
.row_cont .single_related h3 {
  position: absolute;
}
.row_cont .inner_single_rlt {
  min-height: 30em;
  display: block;
  background-size: cover;
}
.row_cont .single_related:first-child {
  padding-left: 0px;
}
.row_cont .single_related:last-child {
  padding-right: 0px;
}
.row_cont .text_left {
  padding-top: 0px;
}
.row_cont .text_left .text_wrp_title {
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: -0.4em;
  margin-bottom: .3em;
}
.row_cont .text_left .text_wrp {
  color: #333;
  font-size: 83%;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
}
.first_row_home {
  padding-top: 2em;
  padding-bottom: 2em;
}
.first_row_home .img_full_right {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.home .intro_text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.second_row_home {
  max-height: 32em;
  overflow: hidden;
  margin-bottom: 14em;
  margin-top: 10em;
}
@media screen and (max-width: 1024px) {
  .second_row_home {
    max-height: 84em;
  }
}
.second_row_home .img_full_right {
  padding-left: 0px;
  padding-right: 0px;
}
.inner_column_txt {
  padding-left: 2em;
}
.inner_column_txt .text_wrp_title {
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: -0.4em;
  margin-bottom: .3em;
}
.readmore_left {
  color: #ccc;
}
.readmore_left:before {
  display: block;
  height: .05em;
  width: 2em;
  content: "";
  background-color: #ccc;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.readmore_left:after {
  display: block;
  height: .1em;
  width: 5em;
  content: "";
  background-color: #ccc;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.readmore_left:hover {
  color: #333;
}
.readmore_left:hover:before {
  width: 5em;
}
.readmore_left:hover:after {
  width: 2em;
}
.store_galleries {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.store_galleries li {
  list-style: none;
  width: 33%;
}
.store_galleries li img {
  width: 100%;
  border: 6px solid #ccc;
}
.press_image {
  max-height: 25em;
  overflow: hidden;
  background-color: #ccc;
}
.press_image img {
  max-height: 25em;
  width: auto;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #ccc;
}
.inner_single_rlt {
  padding-left: 0px;
  padding-right: 0px;
}
.inner_single_rlt .hover_wrp {
  position: relative;
  opacity: 0;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
  min-height: 30em;
  background-color: rgba(204,204,204,0.9);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .inner_single_rlt .hover_wrp {
    min-height: 50em;
  }
}
@media screen and (max-width: 767px) {
  .inner_single_rlt .hover_wrp {
    min-height: 30em;
  }
}
.inner_single_rlt .hover_wrp p {
  text-align: center;
}
.inner_single_rlt .hover_wrp h3 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 0px;
  height: 5em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.inner_single_rlt .hover_wrp h3:before {
  display: block;
  height: .05em;
  width: 2em;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-color: #fff;
  opacity: 0;
}
.inner_single_rlt .hover_wrp h3:after {
  display: block;
  height: .2em;
  width: 1em;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-color: #fff;
  opacity: 0;
}
.inner_single_rlt .hover_wrp .prev {
  color: #fff;
  font-weight: 600;
}
.inner_single_rlt .hover_wrp .readmore {
  color: #fff;
  border: .2em solid;
  padding: .5em 1em;
  position: absolute;
  bottom: 1em;
  margin-left: -3.3em;
  left: 50%;
}
.inner_single_rlt:hover .hover_wrp {
  opacity: 1;
}
.inner_single_rlt:hover .hover_wrp h3 {
  line-height: 2em;
}
.inner_single_rlt:hover .hover_wrp h3:before {
  opacity: 1;
}
.inner_single_rlt:hover .hover_wrp h3:after {
  opacity: 1;
}
.text_dotted {
  position: relative;
  margin-top: 0em;
  padding-left: 0px;
  float: none;
}
@media screen and (max-width: 767px) {
  .text_dotted {
    margin-top: 2em;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 630px) {
  .text_dotted {
    margin-bottom: 2em;
  }
}
.slick-dots li {
  border: 2px solid #999;
  list-style: none;
  float: left;
  margin-left: .5em;
  margin-right: .5em;
  color: transparent;
  padding: .2em .6em;
  font-size: 50%;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.slick-dots li.slick-active {
  background-color: #ccc;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    padding: 0px;
  }
}
.slick-initialized .slick-slide:nth-child(1) {
  padding-left: 0em;
}
.firstb_row_home {
  background-color: #ccc;
  background-color: rgba(0,0,0,0.1);
  padding-top: 4em;
  padding-bottom: 3em;
}
.text_second_row {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .text_second_row {
    padding-top: 2em;
  }
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
  color: #333 !important;
}
.slick-prev {
  left: -69px !important;
}
@media screen and (max-width: 1340px) {
  .slick-prev {
    left: 0px !important;
    z-index: 9999999;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 27px !important;
  }
}
@media screen and (max-width: 1340px) {
  .slick-next {
    right: 41px !important;
  }
}
.wpcf7-submit {
  width: 50%;
  padding-top: .3em;
  padding-bottom: .3em;
  font-weight: bold;
  color: #333;
  margin-top: 1em;
  float: right;
}
div.wpcf7-validation-errors {
  border: 2px solid rgba(0,0,0,0.3);
  overflow: hidden;
  margin-top: 6em;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  text-align: right;
}
.contact_form_wrp {
  margin-bottom: 4em;
}
@media screen and (max-width: 640px) {
  .contact_form_wrp {
    margin-top: 4em;
  }
}
