@charset "utf-8";
/*---------------------------------------------------
Project:		MARTIS DRUPAL THEME
---------------------------------------------------*/


.btn, .btn-white, .btn-theme, input[type='submit'] {
  background: #6FAF77;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 24px 9px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.btn:hover, .btn:focus, .btn:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active {
  color: #fff;
  background: #90c196;
}
.btn .button--inverted, .btn-white .button--inverted, .btn-theme .button--inverted, input[type='submit'] .button--inverted {
  background: none;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #e0e0e0;
  color: #000;
}


.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

.gbb-row-wrapper .icon-row {
  color: #6FAF77;
}

.container {
  max-width: 100%;
}
.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bb-container.full-screen .bb-inner {
  padding: 0 !important;
}
.bb-container.full-screen > .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.gbb-row.gsc-equal-height .row-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gbb-row.gsc-equal-height .row-wrapper::before, .gbb-row.gsc-equal-height .row-wrapper::after {
  display: none;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::before, .gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::after {
  content: " ";
  display: table;
}
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner > * {
    min-height: 1em;
  }
}
.gbb-row.gsc-equal-height .column-content-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gbb-row.gsc-equal-height .content-top .column-content-inner {
  top: 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gbb-row.row-border .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {
  display: none !important;
}
.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none;
}

.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

.gavias-blockbuilder-content {
  position: relative;
}
.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  background: #6FAF77;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}
.gavias-blockbuilder-content .link-edit-blockbuider:hover, .gavias-blockbuilder-content .link-edit-blockbuider:focus, .gavias-blockbuilder-content .link-edit-blockbuider:active {
  color: #fff;
}

@media (max-width: 991px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 30px !important;
  }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 30px !important;
  }
}
.gbb-row .bb-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .gbb-row .bb-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}
.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}
.gbb-row .bb-inner.remove_padding_col .bb-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gbb-row .bb-inner.remove_padding_col .bb-container .row > .row-wrapper > div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gbb-row .bb-inner.remove_padding_top {
  padding-top: 0 !important;
}
.gbb-row .bb-inner.remove_padding_bottom {
  padding-bottom: 0 !important;
}

.widget {
  /******************** Block for drupal ***********************/
  /********************* Custom heading *************************/
  /********************** Call to action **************************/
  /**************** Team ************************/
  /******************** Chart *****************************/
  /************* Icon Box **********************/
  /******************** Video Box **************************/
  /*************** Milestone ***************/
  /***********************************************/
}
.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
  display: none !important;
}
.widget.gsc-block-drupal.title-align-center .block-title {
  text-align: center;
}
.widget.gsc-block-drupal.title-align-left .block-title {
  text-align: left;
}
.widget.gsc-block-drupal.title-align-right .block-title {
  text-align: right;
}
.widget.gsc-block-drupal.text-light div {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-title {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-content *:after, .widget.gsc-block-drupal.text-light .block-inner .block-content *:before, .widget.gsc-block-drupal.text-light .block-inner .block-content div:after, .widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
  color: rgba(255, 255, 255, 0.2);
}
.widget.gsc-block-drupal.remove-margin-on .block {
  margin-bottom: 0 !important;
}
.widget.gsc-heading {
  padding: 5px 0 30px;
  display: block;
  width: 100%;
}
.widget.gsc-heading:before, .widget.gsc-heading:after {
  content: " ";
  display: table;
}
.widget.gsc-heading:after {
  clear: both;
}
.widget.gsc-heading .title {
  font-weight: 700;
  margin: 0;
  position: relative;
  color: #000;
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.widget.gsc-heading .title strong {
  color: #6FAF77 !important;
}
.widget.gsc-heading .sub-title {
  font-size: 14px;
  color: #6FAF77;
  text-transform: uppercase;
  font-weight: 700;
}
.widget.gsc-heading .title-icon {
  color: #6FAF77;
}
.widget.gsc-heading .title-icon i {
  font-size: 22px;
}
.widget.gsc-heading .title-icon i.fa {
  margin-top: 5px;
}
.widget.gsc-heading .title-icon span {
  position: relative;
  padding: 0 5px;
}
.widget.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  line-height: 28px;
  font-size: 16px;
  color: #878787;
  padding-top: 5px;
}
.widget.gsc-heading.align-center {
  text-align: center;
}
.widget.gsc-heading.align-center .title-icon {
  color: #6FAF77;
  margin-bottom: 10px;
}
.widget.gsc-heading.align-center .title-icon span {
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  padding: 15px;
  display: inline-block;
  line-height: 28px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-heading.align-center .heading-line {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget.gsc-heading.align-left {
  text-align: left;
}
.widget.gsc-heading.align-left .title-desc {
  float: left;
}
.widget.gsc-heading.align-left .heading-line {
  left: 0;
  margin: 0;
}
.widget.gsc-heading.align-right {
  text-align: right;
}
.widget.gsc-heading.align-right .title-desc {
  float: right;
}
.widget.gsc-heading.align-right .heading-line {
  right: 0;
  left: auto;
  margin: 0;
}
.widget.gsc-heading.style-2 {
  padding: 10px 0 20px;
  max-width: 800px;
  margin: 0 auto;
}
.widget.gsc-heading.style-2 .title {
  font-size: 38px;
}
.widget.gsc-heading.style-2.align-left {
  padding-right: 15px;
}
.widget.gsc-heading.style-3 {
  max-width: 700px;
  margin: 0 auto;
}
.widget.gsc-heading.style-3 .title {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0;
  margin-bottom: 0;
}
.widget.gsc-heading.style-3 .title-desc {
  padding-top: 10px;
}
.widget.gsc-heading.style-3.text-light .title-desc {
  color: #fff !important;
}
.widget.gsc-heading.style-4 {
  padding: 30px 0;
  max-width: 600px;
}
.widget.gsc-heading.style-4 .title-desc {
  font-size: 16px;
}
.widget.text-light .title-sub {
  color: #fff;
}
.widget.text-light .title {
  color: #fff;
}
.widget.text-light .title-sub span {
  color: rgba(255, 255, 255, 0.9);
}
.widget.text-light .heading-line {
  background: #fff;
}
.widget.text-light .title-icon span:after, .widget.text-light .title-icon span:before {
  background: rgba(255, 255, 255, 0.1);
}
.widget.text-light .title-desc {
  color: #CCCCCC;
}
.widget.text-light .line:after, .widget.text-light .line:before {
  background: rgba(255, 255, 255, 0.6);
}
.widget.gsc-call-to-action .title {
  font-weight: 700;
}
.widget.gsc-call-to-action.button-right {
  position: relative;
}
.widget.gsc-call-to-action.button-right .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-right .content {
  padding-right: 120px;
}
.widget.gsc-call-to-action.button-right .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-right .button-action {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.widget.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}
.widget.gsc-call-to-action.button-left .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-left .content {
  padding-left: 120px;
}
.widget.gsc-call-to-action.button-left .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
.widget.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}
.widget.gsc-call-to-action.button-bottom .title {
  font-size: 42px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 44px;
}
.widget.gsc-call-to-action.button-bottom .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #6FAF77;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.widget.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}
.widget.gsc-call-to-action.button-bottom.text-light .title:after {
  background: #fff;
}
.widget.gsc-call-to-action.button-center {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  margin-bottom: 0 !important;
  text-align: center;
  margin: 0 auto;
}
.widget.gsc-call-to-action.button-center .title {
  font-size: 40px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 52px;
  margin-top: 0;
}
.widget.gsc-call-to-action.button-center .title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #6FAF77;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  z-index: 1;
  position: absolute;
}
.widget.gsc-call-to-action.button-center .desc {
  font-size: 18px;
}
.widget.gsc-call-to-action.button-center .button-action {
  margin-top: 30px;
}
.widget.gsc-call-to-action.button-center.text-light .title:after {
  background: #fff;
}
.widget.gsc-call-to-action.has-background {
  padding: 35px;
  margin-bottom: 30px;
}
.widget.gsc-call-to-action.has-background .title {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}
.widget.gsc-call-to-action.has-background .title:after {
  display: none;
}
.widget.gsc-call-to-action.has-background.button-right .button-action {
  right: 30px;
}
.widget.gsc-call-to-action.text-light .content {
  color: #fff;
}
.widget.gsc-call-to-action.text-light .content .title {
  color: #fff;
}
.widget.gsc-call-to-action.text-light .content .desc * {
  color: rgba(255, 255, 255, 0.8);
}
.widget.gsc-call-to-action.text-light .subtitle {
  color: #fff;
}
.widget.gsc-call-to-action .video-body {
  margin-top: 20px;
}
.widget.gsc-call-to-action .video-body .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  background-size: contain;
  -webkit-background-size: contain;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #6FAF77;
  line-height: 60px;
  text-align: center;
  padding-left: 3px;
}
.widget.gsc-call-to-action .video-body .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-call-to-action .video-body .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.widget.gsc-team .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.widget.gsc-team .social-icons a:hover {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.widget.gsc-team .team-name {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 15px;
  position: relative;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.widget.gsc-team .team-position {
  text-transform: capitalize;
  color: #6FAF77;
  font-weight: 400;
  font-size: 13px;
}
.widget.gsc-team .team-info {
  margin: 15px 0;
}
.widget.gsc-team.team-horizontal {
  margin-top: 50px;
}
.widget.gsc-team.team-horizontal .team-header {
  position: relative;
  overflow: hidden;
}
.widget.gsc-team.team-horizontal .team-header img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}
.widget.gsc-team.team-horizontal .team-header .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.widget.gsc-team.team-horizontal .team-header .box-hover .content-inner {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.widget.gsc-team.team-horizontal .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}
.widget.gsc-team.team-horizontal .team-header .social-list a:last-child {
  margin-right: 0;
}
.widget.gsc-team.team-horizontal .team-header .social-list a:hover {
  color: #6FAF77 !important;
}
.widget.gsc-team.team-horizontal .team-name {
  font-size: 14px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  padding: 0 0 12px;
  position: relative;
  font-weight: 800;
}
.widget.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #6FAF77;
  width: 45px;
  height: 1px;
  position: absolute;
}
.widget.gsc-team.team-horizontal:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.gsc-team.team-horizontal:hover .team-header img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.widget.gsc-team.team-vertical {
  margin-bottom: 30px;
  position: relative;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget.gsc-team.team-vertical .team-header {
  overflow: hidden;
  position: relative;
}
.widget.gsc-team.team-vertical .team-header img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}
.widget.gsc-team.team-vertical .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}
.widget.gsc-team.team-vertical .social-list a:last-child {
  margin-right: 0;
}
.widget.gsc-team.team-vertical .social-list a:hover {
  color: #000 !important;
}
.widget.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #fff;
}
.widget.gsc-team.team-vertical .team-position {
  color: #fff;
}
.widget.gsc-team.team-vertical .team-content {
  color: #fff;
}
.widget.gsc-team.team-vertical .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.widget.gsc-team.team-vertical .box-hover .team-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.gsc-team.team-vertical .team-body {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-team.team-vertical .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.gsc-team.team-vertical .team-body .info {
  padding: 20px 15px;
  position: relative;
  margin-top: -35px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 99;
  background: #6FAF77;
}
.widget.gsc-team.team-vertical:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.gsc-team.team-circle .team-header, .widget.gsc-team.team-circle .box-hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-chart {
  text-align: center;
}
.widget.gsc-chart .easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
.widget.gsc-chart .easyPieChart:last-child {
  margin-right: 0;
}
.widget.gsc-chart .easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget.gsc-chart .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.widget.gsc-chart .content {
  text-align: center;
}
.widget.gsc-chart .content > div {
  display: block;
}
.widget.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}
.widget.gsc-chart .content .title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #000;
}
.widget.gsc-icon-box {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-icon-box:before, .widget.gsc-icon-box:after {
  content: " ";
  display: table;
}
.widget.gsc-icon-box:after {
  clear: both;
}
.widget.gsc-icon-box.icon-image.left {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .widget.gsc-icon-box.icon-image.left {
    padding-right: 0;
  }
}
.widget.gsc-icon-box.icon-image .fa-1x {
  display: block;
  width: 24px;
}
.widget.gsc-icon-box.icon-image .fa-2x {
  display: block;
  width: 32px;
}
.widget.gsc-icon-box.icon-image .fa-3x {
  display: block;
  width: 64px;
}
.widget.gsc-icon-box.icon-image .fa-4x {
  display: block;
  width: 96px;
}
.widget.gsc-icon-box .highlight_content {
  margin-top: 5px;
}
.widget.gsc-icon-box .highlight_content .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 600;
}
.widget.gsc-icon-box .highlight_content .desc p {
  margin-bottom: 0;
}
.widget.gsc-icon-box .highlight-icon .icon-container {
  text-align: center;
  line-height: 1;
  position: relative;
}
.widget.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
}
.widget.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 2.4em !important;
  width: 2.4em;
  height: 2.4em;
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-black {
  color: #000;
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container:after {
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
  background: #222222;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
  background: #6FAF77;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container {
  background: transparent;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-black .icon {
  color: #222222;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-theme .icon {
  color: #6FAF77;
}
.widget.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
  border-color: #222222;
}
.widget.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
  border-color: #6FAF77;
}
.widget.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
  color: #6FAF77;
}
.widget.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container:after {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: #fff;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon {
  color: #fff;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.021);
  -ms-transform: scale(1.021);
  -o-transform: scale(1.021);
  transform: scale(1.021);
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-black:after {
  background: #222222;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-white .icon {
  color: #6FAF77;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-theme:after {
  background: #6FAF77;
}
.widget.gsc-icon-box.top-center {
  text-align: center;
}
.widget.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
  padding-right: 0 !important;
}
.widget.gsc-icon-box.top-center .highlight-icon .icon-container {
  display: inline-block;
}
.widget.gsc-icon-box.top-center .title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.widget.gsc-icon-box.top-center .title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
.widget.gsc-icon-box.top-center .highlight_content {
  text-align: center;
}
.widget.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  font-weight: 400;
  text-transform: normal;
}
.widget.gsc-icon-box.top-left {
  text-align: left;
}
.widget.gsc-icon-box.top-right {
  text-align: right;
}
.widget.gsc-icon-box.top-right .title {
  padding: 5px 0;
}
.widget.gsc-icon-box.top-right .highlight-icon {
  width: 100%;
  text-align: right;
}
.widget.gsc-icon-box.top-right .highlight-icon .icon-container {
  display: inline-block;
}
.widget.gsc-icon-box.top-left-title .title-inner, .widget.gsc-icon-box.top-right-title .title-inner {
  display: table;
  margin-bottom: 15px;
}
.widget.gsc-icon-box.top-left-title .title-inner .highlight-icon, .widget.gsc-icon-box.top-right-title .title-inner .highlight-icon {
  display: table-cell;
  vertical-align: top;
}
.widget.gsc-icon-box.top-left-title .title-inner .title, .widget.gsc-icon-box.top-right-title .title-inner .title {
  display: table-cell;
  vertical-align: middle;
}
.widget.gsc-icon-box.top-left-title .highlight-icon {
  padding-right: 15px;
}
.widget.gsc-icon-box.top-right-title {
  text-align: right;
}
.widget.gsc-icon-box.top-right-title:before, .widget.gsc-icon-box.top-right-title:after {
  content: " ";
  display: table;
}
.widget.gsc-icon-box.top-right-title:after {
  clear: both;
}
.widget.gsc-icon-box.top-right-title .title-inner {
  float: right;
}
.widget.gsc-icon-box.top-right-title .highlight-icon {
  padding-left: 15px;
}
.widget.gsc-icon-box.top-right-title .desc {
  float: right;
  width: 100%;
}
.widget.gsc-icon-box.right, .widget.gsc-icon-box.left {
  display: table;
}
.widget.gsc-icon-box.right .highlight-icon, .widget.gsc-icon-box.left .highlight-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
}
.widget.gsc-icon-box.right .highlight_content, .widget.gsc-icon-box.left .highlight_content {
  display: table-cell;
  vertical-align: top;
}
.widget.gsc-icon-box.right {
  text-align: right;
}
.widget.gsc-icon-box.right .highlight-icon {
  padding-left: 20px;
}
.widget.gsc-icon-box.left {
  text-align: left;
}
.widget.gsc-icon-box.left .highlight-icon {
  padding-right: 20px;
}
.widget.gsc-icon-box.text-light .title {
  color: #fff;
}
.widget.gsc-icon-box.text-light .title:after {
  background: #fff;
}
.widget.gsc-icon-box.text-light .title a {
  color: #fff;
}
.widget.gsc-icon-box.text-light .title a:hover {
  color: #6FAF77;
}
.widget.gsc-icon-box.text-light .desc {
  color: rgba(255, 255, 255, 0.8);
}
.widget.gsc-icon-box.box-background {
  padding: 30px 30px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.gsc-icon-box.box-background.active, .widget.gsc-icon-box.box-background:hover, .widget.gsc-icon-box.box-background:focus, .widget.gsc-icon-box.box-background:active {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.widget.gsc-video-box {
  position: relative;
  margin: 0 auto;
}
.widget.gsc-video-box .video-inner {
  position: relative;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.widget.gsc-video-box .video-inner .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.widget.gsc-video-box .video-inner .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  width: 85px;
  height: 85px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #6FAF77;
  line-height: 85px;
  text-align: center;
  padding-left: 3px;
}
.widget.gsc-video-box .video-inner .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-video-box .video-inner .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.widget.gsc-video-box .video-inner #gsc-video-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.widget.gsc-video-box .video-inner #gsc-video-overlay:hover .video-close {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.widget.gsc-video-box .video-inner .loaded {
  max-width: 100%;
}
.widget.gsc-video-box .video-inner .video-close {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: block;
  text-align: center;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.5;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.gsc-video-box .video-content {
  text-align: center;
  max-width: 600px;
  margin: 20px auto 0;
}
.widget.gsc-video-box .video-content .video-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.widget.milestone-block {
  display: inline-block;
  margin-right: 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.milestone-block .milestone-icon {
  float: left;
  text-align: center;
  position: relative;
}
.widget.milestone-block .milestone-icon span {
  font-size: 32px;
  color: #727272;
}
.widget.milestone-block .milestone-number {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 10px 0;
}
.widget.milestone-block .milestone-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.widget.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 30px 0;
}
.widget.milestone-block.position-icon-top .milestone-icon {
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
.widget.milestone-block.position-icon-top .milestone-icon span.fa {
  padding-top: 3px;
}
.widget.milestone-block.position-icon-top .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}
.widget.milestone-block.position-icon-left {
  width: 100%;
  margin-right: 0 !important;
}
.widget.milestone-block.position-icon-left .milestone-icon {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  padding-top: 0px;
}
.widget.milestone-block.position-icon-left .milestone-icon span {
  font-size: 38px !important;
  color: #6FAF77;
}
.widget.milestone-block.position-icon-left .milestone-right {
  float: left;
  text-align: left;
  padding-left: 15px;
  margin-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.milestone-block.position-icon-left .milestone-number {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}
.widget.milestone-block.position-icon-left .milestone-text {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
}
.widget.milestone-block[style*="background-color"] {
  padding: 50px 20px;
}
@media (max-width: 991px) {
  .widget.milestone-block[style*="background-color"] {
    padding: 30px 20px;
  }
}
.widget.milestone-block.text-light .milestone-number, .widget.milestone-block.text-light .milestone-text {
  color: #fff !important;
}
.widget.milestone-block.text-light .milestone-icon span {
  border-color: #fff;
  color: #fff;
}
.widget.gsc-progress {
  position: relative;
}
.widget.gsc-progress.text-light .progress-label {
  color: #fff;
}

.gsc-box-info {
  position: relative;
  font-size: 12px;
  color: #bbbbbb;
}
.gsc-box-info .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.gsc-box-info .address {
  margin-bottom: 15px;
}
.gsc-box-info .email {
  margin-bottom: 15px;
}
.gsc-box-info .phone {
  margin-bottom: 15px;
  color: #6FAF77;
}
.gsc-box-info.text-light .title {
  color: #fff;
}

.gsc-box-parallax {
  position: relative;
  margin-bottom: 80px;
}
.gsc-box-parallax .image {
  border: 5px solid #fff;
}
.gsc-box-parallax .col-first {
  width: 58%;
  float: right;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-first {
    width: 100% !important;
  }
}
.gsc-box-parallax .col-second {
  padding: 20px 30px 30px;
  background: #fff;
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 9;
  height: 80%;
  left: 0;
}
.gsc-box-parallax .col-second .content-inner {
  position: relative;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-second {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    float: left;
  }
  .gsc-box-parallax .col-second:before, .gsc-box-parallax .col-second:after {
    content: " ";
    display: table;
  }
  .gsc-box-parallax .col-second:after {
    clear: both;
  }
}
.gsc-box-parallax .content-inner .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.gsc-box-parallax .content-inner .title {
  font-size: 26px;
  margin-bottom: 10px;
}
.gsc-box-parallax .content-inner .title h3 {
  margin: 0;
  font-size: 20px;
}
.gsc-box-parallax .content-inner .readmore {
  margin-top: 30px;
}
.gsc-box-parallax.content-align-right .col-first {
  float: left;
  text-align: right;
}
.gsc-box-parallax.content-align-right .col-second {
  right: 0;
  left: auto;
}

.gsc-hover-background {
  position: relative;
  background: #F5F5F5;
  padding: 85px 0;
  margin-bottom: 30px;
}
.gsc-hover-background .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gsc-hover-background .front .icon {
  line-height: 1;
  font-size: 42px;
  color: #6FAF77;
}
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: -1px;
}
.gsc-hover-background .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.gsc-hover-background .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
}
.gsc-hover-background .back .content {
  color: #fff;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.gsc-hover-background .back .content .content-text {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}
.gsc-hover-background:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-hover-background:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gsc-quote {
  position: relative;
  padding-top: 125px;
}
.gsc-quote:after {
  position: absolute;
  content: "";
  background: url("../images/testimonial-icon.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50px;
  z-index: 1;
}
.gsc-quote .content {
  line-height: 28px;
}
.gsc-quote .signature {
  margin-top: 60px;
}
.gsc-quote .position {
  margin-top: 25px;
}

.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
}
.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 20px;
  color: #6FAF77;
}
.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999999;
}
.gsc-quote-text.has-border {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  margin-top: 20px;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.gsc-gmap {
  position: relative;
}
.gsc-gmap.style-1 {
  margin-bottom: -10px;
}
.gsc-gmap.style-1 iframe {
  width: 100% !important;
  pointer-events: none;
}
.gsc-gmap.style-1 .info-inner {
  padding: 45px 30px;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 20%;
  width: 375px;
  z-index: 99;
  background: #fff;
}
@media (max-width: 1199px) {
  .gsc-gmap.style-1 .info-inner {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .gsc-gmap.style-1 .info-inner {
    position: static;
  }
}
.gsc-gmap.style-1 .info-inner .info-item {
  margin-bottom: 15px;
}
.gsc-gmap.style-2 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 {
    margin-top: 30px;
  }
}
.gsc-gmap.style-2 .info-inner {
  padding: 60px 75px 60px 35px;
  position: absolute;
  top: -70px;
  bottom: -70px;
  width: 360px;
  z-index: 99;
  border: 5px solid #6FAF77;
  z-index: 9;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 .info-inner {
    margin: 20px 0;
    position: static;
    width: 100%;
    float: left;
  }
}
.gsc-gmap.style-2 .map-content {
  position: relative;
  z-index: 99;
  width: 65%;
  float: right;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 .map-content {
    position: static;
    width: 100%;
  }
}
.gsc-gmap.style-2 .map-content iframe {
  width: 100%;
  pointer-events: none;
}

.gsc-button {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}
.gsc-button.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gsc-button.radius-5x {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}
.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}
.gsc-button.medium {
  font-size: 12px;
  padding: 12px 35px;
}
.gsc-button.large {
  font-size: 14px;
  padding: 18px 60px;
}
.gsc-button.extra-large {
  font-size: 14px;
  padding: 20px 60px;
}

.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.gsc-accordion .panel-group.skin-dark {
  background: #FAFAFA;
}
.gsc-accordion .panel-group.skin-dark .panel {
  background: #FAFAFA;
  border-bottom: 1px solid #e2e2e2 !important;
}
.gsc-accordion .panel-group.skin-dark .panel .panel-title {
  background: #FAFAFA !important;
}
.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
  background: none !important;
}
.gsc-accordion .panel-group.skin-dark .panel:last-child {
  border-bottom: none !important;
}
.gsc-accordion .panel-group.skin-white-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 18px !important;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a {
  padding-left: 24px;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  left: 0;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}
.gsc-accordion .panel-group.skin-white-border .panel:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.service-timeline .hentry {
  position: relative;
}
.service-timeline .hentry .icon {
  font-size: 22px;
  color: #6FAF77;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.service-timeline .hentry .hentry-box {
  -webkit-box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  .service-timeline .hentry {
    padding-left: 70px !important;
  }
  .service-timeline .hentry .icon {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .service-timeline .hentry .content-inner {
    padding-left: 15px !important;
  }
}
.service-timeline:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  left: 50%;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  margin-top: -10px;
  height: 100%;
}
@media (max-width: 991px) {
  .service-timeline:before {
    left: 0;
  }
}
.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.service-timeline > li.active .icon {
  background: #6FAF77 !important;
  color: #fff !important;
}
.service-timeline > li:last-child {
  padding-bottom: 110px;
}
.service-timeline > li .hentry {
  width: 50%;
}
@media (max-width: 991px) {
  .service-timeline > li .hentry {
    padding-left: 40px;
    width: 100%;
    float: left;
    clear: left;
  }
}
.service-timeline > li:nth-child(even) .hentry {
  float: left;
  clear: left;
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  .service-timeline > li:nth-child(even) .hentry {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
}
.service-timeline > li:nth-child(even) .hentry .icon {
  right: -35px;
}
@media (max-width: 991px) {
  .service-timeline > li:nth-child(even) .hentry .icon {
    left: -35px;
    right: auto;
  }
}
.service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
  padding-right: 10px;
}
@media (max-width: 991px) {
  .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
    padding-left: 10px;
    padding-right: 0;
  }
}
.service-timeline > li:nth-child(odd) .hentry {
  float: right;
  clear: right;
  padding-left: 50px;
  text-align: left;
}
.service-timeline > li:nth-child(odd) .hentry .icon {
  left: -35px;
}
.service-timeline > li:nth-child(odd) .hentry .hentry-box .content-inner {
  padding-left: 10px;
}
.service-timeline > li .hentry {
  position: relative;
}
.service-timeline > li .hentry .icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.service-timeline > li .hentry .title {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.gsc-image-content {
  position: relative;
  margin-bottom: 30px;
}
.gsc-image-content .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gsc-image-content .image img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}
.gsc-image-content .content .title {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 10px;
}
.gsc-image-content .action a {
  color: #6FAF77;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
}
.gsc-image-content .action a:hover, .gsc-image-content .action a:active, .gsc-image-content .action a:focus {
  text-decoration: underline;
}
.gsc-image-content.skin-v2 {
  position: relative;
}
.gsc-image-content.skin-v2 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-image-content.skin-v2 .content .title {
  padding: 0;
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.gsc-image-content.skin-v2 .content .desc {
  color: #fff;
  font-weight: 400;
  padding: 6px 0;
  margin-top: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-image-content.skin-v2 .content .desc p {
  margin-bottom: 0;
}
.gsc-image-content.skin-v2 .content .action {
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
}
.gsc-image-content.skin-v2:hover .content {
  background: rgba(0, 0, 0, 0.8);
}
.gsc-image-content.skin-v2:hover .desc, .gsc-image-content.skin-v2:hover .action {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

.gsc-service-carousel {
  text-align: center;
}
.gsc-service-carousel .item .content-inner {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-service-carousel .item .content-inner .icon {
  font-size: 30px;
  color: #fff;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  display: inline-block;
}
.gsc-service-carousel .item .content-inner .icon a {
  display: block;
}
.gsc-service-carousel .item .content-inner .icon a i {
  color: #fff;
}
.gsc-service-carousel .item .content-inner .icon:after {
  content: '';
  background: #6FAF77;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
}
.gsc-service-carousel .item .content-inner .title a {
  font-weight: 700;
  color: #000;
  line-height: 22px;
  margin-top: 5px;
}
.gsc-service-carousel .item .content-inner .title a a {
  color: #000;
}
.gsc-service-carousel .item .content-inner .title a a:hover {
  color: #6FAF77;
}
.gsc-service-carousel .item .content-inner:hover .icon:after, .gsc-service-carousel .item .content-inner:focus .icon:after, .gsc-service-carousel .item .content-inner:active .icon:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsc-service-carousel .read-more {
  margin-top: 30px;
}

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .column-content.text-quote {
    padding: 20px 20px;
  }
}
.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

.gsc-our-history-carousel .item {
  padding-top: 30px;
  margin-bottom: 45px;
}
.gsc-our-history-carousel .item .content-inner {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  text-align: left;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-our-history-carousel .item .content-inner .year {
  width: 60px;
  height: 60px;
  color: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  background: #6FAF77;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
}
.gsc-our-history-carousel .item .content-inner .title {
  font-size: 16px;
  color: #6FAF77;
  padding: 10px 0;
}
.gsc-our-history-carousel .item .content-inner:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.gsc-our-gallery .item .content-inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.gsc-our-gallery .owl-nav .owl-prev {
  margin-left: 20px !important;
}
.gsc-our-gallery .owl-nav .owl-next {
  margin-right: 20px !important;
}

.gsc-our-history-timeline {
  margin-bottom: 30px;
}
.gsc-our-history-timeline .item {
  position: relative;
  padding-bottom: 20px;
}
.gsc-our-history-timeline .item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #6FAF77;
  position: absolute;
  top: 10px;
  left: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:before {
    left: 70px;
  }
}
.gsc-our-history-timeline .item:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 20px;
  left: 92px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:after {
    left: 72px;
  }
}
.gsc-our-history-timeline .item:last-child:after {
  display: none;
}
.gsc-our-history-timeline .item .year {
  font-size: 18px;
  color: #000;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-weight: 700;
}
.gsc-our-history-timeline .item .content-right {
  padding-left: 150px;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item .content-right {
    padding-left: 100px;
  }
}
.gsc-our-history-timeline .item .content-right .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.gsc-our-history-timeline .item .content-right .description {
  padding-top: 10px;
}

.gsc-our-partners {
  margin-bottom: 45px;
}
.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}
.gsc-our-partners:after {
  clear: both;
}
.gsc-our-partners .image {
  width: 35%;
  float: left;
}
@media (max-width: 400px) {
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
  }
}
.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 400px) {
  .gsc-our-partners .content-inner {
    width: 100%;
  }
}
.gsc-our-partners .content-inner .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}
.gsc-our-partners .content-inner .info .category {
  color: #6FAF77;
}

.gsc-box-download {
  background: #6FAF77;
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}
.gsc-box-download .info .title {
  font-size: 18px;
}
.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}
.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  padding: 15px;
  width: 100%;
}
.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}
.gsc-box-download.horizontal:after {
  clear: both;
}
.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

.gsc-socials.style-1 {
  text-align: center;
}
.gsc-socials.style-1:before, .gsc-socials.style-1:after {
  content: " ";
  display: table;
}
.gsc-socials.style-1:after {
  clear: both;
}
.gsc-socials.style-1 a {
  width: 60px;
  height: 60px;
  color: #6FAF77;
  background: #fff;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-socials.style-1 a:hover, .gsc-socials.style-1 a:active, .gsc-socials.style-1 a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gsc-socials.style-2 {
  margin-bottom: 30px;
}
.gsc-socials.style-2 a {
  color: #727272;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}
.gsc-socials.style-2 a:last-child {
  margin-right: 0;
}
.gsc-socials.style-2 a:hover, .gsc-socials.style-2 a:focus, .gsc-socials.style-2 a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gsc-socials.style-2 a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
  background: #3b5998;
}
.gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
  background: #4099ff;
}
.gsc-socials.style-2 a i.fa-skype {
  background: #12a5f4;
}
.gsc-socials.style-2 a i.fa-dribbble {
  background: #ea4c89;
}
.gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
  background: #0e76a8;
}
.gsc-socials.style-2 a i.fa-apple {
  background: #f2f2f2;
}
.gsc-socials.style-2 a i[class*="fa-pinterest"] {
  background: #c92228;
}
.gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
  background: #d34836;
}
.gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
  background: #c4302b;
}
.gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
  background: #4ebbff;
}
.gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
  background: #35465c;
}
.gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
  background: #126567;
}
.gsc-socials.style-2 a i.fa-instagram {
  background: #e8e2d9;
}
.gsc-socials.style-2 a i.fa-behance {
  background: #0075FF;
}

.gsc-carousel-content .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important;
}
.gsc-carousel-content .owl-nav > div {
  width: 38px;
  height: 38px;
  background: #191A1B !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff !important;
  line-height: 38px !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: static !important;
  margin: 0 5px !important;
  float: left;
}
.gsc-carousel-content .owl-nav > div:hover, .gsc-carousel-content .owl-nav > div:focus, .gsc-carousel-content .owl-nav > div:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsc-carousel-content .item .item-content .bg-full {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gsc-carousel-content .item .item-content .content-box {
  float: right;
  width: 50%;
  background: #6FAF77;
  min-height: 600px;
}
.gsc-carousel-content .item .item-content .content-box .content-inner {
  max-width: 700px;
  padding: 60px;
}
.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
.gsc-carousel-content.style-1 .content-box .content-inner .title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}
.gsc-carousel-content.style-1 .content-box .content-inner .title a {
  color: #fff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .desc {
  font-size: 17px;
  color: #fff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a {
  background: #191A1B;
  font-size: 18px;
  padding: 5px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #191A1B;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
  color: #191A1B;
  background: #fff;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title {
  font-size: 30px;
  color: #1d1e20;
  font-weight: 400;
  line-height: 45px;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title a {
  color: #1d1e20;
}
.gsc-carousel-content.style-2 .content-box .content-inner .desc {
  font-size: 15px;
  color: #232526;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}
.gsc-carousel-content.style-3 .owl-dots {
  margin-top: 45px;
}
.gsc-carousel-content.style-3 .image {
  max-width: 78%;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .image {
    width: 100%;
    max-width: 100%;
  }
}
.gsc-carousel-content.style-3 .content-box {
  padding: 40px;
  min-height: auto !important;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .content-box {
    padding: 30px;
    max-width: 100%;
    width: 100% !important;
    position: static;
  }
}
.gsc-carousel-content.style-3 .content-box .content-inner {
  padding: 0 !important;
  color: #fff;
  font-size: 17px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a {
  color: #fff;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a:hover, .gsc-carousel-content.style-3 .content-box .content-inner .title a:active, .gsc-carousel-content.style-3 .content-box .content-inner .title a:focus {
  text-decoration: underline;
}
.gsc-carousel-content.style-3 .content-box .content-inner .action a {
  background: #000;
  border: 1px solid #000;
}

.gsc-divider {
  width: 100%;
  height: 20px;
  background: url("../images/divider.png") no-repeat center center transparent;
}

.gsc-box-hover {
  position: relative;
  margin-bottom: 30px;
  background: transparent;
}
.gsc-box-hover .frontend, .gsc-box-hover .backend {
  z-index: 1;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  min-height: 250px;
}
.gsc-box-hover .frontend {
  height: inherit;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gsc-box-hover .frontend .frontend-content {
  border-top: 0;
  padding: 15px 0 0;
  text-align: center;
}
.gsc-box-hover .backend {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #6FAF77;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #fff;
}
.gsc-box-hover .backend .content-be {
  height: 100%;
  -webkit-transform: translateZ(70px) scale(0.86);
  -moz-transform: translateZ(70px) scale(0.86);
  -o-transform: translateZ(70px) scale(0.86);
  transform: translateZ(70px) scale(0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gsc-box-hover .backend .be-desc {
  color: #f1f1f1;
}
.gsc-box-hover .backend .box-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.gsc-box-hover .backend .box-title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.gsc-box-hover .backend .box-title a {
  color: #fff;
}
.gsc-box-hover .backend .box-title a:hover {
  text-decoration: underline;
}
.gsc-box-hover .backend .link-action {
  margin-top: 10px;
}
.gsc-box-hover .backend .link-action a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.gsc-box-hover .backend .link-action a:hover {
  text-decoration: underline;
}
.gsc-box-hover .box-content {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  border-radius: inherit;
}
.gsc-box-hover .box-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.gsc-box-hover:hover .frontend, .gsc-box-hover:hover .backend, .gsc-box-hover:active .frontend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .frontend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .frontend, .gsc-box-hover.active .backend {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}
.gsc-box-hover:hover .frontend, .gsc-box-hover:active .frontend, .gsc-box-hover:focus .frontend, .gsc-box-hover.active .frontend {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.gsc-tabs-content .slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.gsc-tabs-content .slick-slider .slick-slide {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 5px 0 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #fff;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item a {
  display: block;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #6FAF77;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item a i {
  margin-right: 10px;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item:hover, .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item:focus {
  cursor: pointer;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item {
  background: #6FAF77;
}
.gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item a {
  color: #fff;
}
.gsc-tabs-content .tab-lists-content {
  margin-top: 20px;
}
.gsc-tabs-content .tab-lists-content .item {
  padding: 30px 30px 0;
}
.gsc-tabs-content .tab-lists-content .item .content-inner {
  text-align: left;
  width: 55%;
  padding-right: 30px;
  float: left;
}
@media (max-width: 600px) {
  .gsc-tabs-content .tab-lists-content .item .content-inner {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.gsc-tabs-content .tab-lists-content .item .images {
  text-align: center;
  width: 45%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .gsc-tabs-content .tab-lists-content .item .images {
    width: 100%;
  }
}
.gsc-tabs-content .tab-lists-content .item .images img {
  display: inline-block;
}
.gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide .item a {
  color: #000;
}
.gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item {
  background: #fff !important;
}
.gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item a {
  color: #6FAF77;
}
.gsc-tabs-content.text-light .tab-lists-content .item .content-inner {
  color: #c7c7c7;
}

.gsc-instagram .title {
  color: #000;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.gsc-instagram .title a {
  color: #6FAF77;
  border-bottom: 1px solid #6FAF77;
}
.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000;
}
.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gsc-instagram.style-2 .owl-carousel .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**
 * jPreloader
 */
@media (min-width: 780px) {
  #jpreContent {
    display: none !important;
  }
}
@media (min-width: 780px) {
  .js-preloader .body-page {
    opacity: 1 !important;
  }

  .js-preloader.preloader-done .body-page {
    opacity: 1 !important;
  }

  #jpreContent {
    display: block !important;
  }

  #jpreLoader {
    height: 4px;
    width: 100%;
    top: 0 !important;
  }

  #jpreOverlay {
    background-color: transparent;
    height: auto !important;
    top: 0 !important;
    position: absolute !important;
  }

  #jpreSlide {
    text-align: center;
    top: 0 !important;
  }

  #jpreSlide #jpreContent {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }

  .js-preloader #jpreOverlay {
    background-color: none;
    height: 10px !important;
    position: fixed !important;
  }

  .js-preloader #jpreLoader {
    top: 0 !important;
    height: 10px;
    margin-top: -5px;
    z-index: 9999999 !important;
  }

  .js-preloader #jprePercentage {
    text-align: center;
    display: none !important;
  }

  #jpreBar {
    z-index: 2;
    background-color: #6FAF77;
  }

  #jpreButton,
  #jprePercentage {
    display: none !important;
  }

  #jprePercentage {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
  }
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6FAF77, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes flyingOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, -8vw);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0vw, 0vw);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 8vw);
  }
}
@media (max-width: 991px) {
  .gva-offcanvas-mobile {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
  }
  .gva-offcanvas-mobile .close-offcanvas {
    display: block !important;
    visibility: visible !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #111111;
  }
  .gva-offcanvas-mobile .close-offcanvas i {
    font-size: 24px;
  }
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: #6FAF77;
  }
  .gva-offcanvas-mobile .block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
    content: " ";
    display: table;
  }
  .gva-offcanvas-mobile .block .block-content:after {
    clear: both;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding: 10px 0 0;
    width: 100% !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
    border-bottom: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    color: #6FAF77 !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 12px;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #999999 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: #6FAF77 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 12px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    text-transform: uppercase !important;
    position: relative;
    display: block;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #6FAF77;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: -15px;
    font-size: 12px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\f068';
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f067';
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    min-width: inherit;
    display: none;
    width: 100%;
    position: static;
    padding: 0 !important;
    visibility: visible;
    border: 0;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
    content: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    text-transform: uppercase;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
    content: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
    text-indent: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
    display: none;
  }
}
.menu-bar {
  height: 32px;
  width: 36px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  float: right;
  top: -7px;
}
.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}
.menu-bar span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.menu-bar span.one {
  top: 6px;
}
.menu-bar span.two {
  top: 0;
  bottom: 0;
}
.menu-bar span.three {
  bottom: 6px;
}
.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-bar.show-view span.one, .menu-bar.show-view span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.colorpicker {
  z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
  display: none !important;
}

.gavias-skins-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  right: -403px;
  position: fixed;
  height: auto;
  top: 0px;
  bottom: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 400px;
  z-index: 999;
}
.gavias-skins-panel .gavias-skins-panel-inner {
  bottom: 0;
  padding: 30px 10px 10px;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
.gavias-skins-panel.active {
  right: 0 !important;
}
.gavias-skins-panel #gavias_profile_customize_name option {
  color: #000;
}
.gavias-skins-panel .control-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 150px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: #6FAF77;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.gavias-skins-panel .control-panel:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}
.gavias-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}
.gavias-skins-panel .panel-skins-content .title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.gavias-skins-panel .panel-skins-content .item-color {
  width: 25px;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 6px 0 6px;
  border: 3px solid transparent;
}
.gavias-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content .item-color.default {
  background: #6FAF77;
}
.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #374F99;
}
.gavias-skins-panel .panel-skins-content .item-color.brown {
  background: #684035;
}
.gavias-skins-panel .panel-skins-content .item-color.green {
  background: #009673;
}
.gavias-skins-panel .panel-skins-content .item-color.lilac {
  background: #8F6684;
}
.gavias-skins-panel .panel-skins-content .item-color.lime_green {
  background: #79AF33;
}
.gavias-skins-panel .panel-skins-content .item-color.orange {
  background: #F86923;
}
.gavias-skins-panel .panel-skins-content .item-color.pink {
  background: #D91897;
}
.gavias-skins-panel .panel-skins-content .item-color.purple {
  background: #9854B3;
}
.gavias-skins-panel .panel-skins-content .item-color.red {
  background: #CD2122;
}
.gavias-skins-panel .panel-skins-content .item-color.turquoise {
  background: #1CCDCA;
}
.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
  background: #178E94;
}
.gavias-skins-panel .panel-skins-content .item-color.violet_red {
  background: #F3605D;
}
.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
  background: #973A4B;
}
.gavias-skins-panel .panel-skins-content .item-color.yellow {
  background: #ecc311;
}
.gavias-skins-panel .panel-skins-content .item-color.active {
  border-color: #000;
}
.gavias-skins-panel .panel-skins-content .layout {
  width: 80px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.gavias-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content .layout.active {
  background-color: #6FAF77;
  color: #fff;
}
.gavias-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}
.gavias-skins-panel.gavias-skin-demo {
  top: 200px;
  bottom: auto !important;
  padding: 20px !important;
  width: 260px !important;
  right: -263px !important;
}
.gavias-skins-panel.gavias-skin-demo .control-panel {
  top: 75px !important;
}
.gavias-skins-panel.gavias-skin-demo.active {
  right: 0 !important;
}

#customize-gavias-preivew .panel {
  padding: 0 !important;
}
#customize-gavias-preivew .panel .panel-heading .panel-title > a {
  padding: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#customize-gavias-preivew .panel .panel-heading .panel-title > a:after {
  display: none !important;
}
#customize-gavias-preivew .panel .panel-body {
  padding: 15px !important;
}
#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}
#customize-gavias-preivew .form-group label {
  width: 150px;
  float: left;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
#customize-gavias-preivew .form-group input {
  width: calc(100% - 150px);
  float: left;
}
#customize-gavias-preivew .form-group select {
  width: 100%;
}
#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 150px);
  position: relative;
}
#customize-gavias-preivew .form-group .colorselector input {
  width: 100% !important;
}
#customize-gavias-preivew .form-group .colorselector .input-group-addon {
  border: 1px solid #222222;
}
#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
  width: 30px;
  height: 20px;
}
#customize-gavias-preivew .form-group .colorselector .remove {
  width: 34px;
  height: 34px;
  color: #000;
  position: absolute;
  top: 3px;
  right: 25px;
  line-height: 34px;
  text-align: center;
  z-index: 99;
}
#customize-gavias-preivew .form-group .colorselector .remove:hover {
  cursor: pointer;
}

.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.gavias_customize_form .form-group.action input {
  width: 28%;
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px !important;
}
.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #5cb85c;
}
.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #5bc0de;
}
.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #f0ad4e;
}




/*---------------------------------------------------*/
/*	GENERAL
/*---------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('SourceSansPro-Regular.otf');
}
@font-face {
    font-family: 'Aladin';
    src: url('Abril_Display_Regular.otf');
}

body {

    font-size: 16px;
    line-height: 1.625;
    color: #464646;
    background-color: #fff;
    font-weight: 400;
	font-family: 'SourceSansPro-Regular', sans-serif;
	font-style: normal;
}
p {	margin: 0 0 15px 0; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin-top: 0;
	font-weight: 600;
}
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 15px; }
img {
	max-width: 100%;
	height: auto;
}
a { color: #333333; }
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
ol, ul {
	padding: 0;
	margin-bottom: 0;
	list-style-position: inside;
}
.clearfix {
	clear: left;
}
.nav>li>a {
	padding: 0;
}

/*	FIELD */
.field-label {
	font-weight: 700;
	color: #2a2a2a;
}
.field-label-inline .field-label,
.field-label-inline .field-item {
	display: inline-block;
}
.field-label-inline .field-label {
	float: left;
	margin-right: 7px;
}
.field-label-inline .field-label:after {
	content: ":";
	margin-left: 2px;
}
details > .details-wrapper {
	padding: 0.5em 1.5em;
}

/*	PROFILE */
.profile > div {
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.profile h4.label {
	color: #333333;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

/*---------------------------------------------------*/
/*	LAYOUT
/*---------------------------------------------------*/
.wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: -1px;
	display: block;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.layout-wrap {
	position: relative;
}
#page,
.container-wrap {
	margin: 0 auto;
}
.region,
.container-wrap {
	width: 100%;
}
.page-wrapper,
.content-widget {
	padding: 0;
	padding-top: 30px;
}
.page-wrapper {
	padding-top: 20px;
}
.contextual-region {
	max-width: 100%;
}

/*---------------------------------------------------*/
/*	BLOCK
/*---------------------------------------------------*/
.block {
	position: relative;
	background-size: cover;
}
.page-wrapper .block,
.content-widget .block {
	margin-top: 0;
	margin-bottom: 35px;
	padding-bottom: 1px;
}
.page-wrapper .main-content .block:first-child {
	padding-top: 30px;
}
.page-wrapper .main-content .block:last-child,
.content-widget .block:last-child {
	margin-bottom: 40px;
}
.block-core,
.page-wrapper .block-core,
.block-system,
.page-wrapper .block-system {
	margin: 0;
	padding: 0;
}
.page-wrapper .block-local-actions-block {
	margin-bottom: 35px;
}
.header .block {
	vertical-align: middle;
}
.header .block,
.slide-block {
	margin: 0;
}
.content-wide .block {
	margin: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-widget .block {
	margin: 0;
}
.block-help {
	background-color: #e6e8ef;
	padding: 15px 20px 0 20px !important;
	margin: 0 0 15px !important;
	color: #2d4688;
	border: 1px solid #c8d3ee;
	border-color: #c8d3ee #c8d3ee #c8d3ee transparent;
	box-shadow: -8px 0 0 #2d4688;
}
.block.slide-block {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.content-wide .container-wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.content-wide .fullwidth .container-wrap {
	max-width: 100% !important;
	padding: 0;
}
.post-content {
	position: relative;
}

/*---------------------------------------------------*/
/*	BLOCK TITLE
/*---------------------------------------------------*/
.block .block-title-wrap {
	position: relative;
	width: 100%;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.block .block-title-content {
	position: relative;
	max-width: 560px;
}
.content-layout .block .row.block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}
.block-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -1px;
}
.sidebar .block-title,
#footer .block-title {
	font-size: 18px;
}
.block-title-wrap .block-subtitle {
	font-weight: 300;
	/*letter-spacing: 1px;*/
	opacity: 0.7;
	display: inline-block;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}
.sidebar .block-title-wrap {
	margin-bottom: 25px;
}
#footer .block-title-wrap {
	margin: 0;
	margin-bottom: 20px;
}
.title-light .block-title {
	color: #ffffff;
}
.title-light .block-subtitle {
	color: #f0f0f0;
}

.fullwidth .block-title-wrap {
	padding-right: 15px;
	padding-left: 15px;
}

/* BLOCK TITLE STYLE */
.block-title-2 .block-title-wrap .block-subtitle {
	margin-bottom: 15px;
}

/* BLOCK CENTER TITLE */
.title-center .block-title,
.block-title-center .block-title-wrap {
	text-align: center;
}
.block-title-center .block-title-content,
.text-center .block-title-content {
	margin-left: auto;
	margin-right: auto;
}

/* BLOCK RIGHT TITLE */
.block-title-right .block-title-wrap {
	text-align: right;
}
.block-title-right .block-subtitle {
	max-width: 100%;
}

/*---------------------------------------------------*/
/*	PAGE TITLE
/*---------------------------------------------------*/
#page-title {
	padding: 15px 0;
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
	/*background-color: #f7f7f7;*/
	border-bottom: 1px solid rgba(0,0,0,0.02);
}
#page-title .container {
	display: flex;
}
#page-title h1 {
	font-size: 20px;
	display: block;
	margin-bottom: 0;
}
#page-title .block {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.page-title2 #page-title {
	padding: 60px 0;
}
.page-title2 #page-title .container {
	display: block;
	text-align: center;
}
.page-title2 #page-title .container,
.page-title2 .region-breadcrumb {
	text-align: center;
}
.page-title2 #page-title h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

/*---------------------------------------------------*/
/*	BREADCRUMB
/*---------------------------------------------------*/
.region-breadcrumb {
	text-align: right;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	display: block;
}
.breadcrumb ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-right: 15px;
	margin-right: 5px;
}
.breadcrumb a {
	color: #aaaaaa;
}
.breadcrumb ul li:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	transform: rotate(-45deg);
}
.breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumb ul li:last-child:after {
	display: none;
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------*/
/*	PRELOADER IMAGE
/*---------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader-spinner {
	width: 40px;
	height: 40px;
	background-color: #2ba9e0;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -20px auto auto auto;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
	-webkit-transform: scale(1.0);
	opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
	-webkit-transform: scale(0);
	transform: scale(0);
  } 100% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 0;
  }
}

/*---------------------------------------------------*/
/*	FORM
/*---------------------------------------------------*/
input,
button,
select,
textarea {
	padding: 12px 20px 12px 20px;
	border: 1px solid #e1e1e1;
	background-color: transparent;
	outline: none !important;
	max-width: 100%;
}
input[type=search] {
	background-color: #ffffff;
	color: #333333;
}
.form-control:focus {
	color: #495057;
	background-color: inherit !important;
	border-color: inherit !important;
	outline: 0;
	box-shadow: none !important;
}
[type="radio"] + span + label,
[type="radio"] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* RADIO BUTTONS */
.checkbox,
.radio {
	margin-bottom: 20px;
 }
 
/* CHECKBOXES */
[type="checkbox"] {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}
[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 20px;
	cursor: pointer;
	-webkit-user-select: none; 
}
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
	position: absolute;
	left: 0;
	z-index: 1;
	content: "";
	-webkit-transition: background-color .25s;
	transition: background-color .25s; 
}
[type="checkbox"] + label:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: 2px;
}
[type="checkbox"]:not(:checked) + label:before {
	top: 10px;
	left: 6px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"]:not(:checked) + label:after {
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #babad3;
	background-color: transparent;
}
[type="checkbox"]:checked + label:before {
	top: 1px;
	left: 2px;
	width: 6px;
	height: 12px;
	border-top: 2px solid transparent;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid transparent;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"]:checked + label:after {
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #2ba9e0;
	background-color: #2ba9e0;
}
[type="checkbox"]:disabled + label {
	color: #777777;
	cursor: not-allowed;
}
[type="checkbox"]:disabled:checked + label:after {
	opacity: 0.3;
}
.path-user [type="checkbox"],
.path-store [type="checkbox"] {
	position: initial;
	visibility: visible;
}
.sticky-header [type="checkbox"] {
	visibility: hidden !important;
}

/* FORM COMPONENTS */
form .field-multiple-table {
	margin: 0;
}
form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
	padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: .5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0;
	padding-left: .5em;
}
form .field-add-more-submit {
	margin: .5em 0 0;
}
.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 0.85em;
}
label.option {
	display: inline;
	font-weight: 500;
}
label,
.label,
.form-composite > legend {
	display:inline;
	font-size: inherit;
	font-weight: 700;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
}
.form-text {
	display: inline-block;
}
.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
	margin-left: 0;
	margin-right: 2.4em;
}
.marker {
	color: #e00;
}
.form-required:after {
	content: "*";
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	margin: 0 0.3em;
	color: red;
	background-image: none;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red;
}
.path-admin .form-type-textfield label,
.form-type-commerce-number label,
.path-store label,
.commerce-product-form label,
.commerce-store-form label {
	display: block;
	margin-bottom: 6px;
	margin-top: 10px;
}
.path-admin summary,
.path-store summary,
.commerce-product-form summary,
.commerce-store-form summary {
	background-color: #f7f7f7;
	padding: 0.5em 0.6em;
	font-weight: bold;
	text-transform: uppercase;
}
.path-admin details,
.path-store details,
.commerce-product-form details,
.commerce-store-form details {
	border: 1px solid #eee;
	border-radius: 3px;
}
.commerce-product-form legend {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0;
}
.commerce-product-form #edit-variations-wrapper {
	margin-top: 20px;
}

/* Inline error messages. */
.form-item--error-message:before {
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: sub;
	color: red;
	background-size: contain;
}

/* CONTACT FORM */
.content-wide .contact-message-feedback-form {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.contact-message-form select option,
.contact-message-form select * {
	color: #555555 !important;
}

.contact-message-form label {
	display: block;
	text-transform: uppercase;
}
.contact-message-form .form-item-copy label {
	display: inline-block;
}
.contact-message-feedback-form .form-item,
.contact-message-feedback-form .form-actions {
	margin-top: 0;
	margin-bottom: 25px;
}
.contact-message-feedback-form .form-actions {
	margin-bottom: 0;
}
.contact-message-feedback-form input,
.contact-message-feedback-form textarea {
	width: 100%;
	background-color: transparent;
}
.contact-message-feedback-form input[type="submit"] {
	width: auto;
}
.block-contact-block #edit-preview {
	display: none;
}

@media (min-width: 768px) {
	.contact-message-feedback-form.block-contact-block .form-item-name,
	.contact-message-feedback-form.block-contact-block .form-item-mail {
		width: 48%;
		float: left;
	}
	.contact-message-feedback-form.block-contact-block .form-item-name {
		margin-right: 4%;
	}
	
}

/* USER LOGIN FORM */
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
	width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

.path-user:not(.logged-in) .page-header {
	display: none;
}
.auth-user-form {
	margin: 40px auto;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	max-width: 500px;
	border: 1px solid #efefef;
}
.auth-user-form .form-header {
	margin-top: 0;
	text-align: center;
	font-size: 25px;
}
.auth-user-form .form-header:after {
	margin-top: 20px;
}
.auth-user-form > form {
	padding: 50px 20px;
	background-color: #ffffff;
}
.auth-user-form .panel-default {
	background-color: transparent;
}
.auth-user-form .auth-user-form--footer {
	margin: 0 auto;
	padding: 50px 20px 60px 20px;
	text-align: center;
	background-color: #e9e9f2;
}
.auth-user-form .auth-user-form--footer .form-title {
	margin-top: 0;
	margin-bottom: 30px;
}
.auth-user-form .form-control {
	width: 100%;
}
.auth-user-form .details-title {
	text-transform: none;
	font-weight: normal;
}
.auth-user-form .button,
.auth-user-form .form-wrapper__returning-customer a,
.form-wrapper__returning-customer .auth-user-form a,
.auth-user-form .cart-block--offcanvas-contents__links a,
.cart-block--offcanvas-contents__links .auth-user-form a {
	width: 100%;
}
.auth-user-form .button + .button,
.auth-user-form .form-wrapper__returning-customer a + .button,
.form-wrapper__returning-customer .auth-user-form a + .button,
.auth-user-form .cart-block--offcanvas-contents__links a + .button,
.cart-block--offcanvas-contents__links .auth-user-form a + .button,
.auth-user-form .form-wrapper__returning-customer .btn + a,
.form-wrapper__returning-customer .auth-user-form .btn + a,
.auth-user-form .form-wrapper__returning-customer a + a,
.form-wrapper__returning-customer .auth-user-form a + a,
.auth-user-form .cart-block--offcanvas-contents__links .form-wrapper__returning-customer a + a,
.form-wrapper__returning-customer .cart-block--offcanvas-contents__links .auth-user-form a + a,
.auth-user-form .cart-block--offcanvas-contents__links .btn + a,
.cart-block--offcanvas-contents__links .auth-user-form .btn + a,
.auth-user-form .form-wrapper__returning-customer .cart-block--offcanvas-contents__links a + a,
.cart-block--offcanvas-contents__links .auth-user-form .form-wrapper__returning-customer a + a,
.form-wrapper__returning-customer .auth-user-form .cart-block--offcanvas-contents__links a + a,
.cart-block--offcanvas-contents__links .form-wrapper__returning-customer .auth-user-form a + a,
.auth-user-form .cart-block--offcanvas-contents__links a + a,
.cart-block--offcanvas-contents__links .auth-user-form a + a {
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.auth-user-form .auth-user-form--footer,
	.auth-user-form > form {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.form-header {
	margin-bottom: 30px;
}
.user-login-form .form-type-password {
	margin-bottom: 0;
}
.pass-link {
	float: right;
	margin-bottom: 40px;
	font-style: italic;
}
.form-control:focus {
	border-color: #41449f;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(65, 68, 159, 0.6);
}

/*---------------------------------------------------*/
/*	BUTTONS
/*---------------------------------------------------*/
.btn,
.button,
input[type="submit"]{
	cursor: pointer;
	background-color: #2ba9e0;
	color: #ffffff;
	line-height: 48px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 28px;
	border: none !important;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	transition: all 0.2s linear 0s;
	margin: 0;
	outline: 0 none;
	text-align: center;
}
.btn.btn-primary:hover {
	opacity: 0.8;
}
.button + .button,
.btn + .btn {
	margin-left: 10px;
}
.btn:hover,
.button:hover,
.button:focus,
input[type="submit"]:hover{
	background-color: #333333;
	color: #ffffff;
}
.button:focus {
	outline: 0;
}
.button-light {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	color: #111111 !important;
}
.button-dark {
	background-color: #111111;
	color: #ffffff;
	border-color: #111111;
}

/* BORDER BUTTONS */
.button.border {
	color: #444444;
	border: 2px solid #444444;
	background-color: transparent;
}
.button.border:hover {
	background-color: #444444;
	color: #ffffff;
}
.button.border.light {
	border: 2px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}
.button.border.light:hover {
	background-color: #ffffff;
	color: #252525
}
.button.border.light:hover:hover i {
	color: #252525
}

/* TRANSPARENT BUTTONS */
.button.transparent {
	background-color: transparent;
	border: 2px solid #ffffff;
	box-shadow: none;
	color: #ffffff;
	letter-spacing: 2px;
}
.button.transparent:hover,
.button.transparent:active {
	background-color: #ffffff;
	color: #444444 !important;
}

/*BUTTON ICONS*/
.button i {
	font-size: 15px;
	margin-right: 10px;
}
.button.icon-left i {
	margin-right: 10px;
}
.button.icon-right i {
	margin-left: 10px;
	margin-right: 0;
}

/*DROPBUTTON*/
.dropbutton-widget {
	overflow: hidden;
	margin: 0.125em 0;
	padding: .2em 2em .2em 1em;
	cursor: pointer; 
	border: 1px solid #e4e4e4;
	border-radius: 1em;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
	background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
}
.dropbutton-widget .dropbutton li {
	border-bottom: 1px solid #e4e4e4;
}
.dropbutton-widget .dropbutton li:last-child {
	border: none;
}
.dropbutton-widget .dropbutton li a {
	line-height: 1.8;
	display: block;
}

/*---------------------------------------------------*/
/*	TABLE
/*---------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ecedee;
}
table tbody {
	border-top: none;
	border-bottom: 1px solid #ecedee;
}
table tr.even,
table tr.odd,
th {
	background-color: transparent;
	border-bottom: 1px solid #ecedee;
}
thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
	padding: 8px;
	line-height: 142%;
	vertical-align: middle;
	border-right: 1px solid #efefef;
}
td.active {
	background-color: transparent;
}
table thead {
	text-transform: uppercase;
	background: #f5f5f5;
}
table tr {
	border-bottom: 1px solid #eeeeee;
}

.flipped-table table {
	text-align: center;
	table-layout: fixed;
}
.flipped-table table th,
.flipped-table table td {
	border-right: 1px solid #efefef;
	padding: 15px;
}
.flipped-table table th {
	background-color: #f8f8f8;
	font-size: 16px;
	width: 280px;
	padding: 15px 25px;
}
table .flag i {
	display: none;
}

/*---------------------------------------------------*/
/*	TASK BAR
/*---------------------------------------------------*/
.task-bar .tabs {
	margin: 1em 0;
}
ul.tabs,
.task-bar ul.tabs {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0.5em;
	padding: 0;
}
.task-bar .tabs > li {
	display: inline-block;
	margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
	margin-left: 0.3em;
	margin-right: 0;
}
.task-bar .tabs a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
}
.task-bar .tabs a.is-active {
	background-color: #eeeeee;
}
.task-bar .tabs a:focus,
.task-bar .tabs a:hover {
	background-color: #f5f5f5;
}
.task-bar {
	text-align: center;
}
.task-bar.alert {
	margin-bottom: 0;
	padding: 0;
}
.task-bar ul.tabs {
	margin: 0;
	font-size: 12px;
}
.task-bar ul.tabs.primary {
	margin-bottom: 20px;
}

/* LOCAL TASKS */
.content-wide .block-local-tasks-block {
	padding: 0;
}
.page-wrapper .block-local-tasks-block .alert-dismissable .close {
	position: absolute;
	top: -10px;
	right: -10px;
}
.block-local-actions-block li {
	list-style-type: none;
}

/* VERTICAL TABS */
.vertical-tabs,
.vertical-tabs__menu,
.vertical-tabs__menu-item {
	border-color: #eaeaea;
}
.vertical-tabs__menu-item {
	background: #f7f7f7;
}
.vertical-tabs__menu-item a {
	padding: 0.5em 1em;
}

/* PAGER */
.pager {
	padding-left: 0;
	padding: 15px 0;
}
.pager ul {
	display: flex;
}
.pager li {
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	line-height: 35px;
}
.pager li:last-child {
	margin: 0;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #555555;
}
.pager li.is-active a,
.pager li.pager__item.is-active > a,
.pager li > a:hover {
	color: #ffffff;
	border-color: #2ba9e0;
	background-color: #2ba9e0;
}

.product-catalog footer {
	display: inline-block;
	padding: 15px 0;
}

.views-infinite-scroll-content-wrapper {
	margin-bottom: 30px;
}

/*---------------------------------------------------*/
/*	STATUS MESSAGES
/*---------------------------------------------------*/
.messages {
	padding: 15px 20px 15px 35px; /* LTR */
	margin: 0 0 15px;
	word-wrap: break-word;
	border: 1px solid;
	border-width: 1px 1px 1px 0;  /* LTR */
	border-radius: 2px;
	background: no-repeat 10px 17px;  /* LTR */
	overflow-wrap: break-word;
}
[dir="rtl"] .messages {
	padding-right: 35px;
	padding-left: 20px;
	text-align: right;
	border-width: 1px 0 1px 1px;
	background-position: right 10px top 17px;
}
.messages + .messages {
	margin-top: 1.538em;
}
.messages__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.messages__item + .messages__item {
	margin-top: 0.769em;
}
.messages a {
	color: #333333;
	text-decoration:underline;
}
.messages.status,
.messages--status {
	color: #325e1c;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
	background-color: #f3faef;
	box-shadow: -8px 0 0 #77b259; /* LTR */
}
[dir="rtl"] .messages--status {
	margin-left: 0;
	border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
	box-shadow: 8px 0 0 #77b259;
}
.messages.warning,
.messages--warning {
	color: #734c00;
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
	background-color: #fdf8ed;
	box-shadow: -8px 0 0 #e09600; /* LTR */
}
[dir="rtl"] .messages--warning {
	border-color: #f4daa6 transparent #f4daa6 #f4daa6;
	box-shadow: 8px 0 0 #e09600;
}
.messages.error,
.messages--error {
	color: #a51b00;
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
	background-color: #fcf4f2;
	box-shadow: -8px 0 0 #e62600; /* LTR */
}
[dir="rtl"] .messages--error {
	border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
	box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
	color: #a51b00;
}

/*---------------------------------------------------*/
/*	MENU NAVIGATION
/*---------------------------------------------------*/
/* LINKS INLINE */
ul.links.inline {
	padding: 0;
}
ul.links.inline li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}
.navbar {
	padding: 0;
}
.nav-button {
	border-color: #eaeaea;
	border-radius: 3px;
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-left: 7px;
	margin-top: -6px;
}

/* MAIN MENU */
.main-menu {
	z-index: 99;
}
.mega-menu a {
	font-weight: 600;
}
.menu-mobile {
	display: none;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 15px;
	width: 24px;
	height: 24px;
}
.menu-mobile:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 3px;
	background: #333333;
	box-shadow: 
		0 7px 0 0 #333333,
		0 14px 0 0 #333333;
	border-radius: 3px;
}
.menu-dropdown:before {
	content: "\e61a";
	font-family: "themify";
	display: none;
	cursor: pointer;
	float: right;
	padding: 10px;
	background: #ffffff;
	color: #333333;
}
.mega-menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .mega-menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}
.mega-menu > ul:before,
.mega-menu > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul:after {
	clear: both;
}
.mega-menu > ul > li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
}
.mega-menu > ul > li a {
	text-decoration: none;
	padding: 1.5em 3em;
	display: block;
}
.mega-menu > ul > li > ul {
	display: none;
	width: 100%;
	background-color: #f0f0f0;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.mega-menu > ul > li > ul:before,
.mega-menu > ul > li > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul > li > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul > li a {
	color: #333333;
	padding: .2em 0;
	display: block;
	border-bottom: 1px solid #ccc;
}
.mega-menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.mega-menu > ul > li > ul > li > ul:before,
.mega-menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul > li > ul > li > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 7px 0;
	margin: 0;
	font-size: 13px;
}
.mega-menu > ul > li > ul > li > ul > li a {
	border: 0;
}
.mega-menu > ul > li > ul.normal-sub {
	left: auto;
	width: 12em;
	padding: 0;
}
.mega-menu > ul > li > ul.normal-sub > li {
	width: 100%;
}
.mega-menu > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: 10px 15px 10px 20px;
}
.mega-menu > ul > li > ul > li > ul > li > ul {
	padding-left: 10px;
}

/* SIDEBAR MENU */
.sidebar ul.menu {
	list-style-type: none;
	display: block;
}
.sidebar ul.menu li a {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.sidebar ul.menu li a.is-active {
	color: #2ba9e0;
}
.menu .list-count {
	position: absolute;
	right: 26px;
	top: 10px;
}
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.menu {
	list-style-type: none;
}

.sidebar .service-menu ul.menu {
	border: 1px solid #f0f0f0;
}
.sidebar .service-menu ul.menu li {
	border-bottom: 1px solid #f0f0f0;
}
.sidebar .service-menu ul.menu li:last-child {
	border-bottom: none;
}
.sidebar .service-menu ul.menu a {
	margin: 0;
	padding: 12px 17px;
}
.sidebar .service-menu ul.menu a.is-active {
	color: #ffffff;
	background-color: #2ba9e0;
}

/*---------------------------------------------------*/
/*	BRANDING
/*---------------------------------------------------*/
.site-branding {
	margin: 0;
}
.brand.logo {
	max-width: 160px;
	line-height: 45px;
}
.brand.logo a {
	display: inline-block;
	vertical-align: middle;
}
.site-name a {
	font-size: 25px;
	line-height: 1.2;
}


/*---------------------------------------------------*/
/*	HEADER CONTENT
/*---------------------------------------------------*/
.header {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	position: relative;
}
.sticky-header .header-content,
.sticky-header .sticky .header-content {
	transition: 0.5s;
	position: relative;
}

.header-top {
	padding: 10px 0;
	border-bottom: 1px solid #f9f9f9;
	line-height: 1.2;
}
.header-top.light-header-top {
	border-color: rgba(0,0,0,0.15);
}

/*	HEADER ELEMENTS */
.header-element {
	display: flex;
	align-items: center;
}
.header-element i {
	font-size: 25px;
}
.header-item .search-button {
	display: none;
	border: none;
	padding: 0;
}
.account-icon {
	padding: 0;
}
.header-account {
	position: relative;
}
.dropdown-toggle {
	border: none;
	padding-right: 15px;
	color: #495057;
}
a.dropdown-toggle {
	color: #495057;
}
.dropdown-toggle:after {
	display: inline-block;
	content: "";
	border: none;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	height: 5px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
	margin-left: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
}
.dropdown-menu.user-account-block-wrap {
	left: auto;
	right: 0;
	padding: 0;
}
.dropdown-menu.user-account-block-wrap .nav {
	display: block;
	padding: 5px 0;
}
.dropdown-menu.user-account-block-wrap .nav a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 14px
}
.dropdown-menu.user-account-block-wrap .nav a:hover {
	background-color: #f6f6f6;
}
.header-menu {
	width: 100%;
}
.header-menu .nav-menu {
	padding: 0;
	box-shadow: 0 3px 5px 0 rgba(210,217,237,.08);
}
.header-menu .nav-menu:before {
	content: "";
	position: absolute;
	border-top: 1px solid;
	opacity: 0.05;
	width: 100%;
	top: 0;
	left: 0;
}
.header-top .block {
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid rgba(0,0,0,.2);
	padding-right: 15px;
}
.light-header-top .block {
	border-color: rgba(255,255,255,0.3);
}
.light-header-top .nice-select:after,
.light-header-top .dropdown-toggle:after {
	border-color: #ffffff;
}
.header-top .block:last-child {
	margin-right: 0;
	padding-right: 0;
	border-color: transparent;
}
.commerce-currency-resolver-select-form input[type="submit"] {
	display: none;
}
.header-top .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.header-top .form-control,
.header-top .nice-select {
	width: auto;
	height: auto !important;
	line-height: 1;
	border: none !important;
	padding-right: 15px !important;
	padding-left: 0 !important;
}
.header-top .nice-select:after {
	right: 2px;
}
.header-wrap {
	position: relative;
}

.header-top .nice-select .list,
.header-top .nice-select .list *,
.header-top .dropdown-menu .menu,
.header-top .dropdown-menu .menu * {
	color: #333333;
}
.header-top .nice-select .list,
.header-top .dropdown-menu.user-account-block-wrap {
	margin-top: 12px;
}

/* HEADER INFO */
.header-info {
	display: inline-block;
}
.header-info .header-info-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-info .header-info-item {
	margin-left: 40px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
.header-info .header-info-item:first-child {
	margin-left: 0;
}
.header-info .header-info-item:first-child:after {
	display: none;
}
.header-info .header-info-item i {
	font-size: 25px;
	margin-right: 15px;
	margin-top: 3px;
}
.header-info .header-info-item a,
.header-info .header-info-item span {
	font-size: 13px;
	opacity: 0.8;
	display: block;
}
.header-info .header-info-desc {
	line-height: 1.2;
}

/*---------------------------------------------------*/
/*	FOOTER
/*---------------------------------------------------*/
.footer {
	/*color: #dddddd;*/
	position: relative;
}
.footer a {
	/*color: #d0d0d0;*/
	display: block;
}
.footer-widget {
	padding: 0;
}
.footer-widget .block {
	padding: 60px 0 40px 0;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
	padding-top: 0;
}
.footer .block-title {
	/*color: #ffffff;*/
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
	list-style-type: none;
}
.footer-widget a:hover {
	/*color: #2ba9e0;*/
}
.footer-widget ul li {
	margin-bottom: 10px;
}
.footer-widget ul li a {
	display: inline-block;
}

/*	FOOTER COLOR  */
.light-footer,
.light-footer h1,
.light-footer h2,
.light-footer h3,
.light-footer h4,
.light-footer h5 {
	color: #f6f6f6;
}
.light-footer .contact-message-feedback-form input,
.light-footer .contact-message-feedback-form textarea {
	border-color: #aaaaaa;
}
.light-footer .recent-post {
	border-color: #333333;
}
.footer.dark-footer,
.footer.dark-footer a {
	color: #333333;
}
.footer.dark-footer h2 {
	color: #222222;
}
/*
.footer.light-footer .footer-widget .border-list ul.menu li,
.footer.light-footer .footer-bottom {
	border-color: #eeeeee;
}
*/


/* FOOTERWIDGET BOTTOM */
.footer-bottom {
	border-top: 1px solid rgba(0,0,0,0.03);
	background-color: rgba(0,0,0,0.04);
	padding: 0;
	margin-top: 0;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .copyright {
	padding: 30px 0;
}
.footer-bottom .footer-bottom-second {
	text-align: right;
}
.footer-bottom .block {
	padding: 30px 0;
	margin: 0;
}
.footer-bottom p,
.copyright p {
	margin: 0;
}
.footer-bottom a {
	display: inline-block;
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
}
.social-icon li:last-child {
	margin-right: 0;
}
.social-icon li a {
	/*color: #505050;*/
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eaeaea;
	display: block;
	border-radius: 2px;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style-type: none;
}
.social-media ul li {
	display: inline-block;
}
.social-media li a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 30px;
}
.social-media li a:hover {
	color: #2ba9e0;
}
.social-media.round-social ul li a {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.social-media.round-social ul li a,
.social-media.square-social ul li a {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.social-media.plain-social.round-social ul li a,
.social-media.plain-social.square-social ul li a {
	border: 1px solid #eee !important;
}
.social-media.plain-social.normal-social ul li a {
	border: none
}

/* FOOTER SOCIAL */
.footer .social-media {
	line-height: 45px;
}
.footer .social-media ul li a {
	margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
	margin-left: 0;
}

/*---------------------------------------------------*/
/*	SCROLL TO TOP
/*---------------------------------------------------*/
.back-to-top {
	position: fixed;
	border: 1px solid #999999;
	color: #999999;
	width: 44px;
	height: 44px;
	line-height: 44px;
	bottom: 80px;
	right: 30px;
	cursor: pointer;
	text-align: center;
	display: none;
	z-index: 99;
}
.back-to-top:hover {
	color: #ffffff;
	background-color: #393939;
	border-color: #393939;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------------------------------------*/
/*	MAINTAINANCE PAGE
/*---------------------------------------------------*/
.maintenance-page {
	text-align: center;
	padding: 180px 0;
	color: #000000;
}
.maintenance-msg {
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	font-size: 18px;
}
.maintenance-msg h1 {
	text-transform: uppercase;
	font-size: 40px;
}
.maintenance-icon {
	color: #2ba9e0;
	font-size: 50px;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle;
}
.maintenance-page .site-name a {
	color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none;
}

/*----------------------------------------------*/
/*	404 ERROR PAGE
/*----------------------------------------------*/
.error-404 {
	padding: 80px 0 120px 0;
}
.error-404-number {
	color: #eeeeee;
	display: block;
	font-size: 15em;
	font-weight: 900;
	line-height: 1;
}

/*---------------------------------------------------*/
/*	CONTACT ADDRESS
/*---------------------------------------------------*/
.contact-address .contact-address-heading {
	text-align: center;
	margin-bottom: 0;
	padding: 18px 20px;
	background-color: #19212e;
	color: #ffffff;
}
.contact-address .contact-address-content {
	background-color: #f9f9f9;
}
.contact-address-content {
	padding: 40px;
}
.contact-address-line {
	position: relative;
	padding-left: 45px;
	min-height: 50px;
	margin-bottom: 25px;
}
.contact-address-line:last-child {
	margin-bottom: 0;
}
.contact-address-line h5 {
	font-weight: 700;
	margin-bottom: 5px;
}
.contact-address-line i {
	font-size: 25px;
	line-height: 40px;
	color: #2ba9e0;
	text-align: center;
}
.contact-address-content i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contact-social.social-media ul li a {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2ba9e0;
}
.sidebar .contact-address-content {
	padding: 20px;
}
.sidebar .contact-address .contact-address-line {
	padding-left: 30px;
}

/*---------------------------------------------------*/
/*	SLIDE BLOCK
/*---------------------------------------------------*/
.slide-block {
	overflow: hidden;
	clear: left;
	position: relative;
	width: 100%;
}
.slider-image {
	position: relative;
}
.slide-block .hero {
	max-height: 100vh;
}
.slider-image img,
.slide-block img {
	width: 100%;
}
.slide-block li {
	list-style-type: none;
	position: relative;
}
.slide-content-wrap,
.slide-content-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.slide-content-link {
	z-index: 1;
	text-indent: -9999px;
}
.slide-wrap {
	position: relative;
	display: table;
	height: 100%;
	max-height: 100vh;
}
.slide-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #555555;
}
.slide-content-main {
	position: relative;
	overflow: hidden;
}
.slide-content p {
	margin-bottom: 0;
}
.norm-width .slide-content {
	padding-right: 40px;
	padding-left: 40px;
}
.slide-button{
	display: block;
}

.hero .heading-text .field-item:first-child {
	animation-delay: .25s;
}
.hero .heading-text .field-item:nth-child(2) {
	animation-delay: .7s;
}
.hero .heading-text .field-item:nth-child(3) {
	animation-delay: 1s;
}
.hero .slide-content-body {
	animation-delay: 1.15s;
	margin-top: 20px;
}
.hero .slide-button {
	animation-delay: 1.5s;
}
.slide-image {
	width: 100%;
	position: relative;
}
.slide-image img {
	width: 100%;
}

.pre-heading-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 15px;
}
.heading-text {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	color: #333333;
}
.heading-text .field-field-heading-text .heading-text-content {
	display: inline-block;
}

/*---------------------------------------------------*/
/*	OWL CAROUSEL
/*---------------------------------------------------*/
.owl-carousel {
	padding: 0;
	list-style-type: none;
}
.owl-stage-outer {
	direction: ltr;
}
.owl-slider-wrapper .owl-stage,
.deals-layout .owl-stage,
.owl-item,
.owl-item-cont,
.deals-layout .owl-item > .field-item {
	display: flex;
}
.owl-item {
	flex-wrap: wrap;
}
.owl-item-cont,
.deals-layout .owl-item > .field-item {
	width: 100%;
	flex: 0 0 100%;
}
.owl-item-cont .contextual-region,
.owl-item > div {
	width: 100%;
}
.owl-carousel .owl-nav {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-nav {
	opacity: 1
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	padding: 0;
	position: relative;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	top: 50%;
	z-index: 2;
	margin: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
.owl-carousel .owl-nav button {
	background-color: #ffffff;
	color: #333333 !important;
	border: none;
	border: 1px solid #f9f9f9;
}
.owl-carousel .owl-nav button:hover {
	color: #ffffff !important;
	background-color: #2ba9e0;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button:before {
	font-family: 'themify';
}
.owl-carousel .owl-nav button.owl-prev:before {
	content: "\e64a";
}
.owl-carousel .owl-nav button.owl-next:before {
	content: "\e649";
}
.owl-carousel .owl-nav .owl-prev {
	left: -22px;
}
.owl-carousel .owl-nav .owl-next {
	right: -22px;
}
.owl-carousel .owl-dots {
	margin-top: 0;
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border: none !important;
	padding: 0;
}
.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 5px;
	height: 5px;
	margin: 5px 5px;
	border-radius: 50%;
	background-color: #b0b0b0;
}
.owl-slider-wrapper .owl-stage-outer,
.deals-layout .owl-stage-outer {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: -3px;
	margin-right: -3px;
}
.owl-slider-wrapper:hover .owl-stage-outer,
.deals-layout:hover .owl-stage-outer {
	padding-bottom: 100px;
	margin-bottom: -100px;
}
.owl-slider-wrapper .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.owl-slider-wrapper:hover .owl-nav {
	transform: translateY(-51px);
}
.owl-slider-wrapper {
	position: relative;
}
.owl-slider-wrapper .owl-nav .owl-prev {
	left: -5px;
}
.owl-slider-wrapper .owl-nav .owl-next {
	right: -5px;
}
.owl-slider-wrapper .owl-dots {
	margin-bottom: 0;
}
.owl-slider-wrapper:hover .owl-dots {
	margin-bottom: 100px;
}
.slide-block .owl-carousel .owl-nav button,
.slide-carousel.owl-carousel .owl-nav button,
.owl-slider-field.owl-carousel .owl-nav button {
	opacity: 0;
}
.slide-block .owl-carousel .owl-nav button {
	width: 55px;
	height: 55px;
	background-color: #ffffff !important;
	color: #333333 !important;
	border: none;
}
.slide-block .owl-carousel .owl-nav button:before {
	font-size: 20px;
	line-height: 55px;
}
.slide-block .owl-carousel:hover .owl-nav .owl-prev,
.slide-carousel.owl-carousel:hover .owl-nav .owl-prev,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-prev {
	left: 15px;
}
.slide-block .owl-carousel:hover .owl-nav button,
.slide-carousel.owl-carousel:hover .owl-nav button,
.owl-slider-field.owl-carousel:hover .owl-nav button {
	opacity: 1;
}
.slide-block .owl-carousel:hover .owl-nav .owl-next,
.slide-carousel.owl-carousel:hover .owl-nav .owl-next,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-next {
	right: 15px;
}
.slide-block:hover .owl-carousel .owl-nav .owl-prev,
.slide-block:hover .owl-carousel .owl-nav .owl-next {
	top: 50%;
}
.slide-block .owl-item,
.slide-carousel .owl-item {
	padding: 0;
	overflow: hidden;
}
.slide-block .owl-carousel {
	margin: auto;
}
.slide-block .owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 10px;
}
.slide-carousel.owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 5px;
}
.slide-block .owl-carousel .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	background-color: #2a2a2a;
	position: relative;
	margin: 0;
}
.slide-block .owl-carousel .owl-dots .owl-dot span:after {
	content: "";
	border: 2px solid transparent;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	margin-left: -3px;
	margin-top: -3px;
}
.slide-block .owl-carousel .owl-dots .owl-dot.active span:after {
	border: 2px solid #2a2a2a;
}
.slide-block .owl-carousel .owl-dots .owl-dot {
	margin: 0 6px;
}

/*---------------------------------------------------*/
/*	COLORBOX
/*---------------------------------------------------*/
.colorbox {
	position: relative;
	display: block;
	cursor: url("../images/plus.png"), auto;
}

/*---------------------------------------------------*/
/*	TESTIMONIALS
/*---------------------------------------------------*/
.testimonial-content {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 80px;
	position: relative;
}
.testimonial .testimonial-body {
	position: relative;
	font-size: 15px;
}
.testimonial-body:after {
	content: "\e67f";
	font-family: 'themify';
	color: #999999;
	position: absolute;
	top: -35px;
	left: 50px;
	font-size: 50px;
	line-height: 0;
	opacity: 0.2;
}
.testimonial .testimonial-meta {
	position: relative;
	margin-top: 30px;
}
.testimonial .testimonial-title-wrap {
	text-align: left;
}
.testimonial .testimonial-title {
	margin-bottom: 2px;
}
.testimonial .testimonial-position {
	opacity: 0.6;
	font-size: 12px;
}
.testimonial .testimonial-image {
	margin-right: 15px;
}
.testimonial .testimonial-image img {
	max-width: 45px;
}
.testimonial .testimonial-image,
.testimonial .testimonial-title-wrap {
	display: inline-block;
	vertical-align: middle;
}
.owl-responsive .testimonial,
.grid-item .testimonial {
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
}
.owl-responsive .testimonial .testimonial-body,
.grid-item .testimonial .testimonial-body {
	font-size: 14px;
}
.owl-responsive .testimonial .testimonial-content,
.grid-item .testimonial .testimonial-content {
	max-width: 100%;
	padding: 90px 30px 50px 30px;
}
.owl-responsive .testimonial .testimonial-content:after,
.grid-item .testimonial .testimonial-content:after {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -19px;
	width: 26px;
	height: 20px;
	border-top: 10px solid #f9f9f9;
	border-left: 13px solid #f9f9f9;
	border-right: 13px solid transparent;
	border-bottom: 10px solid transparent;
}
.owl-responsive .testimonial .testimonial-content *,
.grid-item .testimonial .testimonial-content * {
	color: #555555;
}

/*---------------------------------------------------*/
/*	CLIENTS
/*---------------------------------------------------*/
.clients-wrapper .clients-list {
	padding: 0 !important;
	margin-bottom: 0;
}
.clients-wrapper .clients-list .field-field-image {
	text-align: center;
}
.clients-wrapper {
	overflow: hidden;
}
.clients-list img {
	padding: 20px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s;
	transition: .3s;*/
}
/*
.clients-list:hover img {
	filter: grayscale(0%);
}*/

/*---------------------------------------------------*/
/*	FEATURE BLOCK
/*---------------------------------------------------*/
.feat .feat-icon {
	margin-bottom: 15px;
}
.feat .feat-title {
	margin-bottom: 10px;
}
.feat .feat-icon i {
	font-size: 35px;
	line-height: 35px;
}
.feature-block .feat .feat-icon i {
	width: 52px;
	height: 52px;
	display: block;
	background-color: #eeeeee;
	border-radius: 50%;
	line-height: 52px;
	text-align: center;
	font-size: 25px;
}
.feature-block .feat .feat-icon i:before {
	background: -webkit-linear-gradient(#999999, #333333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.feature-block .feat-block-content {
	padding-bottom: 50px;
	z-index: 1;
}
.feature-block .feat {
	position: relative;
	padding: 45px 40px 50px 40px;
	background-color: #fcfcfc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.feature-block .feat,
.feature-block .feat .feat-icon i {
	transition: 0.3s;
}
.feature-block .feat:hover {
	background-color: #2ba9e0;
	color: #ffffff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.feature-block .feat:hover .feat-title {
	color: #ffffff;
}
.feature-block .feat:hover .feat-icon i {
	background-color: #ffffff;
	transform: scale(1.1);
}
.feature-block-wrap .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.feature-block .feat-block-text {
	margin-bottom: 30px;
}
.feature-block-wrap,
.feat-block-image-wrap {
	overflow: hidden;
	position: relative;
}
.feature-block-wrap {
	min-height: 320px;
}
.feature-block .feat-block-image {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature-block .background-image .feat-block-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.feature-block-image-alt .feat-block-image img {
	width: 100%;
	height: auto;
}


/* FEATURE IMAGE */
.feat-item .portfolio-img .portfolio-overlay:before {
	margin-top: -25px;
	height: 50px;
	right: 60px;
	left: 60px;
	border: 1px solid #eeeeee;
}
.feat-item .portfolio-item {
	margin-bottom: 20px;
}
.feat-item,
.feature-block .feat-item {
	position: relative;
}
.feat-node-content .post-content {
	padding-top: 40px;
}
.node-feat-icon {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 55px;
	line-height: 1.3;
}
.feat-image .post-content {
	padding: 30px 20px;
	border: 1px solid #f8f8f8;
	background-color: #ffffff;
}

.feat-icon-img {
	max-width: 40px;
	margin-bottom: 20px;
}
.feat-block-image-bg {
	visibility: hidden;
}
.content-wide .fullwidth.feature-block .container-wrap {
	max-width: 1220px;
}
.feat-block-video {
	position: relative;
}
.feat-block-video .colorbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.feat-block-video .colorbox .video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #2ba9e0;
	color: #ffffff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin-top: -30px;
	margin-left: -30px;
	font-size: 25px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.feat-block-video .colorbox .video-link:hover {
	-webkit-transform: scale3d(1.15, 1.15, 1.15);
	transform: scale3d(1.15, 1.15, 1.15);
	transform: scale(1.2,1.2);
}
.feat-block-video .colorbox:after,
.feat-block-video .colorbox:before {
	width: 1px;
	height: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 3px solid #2ba9e0;
	-webkit-animation: zoomBig 3.25s linear infinite;
		animation: zoomBig 3.25s linear infinite;
	-webkit-animation-delay: 0s;
		animation-delay: 0s;
}
.feat-block-video .colorbox:before {
	-webkit-animation-delay: .75s;
		animation-delay: .75s;
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	opacity: 1;
	border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/*---------------------------------------------------*/
/*	SERVICE
/*---------------------------------------------------*/
.service-teaser {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.service-teaser .service-title-wrap {
	display: table;
	width: 100%;
	height: 50px;
	padding: 0 5px 0 20px;
	position:relative;
}
.service-teaser .service-title-wrap:before {
	content: "";
	background-color: #eaeaea;
	position: absolute;
	bottom: 3px;
	height: 10px;
	width: 5px;
	left: 3px;
	z-index: 2;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.service-teaser:hover .service-title-wrap:before {
	height: 100%;
}
.service-teaser .service-title {
	display: table-cell;
	vertical-align: bottom;
	margin-bottom: 0;
	letter-spacing: -0.025em;
}
.service-teaser .service-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-transition: all 320ms linear 0ms;
	-khtml-transition: all 320ms linear 0ms;
	-moz-transition: all 320ms linear 0ms;
	-ms-transition: all 320ms linear 0ms;
	-o-transition: all 320ms linear 0ms;
	transition: all 320ms linear 0ms;
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.service-teaser .service-content-container {
	width: 100%;
}
.service-teaser .service-content i {
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}
.service-teaser .service-content:before {
	content: "";
	background-color: #fcfcfc;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.service-teaser:hover .service-content {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.service-teaser .service-content .service-title {
	display: block;
	margin-bottom: 15px;
}
.service-teaser .service-icon img {
	display: block;
}
.service-teaser2 .service-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 14px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: -32px;
	transition: 0.3s;
}
.service-teaser2:hover .service-icon {
	background-color: #2ba9e0;
	-webkit-transform: scale(1.2);
	transform: scale(1.15);
	
}
.service-teaser2:hover .service-icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.service-teaser2 .post-content {
	background-color: #f9f9f9;
	padding: 45px 30px 30px;
	width: 94%;
	margin: auto;
	margin-top: -50px;
	border-radius: 3px;
}

.node-service-image {
	margin-bottom: 30px;
}

.side-btn,
.brochure-btn {
	width: 100%;
}
.brochure-btn:after {
	content: "\e6a7";
	font-family: 'themify';
	margin-left: 30px;
}

.number-count .grid-wrapper {
	counter-reset: grid-item;
}
.number-count .grid-item {
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.number-count .grid-item:before {
	counter-increment: grid-item;
	content: counter(grid-item, decimal-leading-zero) ".";
	display: block;
	color: #2ba9e0;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 0;
}
.number-count-alt .grid-item {
	padding-top: 0;
}
.number-count-alt .post-content {
	padding: 50px 50px 50px 140px;
	background-color: rgba(0,0,0,0.1);
}
.number-count-alt .grid-item:before {
	top: 50%;
	left: 50px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #000000;
	line-height: 80px;
	text-align: center;
	margin-top: -40px;
}

/*---------------------------------------------------*/
/*	TEAM
/*---------------------------------------------------*/
.team-teaser {
	position: relative;
	text-align: center;
}
.team-thumb {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.team-thumb img {
	width: 100%;
}
.team-teaser .team-meta {
	margin-top: 0;
	padding: 15px;
	background-color: #fcfcfc;
}
.team-teaser:hover img {
	opacity: 0.9;
	background-color: #000000;
}
.team-thumb .team-social {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transition: all 320ms linear 0ms;
	-khtml-transition: all 320ms linear 0ms;
	-moz-transition: all 320ms linear 0ms;
	-ms-transition: all 320ms linear 0ms;
	-o-transition: all 320ms linear 0ms;
	transition: all 320ms linear 0ms;
	background-color: #2ba9e0;
	padding: 5px 3px;
	border-radius: 50px;
}
.team-thumb:hover .team-social {
	opacity: 1;
}
.team-thumb .team-social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0 2px;
	background-color: #ffffff;
	color: #555555;
	border-right: 1px solid #eaeaea;
}
.team-thumb .team-social a:first-child {
	border-left: 1px solid #eaeaea;
}
.team-thumb .team-social a:hover {
	background-color: #19212e;
	color: #ffffff;
}
.team-teaser .team-name {
	margin-bottom: 3px;
}

/* TEAM SINGLE */
.team-content .team-meta {
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.team-content .team-social {
	margin-top: 15px;
}
.team-content .team-social a {
	margin-left: 15px;
}
.team-content .team-social a:first-child {
	margin-left: 0;
}

/*---------------------------------------------------*/
/*	BLOG
/*---------------------------------------------------*/
.blog-post .post-title {
	margin-bottom: 15px;
	margin-top: 0;
}
.post-title {
	margin-bottom: 15px;
}
.blog-post .post-title a {
	color: #222222;
}
.blog-post .post-title a:hover {
	color: #2ba9e0;
}
.post-meta {
	display: block;
	margin-bottom: 15px;
	padding: 0 10px;
}
.post-meta .post-meta-item {
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	margin-right: 10px;
}
.post-meta .post-meta-item:last-child {
	margin-right: 0;
}
.post-meta .post-meta-item,
.post-meta .post-meta-item a {
	color: #333333;
}
.post-meta .post-meta-item a:hover {
	color: #2ba9e0;
}
.post-meta .post-meta-item i{
	padding-right: 5px;
}
.post-tags div {
	display: inline-block;
}
.post-tags div a {
	margin-right: 5px;
}

/* FEED ICON */
.feed-icon {
	display: block;
	clear: both;
	padding-left: 15px;
}
.feed-icon:before {
	content: "\e75f";
	font-family: 'themify';
	margin-right: 5px;
}
.path-frontpage .feed-icon {
	display: none !important;
	visibility: hidden !important;
}
.blog-post blockquote {
	padding: 0;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: none;
	font-style: italic;
}

/* POST CONTENT */
.post-meta-item,
.post-meta-item div {
	display: inline-block;
}
.post-content .post-image {
	margin-bottom: 20px;
}
.post-image img,
.post-thumb img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*---------------------------------------------------*/
/*	GRIDS
/*---------------------------------------------------*/
/* GRID 5 */
.col-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xl-55 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* GRID BOOTSTRAP */
.grid-wrapper {
	margin-right: -10px;
	margin-left: -10px;
}
.grid-item {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}
.grid-noppading {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-noppading .grid-item {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/*---------------------------------------------------*/
/*	LATEST POST
/*---------------------------------------------------*/
.blog-post-teaser {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-post-teaser .post-thumb {
	margin-bottom: 0;
	transition: 0.5s;
	min-height: 55px;
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-thumb:hover img {
	transform: scale(1.02,1.02);
}
.blog-post-teaser .post-content-wrap {
	position: relative;
	z-index: 1;
}
.blog-post-teaser .post-title-wrap {
	position: relative;
	display: table;
	height: 40px;
	width: 100%;
	margin-bottom: 8px;
}
.blog-post-teaser .post-title {
	margin-bottom: 0;
	vertical-align: middle;
	display: table-cell;
}
.blog-post-teaser .post-meta {
	margin: 0;
	padding: 20px 0 5px 0;
	display: flex;
}
.latest-post .blog-post-teaser .post-content {
	padding-bottom: 0 !important;
}
.post-link {
	display: block;
}
.blog-post-teaser .post-cat:before {
	content: ".";
	margin: 0 10px 0 5px;
	font-size: 20px;
	line-height: 0;
}
.blog_standard .blog-post-teaser .post-title {
	font-size: 20px;
}
.blog_standard .blog-post-teaser .post-meta{
	margin: 0;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
}
.blog_standard .blog-post-teaser .post-title-wrap,
.blog_list .blog-post-teaser .post-title-wrap {
	height: auto;
	margin-bottom: 15px;
}
.blog_standard .blog-post-teaser .post-content {
	padding: 20px 20px 15px 20px;
}

/* VIDEO POST */
.post-thumb .entry-video a:after {
	content: "\e6ad";
	font-family: 'themify';
	font-size: 20px;
	line-height: 46px;
	width: 50px;
	height: 50px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/* BLOG POST FULL */
.blog-post-full .post-meta {
	margin-bottom: 25px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f8f8f8;
}
.blog-post-full .post-content {
	padding-top: 25px;
}

.recent-post {
	margin-bottom: 15px;
}
.recent-post .post-title {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.recent-post:last-child {
	border: none;
	margin-bottom: 0;
}
.recent-post .post-time {
	font-size: 11px;
}

.post-read-more {
	text-align: right !important;
	margin-top: 20px;
}

/*	RECENT POST TAB */
.blog-tab .nav-tabs > li {
	margin-bottom: -2px;
}
.blog-tab .recent-post .post-title {
	font-size: 14px;
}

.post-slide-content {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px 40px;
}
.blog-slider-carousel .post-slide-content {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 15px;
}
.post-slider .slide-content {
	text-align: center;
}
.post-slide-content,
.post-slide-content a {
	color: #333333;
}
.blog-slider-carousel .post-slide-content,
.blog-slider-carousel .post-slide-content a {
	color: #ffffff;
}
.post-slide-content .post-slide-term a {
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px;
	display: block;
}
.post-slide-content .post-slide-read-more a {
	font-size: 14px;
}
.blog-slider-carousel .post-slide-title {
	font-size: 15px;
}

/*Read more button*/
a.read-more {
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

/*---------------------------------------------------*/
/*	TAGS
/*---------------------------------------------------*/
.tag-cloud li {
	display: inline-block;
	margin: 0 3px 0 0;
	position:relative;
	font-size: 12px;
}
.tag-cloud li a {
	border: 1px solid #f2f2f2;
	padding: 12px;
	line-height: 1;
	float: left;
	color: #999999;
}
.tag-cloud li a:hover {
	border-color: #2ba9e0;
	background-color: #2ba9e0;
	color: #ffffff;
}
.tag-cloud .tag-name{
	color: #666666;
	display: inline-block;
	letter-spacing: 1px;
	float:left;
}
.tag-cloud .tag-count {
	background: rgba(0,0,0,0.01);
	border-color: #ecf0f1;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 7px 9px !important;
	color: #aaa;
	position: relative;
	margin-left: -1px;
	float: left;
}
.tag-cloud .tag-count:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #d6d6d6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 13px;
}
.tag-cloud .tag-count:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ffffff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 13px;
}
.tag-cloud li .tag-name a:hover {
	border-color: #ecf0f1;
	background-color: transparent;
	color: #2ba9e0;
}

/*	MENU TAG */
.menu-tag li {
	display: inline-block;
}
.menu-tag a {
	margin-right: 4px;
	padding-right: 8px;
	line-height: 1;
	border-right: 1px solid #adadad;
}
.menu-tag li:last-child a {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

/*---------------------------------------------------*/
/*	COMMENT
/*---------------------------------------------------*/
.comment-wrap{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details{
	float: left;
	width: 20%;
}
.comment-wrap .author-comments {
	padding-left: 15px;
	float: left;
	width: 80%;
}
.comment-submitted {
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.comment-wrap .author-comments h3{
	margin-top: 6px;
	font-size: 20px;
}
.comment-wrap .author-comments p{
	margin-bottom: 10px;
}
.comment-wrap ul.links.inline {
	float: right;
	margin-bottom: 0;
}
.comment-wrap ul.links.inline .comment-reply a:before {
	font-family: 'themify';
	content: "\e6bc";
	margin-right: 5px;
}
.comment-form {
	margin-bottom: 5px;
	display: block;
}
.comment-form label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-form .form-text,
.comment-form .form-textarea,
.comment-form .form-email,
.comment-form .form-url {
	width: 100%;
}
.comment-form .filter-wrapper {
	display: none;
	visibility: hidden;
}
.post-comment .post-stats {
	font-size: 20px;
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 8px;
	margin-top: 55px;
	font-weight: 600;
}

/* USER BLOCK */
.user-block {
	text-align: center;
}
.user-picture {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px auto;
}
.user-bio {
	margin: 15px 0;
}

/*---------------------------------------------------*/
/*	PORTFOLIO
/*---------------------------------------------------*/
.portfolio-item {
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
.portfolio-img img {
	width: 100%;
}
.portfolio-img:hover img {
	opacity: 0.4;
}
.portfolio-item .portfolio-overlay {
	position: absolute;
	display: block;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.portfolio-item * {
	color: #ffffff;
}
.portfolio-item .portfolio-title {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	opacity: 0;
	margin-bottom: 0;
	padding: 0 10px 5px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.portfolio-item:hover .portfolio-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.portfolio-item .portfolio-term {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	padding: 0 10px;
	opacity: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.portfolio-item:hover .portfolio-term {
	opacity: 0.9;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.portfolio-item .portfolio-label {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-item:hover .colorbox {
	background-color: rgba(0, 0, 0, 0.18);
}
.portfolio-item:hover .colorbox:before,
.portfolio-item:hover .colorbox:after {
	opacity: 1;
}

/* SINGLE PORTFOLIO */
.portfolio-meta {
	margin-top: 40px;
}
.portfolio-meta-item {
	margin-bottom: 7px;
}
.portfolio-meta-item div {
	display: inline-block;
}
.portfolio-meta .btn {
	margin-top: 10px;
	font-size: 12px;
}
.portfolio-meta-item-title {
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-title-detail {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.related-project .portfolio {
	width: 100%;
}
.thumb-list {
	padding: 0 3px 3px 0 ;
}
.thumb-list:hover img {
	opacity: 0.7;
}
.portfolio-slide .portfolio .portfolio-item {
	padding: 0;
}
.portfolio-meta .button {
	margin-top: 30px;
}

/*---------------------------------------------------*/
/*	GALLERY
/*---------------------------------------------------*/
.gallery-item {
	padding: 0;
}
.thumb-list .gallery-item {
	width: 100% !important;
}

/*---------------------------------------------------*/
/*	DRUPAL COMMERCE
/*---------------------------------------------------*/

/* CART */
.cart-form tbody tr td,
.cart-form thead tr th {
	text-align: center;
	border: none;
}
td.subtotal-title {
	padding: 10px 0 10px 5px;
}
.cart-form .delete-order-item {
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: transparent !important;
	background-size: 15px;
	padding: 8px;
	box-shadow: none;
}
.cart-block--summary {
	position: relative;
}
.cart-block--summary__count {
	display: inline-block;
	position: absolute;
	top: -7px;
	right: 7px;
	line-height: 1;
	width: auto;
	height: auto;
	background-color: #2ba9e0;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	padding: 3px 5px;
	color: #ffffff;
}
.cart-block--contents {
	width: 300px;
	right: 0;
	padding: 5px;
	margin-top: 24px;
	color: #555555;
	background: #ffffff;
	border: 1px solid #eaeaea;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
	text-align: left;
}
.cart-block--contents__items {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
	font-size: 12px;
}
.light-cart_icon i {
	color: #ffffff;
}
.cart--cart-block img {
	width: 60px;
}
.cart--cart-block table,
.cart--cart-block table tbody,
.cart--cart-block tbody tr td,
.layout-checkout-form .layout-region-checkout-secondary table tbody,
.layout-checkout-form .layout-region-checkout-secondary tbody tr td {
	border: none;
}
.cart--cart-block table tr {
	border-bottom: 1px solid #f3f3f3;
}
.cart--cart-block tbody tr td {
	padding: 8px 5px;
}
.cart--cart-block td.views-field-quantity {
	padding-right: 0;
}
.cart--cart-block .cart-block-count {
	position: absolute;
	top: 0;
	left: 15px;
	display: table;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	background: #eaeaea;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.cart--cart-block .cart-block-link {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: right;
	padding: 5px;
	line-height: normal;
}
.cart--cart-block .cart-block-link a {
	padding: 0 25px;
	background-color: #2ba9e0;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.cart--cart-block .cart-block-link a:hover {
	color: #ffffff;
	background-color: #333333;
}
.cart--cart-block .cart-block-empty {
	padding: 20px;
}
.cart--cart-block:hover .cart-block-empty {
	display: block;
}
.page-title .field-order-number .field-label,
.page-title .field-order-number .field-item {
	float: none;
	display: inline-block;
}

/* CHECKOUT */
label,
.customer-information .field_label,
.customer-information .field__label {
	font-weight: 700;
}
.commerce-checkout-flow legend {
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	color: #2ba9e0;
}
.commerce-checkout-flow .form-composite > legend {
	border: none;
	font-size: inherit;
	color: inherit;
	border-bottom: 1px solid #f4f4f4;
}
.commerce-checkout-flow input:not(.button),
.commerce-checkout-flow .form-select {
	width: 100%;
}
.commerce-checkout-flow input.form-radio {
	width: auto;
}
.commerce-checkout-flow .address-container-inline {
	display: flex;
	width: 100%;
}
.commerce-checkout-flow .address-container-inline .form-item {
	width: 100%;
	margin-right: 15px;
}
div.address-container-inline > .form-item:last-child {
	margin-right: 0;
}
.credit-card-form__expiration .form-select {
	min-width: 90px;
}
#shipping-information-wrapper {
	margin-bottom: 60px;
}
.checkout-pane-shipping-information .button {
	margin-top: 20px;
}
.layout-checkout-form .layout-region-checkout-secondary img {
	width: 70px;
	overflow: hidden;
}
.layout-region-checkout-secondary {
	margin-bottom: 30px;
}
table {
	margin: 0;
	border: none;
}
.layout-region-checkout-secondary .order-total-line {
	border-bottom: none;
}
.order-total-line,
.order-total-line__total {
	padding: 10px;
}
.order-total-line__total {
	background-color: #efefef;
}
.layout-checkout-form .order-total-line__total {
	background-color: #efefef;
}
table .views-field-edit-quantity .form-item,
table .views-field-remove-button .button {
	margin: 0;
}
.checkout-pane-order-summary {
	padding: 40px 25px;
	background-color: #f8f8f8;
}
.layout-checkout-form .layout-region-checkout-secondary table tr {
	border-bottom: 1px solid #efefef;
}
.checkout-pane-review .fieldset-legend a {
	color: #27b160;
}
.layout-checkout-form .form-actions a {
	font-weight: 600;
	margin-left: 10px;
}
.checkout-progress--step:before {
	content: counter(checkout-progress) "";
	counter-increment: checkout-progress;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-right: 8px;
	background-color: #f6f6f6;
}
.checkout-progress .checkout-progress--step__current:before,
.checkout-progress .checkout-progress--step__previous:before {
	background-color: #27b160;
	color: #ffffff;
}
.field--type-entity-reference,
.form-wrapper {
	display: block;
}
.field--name-purchased-entity {
	margin-bottom: 25px;
}

.product-post .product-title {
	font-size: 20px;
	margin-bottom: 5px;
}
.commerce-order-item-add-to-cart-form .field--name-quantity {
	position: relative;
	margin-bottom: 20px;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
	position: relative;
}
.commerce-order-item-add-to-cart-form input[type=number]::-webkit-inner-spin-button,
.commerce-order-item-add-to-cart-form input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.commerce-order-item-add-to-cart-form input[type=number] {
	-moz-appearance: textfield;
}
.commerce-order-item-add-to-cart-form .field--name-quantity input {
	width: 50px;
	height: 42px;
	line-height: 42px;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 38px;
	border-radius: 0;
	text-align: center;
}
.commerce-order-item-add-to-cart-form .field--name-quantity input:focus {
	outline: 0;
}
.commerce-order-item-add-to-cart-form .field--name-quantity input,
.quantity-button {
	border: 1px solid #eeeeee;
}
.quantity-nav {
	
}
.quantity-button {
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	width: 40px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	left: 87px;
	border-left: none;
}
.quantity-button.quantity-down {
	border-right: none;
}
.product-post .product-add-cart .form-actions {
	display: inline-block;
	min-width: 170px;
}
.product-post .product-content-wrap .form-actions input[type="submit"] {
	width: 100%;
}
.product-post .field-field-short-description {
	border-top: 1px solid #eaeaea;
	margin-top: 15px;
	padding-top: 30px;
}
.product-post legend,
.product-post label {
	margin-bottom: 10px;
	display: block;
}
.product--rendered-attribute {
	margin-bottom: 15px;
}
.product--rendered-attribute .form-item {
	margin: 0;
	margin-right: 2px;
}
.product--rendered-attribute .form-item:last-child {
	margin-right: 0;
}
.product--rendered-attribute label.option,
.product--rendered-attribute label.option .product-attribute--color {
	margin-bottom: 0;
	border: none !important;
}
.product--rendered-attribute label.option .product-attribute {
	border: 1px solid #eaeaea;
	padding: 5px 7px;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	color: #555555;
}
.product--rendered-attribute__selected ~ label.option .product-attribute {
	font-weight: 600;
}
.product--rendered-attribute label.option .product-attribute--color {
	padding: 0 !important;
	background-color: transparent !important;
}
.product--rendered-attribute .color_field__swatch {
	border: 1px solid #eaeaea;
}
.product--rendered-attribute label.option:hover .product-attribute,
.product--rendered-attribute__selected ~ label.option .product-attribute,
.product--rendered-attribute__selected ~ label.option .color_field__swatch {
	border-color: #2ba9e0;
}
.product--rendered-attribute label.option .product-attribute--size {
	padding: 0 !important;
	height: 28px;
	line-height: 28px;
	width: 28px;
}

fieldset {
	margin-top: 0;
}

/*---------------------------------------------------*/
/*	PRODUCTS
/*---------------------------------------------------*/
.product-item-wrap {
	border: 1px solid #fcfcfc;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 10px;
}
.product-item,
.product-list-meta {
	overflow: hidden;
	position: relative;
}
.product-list-meta {
	padding: 10px 0 0 0;
	display: block;
	height: 110px;
	text-align: center;
}
.product-title {
	font-weight: 600;
	line-height: 1.2;
	color: #333333;
}
.product-add-cart .form-actions {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.product-item .btn,
.product-item .button {
	padding: 15px;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
}
.product-item .product-detail-btn {
	margin-top: 50%;
	padding: 12px 15px;
}
.product-item .button,
.product-item .product-add-cart {
	display: block;
	width: 100%;
}
.product-item-wrap .form-item-qty {
	display: none !important;
	visibility: hidden !important;
}
.product-item:hover .product-add-cart,
.product-item:hover .product-add-cart .button {
	margin: 0;
}
.product-meta {
	padding: 10px 0;
}

/* TOOLTIP */
.flag-link {
	position: relative;
	display: inline-block;
}
.flag-link::before {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -60px;
	background-color: #2b222a;
	border-radius: 5px;
	color: #ffffff;
	content: attr(title);
	padding: 6px;
	text-transform: none;
	transition: all 0.5s ease;
	width: 110px;
}
.flag-link::after {
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2B222A;
	content: "";
	font-size: 0;
	line-height: 0;
	margin-left: -5px;
	width: 0;
}
.flag-link::before,
.flag-link::after {
	color: #efefef;
	font-family: monospace;
	font-size: 13px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}
.flag-link:focus::before,
.flag-link:focus::after,
.flag-link:hover::before,
.flag-link:hover::after {
	opacity: 1;
	transition: all 0.75s ease;
}
.js-flag-message {
	position: absolute;
	display: block;
	width: 200px;
	text-align: center;
	right: 40px;
	top: 40px;
	z-index: 999;
	font-size: 11px;
	font-style: italic;
}

.product-teaser-wrap {
	border: 1px solid #f2f2f2;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: 0;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	width: 100%;
}
.product-teaser {
	background-color: #ffffff;
}
.product-teaser-wrap,
.product-teaser,
.product-teaser .product-variation-wrap,
.product-teaser .product-meta-wrap,
.product-teaser input[type="submit"],
.product-teaser .commerce-order-item-add-to-cart-form,
.product-teaser .product-image img,
.product-teaser .product-icon-wrap {
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.product-teaser .product-meta {
	padding: 0;
}
.product-teaser .product-icon {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #191919;
	position: absolute;
	top: 15px;
	left: -50px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.product-teaser .product-icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	box-shadow: 0 15px 25px rgba(0,0,0,.08);
	background-color: #ffffff;
	color: #555555;
	border-radius: 50%;
}
.product-teaser .product-image .product-icon:nth-child(2) {
	top: 60px;
	transition: all 0.5s;
}
.product-teaser .product-image .product-icon:nth-child(3) {
	top: 110px;
	transition: all 0.5s 0.2s;
}
.product-teaser .product-image .product-icon:nth-child(4) {
	top: 160px;
	transition: all 0.5s 0.4s;
}
.product-teaser .product-icon:hover i {
	background: #333333;
	color: #ffffff;
}
.product-teaser .product-icon .action-unflag i {
	background: #2ba9e0;
	color: #ffffff;
}
.product-teaser:hover .product-icon {
	opacity: 1;
	left: 15px
}
.product-icon i {
	font-size: 17px;
}
.product-icon .flag-title {
	display: none;
}

/* PRODUCT TEASER ICON PLACEMENT */
.product-teaser .product-icon-wrap {
	position:absolute;
}
.product-teaser .product-icon {
	display: inline-block;
	position: static;
}
.product-teaser .product-icon-wrap {
	width: 100%;
	top: 50%;
	margin-top: -20px;
}
.product-teaser .product-icon-container {
	padding: 0 10px;
	display: inline-block;
}
.product-icon .flag-title {
	display: none;
}
.product-teaser .product-image {
	position: relative;
}
.product-teaser .product-image .field-item:nth-child(2) {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;	
}
.product-teaser:hover .product-image .field-item:nth-child(2) {
	opacity: 1;
}
.product-teaser .product-meta-wrap {
	padding: 15px;
	position: relative;
}
.product-teaser .product-add-cart input[type="submit"],
.product-teaser .product-add-cart .button {
	line-height: 42px;
	padding: 0 24px;
}
.product-teaser .product-title {
	width: 100%;
	margin-bottom: 5px;
}
.product-teaser .product-ratings {
	margin-bottom: 3px;
}

.product-teaser {
	position: relative;
	background-color: transparent;
}
.product-teaser:hover {
	z-index: 1;
}
.product-teaser .product-teaser-bg {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-bottom: -53px;
	visibility: hidden;
	opacity: 0;
	background-color: #ffffff;
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.07);
	box-shadow: 0 0 8px rgba(0,0,0,0.07);
}
.product-teaser:hover .product-teaser-bg {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
	-webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;	
}
.product-teaser:hover .product-badge {
	z-index: 1;
}
.product-teaser .product--rendered-attribute .color_field__swatch {
	height: 14px !important;
	width: 14px !important;
}
.product-teaser .product--rendered-attribute label.option .product-attribute {
	font-size: 8px;
	 padding: 3px 5px;
}
.product-teaser .product--rendered-attribute label.option .product-attribute--size {
	height: 16px;
	line-height: 16px;
	width: 16px;
}
.product-teaser .product-variation-wrap {
	padding: 0;
	margin-top: 8px;
	position: relative;
}
.product-teaser .product-add-cart .form-actions {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: 0.3s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
	-webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
}
.product-teaser:hover .product-add-cart .form-actions {
	opacity: 1;	
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.product-teaser .commerce-order-item-add-to-cart-form .field--name-quantity,
.product-teaser .field--name-purchased-entity legend {
	display: none !important;
}
.product-teaser .field--name-purchased-entity {
	margin-bottom: 0;
}
.product-teaser .product--rendered-attribute {
	margin: 0;
}
.product-teaser .product--rendered-attribute .radios {
	margin-bottom: 5px;
}
.product-teaser .product--rendered-attribute
.product-teaser .product--rendered-attribute .form-item {
	margin-right: 0;
}
.product-teaser .product--rendered-attribute .form-item {
	vertical-align: top;
}
.product-teaser-no-attribute .product-variation-wrap .form-item,
.product-teaser.has-no-options .has-option-variation .form-actions,
.product-teaser.has-options .has-no-option-variation .form-actions {
	display: none;
}
.product-price,
.product-old-price {
	display: inline-block;
}
.product-price {
	color: #2ba9e0;
	font-weight: 600;
}
.product-old-price {
	font-weight: normal;
	font-size: 14px;
	margin-right:5px;
	color: #b3b3b3;
}
.product-teaser .product-price {
	font-size: 16px;
}
.product-post .product-meta {
	margin-top: 20px;
	margin-bottom: 0;
}
.product-post .product-meta .form-item-qty label {
	display: none;
}
.product-post .product-icon-wrap,
.product-post .product-icon,
.product-post .product-add-cart {
	display: inline-block;
}
.product-post .product-variation-wrap {
	position: relative;
	margin-top: 20px;
}
.product-post .product-add-cart {
	width: 100%;
}
.product-post .product-price-wrap {
	margin-bottom: 10px;
}
.product-post .product-price {
	font-size: 25px;
}
.product-post .product-old-price {
	font-size: 19px;
	margin-left: 7px;
}
.product-post .product-meta .field-label-inline .field-label {
	min-width: 85px;
}
.product-post .product-meta .product-meta-item {
	margin-top: 7px;
}
.product-post .product-icon {
	margin-right: 10px;
	padding-right: 15px;
	position: relative;
}
.product-post .product-icon:last-child {
	margin: 0;
	padding: 0;
}
.product-post .product-icon:after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 13px;
	opacity: 0.4;
}
.product-post .product-icon:last-child:after {
	display: none;
}
.product-post .product-icon i,
.product-post .product-icon .flag-title {
	display: block;
	float: left;
	line-height: 15px;
}
.product-post .product-icon i {
	height: auto;
	width: auto;
	font-size: 15px;
	margin-right: 10px;
}
.product-post .field-sku,
.product-post .field-field-stock-level {
	display: inline-block;
}
.product-post .field-field-stock-level p {
	margin: 0;
}
.product-post .product-stock .available-stock,
.product-post .product-stock .out-of-stock {
	font-weight: bold;
}
.vote-form,
.product-post .product-stock,
.product-post .product-stock.out-stock .available-stock,
.product-post .product-stock.in-stock .out-of-stock {
	display: none;
}
.product-post .product-stock .stock-availability,
.product-post .product-stock .available-stock,
.product-post .product-stock .out-of-stock {
	display: inline-block;
}
.product-post .product-stock .stock-availability,
.product-post .product-stock .available-stock,
.product-post .product-stock .out-of-stock {
	float: left;
	margin-right: 7px;
}
.product-post .product-stock .stock-availability {
	min-width: 85px;
}
.product-post .product-stock .out-of-stock {
	color: red;
}
.product-post .product-stock .available-stock {
	color: green;
}
.product-info .panel-heading .panel-title > a:after {
	left: auto;
	right: 0;
	border: none;
}
.product-info .panel-heading .panel-title > a {
	padding: 12px 45px 12px 0;
	border: none;
	border-bottom: 1px solid #eeeeee;
	font-weight: 700;
	font-size: 20px;
}
.product-info .panel-group .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 20px 0;
}
.taxonomy-term.vocabulary-brand {
	background: #eeeeee;
	padding: 20px;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
.path-taxonomy .taxonomy-term.vocabulary-brand .field-description {
	padding-top: 20px;
}
/*
.details-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
*/
.views-element-container header {
	margin-bottom: 15px;
}
.product-catalog header {
	margin-bottom: 0;
}

/* LIST GRID SWITCH */
.product-catalog .switch-icon {
	position: absolute;
	top: 15px;
	left: 0;
}
.switch-icon span {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
.switch-icon .active {
	color: #2ba9e0;
}
.list-grid {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.list-grid .product-teaser-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-grid .product-teaser .product-image {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.list-grid .product-teaser .product-meta-wrap {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	text-align: left;
}
.list-grid .product-teaser .product-meta-wrap {
	padding: 25px 15px 15px 30px;
}
.list-grid .product-teaser .product-add-cart .form-actions {
	transform: none !important;
	opacity: 1;
	bottom: 0;
}
.list-grid .product-teaser .product-teaser-bg,
.product-teaser .product-desc {
	display: none;
}
.list-grid .product-teaser .product-desc {
	display: block;
}
.list-grid .product-teaser .product-desc,
.list-grid .product-teaser .product-desc p {
	margin-top: 8px;
}
.list-grid .product-teaser .product-title {
	font-size: 17px;
}
.list-grid .product-teaser .product-variation-wrap {
	padding-bottom: 42px;
}
.list-grid .product-teaser:hover .product-price-wrap {
	opacity: 1;
}
.product-list-wrap {
	text-align: left;
	width: 100%;
}
.product-list-wrap:hover {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.07);
	box-shadow: 0 0 8px rgba(0,0,0,0.07);
}
.product-list-wrap .product-teaser {
	margin: 0;
	padding: 0;
}
.product-list-wrap .product-image,
.product-list-wrap .product-meta-wrap {
	padding: 5px 15px;
}
.product-list-wrap .product-meta-wrap {
	padding-top: 20px;
}
.product-list-wrap .product-image .field-field-image {
	display: table;
	width: 100%;
	height: 100%;
}
.product-list-wrap .product-image .field-field-image .field-item {
	display: table-cell;
	vertical-align: middle;
}
.product-list-wrap .product-ratings {
	margin-top: 0;
	margin-bottom: 5px;
}

/* VIEWS EXPOSED FILTER */
.views-exposed-form {
	margin-bottom: 15px;
	padding: 0;
}
.views-exposed-form form {
	display: flex;
	background-color: #ffffff;
}
.views-exposed-form form .form-item * {
	color: #555555 !important;
}
.views-exposed-form .form-item,
.views-exposed-form .form-actions {
	display: inline-block;
	margin: 0 0 0 5px;
}
.views-exposed-form select {
	padding-left: 15px;
	border: 1px solid #ecedee;
}

.header .views-exposed-form {
	margin-bottom: 0;
}
.header .views-exposed-form form {
	border: 1px solid #eaeaea;
	max-width: 600px;
	position: relative;
	padding-right: 50px;
}
.header .views-exposed-form input,
.header .views-exposed-form .nice-select {
	border: none;
	margin-top: 0;
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.header .views-exposed-form .nice-select {
	border: none;
	min-width: 130px;
}
.header .views-exposed-form .form-item {
	position: relative;
}
.header .views-exposed-form .form-item:before {
	content: "";
	width: 1px;
	height: 22px;
	background-color: #eaeaea;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
}
.header .views-exposed-form form .form-item:first-child:before {
	display: none;
}
.header .views-exposed-form .form-item,
.header .views-exposed-form .form-actions {
	margin: 0;
}
.header .views-exposed-form .js-form-type-textfield {
	width: 100%;
}
.header .views-exposed-form .form-actions {
	position: absolute;
	top: -1px;
	right: -1px;
}
.header .views-exposed-form .form-actions .button {
	font-family: 'themify';
	font-size: 20px;
	padding: 0;
	width: 50px;
	height: 50px;
}
.product-catalog .views-exposed-form {
	text-align: right;
}
.product-catalog .views-exposed-form .form-item label {
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 5px;
}
.product-catalog .views-exposed-form .form-item .select-wrapper {
	display: inline-block;
}
.product-catalog .views-exposed-form .form-actions {
	display: none;
}

/* PRODUCT CATEGORY IMAGE */
.product-category {
	position: relative;
	overflow: hidden;
}
.product-category-name-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.product-category-name-wrap a {
	position: relative;
	display: inline-block;
	top: 50%;
	margin-top: -24px;
}
.count-product-category .product-category-url {
	padding-right: 9px;
}
.product-category-count {
	background-color: #ffffff;
	display: inline-block;
	color: #555555;
	width: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	margin-left: 9px;
	position: relative;
	margin-top: 9px;
}

/* PRODUCT CATEGORY IMAGE 2 */
.product-category2 {
	width: 100%;
	transition: 0.3s;
}
.product-category2 .product-category-image {
	border-radius: 50%;
	overflow: hidden;
	transition: 0.3s;
}
.product-category2:hover .product-category-image {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.07);
	box-shadow: 0 0 8px rgba(0,0,0,0.07);
}
.product-category2 span,
.product-category3 span,
.product-category2 a,
.product-category3 a {
	display: block;
}
.product-category2 .product-category-label {
	margin-top: 10px;
	font-weight: 600;
	line-height: 1.2;
}
.product-category3 .product-category-label {
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 11px;
}

/*  PRODUCT CATEGORY ICON */
.product-category-icon {
	border: 1px solid #eaeaea;
	margin-bottom: 1px;
	width: 100%;
	background-color: #ffffff;
}
.product-category-icon a {
	display: block;
	padding: 20px;
}
.product-category-icon-image {
	display: block;
	padding: 20px;
	opacity: 0.7;
	transition: 0.3s;
}
.product-category-icon-image img {
	max-width: 60px;
	margin: auto;
}
.product-category-icon:hover {
	background-color: #2ba9e0;
	border-color: #2ba9e0;
	color: #ffffff;
}
.product-category-icon:hover .product-category-icon-image {
	opacity: 1;
}
.product-category-icon:hover .product-category-icon-image img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.product-category-icon:hover .product-category-label {
	color: #ffffff;
}

/* PRODUCT BRAND */
.brand-logo img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
}
.brand-logo:hover img {
	opacity: 1;
}
.grid-item .brand-logo {
	padding: 15px 30px;
	border: 1px solid rgba(0,0,0,0.02);
	margin-top: -1px;
	margin-left: -1px;
}

/* PRODUCT BADGES */
.product-badge {
	position: absolute;
	top: 10px;
	left: 10px;
}
.product-badge .badge-label {
	font-size: 8px;
	text-align:center;
	display: block;
	color: #ffffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
}
.product-badge .badge-new {
	background-color: #53d542;
}
.product-badge .badge-sale {
	background-color: #4774c7;
}
.product-badge .badge-hot {
	background-color: #ff421d;
}
.product-icon-left .product-badge {
	left: auto;
	right: 10px;
}
.btn-curve .product-badge .badge-label {
	height: auto;
	line-height: 24px;
}

/* PRODUCT ICON BOX */
.box-icon .box-icon-items:last-child {
	border-right: none;
}
.box-icon .box-icon-title {
	margin-bottom: 3px;
}
.box-icon .box-icon-item .box-desc {
	text-align: left;
}
.box-icon .box-icon-item .box-desc,
.box-icon .box-icon-item .box-icon {
	display: inline-block;
	vertical-align: middle;
}
.box-icon-item .box-desc p {
	color: #868686;
}
.box-icon .box-icon-item .box-desc p:last-child {
	margin-bottom: 0;
}
.box-icon .box-icon-item .box-icon {
	margin-right: 15px;
	font-size: 35px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.box-icon-plain {
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}
.box-icon-plain .box-icon-items {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-icon-plain .box-icon-items:last-child {
	border-bottom: none;
}
.box-icon-plain .box-icon-item .box-icon {
	font-size: 30px;
}
.box-icon-center .box-icon-item .box-icon {
	font-size: 35px;
}

.box-icon-item:hover .box-icon {
	-webkit-animation-name: icon-float, hvr-icon-bob;
	animation-name: icon-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
}
@-webkit-keyframes icon-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@keyframes icon-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}

/* RATING STARS */
.product-ratings .form-item {
	margin: 0;
}
.product-teaser .br-theme-css-stars .br-widget {
	height: 20px;
}
.product-teaser .br-theme-css-stars .br-widget a {
	float: none;
	font-size: 20px;
	margin-right: 1px;
	line-height: 1;
}
.br-theme-css-stars .br-widget a:last-child {
	margin-right: 0;
}
.br-theme-css-stars .br-widget a.br-selected:after {
	color: #f6d000;
}
.vote-result {
	color: #999999;
	font-size: 13px;
}

.product-teaser .product-icon .ajax-progress {
	line-height: 40px;
}

.product-category-link {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.product-category-link .list-count {
	position: absolute;
	right: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	line-height: 17px;
	font-size: 9px;
}

/* FACETS */
.js-facets-checkbox-links,
.item-list__checkbox,
.facet-item {
	list-style-type: none;
}
.facet-item {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.facets-checkbox {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
	display: inline-block;
	top: 3px;
	width: 15px;
	height: 15px;
	position: relative;;
}
.js-facets-checkbox-links input[type="checkbox"],
.facet-list li {
	margin: 0;
}
.js-facets-checkbox-links label {
	margin: 0;
	font-weight: normal;
	float: left;
}
.facet-item label span {
	display: inline-block;
}
.facet-item__count {
	font-size: 13px;
	margin-left: 2px;
}
.facet-list .is-active {
	color: #222222;
	font-weight: 700;
}
.facet-list .is-active .js-facet-deactivate {
	color: #2ba9e0;
}

/* CATEGORY MENU */
.category-menu .block-title-wrap,
.category-menu .block-title {
	line-height: 50px;
}
.category-menu,
.category-menu .container-wrap {
	position: relative;
}
.cat-button {
	display: none;
}
.header .category-menu {
	display: block;
}
.category-menu .nav {
	position: relative;
	border: 1px solid #eaeaea;
	border-top: none;
	width: 100%;
	top: 100%;
	z-index: 9;
	padding: 0;
	padding: 10px 0 20px 0;
}
.category-menu .block-title-wrap {
	position: relative;
	cursor: pointer;
	background-color: #2ba9e0;
	padding: 0 25px;
	margin: 0;
	transition: 0.3s;
}
.sidebar .category-menu .block-title-wrap {
	border-radius: 5px 5px 0 0;
}
.sidebar .category-menu .block-title-wrap.active {
	border-radius: 0;
}
.category-menu .block-title {
	margin-bottom: 0;
	font-size: 17px;
	letter-spacing: normal;
	color: #ffffff;
}
.category-menu .cat-icon {
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	right: 0;
}
.category-menu .nav {
	display: block;
	border-radius: 0 0 5px 5px;
}
.category-menu .mega-menu > ul > li {
	display: block;
}
.category-menu li,
.category-menu li a {
	position: relative;
}
.category-menu li a {
	display: block;
	margin: 0;
	padding: 0 25px;
}
.category-menu ul.menu li a,
.category-menu ul.menu .more-toggler {
	margin-bottom: 0;
	color: #333333;
}
.header .category-menu .nav {
	position: absolute;
	display: none;
	background-color: #ffffff;
}
.header .open.category-menu .nav {
	display: block;
	transition: 0.3s;
}
.header .open.category-menu.closed .nav {
	display: none;
}
.mega-menu > ul .more-toggler {
	padding: 0 25px;
	line-height: 50px;
	cursor: pointer;
	font-weight: 600;
	clear: both;
}
.more-toggler:after {
	content: "+";
	font-size: 22px;
	right: 20px;
	position: absolute;
}
.more-toggler.less:after {
	content: "-";
}

/* PICZOOMER */
.piczoomer,
.piczoomer .field-item {
	position: relative;
}
.piclist {
	margin-top: 20px;
}
.piclist .field-item {
	cursor: pointer;
}
.piclist .selected {
	border: 2px solid #eaeaea;
	cursor: default;
}
.piczoomer-pic-wp {
	position: relative;
	overflow: hidden;
}
.piczoomer-pic-wp:hover .piczoomer-cursor {
	display: block;
}
.piczoomer-zoom-pic {
	position: absolute;
	top: 0;
	left: 0;
}
.piczoomer-zoom-wp {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100% !important;
	z-index: 99;
	overflow: hidden;
	border: 1px solid #efefef;
	background-color: #ffffff;
}
.piczoomer-zoom-wp img {
	max-width: none !important;
}
.piczoomer-pic {
	width: 100%;
}
.piczoomer-cursor {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

/* DIALOG */
.product-quick-view .product-teaser-wrap .form-actions input[type="submit"],
.product-quick-view .product-teaser-wrap .form-actions .btn {
	width: auto !important;
	height: 46px !important;
	padding: 16px 25px !important;
}
.product-quick-view .product-post .field-title {
	font-size: 18px;
}
.ui-dialog {
	font-family: 'Muli', sans-serif;
	color: #555555;
	font-size: 12px;
	min-width: 300px;
	z-index: 9999;
}
.product-quick-view {
	padding: 0 0 2em 0;
}
.product-quick-view .ui-dialog-content {
	padding: 2em 2em 0 2em;
	height: auto !important;
	max-height: none !important;
	overflow-x: hidden;
	min-width: 300px;
}
.ui-dialog-position-side,
.ui-dialog-position-side .ui-dialog-content {
	min-width: auto;
}
.product-quick-view .ui-widget-header {
	border: none;
	background: none;
	color: #333333;
	font-weight: 700;
}
/*
.ui-dialog .ui-dialog-titlebar {
	padding: 0;
	position: relative;
}
*/
.product-quick-view .ui-dialog-title {
	display: none !important;
}
.ui-dialog-position-side .ui-dialog-title {
	display: block;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	margin: 0;
	padding: 1px;
	height: 30px;
	font-size: 25px;
	color: #2a2a2a;
	background: #ffffff;
	text-indent: -9999px;
	z-index: 1;
	line-height: 30px;
}
.ui-dialog-titlebar-close {
	cursor: pointer;
}
#drupal-off-canvas .form-select {
	background-color: #ffffff !important;
}
.ui-button .ui-icon {
	background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-widget.ui-dialog-titlebar-close {
	line-height: 0;
}
.ui-dialog-titlebar-close:after {
	content: "×";
	text-indent: 0;
	display: block;
}
.ui-dialog-titlebar-close:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.product-quick-view .ui-dialog-buttonpane {
	display: none !important;
	visibility: hidden !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-widget-overlay {
	background: #000000;
	opacity: .6;
}
.ui-widget-content a {
	color: #2ba9e0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

#drupal-off-canvas input[type="checkbox"],
#drupal-off-canvas input[type="radio"] {
	position: absolute;
}
#drupal-off-canvas label.option {
	padding-left: 30px;
}

.ui-dialog .product-post .product-content-wrap .form-actions input[type="submit"] {
	display: block !important;
}
.ui-dialog .piczoomer-zoom-wp,
.ui-dialog .product-meta {
	display: none !important;
}

.ui-dialog-content .product-post .product-price {
	font-size: 20px;
}
.ui-dialog-content .product-post .product-old-price {
	font-size: 15px;
}
.ui-dialog-content .color_field__swatch {
	width: 16px !important;
	height: 16px !important;
}

/* PROMOTION */
.promotion-container {
	position: relative;
	overflow: hidden;
}
.promotion-meta-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.promotion-meta {
	display: table;
	height: 100%;
	max-width: 65%;
	padding: 15px 40px;
}
.promotion-content {
	color: #555555;
}
.promotion-content-meta {
	display: table-cell;
	vertical-align: middle;
}
.promotion-item img,
.promotion-layout3 .promotion-title,
.promotion-layout4 .promotion-title {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.promotion-item .promotion-container:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.18);
	content: "";
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
	z-index: 1;
	opacity: 0;
}
.promotion-item:hover img {
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.promotion-item:hover .promotion-container:before {
	opacity: 1;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.promotion-title {
	display: inline-block;
	position: relative;
	font-size: 25px;
	color: #333333;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: .5rem;
	line-height: 1.2;
}
.promotion-link {
	display: block;
}
.promotion-layout1 .grid-item,
.promotion-item,
.promotion-item img {
	width: 100%;
}
.promotion-layout1 .grid-item:last-child {
	margin-bottom: 0;
}
.promotion-layout2 .promotion-meta {
	width: 70%;
}

/*---------------------------------------------------*/
/*	DEALS BLOCK
/*---------------------------------------------------*/
.deals-layout {
	position: relative;
}
.deals-block .is-countdown {
	background-color: transparent;
	border: none;
}
.deals-block .countdown-wrap {
	position: relative;
	top: 12px;
}
.deals-block .field-timer-jquery-countdown .countdown-section {
	font-weight: 600;
	padding: 0;
	margin-right: 20px;
	color: #f45000;
}
.deals-block .countdown-amount {
	text-shadow: 1px 0 1px #555555;
	line-height: 1.2;
	padding-right: 2px;
}
.deals-block .countdown-wrap,
.deals-block .block-title-content {
	display: inline-block;
}
.deals-block .block-title-content {
	margin-right: 30px;
}
.deals-grid .field-field-product-block.row {
	margin-right: -10px;
	margin-left: -10px;
}
/*---------------------------------------------------*/
/*	PRICE TABLE
/*---------------------------------------------------*/
.pricing-table {
	margin-bottom: 30px;
}
.pricing-table .pricing-wrap {
	padding: 50px 30px;
	background: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.09);
}
.pricing-table .pricing-header p {
	margin: 0;
}
.pricing-table .pricing-amount div {
	display: inline-block;
}
.pricing-table .pricing-price {
	font-size: 45px;
	line-height: 1;
}
.pricing-table .pricing-currency {
	font-size: 30px;
	position: relative;
	top: -8px;
}
.pricing-table .pricing-duration {
	font-size: 12px;
}
.pricing-table .pricing-content {
	padding-top: 15px;
}
.pricing-table .pricing-body {
	position: relative;
}
.pricing-table .pricing-body p:last-child {
	margin: 0;
}
.pricing-table .pricing-name {
	margin: 15px 0;
}
.pricing-table .pricing-features {
	padding: 20px 0 10px 0;
}
.pricing-table .pricing-features .field-item {
	padding: 7px 0;
	font-size: 14px;
}
.pricing-table .pricing-features .field-item:before {
	content: "✓";
	margin-right: 10px;
}

.pricing-table .featured .pricing-wrap {
	background-color: #19212e;
	color: #ffffff;
}
.pricing-table .featured .pricing-wrap * {
	color: #ffffff;
}
.pricing-table .featured .button:hover {
	background-color: #ffffff;
	color: #333333;
}
.pricing-table .pricing-btn {
	margin-top: 20px;
	padding: 0 50px;
}
.pricing-table .pricing-btn a {
	width: 100%;
}

/*---------------------------------------------------*/
/*	SIMPLENEWS
/*---------------------------------------------------*/
.simplenews-subscriber-form form {
	position: relative;
}
.simplenews-subscriber-form .block-content {
	max-width: 500px;
	min-width: 50%;
	margin: 0 auto;
}
.simplenews-subscriber-form .form-item,
.simplenews-subscriber-form .form-actions,
.simplenews-subscriber-form .button {
	margin: 0;
}
.simplenews-subscriber-form input {
	width: 100%;
	border-right: none;
	height: 48px;
	padding-left: 25px;
	padding-right: 120px;
	background-color: #ffffff;
}
.simplenews-subscriber-form .form-actions {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
}
.simplenews-subscriber-form .button {
	width: 100%;
	padding: 0 20px;
}
.simplenews-subscriber-form .block-title-wrap {
	padding-left: 60px;
}
.simplenews-subscriber-form .block-title-wrap:before {
	content: "\e75a";
	font-family: 'themify';
	font-size: 40px;
	position: absolute;
	left: 0;
}
.simplenews-subscriber-form.title-light .block-title-wrap:before {
	color: #ffffff;
}
.simplenews-subscriber-form .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.simplenews-subscriber-form .description,
.simplenews-subscriber-form .form-item-message {
	display: none !important;
	visibility: hidden;
}
.user-logged-in .simplenews-subscriber-form form {
	height: 48px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.user-logged-in .simplenews-subscriber-form .button {
	height: 46px;
}
.footer .simplenews-subscriber-form .field--name-mail input {
	padding-right: 100px;
}

.simplenews-subscriber-form.block-title-center .block-title-wrap {
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
}
.simplenews-subscriber-form.block-title-center .block-title-wrap:before {
	left: auto;
	right: auto;
	top: 0;
	margin-left: -20px;
}

/*---------------------------------------------------*/
/*	FACTS COUNTER
/*---------------------------------------------------*/
.facts {
	margin-bottom: 20px;
}
.facts .count-number {
	font-size: 48px;
	font-weight: 400;
}
.facts .fact-title {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}
.facts .fact-icon {
	font-size: 50px;
	margin-right: 15px;
}
.fact-icon,
.fact-value {
	display: block;
	width: 100%;
	line-height: 1.2;
}
.facts-border .fact-value {
	text-align: center !important;
	padding: 35px 0;
	border-radius: 3px;
	border: 2px solid rgba(234,234,234,.01);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.facts-border .facts:hover .fact-value {
	border: 2px solid rgba(0,0,0,0.1);
}

/*---------------------------------------------------*/
/*	PROGRESS BAR
/*---------------------------------------------------*/
.progress-content{
	overflow: hidden; 
	width: 100%;
}
.progress-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
}
.progress-item {
	margin-bottom: 20px;
	display: block;
}
.progress-bar-wrap {
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 8px;
	background: #2ba9e0;
	height: 4px;
	width: 100%;
}
.progress-bar {
	width: 100%;
	background: #f2f2f2;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.progress-complete {
	position: absolute;
	left: -13px;
	display: block;
	top: -23px;
	color: #555555;
	font-size: 14px;
}

/*---------------------------------------------------*/
/* EASY PIE CHART
---------------------------------------------------- */
.chart-wrap {
	text-align: center;
}
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 20px;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: "%";
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}

/*---------------------------------------------------*/
/*	ACCORDION
/*---------------------------------------------------*/
.collapse-item {
	width: 100% !important;
	margin-bottom: 20px;
}
.collapse-item .card-header {
	border-bottom: none;
	font-size: 16px;
}
.collapse-item .card-header a {
	display: block;
	position: relative;
}
.collapse-item .card-header > a:after {
	content: "\e622";
	font-family: 'themify';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.3s;
}
.collapse-item .card-header > a.collapsed:after {
	content: "\e61a";
}
.collapse-item .card {
	border: none;
}

/*---------------------------------------------------*/
/*	TABS
/*---------------------------------------------------*/
/* VERTCAL TABS */
.vertical-tabs .nav > li > a {
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
}
.vertical-tabs .nav > li.active a {
	color: #3B3B3B;
}

/* TABS CONTENT */
.tab-content {
	padding: 0;
	border-radius: 0 0 0 0;
	padding: 25px 15px;
	border: 1px solid #f2f2f2;
	display: block;
	margin-top: -2px;
}
.nav-tabs {
	border-bottom-color: transparent;
	margin-bottom: -1px;
	list-style-type: none;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.nav-tabs > li > a {
	padding: 13px 20px;
	margin-right: 2px;
	margin-top: 0;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
	border-width: 1px;
	background-color: #ffffff;
	color: #3b3b3b;
}

.product-info .tab-content {
	margin-top: 0;
	border: none;
	padding: 0;
}
.product-info .nav-tabs {
	padding: 0;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 40px;
}
.product-info .nav-tabs li {
	display: inline-block;
}
.product-info .nav-tabs > li > a {
	border: none !important;
	background-color: transparent !important;
	padding: 0;
	margin-bottom: 20px;
	margin-right: 30px;
	font-weight: 700;
}
.product-info h2 {
	font-size: 24px;
}

/*---------------------------------------------------*/
/*	CALL TO ACTION
/*---------------------------------------------------*/
.action-block {
	-moz-box-shadow: inset 0 0 2px #eeeeee;
	-webkit-box-shadow: inset 0 0 2px #eeeeee;
	box-shadow: inset 0 0 2px #eeeeee;
}
.text-light.action-block {
	box-shadow: none;
}
.action-block .cta-wrap {
	padding: 0;
}
.action-block .cta-text {
	margin-top: 10px;
	position: relative;
}
.action-block .block-title-wrap {
	padding-left: 0 !important;
}
.action-block .block-title-content {
	max-width: 700px;
}
.cta-link {
	display: inline-block;
}
.cta-style1 .action-block .cta-text {
	max-width: 70%;
	margin: auto;
}
.action-block-1.text-center .block-title {
	text-align: center !important;
}
.action-block-1 .block-title-wrap {
	margin-bottom: 20px;
}
.action-block-2 .cta-link {
	text-align: right;
}

.action-block-2 .block-title-wrap {
	margin-bottom: 0;
}
#page .cta-style2 .block,
#page .cta-style3 .block {
	padding-top: 45px;
	padding-bottom: 40px;
}

.list-icon {
	list-style-type: none;
	font-weight: bold;
}
.list-icon li {
	line-height: 1;
	margin-bottom: 15px;
}
.list-icon i {
	display: inline-block;
	margin-right: 10px;
	color: #2ba9e0;
}
.dark-bg .list-icon i,
.colored-bg .list-icon i,
.text-light .list-icon i {
	color: #ffffff !important;
}

/*---------------------------------------------------*/
/*	DROPCAPS
/*---------------------------------------------------*/
.dropcap {
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	float: left;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 14px;
	position: relative;
	top: 9px;
	margin-top: 10px;
}
.dropcap.square-dropcap,
.dropcap.round-dropcap {
	font-size: 35px;
	top: 3px;
	margin-top: 0;
	margin-right: 22px;
	padding-top: 17px;
}
.dropcap.square-dropcap.white-bg,
.dropcap.round-dropcap.white-bg {
	border: 1px solid #333333;
}

/*---------------------------------------------------*/
/*	BLOCKQUOTES
/*---------------------------------------------------*/
blockquote {
	font-style: italic;
	font-family: 'times';
	border-left: 3px solid #2ba9e0;
	position: relative;
	padding: 0 20px;
	margin: 30px 20px;
}

/* VIDEO STYLES */
iframe {
	max-width: 100%;
}
video {
	width: 100% !important;
	height: auto !important;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
}

/* AJAX PROGRESS THROBBER */
.ajax-progress-fullscreen {
	background-color: transparent;
	background-image: url(../images/small-preloader.gif);
	border-radius: 0;
	height: 24px;
	opacity: 1;
}
.ajax-progress,
.ajax-progress.ajax-progress-throbber {
	background-color: rgba(255, 255, 255, 0.5) !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	padding-top: 250px;
}
.ajax-progress-throbber .throbber {
	background: transparent url(../images/small-preloader.gif) no-repeat 0px center;
	display: inline-block;
	padding: 5px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.ajax-progress-throbber .message {
	font-size: 16px;
	margin-left: 15px;
}

/* QUICKTABS */
.quicktabs-tabs {
	margin-bottom: 35px;
}
.quicktabs-tabs li {
	margin-right: 20px;
}
.quicktabs-tabs li:last-child {
	margin-right: 0;
}
.quicktabs-tabs li a {
	font-weight: bold;
}
.quicktabs-tabs li.active a {
	color: #2ba9e0;
}
.block-title-center .quicktabs-tabs {
	text-align: center;
}
.block-title-right .quicktabs-tabs {
	text-align: right;
}

/* SIMPLE BLOCK POPUP */
.spb-popup-main-wrapper {
	padding: 0;
	border: none;
	background-color: rgb(254, 254, 254);
}
.spb-popup-main-wrapper .block-title {
	font-size: 26px;
}
.spb-popup-main-wrapper .simplenews-subscriber-form {
	padding: 50px 40px 50px 40px;
}
.spb-popup-main-wrapper .simplenews-subscriber-form.block-title-center .block-title-wrap {
	padding-top: 0;
}
.spb-popup-main-wrapper .simplenews-subscriber-form .block-title-wrap:before {
	display: none;
}
.spb-popup-main-wrapper .simplenews-subscriber-form .block-title-wrap,
.spb-popup-main-wrapper .simplenews-subscriber-form .block-content {
	float: none !important;
	display: block !important;
	padding: 0 !important;
}
.spb-popup-main-wrapper .simplenews-subscriber-form .block-title-wrap {
	margin-bottom: 35px !important;
}
.spb-popup-main-wrapper .simplenews-subscriber-form input {
	height: 42px;
}
.spb-popup-main-wrapper .simplenews-subscriber-form input[type="submit"] {
	line-height: 42px;
}
.spb-controls {
	right: 15px;
	top: 5px;
}
.spb_close {
	font-size: 26px;
	line-height: 20px;
}
.spb_minimize {
	font-size: 35px;
	line-height: 19px;
}
.spb_close, .spb_minimize {
	border: none;
	background: none;
	padding: 0;
	margin-left: 10px;
}
.simple-popup-blocks-global .contextual {
	top: 35px;
}
.spb_minimized {
	background: rgba(255, 255, 255, 0.34) none repeat scroll 0 0;
	border-color: rgba(0, 0, 0, 0.04);
	border-radius: 0;
	padding: 0;
	right: 2%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.spb_minimized:before {
	font-family: "themify";
	content: "\e659";
}
.spb_center {
	margin-top: 0;
	margin-left: 0;
	transform: translate(-50%, -50%);
}

/*---------------------------------------------------*/
/*	CSS UTILITY
/*---------------------------------------------------*/
.nomargin 			{ margin: 0 !important; }
.nomargin-left 		{ margin-left: 0 !important; }
.nomargin-right 	{ margin-right: 0 !important; }
.nomargin-top		{ margin-top: 0 !important; }
.nomargin-bottom	{ margin-bottom: 0 !important; }
.nopadding 			{ padding: 0 !important; }
.nopadding-left 	{ padding-left: 0 !important; }
.nopadding-right 	{ padding-right: 0 !important; }
.nopadding-top 		{ padding-top: 0 !important; }
.nopadding-bottom	{ padding-bottom: 0 !important; }
.noborder 			{ border: 0 !important; }
.noborder-left		{ border-left: 0 !important; }
.noborder-right		{ border-right: 0 !important; }
.noborder-top		{ border-top: 0 !important; }
.noborder-bottom	{ border-bottom: 0 !important; }
.noradius			{ -webkit-border-radius: 0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.pointer 			{ cursor: pointer; }
.relative 			{ position: relative; }
.absolute			{ position: absolute !important; top:0; left:0; right:0; bottom:0; }
.fullwidth 			{ width: 100% !important; max-width:100% !important;/* overflow: hidden;*/ }
.halfwidth 			{ width: 50% !important; }
ul>li>i				{ margin-right: 8px; }
.btn>i 				{ padding-right: 6px; }

.display-table		{ display: table; width:100%; height:100%; position:relative; z-index:99; }
.display-table-cell	{ display: table-cell; width:100%; height:100%; }
.vcenter			{ display: inline-block; vertical-align: middle; float: none; }
.vertical-align		{ position: relative;top: 50%; transform: translateY(-50%); }
.vertical-align-middle	{ vertical-align: middle; }
.float-center { margin-left: auto; margin-right: auto; }
/* CIRCLE */
.circle {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
	-webkit-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
	-moz-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
	-ms-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
	box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* PADDING */
.padding-0,
.no-padding		{ padding: 0 !important; 	}
.padding-3 		{ padding: 3px !important; 	}
.padding-6 		{ padding: 6px !important; 	}
.padding-8 		{ padding: 8px !important; 	}
.padding-10 	{ padding: 10px !important; }
.padding-15 	{ padding: 15px !important; }
.padding-20 	{ padding: 20px !important; }
.padding-30 	{ padding: 30px !important; }
.padding-40 	{ padding: 40px !important; }
.padding-50 	{ padding: 50px !important; }
.padding-60 	{ padding: 60px !important; }
.padding-70 	{ padding: 70px !important; }
.padding-80 	{ padding: 80px !important; }
.padding-90 	{ padding: 90px !important; }
.padding-100 	{ padding: 100px !important; }
/* PADDING TOP */
.padding-top-0		{ padding-top: 0 !important; }
.padding-top-10		{ padding-top: 10px !important; }
.padding-top-15		{ padding-top: 15px !important; }
.padding-top-20		{ padding-top: 20px !important; }
.padding-top-30		{ padding-top: 30px !important; }
.padding-top-40		{ padding-top: 40px !important; }
.padding-top-50		{ padding-top: 50px !important; }
.padding-top-60		{ padding-top: 60px !important; }
.padding-top-70		{ padding-top: 70px !important; }
.padding-top-80		{ padding-top: 80px !important; }
.padding-top-90		{ padding-top: 90px !important; }
.padding-top-100	{ padding-top: 100px !important; }
.padding-top-120	{ padding-top: 120px !important; }
.padding-top-130	{ padding-top: 130px !important; }
.padding-top-150	{ padding-top: 150px !important; }
.padding-top-180	{ padding-top: 180px !important; }
.padding-top-200	{ padding-top: 200px !important; }
/* PADDING BOTTOM */
.padding-bottom-0	{ padding-bottom: 0 !important; }
.padding-bottom-10	{ padding-bottom: 10px !important; }
.padding-bottom-15	{ padding-bottom: 15px !important; }
.padding-bottom-20	{ padding-bottom: 20px !important; }
.padding-bottom-30	{ padding-bottom: 30px !important; }
.padding-bottom-40	{ padding-bottom: 40px !important; }
.padding-bottom-50	{ padding-bottom: 50px !important; }
.padding-bottom-60	{ padding-bottom: 60px !important; }
.padding-bottom-70	{ padding-bottom: 70px !important; }
.padding-bottom-80	{ padding-bottom: 80px !important; }
.padding-bottom-90	{ padding-bottom: 90px !important; }
.padding-bottom-100	{ padding-bottom: 100px !important; }
.padding-bottom-120	{ padding-bottom: 120px !important; }
.padding-bottom-130	{ padding-bottom: 130px !important; }
.padding-bottom-150	{ padding-bottom: 150px !important; }
.padding-bottom-180	{ padding-bottom: 180px !important; }
.padding-bottom-200	{ padding-bottom: 200px !important; }

/* MARGIN*/
/* MARGIN TOP */
.margin-top-0		{ margin-top: 0 !important; }
.margin-top-1		{ margin-top: 1px !important; }
.margin-top-2		{ margin-top: 2px !important; }
.margin-top-3		{ margin-top: 3px !important; }
.margin-top-6		{ margin-top: 6px !important; }
.margin-top-8		{ margin-top: 8px !important; }
.margin-top-10		{ margin-top: 10px !important; }
.margin-top-20		{ margin-top: 20px !important; }
.margin-top-30		{ margin-top: 30px !important; }
.margin-top-40		{ margin-top: 40px !important; }
.margin-top-50		{ margin-top: 50px !important; }
.margin-top-60		{ margin-top: 60px !important; }
.margin-top-70		{ margin-top: 70px !important; }
.margin-top-80		{ margin-top: 80px !important; }
.margin-top-90		{ margin-top: 90px !important; }
.margin-top-100		{ margin-top: 100px !important; }
.margin-top-130		{ margin-top: 130px !important; }
.margin-top-150		{ margin-top: 150px !important; }
.margin-top-180		{ margin-top: 180px !important; }
.margin-top-200		{ margin-top: 200px !important; }
/* MARGIN BOTTOM */
.margin-bottom-0	{ margin-bottom: 0 !important; }
.margin-bottom-1	{ margin-bottom: 1px !important; }
.margin-bottom-2	{ margin-bottom: 2px !important; }
.margin-bottom-3	{ margin-bottom: 3px !important; }
.margin-bottom-6	{ margin-bottom: 6px !important; }
.margin-bottom-8	{ margin-bottom: 8px !important; }
.margin-bottom-10	{ margin-bottom: 10px !important; }
.margin-bottom-20	{ margin-bottom: 20px !important; }
.margin-bottom-30	{ margin-bottom: 30px !important; }
.margin-bottom-40	{ margin-bottom: 40px !important; }
.margin-bottom-50	{ margin-bottom: 50px !important; }
.margin-bottom-60	{ margin-bottom: 60px !important; }
.margin-bottom-70	{ margin-bottom: 70px !important; }
.margin-bottom-80	{ margin-bottom: 80px !important; }
.margin-bottom-90	{ margin-bottom: 90px !important; }
.margin-bottom-100	{ margin-bottom: 100px !important; }
.margin-bottom-130	{ margin-bottom: 130px !important; }
.margin-bottom-150	{ margin-bottom: 150px !important; }
.margin-bottom-180	{ margin-bottom: 180px !important; }
.margin-bottom-200	{ margin-bottom: 200px !important; }
/* MARGIN LEFT */
.margin-left-0		{ margin-left: 0 !important; }
.margin-left-3		{ margin-left: 3px !important; }
.margin-left-6		{ margin-left: 6px !important; }
.margin-left-8		{ margin-left: 8px !important; }
.margin-left-10		{ margin-left: 10px !important; }
.margin-left-15		{ margin-left: 15px !important; }
.margin-left-20		{ margin-left: 20px !important; }
.margin-left-30		{ margin-left: 30px !important; }
.margin-left-40		{ margin-left: 40px !important; }
.margin-left-50		{ margin-left: 50px !important; }
.margin-left-60		{ margin-left: 60px !important; }
.margin-left-80		{ margin-left: 80px !important; }
.margin-left-100	{ margin-left: 100px !important; }
.margin-left-130	{ margin-left: 130px !important; }
.margin-left-150	{ margin-left: 150px !important; }
.margin-left-180	{ margin-left: 180px !important; }
.margin-left-200	{ margin-left: 200px !important; }
.margin-left-250	{ margin-left: 250px !important; }
.margin-left-300	{ margin-left: 300px !important; }
/* MARGIN RIGHT */
.margin-right-0		{ margin-right: 0 !important; }
.margin-right-3		{ margin-right: 3px !important; }
.margin-right-6		{ margin-right: 6px !important; }
.margin-right-8		{ margin-right: 8px !important; }
.margin-right-10	{ margin-right: 10px !important; }
.margin-right-15	{ margin-right: 15px !important; }
.margin-right-20	{ margin-right: 20px !important; }
.margin-right-30	{ margin-right: 30px !important; }
.margin-right-40	{ margin-right: 40px !important; }
.margin-right-50	{ margin-right: 50px !important; }
.margin-right-60	{ margin-right: 60px !important; }
.margin-right-80	{ margin-right: 80px !important; }
.margin-right-100	{ margin-right: 100px !important; }
.margin-right-130	{ margin-right: 130px !important; }
.margin-right-150	{ margin-right: 150px !important; }
.margin-right-180	{ margin-right: 180px !important; }
.margin-right-200	{ margin-right: 200px !important; }
.margin-right-250	{ margin-right: 250px !important; }
.margin-right-300	{ margin-right: 300px !important; }

/*---------------------------------------------------*/
/*	BACKGROUND COLORS
/*---------------------------------------------------*/
.no-bg { background: none;}
.dark-bg {
	background-color: #222222 !important;
}
.colored-bg {
	background-color: #2ba9e0;
}
.dark-bg,
.dark-bg a:not(.button),
.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.colored-bg,
.colored-bg a,
.colored-bg p,
.colored-bg h1,
.colored-bg h2,
.colored-bg h3,
.colored-bg h4,
.colored-bg h5,
.colored-bg h6 {
	color: #ffffff !important;
}
.dark-bg .btn,
.dark-bg .button
.colored-bg .btn,
.colored-bg .button {
	border-color: #ffffff;
}
.colored-bg .btn,
.colored-bg .button {
	color: #333333 !important;
	background-color: #ffffff;
}
.dark-bg .btn:hover,
.dark-bg .button:hover
.colored-bg .btn:hover,
.colored-bg .button:hover {
	border-color: #333333;
}
.colored-bg .btn:hover,
.colored-bg .button:hover {
	color: #ffffff !important;
	background-color: #333333;
}
.colored-bg.action-block,
.dark-bg.action-block {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.white-bg,
.light-bg {
	background-color: #ffffff !important;
}
.red-bg {
	background-color: #ff4d4d !important;
	color: #ffffff;
}
.blue-bg {
	background-color: #00bfff !important;
	color: #ffffff;
}
.gray-bg {
	background-color: #999999 !important;
	color: #ffffff;
}
.transparent-bg {
	background-color: transparent !important;
}
.foggy-white-bg {
	background-color: #f7f7f7 !important;
}
.smocky-white-bg {
	background-color: #eeeeee !important;
}
.milky-white-bg {
	background-color: #f9f9f9 !important;
}
.pinky-bg {
	background-color: #f2Dfd0 !important;
}

/* OVERLAY */
.overlay:after {
	content: "";
	background-color: #000000;
	opacity: 0.4;
	position:absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.overlay:hover {
	background:rgba(255,255,255, 0.2);
}

.overlay.block {
	position: relative;
	z-index: 0;
}
.overlay.block:after {
	z-index: -1;
}

/*---------------------------------------------------*/
/*	BACKGROUND IMAGES
/*---------------------------------------------------*/
.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg-img-1 {
	background-image: url(../images/bg/bg1.jpg);
}

/* PARALLAX BACKGROUND */
.parallax-bg {
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-bg-1 {
	background: url(../images/bg/bg1.jpg) no-repeat fixed 0% 0% / cover;
}

/*---------------------------------------------------*/
/*	TEXT PROPERTIES
/*---------------------------------------------------*/
.text-middle { margin: auto; position: relative;}
.text-bottom { display: table-cell; vertical-align: bottom; margin: auto; position: relative;}
.text-sm { font-size: 75%; }
.text-small {
	font-size: 35px !important;
}

/* TEXT COLOR */
.text-light,
.text-light * {
	color: #ffffff;
}
.text-light .button,
.text-light .btn,
.text-light input[type="submit"] {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #333333;
}
.text-light .button:hover {
	background-color: #f0f0f0;
	color: #333333;
}
.text-dark,
.text-dark * {
	color: #333333;
}
.text-grey,
.text-grey * {
	color: #cccccc;
}
.text-dark .button,
.text-dark .btn,
.text-dark input[type="submit"] {
	color: #ffffff;
}
.text-colored .button,
.text-colored .btn,
.text-colored input[type="submit"] {
	color: #ffffff;
}
.contextual-links a,
.text-light .contextual-links a:not(.button),
.dark-bg .contextual-links a:not(.button),
.colored-bg .contextual-links a:not(.button) {
	color: #555555 !important;
}

.double-rows .two-row {
	margin-bottom: 20px;
}

/* ROUND STYLE */
input,
button,
select,
.btn,
.button,
input[type="submit"],
.simplenews-subscriber-form input,
.user-logged-in .simplenews-subscriber-form form,
.nice-select,
.pager li > a,
.pager li > span,
.tag-cloud li a,
.cart--cart-block .cart-block-link a,
.header .views-exposed-form form,
.product-category-count,
.product-post .form-item-quantity-0-value .input-group,
.deals-block .field-timer-jquery-countdown,
.product--rendered-attribute label.option .product-attribute,
.social-icon li a,
.task-bar .tabs a {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
textarea {
	border-radius: 20px;
}
.back-to-top,
.contact-social.social-media ul li a,
.owl-carousel .owl-nav button,
.user-picture img,
.product--rendered-attribute label.option .product-attribute.product-attribute--size,
.product--rendered-attribute .color_field__swatch,
.layout-checkout-form .layout-region-checkout-secondary img,
.checkout-progress--step:before,
.product-badge .badge-label,
.product-category-link .list-count,
.ui-dialog .ui-dialog-titlebar-close,
.testimonial .testimonial-image img,
.comment-wrap .author-details img,
[type="radio"] + span + label:before,
[type="radio"] + span + label:after,
[type="radio"] + label:before,
[type="radio"] + label:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.header .views-exposed-form .form-actions .button,
.quantity-button.quantity-up {
	border-radius: 0 50px 50px 0;
}
.quantity-button.quantity-down {
	border-radius: 50px 0 0 50px;
}
.category-menu .block-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.dropcap.round-dropcap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

.product-item .product-detail-btn {
	border-radius: 20px;
}

.owl-responsive .testimonial,
.grid-item .testimonial,
#page .cta-style3 .block,
.checkout-pane-order-summary {
	border-radius: 5px;
}

.cart-block--contents,
.pricing-table .pricing-wrap {
	border-radius: 2px;
}

.block-help {
	border-radius: 4px;
}

/* CURVE STYLE */
.btn-curve input,
.btn-curve button,
.btn-curve select,
.btn-curve .btn,
.btn-curve .button,
.btn-curve input[type="submit"],
.btn-curve .simplenews-subscriber-form input,
.user-logged-in .btn-curve .simplenews-subscriber-form form,
.btn-curve .nice-select,
.btn-curve .pager li > a,
.btn-curve .pager li > span,
.btn-curve .tag-cloud li a,
.btn-curve .cart--cart-block .cart-block-link a,
.btn-curve .header .views-exposed-form form,
.btn-curve .product-category-count,
.btn-curve .product-post .form-item-quantity-0-value .input-group,
.btn-curve .deals-block .field-timer-jquery-countdown,
.btn-curve .product--rendered-attribute label.option .product-attribute,
.btn-curve .social-icon li a,
.btn-curve .back-to-top,
.btn-curve .contact-social.social-media ul li a,
.btn-curve .owl-carousel .owl-nav button,
.btn-curve .user-picture img,
.btn-curve .product--rendered-attribute label.option .product-attribute.product-attribute--size,
.btn-curve .product--rendered-attribute .color_field__swatch,
.btn-curve .layout-checkout-form .layout-region-checkout-secondary img,
.btn-curve .checkout-progress--step:before,
.btn-curve .product-badge .badge-label,
.btn-curve .product-category-link .list-count,
.btn-curve .ui-dialog .ui-dialog-titlebar-close,
.btn-curve .testimonial .testimonial-image img,
.btn-curve .comment-wrap .author-details img,
.btn-curve [type="radio"] + span + label:before,
.btn-curve [type="radio"] + span + label:after,
.btn-curve [type="radio"] + label:before,
.btn-curve [type="radio"] + label:after,
.btn-curve .task-bar .tabs a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.btn-curve .header .views-exposed-form .form-actions .button,
.btn-curve .quantity-button.quantity-up {
	border-radius: 0 5px 5px 0;
}
.btn-curve .quantity-button.quantity-down {
	border-radius: 5px 0 0 5px;
}

.dark-scheme a, .dark-scheme .form-composite > legend, .dark-scheme label, .dark-scheme .label,
.dark-scheme .h1, .dark-scheme .h2, .dark-scheme .h3, .dark-scheme .h4, .dark-scheme .h5, .dark-scheme .h6,
.dark-scheme h1, .dark-scheme h2, .dark-scheme h3, .dark-scheme h4, .dark-scheme h5, .dark-scheme h6,
.dark-scheme .mega-menu > ul > li > ul > li a, .dark-scheme .form-control, .dark-scheme .category-menu ul.menu li a,
.dark-scheme .category-menu ul.menu .more-toggler, .dark-scheme .contact-message-feedback-form input, .dark-scheme .progress-complete,
.dark-scheme .contact-message-feedback-form textarea, .dark-scheme .header-top .nice-select .list, .dark-scheme .testimonial-body:after,
.dark-scheme .header-top .nice-select .list *, .dark-scheme .header-top .dropdown-menu .menu, .dark-scheme .header-top .dropdown-menu .menu * {
	color: #fafafa;
}
.dark-scheme .mega-menu > ul > li > ul, .dark-scheme .nice-select .list, .dark-scheme .product-teaser-wrap, .dark-scheme .product-category-icon,
.dark-scheme .service-teaser .service-content:before, .dark-scheme .product-teaser-wrap, .dark-scheme .product-teaser .product-teaser-bg,
.dark-scheme .product-category-icon, .dark-scheme .service-teaser2 .post-content, .dark-scheme .pricing-table .regular .pricing-wrap,
.dark-scheme .header .category-menu .nav, .dark-scheme .feature-block .feat, .dark-scheme .team-teaser .team-meta, .dark-scheme .card-header, .dark-scheme .card,
.dark-scheme .contact-address .contact-address-content, .dark-scheme .dropdown-menu {
	background-color: #151c25;
}
.dark-scheme .pricing-table .featured .pricing-wrap {
	background-color: #fcfcfc;
	color: #555555;
}
.dark-scheme .pricing-table .featured .pricing-wrap * {
	
}
.dark-scheme .nice-select .list * {
	color: #f2f2f2 !important;
}
.dark-scheme .nice-select .option:hover, .dark-scheme .nice-select .option.focus, .dark-scheme .nice-select .option.selected.focus,
.dark-scheme .dropdown-menu.user-account-block-wrap .nav a:hover {
	color: #555555 !important;
}
.dark-scheme .mega-menu > ul > li > ul > li a {
	border-color: rgba(255,255,255,0.1);
}
.dark-scheme .product-teaser-wrap, .dark-scheme .product-category-icon, .dark-scheme .category-menu .nav {
	border-color: rgba(255,255,255,0.03);
}
.dark-scheme .number-count-alt .post-content {
	background-color: rgba(255,255,255,0.1);
}
.dark-scheme .action-block {
	box-shadow: inset 0 0 2px #151c25;
}
.dark-scheme .service-teaser .service-content .feat-icon-img img,
.dark-scheme .product-category-icon-image img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.dark-scheme .product-category-icon-image {
	opacity: 1;
}
.dark-scheme .post-meta .post-meta-item, .dark-scheme .post-meta .post-meta-item a, .dark-scheme .profile h4.label {
	color: #cccccc;
}
.dark-scheme .tag-cloud li a {
	border-color: #bbbbbb;
}
.dark-scheme .contact-address .contact-address-heading {
	background-color: #030303;
}
.dark-scheme .task-bar .tabs a.is-active {
	background-color: #595959;
}
.dark-scheme .testimonial-body:after {
	opacity: 0.5;
}

.animted-bg-color {
	animation: bgcoloranimate 10s infinite;
}

@keyframes bgcoloranimate {
	0% {background-color: #b31d55;}
	25% {background-color: #2892ff;}
	50% {background-color: #10d431;}
	75% {background-color: #f19d21;}
	100% {background-color: #ef2929;}
}

:root {
  --main-color: rgba(255,255,255,0.01);
  --second-main-color: rgba(0,0,0,0.2);
  --main-txt-color: #555555;
  --main-padding: 15px;
}
.btn,
.button,
input[type="submit"],
.category-menu .block-title-wrap,
.colored-bg {
	background-image: linear-gradient(133deg, var(--main-color), var(--second-main-color));
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09)
}

.ui-widget.ui-dialog.ui-dialog-off-canvas {
	overflow-y: auto;
}

/* LAYOUT */
.layout__region {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.layout--twocol-section.layout--twocol-section--50-50 .layout__region--first,
	.layout--twocol-section.layout--twocol-section--50-50 .layout__region--second,
	.layout--threecol-section--25-50-25 .layout__region--second,
	.layout--threecol-section--25-25-50 .layout__region--third,
	.layout--threecol-section--50-25-25 .layout__region--first {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.layout--twocol-section.layout--twocol-section--33-67 .layout__region--first,
	.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second,
	.layout--threecol-section--33-34-33 .layout__region--first,
	.layout--threecol-section--33-34-33 .layout__region--third,
	.layout--threecol-section--33-34-33 .layout__region--second {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.layout--twocol-section.layout--twocol-section--33-67 .layout__region--second,
	.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.layout--twocol-section.layout--twocol-section--25-75 .layout__region--first,
	.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second,
	.layout--threecol-section--25-50-25 .layout__region--first,
	.layout--threecol-section--25-50-25 .layout__region--third,
	.layout--threecol-section--25-25-50 .layout__region--first,
	.layout--threecol-section--25-25-50 .layout__region--second,
	.layout--threecol-section--50-25-25 .layout__region--second,
	.layout--threecol-section--50-25-25 .layout__region--third,
	.layout--fourcol-section .layout__region {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout--twocol-section.layout--twocol-section--25-75 .layout__region--second,
	.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.block-region {
	background-color: #98f3bc;
	color: #333333 !important;
	text-align: center;
}
label button {
	padding: 0;
	border: none;
	font-weight: bold;
}