@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

/*-==========================================Footer=========================================-*/
.footer {
  background-color: #191919;
  padding-bottom: 30px;
}

.footer .less-footer {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.footer .less-footer .less-footer-button {
  text-decoration: none;
  padding: 9px 30px;
  background-color: #1f1f1f;
  border-radius: 0px 0px 20px 20px;
  font-size: 12px;
  color: #7F7F7F;
  letter-spacing: 1px;
  line-height: 15px;
}

.footer .foot-logo {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0;
}

.footer .foot-logo img {
  margin: 0 auto;
  max-width: 240px;
  margin-bottom: 15px;
  padding-top: 30px;
}

.footer .foot-logo a,
.footer .foot-logo p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  color: #7F7F7F;
}

.footer .title {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 15px;
  text-transform: uppercase;
}

.footer a,
.footer p {
  font-size: 12px;
  color: #7F7F7F;
  line-height: 24px;
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.8;
  color: #fff;
}

.footer .get-apps {
  padding-top: 30px;
  padding-left: 20px;
}

.footer .get-apps i {
  width: 20px;
  text-align: center;
}

.footer .get-apps p {
  padding-right: 15px;
}

.v-x540 {
  display: none;
}

@media only screen and (max-width: 540px) {
  .x540 {
    width: 100%;
  }
  .x540-center {
    display: block;
    padding-top: 30px;
  }
  .hd-x540 {
    display: none;
  }
  .v-x540 {
    display: block;
    padding-top: 20px;
  }
  .x-540-50 {
    width: 50%;
  }
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 9999;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .m-thumb {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

.modal .m-thumb .m-header {
  background: #394141;
  height: 45px;
}

.modal .m-thumb .m-header .head-title,
.modal .m-thumb .m-header h5 {
  padding: 0;
  margin: 0;
  font: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 10px;
}

.modal .m-thumb .m-header .m-close {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  font-size: 30px;
  color: #fff;
}

.modal .m-thumb .m-header .m-close:hover {
  color: #eee;
  text-decoration: none;
  opacity: 0.7;
}

.modal .m-thumb .m-body {
  background: #fff;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal .m-thumb .m-footer {
  padding: 10px;
  text-align: right;
  background-color: #222;
}

.modal .m-thumb .m-footer a {
  font-family: AvenirMedium;
  font-size: 11px;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  border: none;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-decoration: none;
}

.modal .m-thumb .m-footer a:hover {
  opacity: 0.8;
  text-decoration: none;
  opacity: 0.8;
}

#carouselproduct .carousel-inner img {
  width: 100%;
}

#carouselproduct .carousel-control {
  background: none;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
  top: 50%;
}

#carouselproduct .carousel-control:hover {
  color: #eee;
  text-decoration: none;
  opacity: 0.7;
}

#carouselproduct .carousel-control.left {
  left: 20px;
}

#carouselproduct .carousel-control.right {
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .modal {
    padding: 0;
    width: 100%;
  }
  .modal:before {
    vertical-align: inherit;
    height: auto;
  }
  .modal .m-thumb {
    width: 98%;
    vertical-align: inherit;
    margin: 0;
    margin-top: 110px;
    margin-bottom: 5%;
  }
}

/*Bootstrap Resetter*/
@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-family: MontserratRegular;
}

header .header-content {
  position: relative;
  text-align: left;
  width: 100%;
}

header .header-content .header-content-inner {
  background: rgba(240, 234, 234, 0.01);
  padding: 30px;
  border-radius: 10px;
}

header .header-content .header-content-inner .search-box {
  position: relative;
  padding-top: 10px;
  color: #000;
  font-family: KarlaRegular;
}

header .header-content .header-content-inner .search-box .input-group-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

header .header-content .header-content-inner .search-box .btn-search {
  background: transparent;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  border: none;
  height: 34px;
}

header .header-content .header-content-inner .search-box .btn-search:link,
header .header-content .header-content-inner .search-box .btn-search:visited {
  color: #fff;
}

header .header-content .header-content-inner .search-box input {
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 2px solid #fff;
  height: 34px;
  padding-right: 20px;
  color: #fff;
}

header .header-content .header-content-inner .head-title {
  border-left: 6px solid #27C566;
  padding-left: 15px;
}

header .header-content .header-content-inner .head-title h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 45px;
  font-family: KarlaRegular;
  color: #27C566;
  padding-bottom: 10px;
  text-shadow: 0.5px 0.3px 2px gray;
}

header .header-content .header-content-inner .head-title h5 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: KarlaRegular;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 .1px 3px lightgray;
}

header .header-content .header-content-inner .head-desc {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: KarlaRegular;
  color: #fff;
  margin-top: 15px;
  text-shadow: 0 .1px 1px lightgray;
}

header .btn-scroll {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 1000;
}

header .btn-scroll:hover, header .btn-scroll:active, header .btn-scroll:focus {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

header .btn-scroll img {
  margin: 0 auto;
  max-width: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.site-content {
  position: relative;
  z-index: 99;
  top: 80px;
  padding: 1em;
  width: 350px;
  background: white;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-carousel {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
}

.owl-carousel .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 30px;
  background: #000;
  opacity: 0.2;
  border-radius: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggle {
    background-color: #fff;
    border-radius: 2px;
    margin-top: 15px;
  }
  .navbar-header {
    height: 60px;
  }
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

/* Lists */
.pushy-left {
  overflow-x: hidden;
}

.pushy-left ul {
  margin: 0;
  padding: 0;
}

.pushy-left a {
  border-bottom: 0.5px solid #292929;
}

.pushy-left .logo-canvas {
  text-align: center;
  background: #fff;
  padding-top: 20px;
}

.pushy-left .logo-canvas img {
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Menu Button */
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  overflow-x: hidden;
}

.pushy a {
  display: block;
  color: #292929;
  padding: 15px 20px;
  text-decoration: none;
  outline: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.pushy a:hover,
.pushy a:focus {
  color: #000 !important;
  text-decoration: none !important;
  opacity: 0.8;
}

.pushy a:hover {
  color: #000;
}

.pushy ul:first-child {
  /* margin-top: 10px;*/
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy ul li {
  background: #fff;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

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

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}

.pushy-submenu ul {
  margin: 0;
  padding: 0;
  /*padding-left: 15px;*/
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu ul li a {
  padding-left: 45px;
  font-size: 10px;
  letter-spacing: 1px;
}

.pushy-submenu > a {
  position: relative;
}

.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

.navbar-default {
  background-color: transparent;
  border: none;
  font-family: MontserratRegular;
  -webkit-transition: all 0.35s !important;
  -webkit-transition: all 0.45s !important;
  transition: all 0.45s !important;
  max-width: 14000px !important;
  /*Submenu Dropdown*/
}

.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-family: MontserratRegular;
  text-transform: uppercase;
  padding: 9px 15px;
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: #27C566;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #27C566;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #27C566;
}

.navbar-default .nav > li {
  padding: 20px;
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 20px;
  font-family: MontserratRegular;
}

.navbar-default .nav > li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff !important;
  background-color: transparent;
  padding: 2px 0;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:focus:hover,
.navbar-default .nav > li.active > a:focus,
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
  color: #27C566 !important;
}

.navbar-default .phone-contact {
  margin-top: -6px;
}

.navbar-default .phone-contact a {
  border: 1px solid #fff;
  padding: 8px 15px !important;
  border-radius: 4px;
}

.navbar-default .phone-contact a:hover {
  background: #fff !important;
}

.navbar-default .phone-contact i {
  font-size: 16px;
  padding-right: 5px;
}

.navbar-default .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 2px;
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 160px;
  left: 0 !important;
  padding: 10px 15px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  letter-spacing: 0.5px;
}

.navbar-default .dropdown-menu .fa-caret-up {
  display: none;
}

.navbar-default .dropdown-menu > li > a {
  border: none;
  margin-bottom: 0 !important;
  transition: all 0.09s ease-in-out;
  border: none;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.09s ease-in-out;
  transition: all 0.09s ease-in-out;
  display: block !important;
  padding: 3px 0;
  margin: 0;
  width: auto !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  text-transform: capitalize !important;
  color: #36383f !important;
}

.navbar-default .dropdown-menu > li > a:hover {
  color: #27C566 !important;
  text-shadow: none;
  border: none !important;
  text-decoration: none;
  background: transparent;
}

.navbar-default .dropdown-submenu {
  position: relative;
}

.navbar-default ul.nav li:hover > ul.dropdown-menu {
  display: block;
}

.top-nav-collapse.navbar-default {
  background-color: white;
  position: fixed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 16px 4px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 16px 4px;
  -webkit-transition: all 0.35s !important;
  -webkit-transition: all 0.45s !important;
  transition: all 0.45s !important;
}

.top-nav-collapse.navbar-default .phone-contact a {
  border: 1px solid #333333;
}

.top-nav-collapse.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-family: MontserratRegular;
  text-transform: uppercase;
}

.top-nav-collapse.navbar-default .navbar-header .navbar-brand:hover, .top-nav-collapse.navbar-default .navbar-header .navbar-brand:focus {
  color: #27C566;
}

.top-nav-collapse.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #27C566;
  text-transform: uppercase;
}

.top-nav-collapse.navbar-default .navbar-nav > .active > a,
.top-nav-collapse.navbar-default .navbar-nav > .active > a:focus,
.top-nav-collapse.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #333333;
}

.top-nav-collapse.navbar-default .nav > li {
  padding: 20px;
  padding-bottom: 10px;
  font-family: MontserratRegular;
}

.top-nav-collapse.navbar-default .nav > li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #333333 !important;
  background-color: transparent;
  padding: 2px 0;
}

.top-nav-collapse.navbar-default .nav > li > a:hover,
.top-nav-collapse.navbar-default .nav > li > a:focus,
.top-nav-collapse.navbar-default .nav > li > a:focus:hover,
.top-nav-collapse.navbar-default .nav > li.active > a:focus,
.top-nav-collapse.navbar-default .nav > li.active > a:hover,
.top-nav-collapse.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
  color: #27C566 !important;
}

.top-nav-collapse.navbar-default .dropdown-menu > li > a {
  border: none;
  margin-bottom: 0 !important;
  transition: all 0.09s ease-in-out;
  border: none;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.09s ease-in-out;
  transition: all 0.09s ease-in-out;
  display: block !important;
  padding: 3px 0;
  margin: 0;
  width: auto !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  text-transform: capitalize !important;
  color: #36383f !important;
}

.top-nav-collapse.navbar-default .dropdown-menu > li > a:hover {
  color: #27C566 !important;
  text-shadow: none;
  border: none !important;
  text-decoration: none;
  background: transparent;
}

.nav-inline .nav li {
  position: static;
}

.nav-inline .nav li.open:before {
  content: " ";
  display: block;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
}

@media (max-width: 767px) {
  .nav-inline .nav li.open:before {
    display: none;
  }
}

.nav-inline .nav .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 auto !important;
  width: 100%;
  text-align: center !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-inline .nav .dropdown-menu li {
  display: inline-block;
  float: none !important;
}

@media (max-width: 767px) {
  .nav-inline .nav .dropdown-menu li {
    float: none;
  }
}

.nav-inline .nav .dropdown-menu li a {
  width: auto !important;
  background: #fff;
  line-height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: #888;
  padding: 0 10px;
}

.nav-inline .nav .dropdown-menu li a:hover {
  color: #000;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

.reset-col {
  margin: 0;
  padding: 0;
}

/*.reset-col>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}*/
.reset-l {
  margin: 0;
  padding-left: 0;
}

.reset-r {
  margin: 0;
  padding-right: 0;
}

html,
body {
  height: 100% !important;
  font-family: MontserratRegular;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#wrapper {
  min-height: 100%;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

.clearfix {
  clear: both;
}

.btn {
  outline: none !important;
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #fff;
  text-decoration: none !important;
  opacity: 0.8;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

.transition-all {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.background-cover {
  background-size: cover;
  -o-background-size: cover;
}

/*-====================================================Separated==================================================-*/
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

/*Bootstrap Resetter*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(39, 197, 102, 0.6) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(39, 197, 102, 0.6) !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(39, 197, 102, 0.6) !important;
  outline: 0 none;
}

.general-search {
  position: absolute !important;
  bottom: -30px;
  right: 20px;
  font-size: 40px;
  text-align: center;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #222222 !important;
}

.general-search .fa {
  color: #000;
  z-index: 100;
  font-size: 40px;
}

.paging {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .footer .col-sm-12.get-apps {
    clear: both;
    padding-top: 30px;
    padding-left: 20px;
  }
  .footer .foot-logo {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0;
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 310px) {
  .navbar-brand > img {
    display: none;
  }
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-family: MontserratRegular;
  /********************************/
  /*          Hero Headers        */
  /********************************/
  /********************************/
  /*            Overlay           */
  /********************************/
  /********************************/
  /*          Custom Buttons      */
  /********************************/
  /********************************/
  /*       Slides backgrounds     */
  /********************************/
  /********************************/
  /*          Media Queries       */
  /********************************/
}

header .fade-carousel {
  position: relative;
  height: 100vh;
}

header .fade-carousel .carousel-inner .item {
  height: 100vh;
}

header .fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}

header .fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

header .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 10px;
}

header .hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

header .fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

header .fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .7;
}

header .btn.btn-lg {
  padding: 10px 40px;
}

header .btn.btn-hero,
header .btn.btn-hero:hover,
header .btn.btn-hero:focus {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

header .fade-carousel .slides {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

header .fade-carousel .slides .slide-1 {
  background-image: url(../img/Office.jpg);
}

header .fade-carousel .slides .slide-2 {
  background-image: url(../img/product/Alpha16Super.jpg);
}

header .fade-carousel .slides .slide-3 {
  background-image: url(../img/product/Alpuz.jpg);
}

@media screen and (min-width: 980px) {
  header .hero {
    width: 980px;
  }
}

.item.active .carousel-caption.fadeIn {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.carousel-product-page {
  margin-top: 90px;
  /* Carousel Styles */
  /* Carousel Header Styles */
}

.carousel-product-page .carousel-indicators .active {
  background-color: #2980b9;
}

.carousel-product-page .carousel-inner img {
  width: 100%;
  max-height: 460px;
}

.carousel-product-page .carousel-control {
  width: 0;
}

.carousel-product-page .carousel-control.left,
.carousel-product-page .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-product-page .carousel-control.left span {
  padding: 15px;
}

.carousel-product-page .carousel-control.right span {
  padding: 15px;
}

.carousel-product-page .carousel-control .glyphicon-chevron-left,
.carousel-product-page .carousel-control .glyphicon-chevron-right,
.carousel-product-page .carousel-control .icon-prev,
.carousel-product-page .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-product-page .carousel-control .glyphicon-chevron-left,
.carousel-product-page .carousel-control .icon-prev {
  left: 0;
}

.carousel-product-page .carousel-control .glyphicon-chevron-right,
.carousel-product-page .carousel-control .icon-next {
  right: 0;
}

.carousel-product-page .carousel-control.left span,
.carousel-product-page .carousel-control.right span {
  background-color: #000;
}

.carousel-product-page .carousel-control.left span:hover,
.carousel-product-page .carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 840px) {
  .carousel-product-page .carousel-control.left span,
  .carousel-product-page .carousel-control.right span {
    background-color: transparent;
  }
  .carousel-product-page .carousel-control .glyphicon-chevron-left,
  .carousel-product-page .carousel-control .icon-prev {
    left: 15px;
  }
  .carousel-product-page .carousel-control .glyphicon-chevron-right,
  .carousel-product-page .carousel-control .icon-next {
    right: 45px;
  }
}

.carousel-product-page .header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.carousel-product-page .header-text h2 {
  font-size: 40px;
}

.carousel-product-page .header-text h2 span {
  background-color: #2980b9;
  padding: 10px;
}

.carousel-product-page .header-text h3 span {
  background-color: #000;
  padding: 15px;
}

.carousel-product-page .btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.carousel-product-page .btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}

.carousel-product-page .btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

/*-====================================================General==================================================-*/
.section-name {
  margin: 0;
  padding: 0;
  font: 14px KarlaBold;
  line-height: auto;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.section-title {
  margin: 0;
  padding: 0;
  font: 42px MerriweatherRegular;
  line-height: 60px;
  color: #292929;
  padding-top: 30px;
}

.section-desc {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 16px KarlaRegular;
  line-height: 28px;
  color: #757575;
  padding-bottom: 15px;
}

.border-devide {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.border-devide hr {
  margin: 0;
}

.border-devide .first-dot {
  display: inline-table;
  border: none;
  border-top: 2px solid #89b4cc;
  height: 2px;
  width: 12px;
}

.border-devide .second-dot {
  display: inline-table;
  border: none;
  border-top: 2px solid #80bc73;
  height: 2px;
  width: 70px;
  margin-left: 7px;
}

.wrap-btn-detail {
  margin-top: 10px;
}

.wrap-btn-detail .btn-detail {
  margin: 0;
  padding: 0;
  font: 14px KarlaBold;
  line-height: 16px;
  color: #80bc73;
  text-transform: uppercase;
  border-bottom: 1px solid #80bc73;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.wrap-btn-detail .btn-detail:hover {
  color: #80bc73 !important;
  opacity: 0.8;
  text-decoration: none;
}

.wrap-btn-detail .btn-detail .plus-mark {
  padding-left: 15px;
}

.about-us {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: KarlaRegular;
}

.benefit {
  position: relative;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 80px;
}

.benefit .lparagraph {
  padding-right: 10%;
  padding-left: 0;
}

.benefit .rparagraph2 {
  padding-right: 5%;
  padding-top: 6%;
  padding-left: 5%;
}

.benefit .rparagraph2 .section-desc {
  padding-bottom: 50px;
}

.benefit .img-abs {
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 0;
}

.benefit .bg-name {
  position: absolute;
  left: -25%;
  top: -37%;
  z-index: -1;
  margin: 0;
  padding: 0;
  font: 200px MerriweatherRegular;
  line-height: auto;
  color: #f5f5f5;
  text-transform: capitalize;
}

.fade {
  opacity: 1;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}

.product-promo {
  background-color: #eeecec69;
  padding: 0;
  padding-top: 60px;
  color: #36383f;
}

.product-promo .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.product-promo .nav-tabs {
  text-align: center;
  border: none;
}

.product-promo .nav-tabs > li > a {
  cursor: pointer;
  color: #36383f;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  margin: 0 15px;
  outline: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

.product-promo .nav-tabs > li > a:hover {
  border: none;
}

.product-promo .nav > li > a:focus,
.product-promo .nav > li > a:hover {
  outline: none;
  text-decoration: none;
  color: #80bc73;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #80bc73;
}

.product-promo .nav-tabs > li.active > a,
.product-promo .nav-tabs > li.active > a:focus,
.product-promo .nav-tabs > li.active > a:hover {
  color: #80bc73;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #80bc73;
}

.product-promo .pp-content {
  text-align: center;
}

.product-promo .pp-content .pp-title {
  font-size: 40px;
}

.product-promo .pp-tabs {
  border-top: 0.5px solid #f5f5f5;
  padding: 30px 0;
  margin-top: 60px;
}

.product-promo .pp-tabs .tab-content {
  padding: 7px;
}

.product-promo .pp-tabs a:hover {
  opacity: 0.9;
}

.product-promo a {
  text-decoration: none;
}

.product-promo a:hover {
  opacity: 0.8;
}

.product-promo .pp-overlay {
  position: relative;
  padding: 7px;
}

.product-promo .pp-overlay img {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border-radius: 2px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-promo .pp-overlay .pp-product-name {
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  padding-left: 15px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #36383f;
}

.news {
  padding: 60px 15px;
  padding-top: 30px;
  margin-bottom: 0;
  background: #e5e5e5;
}

.news img {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.news .updates {
  padding-top: 30px;
}

.news .updates .utitle {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: auto;
  padding-bottom: 10px;
}

.news .updates .ndate {
  padding: 0;
  margin: 0;
  color: rgba(51, 51, 61, 0.7);
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: auto;
  padding-bottom: 25px;
}

.news .updates .ntitle {
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: MontserratSemiBold;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}

.news .updates .ntitle:hover {
  color: #213964;
  cursor: pointer;
}

.news .updates .ndesc {
  padding: 0;
  margin: 0;
  color: rgba(51, 51, 61, 0.8);
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 26px;
}

.news .updates .uallapdate {
  text-align: right;
  padding: 0;
  margin: 0;
  color: rgba(51, 51, 61, 0.6);
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: auto;
  padding-bottom: 10px;
}

.news .updates .uallapdate a {
  text-align: right;
  padding: 0;
  margin: 0;
  color: rgba(51, 51, 61, 0.6);
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: auto;
}

.news .unews {
  padding-left: 30px;
}

.news .unews .loop-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .unews .unews-date {
  padding: 0;
  margin: 0;
  color: rgba(51, 51, 61, 0.7);
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 28px;
}

.news .unews .unews-desc {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 26px;
}

.our-partners {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.our-partners .partners_slider {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: transparent;
}

.our-partners .partners_slider .inner {
  outline: none;
  padding: 15px;
}

.our-partners .partners_slider img {
  width: 90%;
  height: auto;
}

.our-partners .partners_slider img:hover {
  opacity: 0.9;
  cursor: pointer;
}

.s-katalog {
  padding: 0;
}

.s-katalog .container-fluid {
  padding: 0;
}

.s-katalog .lcontent {
  padding-right: 70px;
}

.s-katalog .lcontent .form-box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1), 0 30px 50px rgba(0, 0, 0, 0.12);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1), 0 30px 50px rgba(0, 0, 0, 0.12);
  margin-bottom: -50px;
  border-radius: 4px;
}

.s-katalog .lcontent .form-box .title {
  margin: 0;
  padding: 0;
  font: 30px MerriweatherRegular;
  color: #80bc73;
  text-align: center;
  padding-bottom: 40px;
}

.s-katalog .lcontent .form-box .input-group-btn {
  border: 1px solid #ccc;
  border-right: 0;
  color: #757575;
}

.s-katalog .lcontent .form-box .input-group-btn select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-appearance: none !important;
}

.s-katalog .lcontent .form-box .form-group {
  margin-bottom: 25px;
}

.s-katalog .lcontent .form-box .form-group label {
  padding: 0;
  margin: 0;
  font: 14px KarlaRegular;
  color: #757575;
}

.s-katalog .lcontent .form-box .form-group input {
  height: 40px;
  outline: none;
  font: 16px KarlaRegular;
  color: #292929;
}

.s-katalog .lcontent .form-box .btn-submit {
  margin-top: 10px;
  font: 16px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  background: #80bc73;
  padding: 15px 40px;
}

.s-katalog .lcontent .form-box .btn-submit:hover {
  opacity: 0.8;
}

.s-katalog .bg-setup {
  background-color: #f7f9fc;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  margin-bottom: 100px;
}

.s-katalog .rcontent {
  padding-top: 30px;
}

.s-katalog .rcontent .title {
  padding: 0;
  margin: 0;
  font: 50px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: italic;
}

.s-katalog .rcontent .desc {
  padding: 0;
  margin: 0;
  font: 20px MerriweatherRegular;
  line-height: 24px;
  color: #fff;
  padding-bottom: 15px;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

.about-us-page {
  padding-top: 70px;
  padding-bottom: 0px;
  background: #f7f9fc;
  font: 16px KarlaRegular;
  line-height: 28px;
  color: #757575;
}

.about-us-page .content {
  padding-top: 5%;
  padding-bottom: 15px;
}

.about-us-page .section-title {
  padding-top: 0;
  padding-bottom: 0;
}

.vision {
  position: relative;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.vision .content .border-devide {
  margin-bottom: 10px;
}

.vision .content .content-desc {
  padding-right: 15%;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.vision .section-title {
  padding-top: 0;
  padding-bottom: 0;
}

.vision .lparagraph {
  padding-left: 0;
}

.vision .lparagraph .section-desc {
  padding-right: 20%;
}

.vision .rparagraph2 {
  padding: 50px 40px;
}

.vision img {
  width: 100%;
}

.vision .bg-name {
  position: absolute;
  left: -17%;
  bottom: -30%;
  z-index: -1;
  margin: 0;
  padding: 0;
  font: 150px MerriweatherRegular;
  line-height: auto;
  color: #f5f5f5;
}

.vision .list-content {
  padding-top: 30px;
}

.vision .list-content .l-title {
  margin: 0;
  padding: 0;
  font: 24px MerriweatherRegular;
  line-height: 36px;
  color: #292929;
  padding-bottom: 35px;
}

.vision .list-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}

.vision .list-content ul li {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 30px;
  color: #757575;
}

.services {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #f7f9fc;
  font: 16px KarlaRegular;
  line-height: 28px;
  color: #757575;
}

.services .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.services .section-title {
  padding-top: 0;
  padding-bottom: 0;
}

.services .list-content {
  padding-top: 30px;
  padding-bottom: 100px;
}

.services .list-content .l-title {
  margin: 0;
  padding: 0;
  font: 24px MerriweatherRegular;
  line-height: 36px;
  color: #292929;
  padding-bottom: 35px;
}

.services .list-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}

.services .list-content ul li {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 30px;
  color: #757575;
}

.services .list-content ul li .list-title {
  margin: 0;
  padding: 0;
  font: 18px KarlaBold;
  line-height: 30px;
  color: #292929;
}

@media only screen and (min-width: 992px) {
  .vision .lparagraph .section-desc {
    display: block;
    display: -webkit-box;
    max-width: 767px;
    height: 264.6px;
    font-size: 18px;
    line-height: 2.1;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 991px) {
  .vision {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vision .content .border-devide {
    margin-bottom: 10px;
  }
  .vision .content .content-desc {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .vision .section-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vision .lparagraph {
    padding-bottom: 0;
  }
  .vision .lparagraph .section-desc {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .vision .rparagraph2 {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vision .img-abs {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .vision .bg-name {
    position: absolute;
    left: 17%;
    bottom: -30%;
    z-index: -1;
    margin: 0;
    padding: 0;
    font: 150px MerriweatherRegular;
    line-height: auto;
    color: #f5f5f5;
  }
  .vision .list-content {
    padding-top: 30px;
  }
  .vision .list-content .l-title {
    padding-bottom: 20px;
  }
  .services .paragraph .content-desc {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .services .section-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .services .list-content {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .services .list-content .l-title {
    margin: 0;
    padding: 0;
    font: 24px MerriweatherRegular;
    line-height: 36px;
    color: #292929;
    padding-bottom: 20px;
  }
  .services .list-content ul {
    margin: 0;
    padding: 0;
    padding-left: 18px;
  }
  .services .list-content ul li {
    margin: 0;
    padding: 0;
    font: 16px KarlaRegular;
    line-height: 30px;
    color: #757575;
  }
  .services .list-content ul li .list-title {
    margin: 0;
    padding: 0;
    font: 18px KarlaBold;
    line-height: 30px;
    color: #292929;
  }
}

@media only screen and (max-width: 767px) {
  .vision {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vision .content {
    padding: 0;
    margin: 0;
  }
  .vision .content .border-devide {
    margin-bottom: 10px;
  }
  .vision .content .content-desc {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .vision .section-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vision .lparagraph {
    padding: 15px;
    padding-bottom: 0;
  }
  .vision .lparagraph .section-desc {
    padding-right: 0;
    padding-bottom: 0;
  }
  .vision .rparagraph2 {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vision .img-abs {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .vision .bg-name {
    position: absolute;
    left: 17%;
    bottom: -30%;
    z-index: -1;
    margin: 0;
    padding: 0;
    font: 150px MerriweatherRegular;
    line-height: auto;
    color: #f5f5f5;
  }
  .vision .list-content {
    padding-top: 30px;
    padding-left: 15px;
  }
  .vision .list-content .l-title {
    margin: 0;
    padding: 0;
    font: 24px MerriweatherRegular;
    line-height: 36px;
    color: #292929;
    padding-bottom: 20px;
  }
  .vision .list-content ul {
    margin: 0;
    padding: 0;
    padding-left: 18px;
  }
  .vision .list-content ul li {
    margin: 0;
    padding: 0;
    font: 16px KarlaRegular;
    line-height: 30px;
    color: #757575;
  }
  .services {
    padding-top: 60px;
    padding-bottom: 0px;
    background: #f7f9fc;
  }
  .services .content {
    padding-top: 5%;
  }
  .services .section-title {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about-content {
  padding: 0;
  background: #eee;
  margin-top: 15px;
  font: 16px KarlaRegular;
}

.about-content .ac-head {
  text-align: center;
}

.about-content .ac-head p {
  padding: 10px 15%;
  padding-bottom: 50px;
  color: #333;
  font-style: italic;
}

.about-content .ac-mission img {
  width: 100%;
  padding: 0 5px;
}

.about-content .ac-mission .acm-numbers {
  padding-left: 5px;
  color: #cccccc;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.about-content .ac-mission .acm-desc {
  padding-left: 10px;
  padding-right: 5px;
}

.about-content .ac-mission .acm-desc h6 {
  color: #ff4320;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
}

.about-content .ac-mission .acm-desc h5 {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
}

.about-content .ac-mission .acm-desc p {
  color: #666666;
  font-size: 14px;
  padding-top: 3px;
  line-height: 20px;
}

.story .story-content {
  background-color: #fff;
  padding: 30px 0;
}

.story .story-content .lcontent .carousel-inner .item {
  opacity: 0.6;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.story .story-content .lcontent .carousel-inner .active {
  opacity: 1;
}

.story .story-content .lcontent .custom-control {
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.story .story-content .lcontent .custom-control a {
  color: #b7b7b7;
}

.story .story-content .lcontent .custom-control a:hover {
  color: #88c07c;
}

.story .story-content .lcontent .custom-control .active {
  color: #88c07c;
}

.story .story-content .lcontent .custom-control .num-active {
  font: 30px KarlaRegular;
  color: #292929;
  margin-right: 15px;
  margin-left: 30px;
}

.story .story-content .lcontent .custom-control .num-total {
  font: 14px KarlaRegular;
  color: #292929;
  margin-left: 5px;
  margin-right: 30px;
}

.story .story-content .lcontent .custom-control .fa {
  font-size: 26px;
}

.story .story-content .lcontent .play-set {
  position: absolute;
  top: 45%;
  right: -40px;
}

.story .story-content .lcontent .play-set img {
  width: 80px;
}

.story .story-content .lcontent .play-set:hover {
  opacity: 0.8;
}

.story .story-content .rcontent {
  padding: 10px 5%;
  position: relative;
}

.story .story-content .rcontent .quote-left {
  position: absolute;
  top: 60px;
  left: 12%;
}

.story .story-content .rcontent .quote-right {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 12%;
}

.story .story-content .rcontent .section-desc {
  margin-top: -20px;
  padding-bottom: 30px;
}

.story .story-content .rcontent .quotes-desc h1,
.story .story-content .rcontent .quotes-desc h2,
.story .story-content .rcontent .quotes-desc h3,
.story .story-content .rcontent .quotes-desc h4,
.story .story-content .rcontent .quotes-desc h5,
.story .story-content .rcontent .quotes-desc h6,
.story .story-content .rcontent .quotes-desc span,
.story .story-content .rcontent .quotes-desc a,
.story .story-content .rcontent .quotes-desc p {
  margin: 0;
  padding: 0;
  font: 20px MerriweatherRegular;
  line-height: 35px;
  color: #292929;
  padding-top: 0px;
}

.story .story-content .rcontent .people-quote {
  padding-top: 30px;
}

.story .story-content .rcontent .people-quote img {
  width: 50px;
  float: left;
  margin-right: 30px;
}

.story .story-content .rcontent .people-quote .people-name {
  padding: 0;
  margin: 0;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #b2b2b2;
  padding-top: 10px;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

/*-====================================================Banner==================================================-*/
.section-pages-banner {
  margin-top: 60px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-family: MontserratLight;
}

.section-pages-banner .image-bg {
  width: 100%;
}

.section-pages-banner .banner-box {
  position: relative;
}

.section-pages-banner .banner-box .banner-title {
  position: absolute;
  bottom: 20px;
}

.section-pages-banner .banner-box .banner-title h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font: 40px MontserratLight;
  float: left;
  margin-right: 35px;
  padding-left: 10px;
}

.section-pages-banner .image-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-pages-banner .image-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 49, 34, 0.4);
}

.section-contact-us-content .wrap-side-content {
  background: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
}

.section-contact-us-content .wrap-side-content .left-content {
  padding-bottom: 41px;
}

.section-contact-us-content .wrap-side-content .title-left hr {
  padding: 0;
  margin: 0;
  color: #27C566;
  background-color: #27C566;
  height: 1.5px;
  width: 20px;
  margin-bottom: 5px;
}

.section-contact-us-content .wrap-side-content .title-left h4 {
  padding: 0;
  margin: 0;
  color: #595959;
  font: 18px MontserratLight;
}

.section-contact-us-content .wrap-side-content .title-left h3 {
  padding: 0;
  margin: 0;
  color: #595959;
  font: 30px MontserratLight;
  margin-bottom: 25px;
}

.section-contact-us-content .wrap-side-content .title-left p {
  padding: 0;
  margin: 0;
  color: #525252;
  font: 14px MontserratLight;
  text-align: justify;
  margin-bottom: 15px;
  margin-top: 10px;
}

.section-contact-us-content .wrap-side-content .detail-contact hr {
  padding: 0;
  margin: 0;
  color: #27C566;
  background-color: #27C566;
  height: 1px;
  width: 20px;
  margin-bottom: 5px;
  margin-top: 35px;
}

.section-contact-us-content .wrap-side-content .detail-contact h4 {
  padding: 0;
  margin: 0;
  color: #595959;
  font: 14px MontserratLight;
}

.section-contact-us-content .wrap-side-content .detail-contact p {
  padding: 0;
  margin: 0;
  color: #525252;
  font: 14px MontserratLight;
  text-align: justify;
  line-height: 20px;
  margin-top: 10px;
}

.section-contact-us-content .wrap-side-content .title-right hr {
  padding: 0;
  margin: 0;
  color: #27C566;
  background-color: #27C566;
  height: 1.5px;
  width: 20px;
  margin-bottom: 5px;
}

.section-contact-us-content .wrap-side-content .title-right h4 {
  padding: 0;
  margin: 0;
  color: #595959;
  font: 18px MontserratLight;
}

.section-contact-us-content .wrap-side-content .title-right h3 {
  padding: 0;
  margin: 0;
  color: #595959;
  font: 30px MontserratLight;
  margin-bottom: 25px;
}

.section-contact-us-content .wrap-side-content .form-contact {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.section-contact-us-content .wrap-side-content .form-contact .form-group {
  padding: 0;
  margin: 0;
}

.section-contact-us-content .wrap-side-content .form-contact .form-group input {
  border-radius: 0;
  font: 12px MontserratLight;
  color: #525252;
  margin-bottom: 11px;
}

.section-contact-us-content .wrap-side-content .form-contact .form-group textarea {
  resize: none;
  font: 12px MontserratLight;
  color: #525252;
  margin-bottom: 21px;
}

.section-contact-us-content .wrap-side-content .form-contact .form-control::-webkit-input-placeholder {
  color: #a0a9b6;
}

.section-contact-us-content .wrap-side-content .form-contact .form-control:-moz-placeholder {
  color: #a0a9b6;
}

.section-contact-us-content .wrap-side-content .form-contact .form-control::-moz-placeholder {
  color: #a0a9b6;
}

.section-contact-us-content .wrap-side-content .form-contact .form-control:-ms-input-placeholder {
  color: #a0a9b6;
}

.section-contact-us-content .wrap-side-content .form-contact button {
  font-family: MontserratMedium;
  font-size: 14px;
  width: 100%;
  background-color: #7F7F7F;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.section-contact-us-content .wrap-side-content .form-contact button:hover {
  opacity: 0.8;
}

.section-contact-us-content .wrap-side-content .form-contact button i {
  padding-left: 10px;
}

.section-contact {
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
}

.section-contact a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: MontserratLight;
  font-size: 14px;
  color: #202020;
}

.section-contact a:hover {
  text-decoration: none;
}

.section-contact .title-left .image-ico {
  float: left;
  height: 100px;
  padding-right: 35px;
}

.section-contact .title-left .desc-ico h3 {
  padding: 0;
  margin: 0;
  font-family: MontserratRegular;
  font-size: 24px;
  color: #595959;
  padding-top: 8px;
}

.section-contact .title-right .image-ico {
  float: left;
  height: 60px;
  padding-right: 35px;
}

.section-contact .title-right .desc-ico h3 {
  padding: 0;
  margin: 0;
  font-family: MontserratRegular;
  font-size: 24px;
  color: #595959;
  padding-top: 8px;
}

.section-contact .detail-contact .image-ico {
  float: left;
  height: 120px;
  padding-right: 40px;
}

.section-contact .detail-contact .desc-ico p {
  padding: 0;
  margin: 0;
  font-family: MontserratLight;
  font-size: 14px;
  color: #202020;
}

.section-contact .form-contact {
  padding: 10px 10px;
}

.section-contact .form-contact .form-group input {
  border-radius: 0;
  font-family: MontserratLight;
}

.section-contact .form-contact .form-group textarea {
  resize: none;
  font-family: MontserratLight;
}

.section-contact .form-contact button {
  font-family: MontserratMedium;
  font-size: 14px;
  width: 100%;
  background-color: #27C566;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.section-contact .form-contact button:hover {
  opacity: 0.8;
}

.section-contact .form-contact button i {
  padding-left: 10px;
}

.section-contact .form-contact .contact-group {
  margin-bottom: 15px;
}

.maps iframe {
  min-height: 300px;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .section-pages-banner .image-bg {
    height: 140px;
  }
  .section-pages-banner .banner-box .banner-title {
    bottom: 10px;
  }
  .section-pages-banner .banner-box .banner-title h2 {
    font: 28px MontserratLight;
  }
}

@media only screen and (max-width: 480px) {
  .section-pages-banner .image-bg {
    height: 90px;
  }
  .section-pages-banner .banner-box .banner-title {
    bottom: 10px;
  }
  .section-pages-banner .banner-box .banner-title h2 {
    font: 24px MontserratLight;
  }
}

@media only screen and (max-width: 767px) {
  .section-pages-banner .banner-box .banner-title {
    left: 25px;
  }
  .section-contact-us-content {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

.news-page {
  padding-top: 0;
}

.news-page .thumbnail {
  position: relative;
  margin-bottom: 0;
}

.news-page .thumbnail .category {
  position: absolute;
  top: 15px;
  left: 0.3px;
  background: #e74c3c;
  padding: 3px 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.news-page .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.news-page .post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.section-news {
  padding-top: 15px;
  padding-bottom: 60px;
  family: MontserratLight;
  font-size: 14px;
  font-weight: normal;
}

.section-news .news-content img {
  float: left;
  padding-top: 4px;
  padding-right: 10px;
  max-width: 500px;
}

.section-news p {
  text-align: justify;
}

.section-news span {
  font-weight: 700;
}

.section-news .sumber-news {
  padding-top: 15px;
  text-align: right;
  font-style: italic;
  color: #525252;
}

.sidebar-right .happening-now {
  margin-bottom: 5px;
  background: #fff;
  -webkit-box-shadow: 0.2px 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.3);
          box-shadow: 0.2px 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.sidebar-right .happening-now .mid-title {
  text-transform: uppercase;
  color: #ff411f;
  font-weight: 700;
}

.sidebar-right .happening-now .weather-title {
  border-top: 2px solid #27C566;
  border-bottom: 0.5px solid #eee;
  padding: 5px;
}

.sidebar-right .happening-now .weather-title .ibukota {
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  padding-right: 10px;
}

.sidebar-right .happening-now .weather-title .provinsi {
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 10px;
}

.sidebar-right .happening-now .weather-title .fa-info-circle {
  margin-top: 3px;
  color: #9a9a9a;
}

.sidebar-right .happening-now .latest-news {
  padding: 10px 15px;
  border-bottom: 2px solid #eee;
}

.sidebar-right .happening-now .latest-news i {
  margin-right: 10px;
}

.sidebar-right .happening-now .latest-news .caption {
  color: #9a9a9a;
}

.sidebar-right .happening-now .latest-news .caption:hover {
  color: #212121;
}

.sidebar-right .happening-now .content-list .content-loop {
  padding: 10px 15px;
  border-bottom: 2px dotted #eee;
}

.sidebar-right .happening-now .content-list .content-loop .info .hours {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  color: #9a9a9a;
  font-size: 12px;
}

.sidebar-right .happening-now .content-list .content-loop .info .category {
  padding: 0;
  margin: 0;
  color: #ff4320;
  text-transform: uppercase;
  font-size: 12px;
}

.sidebar-right .happening-now .content-list .content-loop .info .category:hover {
  opacity: 0.7;
}

.sidebar-right .happening-now .content-list .content-loop .title-list .news-title {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #427a91;
}

.sidebar-right .happening-now .content-list .content-loop .title-list .news-title:hover {
  opacity: 0.7;
}

.sidebar-right .populars {
  background: #fff;
  -webkit-box-shadow: 0.2px 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.3);
          box-shadow: 0.2px 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}

.sidebar-right .populars .populars-title {
  border-top: 2px solid #27C566;
  border-bottom: 0.5px solid #eee;
  padding: 5px;
}

.sidebar-right .populars .populars-title .controls i {
  font-size: 20px;
  padding-left: 3px;
  color: #27C566;
}

.sidebar-right .populars .populars-title .controls i:hover {
  color: #ff411f;
}

.sidebar-right .populars .populars-title span {
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
}

.sidebar-right .populars .populars-slider .item {
  padding-top: 15px;
}

.sidebar-right .populars .populars-slider .item .col-item {
  margin-bottom: 7px;
}

.sidebar-right .populars .populars-slider .item img {
  width: 80px;
  height: 55px;
  float: left;
  margin-right: 5px;
}

.sidebar-right .populars .populars-slider .item img:hover {
  opacity: 0.8;
}

.sidebar-right .populars .populars-slider .item .titles {
  display: block;
  display: -webkit-box;
  max-width: 500px;
  height: 28.8px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #525252;
}

.sidebar-right .populars .populars-slider .item .titles {
  padding: 0;
  margin: 0;
  color: #212121;
  font-weight: 700;
  font-size: 12px;
  max-height: 40px;
}

.sidebar-right .populars .populars-slider .item .dates {
  padding: 0;
  margin: 0;
  color: #a7a7a7;
  font-weight: 700;
  font-size: 10px;
  padding-top: 3px;
}

.search-container {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 5px;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
}

input#search-bar:focus {
  border: 1px solid #008ABF;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -15px;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

.faq {
  padding-top: 80px;
  padding-bottom: 60px;
}

.faq .page-name {
  margin: 0;
  padding: 0;
  font: 42px MerriweatherRegular;
  line-height: 60px;
  color: #292929;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq .question {
  margin: 0;
  padding: 0;
  font: 20px MerriweatherRegular;
  color: #292929;
  padding-top: 40px;
  padding-bottom: 20px;
}

.faq .answer {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #757575;
}

.privacy-policy {
  padding-top: 80px;
  padding-bottom: 60px;
}

.privacy-policy .page-name {
  margin: 0;
  padding: 0;
  font: 42px MerriweatherRegular;
  line-height: 60px;
  color: #292929;
  padding-top: 30px;
  padding-bottom: 15px;
}

.privacy-policy .question {
  margin: 0;
  padding: 0;
  font: 20px MerriweatherRegular;
  color: #292929;
  padding-top: 20px;
  padding-bottom: 20px;
}

.privacy-policy .answer {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #757575;
  padding-bottom: 20px;
}

.privacy-policy .info-update {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  color: #757575;
  padding-bottom: 50px;
}

.privacy-policy .mid-desc {
  margin: 0;
  padding: 0;
  font: 20px KarlaRegular;
  line-height: 36px;
  color: #292929;
  padding-bottom: 50px;
}

.privacy-policy .small-desc {
  margin: 0;
  padding: 0;
  font: 14px KarlaRegular;
  line-height: 24px;
  color: #757575;
  padding-bottom: 30px;
}

.privacy-policy .btn-print {
  margin-top: 50px;
  font: 16px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  background: #80bc73;
  padding: 15px 40px;
}

.privacy-policy .btn-print:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .faq .page-name {
    font: 30px MerriweatherRegular;
    line-height: -25px;
    padding-bottom: 10px;
  }
  .faq .question {
    line-height: 30px;
    padding-top: 50px;
  }
  .privacy-policy {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .privacy-policy .page-name {
    font: 30px MerriweatherRegular;
    line-height: -25px;
    padding-bottom: 10px;
  }
  .privacy-policy .question {
    line-height: 30px;
    padding-top: 50px;
  }
  .privacy-policy .answer {
    padding-bottom: 0px;
  }
  .privacy-policy .mid-desc {
    font: 18px KarlaRegular;
    line-height: 30px;
  }
  .privacy-policy .small-desc {
    padding-bottom: 20px;
  }
  .privacy-policy .btn-print {
    width: 100%;
  }
}

.centered .content {
  background: #eee;
}

.centered .content img {
  margin: 0 auto;
  width: 120px;
  padding-bottom: 40px;
}

.centered .content .content-wrap {
  border-radius: 5px;
  background: #fff;
  border-top: 5px solid #89b4cc;
  text-align: center;
  padding: 50px;
}

.centered .content .content-wrap .title {
  margin: 0;
  padding: 0;
  font: 24px KarlaBold;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered .content .content-wrap .desc {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered .content .content-wrap .btn-print {
  font: 16px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  background: #80bc73;
  padding: 15px 40px;
}

.centered .content .content-wrap .btn-print:hover {
  opacity: 0.8;
}

.centered .socialbtns {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.centered .socialbtns .rights {
  margin: 0;
  padding: 0;
  font: 12px KarlaRegular;
  color: #292929;
  padding-top: 25px;
}

.centered .socialbtns img {
  margin: 0 auto;
  width: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centered .socialbtns ul,
.centered .socialbtns li {
  margin: 0;
  padding: 10px;
}

.centered .socialbtns li {
  list-style: none outside none;
  display: inline-block;
}

.centered .socialbtns .fa {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #FFF;
  font-size: 8px;
  background-color: #bdbdbd;
  padding-top: 6px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered .socialbtns .fa:hover {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered .header-content {
  background: url(../img/others/ty-header.png);
  padding: 50px;
}

@media only screen and (min-width: 768px) {
  .centered {
    height: 100%;
    display: table;
  }
  .centered .vertical-center-row {
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .centered {
    padding-top: 25%;
  }
}

@media only screen and (max-width: 380px) {
  .centered .content img {
    padding-bottom: 30px;
  }
  .centered .content .content-wrap {
    padding: 20px;
  }
  .centered .content .content-wrap .title {
    font: 22px KarlaBold;
    padding-bottom: 40px;
  }
  .centered .content .content-wrap .desc {
    font: 14px KarlaRegular;
    line-height: 18px;
    padding-bottom: 40px;
  }
  .centered .content .content-wrap .btn-print {
    font-size: 12px;
    padding: 10px 0px;
    width: 100%;
  }
  .centered .socialbtns {
    margin-top: 10px;
  }
  .centered .socialbtns .rights {
    font: 12px KarlaRegular;
    padding-top: 5px;
  }
  .centered .socialbtns img {
    width: 80px;
    padding-top: 20px;
  }
}

.centered-ty {
  padding-top: 50px;
}

.centered-ty .content {
  background: #eee;
}

.centered-ty .content img {
  margin: 0 auto;
  width: 120px;
  padding-bottom: 40px;
}

.centered-ty .content .content-wrap {
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 0;
}

.centered-ty .content .content-wrap .title {
  margin: 0;
  padding: 0;
  font: 24px KarlaBold;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered-ty .content .content-wrap .desc {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered-ty .content .content-wrap .btn-print {
  font: 16px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  background: #80bc73;
  padding: 15px 40px;
}

.centered-ty .content .content-wrap .btn-print:hover {
  opacity: 0.8;
}

.centered-ty .socialbtns {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.centered-ty .socialbtns .rights {
  margin: 0;
  padding: 0;
  font: 12px KarlaRegular;
  color: #292929;
  padding-top: 25px;
}

.centered-ty .socialbtns img {
  margin: 0 auto;
  width: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centered-ty .socialbtns ul,
.centered-ty .socialbtns li {
  margin: 0;
  padding: 10px;
}

.centered-ty .socialbtns li {
  list-style: none outside none;
  display: inline-block;
}

.centered-ty .socialbtns .fa {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #FFF;
  font-size: 8px;
  background-color: #bdbdbd;
  padding-top: 6px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered-ty .socialbtns .fa:hover {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered-ty .header-content {
  background: url(../img/others/ty-header.png) 100% no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.centered-ty .header-content .head-title {
  margin: 0;
  padding: 0;
  font: 60px MerriweatherBold;
  color: #fff;
  padding: 50px 0;
}

.centered-ty .content-desc {
  padding: 30px 50px;
  padding-bottom: 0;
  margin: 0;
}

@media only screen and (max-width: 380px) {
  .centered-ty .content img {
    padding-bottom: 30px;
  }
  .centered-ty .content .content-wrap .title {
    font: 22px KarlaBold;
    padding-bottom: 40px;
  }
  .centered-ty .content .content-wrap .desc {
    font: 14px KarlaRegular;
    line-height: 18px;
    padding-bottom: 40px;
  }
  .centered-ty .content .content-wrap .btn-print {
    font-size: 12px;
    padding: 10px 0px;
    width: 100%;
  }
  .centered-ty .socialbtns {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .centered-ty .socialbtns .rights {
    font: 12px KarlaRegular;
    padding-top: 5px;
  }
  .centered-ty .socialbtns img {
    width: 80px;
    padding-top: 20px;
  }
  .centered-ty .header-content .head-title {
    font: 30px MerriweatherBold;
    padding: 30px 0;
  }
  .centered-ty .content-desc {
    padding: 30px 30px;
    padding-bottom: 0;
    margin: 0;
  }
}

.centered-ew {
  padding-top: 50px;
}

.centered-ew .content {
  background: #eee;
}

.centered-ew .content .top-logo {
  margin: 0 auto;
  width: 120px;
  padding-bottom: 40px;
}

.centered-ew .content .content-wrap {
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 0;
  padding-bottom: 50px;
}

.centered-ew .content .content-wrap .title {
  margin: 0;
  padding: 0;
  font: 24px KarlaBold;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered-ew .content .content-wrap .desc {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #292929;
  text-align: left;
  padding-bottom: 40px;
}

.centered-ew .content .content-wrap .btn-print {
  font: 16px KarlaBold;
  color: #fff;
  text-transform: uppercase;
  background: #80bc73;
  padding: 15px 40px;
}

.centered-ew .content .content-wrap .btn-print:hover {
  opacity: 0.8;
}

.centered-ew .socialbtns {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.centered-ew .socialbtns .rights {
  margin: 0;
  padding: 0;
  font: 12px KarlaRegular;
  color: #292929;
  padding-top: 25px;
}

.centered-ew .socialbtns img {
  margin: 0 auto;
  width: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centered-ew .socialbtns ul,
.centered-ew .socialbtns li {
  margin: 0;
  padding: 10px;
}

.centered-ew .socialbtns li {
  list-style: none outside none;
  display: inline-block;
}

.centered-ew .socialbtns .fa {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #FFF;
  font-size: 8px;
  background-color: #bdbdbd;
  padding-top: 6px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered-ew .socialbtns .fa:hover {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.centered-ew .header-content {
  background: url(../img/others/ty-header.png) 100% no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.centered-ew .header-content .head-title {
  margin: 0;
  padding: 0;
  font: 48px MerriweatherBold;
  color: #fff;
  padding: 50px 0;
}

.centered-ew .content-desc {
  padding: 30px 50px;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
}

.centered-ew .content-desc .username {
  text-transform: capitalize;
}

.centered-ew .content-desc .step-loop {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.centered-ew .content-desc .step-loop img {
  margin: 0 auto;
  width: 45px;
  margin-bottom: 20px;
}

.centered-ew .content-desc .step-loop .subdesc {
  margin: 0;
  padding: 0;
  font: 18px KarlaRegular;
  color: #80bc73;
  padding: 0 15%;
}

.centered-ew .bottom-info {
  border-radius: 5px;
  background: #80bc73;
  text-align: center;
  padding: 40px 50px;
  margin-top: 25px;
}

.centered-ew .bottom-info .b-title {
  margin: 0;
  padding: 0;
  font: 24px KarlaBold;
  line-height: 24px;
  color: #fff;
  padding-bottom: 20px;
}

.centered-ew .bottom-info .b-desc {
  margin: 0;
  padding: 0;
  font: 16px KarlaRegular;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

@media only screen and (max-width: 380px) {
  .centered-ew .content img {
    padding-bottom: 30px;
  }
  .centered-ew .content .content-wrap .title {
    font: 22px KarlaBold;
    padding-bottom: 40px;
  }
  .centered-ew .content .content-wrap .desc {
    font: 14px KarlaRegular;
    line-height: 18px;
    padding-bottom: 40px;
  }
  .centered-ew .content .content-wrap .btn-print {
    font-size: 14px;
    padding: 15px 0px;
    width: 100%;
    margin-top: 30px;
  }
  .centered-ew .socialbtns {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .centered-ew .socialbtns .rights {
    font: 12px KarlaRegular;
    padding-top: 5px;
  }
  .centered-ew .socialbtns img {
    width: 80px;
    padding-top: 20px;
  }
  .centered-ew .header-content .head-title {
    font: 24px MerriweatherBold;
    padding: 30px 0;
  }
  .centered-ew .content-desc {
    padding: 30px 30px;
    padding-bottom: 0;
    margin: 0;
  }
  .centered-ew .content-desc .step-loop {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .centered-ew .content-desc .step-loop img {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .centered-ew .content-desc .step-loop .subdesc {
    font: 16px KarlaRegular;
    padding: 0 5%;
  }
  .centered-ew .bottom-info .b-title {
    font: 18px KarlaBold;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .centered-ew .bottom-info .b-desc {
    font: 14px KarlaRegular;
    line-height: 20px;
  }
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

/*-==========================================General Product=========================================-*/
/*-==========================================Detail Product=========================================-*/
.product-detail {
  background-color: #000000;
  padding: 0;
  color: #fff;
}

.product-detail .img-product .thumbnail {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.product-detail .img-product .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  display: inline;
  padding: 20px;
  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.product-detail .product-content {
  padding: 60px 15px;
  padding-bottom: 15px;
  font-family: KarlaRegular;
  font-size: 14px;
}

.product-detail .product-content .product-image-detail {
  padding: 5% 0;
}

.product-detail .product-content .product-image-detail h1 {
  padding: 0;
}

.product-detail .product-content .product-image-detail img {
  margin: 0 auto;
  width: 100%;
}

.product-detail .product-content .desc-loop {
  margin-bottom: 30px;
}

.product-detail .product-content .desc-loop .dl-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-detail .product-content .desc-loop .ribbon-content {
  padding: 0 30px;
}

.product-detail .product-content .desc-loop .ribbon-content span {
  color: #016809;
  font-size: 24px;
  font-weight: 700;
}

.product-detail .product-content .desc-loop .ribbon-content small {
  font-size: 16px;
}

.product-detail .product-content .desc-loop a {
  color: #825582;
  text-decoration: none;
}

.product-detail .product-content .desc-loop .content {
  text-align: left;
  background: #f5f5f2;
  width: 100%;
  min-height: 3.75em;
  margin: 0;
  padding: 1.25em;
  padding-top: 10px;
  border-radius: 0.313em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  color: #292929;
}

.product-detail .product-content .desc-loop .ribbon {
  position: relative;
  padding: 0 10px;
  font-size: 24px;
  margin: 0 0 0 -20px;
  line-height: 1.875em;
  color: #f5f5f2;
  border-radius: 0 0.156em 0.156em 0;
  background: #31e048;
  -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
  width: 270px;
}

.product-detail .product-content .desc-loop .ribbon:before,
.product-detail .product-content .desc-loop .ribbon:after {
  position: absolute;
  content: "";
  display: block;
}

.product-detail .product-content .desc-loop .ribbon:before {
  width: 0.469em;
  height: 100%;
  padding: 0 0 0.438em;
  top: 0;
  left: -0.469em;
  background: inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.product-detail .product-content .desc-loop .ribbon:after {
  width: 0.313em;
  height: 0.313em;
  background: rgba(0, 0, 0, 0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  -webkit-box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .product-detail .product-content .desc-loop body {
    font-size: 0.875em;
  }
  .product-detail .product-content .desc-loop .ribbon {
    line-height: 1.143em;
    padding: 0.5em;
  }
  .product-detail .product-content .desc-loop .ribbon:before,
  .product-detail .product-content .desc-loop .ribbon:after {
    font-size: 0.714em;
  }
}

.product-detail .product-content .desc-loop .dl-desc {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
}

.product-detail .product-content .desc-loop .dl-desc span {
  font-weight: 600;
}

.product-detail .product-content .desc-loop ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.product-detail .product-content .desc-loop ul li {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

.product-detail .product-content .desc-loop table {
  margin-top: 5px;
}

.product-detail .product-content .desc-loop table th,
.product-detail .product-content .desc-loop table td {
  padding: 5px 10px;
}

@media only screen and (max-width: 800px) {
  .product-detail .product-content .desc-loop {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .product-detail .product-content .desc-loop #no-more-tables table {
    min-width: 290px;
  }
  .product-detail .product-content .desc-loop #no-more-tables table,
  .product-detail .product-content .desc-loop #no-more-tables thead,
  .product-detail .product-content .desc-loop #no-more-tables tbody,
  .product-detail .product-content .desc-loop #no-more-tables th,
  .product-detail .product-content .desc-loop #no-more-tables td,
  .product-detail .product-content .desc-loop #no-more-tables tr {
    display: block;
  }
  .product-detail .product-content .desc-loop #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .product-detail .product-content .desc-loop #no-more-tables tr {
    border: 1px solid #ccc;
  }
  .product-detail .product-content .desc-loop #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .product-detail .product-content .desc-loop #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .product-detail .product-content .desc-loop #no-more-tables td:before {
    content: attr(data-title);
  }
}

.product-detail .product-content .desc-loop .portfolio_slider {
  border: 1px solid #fff;
  border-right: 3px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: whitesmoke;
  margin-top: 15px;
}

.product-detail .product-content .desc-loop .portfolio_slider .inner {
  outline: none;
}

.product-detail .product-content .desc-loop .portfolio_slider img {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}

.product-detail .product-content .desc-loop .portfolio_slider img:hover {
  opacity: 0.9;
  cursor: pointer;
}

.product-detail .product-content .desc-loop .product-detail .product-content .desc-loop a {
  color: #fff;
  text-decoration: none;
}

.product-detail .product-content .desc-loop .nav-tabs li {
  margin: 0;
  padding: 0;
}

.product-detail .product-content .desc-loop .nav-tabs > li > a,
.product-detail .product-content .desc-loop .nav-tabs > li > a:focus,
.product-detail .product-content .desc-loop .nav-tabs > li > a:hover {
  color: #fff;
  background-color: transparent;
  border-bottom-color: transparent;
  cursor: pointer;
}

.product-detail .product-content .desc-loop .nav-tabs > li.active > a,
.product-detail .product-content .desc-loop .nav-tabs > li.active > a:focus,
.product-detail .product-content .desc-loop .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  border: 1px solid #fff;
  border-bottom: none;
  border-top-right-radius: 6px;
}

.product-detail .product-content .desc-loop .nav-tabs > li > a {
  margin: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  border: none;
}

.product-faq {
  padding-top: 40px;
  padding-bottom: 120px;
}

.product-faq .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-faq .panel-heading a {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .gallery-slider {
    padding: 0 15px;
  }
}

.product-list .main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.product-list .container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.product-list .content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 3px;
}

.product-list .content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.product-list .content:hover .content-overlay {
  opacity: 1;
}

.product-list .content-image {
  width: 100%;
}

.product-list .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-list .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.product-list .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.product-list .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.product-list .fadeIn-bottom {
  top: 80%;
}

.product-list .fadeIn-top {
  top: 20%;
}

.product-list .fadeIn-left {
  left: 20%;
}

.product-list .fadeIn-right {
  left: 80%;
}

.product-list .gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.product-list .gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.product-list .filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px;
}

.product-list .filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}

.product-list .btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: white;
}

.product-list .port-image {
  width: 100%;
}

.product-list .wrap-gallery {
  padding: 18px !important;
}

.product-list .wrap-gallery .gallery_product {
  background-color: #fff;
}

.product-list .wrap-gallery .gallery_product img {
  padding: 3px;
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: KarlaRegular;
  src: url(../libraries/fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: KarlaBold;
  src: url(../libraries/fonts/Karla-Bold.ttf);
}

@font-face {
  font-family: ArapeyRegular;
  src: url(../libraries/fonts/Arapey-Regular.ttf);
}

@font-face {
  font-family: ArapeyItalic;
  src: url(../libraries/fonts/Arapey-Italic.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../libraries/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
  font-family: MontserratRegular;
  src: url(../libraries/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../libraries/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: MontserratLight;
  src: url(../libraries/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
  font-family: Raleway;
  src: url(../libraries/fonts/Raleway-Regular.ttf);
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-product-top {
  margin-top: 60px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-family: MontserratLight;
}

.banner-product-top .image-bg {
  width: 100%;
}

.banner-product-top .banner-box {
  position: relative;
}

.banner-product-top .banner-box .banner-title {
  position: absolute;
  bottom: 20px;
  padding-left: 8px;
}

.banner-product-top .banner-box .banner-title h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font: 40px MontserratLight;
  float: left;
  margin-right: 35px;
  padding-left: 10px;
}

.banner-product-top .image-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-product-top .image-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 49, 34, 0.4);
}

.product-list {
  padding: 80px 0;
  padding-top: 20px;
  font-family: Raleway;
}

.product-list .pl-loop {
  padding: 5px;
}

.paging {
  padding-top: 50px;
}

.banner-carousel {
  position: relative;
  display: block;
  content: " ";
  width: 100%;
  /* Carousel Fading slide */
  /* Safari Fix */
  /* Carousel Control custom */
  /* Prev */
  /* Next */
  /* Removing BS background */
  /* Animation */
  /* Hover animation */
  /* Carouse Indicator */
}

.banner-carousel .carousel {
  position: relative;
}

.banner-carousel .carousel-caption {
  bottom: 8%;
}

.banner-carousel .carousel-caption .cc-title,
.banner-carousel .carousel-caption .cc-desc {
  text-transform: uppercase;
  font-family: Centaur;
  font-size: 16px;
  color: #fff;
}

.banner-carousel .item.active .carousel-caption.fadeIn {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner-carousel .carousel-indicators {
  bottom: 40px;
}

.banner-carousel .carousel-control {
  text-shadow: 0;
}

.banner-carousel .carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}

.banner-carousel .carousel-control.right {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}

.banner-carousel .carousel-fade .carousel-inner {
  background: #000;
}

.banner-carousel .carousel-fade .carousel-control {
  z-index: 2;
}

.banner-carousel .carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.banner-carousel .carousel-fade .next.left,
.banner-carousel .carousel-fade .prev.right,
.banner-carousel .carousel-fade .item.active {
  opacity: 1;
}

.banner-carousel .carousel-fade .active.left,
.banner-carousel .carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .banner-carousel .carousel-fade .carousel-inner > .item.next,
  .banner-carousel .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .banner-carousel .carousel-fade .carousel-inner > .item.prev,
  .banner-carousel .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .banner-carousel .carousel-fade .carousel-inner > .item.next.left,
  .banner-carousel .carousel-fade .carousel-inner > .item.prev.right,
  .banner-carousel .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner-carousel .carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.banner-carousel .carousel-control .prev {
  margin-left: -15px;
  left: 50%;
}

.banner-carousel .carousel-control .next {
  margin-right: -15px;
  right: 50%;
}

.banner-carousel .carousel .control-box {
  opacity: 0;
}

.banner-carousel a.carousel-control.left {
  left: 0;
  background: none;
  border: 0;
}

.banner-carousel a.carousel-control.right {
  right: 0;
  background: none;
  border: 0;
}

.banner-carousel .control-box,
.banner-carousel a.carousel-control,
.banner-carousel .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
}

.banner-carousel .carousel:hover .control-box {
  opacity: 1;
}

.banner-carousel .carousel:hover a.carousel-control.left {
  left: 15px;
}

.banner-carousel .carousel:hover a.carousel-control.right {
  right: 15px;
}

.banner-carousel .carousel-indicators li.active,
.banner-carousel .carousel-indicators li {
  border: 0;
}

.banner-carousel .carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
}

.banner-carousel .carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
}

.post-module {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: none;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: transparent;
  overflow: hidden;
  border: none;
  border-radius: 0;
}

.post-module .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: relative;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 20px 15px;
  -webkti-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  top: -44px;
  left: 0.3px;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #36383f;
  font-size: 14px;
  font-weight: 500;
}

.product-caption-animate {
  padding: 5px;
}

.product-caption-animate figure.snip0016 {
  font-family: Raleway;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border-radius: 2px;
}

.product-caption-animate figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-caption-animate figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.product-caption-animate figure.snip0016 figcaption {
  position: absolute;
  left: 0;
  top: 15%;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}

.product-caption-animate figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 100px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.product-caption-animate figure.snip0016 h2,
.product-caption-animate figure.snip0016 p {
  margin: 0 0 5px;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, transform 0.35s;
}

.product-caption-animate figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product-caption-animate figure.snip0016 h2 span {
  font-weight: 800;
}

.product-caption-animate figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.product-caption-animate figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

.product-caption-animate figure.snip0016:hover img {
  opacity: 0.3;
}

.product-caption-animate figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.product-caption-animate figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.product-caption-animate figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.product-category {
  padding-top: 60px;
  padding-bottom: 40px;
  /*-====================================================General==================================================-*/
}

.product-category .s-dark {
  background-color: #000;
  padding: 0;
  padding-bottom: 0;
  text-align: center;
  padding-top: 30px;
}

.product-category .s-dark .border-box {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.product-category .s-dark .border-box span {
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.product-category .s-dark h1,
.product-category .s-dark h2,
.product-category .s-dark h3,
.product-category .s-dark p {
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.product-category .s-dark p {
  font-size: 18px;
}

.product-category .s-dark img {
  vertical-align: auto;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.product-category .s-dark .links {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}

.product-category .s-dark .links a {
  color: #6bf;
  padding-right: 10px;
  font-size: 20px;
}

.product-category .s-dark .links a:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}

.product-category .divider {
  height: 10px;
  background-color: #222;
}

.product-category .product-img {
  padding: 0 10px;
  text-align: center;
}

.product-category .product-img img {
  margin: 0 auto;
  width: 100%;
}

.product-category .s-product {
  padding: 5px;
  text-align: center;
}

.product-category .s-product h1,
.product-category .s-product h2,
.product-category .s-product h3,
.product-category .s-product p {
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  padding: 5px;
}

.product-category .s-product .title {
  font: 30px KarlaBold;
  color: #1a1818;
}

.product-category .s-product p {
  font-size: 18px;
}

.product-category .s-product .links {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5%;
}

.product-category .s-product .links a {
  color: #0070c9;
  padding-right: 10px;
  font-size: 16px;
}

.product-category .s-product .links a:hover {
  opacity: 0.8;
}

.product-category .s-product .product-loop {
  padding: 5px;
}

.product-category .s-product .product-loop .product-box {
  background: #fafafa;
  padding: 0;
  padding-top: 20px;
}

.product-category .s-product .product-loop .product-box img {
  margin: 0 auto;
  padding: 0 15%;
}

.product-category .c-red {
  background-color: #fa3454 !important;
}

.product-category .c-red .title {
  color: #fff;
}

.product-category .c-red p {
  color: #fff;
}

.product-category .c-blue {
  background: rgba(57, 214, 241, 0.616) !important;
}

.product-category .c-white {
  background: #fff !important;
  border: 1px solid #fafafa !important;
}

.product-category .c-black {
  background: #000 !important;
}

.product-category .c-black .title {
  color: #fff;
}

.product-category .c-black p {
  color: #fff;
}

.product-category .section-name {
  margin: 0;
  padding: 0;
  font: 14px KarlaBold;
  line-height: auto;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.product-category .section-title {
  margin: 0;
  padding: 0;
  font: 42px MerriweatherRegular;
  line-height: 60px;
  color: #292929;
  padding-top: 30px;
  padding-bottom: 10px;
}

.product-category .section-desc {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 18px KarlaRegular;
  line-height: 36px;
  color: #757575;
}

.product-category .btn-detail {
  margin: 0;
  padding: 0;
  font: 14px KarlaBold;
  line-height: auto;
  color: #80bc73;
  text-transform: uppercase;
  border-bottom: 1px solid #80bc73;
  padding-bottom: 15px;
}

.product-category .btn-detail:hover {
  color: #80bc73;
  opacity: 0.7;
}

.product-category .btn-detail .plus-mark {
  padding-left: 30px;
}

.product-category .border-devide {
  margin-bottom: 10px;
}

.product-category .border-devide .first-dot {
  display: inline-table;
  border: none;
  border-top: 2px solid #89b4cc;
  height: 2px;
  width: 12px;
}

.product-category .border-devide .second-dot {
  display: inline-table;
  border: none;
  border-top: 2px solid #80bc73;
  height: 2px;
  width: 70px;
  margin-left: 7px;
}

.product-category .content-desc {
  padding: 0;
  margin: 0;
  font: 18px KarlaRegular;
  line-height: 36px;
  color: #757575;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .product-category .s-product .product-loop .product-box .desc {
    font-size: 14px !important;
  }
  .s-dark .desc {
    font-size: 14px !important;
  }
  .product-category .s-dark .links a {
    font-size: 16px !important;
  }
}

.maps {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #no-more-tables table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 992px) {
  .product-detail .product-content {
    padding: 60px 30px;
  }
  .gallery-slider {
    padding: 0 15px !important;
  }
}

.product-detail .product-content .desc-loop ol,
.product-detail .product-content .desc-loop ul {
  padding-left: 15px;
  padding-right: 15px;
}

.table-details {
  border: none;
}

.table-details table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border: none;
}

.table-details table thead {
  border: 1px solid #fff;
}

.table-details table tbody tr {
  border: 1px solid #fff;
}

.table-details th,
.table-details td {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.table-details table {
  border-collapse: collapse;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .col-sm-3.product-caption-animate figure.snip0016 figcaption {
    position: absolute;
    left: 0;
    top: 10%;
    padding: 10px 3em;
  }
  .col-sm-3.product-caption-animate figure.snip0016 figcaption h2 {
    font-size: 24px;
  }
  .col-sm-3.product-caption-animate figure.snip0016 figcaption p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1050px) {
  .navbar-default li {
    padding-right: 0 !important;
  }
  .phone-contact span {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .news {
    padding: 5px !important;
  }
  .news .updates {
    padding: 5px !important;
    margin-bottom: 50px !important;
  }
  .news .gtitle {
    padding-left: 10px !important;
  }
  .s-katalog {
    margin-top: 30px;
  }
  header .hero {
    position: relative;
  }
  header .hero h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  header .hero h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  header .hero a {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 890px) {
  .banner-product-top {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .s-katalog .lcontent {
    padding-right: 0;
  }
  header .hero {
    position: relative;
  }
  header .hero h1 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  header .hero h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  header .hero a {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .banner-box {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .col-xs-6.product-caption-animate figure.snip0016 figcaption {
    position: absolute;
    left: 0;
    top: 10%;
    padding: 10px 3em;
  }
  .col-xs-6.product-caption-animate figure.snip0016 figcaption h2 {
    font-size: 24px;
  }
  .col-xs-6.product-caption-animate figure.snip0016 figcaption p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .s-katalog .bg-setup {
    background-color: #f7f9fc;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .s-katalog .lcontent .form-box {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1), 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1), 0 30px 50px rgba(0, 0, 0, 0.12);
    margin-bottom: -50px;
    border-radius: 4px;
  }
  .s-katalog .lcontent .form-box .btn-submit {
    margin-top: 10px;
    margin-bottom: 20px;
    font: 14px KarlaBold;
    padding: 8px 20px;
  }
  .s-katalog .lcontent .form-box .title {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font: 20px MerriweatherRegular;
    color: #80bc73;
    text-align: center;
    padding-bottom: 40px;
  }
  .product-promo {
    background-color: #eeecec69;
    padding: 0;
    padding-top: 60px;
    color: #36383f;
  }
  .product-promo .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
    margin-bottom: 10px;
    width: 100%;
  }
  .product-promo .nav-tabs {
    text-align: left;
    border: none;
  }
  .product-promo .nav-tabs > li > a {
    cursor: pointer;
    color: #36383f;
    padding: 0;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0 15px;
    outline: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
  }
  .product-promo .nav-tabs > li > a:hover {
    border: none;
  }
  .product-promo .nav > li > a:focus,
  .product-promo .nav > li > a:hover {
    outline: none;
    text-decoration: none;
    color: #80bc73;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: none;
  }
  .product-promo .nav-tabs > li.active > a,
  .product-promo .nav-tabs > li.active > a:focus,
  .product-promo .nav-tabs > li.active > a:hover {
    color: #80bc73;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: none;
  }
  .product-promo .pp-content {
    text-align: center;
  }
  .product-promo .pp-content .pp-title {
    font-size: 40px;
  }
  .product-promo .pp-tabs {
    border-top: 0.5px solid #f5f5f5;
    padding: 30px 0;
    margin-top: 60px;
  }
  .product-promo .pp-tabs .tab-content {
    padding: 7px;
  }
  .product-promo .pp-tabs a:hover {
    opacity: 0.9;
  }
  .product-promo a {
    text-decoration: none;
  }
  .product-promo a:hover {
    opacity: 0.8;
  }
  .product-promo .pp-overlay {
    position: relative;
    padding: 7px;
  }
  .product-promo .pp-overlay img {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border-radius: 2px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .product-promo .pp-overlay .pp-product-name {
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: 0;
    z-index: 1;
    padding: 5px 15px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #36383f;
  }
}

@media only screen and (max-width: 350px) {
  .s-katalog {
    margin-top: 30px;
  }
  header .hero {
    position: relative;
  }
  header .hero h1 {
    font-size: 22px;
  }
  header .hero h3 {
    font-size: 12px;
  }
  header .hero a {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */