html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* mixins.scss */
/* Media Queries */
/*_variables.scss */
/* Body Text Styles */
/*_typography.scss*/
body {
  color: #000 !important;
  font-size: 14px !important;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400 !important;
  line-height: 1.6;
}

strong {
  font-weight: 700;
}

.main-content h1.title, .main-content .field-name-field-display-title .field-item {
  font-size: 25px;
  border-bottom: 1px solid #777;
  margin-bottom: 10px;
}

@font-face {
  font-family: "Mongolian Baiti";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/mong/monbaiti.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/century-gothic/GOTHIC.TTF") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/century-gothic/gothicb.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/segoe/SegoeUI.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/segoe/SegoeUIBold.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/segoe/SegoeUIItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/segoe/SegoeUIBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "PFHandbook";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/pfhandbook/PFHandbookProRegular.woff") format("woff");
}
@font-face {
  font-family: "PFHandbook";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/pfhandbook/PFHandbookProBold.woff") format("woff");
}
@font-face {
  font-family: "PFHandbook";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/pfhandbook/PFHandbookProItalic.woff") format("woff");
}
@font-face {
  font-family: "PFHandbook";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/pfhandbook/PFHandbookProBoldItalic.woff") format("woff");
}
/*_mobileLayout.scss */
@media screen and (max-width: 991px) {
  .single-product-display-panel .panel-col-first {
    width: 100%;
  }
  .single-product-display-panel .panel-col-last {
    width: 100%;
  }
  .mask {
    display: none;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    opacity: 0.85;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    overflow: hidden;
    z-index: 400;
  }
  .fixIt {
    position: fixed !important;
    top: 60px;
  }
}
.group:after, .widget_newsletterwidgetminimal form:after, .search-overlay #search-overlay__results .search-section ul li a:after, .search-overlay #search-overlay__results .search-section ul:after, .node-article .field-name-field-images .field-items:after, .main-producer-post article:after, .main-archive .site-main article.post:after, #content:after, #front_page_widgets .featured_posts_2:after, #front_page_widgets .frontPage-featuredCategories:after, #front_page_widgets .multiProducts:after, .widget.popular-posts .popular-posts__wrapper li:after, .category_posts_widget.style3 .category-posts__wrapper:after, .category_posts_widget.style2 .category-posts__wrapper:after, .category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article-banner:after, .category_posts_widget.style1 .category-posts__wrapper:after, .front-page-header-area:after, .row56:after, .floating-newsletter:after, .floating-newsletter .region .content:after, #mobileHeader .mobileHeader-wrapper:after, #header-middle:after, #header-top .km19_container:after, #header-top body.stuck #header .header-menu__wrapper:after, body.stuck #header #header-top .header-menu__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.watermark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 90%;
  background-image: url(../images/logo-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.1;
}

.edit-link {
  display: none;
}

@media screen and (min-width: 992px) {
  .mask {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mask.showMe {
    opacity: 0.85;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .mask.hideMe {
    opacity: 0;
    display: none;
  }
}

.no-padding {
  padding: 0 !important;
}

::selection {
  background: #adadad;
  color: #000;
}

::-moz-selection {
  background: #adadad;
  color: #000;
}

@media screen and (max-width: 767px) {
  .noScroll {
    overflow: hidden;
  }
}

.myInfo {
  position: fixed;
  top: 100px;
  left: 100px;
  background: #999;
  color: #ffffff;
  z-index: 1000;
  display: none;
}

em {
  font-style: italic;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #636363;
}

.hidden-element {
  display: none;
}

.smallDash, footer.site-footer .align-right h2:after, footer.site-footer .align-right h2:before, footer.site-footer .align-center h2:after, footer.site-footer .align-center h2:before, footer.site-footer .align-left h2:after, footer.site-footer .align-left h2:before, .team-member-single-post .contact_info h2:after, .team-member-single-post .contact_info h2:before, .team-member-single-post h1:after, .team-member-single-post h1:before, .blog-posts--page .blog-posts .post-item .content__wrapper .read-more-btn:before, .blog-posts--page .blog-posts .post-item .content__wrapper .post-date:before, .blog-posts--page .blog-posts--header:after, .blog-posts--page .blog-posts--header:before, h2:after, h2:before, h1:after, h1:before {
  content: "";
  width: 52px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #adadad;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #AE922B;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid black;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
}

#main .custom-btn, #main #blog-items .more-link a, #blog-items .more-link #main a,
#main .my_btn,
#main button,
#main button.alt,
#main input.form-submit,
#main input[type=submit],
.generic-content .custom-btn,
.generic-content #blog-items .more-link a,
#blog-items .more-link .generic-content a,
.generic-content .my_btn,
.generic-content button,
.generic-content button.alt,
.generic-content input.form-submit,
.generic-content input[type=submit],
.km19_container .custom-btn,
.km19_container #blog-items .more-link a,
#blog-items .more-link .km19_container a,
body.stuck #header .header-menu__wrapper .custom-btn,
body.stuck #header .header-menu__wrapper #blog-items .more-link a,
#blog-items .more-link body.stuck #header .header-menu__wrapper a,
.km19_container .my_btn,
body.stuck #header .header-menu__wrapper .my_btn,
.km19_container button,
body.stuck #header .header-menu__wrapper button,
.km19_container button.alt,
.km19_container input.form-submit,
body.stuck #header .header-menu__wrapper input.form-submit,
.km19_container input[type=submit],
body.stuck #header .header-menu__wrapper input[type=submit],
.site-footer .custom-btn,
.site-footer #blog-items .more-link a,
#blog-items .more-link .site-footer a,
.site-footer .my_btn,
.site-footer button,
.site-footer button.alt,
.site-footer input.form-submit,
.site-footer input[type=submit],
.tnp .custom-btn,
.tnp #blog-items .more-link a,
#blog-items .more-link .tnp a,
.tnp .my_btn,
.tnp button,
.tnp button.alt,
.tnp input.form-submit,
.tnp input[type=submit],
.search-overlay .custom-btn,
.search-overlay #blog-items .more-link a,
#blog-items .more-link .search-overlay a,
.search-overlay .my_btn,
.search-overlay button,
.search-overlay button.alt,
.search-overlay input.form-submit,
.search-overlay input[type=submit] {
  cursor: pointer;
  background-color: #AE922B;
  color: #fff;
  border: 0px solid #636363;
  padding: 7px 24px;
  margin-right: 5px;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.1em;
  outline: none;
  -webkit-transition: all 150ms ease-out 30ms;
  -moz-transition: all 150ms ease-out 30ms;
  -o-transition: all 150ms ease-out 30ms;
  transition: all 150ms ease-out 30ms;
}
#main .custom-btn:hover, #main #blog-items .more-link a:hover, #blog-items .more-link #main a:hover,
#main .my_btn:hover,
#main input.form-submit:hover,
#main button.alt:hover,
#main button:hover,
#main input[type=submit]:hover,
.generic-content .custom-btn:hover,
.generic-content #blog-items .more-link a:hover,
#blog-items .more-link .generic-content a:hover,
.generic-content .my_btn:hover,
.generic-content input.form-submit:hover,
.generic-content button.alt:hover,
.generic-content button:hover,
.generic-content input[type=submit]:hover,
.km19_container .custom-btn:hover,
.km19_container #blog-items .more-link a:hover,
#blog-items .more-link .km19_container a:hover,
body.stuck #header .header-menu__wrapper .custom-btn:hover,
body.stuck #header .header-menu__wrapper #blog-items .more-link a:hover,
#blog-items .more-link body.stuck #header .header-menu__wrapper a:hover,
.km19_container .my_btn:hover,
body.stuck #header .header-menu__wrapper .my_btn:hover,
.km19_container input.form-submit:hover,
body.stuck #header .header-menu__wrapper input.form-submit:hover,
.km19_container button.alt:hover,
.km19_container button:hover,
body.stuck #header .header-menu__wrapper button:hover,
.km19_container input[type=submit]:hover,
body.stuck #header .header-menu__wrapper input[type=submit]:hover,
.site-footer .custom-btn:hover,
.site-footer #blog-items .more-link a:hover,
#blog-items .more-link .site-footer a:hover,
.site-footer .my_btn:hover,
.site-footer input.form-submit:hover,
.site-footer button.alt:hover,
.site-footer button:hover,
.site-footer input[type=submit]:hover,
.tnp .custom-btn:hover,
.tnp #blog-items .more-link a:hover,
#blog-items .more-link .tnp a:hover,
.tnp .my_btn:hover,
.tnp input.form-submit:hover,
.tnp button.alt:hover,
.tnp button:hover,
.tnp input[type=submit]:hover,
.search-overlay .custom-btn:hover,
.search-overlay #blog-items .more-link a:hover,
#blog-items .more-link .search-overlay a:hover,
.search-overlay .my_btn:hover,
.search-overlay input.form-submit:hover,
.search-overlay button.alt:hover,
.search-overlay button:hover,
.search-overlay input[type=submit]:hover {
  background: #636363;
  text-decoration: none;
}
#main .secondary-btn,
.generic-content .secondary-btn,
.km19_container .secondary-btn,
body.stuck #header .header-menu__wrapper .secondary-btn,
.site-footer .secondary-btn,
.tnp .secondary-btn,
.search-overlay .secondary-btn {
  cursor: pointer;
  background: #f5f5f5;
  color: #AE922B;
  padding: 6px 50px;
  margin-right: 5px;
  font-size: 1.3em;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 150ms ease-out 30ms;
  -moz-transition: all 150ms ease-out 30ms;
  -o-transition: all 150ms ease-out 30ms;
  transition: all 150ms ease-out 30ms;
}
#main .secondary-btn:hover,
.generic-content .secondary-btn:hover,
.km19_container .secondary-btn:hover,
body.stuck #header .header-menu__wrapper .secondary-btn:hover,
.site-footer .secondary-btn:hover,
.tnp .secondary-btn:hover,
.search-overlay .secondary-btn:hover {
  background: #AE922B;
  color: #f5f5f5;
}

.pager li {
  font-size: 1.3em;
  color: #ccc;
  margin: 0 !important;
}
.pager li a {
  color: #333;
  padding: 5px 14px;
  border: none;
  border-radius: 0;
}
.pager li.pager-first,
.pager li.pager-last,
.pager li.pager-next,
.pager li.pager-previous {
  font-size: 1.25em;
}
.pager li.pager-first,
.pager li.pager-last {
  letter-spacing: -5px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   not supported by any browser */
}

.hidden-element {
  display: none;
}

.hidden-restore {
  display: block;
}

img.lazyloader-icon {
  width: 28px !important;
  height: 28px !important;
}

@media screen and (min-width: 1374px) {
  .container-fluid {
    padding: 0 140px;
  }
}

.km19_container, body.stuck #header .header-menu__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1374px) {
  .km19_container, body.stuck #header .header-menu__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .km19_container, body.stuck #header .header-menu__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .km19_container, body.stuck #header .header-menu__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .km19_container, body.stuck #header .header-menu__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #header.closed {
    left: -300px;
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  #header.opened {
    left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header.opened {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #header.opened {
    width: 100%;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -webkit-box-shadow: 0px, -3px, 10px, 0px, #222;
  -moz-box-shadow: 0px -3px 10px 0px #222;
  box-shadow: 0px -3px 10px 0px #222;
}
@media screen and (max-width: 991px) {
  #header {
    position: fixed;
    left: auto;
    top: 50px;
    bottom: 0;
    left: -300px;
    width: 300px;
    padding-bottom: 160px;
    overflow-y: auto;
    background-color: #AE922B;
  }
}
#header .menu-open {
  display: none;
  text-align: right;
}
#header .top-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  #header .top-left {
    text-align: center;
  }
}
#header .top-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #header .top-right {
    text-align: center;
  }
}
#header .header-icons {
  color: #AE922B;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: padding 200ms ease-out 0s;
  -moz-transition: padding 200ms ease-out 0s;
  -o-transition: padding 200ms ease-out 0s;
  transition: padding 200ms ease-out 0s;
}
@media screen and (max-width: 991px) {
  #header .header-icons {
    padding: 0px;
    display: none;
  }
}
#header .header-icons.header-top {
  padding: 0;
}
#header .header-icons.header-top ul li img {
  width: 14px;
}
#header .header-icons ul {
  text-align: right;
  font-size: 0px;
}
#header .header-icons ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
#header .header-icons ul li span.info-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1;
  display: none;
}
#header .header-icons ul li span.info-text.phone {
  font-size: 12px;
}
#header .header-icons ul li span.info-text.b2b {
  color: #fff;
  background-color: #636363;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}
#header .header-icons ul li span.text {
  vertical-align: bottom;
}
#header .header-icons ul li img {
  cursor: pointer;
  color: #AE922B;
  width: 25px;
  filter: invert(1);
  display: inline-block;
  vertical-align: middle;
}
#header .header-icons ul li i {
  font-size: 1.7em;
  cursor: pointer;
}
#header .header-icons ul li.first {
  margin-left: 0;
}
#header .header-icons .widget ul {
  font-size: 1em;
}
#header .header-icons .header-icon {
  position: relative;
}

.admin-bar #header {
  top: 32px;
}

@media screen and (max-width: 991px) {
  .home #header {
    opacity: 1;
  }
}

#header-top {
  display: none;
  text-align: right;
  color: #000;
  background: #AE922B;
  border-bottom: 1px solid #AE922B;
  padding: 2px 10px;
  height: 30px;
}
@media screen and (max-width: 991px) {
  #header-top {
    height: auto;
    background: initial;
  }
}
#header-top #top-left-widget .jetpack_widget_social_icons ul.jetpack-social-widget-list.size-small {
  margin: 0;
}
#header-top #top-left-widget .jetpack_widget_social_icons ul.jetpack-social-widget-list.size-small a {
  width: 22px;
  height: 22px;
}
#header-middle {
  background-color: #AE922B;
  position: relative;
  color: #fff;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
@media screen and (max-width: 991px) {
  #header-middle {
    border: none;
    height: auto;
    background-color: #fff;
    color: #000;
  }
}
#header-middle .date-time__wrapper,
#header-middle .weather__wrapper {
  height: 70px;
}
@media screen and (max-width: 991px) {
  #header-middle .date-time__wrapper,
  #header-middle .weather__wrapper {
    text-align: center;
  }
}
#header-middle .date-time {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: -0.3px;
}
#header-middle .date-time div {
  line-height: 1;
}
#header-middle .weather {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.2em;
  text-align: right;
}
#header-middle .weather .city {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: -0.3px;
  margin-right: 6px;
  text-transform: uppercase;
}
#header-middle .weather .temperature {
  color: #AE922B;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #header-middle .weather .temperature {
    color: #fff;
    background-color: #AE922B;
  }
}
#header-middle .weather .flexslider25 {
  display: none;
}

#header-bottom {
  background-color: #fff;
  height: 120px;
}
@media screen and (max-width: 991px) {
  #header-bottom {
    height: auto;
  }
}
#header-bottom .header-menu__wrapper {
  height: 120px;
}
@media screen and (max-width: 991px) {
  #header-bottom .header-menu__wrapper {
    height: auto;
    border: none;
    padding: 20px 20px 80px 20px;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  #header-bottom .main-menu {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  #header-bottom .main-menu .menu-menu-container {
    position: static;
    transform: none;
  }
}
#header-bottom .top-center {
  position: absolute;
  top: 5px;
  right: 0;
}

.menu-open_front {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 20px;
  left: 20px;
  z-index: 550;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .menu-open_front {
    display: none;
  }
}
.menu-open_front .dashes-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-open_front span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 35px;
  -webkit-transition: all 200ms ease-out 100ms;
  -moz-transition: all 200ms ease-out 100ms;
  -o-transition: all 200ms ease-out 100ms;
  transition: all 200ms ease-out 100ms;
  -webkit-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  -moz-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  -o-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
}
.menu-open_front span.first {
  margin-bottom: 10px;
}
.menu-open_front span.second {
  margin-top: 10px;
}

.header-right,
.bottom-right {
  text-align: right;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .header-right,
  .bottom-right {
    text-align: center;
    height: auto;
  }
}
.header-right .main-menu__wrapper,
.bottom-right .main-menu__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  .header-right .main-menu__wrapper,
  .bottom-right .main-menu__wrapper {
    position: relative;
    top: auto;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .header-left,
  .bottom-left {
    text-align: center;
  }
}

.top-center {
  font-size: 1.2em;
  color: #fff;
}
.top-center a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .top-center {
    position: static;
    margin-bottom: 30px;
  }
}
.top-center .contacts_widget {
  display: inline-block;
}
.top-center .contacts_widget .phone {
  margin-right: 10px;
}
.top-center .contacts_widget .phone .txt {
  margin-right: 5px;
}
.top-center .widget {
  display: inline-block;
}

body {
  padding-top: 150px;
}
body.home {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

body.stuck #header {
  z-index: 600;
}
@media screen and (max-width: 991px) {
  body.stuck #header {
    -webkit-box-shadow: 0px, 0px, 0px, 0px, #000;
    -moz-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
  }
}
@media screen and (min-width: 992px) {
  .smallNav .logo-slogan {
    height: 61px;
  }
  .smallNav .logo .logo-name {
    padding: 10px 0;
  }
  .smallNav .logo .logo-name img {
    width: 170px;
  }
  .smallNav .logo .site-slogan {
    display: none;
  }
  .smallNav .main-menu ul.menu.sf-menu {
    padding: 0;
  }
}
#mobileHeader {
  display: none;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 400;
  border-bottom: 2px solid #AE922B;
}
@media screen and (max-width: 991px) {
  #mobileHeader {
    display: block;
  }
}
#mobileHeader .mobileHeader-wrapper {
  text-align: center;
}
#mobileHeader .logo-name {
  height: 45px;
}
#mobileHeader .logo-name .logo {
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mobileHeader .logo-name .logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #mobileHeader .logo-name .logo {
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#mobileHeader .logo-name .logo a {
  display: inline-block;
  vertical-align: bottom;
}
#mobileHeader .logo-name .logo .logo-s {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mobileHeader .logo-name .logo .logo-s {
    font-size: 1.6em;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #mobileHeader .logo-name .logo .logo-s {
    font-size: 1em;
    line-height: 12px;
  }
}
#mobileHeader .logo-name img {
  height: 45px;
  display: block;
}
#mobileHeader .menu-open {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  z-index: 1200;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
}
#mobileHeader .menu-open.menu-opened span {
  -webkit-transition: margin 200ms ease-out 0s, transform 200ms ease-in 100ms;
  -moz-transition: margin 200ms ease-out 0s, transform 200ms ease-in 100ms;
  -o-transition: margin 200ms ease-out 0s, transform 200ms ease-in 100ms;
  transition: margin 200ms ease-out 0s, transform 200ms ease-in 100ms;
}
#mobileHeader .menu-open.menu-opened span.first {
  margin-bottom: 0px;
  transform: rotate(-45deg);
}
#mobileHeader .menu-open.menu-opened span.second {
  margin-top: -2px;
  transform: rotate(45deg);
}
#mobileHeader .menu-open .dashes-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mobileHeader .menu-open span {
  display: block;
  background-color: #AE922B;
  height: 2px;
  width: 25px;
  -webkit-transition: all 200ms ease-out 100ms;
  -moz-transition: all 200ms ease-out 100ms;
  -o-transition: all 200ms ease-out 100ms;
  transition: all 200ms ease-out 100ms;
  -webkit-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  -moz-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  -o-transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
  transition: transform 200ms ease-out 0s, margin 200ms ease-in 100ms;
}
#mobileHeader .menu-open span.first {
  margin-bottom: 8px;
}
#mobileHeader .menu-open span.second {
  margin-top: 8px;
}
#mobileHeader .mobile-header-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#mobileHeader .mobile-header-right .contact-phone a {
  padding: 10px 15px 10px 35px;
  border: 1px solid #AE922B;
  border-radius: 3px;
  position: relative;
}
#mobileHeader .mobile-header-right .contact-phone a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/phone.svg);
  background-size: contain;
}
#mobileHeader .mobile-header-right .contact-phone a p {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #mobileHeader .mobile-header-right span.contacts:after {
    color: #000;
  }
}
#mobileHeader .mobile-header-right .social-block {
  color: #fff;
}
#mobileHeader .mobile-header-right .social-block .social-label {
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #mobileHeader .mobile-header-right .social-block .social-label {
    display: none;
  }
}
#mobileHeader .mobile-header-right .social-block a {
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}
#mobileHeader .mobile-header-right .social-block a i {
  font-size: 2em;
}
#mobileHeader .header-icons {
  color: #fff;
  display: inline-block;
  -webkit-transition: padding 200ms ease-out 0s;
  -moz-transition: padding 200ms ease-out 0s;
  -o-transition: padding 200ms ease-out 0s;
  transition: padding 200ms ease-out 0s;
}
@media screen and (max-width: 991px) {
  #mobileHeader .header-icons {
    padding: 0px;
  }
}
#mobileHeader .header-icons.header-top {
  padding: 0;
}
#mobileHeader .header-icons.header-top ul li img {
  width: 14px;
}
#mobileHeader .header-icons ul {
  text-align: right;
  font-size: 0px;
}
#mobileHeader .header-icons ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
#mobileHeader .header-icons ul li span.info-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1;
}
#mobileHeader .header-icons ul li span.info-text.phone {
  font-size: 12px;
}
#mobileHeader .header-icons ul li span.info-text.b2b {
  color: #fff;
  background-color: #636363;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}
#mobileHeader .header-icons ul li span.text {
  vertical-align: bottom;
}
#mobileHeader .header-icons ul li img {
  cursor: pointer;
  color: #AE922B;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
#mobileHeader .header-icons ul li i {
  font-size: 1.7em;
  cursor: pointer;
}
#mobileHeader .header-icons ul li.first {
  margin-left: 0;
}
#mobileHeader .header-icons .widget ul {
  font-size: 1em;
}
#mobileHeader .header-icons .header-icon {
  position: relative;
}

.logo_wrapper {
  height: 120px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .logo_wrapper {
    height: auto;
  }
}

.logo {
  flex-wrap: nowrap;
  align-items: flex-end;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 90%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .logo {
    position: static;
    transform: none;
  }
}
.logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .logo a {
    position: static;
    transform: none;
  }
}
.logo .logo-s {
  font-size: 2em;
  font-family: "Ysabeau Infant", sans-serif;
  vertical-align: bottom;
  line-height: 20px;
  margin-left: 10px;
  text-transform: uppercase;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.logo a#logo {
  display: block;
}
.logo #site-name {
  font-size: 1.6em;
}
.logo #site-name a {
  text-decoration: none;
  color: #fff;
}
.logo #site-name .site-name-logo {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 40px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .logo #site-name .site-name-logo {
    font-size: 1.4em;
  }
}
.logo #site-name .site-slogan {
  font-weight: 300;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  font-size: 0.75em;
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .logo #site-name .site-slogan {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    display: none;
  }
}

.slogan-2 {
  font-family: "Rammetto One", cursive;
  text-align: right;
  font-size: 1em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slogan-2 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 991px) {
  .slogan-2 {
    text-align: center;
  }
}

.language .block-lang-dropdown {
  float: left;
  position: relative;
  width: 45px;
}
.language .block-lang-dropdown img {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 24px;
  height: 16px;
  margin-right: 0;
}
.language .block-lang-dropdown select {
  width: 45px !important;
  text-indent: -100px;
}
.language .block-lang-dropdown select option {
  color: #636363;
}
.language .form-type-select {
  height: 32px;
  overflow: hidden;
  background: url("assets/images/arrow-down-fff.png") no-repeat right transparent;
  background-size: 10px 10px;
  background-position: 90% 50%;
}
.language .form-type-select select {
  padding: 2px 12px 2px 7px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  height: 33px;
}

@media screen and (max-width: 767px) {
  .user_menu ul.menu {
    float: none;
  }
}
.user_menu ul.menu li a {
  padding: 10px;
  display: block;
}
.user_menu ul.menu li a .glyphicon {
  padding-left: 5px;
}
.user_menu ul.menu li.first a {
  padding-left: 0;
}
.user_menu ul.menu li.first a .glyphicon {
  padding-right: 5px;
}
.user_menu ul.menu li.last a {
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .user_menu {
    padding: 20px 0;
  }
}

.search .search-box {
  position: absolute;
  right: 0;
}
.search .search-box .views-exposed-widgets {
  margin: 0;
}
.search .search-box .views-exposed-widget {
  float: left;
  padding: 0;
}
.search .search-box .views-exposed-widget .form-submit {
  margin: 0;
  border: none;
  padding: 4px 10px;
  color: #ffffff;
  background-color: #151515;
  font-size: 13px;
  text-transform: uppercase;
  height: 30px;
  border-radius: 0;
}
.search .search-box .views-exposed-widget input.form-text {
  width: 140px;
  border: 1px solid #151515;
  background-color: #ffffff;
  outline: none;
  font-size: 0.9em;
  padding: 4px 32px 4px 12px;
  margin: 0;
  height: 30px;
}
.search .region .container-inline {
  height: 33px;
  border-bottom: 1px solid #bfbfbf;
}
.search .region .container-inline:after {
  content: "";
  display: table;
  clear: both;
}
.search .region .form-actions {
  float: left;
  width: 20%;
}
.search .region .form-actions .form-submit {
  margin: 0;
  border: none;
  padding: 5px 10px;
  color: #ffffff;
  background-color: transparent;
  font-size: 13px;
  text-transform: lowercase;
  height: 26px;
  border-radius: 0;
}
.search .region .form-type-textfield {
  margin: 0;
  float: left;
  width: 80%;
}
.search .region .form-type-textfield input {
  margin: 0;
  max-width: 170px;
  padding: 0 10px;
  height: 30px;
  outline: none;
  border: transparent;
  background: transparent;
}
.search #search-box-trigger {
  float: right;
  cursor: pointer;
  font-size: 1.3em;
  color: #AE922B;
  padding: 4px 19px;
  height: 33px;
  background-color: #fff;
}

#top-right-widget {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #top-right-widget {
    margin-top: 20px;
  }
}

.wpml-ls-legacy-dropdown {
  width: auto;
}
.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: none;
}
.wpml-ls-legacy-dropdown a:hover {
  color: #636363;
  background-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: #636363;
  background-color: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 22px;
  margin-top: -2px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  top: 12px;
  border: 3px solid transparent;
  border-top: 5px solid #636363;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
  background-color: #fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding-right: 30px;
}

.primary-menu {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .primary-menu {
    text-align: center;
  }
}

.main-menu {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  -webkit-transition: padding 200ms ease-out 0s;
  -moz-transition: padding 200ms ease-out 0s;
  -o-transition: padding 200ms ease-out 0s;
  transition: padding 200ms ease-out 0s;
}
@media screen and (max-width: 991px) {
  .main-menu {
    display: block;
  }
}
.main-menu .sub-menu {
  display: none;
  padding: 5px 0px 10px 0px;
  position: absolute;
  width: 250px;
  background-color: #fff;
  border-left: 1px solid #f0eded;
  margin: 0;
  z-index: 15;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 10px, 10px, 20px, -5px, #2e2e2e;
  -moz-box-shadow: 10px 10px 20px -5px #2e2e2e;
  box-shadow: 10px 10px 20px -5px #2e2e2e;
}
.main-menu .sub-menu.goUp {
  top: 0;
  transform: translateY(-100%);
}
.main-menu .sub-menu.goLeft {
  left: auto !important;
  right: 25px;
  top: 5px !important;
}
.main-menu ul.menu {
  margin: 0px;
}
.main-menu ul.menu li {
  position: relative;
}
.main-menu ul.menu li a {
  text-decoration: none;
  display: block;
  color: #000;
}
.main-menu ul.menu > li {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .main-menu ul.menu > li {
    display: block;
  }
}
.main-menu ul.menu > li:hover > a {
  color: #AE922B;
}
.main-menu ul.menu > li > a {
  font-weight: 600;
  padding: 2px 4px;
  color: #000;
  font-size: 1.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul.menu > li > a {
    font-size: 1em;
  }
}
.main-menu ul.menu > li.current-menu-item > a {
  color: #AE922B;
  font-weight: 600;
}
.main-menu ul.menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  margin-left: 3px;
}
.main-menu ul.sub-menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 10px;
}
.main-menu ul.sub-menu > li > a {
  padding: 5px 20px;
  text-align: left;
  line-height: 1;
  text-transform: capitalize;
}
.main-menu ul.menu > li > ul.sub-menu ul.sub-menu {
  top: -1px;
  left: 100%;
}
.main-menu ul.menu > li > ul.sub-menu ul.sub-menu.goUp {
  top: 100%;
  transform: translateY(-100%);
}
.main-menu-mobile {
  display: none;
}
.main-menu-mobile .sub-menu {
  display: none;
  border-top: 1px solid #f0eded;
  border-left: 1px solid #bfbfbf;
  margin: 0 0 0 15px;
  z-index: 15;
}
.main-menu-mobile li.current-menu-item > .sub-menu {
  display: block;
}
.main-menu-mobile ul.menu li {
  position: relative;
}
.main-menu-mobile ul.menu li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 0;
}
.main-menu-mobile ul.menu li .overlay {
  display: block;
  height: 100%;
  width: 50px;
  right: 0;
  position: absolute;
  z-index: 100;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.main-menu-mobile ul.menu li .overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-menu-mobile ul.menu li .overlay:after {
  font-family: FontAwesome;
  font-size: 20px;
  position: relative;
}
.main-menu-mobile ul.menu li .overlay.closed:after {
  content: "\f107";
}
.main-menu-mobile ul.menu li .overlay.opened:after {
  content: "\f106";
}
.main-menu-mobile ul.menu > li {
  font-weight: 400;
}
.main-menu-mobile ul.sub-menu > li > a {
  padding: 5px 20px;
}
.main-menu-mobile ul.menu > li > ul.sub-menu ul.sub-menu {
  top: -1px;
  left: 100%;
}
.main-menu-mobile ul li:hover > a {
  background-color: #fff;
  color: #AE922B;
}

.secondary-menu ul li {
  display: inline-block;
}

.user--header {
  position: fixed;
  padding: 15px 15px 30px 15px;
  top: 0;
  right: -280px;
  z-index: 1000;
  height: 100%;
  background: #fff;
  border-left: 3px solid #AE922B;
  overflow-y: auto;
  width: 280px;
  -webkit-transition: right 200ms ease-out 0s;
  -moz-transition: right 200ms ease-out 0s;
  -o-transition: right 200ms ease-out 0s;
  transition: right 200ms ease-out 0s;
}
.user--header .user-panel-close {
  width: 35px;
  cursor: pointer;
}

.block-lang-dropdown {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 30px;
}
.block-lang-dropdown img {
  position: absolute;
  top: 9px;
  left: 35px;
  width: 24px;
  height: 16px;
  z-index: 0;
  margin-right: 0;
}
.block-lang-dropdown select {
  width: 45px !important;
  text-indent: -100px;
}
.block-lang-dropdown select option {
  color: #636363;
}
.block-lang-dropdown .form-type-select {
  height: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url("assets/images/arrow-down-fff.png") no-repeat right transparent;
  background-size: 10px 10px;
  background-position: 90% 50%;
}
.block-lang-dropdown .form-type-select select {
  padding: 2px 12px 2px 7px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  height: 33px;
}
.block-lang-dropdown form.language {
  width: 45px;
}

.block-gtranslate {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.block-gtranslate .content {
  text-align: center;
}

header.entry-header {
  position: relative;
  margin-bottom: 20px;
}
header.entry-header.full-screen {
  margin-top: 0px;
}
header.entry-header .header-img h1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 50;
  font-size: 3em;
  text-shadow: 0px 0px 10px #000;
  margin: 0;
  padding: 0;
  color: #fff;
  padding: 15px 15px;
}
header.entry-header .header-img h1:before, header.entry-header .header-img h1:after {
  background-color: #fff;
}
header.entry-header .media-header__wrapper {
  position: relative;
}
header.entry-header .media-header__wrapper.full-screen {
  height: 100vh;
}
header.entry-header .media-header__wrapper .post-thumbnail {
  height: 100%;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
header.entry-header .media-header__wrapper:before {
  min-height: 81px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #adadad;
}

.full-screen {
  height: calc(100vh - 30px - 120px);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.full-screen:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 5;
}
.full-screen:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .full-screen:after {
    content: none;
  }
}
.full-screen video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-screen .logo-full {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .full-screen .logo-full {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .full-screen .logo-full {
    width: 85%;
  }
}
.full-screen .logo-full img {
  max-width: 200px;
}
.full-screen .post-thumbnail {
  height: 100%;
  width: 100%;
}
.full-screen .post-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-screen ul.images_gallery li.slick-slide {
  -webkit-transition: all 800ms ease-in 0s;
  -moz-transition: all 800ms ease-in 0s;
  -o-transition: all 800ms ease-in 0s;
  transition: all 800ms ease-in 0s;
}
.full-screen ul.images_gallery li.slick-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.full-screen .media-header__wrapper {
  width: 100%;
  height: 100%;
}
.full-screen .media-header__wrapper ul.slick-slider,
.full-screen .media-header__wrapper .slick-list,
.full-screen .media-header__wrapper .slick-track,
.full-screen .media-header__wrapper li.slick-slide {
  height: 100%;
}
.full-screen .media-header__wrapper li.slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.full-screen .media-header__wrapper a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.full-screen .media-header__wrapper button.call-to-action {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
  color: #adadad !important;
  padding: 5px 20px !important;
}
@media screen and (max-width: 767px) {
  .full-screen .media-header__wrapper button.call-to-action {
    bottom: 80px;
  }
}

#km_title {
  display: none;
}

h1 {
  color: #000;
  font-size: 2.7em;
  position: relative;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  margin: 20px auto 20px auto;
  font-family: "Ysabeau Infant", sans-serif;
  text-transform: uppercase;
}
h1:before {
  width: 70px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
h1:after {
  width: 140px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
h1:before {
  left: 50%;
  transform: translateX(-50%);
}
h1:after {
  left: 50%;
  transform: translateX(-50%);
}

.sub_heading {
  text-align: center;
  margin-bottom: 50px;
}

h2 {
  font-size: 2.8em;
  font-weight: 400;
  padding: 5px;
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  position: relative;
  text-transform: uppercase;
}
h2:before {
  width: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #adadad;
}
h2:after {
  width: 100px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #adadad;
}
h2:before {
  left: 50%;
  transform: translateX(-50%);
}
h2:after {
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Ysabeau Infant", sans-serif;
  text-transform: uppercase;
}

h4 {
  font-size: 1.2em;
  text-align: center;
}
h4 strong {
  font-size: 1.2em;
}

.front-banner-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #fff;
}
.front-banner-info .col1 {
  width: 45%;
}
.front-banner-info .col1 strong {
  font-size: 1.4em;
}
.front-banner-info .col2 {
  width: 45%;
  text-align: right;
}
.front-banner-info .col2 .phone_front-page {
  display: block;
}
.front-banner-info .col2 .email_front-page {
  display: block;
}
.front-banner-info .col1-full {
  text-align: center;
  display: none;
  text-shadow: 0px 0px 10px #000;
}
.front-banner-info .col1-full strong em {
  font-size: 0.9em;
}
.front-banner-info .col1-full em {
  font-size: 0.8em;
}
.front-banner-info img.overlay_image {
  max-width: 180px;
}

.page-banner {
  text-align: center;
}
.page-banner .page-banner__title {
  text-align: center;
}
.page-banner .page-banner__intro {
  text-align: center;
}

.page-id-279 iframe {
  max-width: 1240px !important;
  margin: 0 auto;
}

#post-813 .entry-content {
  margin-top: 40px;
  font-size: 1.3em;
}
#post-813 .entry-content .aligncenter {
  text-align: center;
}
#post-813 .entry-content iframe {
  margin: 0 auto;
}

article.page .entry-content {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  article.page .entry-content {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  article.page .entry-content {
    column-count: 1;
  }
}
article.page .entry-content p {
  margin-top: 30px;
  margin-bottom: 10px;
}

article .entry-content a.wp-block-button__link {
  border-radius: 0px;
  background-color: transparent !important;
  padding: 10px 20px;
  color: #000 !important;
  text-decoration: underline;
}
article .entry-content a.wp-block-button__link:hover {
  text-decoration: none;
}
article .entry-content ul.toggle-list__wrapper {
  list-style: none;
  margin-left: 0px;
}
article .entry-content ul.toggle-list__wrapper > li {
  font-size: 1.3em;
  position: relative;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
article .entry-content ul.toggle-list__wrapper > li.hasSublist {
  cursor: pointer;
}
article .entry-content ul.toggle-list__wrapper > li.hasSublist:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 58px;
  background-image: url(../images/right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
article .entry-content ul.toggle-list__wrapper > li.hasSublist.opened:after {
  background-image: url(../images/down.svg);
}
article .entry-content ul.toggle-list__wrapper > li.hasSublist.closed:after {
  background-image: url(../images/right.svg);
}
article .entry-content ul.toggle-list__wrapper > li ul {
  display: none;
  font-weight: 400;
  font-size: 0.8em;
  list-style: none;
  margin-left: 40px;
  cursor: default;
}
article .entry-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
article .entry-content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
article .entry-content sup {
  font-size: 0.8em;
}
article .entry-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-team {
  margin-top: 50px;
}
.page-team h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
  line-height: 1;
  padding-bottom: 15px;
  margin: 40px auto 20px auto;
}
.page-team h2:before {
  content: "";
  height: 2px;
  width: 300px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.page-team .authors-group {
  display: flex;
  flex-wrap: wrap;
}
.page-team .authors-group.founder .author {
  width: 48%;
  background-color: transparent;
  color: #fff;
  padding: 0px 0px 10px 0px;
}
.page-team .authors-group.founder .author a {
  color: #636363;
  padding-right: 10px;
}
.page-team .authors-group.founder .author .column-1 {
  padding: 5px;
}
.page-team .authors-group.founder .author .column-2 {
  padding: 5px;
}
.page-team .authors-group.founder .author .author-name {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-team .authors-group.founder .author {
    width: 98%;
  }
}
.page-team .authors-group.producer .author, .page-team .authors-group.music_specialists .author {
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-team .authors-group.producer .author, .page-team .authors-group.music_specialists .author {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .page-team .authors-group.producer .author, .page-team .authors-group.music_specialists .author {
    width: 98%;
  }
}
.page-team .authors-group.producer .author .name__wrapper .author-social a i, .page-team .authors-group.music_specialists .author .name__wrapper .author-social a i {
  color: #fff;
}
.page-team .authors-group .author {
  border-radius: 5px;
  width: 18%;
  margin: 1%;
  padding: 10px;
  text-align: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-team .authors-group .author {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .page-team .authors-group .author {
    width: 98%;
  }
}
.page-team .authors-group .author a {
  color: #636363;
}
.page-team .authors-group .author .author-avatar {
  display: block;
  text-align: center;
  width: 100%;
}
.page-team .authors-group .author .author-avatar img {
  border-radius: 7px;
  display: inline-block;
  width: 100px;
}
.page-team .authors-group .author .name__wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.page-team .authors-group .author .name__wrapper .author-social {
  text-align: center;
  font-size: 1.1em;
  display: block;
  text-align: center;
}
.page-team .authors-group .author .name__wrapper .author-social i {
  color: #fff;
}
.page-team .authors-group .author .name__wrapper .author-name {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.page-team .authors-group .author .author-bio {
  text-align: justify;
  font-size: 1.1em;
  font-weight: 500;
}
.page-team .authors-group .author .author-bottom {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.post-type-archive-services .law-item__wrapper {
  width: 70%;
  margin: 30px auto;
  position: relative;
  column-count: 2;
  column-gap: 30px;
  margin: 20px auto;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .post-type-archive-services .law-item__wrapper {
    width: 99%;
    margin: 0 auto;
    column-count: 1;
    padding: 10px;
  }
}
.post-type-archive-services .law-item__wrapper .law-item {
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
}

.services-archive {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.services-archive article {
  width: 31.3333333333%;
  margin: 1%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .services-archive article {
    width: 31.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-archive article {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .services-archive article {
    width: 98%;
  }
}
@media screen and (max-width: 991px) {
  .services-archive article {
    display: block;
    height: auto;
    margin-bottom: 70px;
  }
}
.services-archive article:nth-child(even) {
  flex-direction: row-reverse;
}
.services-archive article .post-thumbnail .article_image {
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-archive article .teaser-info__wrapper h2.entry-title {
  font-size: 1.4em;
  margin-bottom: 30px;
}
.services-archive article .teaser-info__wrapper .entry-content {
  font-size: 1.1em;
  text-align: justify;
  padding: 0px;
  line-height: 1.5;
}

.collaborators-archive {
  max-width: 1500px;
  width: 90%;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 20px;
}
.collaborators-archive .collaborators__wrapper {
  padding-top: 30px;
}
.collaborators-archive .collaborators__wrapper h3 {
  color: #AE922B;
  text-align: center;
  font-size: 2em;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article {
  width: 180px;
  margin: 10px 20px;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article:nth-child(even) {
  flex-direction: row-reverse;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article .post-thumbnail {
  width: 50%;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article .post-thumbnail .article_image {
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article .teaser-info__wrapper {
  width: 50%;
}
.collaborators-archive .collaborators__wrapper .collaborators_group__wrapper article .teaser-info__wrapper h2.entry-title {
  font-size: 1.8em;
  display: none;
}

.team-members-archive .members__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.team-members-archive .members__wrapper.columns-2 .member {
  width: 46%;
  margin: 2%;
}
@media screen and (max-width: 991px) {
  .team-members-archive .members__wrapper.columns-2 .member {
    width: 96%;
  }
}
.team-members-archive .members__wrapper.columns-3 .member {
  width: 31.3333333333%;
  margin: 1%;
}
@media screen and (max-width: 991px) {
  .team-members-archive .members__wrapper.columns-3 .member {
    width: 98%;
  }
}
.team-members-archive .members__wrapper.columns-4 .member {
  width: 23%;
  margin: 1%;
}
@media screen and (max-width: 991px) {
  .team-members-archive .members__wrapper.columns-4 .member {
    width: 98%;
  }
}
.team-members-archive .members__wrapper a {
  color: #000;
}
.team-members-archive .members__wrapper .member {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.team-members-archive .members__wrapper .member .image__wrapper {
  text-align: center;
}
.team-members-archive .members__wrapper .member .image__wrapper .image {
  width: 242px;
  height: 242px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-members-archive .members__wrapper .member .info__wrapper {
  text-align: center;
}
.team-members-archive .members__wrapper .member .info__wrapper .title {
  font-size: 1.3em;
  font-weight: 500;
  color: #000;
}
.team-members-archive .members__wrapper .member .info__wrapper .content {
  color: #000;
}
.team-members-archive .members__wrapper .member .info__wrapper .position {
  font-style: italic;
  color: #636363;
}
.team-members-archive .members__wrapper .member a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
}

.blog-posts__wrapper {
  color: #fff;
}
.blog-posts__wrapper a {
  color: #fff;
}
.blog-posts__wrapper .blog-post {
  display: flex;
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .blog-posts__wrapper .blog-post {
    display: block;
  }
}
.blog-posts__wrapper .blog-post:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 200px;
  background-color: #fff;
}
.blog-posts__wrapper .blog-post .blog-post__image {
  width: 20%;
}
.blog-posts__wrapper .blog-post .blog-post__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-posts__wrapper .blog-post .blog-post__image {
    width: 100%;
  }
}
.blog-posts__wrapper .blog-post .blog-post__info-wrapper {
  width: 80%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .blog-posts__wrapper .blog-post .blog-post__info-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}
.blog-posts__wrapper .blog-post .blog-post__info-wrapper .blog-post__title {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}
.newsletter-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 998;
}

@media screen and (max-width: 991px) {
  .newsletter-mask.show-touch {
    display: block;
  }
}

.floating-newsletter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 50px 20px 40px;
  background-color: #0D0630;
  z-index: 999;
  color: #fff;
  -webkit-box-shadow: -5px, 5px, 10px, 0px, #636363;
  -moz-box-shadow: -5px 5px 10px 0px #636363;
  box-shadow: -5px 5px 10px 0px #636363;
  width: 830px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .floating-newsletter {
    width: 80%;
    top: 20px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .floating-newsletter {
    width: 100%;
    top: 20px;
    transform: initial;
    left: 0;
  }
}
.floating-newsletter h2 {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .floating-newsletter h2 {
    font-size: 1.2em;
  }
}
.floating-newsletter p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 10px;
}
.floating-newsletter .newsletter-close i {
  position: absolute;
  right: -15px;
  top: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  background-color: #0D0630;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .floating-newsletter .newsletter-close i {
    right: 0;
    top: 0;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    border-top: 0px;
    border-right: 0px;
  }
}
.floating-newsletter img {
  float: left;
  padding: 50px 40px 50px 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .floating-newsletter img {
    display: none;
  }
}
.floating-newsletter .region {
  float: left;
  width: 540px;
}
@media screen and (max-width: 767px) {
  .floating-newsletter .region {
    width: 100%;
  }
}
.floating-newsletter .region label {
  width: 14%;
}
@media screen and (max-width: 991px) {
  .floating-newsletter .region label {
    width: 100%;
  }
}
.floating-newsletter .region input.form-text {
  outline: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 8px;
  color: #fff;
  width: 85%;
}
@media screen and (max-width: 991px) {
  .floating-newsletter .region input.form-text {
    width: 100%;
  }
}
.floating-newsletter .region input.form-submit {
  float: right;
}
#breadcrumbs {
  padding-top: 10px;
  text-align: right;
  font-size: 0.9em;
  padding-right: 30px;
}
#breadcrumbs a {
  color: #fff;
}
#breadcrumbs .breadcrumb_last {
  color: #fff;
}

#page {
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  #page {
    padding-top: 60px;
  }
}

.page-section {
  margin-bottom: 30px;
}

.ai_widget a {
  display: block;
}
.ai_widget img {
  width: 100%;
}

.front-page-header-area {
  margin-top: 35px;
  margin-bottom: 40px;
}
.front-page-header-area .article-banner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .front-page-header-area .article-banner {
    margin-bottom: 20px;
  }
}
.front-page-header-area .article-banner a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.front-page-header-area .article-banner .article_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40%;
}
.front-page-header-area .article-banner .article_image:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 33%;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  transition: 0.4s all ease;
}
.front-page-header-area .article-banner .article_image img {
  visibility: hidden;
}
.front-page-header-area .article-banner ul.categories {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 50;
}
.front-page-header-area .article-banner ul.categories li {
  background-color: #adadad;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}
.front-page-header-area .article-banner ul.categories li a {
  color: #000;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
}
.front-page-header-area .article-banner .article_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  z-index: 10;
  font-size: 2em;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "Ysabeau Infant", sans-serif;
}
@media screen and (max-width: 991px) {
  .front-page-header-area .article-banner .article_title {
    font-size: 1.4em;
  }
}
.front-page-header-area .article-banner .article_date {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #AE922B;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: -0.5px;
}
.front-page-header-area .front-header-item-large {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .front-page-header-area .front-header-item-large {
    width: 100%;
    float: none;
  }
}
.front-page-header-area .front-header-item-large .flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  z-index: 100;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-nav-prev {
  left: 0px;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-nav-next {
  right: 0px;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li a {
  z-index: 100;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  font-size: 0px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 200ms ease-in 0s;
  -moz-transition: opacity 200ms ease-in 0s;
  -o-transition: opacity 200ms ease-in 0s;
  transition: opacity 200ms ease-in 0s;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li a:hover {
  opacity: 1;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-prev {
  left: 5px;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-prev:before {
  background-image: url(../images/left.svg);
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-next {
  right: 5px;
}
.front-page-header-area .front-header-item-large .flex-direction-nav li .flex-next:before {
  background-image: url(../images/right.svg);
}
.front-page-header-area .front-header-items-small {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .front-page-header-area .front-header-items-small {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article_image:after {
    content: none;
  }
}
.front-page-header-area .front-header-items-small .article-banner {
  width: 23.5%;
  margin: 1%;
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article-banner {
    width: 48%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
  }
}
.front-page-header-area .front-header-items-small .article-banner:first-child {
  margin-left: 0px;
}
.front-page-header-area .front-header-items-small .article-banner:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article-banner .article_info {
    position: relative;
    padding-bottom: 30px;
  }
}
.front-page-header-area .front-header-items-small .article-banner .article_title {
  font-size: 1.5em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front-page-header-area .front-header-items-small .article-banner .article_title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article-banner .article_title {
    position: static;
    color: #000;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article-banner .categories {
    bottom: 0px;
    left: 0px;
    width: 50%;
    margin: 0px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .front-page-header-area .front-header-items-small .article-banner .article_date {
    bottom: 0px;
    right: 0px;
    width: 50%;
    left: auto;
  }
}
.front-page-header-area .front-header-items-small .article-banner .article_image {
  padding-top: 66%;
}

.front-page-main-content {
  margin-top: 35px;
}
.front-page-main-content .front-page-main-sidebar .front-page-main-sidebar__content {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .front-page-main-content .front-page-main-sidebar .front-page-main-sidebar__content {
    padding-left: 0px;
  }
}

.category_posts_widget {
  margin: 15px auto;
}
.category_posts_widget .category-title__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.category_posts_widget .category-title__wrapper:after {
  content: "";
  width: 100%;
  left: 0;
  background-color: #000;
  height: 1px;
  bottom: 5px;
  display: block;
  position: absolute;
  z-index: 5;
}
.category_posts_widget .category-title__wrapper h2.category-title {
  text-align: left;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
  font-weight: 100;
  margin: 0px;
  padding: 0px 15px 0 0;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.category_posts_widget .category-button__wrapper {
  text-align: right;
}
.category_posts_widget .category-button__wrapper .custom-btn, .category_posts_widget .category-button__wrapper #blog-items .more-link a, #blog-items .more-link .category_posts_widget .category-button__wrapper a {
  display: inline-block;
}
.category_posts_widget .article_info .article_title {
  font-family: "Ysabeau Infant", sans-serif;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper {
  width: calc(50% - 12px);
  float: left;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #bfbfbf;
}
@media screen and (max-width: 767px) {
  .category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(odd) {
  margin-right: 12px;
  clear: both;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(even) {
  margin-left: 12px;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(1), .category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(2) {
  margin-top: 0px;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(1) .article_excerpt, .category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(2) .article_excerpt {
  display: none;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article_image {
  width: 33.3333333333%;
  float: left;
  padding-top: 33.3333333333%;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article_image:after {
  content: none;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) ul.categories {
  display: none;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article_info {
  float: left;
  margin-left: 12px;
  width: calc(66.6666666667% - 12px);
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article_info .article_title {
  position: static;
  color: #000;
  font-size: 1.2em;
  padding-left: 0px;
  padding-right: 0px;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner__wrapper:nth-child(n+3) .article_info .article_date {
  position: static;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner {
  position: relative;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner .article_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66%;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner .article_image:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 33%;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  transition: 0.4s all ease;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner .article_image img {
  visibility: hidden;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner ul.categories {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner ul.categories li {
  background-color: #adadad;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner ul.categories li a {
  color: #000;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner .article_title {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 10px;
  z-index: 10;
  font-size: 1.8em;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}
.category_posts_widget.style1 .category-posts__wrapper .article-banner .article_date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #AE922B;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: -0.5px;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper {
  width: calc(33.3333333333% - 12px);
  float: left;
  margin-bottom: 24px;
  margin-right: 12px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #bfbfbf;
}
@media screen and (max-width: 991px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner__wrapper:nth-child(2n+3) {
    clear: both;
  }
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner {
  position: relative;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66%;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_image:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 33%;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  transition: 0.4s all ease;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_image img {
  visibility: hidden;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner ul.categories {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 50;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner ul.categories li {
  background-color: #adadad;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner ul.categories li a {
  color: #000;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_title {
  padding: 0px;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: -0.5px;
  height: 73px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner .article_title {
    height: auto;
  }
  .category_posts_widget.style2 .category-posts__wrapper .article-banner .article_title:after {
    content: none;
  }
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_title:after {
  content: "";
  width: 100px;
  height: 24px;
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(to right, transparent 0%, white 100%);
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_excerpt {
  display: none;
}
@media screen and (max-width: 767px) {
  .category_posts_widget.style2 .category-posts__wrapper .article-banner .article_excerpt {
    display: block;
  }
}
.category_posts_widget.style2 .category-posts__wrapper .article-banner .article_date {
  background-color: #AE922B;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  display: inline-block;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner__wrapper {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #bfbfbf;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner {
  position: relative;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66%;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_image:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 33%;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  transition: 0.4s all ease;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_image img {
  visibility: hidden;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner ul.categories {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: none;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner ul.categories li {
  background-color: #adadad;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner ul.categories li a {
  color: #000;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_title {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 10px;
  z-index: 10;
  font-size: 1.8em;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_excerpt {
  display: none;
}
.category_posts_widget.style3 .category-posts__wrapper .article-banner .article_date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #AE922B;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: -0.5px;
}
.widget.popular-posts {
  margin: 15px auto;
}
.widget.popular-posts .category-title__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.widget.popular-posts .category-title__wrapper:after {
  content: "";
  width: 100%;
  left: 0;
  background-color: #000;
  height: 1px;
  bottom: 5px;
  display: block;
  position: absolute;
  z-index: 5;
}
.widget.popular-posts .category-title__wrapper h2.widget-title {
  text-align: left;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
  font-weight: 100;
  margin: 0px;
  padding: 0px 15px 0 0;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.widget.popular-posts .popular-posts__wrapper li {
  margin-bottom: 5px;
}
.widget.popular-posts .popular-posts__wrapper li .image__wrapper {
  width: 33%;
  float: left;
  margin-right: 1%;
}
.widget.popular-posts .popular-posts__wrapper li .image__wrapper .wpp-thumbnail {
  float: none;
  margin: 0px;
}
.widget.popular-posts .popular-posts__wrapper li .popular-post-data {
  float: left;
  width: 66%;
}
.widget.popular-posts .popular-posts__wrapper li .popular-post-data .popular-post-title {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: -0.5px;
}
.widget.popular-posts .popular-posts__wrapper li .popular-post-data .popular-post-info {
  font-size: 0px;
}
.widget.popular-posts .popular-posts__wrapper li .popular-post-data .popular-post-info a.category {
  font-size: 11px;
  display: inline-block;
  margin-right: 2px;
  color: #AE922B;
  font-weight: bold;
  background-color: #adadad;
  padding: 2px 5px;
}

.most_recents_widget {
  margin-bottom: 35px;
}
.most_recents_widget .most_recents-title__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.most_recents_widget .most_recents-title__wrapper:after {
  content: "";
  width: 100%;
  left: 0;
  background-color: #000;
  height: 1px;
  bottom: 5px;
  display: block;
  position: absolute;
  z-index: 5;
}
.most_recents_widget .most_recents-title__wrapper h2.most_recents-title {
  text-align: left;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
  font-weight: 100;
  margin: 0px;
  padding: 0px 15px 0 0;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.most_recents_widget .most_recents-posts__wrapper {
  background-color: #f5f5f5;
  height: 720px;
  overflow-y: scroll;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .most_recents_widget .most_recents-posts__wrapper {
    height: 350px;
  }
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper {
  padding: 10px 0px;
  border-bottom: 2px solid #bfbfbf;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner {
  position: relative;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner a.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info {
  padding-top: 25px;
  position: relative;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info .article_date {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #636363;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info .categories {
  position: absolute;
  top: 0px;
  right: 0px;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info .categories a {
  color: #636363;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info .categories li {
  display: inline-block;
  margin-left: 5px;
}
.most_recents_widget .most_recents-posts__wrapper .article-banner__wrapper .article-banner .article_info .article_title {
  font-size: 1.3em;
  font-family: "Ysabeau Infant", sans-serif;
}

.front-section {
  min-height: 300px;
}

#section_slider {
  margin-bottom: 40px;
}

#section_banner .block-views {
  margin-bottom: 40px;
}

.front-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
}
.front-cover.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .front-cover.mobile {
    display: block;
    top: 50px;
  }
}

#front-page-slider {
  z-index: 3;
}
#front-page-slider .main-slider-large {
  display: block;
}
#front-page-slider .main-slider-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #front-page-slider .main-slider-mobile {
    display: block;
  }
}

.icon-arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 10;
}
.icon-arrow-down .arrow-down-icon {
  background-image: url(assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.sliderTop .brand-image {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .sliderTop .brand-image {
    width: 80px;
  }
}
.sliderTop .action-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 40px;
  border: 2px solid #AE922B;
  color: #AE922B;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
@media screen and (max-width: 991px) {
  .sliderTop .action-button {
    padding: 5px 20px;
  }
}
.sliderTop .slogan-text {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: 700;
  color: #0D0630;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-transition: opacity 200ms linear 0s;
  -moz-transition: opacity 200ms linear 0s;
  -o-transition: opacity 200ms linear 0s;
  transition: opacity 200ms linear 0s;
}
@media screen and (max-width: 991px) {
  .sliderTop .slogan-text {
    font-size: 1em;
    padding: 5px;
  }
}
.sliderTop .webpage-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../icon-red.png) no-repeat center center;
  background-size: 335px;
  width: 335px;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .sliderTop .webpage-logo {
    background-size: 129px;
    width: 129px;
    height: 37px;
  }
}
.sliderTop .overlay a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.sliderTop:hover .action-button {
  background-color: #AE922B;
  color: #fff;
}
.sliderTop:hover .slogan-text {
  opacity: 0.7;
}

.container-km19 {
  margin: 0 auto;
}
@media screen and (min-width: 1374px) {
  .container-km19 {
    width: 1900px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .container-km19 {
    width: 1100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-km19 {
    width: 990px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-km19 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container-km19 {
    width: 100%;
  }
}

.frontPageBanner {
  background-color: #0D0630;
  padding: 15px;
}
.frontPageBanner .views-field-title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #AE922B;
  text-align: center;
}
.frontPageBanner .views-field-body {
  color: #fff;
  font-style: italic;
  text-align: center;
}
.frontPageBanner .views-field-body .heading1 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #AE922B;
  text-align: center;
  font-style: normal;
}
.frontPageBanner .views-field-body .heading2 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 5px 0;
}
.frontPageBanner .views-field-body a.banner-link {
  padding: 10px;
  background-color: #fff;
  color: #AE922B;
}
.frontPageBanner .views-field-body a.banner-link:hover {
  text-decoration: none;
}

#featured-products {
  background: #adadad url(assets/images/secondary.png) no-repeat center;
  background-size: contain;
  background-attachment: fixed;
  padding-bottom: 80px;
}
#featured-products .block-views {
  margin-top: 80px;
}
#featured-products h2 {
  font-size: 2em;
  color: #AE922B;
  border-bottom: 2px solid #AE922B;
  margin-bottom: 10px;
  margin-left: 5px;
  text-transform: uppercase;
}
#featured-products .view-content:after {
  content: "";
  display: table;
  clear: both;
}
#featured-products .views-row {
  float: left;
  width: 25%;
  padding: 0px 5px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #featured-products .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #featured-products .views-row {
    width: 100%;
    margin: 5px auto;
  }
}
#featured-products .views-row:hover .views-field-title,
#featured-products .views-row:hover .views-field-field-featured-title,
#featured-products .views-row:hover .views-field-commerce-price {
  background-color: rgb(133.1059907834, 111.6866359447, 32.8940092166);
}
#featured-products .views-field-field-images,
#featured-products .views-field-field-featured-image {
  background-color: #fff;
}
#featured-products .views-field-field-images .field-content,
#featured-products .views-field-field-featured-image .field-content {
  min-height: 293px;
  position: relative;
}
#featured-products .views-field-field-images img,
#featured-products .views-field-field-featured-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#featured-products .views-field-title,
#featured-products .views-field-field-featured-title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #AE922B;
  padding: 0 5px 15px 5px;
  min-height: 78px;
  color: #fff;
  -webkit-transition: background-color 150ms linear 50ms;
  -moz-transition: background-color 150ms linear 50ms;
  -o-transition: background-color 150ms linear 50ms;
  transition: background-color 150ms linear 50ms;
}
#featured-products .views-field-title a,
#featured-products .views-field-field-featured-title a {
  color: #fff;
  -webkit-transition: background-color 150ms linear 50ms;
  -moz-transition: background-color 150ms linear 50ms;
  -o-transition: background-color 150ms linear 50ms;
  transition: background-color 150ms linear 50ms;
}
#featured-products .views-field-view-node .overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#featured-products .views-field-field-brand {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#featured-products .views-field-field-brand img {
  width: 70px;
}
#featured-products .views-field-commerce-price {
  background-color: #AE922B;
  -webkit-transition: background-color 150ms linear 50ms;
  -moz-transition: background-color 150ms linear 50ms;
  -o-transition: background-color 150ms linear 50ms;
  transition: background-color 150ms linear 50ms;
  color: #fff;
}
#featured-products .views-field-commerce-price table {
  text-align: center;
}
#featured-products .views-field-commerce-price table tr {
  background: transparent;
  border: none;
  padding: 0;
}
#featured-products .views-field-commerce-price table tr td {
  padding: 0;
  text-align: center;
}
#featured-products .views-field-commerce-price table tr td.component-title {
  display: none;
}
#featured-products .views-field-commerce-price table tr.even {
  display: none;
}
#featured-products .views-field-commerce-price table tr.component-type-base-price {
  font-size: 0.9em;
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
#featured-products .views-field-commerce-price table tr.component-type-base-price td {
  text-align: center;
  position: relative;
}
#featured-products .views-field-commerce-price table tr.component-type-base-price td .diagonal-strike-through:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#featured-products .views-field-commerce-price table tr.component-type-commerce-price-formatted-amount {
  display: inline-block;
  vertical-align: bottom;
}
#featured-products .views-field-commerce-price table tr.component-type-commerce-price-formatted-amount td {
  font-weight: bold;
  font-size: 1.4em;
}
#featured-products .discount-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
#featured-products .discount-wrap .field-content {
  background-color: #AE922B;
  color: #fff;
  padding: 9px;
  font-weight: bold;
  font-size: 1.15em;
  -webkit-box-shadow: 0px, 1px, 5px, 0px, #bfbfbf;
  -moz-box-shadow: 0px 1px 5px 0px #bfbfbf;
  box-shadow: 0px 1px 5px 0px #bfbfbf;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #featured-products .video-block {
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  #featured-products .video-block {
    height: 350px;
  }
}
#featured-products .video-block .views-row {
  float: none;
  width: 100%;
}
#featured-products .video-block .views-row iframe {
  width: 100%;
}
#featured-products .view-more {
  margin-left: 5px;
  color: #fff;
}

#front_page_widgets_wrapper {
  position: relative;
  z-index: 5;
  margin: 20px auto;
}

#front_page_widgets .effect-item {
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
}
#front_page_widgets .effect-item.fadein {
  opacity: 0;
}
#front_page_widgets .effect-item.slidein-fade .image__wrapper {
  opacity: 0;
  transform: translateX(160px);
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .effect-item.slidein-fade .image__wrapper {
    transform: none;
    opacity: 1;
  }
}
#front_page_widgets .effect-item.slidein-fade .info__wrapper {
  opacity: 0;
  transform: translateX(-160px);
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .effect-item.slidein-fade .info__wrapper {
    transform: none;
    opacity: 1;
  }
}
#front_page_widgets .effect-item.slidein-fade.animate .image__wrapper {
  opacity: 1;
  transform: translateX(0px);
}
#front_page_widgets .effect-item.slidein-fade.animate .info__wrapper {
  opacity: 1;
  transform: translateX(0px);
}
#front_page_widgets .effect-item.slidein-fade.animate .logo-bg {
  opacity: 0;
}
#front_page_widgets .effect-item.slidein-fade .logo-bg {
  opacity: 0.4;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  padding-top: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .effect-item.slidein-fade .logo-bg {
    width: 80%;
    opacity: 0;
  }
}
#front_page_widgets .effect-item.scale-fade {
  opacity: 0;
  transform: scale(0.5);
}
#front_page_widgets .effect-item.animate2 {
  opacity: 1;
  transform: scale(1);
  margin-left: 0px;
}
#front_page_widgets .multiProducts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .multiProducts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#front_page_widgets .multiProducts .singleProduct {
  float: left;
  width: 19.2%;
  margin: 0 1% 2% 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .multiProducts .singleProduct {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .multiProducts .singleProduct {
    width: 49.5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .multiProducts .singleProduct {
    width: 49.5%;
  }
}
@media screen and (min-width: 1374px) {
  #front_page_widgets .multiProducts .singleProduct:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  #front_page_widgets .multiProducts .singleProduct:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .multiProducts .singleProduct:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .multiProducts .singleProduct:nth-child(2n+2) {
    margin-right: 0;
  }
}
#front_page_widgets .multiProducts .singleProduct:hover .image:before {
  content: "";
  background-color: transparent;
}
#front_page_widgets .multiProducts .singleProduct:hover .title {
  color: #000;
}
#front_page_widgets .multiProducts .singleProduct:hover .show-product {
  transform: translateX(0);
}
#front_page_widgets .multiProducts .singleProduct .show-product {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 13;
  font-size: 1.3em;
  color: #636363;
  padding: 10px 10px 10px 50px;
  transform: translateX(100%);
  background-image: url("assets/images/elasto-icons/shopping-bag.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 30px;
  -webkit-transition: all 150ms ease-out 0s;
  -moz-transition: all 150ms ease-out 0s;
  -o-transition: all 150ms ease-out 0s;
  transition: all 150ms ease-out 0s;
  background-color: rgb(255, 255, 255);
}
#front_page_widgets .multiProducts .singleProduct a {
  color: #636363;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
}
#front_page_widgets .multiProducts .singleProduct .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 9;
  background-size: contain;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  padding-top: 140%;
}
#front_page_widgets .multiProducts .singleProduct .image:before {
  background-color: rgba(230, 230, 230, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
}
#front_page_widgets .multiProducts .singleProduct .image img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#front_page_widgets .multiProducts .singleProduct .title {
  text-align: left;
  font-size: 1.1em;
  color: #636363;
  text-transform: lowercase;
  -webkit-transition: color 150ms ease-out 0s;
  -moz-transition: color 150ms ease-out 0s;
  -o-transition: color 150ms ease-out 0s;
  transition: color 150ms ease-out 0s;
  background-color: rgba(255, 255, 255, 0.5);
}
#front_page_widgets .multiProducts .singleProduct .price {
  text-align: left;
}
#front_page_widgets .multiProducts .singleProduct .price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.2em;
}
#front_page_widgets .multiProducts .singleProduct .price del .woocommerce-Price-amount {
  color: #bfbfbf;
  font-size: 1em;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .multiProducts .singleProduct.product {
    padding: 0;
  }
}
#front_page_widgets .multiProducts .singleProduct.article .title {
  position: absolute;
  top: 80px;
  z-index: 15;
  background-color: #fff;
  text-transform: uppercase;
}
#front_page_widgets .multiProducts .singleProduct.article .show-product {
  transform: translateX(0);
  background-image: none;
  padding: 10px;
}
#front_page_widgets .multiProducts .singleProduct.article:before {
  position: absolute;
  width: 80%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid rgba(255, 255, 255, 0.6);
  z-index: 12;
  content: "";
}
#front_page_widgets .frontPage-featuredCategories {
  margin: 50px auto;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory {
  padding: 70px 230px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory {
    padding: 70px 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory {
    padding: 55px 10px;
  }
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory a {
  color: #636363;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .image {
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 100ms ease-out 0s;
  -moz-transition: opacity 100ms ease-out 0s;
  -o-transition: opacity 100ms ease-out 0s;
  transition: opacity 100ms ease-out 0s;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .image img {
  display: inline-block;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .title {
  text-align: center;
  position: absolute;
  top: 1%;
  width: 100%;
  left: 0px;
  z-index: 20;
  opacity: 1;
  font-size: 2em;
  color: #AE922B;
  -webkit-transition: opacity 200ms ease-out 0s;
  -moz-transition: opacity 200ms ease-out 0s;
  -o-transition: opacity 200ms ease-out 0s;
  transition: opacity 200ms ease-out 0s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory .title {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .frontPage-featuredCategories .featuredCategory .title {
    font-size: 1.3em;
  }
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .action-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #bfbfbf;
  font-weight: 800;
  padding: 15px 50px;
  color: #fff;
  font-size: 0px;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .action-button span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-right: 8px;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory .action-button img {
  display: inline-block;
  width: 25px;
}
#front_page_widgets .frontPage-featuredCategories .featuredCategory:hover .image {
  opacity: 0.9;
}
#front_page_widgets .featured_posts__wrapper_2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 60px auto;
}
#front_page_widgets .featured_posts__wrapper_2.left-right .featured_post:nth-child(even) .image_info__wrapper {
  flex-direction: row-reverse;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post:nth-child(odd) .image_info__wrapper {
  flex-direction: row-reverse;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .image__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .image__wrapper {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .image__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .image__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper .title, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper .title {
  display: none;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper .content {
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper .content {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper .content {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.small-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.small-image .info__wrapper .content {
    font-size: 1.3em;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .image__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .image__wrapper {
  width: 0%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .image__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .image__wrapper {
    width: 0%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper .title, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper .title {
  display: none;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper .content {
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper .content {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper .content {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post.no-image .info__wrapper .content, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post.no-image .info__wrapper .content {
    font-size: 1.3em;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .image__wrapper,
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .image__wrapper,
#front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .info__wrapper {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .image__wrapper,
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .image__wrapper,
  #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .info__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .image__wrapper hr,
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .info__wrapper hr, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .image__wrapper hr,
#front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .info__wrapper hr {
  border: none;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .video__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .video__wrapper {
  height: 100%;
}
#front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  padding: 1rem 4rem 1rem;
  border-radius: 50rem;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right-left .featured_post .info__wrapper, #front_page_widgets .featured_posts__wrapper_2.left-right .featured_post .info__wrapper {
    padding: 10px;
  }
}
#front_page_widgets .featured_posts__wrapper_2.left .featured_post .image__wrapper,
#front_page_widgets .featured_posts__wrapper_2.left .featured_post .info__wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.left .featured_post .image__wrapper,
  #front_page_widgets .featured_posts__wrapper_2.left .featured_post .info__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.left .featured_post .info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  padding: 4rem 4rem 5rem;
  border-radius: 50rem;
}
#front_page_widgets .featured_posts__wrapper_2.right .featured_post .image__wrapper,
#front_page_widgets .featured_posts__wrapper_2.right .featured_post .info__wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2.right .featured_post .image__wrapper,
  #front_page_widgets .featured_posts__wrapper_2.right .featured_post .info__wrapper {
    width: 100%;
  }
}
#front_page_widgets .featured_posts__wrapper_2.right .featured_post .info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  padding: 4rem 4rem 5rem;
  border-radius: 50rem;
}
#front_page_widgets .featured_posts__wrapper_2.right .featured_post:nth-child(odd) {
  flex-direction: row-reverse;
}
#front_page_widgets .featured_posts__wrapper_2.right .featured_post:nth-child(even) {
  flex-direction: row-reverse;
}
#front_page_widgets .featured_posts__wrapper_2.green .featured_post {
  background-color: #adadad;
}
#front_page_widgets .featured_posts__wrapper_2.green .featured_post .info__wrapper {
  color: #fff;
}
#front_page_widgets .featured_posts__wrapper_2.green .featured_post .info__wrapper .title,
#front_page_widgets .featured_posts__wrapper_2.green .featured_post .info__wrapper .content {
  color: #fff;
}
#front_page_widgets .featured_posts__wrapper_2.green .featured_post .info__wrapper .view-more {
  background-color: #fff;
  color: #adadad;
}
#front_page_widgets .featured_posts__wrapper_2.black .featured_post {
  background-color: #000;
}
#front_page_widgets .featured_posts__wrapper_2.black .featured_post .info__wrapper {
  color: #fff;
}
#front_page_widgets .featured_posts__wrapper_2.black .featured_post .info__wrapper .title,
#front_page_widgets .featured_posts__wrapper_2.black .featured_post .info__wrapper .content {
  color: #fff;
}
#front_page_widgets .featured_posts__wrapper_2.black .featured_post .info__wrapper .view-more {
  background-color: #fff;
  color: #000;
}
#front_page_widgets .featured_posts__wrapper_2.grey .featured_post {
  background-color: #f5f5f5;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post {
  display: block;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post .info__wrapper {
  text-align: center;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post .info__wrapper .content {
  display: inline-block;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post blockquote {
  padding-left: 200px;
  text-align: left;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post blockquote p {
  font-size: 1.3em;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post blockquote cite {
  font-size: 0.9em;
  color: #bfbfbf;
  margin-top: 30px;
}
#front_page_widgets .featured_posts__wrapper_2.simple .featured_posts .featured_post blockquote .blockquote-close_quote {
  display: none;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts__inside {
  position: relative;
  z-index: 5;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post.frontHeightFix {
    height: calc(100vh - 80px);
  }
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .image_info__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post a,
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post a:hover {
  color: #636363;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .image {
  padding-top: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post video {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .title {
  font-size: 3.2em;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 10px 0;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .title a {
  font-weight: 800;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .title img {
  max-width: 50%;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content {
  font-weight: 500;
  font-size: 1.3em;
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote {
  position: relative;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote {
  width: 160px;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:after {
    width: 70px;
    height: 70px;
  }
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:before {
  top: 0px;
  left: 0px;
  background-image: url(../images/quote.png);
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-open_quote:after {
  left: 70px;
  top: 0px;
  background-image: url(../images/quote.png);
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:before, #front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:after {
    width: 70px;
    height: 70px;
  }
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:before {
  bottom: 0px;
  right: 0px;
  background-image: url(../images/quote-white.png);
  transform: translateY(0%);
  opacity: 0.7;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .content blockquote .blockquote-close_quote:after {
  right: 40px;
  bottom: 0px;
  background-image: url(../images/quote-white.png);
  transform: translateY(10%);
  opacity: 0.3;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .excerpt {
  line-height: 25px;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .view-more {
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  background-color: #adadad;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.3em;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
#front_page_widgets .featured_posts__wrapper_2 .featured_posts .featured_post .view-more:hover {
  background-color: #AE922B;
  color: #f5f5f5;
}
#front_page_widgets .featured_posts__wrapper_2.front-page-text-img .featured_post .info__wrapper .title {
  display: none;
}
#front_page_widgets .featured_posts__wrapper_2.front-page-text-img .featured_post .info__wrapper .content {
  line-height: 1.8;
  font-size: 1.4em;
  font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #front_page_widgets .featured_posts__wrapper_2.front-page-text-img .featured_post .info__wrapper .content {
    line-height: 1.2;
    font-size: 1.3em;
  }
}
#front_page_widgets .featured_posts__wrapper_2.front-page-text-img .featured_post .info__wrapper .content p {
  margin-bottom: 10px;
  text-align: left;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text__header {
  position: relative;
  display: flex;
  align-items: flex-end;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text__header .main-text {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin-right: 20px;
  text-align: left;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text__header .main-text-writer {
  white-space: nowrap;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text__header .main-text-writer .main-text-writer-name {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: bold;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text__header .main-text-writer .main-text-writer-pos {
  color: #636363;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper {
  position: relative;
  column-count: 2;
  column-gap: 30px;
  margin: 20px auto;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-body {
  line-height: 1.5;
  font-size: 1.4em;
  text-align: justify;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-body:first-letter {
  font-size: 3.6em;
  color: #AE922B;
  font-family: "Ysabeau Infant", sans-serif;
  margin-right: 10px;
  display: inline-block;
  line-height: 56px;
  float: left;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer-img {
  margin-right: 20px;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer-img img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer {
  margin-right: 20px;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer .main-text-writer-name {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: bold;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer .main-text-writer-pos {
  color: #636363;
}
#front_page_widgets .featured_posts__wrapper_2.main-banner .main-text-body__wrapper .main-text-writer__wrapper .main-text-writer-sig img {
  max-width: 150px;
}
#front_page_widgets .featured_posts_2 {
  padding-top: 50px;
  background-color: #fff;
}
#front_page_widgets .featured_posts_2 .featured_post {
  float: left;
  width: 100%;
  text-align: center;
}
#front_page_widgets .featured_posts_2 .featured_post a,
#front_page_widgets .featured_posts_2 .featured_post a:hover {
  color: #636363;
}
#front_page_widgets .featured_posts_2 .featured_post .image img {
  width: 100%;
}
#front_page_widgets .services__wrapper_2 {
  position: relative;
  margin: 40px auto;
}
#front_page_widgets .services__wrapper_2 .services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
#front_page_widgets .services__wrapper_2 .services .service {
  width: 24%;
  position: relative;
  margin: 0.5%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #front_page_widgets .services__wrapper_2 .services .service {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #front_page_widgets .services__wrapper_2 .services .service {
    width: 99%;
    margin-bottom: 20px;
  }
}
#front_page_widgets .services__wrapper_2 .services .service:hover .image__wrapper .info__wrapper {
  opacity: 1;
}
#front_page_widgets .services__wrapper_2 .services .service:hover:before {
  background-color: #AE922B;
  opacity: 0.7;
}
#front_page_widgets .services__wrapper_2 .services .service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #636363;
  opacity: 0.9;
  z-index: 7;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#front_page_widgets .services__wrapper_2 .services .service:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  display: block;
  border: 1px solid #fff;
  z-index: 20;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper {
  position: relative;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper .image {
  padding-top: 85%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper .info__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  -webkit-transition: all 250ms ease-in 0s;
  -moz-transition: all 250ms ease-in 0s;
  -o-transition: all 250ms ease-in 0s;
  transition: all 250ms ease-in 0s;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper .info__wrapper .title {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3;
  font-family: "Ysabeau Infant", sans-serif;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper .info__wrapper .title a {
  color: #fff;
}
#front_page_widgets .services__wrapper_2 .services .service .image__wrapper a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
}
#front_page_widgets .services__wrapper_2 .all_services_link {
  text-align: center;
}
#front_page_widgets .services__wrapper_2 .all_services_link a {
  display: inline-block;
}
#front_page_widgets .testimonials__wrapper_2 {
  padding: 40px 0px;
  margin: 40px auto;
  background-color: rgb(252.5230414747, 250.9101382488, 244.9769585253);
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial {
  padding: 50px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .main-text {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .main-text .arrow {
  position: absolute;
  top: -15px;
  left: 30px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .main-text .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  display: block;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .testimonial_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .testimonial_info .testimonial_image {
  margin-right: 10px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .testimonial_info .testimonial_image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .testimonial_info .testimonial_name_wrapper .testimonial_name {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials .testimonial .testimonial_info .testimonial_name_wrapper .testimonial_position {
  font-style: italic;
  color: #636363;
  text-transform: uppercase;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials.slick-slider .slick-arrow:before {
  color: #636363;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
#front_page_widgets .testimonials__wrapper_2 .testimonials.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
#front_page_widgets .collabs__wrapper_2 {
  margin-top: 30px;
}
#front_page_widgets .collabs__wrapper_2 h2 {
  margin-bottom: 20px;
}
#front_page_widgets .collabs__wrapper_2 .collabs {
  background-color: #f5f5f5;
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow {
  text-indent: -9000px;
  z-index: 100;
  cursor: pointer;
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow.slick-prev {
  left: 0px;
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow.slick-prev:before {
  background-image: url(../images/left.svg);
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow.slick-next {
  right: 0px;
}
#front_page_widgets .collabs__wrapper_2 .collabs div.slick-arrow.slick-next:before {
  background-image: url(../images/right.svg);
}
#front_page_widgets .collabs__wrapper_2 .collabs a {
  color: #000;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab {
  margin: 1%;
  position: relative;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab .image__wrapper {
  width: 100%;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab .image__wrapper .image {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab .info__wrapper {
  width: 67%;
  padding-left: 20px;
  padding-top: 20px;
  display: none;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab .info__wrapper .title {
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab .info__wrapper .content {
  color: #636363;
  font-style: italic;
}
#front_page_widgets .collabs__wrapper_2 .collabs .collab a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) {
  #front_page_widgets .widget_revslider {
    min-height: 100vh;
  }
}
#front_page_widgets .widget_media_image {
  margin-bottom: 30px;
}

.members__wrapper_2 {
  margin: 40px auto;
}
.members__wrapper_2 .members {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.members__wrapper_2 .members a {
  color: #000;
}
.members__wrapper_2 .members .member {
  width: 31.3333333333%;
  margin: 1%;
  position: relative;
}
.members__wrapper_2 .members .member.c100 {
  width: 100% !important;
}
.members__wrapper_2 .members .member.c100 .member_content__wrapper {
  max-width: 360px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .members__wrapper_2 .members .member {
    width: 99% !important;
    margin: 0.5%;
  }
}
.members__wrapper_2 .members .member .image__wrapper {
  position: relative;
  overflow: hidden;
}
.members__wrapper_2 .members .member .image__wrapper:hover a:before {
  opacity: 0.1;
}
.members__wrapper_2 .members .member .image__wrapper:hover a:after {
  opacity: 0;
}
.members__wrapper_2 .members .member .image__wrapper img {
  width: 100%;
  display: block;
}
.members__wrapper_2 .members .member .image__wrapper .image {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.members__wrapper_2 .members .member .image__wrapper a:before, .members__wrapper_2 .members .member .image__wrapper a:after {
  position: absolute;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.members__wrapper_2 .members .member .image__wrapper a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 10;
}
.members__wrapper_2 .members .member .image__wrapper a:after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo-icon.png);
  z-index: 20;
}
.members__wrapper_2 .members .member .info__wrapper {
  padding-top: 10px;
}
.members__wrapper_2 .members .member .info__wrapper .title_wrapper {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.members__wrapper_2 .members .member .info__wrapper .title_wrapper .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #AE922B;
}
.members__wrapper_2 .members .member .info__wrapper .title_wrapper .member_position {
  text-transform: uppercase;
  color: #636363;
}
.members__wrapper_2 .members .member .info__wrapper .content {
  margin: 10px auto;
  padding: 10px 0px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #636363;
  font-style: italic;
}
.members__wrapper_2 .members .member .info__wrapper .contact_wrapper .phone {
  margin-right: 8px;
}
.members__wrapper_2 .members .member .info__wrapper .contact_wrapper .phone a {
  color: #AE922B;
}
.members__wrapper_2 .members .member a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  color: #000;
}

.experience_posts__wrapper_2 {
  margin: 30px auto;
}
.experience_posts__wrapper_2 .experience_posts__inside .experience_posts {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  border: 5px solid rgb(217.1520737327, 192.5069124424, 101.8479262673);
  margin-top: 20px;
}
.experience_posts__wrapper_2 .experience_posts__inside .experience_post {
  border-right: 1px solid #AE922B;
  width: 33.3333333333%;
  text-align: center;
}
.experience_posts__wrapper_2 .experience_posts__inside .experience_post:last-child {
  border-right-width: 0px;
}
.experience_posts__wrapper_2 .experience_posts__inside .experience_post .experience_value {
  font-size: 4em;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: bold;
  color: #AE922B;
  line-height: 1;
}
.experience_posts__wrapper_2 .experience_posts__inside .experience_post .experience_title {
  text-transform: uppercase;
  font-size: 1.2em;
}

.div-line {
  width: 60%;
  height: 35px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  margin: 15px auto 25px auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #AE922B);
  position: relative;
}
.div-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  background-color: #AE922B;
  height: 60%;
  z-index: 10;
}

.km19-parallax {
  color: #fff;
}
.km19-parallax .parallax-image {
  padding: 140px 30px;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.km19-parallax .parallax-title {
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.km19-parallax .parallax-description {
  text-align: center;
  font-size: 1.2em;
  position: relative;
  z-index: 3;
}
.km19-parallax .parallax-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

#content {
  float: left;
  width: 81.6666666667%;
  padding: 10px;
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  #content {
    width: 78.4%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content {
    width: 73.5%;
  }
}
@media screen and (max-width: 991px) {
  #content {
    width: 100%;
  }
}
#content .region-content {
  margin-bottom: 30px;
}

.no_sidebars #content {
  float: none;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .no_sidebars #content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .no_sidebars #content {
    width: 100%;
  }
}

.blog-posts--page {
  position: relative;
  color: #000;
}
.blog-posts--page:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: -1;
  background-color: #f5f5f5;
}
.blog-posts--page h2 a {
  color: #000;
}
.blog-posts--page .blog-posts--header {
  position: relative;
}
.blog-posts--page .blog-posts--header:before {
  width: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #adadad;
}
.blog-posts--page .blog-posts--header:after {
  width: 100px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #adadad;
}
.blog-posts--page .blog-posts--header:before {
  left: 50%;
  transform: translateX(-50%);
}
.blog-posts--page .blog-posts--header:after {
  left: 50%;
  transform: translateX(-50%);
}
.blog-posts--page .blog-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.blog-posts--page .blog-posts .post-item {
  width: 48%;
  margin: 20px 1%;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-posts--page .blog-posts .post-item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-posts--page .blog-posts .post-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts--page .blog-posts .post-item {
    width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .blog-posts--page .blog-posts .post-item:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-posts--page .blog-posts .post-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-posts--page .blog-posts .post-item:nth-child(2n+3) {
    clear: both;
  }
}
.blog-posts--page .blog-posts .post-item .image__wrapper .blog-article-image {
  position: relative;
  padding-top: 55%;
}
.blog-posts--page .blog-posts .post-item .image__wrapper .blog-article-image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.blog-posts--page .blog-posts .post-item .content__wrapper {
  padding: 0px 10px;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .post-date {
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  padding: 5px 10px;
  color: #636363;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .post-date:before {
  top: -30px;
  left: 0;
  width: 2px;
  height: 70px;
  transform-origin: left bottom;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.blog-posts--page .blog-posts .post-item .content__wrapper h2.headline {
  font-size: 1.8em;
  text-align: center;
  padding: 10px 0;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .generic-content {
  text-align: justify;
  margin-top: 15px;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .read-more-btn {
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .read-more-btn:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  width: 70px;
  height: 1px;
  opacity: 0;
  transform-origin: left bottom;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.blog-posts--page .blog-posts .post-item .content__wrapper .read-more-btn a {
  color: #636363;
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.blog-posts--page .blog-posts .post-item:hover .post-date:before {
  transform: scaleY(0);
  opacity: 0;
}
.blog-posts--page .blog-posts .post-item:hover .read-more-btn {
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: bold;
}
.blog-posts--page .blog-posts .post-item:hover .read-more-btn a {
  transform: translateX(75px);
}
.blog-posts--page .blog-posts .post-item:hover .read-more-btn:before {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
}

.blog-posts--page.front {
  margin-top: 100px;
}
.blog-posts--page.front .blog-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.blog-posts--page.front .blog-posts .post-item {
  width: 31.3333333333%;
  margin: 20px 1%;
  background-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-posts--page.front .blog-posts .post-item {
    width: 48%;
    margin: 20px 1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-posts--page.front .blog-posts .post-item {
    width: 48%;
    margin: 20px 1%;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts--page.front .blog-posts .post-item {
    width: 98%;
    margin: 20px 1%;
  }
}
@media screen and (min-width: 1200px) {
  .blog-posts--page.front .blog-posts .post-item:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-posts--page.front .blog-posts .post-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-posts--page.front .blog-posts .post-item:nth-child(2n+3) {
    clear: both;
  }
}
.blog-posts--page.front .blog-posts .post-item .image__wrapper .blog-article-image {
  position: relative;
  padding-top: 70%;
}
.blog-posts--page.front .blog-posts .post-item .image__wrapper .blog-article-image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.blog-posts--page.front .view-all-btn {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.blog-posts--page.front .view-all-btn a {
  color: #fff;
  position: relative;
  padding: 10px;
}
.blog-posts--page.front .view-all-btn a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #adadad;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.blog-posts--page.front .view-all-btn a:hover:after {
  width: 100%;
}

.main-archive header.page-header {
  position: relative;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-archive .row56 {
  margin-top: 20px;
}
.main-archive .site-main {
  padding-left: 0px;
  padding-right: 20px;
}
.main-archive .site-main article.post {
  position: relative;
  margin-bottom: 20px;
}
.main-archive .site-main article.post:nth-child(1) .entry-header h2 {
  font-size: 30px;
}
.main-archive .site-main article.post:nth-child(1) .post-thumbnail {
  width: 100%;
  float: none;
  margin-right: 0px;
}
.main-archive .site-main article.post:nth-child(1) .teaser-info__wrapper {
  width: 100%;
  float: none;
  background-color: #f5f5f5;
  padding: 0px 10px 10px 10px;
}
.main-archive .site-main article.post:hover .entry-footer {
  opacity: 1;
}
.main-archive .site-main article.post .post-thumbnail {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
.main-archive .site-main article.post .post-thumbnail .article_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66%;
}
.main-archive .site-main article.post h2 {
  font-family: "Ysabeau Infant", sans-serif;
}
.main-archive .site-main article.post .teaser-info__wrapper {
  float: left;
  width: 50%;
  padding-bottom: 30px;
}
.main-archive .site-main article.post .entry-header h2 {
  text-align: left;
  font-size: 18px;
  padding-left: 0px;
  margin: 0px;
  font-weight: 600;
}
.main-archive .site-main article.post .entry-header h2 a {
  color: #000;
}
.main-archive .site-main article.post .entry-content {
  font-size: 1.1em;
}
.main-archive .site-main article.post .entry-meta {
  position: absolute;
  bottom: 0px;
  color: #636363;
}
.main-archive .site-main article.post .entry-meta .posted-on time {
  margin-right: 5px;
}
.main-archive .site-main article.post .entry-footer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}
.main-archive .site-main article.post .entry-footer .edit-link {
  padding: 3px 15px;
  font-weight: bold;
  background-color: #adadad;
  display: inline-block;
}
.main-archive .site-main article.post .entry-footer .tags-links {
  display: none;
}
.main-archive .front-page-main-sidebar__content {
  margin-top: 20px;
}

.km19-service .has_related_articles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.km19-service .has_related_articles .entry-content {
  width: 74.25%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .km19-service .has_related_articles .entry-content {
    width: 99%;
    margin: 0 auto;
  }
}
.km19-service .has_related_articles .service-sidebar {
  width: 24.75%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .km19-service .has_related_articles .service-sidebar {
    width: 99%;
    margin: 0 auto;
  }
}
.km19-service .has_related_articles .service-sidebar h2 {
  font-size: 1.9em;
  font-weight: 400;
}
.km19-service .has_related_articles .service-sidebar .related_blog_article {
  margin-top: 20px;
  margin-bottom: 40px;
}
.km19-service .has_related_articles .service-sidebar .related_blog_article .blog_img {
  position: relative;
  padding-top: 50%;
}
.km19-service .has_related_articles .service-sidebar .related_blog_article .blog_img img {
  position: absolute;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
.km19-service .has_related_articles .service-sidebar .related_blog_article .blog_title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  margin: 5px auto;
}

@media screen and (max-width: 991px) {
  .main-single-post article {
    padding: 0px 10px;
  }
}
.main-single-post .row56 {
  margin-top: 20px;
}
.main-single-post .site-main {
  padding-left: 0px;
  padding-right: 20px;
}
.main-single-post .front-page-main-sidebar__content {
  margin-top: 20px;
}
.main-single-post .post_date-thumbnail {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .main-single-post .post_date-thumbnail {
    width: 100%;
  }
}
.main-single-post .posted-on {
  background-color: #AE922B;
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.main-single-post .posted-on time {
  color: #fff;
}
.main-single-post .posted-on time.entry-date {
  margin-right: 20px;
}
.main-single-post .posted-on .upd {
  font-weight: bold;
}
.main-single-post .post-thumbnail {
  margin-bottom: 20px;
}
.main-single-post .post-thumbnail img {
  width: 100%;
}
.main-single-post .entry-content {
  line-height: 1.5;
  font-size: 1.4em;
  padding-left: 20px;
  position: relative;
  margin: 20px auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main-single-post .entry-content {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-single-post .entry-content {
    column-count: 1;
  }
}
.main-single-post .entry-content p {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.main-single-post .tags-links a {
  display: inline-block;
  background-color: #fff;
  color: #636363;
  font-weight: bold;
  padding: 3px 10px;
  margin-right: 5px;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic;
}

.team-member-single-post h1 {
  font-size: 2.5em;
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
}
.team-member-single-post h1:before {
  width: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.team-member-single-post h1:after {
  width: 100px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.team-member-single-post h1:before {
  left: 0;
  transform: none;
}
.team-member-single-post h1:after {
  left: 0;
  transform: none;
}
.team-member-single-post .member_position {
  text-transform: uppercase;
  color: #636363;
  margin-bottom: 30px;
}
.team-member-single-post .contact_info h2 {
  text-align: left;
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: 70px;
}
.team-member-single-post .contact_info h2:before {
  width: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.team-member-single-post .contact_info h2:after {
  width: 100px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.team-member-single-post .contact_info h2:before {
  left: 0;
  transform: none;
}
.team-member-single-post .contact_info h2:after {
  left: 0;
  transform: none;
}
.team-member-single-post .contact_info .contact_details {
  margin-bottom: 10px;
}
.team-member-single-post .contact_info .contact_details .icon {
  color: #AE922B;
}
.team-member-single-post article {
  margin-top: 100px;
}
.team-member-single-post article .thumbnail-content__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.team-member-single-post article .thumbnail-content__wrapper .team-member-thumbnail {
  width: 50%;
  margin-right: 2%;
}
@media screen and (max-width: 991px) {
  .team-member-single-post article .thumbnail-content__wrapper .team-member-thumbnail {
    width: 100%;
    margin: 0;
  }
}
.team-member-single-post article .thumbnail-content__wrapper .team-member-thumbnail img {
  width: 100%;
}
.team-member-single-post article .thumbnail-content__wrapper .entry-content {
  width: 48%;
  padding: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .team-member-single-post article .thumbnail-content__wrapper .entry-content {
    width: 100%;
    margin: 0;
  }
}

.main-producer-post .post_date-thumbnail {
  float: left;
  width: 50%;
  margin-right: 1%;
}
.main-producer-post .entry-content {
  float: left;
  width: 49%;
  line-height: 1.5;
  font-size: 1.2em;
}
.main-producer-post .entry-content p {
  margin-bottom: 20px;
}

.page-pagination {
  margin-right: 10px;
  margin-bottom: 30px;
}
.page-pagination .page-numbers {
  color: #636363;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
}
.page-pagination .page-numbers:hover {
  background-color: #f5f5f5;
}
.page-pagination .page-numbers.current {
  background-color: #AE922B;
  color: #fff;
}
.page-pagination .page-numbers.prev {
  font-size: 0px;
}
.page-pagination .page-numbers.prev:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.page-pagination .page-numbers.next {
  font-size: 0px;
}
.page-pagination .page-numbers.next:after {
  content: "\f0da";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  font-size: 14px;
}

#blog-items {
  margin-top: 50px;
}
#blog-items h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0;
}
#blog-items .views-field-field-images img {
  display: block;
}
#blog-items .view-content:after {
  content: "";
  display: table;
  clear: both;
}
#blog-items .views-row {
  float: left;
  width: 25%;
  padding: 0px 5px;
  margin-bottom: 10px;
  min-height: 270px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #blog-items .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #blog-items .views-row {
    width: 80%;
    float: none;
    margin: 5px auto;
  }
}
#blog-items .views-field-title {
  text-align: center;
  background-color: #636363;
  padding: 15px 5px;
  min-height: 110px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
#blog-items .views-field-view-node .overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-page .views-row {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.blog-page .views-row .views-field-title {
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
}
.blog-page .views-row .views-field-title a {
  color: #AE922B;
}
.blog-page .views-row .views-field-created {
  color: #bfbfbf;
  font-style: italic;
  text-align: right;
  margin: 5px 0;
}
.blog-page .views-row .views-field-field-image {
  float: left;
  padding: 0 10px 10px 0;
}
.blog-page .views-row .views-field-body {
  text-align: justify;
}
.blog-page .views-row:after {
  content: "";
  display: table;
  clear: both;
}

.node-blog-article .field-name-field-image .field-item {
  float: left;
  padding: 1px 3px;
}
.node-blog-article .field-name-field-image .field-items {
  margin: 20px 0;
}
.node-blog-article .field-name-field-image .field-items:after {
  content: "";
  display: table;
  clear: both;
}
.node-blog-article .field-name-body {
  text-align: justify;
}

.node-article {
  letter-spacing: 1px;
}
.node-article table td {
  padding: 0;
  text-align: left;
}
.node-article dt {
  font-weight: bold;
  font-size: 1.2em;
}
.node-article dd {
  margin-left: 20px;
  text-align: justify;
}
.node-article .field-name-field-images .field-item:nth-child(1) {
  width: 480px;
  height: auto;
}
.node-article .field-name-field-images .field-item {
  float: left;
  margin: 5px;
  width: 220px;
  height: 150px;
  text-align: center;
}

#sidebar {
  float: left;
  width: 16.3333333333%;
  padding: 10px;
  min-height: 100px;
  margin-right: 2%;
  -webkit-transition: left 200ms ease 0s;
  -moz-transition: left 200ms ease 0s;
  -o-transition: left 200ms ease 0s;
  transition: left 200ms ease 0s;
}
@media screen and (min-width: 1200px) and (max-width: 1373px) {
  #sidebar {
    width: 19.6%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #sidebar {
    width: 24.5%;
  }
}
@media screen and (max-width: 991px) {
  #sidebar {
    position: fixed;
    width: 280px;
    top: 49px;
    bottom: 0;
    z-index: 100;
    padding: 10px;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
  }
}
#sidebar h1 {
  font-size: 1.7em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #sidebar h1 {
    font-size: 2.2em;
  }
}
#sidebar .sidebar-close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  #sidebar .sidebar-close {
    display: block;
  }
}
#sidebar .sidebar-close i {
  font-size: 2.4em;
}

.no_sidebars #sidebar {
  display: none;
}
.no_sidebars .sidebar-toggle {
  display: none;
}

.stuck .sidebar-toggle {
  opacity: 1;
}

.mobileSidebar-open {
  left: 0;
}

.mobileSidebar-close {
  left: -300px;
}

footer.site-footer {
  background-color: #f5f5f5;
  padding: 0px 0 0 0;
  position: relative;
  z-index: 5;
  font-size: 1.1em;
  margin-top: 70px;
}
footer.site-footer h2 {
  border-bottom: 0px solid #636363;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: 100;
  margin-top: 0px;
  padding-top: 0px;
  font-family: "Ysabeau Infant", sans-serif;
  margin-bottom: 10px;
}
footer.site-footer .km19_container, footer.site-footer body.stuck #header .header-menu__wrapper, body.stuck #header footer.site-footer .header-menu__wrapper {
  background-color: transparent;
}
footer.site-footer .footer-cols .footer-col {
  padding: 10px 40px;
  font-size: 1.2em;
  margin-bottom: 10px;
}
footer.site-footer #copyright {
  padding: 20px 20px 15px 20px;
  position: relative;
  z-index: 60;
  border-top: 1px solid #636363;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer.site-footer #copyright {
    display: block;
    text-align: center;
  }
}
footer.site-footer #copyright .site-copyright {
  text-align: center;
  position: relative;
  font-size: 1em;
}
@media screen and (max-width: 991px) {
  footer.site-footer #copyright .site-copyright {
    text-align: center;
  }
}
footer.site-footer #copyright .site-copyright .copyright-logo {
  display: inline-block;
}
footer.site-footer #copyright .site-copyright .years {
  padding: 5px 0;
  display: inline-block;
  margin-right: 10px;
}
footer.site-footer .credits {
  font-size: 0.9em;
  padding: 0px 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  footer.site-footer .credits {
    text-align: center;
  }
}
footer.site-footer .credits a {
  text-decoration: none;
  font-size: 1.1em;
}
footer.site-footer .credits a img {
  width: 30px;
  filter: invert(100%);
}
footer.site-footer .credits a .first {
  color: #000;
  margin-right: -4px;
}
footer.site-footer .credits a .last {
  color: #d4452a;
}
footer.site-footer .align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  footer.site-footer .align-left {
    text-align: center;
  }
}
footer.site-footer .align-left h2 {
  padding-left: 0px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  footer.site-footer .align-left h2 {
    text-align: center;
  }
  footer.site-footer .align-left h2:before, footer.site-footer .align-left h2:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
footer.site-footer .align-left h2:before {
  width: 30px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-left h2:after {
  width: 60px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-left h2:before {
  left: 0;
  transform: none;
}
footer.site-footer .align-left h2:after {
  left: 0;
  transform: none;
}
footer.site-footer .align-center {
  text-align: center;
}
footer.site-footer .align-center h2:before {
  width: 30px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-center h2:after {
  width: 60px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}
footer.site-footer .align-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
footer.site-footer .align-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  footer.site-footer .align-right {
    text-align: center;
  }
}
footer.site-footer .align-right h2 {
  text-align: right;
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .align-right h2 {
    text-align: center;
  }
  footer.site-footer .align-right h2:before, footer.site-footer .align-right h2:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
footer.site-footer .align-right h2:before {
  width: 30px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-right h2:after {
  width: 60px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
footer.site-footer .align-right h2:before {
  left: auto;
  right: 0;
  transform: none;
}
footer.site-footer .align-right h2:after {
  left: auto;
  right: 0;
  transform: none;
}
footer.site-footer .footer-menu {
  margin-bottom: 20px;
}
footer.site-footer .footer-menu ul li {
  margin-bottom: 5px;
}
footer.site-footer .footer-menu ul li a {
  text-decoration: none;
  padding: 5px 0px;
  font-weight: 400;
}
footer.site-footer .contact-info .contact-element {
  margin-bottom: 5px;
}
footer.site-footer .contact-info .contact-element div {
  position: relative;
  display: inline-block;
}
footer.site-footer .contact-info .contact-element div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer.site-footer .contact-info .contact-element .phone:before {
  background-image: url(./images/phone.svg);
}
footer.site-footer .contact-info .contact-element .email:before {
  background-image: url(./images/mail.svg);
}
footer.site-footer .contact-info .contact-element .address:before {
  background-image: url(./images/location.svg);
}
footer.site-footer .contact-info .contact-element .directions:before {
  background-image: url(./images/directions.svg);
}
footer.site-footer .social-block a {
  font-size: 1.5em;
  margin: 10px;
}
footer.site-footer .wpml-ls ul {
  text-align: center;
}
footer.site-footer .wpml-ls ul img {
  width: 20px;
  height: 14px;
}
footer.site-footer ul.menu li a {
  text-transform: uppercase;
  font-size: 0.9em;
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AE922B;
  z-index: 1000;
  color: #636363;
  overflow: auto;
}
.search-overlay .logo-s {
  text-align: center;
  margin-top: 0px;
  background-color: #AE922B;
  padding: 20px 0px;
}
.search-overlay .logo-s img {
  display: inline-block;
  width: 220px;
}
.search-overlay .search-section p.no-products {
  text-align: center;
}
.search-overlay .search-section p.no-products a {
  background-color: #636363;
  padding: 2px 5px;
  color: #fff;
  border-radius: 2px;
}
.search-overlay .search-overlay__top {
  margin: 20px auto 20px auto;
  padding: 0 30px;
  border-bottom: 1px solid #636363;
  width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-overlay .search-overlay__top {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .search-overlay .search-overlay__top {
    width: 100%;
  }
}
.search-overlay .search-overlay__top i.search-overlay__icon {
  font-size: 20px;
  color: #636363;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 0;
}
.search-overlay .search-overlay__top input.search-term {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  color: #636363;
  font-size: 25px;
  outline: none;
  box-shadow: none;
}
.search-overlay .search-overlay__top i.search-overlay__close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 20px;
  color: #636363;
  padding: 12px 0;
}
.search-overlay #search-overlay__results .spinner-loader {
  text-align: center;
  padding-top: 50px;
}
.search-overlay #search-overlay__results .spinner-loader i {
  color: #636363;
  font-size: 50px;
}
.search-overlay #search-overlay__results .search-section h2 {
  text-align: center;
  color: #636363;
  font-size: 1.5em;
  font-weight: normal;
}
.search-overlay #search-overlay__results .search-section ul li {
  position: relative;
  margin-bottom: 20px;
  /*
  width: 1 / 5 * 90%;
  @include extraSmallScreen {
  	width: 1 / 1 * 100%;
  	margin-right: 0;
  }
  @include smallScreen {
  	width: 1 / 2 * 96%;
  }
  @include mediumScreen {
  	width: 1 / 3 * 94%;
  }
  @include largeScreenOnly {
  	width: 1 / 4 * 92%;
  }

  &:nth-child(5n+5) {
  	@include aboveLargeScreen {
  		margin-right: 0;
  	}
  }
  &:nth-child(4n+4) {
  	@include largeScreenOnly {
  		margin-right: 0;
  	}
  }
  &:nth-child(3n+3) {
  	@include mediumScreen {
  		margin-right: 0;
  	}
  }
  &:nth-child(2n+2) {
  	@include smallScreen {
  		margin-right: 0;
  	}
  }
  */
}
.search-overlay #search-overlay__results .search-section ul li a {
  display: block;
  color: #636363;
  display: flex;
}
.search-overlay #search-overlay__results .search-section ul li a:hover {
  text-decoration: none;
}
.search-overlay #search-overlay__results .search-section ul li .search-result__title {
  position: relative;
  color: #fff;
  /*
  float: left;
  width: 4 / 5 * 99%;
  @include extraSmallScreen {
  	width: 3 / 4 * 99%;
  }
  @include smallScreen {
  	width: 3 / 4 * 99%;
  }
  @include mediumScreen {
  	width: 3 / 4 * 99%;
  }
  @include largeScreenOnly {
  	width: 3 / 4 * 99%;
  }
  */
}
@media screen and (max-width: 767px) {
  .search-overlay #search-overlay__results .search-section ul li .search-result__title {
    width: 80%;
  }
}
.search-overlay #search-overlay__results .search-section ul li .search-result__title .s-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.search-overlay #search-overlay__results .search-section ul li .search-result__title .s-description {
  font-size: 0.9em;
}
.search-overlay #search-overlay__results .search-section ul li .search-result__title .s-date {
  color: #fff;
  background-color: #AE922B;
  padding: 2px 10px;
  display: inline-block;
  display: none;
}
.search-overlay #search-overlay__results .search-section ul li .search-result__image {
  position: relative;
  margin-right: 15px;
  width: 150px;
  /*
  float: left;
  margin-right: 1%;
  width: 1 / 5 * 99%;
  @include extraSmallScreen {
  	width: 1 / 4 * 99%;
  }
  @include smallScreen {
  	width: 1 / 4 * 99%;
  }
  @include mediumScreen {
  	width: 1 / 4 * 99%;
  }
  @include largeScreenOnly {
  	width: 1 / 4 * 99%;
  }
  */
}
@media screen and (max-width: 767px) {
  .search-overlay #search-overlay__results .search-section ul li .search-result__image {
    width: 19%;
    margin-right: 1%;
  }
}
.search-overlay #search-overlay__results .search-section ul li .search-result__sku {
  color: #636363;
  font-size: 0.8em;
}
.search-overlay #search-overlay__results .search-section ul li .search-result__on_sale {
  position: absolute;
  top: 0;
  left: 10%;
  border: 1px solid #fff;
  padding: 2px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #636363;
}
.search-overlay #search-overlay__results .search-section .more-results {
  text-align: center;
}

.search-overlay.search-overlay--active {
  display: block;
}

#footer_top_widgets {
  text-align: center;
  padding-top: 10px;
}
#footer_top_widgets .custom-logo-link {
  display: inline-block;
}
#footer_top_widgets .custom-logo-link img {
  max-width: 330px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_newsletterwidgetminimal .tnp-widget-minimal {
    width: 80%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .widget_newsletterwidgetminimal .tnp-widget-minimal {
    width: 95%;
    display: inline-block;
  }
}
.widget_newsletterwidgetminimal form {
  display: flex;
}
.widget_newsletterwidgetminimal form input.tnp-email {
  width: 66.6666666667%;
}
.widget_newsletterwidgetminimal form input.tnp-submit {
  width: 33.3333333333%;
  background-color: #adadad;
  color: #000;
}

#footer_bottom-2_widgets .emedia-footer {
  text-align: center;
}
#footer_bottom-2_widgets .emedia-footer a {
  display: inline-block;
}
#footer_bottom-2_widgets .emedia-footer a img {
  width: 100px;
}

.gdpr.gdpr-privacy-bar {
  left: 15px;
  bottom: 15px;
  width: 400px;
  background-color: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .gdpr.gdpr-privacy-bar {
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper {
  padding: 10px;
  display: block;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
  display: block;
  width: 100%;
  padding: 0 50px 0 0;
  text-align: left;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p {
  color: #AE922B;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
  display: block;
  width: 100%;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons {
  display: block;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons .gdpr-agreement {
  cursor: pointer;
  background: #AE922B;
  color: #f5f5f5;
  padding: 6px 50px;
  margin-right: 5px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: 0px, 0px, 0px, 0px, #fff;
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons .gdpr-preferences {
  color: #AE922B;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons .gdpr-preferences:before {
  color: #AE922B;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-close {
  color: #AE922B;
}

#wpfront-scroll-top-container {
  width: 40px;
}

#google_scripts {
  display: none;
}

.contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 991px) {
  .contact__wrapper {
    display: block;
    max-width: 95%;
  }
}
.contact__wrapper .contacts_widget {
  margin: 0px 0px 30px 0px !important;
}
.contact__wrapper label {
  text-align: left;
}
.contact__wrapper p {
  text-align: left;
}
.contact__wrapper textarea {
  height: 120px !important;
}
.contact__wrapper .col-1 {
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 991px) {
  .contact__wrapper .col-1 {
    width: 98%;
    margin: 1%;
    margin-bottom: 60px;
  }
}
.contact__wrapper .col-1 .wpcf7-list-item {
  margin: 0px;
}
.contact__wrapper .col-2 {
  width: 48%;
  margin-left: 2%;
  padding: 0px 10px;
}
@media screen and (max-width: 991px) {
  .contact__wrapper .col-2 {
    width: 98%;
    margin: 1%;
    padding: 0px;
  }
}
.contact__wrapper .col-2 p {
  text-align: justify;
  font-size: 1.2em;
}
.contact__wrapper .col-2 .col-inside__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact-form main#primary h2, .webform-client-form main#primary h2, .contact-page main#primary h2, .page-id-1720 main#primary h2, .page-id-2775 main#primary h2 {
  display: none;
}
.contact-form main .contacts_widget, .webform-client-form main .contacts_widget, .contact-page main .contacts_widget, .page-id-1720 main .contacts_widget, .page-id-2775 main .contacts_widget {
  font-size: 1.3em;
  display: inline-block;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #000;
  margin-left: 10px;
}
.contact-form main .contacts_widget a, .webform-client-form main .contacts_widget a, .contact-page main .contacts_widget a, .page-id-1720 main .contacts_widget a, .page-id-2775 main .contacts_widget a {
  color: #000;
}
.contact-form main .contacts_widget .img, .webform-client-form main .contacts_widget .img, .contact-page main .contacts_widget .img, .page-id-1720 main .contacts_widget .img, .page-id-2775 main .contacts_widget .img {
  margin-right: 10px;
}
.contact-form main .contacts_widget .phone .txt a, .webform-client-form main .contacts_widget .phone .txt a, .contact-page main .contacts_widget .phone .txt a, .page-id-1720 main .contacts_widget .phone .txt a, .page-id-2775 main .contacts_widget .phone .txt a {
  margin-right: 10px;
}
.contact-form label, .webform-client-form label, .contact-page label, .page-id-1720 label, .page-id-2775 label {
  width: 100%;
}
.contact-form p, .webform-client-form p, .contact-page p, .page-id-1720 p, .page-id-2775 p {
  margin-bottom: 10px;
}
.contact-form iframe, .webform-client-form iframe, .contact-page iframe, .page-id-1720 iframe, .page-id-2775 iframe {
  width: 100%;
}
.contact-form label, .webform-client-form label, .contact-page label, .page-id-1720 label, .page-id-2775 label {
  font-size: 1.1em;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email], .webform-client-form input[type=text],
.webform-client-form input[type=tel],
.webform-client-form input[type=email], .contact-page input[type=text],
.contact-page input[type=tel],
.contact-page input[type=email], .page-id-1720 input[type=text],
.page-id-1720 input[type=tel],
.page-id-1720 input[type=email], .page-id-2775 input[type=text],
.page-id-2775 input[type=tel],
.page-id-2775 input[type=email] {
  height: 40px;
  width: 100%;
  border: 0px solid #ddd;
  border-bottom: 1px solid #fff;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  display: block;
  padding: 6px 12px;
  font-size: 15px;
  color: #000;
  background: #f5f5f5 !important;
  -webkit-box-shadow: 0px, 0px, 0px, 0px, #222;
  -moz-box-shadow: 0px 0px 0px 0px #222;
  box-shadow: 0px 0px 0px 0px #222;
  -webkit-transition: border-color 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s;
}
.contact-form textarea, .webform-client-form textarea, .contact-page textarea, .page-id-1720 textarea, .page-id-2775 textarea {
  max-width: 100%;
  width: 100%;
  padding: 6px 12px;
  border: 0px solid #ddd;
  border-bottom: 1px solid #fff;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  height: auto;
  display: block;
  resize: none;
  color: #000;
  background: #f5f5f5 !important;
  -webkit-box-shadow: 0px, 0px, 0px, 0px, #222;
  -moz-box-shadow: 0px 0px 0px 0px #222;
  box-shadow: 0px 0px 0px 0px #222;
  -webkit-transition: border-color 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s;
}
.contact-form .form-textarea-wrapper .grippie, .webform-client-form .form-textarea-wrapper .grippie, .contact-page .form-textarea-wrapper .grippie, .page-id-1720 .form-textarea-wrapper .grippie, .page-id-2775 .form-textarea-wrapper .grippie {
  display: none;
}
.contact-form .form-required, .webform-client-form .form-required, .contact-page .form-required, .page-id-1720 .form-required, .page-id-2775 .form-required {
  display: none;
}
.contact-form .form-item-cid, .webform-client-form .form-item-cid, .contact-page .form-item-cid, .page-id-1720 .form-item-cid, .page-id-2775 .form-item-cid {
  display: none;
}
.contact-form .form-item-copy, .webform-client-form .form-item-copy, .contact-page .form-item-copy, .page-id-1720 .form-item-copy, .page-id-2775 .form-item-copy {
  display: none;
}
.contact-form .form-actions, .webform-client-form .form-actions, .contact-page .form-actions, .page-id-1720 .form-actions, .page-id-2775 .form-actions {
  text-align: right;
}
.contact-form input[readonly], .webform-client-form input[readonly], .contact-page input[readonly], .page-id-1720 input[readonly], .page-id-2775 input[readonly] {
  border: 1px solid #adadad;
  background-color: #adadad;
}
.contact-form input[readonly]:hover,
.contact-form input[readonly]:focus, .webform-client-form input[readonly]:hover,
.webform-client-form input[readonly]:focus, .contact-page input[readonly]:hover,
.contact-page input[readonly]:focus, .page-id-1720 input[readonly]:hover,
.page-id-1720 input[readonly]:focus, .page-id-2775 input[readonly]:hover,
.page-id-2775 input[readonly]:focus {
  border: 1px solid #adadad !important;
}

.grippie {
  display: none;
}

.gm-style-iw {
  text-align: center;
}
.gm-style-iw strong {
  color: #AE922B;
}

.searching {
  padding: 0;
}
.searching .search-box {
  visibility: hidden;
  position: absolute;
  right: 0;
  background: #151515;
}
.searching .search-box .views-exposed-widgets {
  margin: 0;
}
.searching .search-box .views-exposed-widget {
  float: left;
  padding: 0;
}
.searching .search-box .views-exposed-widget .form-submit {
  margin: 0;
  border: none;
  padding: 4px 10px;
  color: #ffffff;
  background-color: #151515;
  font-size: 13px;
  text-transform: uppercase;
  height: 33px;
  border-radius: 0;
}
.searching .search-box .views-exposed-widget input.form-text {
  width: 140px;
  border: 1px solid #151515;
  background-color: #ffffff;
  outline: none;
  font-size: 0.9em;
  padding: 4px 32px 4px 12px;
  margin: 0;
  height: 33px;
}
.searching #search-box-trigger {
  float: right;
  cursor: pointer;
  color: #151515;
  padding: 4px 19px;
  height: 33px;
  background-color: #ffffff;
}

.search-results li.search-result {
  float: left;
  width: 33%;
  padding: 10px;
  min-height: 390px;
}
.search-results li.search-result .field-name-commerce-stock {
  display: none;
}
.search-results li.search-result .field-name-field-description {
  display: none;
}
.search-results li.search-result .a2a_kit {
  display: none;
}
.search-results li.search-result {
  position: relative;
  padding: 0 5px;
  min-height: 350px;
  overflow: hidden;
  float: left;
  margin-bottom: 50px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .search-results li.search-result {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-results li.search-result {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search-results li.search-result {
    width: 33.3333333333%;
  }
}
.search-results li.search-result h3 {
  min-height: 82px;
  clear: both;
  text-align: center;
  font-size: 1.2em;
  border-top: 1px solid #eee;
}
.search-results li.search-result h3 a {
  font-weight: bold;
}
.search-results li.search-result .commerce-product-field-field-image {
  height: 220px;
}
.search-results li.search-result .commerce-product-field-field-image a {
  display: block;
  text-align: center;
}
.search-results li.search-result .views-field-add-to-cart-form {
  position: absolute;
  top: -100px;
  left: 25%;
  -webkit-transition: top 100ms ease-out 0s;
  -moz-transition: top 100ms ease-out 0s;
  -o-transition: top 100ms ease-out 0s;
  transition: top 100ms ease-out 0s;
}
.search-results li.search-result .views-field-add-to-cart-form input {
  font-size: 0.7em;
  padding: 8px;
  letter-spacing: 1.5px;
}
.search-results li.search-result .views-field-ops {
  float: left;
  margin-left: 20px;
}
.search-results li.search-result .views-field-field-product-reference {
  float: left;
}
.search-results li.search-result .views-field-field-product-reference .attribute-widgets {
  display: none;
}
.search-results li.search-result .views-field-field-product-reference input[type=submit] {
  display: none;
}
.search-results li.search-result .views-field-field-product-reference button[type=submit] {
  cursor: pointer;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 0 solid #248FF9;
  padding: 3px 8px;
  margin: 0;
}
.search-results li.search-result .field-commerce-price {
  display: none;
}
.search-results li.search-result .field-commerce-price table {
  /*	width: 100%;
  	text-align: center;
  	position: absolute;
  	left: 0;
  	bottom: 90px;*/
  min-height: 51px;
}
.search-results li.search-result .field-commerce-price table tr {
  background: transparent;
  border: none;
  padding: 0;
}
.search-results li.search-result .field-commerce-price table tr td {
  padding: 0;
  text-align: center;
}
.search-results li.search-result .field-commerce-price table tr td.component-title {
  display: none;
}
.search-results li.search-result .field-commerce-price table tr.even {
  display: none;
}
.search-results li.search-result .field-commerce-price table tr.component-type-base-price {
  font-size: 0.9em;
  font-style: italic;
  color: #fff;
}
.search-results li.search-result .field-commerce-price table tr.component-type-base-price td {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.search-results li.search-result .field-commerce-price table tr.component-type-commerce-price-formatted-amount td {
  color: #AE922B;
  font-weight: bold;
  font-size: 1.4em;
}
.search-results li.search-result .commerce-product-sku {
  text-align: center;
}
.search-results li.search-result form.commerce-add-to-cart > div {
  display: none;
  text-align: center;
}
.search-results li.search-result .field-name-field-discount-type {
  position: absolute;
  top: 10%;
  right: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #AE922B;
  font-style: italic;
  border: 3px solid #AE922B;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.6);
}

.print-page {
  display: initial;
  padding: 5px;
}

table {
  width: 100%;
}
table thead th {
  text-transform: uppercase;
  text-align: center;
}
table tbody tr.even {
  background-color: #fff;
}
table tbody tr.odd {
  background-color: #fff;
}
table tbody td {
  padding: 10px;
}

.contact-form {
  color: #151515;
}
.contact-form .form-item-cid {
  display: none;
}
.contact-form .form-item-copy label {
  display: inline-block;
}
.contact-form .form-item-copy input {
  margin: 0 5px 0 0;
}
.contact-form label {
  display: block;
  font-weight: bold;
}

.qc-cmp2-persistent-link {
  background-color: #AE922B !important;
  font-size: 0.9em !important;
  text-transform: uppercase !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  text-decoration: none;
}
.qc-cmp2-persistent-link:hover {
  color: #fff !important;
  background-color: #333333 !important;
}
.qc-cmp2-persistent-link img {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
