@charset "UTF-8";
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/* convert PS letter */
/* Convert PS font style */
/* quickly add transitions */
/* quickly add overlays */
@media (min-width: 481px) and (max-width: 768px) {
  .for-phone-portrait {
    display: none; } }

@media (min-width: 768px) {
  .for-phone-portrait {
    display: none; } }

@media (max-width: 480px) {
  .for-phone-portrait {
    display: block; } }

@media (min-width: 768px) {
  .for-phone-landscape {
    display: none; } }

@media (max-width: 480px) {
  .for-phone-landscape {
    display: block; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-phone-landscape {
    display: block; } }

@media (min-width: 1025px) {
  .for-tablets-down {
    display: none; } }

@media (max-width: 991px) {
  .for-tablets-down {
    display: block; } }

@media (max-width: 480px) {
  .for-tablets {
    display: none; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-tablets {
    display: none; } }

@media (min-width: 1025px) {
  .for-tablets {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .for-tablets {
    display: block; } }

@media (max-width: 480px) {
  .for-tablets-up {
    display: none; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-tablets-up {
    display: none; } }

@media (min-width: 768px) {
  .for-tablets-up {
    display: block; } }

@media (max-width: 991px) {
  .for-desktop {
    display: none; } }

@media (min-width: 1105px) and (max-width: 1304px) {
  .for-desktop {
    display: block; } }

@media (max-width: 991px) {
  .for-desktop-up {
    display: none; } }

@media (min-width: 1025px) {
  .for-desktop-up {
    display: block; } }

@media (max-width: 991px) {
  .for-large-devices {
    display: none; } }

@media (min-width: 1025px) {
  .for-large-devices {
    display: none; } }

@media (min-width: 1200px) {
  .for-large-devices {
    display: block; } }

/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/**
 * Here you can add or change variables that will affect layout, color and backgrounds.
 */
/*--------------------------------------------------------------
# Layout and Structure Variables
--------------------------------------------------------------*/
/*------- Media Queries --------*/
/*--------------------------------------------------------------
# Typography Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Applied Colors
--------------------------------------------------------------*/
/*------- Body --------*/
/*------- Links and Buttons --------*/
/*------- Inputs --------*/
/*------- Default Content Headers --------*/
/*------- Default Content --------*/
/*------- Sidebar --------*/
/*------- Inline Sidebar --------*/
/*------- Break-Out --------*/
/*------- footer --------*/
/*--------------------------------------------------------------
# Applied menu and site top Colors and Backgrounds
 - All this stuff can be found in menus.scss
--------------------------------------------------------------*/
/*------- Site Top --------*/
/*------- Desktop menus --------*/
/*------- Mobile Menu --------*/
/*--------------------------------------------------------------
Custom Section
--------------------------------------------------------------*/
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * This file is for styling your posts, pages, and archive pages
 * Default layouts have been provided under file structure_defaults.
 * These defaults include things like header height, and placing text in center of header.
*/
/* unna-regular - latin */
@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Light.otf");
  /* IE9 Compat Modes */ }

.site-header {
  border-top: 15px solid #002f65; }
  @media (max-width: 991px) {
    .site-header .inside-header {
      padding: 10px; } }
  .site-header .inside-header .site-logo {
    float: left;
    margin-right: 20px;
    clear: none;
    margin-top: 5px;
    max-width: 220px; }
    @media (min-width: 1305px) and (max-width: 1400px) {
      .site-header .inside-header .site-logo {
        max-width: 220px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      .site-header .inside-header .site-logo {
        max-width: 180px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      .site-header .inside-header .site-logo {
        max-width: 180px; } }
    @media (max-width: 1024px) {
      .site-header .inside-header .site-logo {
        max-width: 160px; } }
    @media (max-width: 991px) {
      .site-header .inside-header .site-logo {
        max-width: 120px;
        margin-right: 10px; } }
    @media (max-width: 480px) {
      .site-header .inside-header .site-logo {
        max-width: 100px;
        margin-right: 10px; } }
  .site-header .inside-header .site-logo.sticky-logo.navigation-logo {
    margin-top: 0;
    width: 160px;
    padding-top: 5px; }
    .site-header .inside-header .site-logo.sticky-logo.navigation-logo img {
      height: auto; }
  .site-header .inside-header .main-navigation ul.menu li a {
    font-weight: bold; }
    @media (min-width: 1305px) and (max-width: 1400px) {
      .site-header .inside-header .main-navigation ul.menu li a {
        padding-left: 12px;
        padding-right: 12px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      .site-header .inside-header .main-navigation ul.menu li a {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      .site-header .inside-header .main-navigation ul.menu li a {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (max-width: 1024px) {
      .site-header .inside-header .main-navigation ul.menu li a {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (max-width: 991px) {
      .site-header .inside-header .main-navigation ul.menu li a {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 2.5em;
        font-size: 0.9em; } }
  @media (max-width: 991px) {
    .site-header .inside-header .main-navigation ul.menu li .sub-menu li a {
      line-height: 1.5em; } }
  @media (min-width: 1305px) and (max-width: 1400px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children a {
      padding-right: 0; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children a {
      padding-right: 0; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children a {
      padding-right: 0; } }
  @media (max-width: 1024px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children a {
      padding-right: 0; } }
  @media (min-width: 1305px) and (max-width: 1400px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children .dropdown-menu-toggle {
      padding-right: 15px; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children .dropdown-menu-toggle {
      padding-right: 10px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children .dropdown-menu-toggle {
      padding-right: 10px; } }
  @media (max-width: 1024px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children .dropdown-menu-toggle {
      padding-right: 10px; } }
  @media (max-width: 991px) {
    .site-header .inside-header .main-navigation ul.menu li.menu-item-has-children .dropdown-menu-toggle {
      padding-right: 5px; } }
  .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item {
    display: none;
    float: right; }
    .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget {
      max-width: none; }
      .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle; }
        .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget a.top-phone {
          color: white;
          padding: 10px 20px 10px 50px;
          line-height: 1em;
          border-radius: 20px;
          display: block;
          letter-spacing: 1px;
          font-size: 14.4px;
          font-size: 0.9rem; }
          @media (min-width: 1305px) and (max-width: 1400px) {
            .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget a.top-phone {
              font-size: 12.8px;
              font-size: 0.8rem; } }
          @media (min-width: 1105px) and (max-width: 1304px) {
            .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget a.top-phone {
              font-size: 12.8px;
              font-size: 0.8rem; } }
          @media (min-width: 1025px) and (max-width: 1104px) {
            .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget a.top-phone {
              font-size: 12.8px;
              font-size: 0.8rem; } }
          @media (max-width: 1024px) {
            .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget a.top-phone {
              font-size: 12.8px;
              font-size: 0.8rem;
              padding-left: 30px;
              padding-right: 10px;
              background-position: 10px center;
              background-size: 15px auto; } }
        .site-header .inside-header .main-navigation ul.menu li.sticky-headerwidget-item .header-widget .widget p {
          margin-bottom: 0; }
  .site-header .inside-header .main-navigation#sticky-navigation ul.menu li.sticky-headerwidget-item {
    display: block; }
  .site-header .inside-header .header-widget {
    float: right;
    padding-top: 10px;
    top: 0; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      .site-header .inside-header .header-widget {
        padding-top: 5px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      .site-header .inside-header .header-widget {
        padding-top: 5px; } }
    @media (max-width: 1024px) {
      .site-header .inside-header .header-widget {
        padding-top: 5px; } }
    .site-header .inside-header .header-widget .widget {
      margin-bottom: 0;
      padding-bottom: 0;
      display: inline-block;
      margin-left: 50px; }
      @media (min-width: 1305px) and (max-width: 1400px) {
        .site-header .inside-header .header-widget .widget {
          margin-left: 20px; } }
      @media (min-width: 1105px) and (max-width: 1304px) {
        .site-header .inside-header .header-widget .widget {
          margin-left: 10px; } }
      @media (min-width: 1025px) and (max-width: 1104px) {
        .site-header .inside-header .header-widget .widget {
          margin-left: 10px; } }
      @media (max-width: 1024px) {
        .site-header .inside-header .header-widget .widget {
          margin-left: 10px; } }
      @media (max-width: 1024px) {
        .site-header .inside-header .header-widget .widget {
          margin-left: 5px; } }
      .site-header .inside-header .header-widget .widget a.top-phone {
        color: white;
        padding: 10px 30px 10px 70px;
        border-radius: 20px;
        display: block;
        letter-spacing: 1px;
        font-size: 17.6px;
        font-size: 1.1rem; }
        @media (min-width: 1305px) and (max-width: 1400px) {
          .site-header .inside-header .header-widget .widget a.top-phone {
            font-size: 14.4px;
            font-size: 0.9rem; } }
        @media (min-width: 1105px) and (max-width: 1304px) {
          .site-header .inside-header .header-widget .widget a.top-phone {
            font-size: 14.4px;
            font-size: 0.9rem; } }
        @media (min-width: 1025px) and (max-width: 1104px) {
          .site-header .inside-header .header-widget .widget a.top-phone {
            font-size: 14.4px;
            font-size: 0.9rem; } }
        @media (max-width: 1024px) {
          .site-header .inside-header .header-widget .widget a.top-phone {
            font-size: 12.8px;
            font-size: 0.8rem;
            padding-left: 30px;
            padding-right: 10px;
            background-position: 10px center;
            background-size: 15px auto; } }
    .site-header .inside-header .header-widget p {
      margin-bottom: 0; }
    .site-header .inside-header .header-widget img {
      width: 35px;
      height: auto; }

.nav-float-left .inside-header .main-navigation, .nav-float-right .inside-header .main-navigation {
  clear: none; }

.nav-float-right .inside-header .main-navigation#sticky-navigation {
  background: white; }
  @media (max-width: 991px) {
    .nav-float-right .inside-header .main-navigation#sticky-navigation #primary-menu {
      padding-top: 5px; } }

#page .gform_wrapper, .site-footer #footer-widgets .gform_wrapper {
  margin: 0;
  position: relative; }
  #page .gform_wrapper ul.gform_fields li.gfield, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 25px;
    padding-right: 0; }
    #page .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
      padding-right: 10px; }
      @media (max-width: 640px) {
        #page .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
          padding-right: 0; } }
    #page .gform_wrapper ul.gform_fields li.gfield.gf_right_half, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
      padding-left: 10px; }
      @media (max-width: 640px) {
        #page .gform_wrapper ul.gform_fields li.gfield.gf_right_half, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
          padding-left: 0; } }
    #page .gform_wrapper ul.gform_fields li.gfield .gfield_label, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield .gfield_label {
      display: none; }
    #page .gform_wrapper ul.gform_fields li.gfield .ginput_container, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield .ginput_container {
      margin-top: 0px; }
      #page .gform_wrapper ul.gform_fields li.gfield .ginput_container input, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield .ginput_container input {
        background: none;
        border: 1px solid #D8D8D8;
        color: #002f65;
        padding: 10px 20px;
        width: 100%;
        font-weight: 400; }
      #page .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea, .site-footer #footer-widgets .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea {
        background: none;
        color: #002f65;
        border: none;
        border: 1px solid #D8D8D8;
        height: 120px;
        padding: 10px 20px;
        font-weight: 400; }
  #page .gform_wrapper .gform_footer, .site-footer #footer-widgets .gform_wrapper .gform_footer {
    margin: 10px 0 0;
    padding: 0;
    text-align: left; }
    @media (max-width: 768px) {
      #page .gform_wrapper .gform_footer, .site-footer #footer-widgets .gform_wrapper .gform_footer {
        text-align: center; } }
    #page .gform_wrapper .gform_footer .gform_button, .site-footer #footer-widgets .gform_wrapper .gform_footer .gform_button {
      margin-right: 0;
      background: #002f65;
      padding: 6px 40px;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14.4px;
      font-size: 0.9rem;
      font-family: 'Montserrat',sans-serif;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #page .gform_wrapper .gform_footer .gform_button:hover, .site-footer #footer-widgets .gform_wrapper .gform_footer .gform_button:hover {
        background: #7ac043;
        color: white; }
  #page .gform_wrapper .validation_error, .site-footer #footer-widgets .gform_wrapper .validation_error {
    background: white;
    border: 2px solid #002f65;
    color: #002f65;
    font-weight: 400;
    padding: 5px;
    margin: 0;
    font-size: 12.8px;
    font-size: 0.8rem; }
  #page .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .site-footer #footer-widgets .gform_wrapper li.gfield.gfield_error, .site-footer #footer-widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
    padding: 0; }
  #page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .site-footer #footer-widgets .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  #page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .site-footer #footer-widgets .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: 50% !important;
    margin-right: 0;
    padding-right: 10px; }
    @media (max-width: 640px) {
      #page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .site-footer #footer-widgets .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
        padding-right: 0;
        max-width: 100% !important; } }
  #page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .site-footer #footer-widgets .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50% !important;
    margin-right: 0;
    padding-left: 10px; }
    @media (max-width: 640px) {
      #page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .site-footer #footer-widgets .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        padding-left: 0;
        max-width: 100% !important; } }
  #page .gform_wrapper .validation_message, .site-footer #footer-widgets .gform_wrapper .validation_message {
    color: #002f65;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.2em; }
  #page .gform_wrapper .field_description_below .gfield_description, .site-footer #footer-widgets .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    font-weight: 400; }

#page {
  position: relative; }
  .home #page {
    overflow: hidden; }
    @media (max-width: 768px) {
      .home #page {
        padding-top: 60px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      .home #page.grid-container {
        max-width: 100%; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      .home #page.grid-container {
        max-width: 100%; } }
    @media (max-width: 1024px) {
      .home #page.grid-container {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .home #page.grid-container {
        max-width: 100%; } }
  #page .grid-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    left: 0 !important; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .grid-container {
        max-width: 95%; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .grid-container {
        max-width: 95%; } }
    @media (max-width: 1024px) {
      #page .grid-container {
        max-width: 95%; } }
    @media (max-width: 768px) {
      #page .grid-container {
        max-width: 90%; }
        #page .grid-container .elementor-section.elementor-section-boxed > .elementor-container {
          max-width: 100%; } }
  #page .grid-container.vc_row.wpb_row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #page.grid-container {
      max-width: 95%; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #page.grid-container {
      max-width: 95%; } }
  @media (max-width: 1024px) {
    #page.grid-container {
      max-width: 95%; } }
  @media (max-width: 768px) {
    #page.grid-container {
      max-width: 90%; }
      #page.grid-container .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .full-width-content #page.grid-container {
      max-width: 100%; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .full-width-content #page.grid-container {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .full-width-content #page.grid-container {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .full-width-content #page.grid-container {
      max-width: 100%; }
      .full-width-content #page.grid-container .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 90%; }
      .full-width-content #page.grid-container .elementor-section.elementor-section-boxed .elementor-section-boxed.elementor-inner-section > .elementor-container {
        max-width: 100%; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .full-width-content #page .grid-container {
      max-width: 100%; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .full-width-content #page .grid-container {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .full-width-content #page .grid-container {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .full-width-content #page .grid-container {
      max-width: 100%; }
      .full-width-content #page .grid-container .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 90%; }
      .full-width-content #page .grid-container .elementor-section.elementor-section-boxed .elementor-section-boxed.elementor-inner-section > .elementor-container {
        max-width: 100%; } }
  #page .elementor-button-wrapper .elementor-button-link {
    font-family: 'Unna',sans-serif;
    letter-spacing: 1px; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .elementor-button-wrapper .elementor-button-link {
        letter-spacing: 0.5px;
        font-size: 17.6px;
        font-size: 1.1rem; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .elementor-button-wrapper .elementor-button-link {
        letter-spacing: 0.5px;
        font-size: 17.6px;
        font-size: 1.1rem; } }
    @media (max-width: 1024px) {
      #page .elementor-button-wrapper .elementor-button-link {
        letter-spacing: 0.5px;
        font-size: 17.6px;
        font-size: 1.1rem; } }
  #page .home-banner-section {
    z-index: 2; }
  #page .home-banner-wrapper .elementor-slides .slick-list {
    overflow: visible; }
  #page .home-banner-wrapper .elementor-slides .slick-slide {
    overflow: visible; }
  #page .home-banner-wrapper .elementor-slides .slick-slide-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 480px) {
      #page .home-banner-wrapper .elementor-slides .slick-slide-inner {
        padding-left: 2%;
        padding-right: 2%; } }
  #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
    height: 110%;
    z-index: 10;
    background: url(../images/slide-content-bg.png) left top no-repeat;
    background-size: cover;
    padding: 120px 75px 50px 75px;
    margin: 0; }
    @media (min-width: 1401px) and (max-width: 1600px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 100px 50px 50px 50px; } }
    @media (min-width: 1305px) and (max-width: 1400px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 100px 50px 50px 50px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 30px 30px 50px 30px;
        max-width: 50%; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 30px 30px 50px 30px;
        max-width: 50%; } }
    @media (max-width: 1024px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 30px 30px 30px 30px;
        max-width: 100%;
        height: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 20px;
        margin-bottom: 20px;
        background: rgba(0, 47, 101, 0.8);
        text-align: center; } }
    @media (max-width: 768px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        padding: 15px; } }
    @media (max-width: 480px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content {
        font-size: 12.8px;
        font-size: 0.8rem; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-heading {
        margin-bottom: 20px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-heading {
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-heading {
        margin-bottom: 20px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-description {
        margin-bottom: 20px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-description {
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      #page .home-banner-wrapper .elementor-slides .elementor-slide-content .elementor-slide-description {
        margin-bottom: 20px; } }
  #page home-cta-section {
    z-index: 1; }
  #page .home-cta-col .elementor-image img {
    height: 95px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #page .home-cta-col:hover .elementor-image img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  #page .home-button-full {
    padding-left: 30%;
    padding-right: 30%; }
    #page .home-button-full .elementor-button-link {
      width: 100%; }
  @media (max-width: 768px) {
    #page .home-logo-inline-wrapper .elementor-column-wrap {
      text-align: center; } }
  #page .home-logo-inline {
    display: inline-block; }
  #page .home-ctabot-img {
    display: inline-block;
    width: 20%;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #page .home-ctabot-img {
        text-align: center;
        float: none;
        margin: 0 auto; } }
    #page .home-ctabot-img img {
      height: 50px;
      width: auto; }
  #page .home-ctabot-title {
    display: block;
    float: left;
    width: 75%;
    margin-top: 15px;
    margin-left: 5%; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .home-ctabot-title {
        margin-left: 0;
        display: block; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .home-ctabot-title {
        margin-left: 0;
        display: block; } }
    @media (max-width: 1024px) {
      #page .home-ctabot-title {
        margin-left: 0;
        display: block; } }
    @media (max-width: 768px) {
      #page .home-ctabot-title {
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        width: 100%;
        argin-left: 0%; } }
  #page .home-product-tags {
    padding: 80px 50px; }
    @media (max-width: 768px) {
      #page .home-product-tags {
        text-align: center; } }
    #page .home-product-tags .product-tags-info {
      min-height: 100px; }
  #page .home-ctabot-list {
    margin-bottom: 0px !important; }
    #page .home-ctabot-list .elementor-icon-list-items .elementor-icon-list-item a {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #page .home-ctabot-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      #page .home-ctabot-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 10px;
        font-size: 14px; }
    @media (max-width: 768px) {
      #page .home-ctabot-list {
        display: none; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #page .home-featured-heading .elementor-heading-title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #page .home-featured-heading .elementor-heading-title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (max-width: 1024px) {
    #page .home-featured-heading .elementor-heading-title {
      font-size: 20.8px;
      font-size: 1.3rem; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #page .home-featured-wrapper .elementor-widget-container {
      padding: 40px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #page .home-featured-wrapper .elementor-widget-container {
      padding: 40px; } }
  @media (max-width: 1024px) {
    #page .home-featured-wrapper .elementor-widget-container {
      padding: 40px; } }
  #page .home-featured-wrapper .woocommerce .products {
    display: block; }
    #page .home-featured-wrapper .woocommerce .products li.product {
      clear: none;
      float: left;
      display: block;
      background: white;
      display: block;
      margin-left: 20px;
      margin-right: 20px; }
      @media (min-width: 1105px) and (max-width: 1304px) {
        #page .home-featured-wrapper .woocommerce .products li.product {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (min-width: 1025px) and (max-width: 1104px) {
        #page .home-featured-wrapper .woocommerce .products li.product {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 1024px) {
        #page .home-featured-wrapper .woocommerce .products li.product {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 768px) {
        #page .home-featured-wrapper .woocommerce .products li.product {
          float: left !important; } }
      #page .home-featured-wrapper .woocommerce .products li.product .woo-product-tag {
        display: none; }
      #page .home-featured-wrapper .woocommerce .products li.product .woocommerce-LoopProduct-link {
        padding: 30px 20px; }
      #page .home-featured-wrapper .woocommerce .products li.product .button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 0;
        width: 100%;
        background-color: #002f65; }
        @media (max-width: 768px) {
          #page .home-featured-wrapper .woocommerce .products li.product .button {
            padding: 10px !important; } }
    #page .home-featured-wrapper .woocommerce .products .slick-arrow {
      background: url(../images/slick-arrow.png) center top no-repeat;
      width: 15px;
      height: 24px;
      display: block; }
      #page .home-featured-wrapper .woocommerce .products .slick-arrow:before {
        display: none;
        content: ""; }
      #page .home-featured-wrapper .woocommerce .products .slick-arrow.slick-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  #page .sidebar .inside-right-sidebar {
    background: #f2f6f8;
    margin: 0;
    padding: 120px 40px 40px 40px; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .sidebar .inside-right-sidebar {
        padding: 50px 20px 30px 20px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .sidebar .inside-right-sidebar {
        padding: 50px 20px 30px 20px; } }
    @media (max-width: 1024px) {
      #page .sidebar .inside-right-sidebar {
        padding: 50px 20px 30px 20px; } }
    #page .sidebar .inside-right-sidebar .widget {
      background: none;
      font-size: 14px;
      padding: 0; }
      #page .sidebar .inside-right-sidebar .widget .widget-title {
        text-transform: uppercase;
        font-family: 'Montserrat',sans-serif;
        color: #002f65;
        letter-spacing: 2px;
        font-size: 16px;
        font-size: 1rem; }
      #page .sidebar .inside-right-sidebar .widget .menu li {
        margin-top: 5px;
        margin-bottom: 5px; }
        #page .sidebar .inside-right-sidebar .widget .menu li a {
          color: #002f65;
          font-family: 'Unna',sans-serif;
          font-size: 18px;
          padding: 5px 20px;
          display: block;
          position: relative; }
          #page .sidebar .inside-right-sidebar .widget .menu li a:before {
            content: "";
            border-left: 4px solid #002f65;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            width: 0;
            height: 0;
            position: absolute;
            right: 20px;
            top: 15px; }
          #page .sidebar .inside-right-sidebar .widget .menu li a:hover {
            color: #7ac043; }
        #page .sidebar .inside-right-sidebar .widget .menu li.current-menu-item a {
          background: #D0DCE2; }
  #page .elementor-content-left > .elementor-column-wrap {
    padding-top: 120px;
    padding-bottom: 80px; }
    @media (min-width: 1305px) and (max-width: 1400px) {
      #page .elementor-content-left > .elementor-column-wrap {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .elementor-content-left > .elementor-column-wrap {
        padding: 50px 20px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .elementor-content-left > .elementor-column-wrap {
        padding: 50px 20px; } }
    @media (max-width: 1024px) {
      #page .elementor-content-left > .elementor-column-wrap {
        padding: 10px 20px 20px; } }
    #page .elementor-content-left > .elementor-column-wrap .breadcrumbs {
      margin-bottom: 50px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12.8px;
      font-size: 0.8rem; }
      @media (min-width: 1305px) and (max-width: 1400px) {
        #page .elementor-content-left > .elementor-column-wrap .breadcrumbs {
          margin-bottom: 30px; } }
      @media (min-width: 1105px) and (max-width: 1304px) {
        #page .elementor-content-left > .elementor-column-wrap .breadcrumbs {
          margin-bottom: 30px; } }
      @media (min-width: 1025px) and (max-width: 1104px) {
        #page .elementor-content-left > .elementor-column-wrap .breadcrumbs {
          margin-bottom: 30px; } }
      @media (max-width: 1024px) {
        #page .elementor-content-left > .elementor-column-wrap .breadcrumbs {
          margin-bottom: 30px; } }
      #page .elementor-content-left > .elementor-column-wrap .breadcrumbs a {
        color: #002f65;
        font-weight: 100; }
        #page .elementor-content-left > .elementor-column-wrap .breadcrumbs a.home {
          padding-right: 20px; }
      #page .elementor-content-left > .elementor-column-wrap .breadcrumbs span.current-item {
        padding-left: 20px; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #page .product-listing-wrapper .elementor-widget-container {
      padding: 50px 20px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #page .product-listing-wrapper .elementor-widget-container {
      padding: 50px 20px; } }
  @media (max-width: 1024px) {
    #page .product-listing-wrapper .elementor-widget-container {
      padding: 50px 20px; } }
  #page .product-listing-wrapper ul.products {
    grid-row-gap: 10px; }
  @media (max-width: 768px) {
    #page .product-listing-wrapper li.product {
      margin-bottom: 10px; } }
  #page .elementor-sidebar-right {
    background: #f2f6f8;
    margin: 0;
    padding: 120px 40px 40px 40px; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .elementor-sidebar-right {
        padding: 50px 20px 30px 20px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .elementor-sidebar-right {
        padding: 50px 20px 30px 20px; } }
    @media (max-width: 1024px) {
      #page .elementor-sidebar-right {
        padding: 50px 20px 30px 20px;
        background: none; } }
    #page .elementor-sidebar-right .widget {
      background: none;
      font-size: 14px;
      padding: 0; }
      #page .elementor-sidebar-right .widget .widget-title {
        text-transform: uppercase;
        font-family: 'Montserrat',sans-serif;
        color: #002f65;
        letter-spacing: 2px;
        font-size: 16px;
        font-size: 1rem; }
        @media (max-width: 1024px) {
          #page .elementor-sidebar-right .widget .widget-title {
            cursor: pointer;
            padding: 20px;
            background: #f2f6f8; }
            #page .elementor-sidebar-right .widget .widget-title:after {
              content: ">";
              float: right;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              font-weight: 700; }
            #page .elementor-sidebar-right .widget .widget-title.active:after {
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
      @media (min-width: 1025px) {
        #page .elementor-sidebar-right .widget .menu {
          display: block !important; } }
      @media (max-width: 1024px) {
        #page .elementor-sidebar-right .widget .menu {
          display: none; }
          #page .elementor-sidebar-right .widget .menu.activemenu {
            display: block; } }
      #page .elementor-sidebar-right .widget .menu li {
        margin-top: 5px;
        margin-bottom: 5px; }
        #page .elementor-sidebar-right .widget .menu li a {
          color: #002f65;
          font-family: 'Unna',sans-serif;
          font-size: 18px;
          padding: 5px 20px;
          display: block;
          position: relative; }
          @media (max-width: 1024px) {
            #page .elementor-sidebar-right .widget .menu li a {
              line-height: 1.2em; } }
          #page .elementor-sidebar-right .widget .menu li a:before {
            content: "";
            border-left: 4px solid #002f65;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            width: 0;
            height: 0;
            position: absolute;
            right: 20px;
            top: 15px; }
          #page .elementor-sidebar-right .widget .menu li a:hover {
            color: #7ac043; }
        #page .elementor-sidebar-right .widget .menu li.current-menu-item a {
          background: #D0DCE2; }
  @media (max-width: 1024px) {
    #page .elementor-side-cta {
      display: none; } }
  #page .elementor-side-cta > .elementor-column-wrap {
    padding: 60px; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      #page .elementor-side-cta > .elementor-column-wrap {
        padding: 30px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      #page .elementor-side-cta > .elementor-column-wrap {
        padding: 30px; } }
    @media (max-width: 1024px) {
      #page .elementor-side-cta > .elementor-column-wrap {
        padding: 30px; } }

.right-sidebar.separate-containers .site-main {
  margin-top: 110px; }
  .right-sidebar.separate-containers .site-main .breadcrumbs {
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12.8px;
    font-size: 0.8rem; }
    .right-sidebar.separate-containers .site-main .breadcrumbs a {
      color: #002f65;
      font-weight: 100; }
      .right-sidebar.separate-containers .site-main .breadcrumbs a.home {
        padding-right: 20px; }
    .right-sidebar.separate-containers .site-main .breadcrumbs span.current-item {
      padding-left: 20px; }

.post-type-archive-product #main .wc-columns-4 {
  background: #f7f8f2;
  padding: 80px; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .post-type-archive-product #main .wc-columns-4 {
      padding: 50px 20px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .post-type-archive-product #main .wc-columns-4 {
      padding: 50px 20px; } }
  @media (max-width: 1024px) {
    .post-type-archive-product #main .wc-columns-4 {
      padding: 50px 20px; } }
  @media (max-width: 1024px) {
    .post-type-archive-product #main .wc-columns-4 ul.products li.product {
      width: 46%; } }
  @media (max-width: 768px) {
    .post-type-archive-product #main .wc-columns-4 ul.products li.product {
      width: 100%; } }
  @media (max-width: 480px) {
    .post-type-archive-product #main .wc-columns-4 ul.products li.product {
      width: 100%; } }
  .post-type-archive-product #main .wc-columns-4 ul.products li.product a {
    display: block;
    background: white; }
    .post-type-archive-product #main .wc-columns-4 ul.products li.product a .button.subcat-btn {
      background: #002f65;
      color: white;
      padding: 10px 30px;
      display: block;
      font-family: 'Montserrat',sans-serif;
      text-transform: uppercase; }
    .post-type-archive-product #main .wc-columns-4 ul.products li.product a .count {
      display: none; }
    .post-type-archive-product #main .wc-columns-4 ul.products li.product a .product-listing-hover {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: rgba(0, 47, 101, 0.95);
      color: white;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .post-type-archive-product #main .wc-columns-4 ul.products li.product a .product-listing-hover .product-hover-zoom {
        width: 100%; }
        .post-type-archive-product #main .wc-columns-4 ul.products li.product a .product-listing-hover .product-hover-zoom img {
          width: auto;
          display: inline-block; }
    .post-type-archive-product #main .wc-columns-4 ul.products li.product a:hover .product-listing-hover {
      opacity: 1; }

.product-listing-wrapper ul.products li.product a {
  text-align: center;
  display: block;
  background: white; }
  .product-listing-wrapper ul.products li.product a .button.subcat-btn {
    background: #002f65;
    color: white;
    padding: 10px 30px;
    display: block;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase; }
  .product-listing-wrapper ul.products li.product a .count {
    display: none; }
  .product-listing-wrapper ul.products li.product a .product-listing-hover {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 47, 101, 0.95);
    color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-listing-wrapper ul.products li.product a .product-listing-hover .product-hover-zoom {
      width: 100%; }
      .product-listing-wrapper ul.products li.product a .product-listing-hover .product-hover-zoom img {
        width: auto;
        display: inline-block; }
  .product-listing-wrapper ul.products li.product a:hover .product-listing-hover {
    opacity: 1; }

#content .woocommerce-breadcrumb {
  padding-top: 120px;
  text-transform: uppercase;
  color: #002f65; }
  @media (min-width: 1305px) and (max-width: 1400px) {
    #content .woocommerce-breadcrumb {
      padding-top: 75px; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #content .woocommerce-breadcrumb {
      padding-top: 50px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #content .woocommerce-breadcrumb {
      padding-top: 50px; } }
  @media (max-width: 1024px) {
    #content .woocommerce-breadcrumb {
      padding-top: 30px;
      text-align: center; } }
  #content .woocommerce-breadcrumb a {
    font-weight: 100; }

#content .woocommerce-custom-heading {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1305px) and (max-width: 1400px) {
    #content .woocommerce-custom-heading {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    #content .woocommerce-custom-heading {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #content .woocommerce-custom-heading {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    #content .woocommerce-custom-heading {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    #content .woocommerce-custom-heading {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center; } }

@media (max-width: 1024px) {
  #content #left-sidebar.tablet-grid-30 {
    left: -60%;
    width: 40%; } }

@media (max-width: 768px) {
  #content #left-sidebar.tablet-grid-30 {
    left: 0;
    width: 100%; } }

@media (max-width: 1024px) {
  #content #primary.tablet-grid-70 {
    width: 60%;
    left: 40%; } }

@media (max-width: 768px) {
  #content #primary.tablet-grid-70 {
    left: 0;
    width: 100%; } }

#content .sidebar .inside-left-sidebar {
  margin: 0; }
  #content .sidebar .inside-left-sidebar .widget {
    background: #f7f8f2;
    font-size: 14px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      #content .sidebar .inside-left-sidebar .widget {
        padding: 15px; } }
    #content .sidebar .inside-left-sidebar .widget .widget-title {
      text-transform: uppercase;
      font-family: 'Montserrat',sans-serif;
      color: #002f65;
      letter-spacing: 2px;
      font-size: 16px;
      font-size: 1rem; }
    #content .sidebar .inside-left-sidebar .widget .product-categories li {
      margin-top: 5px;
      margin-bottom: 5px; }
      #content .sidebar .inside-left-sidebar .widget .product-categories li a {
        color: #002f65;
        font-family: 'Unna',sans-serif;
        font-size: 18px;
        padding: 5px 20px;
        display: block;
        position: relative; }
        #content .sidebar .inside-left-sidebar .widget .product-categories li a:before {
          content: "";
          border-left: 4px solid #002f65;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          width: 0;
          height: 0;
          position: absolute;
          right: 20px;
          top: 15px; }
        #content .sidebar .inside-left-sidebar .widget .product-categories li a:hover {
          color: #7ac043; }
      #content .sidebar .inside-left-sidebar .widget .product-categories li.current-cat a {
        background: #EBECE5; }
    #content .sidebar .inside-left-sidebar .widget .woof_show_text_search {
      background: url(../images/product-search-icon.png) 95% center no-repeat #EBECE5;
      font-size: 12px; }
    #content .sidebar .inside-left-sidebar .widget .woocommerce-product-search {
      position: relative; }
      #content .sidebar .inside-left-sidebar .widget .woocommerce-product-search .search-field {
        background: #EBECE5;
        font-size: 12px; }
      #content .sidebar .inside-left-sidebar .widget .woocommerce-product-search button {
        background: url(../images/product-search-icon.png) center center no-repeat;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-indent: -9999em;
        font-size: 0px;
        line-height: 0px;
        padding: 0; }
    #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 0; }
      #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 40px 70px;
        text-align: center;
        color: white; }
        @media (min-width: 1105px) and (max-width: 1304px) {
          #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar {
            padding: 40px; } }
        @media (min-width: 1025px) and (max-width: 1104px) {
          #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar {
            padding: 40px; } }
        @media (max-width: 1024px) {
          #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar {
            padding: 30px; } }
        #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar .widget-title {
          color: white;
          font-family: 'Unna',sans-serif;
          text-transform: none;
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 15px; }
        #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar .button {
          color: #002f65;
          background: white;
          padding: 6px 20px;
          display: block;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content .sidebar .inside-left-sidebar .widget.widget_dm_cta_sidebar .dm-cta-sidebar .button:hover {
            background: #7ac043;
            color: white; }

#content .woocommerce-pagination ul.page-numbers {
  border: none; }
  #content .woocommerce-pagination ul.page-numbers li {
    border: none;
    margin-left: 10px;
    margin-right: 10px; }

.woocommerce.tax-product_cat #page #main {
  margin-top: 0; }
  .woocommerce.tax-product_cat #page #main .inside-article {
    padding-top: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (max-width: 1024px) {
    .woocommerce.tax-product_cat #page #main ul.products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .woocommerce.tax-product_cat #page #main ul.products li.product.type-product {
    width: 32.2%;
    margin-left: 1%;
    -webkit-box-shadow: 0 0 3px #D8D8D8;
    box-shadow: 0 0 3px #D8D8D8; }
    @media (max-width: 1024px) {
      .woocommerce.tax-product_cat #page #main ul.products li.product.type-product {
        width: 47.8%;
        margin-left: 2%; } }
    @media (max-width: 640px) {
      .woocommerce.tax-product_cat #page #main ul.products li.product.type-product {
        width: 100%;
        margin-left: 0; } }
    .woocommerce.tax-product_cat #page #main ul.products li.product.type-product a.woocommerce-LoopProduct-link {
      display: block;
      padding: 40px 20px 20px; }
    .woocommerce.tax-product_cat #page #main ul.products li.product.type-product .woocommerce-product-details__short-description {
      display: none; }
    .woocommerce.tax-product_cat #page #main ul.products li.product.type-product a.button {
      background: #002f65;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'Montserrat',sans-serif;
      letter-spacing: 2px;
      font-size: 12.8px;
      font-size: 0.8rem;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .woocommerce.tax-product_cat #page #main ul.products li.product.type-product a.button:hover {
        background: #7ac043; }
    .woocommerce.tax-product_cat #page #main ul.products li.product.type-product .woo-product-tag {
      position: absolute;
      top: 0;
      left: 0;
      background: #7ac043;
      color: white;
      padding: 10px 10px;
      font-size: 11.2px;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.single-product #content .woocommerce-breadcrumb {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .single-product #content .woocommerce-breadcrumb {
      padding: 30px 10px;
      margin-bottom: 0; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .single-product #content .woocommerce-breadcrumb {
      padding: 30px 10px;
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .single-product #content .woocommerce-breadcrumb {
      padding: 30px 10px;
      margin-bottom: 0; } }

.single-product #content .single-product-top {
  background: #f7f8f2;
  padding: 80px 0 80px 0; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .single-product #content .single-product-top {
      padding: 50px 20px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .single-product #content .single-product-top {
      padding: 50px 20px; } }
  @media (max-width: 1024px) {
    .single-product #content .single-product-top {
      padding: 30px 20px; } }
  .single-product #content .single-product-top .woocommerce-product-gallery__wrapper {
    padding: 30px;
    background: white; }
  .single-product #content .single-product-top .woocommerce-full-description {
    display: none; }
  .single-product #content .single-product-top .product_meta {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Gotham Light',sans-serif;
    color: #222222; }
    .single-product #content .single-product-top .product_meta a {
      color: #222222; }
      .single-product #content .single-product-top .product_meta a:hover {
        color: #7ac043; }
  .single-product #content .single-product-top .product_title {
    margin-top: 30px;
    margin-bottom: 30px; }
  .single-product #content .single-product-top .woocommerce-product-details__short-description, .single-product #content .single-product-top .woocommerce-full-description {
    font-weight: 300; }
  .single-product #content .single-product-top .woocommerce-single-readmore {
    font-weight: 700;
    display: inline-block;
    cursor: pointer; }
    .single-product #content .single-product-top .woocommerce-single-readmore span.fa {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      display: inline-block;
      margin-left: 5px; }
    .single-product #content .single-product-top .woocommerce-single-readmore.active span.fa {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .single-product #content .single-product-top .single-product-enquire-section {
    margin-top: 30px;
    margin-bottom: 20px; }
    .single-product #content .single-product-top .single-product-enquire-section .button {
      background: #002f65;
      color: white;
      font-family: 'Montserrat',sans-serif;
      padding: 15px 50px; }
      .single-product #content .single-product-top .single-product-enquire-section .button:hover {
        background: #7ac043;
        color: white; }
  .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    border: none; }
    @media (max-width: 768px) {
      .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs {
        display: block;
        margin-left: 0;
        margin-right: 0; } }
    .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      @media (max-width: 768px) {
        .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs li {
          display: block !important;
          margin: 0 !important; } }
      .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs li a {
        background: #7ac043;
        color: white; }
      .single-product #content .single-product-top .woocommerce-tabs ul.wc-tabs li.active a {
        background: #002f65;
        color: white; }
  .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 40px;
    background: #EBECE5; }
    @media (max-width: 768px) {
      .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0; } }
    .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
      border: none; }
      .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
        background: none;
        border: none; }
    .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel .download-btn {
      background: #002f65;
      color: white;
      font-family: 'Montserrat',sans-serif;
      padding: 15px 50px;
      text-transform: uppercase; }
      .single-product #content .single-product-top .woocommerce-tabs .woocommerce-Tabs-panel .download-btn:hover {
        background: #7ac043;
        color: white; }

.single-product #content .single-product-bot {
  padding: 80px 0 80px 0; }
  @media (min-width: 1105px) and (max-width: 1304px) {
    .single-product #content .single-product-bot {
      padding: 50px 20px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    .single-product #content .single-product-bot {
      padding: 50px 20px; } }
  @media (max-width: 1024px) {
    .single-product #content .single-product-bot {
      padding: 30px 20px; } }
  .single-product #content .single-product-bot ul.products li.product.type-product {
    -webkit-box-shadow: 0 0 3px #D8D8D8;
    box-shadow: 0 0 3px #D8D8D8;
    text-align: center; }
    @media (max-width: 640px) {
      .single-product #content .single-product-bot ul.products li.product.type-product {
        width: 100%; } }
    .single-product #content .single-product-bot ul.products li.product.type-product a.woocommerce-LoopProduct-link {
      display: block;
      padding: 40px 20px 20px; }
    .single-product #content .single-product-bot ul.products li.product.type-product .woocommerce-product-details__short-description {
      display: none; }
    .single-product #content .single-product-bot ul.products li.product.type-product a.button {
      background: #002f65;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'Montserrat',sans-serif;
      letter-spacing: 2px;
      font-size: 12.8px;
      font-size: 0.8rem;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .single-product #content .single-product-bot ul.products li.product.type-product a.button:hover {
        background: #7ac043; }
    .single-product #content .single-product-bot ul.products li.product.type-product .woo-product-tag {
      position: absolute;
      top: 0;
      left: 0;
      background: #7ac043;
      color: white;
      padding: 10px 10px;
      font-size: 11.2px;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.single-product #content section.related {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .single-product #content section.related {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .single-product #content section.related {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .single-product #content section.related .related-heading {
    text-align: left;
    position: relative; }
    .single-product #content section.related .related-heading:after {
      border-top: 4px solid #002f65;
      content: "";
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      z-index: 1; }
  .single-product #content section.related .related-title {
    background: white;
    display: inline-block;
    color: #002f65;
    font-weight: 400;
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.5px;
    line-height: 1em;
    padding: 6px 20px 6px 0;
    position: relative;
    z-index: 2; }

.modaal-wrapper .modaal-container .gform_wrapper {
  margin: 0;
  position: relative; }
  .modaal-wrapper .modaal-container .gform_wrapper .gform_title {
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    color: #002f65; }
  .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-top: 15px;
    padding-right: 0; }
    .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half {
      padding-right: 10px; }
      @media (max-width: 640px) {
        .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half {
          padding-right: 0; } }
    .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half {
      padding-left: 10px; }
      @media (max-width: 640px) {
        .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half {
          padding-left: 0; } }
    .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
      display: none; }
    .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
      margin-top: 0px; }
      .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
        background: white;
        color: #002f65;
        border-radius: 3px;
        padding: 10px 15px;
        width: 100%;
        font-weight: 700;
        font-family: 'Montserrat',sans-serif; }
      .modaal-wrapper .modaal-container .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
        background: white;
        color: #002f65;
        height: 100px;
        border-radius: 3px;
        font-weight: 700;
        padding: 10px 15px;
        font-family: 'Montserrat',sans-serif; }
  .modaal-wrapper .modaal-container .gform_wrapper .gform_footer {
    margin: 10px 0 0;
    padding: 0;
    text-align: right; }
    .modaal-wrapper .modaal-container .gform_wrapper .gform_footer .gform_button {
      margin-right: 0;
      background: #002f65;
      padding: 6px 40px;
      color: white;
      text-transform: uppercase;
      font-family: 'Montserrat',sans-serif;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .modaal-wrapper .modaal-container .gform_wrapper .gform_footer .gform_button:hover {
        background: #7ac043;
        border-radius: 3px;
        color: white; }
  .modaal-wrapper .modaal-container .gform_wrapper .validation_error {
    background: white;
    border: 2px solid #002f65;
    color: #002f65;
    font-weight: 400;
    padding: 5px;
    margin: 0;
    font-size: 12.8px;
    font-size: 0.8rem; }
  .modaal-wrapper .modaal-container .gform_wrapper li.gfield.gfield_error, .modaal-wrapper .modaal-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
    padding: 0; }
  .modaal-wrapper .modaal-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  .modaal-wrapper .modaal-container .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: 50% !important;
    margin-right: 0;
    padding-right: 10px; }
    @media (max-width: 640px) {
      .modaal-wrapper .modaal-container .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
        padding-right: 0;
        max-width: 100% !important; } }
  .modaal-wrapper .modaal-container .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50% !important;
    margin-right: 0;
    padding-left: 10px; }
    @media (max-width: 640px) {
      .modaal-wrapper .modaal-container .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        padding-left: 0;
        max-width: 100% !important; } }
  .modaal-wrapper .modaal-container .gform_wrapper .validation_message {
    color: #002f65;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.2em; }
  .modaal-wrapper .modaal-container .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    font-weight: 400; }

.single.single-post .entry-header {
  margin-bottom: 30px; }
  .single.single-post .entry-header .entry-title {
    font-size: 40px;
    font-size: 2.5rem; }

.blog #page #content .page-header, .search #page #content .page-header, .archive #page #content .page-header, .single.single-post #page #content .page-header {
  padding: 20px; }

.blog #page #content article .inside-article, .search #page #content article .inside-article, .archive #page #content article .inside-article, .single.single-post #page #content article .inside-article {
  background: white;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: 0 0 5px #D8D8D8;
  box-shadow: 0 0 5px #D8D8D8; }
  .blog #page #content article .inside-article .post-image, .search #page #content article .inside-article .post-image, .archive #page #content article .inside-article .post-image, .single.single-post #page #content article .inside-article .post-image {
    margin-bottom: 10px;
    margin-top: 10px; }
  .blog #page #content article .inside-article .entry-title, .search #page #content article .inside-article .entry-title, .archive #page #content article .inside-article .entry-title, .single.single-post #page #content article .inside-article .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700; }
  .blog #page #content article .inside-article .entry-summary, .search #page #content article .inside-article .entry-summary, .archive #page #content article .inside-article .entry-summary, .single.single-post #page #content article .inside-article .entry-summary {
    margin-top: 10px; }

.blog #page #content .comments-area, .search #page #content .comments-area, .archive #page #content .comments-area, .single.single-post #page #content .comments-area {
  border-top: 6px solid #002f65;
  background: white;
  -webkit-box-shadow: 0 2px 10px #D8D8D8;
  box-shadow: 0 2px 10px #D8D8D8;
  margin-top: 40px; }

.blog #page .nav-links .page-numbers, .search #page .nav-links .page-numbers, .archive #page .nav-links .page-numbers, .single.single-post #page .nav-links .page-numbers {
  padding: 5px 10px;
  background-color: white; }

.blog #page .nav-links a:hover, .search #page .nav-links a:hover, .archive #page .nav-links a:hover, .single.single-post #page .nav-links a:hover {
  background-color: #D8D8D8; }

.blog #page .entry-meta .post-navigation, .search #page .entry-meta .post-navigation, .archive #page .entry-meta .post-navigation, .single.single-post #page .entry-meta .post-navigation {
  margin-top: 10px; }
  .blog #page .entry-meta .post-navigation span.prev, .blog #page .entry-meta .post-navigation span.next, .search #page .entry-meta .post-navigation span.prev, .search #page .entry-meta .post-navigation span.next, .archive #page .entry-meta .post-navigation span.prev, .archive #page .entry-meta .post-navigation span.next, .single.single-post #page .entry-meta .post-navigation span.prev, .single.single-post #page .entry-meta .post-navigation span.next {
    background: #002f65;
    border-radius: 3px;
    color: white;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog #page .entry-meta .post-navigation span.prev a, .blog #page .entry-meta .post-navigation span.next a, .search #page .entry-meta .post-navigation span.prev a, .search #page .entry-meta .post-navigation span.next a, .archive #page .entry-meta .post-navigation span.prev a, .archive #page .entry-meta .post-navigation span.next a, .single.single-post #page .entry-meta .post-navigation span.prev a, .single.single-post #page .entry-meta .post-navigation span.next a {
      color: white; }
    .blog #page .entry-meta .post-navigation span.prev:hover, .blog #page .entry-meta .post-navigation span.next:hover, .search #page .entry-meta .post-navigation span.prev:hover, .search #page .entry-meta .post-navigation span.next:hover, .archive #page .entry-meta .post-navigation span.prev:hover, .archive #page .entry-meta .post-navigation span.next:hover, .single.single-post #page .entry-meta .post-navigation span.prev:hover, .single.single-post #page .entry-meta .post-navigation span.next:hover {
      background: #f2f8f6; }
  .blog #page .entry-meta .post-navigation .nav-previous, .search #page .entry-meta .post-navigation .nav-previous, .archive #page .entry-meta .post-navigation .nav-previous, .single.single-post #page .entry-meta .post-navigation .nav-previous {
    float: left; }
  .blog #page .entry-meta .post-navigation .nav-next, .search #page .entry-meta .post-navigation .nav-next, .archive #page .entry-meta .post-navigation .nav-next, .single.single-post #page .entry-meta .post-navigation .nav-next {
    float: right; }

body .site-footer .footer-bar {
  background: #002f65;
  color: white;
  float: none;
  font-family: 'Unna',sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.1em;
  letter-spacing: 1px;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body .site-footer .footer-bar .widget {
    width: 25%;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      body .site-footer .footer-bar .widget {
        width: 100%;
        margin-bottom: 10px; } }
    body .site-footer .footer-bar .widget .widget-title {
      display: block;
      margin-bottom: 0;
      color: white;
      font-weight: 700;
      font-size: 20.8px;
      font-size: 1.3rem; }
    body .site-footer .footer-bar .widget a {
      color: white; }
      body .site-footer .footer-bar .widget a:hover {
        color: #7ac043; }

body .site-footer #footer-widgets .inside-footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  body .site-footer #footer-widgets .inside-footer-widgets .widget-title {
    text-transform: uppercase; }

body .site-footer #footer-widgets .footer-widget-1 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #D8D8D8; }
  @media (max-width: 1024px) {
    body .site-footer #footer-widgets .footer-widget-1 {
      width: 100%;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    body .site-footer #footer-widgets .footer-widget-1 .widget {
      float: left; } }
  @media (max-width: 768px) {
    body .site-footer #footer-widgets .footer-widget-1 .widget {
      float: none; } }
  body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
    display: inline-block;
    padding-top: 50px; }
    @media (min-width: 1305px) and (max-width: 1400px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
        padding-top: 30px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
        padding-top: 30px; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
        padding-top: 30px; } }
    @media (max-width: 1024px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
        padding-top: 30px;
        width: 25%; } }
    @media (max-width: 768px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-2, body .site-footer #footer-widgets .footer-widget-1 #media_image-3 {
        width: auto;
        padding-top: 10px; } }
  body .site-footer #footer-widgets .footer-widget-1 #media_image-4 {
    display: block;
    border-top: 1px solid #D8D8D8;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 1025px) and (max-width: 1104px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-4 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 0; } }
    @media (max-width: 1024px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-4 {
        display: inline-block;
        width: 50%;
        border-top: none;
        border-left: 1px solid #D8D8D8;
        margin-top: 0;
        vertical-align: top;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      body .site-footer #footer-widgets .footer-widget-1 #media_image-4 {
        width: 100%;
        display: block;
        border: none;
        padding: 10px; } }
  @media (max-width: 1024px) {
    body .site-footer #footer-widgets .footer-widget-1 .widget_nav_menu {
      display: inline-block;
      width: 50%;
      border-left: 1px solid #D8D8D8;
      padding-bottom: 20px; } }
  @media (max-width: 768px) {
    body .site-footer #footer-widgets .footer-widget-1 .widget_nav_menu {
      width: 100%;
      display: block;
      border: none; } }
  body .site-footer #footer-widgets .footer-widget-1 .menu li {
    font-family: 'Unna',sans-serif;
    display: inline-block;
    border-left: 1px solid #D8D8D8;
    line-height: 1em;
    padding-left: 8px;
    padding-right: 8px; }
    @media (max-width: 768px) {
      body .site-footer #footer-widgets .footer-widget-1 .menu li a {
        color: #002f64 !important; } }

body .site-footer #footer-widgets .footer-widget-2 {
  width: 50%;
  border-right: 1px solid #D8D8D8;
  padding: 50px;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    body .site-footer #footer-widgets .footer-widget-2 {
      width: 100%;
      display: none; } }
  @media (min-width: 1305px) and (max-width: 1400px) {
    body .site-footer #footer-widgets .footer-widget-2 {
      padding: 30px; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    body .site-footer #footer-widgets .footer-widget-2 {
      padding: 30px 20px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    body .site-footer #footer-widgets .footer-widget-2 {
      padding: 30px 20px; } }
  body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-3 {
    width: 20% !important;
    float: left; }
    body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-3 a:hover {
      color: white; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-3 {
        width: 50% !important;
        float: left; } }
  body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-4 {
    width: 70% !important;
    float: left; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-4 {
        width: 50% !important;
        float: left; } }
  body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-5 {
    width: 20% !important;
    float: left; }
    @media (min-width: 1105px) and (max-width: 1304px) {
      body .site-footer #footer-widgets .footer-widget-2 aside#nav_menu-5 {
        width: 50% !important;
        float: left; } }
  body .site-footer #footer-widgets .footer-widget-2 .widget {
    width: auto;
    padding-left: 0;
    margin-right: 30px; }
    @media (min-width: 1305px) and (max-width: 1400px) {
      body .site-footer #footer-widgets .footer-widget-2 .widget {
        margin-right: 40px;
        padding-left: 10px; } }
    @media (min-width: 1105px) and (max-width: 1304px) {
      body .site-footer #footer-widgets .footer-widget-2 .widget {
        padding-left: 10px; }
        body .site-footer #footer-widgets .footer-widget-2 .widget#nav_menu-3, body .site-footer #footer-widgets .footer-widget-2 .widget#nav_menu-5 {
          width: 25%; } }
    @media (min-width: 1025px) and (max-width: 1104px) {
      body .site-footer #footer-widgets .footer-widget-2 .widget {
        width: 41% !important;
        padding-left: 10px; }
        body .site-footer #footer-widgets .footer-widget-2 .widget#nav_menu-3, body .site-footer #footer-widgets .footer-widget-2 .widget#nav_menu-5 {
          width: 25%; } }
    body .site-footer #footer-widgets .footer-widget-2 .widget .menu li {
      font-family: 'Unna',sans-serif;
      line-height: 1.6em; }
    body .site-footer #footer-widgets .footer-widget-2 .widget#nav_menu-4 .menu {
      -webkit-columns: 2;
      columns: 2;
      -webkit-column-gap: 30px;
      column-gap: 30px; }

body .site-footer #footer-widgets .footer-widget-3 {
  width: 25%;
  padding-top: 50px; }
  @media (min-width: 1305px) and (max-width: 1400px) {
    body .site-footer #footer-widgets .footer-widget-3 {
      padding-top: 30px; } }
  @media (min-width: 1105px) and (max-width: 1304px) {
    body .site-footer #footer-widgets .footer-widget-3 {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (max-width: 1104px) {
    body .site-footer #footer-widgets .footer-widget-3 {
      padding-top: 30px; } }
  @media (max-width: 1024px) {
    body .site-footer #footer-widgets .footer-widget-3 {
      width: 100%;
      padding: 20px;
      text-align: center;
      background: #002f65;
      color: white;
      text-align: center; }
      body .site-footer #footer-widgets .footer-widget-3 a {
        color: white; } }
  body .site-footer #footer-widgets .footer-widget-3 .widget {
    font-family: 'Unna',sans-serif; }
    @media (max-width: 1024px) {
      body .site-footer #footer-widgets .footer-widget-3 .widget .widget-title {
        display: none; } }
    @media (max-width: 1024px) {
      body .site-footer #footer-widgets .footer-widget-3 .widget p {
        margin-bottom: 10px; }
      body .site-footer #footer-widgets .footer-widget-3 .widget br {
        display: none; } }

body .site-footer #footer-widgets .pwd-footer-link {
  float: none;
  margin: 0; }
  body .site-footer #footer-widgets .pwd-footer-link li {
    float: none;
    display: inline-block; }
    body .site-footer #footer-widgets .pwd-footer-link li a {
      color: white; }
      body .site-footer #footer-widgets .pwd-footer-link li a:hover {
        color: #002f65; }

body .site-footer .site-info {
  text-align: center;
  padding-top: 0; }
  body .site-footer .site-info .inside-site-info {
    padding-top: 20px; }
    body .site-footer .site-info .inside-site-info .copyright-bar {
      text-align: center;
      float: none;
      letter-spacing: 1px; }
      body .site-footer .site-info .inside-site-info .copyright-bar .pwd-footer-link {
        float: none;
        margin: 0; }
        body .site-footer .site-info .inside-site-info .copyright-bar .pwd-footer-link li {
          float: none;
          display: inline-block; }

body .inner-featured {
  z-index: 1;
  position: relative;
  padding: 0;
  margin-bottom: 0px; }
  body .inner-featured .inner-featured-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 40%;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    /*&:after {
				content:"";
				display:block;
				position:absolute;
				left:0;
				top:0;
				background:rgba(38,47,60,0.8);
				width:100%;
				height:100%;
				z-index: 1;
			}*/ }
    body .inner-featured .inner-featured-bg .container {
      width: 100%;
      margin: 0 auto; }
  body .inner-featured .inner-featured-title {
    z-index: 2;
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 200px;
    padding-bottom: 125px;
    background: url(../images/inner-featured-title-bg.png) right top no-repeat;
    width: 100%;
    background-position: -600px 0px;
    background-size: cover;
    width: 100%;
    margin: 0 auto; }
    body .inner-featured .inner-featured-title .page-title {
      position: relative;
      width: 1280px;
      text-align: left;
      color: #ffffff;
      float: none;
      margin: 0 auto; }
    @media (min-width: 1025px) and (max-width: 1104px) {
      body .inner-featured .inner-featured-title {
        padding-top: 200px;
        padding-bottom: 100px; } }
    @media (max-width: 1024px) {
      body .inner-featured .inner-featured-title {
        padding-top: 150px;
        padding-bottom: 80px;
        width: 100%; } }
    @media (max-width: 768px) {
      body .inner-featured .inner-featured-title {
        background: rgba(0, 47, 101, 0.8);
        width: 100%;
        padding-top: 150px;
        padding-bottom: 80px;
        padding-right: 0; } }
    @media (max-width: 768px) {
      body .inner-featured .inner-featured-title {
        padding-top: 150px !important;
        padding-bottom: 80px; } }
    body .inner-featured .inner-featured-title .page-title {
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 3em;
      line-height: 1.1em;
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 1105px) and (max-width: 1304px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media (min-width: 1025px) and (max-width: 1104px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 35.2px;
          font-size: 2.2rem; } }
      @media (max-width: 1024px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 32px;
          font-size: 2rem; } }
      @media (max-width: 991px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 28.8px;
          font-size: 1.8rem; } }
      @media (max-width: 768px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media (max-width: 413px) {
        body .inner-featured .inner-featured-title .page-title {
          font-size: 19.2px;
          font-size: 1.2rem; } }

@media (min-width: 1105px) and (max-width: 1304px) {
  .main-navigation.sticky-navigation-transition .navigation-logo img {
    height: 50px; } }

@media (min-width: 1025px) and (max-width: 1104px) {
  .main-navigation.sticky-navigation-transition .navigation-logo img {
    height: 50px; } }

@media (max-width: 1024px) {
  .main-navigation.sticky-navigation-transition .navigation-logo img {
    height: 50px; } }

@media (max-width: 768px) {
  #mobile-header {
    background: white;
    position: absolute; }
  #mobile-header .site-logo {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #mobile-header .site-logo img {
      width: 100%;
      height: auto; }
  #mobile-header .main-nav {
    -webkit-box-shadow: 0 0 5px #D8D8D8;
    box-shadow: 0 0 5px #D8D8D8; }
  .main-navigation .main-nav ul li a {
    color: #002f65 !important;
    line-height: 45px; }
    .main-navigation .main-nav ul li a:hover {
      color: #7ac043 !important; }
  .main-navigation .main-nav ul li .sub-menu a {
    color: #002f65 !important; }
    .main-navigation .main-nav ul li .sub-menu a:hover {
      color: white !important; }
  .main-navigation .main-nav ul li .widget a.top-phone {
    color: white;
    padding: 10px 20px 10px 50px;
    line-height: 1em;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14.4px;
    font-size: 0.9rem; } }
  @media (max-width: 768px) and (min-width: 1305px) and (max-width: 1400px) {
    .main-navigation .main-nav ul li .widget a.top-phone {
      font-size: 12.8px;
      font-size: 0.8rem; } }
  @media (max-width: 768px) and (min-width: 1105px) and (max-width: 1304px) {
    .main-navigation .main-nav ul li .widget a.top-phone {
      font-size: 12.8px;
      font-size: 0.8rem; } }
  @media (max-width: 768px) and (min-width: 1025px) and (max-width: 1104px) {
    .main-navigation .main-nav ul li .widget a.top-phone {
      font-size: 12.8px;
      font-size: 0.8rem; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .main-navigation .main-nav ul li .widget a.top-phone {
      font-size: 12.8px;
      font-size: 0.8rem;
      padding-left: 30px;
      padding-right: 10px;
      background-position: 10px center;
      background-size: 15px auto; } }

@media (max-width: 768px) {
    .main-navigation .main-nav ul li .widget a.top-phone:hover {
      color: white;
      background-color: #222222; }
  .main-navigation .main-nav ul li .widget p {
    margin-bottom: 0; }
  .menu-toggle {
    color: #002f65 !important; }
    .menu-toggle:hover {
      background: #002f65 !important;
      color: white !important; }
    .menu-toggle:focus {
      background: #002f65 !important;
      color: white !important; }
  button.menu-toggle:hover, button.menu-toggle:focus, .main-navigation .mobile-bar-items a, .main-navigation .mobile-bar-items a:hover, .main-navigation .mobile-bar-items a:focus {
    color: white !important; }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0; }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper .vc_grid-item {
      padding-right: 0; } }

#training-toggle .elementor-tab-title {
  min-height: 85px;
  font-size: 25px !important;
  letter-spacing: 1px;
  outline: none;
  padding-left: 30px;
  color: #ffffff;
  padding-left: 30px;
  color: #fff;
  margin-top: 50px; }
  #training-toggle .elementor-tab-title img {
    right: 100px;
    float: right;
    position: absolute;
    margin-top: -40px; }
  #training-toggle .elementor-tab-title span {
    color: #ffffff; }

#training-toggle #elementor-tab-title-1601 {
  background: #001334; }

#training-toggle #elementor-tab-title-1601::after {
  content: '';
  width: 200px;
  height: 120px;
  position: absolute;
  right: 100px;
  background-size: 180px;
  margin-top: 15px;
  background: url(images/training-01.png) 50% 50% no-repeat; }

#training-toggle #elementor-tab-title-1602 {
  background: #0E256A; }

#training-toggle #elementor-tab-title-1602::after {
  content: '';
  width: 200px;
  height: 120px;
  position: absolute;
  right: 100px;
  background-size: 180px;
  margin-top: 15px;
  background: url(images/training-02.png) 50% 50% no-repeat; }

#training-toggle #elementor-tab-title-1603 {
  background: #00505A; }

#training-toggle #elementor-tab-title-1603::after {
  content: '';
  width: 200px;
  height: 120px;
  position: absolute;
  right: 100px;
  background-size: 180px;
  margin-top: 15px;
  background: url(images/training-03.png) 50% 50% no-repeat; }

#training-toggle #elementor-tab-title-1604 {
  background: #2D6321; }

#training-toggle #elementor-tab-title-1604::after {
  content: '';
  width: 200px;
  height: 120px;
  position: absolute;
  right: 100px;
  background-size: 180px;
  margin-top: 15px;
  background: url(images/training-04.png) 50% 50% no-repeat; }

#training-toggle .eael-accordion-content {
  -webkit-box-shadow: 0px 1px 2px 0px #f1f1f1;
  box-shadow: 0px 1px 2px 0px #f1f1f1; }

#training-toggle-single-1 {
  margin-bottom: 40px; }
  #training-toggle-single-1 .elementor-tab-title {
    min-height: 85px;
    font-size: 25px !important;
    letter-spacing: 1px;
    outline: none;
    padding-left: 30px;
    color: #ffffff;
    padding-left: 30px;
    color: #fff;
    margin-top: 20px;
    background: #001334; }
    #training-toggle-single-1 .elementor-tab-title img {
      right: 100px;
      float: right;
      position: absolute;
      margin-top: -40px; }
    #training-toggle-single-1 .elementor-tab-title span {
      color: #ffffff; }
  #training-toggle-single-1 .elementor-tab-title::after {
    content: '';
    width: 200px;
    height: 120px;
    position: absolute;
    right: 100px;
    background: url(images/training-01.png) 50% 50% no-repeat;
    background-size: 120px; }
  #training-toggle-single-1 .eael-accordion-content {
    -webkit-box-shadow: 0px 1px 2px 0px #f1f1f1;
    box-shadow: 0px 1px 2px 0px #f1f1f1; }

#training-toggle-single-2 {
  margin-bottom: 40px; }
  #training-toggle-single-2 .elementor-tab-title {
    min-height: 85px;
    font-size: 25px !important;
    letter-spacing: 1px;
    outline: none;
    padding-left: 30px;
    color: #ffffff;
    padding-left: 30px;
    color: #fff;
    margin-top: 20px;
    background: #0E256A; }
    #training-toggle-single-2 .elementor-tab-title img {
      right: 100px;
      float: right;
      position: absolute;
      margin-top: -40px; }
    #training-toggle-single-2 .elementor-tab-title span {
      color: #ffffff; }
  #training-toggle-single-2 .elementor-tab-title::after {
    content: '';
    width: 200px;
    height: 120px;
    position: absolute;
    right: 100px;
    background: url(images/training-02.png) 50% 50% no-repeat;
    background-size: 120px; }
  #training-toggle-single-2 .eael-accordion-content {
    -webkit-box-shadow: 0px 1px 2px 0px #f1f1f1;
    box-shadow: 0px 1px 2px 0px #f1f1f1; }

#training-toggle-single-3 {
  margin-bottom: 40px; }
  #training-toggle-single-3 .elementor-tab-title {
    min-height: 85px;
    font-size: 25px !important;
    letter-spacing: 1px;
    outline: none;
    padding-left: 30px;
    color: #ffffff;
    padding-left: 30px;
    color: #fff;
    margin-top: 20px;
    background: #00505A; }
    #training-toggle-single-3 .elementor-tab-title img {
      right: 100px;
      float: right;
      position: absolute;
      margin-top: -40px; }
    #training-toggle-single-3 .elementor-tab-title span {
      color: #ffffff; }
  #training-toggle-single-3 .elementor-tab-title::after {
    content: '';
    width: 200px;
    height: 120px;
    position: absolute;
    right: 100px;
    background: url(images/training-03.png) 50% 50% no-repeat;
    background-size: 100px; }
  #training-toggle-single-3 .eael-accordion-content {
    -webkit-box-shadow: 0px 1px 2px 0px #f1f1f1;
    box-shadow: 0px 1px 2px 0px #f1f1f1; }

#training-toggle-single-4 {
  margin-bottom: 40px; }
  #training-toggle-single-4 .elementor-tab-title {
    min-height: 85px;
    font-size: 25px !important;
    letter-spacing: 1px;
    outline: none;
    padding-left: 30px;
    color: #ffffff;
    padding-left: 30px;
    color: #fff;
    margin-top: 20px;
    background: #2D6321; }
    #training-toggle-single-4 .elementor-tab-title img {
      right: 100px;
      float: right;
      position: absolute;
      margin-top: -40px; }
    #training-toggle-single-4 .elementor-tab-title span {
      color: #ffffff; }
  #training-toggle-single-4 .elementor-tab-title::after {
    content: '';
    width: 200px;
    height: 120px;
    position: absolute;
    right: 100px;
    background: url(images/training-04.png) 50% 50% no-repeat;
    background-size: 120px;
    margin-top: 10px; }
  #training-toggle-single-4 .eael-accordion-content {
    -webkit-box-shadow: 0px 1px 2px 0px #f1f1f1;
    box-shadow: 0px 1px 2px 0px #f1f1f1; }

#training-single ul {
  margin-top: 20px; }
  #training-single ul li {
    margin-bottom: 20px;
    margin-bottom: 10px;
    font-size: 14px; }

#training-single .eael-accordion-content p {
  font-size: 14px; }

.elementor-element.elementor-products-grid ul.products {
  grid-row-gap: 40px !important; }

a.button-no.button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.button-yes.button {
  background-color: #7ac043 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.button-yes.button:hover {
  color: #ffffff !important; }

.wishlist__popupBackground {
  background-color: rgba(87, 87, 86, 0.9) !important; }

.woocommerce.tax-product_cat #page #main ul.products li.product.type-product a.button {
  padding: 10px !important; }

a.button.enquiry-button  {
  min-width: 150px;
  text-align: center; }

.yith-ywraq-add-to-quote a  {
  min-width: 150px;
  text-align: center; }

a.button.popup-youtube {
  min-width: 150px;
  text-align: center; }

.woocommerce-message {
  background-color: #7ac043;
  color: #ffffff; }

form#yith-ywraq-form td.product-subtotal {
  display: none; }

form#yith-ywraq-form th.product-subtotal {
  display: none; }

.hire-products-grid a.button {
  width: 100%; }

.page-id-6 .products li {
  padding: 0px !important;
  position: relative; }

.page-id-6 ul.products li.product {
  min-height: 37rem; }

.page-id-6 .woocommerce ul.products li.product a {
  position: absolute;
  bottom: 0px !important;
  left: 0px; }
