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

@charset "UTF-8";
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e0e0e5;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e0e0e5;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e0e0e5 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #4d4d4d !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #d8b91e;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e0e0e5;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #d8b91e;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.g-collapsible-section {
  text-align: center;
  position: relative;
  z-index: 800;
  height: 0;
}
.g-collapsible-section .g-toggle-text {
  cursor: pointer;
  padding: 0 25px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.g-collapsible-section .g-toggle-text > span {
  margin-right: 8px;
}
.offcanvas-toggle-particle.g-offcanvas-toggle {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.offcanvas-toggle-particle i {
  opacity: 1 !important;
}
.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #d8b91e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #e4c83b;
  border-color: #e4c83b;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #d8b91e;
  border-color: #d8b91e;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #424753;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e0e0e5;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #d8b91e;
  color: #d8b91e;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #d8b91e;
  color: #d8b91e;
  box-shadow: none;
}
.g-portfolio .g-portfolio-item {
  border: 1px solid #e0e0e5;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-portfolio p {
  margin: 0;
}
.g-portfolio .g-portfolio-title {
  margin: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #d8b91e;
}
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
  font-style: italic;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #d8b91e;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #999fae;
}
.g-portfolio .g-portfolio-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e0e0e5;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #ffffff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #e0e0e5;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #d8b91e;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #4d4d4d;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #d8b91e;
}
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
}
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #d8b91e;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e5;
}
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e5;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.g-tabs {
  background: #ffffff;
  border: 1px solid #e0e0e5;
}
.g-tabs .uk-tab {
  border-color: #e0e0e5;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #424753;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #424753;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #424753;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #e0e0e5;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #424753;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f8f8;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #e0e0e5;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #d8b91e;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #d8b91e;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #d8b91e;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #d8b91e;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
.g-skill-bars div[class^="g-skill-bars-bar-container"]:last-child .g-skill-bars-bar {
  margin-bottom: 0;
}
.g-skill-bars .g-skill-bars-bar {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  height: 2.5rem;
  border-radius: 0.25rem;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-background {
  height: 2.5rem;
  border-radius: 0.25rem;
  width: 0px;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 2.5rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.4);
}
.g-skill-bars.style2 .g-skill-bars-title {
  color: inherit;
  background: transparent;
  margin-bottom: 0.5rem;
}
.g-skill-bars.style2 .g-skill-bars-percent {
  color: inherit;
  height: 0.625rem;
  line-height: 0.625rem;
  float: right;
  margin-top: -1.5rem;
}
.g-skill-bars.style2 .g-skill-bars-bar {
  height: 0.625rem;
  border-radius: 0;
}
.g-skill-bars.style2 .g-skill-bars-bar .g-skill-bars-background {
  height: 0.625rem;
  border-radius: 0;
}
.g-skill-bars.style3 .g-skill-bars-title {
  color: inherit;
  background: transparent;
  margin-bottom: 0.5rem;
}
.g-skill-bars.style3 .g-skill-bars-percent {
  color: inherit;
  height: 0.625rem;
  line-height: 0.625rem;
  float: right;
  margin-top: -1.5rem;
}
.g-skill-bars.style3 .g-skill-bars-bar {
  height: 1.5rem;
  border-radius: 2rem;
  border: 2px solid #e0e0e5;
  background: transparent;
  padding: 0.25rem;
}
.g-skill-bars.style3 .g-skill-bars-bar .g-skill-bars-background {
  height: 0.75rem;
  border-radius: 2rem;
}
.g-skill-bars.style4 .g-skill-bars-bar .g-skill-bars-title {
  background: transparent;
}
.g-skill-bars.style4 .g-skill-bars-bar .g-skill-bars-percent {
  position: initial;
  float: right;
  margin: 0.5rem;
  margin-right: 1rem;
  padding: 0 1rem;
  color: #424753;
  background: #ffffff;
  border-radius: 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.g-image-features {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-image-features .g-image-features-item {
  background: #ffffff;
  border: 1px solid #e6e6ea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image.uk-overlay {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image img {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-image {
  position: relative;
}
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "";
}
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-image-features .g-image-features-image:hover.uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
.g-image-features .g-image-features-content {
  padding: 20px;
}
.g-image-features .g-image-features-desc {
  margin: 0;
}
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-image-features .g-image-features-title a {
  color: #4d4d4d;
}
.g-image-features .g-image-features-title a:hover {
  color: #d8b91e;
}
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
.g-image-features .g-image-feature-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
.g-image-features .no-special .g-image-features-link {
  float: none;
}
@font-face {
  font-family: "PhilippeRegular";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/philippe/philippe-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/philippe/philippe-webfont.woff2') format("woff2"), url('../fonts/philippe/philippe-webfont.woff') format("woff"), url('../fonts/philippe/philippe-webfont.ttf') format("truetype"), url('../fonts/philippe/philippe-webfont.svg#PhilippeRegular') format("svg");
}
@font-face {
  font-family: "PhilippeRegular";
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/philippe/philippe-webfont.eot');
  src: url('../fonts/philippe/philippe-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/philippe/philippe-webfont.woff') format("woff"), url('../fonts/philippe/philippe-webfont.ttf') format("truetype"), url('../fonts/philippe/philippe-webfont.svg#PhilippeRegular') format("svg");
}
@font-face {
  font-family: "blue_highwaybold";
  src: url('../fonts/bluehighway/blue_highway_bd-webfont.eot');
  src: url('../fonts/bluehighway/blue_highway_bd-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/bluehighway/blue_highway_bd-webfont.woff2') format("woff2"), url('../fonts/bluehighway/blue_highway_bd-webfont.woff') format("woff"), url('../fonts/bluehighway/blue_highway_bd-webfont.ttf') format("truetype"), url('../fonts/bluehighway/blue_highway_bd-webfont.svg#blue_highwaybold') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "blue_highwayregular";
  src: url('../fonts/bluehighway/blue_highway_rg-webfont.eot');
  src: url('../fonts/bluehighway/blue_highway_rg-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/bluehighway/blue_highway_rg-webfont.woff2') format("woff2"), url('../fonts/bluehighway/blue_highway_rg-webfont.woff') format("woff"), url('../fonts/bluehighway/blue_highway_rg-webfont.ttf') format("truetype"), url('../fonts/bluehighway/blue_highway_rg-webfont.svg#blue_highwayregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.mark {
  background: #181818 !important;
  color: #FFFFFF !important;
}
.ls-v6 .ls-bottom-slidebuttons a {
  box-shadow: 1px 1px 3px #000;
}
.titlefor {
  font-family: "blue_highwayregular";
  src: url('../fonts/bluehighway/blue_highway_rg-webfont.eot');
  src: url('../fonts/bluehighway/blue_highway_rg-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/bluehighway/blue_highway_rg-webfont.woff2') format("woff2"), url('../fonts/bluehighway/blue_highway_rg-webfont.woff') format("woff"), url('../fonts/bluehighway/blue_highway_rg-webfont.ttf') format("truetype"), url('../fonts/bluehighway/blue_highway_rg-webfont.svg#blue_highwayregular') format("svg");
  font-weight: bold;
  font-style: normal;
  margin-top: 20px;
  font-size: 22px;
}
.g-h.g-home-particles.g-helium-style #g-header {
  margin-top: -100px;
}
.g-home-particles.g-helium-style #g-header {
  margin-top: -100px;
}
.red {
  color: #e4092d;
}
.uk-container-large {
  max-width: 1360px;
}
.whitenoborder {
  background: #ffffff;
  border: none;
}
#g-features .bgfeatures {
  background-color: #ebb22d;
  margin-top: 0px;
  margin-bottom: 0px;
}
#g-features {
  background-color: #ebb22d;
  padding: 0rem 0;
}
/*#g-navigation{
-webkit-box-shadow: 0px 1px 2px #222541;
-moz-box-shadow: 0px 1px 2px #222541;
box-shadow: 0px 1px 2px #222541;
}
.deco { background-color:#f7f4f0; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border:solid 1px #fafafa; padding:20px; margin:10px;}
.bottom-small { font-size::9px; text-transform:uppercase;}
}*/
body {
  line-height: 1.3rem;
  font-size: 0.9rem;
}
p {
  font-size: 0.9rem;
}
a.lienbrown {
  color: #857873;
  text-decoration: underline;
}
a.lienwhite {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover.lienwhite {
  color: #fafafa;
}
a:hover.lienbrown {
  color: #000;
}
.ocre {
  color: #D8B91E;
}
.evsred {
  color: #ca131b;
}
.evsblue {
  color: #4764af;
}
.sable {
  color: #d6cec7;
}
.terre {
  color: #a99f94;
}
.marron {
  color: #857873;
}
.safran {
  color: #ba8951;
}
.size100 {
  font-size: 100px;
}
.100 {
  width: 100%;
}
.txtsmall {
  font-size: 80%;
}
.uk-text-small {
  font-size: 0.7rem;
}
.uk-text-lead {
  font-size: 1rem;
  line-height: 1.2rem;
}
.manuscrit {
  font-family: "PhilippeRegular", Helvetica, Arial, sans-serif;
}
.big {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.shadowtxt {
  text-shadow: none;
  color: #d8b91e;
}
.info-box {
  background: #f7f5f4;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
th {
  background-color: #f5f5f5;
}
.flipbook-ui-btn {
  color: #d8b91e !important;
}
.fa-2x {
  font-size: 1.3em !important;
}
.flipbook-container > .flipbook-ui-next, .flipbook-container > .flipbook-ui-prev {
  opacity: 0.85 !important;
}
.uk-badge-success-or {
  background-color: #d8b91e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "blue_highwayregular", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
}
.icone {
  color: #000;
}
.icone a {
  color: #000;
}
.icone a:hover {
  color: #f5f5f5;
}
.deco {
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #fafafa;
  padding: 20px;
  margin: 10px;
}
#scrollToTop {
  z-index: 9 !important;
}
.tm-article-subtitle {
  border-left-color: #1fa2d6;
  border-left-style: solid;
  border-left-width: 3px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 6px;
}
/*section top et sous menu
#g-top {background-color: #a9c502;}*/
.verytop .g-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /*font-size:0.4rem;*/
  font-family: "poppins";
}
#g-top .g-content {
  margin-bottom: 0.15rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  padding-top: 0.15rem;
}
#g-top ul, #g-top p {
  margin: 0 0;
}
.topc {
  text-align: right;
  font-size: 0.8rem;
  font-weight: bold;
}
.topc a:hover {
  color: #fff;
}
.button, .button:hover {
  color: #383737;
}
.g-collapsible-section {
  height: 0;
  position: relative;
  text-align: center;
  z-index: 800;
}
.g-collapsible-section .g-toggle-text {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0;
  position: relative;
  top: -20px;
}
.g-collapsible-section .g-toggle-text > span {
  margin-right: 8px;
}
#g-intro {
  padding-bottom: 0rem;
  padding-top: 0rem;
  z-index: 1;
  background-color: #fff;
}
#g-intro .g-content {
  margin-bottom: 0rem;
  margin-top: 0rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  z-index: 1;
}
#g-intro.introwh {
  background-color: #FFFFFF;
  z-index: 1;
}
#g-above {
  z-index: 1;
  background-color: #FFFFFF;
}
#g-above.accue {
  background-color: #fafafa;
  border-top: solid 1px #dddddd;
}
#g-footer {
  border-top: solid 1px #e5e5e5;
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 0;
}
#g-footer .g-content {
  margin-bottom: 0.625rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.g-horizontalmenu {
  font-size: 75%;
}
#g-footer .g-copyright {
  font-size: 0.65rem;
}
#layerslider_7 {
  z-index: 1;
}
/*menu principal navigation*/
/*.sepmenu, .sepmenu a, .sepmenu a:hover{background-color:#000;cursor:default!important; font-weight:bold;color:#383737; font-size:75%;}
#g-mobilemenu-container .sepmenu, #g-mobilemenu-container .sepmenu a, #g-mobilemenu-container .sepmenu a:hover {color:#383737!important;}

.sepmenu2, .sepmenu2 a, .sepmenu2 a:hover{background-color:#C9BFB5;cursor:default!important; font-weight:bold;color:#383737; font-size:90%;}
#g-mobilemenu-container .sepmenu2, #g-mobilemenu-container .sepmenu2 a, #g-mobilemenu-container .sepmenu2 a:hover {color:#383737!important;}
.g-menu-item-container > i {margin-right: 0.1rem;}
.g-main-nav .g-sublevel > li > .g-menu-item-container {padding-bottom: 0.5815rem;padding-left: 0.45rem;padding-right: 0.45rem;padding-top: 0.5815rem;}*/
.g-main-nav .g-sublevel > li .g-menu-item-content {
  line-height: 1.1rem;
}
/*section navigation*/
#g-navigation.g-fixed-active {
  /*background-color: rgba(0, 0, 0, 0.3) !important;*/
  transition-delay: 0.5s;
}
#g-navigation {
  background-color: rgba(255, 255, 255, 0.8) !important;
  z-index: 100 !important;
}
/*#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) { background-color:#e8e0d7;}
#g-navigation .g-main-nav .g-dropdown {
    background-color: #e8e0d7;
}*/
#g-navigation .g-main-nav .g-sublevel > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module), #g-navigation .g-main-nav .g-sublevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  /*background-color: rgba(0, 0, 0, 0.1) ;*/
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background-color: #eeaf00;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding-bottom: 0.5815rem;
  padding-left: 0.5815remrem;
  padding-right: 0.5815remrem;
  padding-top: 0.5815rem;
}
.logoperso .g-content {
  margin-bottom: 0rem;
  margin-left: 0.312rem;
  margin-right: 0rem;
  margin-top: 0.625rem;
  padding-bottom: 0rem;
  padding-left: 0.938rem;
  padding-right: 0rem;
  padding-top: 0rem;
}
#g-offcanvas #g-mobilemenu-container ul > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  color: #000;
}
#g-sidebar .uk-card-body {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
#g-sidebar .uk-text-small {
  font-size: 0.775rem;
  line-height: 1rem;
}
#g-sidebar .uk-button {
  text-transform: none;
  font-size: 0.775rem;
}
.conteneur {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.rangee {
  display: inline-block;
  border-bottom: solid 1px #cacaca;
  width: 100%;
  padding-bottom: 0.5rem;
}
.iko {
  display: block;
  float: left;
  width: 30px;
}
.txt {
  display: block;
  margin-left: 30px;
  line-height: 0.9rem;
}
/*citation*/
blockquote {
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 5px;
  border-right-width: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0.938rem;
  padding-right: 0;
  padding-top: 0;
}
blockquote p {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 120%;
  color: #383737;
  text-align: left;
}
/*bloc actualites et facebook*/
#g-extension {
  background-color: #F5F5F5;
  border-bottom: solid 1px #E6E6E6;
  border-top: solid 1px #E6E6E6;
}
h3.actu {
  margin-bottom: 0rem;
}
.keenit_likebox_ {
  text-align: center;
}
#g-sidebar .box3 {
  background-color: #f7f5f4;
}
.button {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.1875rem;
  box-shadow: none;
  background: #D8B91E;
  color: #000;
  border: 0;
  line-height: 1.2;
  font-size: 0.6rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
.button:hover {
  background: #edcc24;
  color: #000;
}
.button:active, .button:focus {
  background: #edcc24;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #000;
}
.uk-accordion-title {
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1rem;
  font-weight: normal;
  background-color: #fff;
}
.uk-accordion-title:focus, .uk-accordion-title:hover {
  color: #D8B91E;
}
.uk-accordion > *:nth-child(n+2) {
  margin-top: 0;
}
.uk-card-default {
  /*background-color: #f5f5f5;
  box-shadow:none;*/
  background-color: #fff;
  border-left-color: #e0e0e5;
  border-left-style: solid;
  border-left-width: 1px;
  box-shadow: none;
}
/*section footer*/
.coordonnees p, .coordonnees h3, .coordonnees strong {
  font-size: 0.92rem;
  color: #d6cec7;
}
.coordonnees a {
  font-size: 0.92rem;
  color: #383737;
}
.coordonnees a:hover {
  color: #000;
}
.coordonnees p {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.chrono_credits {
  display: none;
}
.chronoforms6_credits {
  display: none;
}
a.osmap-link {
  color: #857873;
}
a:hover.osmap-link {
  color: #000;
}
.osmap-item-separator {
  font-weight: bold;
  color: #ba8951;
}
#osmap-menu-uid-mainmenu {
  display: none;
}
.osmap-item-heading {
  font-weight: bold;
  color: #ba8951;
}
h2#osmap-menu-uid-actualites-mamresilience {
  font-size: 1.15rem;
  margin-bottom: 0;
}
.uk-button-danger {
  /* background-color: #633a36;
    color: #D6CEC7; */
}
.uk-button-danger:hover {
  /*  background-color: #5b2924;
    color: #D6CEC7; */
}
.black {
  color: #000000;
}
.uk-button-default {
  background-color: rgba(216, 185, 30, 0.9);
}
.moduletable[class*="box"], .widget[class*="box"], .moduletable[class*="shadow"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem 0;
}
.box3.moduletable, .box3.widget, .box3 > .g-content, .box3.moduletable h1, .box3.widget h1, .box3 > .g-content h1, .box3.moduletable h2, .box3.widget h2, .box3 > .g-content h2, .box3.moduletable h3, .box3.widget h3, .box3 > .g-content h3, .box3.moduletable h4, .box3.widget h4, .box3 > .g-content h4, .box3.moduletable h5, .box3.widget h5, .box3 > .g-content h5, .box3.moduletable h6, .box3.widget h6, .box3 > .g-content h6, .box3.moduletable strong, .box3.widget strong, .box3 > .g-content strong, .box3.moduletable i, .box3.widget i, .box3 > .g-content i {
  color: #857873;
}
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #857873;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #383737;
}
.uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
  color: #059;
  text-decoration: none;
}
#g-sidebar ul {
  margin-left: 0rem;
}
#g-sidebar ul {
  list-style-type: none;
}
#g-sidebar li {
  margin-bottom: 0.3rem;
  border-bottom: dotted 1px #857873;
}
#g-sidebar h3 {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
  text-align: left;
}
#g-sidebar h3 a, #g-sidebar h3:hover {
  cursor: pointer;
}
#g-bottom-main {
  background-color: #f5f5f5;
  border-top: solid 1px #fafafa;
}
#g-bottom-main.bgwhite {
  background-color: #ffffff;
}
.uk-modal.uk-open {
  z-index: 999999999;
}
.g-social.social {
  text-align: center;
}
.nav-tabs, .nav-pills {
  display: block !important;
}
#g-expanded {
  background-color: #EFEFEF;
  color: #424753;
  padding-bottom: 0rem;
  padding-top: 0rem;
}
#g-testimonials {
  padding-bottom: 0rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  position: relative;
  z-index: 1;
}
/*Correctif affichage crea article frontend*/
/*.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block!important;
}
.tab-pane {
    display: none!important;
}*/
.tab-pane > .active {
  display: block !important;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  float: left;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  float: left;
}
.platform-content .input-block-level, .platform-content .input-large, .platform-content .input-xlarge, .platform-content .input-xxlarge, .platform-content .uneditable-input {
  min-height: 20px;
  width: 200px;
}
select#jform_tags {
  height: 200px;
}
.pull-left.item-image {
  margin-right: 0;
}
.cwNews .cwItem .cwText {
  font-size: 85%;
  line-height: 15px;
}
.cwNews .cwItem .cwTitle {
  line-height: 18px;
}
.cwNews .cwItem .cwInfo {
  font-size: 70%;
  padding-bottom: 0;
  font-weight: bold;
  color: #cacaca;
}
.sclogin .sclogout-button {
  float: none;
  margin-right: 5px;
  text-align: center;
}
.sclogin-modal-links a {
  color: #000;
  margin-right: 5px;
  text-align: center;
}
.sourcecoast label, .sourcecoast input, .sourcecoast button, .sourcecoast select, .sourcecoast textarea {
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
}
.sourcecoast input, .sourcecoast button, .sourcecoast select, .sourcecoast textarea {
  font-family: "Poppins", Arial, sans-serif;
}
.loginout .sourcecoast form {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.sclogin .logout-link {
  color: #000;
  text-decoration: none;
}
.loginout .sclogin {
  text-align: center;
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #666;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  transition-delay: 0s, 0s;
  transition-duration: 0s, 0.2s;
  transition-property: all, all;
  transition-timing-function: ease, ease;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #D8B91E;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #D8B91E;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #D8B91E;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #D8B91E;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  color: #D8B91E;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #D8B91E;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #D8B91E;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #D8B91E;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #D8B91E;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  color: #D8B91E;
}
.g-portfolio .g-portfolio-item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.g-portfolio p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.g-portfolio .g-portfolio-title {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #D8B91E;
}
.g-portfolio .g-item-details {
  color: #999;
  font-size: 90%;
  font-style: italic;
  margin-top: 10px;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #439a86;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #bfbfbf;
}
.g-portfolio .g-portfolio-special {
  color: #999;
  float: left;
  font-size: 11px;
  font-style: italic;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-size: 11px;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  opacity: 0;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}
.g-portfolio.style3 .g-portfolio-item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  opacity: 1;
  visibility: visible;
}
.g-portfolio.style4 .g-info-container-style2 {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #fff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  transition-delay: 0s;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  top: -50px;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom-color: #f0f0f0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: -moz-use-text-color;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  font-size: 1rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.8rem;
    font-weight: normal;
    height: auto;
    line-height: inherit;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px;
  }
}
@media only all and (max-width: 47.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.8rem;
    font-weight: normal;
    height: auto;
    line-height: inherit;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  -moz-box-flex: 1;
  border-right-color: #f0f0f0;
  border-right-style: solid;
  border-right-width: 1px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}
.uk-tooltip.g-portfolio-tooltip {
  font-size: 13px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
#g-sidebar .g-contacts .g-contacts-item {
  font-size: 0.8rem;
}
@media only all and (max-width: 47.938rem) {
  .g-contacts .g-contacts-item {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:last-child:not(.g-block) {
  margin-right: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 20px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0px;
}
.g-contacts.style2 .g-contacts-icon {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #ddd;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ddd;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-style: solid;
  border-top-width: 1px;
  color: #d8b91e;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: 0px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 0.95rem;
}
#g-sidebar .g-contacts.style2 .g-contact-title {
  font-size: 0.85rem;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 20px;
  display: inline-block;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: -4px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  flex-basis: 100%;
  flex-grow: 0;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:last-child:not(.g-block) {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-left: 0;
  margin-right: 60px;
}
.g-image-features .g-image-features-content {
  padding: 15px 20px;
}
@media only all and (max-width: 47.938rem) {
  .g-feedback2 .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
  .g-image-features {
    margin-left: -0.938rem;
    margin-right: -0.938rem;
  }
  .g-image-features .g-grid {
    margin-bottom: 1.876rem;
  }
  .g-image-features .g-grid:last-child {
    margin-bottom: 0;
  }
  .g-image-features .g-content {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .g-image-features .g-image-features-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
  }
  .g-image-features-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
  }
  .g-image-features .g-image-features-image {
    position: relative;
  }
  .g-image-features .g-image-features-image img {
    width: 100%;
    border-radius: 3px 0 0 3px;
  }
  .g-image-features .g-image-features-image .uk-overlay-icon:before {
    content: "";
  }
  .g-image-features .g-image-features-image.uk-overlay {
    border-radius: 3px 0 0 3px;
  }
  .g-image-features .g-image-features-image.uk-overlay img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .g-image-features .g-image-features-image:hover.uk-overlay img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .g-image-features .g-image-features-image .uk-overlay-panel {
    z-index: 4;
  }
  .g-image-features .g-image-features-content {
    padding: 20px;
  }
  .g-image-features .g-image-features-desc {
    margin: 0;
  }
  .g-image-features .g-image-features-title {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .g-image-features .g-image-features-title a {
    color: #4d4d4d;
  }
  .g-image-features .g-image-features-title a:hover {
    color: #439a86;
  }
  .g-image-features .g-bottom-info {
    margin-top: 15px;
  }
  .g-image-features .g-image-feature-special {
    color: #999;
    font-style: italic;
    float: left;
  }
  .g-image-features .g-image-feature-special i {
    margin-right: 5px;
  }
  .g-image-features .g-image-features-link {
    font-style: italic;
    float: right;
  }
  .g-image-features .g-image-features-link i {
    margin-left: 10px;
  }
  .g-image-features .no-special .g-image-features-link {
    float: none;
  }
  .g-main-feature {
    margin-left: -0.938rem;
    margin-right: -0.938rem;
  }
  .g-main-feature .g-main-feature-left .g-content {
    margin: 0 0.625rem 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .g-main-feature .g-main-feature-right .g-content {
    margin: 0 0 0 0.625rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .g-main-feature .g-main-feature-right.align-right {
    text-align: right;
  }
  .g-main-feature .g-main-feature-title {
    margin-top: -5px;
  }
  .g-main-feature .image-bottom {
    margin-bottom: -3.063rem;
  }
  .g-main-feature .g-main-feature-link {
    margin-top: 5px;
  }
  .g-main-feature .g-main-feature-link i {
    margin-right: 10px;
  }
  .g-main-feature .g-main-feature-desc i {
    margin-right: 8px;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
    width: 100%;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
    opacity: 0.8;
  }
  .g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
    margin-bottom: 15px;
  }
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: left;
    margin-right: 20px;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
    color: #4d4d4d;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
    color: #D8B91E;
  }
  .g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
    color: #999;
    font-size: 80%;
    margin-top: 10px;
  }
  .g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
    margin-right: 10px;
  }
  .g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
    margin-right: 0;
  }
  .g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
    margin-right: 5px;
  }
  .g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
    margin-top: 20px;
  }
  .g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
    margin-top: 10px;
    font-size: 0.85rem;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: -55px;
    width: auto;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
    display: inline-block;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-top: 0;
    opacity: 1;
    position: relative;
    width: 25px;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
    left: auto;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous::before {
    content: "";
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
    right: auto;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next::before {
    content: "";
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D8B91E;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 5px;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
    padding-left: 5px;
  }
  .g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
    height: 13px;
    width: 13px;
  }
  .g-news-pro .uk-grid + .uk-grid {
    margin-top: 15px;
    padding-top: 15px;
  }
  .g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
    margin-top: 0;
    padding-top: 0;
  }
  .g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .g-news-pro .g-news-pro-link-block.bottom {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
    font-size: 1rem;
  }
  .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
    font-size: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
  }
  .g-news-pro .g-particle-intro .g-introtext {
    text-align: left;
    width: 100%;
  }
  .g-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .g-tabs .uk-tab {
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
  .g-tabs .uk-tab > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    color: #666;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px !important;
    text-shadow: none;
    transition-delay: 0s, 0s;
    transition-duration: 0s, 0.2s;
    transition-property: background, all;
    transition-timing-function: ease, ease;
  }
  .g-tabs .uk-tab > li > a:hover {
    color: #666;
  }
  .g-tabs .uk-tab > li.uk-active > a {
    color: #666;
  }
  .g-tabs .uk-tab > li .g-title-icon {
    margin-right: 10px;
  }
  .g-tabs .uk-tab .uk-tab-responsive {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .g-tabs .uk-tab .uk-tab-responsive > a {
    cursor: pointer;
  }
  .g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
    border-bottom-color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
    color: #666;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
  }
  .g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
  }
  .g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f8f9fa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: none;
  }
  .g-tabs .uk-tab-grid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .g-tabs .uk-tab-grid::before {
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
  }
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
  }
  .g-tabs .uk-tab-top {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .g-tabs .uk-tab-top .g-tab-nav > a {
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .g-tabs .uk-tab-top .g-tab-nav > a::before {
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .g-tabs .uk-tab-top .g-tab-nav.uk-active > a::before {
    border-top-color: #D8B91E;
  }
  .g-tabs .uk-tab-bottom {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .g-tabs .uk-tab-bottom .g-tab-nav > a {
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .g-tabs .uk-tab-bottom .g-tab-nav > a::before {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
  .g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a::before {
    border-bottom-color: #439a86;
  }
  .g-tabs .uk-tab-left .g-tab-nav > a {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .g-tabs .uk-tab-left .g-tab-nav > a::before {
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .g-tabs .uk-tab-left .g-tab-nav:first-child > a {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
  }
  .g-tabs .uk-tab-left .g-tab-nav.uk-active > a::before {
    border-left-color: #439a86;
  }
  .g-tabs .uk-tab-right .g-tab-nav > a {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .g-tabs .uk-tab-right .g-tab-nav > a::before {
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 3px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .g-tabs .uk-tab-right .g-tab-nav:first-child > a {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
  }
  .g-tabs .uk-tab-right .g-tab-nav.uk-active > a::before {
    border-right-color: #439a86;
  }
  .g-tabs .tabs-content {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .g-tabs .tabs-content.uk-margin {
    margin-bottom: 0;
  }
  .g-tabs .tabs-content p {
    margin-bottom: 0;
  }
  .g-tabs .tabs-content .button {
    margin-top: 25px;
  }
  .g-tabs .tabs-content.left {
    margin-left: -35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }
  .g-tabs .tabs-content.left p:first-child {
    margin-top: 0;
  }
  .g-tabs .tabs-content.right {
    margin-right: -35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }
  .g-tabs .tabs-content.right p:first-child {
    margin-top: 0;
  }
  .g-tabs .tabs-content.top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }
  .g-tabs .tabs-content.top > li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .g-tabs .tabs-content.bottom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }
  .g-tabs .tabs-content.bottom > li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .ui.mini.form {
    font-size: 14px !important;
  }
  .uk-badge {
    font-weight: 400;
  }
  .g-skill-bars div[class^="g-skill-bars-bar-container"]:last-child .g-skill-bars-bar {
    margin-bottom: 0;
  }
  .g-skill-bars .g-skill-bars-bar {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    height: 2.5rem;
    border-radius: 0.25rem;
  }
  .g-skill-bars .g-skill-bars-title {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .g-skill-bars .g-skill-bars-background {
    height: 2.5rem;
    border-radius: 0.25rem;
    width: 0px;
  }
  .g-skill-bars .g-skill-bars-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 2.5rem;
    line-height: 2.5rem;
    color: rgba(0, 0, 0, 0.4);
  }
  .style2 .g-skill-bars-title {
    color: inherit;
    background: transparent;
    margin-bottom: 0.5rem;
  }
  .style2 .g-skill-bars-percent {
    color: inherit;
    height: 0.625rem;
    line-height: 0.625rem;
    float: right;
    margin-top: -1.5rem;
  }
  .style2 .g-skill-bars-bar {
    height: 0.625rem;
    border-radius: 0;
  }
  .style2 .g-skill-bars-bar .g-skill-bars-background {
    height: 0.625rem;
    border-radius: 0;
  }
  .style3 .g-skill-bars-title {
    color: inherit;
    background: transparent;
    margin-bottom: 0.5rem;
  }
  .style3 .g-skill-bars-percent {
    color: inherit;
    height: 0.625rem;
    line-height: 0.625rem;
    float: right;
    margin-top: -1.5rem;
  }
  .style3 .g-skill-bars-bar {
    height: 1.5rem;
    border-radius: 2rem;
    border: 2px solid #e0e0e5;
    background: transparent;
    padding: 0.25rem;
  }
  .style3 .g-skill-bars-bar .g-skill-bars-background {
    height: 0.75rem;
    border-radius: 2rem;
  }
  .style4 .g-skill-bars-bar .g-skill-bars-title {
    background: transparent;
  }
  .style4 .g-skill-bars-bar .g-skill-bars-percent {
    position: initial;
    float: right;
    margin: 0.5rem;
    margin-right: 1rem;
    padding: 0 1rem;
    color: #424753;
    background: #ffffff;
    border-radius: 0.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-news-pro .g-news-pro-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-tabs .uk-tab > li > a {
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px !important;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
@media only all and (max-width: 47.938rem) and (max-width: 47.938rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-skill-bars div[class^="g-skill-bars-bar-container"]:last-child .g-skill-bars-bar {
  margin-bottom: 0;
}
.g-skill-bars .g-skill-bars-bar {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  height: 2.5rem;
  border-radius: 0.1875rem;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-background {
  height: 2.5rem;
  border-radius: 0.1875rem;
  width: 0px;
}
.g-skill-bars .g-skill-bars-bar .g-skill-bars-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 2.5rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.4);
}
.g-skill-bars.style2 .g-skill-bars-title {
  color: inherit;
  background: transparent;
  margin-bottom: 0.5rem;
}
.g-skill-bars.style2 .g-skill-bars-percent {
  color: inherit;
  height: 0.625rem;
  line-height: 0.625rem;
  float: right;
  margin-top: -1.5rem;
}
.g-skill-bars.style2 .g-skill-bars-bar {
  height: 0.625rem;
  border-radius: 0;
}
.g-skill-bars.style2 .g-skill-bars-bar .g-skill-bars-background {
  height: 0.625rem;
  border-radius: 0;
}
.g-skill-bars.style3 .g-skill-bars-title {
  color: inherit;
  background: transparent;
  margin-bottom: 0.5rem;
}
.g-skill-bars.style3 .g-skill-bars-percent {
  color: inherit;
  height: 0.625rem;
  line-height: 0.625rem;
  float: right;
  margin-top: -1.5rem;
}
.g-skill-bars.style3 .g-skill-bars-bar {
  height: 1.5rem;
  border-radius: 2rem;
  border: 2px solid #ddd;
  background: transparent;
  padding: 0.25rem;
}
.g-skill-bars.style3 .g-skill-bars-bar .g-skill-bars-background {
  height: 0.75rem;
  border-radius: 2rem;
}
.g-skill-bars.style4 .g-skill-bars-bar .g-skill-bars-title {
  background: transparent;
}
.g-skill-bars.style4 .g-skill-bars-bar .g-skill-bars-percent {
  position: initial;
  float: right;
  margin: 0.5rem;
  margin-right: 1rem;
  padding: 0 1rem;
  color: #666;
  background: #fff;
  border-radius: 0.1875rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.com-dpcalendar-location .fc-timelineYear-view .fc-time-area col {
  min-width: 100px !important;
}
.com-dpcalendar-location .fc-timelineMonth-view .fc-time-area col {
  min-width: 100px !important;
}
.com-dpcalendar-location .fc-timelineWeek-view .fc-time-area col {
  min-width: 100px !important;
}
.com-dpcalendar-location .fc-timelineDay-view .fc-time-area col {
  min-width: 100px !important;
}
/*# sourceMappingURL=custom_23.css.map */