/****/
/* line 1, ../sass/template/_base.scss */
html {
  overflow-x: hidden;
}

/* line 4, ../sass/template/_base.scss */
body {
  overflow-x: hidden;
}

/* line 9, ../sass/template/_base.scss */
a:hover, a:focus, a:active {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
  color: #28a900;
}

/* line 16, ../sass/template/_base.scss */
input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

/* line 22, ../sass/template/_base.scss */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 29, ../sass/template/_base.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
/* line 35, ../sass/template/_base.scss */
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 43, ../sass/template/_base.scss */
h3 {
  line-height: 1.6 !important;
}

/* line 46, ../sass/template/_base.scss */
h4 {
  line-height: 30px !important;
}

/* line 49, ../sass/template/_base.scss */
h5, h6, .h5, .h6 {
  font-weight: 400 !important;
  line-height: 30px;
}

/* line 55, ../sass/template/_base.scss */
.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea, .body-page select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
/* line 64, ../sass/template/_base.scss */
.body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover {
  outline: none;
}

/* line 70, ../sass/template/_base.scss */
.label {
  color: #000 !important;
}

/* line 74, ../sass/template/_base.scss */
.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 79, ../sass/template/_base.scss */
.list-menu ul li:last-child {
  border-bottom: none;
}

/* line 84, ../sass/template/_base.scss */
ul {
  margin: 0;
  padding-left: 30px;
}
/* line 87, ../sass/template/_base.scss */
ul ul {
  padding-left: 20px;
}
/* line 90, ../sass/template/_base.scss */
ul li {
  list-style: inherit;
}
/* line 92, ../sass/template/_base.scss */
ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

/* line 101, ../sass/template/_base.scss */
.item-list ul li {
  margin-left: 0;
}

/* line 107, ../sass/template/_base.scss */
ul.menu > li {
  position: relative;
  padding: 4px 0;
}
/* line 110, ../sass/template/_base.scss */
ul.menu > li > a {
  padding-left: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
/* line 114, ../sass/template/_base.scss */
ul.menu > li > a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -2px !important;
  z-index: 1;
  background: #54585D;
}
/* line 124, ../sass/template/_base.scss */
ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: #28a900;
}
/* line 126, ../sass/template/_base.scss */
ul.menu > li > a:hover:after, ul.menu > li > a:active:after, ul.menu > li > a:focus:after {
  background: #28a900;
}

/* line 134, ../sass/template/_base.scss */
ul.feature-list {
  margin-top: 30px;
}
/* line 136, ../sass/template/_base.scss */
ul.feature-list > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
/* line 140, ../sass/template/_base.scss */
ul.feature-list > li:after {
  content: "\e906";
  font-family: "gva-icon";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: #28a900;
}

/* line 153, ../sass/template/_base.scss */
ul.inline > li {
  float: left;
  margin-left: 5px;
}

/* line 160, ../sass/template/_base.scss */
table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
/* line 168, ../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #ddd;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
/* line 177, ../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 184, ../sass/template/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 188, ../sass/template/_base.scss */
a.disable {
  pointer-events: none;
  cursor: default;
}

/************************* Pagination ************************/
/* line 195, ../sass/template/_base.scss */
.pager .paginations {
  border-radius: 5px;
  display: inline-block;
  margin: 0 30px;
  padding: 4px 3px;
}
/* line 200, ../sass/template/_base.scss */
.pager .paginations a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
}
/* line 210, ../sass/template/_base.scss */
.pager .paginations a:last-child {
  margin-right: 0;
}
/* line 213, ../sass/template/_base.scss */
.pager .paginations a.active {
  background: #28a900;
  border-color: #28a900;
  color: #fff;
}

/* line 221, ../sass/template/_base.scss */
#edit-preview {
  background: #28a900;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
}
/* line 228, ../sass/template/_base.scss */
#edit-preview:hover {
  background: #34dc00;
}

/* line 233, ../sass/template/_base.scss */
.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: center;
}
/* line 237, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  font-size: 48px;
  position: absolute;
  font-weight: 100;
  top: 40%;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 237, ../sass/template/_base.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 30px;
  }
}
/* line 246, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .page-title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 256, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
  float: left;
}
/* line 260, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  padding: 40px 0 30px;
  margin-bottom: 45px;
  position: relative;
  min-height: 550px;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 991px) {
  /* line 260, ../sass/template/_base.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    min-height: 300px;
  }
}
/* line 274, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
  color: #fff;
}
/* line 276, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title:after {
  background: #fff;
}
/* line 280, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li {
  color: #fff;
}
/* line 282, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
  color: #fff;
}
/* line 284, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a:hover, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a:hover {
  color: #999999;
}
/* line 292, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
  position: absolute;
  bottom: 30px;
}
/* line 295, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
  display: inline-block;
}
/* line 297, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  color: #bbbbbb;
  text-transform: capitalize;
}
/* line 302, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
  color: #000;
}
/* line 304, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
  color: #28a900;
}

/* line 314, ../sass/template/_base.scss */
pre {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin: 30px 0;
}

/* line 319, ../sass/template/_base.scss */
.drupal-message {
  background: #fff;
  max-width: 1170px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 50%;
  -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);
  overflow: hidden;
}
/* line 332, ../sass/template/_base.scss */
.drupal-message .close {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  color: #000;
  font-size: 15px;
  z-index: 1;
}
/* line 341, ../sass/template/_base.scss */
.drupal-message .messages__wrapper {
  padding: 2px 30px 2px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 3, ../sass/template/_layout.scss */
html {
  overflow-x: hidden;
}

/* line 6, ../sass/template/_layout.scss */
body {
  overflow-x: hidden;
}
/* line 8, ../sass/template/_layout.scss */
body.boxed {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  background-color: #efefef;
}
/* line 13, ../sass/template/_layout.scss */
body.boxed div.body-page {
  background: #fff;
}
/* line 19, ../sass/template/_layout.scss */
body.logged-in.toolbar-horizontal .header-v2 {
  top: 39px;
}
/* line 24, ../sass/template/_layout.scss */
body.bg-dark {
  background: #EFF1F2;
}
/* line 26, ../sass/template/_layout.scss */
body.bg-dark .gva-body-page {
  background: #EFF1F2;
}

/* line 33, ../sass/template/_layout.scss */
.topbar {
  background: #222222;
  color: #bbbbbb;
  font-size: 12px;
  padding: 15px 0;
  margin-top: -1px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/template/_layout.scss */
  .topbar {
    display: none;
  }
}
/* line 42, ../sass/template/_layout.scss */
.topbar i {
  color: #28a900;
  font-size: 14px;
}
/* line 45, ../sass/template/_layout.scss */
.topbar i:hover {
  color: #28a900;
}
/* line 49, ../sass/template/_layout.scss */
.topbar .block {
  margin: 0 !important;
}

/* line 56, ../sass/template/_layout.scss */
.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right;
}
/* line 62, ../sass/template/_layout.scss */
.language-box .links > li.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 70, ../sass/template/_layout.scss */
header .site-branding-logo {
  padding: 10px 0;
  display: inline-block;
  max-height: 140px;
}
/* line 74, ../sass/template/_layout.scss */
header .site-branding-logo img {
  max-height: 100px;
}
@media (max-width: 991px) {
  /* line 79, ../sass/template/_layout.scss */
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }
  /* line 83, ../sass/template/_layout.scss */
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}
/* line 87, ../sass/template/_layout.scss */
header .header-main {
  padding: 0;
  background: none;
}
@media (max-width: 991px) {
  /* line 92, ../sass/template/_layout.scss */
  header .main-menu-inner {
    width: 100%;
  }
}
/* line 97, ../sass/template/_layout.scss */
header .area-main-menu .navigation {
  position: static;
}
/* line 99, ../sass/template/_layout.scss */
header .area-main-menu .navigation ul.gva_menu {
  position: static;
}
/* line 104, ../sass/template/_layout.scss */
header .block {
  overflow: visible;
}
/* line 108, ../sass/template/_layout.scss */
header .header-info {
  margin-top: 12px;
}
/* line 110, ../sass/template/_layout.scss */
header .header-info .icon {
  margin-right: 10px;
  color: #28a900;
}
/* line 116, ../sass/template/_layout.scss */
header .quick-menu {
  float: left;
  position: relative;
  padding: 8px 15px;
}
@media (max-width: 991px) {
  /* line 116, ../sass/template/_layout.scss */
  header .quick-menu {
    width: 100%;
  }
}
/* line 123, ../sass/template/_layout.scss */
header .quick-menu .icon {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 123, ../sass/template/_layout.scss */
  header .quick-menu .icon {
    display: none;
  }
}
/* line 130, ../sass/template/_layout.scss */
header .quick-menu .icon a:hover, header .quick-menu .icon a:active, header .quick-menu .icon a:focus {
  cursor: pointer;
}
/* line 135, ../sass/template/_layout.scss */
header .quick-menu .content-inner {
  border-top: 2px solid #28a900;
  -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);
  position: absolute;
  top: 110%;
  right: -100px;
  z-index: 9;
  background: #fff;
  min-width: 300px;
  padding: 30px 30px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35;
  -o-transition: all 0.35;
  transition: all 0.35;
  -moz-transition: all 0.35;
  -ms-transition: all 0.35;
  display: none;
}
@media (max-width: 991px) {
  /* line 135, ../sass/template/_layout.scss */
  header .quick-menu .content-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    border: none;
    width: 100%;
    float: left;
    border-top: 1px solid #28a900;
    border-bottom: 1px solid #28a900;
    max-width: 100%;
    padding: 20px;
  }
  /* line 160, ../sass/template/_layout.scss */
  header .quick-menu .content-inner ul.gva_menu {
    padding: 0;
  }
  /* line 163, ../sass/template/_layout.scss */
  header .quick-menu .content-inner .block {
    padding: 0 !important;
  }
}
/* line 167, ../sass/template/_layout.scss */
header .quick-menu .content-inner .block {
  margin-bottom: 20px !important;
}
/* line 170, ../sass/template/_layout.scss */
header .quick-menu .content-inner ul {
  width: 100%;
}
/* line 172, ../sass/template/_layout.scss */
header .quick-menu .content-inner ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
/* line 178, ../sass/template/_layout.scss */
header .quick-menu .content-inner ul > li:last-child {
  border-bottom: none;
}
/* line 181, ../sass/template/_layout.scss */
header .quick-menu .content-inner ul > li a {
  padding: 0;
  font-size: 15px;
  color: #191b1c !important;
}
/* line 185, ../sass/template/_layout.scss */
header .quick-menu .content-inner ul > li a:hover, header .quick-menu .content-inner ul > li a:active, header .quick-menu .content-inner ul > li a:focus {
  color: #28a900 !important;
}
/* line 193, ../sass/template/_layout.scss */
header .quick-menu.open .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  top: 100%;
}

/* line 202, ../sass/template/_layout.scss */
header.header-v1 {
  position: relative;
  background: #fff;
  margin-top: 1px;
}
/* line 206, ../sass/template/_layout.scss */
header.header-v1 .site-branding-logo {
  padding-top: 10px;
}
@media (max-width: 991px) {
  /* line 206, ../sass/template/_layout.scss */
  header.header-v1 .site-branding-logo {
    padding-top: 15px;
  }
}
/* line 213, ../sass/template/_layout.scss */
header.header-v1 .gva-search-region .icon {
  color: #000;
}
/* line 218, ../sass/template/_layout.scss */
header.header-v1 .header-main-inner .branding {
  width: 240px;
  float: left;
}
@media (max-width: 1199px) {
  /* line 218, ../sass/template/_layout.scss */
  header.header-v1 .header-main-inner .branding {
    width: 190px;
  }
}
/* line 225, ../sass/template/_layout.scss */
header.header-v1 .header-main-inner .header-inner {
  padding-left: 255px;
}
@media (max-width: 1199px) {
  /* line 225, ../sass/template/_layout.scss */
  header.header-v1 .header-main-inner .header-inner {
    padding-left: 200px;
  }
}
/* line 231, ../sass/template/_layout.scss */
header.header-v1 .header-main-inner .gva-offcanvas-mobile {
  float: left;
}
/* line 235, ../sass/template/_layout.scss */
header.header-v1 .header-main {
  position: relative;
  z-index: 9;
}
/* line 239, ../sass/template/_layout.scss */
header.header-v1 .stuck {
  background: #fff;
}
/* line 242, ../sass/template/_layout.scss */
header.header-v1 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 242, ../sass/template/_layout.scss */
  header.header-v1 .header-action {
    right: 55px;
  }
}
/* line 252, ../sass/template/_layout.scss */
header.header-v1 .main-menu-inner {
  float: left;
}
/* line 255, ../sass/template/_layout.scss */
header.header-v1 .quick-menu {
  padding: 36px 10px;
}
/* line 259, ../sass/template/_layout.scss */
header.header-v1.v2 .header-main {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  /* line 259, ../sass/template/_layout.scss */
  header.header-v1.v2 .header-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* line 270, ../sass/template/_layout.scss */
header.header-v2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  margin-top: 0;
}
/* line 281, ../sass/template/_layout.scss */
header.header-v2 .site-branding-logo img {
/*   -webkit-filter: grayscale(100%); */
  -webkit-filter: none !important;
  /* Safari 6.0 - 9.0 */
/*   filter: invert(100%) brightness(0) invert(100%); */
  filter: none !important;
}
/* line 286, ../sass/template/_layout.scss */
header.header-v2 .responsive-menu-toggle {
  background-color: white !important;
  color: #2e2e2e !important;
}
/* line 289, ../sass/template/_layout.scss */
header.header-v2 .responsive-menu-toggle .responsive-menu-toggle-icon:before,
header.header-v2 .responsive-menu-toggle .responsive-menu-toggle-icon:after,
header.header-v2 .responsive-menu-toggle .responsive-menu-toggle-icon span.icon {
  background: #2e2e2e !important;
}
/* line 294, ../sass/template/_layout.scss */
header.header-v2 .responsive-menu-toggle .responsive-menu-toggle-icon span.label {
  color: #2e2e2e !important;
}
/* line 303, ../sass/template/_layout.scss */
header.header-v2 .gva-search-region .icon {
  color: #fff !important;
}
@media (max-width: 991px) {
  /* line 310, ../sass/template/_layout.scss */
  header.header-v2 .gva-search-region .icon {
    color: #000 !important;
  }
}
/* line 315, ../sass/template/_layout.scss */
header.header-v2 .site-branding-logo {
  padding: 10px 0;
}
@media (max-width: 991px) {
  /* line 315, ../sass/template/_layout.scss */
  header.header-v2 .site-branding-logo {
    padding: 10px 0;
  }
}
/* line 322, ../sass/template/_layout.scss */
header.header-v2 .header-main-inner .branding {
  width: 200px;
  float: left;
}
/* line 326, ../sass/template/_layout.scss */
header.header-v2 .header-main-inner .header-inner {
  padding-left: 220px;
}
/* line 329, ../sass/template/_layout.scss */
header.header-v2 .header-main-inner .gva-offcanvas-mobile {
  float: left;
}
/* line 334, ../sass/template/_layout.scss */
header.header-v2 .navigation .gva_menu > li > a {
  color: #fff;
}
/* line 336, ../sass/template/_layout.scss */
header.header-v2 .navigation .gva_menu > li > a:hover, header.header-v2 .navigation .gva_menu > li > a:focus, header.header-v2 .navigation .gva_menu > li > a:active {
  color: #28a900;
}
/* line 340, ../sass/template/_layout.scss */
header.header-v2 .navigation .gva_menu > li.menu-item--active-trail > a {
  color: #28a900 !important;
}
/* line 344, ../sass/template/_layout.scss */
header.header-v2 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 344, ../sass/template/_layout.scss */
  header.header-v2 .header-action {
    right: 55px;
  }
}
/* line 354, ../sass/template/_layout.scss */
header.header-v2 .stuck {
  background: #fff !important;
}
/* line 356, ../sass/template/_layout.scss */
header.header-v2 .stuck .navigation .gva_menu > li > a {
  color: #000 !important;
}
/* line 358, ../sass/template/_layout.scss */
header.header-v2 .stuck .navigation .gva_menu > li > a:hover {
  color: #28a900 !important;
}
/* line 363, ../sass/template/_layout.scss */
header.header-v2 .main-menu-inner {
  float: left;
}
/* line 366, ../sass/template/_layout.scss */
header.header-v2 .quick-menu {
  padding: 35px 10px;
}
/* line 368, ../sass/template/_layout.scss */
header.header-v2 .quick-menu .icon a {
  color: #fff;
}
/* line 370, ../sass/template/_layout.scss */
header.header-v2 .quick-menu .icon a:hover, header.header-v2 .quick-menu .icon a:focus, header.header-v2 .quick-menu .icon a:active {
  color: #28a900;
}

/* line 377, ../sass/template/_layout.scss */
header.header-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  margin-top: 2px;
}
@media (max-width: 991px) {
  /* line 377, ../sass/template/_layout.scss */
  header.header-v3 {
    position: relative;
  }
}
/* line 388, ../sass/template/_layout.scss */
header.header-v3 .topbar {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 392, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner {
  margin-top: 20px;
  background: none;
}
@media (max-width: 991px) {
  /* line 392, ../sass/template/_layout.scss */
  header.header-v3 .header-main-inner {
    margin-top: 0;
  }
  /* line 397, ../sass/template/_layout.scss */
  header.header-v3 .header-main-inner .branding {
    border-bottom: 1px solid #fff;
  }
}
/* line 401, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row {
  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;
}
/* line 410, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row::before, header.header-v3 .header-main-inner > .row::after {
  display: none;
}
/* line 414, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row > .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;
}
/* line 423, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row > .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;
}
/* line 438, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row > .gsc-column .column-inner::before, header.header-v3 .header-main-inner > .row > .gsc-column .column-inner::after {
  content: " ";
  display: table;
}
/* line 443, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner > .row > .gsc-column .column-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 447, ../sass/template/_layout.scss */
  header.header-v3 .header-main-inner > .row > .gsc-column .column-inner > * {
    min-height: 1em;
  }
}
/* line 454, ../sass/template/_layout.scss */
header.header-v3 .header-main-inner .header-inner {
  background: #fff;
  padding-right: 30px;
  position: relative;
}
/* line 460, ../sass/template/_layout.scss */
header.header-v3 .branding {
  background: #28a900;
  text-align: center;
  min-height: 110px;
}
@media (max-width: 991px) {
  /* line 465, ../sass/template/_layout.scss */
  header.header-v3 .sticky-wrapper {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  /* line 469, ../sass/template/_layout.scss */
  header.header-v3 .sticky-wrapper .stuck {
    position: relative !important;
  }
}
/* line 473, ../sass/template/_layout.scss */
header.header-v3 .sticky-wrapper .stuck .header-main-inner {
  margin-top: 0;
}
/* line 478, ../sass/template/_layout.scss */
header.header-v3 .site-branding-logo {
  padding-top: 20px;
  position: relative;
}
/* line 482, ../sass/template/_layout.scss */
header.header-v3 .navigation .gva_menu > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 490, ../sass/template/_layout.scss */
header.header-v3 .header-action {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
/* line 496, ../sass/template/_layout.scss */
header.header-v3 .header-action a {
  height: 100%;
  line-height: 58px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
/* line 502, ../sass/template/_layout.scss */
header.header-v3 .header-action a:hover, header.header-v3 .header-action a:active, header.header-v3 .header-action a:focus {
  color: #fff;
}
/* line 507, ../sass/template/_layout.scss */
header.header-v3 .main-menu-inner {
  float: left;
}
/* line 510, ../sass/template/_layout.scss */
header.header-v3 .quick-menu {
  padding: 15px 15px;
}
@media (max-width: 991px) {
  /* line 514, ../sass/template/_layout.scss */
  header.header-v3 .header-inner {
    height: 60px;
  }
}
@media (max-width: 991px) {
  /* line 519, ../sass/template/_layout.scss */
  header.header-v3 .menu-bar {
    position: absolute;
    left: 0;
    right: auto;
    z-index: 99;
    top: -15px;
  }
}

/* line 530, ../sass/template/_layout.scss */
header.header-v4 .header-main {
  padding: 0;
  background: #28292B;
  color: #ffffff;
}
/* line 534, ../sass/template/_layout.scss */
header.header-v4 .header-main .site-branding-logo {
  padding-top: 0;
}
/* line 537, ../sass/template/_layout.scss */
header.header-v4 .header-main .header-inner {
  padding: 30px 0;
}
/* line 542, ../sass/template/_layout.scss */
header.header-v4 .block {
  margin-bottom: 0;
}
/* line 545, ../sass/template/_layout.scss */
header.header-v4 .main-menu {
  background: #1C1D1E;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 548, ../sass/template/_layout.scss */
header.header-v4 .main-menu .area-inner {
  padding: 0;
}
/* line 551, ../sass/template/_layout.scss */
header.header-v4 .main-menu ul.gva_menu_main {
  float: left;
}
/* line 553, ../sass/template/_layout.scss */
header.header-v4 .main-menu ul.gva_menu_main > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 555, ../sass/template/_layout.scss */
header.header-v4 .main-menu ul.gva_menu_main > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 562, ../sass/template/_layout.scss */
header.header-v4 .main-menu ul.gva_menu_main > li > a:hover, header.header-v4 .main-menu ul.gva_menu_main > li > a:focus, header.header-v4 .main-menu ul.gva_menu_main > li > a:active {
  background: #fff;
  color: #000;
}
/* line 567, ../sass/template/_layout.scss */
header.header-v4 .main-menu ul.gva_menu_main > li.menu-item--active-trail {
  background: #fff;
}
/* line 573, ../sass/template/_layout.scss */
header.header-v4 .stuck {
  background: #fff !important;
}
/* line 577, ../sass/template/_layout.scss */
header.header-v4 .header-action {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
/* line 583, ../sass/template/_layout.scss */
header.header-v4 .header-action a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
/* line 589, ../sass/template/_layout.scss */
header.header-v4 .header-action a:hover, header.header-v4 .header-action a:active, header.header-v4 .header-action a:focus {
  color: #fff;
}
/* line 594, ../sass/template/_layout.scss */
header.header-v4 .main-menu-inner {
  float: left;
}
/* line 597, ../sass/template/_layout.scss */
header.header-v4 .quick-menu {
  padding: 8px 15px;
}
/* line 600, ../sass/template/_layout.scss */
header.header-v4 .quick-menu .icon a {
  color: #fff;
}
@media (max-width: 991px) {
  /* line 606, ../sass/template/_layout.scss */
  header.header-v4 .header-action {
    right: 55px;
  }
  /* line 609, ../sass/template/_layout.scss */
  header.header-v4 .menu-bar {
    margin-top: 18px;
  }
  /* line 611, ../sass/template/_layout.scss */
  header.header-v4 .menu-bar span {
    background: #fff;
  }
}

/* line 618, ../sass/template/_layout.scss */
.stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.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;
}

@media (min-width: 1199px) {
  /* line 629, ../sass/template/_layout.scss */
  .sticky-is-hidden .stuck {
    top: -200px;
  }

  /* line 633, ../sass/template/_layout.scss */
  .sticky-is-show .stuck {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    top: 0;
  }
}
/* line 641, ../sass/template/_layout.scss */
.area.slideshow_content .block {
  margin-bottom: 0;
}

/* line 647, ../sass/template/_layout.scss */
.area-panel {
  padding: 30px 0;
}

/* line 652, ../sass/template/_layout.scss */
.header-right .block {
  margin-bottom: 0;
}

/* line 657, ../sass/template/_layout.scss */
.promotion {
  padding: 0;
  margin-bottom: 0;
}

/* line 662, ../sass/template/_layout.scss */
#page-main-content {
  min-height: 360px;
}
@media (max-width: 991px) {
  /* line 662, ../sass/template/_layout.scss */
  #page-main-content {
    min-height: 100px;
  }
}

/* line 672, ../sass/template/_layout.scss */
.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0;
}

/* line 679, ../sass/template/_layout.scss */
.sidebar {
  position: relative;
}

/* line 685, ../sass/template/_layout.scss */
body.hidden-footer .footer-center {
  display: none !important;
}
/* line 690, ../sass/template/_layout.scss */
body.copyright-fixed #footer {
  z-index: 999 !important;
}
/* line 693, ../sass/template/_layout.scss */
body.copyright-fixed .copyright {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

/* line 703, ../sass/template/_layout.scss */
.footer {
  font-size: 14.5px;
  color: #d5d7d8;
  background: #262729;
  line-height: 28px;
}
/* line 708, ../sass/template/_layout.scss */
.footer a {
  color: #d5d7d8;
}
/* line 711, ../sass/template/_layout.scss */
.footer .before-footer {
  padding: 50px 0 0;
}
/* line 715, ../sass/template/_layout.scss */
.footer .footer-center {
  padding: 40px 0;
}
/* line 718, ../sass/template/_layout.scss */
.footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 722, ../sass/template/_layout.scss */
.footer .block .block-title span {
  color: #fff !important;
  font-size: 18px;
}
/* line 725, ../sass/template/_layout.scss */
.footer .block .block-title span:after, .footer .block .block-title span:before {
  display: none;
}
/* line 731, ../sass/template/_layout.scss */
.footer .copyright {
  font-size: 15px;
}
/* line 735, ../sass/template/_layout.scss */
.footer ul.menu > li > a:after {
  background: #d5d7d8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1199px) {
  /* line 742, ../sass/template/_layout.scss */
  .footer .footer-4col {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 745, ../sass/template/_layout.scss */
  .footer .footer-4col:nth-child(2n+1) {
    clear: both;
  }
}

/* line 754, ../sass/template/_layout.scss */
body.footer-fixed .gva-body-page {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  /* line 754, ../sass/template/_layout.scss */
  body.footer-fixed .gva-body-page {
    margin-bottom: 0 !important;
  }
}
/* line 763, ../sass/template/_layout.scss */
body.footer-fixed #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 763, ../sass/template/_layout.scss */
  body.footer-fixed #footer {
    position: static;
  }
}

/* line 776, ../sass/template/_layout.scss */
.copyright a {
  color: #28a900;
}
/* line 779, ../sass/template/_layout.scss */
.copyright .copyright-inner {
  padding: 0 0 35px;
}
/* line 781, ../sass/template/_layout.scss */
.copyright .copyright-inner .block {
  margin: 0;
}

/* line 788, ../sass/template/_layout.scss */
body.footer-v2 #footer {
  background: #F1F3F4;
  color: #1a1c1d;
}
/* line 791, ../sass/template/_layout.scss */
body.footer-v2 #footer a {
  color: #1a1c1d;
}
/* line 796, ../sass/template/_layout.scss */
body.footer-v2 ul.menu > li > a:after {
  background: #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 801, ../sass/template/_layout.scss */
body.footer-v2 .block.block-simplenews #edit-mail-wrapper input.form-email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* line 807, ../sass/template/_layout.scss */
body.footer-v2 .block .block-title span {
  color: #161718 !important;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
/* line 812, ../sass/template/_layout.scss */
body.footer-v2 .block .block-title span:after, body.footer-v2 .block .block-title span:before {
  display: none;
}
/* line 820, ../sass/template/_layout.scss */
body.footer-v2 .social-border .socials:after, body.footer-v2 .social-border .socials:before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 823, ../sass/template/_layout.scss */
body.footer-v2 .social-border .socials a i {
  color: #191b1c;
}
/* line 828, ../sass/template/_layout.scss */
body.footer-v2 .copyright {
  color: #000;
}
/* line 830, ../sass/template/_layout.scss */
body.footer-v2 .copyright a {
  color: #000;
  font-family: "Open Sans", sans-serif;
}
/* line 835, ../sass/template/_layout.scss */
body.footer-v2 .copyright-links a:after {
  background: rgba(0, 0, 0, 0.2);
}

/* line 841, ../sass/template/_layout.scss */
body.footer-v3 #footer {
  background: none !important;
  color: #1a1c1d;
}
/* line 844, ../sass/template/_layout.scss */
body.footer-v3 #footer a {
  color: #1a1c1d;
}
/* line 849, ../sass/template/_layout.scss */
body.footer-v3 #footer .block .block-title span {
  color: #161718 !important;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
/* line 854, ../sass/template/_layout.scss */
body.footer-v3 #footer .block .block-title span:after, body.footer-v3 #footer .block .block-title span:before {
  display: none;
}
/* line 860, ../sass/template/_layout.scss */
body.footer-v3 #footer .block.block-simplenews #edit-mail-wrapper input.form-email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* line 864, ../sass/template/_layout.scss */
body.footer-v3 #footer .before-footer {
  padding-top: 0 !important;
}
/* line 867, ../sass/template/_layout.scss */
body.footer-v3 #footer .footer-center {
  padding: 0 0 10px;
}
/* line 869, ../sass/template/_layout.scss */
body.footer-v3 #footer .footer-center .content-inner {
  padding: 30px;
  background: #F1F3F4;
}
/* line 877, ../sass/template/_layout.scss */
body.footer-v3 .social-border .socials:after, body.footer-v3 .social-border .socials:before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 880, ../sass/template/_layout.scss */
body.footer-v3 .social-border .socials a i {
  color: #191b1c;
}
/* line 885, ../sass/template/_layout.scss */
body.footer-v3 .copyright {
  color: #191b19;
}
/* line 887, ../sass/template/_layout.scss */
body.footer-v3 .copyright a {
  color: #28a900 !important;
}
/* line 891, ../sass/template/_layout.scss */
body.footer-v3 .copyright-links a:after {
  background: rgba(0, 0, 0, 0.2);
}

/* line 3, ../sass/template/_page.scss */
body.hidden-title .node--view-mode-full > header {
  display: none !important;
}

/* ----- Maintenance page ----- */
/* line 9, ../sass/template/_page.scss */
body.maintenance-page {
  background-color: #fff;
  color: #000;
}

/* line 13, ../sass/template/_page.scss */
.maintenance-page #page-wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  min-height: 0;
  border: 1px solid #ddd;
  margin-top: 40px;
}

/* line 22, ../sass/template/_page.scss */
.maintenance-page #page {
  margin: 10px;
}

/* line 25, ../sass/template/_page.scss */
.maintenance-page #main-wrapper {
  min-height: inherit;
}

/* line 28, ../sass/template/_page.scss */
.maintenance-page #header {
  width: auto;
}

/* line 31, ../sass/template/_page.scss */
.maintenance-page #main {
  margin: 0;
}

/* line 34, ../sass/template/_page.scss */
.maintenance-page .content .section {
  padding: 0 0 0 10px;
  /* LTR */
}

/* line 37, ../sass/template/_page.scss */
[dir="rtl"] .maintenance-page .content .section {
  padding-left: 0;
  padding-right: 10px;
}

/* line 41, ../sass/template/_page.scss */
.maintenance-page #header {
  background-color: #fff;
  background-image: none;
}

/* line 45, ../sass/template/_page.scss */
.maintenance-page .site-branding-text {
  margin-bottom: 50px;
  margin-left: 0;
  /* LTR */
  padding-top: 20px;
  font-size: 90%;
}

/* line 51, ../sass/template/_page.scss */
[dir="rtl"] .maintenance-page .site-branding-text {
  margin-right: 0;
}

/* line 54, ../sass/template/_page.scss */
.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
  color: #777;
}

/* line 60, ../sass/template/_page.scss */
.maintenance-page .page-title {
  line-height: 1em;
  margin-top: 0;
}

@media all and (min-width: 800px) {
  /* line 65, ../sass/template/_page.scss */
  .maintenance-page #page-wrapper {
    width: 800px;
  }

  /* line 68, ../sass/template/_page.scss */
  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px;
  }
}
@media all and (min-width: 600px) {
  /* @TODO find the proper breakpoint */
  /* line 74, ../sass/template/_page.scss */
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}
/* line 79, ../sass/template/_page.scss */
.page-notfound {
  text-align: center;
  padding: 150px 0;
  background: #f6f6f6;
}
@media (max-width: 991px) {
  /* line 79, ../sass/template/_page.scss */
  .page-notfound {
    padding: 50px 0;
  }
}
/* line 86, ../sass/template/_page.scss */
.page-notfound header {
  display: none !important;
}
/* line 89, ../sass/template/_page.scss */
.page-notfound .big-title {
  font-size: 200px;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 89, ../sass/template/_page.scss */
  .page-notfound .big-title {
    font-size: 90px;
  }
}
/* line 100, ../sass/template/_page.scss */
.page-notfound .sub-title {
  color: #999999;
  padding: 30px 0;
}
/* line 104, ../sass/template/_page.scss */
.page-notfound .content {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 30px;
}
@media (max-width: 991px) {
  /* line 104, ../sass/template/_page.scss */
  .page-notfound .content {
    padding: 0 20px;
  }
}
/* line 114, ../sass/template/_page.scss */
.page-notfound .action {
  text-align: center;
  margin-top: 30px;
}
/* line 117, ../sass/template/_page.scss */
.page-notfound .action a {
  font-size: 16px;
  color: #28a900;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 124, ../sass/template/_page.scss */
.page-notfound .action a:hover {
  color: #000;
}

/* line 131, ../sass/template/_page.scss */
.view-page {
  margin-bottom: 50px;
}

/* line 137, ../sass/template/_page.scss */
.node--view-mode-full.node--type-portfolio .post-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
}
/* line 142, ../sass/template/_page.scss */
.node--view-mode-full.node--type-portfolio .post-meta {
  padding-bottom: 20px;
}
/* line 147, ../sass/template/_page.scss */
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-prev {
  left: 20px !important;
}
/* line 150, ../sass/template/_page.scss */
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-next {
  right: 20px !important;
}
/* line 154, ../sass/template/_page.scss */
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 164, ../sass/template/_page.scss */
.portfolio-single {
  padding-bottom: 30px;
}
/* line 166, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations {
  margin-bottom: 15px;
}
/* line 168, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations .item-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
/* line 172, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 700;
  min-width: 120px;
  display: inline-block;
}
/* line 181, ../sass/template/_page.scss */
.portfolio-single .post-content ul {
  padding-left: 20px;
  margin-top: 15px;
}

/* line 189, ../sass/template/_page.scss */
.team-single-page .team-name {
  margin-bottom: 30px;
}
/* line 191, ../sass/template/_page.scss */
.team-single-page .team-name .name {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
}
/* line 197, ../sass/template/_page.scss */
.team-single-page .team-name .job {
  font-size: 12px;
  color: #999999;
}
/* line 201, ../sass/template/_page.scss */
.team-single-page .team-name .line {
  text-align: center;
  float: left;
}
/* line 204, ../sass/template/_page.scss */
.team-single-page .team-name .line span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}
/* line 209, ../sass/template/_page.scss */
.team-single-page .team-name .line span.one {
  background: #5EB4E7;
  margin-left: 0;
}
/* line 213, ../sass/template/_page.scss */
.team-single-page .team-name .line span.second {
  background: #F8C44F;
}
/* line 216, ../sass/template/_page.scss */
.team-single-page .team-name .line span.three {
  background: #F49626;
  margin-right: 0;
}
/* line 223, ../sass/template/_page.scss */
.team-single-page .socials {
  margin-top: 10px;
}
/* line 226, ../sass/template/_page.scss */
.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
/* line 231, ../sass/template/_page.scss */
.team-single-page .team-contact {
  margin-bottom: 25px;
}
/* line 235, ../sass/template/_page.scss */
.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #999999;
  font-size: 13px;
  line-height: 28px;
}
/* line 242, ../sass/template/_page.scss */
.team-single-page .team-education .field__item {
  padding-left: 20px;
  position: relative;
}
/* line 245, ../sass/template/_page.scss */
.team-single-page .team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #28a900;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
/* line 257, ../sass/template/_page.scss */
.team-single-page .team-info {
  margin-bottom: 30px !important;
}
/* line 260, ../sass/template/_page.scss */
.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
/* line 266, ../sass/template/_page.scss */
.team-single-page .team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #28a900;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

/* line 281, ../sass/template/_page.scss */
#user-register-form {
  padding: 20px 0;
}
/* line 283, ../sass/template/_page.scss */
#user-register-form .form-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 287, ../sass/template/_page.scss */
#user-register-form .form-wrapper#edit-actions {
  border-bottom: none;
}
/* line 291, ../sass/template/_page.scss */
#user-register-form label {
  width: 100%;
}
/* line 294, ../sass/template/_page.scss */
#user-register-form .form-item {
  margin-bottom: 15px;
}

/* line 300, ../sass/template/_page.scss */
body.path-user .help {
  max-width: 800px;
  margin: 0 auto 20px;
}
/* line 303, ../sass/template/_page.scss */
body.path-user .help .container {
  width: 100%;
  padding: 0;
}
/* line 308, ../sass/template/_page.scss */
body.path-user #page-main-content > .main-content-inner {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}
/* line 316, ../sass/template/_page.scss */
body.path-user summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #28a900;
}

/* line 324, ../sass/template/_page.scss */
body.path-events .body-page {
  background: white;
}

/* line 1, ../sass/template/_node.scss */
.post-block {
  background: #fff;
}
/* line 3, ../sass/template/_node.scss */
.post-block .post-image {
  overflow: hidden;
}
/* line 5, ../sass/template/_node.scss */
.post-block .post-image a {
  position: relative;
  display: block;
}
/* line 9, ../sass/template/_node.scss */
.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
/* line 14, ../sass/template/_node.scss */
.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 19, ../sass/template/_node.scss */
.post-block .post-title {
  padding: 5px 0;
  margin-bottom: 5px;
}
/* line 22, ../sass/template/_node.scss */
.post-block .post-title a {
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/* line 34, ../sass/template/_node.scss */
.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: #28a900;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.post-block .post-content:after {
  clear: both;
}
/* line 42, ../sass/template/_node.scss */
.post-block .post-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
  letter-spacing: 1px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.post-block .post-meta:before, .post-block .post-meta:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.post-block .post-meta:after {
  clear: both;
}
/* line 49, ../sass/template/_node.scss */
.post-block .post-meta .post-categories {
  margin-bottom: 0;
}
/* line 54, ../sass/template/_node.scss */
.post-block .post-created {
  text-transform: none;
  position: relative;
}
/* line 58, ../sass/template/_node.scss */
.post-block .post-description {
  margin-top: 15px;
}
/* line 61, ../sass/template/_node.scss */
.post-block .post-comment {
  text-transform: none;
  position: relative;
}
/* line 66, ../sass/template/_node.scss */
.post-block .post-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 70, ../sass/template/_node.scss */
.post-block .post-categories a {
  font-weight: 400;
  color: #28a900;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 22px;
  line-height: 1.5;
}
/* line 82, ../sass/template/_node.scss */
.post-block .post-categories a:hover {
  color: #34dc00;
  text-decoration: none;
}
/* line 88, ../sass/template/_node.scss */
.post-block .post-body {
  line-height: 30px;
}
/* line 91, ../sass/template/_node.scss */
.post-block .content-after {
  padding: 10px 0 0;
}
/* line 95, ../sass/template/_node.scss */
.post-block.v3 .post-content {
  padding: 10px 20px;
  min-height: 80px;
}
/* line 98, ../sass/template/_node.scss */
.post-block.v3 .post-content .post-title a {
  font-size: 14px;
}

/* line 105, ../sass/template/_node.scss */
.gallery-post {
  position: relative;
  display: block;
  width: 100%;
}
/* line 109, ../sass/template/_node.scss */
.gallery-post:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 120, ../sass/template/_node.scss */
.gallery-post .image {
  overflow: hidden;
}
/* line 122, ../sass/template/_node.scss */
.gallery-post .image img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
/* line 126, ../sass/template/_node.scss */
.gallery-post a.link-image {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 99;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 680px) {
  /* line 126, ../sass/template/_node.scss */
  .gallery-post a.link-image {
    display: none;
  }
}
/* line 143, ../sass/template/_node.scss */
.gallery-post:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 146, ../sass/template/_node.scss */
.gallery-post:hover .link-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 149, ../sass/template/_node.scss */
.gallery-post:hover img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

/* line 160, ../sass/template/_node.scss */
.style-dark .post-block {
  background: transparent;
}
/* line 162, ../sass/template/_node.scss */
.style-dark .post-block .post-title {
  background: transparent;
}
/* line 164, ../sass/template/_node.scss */
.style-dark .post-block .post-title a {
  color: #fff;
}
/* line 166, ../sass/template/_node.scss */
.style-dark .post-block .post-title a:hover {
  color: #28a900;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.post-style-horizontal .post-block:before, .post-style-horizontal .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.post-style-horizontal .post-block:after {
  clear: both;
}

/* line 184, ../sass/template/_node.scss */
.post-style-grid .post-block {
  margin: 0 0 30px;
  background: #fff;
  text-align: left;
}
/* line 188, ../sass/template/_node.scss */
.post-style-grid .post-block .post-categories {
  margin: 0;
}
/* line 192, ../sass/template/_node.scss */
.post-style-grid .post-block .post-title a {
  font-family: "Melbourne", sans-serif;
  font-size: 20px;
}
/* line 197, ../sass/template/_node.scss */
.post-style-grid .post-block .post-body {
  margin-top: 10px;
}
/* line 200, ../sass/template/_node.scss */
.post-style-grid .post-block .post-content {
  background: #fff;
  position: relative;
  border-top: 0;
  padding: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

/* line 212, ../sass/template/_node.scss */
.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px;
}
/* line 214, ../sass/template/_node.scss */
.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}
/* line 219, ../sass/template/_node.scss */
.node--view-mode-full .post-title {
  margin: 0;
}
/* line 222, ../sass/template/_node.scss */
.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* line 228, ../sass/template/_node.scss */
.node-detail {
  padding-bottom: 35px;
}
/* line 230, ../sass/template/_node.scss */
.node-detail iframe {
  width: 100%;
  display: block;
}
/* line 234, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery {
  overflow: hidden;
}
/* line 236, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 238, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
  margin-left: 100px;
}
/* line 241, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
  margin-right: 100px;
}
/* line 246, ../sass/template/_node.scss */
.node-detail .post-title {
  margin-top: 10px;
  font-size: 24px;
}
/* line 250, ../sass/template/_node.scss */
.node-detail .post-meta {
  margin-bottom: 20px;
}
/* line 253, ../sass/template/_node.scss */
.node-detail .field--name-field-tags {
  margin-top: 20px;
}
/* line 255, ../sass/template/_node.scss */
.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 261, ../sass/template/_node.scss */
.node-detail .field--name-field-tags .field__item a {
  background: #f5f5f5;
  padding: 2px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 265, ../sass/template/_node.scss */
.node-detail .field--name-field-tags .field__item a:hover, .node-detail .field--name-field-tags .field__item a:focus, .node-detail .field--name-field-tags .field__item a:active {
  background: #28a900;
  color: #fff;
}

/* line 276, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {
  margin-bottom: 30px;
  text-align: left;
}
/* line 279, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {
  margin: 0;
}
/* line 281, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-categories h2, .categories-view-content.layout-grid .post-block .post-categories h3, .categories-view-content.layout-grid .post-block .post-categories h4, .categories-view-content.layout-masonry .post-block .post-categories h2, .categories-view-content.layout-masonry .post-block .post-categories h3, .categories-view-content.layout-masonry .post-block .post-categories h4 {
  margin: 0;
  line-height: 1;
}
/* line 286, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {
  padding: 0;
}
/* line 289, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {
  margin-top: 0;
}
/* line 292, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {
  padding: 10px 0 15px;
}
/* line 295, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-content, .categories-view-content.layout-masonry .post-block .post-content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
/* line 303, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block {
  margin-bottom: 0;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.categories-view-content.layout-list .post-block:before, .categories-view-content.layout-list .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.categories-view-content.layout-list .post-block:after {
  clear: both;
}
/* line 306, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-thumbnail {
  width: 45%;
  float: left;
}
@media (max-width: 767px) {
  /* line 306, ../sass/template/_node.scss */
  .categories-view-content.layout-list .post-block .post-thumbnail {
    width: 100%;
  }
}
/* line 313, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-title {
  padding: 0;
  margin: 0;
}
/* line 317, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content {
  width: 55%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 317, ../sass/template/_node.scss */
  .categories-view-content.layout-list .post-block .post-content {
    width: 100%;
  }
}
/* line 324, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content .post-categories {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 328, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
  margin: 0;
}

/* line 340, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li {
  display: block;
  float: right;
  overflow: hidden;
  clear: right;
}
@media (max-width: 991px) {
  /* line 340, ../sass/template/_node.scss */
  .post-style-stick .item-list > ul > li {
    width: 100%;
    clear: both;
  }
}
/* line 349, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li .post-title, .post-style-stick .item-list > ul > li .post-meta, .post-style-stick .item-list > ul > li .post-meta-wrap {
  clear: both;
}
/* line 352, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:last-child {
  margin-bottom: 0 !important;
}
/* line 356, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li .post-categories a {
  background: #28a900;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
}
/* line 365, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) {
  margin-bottom: 50px;
  width: 45%;
}
@media (max-width: 991px) {
  /* line 365, ../sass/template/_node.scss */
  .post-style-stick .item-list > ul > li:not(:first-child) {
    width: 100%;
  }
}
/* line 371, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-image {
  width: 200px;
  float: left;
}
/* line 375, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-content {
  padding-left: 230px;
}
/* line 377, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-content .post-meta {
  float: left;
  width: 100%;
  padding: 10px 0;
}
/* line 383, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-title, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta-wrap {
  clear: none !important;
}
/* line 386, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-title {
  padding: 0;
}
/* line 388, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a {
  font-size: 20px;
  line-height: 29px;
  display: block;
  font-weight: 400;
}
/* line 393, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a:hover {
  color: #28a900;
}
/* line 400, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child {
  border-bottom: 0 none;
  display: block;
  float: left;
  padding-right: 4% !important;
  width: 55%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 400, ../sass/template/_node.scss */
  .post-style-stick .item-list > ul > li:first-child {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
/* line 415, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child .post-content {
  padding-top: 30px;
}
/* line 419, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child .post-title a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
/* line 423, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child .post-title a:hover {
  color: #28a900;
}
/* line 428, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child .post-meta {
  margin: 0 0 5px;
}
/* line 431, ../sass/template/_node.scss */
.post-style-stick .item-list > ul > li:first-child:after {
  content: none;
}
/* line 440, ../sass/template/_node.scss */
.post-style-stick.list .item-list > ul > li {
  width: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
/* line 445, ../sass/template/_node.scss */
.post-style-stick.list .item-list > ul > li:first-child {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: left;
  padding-right: 0 !important;
  clear: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 454, ../sass/template/_node.scss */
.post-style-stick.list .item-list > ul > li:last-child {
  border: none;
}

/* line 464, ../sass/template/_node.scss */
.post-style-list ul > li {
  margin-bottom: 30px !important;
}
/* line 467, ../sass/template/_node.scss */
.post-style-list .post-block {
  clear: both;
}
/* line 469, ../sass/template/_node.scss */
.post-style-list .post-block .post-image {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  /* line 469, ../sass/template/_node.scss */
  .post-style-list .post-block .post-image {
    width: 100%;
  }
}
/* line 475, ../sass/template/_node.scss */
.post-style-list .post-block .post-image img {
  height: auto;
  width: 100%;
}
/* line 480, ../sass/template/_node.scss */
.post-style-list .post-block .post-meta {
  margin-top: 3px;
}
/* line 484, ../sass/template/_node.scss */
.post-style-list .post-block .post-title a {
  font-size: 20px;
  font-family: "Melbourne", sans-serif;
}
/* line 489, ../sass/template/_node.scss */
.post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 60%;
  padding-left: 15px;
  float: left;
}
@media (max-width: 767px) {
  /* line 489, ../sass/template/_node.scss */
  .post-style-list .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}
/* line 499, ../sass/template/_node.scss */
.post-style-list .post-block .post-title {
  padding-top: 0;
}
/* line 503, ../sass/template/_node.scss */
.post-style-list .post-block.no-image .post-content {
  width: 100%;
  padding-left: 0;
}
/* line 510, ../sass/template/_node.scss */
.post-style-list.small .post-block {
  margin-bottom: 20px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.post-style-list.small .post-block:before, .post-style-list.small .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.post-style-list.small .post-block:after {
  clear: both;
}
/* line 514, ../sass/template/_node.scss */
.post-style-list.small .post-image {
  width: 80px;
  height: auto;
}
@media (max-width: 1199px) {
  /* line 514, ../sass/template/_node.scss */
  .post-style-list.small .post-image {
    width: 60px;
  }
}
/* line 521, ../sass/template/_node.scss */
.post-style-list.small .post-content {
  padding-left: 95px;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 521, ../sass/template/_node.scss */
  .post-style-list.small .post-content {
    padding-left: 80px;
  }
}
/* line 529, ../sass/template/_node.scss */
.post-style-list.small .post-title {
  padding: 0;
  margin-bottom: 0;
}
/* line 532, ../sass/template/_node.scss */
.post-style-list.small .post-title a {
  font-size: 15px;
  margin-top: -5px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  line-height: 22px;
}
/* line 538, ../sass/template/_node.scss */
.post-style-list.small .post-title a:hover {
  color: #28a900;
}
/* line 543, ../sass/template/_node.scss */
.post-style-list.small .post-meta {
  padding: 0;
}

/* line 550, ../sass/template/_node.scss */
.portfolio-v1 {
  position: relative !important;
  overflow: hidden !important;
}
/* line 553, ../sass/template/_node.scss */
.portfolio-v1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
  -moz-transition: all 4s;
  -ms-transition: all 4s;
}
/* line 557, ../sass/template/_node.scss */
.portfolio-v1 ul {
  padding: 0;
  margin: 0;
}
/* line 561, ../sass/template/_node.scss */
.portfolio-v1 .content {
  background: none;
  position: relative;
  height: 100%;
  z-index: 11;
  text-align: left;
  -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%;
}
/* line 569, ../sass/template/_node.scss */
.portfolio-v1 .content .content-inner {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 583, ../sass/template/_node.scss */
.portfolio-v1 .content .title {
  position: relative;
}
/* line 585, ../sass/template/_node.scss */
.portfolio-v1 .content .title a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  font-family: "Melbourne", sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 595, ../sass/template/_node.scss */
.portfolio-v1 .content .title a:hover {
  text-decoration: underline;
}
/* line 601, ../sass/template/_node.scss */
.portfolio-v1 .category {
  background: #28a900;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 3px;
}
/* line 607, ../sass/template/_node.scss */
.portfolio-v1 .category a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
/* line 613, ../sass/template/_node.scss */
.portfolio-v1 .category a:hover {
  text-decoration: underline;
}
/* line 619, ../sass/template/_node.scss */
.portfolio-v1:hover .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 625, ../sass/template/_node.scss */
.portfolio-v2 {
  padding: 15px;
  background: #fff;
}
/* line 628, ../sass/template/_node.scss */
.portfolio-v2 .images {
  position: relative;
}
/* line 630, ../sass/template/_node.scss */
.portfolio-v2 .images > a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 634, ../sass/template/_node.scss */
.portfolio-v2 .images > a img {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
/* line 637, ../sass/template/_node.scss */
.portfolio-v2 .images > a:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 648, ../sass/template/_node.scss */
.portfolio-v2 .images > a:before {
  content: "\e904";
  font-family: "gva-icon";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -20px;
  margin-left: -20px;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 666, ../sass/template/_node.scss */
.portfolio-v2 .images .category {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #28a900;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 9;
}
/* line 678, ../sass/template/_node.scss */
.portfolio-v2 .images .category a {
  color: #fff;
  padding: 2px 5px;
}
/* line 684, ../sass/template/_node.scss */
.portfolio-v2 .content-inner {
  min-height: 120px;
  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;
  padding: 10px 10px 10px;
}
/* line 689, ../sass/template/_node.scss */
.portfolio-v2 .content-inner .title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
/* line 696, ../sass/template/_node.scss */
.portfolio-v2 .content-inner .summary {
  font-size: 14px;
  line-height: 24px;
}
/* line 703, ../sass/template/_node.scss */
.portfolio-v2:hover .image a:after, .portfolio-v2:hover .image a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 710, ../sass/template/_node.scss */
.testimonial-node-v1 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
/* line 714, ../sass/template/_node.scss */
.testimonial-node-v1 .quote {
  font-size: 30px;
  line-height: 45px;
  position: relative;
  padding-top: 10px;
  color: #000;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
}
/* line 724, ../sass/template/_node.scss */
.testimonial-node-v1 .info {
  margin-top: 30px;
  display: inline-block;
}
/* line 728, ../sass/template/_node.scss */
.testimonial-node-v1 .left, .testimonial-node-v1 .right {
  float: left;
}
/* line 730, ../sass/template/_node.scss */
.testimonial-node-v1 .left.left, .testimonial-node-v1 .right.left {
  margin-right: 15px;
}
/* line 734, ../sass/template/_node.scss */
.testimonial-node-v1 .job {
  color: #bbbbbb;
  font-size: 15px;
}
/* line 738, ../sass/template/_node.scss */
.testimonial-node-v1 .content-inner {
  text-align: center;
}
/* line 740, ../sass/template/_node.scss */
.testimonial-node-v1 .content-inner .title {
  margin-top: 0;
  font-size: 20px;
  color: #000;
  font-family: "Melbourne", sans-serif;
}

/* line 749, ../sass/template/_node.scss */
.testimonial-node-v2 {
  padding: 0;
  text-align: left;
}
/* line 752, ../sass/template/_node.scss */
.testimonial-node-v2 .avatar {
  position: relative;
  width: 200px;
  float: left;
}
/* line 756, ../sass/template/_node.scss */
.testimonial-node-v2 .avatar:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0px;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #28a900;
}
/* line 771, ../sass/template/_node.scss */
.testimonial-node-v2 .content {
  padding-left: 220px;
}
/* line 773, ../sass/template/_node.scss */
.testimonial-node-v2 .content .quote {
  font-size: 13px;
  line-height: 30px;
  position: relative;
}
/* line 778, ../sass/template/_node.scss */
.testimonial-node-v2 .content .info {
  margin-top: 10px;
  color: #bbbbbb;
}
/* line 781, ../sass/template/_node.scss */
.testimonial-node-v2 .content .info .title {
  font-size: 14px;
  font-weight: 600;
  color: #28a900;
  text-transform: none;
}
/* line 787, ../sass/template/_node.scss */
.testimonial-node-v2 .content .info .job {
  font-size: 12px;
  color: #bbbbbb;
}

/* line 795, ../sass/template/_node.scss */
.testimonial-node-v4 {
  background: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  float: right;
  margin-top: 210px;
  margin-bottom: 50px;
  padding: 90px 100px 50px 50px;
  border-left: 5px solid #28a900;
  position: relative;
}
@media (max-width: 991px) {
  /* line 795, ../sass/template/_node.scss */
  .testimonial-node-v4 {
    padding: 50px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
/* line 809, ../sass/template/_node.scss */
.testimonial-node-v4:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 30px;
  top: 20px;
  position: absolute;
  z-index: 1;
  color: #28a900;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
/* line 821, ../sass/template/_node.scss */
.testimonial-node-v4 .quote {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
/* line 826, ../sass/template/_node.scss */
.testimonial-node-v4 .title {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-top: 40px;
}
/* line 832, ../sass/template/_node.scss */
.testimonial-node-v4 .job {
  margin-top: 5px;
  font-size: 12px;
  color: #bbbbbb;
}

/* line 839, ../sass/template/_node.scss */
.testimonial-node-v5 {
  background: none;
  max-width: 620px;
  float: left;
  position: relative;
  margin-top: 350px;
}
@media (max-width: 991px) {
  /* line 839, ../sass/template/_node.scss */
  .testimonial-node-v5 {
    margin-top: 50px;
  }
}
/* line 848, ../sass/template/_node.scss */
.testimonial-node-v5 .video {
  margin-bottom: 30px;
}
/* line 850, ../sass/template/_node.scss */
.testimonial-node-v5 .video .popup-video {
  display: inline-block;
  background: url("../images/icon-play-2.png") no-repeat left center transparent;
  height: 55px;
  padding-left: 75px;
  line-height: 55px;
  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;
}
/* line 858, ../sass/template/_node.scss */
.testimonial-node-v5 .video .popup-video:hover, .testimonial-node-v5 .video .popup-video:focus, .testimonial-node-v5 .video .popup-video:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 863, ../sass/template/_node.scss */
.testimonial-node-v5 .quote {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
}
/* line 869, ../sass/template/_node.scss */
.testimonial-node-v5 .title {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
/* line 875, ../sass/template/_node.scss */
.testimonial-node-v5 .job {
  font-size: 12px;
  color: #fff;
}

/* line 881, ../sass/template/_node.scss */
.team-block {
  text-align: center;
}
/* line 883, ../sass/template/_node.scss */
.team-block .team-image {
  position: relative;
}
/* line 885, ../sass/template/_node.scss */
.team-block .team-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101b2b;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 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;
}
/* line 896, ../sass/template/_node.scss */
.team-block .team-image .socials-team {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
  width: 20px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=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;
  text-align: center;
}
/* line 906, ../sass/template/_node.scss */
.team-block .team-image .socials-team a {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/* line 910, ../sass/template/_node.scss */
.team-block .team-image .socials-team a:hover, .team-block .team-image .socials-team a:focus, .team-block .team-image .socials-team a:active {
  color: #28a900;
}
/* line 916, ../sass/template/_node.scss */
.team-block .team-name {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 10px;
  line-height: 24px;
  font-family: "Melbourne", sans-serif;
}
/* line 923, ../sass/template/_node.scss */
.team-block .team-job {
  font-size: 12px;
  color: #999999;
}
/* line 927, ../sass/template/_node.scss */
.team-block .team-body {
  color: #242527;
  line-height: 24px;
}
/* line 933, ../sass/template/_node.scss */
.team-block:hover .team-image:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* line 937, ../sass/template/_node.scss */
.team-block:hover .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 944, ../sass/template/_node.scss */
.team-list .team-block .team-image {
  width: 35%;
  float: left;
}
/* line 948, ../sass/template/_node.scss */
.team-list .team-block .team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}
/* line 952, ../sass/template/_node.scss */
.team-list .team-block .team-content .team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

/* line 1, ../sass/template/_style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 5, ../sass/template/_style.scss */
.margin-top-0 {
  margin-top: 0 !important;
}

/* line 8, ../sass/template/_style.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 11, ../sass/template/_style.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 14, ../sass/template/_style.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 17, ../sass/template/_style.scss */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 20, ../sass/template/_style.scss */
.margin-top-40 {
  margin-top: 40px !important;
}

/* line 23, ../sass/template/_style.scss */
.margin-top-50 {
  margin-top: 50px !important;
}

/* line 26, ../sass/template/_style.scss */
.margin-top-60 {
  margin-top: 60px !important;
}

/* line 30, ../sass/template/_style.scss */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 33, ../sass/template/_style.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 36, ../sass/template/_style.scss */
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 39, ../sass/template/_style.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 42, ../sass/template/_style.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 45, ../sass/template/_style.scss */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 48, ../sass/template/_style.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 51, ../sass/template/_style.scss */
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* line 55, ../sass/template/_style.scss */
.padding-10 {
  padding: 10px !important;
}

/* line 58, ../sass/template/_style.scss */
.padding-20 {
  padding: 20px !important;
}

/* line 61, ../sass/template/_style.scss */
.padding-30 {
  padding: 30px !important;
}

/* line 64, ../sass/template/_style.scss */
.padding-40 {
  padding: 40px !important;
}

/* line 67, ../sass/template/_style.scss */
.padding-50 {
  padding: 50px !important;
}

/* line 72, ../sass/template/_style.scss */
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 75, ../sass/template/_style.scss */
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 78, ../sass/template/_style.scss */
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 81, ../sass/template/_style.scss */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 84, ../sass/template/_style.scss */
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 87, ../sass/template/_style.scss */
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 90, ../sass/template/_style.scss */
.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 991px) {
  /* line 90, ../sass/template/_style.scss */
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
}

/* line 98, ../sass/template/_style.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 101, ../sass/template/_style.scss */
.padding-top-20 {
  padding-top: 20px !important;
}

/* line 104, ../sass/template/_style.scss */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 107, ../sass/template/_style.scss */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 110, ../sass/template/_style.scss */
.padding-top-50 {
  padding-top: 50px !important;
}

/* line 114, ../sass/template/_style.scss */
.width-100 {
  max-width: 100px;
  margin: 0 auto;
}

/* line 118, ../sass/template/_style.scss */
.width-200 {
  max-width: 200px;
  margin: 0 auto;
}

/* line 122, ../sass/template/_style.scss */
.width-300 {
  max-width: 300px;
  margin: 0 auto;
}

/* line 126, ../sass/template/_style.scss */
.width-400 {
  max-width: 400px;
  margin: 0 auto;
}

/* line 130, ../sass/template/_style.scss */
.width-500 {
  max-width: 500px;
  margin: 0 auto;
}

/* line 134, ../sass/template/_style.scss */
.width-600 {
  max-width: 600px;
  margin: 0 auto;
}

/* line 138, ../sass/template/_style.scss */
.width-700 {
  max-width: 700px;
  margin: 0 auto;
}

/* line 142, ../sass/template/_style.scss */
.width-800 {
  max-width: 800px;
  margin: 0 auto;
}

/* line 146, ../sass/template/_style.scss */
.width-900 {
  max-width: 800px;
  margin: 0 auto;
}

/* line 150, ../sass/template/_style.scss */
.width-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 155, ../sass/template/_style.scss */
.padding-responsive {
  padding: 30px 120px;
}
@media (max-width: 991px) {
  /* line 155, ../sass/template/_style.scss */
  .padding-responsive {
    padding: 30px;
  }
}

/* line 162, ../sass/template/_style.scss */
.special-margin-top {
  margin-top: -100px;
}
@media (max-width: 991px) {
  /* line 162, ../sass/template/_style.scss */
  .special-margin-top {
    margin-top: 30px;
  }
}

/* line 169, ../sass/template/_style.scss */
.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  /* line 169, ../sass/template/_style.scss */
  .margin-top-contact {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

/* line 178, ../sass/template/_style.scss */
.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 991px) {
  /* line 178, ../sass/template/_style.scss */
  .padding-lr-15p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 188, ../sass/template/_style.scss */
.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 191, ../sass/template/_style.scss */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 194, ../sass/template/_style.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 198, ../sass/template/_style.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 203, ../sass/template/_style.scss */
.float-left {
  float: left;
}

/* line 207, ../sass/template/_style.scss */
.no-bg {
  background-color: transparent !important;
}

/* line 211, ../sass/template/_style.scss */
.col-no-padding div[class*="col-"] {
  padding: 0 !important;
}

/* line 215, ../sass/template/_style.scss */
.p-static {
  position: static !important;
}

/* line 218, ../sass/template/_style.scss */
.p-relative {
  position: relative !important;
}

/* line 222, ../sass/template/_style.scss */
.bg-theme {
  background: #28a900;
}

/* line 225, ../sass/template/_style.scss */
.bg-white {
  background: #fff;
}

/* line 228, ../sass/template/_style.scss */
.bg-black {
  background: #333333;
}

/* line 231, ../sass/template/_style.scss */
.youtube-bg {
  position: relative;
  z-index: 9;
}
/* line 234, ../sass/template/_style.scss */
.youtube-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 243, ../sass/template/_style.scss */
.youtube-bg .bb-inner {
  position: relative;
  z-index: 99;
}

/* line 249, ../sass/template/_style.scss */
.ui-widget-content {
  color: #191b1c;
}

/* line 255, ../sass/template/_style.scss */
.text-normal {
  font-size: 15px;
}

/* line 258, ../sass/template/_style.scss */
.text-size-medium {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  /* line 258, ../sass/template/_style.scss */
  .text-size-medium {
    font-size: 20px;
    line-height: 32px;
  }
}

/* line 268, ../sass/template/_style.scss */
.text-size-big {
  font-size: 42px;
  font-family: "Melbourne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  /* line 268, ../sass/template/_style.scss */
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

/* line 280, ../sass/template/_style.scss */
.text-size-big {
  font-size: 36px;
}
@media (max-width: 991px) {
  /* line 280, ../sass/template/_style.scss */
  .text-size-big {
    font-size: 20px;
  }
}

/* line 286, ../sass/template/_style.scss */
.text-black {
  color: #000 !important;
}

/* line 289, ../sass/template/_style.scss */
.text-white {
  color: #fff !important;
}

/* line 292, ../sass/template/_style.scss */
.text-theme {
  color: #28a900 !important;
}

/* line 297, ../sass/template/_style.scss */
.gavias-parallax {
  background-attachment: fixed !important;
}
@media (max-width: 767px) {
  /* line 297, ../sass/template/_style.scss */
  .gavias-parallax {
    background-attachment: scroll !important;
  }
}
/* line 306, ../sass/template/_style.scss */
.gavias-parallax.fp-section {
  background-attachment: scroll !important;
}

/* line 311, ../sass/template/_style.scss */
.socials {
  display: inline-block;
  text-align: left;
  width: 100%;
}
/* line 315, ../sass/template/_style.scss */
.socials a {
  color: #191b1c;
  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;
}
/* line 321, ../sass/template/_style.scss */
.socials a:last-child {
  margin-right: 0;
}
/* line 324, ../sass/template/_style.scss */
.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 327, ../sass/template/_style.scss */
.socials a i {
  color: #fff;
  width: 30px;
  height: 30px;
  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: 30px;
  font-size: 12px;
}
/* line 336, ../sass/template/_style.scss */
.socials a i.fa-facebook-square, .socials a i.fa-facebook {
  background: #3b5998;
}
/* line 339, ../sass/template/_style.scss */
.socials a i.fa-twitter, .socials a i.fa-twitter-square {
  background: #4099ff;
}
/* line 342, ../sass/template/_style.scss */
.socials a i.fa-skype {
  background: #12a5f4;
}
/* line 345, ../sass/template/_style.scss */
.socials a i.fa-dribbble {
  background: #ea4c89;
}
/* line 348, ../sass/template/_style.scss */
.socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
  background: #0e76a8;
}
/* line 351, ../sass/template/_style.scss */
.socials a i.fa-apple {
  background: #f2f2f2;
}
/* line 354, ../sass/template/_style.scss */
.socials a i.fa-pinterest {
  background: #c92228;
}
/* line 357, ../sass/template/_style.scss */
.socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
  background: #d34836;
}
/* line 360, ../sass/template/_style.scss */
.socials a i.fa-youtube-square, .socials a i.fa-youtube {
  background: #c4302b;
}
/* line 363, ../sass/template/_style.scss */
.socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
  background: #4ebbff;
}
/* line 366, ../sass/template/_style.scss */
.socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
  background: #35465c;
}
/* line 369, ../sass/template/_style.scss */
.socials a i.fa-xing-square, .socials a i.fa-xing {
  background: #126567;
}
/* line 372, ../sass/template/_style.scss */
.socials a i.fa-instagram {
  background: #e8e2d9;
}

/* line 379, ../sass/template/_style.scss */
.post-masonry-style > div, .isotope-items > div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}

/* line 386, ../sass/template/_style.scss */
.nav-tabs > li > a {
  font-weight: 700;
  color: #000;
  padding: 8px 18px !important;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "Melbourne", sans-serif;
  letter-spacing: 1px;
}
/* line 396, ../sass/template/_style.scss */
.nav-tabs > li > a i {
  margin-right: 5px;
}
/* line 399, ../sass/template/_style.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #28a900;
}
/* line 404, ../sass/template/_style.scss */
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #28a900;
}

/* line 410, ../sass/template/_style.scss */
.box-quick-link ul {
  padding: 0;
  margin: 0;
}
/* line 413, ../sass/template/_style.scss */
.box-quick-link ul > li {
  width: 46%;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8%;
}
/* line 420, ../sass/template/_style.scss */
.box-quick-link ul > li:nth-child(2n) {
  margin-left: 4%;
}
/* line 423, ../sass/template/_style.scss */
.box-quick-link ul > li:nth-child(2n+1) {
  margin-right: 4%;
}
/* line 426, ../sass/template/_style.scss */
.box-quick-link ul > li a {
  font-weight: 600;
  font-size: 13px;
  display: block;
  line-height: 1.8;
  padding-top: 12px;
}
/* line 432, ../sass/template/_style.scss */
.box-quick-link ul > li a i {
  display: block;
  font-size: 23px;
  color: #777777;
}
/* line 437, ../sass/template/_style.scss */
.box-quick-link ul > li a:hover {
  color: #fff;
}
/* line 439, ../sass/template/_style.scss */
.box-quick-link ul > li a:hover i {
  color: #fff;
}
/* line 444, ../sass/template/_style.scss */
.box-quick-link ul > li:hover {
  background-color: #555555;
}
/* line 446, ../sass/template/_style.scss */
.box-quick-link ul > li:hover * {
  color: #fff;
}

/* line 454, ../sass/template/_style.scss */
.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
/* line 458, ../sass/template/_style.scss */
.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 462, ../sass/template/_style.scss */
.init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 465, ../sass/template/_style.scss */
.init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 470, ../sass/template/_style.scss */
.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 473, ../sass/template/_style.scss */
.init-carousel-owl[data-items*="1"] .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 481, ../sass/template/_style.scss */
div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

/* line 487, ../sass/template/_style.scss */
.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
}
/* line 491, ../sass/template/_style.scss */
.owl-carousel .item {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 497, ../sass/template/_style.scss */
.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 502, ../sass/template/_style.scss */
.owl-carousel.owl-loaded {
  max-height: none;
}
/* line 505, ../sass/template/_style.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* line 509, ../sass/template/_style.scss */
.owl-carousel .owl-controls {
  margin: 0;
}
/* line 511, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
/* line 519, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
/* line 523, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
/* line 529, ../sass/template/_style.scss */
.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
  float: left;
  width: 100%;
}
/* line 534, ../sass/template/_style.scss */
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #ADB2B5;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 541, ../sass/template/_style.scss */
.owl-carousel .owl-dots .owl-dot.active {
  background: #000;
}
/* line 546, ../sass/template/_style.scss */
.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
/* line 549, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 50px;
  height: 50px;
  color: #191b1c !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
/* line 567, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div:hover {
  background: #28a900;
}
/* line 569, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div:hover i {
  color: #fff;
}
/* line 573, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: -80px !important;
}
@media (max-width: 1380px) {
  /* line 573, ../sass/template/_style.scss */
  .owl-carousel .owl-nav > div.owl-prev {
    left: -30px !important;
  }
}
/* line 580, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: -80px !important;
}
@media (max-width: 1380px) {
  /* line 580, ../sass/template/_style.scss */
  .owl-carousel .owl-nav > div.owl-next {
    right: -30px !important;
  }
}
/* line 589, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
/* line 592, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}
/* line 595, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}
/* line 601, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top {
  padding-top: 60px;
}
/* line 603, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}
/* line 610, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-family: "Melbourne", sans-serif;
  font-size: 13px;
  margin: 0 10px;
  color: #000;
  font-weight: 700;
}
/* line 619, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: #28a900;
}
/* line 625, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical {
  padding-left: 25%;
}
/* line 627, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
  display: none;
}
/* line 630, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 99;
  margin-top: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  /* line 630, ../sass/template/_style.scss */
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    width: 100%;
  }
}
/* line 641, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  text-transform: uppercase;
  font-family: "Melbourne", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  background: #fff;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
/* line 658, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: #28a900;
  opacity: 0;
  filter: alpha(opacity=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;
}
/* line 669, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  /* line 641, ../sass/template/_style.scss */
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}
/* line 677, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
  color: #28a900;
}
/* line 679, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 689, ../sass/template/_style.scss */
.owl-carousel.pagination-right .owl-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}
/* line 697, ../sass/template/_style.scss */
.owl-carousel.pagination-right .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
/* line 704, ../sass/template/_style.scss */
.owl-carousel.padding-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
}
/* line 712, ../sass/template/_style.scss */
.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}
/* line 714, ../sass/template/_style.scss */
.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}

/* line 723, ../sass/template/_style.scss */
.btn, .button {
  font-size: 16px;
  text-transform: none;
  background: #28a900;
  color: #fff;
  font-family: "Melbourne", sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  -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: none;
}
/* line 736, ../sass/template/_style.scss */
.btn:hover, .button:hover {
  background: #212325;
  color: #fff;
}

/* line 742, ../sass/template/_style.scss */
.btn-white {
  font-size: 16px;
  text-transform: none;
  background: #fff;
  color: #28a900;
  font-weight: 400;
  font-family: "Melbourne", sans-serif;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  -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: 1px solid transparent;
}
/* line 754, ../sass/template/_style.scss */
.btn-white:hover {
  background: #28a900;
  color: #fff;
  border-color: #fff;
}

/* line 761, ../sass/template/_style.scss */
.node-link a:not(.btn-theme), .btn-theme, .btn-theme-submit {
  font-size: 16px;
  text-transform: none;
  background: #28a900;
  color: #fff;
  font-family: "Melbourne", sans-serif;
  font-weight: 400;
  padding: 0 20px 0 25px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 773, ../sass/template/_style.scss */
.node-link a:not(.btn-theme):after, .btn-theme:after, .btn-theme-submit:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 15px;
  z-index: 1;
  background: url("../images/btn-arrow.png") no-repeat left center transparent;
}
/* line 783, ../sass/template/_style.scss */
.node-link a:not(.btn-theme):hover, .node-link a:not(.btn-theme):focus, .node-link a:not(.btn-theme):active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active {
  background: #212325;
  color: #fff;
}

/* line 790, ../sass/template/_style.scss */
.user-login-form input[type*='submit'], .user-register-form input[type*='submit'], .user-form input[type*='submit'], .user-pass input[type*='submit'] {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Melbourne", sans-serif;
  background: #28a900;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 7px 15px;
  position: relative;
  display: inline-block;
  -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: 1px solid transparent;
}
/* line 803, ../sass/template/_style.scss */
.user-login-form input[type*='submit']:hover, .user-login-form input[type*='submit']:focus, .user-login-form input[type*='submit']:active, .user-register-form input[type*='submit']:hover, .user-register-form input[type*='submit']:focus, .user-register-form input[type*='submit']:active, .user-form input[type*='submit']:hover, .user-form input[type*='submit']:focus, .user-form input[type*='submit']:active, .user-pass input[type*='submit']:hover, .user-pass input[type*='submit']:focus, .user-pass input[type*='submit']:active {
  background: #fff;
  color: #000;
  border-color: #28a900;
}

/*************** Easy PieChart ***************/
/* line 814, ../sass/template/_style.scss */
.easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
/* line 820, ../sass/template/_style.scss */
.easyPieChart:last-child {
  margin-right: 0;
}
/* line 823, ../sass/template/_style.scss */
.easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 829, ../sass/template/_style.scss */
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
/* line 837, ../sass/template/_style.scss */
.progress-label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Melbourne", sans-serif;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

/* line 846, ../sass/template/_style.scss */
.progress {
  height: 7px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !important;
}
/* line 851, ../sass/template/_style.scss */
.progress .progress-bar {
  -webkit-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  text-align: right;
  line-height: 16px !important;
  background: #28a900;
  position: relative;
}
/* line 857, ../sass/template/_style.scss */
.progress .progress-bar .percentage {
  position: relative;
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  top: -40px;
  z-index: 9;
  color: #000 !important;
  background: #28a900;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 3px 6px;
}
/* line 871, ../sass/template/_style.scss */
.progress .progress-bar .percentage:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #28a900;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
/* line 881, ../sass/template/_style.scss */
.progress .progress-bar .percentage span {
  width: 20px;
  height: 20px;
  border: 4px solid #28a900;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  top: 33px;
}

/*************** Pricing Tables ***************/
/* line 896, ../sass/template/_style.scss */
.pricing-table {
  text-align: center;
  position: relative;
  background-color: #fff;
  top: 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;
  padding: 65px 50px 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: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
@media (max-width: 991px) {
  /* line 896, ../sass/template/_style.scss */
  .pricing-table {
    padding: 30px;
  }
}
/* line 909, ../sass/template/_style.scss */
.pricing-table ul li {
  list-style: none;
}
/* line 912, ../sass/template/_style.scss */
.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 10px 0 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
}
/* line 918, ../sass/template/_style.scss */
.pricing-table .plan-name h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
}
/* line 927, ../sass/template/_style.scss */
.pricing-table .content-wrap .plan-price {
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
/* line 931, ../sass/template/_style.scss */
.pricing-table .content-wrap .plan-price .price-value .dollar {
  font-size: 22px;
  font-weight: 400;
  font-family: "Melbourne", sans-serif;
  display: inline-block;
  position: relative;
  color: #28a900;
  line-height: 1;
  top: -10px;
}
/* line 941, ../sass/template/_style.scss */
.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 48px;
  font-weight: 400;
  font-family: "Melbourne", sans-serif;
  display: inline-block;
  color: #28a900;
  line-height: 1;
}
/* line 950, ../sass/template/_style.scss */
.pricing-table .content-wrap .plan-price .interval {
  line-height: 28px;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "Melbourne", sans-serif;
  color: #28a900;
  position: relative;
  top: 5px;
}
/* line 963, ../sass/template/_style.scss */
.pricing-table .plan-list {
  padding: 25px 0 0;
}
/* line 965, ../sass/template/_style.scss */
.pricing-table .plan-list ul {
  margin: 0 !important;
}
/* line 967, ../sass/template/_style.scss */
.pricing-table .plan-list ul li {
  padding: 5px 0;
  font-size: 13px;
  list-style: none;
  position: relative;
}
/* line 972, ../sass/template/_style.scss */
.pricing-table .plan-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6DC66A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: -12px;
}
/* line 982, ../sass/template/_style.scss */
.pricing-table .plan-list ul li.disable {
  color: #BBC2D8;
}
/* line 984, ../sass/template/_style.scss */
.pricing-table .plan-list ul li.disable:before {
  background: #BBC2D8;
}
/* line 991, ../sass/template/_style.scss */
.pricing-table .plan-signup {
  padding: 30px 20px;
}
/* line 993, ../sass/template/_style.scss */
.pricing-table .plan-signup a {
  background: #fff;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
/* line 997, ../sass/template/_style.scss */
.pricing-table .plan-signup a:hover {
  background: #28a900;
  color: #fff;
}
/* line 1003, ../sass/template/_style.scss */
.pricing-table:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
/* line 1006, ../sass/template/_style.scss */
.pricing-table.highlight-plan {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
/* line 1010, ../sass/template/_style.scss */
.pricing-table.highlight-plan .content-inner {
  position: relative;
  z-index: 9;
}
/* line 1014, ../sass/template/_style.scss */
.pricing-table.highlight-plan:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #fff;
  color: 1px solid rgba(0, 0, 0, 0.1);
}

/************ Box hover color **********************************/
/* line 1031, ../sass/template/_style.scss */
.wrap-block-f-col {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 94px;
  padding: 0 15px 30px;
}
/* line 1037, ../sass/template/_style.scss */
.wrap-block-f-col h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 28px 0 13px;
  -webkit-transition: color 1s ease 0s;
  -o-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
  -moz-transition: color 1s ease 0s;
  -ms-transition: color 1s ease 0s;
  font-family: "Melbourne", sans-serif;
}
/* line 1045, ../sass/template/_style.scss */
.wrap-block-f-col p {
  margin-bottom: 19px;
}
/* line 1048, ../sass/template/_style.scss */
.wrap-block-f-col .wrap-icon {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 124px;
  -webkit-border-radius: 124px;
  -moz-border-radius: 124px;
  -ms-border-radius: 124px;
  -o-border-radius: 124px;
  display: inline-block;
  width: 124px;
  height: 124px;
  margin-top: -62px;
  padding: 6px;
}
/* line 1056, ../sass/template/_style.scss */
.wrap-block-f-col .wrap-icon .inner-icon {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 106px;
  color: #28a900;
  display: inline-block;
  font-size: 44px;
  line-height: 106px;
  width: 106px;
  height: 106px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
/* line 1070, ../sass/template/_style.scss */
.wrap-block-f-col:hover .wrap-icon .inner-icon {
  background-color: #28a900;
  border-color: #28a900;
  color: #ffffff;
}
/* line 1075, ../sass/template/_style.scss */
.wrap-block-f-col:hover h3 {
  color: #28a900;
}

/* line 1081, ../sass/template/_style.scss */
.panel {
  border: none !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 20px 25px 20px 60px;
}
/* line 1091, ../sass/template/_style.scss */
.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
}
/* line 1094, ../sass/template/_style.scss */
.panel .panel-heading .panel-title {
  font-size: 14px;
  text-transform: none;
}
/* line 1097, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  color: #000;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 600;
}
/* line 1105, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a:after {
  content: "\f01a";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15px;
  top: 2px;
  left: -30px;
  z-index: 1;
  color: #28a900;
  font-weight: 400;
}
/* line 1117, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f18e";
}
/* line 1125, ../sass/template/_style.scss */
.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 25px 30px 0;
}

/* line 1132, ../sass/template/_style.scss */
.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0;
}
/* line 1139, ../sass/template/_style.scss */
.dropcap.border-dropcap {
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
/* line 1150, ../sass/template/_style.scss */
.dropcap.bg-dropcap {
  background-color: #444;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
/* line 1162, ../sass/template/_style.scss */
.dropcap.circle-dropcap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 1177, ../sass/template/_style.scss */
.rotate-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
/* line 1181, ../sass/template/_style.scss */
.rotate-text .primary-text {
  font-family: "Melbourne", sans-serif;
  font-size: 40px;
  color: white;
  font-weight: 700;
}
/* line 1187, ../sass/template/_style.scss */
.rotate-text .second-text {
  font-size: 16px;
  color: #fff;
}
/* line 1191, ../sass/template/_style.scss */
.rotate-text .link {
  margin-top: 30px;
}

/* line 1197, ../sass/template/_style.scss */
.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  /* line 1197, ../sass/template/_style.scss */
  .info-contact > div {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  /* line 1197, ../sass/template/_style.scss */
  .info-contact > div {
    margin-right: 30px;
  }
}
/* line 1208, ../sass/template/_style.scss */
.info-contact > div:last-child {
  margin-right: 0;
}
/* line 1211, ../sass/template/_style.scss */
.info-contact > div .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  background: #28a900;
  text-align: center;
  margin-top: -7px;
}
/* line 1223, ../sass/template/_style.scss */
.info-contact > div.phone .icon {
  background: #33d700;
}
/* line 1228, ../sass/template/_style.scss */
.info-contact > div.address .icon {
  background: #208800;
}

/* This is required to win over specificity of #content h2 */
/* line 2, ../sass/template/_comments.scss */
.links .comment-add {
  display: none;
}

/* line 5, ../sass/template/_comments.scss */
#node-single-comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 9, ../sass/template/_comments.scss */
#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E6E6E6;
}
/* line 19, ../sass/template/_comments.scss */
#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #28a900;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: 0;
  top: 3px;
  z-index: 1;
}
/* line 31, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item {
  margin-bottom: 20px;
}
/* line 33, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item.js-form-type-textarea {
  margin: 0;
}
/* line 36, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #000;
}
/* line 44, ../sass/template/_comments.scss */
#node-single-comment #comment-form ul > li {
  list-style-type: none;
}
/* line 48, ../sass/template/_comments.scss */
#node-single-comment input[type*='text'], #node-single-comment textarea {
  width: 100%;
}

/* line 56, ../sass/template/_comments.scss */
.comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

/* line 59, ../sass/template/_comments.scss */
.field-node--comment {
  font-size: 0.934em;
}

/* line 62, ../sass/template/_comments.scss */
.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

/* line 67, ../sass/template/_comments.scss */
[dir="rtl"] .comment {
  direction: rtl;
}

/* line 71, ../sass/template/_comments.scss */
.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
  width: 115px;
}
@media (max-width: 991px) {
  /* line 71, ../sass/template/_comments.scss */
  .comment__meta {
    width: 90px;
  }
}

/* line 79, ../sass/template/_comments.scss */
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

/* line 82, ../sass/template/_comments.scss */
.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
/* line 86, ../sass/template/_comments.scss */
.comment .field--name-user-picture img {
  margin: 0;
}

/* line 89, ../sass/template/_comments.scss */
.comment__author .username {
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

/* line 96, ../sass/template/_comments.scss */
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

/* line 104, ../sass/template/_comments.scss */
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 112, ../sass/template/_comments.scss */
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 116, ../sass/template/_comments.scss */
.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}
/* line 126, ../sass/template/_comments.scss */
.comment__content h3 a {
  font-size: 18px;
  font-weight: 600;
}
/* line 130, ../sass/template/_comments.scss */
.comment__content .links.inline {
  margin-top: 10px;
}
/* line 132, ../sass/template/_comments.scss */
.comment__content .links.inline > li {
  float: left;
}
/* line 134, ../sass/template/_comments.scss */
.comment__content .links.inline > li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

/* line 143, ../sass/template/_comments.scss */
.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}

/* line 152, ../sass/template/_comments.scss */
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

/* line 158, ../sass/template/_comments.scss */
.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}

/* line 168, ../sass/template/_comments.scss */
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

/* line 176, ../sass/template/_comments.scss */
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

/* line 181, ../sass/template/_comments.scss */
.comment__content nav {
  padding-top: 1px;
}

/* line 184, ../sass/template/_comments.scss */
.indented {
  margin-left: 40px;
  /* LTR */
}

/* line 187, ../sass/template/_comments.scss */
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

/* line 191, ../sass/template/_comments.scss */
.comment .links {
  padding: 0 0 0.25em 0;
}

/* line 194, ../sass/template/_comments.scss */
.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

/* line 198, ../sass/template/_comments.scss */
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

/* line 201, ../sass/template/_comments.scss */
.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

/* line 206, ../sass/template/_comments.scss */
[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
/* line 216, ../sass/template/_comments.scss */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* line 220, ../sass/template/_comments.scss */
.unpublished {
  padding: 20px 15px 0;
}

/* line 223, ../sass/template/_comments.scss */
.comment-footer {
  display: table-row;
}

/* line 226, ../sass/template/_comments.scss */
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

/* line 230, ../sass/template/_comments.scss */
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

/* line 1, ../sass/template/_forms.scss */
.form-control {
  box-shadow: none;
}

/* line 5, ../sass/template/_forms.scss */
.search-region {
  position: absolute;
  right: 20px;
  top: 3px;
}

/* line 13, ../sass/template/_forms.scss */
#user-login-form .form-item label {
  width: 100%;
}
/* line 16, ../sass/template/_forms.scss */
#user-login-form .form-item input {
  width: 100%;
}
/* line 20, ../sass/template/_forms.scss */
#user-login-form ul {
  width: 100%;
  padding: 10px 0 30px;
}
/* line 23, ../sass/template/_forms.scss */
#user-login-form ul > li {
  width: 49%;
  float: left;
  text-align: center;
}
/* line 27, ../sass/template/_forms.scss */
#user-login-form ul > li:first-child {
  margin-right: 2%;
}
/* line 30, ../sass/template/_forms.scss */
#user-login-form ul > li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
}

/* line 44, ../sass/template/_forms.scss */
#user-login ul {
  margin: 0 0 5px;
}
/* line 46, ../sass/template/_forms.scss */
#user-login ul li {
  margin: 0;
}
/* line 50, ../sass/template/_forms.scss */
#user-login li.openid-link {
  background: none;
}

/* line 56, ../sass/template/_forms.scss */
#search-form .panel {
  border: none;
  box-shadow: none;
}
/* line 60, ../sass/template/_forms.scss */
#search-form .panel-default > .panel-heading {
  border-bottom: none;
}

/* line 65, ../sass/template/_forms.scss */
.hide-label label {
  background: none;
  clip: rect(1px);
}

/* line 69, ../sass/template/_forms.scss */
.exposed-filters .form-item {
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 73, ../sass/template/_forms.scss */
#article-admin-filter ul {
  padding: .5em 0;
}
/* line 75, ../sass/template/_forms.scss */
#article-admin-filter ul li {
  list-style: none;
}

/* line 79, ../sass/template/_forms.scss */
#edit-operation-wrapper select {
  margin: .5em;
}

/* line 83, ../sass/template/_forms.scss */
div.resizable-textarea textarea {
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 88, ../sass/template/_forms.scss */
.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}

/* line 93, ../sass/template/_forms.scss */
#edit-keywords-fieldset .form-item:first-child {
  margin-top: 5px;
}

/* line 98, ../sass/template/_forms.scss */
#user-admin-filter ul li {
  list-style: none;
}

/* line 102, ../sass/template/_forms.scss */
.field-type-text-long fieldset {
  padding: 10px 0;
  border: rgba(0, 0, 0, 0.1);
}
/* line 105, ../sass/template/_forms.scss */
.field-type-text-long fieldset .form-item {
  margin: 0;
  padding: 0 0 0 15px;
}

/* line 111, ../sass/template/_forms.scss */
#comment-form label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

/* line 119, ../sass/template/_forms.scss */
#contact-site-form .form-checkbox {
  margin-left: 0;
}

/* line 126, ../sass/template/_forms.scss */
#comment-form-wrapper .form-item label {
  min-width: 120px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 136, ../sass/template/_forms.scss */
#search-block-form {
  position: relative;
}
/* line 138, ../sass/template/_forms.scss */
#search-block-form input[type*="search"] {
  width: 100%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #E3E5E6;
  padding: 0 10px;
}
/* line 147, ../sass/template/_forms.scss */
#search-block-form input.form-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  background: #28a900;
  border: none;
  color: #fff;
  font-family: "Melbourne", sans-serif;
  height: 45px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 160, ../sass/template/_forms.scss */
#search-block-form input.form-submit:hover {
  background: #000 !important;
}

/* line 166, ../sass/template/_forms.scss */
.contact-message-form {
  margin: 0 auto;
}
/* line 175, ../sass/template/_forms.scss */
.contact-message-form .form-item {
  margin-bottom: 30px;
  color: #191b1c;
}
/* line 178, ../sass/template/_forms.scss */
.contact-message-form .form-item label {
  display: block;
  font-family: 'Open Sans';
  font-weight: 100;
  text-transform: none;
  font-size: 24px;
}
/* line 185, ../sass/template/_forms.scss */
.contact-message-form .form-item .description {
  font-family: 'Melbourne';
  font-size: 12px;
  padding-top: 6px;
}
/* line 190, ../sass/template/_forms.scss */
.contact-message-form .form-item #edit-copy {
  float: left;
  margin-right: 5px;
}
/* line 194, ../sass/template/_forms.scss */
.contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {
  width: 100%;
  border: none;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  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;
  height: 45px;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 5px;
}
/* line 207, ../sass/template/_forms.scss */
.contact-message-form .form-item input[type='text']::-webkit-input-placeholder, .contact-message-form .form-item input[type='email']::-webkit-input-placeholder, .contact-message-form .form-item textarea::-webkit-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
/* line 211, ../sass/template/_forms.scss */
.contact-message-form .form-item input[type='text']:-moz-placeholder, .contact-message-form .form-item input[type='email']:-moz-placeholder, .contact-message-form .form-item textarea:-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 216, ../sass/template/_forms.scss */
.contact-message-form .form-item input[type='text']::-moz-placeholder, .contact-message-form .form-item input[type='email']::-moz-placeholder, .contact-message-form .form-item textarea::-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 221, ../sass/template/_forms.scss */
.contact-message-form .form-item input[type='text']:-ms-input-placeholder, .contact-message-form .form-item input[type='email']:-ms-input-placeholder, .contact-message-form .form-item textarea:-ms-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
/* line 226, ../sass/template/_forms.scss */
.contact-message-form .form-item textarea {
  height: 200px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  /* line 226, ../sass/template/_forms.scss */
  .contact-message-form .form-item textarea {
    height: 120px;
  }
}
/* line 234, ../sass/template/_forms.scss */
.contact-message-form .form-item-copy {
  margin-bottom: 10px !important;
}
/* line 237, ../sass/template/_forms.scss */
.contact-message-form #edit-actions {
  width: 100%;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.contact-message-form #edit-actions:before, .contact-message-form #edit-actions:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.contact-message-form #edit-actions:after {
  clear: both;
}
/* line 242, ../sass/template/_forms.scss */
.contact-message-form #edit-preview {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  background: #28a900;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 45px;
  -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;
}
/* line 252, ../sass/template/_forms.scss */
.contact-message-form #edit-preview:hover {
  background: #000 !important;
}
/* line 256, ../sass/template/_forms.scss */
.contact-message-form #edit-preview {
  display: none;
}

/* line 263, ../sass/template/_forms.scss */
.text-light .contact-message-form #edit-name, .text-light .contact-message-form #edit-mail, .text-light .contact-message-form input[type='text'], .text-light .contact-message-form input[type='email'], .text-light .contact-message-form textarea {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
/* line 267, ../sass/template/_forms.scss */
.text-light .contact-message-form #edit-name::-webkit-input-placeholder, .text-light .contact-message-form #edit-mail::-webkit-input-placeholder, .text-light .contact-message-form input[type='text']::-webkit-input-placeholder, .text-light .contact-message-form input[type='email']::-webkit-input-placeholder, .text-light .contact-message-form textarea::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
/* line 271, ../sass/template/_forms.scss */
.text-light .contact-message-form #edit-name:-moz-placeholder, .text-light .contact-message-form #edit-mail:-moz-placeholder, .text-light .contact-message-form input[type='text']:-moz-placeholder, .text-light .contact-message-form input[type='email']:-moz-placeholder, .text-light .contact-message-form textarea:-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 276, ../sass/template/_forms.scss */
.text-light .contact-message-form #edit-name::-moz-placeholder, .text-light .contact-message-form #edit-mail::-moz-placeholder, .text-light .contact-message-form input[type='text']::-moz-placeholder, .text-light .contact-message-form input[type='email']::-moz-placeholder, .text-light .contact-message-form textarea::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 281, ../sass/template/_forms.scss */
.text-light .contact-message-form #edit-name:-ms-input-placeholder, .text-light .contact-message-form #edit-mail:-ms-input-placeholder, .text-light .contact-message-form input[type='text']:-ms-input-placeholder, .text-light .contact-message-form input[type='email']:-ms-input-placeholder, .text-light .contact-message-form textarea:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

/* line 290, ../sass/template/_forms.scss */
.block-system .contact-message-form {
  margin-bottom: 60px;
}

/* line 1, ../sass/template/_forum.scss */
#forum {
  width: 100%;
  position: relative;
  right: -1px;
}
/* line 5, ../sass/template/_forum.scss */
#forum .name {
  font-weight: bold;
  font-size: 16px;
}
/* line 11, ../sass/template/_forum.scss */
#forum table {
  width: 100%;
}
/* line 15, ../sass/template/_forum.scss */
#forum tr.odd {
  background: #f5f5f5;
}
/* line 20, ../sass/template/_forum.scss */
#forum tr.even td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 23, ../sass/template/_forum.scss */
#forum tr td.container {
  padding: 1em;
}
/* line 33, ../sass/template/_forum.scss */
#forum tr.new-topics td.forum .name {
  background-image: url(../images/forum-default.png);
}
/* line 39, ../sass/template/_forum.scss */
#forum thead th {
  background: #f5f5f5;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}
/* line 47, ../sass/template/_forum.scss */
#forum td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
}
/* line 51, ../sass/template/_forum.scss */
#forum td a:hover {
  text-decoration: none;
}
/* line 55, ../sass/template/_forum.scss */
#forum td.topics {
  font-weight: bold;
  text-align: center;
  width: 9%;
}
/* line 60, ../sass/template/_forum.scss */
#forum td.posts {
  text-align: center;
  width: 9%;
}
/* line 64, ../sass/template/_forum.scss */
#forum td.replies {
  text-align: center;
}
/* line 72, ../sass/template/_forum.scss */
#forum td.forum {
  padding: 0 1em;
  width: 44%;
  padding-top: 12px;
}
/* line 76, ../sass/template/_forum.scss */
#forum td.forum .name {
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 20px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
/* line 87, ../sass/template/_forum.scss */
#forum td.forum .description {
  font-size: 14px;
  padding-left: 30px;
}
/* line 95, ../sass/template/_forum.scss */
#forum td.title .submitted {
  font-size: 14px;
}
/* line 99, ../sass/template/_forum.scss */
#forum td.icon {
  width: 5%;
}
/* line 104, ../sass/template/_forum.scss */
#forum .icon div {
  background-image: url(../images/forum-icons.png);
  background-repeat: no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
/* line 111, ../sass/template/_forum.scss */
#forum .icon .topic-status-new {
  background-position: -24px 0;
}
/* line 114, ../sass/template/_forum.scss */
#forum .icon .topic-status-hot {
  background-position: -48px 0;
}
/* line 117, ../sass/template/_forum.scss */
#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}
/* line 120, ../sass/template/_forum.scss */
#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}
/* line 123, ../sass/template/_forum.scss */
#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

/* line 130, ../sass/template/_forum.scss */
.page-forum #page-title {
  margin-bottom: 10px;
}
/* line 133, ../sass/template/_forum.scss */
.page-forum ul.action-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
/* line 137, ../sass/template/_forum.scss */
.page-forum ul.action-links li {
  margin-left: 0;
}
/* line 139, ../sass/template/_forum.scss */
.page-forum ul.action-links li a {
  line-height: 0;
  display: inline-block;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* line 3, ../sass/template/_blocks.scss */
.block {
  background: transparent;
  margin-bottom: 30px;
}
/* line 6, ../sass/template/_blocks.scss */
.block .block {
  margin-bottom: 0 !important;
}
/* line 9, ../sass/template/_blocks.scss */
.block .block-title {
  background: none;
  position: relative;
  margin: 0 0 15px;
  color: #28a900;
  line-height: 16px;
}
/* line 15, ../sass/template/_blocks.scss */
.block .block-title > span {
  display: inline-block;
  font-size: 24px;
  text-transform: none;
  position: relative;
  color: #000;
  padding: 0 0 15px;
  font-family: "Melbourne", sans-serif;
  z-index: 9;
}
/* line 26, ../sass/template/_blocks.scss */
.block.block-system-main-block {
  margin-bottom: 0;
}
/* line 29, ../sass/template/_blocks.scss */
.block.block-system-breadcrumb-block {
  overflow: visible;
  margin-bottom: 20px;
}
/* line 33, ../sass/template/_blocks.scss */
.block.block-none, .block.no-padding {
  background: none !important;
  padding: 0 !important;
}
/* line 36, ../sass/template/_blocks.scss */
.block.block-none .block-content, .block.no-padding .block-content {
  padding: 0 !important;
}
/* line 40, ../sass/template/_blocks.scss */
.block.no-title {
  margin-top: 0;
  border: none;
}
/* line 43, ../sass/template/_blocks.scss */
.block.no-title:before {
  content: none;
}
/* line 47, ../sass/template/_blocks.scss */
.block.style-higlight {
  background: #34495E;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 51, ../sass/template/_blocks.scss */
.block.style-higlight .block-title {
  border: none;
}
/* line 53, ../sass/template/_blocks.scss */
.block.style-higlight .block-title span:before {
  content: none;
}
/* line 56, ../sass/template/_blocks.scss */
.block.style-higlight .block-title h2 {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 60, ../sass/template/_blocks.scss */
.block.style-higlight .block-title h2 span {
  padding: 10px;
  background: #4E6984;
  color: #fff;
}
/* line 67, ../sass/template/_blocks.scss */
.block.style-higlight .post-title a {
  color: #fff;
}
/* line 70, ../sass/template/_blocks.scss */
.block.style-higlight .more-link a {
  color: #fff;
  padding: 0 15px 15px;
  display: block;
}
/* line 74, ../sass/template/_blocks.scss */
.block.style-higlight .more-link a:hover {
  color: #28a900;
}
/* line 79, ../sass/template/_blocks.scss */
.block#block-system-main {
  padding-top: 10px;
}
/* line 82, ../sass/template/_blocks.scss */
.block.block-local-tasks-block {
  margin-bottom: 0;
}
/* line 85, ../sass/template/_blocks.scss */
.block.no-title {
  border: none;
}
/* line 87, ../sass/template/_blocks.scss */
.block.no-title > .block-title, .block.no-title > div > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 91, ../sass/template/_blocks.scss */
.block.no-title > .block-title:before, .block.no-title > div > .block-title:before {
  content: none;
}
/* line 97, ../sass/template/_blocks.scss */
.block.block-simplenews {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* line 101, ../sass/template/_blocks.scss */
.block.block-simplenews .description {
  display: none;
}
/* line 104, ../sass/template/_blocks.scss */
.block.block-simplenews #edit-mail-wrapper {
  margin-top: 20px;
}
/* line 106, ../sass/template/_blocks.scss */
.block.block-simplenews #edit-mail-wrapper label {
  display: none;
}
/* line 109, ../sass/template/_blocks.scss */
.block.block-simplenews #edit-mail-wrapper input.form-email {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 320px;
}
/* line 118, ../sass/template/_blocks.scss */
.block.block-simplenews input#edit-subscribe {
  background: #28a900;
  border: none;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "Melbourne", sans-serif;
  -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: inline-block;
  width: auto;
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
}
/* line 132, ../sass/template/_blocks.scss */
.block.block-simplenews input#edit-subscribe:hover, .block.block-simplenews input#edit-subscribe:focus, .block.block-simplenews input#edit-subscribe:active {
  background: #fff;
  color: #28a900;
}
/* line 139, ../sass/template/_blocks.scss */
.block.block-blocktabs {
  position: relative;
}
/* line 141, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
/* line 145, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-tabs-nav {
  padding: 0;
  border: none;
  background: none !important;
  display: inline-block;
  float: right;
  position: absolute;
  right: 20px;
  top: -60px;
  z-index: 99;
}
/* line 155, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}
/* line 161, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-tabs-nav > li > a {
  font-size: 14px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 168, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}
/* line 173, ../sass/template/_blocks.scss */
.block.block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: #28a900;
}
/* line 179, ../sass/template/_blocks.scss */
.block.block-blocktabs .blocktabs {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 183, ../sass/template/_blocks.scss */
.block.block-blocktabs .blocktabs .ui-tabs-panel {
  padding: 0 !important;
}
/* line 187, ../sass/template/_blocks.scss */
.block.block-blocktabs .block {
  margin-bottom: 0 !important;
}

/* line 194, ../sass/template/_blocks.scss */
.block.site-branding {
  margin-bottom: 0;
}

/* line 198, ../sass/template/_blocks.scss */
.block-local-tasks-block {
  position: relative;
  z-index: 99;
}

/* line 203, ../sass/template/_blocks.scss */
.drupal-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.drupal-tabs:before, .drupal-tabs:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.drupal-tabs:after {
  clear: both;
}
/* line 206, ../sass/template/_blocks.scss */
.drupal-tabs a {
  font-size: 12px;
}
/* line 209, ../sass/template/_blocks.scss */
.drupal-tabs .is-active a {
  color: #28a900;
}

/* line 213, ../sass/template/_blocks.scss */
.help {
  position: relative;
  z-index: 1;
}
/* line 216, ../sass/template/_blocks.scss */
.help .control-panel {
  display: none;
}

/* line 222, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help {
  position: fixed;
  top: 300px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 99;
  width: auto;
  min-width: 164px;
  background: #fff;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.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;
}
/* line 234, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .container {
  width: auto !important;
}
/* line 237, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 240, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .control-panel {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 20px;
  left: 100%;
  margin-top: -15px;
  z-index: 11;
}
/* line 253, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .control-panel:hover {
  cursor: pointer;
  color: #28a900;
}
/* line 258, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .drupal-tabs {
  border: none;
  width: 100%;
}
/* line 261, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .drupal-tabs > li {
  float: none;
}
/* line 263, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .drupal-tabs > li a {
  font-size: 12px;
}
/* line 268, ../sass/template/_blocks.scss */
body.logged-in.node--type-page .help .messages__wrapper {
  padding: 10px !important;
}

/* line 275, ../sass/template/_blocks.scss */
.text-light .title {
  color: #fff !important;
}

/* line 281, ../sass/template/_blocks.scss */
.region-main-menu .block {
  background: transparent;
}
/* line 283, ../sass/template/_blocks.scss */
.region-main-menu .block .block-content {
  padding: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.sidebar .block-menu:before, .sidebar .block-menu:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.sidebar .block-menu:after {
  clear: both;
}
/* line 293, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
}
/* line 300, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  border: 1px solid #EEEEEE;
  background: #F6F6F6;
  color: #bbbbbb;
  text-transform: none;
  font-size: 13px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 400 !important;
}
/* line 312, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:after {
  content: "\f178";
  position: absolute;
  top: 10px;
  left: -20px;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #28a900;
}
/* line 324, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
  color: #28a900;
  padding-left: 40px;
}
/* line 327, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:hover:after, .sidebar .block-menu ul li a:focus:after, .sidebar .block-menu ul li a:active:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 335, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li.menu-item--active-trail > a {
  color: #28a900 !important;
  padding-left: 40px;
}
/* line 338, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li.menu-item--active-trail > a:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* line 352, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-picture {
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .recent-comment-block .views-field-picture {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 355, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-title {
  margin-top: -4px;
}
/* line 357, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-title a {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 362, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-name {
  color: #a4a4a4;
}
/* line 364, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-name a {
  color: #a4a4a4;
}

/* line 372, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important;
}
/* line 379, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li a {
  padding: 6px 10px;
  display: block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 384, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li:hover {
  background: #28a900;
}
/* line 386, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li:hover a {
  color: #fff;
}

/* line 395, ../sass/template/_blocks.scss */
nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999;
}
/* line 399, ../sass/template/_blocks.scss */
nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
nav.breadcrumb ol:before, nav.breadcrumb ol:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
nav.breadcrumb ol:after {
  clear: both;
}
/* line 404, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li {
  float: left;
  font-size: 13px;
}
/* line 407, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li a {
  color: #999999;
}
/* line 409, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li a:hover {
  color: #28a900;
}
/* line 413, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li span {
  padding: 0 2px 0px 0px;
}

/* line 420, ../sass/template/_blocks.scss */
.social-border {
  text-align: center;
  overflow: hidden;
}
/* line 423, ../sass/template/_blocks.scss */
.social-border .socials {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
}
/* line 428, ../sass/template/_blocks.scss */
.social-border .socials:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
}
/* line 436, ../sass/template/_blocks.scss */
.social-border .socials:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
}
/* line 444, ../sass/template/_blocks.scss */
.social-border .socials a {
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  background: none;
}
/* line 449, ../sass/template/_blocks.scss */
.social-border .socials a i {
  background: none;
  font-size: 20px;
}
/* line 454, ../sass/template/_blocks.scss */
.social-border .socials a:hover i, .social-border .socials a:active i, .social-border .socials a:focus i {
  background: inherit;
}

/* line 462, ../sass/template/_blocks.scss */
.copyright-links {
  margin: 10px 0;
  text-align: center;
}
/* line 465, ../sass/template/_blocks.scss */
.copyright-links a {
  font-size: 15px;
  font-family: "Melbourne", sans-serif;
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
  color: #fff;
}
/* line 472, ../sass/template/_blocks.scss */
.copyright-links a:after {
  content: "";
  width: 2px;
  height: 15px;
  top: 5px;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
/* line 482, ../sass/template/_blocks.scss */
.copyright-links a:last-child:after {
  display: none;
}
/* line 486, ../sass/template/_blocks.scss */
.copyright-links a:hover, .copyright-links a:active, .copyright-links a:focus {
  color: #28a900;
}

/* line 2, ../sass/template/_module.scss */
.poll .poll-item {
  margin-top: 20px;
}
/* line 4, ../sass/template/_module.scss */
.poll .poll-item .heading {
  position: relative;
}
/* line 6, ../sass/template/_module.scss */
.poll .poll-item .heading .text {
  font-weight: 600;
  color: #333333;
  padding-right: 40px;
}
/* line 11, ../sass/template/_module.scss */
.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 600;
}
/* line 20, ../sass/template/_module.scss */
.poll .poll-item .bar .foreground {
  background: #28a900;
}
/* line 24, ../sass/template/_module.scss */
.poll .total {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 31, ../sass/template/_module.scss */
.poll .choices .form-item.form-item-choice input.form-radio {
  margin: 0 !important;
}
/* line 34, ../sass/template/_module.scss */
.poll .choices .form-item.form-item-choice label {
  vertical-align: text-top;
  margin-left: 5px;
}

/* line 43, ../sass/template/_module.scss */
.block-poll ul.links {
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0;
}
/* line 47, ../sass/template/_module.scss */
.block-poll ul.links li {
  display: inline-block;
  margin-right: 20px;
}
/* line 50, ../sass/template/_module.scss */
.block-poll ul.links li a {
  padding-right: 10px;
  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;
}
/* line 54, ../sass/template/_module.scss */
.block-poll ul.links li a:after {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  font-family: "FontAwesome";
}
/* line 61, ../sass/template/_module.scss */
.block-poll ul.links li a:hover {
  padding-right: 15px;
}
/* line 65, ../sass/template/_module.scss */
.block-poll ul.links li:last-child {
  margin: 0;
}

/* line 72, ../sass/template/_module.scss */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
/* line 77, ../sass/template/_module.scss */
.unslider:hover .unslider-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 82, ../sass/template/_module.scss */
.unslider-wrap {
  position: relative;
}
/* line 84, ../sass/template/_module.scss */
.unslider-wrap.unslider-carousel > li {
  float: left;
}

/* line 89, ../sass/template/_module.scss */
.unslider-vertical > ul {
  height: 100%;
}
/* line 91, ../sass/template/_module.scss */
.unslider-vertical > ul li {
  float: none;
  width: 100%;
}

/* line 97, ../sass/template/_module.scss */
.unslider-fade {
  position: relative;
}
/* line 99, ../sass/template/_module.scss */
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
/* line 105, ../sass/template/_module.scss */
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

/* line 110, ../sass/template/_module.scss */
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}

/* line 117, ../sass/template/_module.scss */
.unslider-arrow {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  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;
  line-height: 1;
}
/* line 127, ../sass/template/_module.scss */
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

/* line 133, ../sass/template/_module.scss */
.unslider-nav ol {
  list-style: none;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
}
/* line 141, ../sass/template/_module.scss */
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
/* line 152, ../sass/template/_module.scss */
.unslider-nav ol li.unslider-active {
  background: #28a900;
  border-color: #28a900;
  cursor: default;
}

/* line 161, ../sass/template/_module.scss */
.slider-button .unslider-arrow {
  bottom: 10px;
  top: auto;
}
/* line 165, ../sass/template/_module.scss */
.slider-button .unslider-nav ol {
  bottom: 10px;
  top: auto;
}

/* line 2, ../sass/template/_menu.scss */
.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  /* line 9, ../sass/template/_menu.scss */
  .navigation {
    position: relative;
    clear: both;
  }
  /* line 12, ../sass/template/_menu.scss */
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 17, ../sass/template/_menu.scss */
  .navigation .gva_menu {
    float: left;
    position: relative;
    font-size: 0;
  }
  /* line 21, ../sass/template/_menu.scss */
  .navigation .gva_menu li {
    position: relative;
  }
  /* line 23, ../sass/template/_menu.scss */
  .navigation .gva_menu li a {
    text-align: left !important;
  }
  /* line 25, ../sass/template/_menu.scss */
  .navigation .gva_menu li a .icaret {
    margin-left: 2px;
    border: none !important;
    font-size: 12px;
  }
  /* line 32, ../sass/template/_menu.scss */
  .navigation .gva_menu > li {
    display: inline-block;
  }
  /* line 34, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.gva-mega-menu {
    position: static !important;
  }
  /* line 36, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.gva-mega-menu > .sub-menu {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  /* line 42, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 47, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > a:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  /* line 53, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    color: #1f2122;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 35px 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;
    text-align: center;
    font-family: "Melbourne", sans-serif;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 53, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  /* line 53, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  /* line 73, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active {
    color: #28a900;
  }
  /* line 75, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 79, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a.is-active {
    color: #28a900;
  }
  /* line 81, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 85, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  /* line 93, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #010101 !important;
  }
  /* line 99, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
    width: 50%;
    float: left;
  }
  /* line 107, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
    width: 33.33%;
    float: left;
  }
  /* line 115, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
    width: 25%;
    float: left;
  }
  /* line 123, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
    width: 20%;
    float: left;
  }
  /* line 131, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }
  /* line 133, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 135, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  /* line 143, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu {
    position: static;
  }
  /* line 145, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu {
    width: 100%;
    padding: 20px;
  }
  /* line 148, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li {
    border: none;
    position: static;
    padding: 0 15px;
  }
  /* line 152, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    visibility: visible;
    position: static;
    border-width: 0;
    padding: 0;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  /* line 152, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  /* line 165, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
  }
  /* line 169, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li a {
    font-size: 15px;
  }
  /* line 174, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
    font-family: "Melbourne", sans-serif;
  }
  /* line 186, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  /* line 195, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a:after {
    display: none;
  }
  /* line 198, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a:hover {
    text-indent: 0;
  }
  /* line 202, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li:hover ul {
    transform: translate(0, 0);
  }
  /* line 208, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu {
    display: none;
    position: absolute;
    min-width: 280px;
    background-color: #fff;
    border-top: 3px solid #28a900;
    z-index: 999;
    left: 0;
    padding: 10px 20px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -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);
  }
  /* line 221, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li {
    padding: 0 0 9px 0;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 225, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li > a {
    padding-left: 20px;
    display: block;
    line-height: 26px;
    text-decoration: none;
    color: #242729;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1;
    text-transform: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: relative;
  }
  /* line 237, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: #28a900;
  }
  /* line 241, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
  /* line 244, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li ul {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 11;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  /* line 254, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

/* line 272, ../sass/template/_menu.scss */
body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important;
}

/* line 282, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs {
  position: relative;
}
/* line 284, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
/* line 288, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav {
  padding: 0;
  position: static;
  width: 15%;
  float: left;
}
/* line 293, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: none;
  clear: both;
  padding-right: 20px;
}
/* line 302, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 313, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}
/* line 318, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: #28a900;
}
/* line 324, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-panel {
  float: left;
  width: 85%;
}

/* line 5, ../sass/template/_views.scss */
.item-list ul {
  overflow: hidden;
  padding: 0;
}
/* line 8, ../sass/template/_views.scss */
.item-list ul li.view-list-item {
  margin: 0 0 30px;
  overflow: hidden;
  list-style-type: none;
}
/* line 12, ../sass/template/_views.scss */
.item-list ul li.view-list-item .post-block {
  margin: 0;
}
/* line 15, ../sass/template/_views.scss */
.item-list ul li.view-list-item:last-child {
  margin-bottom: 0;
}

/* line 22, ../sass/template/_views.scss */
.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important;
}
/* line 24, ../sass/template/_views.scss */
.padding-small .item-list ul li.view-list-item:last-child {
  margin-bottom: 0 !important;
}

/* line 31, ../sass/template/_views.scss */
ul[data-drupal-views-infinite-scroll-pager].pager {
  margin: 30px 0 20px;
}
/* line 33, ../sass/template/_views.scss */
ul[data-drupal-views-infinite-scroll-pager].pager a {
  font-family: "Melbourne", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #28a900;
  background: #28a900;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 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;
}
/* line 46, ../sass/template/_views.scss */
ul[data-drupal-views-infinite-scroll-pager].pager a:hover, ul[data-drupal-views-infinite-scroll-pager].pager a:active, ul[data-drupal-views-infinite-scroll-pager].pager a:focus {
  background: #fff;
  color: #28a900;
}

/* line 54, ../sass/template/_views.scss */
.more-link {
  text-align: center;
  margin-top: 35px;
}
/* line 57, ../sass/template/_views.scss */
.more-link a {
  font-family: "Melbourne", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #28a900;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 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;
}
/* line 68, ../sass/template/_views.scss */
.more-link a:hover {
  background: #28a900;
  color: #fff;
}

/* line 76, ../sass/template/_views.scss */
.views-view-grid .views-row {
  width: auto;
  clear: none;
  float: none !important;
  display: flex;
  align-items:center;
}
/* line 80, ../sass/template/_views.scss */
.views-view-grid .views-row:last-child {
  margin-bottom: 0;
}

/* line 86, ../sass/template/_views.scss */
.post-masonry-style > div.views-col {
  margin-bottom: 10px;
}

/* line 90, ../sass/template/_views.scss */
.portfolio-filter {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
/* line 94, ../sass/template/_views.scss */
.portfolio-filter ul.nav-tabs {
  display: inline-block;
}
/* line 96, ../sass/template/_views.scss */
.portfolio-filter ul.nav-tabs > li {
  margin-bottom: 10px;
}
/* line 98, ../sass/template/_views.scss */
.portfolio-filter ul.nav-tabs > li > a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background: none;
  font-weight: 100;
  background: #888182;
  color: white;
  padding: 3px 12px !important;
  font-size: 18px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-right: 15px;
  -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;
}
/* line 112, ../sass/template/_views.scss */
.portfolio-filter ul.nav-tabs > li > a.active {
  background: #fd2415;
  color: #fff;
}

/* line 123, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .row {
  margin: 0 !important;
}
/* line 127, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .isotope-items > div {
  padding: 0 !important;
}
/* line 129, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .isotope-items > div .isotope-item {
  margin-bottom: 0 !important;
}

/* line 139, ../sass/template/_views.scss */
.brand-grid .views-view-grid .views-row {
  margin-bottom: 65px;
}
/* line 141, ../sass/template/_views.scss */
.brand-grid .views-view-grid .views-row .views-field-field-image {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 141, ../sass/template/_views.scss */
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    margin-bottom: 20px;
  }
}

/* line 154, ../sass/template/_views.scss */
.category-list .item-list ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}
/* line 159, ../sass/template/_views.scss */
.category-list .item-list ul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  border: 1px solid #EEEEEE;
  background: #F6F6F6;
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "Melbourne", sans-serif;
  font-weight: 400;
}
/* line 171, ../sass/template/_views.scss */
.category-list .item-list ul li a:after {
  content: "\f178";
  position: absolute;
  top: 10px;
  left: -20px;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #28a900;
}
/* line 183, ../sass/template/_views.scss */
.category-list .item-list ul li a:hover, .category-list .item-list ul li a:focus, .category-list .item-list ul li a:active {
  color: #28a900;
  padding-left: 40px;
}
/* line 186, ../sass/template/_views.scss */
.category-list .item-list ul li a:hover:after, .category-list .item-list ul li a:focus:after, .category-list .item-list ul li a:active:after {
  left: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* line 200, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}
/* line 204, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}
/* line 209, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .avatar {
  text-align: center;
}
/* line 211, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 217, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
/* line 224, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

/* line 232, ../sass/template/_views.scss */
.view-testimonial-v2 {
  position: relative;
  float: left;
  width: 100%;
}
/* line 236, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-dots {
  text-align: left;
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
}
/* line 242, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-dots .owl-dot {
  display: inline-block;
  padding: 0;
  margin: 5px;
  background: none;
  width: 45px;
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  z-index: 9;
}
/* line 254, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-dots .owl-dot.active {
  border-color: #28a900;
}
/* line 259, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-nav {
  display: none;
}

/* line 265, ../sass/template/_views.scss */
.testimonial-grid .item-grid {
  margin-bottom: 45px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.testimonial-grid .item-grid:after {
  clear: both;
}
/* line 268, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-quote {
  font-size: 16px;
  color: #000;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-style: italic;
}
/* line 276, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
  padding-top: 20px;
}
/* line 282, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #28a900;
  top: -1px;
  left: 0;
  z-index: 1;
}
/* line 291, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right {
  padding-left: 70px;
}
/* line 293, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
/* line 300, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #28a900;
  text-transform: uppercase;
}
/* line 307, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .left {
  display: inline-block;
  float: left;
}
/* line 310, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: auto;
}

/* line 320, ../sass/template/_views.scss */
.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
/* line 323, ../sass/template/_views.scss */
.slider-gallery-v1 .carousel-item {
  float: left;
  padding-right: 3px !important;
}
/* line 327, ../sass/template/_views.scss */
.slider-gallery-v1 img {
  -ms-transform-style: none !important;
  -webkit-transform-style: none !important;
  -o-transform-style: none !important;
  transform-style: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
/* line 336, ../sass/template/_views.scss */
.slider-gallery-v1 .gallery-large {
  background: #fff;
}
/* line 338, ../sass/template/_views.scss */
.slider-gallery-v1 .gallery-large img {
  width: 100%;
  height: auto;
}
/* line 344, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}
/* line 348, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item {
  background: #fff;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}
/* line 356, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}
/* line 359, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

/* line 369, ../sass/template/_views.scss */
.small-list .item-list ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px !important;
  padding-bottom: 15px;
}
/* line 373, ../sass/template/_views.scss */
.small-list .item-list ul > li a {
  font-size: 12px;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
/* line 379, ../sass/template/_views.scss */
.small-list .item-list ul > li a:hover {
  color: #28a900;
}
/* line 383, ../sass/template/_views.scss */
.small-list .item-list ul > li:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* line 394, ../sass/template/_views.scss */
.tags-list .item-list > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 399, ../sass/template/_views.scss */
.tags-list .item-list > ul > li a {
  background: #28a900;
  font-weight: 400;
  color: #fff;
  padding: 5px 6px;
  overflow: hidden;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}
/* line 410, ../sass/template/_views.scss */
.tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {
  color: #28a900;
  background: #f5f5f5;
}

/* line 420, ../sass/template/_views.scss */
.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}
/* line 423, ../sass/template/_views.scss */
.banner-carousel .init-carousel-owl .item {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  text-align: center;
  height: 180px;
  position: relative;
}
/* line 431, ../sass/template/_views.scss */
.banner-carousel .init-carousel-owl .item .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
/* line 442, ../sass/template/_views.scss */
.banner-carousel.v2 .item {
  padding: 0;
  border-color: #D6D8D9;
  height: auto;
}
/* line 446, ../sass/template/_views.scss */
.banner-carousel.v2 .item > div {
  padding: 20px 30px;
  background: #EFF1F2;
  text-align: center;
  border-bottom: 1px solid #D6D8D9;
  height: 180px;
  position: relative;
}
/* line 453, ../sass/template/_views.scss */
.banner-carousel.v2 .item > div .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
/* line 461, ../sass/template/_views.scss */
.banner-carousel.v2 .item > div:last-child {
  border: none;
}

/* line 1, ../sass/template/_block-builder.scss */
.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 4, ../sass/template/_block-builder.scss */
.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

/* line 10, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .icon-row {
  color: #28a900;
}

/* line 14, ../sass/template/_block-builder.scss */
.row-box {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  /* line 14, ../sass/template/_block-builder.scss */
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* line 22, ../sass/template/_block-builder.scss */
.container {
  max-width: 100%;
}
/* line 24, ../sass/template/_block-builder.scss */
.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 30, ../sass/template/_block-builder.scss */
.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 34, ../sass/template/_block-builder.scss */
.bb-container.full-screen .bb-inner {
  padding: 0 !important;
}
/* line 37, ../sass/template/_block-builder.scss */
.bb-container.full-screen > .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 46, ../sass/template/_block-builder.scss */
.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;
}
/* line 55, ../sass/template/_block-builder.scss */
.gbb-row.gsc-equal-height .row-wrapper::before, .gbb-row.gsc-equal-height .row-wrapper::after {
  display: none;
}
/* line 59, ../sass/template/_block-builder.scss */
.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;
}
/* line 68, ../sass/template/_block-builder.scss */
.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;
}
/* line 83, ../sass/template/_block-builder.scss */
.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;
}
/* line 88, ../sass/template/_block-builder.scss */
.gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 92, ../sass/template/_block-builder.scss */
  .gbb-row.gsc-equal-height .row-wrapper > .gsc-column .column-inner > * {
    min-height: 1em;
  }
}

/* line 102, ../sass/template/_block-builder.scss */
.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

/* line 108, ../sass/template/_block-builder.scss */
.gavias-blockbuilder-content {
  position: relative;
}
/* line 110, ../sass/template/_block-builder.scss */
.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  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: #28a900;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}
/* line 125, ../sass/template/_block-builder.scss */
.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) {
  /* line 133, ../sass/template/_block-builder.scss */
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  /* line 136, ../sass/template/_block-builder.scss */
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}
/* line 140, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  /* line 140, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 147, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}
/* line 150, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}
/* line 155, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_col .bb-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 159, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_col .bb-container .row > .row-wrapper > div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 167, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_top {
  padding-top: 0 !important;
}
/* line 170, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_bottom {
  padding-bottom: 0 !important;
}

/* line 175, ../sass/template/_block-builder.scss */
.widget {
  /******************** Block for drupal ***********************/
  /********************* Custom heading *************************/
  /********************** Call to action **************************/
  /**************** Team ************************/
  /******************** Chart *****************************/
  /************* Icon Box **********************/
  /******************** Video Box **************************/
  /*************** Milestone ***************/
  /***********************************************/
}
/* line 181, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
  display: none !important;
}
/* line 188, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.title-align-center .block-title {
  text-align: center;
}
/* line 193, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.title-align-left .block-title {
  text-align: left;
}
/* line 198, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.title-align-right .block-title {
  text-align: right;
}
/* line 203, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.text-light div {
  color: #fff;
}
/* line 207, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.text-light .block-inner .block-title {
  color: #fff;
}
/* line 211, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
  color: #fff;
}
/* line 213, ../sass/template/_block-builder.scss */
.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);
}
/* line 221, ../sass/template/_block-builder.scss */
.widget.gsc-block-drupal.remove-margin-on .block {
  margin-bottom: 0 !important;
}
/* line 227, ../sass/template/_block-builder.scss */
.widget.gsc-heading {
  padding: 5px 0 30px;
  display: block;
  width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.widget.gsc-heading:before, .widget.gsc-heading:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.widget.gsc-heading:after {
  clear: both;
}
/* line 232, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title {
  font-weight: 300;
  margin: 0;
  position: relative;
  color: #212325;
  font-size: 35px;
}
/* line 234, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title:h1, .widget.gsc-heading .title:h2, .widget.gsc-heading .title:h3, .widget.gsc-heading .title:h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 232, ../sass/template/_block-builder.scss */
  .widget.gsc-heading .title {
    font-size: 24px !important;
  }
}
/* line 247, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title strong {
  font-weight: 400;
}
/* line 251, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title-icon {
  color: #28a900;
}
/* line 253, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title-icon i {
  font-size: 22px;
}
/* line 255, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title-icon i.fa {
  margin-top: 5px;
}
/* line 259, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title-icon span {
  position: relative;
  padding: 0 5px;
}
/* line 264, ../sass/template/_block-builder.scss */
.widget.gsc-heading .sub-title {
  color: #28a900;
  font-size: 20px;
  font-family: "Melbourne", sans-serif;
}
@media (max-width: 767px) {
  /* line 264, ../sass/template/_block-builder.scss */
  .widget.gsc-heading .sub-title {
    font-size: 18px !important;
  }
}
/* line 272, ../sass/template/_block-builder.scss */
.widget.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 28px;
}
/* line 278, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-center {
  text-align: center;
}
/* line 280, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-center .title-icon {
  color: #28a900;
  margin-bottom: 10px;
}
/* line 283, ../sass/template/_block-builder.scss */
.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%;
}
/* line 295, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-left {
  text-align: left;
}
/* line 297, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-left .title-desc {
  float: left;
}
/* line 301, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-right {
  text-align: right;
}
/* line 303, ../sass/template/_block-builder.scss */
.widget.gsc-heading.align-right .title-desc {
  float: right;
}
/* line 307, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-1 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  /* line 307, ../sass/template/_block-builder.scss */
  .widget.gsc-heading.style-1 {
    padding-bottom: 30px;
  }
}
/* line 313, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-2 {
  padding: 10px 0 20px;
}
/* line 315, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-2 .title {
  font-size: 48px;
  text-transform: none;
  font-weight: 300;
}
/* line 320, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-2 .sub-title {
  font-size: 25px;
}
/* line 323, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-2.align-left {
  padding-right: 15px;
}
/* line 327, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-3 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  /* line 327, ../sass/template/_block-builder.scss */
  .widget.gsc-heading.style-3 {
    padding-bottom: 30px;
  }
}
/* line 332, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-3 .title {
  font-size: 35px;
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
/* line 338, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-3 .title-desc {
  font-weight: 400;
  margin-top: 6px;
}
/* line 343, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-3.text-light .title-desc {
  color: #fff !important;
}
/* line 348, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-4 {
  padding: 70px 0 100px;
  max-width: 920px;
}
@media (max-width: 991px) {
  /* line 348, ../sass/template/_block-builder.scss */
  .widget.gsc-heading.style-4 {
    padding: 30px 0 50px;
  }
}
/* line 354, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-4 .title {
  font-size: 60px;
  text-transform: none;
  font-weight: 100;
  font-family: "Melbourne", sans-serif;
  line-height: 79px;
  padding-bottom: 10px;
}
/* line 361, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-4 .title strong {
  font-weight: 300;
}
@media (max-width: 991px) {
  /* line 354, ../sass/template/_block-builder.scss */
  .widget.gsc-heading.style-4 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
/* line 370, ../sass/template/_block-builder.scss */
.widget.gsc-heading.style-4.align-center:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
/* line 383, ../sass/template/_block-builder.scss */
.widget.gsc-heading.text-light .title-sub {
  color: #fff;
}
/* line 386, ../sass/template/_block-builder.scss */
.widget.gsc-heading.text-light .title {
  color: #fff;
}
/* line 389, ../sass/template/_block-builder.scss */
.widget.gsc-heading.text-light .title-sub span {
  color: rgba(255, 255, 255, 0.9);
}
/* line 393, ../sass/template/_block-builder.scss */
.widget.gsc-heading.text-light .title-icon span:after, .widget.gsc-heading.text-light .title-icon span:before {
  background: rgba(255, 255, 255, 0.1);
}
/* line 397, ../sass/template/_block-builder.scss */
.widget.gsc-heading.text-light .title-desc {
  color: #CCCCCC;
}
/* line 405, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-right {
  position: relative;
}
/* line 407, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-right .title {
  margin: 0 !important;
}
/* line 410, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-right .content {
  padding-right: 120px;
}
/* line 412, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-right .content p {
  margin: 0;
}
/* line 416, ../sass/template/_block-builder.scss */
.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;
  left:0;
  text-align: center;
}
/* line 424, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}
/* line 427, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-left .title {
  margin: 0 !important;
}
/* line 430, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-left .content {
  padding-left: 120px;
}
/* line 432, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-left .content p {
  margin: 0;
}
/* line 436, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
/* line 444, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}
/* line 446, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom .title {
  font-size: 38px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 452, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #28a900;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
/* line 462, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom .desc {
  font-size: 17px;
  line-height: 32px;
}
/* line 466, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}
/* line 469, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom.v2 {
  padding: 0;
}
/* line 471, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom.v2 .title {
  font-size: 35px;
}
/* line 474, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom.v2 .desc {
  font-size: 15px;
  line-height: 28px;
}
/* line 481, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom.text-light .title:after {
  background: #fff;
}
/* line 487, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v3 {
  padding: 30px 0;
}
/* line 489, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v3 .title {
  font-size: 60px;
  position: relative;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 489, ../sass/template/_block-builder.scss */
  .widget.gsc-call-to-action.button-bottom-v3 .title {
    font-size: 36px;
  }
}
/* line 499, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v3 .desc {
  font-size: 17px;
  line-height: 32px;
}
/* line 503, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v3 .button-action {
  margin-top: 40px;
}
/* line 508, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v3.text-light .title:after {
  background: #fff;
}
/* line 514, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 {
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 514, ../sass/template/_block-builder.scss */
  .widget.gsc-call-to-action.button-bottom-v4 {
    padding: 50px;
  }
}
/* line 520, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 .title {
  font-weight: 100;
  font-size: 80px;
  position: relative;
  padding-bottom: 45px;
  font-family: "Melbourne", sans-serif;
  margin-bottom: 45px;
}
/* line 527, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #28a900 !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 520, ../sass/template/_block-builder.scss */
  .widget.gsc-call-to-action.button-bottom-v4 .title {
    font-size: 46px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 50px;
  }
}
/* line 543, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 .title strong {
  color: #28a900;
  font-weight: 100;
}
/* line 548, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 .desc {
  font-size: 17px;
  line-height: 32px;
  max-width: 730px;
  margin: 0 auto;
}
/* line 554, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4 .button-action {
  margin-top: 50px;
}
/* line 559, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.button-bottom-v4.text-light .title:after {
  background: #fff;
}
/* line 566, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.text-light .content {
  color: #fff;
}
/* line 568, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.text-light .content .title {
  color: #fff;
}
/* line 571, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.text-light .content .desc * {
  color: #fff;
}
/* line 575, ../sass/template/_block-builder.scss */
.widget.gsc-call-to-action.text-light .subtitle {
  color: #fff;
}
/* line 584, ../sass/template/_block-builder.scss */
.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);
}
/* line 594, ../sass/template/_block-builder.scss */
.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);
}
/* line 599, ../sass/template/_block-builder.scss */
.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;
}
/* line 608, ../sass/template/_block-builder.scss */
.widget.gsc-team .team-position {
  text-transform: capitalize;
  color: #28a900;
  font-weight: 400;
  font-size: 13px;
}
/* line 614, ../sass/template/_block-builder.scss */
.widget.gsc-team .team-info {
  margin: 15px 0;
}
/* line 618, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-horizontal {
  margin-top: 50px;
}
/* line 620, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-horizontal .team-header {
  position: relative;
  overflow: hidden;
}
/* line 623, ../sass/template/_block-builder.scss */
.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;
}
/* line 627, ../sass/template/_block-builder.scss */
.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);
}
/* line 636, ../sass/template/_block-builder.scss */
.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;
}
/* line 647, ../sass/template/_block-builder.scss */
.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;
}
/* line 654, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-horizontal .team-header .social-list a:last-child {
  margin-right: 0;
}
/* line 657, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-horizontal .team-header .social-list a:hover {
  color: #28a900 !important;
}
/* line 663, ../sass/template/_block-builder.scss */
.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;
}
/* line 670, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #28a900;
  width: 45px;
  height: 1px;
  position: absolute;
}
/* line 680, ../sass/template/_block-builder.scss */
.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);
}
/* line 685, ../sass/template/_block-builder.scss */
.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);
}
/* line 691, ../sass/template/_block-builder.scss */
.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;
}
/* line 697, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .team-header {
  overflow: hidden;
  position: relative;
}
/* line 700, ../sass/template/_block-builder.scss */
.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;
}
/* line 706, ../sass/template/_block-builder.scss */
.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;
}
/* line 713, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .social-list a:last-child {
  margin-right: 0;
}
/* line 716, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .social-list a:hover {
  color: #000 !important;
}
/* line 721, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #fff;
}
/* line 725, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .team-position {
  color: #fff;
}
/* line 728, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .team-content {
  color: #fff;
}
/* line 731, ../sass/template/_block-builder.scss */
.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);
}
/* line 740, ../sass/template/_block-builder.scss */
.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%);
}
/* line 750, ../sass/template/_block-builder.scss */
.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;
}
/* line 754, ../sass/template/_block-builder.scss */
.widget.gsc-team.team-vertical .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 757, ../sass/template/_block-builder.scss */
.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: #28a900;
}
/* line 768, ../sass/template/_block-builder.scss */
.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);
}
/* line 775, ../sass/template/_block-builder.scss */
.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%;
}
/* line 782, ../sass/template/_block-builder.scss */
.widget.gsc-chart {
  text-align: center;
}
/* line 784, ../sass/template/_block-builder.scss */
.widget.gsc-chart .content {
  text-align: center;
}
/* line 786, ../sass/template/_block-builder.scss */
.widget.gsc-chart .content > div {
  display: block;
}
/* line 789, ../sass/template/_block-builder.scss */
.widget.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}
/* line 793, ../sass/template/_block-builder.scss */
.widget.gsc-chart .content .title {
  text-transform: uppercase;
  font-weight: 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Melbourne", sans-serif;
}
/* line 807, ../sass/template/_block-builder.scss */
.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;
}
/* line 812, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .highlight_content h4 {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #191b1c;
}
/* line 822, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .title-desc {
  line-height: 1.65;
}
/* line 825, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .desc {
  line-height: 26px;
  word-wrap: break-word;
}
/* line 829, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .highlight-icon {
  margin: 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;
  display: inline-block;
  text-align: center;
  position: relative;
}
/* line 835, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .highlight-icon .icon {
  color: #28a900;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 40px;
  z-index: 2;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  line-height: 1;
}
/* line 846, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .link {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  line-height: 1;
}
/* line 852, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .link a {
  color: #000;
  font-size: 24px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 856, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box .link a:hover {
  color: #000;
}
/* line 862, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center {
  text-align: center;
}
/* line 864, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .link {
  position: static;
  margin-top: 10px;
}
/* line 868, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .highlight-icon {
  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;
  width: 150px;
  height: 150px;
  line-height: 210px;
  background: #28a900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 875, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .highlight-icon .icon {
  color: #fff;
  font-size: 70px;
}
/* line 880, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .highlight_content {
  text-align: center;
}
/* line 882, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .highlight_content h4 {
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 887, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  text-transform: normal;
  font-size: 16px;
}
/* line 893, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center.has-background {
  margin-top: 50px;
}
/* line 895, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center.has-background .highlight-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  border: 5px solid;
  line-height: 105px;
}
/* line 906, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center.has-background .highlight-icon .icon {
  color: inherit !important;
  font-size: 50px;
}
/* line 911, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-center.has-background .highlight_content {
  padding-top: 30px;
}
/* line 917, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left {
  text-align: left;
}
/* line 919, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left .highlight-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 112px;
}
/* line 925, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left .highlight-icon .icon {
  text-align: center;
  font-size: 42px;
}
/* line 930, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left .highlight_content {
  text-align: left;
}
/* line 934, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title {
  text-align: left;
  position: relative;
}
/* line 937, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .highlight-icon {
  background: none;
  display: inline-block;
  position: relative;
  padding: 0;
  position: absolute;
  top: -8px;
  border: none;
  left: 0;
  z-index: 1;
}
/* line 947, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .highlight-icon .icon {
  text-align: center;
  color: #000;
}
/* line 952, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .highlight_content {
  padding: 0;
  text-align: left;
}
/* line 955, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .highlight_content h4 {
  padding-left: 70px;
  padding-bottom: 0;
  padding-top: 12px;
}
/* line 961, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .desc {
  padding-top: 16px;
}
/* line 964, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-left-title .link {
  position: static;
  margin-top: 10px;
}
/* line 969, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title {
  text-align: right;
  position: relative;
}
/* line 972, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title .highlight-icon {
  background: none !important;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: -8px;
  right: 0;
  text-align: center;
  z-index: 1;
}
/* line 981, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title .highlight-icon .icon {
  text-align: center;
  color: #28a900;
}
/* line 986, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title .highlight_content {
  padding: 0;
  text-align: right;
}
/* line 989, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title .highlight_content h4 {
  padding-right: 70px;
  padding-bottom: 0;
  padding-top: 12px;
}
/* line 995, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right-title .desc {
  padding-top: 16px;
}
/* line 999, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right {
  text-align: right;
}
/* line 1001, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right .highlight-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 100px;
}
/* line 1006, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right .highlight-icon .icon {
  text-align: center;
  font-size: 30px;
}
/* line 1011, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.top-right .highlight_content {
  padding: 0;
  text-align: right;
}
/* line 1018, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.right .highlight-icon {
  color: #fff;
  padding-top: 0;
  position: relative;
  text-align: center;
  margin-top: 5px;
  float: right;
}
/* line 1025, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.right .highlight-icon .icon {
  display: inline-block;
  font-size: 40px;
}
/* line 1030, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.right .highlight_content {
  padding-right: 60px;
  text-align: right;
}
/* line 1036, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.left .highlight-icon {
  float: left;
  color: #fff;
  padding-top: 0;
  position: relative;
  text-align: center;
  margin-top: 5px;
  float: left;
}
/* line 1044, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.left .highlight-icon .icon {
  display: inline-block;
  font-size: 40px;
}
/* line 1049, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.left .desc {
  margin-top: 5px;
}
/* line 1052, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.left .highlight_content {
  padding-left: 60px;
  text-align: left;
}
/* line 1058, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.text-light h4 {
  color: #fff;
}
/* line 1061, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.text-light .desc {
  color: #fff;
}
/* line 1065, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box.text-light.top-center-v2 .icon {
  color: #fff !important;
}
/* line 1070, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box[style*="background-color"] {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
}
/* line 1073, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box[style*="background-color"] .highlight-icon {
  background: none;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1;
}
/* line 1079, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box[style*="background-color"] .highlight-icon .icon {
  color: #28a900;
  font-size: 48px;
}
/* line 1085, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box[style*="background-color"] .highlight_content h4 {
  margin-top: 10px;
  font-size: 16px;
}
/* line 1091, ../sass/template/_block-builder.scss */
.widget.gsc-icon-box[style*="background-color"].left .highlight-icon, .widget.gsc-icon-box[style*="background-color"].right .highlight-icon {
  top: 12px;
}
/* line 1099, ../sass/template/_block-builder.scss */
.widget.gsc-video-box {
  position: relative;
}
/* line 1101, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 1109, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .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;
}
/* line 1115, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .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);
}
/* line 1119, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
/* line 1127, ../sass/template/_block-builder.scss */
.widget.gsc-video-box #gsc-video-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
/* line 1135, ../sass/template/_block-builder.scss */
.widget.gsc-video-box #gsc-video-overlay:hover .video-close {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
/* line 1141, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .loaded {
  max-width: 100%;
}
/* line 1144, ../sass/template/_block-builder.scss */
.widget.gsc-video-box .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);
}
/* line 1162, ../sass/template/_block-builder.scss */
.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;
}
/* line 1167, ../sass/template/_block-builder.scss */
.widget.milestone-block .milestone-icon {
  float: left;
  text-align: center;
  position: relative;
}
/* line 1171, ../sass/template/_block-builder.scss */
.widget.milestone-block .milestone-icon span {
  font-size: 32px;
  color: #000;
}
/* line 1176, ../sass/template/_block-builder.scss */
.widget.milestone-block .milestone-number {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  margin: 0 0 2px;
}
/* line 1183, ../sass/template/_block-builder.scss */
.widget.milestone-block .milestone-text {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  color: #000;
}
/* line 1189, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
}
/* line 1195, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top .milestone-icon {
  color: #28a900;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
/* line 1201, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top .milestone-icon span {
  color: #28a900;
  font-size: 60px;
  line-height: 1;
}
/* line 1207, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}
/* line 1214, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top .milestone-text {
  font-size: 16px;
  color: #232526;
}
/* line 1218, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top.special-top {
  margin-top: -80px;
}
@media (max-width: 991px) {
  /* line 1218, ../sass/template/_block-builder.scss */
  .widget.milestone-block.position-icon-top.special-top {
    margin-top: 30px;
  }
}
/* line 1224, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top.v2 {
  padding: 0 20px;
}
/* line 1226, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top.v2 .milestone-number {
  font-size: 35px;
  color: #232526;
}
/* line 1232, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-left {
  position: relative;
}
/* line 1234, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-left .milestone-number {
  padding-left: 55px;
}
/* line 1237, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-left .milestone-text {
  padding-top: 5px;
}
/* line 1240, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-left .milestone-icon {
  position: absolute;
  left: 0;
  top: 22px;
  line-height: 1;
}
/* line 1247, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-left.text-light .milestone-icon span {
  color: #fff !important;
}
/* line 1252, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top-v2 {
  text-align: center;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 1256, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top-v2 .milestone-icon {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 1260, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top-v2 .milestone-icon span {
  font-size: 18px;
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #000;
}
/* line 1269, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top-v2 .milestone-right {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 1273, ../sass/template/_block-builder.scss */
.widget.milestone-block.position-icon-top-v2 .milestone-right .milestone-number {
  line-height: 1;
  margin: 30px 0 10px;
}
/* line 1280, ../sass/template/_block-builder.scss */
.widget.milestone-block.text-light .milestone-number, .widget.milestone-block.text-light .milestone-text {
  color: #fff !important;
}
/* line 1283, ../sass/template/_block-builder.scss */
.widget.milestone-block.text-light .milestone-icon span {
  border-color: #fff;
  color: #fff;
}
/* line 1292, ../sass/template/_block-builder.scss */
.widget.gsc-progress.text-light .progress-label {
  color: #fff;
}

/* line 1299, ../sass/template/_block-builder.scss */
.gsc-box-info {
  position: relative;
  font-size: 12px;
  color: #bbbbbb;
}
/* line 1303, ../sass/template/_block-builder.scss */
.gsc-box-info .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
/* line 1309, ../sass/template/_block-builder.scss */
.gsc-box-info .address {
  margin-bottom: 15px;
}
/* line 1312, ../sass/template/_block-builder.scss */
.gsc-box-info .email {
  margin-bottom: 15px;
}
/* line 1315, ../sass/template/_block-builder.scss */
.gsc-box-info .phone {
  margin-bottom: 15px;
  color: #28a900;
}
/* line 1320, ../sass/template/_block-builder.scss */
.gsc-box-info.text-light .title {
  color: #fff;
}

/* line 1326, ../sass/template/_block-builder.scss */
.gsc-box-parallax {
  position: relative;
  margin-bottom: 80px;
}
/* line 1329, ../sass/template/_block-builder.scss */
.gsc-box-parallax .col-first {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  /* line 1329, ../sass/template/_block-builder.scss */
  .gsc-box-parallax .col-first {
    width: 100% !important;
  }
}
/* line 1336, ../sass/template/_block-builder.scss */
.gsc-box-parallax .col-second {
  padding: 20px 30px 30px;
  background: #fff;
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 9;
  height: 80%;
  left: 0;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
/* line 1346, ../sass/template/_block-builder.scss */
.gsc-box-parallax .col-second .content-inner {
  position: relative;
}
@media (max-width: 991px) {
  /* line 1336, ../sass/template/_block-builder.scss */
  .gsc-box-parallax .col-second {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    float: left;
  }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .gsc-box-parallax .col-second:before, .gsc-box-parallax .col-second:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .gsc-box-parallax .col-second:after {
    clear: both;
  }
}
/* line 1359, ../sass/template/_block-builder.scss */
.gsc-box-parallax .content-inner .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: "Melbourne", sans-serif;
  font-weight: 700;
}
/* line 1366, ../sass/template/_block-builder.scss */
.gsc-box-parallax .content-inner .title {
  font-size: 26px;
  margin-bottom: 10px;
}
/* line 1369, ../sass/template/_block-builder.scss */
.gsc-box-parallax .content-inner .title h3 {
  margin: 0;
  font-size: 20px;
}
/* line 1374, ../sass/template/_block-builder.scss */
.gsc-box-parallax .content-inner .readmore {
  margin-top: 30px;
}
/* line 1384, ../sass/template/_block-builder.scss */
.gsc-box-parallax.content-align-right .col-first {
  float: left;
  text-align: right;
}
/* line 1388, ../sass/template/_block-builder.scss */
.gsc-box-parallax.content-align-right .col-second {
  right: 0;
  left: auto;
}

/* line 1396, ../sass/template/_block-builder.scss */
.gsc-box-color {
  position: relative;
  margin-bottom: 30px;
}
/* line 1399, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content {
  text-align: center;
  background: #28a900;
  padding: 30px 30px 50px;
}
/* line 1403, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .box-title {
  font-size: 32px;
  text-transform: none;
  font-weight: 700;
  margin: 20px 0 25px;
  position: relative;
  padding-bottom: 20px;
}
/* line 1410, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .box-title:after {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  z-index: 1;
}
/* line 1421, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .icon {
  font-size: 66px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #28a900;
  background: #fff;
  display: inline-block;
  line-height: 150px;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
/* line 1431, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .content {
  font-size: 16px;
  line-height: 25px;
}
/* line 1435, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .link {
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 20px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 25px;
  line-height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
/* line 1449, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .link .text {
  position: relative;
  z-index: 9;
}
/* line 1453, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .link .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 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;
}
/* line 1463, ../sass/template/_block-builder.scss */
.gsc-box-color .box-content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}
/* line 1470, ../sass/template/_block-builder.scss */
.gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #fff;
}

/* line 1476, ../sass/template/_block-builder.scss */
.gsc-hover-background {
  position: relative;
  background: #F5F5F5;
  padding: 85px 0;
  margin-bottom: 30px;
}
/* line 1481, ../sass/template/_block-builder.scss */
.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);
}
/* line 1485, ../sass/template/_block-builder.scss */
.gsc-hover-background .front .icon {
  line-height: 1;
  font-size: 42px;
  color: #28a900;
}
/* line 1490, ../sass/template/_block-builder.scss */
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: -1px;
}
/* line 1500, ../sass/template/_block-builder.scss */
.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;
}
/* line 1513, ../sass/template/_block-builder.scss */
.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;
}
/* line 1522, ../sass/template/_block-builder.scss */
.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;
}
/* line 1537, ../sass/template/_block-builder.scss */
.gsc-hover-background .back .content .content-text {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}
/* line 1545, ../sass/template/_block-builder.scss */
.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);
}
/* line 1549, ../sass/template/_block-builder.scss */
.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);
}

/* line 1556, ../sass/template/_block-builder.scss */
.gsc-quote {
  position: relative;
  padding-top: 125px;
}
/* line 1559, ../sass/template/_block-builder.scss */
.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;
}
/* line 1568, ../sass/template/_block-builder.scss */
.gsc-quote .content {
  line-height: 28px;
}
/* line 1571, ../sass/template/_block-builder.scss */
.gsc-quote .signature {
  margin-top: 60px;
}
/* line 1574, ../sass/template/_block-builder.scss */
.gsc-quote .position {
  margin-top: 25px;
}

/* line 1579, ../sass/template/_block-builder.scss */
.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
}
/* line 1582, ../sass/template/_block-builder.scss */
.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 20px;
  color: #28a900;
}
/* line 1590, ../sass/template/_block-builder.scss */
.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999999;
}
/* line 1596, ../sass/template/_block-builder.scss */
.gsc-quote-text.has-border {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 1604, ../sass/template/_block-builder.scss */
.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;
}
/* line 1610, ../sass/template/_block-builder.scss */
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  margin-top: 20px;
}
/* line 1612, ../sass/template/_block-builder.scss */
.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;
}
/* line 1620, ../sass/template/_block-builder.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
}
/* line 1623, ../sass/template/_block-builder.scss */
.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;
}
/* line 1631, ../sass/template/_block-builder.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
}
/* line 1634, ../sass/template/_block-builder.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
}
/* line 1639, ../sass/template/_block-builder.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
/* line 1643, ../sass/template/_block-builder.scss */
.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;
}

/* line 1653, ../sass/template/_block-builder.scss */
.gsc-gmap {
  position: relative;
}
/* line 1655, ../sass/template/_block-builder.scss */
.gsc-gmap.style-1 {
  margin-bottom: -10px;
}
/* line 1657, ../sass/template/_block-builder.scss */
.gsc-gmap.style-1 iframe {
  width: 100% !important;
  pointer-events: none;
}
/* line 1661, ../sass/template/_block-builder.scss */
.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) {
  /* line 1661, ../sass/template/_block-builder.scss */
  .gsc-gmap.style-1 .info-inner {
    left: 15%;
  }
}
@media (max-width: 991px) {
  /* line 1661, ../sass/template/_block-builder.scss */
  .gsc-gmap.style-1 .info-inner {
    position: static;
  }
}
/* line 1676, ../sass/template/_block-builder.scss */
.gsc-gmap.style-1 .info-inner .info-item {
  margin-bottom: 15px;
}
/* line 1681, ../sass/template/_block-builder.scss */
.gsc-gmap.style-2 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  /* line 1681, ../sass/template/_block-builder.scss */
  .gsc-gmap.style-2 {
    margin-top: 30px;
  }
}
/* line 1686, ../sass/template/_block-builder.scss */
.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 #28a900;
  z-index: 9;
}
@media (max-width: 991px) {
  /* line 1686, ../sass/template/_block-builder.scss */
  .gsc-gmap.style-2 .info-inner {
    margin: 20px 0;
    position: static;
    width: 100%;
    float: left;
  }
}
/* line 1702, ../sass/template/_block-builder.scss */
.gsc-gmap.style-2 .map-content {
  position: relative;
  z-index: 99;
  width: 65%;
  float: right;
}
@media (max-width: 991px) {
  /* line 1702, ../sass/template/_block-builder.scss */
  .gsc-gmap.style-2 .map-content {
    position: static;
    width: 100%;
  }
}
/* line 1711, ../sass/template/_block-builder.scss */
.gsc-gmap.style-2 .map-content iframe {
  width: 100%;
  pointer-events: none;
}

/* line 1719, ../sass/template/_block-builder.scss */
.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;
  font-family: "Melbourne", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}
/* line 1729, ../sass/template/_block-builder.scss */
.gsc-button.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 1732, ../sass/template/_block-builder.scss */
.gsc-button.radius-5x {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
/* line 1735, ../sass/template/_block-builder.scss */
.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}
/* line 1739, ../sass/template/_block-builder.scss */
.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}
/* line 1743, ../sass/template/_block-builder.scss */
.gsc-button.medium {
  font-size: 12px;
  padding: 12px 35px;
}
/* line 1747, ../sass/template/_block-builder.scss */
.gsc-button.large {
  font-size: 14px;
  padding: 18px 60px;
}
/* line 1751, ../sass/template/_block-builder.scss */
.gsc-button.extra-large {
  font-size: 14px;
  padding: 20px 60px;
}

/* line 1758, ../sass/template/_block-builder.scss */
.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}
/* line 1764, ../sass/template/_block-builder.scss */
.gsc-accordion .panel-group.skin-dark .panel {
  background: #f5f5f5;
}
/* line 1766, ../sass/template/_block-builder.scss */
.gsc-accordion .panel-group.skin-dark .panel .panel-title {
  background: #f5f5f5 !important;
}
/* line 1768, ../sass/template/_block-builder.scss */
.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
  background: none !important;
}

/* line 1777, ../sass/template/_block-builder.scss */
.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
/* line 1783, ../sass/template/_block-builder.scss */
.service-timeline .hentry {
  position: relative;
}
/* line 1785, ../sass/template/_block-builder.scss */
.service-timeline .hentry .icon {
  font-size: 22px;
  color: #28a900;
  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;
}
/* line 1791, ../sass/template/_block-builder.scss */
.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) {
  /* line 1783, ../sass/template/_block-builder.scss */
  .service-timeline .hentry {
    padding-left: 70px !important;
  }
  /* line 1798, ../sass/template/_block-builder.scss */
  .service-timeline .hentry .icon {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 1803, ../sass/template/_block-builder.scss */
  .service-timeline .hentry .content-inner {
    padding-left: 15px !important;
  }
}
/* line 1809, ../sass/template/_block-builder.scss */
.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) {
  /* line 1809, ../sass/template/_block-builder.scss */
  .service-timeline:before {
    left: 0;
  }
}
/* line 1824, ../sass/template/_block-builder.scss */
.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
/* line 1830, ../sass/template/_block-builder.scss */
.service-timeline > li.active .icon {
  background: #28a900 !important;
  color: #fff !important;
}
/* line 1835, ../sass/template/_block-builder.scss */
.service-timeline > li:last-child {
  padding-bottom: 110px;
}
/* line 1838, ../sass/template/_block-builder.scss */
.service-timeline > li .hentry {
  width: 50%;
}
@media (max-width: 991px) {
  /* line 1842, ../sass/template/_block-builder.scss */
  .service-timeline > li .hentry {
    padding-left: 40px;
    width: 100%;
    float: left;
    clear: left;
  }
}
/* line 1850, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(even) .hentry {
  float: left;
  clear: left;
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  /* line 1850, ../sass/template/_block-builder.scss */
  .service-timeline > li:nth-child(even) .hentry {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
}
/* line 1860, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(even) .hentry .icon {
  right: -35px;
}
@media (max-width: 991px) {
  /* line 1860, ../sass/template/_block-builder.scss */
  .service-timeline > li:nth-child(even) .hentry .icon {
    left: -35px;
    right: auto;
  }
}
/* line 1868, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
  padding-right: 10px;
}
@media (max-width: 991px) {
  /* line 1868, ../sass/template/_block-builder.scss */
  .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
    padding-left: 10px;
    padding-right: 0;
  }
}
/* line 1879, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(odd) .hentry {
  float: right;
  clear: right;
  padding-left: 50px;
  text-align: left;
}
/* line 1885, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(odd) .hentry .icon {
  left: -35px;
}
/* line 1889, ../sass/template/_block-builder.scss */
.service-timeline > li:nth-child(odd) .hentry .hentry-box .content-inner {
  padding-left: 10px;
}
/* line 1895, ../sass/template/_block-builder.scss */
.service-timeline > li .hentry {
  position: relative;
}
/* line 1897, ../sass/template/_block-builder.scss */
.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);
}
/* line 1911, ../sass/template/_block-builder.scss */
.service-timeline > li .hentry .title {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

/* line 1922, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
/* line 1926, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 1930, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .image img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}
/* line 1934, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content {
  position: absolute;
  padding: 20px 30px 20px;
  background: rgba(0, 0, 0, 0.66);
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
/* line 1942, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content .title {
  padding: 0;
  margin: 0;
}
/* line 1945, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content .title a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Melbourne", sans-serif;
}
/* line 1950, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content .title a span {
  margin-right: 10px;
  font-size: 30px;
  position: relative;
  top: 2px;
}
/* line 1958, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content .desc {
  display: 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;
  margin-top: 15px;
}
/* line 1963, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1 .content .read-more {
  margin-top: 20px;
  display: none;
}
/* line 1970, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1:hover .content, .gsc-image-content.skin-v1:focus .content, .gsc-image-content.skin-v1:active .content {
  height: 100%;
}
/* line 1973, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1:hover .desc, .gsc-image-content.skin-v1:focus .desc, .gsc-image-content.skin-v1:active .desc {
  display: block;
}
/* line 1976, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v1:hover .read-more, .gsc-image-content.skin-v1:focus .read-more, .gsc-image-content.skin-v1:active .read-more {
  display: block;
}
/* line 1981, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 1986, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .bg-color {
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: #28a900;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 1996, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}
/* line 2002, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content {
  padding: 40px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 2002, ../sass/template/_block-builder.scss */
  .gsc-image-content.skin-v2 .content {
    padding: 20px;
  }
}
/* line 2014, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content a {
  color: #fff;
}
/* line 2016, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content a:hover, .gsc-image-content.skin-v2 .content a:focus, .gsc-image-content.skin-v2 .content a:active {
  color: #28a900;
}
/* line 2020, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content .icon {
  font-size: 55px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  /* line 2020, ../sass/template/_block-builder.scss */
  .gsc-image-content.skin-v2 .content .icon {
    font-size: 45px;
    margin: 0 0 10px;
  }
}
/* line 2029, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content .title {
  font-size: 25px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  /* line 2029, ../sass/template/_block-builder.scss */
  .gsc-image-content.skin-v2 .content .title {
    font-size: 23px;
  }
}
/* line 2038, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content .title a {
  color: #fff;
}
/* line 2040, ../sass/template/_block-builder.scss */
.gsc-image-content.skin-v2 .content .title a:hover, .gsc-image-content.skin-v2 .content .title a:focus, .gsc-image-content.skin-v2 .content .title a:active {
  text-decoration: underline;
}

/* line 2050, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section {
  background: #fff;
}
/* line 2052, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .bg-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
/* line 2060, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .main-content {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
/* line 2067, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .main-content .number {
  color: #262626;
  font-size: 72px;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
  line-height: 1;
}
/* line 2074, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .main-content .title {
  font-size: 30px;
  color: #28a900;
  font-weight: 700;
  font-family: "Melbourne", sans-serif;
}
/* line 2080, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .main-content .desc {
  color: #aaaaaa;
}
/* line 2084, ../sass/template/_block-builder.scss */
.gsc-multi-sroll .ms-section .image {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  /* line 2084, ../sass/template/_block-builder.scss */
  .gsc-multi-sroll .ms-section .image {
    margin-top: 15px;
  }
}

/* line 2094, ../sass/template/_block-builder.scss */
.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

/* line 2099, ../sass/template/_block-builder.scss */
.gsc-service-carousel {
  text-align: center;
}
/* line 2102, ../sass/template/_block-builder.scss */
.gsc-service-carousel .item .content-inner {
  border: 1px solid #F6F6F6;
  text-align: center;
  min-height: 170px;
  padding: 20px 15px 0;
  margin-bottom: 30px;
  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;
}
/* line 2110, ../sass/template/_block-builder.scss */
.gsc-service-carousel .item .content-inner .icon i {
  font-size: 48px;
  color: #28a900;
  line-height: 70px;
}
/* line 2115, ../sass/template/_block-builder.scss */
.gsc-service-carousel .item .content-inner .title a {
  font-weight: 600;
  color: #666666;
  line-height: 22px;
}
/* line 2120, ../sass/template/_block-builder.scss */
.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-color: transparent;
}
/* line 2127, ../sass/template/_block-builder.scss */
.gsc-service-carousel .read-more {
  margin-top: 30px;
}

/* line 2132, ../sass/template/_block-builder.scss */
.gsc-box-text {
  padding: 30px;
  margin-bottom: 30px;
}
/* line 2135, ../sass/template/_block-builder.scss */
.gsc-box-text .title a {
  color: inherit;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 2144, ../sass/template/_block-builder.scss */
.gsc-box-number {
  background: none;
  padding-top: 30px;
}
/* line 2147, ../sass/template/_block-builder.scss */
.gsc-box-number .content-inner {
  padding: 50px 30px 30px;
  position: relative;
  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);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 2154, ../sass/template/_block-builder.scss */
.gsc-box-number .number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #28a900;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
  font-size: 16px;
  line-height: 60px;
}
/* line 2167, ../sass/template/_block-builder.scss */
.gsc-box-number .title {
  margin-bottom: 10px;
}
/* line 2169, ../sass/template/_block-builder.scss */
.gsc-box-number .title a {
  color: #28a900;
  font-size: 16px;
  font-weight: 600;
}
/* line 2173, ../sass/template/_block-builder.scss */
.gsc-box-number .title a:hover, .gsc-box-number .title a:active, .gsc-box-number .title a:focus {
  text-decoration: underline;
}
/* line 2179, ../sass/template/_block-builder.scss */
.gsc-box-number:hover .content-inner, .gsc-box-number:active .content-inner, .gsc-box-number:focus .content-inner {
  -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);
}

/* line 2186, ../sass/template/_block-builder.scss */
.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 2186, ../sass/template/_block-builder.scss */
  .column-content.text-quote {
    padding: 20px 20px;
  }
}
/* line 2194, ../sass/template/_block-builder.scss */
.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 2194, ../sass/template/_block-builder.scss */
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

/* line 2205, ../sass/template/_block-builder.scss */
.gsc-our-history-carousel .item {
  padding-top: 30px;
  margin-bottom: 45px;
}
/* line 2208, ../sass/template/_block-builder.scss */
.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;
}
/* line 2214, ../sass/template/_block-builder.scss */
.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: #28a900;
  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: 600;
}
/* line 2229, ../sass/template/_block-builder.scss */
.gsc-our-history-carousel .item .content-inner .title {
  font-size: 16px;
  color: #28a900;
  padding: 10px 0;
}
/* line 2234, ../sass/template/_block-builder.scss */
.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);
}

/* line 2244, ../sass/template/_block-builder.scss */
.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;
}
/* line 2257, ../sass/template/_block-builder.scss */
.gsc-our-gallery .owl-nav .owl-prev {
  margin-left: 90px !important;
}
/* line 2260, ../sass/template/_block-builder.scss */
.gsc-our-gallery .owl-nav .owl-next {
  margin-right: 90px !important;
}

/* line 2266, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline {
  margin-bottom: 30px;
}
/* line 2268, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item {
  position: relative;
  padding-bottom: 20px;
}
/* line 2271, ../sass/template/_block-builder.scss */
.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: #28a900;
  position: absolute;
  top: 10px;
  left: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 2271, ../sass/template/_block-builder.scss */
  .gsc-our-history-timeline .item:before {
    left: 70px;
  }
}
/* line 2284, ../sass/template/_block-builder.scss */
.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) {
  /* line 2284, ../sass/template/_block-builder.scss */
  .gsc-our-history-timeline .item:after {
    left: 72px;
  }
}
/* line 2297, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item:last-child:after {
  display: none;
}
/* line 2301, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item .year {
  font-size: 18px;
  color: #000;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-weight: 600;
}
/* line 2310, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item .content-right {
  padding-left: 150px;
}
@media (max-width: 991px) {
  /* line 2310, ../sass/template/_block-builder.scss */
  .gsc-our-history-timeline .item .content-right {
    padding-left: 100px;
  }
}
/* line 2315, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item .content-right .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
/* line 2320, ../sass/template/_block-builder.scss */
.gsc-our-history-timeline .item .content-right .description {
  padding-top: 10px;
}

/* line 2327, ../sass/template/_block-builder.scss */
.gsc-our-partners {
  margin-bottom: 45px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-our-partners:after {
  clear: both;
}
/* line 2330, ../sass/template/_block-builder.scss */
.gsc-our-partners .image {
  width: 35%;
  float: left;
}
@media (max-width: 400px) {
  /* line 2330, ../sass/template/_block-builder.scss */
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
  }
}
/* line 2338, ../sass/template/_block-builder.scss */
.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 400px) {
  /* line 2338, ../sass/template/_block-builder.scss */
  .gsc-our-partners .content-inner {
    width: 100%;
  }
}
/* line 2345, ../sass/template/_block-builder.scss */
.gsc-our-partners .content-inner .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
/* line 2350, ../sass/template/_block-builder.scss */
.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}
/* line 2353, ../sass/template/_block-builder.scss */
.gsc-our-partners .content-inner .info .category {
  color: #28a900;
}

/* line 2360, ../sass/template/_block-builder.scss */
.gsc-box-download {
  background: #28a900;
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}
/* line 2366, ../sass/template/_block-builder.scss */
.gsc-box-download .info .title {
  font-size: 18px;
}
/* line 2369, ../sass/template/_block-builder.scss */
.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}
/* line 2375, ../sass/template/_block-builder.scss */
.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
  padding: 15px;
  width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-box-download.horizontal:after {
  clear: both;
}
/* line 2389, ../sass/template/_block-builder.scss */
.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  /* line 2389, ../sass/template/_block-builder.scss */
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 2397, ../sass/template/_block-builder.scss */
.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  /* line 2397, ../sass/template/_block-builder.scss */
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

/* line 2408, ../sass/template/_block-builder.scss */
.gsc-socials.style-1 {
  text-align: right;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-socials.style-1:before, .gsc-socials.style-1:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.gsc-socials.style-1:after {
  clear: both;
}
/* line 2411, ../sass/template/_block-builder.scss */
.gsc-socials.style-1 a {
  width: auto;
  color: #191b1c;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  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;
}
/* line 2422, ../sass/template/_block-builder.scss */
.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);
}
/* line 2427, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 {
  margin-bottom: 30px;
}
/* line 2429, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a {
  color: #191b1c;
  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;
}
/* line 2435, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a:last-child {
  margin-right: 0;
}
/* line 2438, ../sass/template/_block-builder.scss */
.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);
}
/* line 2441, ../sass/template/_block-builder.scss */
.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;
}
/* line 2450, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
  background: #3b5998;
}
/* line 2453, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
  background: #4099ff;
}
/* line 2456, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-skype {
  background: #12a5f4;
}
/* line 2459, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-dribbble {
  background: #ea4c89;
}
/* line 2462, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
  background: #0e76a8;
}
/* line 2465, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-apple {
  background: #f2f2f2;
}
/* line 2468, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i[class*="fa-pinterest"] {
  background: #c92228;
}
/* line 2471, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
  background: #d34836;
}
/* line 2474, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
  background: #c4302b;
}
/* line 2477, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
  background: #4ebbff;
}
/* line 2480, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
  background: #35465c;
}
/* line 2483, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
  background: #126567;
}
/* line 2486, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-instagram {
  background: #e8e2d9;
}
/* line 2489, ../sass/template/_block-builder.scss */
.gsc-socials.style-2 a i.fa-behance {
  background: #0075FF;
}

/* line 2497, ../sass/template/_block-builder.scss */
.gsc-instagram .title {
  color: #242527;
  font-family: "Melbourne", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}
/* line 2504, ../sass/template/_block-builder.scss */
.gsc-instagram .title a {
  color: #28a900;
  border-bottom: 1px solid #28a900;
}
/* line 2507, ../sass/template/_block-builder.scss */
.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000;
}
/* line 2513, ../sass/template/_block-builder.scss */
.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 2516, ../sass/template/_block-builder.scss */
.gsc-instagram.style-2 .owl-carousel .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 2525, ../sass/template/_block-builder.scss */
.gsc-carousel-content .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important;
}
/* line 2532, ../sass/template/_block-builder.scss */
.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;
}
/* line 2542, ../sass/template/_block-builder.scss */
.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);
}
/* line 2550, ../sass/template/_block-builder.scss */
.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;
}
@media (max-width: 767px) {
  /* line 2550, ../sass/template/_block-builder.scss */
  .gsc-carousel-content .item .item-content .bg-full {
    width: 100%;
    min-height: 300px;
    position: relative;
  }
}
/* line 2565, ../sass/template/_block-builder.scss */
.gsc-carousel-content .item .item-content .content-box {
  float: right;
  width: 50%;
  background: #28a900;
  min-height: 600px;
}
@media (max-width: 767px) {
  /* line 2565, ../sass/template/_block-builder.scss */
  .gsc-carousel-content .item .item-content .content-box {
    width: 100%;
    min-height: auto;
  }
}
/* line 2574, ../sass/template/_block-builder.scss */
.gsc-carousel-content .item .item-content .content-box .content-inner {
  max-width: 700px;
  padding: 60px;
}
@media (max-width: 991px) {
  /* line 2574, ../sass/template/_block-builder.scss */
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 45px 30px;
  }
}
/* line 2586, ../sass/template/_block-builder.scss */
.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
/* line 2595, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-1 .content-box .content-inner .title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 2595, ../sass/template/_block-builder.scss */
  .gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 2605, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-1 .content-box .content-inner .title a {
  color: #fff;
}
/* line 2609, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-1 .content-box .content-inner .desc {
  font-size: 17px;
  color: #fff;
}
/* line 2614, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-1 .content-box .content-inner .action a {
  background: #191A1B;
  font-size: 18px;
  padding: 0 25px;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 2620, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
  color: #191A1B;
  background: #fff;
}
/* line 2632, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-2 .content-box .content-inner .title {
  font-size: 30px;
  color: #1d1e20;
  font-weight: 400;
  line-height: 45px;
}
/* line 2637, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-2 .content-box .content-inner .title a {
  color: #1d1e20;
  font-family: "Melbourne", sans-serif;
}
/* line 2642, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-2 .content-box .content-inner .desc {
  font-size: 15px;
  color: #232526;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}
/* line 2653, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .owl-dots {
  margin-top: 45px;
}
/* line 2656, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .image {
  max-width: 78%;
}
@media (max-width: 991px) {
  /* line 2656, ../sass/template/_block-builder.scss */
  .gsc-carousel-content.style-3 .image {
    width: 100%;
    max-width: 100%;
  }
}
/* line 2663, ../sass/template/_block-builder.scss */
.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) {
  /* line 2663, ../sass/template/_block-builder.scss */
  .gsc-carousel-content.style-3 .content-box {
    padding: 30px;
    max-width: 100%;
    width: 100% !important;
    position: static;
  }
}
/* line 2676, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .content-box .content-inner {
  padding: 0 !important;
  color: #fff;
  font-size: 17px;
}
/* line 2680, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .content-box .content-inner .title {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}
/* line 2685, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .content-box .content-inner .title a {
  color: #fff;
}
/* line 2687, ../sass/template/_block-builder.scss */
.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;
}
/* line 2693, ../sass/template/_block-builder.scss */
.gsc-carousel-content.style-3 .content-box .content-inner .action a {
  background: #000;
  border: 1px solid #000;
}

/**
 * jPreloader
 */
@media (min-width: 780px) {
  /* line 5, ../sass/template/_effect.scss */
  #jpreContent {
    display: none !important;
  }
}
@media (min-width: 780px) {
  /* line 10, ../sass/template/_effect.scss */
  .js-preloader .body-page {
    opacity: 1 !important;
  }

  /* line 13, ../sass/template/_effect.scss */
  .js-preloader.preloader-done .body-page {
    opacity: 1 !important;
  }

  /* line 16, ../sass/template/_effect.scss */
  #jpreContent {
    display: block !important;
  }

  /* line 19, ../sass/template/_effect.scss */
  #jpreLoader {
    height: 4px;
    width: 100%;
    top: 0 !important;
  }

  /* line 24, ../sass/template/_effect.scss */
  #jpreOverlay {
    background-color: transparent;
    height: auto !important;
    top: 0 !important;
    position: absolute !important;
  }

  /* line 30, ../sass/template/_effect.scss */
  #jpreSlide {
    text-align: center;
    top: 0 !important;
  }

  /* line 34, ../sass/template/_effect.scss */
  #jpreSlide #jpreContent {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }

  /* line 39, ../sass/template/_effect.scss */
  .js-preloader #jpreOverlay {
    background-color: none;
    height: 10px !important;
    position: fixed !important;
  }

  /* line 44, ../sass/template/_effect.scss */
  .js-preloader #jpreLoader {
    top: 0 !important;
    height: 10px;
    margin-top: -5px;
    z-index: 9999999 !important;
  }

  /* line 50, ../sass/template/_effect.scss */
  .js-preloader #jprePercentage {
    text-align: center;
    display: none !important;
  }

  /* line 54, ../sass/template/_effect.scss */
  #jpreBar {
    z-index: 2;
    background-color: #28a900;
  }

  /* line 58, ../sass/template/_effect.scss */
  #jpreButton,
  #jprePercentage {
    display: none !important;
  }

  /* line 62, ../sass/template/_effect.scss */
  #jprePercentage {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
  }
}
/* line 70, ../sass/template/_effect.scss */
.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 #28a900, 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 #28a900, 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 #28a900, 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 #28a900, 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 #28a900, 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 #28a900, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
    /*
   .gva-offcanvas-mobile{
      background: $white;
      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;
      @include 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%);
      &.show-view{
         @include transition(all 0.35s);
         transform: translateX(0);
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         -moz-transform: translateX(0);
      }
      .after-offcanvas{
         display: block!important;
         visibility: visible!important;
         .block{
            float: left;
            width: 100%;
         }
      }
      .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;
         @include opacity(1);
         color: #111111;
         span{
            font-size: 24px;
         }
         &:hover{
            cursor: pointer;
            color: $theme-color;
         }
      }
      .block{
         border-bottom: 1px solid $border-color;
         padding: 20px;
         .block-content{
            @include clearfix();
         }
      }

      .gva-navigation {
         .gva_menu {
            padding: 10px 0 0;
            width: 100%!important;
            background: none!important;
            > li {
               display: block;
               clear: both;
               width: 100%;
               margin-bottom: 8px!important;
               padding-bottom: 8px!important;
               padding-top: 2px!important;
               border-bottom: 1px solid $border-color;
               &:last-child{
                  border-bottom: none;
               }
               &:after,&:before {
                  content: none;
                  display: none;
               }
               > a {
                  display: block;
                  width: 100%;
                  line-height: 32px;
                  font-size: 13px;
                  padding: 0!important;
                  text-transform: uppercase;
                  font-weight: 700;
                  text-transform: uppercase;
                  color: $black!important;
                  &:after,&:before {
                     content: none;
                     display: none;
                  }
                  &:hover{
                     color: $theme-color!important;
                     background: none!important;
                  }
               }

               &.menu-parent:hover .sub-menu{
                  display: none;
               }
               ul.menu.sub-menu{
                  padding-left: 20px!important;
                  margin-bottom: 10px;
                  .icaret{
                     display: none;
                  }
                  li a{
                     font-size: 12px;
                     line-height: 24px;
                     padding-top: 0!important;
                     padding-bottom: 0!important;
                     color: #999999!important;
                     &:hover{
                        color: $theme-color!important;
                     }
                  }
                  ul.sub-menu{
                     display: block!important;
                  }
               }

               &.megamenu .sub-menu {
                  > li {
                     width: 100% !important;
                     float: none !important;
                     display: block;
                     padding: 0;
                     > a {
                        padding: 0;
                        border: 0;
                        margin: 0;
                        font-size: 12px;

                     }

                     &.block-image{
                        display: none;
                     }
                  }
               }
            }

            li {
               a {
                  text-transform: uppercase !important;
                  position: relative;
                  display: block;
                  &:hover {
                     color: $theme-color;
                  }

                  .icaret{
                     position: absolute;
                     @include size(30px, 30px);
                     top: 0;
                     bottom: 0;
                     right: -15px;
                     font-size: 12px;

                     &.nav-minus:before{
                        content:'\f068';
                     }

                     &:before {
                        position: absolute;
                        font-family: FontAwesome;
                        content: '\f067';
                        text-transform: inherit;
                        left:50%;
                        top:50%;
                        @include translate(-50%,-50%);
                     }
                  }
               }

               ul {
                  display: none;
               }
            }

            .sub-menu {
               @include transition(none);
               min-width: inherit;
               display: none;
               width: 100%;
               position: static;
               padding: 0 !important;
               visibility: visible;
               border:0;
               background: none;
               @include opacity(1);
               @include box-shadow(none);
               &:after,&:before{
                  content: none;
               }
               li {
                  a {
                     border-width: 0;
                     padding-left: 0;
                     padding-right: 0;
                     font-size: 13px;
                     text-transform: uppercase;
                     &:before, &:after{
                        content: none!important;
                     }
                     &:hover {
                        text-indent: 0;
                     }
                  }
               }

               ul {
                  display: none;
                  visibility: visible;
                  @include opacity(1);
                  @include translate(0,0);
               }

               .block-image{
                  display: none;
               }
            }
         }
      }
   }
   */
}
/* line 234, ../sass/template/_responsive.scss */
.menu-bar {
  display: none;
  height: 32px;
  width: 36px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  float: right;
  top: -7px;
}
/* line 243, ../sass/template/_responsive.scss */
.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}
/* line 246, ../sass/template/_responsive.scss */
.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;
}
/* line 256, ../sass/template/_responsive.scss */
.menu-bar span.one {
  top: 6px;
}
/* line 259, ../sass/template/_responsive.scss */
.menu-bar span.two {
  top: 0;
  bottom: 0;
}
/* line 263, ../sass/template/_responsive.scss */
.menu-bar span.three {
  bottom: 6px;
}
/* line 271, ../sass/template/_responsive.scss */
.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 274, ../sass/template/_responsive.scss */
.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);
}
/* line 279, ../sass/template/_responsive.scss */
.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 2, ../sass/template/_campaign.scss */
.campaign-block .image {
  position: relative;
}
/* line 4, ../sass/template/_campaign.scss */
.campaign-block .image .funded {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 11;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 14, ../sass/template/_campaign.scss */
.campaign-block .image .funded .progress {
  margin-bottom: 0;
}
/* line 17, ../sass/template/_campaign.scss */
.campaign-block .image .funded span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Melbourne", sans-serif;
  color: #28a900;
}
/* line 25, ../sass/template/_campaign.scss */
.campaign-block .campaign-content {
  position: relative;
  padding: 35px 20px 20px;
  background: #fff;
}
/* line 29, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .title {
  margin-bottom: 6px;
}
/* line 31, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .title a {
  font-size: 20px;
  font-family: "Melbourne", sans-serif;
}
/* line 37, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .content-raised .raised {
  color: #1db3e7;
  font-size: 20px;
  font-weight: 500;
}
/* line 42, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .content-raised .goal {
  color: #28a900;
  font-size: 20px;
  font-weight: 500;
}
/* line 48, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .days {
  padding-left: 10px;
}
/* line 51, ../sass/template/_campaign.scss */
.campaign-block .campaign-content .content-action {
  margin: 15px 0;
}
/* line 56, ../sass/template/_campaign.scss */
.campaign-block.v2 .campaign-content {
  padding-top: 10px;
}
/* line 59, ../sass/template/_campaign.scss */
.campaign-block.v2 .funded {
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

/* line 71, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block {
  margin-bottom: 30px;
}
/* line 73, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .funded {
  top: 50%;
  margin-top: -40px;
  bottom: auto;
}
/* line 78, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .title {
  margin: 0;
}
/* line 81, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .campaign-content {
  padding: 30px 20px 20px;
}
/* line 84, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .content-action {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #28a900;
  z-index: 9;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=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;
}
/* line 94, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .content-action a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 5px 0;
}
/* line 101, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .content-action a:after {
  display: none;
}
/* line 105, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block .content-action .days {
  display: none;
}
/* line 110, ../sass/template/_campaign.scss */
.campaigns-grid-1 .campaign-block:hover .content-action {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 119, ../sass/template/_campaign.scss */
.campaigns-grid-1 .views-view-grid > .row:last-child .campaign-block {
  margin-bottom: 0;
}

/* line 128, ../sass/template/_campaign.scss */
.campaigns-list .campaign-block {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.campaigns-list .campaign-block:before, .campaigns-list .campaign-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.campaigns-list .campaign-block:after {
  clear: both;
}
/* line 133, ../sass/template/_campaign.scss */
.campaigns-list .campaign-block .image {
  width: 35%;
  float: left;
}
@media (max-width: 600px) {
  /* line 133, ../sass/template/_campaign.scss */
  .campaigns-list .campaign-block .image {
    width: 100%;
    padding: 0;
  }
}
/* line 140, ../sass/template/_campaign.scss */
.campaigns-list .campaign-block .image .funded {
  top: 50%;
  margin-top: -40px;
}
/* line 145, ../sass/template/_campaign.scss */
.campaigns-list .campaign-block .campaign-content {
  width: 65%;
  float: left;
  padding: 0 0 0 45px;
}
@media (max-width: 600px) {
  /* line 145, ../sass/template/_campaign.scss */
  .campaigns-list .campaign-block .campaign-content {
    width: 100%;
    padding: 0;
  }
}

/* line 158, ../sass/template/_campaign.scss */
.campaign-single .campaign-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 161, ../sass/template/_campaign.scss */
.campaign-single .campaign-content .days {
  margin-top: 6px;
  display: block;
}
/* line 167, ../sass/template/_campaign.scss */
.campaign-single .campaign-content-inner .post-title {
  font-size: 30px;
  font-weight: 300;
  margin-top: 5px;
}
/* line 174, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .modal-body {
  padding: 30px;
}
/* line 176, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .modal-body .expired {
  padding-top: 50px;
  font-size: 24px;
}
/* line 181, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item {
  margin-bottom: 10px;
}
/* line 183, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 185, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item input[type=radio]:hover {
  cursor: pointer;
}
/* line 188, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label {
  color: #28a900;
}
/* line 190, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label:before {
  border-color: #28a900;
}
/* line 196, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item label.option {
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 203, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item label.option:hover {
  cursor: pointer;
}
/* line 206, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item label.option:after {
  content: "";
  background: #fff;
  position: absolute;
  left: -29px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 215, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .form-item label.option:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.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;
}
/* line 228, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .funded {
  float: left;
}
/* line 231, ../sass/template/_campaign.scss */
.campaign-single #popup-add-to-cart .add-to-cart-content-inner {
  padding-left: 190px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.campaign-single .field--name-taxonomy-catalog:before, .campaign-single .field--name-taxonomy-catalog:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.campaign-single .field--name-taxonomy-catalog:after {
  clear: both;
}
/* line 237, ../sass/template/_campaign.scss */
.campaign-single .field--name-taxonomy-catalog .field__item {
  font-weight: 400;
  font-family: "Melbourne", sans-serif;
  padding: 2px 20px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
  margin-right: 15px;
}

/* line 251, ../sass/template/_campaign.scss */
.related-campaigns .campaign-block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
/* line 256, ../sass/template/_campaign.scss */
.related-campaigns .campaign-block .campaign-content {
  padding: 0;
}
/* line 259, ../sass/template/_campaign.scss */
.related-campaigns .campaign-block .content-action {
  display: none;
}
/* line 262, ../sass/template/_campaign.scss */
.related-campaigns .campaign-block .content-raised {
  display: none;
}
/* line 265, ../sass/template/_campaign.scss */
.related-campaigns .campaign-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 273, ../sass/template/_campaign.scss */
body.node--type-product .gva-body-page {
  background: #EFF1F2;
}
/* line 276, ../sass/template/_campaign.scss */
body.node--type-product .main-content-inner {
  background: #fff;
  padding: 30px;
}
/* line 280, ../sass/template/_campaign.scss */
body.node--type-product .sidebar-inner {
  background: #fff;
  padding: 30px;
}

/* line 286, ../sass/template/_campaign.scss */
.quick-cart {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #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-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 294, ../sass/template/_campaign.scss */
.quick-cart .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 11;
  -webkit-box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  background: #28a900;
}
/* line 305, ../sass/template/_campaign.scss */
.quick-cart .icon a {
  color: #fff !important;
  display: block;
}
/* line 309, ../sass/template/_campaign.scss */
.quick-cart .icon:hover {
  cursor: pointer;
}
/* line 313, ../sass/template/_campaign.scss */
.quick-cart .content-inner {
  -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: #fff;
  padding: 20px;
  max-width: 300px;
  position: relative;
  z-index: 1;
}
/* line 321, ../sass/template/_campaign.scss */
.quick-cart .product-description {
  padding: 0 !important;
}
/* line 324, ../sass/template/_campaign.scss */
.quick-cart.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 329, ../sass/template/_campaign.scss */
#uc-cart-view-form {
  margin-bottom: 45px;
}
/* line 332, ../sass/template/_campaign.scss */
#uc-cart-view-form table#edit-items .item-image {
  text-align: center;
  min-width: 80px;
}
/* line 335, ../sass/template/_campaign.scss */
#uc-cart-view-form table#edit-items .item-image img {
  padding: 0;
}
/* line 339, ../sass/template/_campaign.scss */
#uc-cart-view-form table#edit-items .form-uc-quantity {
  padding-left: 5px;
}

/* line 346, ../sass/template/_campaign.scss */
.cart-review td.price {
  text-align: center;
}

/* line 351, ../sass/template/_campaign.scss */
.uc-cart-checkout-form {
  margin-bottom: 45px;
}
/* line 353, ../sass/template/_campaign.scss */
.uc-cart-checkout-form details {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px 20px 20px;
}
/* line 358, ../sass/template/_campaign.scss */
.uc-cart-checkout-form details > .details-wrapper {
  padding: 0.5em 1.5em;
}
/* line 361, ../sass/template/_campaign.scss */
.uc-cart-checkout-form summary {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Melbourne", sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
  color: #28a900;
}
/* line 369, ../sass/template/_campaign.scss */
.uc-cart-checkout-form summary:focus, .uc-cart-checkout-form summary:active, .uc-cart-checkout-form summary:hover {
  outline: none;
}
/* line 373, ../sass/template/_campaign.scss */
.uc-cart-checkout-form textarea {
  width: 100%;
}
/* line 377, ../sass/template/_campaign.scss */
.uc-cart-checkout-form #edit-panes-payment-payment-method .form-item {
  margin-bottom: 10px;
}

/* line 383, ../sass/template/_campaign.scss */
table.order-review-table {
  min-width: 900px;
  margin: 10px auto 45px;
  border: 1px solid #DDDDDD;
}
/* line 387, ../sass/template/_campaign.scss */
table.order-review-table td {
  padding: 10px !important;
}
/* line 390, ../sass/template/_campaign.scss */
table.order-review-table .review-button-row td {
  padding: 10px !important;
}
/* line 393, ../sass/template/_campaign.scss */
table.order-review-table table.cart-review {
  margin-bottom: 0;
}

/* line 4, ../sass/template/_event.scss */
.event-list-item .event-date {
  display: inline-block;
  background: #28292B;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  line-height: 24px;
}
/* line 14, ../sass/template/_event.scss */
.event-list-item .event-title {
  margin-top: 5px;
}
/* line 16, ../sass/template/_event.scss */
.event-list-item .event-title a {
  font-size: 20px;
  color: #28a900;
  font-weight: 400;
}
/* line 22, ../sass/template/_event.scss */
.event-list-item .event-body {
  color: #232526;
}

/* line 30, ../sass/template/_event.scss */
.teaser-block .event-content,
.event-block .event-content {
  background: #f4f4f4;
  position: relative;
  margin-top: 12px;
  margin-left: 30px;
  right: 0;
  z-index: 9;
  padding: 20px 30px 30px;
}
/* line 39, ../sass/template/_event.scss */
.teaser-block .event-content .event-title a,
.event-block .event-content .event-title a {
  font-size: 20px;
  font-family: "Melbourne", sans-serif;
}
/* line 44, ../sass/template/_event.scss */
.teaser-block .event-content .readmore a,
.event-block .event-content .readmore a {
  font-size: 18px;
  font-weight: 600;
  color: #28a900;
  font-family: "Melbourne", sans-serif;
}
/* line 49, ../sass/template/_event.scss */
.teaser-block .event-content .readmore a span,
.event-block .event-content .readmore a span {
  margin-left: 5px;
}
/* line 52, ../sass/template/_event.scss */
.teaser-block .event-content .readmore a:hover, .teaser-block .event-content .readmore a:focus, .teaser-block .event-content .readmore a:active,
.event-block .event-content .readmore a:hover,
.event-block .event-content .readmore a:focus,
.event-block .event-content .readmore a:active {
  color: #000;
}
/* line 57, ../sass/template/_event.scss */
.teaser-block .event-footer,
.event-block .event-footer {
  margin-top: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.teaser-block .event-footer:before, .teaser-block .event-footer:after,
.event-block .event-footer:before,
.event-block .event-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.teaser-block .event-footer:after,
.event-block .event-footer:after {
  clear: both;
}
/* line 60, ../sass/template/_event.scss */
.teaser-block .event-footer span,
.event-block .event-footer span {
  float: left;
  font-size: 15px;
  width: 50%;
}
/* line 64, ../sass/template/_event.scss */
.teaser-block .event-footer span .icon,
.event-block .event-footer span .icon {
  color: #28a900;
  width: 18px;
}

/* line 73, ../sass/template/_event.scss */
.event-full .event-info {
  background: #f5f5f5;
  padding: 30px;
  font-size: 16px;
  font-family: "Melbourne", sans-serif;
}
/* line 79, ../sass/template/_event.scss */
.event-full .event-info .date > *, .event-full .event-info .address > * {
  float: left;
}
/* line 82, ../sass/template/_event.scss */
.event-full .event-info .date i, .event-full .event-info .address i {
  margin-right: 10px;
  margin-top: 6px;
}

/* line 1, ../sass/template/_theme-settings.scss */
.colorpicker {
  z-index: 9999999 !important;
}

/* line 5, ../sass/template/_theme-settings.scss */
.permission-save-hidden #gavias_customize_save {
  display: none !important;
}

/* line 9, ../sass/template/_theme-settings.scss */
.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;
}
/* line 20, ../sass/template/_theme-settings.scss */
.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%;
}
/* line 30, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.active {
  right: 0 !important;
}
/* line 33, ../sass/template/_theme-settings.scss */
.gavias-skins-panel #gavias_profile_customize_name option {
  color: #000;
}
/* line 36, ../sass/template/_theme-settings.scss */
.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: #28a900;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* line 47, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .control-panel:hover {
  cursor: pointer;
}
/* line 52, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}
/* line 55, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}
/* line 58, ../sass/template/_theme-settings.scss */
.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;
}
/* line 67, ../sass/template/_theme-settings.scss */
.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;
}
/* line 74, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}
/* line 77, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.default {
  background: #FBB122;
}
/* line 80, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #50AF4D;
}
/* line 83, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.brown {
  background: #684035;
}
/* line 86, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.green {
  background: #009673;
}
/* line 89, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.lilac {
  background: #8F6684;
}
/* line 92, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.lime_green {
  background: #8CCA4F;
}
/* line 95, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.orange {
  background: #F86923;
}
/* line 98, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.pink {
  background: #D91897;
}
/* line 101, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.purple {
  background: #9854B3;
}
/* line 104, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.red {
  background: #E43844;
}
/* line 107, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.turquoise {
  background: #1CCDCA;
}
/* line 110, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
  background: #178E94;
}
/* line 113, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.violet_red {
  background: #F3605D;
}
/* line 116, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
  background: #973A4B;
}
/* line 119, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.yellow {
  background: #ecc311;
}
/* line 122, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.active {
  border-color: #000;
}
/* line 127, ../sass/template/_theme-settings.scss */
.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;
}
/* line 136, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}
/* line 139, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout.active {
  background-color: #28a900;
  color: #fff;
}
/* line 143, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}
/* line 148, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo {
  top: 200px;
  bottom: auto !important;
  padding: 20px !important;
  width: 260px !important;
  right: -263px !important;
}
/* line 154, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo .control-panel {
  top: 75px !important;
}
/* line 157, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo.active {
  right: 0 !important;
}

/* line 164, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel {
  padding: 0 !important;
}
/* line 166, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-heading .panel-title > a {
  padding: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 169, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-heading .panel-title > a:after {
  display: none !important;
}
/* line 173, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-body {
  padding: 15px !important;
}
/* line 178, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}
/* line 182, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group label {
  width: 150px;
  float: left;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
/* line 190, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group input {
  width: calc(100% - 150px);
  float: left;
}
/* line 194, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group select {
  width: 100%;
}
/* line 197, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 150px);
  position: relative;
}
/* line 200, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector input {
  width: 100% !important;
}
/* line 203, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .input-group-addon {
  border: 1px solid #222222;
}
/* line 205, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
  width: 30px;
  height: 20px;
}
/* line 209, ../sass/template/_theme-settings.scss */
#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;
}
/* line 218, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .remove:hover {
  cursor: pointer;
}

/* line 226, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 230, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input {
  width: 28%;
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px !important;
}
/* line 237, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #5cb85c;
}
/* line 240, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #5bc0de;
}
/* line 243, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #f0ad4e;
}
