/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #5462ad;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #707bba;
  border-color: #707bba;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #5462ad;
  border-color: #5462ad;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
#g-top .g-touch-toggle a {
  padding: 9.125px 15px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#g-top .g-touch-toggle a span {
  margin-right: 8px;
}
#g-top .g-touch-toggle a:hover {
  background: white;
}
#g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #707070;
}
#g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
#g-touch .uk-modal-dialog .uk-close {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
  font-size: 1.2rem;
  color: #ffffff;
}
#g-touch .uk-modal-dialog .uk-close:hover {
  color: #5462ad;
}
#g-touch .g-block:last-child .g-touch-item {
  border: none;
}
#g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  color: #707070;
  font-size: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 47.99rem) {
  #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 10px;
  }
}
#g-touch .g-touch-item a {
  color: #707070;
}
#g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
.g-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
.g-main-feature .image-bottom {
  margin-bottom: -3.063rem;
}
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
.g-main-feature .g-main-feature-link.g-button2 {
  margin-left: 25px;
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link.g-button2 {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link {
    display: block;
  }
}
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #dddddd;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #5462ad;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-paypaldonate {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-paypaldonate .g-paypaldonate-form form {
  margin: 0;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button .g-paypaldonate-icon {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button input[type="submit"] {
  background: transparent;
  padding: 1.25rem;
  margin-top: -3px;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button.button {
  padding: 0;
  border: 0;
}
.g-video-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-video-feature .g-video-feature-left {
    margin-bottom: 30px;
  }
}
.g-video-feature .g-video-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right.align-right {
  text-align: right;
}
.g-video-feature .g-video-feature-title {
  margin-top: -5px;
}
.g-video-feature .g-video-feature-link {
  margin-top: 5px;
}
.g-video-feature .g-video-feature-link i {
  margin-right: 10px;
}
.g-video-feature .g-video-feature-desc {
  margin: 1.5rem 0;
}
.g-video-feature .g-video-feature-desc i {
  margin-right: 8px;
}
.g-gallery .g-gallery-item > a {
  position: relative;
  display: block;
}
.g-gallery .g-gallery-filter {
  margin-bottom: 30px;
}
.g-gallery .g-gallery-filter.uk-subnav > * > * {
  color: #707070;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > *:focus, .g-gallery .g-gallery-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #5462ad;
  color: #5462ad;
}
.g-gallery .g-gallery-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #5462ad;
  color: #5462ad;
  box-shadow: none;
}
.g-gallery.style2 .gallery-item-buttons {
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  margin-top: -20px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gallery.style2 .gallery-item-buttons {
    margin-top: -17.5px;
  }
}
.g-gallery.style2 .gallery-item-buttons > a {
  border: 2px solid #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-gallery.style2 .gallery-item-buttons > a:hover {
  background: #5462ad;
  border-color: #5462ad;
}
.g-gallery.style2 .gallery-item-buttons > a.info-button {
  margin-left: 25px;
}
.g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
  margin-right: 20px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gallery.style2 .gallery-item-buttons > a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 0.9rem;
  }
  .g-gallery.style2 .gallery-item-buttons > a.info-button {
    margin-left: 5px;
  }
  .g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
    margin-right: 0;
  }
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .info-button {
  margin-left: 5px;
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .magnifier-button {
  margin-right: 0;
}
.g-gallery.style2 .uk-overlay-panel {
  height: 100%;
  padding: 0;
}
.g-gallery .uk-modal-dialog h1, .g-gallery .uk-modal-dialog h2, .g-gallery .uk-modal-dialog h3, .g-gallery .uk-modal-dialog h4, .g-gallery .uk-modal-dialog h5 {
  margin-bottom: 15px !important;
}
.uk-modal-caption {
  bottom: -30px;
}
.gallery-special .g-gallery-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-gallery.gutter-enabled, .g-flushed .g-gallery.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-gallery.filters-enabled.gutter-enabled, .g-flushed .g-gallery.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-gallery .g-gallery-filter, .g-flushed .g-gallery .g-gallery-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav, .g-flushed .g-gallery .g-gallery-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-gallery-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.eb-authors-bio {
  display: none;
  margin-left: 35px;
}
.platform-content #eb .eb-authors-head {
  flex-direction: column;
  background: rgba(0, 0, 0, 0);
  color: #00a173;
  border: solid 1px #cccccc;
  border-radius: 0;
}
.platform-content #eb .eb-authors-head .t-flex-shrink--0, .platform-content #eb .eb-authors-head .eb-authors-subscribe {
  display: none;
}
.titlesContainer {
  display: flex;
  flex-direction: column;
  margin-left: 35px;
}
.titlesContainer > p {
  color: #00a173;
}
.titlesContainer p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.titleOnly {
  padding: 2px 10px;
}
.eb-category-bio {
  opacity: 0;
  border: none !important;
  padding-top: 0px !important;
}
.eb-category-bio p {
  color: #00a173;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.eb-category-bio p b {
  font-weight: 400;
}
.eb-category-bio a {
  margin-left: 25px;
}
.eb-category-profile {
  margin-bottom: 25px;
}
#blog-sidebar {
  background: #afafaf;
}
#blog-sidebar a {
  color: #3c3c3c;
  font-weight: 400;
}
#blog-sidebar a:hover {
  opacity: 0.75;
}
#eb .mod-btn-primary {
  background: #5462ad !important;
  border-color: #5462ad !important;
}
.eb-category-bio {
  display: flex;
  flex-direction: column;
  font-size: 1px;
}
.eb-category-bio a, .eb-category-bio p {
  font-size: 16px;
}
.eb-post .eb-post-content .eb-post-actions .eb-post-more #readmore-btn {
  background: #ba005b !important;
  color: white !important;
}
.eb-post .eb-post-content .eb-post-actions .eb-post-more #readmore-btn:hover {
  opacity: 0.8;
}
.eb-red-reg {
  color: #ba0056;
  font-size: unset;
  font-weight: 400;
}
#blog-cats .g-title {
  font-size: 1.25rem;
}
.subcat_custom a {
  color: #00a173;
  font-size: 14px;
}
#eb {
  font-size: 12pt;
  margin-top: 25px;
}
#eb .eb-post-title a {
  color: #5462ad !important;
}
#eb .btn-default {
  background-color: #ba005b !important;
  color: #ffffff !important;
  font-weight: bold;
}
#eb .eb-mod-media-thumb, #eb .eb-brand-rss {
  display: none;
}
#eb .eb-category-profile {
  background: transparent !important;
  border: solid 1px #afafaf;
  color: #00a173;
}
#eb .eb-category-profile .eb-avatar {
  display: none;
}
#eb .eb-category-profile .eb-category-subscribe {
  display: none;
}
#eb .audiojs-track .pull-right {
  display: none !important;
}
@media (max-width: 60rem) {
  #eb {
    font-size: 14pt;
  }
}
@media (min-width: 500px) {
  .eb-post-body .eb-post-thumb {
    width: 45%;
    float: left;
  }
  .eb-post-body p, .eb-post-body ul, .eb-post-body ol, .eb-post-body h1, .eb-post-body h2, .eb-post-body h3, .eb-post-body h4, .eb-post-body h5 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    float: right;
  }
  .eb-post-more {
    float: right;
  }
}
.customContent img {
  padding: 10px;
}
.pad-image img {
  padding: 10px;
}
a {
  text-decoration: underline;
}
#g-header .g-content {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#g-header .g-content h1, #g-header .g-content h2, #g-header .g-content h3, #g-header .g-content h4, #g-header .g-content h5, #g-header .g-content h6, #g-header .g-content p, #g-header .g-content span, #g-header .g-content a {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#g-navigation {
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.45);
  padding-top: 5px;
}
@media only all and (min-width: 60rem) {
  #g-navigation {
    height: 110px;
  }
}
#g-navigation .g-main-nav {
  margin-top: 25px;
}
#g-navigation img {
  max-height: unset;
}
#g-navigation .shale-logo {
  font-family: cambria, serif;
}
#g-navigation .shale-logo img {
  float: left;
}
#g-navigation .shale-logo p {
  margin: 0px;
  text-align: left;
  clear: both;
}
#g-navigation .shale-logo p a {
  color: #707070;
  text-decoration: underline;
}
#g-navigation > .g-container > .g-grid {
  max-height: 50px;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation #g-Navigation-Logo {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation #g-Navigation-Logo {
    padding: 5px 5px 15px 50px;
  }
}
#g-navigation #g-Navigation-Logo img {
  max-width: 415px;
  width: 100%;
}
#g-navigation .nav-social-block .g-particle {
  text-align: right;
  font-size: 150%;
  padding: 0px;
  margin: 0px;
}
#g-navigation .nav-social-block .g-particle ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
#g-navigation .nav-social-block .g-particle li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
#g-navigation .nav-social-block .g-particle .fa {
  background: transparent;
  color: #707070;
}
#g-navigation .nav-social-block .g-particle .fa:hover {
  color: #ba005b;
}
#g-navigation .nav-social-block .g-particle .fa-shopping-cart {
  padding-right: 10px;
  border-right: solid 1px #707070;
}
#g-navigation .nav-social-block .g-particle .fa-shopping-cart:hover {
  color: #00a173;
}
#g-navigation .g-toplevel {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#g-navigation .g-menu-item-container {
  padding: 12px;
  border: solid 1px transparent;
  background: transparent;
  color: #707070;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-menu-item-container {
    font-size: 12px !important;
    padding: 10px;
  }
}
#g-navigation .g-menu-item-container:hover {
  background-color: #5462ad;
  color: #ffffff !important;
}
#g-navigation .g-menu-item-container .fa {
  margin-right: 0px !important;
  opacity: 1;
}
#g-navigation .g-menu-item-container .g-menu-parent-indicator {
  display: none;
  visibility: hidden;
}
#g-navigation .g-parent .g-menu-item-container:hover {
  border: solid 1px #5462ad;
  background: transparent;
  color: #00a072 !important;
}
#g-navigation .g-parent .g-menu-item-container:focus {
  border: solid 1px #5462ad;
  background: transparent;
  color: #00a072 !important;
}
#g-navigation .active .g-menu-item-container {
  color: #00a072 !important;
  background: transparent;
}
#g-navigation .active .g-menu-item-container:hover {
  color: #00543b;
}
#g-navigation .g-dropdown {
  background: #ffffff !important;
  border: solid 1px #707070;
}
#g-navigation .g-dropdown .g-menu-item-container:hover {
  background: #5462ad !important;
  color: #ffffff !important;
}
#g-main {
  margin-top: 0px;
  padding-top: 0px;
}
#g-container-main {
  background-color: #ebebeb;
  padding-top: 50px;
}
@media (max-width: 60rem) {
  .shale-logo p {
    font-size: 14px;
  }
}
.g-slideshow-contentBlock {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-desc {
  display: inline-block;
  max-width: 600px;
}
.g-slideshow-button {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.entireParticleLink .circle-image-box {
  margin-bottom: 5px;
}
.entireParticleLink:hover .circle-image-box {
  margin-bottom: 0px;
}
.entireParticleLink:hover .circle-image-box .imgSquareContainer {
  margin-top: 5px;
}
.g-video-feature {
  text-align: left;
}
.g-video-feature-link {
  background-color: #ba005b;
  border-radius: 0px;
  display: block;
  margin: auto;
}
.g-video-feature-link:hover {
  background-color: #a1004f;
}
.page-bulk-intro .intro {
  font-size: 18px;
  margin-bottom: -12px;
  font-weight: bold;
}
.page-bulk-intro .title {
  font-weight: 400;
  font-size: 26px;
  color: #5462ad;
  margin-top: 0px;
}
/* #### BORDER WIDTHS */
.bw0 {
  border-width: 0px;
}
.bw1 {
  border-width: 1px;
}
.bw2 {
  border-width: 2px;
}
.bw3 {
  border-width: 3px;
}
.bw4 {
  border-width: 4px;
}
.bw5 {
  border-width: 5px;
}
.bw6 {
  border-width: 6px;
}
.bw8 {
  border-width: 8px;
}
.bw10 {
  border-width: 10px;
}
/* #### BORDER RADIUS' */
.br5 {
  border-radius: 5px;
}
.br10 {
  border-radius: 10px;
}
.br20 {
  border-radius: 20px;
}
/* #### FONT SIZE */
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.f80 {
  font-size: 80px;
}
.f90 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 38px;
  }
  .f60 {
    font-size: 48px;
  }
  .f72 {
    font-size: 52px;
  }
  .f80 {
    font-size: 58px;
  }
  .f90 {
    font-size: 62px;
  }
}
/*max width 768*/
@media (max-width: 480px) {
  .f24 {
    font-size: 18px;
  }
  .f28 {
    font-size: 22px;
  }
  .f36 {
    font-size: 30px;
  }
  .f48 {
    font-size: 34px;
  }
  .f60 {
    font-size: 36px;
  }
  .f72 {
    font-size: 38px;
  }
  .f80 {
    font-size: 40px;
  }
  .f90 {
    font-size: 44px;
  }
}
/*max width 480*/
.padSmall {
  padding: 5px 10px 5px 10px !important;
}
.padMedium {
  padding: 10px 20px 10px 20px !important;
}
.padLarge {
  padding: 15px 40px 15px 40px !important;
}
#home-page #g-container-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
#shop-page .sortPagiBar, #cart-page .sortPagiBar {
  display: none;
}
#shop-page input, #cart-page input {
  border-radius: 0px;
  border: none;
}
#shop-page a, #cart-page a {
  color: #00a173;
}
#shop-page a:hover, #cart-page a:hover {
  color: #ba005b;
}
#shop-page h1, #cart-page h1 {
  color: #5462ad;
  margin-top: 0px;
  margin-bottom: 0px;
}
#shop-page h5, #cart-page h5 {
  font-size: 20px !important;
}
#shop-page hr, #cart-page hr {
  margin-top: 0px;
}
#shop-page #g-container-main, #cart-page #g-container-main {
  padding-top: 25px;
}
#shop-page .shop-breadcrumbs .g-content, #shop-page .shop-breadcrumbs .breadcrumb, #cart-page .shop-breadcrumbs .g-content, #cart-page .shop-breadcrumbs .breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: transparent;
}
#shop-page .shop-breadcrumbs .g-content .divider, #shop-page .shop-breadcrumbs .breadcrumb .divider, #cart-page .shop-breadcrumbs .g-content .divider, #cart-page .shop-breadcrumbs .breadcrumb .divider {
  display: none;
}
#shop-page .eshop-quantity .btn, #cart-page .eshop-quantity .btn {
  background-color: #00a173;
  background-image: none !important;
  color: #ffffff;
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 30px;
  font-size: 18px;
}
#shop-page .eshop-quantity .btn:hover, #cart-page .eshop-quantity .btn:hover {
  background-color: #00bb85;
}
#shop-page .eshop-quantity input, #cart-page .eshop-quantity input {
  height: 19px !important;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 767px) {
  #shop-page #products-list .eshop-buttons, #cart-page #products-list .eshop-buttons {
    position: initial;
    display: block;
    padding-right: 15px;
  }
  #shop-page #products-list .ajax-block-product.spanbox, #cart-page #products-list .ajax-block-product.spanbox {
    margin: 0 0 25px;
    border-bottom: solid 1px #afafaf;
    padding-bottom: 25px;
  }
  #shop-page .list #products-list .clearfix:first-of-type .ajax-block-product:first-of-type .eshop-image-block, #cart-page .list #products-list .clearfix:first-of-type .ajax-block-product:first-of-type .eshop-image-block {
    width: 50%;
  }
  #shop-page .list #products-list .clearfix:first-of-type .ajax-block-product:first-of-type .eshop-buttons, #cart-page .list #products-list .clearfix:first-of-type .ajax-block-product:first-of-type .eshop-buttons {
    display: block;
    text-align: left;
    margin-top: 0px;
    padding-left: 10px;
  }
  #shop-page .product-info, #cart-page .product-info {
    border-bottom: solid 1px #afafaf;
    margin-bottom: 25px;
  }
  #shop-page #product-description-custom, #cart-page #product-description-custom {
    margin-top: 0px;
  }
  #shop-page #cards-from, #cart-page #cards-from {
    font-size: 20px;
    font-weight: bold;
  }
  #shop-page .tabbable, #cart-page .tabbable {
    display: none;
  }
}
#cart-page .btn {
  background: transparent;
  border: solid 1px #00a173;
  color: #00a173;
}
#cart-page .btn:hover {
  background: rgba(10, 10, 10, 0.15);
}
.if-art-collection .price-block {
  text-align: center;
}
.if-art-collection .price-block .price {
  font-weight: bold;
  font-size: 22px;
}
.if-art-collection .price-block #view-card {
  color: #ffffff !important;
}
.if-art-collection .btn {
  border-radius: 5px !important;
  background: #5462ad;
  -webkit-appearance: none;
  border: none;
}
.if-art-collection .input-append.input-prepend {
  margin-bottom: 0px;
}
.if-art-collection #view-card {
  margin-top: 10px;
  background: #ba005b;
}
.eshop-product-desc {
  font-size: 12pt !important;
}
#update-cart, .btn-primary {
  background-color: #00a173 !important;
  color: #ffffff !important;
  font-size: 20px;
  border: none !important;
  padding: 10px !important;
  text-align: center;
}
#update-cart:hover, .btn-primary:hover {
  opacity: 0.8;
}
#apply-coupon, #get-quotes {
  padding: 5px !important;
  font-size: 1rem;
}
#coupon_code {
  max-width: 500px;
}
#colorbox .control-group .btn-primary, #colorbox .control-group .btn-info, #colorbox .control-group .btn-success, #colorbox .control-group .btn-danger {
  background: transparent !important;
  padding: 10px !important;
  font-size: 14px;
  color: #00a173 !important;
  border: solid 1px #00a173 !important;
}
.art-collection-main .grid .eshop-image-block {
  padding: 5px;
}
.art-collection-main .grid h5 {
  font-size: 20px !important;
  margin-top: -5px;
}
.art-collection-main .grid .eshop-product-price {
  margin-top: -15px;
  margin-bottom: -15px;
}
.art-collection-main .grid .eshop-info-block p, .art-collection-main .grid .eshop-info-block ul, .art-collection-main .grid .eshop-info-block h1, .art-collection-main .grid .eshop-info-block h2, .art-collection-main .grid .eshop-info-block h3, .art-collection-main .grid .eshop-info-block h4, .art-collection-main .grid .eshop-info-block span, .art-collection-main .grid .eshop-info-block li {
  display: none;
}
#view-card {
  display: none !important;
}
.btn-primary {
  padding: 5px !important;
  background-color: #5462ad !important;
  font-size: 16px !important;
}
.footer-left-contact {
  max-width: 230px;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .footer-left-contact {
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media only all and (max-width: 30rem) {
  .footer-left-contact {
    text-align: center;
    display: block;
    margin: auto;
  }
}
.footer-left-contact .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.footer-left-contact .phone {
  margin-top: 0px;
}
.footer-left-contact .phone a {
  color: #00a173;
  font-size: 30px;
  font-weight: strong;
}
.footer-left-contact .shopping {
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.footer-left-contact .shopping i {
  font-size: 36px;
  color: #959595;
}
.footer-left-contact .shopping i:hover {
  color: #00a173;
}
.footer-social {
  text-align: center;
}
.footer-social p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: bold;
}
.footer-social ul {
  dispay: block;
  margin: auto;
  margin-top: 0px;
}
.footer-social ul li {
  display: inline-block;
  padding: 5px;
  font-size: 36px;
}
.footer-social ul li a {
  color: #959595 !important;
}
.footer-social ul li a:hover {
  color: #ba005b !important;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #footer-menu {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  #footer-menu {
    display: none;
  }
}
#footer-menu .g-menu-parent-indicator {
  display: none !important;
}
#footer-menu .g-main-nav {
  text-align: center;
}
#footer-menu .g-main-nav .g-menu-item .g-menu-item-container {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 0px;
}
#footer-menu .g-main-nav .g-menu-item .g-menu-item-container .g-menu-item-content {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 20px;
}
#footer-menu .g-main-nav .g-menu-item .g-menu-item-container .g-menu-item-content:hover {
  color: #959595;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #footer-menu .g-main-nav .g-menu-item .g-menu-item-container .g-menu-item-content {
    font-size: 18px !important;
  }
}
#footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container .g-menu-item-title {
    font-size: 16px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container .g-menu-item-title {
    font-size: 14px;
  }
}
#footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container .g-menu-item-content {
  font-weight: initial;
  font-size: 18px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container .g-menu-item-content {
    font-size: 14px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #footer-menu .g-main-nav .g-menu-item ul .g-menu-item-container .g-menu-item-content {
    font-size: 14px;
  }
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
  display: none;
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
  display: none;
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
  height: 30px;
  border: none;
  border-radius: 0px;
  padding: 2px 10px 2px 10px;
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mc-embedded-subscribe {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  font-weight: bold;
  background: #ba005b;
}
#newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mc-embedded-subscribe:hover {
  background: #d40067;
}
#g-footer .g-toplevel #mc_embed_signup {
  display: none;
}
#payment-address .checkout-heading {
  background-color: #5462ad;
  color: #ffffff;
}
#payment-address .checkout-heading span {
  color: rgba(255, 255, 255, 0.75) !important;
}
.completed {
  background-color: #00a173 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.active-step {
  background-color: #5462ad;
  color: rgba(255, 255, 255, 0.75) !important;
}
.checkout-heading a {
  float: none;
  text-align: left;
  color: #ffffff !important;
}
.checkout-heading a::before {
  content: "| ";
  margin-right: 10px;
  margin-left: 25px;
}
.checkout-heading a:hover {
  opacity: 0.6;
}
.checkout-heading a i {
  margin-right: 5px;
}
.checkout-content div.no_margin_left:last-of-type {
  float: none !important;
  display: block !important;
  margin: auto !important;
}
#payment-address .checkout-content .no_margin_right {
  text-align: center !important;
}
input[value="Continue"], #button-confirm {
  background-color: #00a173 !important;
  color: #ffffff !important;
  font-size: 20px;
  border: none !important;
  padding: 10px !important;
  float: none !important;
  display: block;
  margin: auto;
  margin-left: 45% !important;
  text-align: center;
}
input[value="Continue"]:hover, #button-confirm:hover {
  opacity: 0.8;
}
#card_holder_name {
  max-width: 500px;
}
#terms-and-conditions-check {
  width: 20px;
  height: 20px;
}
.cart-info #terms-and-conditions-check, .cart-info label[for="terms-and-conditions-check"] {
  display: inline-block;
  font-size: 18px !important;
}
/*# sourceMappingURL=custom_36.css.map */