@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Variables
	## Typography
# Helpers
	## Colors
# Layout
	## Header
	## Sidebar
	## Footer
# Components
	## Widgets
	## Shortcodes
	## Woocoomerce
# Responsive

--------------------------------------------------------------*/
/*-------------------------------------
# Base
---------------------------------------*/
body {
  position: relative;
}
html,
body {
  scroll-behavior: smooth;
}
.home .stm-blockquote p:first-of-type:before,
.home .stm-blockquote p:last-of-type:after {
  display: none !important;
}
.home .stm-blockquote p:first-of-type {
  text-indent: 0 !important;
}
body #wp-admin-bar-stm_lms_settings a {
  display: flex !important;
  width: 125px;
}
body #wp-admin-bar-stm_lms_settings a img {
  margin-right: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

p img {
  max-width: 100%;
  height: auto;
}

.post-password-form label {
  margin-bottom: 0;
}

.select2-dropdown {
  z-index: 9999;
}

*:focus {
  outline: none !important;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  background: #f8f8f8;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
.h1 {
  margin: 0 0 33px 0;
  font-size: 42px;
  font-weight: 300;
  color: #011b3a;
}

h2,
.h2 {
  margin: 0 0 34px 0;
  font-size: 36px;
  font-weight: 300;
  color: #011b3a;
}

h3,
.h3 {
  margin: 0 0 35px 0;
  font-size: 30px;
  font-weight: 300;
  color: #011b3a;
}

h4,
.h4 {
  margin: 0 0 36px 0;
  font-size: 24px;
  font-weight: 300;
  color: #011b3a;
}

h5,
.h5 {
  margin: 0 0 27px 0;
  font-size: 18px;
  font-weight: 400;
  color: #011b3a;
}

h6,
.h6 {
  margin: 0 0 28px 0;
  font-size: 14px;
  font-weight: 400;
  color: #011b3a;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
  line-height: 30px;
  color: #595959;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #161543;
}
a:hover,
a:focus {
  color: #161543;
}

dl {
  margin: 0 20px;
}
dl dd {
  margin-bottom: 20px;
}

pre {
  border-radius: 0;
  border: none;
  background: #eee;
  padding: 25px;
  margin-bottom: 30px;
}

blockquote {
  padding: 20px 50px 20px;
  border-left: 4px solid #dea227;
  font-size: 16px;
}
blockquote cite {
  display: block;
  margin-top: 31px;
  font-style: normal;
  font-size: 15px;
}

/*-------------------------------------
# Helper
---------------------------------------*/
.stm-bg_color_green {
  background-color: #dea227 !important;
}

.stm-background_color_green {
  background-color: #dea227 !important;
}

.stm-border_color_green {
  border-color: #dea227 !important;
}

.stm-font_color_green {
  color: #dea227 !important;
}

.stm-border-bottom_color_green {
  border-bottom-color: #dea227 !important;
}

.stm-bg_color_blue {
  background-color: #161543 !important;
}

.stm-background_color_blue {
  background-color: #161543 !important;
}

.stm-border_color_blue {
  border-color: #161543 !important;
}

.stm-font_color_blue {
  color: #161543 !important;
}

.stm-icon_color_blue {
  color: #161543 !important;
}

.stm-border-bottom_color_blue {
  border-bottom-color: #161543 !important;
}

.stm-bg_color_dark-blue {
  background-color: #011b3a !important;
}

.stm-background_color_dark-blue {
  background-color: #011b3a !important;
}

.stm-font_color_dark-blue {
  color: #011b3a !important;
}

.stm-border_color_dark-blue {
  border-color: #011b3a !important;
}

.stm-font_color_gray {
  color: #808080;
}

.stm-font_color_dark-gray {
  color: #595959;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------
# Layout
---------------------------------------*/
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.header-holder {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header-holder_view-style_2 {
  background-image: linear-gradient(
    to top,
    transparent 0%,
    rgba(1, 27, 58, 0.25) 100%
  );
}

.header-holder_view-style_4 {
  background-image: linear-gradient(
    to top,
    transparent 0%,
    rgba(1, 27, 58, 0.5) 100%
  );
}

.header.affix {
  width: 100%;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.header_view-style_3.affix,
.header_view-style_4.affix {
  background: rgba(1, 27, 58, 0.75);
}
.header_view-style_3.affix .header__content,
.header_view-style_4.affix .header__content {
  background: transparent !important;
}
.header_view-style_3.affix .header__content:before,
.header_view-style_4.affix .header__content:before {
  display: none;
}

.logo {
  height: 100px;
  line-height: 100px;
  float: left;
}
.logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.logo_type_text .logo__inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.logo_type_text .logo__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.logo_type_text .logo__description {
  font-size: 14px;
  line-height: 1;
}

.header .logo {
  max-width: 25%;
}

.stm-nav__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
.stm-nav__menu > li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  font-size: 13px;
}
.stm-nav__menu > li:not(:last-child) {
  margin-bottom: 0;
}
.stm-nav__menu > li:before {
  content: none;
}
.stm-nav__menu > li > a:focus,
.stm-nav__menu > li > a:hover {
  text-decoration: none;
}

.stm-nav_type_header {
  position: relative;
  float: right;
  z-index: 99;
}

.stm-nav__menu_type_header {
  margin-right: -24px;
}
.stm-nav__menu_type_header > .menu-item {
  position: relative;
  padding: 0;
  margin: 0 24px;
  font-size: 16px;
  z-index: 9;
}
.stm-nav__menu_type_header > .menu-item > a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  white-space: nowrap;
  color: #011b3a;
}
/* zak */
.widget_footer .textwidget p:last-child {
  color: #b2b2b2 !important;
}
/* .stm-nav__menu_type_header > .menu-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 3px solid #dea227;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
} */
.stm-nav__menu_type_header > .menu-item:hover > a:after,
.stm-nav__menu_type_header > .menu-item.current-menu-parent > a:after,
.stm-nav__menu_type_header > .menu-item.current-menu-item > a:after {
  visibility: visible;
  opacity: 1;
}
.stm-nav__menu_type_header > .menu-item .sub-menu {
  position: absolute;
  left: 0;
  background: #161543;
  min-width: 150px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item {
  position: relative;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 9px 30px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:before {
  content: "\e90e";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 16.5px;
  font-size: 10px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:focus {
  text-decoration: none;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu {
  left: 100%;
  top: 0;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #011b3a;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item.current-menu-item:after {
  background: rgba(1, 27, 58, 0.1);
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: #dea227;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  cursor: default;
  background: rgba(1, 27, 58, 0.1);
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a:before,
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a:before {
  visibility: visible;
  opacity: 1;
}
.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:hover > a {
  text-decoration: none;
  background: #dea227;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > a:before {
  visibility: visible;
  opacity: 1;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.stm-nav__menu_type_header > .menu-item .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu.sub-menu_show_to-left
  > .menu-item
  > .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
}
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
}
.stm-nav__menu_type_header > .menu-item:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.stm-nav__menu_type_header > .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header_view-style_1 {
  background: #fff;
}
.header_view-style_1 .logo_type_text .logo__title {
  color: #011b3a;
}
.header_view-style_1 .logo_type_text .logo__description {
  color: #808080;
}
.header_view-style_1 .stm-nav__menu_type_header > .menu-item > a {
  color: #011b3a;
}
.header_view-style_1 .stm-nav__menu_type_header > .menu-item > a:after {
  border-bottom: 3px solid #dea227;
}
.header_view-style_1 .stm-nav__menu_type_header > .menu-item .sub-menu {
  background: #161543;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a {
  color: #fff;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:before {
  color: #fff;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:focus {
  text-decoration: none;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #011b3a;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item.current-menu-item:after {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: #dea227;
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_1
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > a {
  background: #dea227;
}

.header_view-style_2 .header__content {
  background: #fff;
  padding: 0 40px;
}
.header_view-style_2 .header__content:after {
  content: "";
  display: table;
  clear: both;
}

.header_view-style_2 .logo_type_text .logo__title {
  color: #011b3a;
}

.header_view-style_2 .logo_type_text .logo__description {
  color: #808080;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a {
  color: #011b3a;
}
.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a:after {
  border-bottom: 3px solid #dea227;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu {
  background: #161543;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a {
  color: #fff;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:before {
  color: #fff;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:focus {
  text-decoration: none;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #011b3a;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item.current-menu-item:after {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: #dea227;
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > a {
  background: #dea227;
}

.header_view-style_3 .header__content {
  position: relative;
}
.header_view-style_3 .header__content:after {
  content: "";
  display: table;
  clear: both;
}
.header_view-style_3 .header__content:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header_view-style_3.affix,
.header_view-style_4.affix {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.header_view-style_3.affix .stm-nav__menu_type_header > .menu-item > a {
  color: #161543 !important;
}

.header_view-style_3 .logo_type_text .logo__title {
  color: #fff;
}

.header_view-style_3 .logo_type_text .logo__description {
  color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item > a {
  color: #fff;
}
/* .header_view-style_3 .stm-nav__menu_type_header > .menu-item > a:after {
  border-bottom: 3px solid #dea227;
} */

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu {
  background: #161543;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a {
  color: #fff;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:before {
  color: #fff;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:focus {
  text-decoration: none;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #011b3a;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item.current-menu-item:after {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: #dea227;
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > a {
  background: #dea227;
}

.header_view-style_4 .header__content {
  background: rgba(1, 27, 58, 0.75);
  padding: 0 40px;
}
.header_view-style_4 .header__content:after {
  content: "";
  display: table;
  clear: both;
}

.header_view-style_4 .logo_type_text .logo__description,
.header_view-style_4 .logo_type_text .logo__title {
  color: #fff;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
  color: #fff;
}
.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a:after {
  border-bottom: 3px solid #dea227;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item .sub-menu {
  background: #161543;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a {
  color: #fff;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:before {
  color: #fff;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:focus {
  text-decoration: none;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #011b3a;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item.current-menu-item:after {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: #dea227;
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: rgba(1, 27, 58, 0.1);
}
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > a {
  background: #dea227;
}

.header-mobile {
  display: none;
  background: #fff;
}
.header-mobile .logo {
  padding: 15px 0;
  line-height: 1;
  height: auto;
  vertical-align: middle;
}
.header-mobile .logo_type_text .logo__title {
  color: #011b3a;
}
.header-mobile .logo_type_text .logo__description {
  color: #808080;
}
.header-mobile .header-mobile__logo {
  position: relative;
  padding: 0 80px 0 20px;
}
.header-mobile .header-mobile__logo:after {
  content: "";
  display: table;
  clear: both;
}
.header-mobile .stm-nav_type_mobile-header {
  display: none;
}
.header-mobile .header-mobile__nav-control {
  height: 100%;
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header-mobile .header-mobile__control-line {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 2px;
  width: 20px;
  background: #011b3a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-mobile .header-mobile__control-line:after,
.header-mobile .header-mobile__control-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #011b3a;
}
.header-mobile .header-mobile__control-line:before {
  top: -7px;
  transition:
    top 0.3s 0.3s,
    -webkit-transform 0.3s 0s;
  transition:
    top 0.3s 0.3s,
    transform 0.3s 0s;
  transition:
    top 0.3s 0.3s,
    transform 0.3s 0s,
    -webkit-transform 0.3s 0s;
}
.header-mobile .header-mobile__control-line:after {
  bottom: -7px;
  transition:
    bottom 0.3s 0.3s,
    -webkit-transform 0.3s 0s;
  transition:
    bottom 0.3s 0.3s,
    transform 0.3s 0s;
  transition:
    bottom 0.3s 0.3s,
    transform 0.3s 0s,
    -webkit-transform 0.3s 0s;
}
.header-mobile .header-mobile__nav-control.active .header-mobile__control-line {
  background: 0 0;
}
.header-mobile
  .header-mobile__nav-control.active
  .header-mobile__control-line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:
    top 0.3s 0s,
    -webkit-transform 0.3s 0.3s;
  transition:
    top 0.3s 0s,
    transform 0.3s 0.3s;
  transition:
    top 0.3s 0s,
    transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}
.header-mobile
  .header-mobile__nav-control.active
  .header-mobile__control-line:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition:
    bottom 0.3s 0s,
    -webkit-transform 0.3s 0.3s;
  transition:
    bottom 0.3s 0s,
    transform 0.3s 0.3s;
  transition:
    bottom 0.3s 0s,
    transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}

.stm-nav__menu_type_mobile-header li {
  display: block;
  padding: 0;
  text-align: center;
}
.stm-nav__menu_type_mobile-header li a {
  display: block;
  line-height: 1;
}
.stm-nav__menu_type_mobile-header li a:hover,
.stm-nav__menu_type_mobile-header li a:focus {
  text-decoration: none;
}
.stm-nav__menu_type_mobile-header li ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.stm-nav__menu_type_mobile-header > li {
  border-top: 1px solid #bfbfbf;
}
.stm-nav__menu_type_mobile-header > li > ul {
  display: none;
  position: relative;
  list-style: none;
  box-shadow: 0 -4px 0 #dea227;
}
.stm-nav__menu_type_mobile-header > li > a {
  padding: 17px 15px;
  background: #fff;
  font-size: 16px;
  color: #011b3a;
}

.stm-nav__menu_type_mobile-header > li ul {
  position: relative;
  display: none;
  background: #161543;
  box-shadow: 0 -4px 0 #dea227;
}
.stm-nav__menu_type_mobile-header > li ul li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.stm-nav__menu_type_mobile-header > li ul li a {
  padding: 18.5px 15px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul {
  background: #011b3a;
}
.stm-nav__menu_type_mobile-header > li > ul > li > ul > li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.stm-nav__menu_type_mobile-header > li > ul > li > ul > li a {
  background: #011b3a;
}

.sidebar_type_blog .widget {
  margin-bottom: 30px;
}

.content {
  min-height: 520px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.single-stm_course .content,
.single-stm_teacher .content {
  padding: 0;
}

.content_type_vc {
  padding: 0;
}

.vc_row[data-vc-full-width] {
  overflow: visible !important;
}
.vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden !important;
}

body #st_gdpr_iframe {
  border: 0;
}

.site-layout_boxed {
  transition: background 0.3s ease;
}
.site-layout_boxed.site-bg_image {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-layout_boxed #wrapper {
  max-width: 1196px;
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

body.site-bg_img_1 {
  background-image: url("../img/background/bg_img_1.jpg");
}

body.site-bg_img_2 {
  background-image: url("../../img/background/bg_img_2.jpg");
}

body.site-bg_pattern_1 {
  background-image: url("../../img/background/bg_pattern_1.jpg");
}

body.site-bg_pattern_2 {
  background-image: url("../../img/background/bg_pattern_2.jpg");
}

body.site-bg_pattern_3 {
  background-image: url("../../img/background/bg_pattern_3.jpg");
}

.footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #808080;
}
.footer .copyright a {
  color: #fff;
  text-decoration: none;
}

.footer_type_default {
  background: #011b3a;
}

.footer_compact {
  padding-top: 29px;
}

.widget-area_type_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 27px;
  padding-top: 46px;
  padding-bottom: 46px;
}

/*-------------------------------------
# Components
---------------------------------------*/
ul.stm-list-1,
ul.stm-list-1-white,
ul.stm-list-1-blue,
ul.stm-list-2,
ul.stm-list-2-white,
ul.stm-list-2-blue,
ul.stm-list-1-sm,
ul.stm-list-2-sm {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.stm-list-1 li,
ul.stm-list-1-white li,
ul.stm-list-1-blue li,
ul.stm-list-2 li,
ul.stm-list-2-white li,
ul.stm-list-2-blue li,
ul.stm-list-1-sm li,
ul.stm-list-2-sm li {
  position: relative;
  padding-left: 25px;
  line-height: 24px;
}
ul.stm-list-1 li:not(:last-child),
ul.stm-list-1-white li:not(:last-child),
ul.stm-list-1-blue li:not(:last-child),
ul.stm-list-2 li:not(:last-child),
ul.stm-list-2-white li:not(:last-child),
ul.stm-list-2-blue li:not(:last-child),
ul.stm-list-1-sm li:not(:last-child),
ul.stm-list-2-sm li:not(:last-child) {
  margin-bottom: 14px;
}
ul.stm-list-1 li:before,
ul.stm-list-1-white li:before,
ul.stm-list-1-blue li:before,
ul.stm-list-2 li:before,
ul.stm-list-2-white li:before,
ul.stm-list-2-blue li:before,
ul.stm-list-1-sm li:before,
ul.stm-list-2-sm li:before {
  position: absolute;
}
ul.stm-list-1 li > ul,
ul.stm-list-1-white li > ul,
ul.stm-list-1-blue li > ul,
ul.stm-list-2 li > ul,
ul.stm-list-2-white li > ul,
ul.stm-list-2-blue li > ul,
ul.stm-list-1-sm li > ul,
ul.stm-list-2-sm li > ul {
  padding-top: 14px;
  margin-bottom: 0;
}
ul.stm-list-1 li > ul > li,
ul.stm-list-1-white li > ul > li,
ul.stm-list-1-blue li > ul > li,
ul.stm-list-2 li > ul > li,
ul.stm-list-2-white li > ul > li,
ul.stm-list-2-blue li > ul > li,
ul.stm-list-1-sm li > ul > li,
ul.stm-list-2-sm li > ul > li {
  padding-left: 20px;
  line-height: 24px;
}
ul.stm-list-1 li > ul > li:before,
ul.stm-list-1-white li > ul > li:before,
ul.stm-list-1-blue li > ul > li:before,
ul.stm-list-2 li > ul > li:before,
ul.stm-list-2-white li > ul > li:before,
ul.stm-list-2-blue li > ul > li:before,
ul.stm-list-1-sm li > ul > li:before,
ul.stm-list-2-sm li > ul > li:before {
  position: absolute;
}
ul.stm-list-1 li > ul > li:not(:last-child),
ul.stm-list-1-white li > ul > li:not(:last-child),
ul.stm-list-1-blue li > ul > li:not(:last-child),
ul.stm-list-2 li > ul > li:not(:last-child),
ul.stm-list-2-white li > ul > li:not(:last-child),
ul.stm-list-2-blue li > ul > li:not(:last-child),
ul.stm-list-1-sm li > ul > li:not(:last-child),
ul.stm-list-2-sm li > ul > li:not(:last-child) {
  margin-bottom: 12px;
}
ul.stm-list-1 li > ul > li ul,
ul.stm-list-1-white li > ul > li ul,
ul.stm-list-1-blue li > ul > li ul,
ul.stm-list-2 li > ul > li ul,
ul.stm-list-2-white li > ul > li ul,
ul.stm-list-2-blue li > ul > li ul,
ul.stm-list-1-sm li > ul > li ul,
ul.stm-list-2-sm li > ul > li ul {
  margin-bottom: 0;
  padding-top: 14px;
}
ul.stm-list-1 li > ul > li ul li:before,
ul.stm-list-1-white li > ul > li ul li:before,
ul.stm-list-1-blue li > ul > li ul li:before,
ul.stm-list-2 li > ul > li ul li:before,
ul.stm-list-2-white li > ul > li ul li:before,
ul.stm-list-2-blue li > ul > li ul li:before,
ul.stm-list-1-sm li > ul > li ul li:before,
ul.stm-list-2-sm li > ul > li ul li:before {
  position: absolute;
}

ul.stm-list-1 li,
ul.stm-list-1-sm li,
ul.stm-list-1-white li,
ul.stm-list-1-blue li {
  color: #595959;
}
ul.stm-list-1 li:before,
ul.stm-list-1-sm li:before,
ul.stm-list-1-white li:before,
ul.stm-list-1-blue li:before {
  content: "\e90f";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 9px;
  left: 0;
  font-size: 6px;
  color: #dea227;
}
ul.stm-list-1 li > ul > li,
ul.stm-list-1-sm li > ul > li,
ul.stm-list-1-white li > ul > li,
ul.stm-list-1-blue li > ul > li {
  color: #595959;
}
ul.stm-list-1 li > ul > li:before,
ul.stm-list-1-sm li > ul > li:before,
ul.stm-list-1-white li > ul > li:before,
ul.stm-list-1-blue li > ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 5px;
  color: #dea227;
}
ul.stm-list-1 li > ul > li ul li:before,
ul.stm-list-1-sm li > ul > li ul li:before,
ul.stm-list-1-white li > ul > li ul li:before,
ul.stm-list-1-blue li > ul > li ul li:before {
  content: "\e92d";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 4px;
  color: #dea227;
}

ul.stm-list-2 li,
ul.stm-list-2-sm li,
ul.stm-list-2-white li,
ul.stm-list-2-blue li {
  color: #595959;
}
ul.stm-list-2 li:before,
ul.stm-list-2-sm li:before,
ul.stm-list-2-white li:before,
ul.stm-list-2-blue li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 9px;
  left: 0;
  font-size: 5px;
  color: #dea227;
}

ul.stm-list-1-white li,
ul.stm-list-2-white li {
  color: #fff;
}
ul.stm-list-1-white li:before,
ul.stm-list-2-white li:before {
  color: #fff;
}
ul.stm-list-1-white li a:hover,
ul.stm-list-2-white li a:hover {
  text-decoration: underline;
  color: #fff;
}
ul.stm-list-1-white li > ul > li,
ul.stm-list-2-white li > ul > li {
  color: #fff;
}
ul.stm-list-1-white li > ul > li:before,
ul.stm-list-2-white li > ul > li:before {
  color: #fff;
}
ul.stm-list-1-white li > ul > li ul li:before,
ul.stm-list-2-white li > ul > li ul li:before {
  color: #fff;
}

ul.stm-list-1-blue li,
ul.stm-list-2-blue li {
  color: #595959;
}
ul.stm-list-1-blue li:before,
ul.stm-list-2-blue li:before {
  color: #161543;
}
ul.stm-list-1-blue li > ul > li,
ul.stm-list-2-blue li > ul > li {
  color: #595959;
}
ul.stm-list-1-blue li > ul > li:before,
ul.stm-list-2-blue li > ul > li:before {
  color: #161543;
}
ul.stm-list-1-blue li > ul > li ul li,
ul.stm-list-2-blue li > ul > li ul li {
  color: #595959;
}
ul.stm-list-1-blue li > ul > li ul li:before,
ul.stm-list-2-blue li > ul > li ul li:before {
  color: #161543;
}

ol.stm-list-4,
ol.stm-list-4-blue,
ol.stm-list-4-white,
ol.stm-list-3-blue,
ol.stm-list-3-white,
ol.stm-list-3 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: li-counter;
}
ol.stm-list-4 li,
ol.stm-list-4-blue li,
ol.stm-list-4-white li,
ol.stm-list-3-blue li,
ol.stm-list-3-white li,
ol.stm-list-3 li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
ol.stm-list-4 li:not(:last-child),
ol.stm-list-4-blue li:not(:last-child),
ol.stm-list-4-white li:not(:last-child),
ol.stm-list-3-blue li:not(:last-child),
ol.stm-list-3-white li:not(:last-child),
ol.stm-list-3 li:not(:last-child) {
  margin-bottom: 12px;
}
ol.stm-list-4 li:before,
ol.stm-list-4-blue li:before,
ol.stm-list-4-white li:before,
ol.stm-list-3-blue li:before,
ol.stm-list-3-white li:before,
ol.stm-list-3 li:before {
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  position: absolute;
  top: 0;
  left: 0;
}
ol.stm-list-4 li ol,
ol.stm-list-4-blue li ol,
ol.stm-list-4-white li ol,
ol.stm-list-3-blue li ol,
ol.stm-list-3-white li ol,
ol.stm-list-3 li ol {
  margin-bottom: 0;
  padding-top: 12px;
}

ol.stm-list-3 li {
  color: #595959;
}
ol.stm-list-3 li:before {
  color: #dea227;
}

ol.stm-list-4-white li,
ol.stm-list-4-blue li,
ol.stm-list-4 li {
  color: #595959;
}
ol.stm-list-4-white li:before,
ol.stm-list-4-blue li:before,
ol.stm-list-4 li:before {
  color: #dea227;
  font-weight: 700;
}

ol.stm-list-4-white li,
ol.stm-list-3-white li {
  color: #fff;
}
ol.stm-list-4-white li:before,
ol.stm-list-3-white li:before {
  color: #fff;
}

ol.stm-list-4-blue li,
ol.stm-list-3-blue li {
  color: #595959;
}
ol.stm-list-4-blue li:before,
ol.stm-list-3-blue li:before {
  color: #161543;
}

ul.stm-list-5 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.stm-list-5 li {
  color: #595959;
  font-size: 14px;
  line-height: 24px;
}
ul.stm-list-5 li:not(:last-child) {
  margin-bottom: 13px;
}

.list_inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.list_inline .list__item {
  display: inline-block;
}

.list_unstyle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 3px 3px 1px 3px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px;
}

.list_social-networks {
  margin: 0 -4px;
  font-size: 0;
}
.list_social-networks .list__item {
  padding: 0 4px;
  font-size: 16px;
}
.list_social-networks .list__item-link {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.list_social-networks .list__item-link:hover {
  opacity: 1;
}
.list_social-networks .list__item-link_facebook {
  background: #3a5897;
}
.list_social-networks .list__item-link_twitter {
  background: #00aced;
}
.list_social-networks .list__item-link_instagram {
  background: #ac907a;
}
.list_social-networks .list__item-link_google-plus {
  background: #db4437;
}
.list_social-networks .list__item-link_vimeo {
  background: #44bbff;
}
.list_social-networks .list__item-link_linkedin {
  background: #0077b5;
}
.list_social-networks .list__item-link_soundcloud {
  background: #ff3a00;
}
.list_social-networks .list__item-link_youtube {
  background: #bb0000;
}

.list_social-networks_simple {
  margin: 0 -4px;
  font-size: 0;
}
.list_social-networks_simple .list__item {
  padding: 9px 4px;
  font-size: 16px;
}
.list_social-networks_simple .list__item-link {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.list_social-networks_simple .list__item-link:hover {
  opacity: 1;
}

.owl-controls .owl-dots {
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 11px;
}
.owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.owl-controls .owl-dots .owl-dot:hover span {
  background: #dea227;
}
.owl-controls .owl-dots .owl-dot.active span {
  background: #dea227;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.owl-carousel .owl-item img {
  height: auto;
}

.select2-container,
.select2-container--default {
  width: 100% !important;
}
.select2-container .select2-choice,
.select2-container .select2-selection--single,
.select2-container--default .select2-choice,
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0;
}
.select2-container .select2-choice .select2-chosen,
.select2-container .select2-choice .select2-selection__rendered,
.select2-container .select2-selection--single .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-choice .select2-chosen,
.select2-container--default .select2-choice .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-chosen,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  color: #595959;
  padding-left: 20px;
}
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container .select2-selection--single .select2-arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-choice .select2-arrow,
.select2-container--default .select2-choice .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-arrow,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  width: 50px;
}
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-choice .select2-arrow b,
.select2-container--default .select2-choice .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-arrow b,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
}
.select2-container .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.select2-container .select2-highlighted,
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-highlighted,
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #dea227;
}

.select2-container .select2-choice .select2-arrow b {
  margin-left: 0;
}
.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  border-top-color: #808080;
  margin-left: -5px;
  margin-top: -2px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.select2-results__option {
  padding: 9px 20px;
  line-height: 24px;
  transition: all 0.3s ease;
}

.select2-drop,
.select2-dropdown {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #e6e6e6;
}

.select2-results {
  padding: 0;
  background: #fff;
}
.select2-results .select2-result {
  margin: 0;
  transition: all 0.3s ease;
}
.select2-results .select2-highlighted {
  border-radius: 0;
  color: #fff;
  background-color: #dea227;
}
.select2-results .select2-result-label {
  padding: 9px 20px;
  line-height: 24px;
}

.top-bar-vertical-padd,
.top-bar__nav,
.top-bar__account,
.top-bar_view-style_1 .top-bar__search .stm-search-form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar {
  position: relative;
  z-index: 9;
  text-align: center;
}

.top-bar__content {
  position: relative;
  min-height: 50px;
}

.top-bar__search .stm-search-form__submit-text {
  display: none;
}

.wpml-switcher {
  position: relative;
  text-align: left;
}
.wpml-switcher__active {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  font-size: 13px;
}
.wpml-switcher__active:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
}
.wpml-switcher__list {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.wpml-switcher__list a {
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wpml-switcher__languages:hover .wpml-switcher__list {
  visibility: visible;
  opacity: 1;
}
.wpml-switcher_type_top-bar {
  float: left;
}

.top-bar__nav {
  display: inline-block;
}

.top-bar__nav-menu li {
  line-height: 30px;
}

.top-bar__account {
  display: inline-block;
}
.top-bar__account .top-bar__account-action {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
}

.top-bar__contacts {
  margin-bottom: 0;
  list-style: none;
  padding: 18px 0 11px 0;
  font-size: 0;
}

.top-bar__contact {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  vertical-align: top;
}
.top-bar__contact:not(:last-child) {
  margin-right: 37px;
}
.top-bar__contact:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dea227;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
}

.top-bar__search-input-text {
  border-radius: 0;
}

.top-bar__contact_phone:before {
  content: "\e904";
  top: -2px;
}

.top-bar__contact_email:before {
  content: "\e902";
}

.top-bar__contact_address:before {
  content: "\e905";
  top: -2.5px;
}

.top-bar_view-style_1 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar_view-style_1 .top-bar__socials .list__item-link {
  color: #808080;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.top-bar_view-style_1 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}
.top-bar_view-style_1 .top-bar__search {
  position: absolute;
  right: 0;
}
.top-bar_view-style_1 .top-bar__search .stm-search-form {
  position: relative;
}
.top-bar_view-style_1 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 10px;
  right: 0;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #808080;
  font-size: 16px;
  z-index: 2;
}
.top-bar_view-style_1 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  border: 1px solid transparent;
  z-index: 1;
  font-size: 13px;
  color: transparent;
  transition: all 0.3s ease;
}
.top-bar_view-style_1
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}
.top-bar_view-style_1 .top-bar__search .stm-search-form__field_active {
  width: 170px;
  padding-left: 10px;
  padding-right: 30px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #595959;
}
.top-bar_view-style_1
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #595959;
}
.top-bar_view-style_1 .top-bar__language {
  position: absolute;
  left: -20px;
}
.top-bar_view-style_1 .top-bar__language .wpml-switcher__active {
  color: #999999;
}
.top-bar_view-style_1 .top-bar__language .wpml-switcher__list {
  background: #161543;
}
.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}
.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a:hover {
  background: #dea227;
}
.top-bar_view-style_1
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #161543;
}
.top-bar_view-style_1 .top-bar__account .top-bar__account-action,
.top-bar_view-style_1 .top-bar__nav-menu li a {
  color: #999999;
  transition: all 0.3s ease;
}
.top-bar_view-style_1 .top-bar__account .top-bar__account-action:hover,
.top-bar_view-style_1 .top-bar__nav-menu li a:hover {
  color: #161543;
}

.top-bar_view-style_2 .top-bar__socials .list__item-link {
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.top-bar_view-style_2 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}

.top-bar_view-style_2 .top-bar__language {
  position: absolute;
  left: 0;
}
.top-bar_view-style_2 .top-bar__language .wpml-switcher__active {
  color: #fff;
}
.top-bar_view-style_2 .top-bar__language .wpml-switcher__list {
  background: #011b3a;
}
.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}
.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a:hover {
  background: #161543;
}
.top-bar_view-style_2
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #161543;
}

.top-bar_view-style_2 .top-bar__account .top-bar__account-action,
.top-bar_view-style_2 .top-bar__nav-menu li a {
  color: #fff;
}

.top-bar_view-style_2 .top-bar__search {
  position: absolute;
  right: 0;
}
.top-bar_view-style_2 .top-bar__search .stm-search-form {
  position: relative;
}
.top-bar_view-style_2 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 255px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 60px;
  background: rgba(1, 27, 58, 0.25);
  border: none;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
.top-bar_view-style_2
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.top-bar_view-style_2 .top-bar__search .stm-search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: color 0.3s ease;
}
.top-bar_view-style_2 .top-bar__search .stm-search-form__submit_active {
  color: #fff;
}

.top-bar_view-style_3 {
  background: rgba(1, 27, 58, 0.85);
}
.top-bar_view-style_3 .top-bar__content {
  display: table;
  width: 100%;
  text-align: justify;
}
.top-bar_view-style_3 .top-bar__socials .list__item-link {
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.top-bar_view-style_3 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}
.top-bar_view-style_3 .top-bar__contact,
.top-bar_view-style_3 .top-bar__contact a,
.top-bar_view-style_3 .top-bar__contact a:hover {
  color: #fff;
}
.top-bar_view-style_3 .top-bar__contact {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.top-bar_view-style_3 .top-bar__contact:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar_view-style_3 .top-bar__language {
  position: static;
  display: table-cell;
  vertical-align: middle;
}
.top-bar_view-style_3 .top-bar__language .wpml-switcher__active {
  color: #fff;
  padding: 18.5px 40px 18.5px 20px;
  line-height: 1;
}
.top-bar_view-style_3 .top-bar__language .wpml-switcher__list {
  background: #011b3a;
}
.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}
.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a:hover {
  background: #161543;
}
.top-bar_view-style_3
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #161543;
}
.top-bar_view-style_3 .top-bar__account .top-bar__account-action,
.top-bar_view-style_3 .top-bar__nav-menu li a {
  color: #fff;
}
.top-bar_view-style_3 .top-bar__search {
  display: table-cell;
  width: 50px;
}
.top-bar_view-style_3 .top-bar__search .stm-search-form {
  position: relative;
  min-width: 50px;
  min-height: 50px;
}
.top-bar_view-style_3 .top-bar__search .stm-search-form__field {
  position: relative;
  float: right;
  background: transparent;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
}
.top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
  width: 255px;
  cursor: text;
  background: rgba(255, 255, 255, 0.25);
  padding-right: 50px;
}
.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.top-bar_view-style_3 .top-bar__search .stm-search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: all 0.3s ease;
}
.top-bar_view-style_3 .top-bar__search .stm-search-form__submit_active {
  color: #fff;
}

.top-bar_view-style_4 .top-bar__content {
  display: table;
  line-height: 1;
  width: 100%;
  text-align: justify;
}

.top-bar_view-style_4 .top-bar__language,
.top-bar_view-style_4 .top-bar__socials,
.top-bar_view-style_4 .top-bar__contact,
.top-bar_view-style_4 .top-bar__search {
  display: table-cell;
  vertical-align: middle;
}

.top-bar_view-style_4 .top-bar__socials,
.top-bar_view-style_4 .top-bar__contact {
  padding: 5px 20px;
}

.top-bar_view-style_4 .top-bar__search {
  width: 50px;
}

.top-bar_view-style_4 .top-bar__contact,
.top-bar_view-style_4 .top-bar__contact a,
.top-bar_view-style_4 .top-bar__contact a:hover {
  color: #fff;
}

.top-bar_view-style_4 .top-bar__contact {
  padding-left: 30px;
}
.top-bar_view-style_4 .top-bar__contact:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar_view-style_4 .top-bar__socials .list__item {
  padding: 0 4px;
}

.top-bar_view-style_4 .top-bar__socials .list__item-link {
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.top-bar_view-style_4 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}

.top-bar_view-style_4 .top-bar__language {
  position: static;
}
.top-bar_view-style_4 .top-bar__language .wpml-switcher__active {
  color: #fff;
  padding: 18.5px 40px 18.5px 20px;
  line-height: 1;
}
.top-bar_view-style_4 .top-bar__language .wpml-switcher__list {
  background: #011b3a;
}
.top-bar_view-style_4 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}
.top-bar_view-style_4 .top-bar__language .wpml-switcher__list a:hover {
  background: #161543;
}
.top-bar_view-style_4
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #161543;
}

.top-bar_view-style_4 .top-bar__account .top-bar__account-action,
.top-bar_view-style_4 .top-bar__nav-menu li a {
  color: #fff;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form {
  min-width: 50px;
  min-height: 50px;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field {
  position: relative;
  float: right;
  background: transparent;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
  width: 255px;
  cursor: text;
  background: rgba(255, 255, 255, 0.25);
  padding-right: 50px;
}
.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  border: none;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
}

.top-bar-mobile {
  display: none;
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}
.top-bar-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar-mobile .top-bar-mobile__language {
  float: left;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel {
  position: relative;
  z-index: 9;
  float: left;
  text-align: left;
  font-size: 13px;
  transition: all 0.3s ease;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li .lang_sel_sel {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  color: #999999;
}
.top-bar-mobile
  .top-bar-mobile__language
  #lang_sel
  > ul
  > li
  .lang_sel_sel:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
}
.top-bar-mobile
  .top-bar-mobile__language
  #lang_sel
  > ul
  > li:hover
  .lang_sel_sel {
  color: #fff;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: #011b3a;
  opacity: 0;
  list-style: none;
  transition: all 0.3s ease;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a:hover {
  background: #161543;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel > ul:hover {
  background: #011b3a;
}
.top-bar-mobile .top-bar-mobile__language #lang_sel:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}
.top-bar-mobile .top-bar-mobile__search {
  float: right;
}
.top-bar-mobile .top-bar-mobile__search .stm-search-form {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
}
.top-bar-mobile .top-bar-mobile__search .stm-search-form:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 8px;
  height: 30px;
  line-height: 30px;
  z-index: 1;
  color: #808080;
  font-size: 16px;
}
.top-bar-mobile .top-bar-mobile__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 0;
  background: none;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  transition: all 0.3s ease;
}
.top-bar-mobile .top-bar-mobile__search .stm-search-form__field:focus {
  width: 170px;
  cursor: text;
  border-color: rgba(0, 0, 0, 0.1);
  padding-right: 10px;
}
.top-bar-mobile .top-bar-mobile__search .stm-search-form__submit {
  display: none;
}

.stm-page-head {
  position: relative;
  background-position: bottom center;
  background: #011b3a;
  padding: 71px 0 78px;
  background-size: cover;
}
.stm-page-head .breadcrumbs {
  padding-top: 0;
  color: #fff;
}
.stm-page-head .breadcrumbs a {
  color: #fff;
}

.stm-page-head__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stm-page-head__content {
  position: relative;
  z-index: 1;
}

.stm-page-head__title {
  font-weight: 300;
  color: #fff;
  margin-bottom: 33px;
}

.stm-page-head__separator-line {
  width: 60px;
  height: 2px;
  background: #dea227;
}

.stm-page-head_has_subtitle .stm-page-head__separator {
  margin-bottom: 41px;
}

.stm-page-head__subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.stm-page-head_size_small {
  padding-top: 221px;
  padding-bottom: 78px;
}

.stm-page-head_size_medium {
  padding-top: 241px;
  padding-bottom: 151px;
}

.stm-page-head_color_white .stm-page-head__title,
.stm-page-head_color_white .stm-page-head__subtitle {
  color: #fff;
}

.stm-page-head_color_white .stm-page-head__separator-line {
  background: #dea227;
}

.stm-page-head_color_white .stm-page-head__subtitle {
  color: #fff;
}

.stm-page-head_color_white .stm-page-head__overlay {
  background: rgba(1, 27, 58, 0.75);
}

.stm-page-head_has_shopping-cart .stm-page-head__content {
  float: left;
}

.stm-page-head_has_shopping-cart .shopping-cart {
  margin-top: 9px;
  float: right;
}

table {
  margin-bottom: 30px;
  font-size: 14px;
}
table thead th {
  padding: 8px 15px;
  background: #dea227;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
table tbody th,
table tbody td {
  background: #fff;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.stm-route-schedule {
  width: 100%;
}
.stm-route-schedule td {
  background: #fff;
  padding: 13px 15px;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stm-route-schedule tr:last-child td {
  border-bottom: none;
}

.stm-table {
  width: 100%;
}

.stm-table_style-1 {
  width: 100%;
}
.stm-table_style-1 th {
  background: #dea227;
  padding: 8px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.stm-table_style-1 th:last-child {
  text-align: right;
}
.stm-table_style-1 td {
  background: #fff;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.stm-table_style-1 td:last-child {
  text-align: center;
}
.stm-table_style-1 .stm-table__heading td {
  background: transparent;
  font-size: 16px;
  color: #011b3a;
  text-align: left;
}

.stm-table_camps {
  border-collapse: separate;
}
.stm-table_camps th {
  width: 1%;
  font-weight: 400;
}
.stm-table_camps .stm-table__cell-title {
  text-transform: uppercase;
  color: #011b3a;
}
.stm-table_camps td {
  padding: 16px 10px;
  vertical-align: top;
}
.stm-table_camps td:first-child {
  border-left: 5px solid #dea227;
}
.stm-table_camps td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
}

.shopping-cart_small {
  position: relative;
  padding: 16.5px 30px;
  z-index: 1;
  border: 2px solid #dea227;
}
.shopping-cart_small .shopping-cart__link {
  display: block;
}
.shopping-cart_small .shopping-cart__link:focus,
.shopping-cart_small .shopping-cart__link:hover {
  text-decoration: none;
}
.shopping-cart_small .shopping-cart__left {
  float: left;
  padding-top: 4px;
  font-size: 30px;
}
.shopping-cart_small .shopping-cart__body {
  overflow: hidden;
  padding-left: 20px;
}
.shopping-cart_small .shopping-cart__title {
  margin-bottom: 5px;
  line-height: 20px;
  color: #fff;
}
.shopping-cart_small .shopping-cart__products {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

.stm-blockquote {
  padding: 0;
  border-left: 0;
}
.stm-blockquote p:first-of-type {
  text-indent: 20px;
}
.stm-blockquote p:first-of-type:before {
  content: "\e90d";
  position: relative;
  left: -19px;
  top: -7px;
  text-indent: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #dea227;
}
.stm-blockquote p:last-of-type {
  margin-bottom: 0;
}
.stm-blockquote p:last-of-type:after {
  content: "\e90c" !important;
  position: relative;
  left: 18px;
  top: -2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #dea227;
}
.stm-blockquote footer {
  padding-top: 36px;
  color: #595959;
}
.stm-blockquote footer cite {
  font-style: normal;
}

.stm-blockquote_bordered {
  border-width: 2px 0;
  border-style: solid;
  border-color: #dea227;
  padding-top: 35.5px;
  padding-bottom: 33px;
  padding-left: 0;
  padding-right: 0;
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}

.tp-bullets.stm-white .tp-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
}
.tp-bullets.stm-white .tp-bullet:hover,
.tp-bullets.stm-white .tp-bullet.selected {
  background: #dea227;
}
.tp-bullets.stm-white .tp-bullet.selected {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.darkBlueOverlay.tp-shape {
  background: rgba(1, 27, 58, 0.4) !important;
}

.rev-btn.blueSquareArrow {
  width: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid #161543;
  background: transparent;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #011b3a;
  text-align: center;
}
.rev-btn.blueSquareArrow:hover {
  color: #fff;
  background: #161543;
}

.rev-btn.whiteSquareArrow {
  width: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid #161543;
  background: transparent;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.rev-btn.whiteSquareArrow:hover {
  color: #fff;
  background: #161543;
}

.stm-rev-nav {
  min-width: 100px;
}
.stm-rev-nav:after {
  content: "";
  display: table;
  clear: both;
}
.stm-rev-nav .stm-rev-nav_next,
.stm-rev-nav .stm-rev-nav_prev {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 46px !important;
  background: transparent;
  border: 2px solid #161543;
  color: #fff;
  font-size: 16px !important;
  font-family: "Arial", sans-serif;
  text-align: center !important;
}
.stm-rev-nav .stm-rev-nav_next:hover,
.stm-rev-nav .stm-rev-nav_prev:hover {
  text-decoration: none;
  color: #fff;
  background: #161543;
}
.stm-rev-nav .stm-rev-nav_next:focus,
.stm-rev-nav .stm-rev-nav_prev:focus {
  text-decoration: none;
}
.stm-rev-nav .stm-rev-nav_prev {
  margin-right: -2px;
}

.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next,
.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev {
  color: #011b3a;
}
.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next:hover,
.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev:hover {
  color: #fff;
}

.btnBlueSecondary a,
.btnBlue a {
  border: 2px solid #161543 !important;
  min-width: 160px !important;
  display: inline-block !important;
  color: #fff !important;
  line-height: 46px !important;
  padding: 0 24px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btnBlueSecondary a:after,
.btnBlue a:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.btnBlueSecondary a:focus,
.btnBlueSecondary a:hover,
.btnBlue a:focus,
.btnBlue a:hover {
  text-decoration: none;
}
.btnBlueSecondary a:hover,
.btnBlue a:hover {
  color: #fff !important;
  background-color: #161543 !important;
  border-color: #161543 !important;
}
.btnBlueSecondary a:active:after,
.btnBlue a:active:after {
  visibility: visible;
  opacity: 1;
}
.btnBlueSecondary a .stm-icon-arrow-right,
.btnBlue a .stm-icon-arrow-right {
  font-size: 6px;
}
.btnBlueSecondary a i,
.btnBlueSecondary a span,
.btnBlue a i,
.btnBlue a span {
  vertical-align: middle;
  margin-left: 7px !important;
}

.btnBlueSecondary a {
  color: #011b3a !important;
}
.btnBlueSecondary a:hover {
  color: #fff !important;
}

.linkBlueSecondary.tp-caption a {
  color: #011b3a;
  font-size: 16px;
}
.linkBlueSecondary.tp-caption a i,
.linkBlueSecondary.tp-caption a span {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

.linkWhite.tp-caption a {
  color: #fff;
  font-size: 16px;
}
.linkWhite.tp-caption a i,
.linkWhite.tp-caption a span {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

.separatorShortGreen hr {
  width: 60px !important;
  border: 0 none !important;
  border-top: 2px solid #dea227 !important;
}

.TitleH1DarkBlue {
  color: #011b3a !important;
}

.textBgDarkBlue {
  background: rgba(1, 27, 58, 0.85) !important;
}

.leftFullHeightBgDarkBlue {
  background-color: rgba(1, 27, 58, 0.85) !important;
  min-width: inherit !important;
  max-width: inherit !important;
}

.sidebar_shop .widget {
  margin-bottom: 30px;
}

.widget_search .stm-search-form {
  position: relative;
}

.widget_search .stm-search-form__submit {
  color: #808080;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: none;
  text-align: center;
}

.widget_search .stm-search-form__submit-text {
  display: none;
}

.widget_search .stm-search-form__field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 55px 0 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.widget_search .stm-search-form__field:focus {
  border-color: #dea227;
}

.widget_search input[type="submit"],
.widget_search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  z-index: 1;
}

.widget_product_search form {
  position: relative;
}
.widget_product_search form:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #808080;
}

.widget_product_search .search-field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 55px 0 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.widget_product_search .search-field:focus {
  border-color: #dea227;
}

.widget_product_search button[type="submit"],
.widget_product_search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  z-index: 1;
}

.widget_product_categories,
.widget_categories {
  background: #161543;
  padding: 30px 0 20px 0;
}
.widget_product_categories .widget__title,
.widget_categories .widget__title {
  padding: 0 35px;
}
.widget_product_categories ul,
.widget_categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_product_categories li,
.widget_categories li {
  padding: 10px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.widget_product_categories li:hover,
.widget_categories li:hover {
  background: #dea227;
}
.widget_product_categories li a,
.widget_categories li a {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.widget_product_categories li a:before,
.widget_categories li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 2px;
}
.widget_product_categories li a:hover,
.widget_categories li a:hover {
  text-decoration: none;
}
.widget_product_categories .select2,
.widget_categories .select2 {
  width: 100% !important;
}

.widget_categories_type_dropdown {
  background: transparent;
  padding: 0;
}
.widget_categories_type_dropdown .widget__title {
  padding: 0;
}

.widget_archive ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_archive li {
  color: #808080;
}
.widget_archive li:not(:last-child) {
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_recent_comments li:not(:last-child),
.widget_meta li:not(:last-child),
.widget_pages li:not(:last-child) {
  margin-bottom: 16px;
}

.widget_meta a,
.widget_pages a {
  position: relative;
  padding-left: 20px;
}
.widget_meta a:before,
.widget_pages a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #dea227;
}

.widget_meta abbr[title],
.widget_meta abbr[data-original-title] {
  border-bottom-color: #161543;
}

.widget_recent_comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_recent_comments li {
  position: relative;
  padding-left: 25px;
}
.widget_recent_comments li:before {
  content: "\f27b";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
  color: #999;
}
.widget_recent_comments li:not(:last-child) {
  margin-bottom: 16px;
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid #161543;
  background: #fff;
  font-size: 13px !important;
  line-height: 20px;
  vertical-align: top;
  color: #011b3a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.widget_product_tag_cloud .tagcloud a:last-child,
.widget_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: #161543;
  color: #fff;
}

.widget_calendar caption {
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #011b3a;
}

.widget_calendar table {
  width: 100%;
  font-size: 14px;
}

.widget_calendar thead th {
  padding: 10px 8px;
  background: #dea227;
  text-align: center;
  color: #fff;
}

.widget_calendar tbody {
  border-bottom: 1px solid #d9d9d9;
}
.widget_calendar tbody td {
  padding: 8px;
  background: #fff;
  text-align: center;
  border: none;
}
.widget_calendar tbody td#today {
  background: #f8f8f8;
  font-weight: 700;
  color: #dea227;
}

.widget_calendar tfoot td {
  padding: 9px 8px;
  font-size: 13px;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_recent_entries ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget_recent_entries ul li {
  margin-bottom: 29px;
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #161543;
  line-height: 22px;
  margin-bottom: 6px;
}

.widget_recent_entries .post-date {
  display: block;
  position: relative;
  font-size: 13px;
  color: #808080;
}
.widget_recent_entries .post-date:before {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.25);
}

.widget_text img {
  max-width: 100%;
  height: auto;
  display: block;
}

.widget_rss .widget__title a {
  color: inherit;
  font-weight: 300;
}

.widget_rss ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_rss li .rsswidget {
  display: block;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 6px;
}

.widget_rss li .rss-date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #808080;
}
.widget_rss li .rss-date:before {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  color: #dea227;
}

.widget_rss li .rssSummary {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.widget_rss li cite {
  font-size: 13px;
  color: #808080;
}

.widget_rss li:not(:last-child) {
  margin-bottom: 20px;
}

.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_footer .widget_title {
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.widget_footer .widget_title:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 1px solid #dea227;
  margin-top: 12px;
}

.widget_footer.widget_recent_entries ul li a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget_footer.widget_recent_entries .post-date {
  color: #808080;
}
.widget_footer.widget_recent_entries .post-date:before {
  font-size: 16px;
  color: #fff;
  opacity: 0.25;
  vertical-align: top;
  margin-top: 2.5px;
}

.widget_footer .textwidget {
  line-height: 26px;
  color: #fff;
}
.widget_footer .textwidget p:last-child {
  margin-bottom: 0;
}

.widget_footer.widget_nav_menu .menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.widget_footer.widget_nav_menu .menu > li {
  margin-bottom: 16px;
}
.widget_footer.widget_nav_menu .menu > li:last-child {
  margin-bottom: 0;
}
.widget_footer.widget_nav_menu .menu > li > a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #b2b2b2;
  transition: all 0.3s ease;
}
.widget_footer.widget_nav_menu .menu > li > a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  color: #161543;
}
.widget_footer.widget_nav_menu .menu > li > a:hover {
  color: #fff;
}

.widget_footer .list_social-networks {
  padding-top: 35px;
  margin-bottom: -8px;
}
.widget_footer .list_social-networks .list__item {
  margin-bottom: 8px;
}
.widget_footer .list_social-networks .list__item-link {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.widget_footer .list_social-networks .list__item-link:hover {
  opacity: 1;
}

.widget_footer .list_contact-details .list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #b2b2b2;
}
.widget_footer .list_contact-details .list__item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  color: #dea227;
}
.widget_footer .list_contact-details .list__item:last-child {
  margin-bottom: 0;
}
.widget_footer .list_contact-details .list__item p:last-child {
  margin-bottom: 0;
}
.widget_footer .list_contact-details .list__item a {
  color: #b2b2b2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.widget_footer .list_contact-details .list__item a:focus,
.widget_footer .list_contact-details .list__item a:hover {
  text-decoration: none;
}
.widget_footer .list_contact-details .list__item a:hover {
  color: #fff;
  text-decoration: none;
}

.widget_footer .list_contact-details .list__item_address:before {
  content: "\e905";
}

.widget_footer .list_contact-details .list__item_telephone:before {
  content: "\e904";
}

.widget_footer .list_contact-details .list__item_fax:before {
  content: "\e903";
}

.widget_footer .list_contact-details .list__item_email:before {
  content: "\e902";
}

.widget_footer .list_contact-details .list__item_schedule:before {
  content: "\e901";
}

.stm-media-gallery_widget {
  padding-left: 0;
  margin: 0 -6px;
  list-style: none;
}
.stm-media-gallery_widget:after {
  content: "";
  display: table;
  clear: both;
}
.stm-media-gallery_widget .stm-media-gallery__item {
  float: left;
  width: 33.33%;
  padding: 0 6px;
  margin-bottom: 12px;
  position: relative;
}
.stm-media-gallery_widget .stm-media-gallery__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stm-media-gallery_widget .stm-media-gallery__item-group {
  position: relative;
  overflow: hidden;
}
.stm-media-gallery_widget .stm-media-gallery__item-link {
  position: absolute;
  background: rgba(0, 170, 255, 0.75);
  width: 100%;
  height: 100%;
  color: #fff;
}
.stm-media-gallery_widget .stm-media-gallery__item-link:focus,
.stm-media-gallery_widget .stm-media-gallery__item-link:hover {
  color: #fff;
  text-decoration: none;
}
.stm-media-gallery_widget .stm-media-gallery__item-link i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: auto;
}

.stm-statistics_vc-widget {
  padding: 29px 33px 34px 33px;
  border: 2px solid #161543;
  background: #fff;
}
.stm-statistics_vc-widget .stm-statistics__items {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.stm-statistics_vc-widget .stm-statistics__item:not(:last-child) {
  margin-bottom: 20px;
}
.stm-statistics_vc-widget .stm-statistics__item-label {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.stm-statistics_vc-widget .stm-statistics__item-value {
  font-weight: 700;
  line-height: 20px;
  color: #011b3a;
}

.sidebar_shop .widget__title,
.stm-vc-sidebar .widget__title,
.sidebar_type_blog .widget__title {
  margin-bottom: 30px;
  color: #011b3a;
}
.sidebar_shop .widget__title:after,
.stm-vc-sidebar .widget__title:after,
.sidebar_type_blog .widget__title:after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 26px;
  border-bottom: 2px solid #dea227;
}

.sidebar_shop .widget_product_categories .widget__title,
.sidebar_shop .widget_categories .widget__title,
.stm-vc-sidebar .widget_product_categories .widget__title,
.stm-vc-sidebar .widget_categories .widget__title,
.sidebar_type_blog .widget_product_categories .widget__title,
.sidebar_type_blog .widget_categories .widget__title {
  margin-bottom: 25px;
  color: #fff;
}
.sidebar_shop .widget_product_categories .widget__title:after,
.sidebar_shop .widget_categories .widget__title:after,
.stm-vc-sidebar .widget_product_categories .widget__title:after,
.stm-vc-sidebar .widget_categories .widget__title:after,
.sidebar_type_blog .widget_product_categories .widget__title:after,
.sidebar_type_blog .widget_categories .widget__title:after {
  border-bottom-color: #fff;
}

.sidebar_shop
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_shop .widget_categories.widget_categories_type_dropdown .widget__title,
.stm-vc-sidebar
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.stm-vc-sidebar
  .widget_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_type_blog
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_type_blog
  .widget_categories.widget_categories_type_dropdown
  .widget__title {
  color: #011b3a;
}
.sidebar_shop
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_shop
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after,
.stm-vc-sidebar
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.stm-vc-sidebar
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_type_blog
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_type_blog
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after {
  border-bottom-color: #dea227;
}

.sidebar_shop .widget_nav_menu li .sub-menu,
.stm-vc-sidebar .widget_nav_menu li .sub-menu,
.sidebar_type_blog .widget_nav_menu li .sub-menu {
  padding-top: 16px;
  margin-left: 35px;
}
.sidebar_shop .widget_nav_menu li .sub-menu li:not(:last-child),
.stm-vc-sidebar .widget_nav_menu li .sub-menu li:not(:last-child),
.sidebar_type_blog .widget_nav_menu li .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.sidebar_shop .widget_nav_menu li:not(:last-child),
.stm-vc-sidebar .widget_nav_menu li:not(:last-child),
.sidebar_type_blog .widget_nav_menu li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar_shop .widget_nav_menu div > ul > li > a,
.stm-vc-sidebar .widget_nav_menu div > ul > li > a,
.sidebar_type_blog .widget_nav_menu div > ul > li > a {
  padding-left: 20px;
  position: relative;
}
.sidebar_shop .widget_nav_menu div > ul > li > a:before,
.stm-vc-sidebar .widget_nav_menu div > ul > li > a:before,
.sidebar_type_blog .widget_nav_menu div > ul > li > a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #dea227;
}

.pagination {
  margin: 0;
  font-size: 0;
}
.pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  width: 100% !important;
  border: 0 !important;
}
.pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.pagination .page-numbers {
  margin-right: 5px;
  display: inline-block;
  border: 2px solid transparent;
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #011b3a;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  border-color: #161543;
  text-decoration: none;
}
.pagination .page-numbers:focus {
  text-decoration: none;
}
.pagination .page-numbers.current {
  border-color: #dea227;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-family: Arial, Tahoma, sans-serif;
}

.home .breadcrumbs {
  margin-bottom: -110px;
}

.home.blog .breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs {
  padding-top: 190px;
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 14px;
  color: #a6a6a6;
}
.breadcrumbs a {
  color: #a6a6a6;
}
.breadcrumbs a span {
  margin-right: 5px;
}
.breadcrumbs span {
  margin-left: 5px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}

.author-info {
  background: #fff;
  padding: 20px;
}
.author-info:after {
  content: "";
  display: table;
  clear: both;
}

.author-info__avatar {
  float: left;
}

.author-info__content {
  overflow: hidden;
  padding-left: 20px;
}

.author-info__heading {
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: #aaaaaa;
  line-height: 1;
}

.author-info__title {
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  color: #011b3a;
}

.author-info__link {
  color: inherit;
}

.author-info__title:hover .author-info__link {
  text-decoration: none;
}

.author-info__bio {
  font-size: 14px;
  line-height: 24px;
}

.join-event__title,
.comments-title,
.comment-reply-title {
  margin-bottom: 30px;
}
.join-event__title:after,
.comments-title:after,
.comment-reply-title:after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 26px;
  border-bottom: 2px solid #dea227;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.comment-list .comment {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-bottom: 30px;
}
.comment-list .comment.bypostauthor .avatar {
  border-radius: 0;
}
.comment-list .children {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 30px;
}

.comment__body:after {
  content: "";
  display: table;
  clear: both;
}

.comment__author-avatar {
  float: left;
}
.comment__author-avatar img {
  border-radius: 50%;
}

.comment__right {
  overflow: hidden;
  padding-left: 20px;
}

.comment__heading {
  margin-bottom: 12px;
}
.comment__heading .comment__author-title {
  float: left;
}
.comment__heading .comment__meta {
  float: right;
}
.comment__heading:after {
  content: "";
  display: table;
  clear: both;
}

.comment__author-title {
  font-size: 15px;
  font-weight: 700;
  color: #011b3a;
}
.comment__author-title .fn {
  font-style: normal;
}
.comment__author-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.comment__author-title a:hover {
  color: #161543;
}

.comment__meta {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
}
.comment__meta a {
  color: inherit;
}

.comment__meta-separator {
  margin: 0 1px;
}

.comment__reply .fa {
  margin-right: 5px;
}

.comment__content {
  font-size: 14px;
  line-height: 24px;
}
.comment__content p {
  font-size: 14px;
  line-height: 24px;
}

.comment-respond {
  padding-top: 24px;
}

.comment-respond__cancel-replay {
  float: right;
}
.comment-respond__cancel-replay a {
  padding: 5.5px 10px;
  background: #fff;
  font-size: 11px;
  line-height: 24px;
  color: #aaaaaa;
  text-transform: uppercase;
}
.comment-respond__cancel-replay a:hover {
  text-decoration: none;
}

.comments-area {
  margin-top: 55px;
}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="password"],
input[type="text"] {
  padding: 9px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #011b3a;
  line-height: 30px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
input[type="password"]:focus,
input[type="text"]:focus {
  border-color: #dea227;
}

textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  resize: none;
  transition: all 0.3s ease;
}
textarea:focus {
  border-color: #dea227;
}

.post-password-form input[type="submit"] {
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 2px solid #161543;
  color: #011b3a;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.post-password-form input[type="submit"]:hover {
  background: #161543;
  color: #fff;
}
.post-password-form input[type="submit"]:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.search-bar {
  margin-bottom: 40px;
}
.search-bar .stm-search-form .stm-search-form__field {
  height: 50px;
  width: calc(100% - 210px);
  background: #fff;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #011b3a;
  vertical-align: top;
  transition: all 0.3s ease;
}
.search-bar .stm-search-form .stm-search-form__field:focus {
  border-color: #dea227;
}
.search-bar .stm-search-form .stm-search-form__submit {
  position: relative;
  float: right;
  padding: 0 24px;
  min-width: 200px;
  background: transparent;
  border: 2px solid #161543;
  font-size: 16px;
  text-align: center;
  color: #011b3a;
  line-height: 46px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.search-bar .stm-search-form .stm-search-form__submit span,
.search-bar .stm-search-form .stm-search-form__submit i {
  position: relative;
}
.search-bar .stm-search-form .stm-search-form__submit .stm-icon {
  display: none;
}
.search-bar .stm-search-form .stm-search-form__submit:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.search-bar .stm-search-form .stm-search-form__submit:hover,
.search-bar .stm-search-form .stm-search-form__submit:focus {
  text-decoration: none;
}
.search-bar .stm-search-form .stm-search-form__submit:hover,
.search-bar .stm-search-form .stm-search-form__submit:active {
  background: #161543;
  color: #fff;
  border-color: #161543;
}
.search-bar .stm-search-form .stm-search-form__submit:active:after {
  visibility: visible;
  opacity: 1;
}

.search-bar__founded {
  margin-top: 14px;
  color: #595959;
}

.wpcf7-text,
.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 9px 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #011b3a;
  line-height: 30px;
  transition: all 0.3s ease;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #dea227;
}
.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  border-color: #ff0000;
}

.wpcf7-textarea {
  height: 190px;
  resize: none;
}

.wpcf7-submit {
  height: 50px;
  width: 160px;
  background: transparent;
  border: 2px solid #161543;
  color: #011b3a;
  transition: all 0.3s ease;
}
.wpcf7-submit:hover {
  background: #161543;
  color: #fff;
}
.wpcf7-submit:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.wpcf7 .stm-btn {
  min-width: 160px;
  vertical-align: middle;
}
.wpcf7 .stm-btn .stm-icon-arrow-right {
  margin-top: -2px;
  display: inline-block;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  background: #fff;
  padding: 28px 30px;
  border-width: 1px;
  margin: 20px 0;
}

.wpcf7 .wpcf7-validation-errors {
  border-color: #ff0000;
  color: #ff0000;
}

.wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.comment-form input[type="text"],
.comment-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease;
}
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
  border-color: #dea227;
}

.comment-form input[type="text"] {
  padding: 13px 20px;
}

.comment-form textarea {
  padding: 12px 20px;
  resize: none;
}

.comment-form__submit-button {
  height: 50px;
  min-width: 160px;
  padding: 0 30px;
  border: 2px solid #161543;
  background: transparent;
  color: #011b3a;
  font-size: 16px;
  transition: all 0.3s ease;
}
.comment-form__submit-button:hover {
  background: #161543;
  color: #fff;
}
.comment-form__submit-button .stm-icon {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
}

.post_view_single .entry-header {
  margin-bottom: 40px;
}

.post_view_single .entry-date {
  position: relative;
  float: left;
  width: 100px;
  height: 94px;
  padding-top: 21px;
  border: 4px solid #dea227;
  border-radius: 4px;
  text-align: center;
}
.post_view_single .entry-date:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 16px;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #dea227;
}
.post_view_single .entry-date:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 16px;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #dea227;
}

.post_view_single .entry-date__day {
  margin-bottom: 13px;
  font-size: 48px;
  color: #011b3a;
  line-height: 22px;
}

.post_view_single .entry-date__month {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.post_view_single .entry-header__heading {
  overflow: hidden;
  padding-left: 30px;
}

.post_view_single .entry-title {
  line-height: 54px;
  margin-top: -15px;
  margin-bottom: 14px;
}

.post_view_single .entry-meta {
  list-style: none;
  padding: 0 0 7px;
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 1px solid #dfdfdf;
}
.post_view_single .entry-meta:after {
  content: "";
  display: table;
  clear: both;
}
.post_view_single .entry-meta > li {
  float: left;
  margin-right: 40px;
  font-size: 13px;
  color: #161543;
  margin-bottom: 10px;
}
.post_view_single .entry-meta > li:last-child {
  margin-right: 0;
}
.post_view_single .entry-meta .cat-links {
  display: block;
  padding: 3px 8px;
  background: rgba(1, 27, 58, 0.85);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  transition: all 0.3s ease;
}
.post_view_single .entry-meta .cat-links a {
  color: inherit;
  text-transform: uppercase;
  line-height: 1;
}
.post_view_single .entry-meta .cat-links a:focus,
.post_view_single .entry-meta .cat-links a:hover {
  text-decoration: none;
}
.post_view_single .entry-meta .cat-links:hover {
  background: #011b3a;
}
.post_view_single .entry-meta .fa {
  margin-right: 9px;
  color: #999;
}

.post_view_single .tags-links {
  margin-bottom: -7px;
}
.post_view_single .tags-links:after {
  content: "";
  display: table;
  clear: both;
}
.post_view_single .tags-links a {
  padding: 5px 10px 7px 10px;
  margin-right: 8px;
  border: 1px solid #161543;
  background: #fff;
  font-size: 13px;
  color: #011b3a;
  line-height: 20px;
  float: left;
  margin-bottom: 7px;
  transition: all 0.3s ease;
}
.post_view_single .tags-links a:last-child {
  margin-right: 0;
}
.post_view_single .tags-links a:hover {
  background: #161543;
  color: #fff;
  text-decoration: none;
}
.post_view_single .tags-links a:focus {
  text-decoration: none;
}

.post_view_single .entry-share {
  font-size: 0;
}
.post_view_single .entry-share .share__title {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
  color: #aaaaaa;
  margin-right: 20px;
}
.post_view_single .entry-share .share__item {
  display: inline-block;
  margin-right: 8px;
}
.post_view_single .entry-share .share__item:last-child {
  margin-right: 0;
}
.post_view_single .entry-share .stLarge {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-image: none !important;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.post_view_single .entry-share .stLarge:hover {
  opacity: 1;
}
.post_view_single .entry-share .stButton {
  margin: 0;
}
.post_view_single .entry-share .st_facebook_large .stLarge {
  background: #3a5897;
}
.post_view_single .entry-share .st_facebook_large .stLarge:after {
  content: "\f09a";
}
.post_view_single .entry-share .st_twitter_large .stLarge {
  background: #00aced;
}
.post_view_single .entry-share .st_twitter_large .stLarge:after {
  content: "\f099";
}
.post_view_single .entry-share .st_googleplus_large .stLarge {
  background: #db4437;
}
.post_view_single .entry-share .st_googleplus_large .stLarge:after {
  content: "\f0d5";
}
.post_view_single .entry-share .st_sharethis_large .stLarge {
  background: #a6e346;
}
.post_view_single .entry-share .st_sharethis_large .stLarge:after {
  content: "\f1e0";
}

.post_view_single .entry-footer {
  margin-top: 54px;
}
.post_view_single .entry-footer:after {
  content: "";
  display: table;
  clear: both;
}
.post_view_single .entry-footer .tags-links {
  float: left;
}
.post_view_single .entry-footer .entry-share {
  float: right;
}

.post_view_single .author-info {
  margin-top: 40px;
}

.post_view_list {
  margin-bottom: 30px;
  position: relative;
}
.post_view_list.sticky .entry-details:before {
  content: "\e92c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 36px;
  top: -5px;
  font-size: 36px;
  color: #011b3a;
  z-index: 2;
}
.post_view_list:last-child {
  margin-bottom: 0;
}
.post_view_list .entry-body {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.post_view_list .entry-thumbnail-container {
  display: table-cell;
  vertical-align: middle;
}
.post_view_list .entry-thumbnail {
  width: 350px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.post_view_list .entry-thumbnail a {
  display: block;
}
.post_view_list .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post_view_list.format-video .entry-thumbnail > a {
  position: relative;
}
.post_view_list.format-video .entry-thumbnail > a:before {
  content: "\e915";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  padding-top: 26px;
  padding-left: 28px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 170, 255, 0.8);
  color: #fff;
  font-size: 24px;
}
.post_view_list .post-categories {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  z-index: 2;
  background: rgba(1, 27, 58, 0.85);
}
.post_view_list .post-categories li {
  margin-bottom: 2px;
}
.post_view_list .post-categories li:last-child {
  margin-bottom: 0;
}
.post_view_list .post-categories a {
  display: block;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.post_view_list .entry-details-container {
  display: table-cell;
  width: 10000px;
  vertical-align: middle;
}
.post_view_list .entry-details {
  position: relative;
  padding: 27px 40px 26px 40px;
  background: #fff;
  z-index: 3;
  transition: all 0.3s ease;
}
.post_view_list .entry-title {
  margin-bottom: 12px;
  line-height: 30px;
}
.post_view_list .entry-title a {
  color: inherit;
  transition: all 0.3s ease;
}
.post_view_list .entry-title mark {
  padding: 3px 5px 5px;
  background: #161543;
  color: #fff;
}
.post_view_list .entry-summary {
  margin-bottom: 13px;
  line-height: 24px;
  font-size: 14px;
}
.post_view_list .entry-summary p {
  line-height: 24px;
  transition: all 0.3s ease;
}
.post_view_list .entry-summary p:last-child {
  margin-bottom: 0;
}
.post_view_list .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.post_view_list .entry-meta li {
  display: inline;
  margin-right: 30px;
  font-size: 13px;
  color: #999;
  transition: all 0.3s ease;
}
.post_view_list .entry-meta li:last-child {
  margin-right: 0;
}
.post_view_list .entry-meta a {
  color: inherit;
}
.post_view_list .entry-meta .fa {
  margin-right: 9px;
}
.post_view_list .entry-details:hover {
  background: #dea227;
}
.post_view_list .entry-details:hover .entry-title,
.post_view_list .entry-details:hover .entry-summary,
.post_view_list .entry-details:hover .entry-summary p,
.post_view_list .entry-details:hover .entry-meta li {
  color: #fff;
}

.paging_view_posts-list {
  margin-top: 60px;
}

.stm-event_view_grid {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 28px 30px 29px 30px;
  margin-bottom: 30px;
}
.stm-event_view_grid .stm-event__body:after {
  content: "";
  display: table;
  clear: both;
}
.stm-event_view_grid .stm-event__left {
  float: left;
  margin-top: 5px;
}
.stm-event_view_grid .stm-event__date {
  position: relative;
  float: left;
  width: 100px;
  height: 94px;
  padding-top: 21px;
  border: 4px solid #dea227;
  border-radius: 4px;
  text-align: center;
}
.stm-event_view_grid .stm-event__date:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 16px;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #dea227;
}
.stm-event_view_grid .stm-event__date:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 16px;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #dea227;
}
.stm-event_view_grid .stm-event__date-day {
  margin-bottom: 13px;
  font-size: 48px;
  color: #011b3a;
  line-height: 22px;
}
.stm-event_view_grid .stm-event__date-month {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}
.stm-event_view_grid .stm-event__content {
  overflow: hidden;
  padding-left: 25px;
}
.stm-event_view_grid .stm-event__meta {
  margin-bottom: 14px;
}
.stm-event_view_grid .stm-event__meta ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
  list-style: none;
  line-height: normal;
}
.stm-event_view_grid .stm-event__meta li {
  display: inline-block;
  color: #dea227;
  font-size: 13px;
}
.stm-event_view_grid .stm-event__meta li:not(:last-child) {
  margin-right: 30px;
}
.stm-event_view_grid .stm-event__meta .fa {
  margin-right: 10px;
  color: #999;
}
.stm-event_view_grid .stm-event__time-divider {
  margin: 0 2px;
}
.stm-event_view_grid .stm-event__title {
  margin-bottom: 12px;
}
.stm-event_view_grid .stm-event__title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.stm-event_view_grid .stm-event__title a:hover {
  color: #161543;
  text-decoration: none;
}
.stm-event_view_grid .stm-event__summary {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.stm-event_view_grid .stm-event__summary p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.event-info_table {
  background: #fff;
  border: 2px solid #dea227;
}
.event-info_table > ul {
  padding: 23px 20px 22px 20px;
  list-style: none;
  margin-bottom: 0;
}
.event-info_table > ul:after {
  content: "";
  display: table;
  clear: both;
}
.event-info_table > ul > li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  color: #161543;
}
.event-info_table > ul ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-info_table .event-info__title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 26px;
  color: #595959;
}
.event-info_table .event-info__datetime {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.event-info_table .event-info__datetime li {
  font-size: 14px;
  line-height: 26px;
  color: #161543;
}
.event-info_table .event-info__datetime .fa {
  margin-right: 15px;
  color: #dea227;
}
.event-info_table .event-info__venue {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #161543;
}
.event-info_table .event-info__tel,
.event-info_table .event-info__email {
  position: relative;
  padding-left: 0px;
}
.event-info_table .event-info__tel i,
.event-info_table .event-info__email i {
  margin-right: 10px;
  color: #dea227;
}
.event-info_table .event-info__tel > li,
.event-info_table .event-info__email > li {
  font-size: 14px;
  line-height: 26px;
}
.event-info_table .event-info__tel,
.event-info_table .event-info__email {
  list-style: none;
  margin-bottom: 0;
}

.post_view_single.stm_event .entry-header {
  margin-bottom: 15px;
}
.post_view_single.stm_event .entry-header .entry-meta {
  border-bottom: none;
  padding-bottom: 0;
}

.post_view_single.stm_event .entry-header__heading {
  padding-left: 0;
}

.post_view_single.stm_event .event-info_table {
  margin-bottom: 31px;
}

.join-event {
  padding-top: 24px;
}

.form_join-event input[type="text"],
.form_join-event textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease;
}
.form_join-event input[type="text"]:focus,
.form_join-event textarea:focus {
  border-color: #dea227;
}
.form_join-event input[type="text"].error,
.form_join-event textarea.error {
  border-color: #ff0000;
}

.form_join-event input[type="text"] {
  padding: 13px 20px;
}

.form_join-event textarea {
  height: 172px;
  padding: 12px 20px;
  resize: none;
}

.form_join-event .form__loading {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.form_join-event .form__loading_state_active {
  visibility: visible;
  opacity: 1;
}

.form_join-event .form__notice {
  display: none;
  margin-top: 30px;
}

.addtocalendar {
  position: relative;
  float: right;
}
.addtocalendar var {
  display: none;
}
.addtocalendar .atcb-link {
  display: none;
  visibility: hidden;
}
.addtocalendar .stm-btn {
  cursor: pointer;
}
.addtocalendar .stm-btn.stm-btn-active {
  background-color: #161543 !important;
  color: #ffffff !important;
}
.addtocalendar .atcb-list {
  width: 100%;
  margin-top: 1px;
  padding: 10px 20px;
  display: none;
  border: 0;
  background-color: #161543;
  border-radius: 0;
  text-align: left;
  list-style: none;
  position: absolute;
  font-size: 14px;
  top: 100%;
  left: 0;
  z-index: 900;
}
.addtocalendar .atcb-list a {
  color: #ffffff;
}

.donation-info {
  padding: 28px 30px 24px 30px;
  margin-bottom: 43px;
  background: #fff;
  border: 2px solid #dea227;
}

.donation-info__heading {
  margin-bottom: 14px;
}
.donation-info__heading:after {
  content: "";
  display: table;
  clear: both;
}

.donation-info__donated {
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
}

.donation-info__time {
  float: right;
  font-size: 14px;
  color: #999;
}

.donation-info__progress {
  height: 4px;
  background: #f0f0f0;
  margin-bottom: 24px;
}

.donation-info__progress-bar {
  position: relative;
  height: 4px;
  background: #dea227;
}
.donation-info__progress-bar:before {
  content: "";
  width: 4px;
  height: 16px;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #161543;
}

.donation-info__footer {
  display: table;
  width: 100%;
}

.donation-info__footer-col {
  display: table-cell;
  vertical-align: middle;
}

.donation-info__footer-col_large {
  width: 100%;
}

.donation-info__stats:after {
  content: "";
  display: table;
  clear: both;
}

.donation-info__stats-item {
  float: left;
  width: 25%;
}

.donation-info__stats-val {
  font-size: 18px;
  line-height: 22px;
  color: #161543;
}

.donation-info__stats-label {
  font-size: 13px;
  line-height: 22px;
  color: #595959;
}

.donation-info__action {
  white-space: nowrap;
}
.donation-info__action .stm-btn {
  min-width: 180px;
}

.stm-donation_view_grid {
  margin-bottom: 65px;
}
.vc_tta-panel-body .stm-donation_view_grid {
  margin-bottom: 25px;
}
.stm-donation_view_grid .stm-donation__thumbnail {
  position: relative;
  z-index: 1;
}
.stm-donation_view_grid .stm-donation__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stm-donation_view_grid .stm-donation__body {
  padding: 0 30px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.stm-donation_view_grid .stm-donation__content {
  background: #fff;
  padding: 31px 30px 0 30px;
}
.stm-donation_view_grid .stm-donation__title {
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 30px;
}
.stm-donation_view_grid .stm-donation__title a {
  color: inherit;
  transition: all 0.3s ease;
}
.stm-donation_view_grid .stm-donation__title a:hover {
  color: #161543;
  text-decoration: none;
}
.stm-donation_view_grid .stm-donation__donated {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  line-height: 30px;
}
.stm-donation_view_grid .stm-donation__progress {
  height: 4px;
  margin-bottom: 17px;
  background: #f0f0f0;
}
.stm-donation_view_grid .stm-donation__progress-bar {
  height: 4px;
  background: #dea227;
  position: relative;
}
.stm-donation_view_grid .stm-donation__progress-bar:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  height: 16px;
  width: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #161543;
}
.stm-donation_view_grid .stm-donation__time {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.stm-donation_view_grid .stm-donation__action {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
}
.stm-donation_view_grid .stm-donation__action:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.stm-donation_view_grid .stm-donation__action .stm-btn {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.post_view_single.stm_donation .entry-title {
  margin-bottom: 37px;
}

.post_view_single.stm_donation .entry-footer {
  margin-bottom: 30px;
}
.post_view_single.stm_donation .entry-footer .entry-share {
  float: none;
}

.modal_donation .modal-dialog {
  width: 640px;
}

.modal_donation .modal-content {
  border-radius: 0;
}

.modal_donation .modal-header {
  position: relative;
  padding: 33px 50px 27.7px 50px;
  border: none;
  min-height: 0;
  background: #dea227;
}
.modal_donation .modal-header .close {
  position: absolute;
  top: 21px;
  right: 27px;
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.modal_donation .modal-header .close:hover {
  opacity: 1;
}

.modal_donation .modal-title {
  margin: 0;
  color: #fff;
}
.modal_donation .modal-title small {
  display: block;
  margin-bottom: 8px;
  color: inherit;
}

.modal_donation .modal-body {
  padding: 0 50px 50px;
}

.form_donation .form__amount {
  padding: 46px 0 36px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.form_donation .form__amount:after {
  content: "";
  display: table;
  clear: both;
}

.form_donation .form__amount-title {
  float: left;
  width: 29.368029739777%;
  padding-right: 15px;
  margin-top: -7px;
  line-height: 26px;
  color: #595959;
}

.form_donation .form__amount-values {
  float: left;
  width: 380px;
  font-size: 0;
}

.form_donation .form__amount-value {
  display: none;
}

.form_donation .form__amount-label {
  height: 40px;
  min-width: 60px;
  margin: 0 10px 0 0;
  border: 2px solid #161543;
  line-height: 36px;
  font-size: 13px;
  color: #011b3a;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form_donation .form__amount-label:hover,
.form_donation .form__amount-label.active {
  background: #161543;
  color: #fff;
}

.form_donation .form__amount-value-custom {
  display: inline-block;
  width: 170px;
  height: 40px;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  font-size: 16px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.form_donation .form__amount-value-custom:focus {
  border-color: #dea227;
}

.form_donation .form__fields input[type="text"],
.form_donation .form__fields textarea {
  margin-bottom: 30px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.form_donation .form__fields input[type="text"]:focus,
.form_donation .form__fields textarea:focus {
  border-color: #dea227;
}

.form_donation .form__fields input[type="text"] {
  height: 50px;
  padding: 0 20px;
}
.form_donation .form__fields input[type="text"].error {
  border-color: #ff0000;
}

.form_donation .form__fields textarea {
  height: 130px;
  padding: 13px 20px;
  line-height: 22px;
  resize: none;
}

.form_donation .form__item {
  position: relative;
}
.form_donation .form__item .form-error {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 13px;
  color: #ff0000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form_donation .form__item .form-error.active {
  visibility: visible;
  opacity: 1;
}

.form_donation .form__action {
  margin: 0;
}
.form_donation .form__action .stm-btn {
  width: 100%;
  max-width: 215px;
  vertical-align: middle;
}

.form_donation .form__action-loading {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.form_donation .form__action-loading_state_loading {
  visibility: visible;
  opacity: 1;
}

.notice {
  position: relative;
  padding: 24px 68px 24px 30px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  line-height: 30px;
}

.notice__hide {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  color: rgba(3, 3, 3, 0.25);
  cursor: pointer;
}

.notice_information {
  border-color: #161543;
  color: #161543;
}

.notice_success {
  border-color: #dea227;
  color: #dea227;
}

.error404 .content,
.page-template-404 .content {
  height: 100%;
  padding: 475px 0 0;
  background-image: url("../../img/tmp/bg-404.jpg");
  background-color: #000;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-top: 4px solid transparent;
}

.error404 .footer,
.page-template-404 .footer {
  background: transparent;
}

.error404 .top-bar.top-bar_view-style_1,
.page-template-404 .top-bar.top-bar_view-style_1 {
  background-color: rgba(1, 27, 58, 0.85);
}

.error404 .header.header_view-style_3,
.page-template-404 .header.header_view-style_3 {
  background-color: rgba(1, 27, 58, 0.85);
}

.error-404 {
  margin-bottom: 110px;
}
.error-404 h1 {
  line-height: 54px;
  color: #fff;
}
.error-404 .stm-separator {
  margin-bottom: 0;
}

#frontend_customizer {
  position: fixed;
  top: 50%;
  left: -233px;
  width: 233px;
  background: #011b3a;
  z-index: 999;
  color: #ffffff;
  margin: -234px 0 0;
  transition: all 0.5s ease;
}

#frontend_customizer.open {
  left: 0;
}

#frontend_customizer_button {
  position: absolute;
  right: -43px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 43px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  background: #011b3a;
  transition: all 0.2s linear;
}

#frontend_customizer_button:hover {
  background: #161543 !important;
  color: #fff;
}

#frontend_customizer_button:hover:before {
  border-right-color: #353535 !important;
}

#frontend_customizer .customizer_wrapper {
  padding: 30px;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease;
}

#frontend_customizer h3 {
  font-size: 14px;
  color: #909090;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
}

#frontend_customizer h3:after {
  display: none;
}

#frontend_customizer h3:before {
  display: none;
}

#frontend_customizer .customizer_element {
  margin: 0 0 30px;
}

#frontend_customizer select {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  outline: none !important;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #767676;
  font-family: "Open Sans", Arial, sans-serif;
  border: none;
  box-shadow: none;
}

.stm_switcher {
  position: relative;
  padding: 5px 0 0;
  cursor: pointer;
  margin: 0 0 20px;
}

.stm_switcher > * {
  display: inline-block;
  vertical-align: middle;
}

.stm_switcher .switcher_nav {
  position: relative;
  width: 42px;
  height: 24px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  margin: 0 13px;
}

.stm_switcher .switcher_nav:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 100%;
}

.stm_switcher.active .switcher_nav:before {
  left: auto;
  right: 3px;
}

.stm_switcher .switcher_label {
  font-size: 12px;
  color: #767676;
  font-style: italic;
}

.stm_switcher .switcher_label.disable,
.stm_switcher.active .switcher_label.enable {
  color: #ffffff;
}

.stm_switcher .switcher_label:first-child {
  width: 55px;
  text-align: right;
}

.stm_switcher.active .switcher_label.disable {
  color: #767676;
}

.customizer_colors {
  position: relative;
  margin: 0 -10px;
  text-align: center;
}

.customizer_colors span {
  margin: 0 5px 10px;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  outline: 1px solid transparent;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.customizer_colors #skin-green {
  background-image: url("../../img/frontend-customizer/preview-color-1.png");
}

.customizer_colors #skin-orange {
  background-image: url("../../img/frontend-customizer/preview-color-2.png");
}

.customizer_colors #skin-purple {
  background-image: url("../../img/frontend-customizer/preview-color-3.png");
}

.customizer_colors #skin-red {
  background-image: url("../../img/frontend-customizer/preview-color-4.png");
}

.customizer_colors span.active {
  outline-color: #fff;
  border-color: #fff !important;
}

.gallery {
  margin: 0 -15px;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery .gallery-item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.gallery .gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery .gallery-item .gallery-icon {
  margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

.gallery-columns-6 .gallery-item {
  width: 16.66666666666667%;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571428571429%;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111111111111%;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
  clear: both;
}

.gallery-caption {
  color: #595959;
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.stm-title {
  margin-bottom: 34px;
}

.stm-title_sep_left,
.stm-title_sep_right {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stm-title_sep_left .stm-separator__line,
.stm-title_sep_right .stm-separator__line {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.stm-title_sep_right .stm-separator__line {
  margin-right: -100%;
  margin-left: 15px;
}

.stm-title_sep_left .stm-separator__line {
  margin-left: -100%;
  margin-right: 15px;
}

.stm-separator_type_title.stm-separator_has_subtitle {
  margin-bottom: 41px;
}

.stm-separator_type_title .stm-separator__line {
  background: #dea227;
  width: 60px;
  height: 2px;
}

.stm-subtitle {
  margin-bottom: 37px;
  font-size: 20px;
  line-height: 30px;
}

.stm-slider .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.stm-slider .owl-nav .owl-next,
.stm-slider .owl-nav .owl-prev {
  display: inline-block;
  position: relative;
  margin: 0 -0.75px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #161543;
  font-family: "Arial";
  color: #011b3a;
  text-align: center;
  line-height: 46px;
  transition: all 0.3s ease;
}
.stm-slider .owl-nav .owl-next:hover,
.stm-slider .owl-nav .owl-prev:hover {
  background: #161543;
  color: #fff;
}

.stm-slider__item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-slider__video_has_poster {
  position: relative;
}
.stm-slider__video_has_poster .stm-slider__video-poster {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.stm-slider__video_has_poster .stm-slider__video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 27px;
  padding-left: 30px;
  margin: auto;
  background: rgba(129, 202, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  transition: all 0.3s ease;
}
.stm-slider__video_has_poster .stm-slider__video-play:hover {
  background: #161543;
}
.stm-slider__video_has_poster .stm-slider__video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stm-slider__video_has_poster .stm-slider__video-poster_state_hidden {
  visibility: hidden;
  opacity: 0;
}

.stm-separator {
  margin-bottom: 41px;
}

.stm-separator_short {
  width: 60px;
}

.stm-separator__line {
  border-bottom: 2px solid #dea227;
}

.stm-separator__line-holder {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
}
.stm-separator__line-holder .stm-separator__line {
  width: 100%;
}

.stm-separator_has_item .stm-separator__item {
  display: table-cell;
  width: 1%;
  padding: 0 20px;
  white-space: nowrap;
  vertical-align: middle;
}

.stm-separator__item_type_text {
  font-size: 14px;
}

.stm-cta {
  position: relative;
  z-index: 92;
  background: #dea227;
  border-top: 4px solid #161543;
}

.stm-cta__content {
  display: table;
  width: 100%;
}

.stm-cta__image {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}

.stm-cta__action {
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
  padding-right: 65px;
}

.stm-cta__action-title {
  margin: 0 0 19px 0;
  font-weight: 300;
  color: #fff;
}

.stm-cta__action-body {
  display: table;
  width: 100%;
}

.stm-cta__action-descr {
  display: table-cell;
  width: 10000px;
  color: #fff;
}
.stm-cta__action-descr p {
  line-height: 30px;
  color: inherit;
}
.stm-cta__action-descr p:last-child {
  margin-bottom: 0;
}

.stm-cta__action-btn {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}
.stm-cta__action-btn .stm-btn__icon {
  margin-top: 1px;
  font-size: 6px;
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__icon {
  float: left;
  font-size: 67px;
  color: #dea227;
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__content {
  overflow: hidden;
  padding-left: 18px;
}

.stm-stats_counter .stm-stats__value {
  margin-top: -6px;
  margin-bottom: 12px;
  text-indent: -4px;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}

.stm-stats_counter .stats__value-number {
  line-height: 1;
  color: white;
}

.stm-stats_counter .stm-stats__descr {
  line-height: 24px;
  color: #fff;
}

.stm-stats__icon svg path {
  stroke: inherit !important;
}

.stm-carousel_type_testimonials .stm-testimonial {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-carousel_type_testimonials.owl-loaded .stm-testimonial {
  position: relative;
  opacity: 1;
}

.stm-carousel_type_testimonials .owl-controls {
  padding-top: 40px;
}
.stm-carousel_type_testimonials .owl-controls .owl-dots {
  text-align: left;
  padding-left: 178px;
}

.stm-carousel_type_testimonials.stm-carousel_dots_gray
  .owl-controls
  .owl-dot
  span {
  background: rgba(0, 0, 0, 0.25);
}

.stm-carousel_type_testimonials.stm-carousel_dots_gray
  .owl-controls
  .owl-dot.active
  span {
  background: #dea227;
}

.stm-testimonial__avatar {
  padding-top: 13px;
}
.stm-testimonial__avatar img {
  display: block;
  height: auto !important;
  width: auto !important;
  border-radius: 50%;
}

.stm-testimonial_style_1 .stm-testimonial__avatar {
  display: table-cell;
  vertical-align: top;
}

.stm-testimonial_style_1 .stm-testimonial__content {
  display: table-cell;
  padding-left: 45px;
  vertical-align: top;
}

.stm-testimonial_style_1 .stm-testimonial__text {
  margin-bottom: 20px;
}
.stm-testimonial_style_1 .stm-testimonial__text p {
  text-indent: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
}
.stm-testimonial_style_1 .stm-testimonial__text p:after,
.stm-testimonial_style_1 .stm-testimonial__text p:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #dea227;
}
.stm-testimonial_style_1 .stm-testimonial__text p:before {
  content: "\e90d";
  position: relative;
  left: -29px;
  top: -10px;
  text-indent: 0;
}
.stm-testimonial_style_1 .stm-testimonial__text p:after {
  content: "\e90c";
  position: relative;
  left: 25px;
  top: -13px;
}
.stm-testimonial_style_1 .stm-testimonial__text p:last-child {
  margin-bottom: 0;
}

.stm-testimonial_style_1 .stm-testimonial__author {
  color: rgba(255, 255, 255, 0.7);
}
.stm-testimonial_style_1 .stm-testimonial__author strong,
.stm-testimonial_style_1 .stm-testimonial__author b {
  color: #fff;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__text
  p,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__text {
  color: #011b3a;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author
  b,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author
  strong,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author {
  color: #595959;
}

.stm-blockquote__content {
  display: table;
}

.stm-blockquote__avatar {
  display: table-cell;
}

.stm-blockquote__body {
  display: table-cell;
  width: 10000px;
  vertical-align: middle;
}

.stm-blockquote_avatar_left .stm-blockquote__body {
  padding-left: 65px;
}

.stm_wp_custom-menu {
  max-width: 255px;
  width: 100%;
}
.stm_wp_custom-menu .menu {
  padding: 25px 0;
  background: #161543;
  list-style: none;
  margin-bottom: 0;
}
.stm_wp_custom-menu .menu-item {
  font-size: 14px;
}
.stm_wp_custom-menu .menu-item > a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  padding: 9px 15px 9px 40px;
}
.stm_wp_custom-menu .menu-item > a:before {
  content: "\e90e";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  top: 16.5px;
  font-size: 10px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.stm_wp_custom-menu .menu-item > a:hover {
  text-decoration: none;
  background: #dea227;
}
.stm_wp_custom-menu .menu-item > a:hover:before {
  visibility: visible;
  opacity: 1;
}
.stm_wp_custom-menu .menu-item > a:focus {
  text-decoration: none;
}
.stm_wp_custom-menu .current-menu-item:hover a,
.stm_wp_custom-menu .current-menu-item > a {
  background: rgba(1, 27, 58, 0.1);
  cursor: default;
}
.stm_wp_custom-menu .current-menu-item:hover a:before,
.stm_wp_custom-menu .current-menu-item > a:before {
  visibility: visible;
  opacity: 1;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title {
  font-size: 15px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-heading {
  border-width: 1px;
  border-style: solid;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title {
  font-size: 15px;
}
.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title > a {
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel
  .vc_tta-panel-title
  .vc_tta-icon {
  min-width: 25px;
  float: left;
  line-height: inherit;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel
  .vc_tta-title-text:not(:empty):not(:first-child) {
  display: block;
  padding-left: 5px;
  margin-left: 0;
  overflow: hidden;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-controls-icon {
  width: 10px;
  height: 10px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-body {
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
  margin-right: 4px;
}
.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: block;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-title {
  font-weight: 700;
  font-size: 15px;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: #161543;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #161543;
  background: #fff;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-icon {
  color: #dea227;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: #161543;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: #fff;
  border-bottom: none;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 20px;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  border-color: #011b3a;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover {
  background: #fff;
}
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  border-color: #161543;
  background: #fff;
}

.stm-tabs__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
  text-align: center;
}

.stm-tabs__list-item {
  display: inline-block;
  font-size: 18px;
}

.stm-tabs__item-link {
  display: block;
  transition: all 0.3s ease;
}

.stm-tabs_style_outline .stm-tabs__item-link {
  padding: 10.5px 34px;
  color: #011b3a;
  border: 2px solid transparent;
  text-decoration: none;
}
.stm-tabs_style_outline .stm-tabs__item-link:hover {
  text-decoration: none;
}
.stm-tabs_style_outline .stm-tabs__item-link.stm-tabs__item-link_active {
  border-color: #dea227;
  color: #011b3a;
}

.wpb_wrapper .vc_tta-container {
  margin-bottom: 0;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-container,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0 -8px !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list {
  display: table;
  width: 100%;
}
body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
  display: table-cell !important;
  width: 1%;
  padding: 0 8px !important;
  font-size: 18px;
}
body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 21px 15px;
  border: none;
  line-height: 1;
  transition: all 0.3s ease;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab > a,
body .vc_tta-tabs_style-1.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab > a {
  background: #161543;
  position: relative;
}
body .vc_tta-tabs_style-2.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab > a:before,
body .vc_tta-tabs_style-1.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -4px;
  margin-right: auto;
  margin-left: auto;
  background: #dea227;
  height: 4px;
  width: 0;
  transition: all 0.3s ease;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab:hover > a,
body .vc_tta-tabs_style-1.vc_tta-tabs.vc_tta-color-blue .vc_tta-tab:hover > a {
  background: #dea227;
}

body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_tta-color-blue
  .vc_tta-tab.vc_active
  > a,
body
  .vc_tta-tabs_style-1.vc_tta-tabs.vc_tta-color-blue
  .vc_tta-tab.vc_active
  > a {
  background: #fff;
  color: #011b3a;
}
body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_tta-color-blue
  .vc_tta-tab.vc_active
  > a:before,
body
  .vc_tta-tabs_style-1.vc_tta-tabs.vc_tta-color-blue
  .vc_tta-tab.vc_active
  > a:before {
  width: 100%;
  height: 4px;
  display: block;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_general .vc_tta-panel-body,
body .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
  padding-top: 60px;
  padding-bottom: 0;
}

body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill
  .vc_tta-panel-body,
body
  .vc_tta-tabs_style-1.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill
  .vc_tta-panel-body {
  background: #fff;
}

/* Style 2 */
body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill
  .vc_tta-panel-body {
  padding-top: 42px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 46px;
}

body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill
  .vc_tta-panel-body {
  background: #fff;
}

body
  .vc_tta-tabs_style-2.vc_tta-color-blue.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading {
  background: #161543;
}
body
  .vc_tta-tabs_style-2.vc_tta-color-blue.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background: #161543;
}

body
  .vc_tta-tabs_style-2.vc_tta-color-blue.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: #dea227;
}

/* Pricing tables */
.nav-tabs_pricing-tables {
  border-bottom: none;
}
.nav-tabs_pricing-tables > li > a {
  margin: 0;
  padding: 0 20px;
  background: transparent;
  border: 2px solid #161543;
  border-radius: 0;
  font-size: 13px;
  line-height: 36px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.nav-tabs_pricing-tables > li > a:focus {
  background: transparent;
  color: #011b3a;
  border: 2px solid #161543;
}
.nav-tabs_pricing-tables > li > a:hover {
  border: 2px solid #161543;
  background: #161543;
  color: #fff;
}
.nav-tabs_pricing-tables > li.active > a {
  border: 2px solid #161543;
  background: #161543;
  color: #fff;
}
.nav-tabs_pricing-tables > li.active > a:hover,
.nav-tabs_pricing-tables > li.active > a:focus {
  border: 2px solid #161543;
  background: #161543;
  color: #fff;
}

.stm-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.stm-menu:after {
  content: "";
  display: table;
  clear: both;
}

.stm-menu__item {
  float: left;
  position: relative;
}

.stm-menu__item-link {
  display: block;
  position: relative;
  text-align: center;
}

/* Antonio */
.stm-menu_antonio .stm-menu__item {
  position: relative;
  font-size: 18px;
}

.stm-menu_antonio .stm-menu__item-link {
  position: relative;
  display: block;
  padding: 0 32px;
  line-height: 50px;
  text-align: center;
  color: #011b3a;
  transition: color 0.2s;
}
.stm-menu_antonio .stm-menu__item-link:hover,
.stm-menu_antonio .stm-menu__item-link:focus {
  text-decoration: none;
}

.stm-menu_antonio .stm-menu__item-link:hover,
.stm-menu_antonio .stm-menu__item-link:focus {
  color: #dea227;
}

.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link,
.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link {
  color: #011b3a;
  transition-duration: 0.4s;
}

.stm-menu_antonio .stm-menu__item::before,
.stm-menu_antonio .stm-menu__item::after,
.stm-menu_antonio .stm-menu__item-link::before,
.stm-menu_antonio .stm-menu__item-link::after {
  content: "";
  position: absolute;
  background: #dea227;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.stm-menu_antonio .stm-menu__item::before,
.stm-menu_antonio .stm-menu__item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.stm-menu_antonio .stm-menu__item::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.stm-menu_antonio .stm-menu__item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.stm-menu_antonio .stm-menu__item-link::before,
.stm-menu_antonio .stm-menu__item-link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.stm-menu_antonio .stm-menu__item-link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.stm-menu_antonio .stm-menu__item-link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.stm-menu_antonio .stm-menu__item_active::before,
.stm-menu_antonio .stm-menu__item_active::after,
.stm-menu_antonio .stm-menu__item.active::before,
.stm-menu_antonio .stm-menu__item.active::after,
.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link::before,
.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link::after,
.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link::before,
.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

.stm-menu_antonio .stm-menu__item_active::after,
.stm-menu_antonio .stm-menu__item.active::after {
  transition-delay: 0s;
}

.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link::before,
.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link::before {
  transition-delay: 0.2s;
}

.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link::after,
.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link::after {
  transition-delay: 0.2s;
}

.stm-menu_centered {
  text-align: center;
}
.stm-menu_centered .stm-menu__item {
  float: none;
  display: inline-block;
}

.stm-menu_capitalize .stm-menu__item {
  text-transform: capitalize;
}

.stm-tab__pane-action_separated {
  overflow: hidden;
}
.stm-tab__pane-action_separated:after,
.stm-tab__pane-action_separated:before {
  content: "";
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
}
.stm-tab__pane-action_separated:after {
  margin-right: -100%;
  margin-left: 20px;
}
.stm-tab__pane-action_separated:before {
  margin-left: -100%;
  margin-right: 20px;
}

.stm-icon-box__ic-container_img img {
  width: 1em;
  display: inline-block;
  height: auto;
}

.stm-icon-box_style-1 {
  position: relative;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 41px;
  padding-bottom: 46px;
}
.stm-icon-box_style-1 .stm-icon-box__ic-container {
  font-size: 44px;
  color: #161543;
}
.stm-icon-box_style-1 .stm-icon-box__content {
  position: relative;
  z-index: 2;
}
.stm-icon-box_style-1 .stm-icon-box__title-small {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: normal;
  color: #011b3a;
}
.stm-icon-box_style-1 .stm-icon-box__title {
  margin-bottom: 31px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #011b3a;
}
.stm-icon-box_style-1 .stm-icon-box__sep {
  margin-bottom: 31px;
}
.stm-icon-box_style-1 .stm-icon-box__sep-line {
  border: none;
  border-bottom: 2px solid #161543;
  margin: 0 auto;
  width: 60px;
}
.stm-icon-box_style-1 .stm-icon-box__descr {
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}
.stm-icon-box_style-1.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
  margin-bottom: 17px;
}
.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
}
.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 25px;
}
.stm-icon-box_style-1 .stm-icon-box__step {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 120px;
  font-weight: 900;
  color: #f8f8f8;
  line-height: 1;
}

.stm-icon-box_style-2:after {
  content: "";
  display: table;
  clear: both;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
  margin-top: 1px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 10px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__title {
  font-size: 13px;
  color: #999999;
}

.stm-icon-box_style-3 {
  display: table;
}
.stm-icon-box_style-3:after {
  content: "";
  display: table;
  clear: both;
}
.stm-icon-box_style-3 .stm-icon-box__content,
.stm-icon-box_style-3 .stm-icon-box__ic-container {
  display: table-cell;
  vertical-align: middle;
}
.stm-icon-box_style-3 .stm-icon-box__ic-container {
  transition: 1s linear;
}
.stm-icon-box_style-3:hover .stm-icon-box__ic-container {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.stm-icon-box_style-3 .stm-icon-box__title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
}
.stm-icon-box_style-3 .stm-icon-box__title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.stm-icon-box_style-3 .stm-icon-box__title a:hover {
  color: #161543;
}
.stm-icon-box_style-3 .stm-icon-box__sub-title {
  font-size: 13px;
  font-style: italic;
  color: #808080;
}
.stm-icon-box_style-3.stm-icon-box_ic-pos_left .stm-icon-box__content {
  padding-left: 20px;
}

.stm-icon-box_style-4 {
  position: relative;
  background: #fff;
  padding: 40px;
}
.stm-icon-box_style-4 .stm-icon-box__ic-container {
  font-size: 61px;
  color: #dea227;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.4s;
}
.stm-icon-box_style-4:hover .stm-icon-box__ic-container {
  margin-top: -10px !important;
}
.stm-icon-box_style-4 .stm-icon-box__content {
  position: relative;
  z-index: 2;
}
.stm-icon-box_style-4 .stm-icon-box__title {
  margin-top: -6px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #011b3a;
}
.stm-icon-box_style-4 .stm-icon-box__descr {
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.stm-icon-box_style-4.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
  margin-bottom: 4px;
}
.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
}
.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 25px;
}
.stm-icon-box_style-4 .stm-icon-box__step {
  position: absolute;
  bottom: -14px;
  right: -5px;
  z-index: 1;
  font-size: 120px;
  font-weight: 900;
  color: #f8f8f8;
  line-height: 1;
}

.stm-icon-box_style-5 .stm-icon-box__image {
  float: left;
  max-width: 255px;
}
.stm-icon-box_style-5 .stm-icon-box__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px 0 0 25px;
}

.stm-icon-box_style-5 .stm-icon-box__title_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stm-icon-box_style-5 .stm-icon-box__title_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.stm-icon-box_style-5 .stm-icon-box__content {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  background-color: #fff;
  padding: 42px 30px 0 30px;
  border-radius: 0 25px 25px 0;
}
.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__ic-container {
  float: left;
  width: 80px;
  margin-right: 7px;
}
.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title,
.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title-small {
  overflow: hidden;
  position: relative;
  letter-spacing: -0.2px;
  margin: 1px 0;
  font-weight: 600;
  font-size: 22px;
}
.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__descr {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 11px;
  line-height: 28px;
  font-size: 18px;
  z-index: 20;
  color: #595959;
}

.stm-action-box__figure {
  position: relative;
}
.stm-action-box__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-action-box__figcaption {
  position: relative;
  padding: 0 30px;
  margin-top: -35px;
}

.stm-action-box__figcaption-title {
  position: relative;
  background: #fff;
  padding: 18px 30px 22px;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.stm-action-box__figcaption-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #dea227;
  z-index: 1;
  transition: height 0.3s ease;
}

.stm-action-box__title-text {
  position: relative;
  z-index: 2;
}

.stm-action-box__figure:hover .stm-action-box__figcaption-title {
  color: #fff;
}
.stm-action-box__figure:hover .stm-action-box__figcaption-title:after {
  height: 100%;
}
.stm-action-box__figure:hover
  .stm-action-box__figcaption-title.stm-font_color_dark-blue {
  color: #fff !important;
}

.stm-action-box__figcaption-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.stm-teacher_view_grid-item {
  margin-bottom: 40px;
}

.stm-teacher__info {
  padding: 0 30px;
}

.stm-teacher__info-content {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 27.5px 30px;
  border-bottom: 4px solid #dea227;
  margin-top: -53.5px;
  transition: all 0.3s ease;
}

.stm-teacher__photo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.stm-teacher__name {
  margin-bottom: 3px;
  font-size: 18px;
  color: #011b3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.stm-teacher__position {
  font-size: 14px;
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.stm-teacher__socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.3s ease;
}

.stm-teacher:hover .stm-teacher__info-content {
  background: #dea227;
}

.stm-teacher:hover .stm-teacher__name {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.stm-teacher:hover .stm-teacher__position {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.stm-teacher:hover .stm-teacher__socials {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.stm-staff-table {
  width: 100%;
  font-size: 14px;
}
.stm-staff-table th {
  background: #dea227;
  padding: 8px 15px;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
}
.stm-staff-table td {
  background: #fff;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 24px;
  color: #595959;
}

.stm-contact-details_type_teacher .stm-contact-details__items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.stm-contact-details_type_teacher .stm-contact-details__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 26px;
  line-height: 24px;
  color: #595959;
}
.stm-contact-details_type_teacher .stm-contact-details__item a {
  color: #011b3a;
}
.stm-contact-details_type_teacher .stm-contact-details__item a:focus,
.stm-contact-details_type_teacher .stm-contact-details__item a:hover {
  text-decoration: none;
}
.stm-contact-details_type_teacher .stm-contact-details__item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  left: 0;
  color: #dea227;
}
.stm-contact-details_type_teacher .stm-contact-details__item:last-child {
  margin-bottom: 0;
}

.stm-contact-details_type_teacher
  .stm-contact-details__item_type_address:before {
  content: "\e905";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_tel:before {
  content: "\e904";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_skype:before {
  content: "\e912";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_url:before {
  content: "\e911";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_email:before {
  content: "\e902";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_fax:before {
  content: "\e903";
}

.stm-contact-details_type_teacher .socials-list_type_teacher {
  padding-top: 18px;
}
.stm-contact-details_type_teacher
  .socials-list_type_teacher
  .socials-list__item-link {
  opacity: 0.7;
}

.socials-list_type_teacher {
  font-size: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.socials-list_type_teacher .socials-list__item {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.socials-list_type_teacher .socials-list__item .socials-list__item-link {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  transition: all 0.3s ease;
}
.socials-list_type_teacher .socials-list__item .socials-list__item-link span {
  display: inline-block;
}
.socials-list_type_teacher .socials-list__item .socials-list__item-link:focus,
.socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
  text-decoration: none;
}
.socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
  opacity: 1;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_facebook {
  background: #3a5897;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_twitter {
  background: #00aced;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_google-plus {
  background: #db4437;
  font-size: 16px;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_instagram {
  background: #ac907a;
  font-size: 16px;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_envelope {
  background: #ffc600;
  padding-top: 1px;
  font-size: 12px;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_youtube {
  background: #bb0000;
  font-size: 14px;
}
.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_soundcloud {
  background: #ff3a00;
  font-size: 14px;
}

.stm-contact-details_type_contacts {
  display: inline-block;
  max-width: 425px;
  padding: 47px 52px 50px 52px;
  background: #fff;
}
.stm-contact-details_type_contacts .stm-contact-details__item {
  margin-bottom: 17px;
}
.stm-contact-details_type_contacts .socials-list_type_teacher {
  padding-top: 15px;
}
.stm-contact-details_type_contacts .stm-contact-details__item_type_fax a,
.stm-contact-details_type_contacts .stm-contact-details__item_type_tel a {
  color: #595959;
  cursor: default;
}
.stm-contact-details_type_contacts .stm-contact-details__item_type_email a,
.stm-contact-details_type_contacts .stm-contact-details__item_type_skype a {
  color: #161543;
}
.stm-contact-details_type_contacts
  .stm-contact-details__item_type_email
  a:hover,
.stm-contact-details_type_contacts
  .stm-contact-details__item_type_skype
  a:hover {
  text-decoration: underline;
}
.stm-contact-details_type_contacts .socials-list {
  margin-bottom: -8px;
}
.stm-contact-details_type_contacts .socials-list__item {
  margin-bottom: 8px;
}

.stm-map__content {
  position: relative;
}

.vc_row-no-padding .stm-map .stm-contact-details {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.stm-link-container_left {
  text-align: left;
}

.stm-link-container_right {
  text-align: right;
}

.stm-link-container_center {
  text-align: center;
}

.stm-link-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-link {
  position: relative;
  z-index: 2;
}

.stm-link i {
  vertical-align: middle;
  display: inline-block;
}
.stm-link i.stm-icon-arrow-right {
  font-size: 6px;
}

.stm-link_icon-right i {
  margin-left: 6px;
}

.stm-link_icon-left i {
  margin-right: 6px;
}

.stm-link_green,
.stm-link_green:hover,
.stm-link_green:focus {
  color: #dea227;
}

.stm-link_dark-blue:hover,
.stm-link_dark-blue:focus,
.stm-link_dark-blue {
  color: #011b3a;
}

.stm-link_blue:hover,
.stm-link_blue:focus,
.stm-link_blue {
  color: #161543;
}

.stm-contact-person:after {
  content: "";
  display: table;
  clear: both;
}

.stm-contact-person__photo {
  float: left;
  max-width: 100px;
}
.stm-contact-person__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-contact-person__data {
  overflow: hidden;
  padding-left: 20px;
}

.stm-contact-person__question {
  margin-top: -3px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: normal;
  color: #595959;
}

.stm-contact-person__name {
  margin: 0 0 11px 0;
  font-size: 18px;
  line-height: normal;
  color: #011b3a;
}

.stm-contact-person__contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.stm-contact-person__contact {
  position: relative;
  padding-left: 30px;
  color: #595959;
}
.stm-contact-person__contact:not(:last-child) {
  margin-bottom: 5px;
}
.stm-contact-person__contact:before {
  position: absolute;
  left: 0;
  top: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dea227;
}

.stm-contact-person__contact_type_tel a {
  color: #595959;
  text-decoration: none;
}

.stm-contact-person__contact_type_tel:before {
  content: "\e904";
}

.stm-contact-person__contact_type_email:before {
  content: "\e902";
  top: 4px;
}

.stm-teacher-bio__photo {
  margin-top: 10px;
  margin-bottom: 17px;
}
.stm-teacher-bio__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-teacher-bio__title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.stm-teacher-bio__position {
  font-size: 15px;
  color: #595959;
  line-height: normal;
}

.stm-teacher-bio_trainer .stm-teacher-bio__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-teacher-bio_trainer .stm-teacher-bio__data {
  float: left;
  width: 160px;
}

.stm-teacher-bio_trainer .stm-teacher-bio__text {
  padding-left: 30px;
  overflow: hidden;
}

.stm-icon-list__heading {
  position: relative;
  padding-left: 27px;
}
.stm-icon-list__heading .stm-icon-list__icon {
  position: absolute;
  left: 0;
  top: 3.2px;
  font-size: 16px;
}

.stm-icon-list__title {
  margin-bottom: 22px;
  line-height: normal;
}

.stm-icon-list__list {
  margin-bottom: 0;
  padding-left: 27px;
  list-style: none;
}

.stm-icon-list__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.stm-icon-list__item-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #011b3a;
  line-height: normal;
}

.stm-icon-list__item-sub-title {
  font-size: 13px;
  color: #999;
  line-height: normal;
}

.stm-image-box__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-image-box_img_left .stm-image-box__image {
  float: left;
}

.stm-image-box_img_left .stm-image-box__body {
  overflow: hidden;
  padding-left: 30px;
}

.stm-image-box__title {
  margin-bottom: 24px;
  line-height: normal;
}
.stm-image-box__title a {
  color: inherit;
  transition: all 0.3s ease;
}
.stm-image-box__title a:hover {
  text-decoration: none;
  color: #161543;
}

.stm-image-box__title_inside {
  margin-top: -7px;
}

.stm-image-box__sep {
  border-bottom: 2px solid #dea227;
  width: 60px;
  margin: 0 0 34px 0;
}

.stm-image-box__sep_outside {
  margin-bottom: 40px;
}

.stm-image-box__description {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.stm-image-box__description p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.stm-image-box__description ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stm-image-box__description ul:not(:last-child) {
  margin-bottom: 30px;
}
.stm-image-box__description ul li {
  position: relative;
  padding-left: 25px;
  color: #595959;
  line-height: 24px;
}
.stm-image-box__description ul li:not(:last-child) {
  margin-bottom: 4px;
}
.stm-image-box__description ul li:before {
  content: "\e90f";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 6px;
  color: #dea227;
}
.stm-image-box_title_outside .stm-image-box__description {
  margin-top: -6px;
}

.stm-text-box {
  padding: 44px 50px;
}

.stm-text-box__sep {
  width: 60px;
  margin: 0 0 44px 0;
  border-top-width: 2px;
}

.stm-text-box__text * {
  color: inherit;
}
.stm-text-box__text *:before {
  color: inherit;
}

.stm-text-box__text h4 {
  margin-bottom: 19px;
}

.stm-text-box__text p {
  line-height: inherit;
  color: inherit;
}

.stm-text-box__text ul:not(:last-child),
.stm-text-box__text ol:not(:last-child) {
  margin-bottom: 39px;
}

.stm-text-box__action:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__side-panel {
  float: left;
  width: 31.531531531532%;
  padding-top: 50px;
}

.stm-pricing__filters {
  margin-bottom: 80px;
}
.stm-pricing__filters:after {
  content: "";
  display: table;
  clear: both;
}
.stm-pricing__filters ul {
  position: relative;
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  border: 2px solid #161543;
  list-style: none;
}
.stm-pricing__filters ul:after {
  content: "";
  display: table;
  clear: both;
}
.stm-pricing__filters li {
  float: left;
  font-size: 13px;
  text-transform: capitalize;
}
.stm-pricing__filters .stm-pricing__filter_fluid-hover {
  position: absolute;
  background: #161543;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}
.stm-pricing__filters a {
  display: block;
  line-height: 30px;
  padding: 3px 20px;
  color: #011b3a;
}
.stm-pricing__filters a:focus,
.stm-pricing__filters a:hover {
  text-decoration: none;
}
.stm-pricing__filters .stm-pricing__filter_active a {
  color: #fff;
}

.stm-pricing__features {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stm-pricing__features li {
  padding: 14.5px 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #595959;
}
.stm-pricing__features li:not(:first-child) {
  border-top: 1px solid rgba(89, 89, 89, 0.1);
}

.stm-pricing__tables {
  float: left;
  width: 68.468468468468%;
}

.stm-pricing__tables-row {
  display: table;
  width: 100%;
}

.stm-pricing__tables-col {
  display: table-cell;
  vertical-align: middle;
}

.stm-pricing_three .stm-pricing__tables-col {
  width: 33.33%;
}

.stm-pricing-table {
  padding-top: 21px;
  background: #fff;
  border-top: 4px solid #dea227;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.stm-pricing-table__title {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 30px;
  color: #595959;
}

.stm-pricing-table__periods {
  position: relative;
  padding: 0 0 28px;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid rgba(89, 89, 89, 0.1);
}

.stm-pricing-table__periods-item {
  display: none;
  transition: opacity 0.3s ease;
}

.stm-pricing-table__periods-item_active {
  display: block;
}

.stm-pricing-table__price {
  margin-bottom: 9px;
  font-size: 42px;
  line-height: 30px;
  color: #dea227;
}

.stm-pricing-table__period {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.stm-pricing-table__features {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.stm-pricing-table__feature {
  padding: 14.5px 15px;
  border-bottom: 1px solid rgba(89, 89, 89, 0.1);
  line-height: 30px;
}
.stm-pricing-table__feature .stm-icon-check {
  color: #dea227;
}
.stm-pricing-table__feature .stm-icon-times {
  color: #ff0000;
}

.stm-pricing-table__feature-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #595959;
  line-height: normal;
}

.stm-pricing-table__action {
  padding: 25px 40px;
}
.stm-pricing-table__action > a {
  display: block;
}
.stm-pricing-table__action i.stm-icon {
  font-size: 12px;
}

.stm-pricing-table_featured {
  position: relative;
  padding-top: 31px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.stm-pricing-table_featured .stm-pricing-table__action {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stm-text-carousel__item-title {
  line-height: normal;
}

.stm-media-gallery__title-separator {
  width: 60px;
  margin: 0 0 52px 0;
  border: none;
  border-top-width: 2px;
  border-top-style: solid;
}

.stm-text-carousel .stm-text-carousel__item-title {
  line-height: normal;
  margin: 0 0 26px 0;
}

.stm-text-carousel .stm-text-carousel__item-text {
  line-height: 30px;
}

.stm-text-carousel__controls {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}
.stm-text-carousel__controls:after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -100%;
  margin-left: 12px;
}

.stm-text-carousel__controls_view_media-gallery {
  margin-right: -30px;
}

.stm-text-carousel__dots {
  display: inline-block;
  vertical-align: top;
}
.stm-text-carousel__dots .owl-dot {
  margin-left: 2px;
  display: inline-block;
  margin-right: 20px;
}
.stm-text-carousel__dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(1, 27, 58, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.stm-text-carousel__dots .owl-dot.active span,
.stm-text-carousel__dots .owl-dot:hover span {
  background: #dea227;
}
.stm-text-carousel__dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.stm-media-gallery__action {
  margin-top: 69px;
}
.stm-media-gallery__action .stm-btn_icon_left i {
  padding-right: 14px;
}

.stm-media-gallery__action_centered {
  text-align: center;
}

.stm-video-carousel__item {
  position: relative;
}

.stm-video-carousel__item-poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.stm-video-carousel__item-poster_state_hidden {
  opacity: 0;
  visibility: hidden;
}

.stm-video-carousel__item-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 27px;
  padding-left: 30px;
  margin: auto;
  background: rgba(129, 202, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  transition: all 0.3s ease;
}
.stm-video-carousel__item-play:focus {
  color: #fff;
  text-decoration: none;
}
.stm-video-carousel__item-play:hover {
  background: #161543;
  color: #fff;
  text-decoration: none;
}

.stm-media-gallery_format_audio .stm-media-gallery__item-title {
  margin-top: -6px;
  margin-bottom: 25px;
  line-height: 30px;
}

.stm-media-gallery_format_audio .stm-media-gallery__action {
  margin-top: 46px;
}

.stm-media-gallery__actions-bar {
  margin-bottom: 40px;
}
.stm-media-gallery__actions-bar:after {
  content: "";
  display: table;
  clear: both;
}

.stm-media-gallery__filters {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.stm-media-gallery__filters:after {
  content: "";
  display: table;
  clear: both;
}

.stm-media-gallery__filter {
  position: relative;
  float: left;
}

.stm-media-gallery__filter-link {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  line-height: 46px;
  text-transform: capitalize;
  color: #011b3a;
  transition: "color" 0.3s ease;
}
.stm-media-gallery__filter-link:focus {
  text-decoration: none;
  color: #011b3a;
}
.stm-media-gallery__filter-link:hover {
  color: #161543;
  text-decoration: none;
}
.stm-media-gallery__filter_active .stm-media-gallery__filter-link:hover {
  color: #011b3a;
  cursor: default;
}

.stm-media-gallery__filter::before,
.stm-media-gallery__filter::after,
.stm-media-gallery__filter-link::before,
.stm-media-gallery__filter-link::after {
  content: "";
  position: absolute;
  background: #dea227;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.stm-media-gallery__filter::before,
.stm-media-gallery__filter::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.stm-media-gallery__filter::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.stm-media-gallery__filter::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.stm-media-gallery__filter-link::before,
.stm-media-gallery__filter-link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.stm-media-gallery__filter-link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.stm-media-gallery__filter-link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.stm-media-gallery__filter_active::before,
.stm-media-gallery__filter_active::after,
.stm-media-gallery__filter_active .stm-media-gallery__filter-link::before,
.stm-media-gallery__filter_active .stm-media-gallery__filter-link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

.stm-media-gallery__layout-wide {
  height: 50px;
  width: 50px;
  position: relative;
  float: right;
  border: 2px solid #161543;
  font-size: 8px;
  color: #011b3a;
  transition: all 0.3s ease;
}
.stm-media-gallery__layout-wide:focus {
  text-decoration: none;
  color: #011b3a;
}
.stm-media-gallery__layout-wide:hover {
  background: #161543;
  color: #fff;
  text-decoration: none;
}
.stm-media-gallery__layout-wide .stm-icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.stm-media-gallery__layout-wide .stm-icon-arrow-top-right {
  position: absolute;
  top: 13px;
  right: 13px;
}
.stm-media-gallery__layout-wide .stm-icon-arrow-bottom-left {
  position: absolute;
  bottom: 13px;
  left: 13px;
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-top-right {
  -webkit-transform: translateY(12.9px) translateX(-12px);
  transform: translateY(12.9px) translateX(-12px);
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-bottom-left {
  -webkit-transform: translateY(-12.9px) translateX(12.5px);
  transform: translateY(-12.9px) translateX(12.5px);
}

.stm-media-gallery__items {
  position: relative;
}
.stm-media-gallery__items .row {
  position: relative;
}

.stm-media-gallery__item-col {
  margin-bottom: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-media-gallery__items_wide .stm-media-gallery__items-row {
  margin: 0;
}

.stm-media-gallery__items_wide .stm-media-gallery__item-col {
  margin-bottom: 0;
  padding: 0;
}

.stm-media-gallery__item {
  position: relative;
  overflow: hidden;
}
.stm-media-gallery__item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.stm-media-gallery__item-fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 170, 255, 0.75);
}
.stm-media-gallery__item-fancybox .fa,
.stm-media-gallery__item-fancybox .stm-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  z-index: 3;
}
.stm-media-gallery__item-fancybox .stm-icon-play {
  padding-left: 4px;
}
.stm-media-gallery__item-fancybox .fa-music {
  padding-right: 3px;
}
.stm-media-gallery__item-fancybox .fa-camera {
  padding-top: 1px;
}
.stm-media-gallery__item-fancybox:hover,
.stm-media-gallery__item-fancybox:focus {
  color: #fff;
  text-decoration: none;
}

.stm-filter_carousel {
  margin-bottom: 48px;
}

.stm-carousel_wide .stm-carousel__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stm-carousel_wide .stm-carousel__item img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-carousel_wide.owl-loaded .stm-carousel__item {
  position: relative;
  opacity: 1;
}

.stm-carousel_centered .owl-stage {
  margin: 0 auto;
}

.stm-media-gallery
  .stm-media-gallery__items-row_view_grid
  .stm-media-gallery__item-col,
.stm-media-gallery
  .stm-media-gallery__items-row_view_grid
  .stm-media-gallery__item {
  max-height: 300px;
}

.stm-menu_tab {
  margin-bottom: 35px;
}

.stm-meal-list__heading {
  margin-bottom: 36px;
}
.stm-meal-list__heading h4 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}
.stm-meal-list__heading h4:before,
.stm-meal-list__heading h4:after {
  content: "";
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dea227;
  vertical-align: middle;
  margin-top: -1px;
}
.stm-meal-list__heading h4:before {
  margin-left: -100%;
  margin-right: 20px;
}
.stm-meal-list__heading h4:after {
  margin-right: -100%;
  margin-left: 20px;
}

.stm-meal.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.stm-meal.has-post-thumbnail:after {
  content: "";
  display: table;
  clear: both;
}

.stm-meal.has-post-thumbnail .stm-meal__thumbnail {
  float: left;
}

.stm-meal.has-post-thumbnail .stm-meal__body {
  padding-left: 20px;
  overflow: hidden;
}

.stm-meal__title {
  margin-top: -3px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #011b3a;
}

.stm-metal__summary {
  font-size: 13px;
  line-height: 22px;
  color: #999;
}

.stm-meal-list__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stm-meal-list__list > li {
  margin-bottom: 33px;
}

.stm-tab__pane-action_deal {
  text-align: center;
}
.stm-tab__pane-action_deal .stm-btn {
  vertical-align: middle;
}

.subscribe-modal-launcher {
  position: relative;
  z-index: 2;
}
.subscribe-modal-launcher .fa {
  margin-right: 6px;
}

.subscribe-modal-launcher_right {
  text-align: right;
}

.subscribe-modal-launcher_center {
  text-align: center;
}

.modal_subscribe {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal_subscribe .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modal_subscribe .modal-header {
  position: relative;
  padding: 23px 50px;
  background: #dea227;
  border: none;
}
.modal_subscribe .modal-header .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 30px;
  font-size: 16px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}
.modal_subscribe .modal-header .close:focus,
.modal_subscribe .modal-header .close:hover {
  color: #fff;
}
.modal_subscribe .modal-title {
  color: #fff;
}
.modal_subscribe .modal-title .fa {
  margin-right: 15px;
}
.modal_subscribe .modal-body {
  padding: 46px 50px;
}
.modal_subscribe .modal-body .mc4wp-form-fields:after {
  content: "";
  display: table;
  clear: both;
}
.modal_subscribe .modal-body input[type="email"] {
  float: left;
  color: #011b3a;
  border: 1px solid #e5e5e5;
  padding: 13px 20px;
  box-shadow: none;
  line-height: 22px;
  vertical-align: top;
  width: calc(100% - 115px);
}
.modal_subscribe .modal-body input[type="submit"] {
  float: left;
  width: 95px;
  margin-left: 20px;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 2px solid #161543;
  color: #011b3a;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.modal_subscribe .modal-body input[type="submit"]:hover {
  background: #161543;
  color: #fff;
}
.modal_subscribe .modal-body input[type="submit"]:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.stm-single-image-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.stm-single-image_right .stm-single-image {
  float: right;
}

.stm-single-image_center {
  text-align: center;
}

.stm-single-image_responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-post_view_grid {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.stm-post_view_grid .stm-post__thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}
.stm-post_view_grid .stm-post__caption-container {
  padding: 0 30px;
  margin-top: -50px;
}
.stm-post_view_grid .stm-post__caption {
  position: relative;
  padding: 30px 30px 34px;
  background: #fff;
  width: 100%;
  min-height: 157px;
  max-width: 100%;
  transition: all 0.3s ease;
}
.stm-post_view_grid .stm-post__caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #dea227;
  transition: height 0.3s ease;
  z-index: 1;
}
.stm-post_view_grid:hover .stm-post__caption:after {
  height: 100%;
}
.stm-post_view_grid .stm-post__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  z-index: 2;
}
.stm-post_view_grid .stm-post__title a {
  color: #011b3a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.stm-post_view_grid:hover .stm-post__title a {
  color: #fff;
}
.stm-post_view_grid .stm-post__date {
  position: relative;
  font-size: 13px;
  color: #999;
  z-index: 2;
  transition: all 0.3s ease;
}
.stm-post_view_grid .stm-post__date a {
  color: inherit;
}
.stm-post_view_grid .stm-post__date .fa {
  margin-right: 9px;
}
.stm-post_view_grid:hover .stm-post__date {
  color: #fff;
}

.stm-carousel_view_posts {
  padding-bottom: 72px;
}
.stm-carousel_view_posts .stm-post_view_grid {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stm-carousel_view_posts.owl-loaded .stm-post_view_grid {
  position: relative;
  opacity: 1;
}
.stm-carousel_view_posts .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.stm-carousel_view_posts .owl-dots {
  text-align: center;
}
.stm-carousel_view_posts .owl-dots .owl-dot span {
  background: rgba(1, 27, 58, 0.25);
}

.stm-images-carousel_achievement .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.stm-images-carousel_achievement .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.25);
}

.stm-images-carousel_achievement .owl-dots .owl-dot:hover span,
.stm-images-carousel_achievement .owl-dots .owl-dot.active span {
  background: #dea227;
}

.stm-images-carousel_achievement .stm-images-carousel__item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-image_style-1 .stm-image__content {
  padding: 30px;
  background: #fff;
  border: 12px solid;
  border-image-source: url("../../img/wood-frame.jpg");
  border-image-slice: 24;
}

.stm-image_style-1 .stm-image__link {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.stm-image_style-1 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-image_style-1:after {
  content: "";
  background: url("../../img/short-large-bottom-shadow.png") no-repeat center;
  width: 100%;
  height: 68px;
  display: block;
}

.stm-image_achievement {
  display: inline-block;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_back {
  border-color: #e6e6e6 !important;
  opacity: 1;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_group {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
  font-size: 36px;
  line-height: 24px !important;
  color: #011b3a;
  position: static;
  width: auto !important;
  height: auto !important;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_label {
  margin-top: 13px;
  font-size: 13px;
  line-height: normal;
  color: #595959;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_label {
  position: relative;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #011b3a;
}
.wpb_wrapper .vc_progress-bar_view_large .vc_label:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 14px;
  font-size: 14px;
  color: #dea227;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar {
  margin-bottom: 4px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
}
.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar .vc_bar {
  border-radius: 30px;
}
.wpb_wrapper
  .vc_progress-bar_view_large
  .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue
  .vc_bar {
  background: #161543;
}
.wpb_wrapper
  .vc_progress-bar_view_large
  .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue
  .vc_bar_val {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading {
  margin-bottom: 2px;
}
.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading:after {
  content: "";
  display: table;
  clear: both;
}
.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_label {
  float: left;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #011b3a;
}
.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val {
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
}
.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 14px;
  color: #161543;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_general.vc_single_bar {
  height: 6px;
  margin-bottom: 28px;
  border-radius: 6px;
  box-shadow: none;
  background: #e6e6e6;
}

.wpb_wrapper .vc_message_box {
  padding: 1.85em 3em 1.85em 4em;
  background: #fff;
  font-size: 16px;
  color: #595959;
}
.wpb_wrapper .vc_message_box p {
  margin-bottom: 0;
  line-height: normal;
}
.wpb_wrapper .vc_message_box.vc_message_icon_hide {
  padding: 1.85em 3em 1.85em 1.9em;
}

.wpb_wrapper .vc_message_box-icon {
  width: 65px;
}

.wpb_wrapper .vc_message_box-icon,
.wpb_wrapper .vc_message_box-icon > *,
.wpb_wrapper .vc_message_box-icon > .fa {
  font-size: 18px;
}

.wpb_wrapper .vc_message_box-icon > * {
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpb_wrapper .vc_message_box-outline,
.wpb_wrapper .vc_message_box-solid-icon {
  border-width: 1px;
}

.wpb_wrapper .vc_message_box-outline {
  background: #fff;
}
.wpb_wrapper .vc_message_box-outline.vc_color-danger,
.wpb_wrapper .vc_message_box-outline.vc_color-success,
.wpb_wrapper .vc_message_box-outline.vc_color-info,
.wpb_wrapper .vc_message_box-outline.vc_color-warning {
  background: #fff;
}
.wpb_wrapper .vc_message_box-outline.vc_color-info {
  border-color: #161543;
}
.wpb_wrapper .vc_message_box-outline.vc_color-info .vc_message_box-icon {
  color: #161543;
}
.wpb_wrapper .vc_message_box-outline.vc_color-success {
  border-color: #dea227;
}
.wpb_wrapper .vc_message_box-outline.vc_color-success .vc_message_box-icon {
  color: #dea227;
}
.wpb_wrapper .vc_message_box-outline.vc_color-warning {
  border-color: #ff9900;
}
.wpb_wrapper .vc_message_box-outline.vc_color-warning .vc_message_box-icon {
  color: #ff9900;
}
.wpb_wrapper .vc_message_box-outline.vc_color-danger {
  border-color: #ff0000;
}
.wpb_wrapper .vc_message_box-outline.vc_color-danger .vc_message_box-icon {
  color: #ff0000;
}
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger p {
  color: #ff0000;
}
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning p {
  color: #ff9900;
}
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success p {
  color: #dea227;
}
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info p {
  color: #161543;
}

.vc_message_hide {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  color: rgba(3, 3, 3, 0.25);
}
.vc_message_hide:focus,
.vc_message_hide:hover {
  text-decoration: none;
  color: rgba(3, 3, 3, 0.25);
}

.stm-btn {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box !important;
  transition: all 0.3s ease;
}
.stm-btn i {
  vertical-align: middle;
  display: inline-block;
}
.stm-btn:focus,
.stm-btn:hover {
  text-decoration: none;
}

.stm-icon-arrow-right {
  font-size: 6px;
}
.stm-btn_size_sm .stm-icon-arrow-right {
  margin-top: -1.5px;
  font-size: 5px;
}

.stm-btn__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
.stm-btn__icon * {
  vertical-align: top;
}

.stm-btn_position_right {
  float: right;
}

/* Outline
------------------- */
.stm-btn_style_outline.stm-btn_size_lg {
  height: 50px;
  padding: 0 25px;
  line-height: 46px;
  font-size: 16px;
}

.stm-btn_style_outline.stm-btn_size_sm {
  height: 40px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 13px;
}

.stm-btn_style_outline.stm-btn_theme_blue {
  border-color: #161543;
  color: #011b3a;
  background: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue:focus {
  background: #fff;
  color: #011b3a;
}
.stm-btn_style_outline.stm-btn_theme_blue:hover {
  background: #161543;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue.stm-btn_state_disabled {
  background: #fff;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_blue-2 {
  border-color: #161543;
  color: #fff;
  background: transparent;
}
.stm-btn_style_outline.stm-btn_theme_blue-2:focus {
  background: transparent;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue-2:hover {
  background: #161543;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue-2:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_blue-2.stm-btn_state_disabled {
  background: #fff;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_white {
  border-color: #fff;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_white:focus {
  color: #fff;
  background: transparent;
}
.stm-btn_style_outline.stm-btn_theme_white:hover {
  background: #fff;
  color: #dea227;
}
.stm-btn_style_outline.stm-btn_theme_white:active {
  background: #fff;
  color: #dea227;
  opacity: 0.75;
}
.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:active,
.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:focus,
.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:hover {
  background: transparent;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error {
  border-color: #e62117;
  color: #011b3a;
}
.stm-btn_style_outline.stm-btn_theme_error i {
  color: #cc181e;
}
.stm-btn_style_outline.stm-btn_theme_error:focus {
  color: #011b3a;
  background: transparent;
}
.stm-btn_style_outline.stm-btn_theme_error:hover {
  background: #e62117;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_error:hover i {
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_error:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_error:active i {
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning {
  border-color: #ff9337;
  color: #011b3a;
}
.stm-btn_style_outline.stm-btn_theme_warning i {
  color: #ff5137;
}
.stm-btn_style_outline.stm-btn_theme_warning:focus {
  color: #011b3a;
  background: transparent;
}
.stm-btn_style_outline.stm-btn_theme_warning:hover {
  background: #ff9337;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_warning:hover i {
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_warning:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}
.stm-btn_style_outline.stm-btn_theme_warning:active i {
  color: #fff;
}

.stm-btn_style_flat.stm-btn_size_lg {
  height: 50px;
  padding: 0 15px;
  line-height: 46px;
  font-size: 16px;
}

.stm-btn_style_flat.stm-btn_theme_blue {
  border-color: #161543;
  background: #161543;
  color: #fff;
}
.stm-btn_style_flat.stm-btn_theme_blue:focus {
  background: #161543;
}
.stm-btn_style_flat.stm-btn_theme_blue:hover {
  background: transparent;
  color: #011b3a;
}
.stm-btn_style_flat.stm-btn_theme_blue:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}
.stm-btn_style_flat.stm-btn_theme_blue.stm-btn_state_disabled {
  background: transparent;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

/* Download
------------------- */
.stm-btn-download {
  display: inline-block;
  padding: 20px 25px;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.stm-btn-download:focus,
.stm-btn-download:hover {
  text-decoration: none;
}

.stm-btn-download__body {
  display: table;
  width: 100%;
}

.stm-btn-download__icon {
  display: table-cell;
  vertical-align: middle;
}
.stm-btn-download__icon img {
  display: inline-block;
  width: 1em;
  height: auto;
}

.stm-btn-download__content {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-download__text {
  display: block;
  line-height: 20px;
}

.stm-btn-download__subtext {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.stm-btn-download_full-width {
  display: block;
}

.stm-btn-download_white {
  background: #fff;
}
.stm-btn-download_white .stm-btn-download__text {
  color: #011b3a;
}
.stm-btn-download_white .stm-btn-download__subtext {
  color: #808080;
}
.stm-btn-download_white:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.stm-btn-download_grey {
  background: #f8f8f8;
}
.stm-btn-download_grey .stm-btn-download__text {
  color: #011b3a;
}
.stm-btn-download_grey .stm-btn-download__subtext {
  color: #808080;
}
.stm-btn-download_grey:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.stm-btn-download_icon-left .stm-btn-download__content {
  padding-left: 10px;
}

.stm-btn-download_icon-right .stm-btn-download__icon {
  padding-right: 10px;
}

.stm-container:after {
  content: "";
  display: table;
  clear: both;
}

.stm-btn-container_left {
  text-align: left;
}

.stm-btn-container_right {
  text-align: right;
}

.stm-btn-container_center {
  text-align: center;
}

.stm-btn-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-btn {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  transition: all 0.3s ease;
}
.stm-btn:hover,
.stm-btn:focus {
  text-decoration: none;
}
.stm-btn span,
.stm-btn i {
  position: relative;
}

.stm-btn_md {
  min-width: 200px;
  font-size: 16px;
}
.stm-btn_md.stm-btn_outline {
  border-width: 2px;
  border-style: solid;
  padding: 0 24px;
  line-height: 46px;
}
.stm-btn_md.stm-btn_flat {
  border-width: 2px;
  border-style: solid;
  padding: 0 24px;
  line-height: 46px;
}
.stm-btn_md.stm-btn_icon-right span,
.stm-btn_md.stm-btn_icon-right i {
  margin-left: 7px;
}
.stm-btn_md.stm-btn_icon-left i,
.stm-btn_md.stm-btn_icon-left span {
  margin-right: 7px;
}
.stm-btn_md span.stm-icon-arrow-right,
.stm-btn_md i.stm-icon-arrow-right {
  font-size: 6px;
}

.stm-btn_sm {
  font-size: 13px;
}
.stm-btn_sm.stm-btn_outline {
  border-width: 2px;
  border-style: solid;
  padding: 0 20px;
  line-height: 36px;
}
.stm-btn_sm.stm-btn_flat {
  border-width: 2px;
  border-style: solid;
  padding: 0 20px;
  line-height: 36px;
}
.stm-btn_sm.stm-btn_icon-right i {
  margin-left: 6px;
}
.stm-btn_sm.stm-btn_icon-left i {
  margin-right: 6px;
}
.stm-btn_sm span.stm-icon-arrow-right,
.stm-btn_sm i.stm-icon-arrow-right {
  font-size: 5px;
}

.stm-btn_blue-secondary:after,
.stm-btn_blue:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.stm-btn_blue-secondary.stm-btn_outline,
.stm-btn_blue.stm-btn_outline {
  background: transparent;
  border-color: #161543;
  color: #011b3a;
}
.stm-btn_blue-secondary.stm-btn_outline:hover,
.stm-btn_blue.stm-btn_outline:hover {
  background: #161543;
  color: #fff;
  border-color: #161543;
}
.stm-btn_blue-secondary.stm-btn_outline:active,
.stm-btn_blue.stm-btn_outline:active {
  background: #161543;
  color: #fff;
  border-color: #161543;
}
.stm-btn_blue-secondary.stm-btn_outline:active:after,
.stm-btn_blue.stm-btn_outline:active:after {
  visibility: visible;
  opacity: 1;
}
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:focus,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:focus {
  color: #999;
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:hover:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:active:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:focus:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:hover:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:active:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:focus:after {
  content: none;
}
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:hover:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:active:after,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:focus:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:hover:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:active:after,
.stm-btn_blue.stm-btn_outline.stm-btn_disabled:focus:after {
  content: none;
}

.stm-btn_blue-secondary.stm-btn_flat,
.stm-btn_blue.stm-btn_flat {
  background: #161543;
  border-color: #161543;
  color: #fff;
}
.stm-btn_blue-secondary.stm-btn_flat:hover,
.stm-btn_blue.stm-btn_flat:hover {
  background: transparent;
  color: #011b3a;
  border-color: #161543;
}
.stm-btn_blue-secondary.stm-btn_flat:active,
.stm-btn_blue.stm-btn_flat:active {
  background: #161543;
  color: #fff;
  border-color: #161543;
}
.stm-btn_blue-secondary.stm-btn_flat:active:after,
.stm-btn_blue.stm-btn_flat:active:after {
  visibility: visible;
  opacity: 1;
}
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:focus,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:focus {
  color: #999;
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:after,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:hover:after,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:active:after,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:focus:after,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:after,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:hover:after,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:active:after,
.stm-btn_blue.stm-btn_flat.stm-btn_disabled:focus:after {
  content: none;
}

.stm-btn_blue-secondary.stm-btn_outline {
  color: #fff;
}
.stm-btn_blue-secondary.stm-btn_outline:hover,
.stm-btn_blue-secondary.stm-btn_outline:active {
  color: #fff;
}
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_blue-secondary.stm-btn_outline.stm-btn_disabled:focus {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 170, 255, 0.5);
}

.stm-btn_blue-secondary.stm-btn_flat {
  color: #011b3a;
}
.stm-btn_blue-secondary.stm-btn_flat:hover,
.stm-btn_blue-secondary.stm-btn_flat:active {
  color: #fff;
}
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_blue-secondary.stm-btn_flat.stm-btn_disabled:focus {
  color: #999;
}

.stm-btn_white-secondary.stm-btn_outline,
.stm-btn_white.stm-btn_outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white-secondary.stm-btn_outline:hover,
.stm-btn_white.stm-btn_outline:active,
.stm-btn_white.stm-btn_outline:hover {
  background: #fff;
  color: #dea227;
  border-color: #fff;
}
.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white.stm-btn_outline:active {
  opacity: 0.75;
}
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus,
.stm-btn_white.stm-btn_outline.stm-btn_disabled,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
  opacity: 0.5;
  cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_flat,
.stm-btn_white.stm-btn_flat {
  background: #fff;
  border-color: #fff;
  color: #dea227;
}
.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white-secondary.stm-btn_flat:hover,
.stm-btn_white.stm-btn_flat:active,
.stm-btn_white.stm-btn_flat:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white.stm-btn_flat:active {
  opacity: 0.75;
}
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus,
.stm-btn_white.stm-btn_flat.stm-btn_disabled,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:focus {
  color: #dea227;
  border-color: #fff;
  background: #fff;
  cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white-secondary.stm-btn_outline:hover {
  color: #161543;
}

.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus {
  color: #fff;
}

.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white-secondary.stm-btn_flat:hover {
  color: #161543;
}

.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus {
  color: #fff;
}

.stm-btn_custom.stm-btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.stm-btn_error.stm-btn_outline {
  border-color: #e62117;
  color: #011b3a;
}
.stm-btn_error.stm-btn_outline i {
  color: #cc181e;
}
.stm-btn_error.stm-btn_outline:focus {
  color: #011b3a;
  background: transparent;
}
.stm-btn_error.stm-btn_outline:hover {
  background: #e62117;
  color: #fff;
}
.stm-btn_error.stm-btn_outline:hover i {
  color: #fff;
}
.stm-btn_error.stm-btn_outline:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}
.stm-btn_error.stm-btn_outline:active i {
  color: #fff;
}

.stm-btn_error.stm-btn_flat {
  border-color: #e62117;
  background: #e62117;
  color: #fff;
}
.stm-btn_error.stm-btn_flat i {
  color: #fff;
}
.stm-btn_error.stm-btn_flat:focus {
  color: #fff;
  background: #e62117;
}
.stm-btn_error.stm-btn_flat:hover {
  background: transparent;
  color: #011b3a;
}
.stm-btn_error.stm-btn_flat:hover i {
  color: #cc181e;
}
.stm-btn_error.stm-btn_flat:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}
.stm-btn_error.stm-btn_flat:active i {
  color: #fff;
}

.stm-btn_warning.stm-btn_outline {
  border-color: #ff9337;
  color: #011b3a;
}
.stm-btn_warning.stm-btn_outline i {
  color: #ff5137;
}
.stm-btn_warning.stm-btn_outline:focus {
  color: #011b3a;
  background: transparent;
}
.stm-btn_warning.stm-btn_outline:hover {
  background: #ff9337;
  color: #fff;
}
.stm-btn_warning.stm-btn_outline:hover i {
  color: #fff;
}
.stm-btn_warning.stm-btn_outline:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}
.stm-btn_warning.stm-btn_outline:active i {
  color: #fff;
}

.stm-btn_warning.stm-btn_flat {
  border-color: #ff9337;
  background: #ff9337;
  color: #fff;
}
.stm-btn_warning.stm-btn_flat i {
  color: #fff;
}
.stm-btn_warning.stm-btn_flat:focus {
  background: #ff9337;
  color: #fff;
}
.stm-btn_warning.stm-btn_flat:hover {
  background: transparent;
  color: #011b3a;
}
.stm-btn_warning.stm-btn_flat:hover i {
  color: #ff5137;
}
.stm-btn_warning.stm-btn_flat:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}
.stm-btn_warning.stm-btn_flat:active i {
  color: #fff;
}

.stm-big-container:after {
  content: "";
  display: table;
  clear: both;
}

.stm-btn-big-container_left {
  text-align: left;
}

.stm-btn-big-container_right {
  text-align: right;
}

.stm-btn-big-container_center {
  text-align: center;
}

.stm-btn-big-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-btn-big {
  position: relative;
  display: block;
  width: auto;
  padding: 15px 24px;
  white-space: nowrap;
  line-height: 1;
  vertical-align: top;
  transition: all 0.3s ease;
}
.stm-btn-big:hover,
.stm-btn-big:focus {
  text-decoration: none;
}
.stm-btn-big i {
  transition: all 0.3s ease;
  position: relative;
}

.stm-btn-big__content {
  display: table;
  width: 100%;
}

.stm-btn-big__left {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-big__body {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-big__text {
  transition: all 0.3s ease;
}

.stm-btn-big__secondary-text {
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  transition: all 0.3s ease;
}

.stm-btn-big_icon-left .stm-btn-big__body {
  padding-left: 14px;
}

.stm-btn-big_icon-right .stm-btn-big__body {
  padding-right: 14px;
}

.stm-btn-big_outline {
  border-width: 2px;
  border-style: solid;
}

.stm-btn-big_blue:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.stm-btn-big_blue.stm-btn-big_outline {
  background: transparent;
  border-color: #161543;
  color: #011b3a;
}
.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__text {
  color: #011b3a;
}
.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__left i {
  color: #161543;
}
.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__secondary-text {
  color: #808080;
}
.stm-btn-big_blue.stm-btn-big_outline:hover {
  background: #161543;
  border-color: #161543;
}
.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__secondary-text {
  color: #fff;
}
.stm-btn-big_blue.stm-btn-big_outline:active {
  background: #161543;
  border-color: #161543;
}
.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__secondary-text {
  color: #fff;
}
.stm-btn-big_blue.stm-btn-big_outline:active:after {
  visibility: visible;
  opacity: 1;
}
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:after,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover:after,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active:after,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus:after {
  content: none;
}

.stm-btn-big_blue.stm-btn-big_flat {
  background: #161543;
  border-color: #161543;
}
.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__secondary-text {
  color: #fff;
}
.stm-btn-big_blue.stm-btn-big_flat:hover {
  background: transparent;
  border-color: #161543;
}
.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__left i {
  color: #161543;
}
.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__text {
  color: #011b3a;
}
.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__secondary-text {
  color: #808080;
}
.stm-btn-big_blue.stm-btn-big_flat:active {
  background: #161543;
  border-color: #161543;
}
.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__secondary-text {
  color: #fff;
}
.stm-btn-big_blue.stm-btn-big_flat:active:after {
  visibility: visible;
  opacity: 1;
}
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus:after {
  content: none;
}

#sb_instagram.stm-instagram-feed #sbi_images {
  padding: 0 !important;
  margin: 0 -8.5px;
  width: auto !important;
}
#sb_instagram.stm-instagram-feed #sbi_images .sbi_type_image {
  padding: 0 8.5px !important;
}

#sb_instagram.stm-instagram-feed #sbi_load {
  text-align: left;
}
#sb_instagram.stm-instagram-feed #sbi_load .sbi_follow_btn {
  margin: 0;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a {
  margin-top: 25px;
  padding: 11px 30px 11px 24px;
  background: transparent;
  border: 2px solid #4090db;
  border-radius: 0;
  font-size: 16px;
  color: #011b3a;
}
#sb_instagram.stm-instagram-feed .sbi_follow_btn a .fa {
  color: #125688;
  margin-right: 15px !important;
}
#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover {
  background: #4090db;
  color: #fff;
}
#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover .fa {
  color: #fff;
}
#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active {
  background: #125688;
  border-color: #125688;
  color: #fff;
}
#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active .fa {
  color: #fff;
}

.tt_tabs_navigation li {
  margin: 0 !important;
  font-size: 18px !important;
}
.tt_tabs_navigation li a {
  border: 2px solid transparent !important;
  padding: 0 34px !important;
  line-height: 46px !important;
  color: #011b3a !important;
}
.tt_tabs_navigation li a:hover {
  color: #161543 !important;
  border: 2px solid transparent !important;
  padding-bottom: 0 !important;
}
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a {
  border: 2px solid #dea227 !important;
  padding-bottom: 0 !important;
}
.tt_tabs_navigation li a.selected:hover,
.tt_tabs_navigation li.ui-tabs-active a:hover {
  color: #011b3a !important;
}

.tt_timetable th {
  background: #fff;
}

.tt_tabs_navigation {
  margin-bottom: 40px;
}

table.tt_timetable {
  background: transparent !important;
}

/**
 * WooCommerce CSS Variables
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../../fonts/woocommerce/star.eot");
  src:
    url("../../fonts/woocommerce/star.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/woocommerce/star.woff") format("woff"),
    url("../../fonts/woocommerce/star.ttf") format("truetype"),
    url("../../fonts/woocommerce/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WooCommerce";
  src: url("../../fonts/woocommerce/WooCommerce.eot");
  src:
    url("../../fonts/woocommerce/WooCommerce.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/woocommerce/WooCommerce.woff") format("woff"),
    url("../../fonts/woocommerce/WooCommerce.ttf") format("truetype"),
    url("../../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
p.demo_store a {
  color: white;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
	 * Product Page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Buttons
	 */
  /**
	 * Reviews
	 */
  /**
	 * Star ratings
	 */
  /**
	 * Tables
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  background: url(../../img/woocommerce/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  background: url(../../img/woocommerce/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .myaccount_user {
  margin-bottom: 65px;
}
.woocommerce .myaccount_user strong {
  color: #000;
}
.woocommerce a.remove {
  display: block;
  font-size: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 1;
  color: rgba(3, 3, 3, 0.25);
  text-decoration: none;
  border: 0;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 1.8em 2em 1.8em 3.5em;
  margin: 0 0 30px;
  position: relative;
  background-color: #fff;
  color: #595959;
  font-size: 16px;
  border: 1px solid transparent;
  line-height: normal;
  list-style: none outside !important;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 1.7em;
  left: 1.5em;
  font-size: 18px;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 2px solid #161543;
  background: #fff;
  font-weight: 400;
  color: #011b3a;
  transition: all ease-in-out 0.2s;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
  background: #161543;
  color: #fff;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message {
  border-color: #dea227;
}
.woocommerce .woocommerce-message:before {
  content: "\f058";
  color: #dea227;
}
.woocommerce .woocommerce-info {
  border-color: #161543;
}
.woocommerce .woocommerce-info:before {
  color: #161543;
}
.woocommerce .woocommerce-error {
  border-color: #ff0000;
}
.woocommerce .woocommerce-error:before {
  content: "\f057";
  color: #ff0000;
}
.woocommerce small.note {
  display: block;
  color: #777;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce .quantity {
  float: left;
  margin: 0 4px 0 0;
  position: relative;
}
.woocommerce .quantity input {
  width: 95px;
  height: 50px;
  padding: 0 45px 0 21px;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #595959;
}
.woocommerce .quantity .quantity-control {
  position: absolute;
  right: 19px;
  top: 8px;
  font-size: 18px;
  color: #808080;
  transition: all ease-in-out 0.2s;
}
.woocommerce .quantity .quantity-control:hover {
  color: #161543;
}
.woocommerce .quantity .quantity-control_minus {
  top: 21px;
}
.woocommerce ins {
  text-decoration: none;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 30px;
  color: #dea227;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .product-short-description {
  margin-bottom: 23px;
}
.woocommerce div.product .product-short-description p,
.woocommerce div.product .product-short-description {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 19px;
}
.woocommerce div.product .product_meta > span {
  display: block;
}
.woocommerce div.product .product_meta > span:not(:last-child) {
  margin-bottom: 17px;
}
.woocommerce div.product .product_meta .posted_in {
  font-size: 13px;
  line-height: normal;
  color: #808080;
}
.woocommerce div.product .product_meta .posted_in a {
  font-weight: 700;
}
.woocommerce div.product .product_meta .tagged_as a {
  display: inline-block;
  height: 30px;
  border: 1px solid #161543;
  padding: 0 10px;
  background: #fff;
  font-size: 13px;
  line-height: 28px;
  color: #011b3a;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product .product_meta .tagged_as a:not(:last-child) {
  margin-right: 8px;
}
.woocommerce div.product .product_meta .tagged_as a:focus,
.woocommerce div.product .product_meta .tagged_as a:hover {
  text-decoration: none;
}
.woocommerce div.product .product_meta .tagged_as a:hover {
  background: #161543;
  color: #fff;
}
.woocommerce div.product div.images {
  margin-bottom: 60px;
  padding-top: 50px;
  background: #fff;
}
.woocommerce div.product div.images img {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images .woocommerce-main-image {
  display: block;
  padding-bottom: 50px;
}
.woocommerce div.product div.images .woocommerce-main-image img {
  margin: 0 auto;
}
.woocommerce div.product div.images div.thumbnails {
  padding: 0 10px 10px;
}
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs {
  margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 41px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart:before,
.woocommerce div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 26px;
  *zoom: 1;
}
.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  position: relative;
}
.woocommerce div.product form.cart div.quantity input {
  width: 95px;
  height: 50px;
  padding: 0 45px 0 21px;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #595959;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product form.cart div.quantity input:focus {
  border-color: #dea227;
}
.woocommerce div.product form.cart div.quantity .quantity-control {
  position: absolute;
  right: 19px;
  top: 8px;
  font-size: 18px;
  color: #808080;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product form.cart div.quantity .quantity-control:hover {
  color: #161543;
}
.woocommerce div.product form.cart div.quantity .quantity-control_minus {
  top: 21px;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 5px;
  border: 0;
  vertical-align: top;
  line-height: normal;
  background: transparent;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  font-size: 14px;
  color: #595959;
  white-space: normal;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 5px;
  display: table-cell;
  text-align: left;
  white-space: normal;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce
  div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart {
  margin-top: 17px;
  *zoom: 1;
}
.woocommerce
  div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart:before,
.woocommerce
  div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart:after {
  content: " ";
  display: table;
}
.woocommerce
  div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart:after {
  clear: both;
}
.woocommerce span.onsale {
  position: absolute;
  margin: 20px 0 0 20px;
  padding: 2.5px 10px;
  background: #dea227;
  border-radius: 3px;
  z-index: 100;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}
.woocommerce .products ul,
.woocommerce ul.products {
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul:before,
.woocommerce .products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 20px 20px 0 0;
}
.woocommerce ul.products li.product h5 {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  margin: 0 0 15px;
}
.woocommerce ul.products li.product a {
  display: block;
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 37px;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .product-price {
  *zoom: 1;
}
.woocommerce ul.products li.product .product-price:before,
.woocommerce ul.products li.product .product-price:after {
  content: " ";
  display: table;
}
.woocommerce ul.products li.product .product-price:after {
  clear: both;
}
.woocommerce ul.products li.product .star-rating {
  width: 50%;
  float: left;
  width: 6.4em;
  margin-top: 5px;
  font-size: 0.69em;
  letter-spacing: 3px;
}
.woocommerce ul.products li.product .product-buy {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 70px;
  box-sizing: content-box;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all ease-in-out 0.2s;
}
.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  border: 2px solid #161543;
  background: transparent;
  color: #011b3a;
  font-weight: 400;
  font-size: 16px;
  line-height: 46px;
  vertical-align: top;
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0s 0s;
}
.woocommerce ul.products li.product .button i {
  margin-left: 7px;
  vertical-align: top;
}
.woocommerce ul.products li.product .button:hover {
  background: #161543;
  color: #fff;
}
.woocommerce ul.products li.product .button:active {
  color: #fff;
  background: #007fbf;
  border-color: #007fbf;
}
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .woocommerce_product__category {
  display: block !important;
  margin-bottom: 2px;
  color: #999;
}
.woocommerce ul.products li.product .woocommerce_product__category a {
  display: inline;
  font-size: 14px;
  color: #999;
}
.woocommerce ul.products li.product .woocommerce_product__category a:hover {
  text-decoration: underline;
}
.woocommerce ul.products li.product .price {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  color: #dea227;
  display: block;
  font-weight: normal;
  font-size: 19px;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  text-decoration: none;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce ul.products li.product:hover {
  position: relative;
  z-index: 101;
}
.woocommerce ul.products li.product:hover .product-buy {
  visibility: visible;
  opacity: 1;
}
.woocommerce ul.products li.product:hover .product-buy .button {
  opacity: 1;
}
.woocommerce .woocommerce-order-bar {
  padding: 15px 30px;
  margin-bottom: 40px;
  background: #fff;
  *zoom: 1;
}
.woocommerce .woocommerce-order-bar:before,
.woocommerce .woocommerce-order-bar:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-order-bar:after {
  clear: both;
}
.woocommerce .woocommerce-result-count {
  margin: 14px 0;
  font-size: 16px;
  line-height: normal;
  color: #595959;
}
.woocommerce .woocommerce-ordering {
  width: 255px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: all ease-in-out 0.2s;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
}
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
  content: "\e01c";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-family: "WooCommerce";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.added:after {
  content: "\e017";
  margin-left: 10px;
  font-family: "WooCommerce";
  font-size: 14px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #ebe9eb;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  padding: 14.5px 24px;
  border: 2px solid #161543;
  background-color: #161543;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  border-color: #161543;
  background-color: #fff;
  color: #161543;
}
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  border-color: #808080;
  background-color: #fff;
  color: #808080;
}
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}
.woocommerce .single_add_to_cart_button .fa {
  margin-right: 15px;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777;
}
.woocommerce #reviews h3 {
  margin: 0 0 40px;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comments {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  padding-left: 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
  background: 0;
}
.woocommerce #reviews #comments ol.commentlist li:not(:first-child) {
  margin: 30px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-meta {
  margin-bottom: 3px;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-meta:before,
.woocommerce #reviews #comments ol.commentlist li .product-review-meta:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-meta:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-author {
  font-size: 15px;
  font-weight: 700;
  color: #011b3a;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-author a {
  color: #011b3a;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .product-review-author
  a:focus {
  text-decoration: none;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .product-review-author
  a:hover {
  text-decoration: none;
  color: #161543;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-date {
  float: right;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}
.woocommerce #reviews #comments ol.commentlist li .product-review-description p,
.woocommerce #reviews #comments ol.commentlist li .product-review-description {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  overflow: hidden;
  padding-left: 20px;
  margin: 0 0 0 50px;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 11px;
  width: 6.4em;
  letter-spacing: 3px;
  color: #fde428;
  font-family: "star";
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #dddddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  display: block;
}
.woocommerce .woocommerce-product-rating:before,
.woocommerce .woocommerce-product-rating:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 9px;
  font-size: 13px;
  color: #808080;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 22px;
}
.woocommerce #review_form #respond .comment-form-rating .stars {
  margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form-rating .stars > span {
  line-height: 1;
}
.woocommerce #review_form #respond .comment-form-email input[type="text"],
.woocommerce #review_form #respond .comment-form-author input[type="text"] {
  margin-bottom: 22px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond .form-submit .stm-btn {
  min-width: 160px;
}
.woocommerce #review_form #respond .select2 {
  display: none;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #fde428;
}
.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce p.stars:hover a:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
}
.woocommerce table.shop_table thead th {
  padding: 11.5px 16px;
  background: #dea227;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 16px;
  vertical-align: middle;
  font-size: 14px;
}
.woocommerce table.shop_table tbody td small,
.woocommerce table.shop_table tbody th small,
.woocommerce table.shop_table tfoot td small,
.woocommerce table.shop_table tfoot th small {
  font-weight: normal;
}
.woocommerce .table-my-orders-container {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 73px;
}
.woocommerce table.my_account_orders {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  vertical-align: middle;
}
.woocommerce table.my_account_orders th {
  font-size: 14px;
  padding: 11.5px 16px;
}
.woocommerce table.my_account_orders tbody td {
  padding: 5px 16px;
  color: #595959;
}
.woocommerce table.my_account_orders tbody td.order-number a {
  color: #000;
  transition: color ease-in-out 0.2s;
}
.woocommerce table.my_account_orders tbody td.order-number a:hover,
.woocommerce table.my_account_orders tbody td.order-number a:focus {
  text-decoration: none;
}
.woocommerce table.my_account_orders tbody td.order-number a:hover {
  color: #161543;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce td.product-name dl.variation {
  margin: 0.25em 0;
  *zoom: 1;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin: 0 4px 4px 0;
  padding: 0;
}
.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  clear: left;
}
.woocommerce td.product-name dl.variation dd {
  margin-right: 0;
}
.woocommerce td.product-name dl.variation dd p {
  line-height: inherit;
}
.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-name .product-thumbnail {
  width: 60px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.woocommerce td.product-name .product-name-title {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.woocommerce td.product-name .product-name-title a {
  font-size: 16px;
  line-height: 30px;
  color: #011b3a;
  transition: all ease-in-out 0.2s;
}
.woocommerce td.product-name .product-name-title a:focus {
  text-decoration: none;
}
.woocommerce td.product-name .product-name-title a:hover {
  text-decoration: none;
  color: #161543;
}
.woocommerce td.product-name .product-name-title .star-rating {
  margin-top: 3px;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 10px;
  padding: 0 0 8px 75px;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li .woocommerce_product__category,
.woocommerce ul.product_list_widget li .woocommerce_product__category {
  display: block !important;
  line-height: 20px;
  color: #999;
}
.woocommerce ul.cart_list li .woocommerce_product__category a,
.woocommerce ul.product_list_widget li .woocommerce_product__category a {
  display: inline;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.woocommerce ul.cart_list li .woocommerce_product__category a:hover,
.woocommerce ul.product_list_widget li .woocommerce_product__category a:hover {
  color: #999;
  text-decoration: underline;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #011b3a;
  transition: all ease-in-out 0.2s;
}
.woocommerce ul.cart_list li a:focus,
.woocommerce ul.product_list_widget li a:focus {
  text-decoration: none;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: #161543;
  text-decoration: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  position: absolute;
  left: 0;
  margin-top: 3px;
  width: 60px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
  margin-right: 5px;
  text-decoration: line-through;
  color: #dea227;
}
.woocommerce ul.cart_list li del .amount,
.woocommerce ul.product_list_widget li del .amount {
  font-size: 13px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  font-size: 16px;
  color: #dea227;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  transition: all ease-in-out 0.2s;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #dea227;
}
.woocommerce form .form-row input.input-text {
  padding: 13px 20px;
}
.woocommerce form .form-row textarea {
  padding: 12px 20px;
  resize: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #dea227;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.register {
  text-align: left;
  background: #fff;
  padding: 40px;
}
.woocommerce form.login h3,
.woocommerce form.register h3 {
  margin-bottom: 30px;
}
.woocommerce form.login h3:after,
.woocommerce form.register h3:after {
  content: none;
}
.woocommerce form.login .form-row:last-child,
.woocommerce form.register .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce form.login .stm-btn,
.woocommerce form.register .stm-btn {
  min-width: 0;
}
.woocommerce form.login .wc-remember-me {
  float: left;
  margin-top: 15px;
  line-height: normal;
  font-weight: 400;
}
.woocommerce form.login .wc-remember-me input {
  margin-right: 6px;
}
.woocommerce form.login .lost_password {
  float: left;
  margin-top: 15px;
  margin-right: 40px;
  line-height: normal;
}
.woocommerce form.login .wc-login-group {
  float: left;
  *zoom: 1;
}
.woocommerce form.login .wc-login-group:before,
.woocommerce form.login .wc-login-group:after {
  content: " ";
  display: table;
}
.woocommerce form.login .wc-login-group:after {
  clear: both;
}
.woocommerce form.login .stm-btn {
  float: right;
}
.woocommerce form.register .stm-btn {
  float: right;
}
.woocommerce form.checkout_coupon {
  background: #fff;
  padding: 40px;
}
.woocommerce form.checkout_coupon .input-text {
  width: 100%;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.5ex;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before,
.woocommerce .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after {
  clear: both;
}
.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce .order_details li:last-of-type {
  border: none;
}
.woocommerce .order-details-row {
  padding-bottom: 30px;
}
.woocommerce table.customer_details,
.woocommerce table.order_details {
  margin-bottom: 30px;
}
.woocommerce .order-details-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 30px;
}
.woocommerce .order-details-table-wrapper .order_details {
  margin-bottom: 0;
}
.woocommerce table.order_details .product-quantity {
  font-weight: 400;
}
.woocommerce table.woocommerce-thankyou-order-details {
  margin-bottom: 53px;
}
.woocommerce .woocommerce-thankyou-order-failed,
.woocommerce .woocommerce-thankyou-order-received {
  position: relative;
  margin-bottom: 15px;
  padding: 1.85em 3em 1.85em 4em;
  background: #fff;
  border: 1px solid #dea227;
  font-size: 16px;
  line-height: normal;
  color: #595959;
}
.woocommerce .woocommerce-thankyou-order-failed .fa,
.woocommerce .woocommerce-thankyou-order-received .fa {
  position: absolute;
  top: 1.85em;
  left: 30px;
  bottom: 0;
  color: #dea227;
  font-size: 18px;
}
.woocommerce .woocommerce-thankyou-order-failed {
  border: 1px solid #ff9900;
}
.woocommerce .woocommerce-thankyou-order-failed .fa {
  color: #ff9900;
  margin-right: 10px;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: normal;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 18px;
  background: transparent;
  border: 2px solid #161543;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  color: #011b3a;
  transition: all ease-in-out 0.2s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #161543;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  float: left;
  margin-top: 13px;
  font-size: 13px;
  line-height: normal;
  color: #808080;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  font-weight: 700;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 4px;
  height: 16px;
  background-color: #161543;
  cursor: ew-resize;
  outline: none;
  top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: #dea227;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e9e9e9;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/**
 * Account page
 */
.woocommerce-account .myaccount_addresss_title {
  margin-bottom: 40px;
}

.woocommerce-account .myaccount_address {
  margin-bottom: 41px;
}

.woocommerce-account .addresses .address {
  background: #fff;
  padding: 50px 50px 40px;
}

.woocommerce-account .addresses .title {
  *zoom: 1;
  margin-bottom: 18px;
}
.woocommerce-account .addresses .title:before,
.woocommerce-account .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title:after {
  clear: both;
}
.woocommerce-account .addresses .title h4 {
  float: left;
  margin-bottom: 0;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account .addresses .title .edit .fa {
  padding-right: 10px;
  font-size: 16px;
}

.woocommerce-account .addresses .wc-address-table {
  width: 100%;
}
.woocommerce-account .addresses .wc-address-table th,
.woocommerce-account .addresses .wc-address-table td {
  padding: 13px 0;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.woocommerce-account .addresses .wc-address-table tr:not(:last-child) th,
.woocommerce-account .addresses .wc-address-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

.addresses-order .address {
  background: #fff;
  padding: 50px 50px 40px;
}

.addresses-order .title {
  *zoom: 1;
  margin-bottom: 18px;
}
.addresses-order .title:before,
.addresses-order .title:after {
  content: " ";
  display: table;
}
.addresses-order .title:after {
  clear: both;
}
.addresses-order .title h4 {
  float: left;
  margin-bottom: 0;
}
.addresses-order .title .edit {
  float: right;
}
.addresses-order .title .edit .fa {
  padding-right: 10px;
  font-size: 16px;
}

.addresses-order address {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

/**
 * Cart page
 */
.woocommerce-cart table.cart {
  margin-bottom: 52px;
}
.woocommerce-cart table.cart .product-thumbnail {
  height: 60px;
}
.woocommerce-cart table.cart img {
  max-width: 60px;
  width: auto;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-price {
  font-size: 16px;
  color: #dea227;
}
.woocommerce-cart table.cart td.product-remove {
  padding-right: 32px;
  text-align: right;
}
.woocommerce-cart table.cart td.product-remove a {
  display: inline-block;
}
.woocommerce-cart table.cart .woocommerce_product__category {
  display: block !important;
  margin-bottom: -8px;
  color: #999;
}
.woocommerce-cart table.cart .woocommerce_product__category a {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #a6a6a6 !important;
}
.woocommerce-cart table.cart td.actions {
  background: transparent;
  border-bottom: none;
  padding: 40px 0 0;
}
.woocommerce-cart table.cart td.actions .coupon {
  width: 48%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  height: 50px;
  width: calc(100% - 204px);
  padding: 0 20px;
  margin: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #011b3a;
  line-height: 1;
  transition: all ease-in-out 0.2s;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  border-color: #dea227;
}
.woocommerce-cart table.cart td.actions .wc-cart-update .fa {
  font-size: 16px;
  margin-right: 15px;
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
  *zoom: 1;
  padding-top: 40px;
}
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout:after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0 28px;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.woocommerce-cart
  .cart-collaterals
  .shipping_calculator
  .shipping-calculator-button:after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-bottom: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2:after {
  content: "";
  border-bottom: 2px solid #dea227;
  width: 60px;
  display: block;
  margin-top: 34px;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  background: #fff;
  padding: 28px 40px;
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 19px 10px;
  vertical-align: top;
  background: transparent;
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  background: transparent;
  width: 25%;
  font-size: 16px;
  font-weight: #595959;
  text-transform: none;
  color: #595959;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #777;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table .shipping p {
  margin-bottom: 10px;
  line-height: 26px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
  font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}

.woocommerce-cart
  .cart-collaterals
  .woocommerce-shipping-calculator
  .shipping-calculator-form {
  margin-top: 20px;
}
.woocommerce-cart
  .cart-collaterals
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  .form-row {
  margin-bottom: 15px;
}

.woocommerce-cart
  .cart-collaterals
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  text-decoration: none;
  border-bottom: 1px dashed #161543;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

/**
 * Checkout
 */
.woocommerce-account h3,
.woocommerce-checkout h3 {
  margin-bottom: 50px;
}
.woocommerce-account h3:after,
.woocommerce-checkout h3:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #dea227;
  margin-top: 35px;
}

form.woocommerce-checkout {
  padding-top: 25px;
}

.woocommerce-checkout textarea {
  height: 120px;
}

.woocommerce-checkout #customer_details {
  padding-bottom: 54px;
}

.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout form.login {
  margin-bottom: 1.8em;
}

.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
}

.woocommerce table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce table.woocommerce-checkout-review-order-table td.product-total,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tr.cart_item
  td
  strong {
  font-weight: 400;
}

.woocommerce
  table.woocommerce-checkout-review-order-table
  tr.cart_item
  .product-total {
  color: #595959;
}

.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .shipping th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th {
  background: #fff;
  text-transform: none;
  font-size: 14px;
  color: #000;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  padding: 6.5px 16px;
  line-height: 24px;
}

.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  th,
.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  td {
  padding-top: 12.5px;
}

.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  tr:last-child
  th,
.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  tr:last-child
  td {
  padding-bottom: 15.5px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td strong {
  color: #000;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-checkout
  .checkout
  .col-2
  h3#ship-to-different-address
  .input-checkbox,
#add_payment_method
  .checkout
  .col-2
  h3#ship-to-different-address
  .input-checkbox {
  margin-left: 16px;
}

.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}

.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}

.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}

.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}

.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #fff;
  padding: 40px;
}
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.woocommerce-checkout #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
#add_payment_method #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0 0 7px;
  font-weight: normal;
  *zoom: 1;
}
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods li:after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li label {
  font-weight: 400;
  line-height: normal;
  color: #011b3a;
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 11px 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  width: 100%;
  padding-left: 29px;
  line-height: 24px;
  color: #595959;
}
.woocommerce-checkout #payment div.payment_box p,
#add_payment_method #payment div.payment_box p {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa {
  background-image: url(../../img/woocommerce/credit-cards/visa.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../../img/woocommerce/credit-cards/mastercard.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser {
  background-image: url(../../img/woocommerce/credit-cards/laser.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../../img/woocommerce/credit-cards/diners.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../../img/woocommerce/credit-cards/maestro.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../../img/woocommerce/credit-cards/jcb.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex {
  background-image: url(../../img/woocommerce/credit-cards/amex.png);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover {
  background-image: url(../../img/woocommerce/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal;
}
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
  margin-left: 17px;
}
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-checkout #payment .place-order.form-row,
#add_payment_method #payment .place-order.form-row {
  padding-bottom: 0;
  margin-bottom: 0;
}

/**
 *  Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  background: #fff;
  color: #595959;
  border: 1px solid transparent;
}
.woocommerce-password-strength.strong {
  border-color: #161543;
  color: #161543;
}
.woocommerce-password-strength.short {
  border-color: #ff9900;
  color: #ff9900;
}
.woocommerce-password-strength.bad {
  color: #ff0000;
  border-color: #ff0000;
}
.woocommerce-password-strength.good {
  border-color: #dea227;
  color: #dea227;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0 0;
  display: block;
  line-height: 24px;
}

/* added to get around variation image flicker issue */
.product.has-default-attributes.has-children > .images {
  opacity: 0;
}

/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
	 * General layout styles
	 */
  /**
	 * Product page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Cart page
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  float: left;
  width: 70px;
  height: 70px;
  border: 2px solid #e6e6e6;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product div.thumbnails a:hover,
.woocommerce #content div.product div.thumbnails a:hover,
.woocommerce-page div.product div.thumbnails a:hover,
.woocommerce-page #content div.product div.thumbnails a:hover {
  border-color: #dea227;
}
.woocommerce div.product div.thumbnails a:not(:last-child),
.woocommerce #content div.product div.thumbnails a:not(:last-child),
.woocommerce-page div.product div.thumbnails a:not(:last-child),
.woocommerce-page #content div.product div.thumbnails a:not(:last-child) {
  margin-right: 5px;
}
.woocommerce div.product div.thumbnails a img,
.woocommerce #content div.product div.thumbnails a img,
.woocommerce-page div.product div.thumbnails a img,
.woocommerce-page #content div.product div.thumbnails a img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  margin: 0 -0.5px;
  *zoom: 1;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  padding: 40px 30px;
  margin: 0.5px;
  position: relative;
  width: 33%;
  background: #fff;
  text-align: center;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
  margin-bottom: 20px;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page form .form-row:after {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  font-weight: 400;
  color: #595959;
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .form-row.place-order,
.woocommerce-page #payment .form-row.place-order {
  padding-top: 22px;
  padding-right: 0;
  padding-left: 0;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}

.woocommerce form .create-account label {
  position: relative;
}
.woocommerce form .create-account label:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  margin-top: 9px;
  width: 16px;
  height: 16px;
  border: 1px solid #011b3a;
  background: #fff;
  vertical-align: top;
  cursor: pointer;
}
.woocommerce form .create-account label:after {
  content: "\e926";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3px;
  top: 8px;
  font-size: 8px;
  color: #dea227;
  transition: all ease-in-out 0.2s;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.woocommerce form .create-account .input-checkbox {
  display: none;
}

.woocommerce form .create-account .input-checkbox:checked + label:after {
  visibility: visible;
  opacity: 1;
}

.woocommerce form .wc-remember-me input {
  display: none;
}

.woocommerce form .wc-remember-me label {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #595959;
}
.woocommerce form .wc-remember-me label:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #011b3a;
  background: #fff;
  vertical-align: top;
  cursor: pointer;
}
.woocommerce form .wc-remember-me label:after {
  content: "\e926";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3px;
  top: 6px;
  font-size: 8px;
  color: #dea227;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  cursor: pointer;
}

.woocommerce form .wc-remember-me input:checked + label:after {
  opacity: 1;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"] {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 30px;
}
.woocommerce-checkout #payment ul.payment_methods li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #011b3a;
  margin: 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.woocommerce-checkout #payment ul.payment_methods li label:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #dea227;
  cursor: pointer;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input:checked
  + label:before {
  background: #fff;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input:checked
  + label:after {
  visibility: visible;
  opacity: 1;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.payment_method_paypal
  label:before {
  top: 16px;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.payment_method_paypal
  label:after {
  top: 24px;
}

.woocommerce div.product div.images {
  border-radius: 0;
  padding: 0;
  position: relative;
}

.woocommerce div.product div.images div.thumbnails {
  padding: 10px;
}
.woocommerce
  div.product
  div.images
  div.thumbnails
  .woocommerce-product-gallery__image {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.woocommerce
  div.product
  div.images
  div.thumbnails
  .woocommerce-product-gallery__image:last-child {
  margin-right: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm_lms_courses__single--price {
  line-height: 22px;
}

.stm_lms_courses__single--info_preview a {
  font-size: 14px;
}

.stm_lms_courses__single--meta .average-rating-stars__top {
  align-items: center;
  width: 69% !important;
}

.stm_lms_courses__single--meta .average-rating-stars__av {
  margin: 0;
  font-size: 14px;
}

.stm_lms_courses__single--meta .star-rating {
  height: 14px;
}

.single_product_after_title .meta-unit .label {
  padding: 0;
}

.single_product_after_title .meta-unit .meta_values {
  line-height: 22px;
}

#stm_lms_faq .panel.panel-default .panel-body {
  padding-top: 30px !important;
}

.stm-lms-course__curriculum .stm-curriculum-item__completed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stm_lms_course__content ul {
  padding-left: 20px;
  padding-bottom: 30px;
}

.stm_lms_edit_account p {
  margin-bottom: 30px !important;
}

.stm-lms-user_create_announcement_btn a,
.stm-lms-user_edit_profile_btn a {
  display: flex;
  align-items: center;
}
.stm-lms-user_create_announcement_btn a i,
.stm-lms-user_edit_profile_btn a i {
  top: 2px !important;
  min-width: 18px !important;
  text-align: center;
}

.stm_lms_edit_socials .form-group-social input {
  border: 0 !important;
}

.stm_lms_edit_socials .form-group-social i {
  top: 8px !important;
  min-width: 20px;
}

.stm-lms-course__content table {
  width: 100%;
}
.stm-lms-course__content table tr th,
.stm-lms-course__content table tr td {
  padding: 5px 15px !important;
}

.stm_lms_complete_lesson.btn {
  background-color: #273044;
  line-height: 16px;
  color: white;
}

.stm_lms_courses_categories.style_3 .stm_lms_courses_category > a:hover {
  background-color: #1b7344 !important;
}

.stm_lms_courses_carousel__button:hover {
  color: #333333 !important;
}

.single-stm-courses .header-holder,
.tax-stm_lms_course_taxonomy .header-holder,
.stm_lms_chat_page .header-holder {
  position: relative;
}

.stm-lms-wrapper--gradebook
  .stm_lms_gradebook__course__inner
  .stm_lms_gradebook__course__image {
  max-width: 100px;
}

.stm-lms-wrapper--gradebook
  .stm_lms_gradebook__course__inner
  .stm_lms_gradebook__course__views {
  top: 50% !important;
  margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course__inner:after {
  top: 50% !important;
  margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course {
  padding: 30px 10px !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top a:hover,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:active,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:focus {
  border: 0 !important;
  color: white !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top .btn.btn-default {
  border: 0;
}

.stm_lms_faq__single_top i {
  font-size: 12px;
}

.stm_lms_lesson_comments__list_single__replies_count .fa-comment-dots:before {
  content: "\f27b";
}

.stm_lms_lesson_comments .stm_lms_lesson_comments__top .btn {
  color: white !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a {
  padding: 20px !important;
}
.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a
  i {
  top: 25px !important;
  left: 5px !important;
}
.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a.collapsed
  i {
  top: 25px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-collapse:before {
  border-radius: 6px !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-collapse
  .panel-body {
  padding: 20px 20px 30px !important;
}

.single-stm-courses #reviews table.detail_rating_unit tr td {
  padding: 15px !important;
}

.single-stm-courses .stm-lms-buy-buttons .start-course {
  padding: 15px 25px !important;
}

.single-stm-courses .stm-lms-buy-buttons .btn:not(.start-course).btn_big {
  display: flex;
  min-height: 34px;
  margin-bottom: 8px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 25px 19px;
  font-size: 17px;
  width: 100%;
  border: 0;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.fa.fa-medal:before {
  content: "\f19d" !important;
}

.fa.fa-book-open:before {
  content: "\f1ea" !important;
}

.fa.fa-layer-group:before {
  content: "\f1b3" !important;
}

.fa.fa-cloud-download-alt:before {
  content: "\f0ed" !important;
}

.fa.fa-spell-check:before {
  content: "\f11e" !important;
}

.fa.fa-pen:before,
.fa.fa-pencil-alt:before {
  content: "\f040" !important;
}

.fa.fa-trash-alt:before {
  content: "\f1f8" !important;
}

#stm_lms_lesson_comments textarea {
  color: #000 !important;
}

.stm-lms-user-courses
  .stm_lms_instructor_courses__single--enroll
  .btn.continue {
  color: white !important;
}

.stm_lms_instructor_quota__buttons .btn.upgrade {
  color: white !important;
}

.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="number"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="text"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="time"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner select,
.stm_metaboxes_grid .stm_metaboxes_grid__inner textarea {
  padding: 20px 15px !important;
}

.stm_lms_curriculum_box .dropdown.v-select .dropdown-toggle {
  height: 40px !important;
}

#stm_lms_enterprise_groups .stm_lms_ent_groups_add_edit__emails_new i {
  width: 34px !important;
  height: 34px !important;
  font-size: 20px !important;
  line-height: 34px !important;
}

#stm_lms_enterprise_group .stm_lms_enterprise_group__single_avatar {
  max-width: 55px !important;
}

.stm-lms-course__lesson-content p {
  line-height: 32px !important;
  color: inherit !important;
}

.stm_lms_course_completed_summary {
  margin: 20px 0 !important;
}

.btn.btn-default {
  padding: 15px !important;
}
.btn.btn-default.btn-green {
  border: 0 !important;
  color: white !important;
}
.btn.btn-default.approve,
.btn.btn-default.reject {
  border: 0 !important;
  color: white !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.btn-default.approve i,
.btn.btn-default.reject i {
  left: auto !important;
  right: 15px !important;
}

.stm_lms_g_courses .stm_lms_g_course__btn .btn.btn-default {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default,
.stm_lms_login_wrapper__actions .btn.btn-default,
.stm_lms_register_wrapper__actions .btn.btn-default {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_fast_message_btns .btn.btn-default.btn-cancel {
  color: inherit !important;
}

.stm_assignment_btn label {
  margin: 3px 0 0 10px !important;
}

.stm_lms_points_history_table table {
  width: 100%;
}

.stm_lms_assignments_table {
  min-width: 100% !important;
}

.stm-lms-wrapper--gradebook_header {
  margin-bottom: 50px;
}

.stm-lms-wrapper--assignments {
  max-width: 100% !important;
}

.stm-lms-user_message_btn .btn.btn-default {
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_login_wrapper__actions .stm_lms_styled_checkbox__inner {
  border: 0 !important;
}

body .asignments_grid__pagination ul.page-numbers {
  margin: 0;
  padding: 0;
}
body .asignments_grid__pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 10px;
}
body .asignments_grid__pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
body .asignments_grid__pagination ul.page-numbers li a,
body .asignments_grid__pagination ul.page-numbers li span {
  display: flex;
  min-width: 30px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc !important;
}
body .asignments_grid__pagination ul.page-numbers li span {
  border-color: #1b7344 !important;
  background-color: #1b7344 !important;
  color: white !important;
}
body .asignments_grid__pagination ul.page-numbers li span:after {
  background: transparent !important;
}

#stm-account-statistics input[type="text"] {
  height: 52px !important;
}

#stm-account-statistics h5.p-t-15 {
  padding-top: 10px !important;
  font-size: 14px !important;
}

.stm-lms-dynamic_sidebar {
  border: 1px solid #cccccc !important;
  padding: 0 17px !important;
}
.stm-lms-dynamic_sidebar .widget {
  padding: 30px 0 !important;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget {
  padding: 1px 0 0;
  margin: 0;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li {
  list-style: none;
  margin: 15px 0;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a {
  position: relative;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a img {
  float: left;
  margin: 0 !important;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .title {
  width: 100%;
  padding-top: 2px;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 14px;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .price {
  border-radius: 5px;
  background: #4097cc;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}
.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .expert {
  font-size: 12px;
}
.stm-lms-dynamic_sidebar
  .stm_product_list_widget
  li
  a
  .meta
  .rating
  .star-rating {
  margin-top: 3px !important;
}

#stm_lms_google_classroom_grid select,
.stm_lms_register_wrapper__actions select {
  min-width: 205px;
  border: 1px solid #e6e6e6;
}

/*-------------------------------------
# Responsive
---------------------------------------*/
@media (min-width: 1200px) {
  .row > .col-lg-2:nth-child(6n + 1),
  .row > .col-lg-3:nth-child(4n + 1),
  .row > .col-lg-4:nth-child(3n + 1),
  .row > .col-lg-6:nth-child(2n + 1) {
    clear: both;
  }
  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row > .col-md-2:nth-child(6n + 1),
  .row > .col-md-3:nth-child(4n + 1),
  .row > .col-md-4:nth-child(3n + 1),
  .row > .col-md-6:nth-child(2n + 1) {
    clear: both;
  }
  .header_view-style_2 .header__content,
  .header_view-style_4 .header__content {
    padding: 0 20px;
  }
  .header_view-style_2 .stm-nav__menu_type_header,
  .header_view-style_4 .stm-nav__menu_type_header {
    margin-right: -16px;
  }
  .header_view-style_2 .stm-nav__menu_type_header > .menu-item,
  .header_view-style_4 .stm-nav__menu_type_header > .menu-item {
    margin: 0 16px;
  }
  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }
  .woocommerce form.login .lost_password {
    float: none;
    margin: 0;
  }
  .woocommerce form.login .wc-remember-me {
    float: none;
    margin-top: 8px;
  }
  .stm-icon-box_style-4 {
    padding: 40px 20px;
  }
  .stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
    padding-left: 20px;
  }
  .stm-donation_view_grid .stm-donation__body {
    padding: 0 15px;
  }
  .stm-post_view_grid .stm-post__caption-container {
    padding: 0 15px;
  }
  .stm-cta__action-descr {
    padding-right: 15px;
  }
  .stm-cta__action-descr br {
    display: none;
  }
  .stm-cta__action {
    padding-left: 35px;
    padding-right: 35px;
  }
  .stm-stats_counter .stm-stats__value {
    font-size: 35px;
  }
  .content_type_search .col-md-9 .post_view_list .entry-thumbnail {
    max-width: 250px;
  }
  .vc_col-md-8 .event-info_table > ul {
    margin-bottom: -10px;
  }
  .vc_col-md-8 .event-info_table > ul > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .vc_col-md-8 .event-info_table > ul > li:nth-child(2n + 1) {
    clear: both;
  }
  .error404 .content {
    padding-top: 279px;
  }
  .wpb_text_column p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row > .col-sm-2:nth-child(6n + 1),
  .row > .col-sm-3:nth-child(4n + 1),
  .row > .col-sm-4:nth-child(3n + 1),
  .row > .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .wpb_text_column p br {
    display: none;
  }
  .top-bar_view-style_2 .top-bar__search .stm-search-form__field {
    width: 200px;
  }
  .top-bar_view-style_2 .list_social-networks_simple {
    margin-right: 200px;
  }
  .top-bar_view-style_3 .top-bar__contact {
    padding-left: 20px;
  }
  .top-bar_view-style_3 .top-bar__contact_address {
    display: none;
  }
  .top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
    width: 200px;
  }
  .top-bar_view-style_4 .top-bar__contact {
    padding-left: 20px;
  }
  .top-bar_view-style_4 .top-bar__socials {
    display: none;
  }
  .top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
    width: 200px;
  }
  .stm-nav__menu > li {
    padding: 0 10px;
  }
  .stm-nav__menu_type_header {
    margin-right: -10px;
  }
  .stm-nav__menu_type_header > .menu-item {
    margin: 0 10px;
  }
  .header_view-style_4 .header__content,
  .header_view-style_2 .header__content {
    padding: 0 15px;
  }
  .error404 .content {
    padding-top: 279px;
  }
  .stm-cta[class*="vc_custom"] {
    margin-top: 0 !important;
  }
  .stm-cta__image {
    display: none;
  }
  .stm-cta__action {
    padding: 30px 45px;
  }
  .vc_tta-panel-body .stm-donation_view_grid {
    margin-bottom: 55px;
  }
  .wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stm-image_style_frame-wood .stm-image__content {
    padding: 15px;
  }
  .stm-pricing__side-panel {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  .stm-pricing__features {
    display: none;
  }
  .stm-pricing__tables {
    width: 100%;
    float: none;
  }
  .stm-pricing-table__feature-label {
    display: block;
    margin-bottom: 15px;
  }
  .stm-pricing-table__feature-value {
    line-height: 1;
  }
  .stm-text-box[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 44px 50px !important;
  }
  .vc_col-sm-5 .stm-text-box {
    padding: 24px 25px;
  }
  .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .stm-slider {
    max-width: none !important;
  }
  .vc_tta-tabs_style-2 .vc_tta-tabs-container,
  .vc_tta-tabs_style-1 .vc_tta-tabs-container {
    margin: 0 -2px;
  }
  .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab,
  .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
    padding: 0 2px;
    font-size: 16px;
  }
  .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a,
  .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 22px 12px;
  }
  .stm-stats_counter.stm-stats_icon_left,
  .stm-stats_counter.stm-stats_icon_right {
    text-align: center;
  }
  .stm-stats_counter.stm-stats_icon_left .stm-stats__icon,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
    float: none;
    margin-bottom: 18px;
  }
  .stm-stats_counter.stm-stats_icon_left .stm-stats__content,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
    padding-left: 0;
    padding-right: 0;
  }
  .widget_footer {
    margin-bottom: 40px;
  }
  .widget_footer .list_social-networks {
    padding-top: 0;
  }
  .stm-video-carousel_view_media-gallery {
    margin-bottom: 30px;
  }
  .widget-area_type_footer > .row {
    margin-bottom: -40px;
  }
  .widget-area_type_footer > .row .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 41px 30px;
  }
  .woocommerce-account .addresses .title h4 {
    float: none;
  }
  .woocommerce-account .addresses .title .edit {
    margin-top: 30px;
    float: none;
  }
  .woocommerce-page table.cart td.actions .coupon {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .wpb_text_column p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .row > .col-xs-2:nth-child(6n + 1),
  .row > .col-xs-3:nth-child(4n + 1),
  .row > .col-xs-4:nth-child(3n + 1),
  .row > .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
  .stm-single-image_right .stm-single-image {
    float: none;
  }
  .header-holder {
    position: relative;
  }
  .header,
  .top-bar {
    display: none;
  }
  .top-bar-mobile,
  .header-mobile {
    display: block;
  }
  .error404 .content {
    padding-top: 179px;
  }
  .content_type_search .post_view_list .entry-thumbnail {
    max-width: 250px;
  }
  .stm-stats_counter.stm-stats_icon_left,
  .stm-stats_counter.stm-stats_icon_right {
    text-align: center;
  }
  .stm-stats_counter.stm-stats_icon_left .stm-stats__icon,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
    float: none;
    margin-bottom: 18px;
  }
  .stm-stats_counter.stm-stats_icon_left .stm-stats__content,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
    padding-left: 0;
    padding-right: 0;
  }
  .stm_wp_custom-menu[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wpb_single_image[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stm-page-head,
  .stm-page-head_size_medium,
  .stm-page-head_size_small {
    padding: 78px 0;
  }
  .stm-page-head_has_shopping-cart .stm-page-head__content {
    float: none;
    margin-bottom: 30px;
  }
  .stm-page-head_has_shopping-cart .shopping-cart {
    float: none;
    display: inline-block;
    margin-top: 0;
  }
  .vc_col-xs-12 > .vc_column-inner[class*="vc_custom"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .stm-video-carousel_view_media-gallery {
    margin-bottom: 30px;
  }
  .stm-cta[class*="vc_custom"] {
    margin-top: 0 !important;
  }
  .stm-cta__image {
    display: none;
  }
  .stm-cta__action {
    display: block;
    width: auto;
    padding: 25px 35px 30px 35px;
  }
  .stm-cta__action-descr {
    padding-right: 20px;
  }
  .stm-cta__action-descr br {
    display: none;
  }
  .stm-pricing__side-panel {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  .stm-pricing__features {
    display: none;
  }
  .stm-pricing__tables {
    width: 100%;
    float: none;
  }
  .stm-pricing-table__feature-value {
    line-height: 1;
  }
  .stm-pricing-table__feature-label {
    display: block;
    margin-bottom: 15px;
  }
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading,
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading:focus,
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading:hover {
    background: #161543;
  }
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading {
    background: #dea227;
  }
  .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general {
    margin-top: -52px !important;
  }
  .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:first-child)
    .vc_tta-panel-heading {
    margin-top: 0;
  }
  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading,
  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:last-child)
    .vc_tta-panel-heading {
    margin-bottom: 0;
  }
  .wpb_wrapper
    .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill
    .vc_tta-panel-body {
    padding: 22px 30px 30px 26px;
  }
  .stm-contact-details_type_teacher[class*="vc_custom"] {
    padding: 32px 25px 34px 25px !important;
  }
  .wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donations {
    margin-bottom: -30px;
  }
  .wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donation_view_grid {
    margin-bottom: 55px;
  }
  .stm-donation_view_grid .stm-donation__thumbnail img {
    margin: 0 auto;
  }
  .col-xs-12 .stm-donation_view_grid {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .vc_tta-tabs .stm-event_view_grid .stm-event__left {
    float: none;
    margin: 0 0 30px;
  }
  .vc_tta-tabs .stm-event_view_grid .stm-event__date {
    float: none;
    margin: 0 auto;
  }
  .vc_tta-tabs .stm-event_view_grid .stm-event__content {
    padding-left: 0;
    text-align: center;
  }
  .event-info_table > ul > li {
    padding: 0 5px;
  }
  .event-info_table > ul > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stm-carousel_view_posts {
    padding-bottom: 42px;
  }
  .stm-posts[class*="vc_custom"] {
    margin-bottom: 30px !important;
  }
  .stm-contact-details_type_contacts {
    padding: 27px 32px 30px 32px;
  }
  .stm-table-container {
    overflow: hidden;
    overflow-x: auto;
  }
  .stm-table_camps th {
    white-space: nowrap;
  }
  .stm-text-box[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 44px 50px !important;
  }
  .stm-media-gallery_format_audio iframe {
    margin-bottom: 30px;
  }
  .wpb_wrapper .stm-action-box__figcaption-title {
    text-align: center;
  }
  .wpb_wrapper .stm-action-box__figure img {
    margin: 0 auto;
  }
  .donation-info__footer-col {
    display: block;
  }
  .donation-info__footer-col:not(:first-child) {
    margin-top: 30px;
  }
  .search-bar__founded {
    margin-bottom: 10px;
  }
  .search-bar .stm-search-form .stm-search-form__field {
    width: calc(100% - 60px);
  }
  .search-bar .stm-search-form .stm-search-form__submit {
    min-width: 50px;
    height: 50px;
    padding: 0;
    line-height: 1;
  }
  .search-bar .stm-search-form .stm-search-form__submit .stm-icon {
    display: block;
  }
  .search-bar .stm-search-form .stm-search-form__submit-text {
    display: none;
  }
  .error404 .content {
    margin-top: 0;
  }
  .post_view_single .entry-meta > li {
    margin-right: 20px;
  }
  .woocommerce-page .woocommerce-ordering,
  .woocommerce .woocommerce-ordering {
    width: 180px;
  }
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 49.5%;
  }
  .woocommerce-page ul.products li.product:nth-child(2n + 1),
  .woocommerce ul.products li.product:nth-child(2n + 1) {
    clear: both;
  }
  .woocommerce-page div.product .woocommerce-tabs .panel,
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 41px 30px;
  }
  .woocommerce-page form.checkout_coupon .input-text,
  .woocommerce form.checkout_coupon .input-text {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.product-price,
  .woocommerce-page table.cart td.product-name,
  .woocommerce-page table.cart td.product-quantity,
  .woocommerce-page table.cart td.product-subtotal,
  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-name,
  .woocommerce table.cart td.product-quantity,
  .woocommerce table.cart td.product-subtotal {
    font-size: 16px;
    color: #595959;
  }
  .woocommerce-page table.cart td.product-price .amount,
  .woocommerce-page table.cart td.product-subtotal .amount,
  .woocommerce table.cart td.product-price .amount,
  .woocommerce table.cart td.product-subtotal .amount {
    color: #dea227;
  }
  .woocommerce-page table.cart td.actions,
  .woocommerce table.cart td.actions {
    padding-top: 0;
    background: transparent;
  }
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 20px;
    width: calc(100% - 210px);
  }
  .woocommerce-account .addresses .address {
    padding: 30px 30px 20px;
  }
  .addresses-order .address {
    margin-bottom: 30px;
  }
  .woocommerce-billing-fields {
    margin-bottom: 30px;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  table.shop_table_responsive tbody th {
    display: none;
  }
  table.shop_table_responsive tr {
    display: block;
    margin-bottom: 20px;
  }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before {
    display: none;
  }
  table.shop_table_responsive tr td.product-remove:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
  }
  table.shop_table_responsive tr td.product-remove a {
    float: right;
  }
  table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce .shop_table .quantity,
  .woocommerce-page .shop_table .quantity {
    float: none;
    margin: 0;
  }
  .woocommerce .shop_table tr.cart_item:nth-child(2n) td,
  .woocommerce-page .shop_table tr.cart_item:nth-child(2n) td {
    background: #fff;
  }
  .woocommerce .shop_table .product-name-title,
  .woocommerce .shop_table .product-thumbnail,
  .woocommerce-page .shop_table .product-name-title,
  .woocommerce-page .shop_table .product-thumbnail {
    float: right;
  }
  .woocommerce .shop_table .product-name:after,
  .woocommerce-page .shop_table .product-name:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    float: none;
  }
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce-page form.login,
  .woocommerce-page form.register {
    margin-bottom: 30px;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table {
    padding: 15px 20px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table tr {
    margin-bottom: 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 10px 0;
  }
  .woocommerce-cart
    .cart-collaterals
    .cart_totals
    table
    .shipping-calculator-form {
    text-align: left;
  }
  .wpb_text_column p br {
    display: none;
  }
  .stm-single-image img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .vc_col-xs-12 .stm-single-image-wrapper[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .modal_subscribe .modal-header {
    padding: 13px 20px;
  }
  .modal_subscribe .modal-body {
    padding: 30px 20px;
  }
  .modal_subscribe .modal-body input[type="submit"] {
    margin-left: 10px;
  }
  .modal_subscribe .modal-body input[type="email"] {
    width: calc(100% - 105px);
  }
  .widget_footer {
    margin-bottom: 40px;
  }
  .widget_footer .list_social-networks {
    padding-top: 0;
  }
  .widget-area_type_footer > .row {
    margin-bottom: -40px;
  }
  .widget-area_type_footer > .row .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .footer_type_vc,
  .footer_type_vc[class*="vc_custom"] {
    padding-top: 50px !important;
  }
}

@media (max-width: 670px) {
  .modal_donation .modal-header {
    padding: 23px 30px 20px;
  }
  .modal_donation .modal-header .close {
    top: 10px;
    right: 17px;
  }
  .modal_donation .modal-body {
    padding: 30px;
  }
  .modal_donation .modal-dialog {
    width: auto;
  }
  .form_donation .form__amount {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .form_donation .form__amount-title {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .form_donation .form__amount-values {
    width: 100%;
    float: none;
  }
  .form_donation .form__fields input[type="text"],
  .form_donation .form__fields textarea {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .stm-rev-nav {
    *zoom: 1;
    min-width: 80px;
  }
  .stm-rev-nav:before,
  .stm-rev-nav:after {
    content: " ";
    display: table;
  }
  .stm-rev-nav:after {
    clear: both;
  }
  .stm-rev-nav .stm-rev-nav_next,
  .stm-rev-nav .stm-rev-nav_prev {
    width: 40px;
    height: 40px;
    line-height: 36px !important;
  }
  .comment__heading .comment__author-title {
    float: none;
  }
  .comment__heading .comment__meta {
    float: none;
  }
  .comment-list .children {
    margin-left: 0;
  }
  .stm-subtitle br {
    display: none;
  }
  .content_type_search .post_view_list .entry-thumbnail {
    max-width: none;
  }
  .post_view_list .entry-body {
    display: block;
  }
  .post_view_list .entry-thumbnail-container {
    display: block;
  }
  .post_view_list .entry-thumbnail-container img {
    width: 100%;
  }
  .post_view_list .entry-details-container {
    display: block;
    width: auto;
  }
  .post_view_list.has-post-thumbnail .entry-details-container {
    padding: 0 15px;
    margin-top: -15px;
  }
  .post_view_list .entry-thumbnail {
    max-width: none;
    margin-right: 0;
    width: auto;
  }
  .post_view_single .entry-date {
    float: none;
    margin-bottom: 30px;
  }
  .post_view_single .entry-header__heading {
    padding-left: 0;
  }
  .stm-text-box[class*="vc_custom"],
  .stm-text-box {
    padding: 24px 35px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stm-image-box_img_left .stm-image-box__image {
    float: none;
    margin-bottom: 20px;
  }
  .stm-image-box_img_left .stm-image-box__body {
    padding-left: 0;
  }
  .stm-cta__action-descr {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .stm-cta__action-btn {
    display: block;
    padding-top: 0;
  }
  .wpb_wrapper .stm-icon-box_style-4 {
    padding: 30px;
  }
  .stm-pricing_three .stm-pricing__tables-col {
    display: block;
    width: 100%;
  }
  .stm-pricing_three .stm-pricing__tables-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .stm-testimonial_style_1 {
    text-align: center;
  }
  .stm-testimonial_style_1 .stm-testimonial__avatar {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .stm-testimonial_style_1 .stm-testimonial__avatar img {
    margin: 0 auto;
  }
  .stm-testimonial_style_1 .stm-testimonial__content {
    display: block;
    padding: 0;
  }
  .stm-carousel_type_testimonials .owl-controls .owl-dots {
    padding-left: 0;
    text-align: center;
  }
  #sb_instagram.stm-instagram-feed #sbi_images .sbi_type_image {
    width: 33.33%;
  }
  .stm-event_view_grid .stm-event__left {
    float: none;
    margin: 0 0 30px;
  }
  .stm-event_view_grid .stm-event__date {
    float: none;
    margin: 0 auto;
  }
  .stm-event_view_grid .stm-event__content {
    padding-left: 0;
    text-align: center;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-left: 0;
    margin-left: 0;
  }
  .stm-carousel_view_posts .stm-post_view_grid {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .wpb_row .vc_col-xs-6 {
    width: 100%;
  }
  .wpb_row .vc_col-xs-6:not(:last-child) {
    margin-bottom: 15px;
  }
  .wpb_row .vc_col-xs-6 .subscribe-modal-launcher_right {
    text-align: left;
  }
  .modal_subscribe .modal-title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modal_subscribe .modal-title .fa {
    margin-right: 10px;
  }
  .modal_subscribe .modal-header {
    padding-left: 15px;
    padding-right: 45px;
  }
  .modal_subscribe .modal-header .close {
    right: 15px;
  }
  .modal_subscribe .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal_subscribe .modal-body input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal_subscribe .modal-body input[type="submit"] {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .modal_donation .modal-title {
    font-size: 18px;
  }
  .form_donation .form__amount-label {
    margin-bottom: 10px;
  }
  .form_donation .form__amount-value-custom {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .woocommerce-page .woocommerce-ordering,
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce-page ul.products li.product:nth-child(3n + 1),
  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: none;
  }
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 20px;
    width: 100%;
  }
  .woocommerce-cart table.cart td.product-remove {
    padding-right: 16px;
  }
  .woocommerce-account .addresses .address {
    margin-bottom: 30px;
  }
  .woocommerce-account .addresses .title h4 {
    float: none;
    margin-bottom: 30px;
  }
  .woocommerce-account .addresses .title .edit {
    float: none;
  }
  .post_view_single .entry-meta > li {
    display: block;
    float: none;
  }
  .post_view_single .entry-meta > li:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
  }
  .post_view_single .entry-meta > li .cat-links {
    float: left;
  }
  .post_view_single .entry-footer .entry-share,
  .post_view_single .entry-footer .tags-links {
    float: none;
    display: block;
  }
  .post_view_single .entry-footer .tags-links {
    margin-bottom: 30px;
  }
  .comment__author-avatar {
    display: none;
  }
  .comment__right {
    padding-left: 0;
  }
  .author-info__avatar {
    float: none;
    margin-bottom: 30px;
  }
  .author-info__content {
    padding-left: 0;
  }
  .stm-media-gallery__filters {
    float: none;
  }
  .stm-media-gallery__filter {
    float: none;
    display: block;
    text-align: center;
  }
  .stm-media-gallery__layout-wide {
    float: none;
    display: block;
    margin: 30px auto 0;
  }
  .stm-media-gallery .stm-filter_carousel {
    padding: 0 30px;
  }
  .stm-media-gallery .stm-filter_carousel .stm-menu__item {
    display: block;
  }
  .stm-teacher-bio_trainer .stm-teacher-bio__data {
    float: none;
    margin-bottom: 30px;
  }
  .stm-teacher-bio_trainer .stm-teacher-bio__text {
    padding-left: 0;
  }
  .donation-info__donated,
  .donation-info__time {
    float: none;
  }
  .donation-info__stats-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .donation-info__footer-col_large {
    margin-bottom: -20px;
  }
  .stm-donation_view_grid .stm-donation__action .stm-btn {
    padding: 0 10px;
    min-width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header-holder {
    position: relative;
  }
  .header,
  .top-bar {
    display: none;
  }
  .top-bar-mobile,
  .header-mobile {
    display: block;
  }
  .stm-nav__menu > li {
    padding: 0;
  }
}
