/* Navbars */
@charset "UTF-8";
/*
================================================== */
/**
* BUTTONS LAYOUT
* ==================================================
*/

/**
* BUTTONS LAYOUT
* ==================================================
*/
.btn_ {
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  display: inline-block;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 13px 22px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
.btn:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn:not(.disabled) {
  cursor: pointer;
}
.btn-lg,
.btn.large {
  font-size: 20px;
  padding: 23px 45px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn.small {
  padding: 8px 20px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn.x-small {
  font-size: 10px;
  padding: 2px 10px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-link {
  border: none;
}
@media (max-width: 991px) {
  .btn-group.responsive .btn {
    white-space: normal;
    margin-bottom: 10px;
  }
  .btn-group.responsive .pull-left,
  .btn-group.responsive .pull-right {
    float: none !important;
  }
}
.btn.facebook i:before {
  margin-right: 0;
}
/**
* BOX LAYOUT
* ==================================================
*/
.box,
.cta-box {
  padding: 24px;
  border: 1px solid #f1f1f1;
}
.box.padding-large,
.cta-box.padding-large {
  padding: 120px;
}
@media (max-width: 768px) {
  .box.padding-large,
  .cta-box.padding-large {
    padding: 24px;
  }
}
.box.padding-medium,
.cta-box.padding-medium {
  padding: 96px;
}
@media (max-width: 768px) {
  .box.padding-medium,
  .cta-box.padding-medium {
    padding: 24px;
  }
}
.box.padding-small,
.cta-box.padding-small {
  padding: 16px;
}
.box h1:first-child,
.cta-box h1:first-child,
.box h2:first-child,
.cta-box h2:first-child,
.box h3:first-child,
.cta-box h3:first-child,
.box h4:first-child,
.cta-box h4:first-child,
.box h5:first-child,
.cta-box h5:first-child,
.box h6:first-child,
.cta-box h6:first-child,
.box p:first-child,
.cta-box p:first-child {
  margin-top: 0;
}
.box h1:last-child,
.cta-box h1:last-child,
.box h2:last-child,
.cta-box h2:last-child,
.box h3:last-child,
.cta-box h3:last-child,
.box h4:last-child,
.cta-box h4:last-child,
.box h5:last-child,
.cta-box h5:last-child,
.box h6:last-child,
.cta-box h6:last-child,
.box p:last-child,
.cta-box p:last-child {
  margin-bottom: 0;
}
.box.inline,
.cta-box.inline {
  display: inline-block;
}
.box.circle {
  border-radius: 50%;
}
.box.rounded {
  border-radius: 0;
}
/* call to action */
.cta-box {
  padding: 24px;
}
.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6,
.cta-box p,
.cta-box blockquote {
  text-align: center;
}
.cta-box h1:first-child,
.cta-box h2:first-child,
.cta-box h3:first-child,
.cta-box h4:first-child,
.cta-box h5:first-child,
.cta-box h6:first-child,
.cta-box p:first-child,
.cta-box blockquote:first-child {
  margin-top: 0;
}
.cta-box h1:last-child,
.cta-box h2:last-child,
.cta-box h3:last-child,
.cta-box h4:last-child,
.cta-box h5:last-child,
.cta-box h6:last-child,
.cta-box p:last-child,
.cta-box blockquote:last-child {
  margin-bottom: 0;
}
.cta-box .cta-box-btn {
  text-align: center;
  margin-top: 24px;
}
.cta-box .cta-box-btn a {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cta-box.cta-box-2cols {
    display: table;
    width: 100%;
  }
  .cta-box.cta-box-2cols .cta-box-text,
  .cta-box.cta-box-2cols .cta-box-btn {
    display: table-cell;
    vertical-align: middle;
  }
  .cta-box.cta-box-2cols .cta-box-btn {
    margin-top: 0;
  }
  .cta-box.cta-box-2cols h1,
  .cta-box.cta-box-2cols h2,
  .cta-box.cta-box-2cols h3,
  .cta-box.cta-box-2cols h4,
  .cta-box.cta-box-2cols h5,
  .cta-box.cta-box-2cols p,
  .cta-box.cta-box-2cols blockquote {
    text-align: left;
  }
  .cta-box.cta-box-2cols .cta-box-btn {
    text-align: right;
    padding-left: 22px;
  }
}

@media (min-width: 768px) {
  .pre-header-on-sm {
    padding-top: 112px;
  }
  .pre-header-on-sm #pre-header {
    display: block;
  }
}
@media (min-width: 1025px) {
  body.header-1 {
    padding-top: 122px;
  }
  body.header-1.pre-header-on,
  body.header-1.pre-header-on-sm {
    padding-top: 153px;
  }
  body.header-1 .menu-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.header-1 .menu-header .navbar a {
    font-weight: lighter;
  }
  body.header-1 .menu-header.scroll-header .nav {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  body.header-2 .menu-header .nav a.btn {
    margin-left: 10px;
  }
}
body.header-3 #pre-header {
  border-bottom: 1px solid transparent;
}
@media (min-width: 1025px) {
  body.header-3 .menu-header .nav a {
    font-weight: lighter;
    text-transform: none;
  }
  body.header-3 .menu-header .nav > li > a:not(.btn) {
    border-left: 1px solid transparent;
  }
}
@media (min-width: 1025px) {
  body.header-4 .navbar-brand {
    padding-top: 37px;
  }
  body.header-4 .menu-header .nav > li > a:not(.btn) {
    padding: 8px 13px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 10px;
    border: 1px solid transparent;
    font-weight: bold;
  }
  body.header-4 .menu-header .nav > li > a:not(.btn) i {
    display: block;
    text-align: center;
  }
  body.header-4 .menu-header .nav li .btn.border {
    margin-top: 32px;
  }
  body.header-4 .menu-header .nav > li > .sub-menu {
    margin-top: -2px;
    border-radius: 0;
    top: 70px;
    padding: 15px;
  }
  body.header-4 .menu-header .nav > li > .sub-menu a {
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  body.header-4 .menu-header .nav > li > a:not(.btn) {
    padding: 8px 16px;
  }
}
@media (min-width: 1025px) {
  body.header-5 .menu-header .nav > li > a {
    border-radius: 4px;
    padding: 8px 13px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 10px;
    border: 1px solid transparent;
  }
  body.header-5 .menu-header .nav > li > .sub-menu {
    border-radius: 4px;
    top: 70px;
  }
  body.header-5 .menu-header .nav > li > .sub-menu a {
    border-bottom: 1px solid transparent;
  }
  body.header-5 .menu-header .nav .neko-mega-menu .mega-inner {
    border: none !important;
  }
}
@media (min-width: 1025px) {
  body.header-6 {
    padding-top: 0;
  }
  body.header-6 .menu-header {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    box-shadow: none;
  }
  body.header-6 .menu-header .navbar-default .navbar-nav > li:hover > a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
  body.header-6 .menu-header .navbar-default .navbar-nav > li > a:not(.btn) {
    padding-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }
  body.header-6 .menu-header .navbar-default .navbar-nav > li > a:not(.btn).active:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
  body.header-6 .menu-header .navbar-default .navbar-nav > li.active > a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
  body.header-6 .menu-header:not(.scroll-header) .main-logo {
    display: none;
  }
  body.header-6 .menu-header:not(.scroll-header) .main-logo-light {
    display: block;
  }
}
/* spacer for image headers */
@media (min-width: 1025px) {
  .header-6-header-space {
    height: 80px;
  }
}
body.header-7 .menu-header {
  border-bottom: 1px solid transparent;
  box-shadow: none;
}
@media (min-width: 1025px) {
  body.header-7 .menu-header .navbar-default .navbar-nav > li:hover > a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
  body.header-7 .menu-header .navbar-default .navbar-nav > li > a:not(.btn) {
    padding-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }
  body.header-7 .menu-header .navbar-default .navbar-nav > li > a:not(.btn).active:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
  body.header-7 .menu-header .navbar-default .navbar-nav > li.active > a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
}
.header-8-border {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 1%;
  -moz-animation: lightSpeedIn 300ms ease-in;
  -webkit-animation: lightSpeedIn 300ms ease-in;
  animation: lightSpeedIn 300ms ease-in;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
  .header-8-border {
    display: none;
  }
}
body.header-8 .menu-header .navbar-default .navbar-nav > li:hover > a:not(.btn):after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 1%;
  -moz-animation: lightSpeedIn 300ms ease-in;
  -webkit-animation: lightSpeedIn 300ms ease-in;
  animation: lightSpeedIn 300ms ease-in;
  border-bottom: 2px solid transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  body.header-8 .menu-header .navbar-default .navbar-nav > li:hover > a:not(.btn):after {
    display: none;
  }
}
body.header-8 .menu-header .navbar-default .navbar-nav > li > a:not(.btn) {
  font-size: 14px;
  padding-bottom: 31px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
body.header-8 .menu-header .navbar-default .navbar-nav > li > a:not(.btn).active:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 1%;
  -moz-animation: lightSpeedIn 300ms ease-in;
  -webkit-animation: lightSpeedIn 300ms ease-in;
  animation: lightSpeedIn 300ms ease-in;
  border-bottom: 2px solid transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  body.header-8 .menu-header .navbar-default .navbar-nav > li > a:not(.btn).active:after {
    display: none;
  }
}
body.header-8 .menu-header .navbar-default .navbar-nav > li.active > a:not(.btn):after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 1%;
  -moz-animation: lightSpeedIn 300ms ease-in;
  -webkit-animation: lightSpeedIn 300ms ease-in;
  animation: lightSpeedIn 300ms ease-in;
  border-bottom: 2px solid transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  body.header-8 .menu-header .navbar-default .navbar-nav > li.active > a:not(.btn):after {
    display: none;
  }
}
@media (min-width: 1025px) {
  body.header-8 .menu-header .neko-mega-menu .mega-inner {
    padding: 30px 5px;
  }
}
.side-menu #pre-header {
  display: none;
}
.side-menu .menu-header {
  width: 300px;
  height: 100%;
}
.side-menu .menu-header .container {
  width: 100%;
}
.side-menu .menu-header .nav li {
  width: 100%;
}
.side-menu .menu-header .sub-menu {
  position: static;
}
.side-menu .menu-header .navbar-nav > li > a {
  padding: 6px;
}
.side-menu main#content {
  margin-left: 350px;
  padding-right: 50px;
}
.side-menu .container {
  width: 100%;
}
/* PROGRESS BARS
================================================== */
.progress {
  height: 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  margin-bottom: 0;
}
.progress span {
  line-height: 18px;
}
.progress.large {
  height: 36px;
  border-radius: 18px;
}
.progress.large span {
  line-height: 36px;
}
.progress.medium {
  height: 24px;
  border-radius: 12px;
}
.progress.medium span {
  line-height: 24px;
}
.progress.small {
  height: 10px;
  border-radius: 5px;
}
.progress.small span {
  line-height: 10px;
}
.progress.x-small {
  height: 2px;
  border-radius: 2px;
  border: none;
}
.progress-bar {
  line-height: 10px;
}
footer#main-footer {
  padding-top: 96px;
  padding-bottom: 0;
}
footer#main-footer a:hover {
  text-decoration: none;
}
footer#main-footer #footer-rights {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
footer#main-footer #footer-rights h1:first-child,
footer#main-footer #footer-rights h2:first-child,
footer#main-footer #footer-rights h3:first-child,
footer#main-footer #footer-rights h4:first-child,
footer#main-footer #footer-rights h5:first-child,
footer#main-footer #footer-rights h6:first-child,
footer#main-footer #footer-rights p:first-child {
  margin-top: 0;
}
footer#main-footer #footer-rights h1:last-child,
footer#main-footer #footer-rights h2:last-child,
footer#main-footer #footer-rights h3:last-child,
footer#main-footer #footer-rights h4:last-child,
footer#main-footer #footer-rights h5:last-child,
footer#main-footer #footer-rights h6:last-child,
footer#main-footer #footer-rights p:last-child {
  margin-bottom: 0;
}
footer#main-footer #footer-rights p {
  font-size: 9.6px;
}
footer#main-footer #footer-rights .baseline-right {
  text-align: center;
}
@media (min-width: 992px) {
  footer#main-footer #footer-rights .baseline-right {
    float: right;
    text-align: right;
  }
}
.footer-widget {
  margin-bottom: 100px;
}
.footer-widget h1:first-child,
.footer-widget h2:first-child,
.footer-widget h3:first-child,
.footer-widget h4:first-child,
.footer-widget h5:first-child,
.footer-widget h6:first-child,
.footer-widget p:first-child {
  margin-top: 0;
}
.footer-widget h1:last-child,
.footer-widget h2:last-child,
.footer-widget h3:last-child,
.footer-widget h4:last-child,
.footer-widget h5:last-child,
.footer-widget h6:last-child,
.footer-widget p:last-child {
  margin-bottom: 0;
}
.footer-widget h1 {
  font-size: 28.8px;
}
.footer-widget h2 {
  font-size: 19.2px;
}
.footer-widget h3 {
  font-size: 16px;
}
.footer-widget h4 {
  font-size: 14.4px;
}
.footer-widget h5 {
  font-size: 12.8px;
}
.footer-widget h6 {
  font-size: 11.2px;
}
.footer-widget p {
  font-size: 14.4px;
}
.works-list li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px;
}
.works-list li a {
  display: block;
}
.works-list li img {
  max-width: 100%;
}
footer#main-footer ul.border li {
  font-size: 14.4px;
}
@media (min-width: 768px) {
  .parallaxed-footer footer#main-footer {
    position: fixed;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
  }
}
.carousel-control[data-slide="prev"],
.carousel-control[data-slide="next"] {
  padding-top: 25%;
}
/**
* OWL CAROUSEL LAYOUT
* ==================================================
*/
.owl-carousel .owl-item .item {
  position: relative;
}
.owl-carousel.owl-margins .owl-item .item {
  margin-right: 3px;
  margin-left: 3px;
}
/*** pagination ***/
/* small device */
.owl-theme .owl-controls {
  margin-top: 24px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers,
.owl-theme .owl-controls .owl-buttons div {
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next i[class^="icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-prev i[class^="icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-next i[class*=" icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-prev i[class*=" icon-"]:before {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i.icon-owl-navigation-left:before {
  content: '\e8cd';
}
.owl-theme .owl-controls .owl-buttons .owl-next i.icon-owl-navigation-right:before {
  content: '\e8cc';
}
/* Captions mamangement */
.caption-wrapper {
  position: absolute;
  top: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
.caption-wrapper .caption {
  display: table;
  height: 100%;
  width: 100%;
  padding: 24px;
}
.caption-wrapper .caption h1:first-child,
.caption-wrapper .caption h2:first-child,
.caption-wrapper .caption h3:first-child,
.caption-wrapper .caption h4:first-child,
.caption-wrapper .caption h5:first-child,
.caption-wrapper .caption h6:first-child,
.caption-wrapper .caption p:first-child {
  margin-top: 0;
}
.caption-wrapper .caption h1:last-child,
.caption-wrapper .caption h2:last-child,
.caption-wrapper .caption h3:last-child,
.caption-wrapper .caption h4:last-child,
.caption-wrapper .caption h5:last-child,
.caption-wrapper .caption h6:last-child,
.caption-wrapper .caption p:last-child {
  margin-bottom: 0;
}
.caption-wrapper .caption.right {
  position: absolute;
  right: 0;
  left: auto;
  height: 100%;
  width: 50%;
}
.caption-wrapper .caption.left {
  height: 100%;
  width: 50%;
}
.caption-wrapper .caption .caption-body-wrapper {
  text-align: left;
  display: inline-block;
}
.caption-wrapper .caption-content-position {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
}
.caption-wrapper .caption-content-position.v-top {
  vertical-align: top;
}
.caption-wrapper .caption-content-position.v-middle {
  vertical-align: middle;
}
.caption-wrapper .caption-content-position.v-bottom {
  vertical-align: bottom;
}
.owl-theme.neko-owl-theme-1:hover .owl-controls,
.owl-theme.neko-owl-theme-1:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-theme.neko-owl-theme-1 .owl-wrapper {
  z-index: 1;
}
.owl-theme.neko-owl-theme-1 .owl-controls {
  margin-top: -30px;
  display: block;
  width: 100%;
  opacity: 0;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-pagination {
  z-index: 9999;
  display: block;
  position: relative;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-page span {
  background: white;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-page.active span {
  opacity: 1;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  z-index: 2000;
  margin: 0;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme.neko-owl-theme-2 .owl-wrapper {
  z-index: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls {
  display: block;
  opacity: 1;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-pagination {
  z-index: 9999;
  display: block;
  position: relative;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page {
  display: block;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page span {
  background: white;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page.active span {
  opacity: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  z-index: 2000;
  margin: 0;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme.neko-owl-left-nav .owl-controls {
  text-align: left;
}
.owl-theme.neko-owl-left-nav .owl-controls .owl-prev,
.owl-theme.neko-owl-left-nav .owl-controls .owl-next {
  text-align: center;
}
.owl-theme.neko-owl-right-nav .owl-controls {
  text-align: right;
}
.owl-theme.neko-owl-right-nav .owl-controls .owl-prev,
.owl-theme.neko-owl-right-nav .owl-controls .owl-next {
  text-align: center;
}
/*.arrows-middle .owl-buttons div{
	position:absolute;
}*/
/* BLOG
================================================== */
ul.entry-meta {
  margin: 0 0 16px 0;
  padding: 0;
}
ul.entry-meta li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 5px;
  line-height: 1em;
  font-size: x-small;
}
/*** Post date ***/
/* See feature box for "latest posts" style */
.post-date {
  display: block;
  line-height: 1;
  width: 55px;
  text-align: center;
  top: 1em;
}
.post-date .date-day {
  border: 1px solid transparent;
  border-bottom: none;
  display: block;
  font-size: 28px;
  line-height: 1em;
  padding: 11px 0;
  font-weight: 800;
}
.post-date .date-month {
  border: 1px solid transparent;
  border-top: none;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.widget {
  margin-bottom: 24px;
}
.tag-cloud a {
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 13px 22px;
  font-size: 12px;
  line-height: 1.33;
  padding: 8px 20px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tag-cloud a {
    white-space: normal;
  }
}
.tag-cloud a:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.tag-cloud a:active,
.tag-cloud a.active,
.tag-cloud a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.tag-cloud a:not(.disabled) {
  cursor: pointer;
}
.tag-cloud a:hover {
  text-decoration: none;
}
/* END BLOG
================================================== */
/* COUNTER
================================================== */
.counter {
  font-size: 72px;
  font-weight: x-bold;
  text-align: center;
}
/* END COUNTER
================================================== */
/**
* PORTFOLIO LAYOUT
* ==================================================
*/
/* Free wall */
.free-wall {
  opacity: 0;
  margin: 0;
}
.free-wall .brick {
  width: 350px;
  height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  background-position: center center;
}
.free-wall .brick.ht2 {
  height: 700px;
}
.free-wall .brick.w2 {
  width: 700px;
}
.free-wall .brick.caption {
  width: 370px;
  height: auto;
  border: 1px solid transparent;
}
.free-wall .brick.caption figcaption {
  padding: 10px;
}
.free-wall.rollover figure {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.free-wall.rollover .hovered {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.free-wall .owl-theme .owl-controls {
  margin-top: 6px;
}
/* End Free wall */
/* Mosaic */
.portfolio-mosaic.mosaic5 article,
.portfolio-mosaic.mosaic4 article,
.portfolio-mosaic.mosaic3 article,
.portfolio-mosaic.mosaic2 article {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.portfolio-mosaic article {
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* End Mosaic */
/* Portfolio common elements */
.icon-popup:before {
  content: '\e81a';
}
.icon-readmore:before {
  content: '\e810';
}
/* End Portfolio common elements */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Mosaic */
  .portfolio-mosaic.mosaic5 article,
  .portfolio-mosaic.mosaic4 article,
  .portfolio-mosaic .mosaic3 article,
  .portfolio-mosaic.mosaic2 article {
    width: 33.32%;
  }
  /* End Mosaic */
}
/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* End Masonery */
  /* Mosaic */
  .portfolio-mosaic.mosaic5 article {
    width: 20%;
  }
  .portfolio-mosaic.mosaic4 article {
    width: 25%;
  }
  .portfolio-mosaic.mosaic3 article {
    width: 33.32%;
  }
  .portfolio-mosaic.mosaic2 article {
    width: 50%;
  }
  /* End Mosaic */
}
.caption-grid-layout figure figcaption {
  margin-top: 0;
}
.caption-grid-layout figure figcaption p {
  margin-bottom: 0;
}
.caption-grid-layout.free-wall .brick.caption figcaption {
  padding: 22px;
}
.alert {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 0;
}
.alert .alert-link {
  font-weight: bold;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 44px;
}
.swiper-tab .swiper-engine {
  height: 400px;
  width: 100% !important;
  border-top: 0;
  position: relative;
  overflow: hidden;
}
.swiper-tab .swiper-engine .swiper-slide {
  height: 600px;
  width: 100%;
}
.swiper-tab .swiper-engine .content-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
}
.swiper-tab .swiper-engine.medium {
  height: 600px;
}
.swiper-tab .swiper-engine.large {
  height: 800px;
}
.swiper-tab .swiper-engine.fullscreen {
  height: 100%;
}
.swiper-tab .swiper-engine .swiper-slide {
  position: relative;
}
.swiper-tab .btn-group {
  height: 100%;
}
.swiper-tab .btn-group .btn {
  vertical-align: top;
  white-space: normal;
  border: none;
  padding: 2em 0.5em;
  height: 100%;
}
@media (max-width: 991px) {
  .swiper-tab .btn-group .btn {
    width: 100%;
    display: block;
    float: left;
  }
}
@media (max-width: 480px) {
  .swiper-tab .btn-group .btn {
    width: 100%;
  }
}
.swiper-tab .btn-group .btn.active,
.swiper-tab .btn-group .btn:hover {
  box-shadow: none;
}
.swiper-tab .btn-group .btn:first-child,
.swiper-tab .btn-group .btn:last-child {
  border-radius: 0;
}
.swiper-vertical {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.swiper-vertical .swiper-slide {
  min-height: 400px;
  width: 100%;
  opacity: 0.2;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-vertical .swiper-slide-visible {
  opacity: 1;
}
.swiper-vertical .swiper-preloader {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 0;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100%;
  opacity: 0;
  font-size: 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-vertical .swiper-preloader.visible {
  bottom: 0px;
  opacity: 1;
}
.swiper-horizontal {
  width: 100%;
  position: relative;
  height: 800px;
  opacity: 0;
  cursor: col-resize;
}
.swiper-horizontal .swiper-slide {
  height: 100%;
  width: 20%;
  opacity: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  display: table;
}
.swiper-horizontal .swiper-slide figure {
  height: 100%;
  display: table-row;
}
.swiper-horizontal .swiper-slide figure figcaption {
  display: table-cell;
  margin-top: 0;
  height: 100%;
  vertical-align: middle;
  opacity: 0;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.swiper-horizontal .swiper-slide-visible {
  opacity: 1;
}
.swiper-horizontal .swiper-scrollbar {
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  border-radius: 0;
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
.swiper-horizontal .swiper-preloader {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 100px;
  height: 100%;
  width: 100px;
  opacity: 0;
  font-size: 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: -1;
}
.swiper-horizontal .swiper-preloader.visible {
  right: 0;
  opacity: 1;
  z-index: 0;
}
.swiper-centered {
  width: 100%;
  height: 500px;
  color: #fff;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1025px) {
  .swiper-centered {
    height: 300px;
  }
}
.swiper-centered .swiper-slide {
  height: 500px;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-centered .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1025px) {
  .swiper-centered .swiper-slide {
    height: 300px;
  }
}
.swiper-centered .navigation {
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 100%;
  margin-top: -50px;
}
.swiper-centered .navigation a {
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.swiper-centered .navigation a i[class^="icon-"]:before,
.swiper-centered .navigation a i[class*=" icon-"]:before {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}
.swiper-centered .navigation a.swiper-prev {
  float: left;
}
.swiper-centered .navigation a.swiper-prev i:before {
  content: '\e8cd';
}
.swiper-centered .navigation a.swiper-next {
  float: right;
}
.swiper-centered .navigation a.swiper-next i:before {
  content: '\e8cc';
}
.swiper-parent .swiper-pagination-switch,
.swiper-child .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-parent .swiper-visible-switch,
.swiper-child .swiper-visible-switch {
  background: #aaa;
}
.swiper-parent .swiper-active-switch,
.swiper-child .swiper-active-switch {
  background: #fff;
}
/**
* PARALLAX LAYOUT
* ==================================================
*/
.parallax {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {
  .parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    transition-property: background-position;
  }
}
/* Large devices (large desktops, 1200px and up) */
/*** G.map***/
#map-wrapper {
  height: 300px;
  width: 100%;
}
#map-wrapper.large {
  height: 650px;
}
#map-wrapper.medium {
  height: 450px;
}
#map-wrapper.small {
  height: 250px;
}
@media (max-width: 767px) {
  #map-wrapper {
    width: 300px;
    margin: 0 auto;
  }
}
/**
* PANEL LAYOUT
* ==================================================
*/
/* accordeon */
.panel-group .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel-heading .accordion-toggle:before {
  font-family: 'custom-icons';
  content: '\e8ce';
  float: right;
}
.panel-group .panel-heading .accordion-toggle.collapsed:before {
  content: '\e8cc';
}
.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
}
/* accordeon minimal */
.panel-group.accordion-minimal {
  overflow: hidden;
}
.panel-group.accordion-minimal .panel-heading {
  padding: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  padding: 16px;
  padding-left: 25px;
  display: block;
  position: relative;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle i {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  position: absolute;
  left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle i:before {
  font-size: 18px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: 'custom-icons';
  content: '\e8ce';
  float: right;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  background: red;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed {
  padding-left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed i {
  left: -30px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:after {
  width: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: '\e8cc';
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover {
  padding-left: 25px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover i {
  left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after {
  width: 100%;
}
/* superslides
================================================== */
.superslide-wrapper {
  height: 600px;
}
.superslides.superslide-neko-theme-1 .prev,
.superslides.superslide-neko-theme-1 .next {
  padding: 16px;
}
.superslides.superslide-neko-theme-1 .prev {
  border-radius: 0 0 0 0;
}
.superslides.superslide-neko-theme-1 .next {
  border-radius: 0 0 0 0;
}
.superslides.superslide-neko-theme-1:hover,
.superslides.superslide-neko-theme-1:active,
.superslides.superslide-neko-theme-1:focus {
  text-decoration: none;
}
.superslides .slides-pagination {
  padding-bottom: 24px;
}
.superslides .slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px;
}
.superslides.superslide-neko-theme-2 .prev,
.superslides.superslide-neko-theme-2 .next {
  padding: 11px 16px 16px 16px;
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  text-align: center;
}
.superslides.superslide-neko-theme-2 .prev:before,
.superslides.superslide-neko-theme-2 .next:before {
  font-family: 'custom-icons';
  font-size: 18px;
}
.superslides.superslide-neko-theme-2 .prev:hover,
.superslides.superslide-neko-theme-2 .next:hover,
.superslides.superslide-neko-theme-2 .prev:active,
.superslides.superslide-neko-theme-2 .next:active,
.superslides.superslide-neko-theme-2 .prev:focus,
.superslides.superslide-neko-theme-2 .next:focus {
  text-decoration: none;
  opacity: 0.5;
}
.superslides.superslide-neko-theme-2 span {
  display: none;
}
.superslides.superslide-neko-theme-2 .prev {
  margin-left: 10px;
}
.superslides.superslide-neko-theme-2 .next {
  margin-right: 10px;
}
.superslides.superslide-neko-theme-2 .prev:before {
  content: '\e8cd';
}
.superslides.superslide-neko-theme-2 .next:before {
  content: '\e8cc';
}
.superslides .slides-pagination {
  padding-bottom: 24px;
  text-align: left;
  padding-left: 10px;
}
.superslides .slides-pagination a {
  border: none;
  width: 10px;
  height: 10px;
  margin: 5px;
}
/**
* MISCELANIOUS LAYOUT
* ==================================================
*/
main#content {
  overflow: hidden;
}
/*** Scroll up Button ***/
#neko-to-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 5px;
  display: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  z-index: 5;
  width: 50px;
  height: 50px;
}
#neko-to-top i:before {
  content: '\e8cb';
  line-height: 40px;
  margin: 0;
}
/** background video **/
#video-bg {
  height: 450px;
  position: relative;
}
/**** demo ***/
/*** STYLE SWITCHER ***/
#switcherContent {
  padding: 0 0 15px 0;
}
.styleSwitcher {
  position: fixed;
  top: 250px;
  width: 170px;
  left: -170px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .styleSwitcher {
    display: none;
  }
}
.styleSwitcher ul li {
  display: inline-block;
  line-height: 20px;
}
.styleSwitcher ul {
  display: block;
  padding: 0;
  margin: 0;
}
.styleSwitcher ul.switcher li a {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.styleSwitcher h1 {
  padding: 0 0 6px 15px;
  line-height: 44px;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  margin: 0;
  text-align: left;
}
.styleSwitcher h1:after {
  content: none;
}
.styleSwitcher #showHideSwitcher {
  outline: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -50px;
  top: 0;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.styleSwitcher #showHideSwitcher i:before {
  font-size: 26px;
  line-height: 10px;
  margin-right: 0!important;
  padding: 10px 0 0 3px;
}
.styleSwitcher #showHideSwitcher:hover i:before,
.styleSwitcher #showHideSwitcher:focus i:before,
.styleSwitcher #showHideSwitcher:active i:before {
  text-decoration: none;
}
.styleSwitcher select {
  font-size: 11px;
  margin: 0 0 15px 15px;
  border: 1px solid transparent;
  width: 120px;
  padding: 4px;
}
.styleSwitcher .switcher {
  padding: 15px 15px 8px 15px;
}
.layoutStyle {
  margin-bottom: 10px;
}
a.btnSwitcher {
  display: block;
  width: 120px;
  border: 1px solid transparent;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  margin-left: 15px;
}
.headerSwitcher label {
  margin-left: 15px;
}
/*** Preloader ***/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
}
.ie .neko-preloader {
  background: transparent url('../../../images/theme-pics/loading.gif') no-repeat top left !important;
  width: 44px;
  margin: 0 auto;
  height: 11px !important;
}
html:not(.ie) .neko-preloader {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin: 0 auto;
  -webkit-animation: preloader_5 1.5s infinite linear;
  -moz-animation: preloader_5 1.5s infinite linear;
  -ms-animation: preloader_5 1.5s infinite linear;
  animation: preloader_5 1.5s infinite linear;
}
html:not(.ie) .neko-preloader:after {
  position: absolute;
  width: 60px;
  height: 60px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: '';
  top: -15px;
  left: -15px;
  -webkit-animation: preloader_5_after 1.5s infinite linear;
  -moz-animation: preloader_5_after 1.5s infinite linear;
  -ms-animation: preloader_5_after 1.5s infinite linear;
  animation: preloader_5_after 1.5s infinite linear;
}
/*** fullscreen ***/
.fullscreen,
.real-fullscreen {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  height: 100%;
}
@media (max-width: 767px) {
  .fullscreen,
  .real-fullscreen {
    height: auto!important;
  }
}
/*** Force vertical scroll bar (isotope fix)***/
html.f-vertical-scroll {
  overflow-y: scroll;
}
/*** Parallaxed footer main ***/
@media (min-width: 768px) {
  .parallaxed-footer main {
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  }
}
.video-medp,
.audio-medp {
  width: 100%;
  height: 100%;
}
/*** Animated header ***/
#animated-bubble {
  position: absolute;
  top: 0;
  left: 0;
}
/*** Google Map ***/
.infoWindow {
  white-space: nowrap;
}
.infoWindow h3 {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.infoWindow p {
  margin: 0;
}
.mejs-poster {
  background-position: top center;
}
.mejs-offscreen.mejs-container-fullscreen {
  display: none;
}
.mejs-container-fullscreen {
  z-index: 9999;
}
.fullscreen .mejs-controls {
  display: none !important;
}
/* SHOP
================================================== */
.rollover.effect-zoe .shop-product figure figcaption {
  padding: 1em 0 0 0;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links {
  float: none;
  width: 100%;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a {
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  display: inline-block;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 13px 22px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 0;
  padding: 7px 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .rollover.effect-zoe .shop-product figure figcaption .icon-links a {
    white-space: normal;
  }
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:active,
.rollover.effect-zoe .shop-product figure figcaption .icon-links a.active,
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:not(.disabled) {
  cursor: pointer;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a + a {
  float: right;
}
#pre-header.shop-pre-header {
  padding: 0;
}
#pre-header.shop-pre-header .quick-menu {
  margin-top: 10px;
}
#pre-header.shop-pre-header .quick-menu a {
  text-transform: uppercase;
}
.shopping-cart-view {
  position: absolute;
  z-index: 80;
  top: 41px;
  right: 22px;
  opacity: 0;
  display: none;
}
.shopping-cart-view table {
  width: 100%;
}
.shopping-cart-view table > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.shopping-cart-view table > thead > tr > th {
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
.shopping-cart-view table > tbody > tr.shopping-cart-total > td {
  font-size: 14px;
  text-align: right;
}
.shopping-cart-view .btn-group {
  margin: 10px;
}
.product-gallery img {
  opacity: 0.6;
  cursor: pointer;
}
.product-gallery img.product-active {
  opacity: 1;
  cursor: default;
}
/**
* UTILITIES LAYOUT
* ==================================================
*/
.no-mt {
  margin-top: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.no-pt {
  padding-top: 0!important;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.mr-small {
  margin-right: 16px;
}
.ml-small {
  margin-left: 16px;
}
.mr-xsmall {
  margin-right: 8px;
}
.ml-xsmall {
  margin-left: 8px;
}
/*  margin */
.mb-large {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-large {
    margin-bottom: 120px;
  }
}
.mb-medium {
  margin-bottom: 66.66666667px;
}
@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 100px;
  }
}
.mb-small {
  margin-bottom: 16px;
}
.mb {
  margin-bottom: 24px;
}
.mt-large {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-large {
    margin-top: 120px;
  }
}
.mt-medium {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-medium {
    margin-top: 100px;
  }
}
.mt-small {
  margin-top: 16px;
}
.mt {
  margin-top: 24px;
}
/*  padding */
.pb-large {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 120px;
  }
}
.pb-medium {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 96px;
  }
}
.pb-small {
  padding-bottom: 16px;
}
.pb {
  padding-bottom: 24px;
}
.pt-large {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 120px;
  }
}
.pt-medium {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .pt-medium {
    padding-top: 96px;
  }
}
.pt-small {
  padding-top: 16px;
}
.pt {
  padding-top: 24px;
}
/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 24px;
  }
  .mt-xs {
    margin-top: 24px;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 24px;
  }
  .mt-sm {
    margin-top: 24px;
  }
}
/** border ***/
.no-border {
  border: none!important;
}
a.no-underline,
a.no-underline:hover {
  text-decoration: none;
}
/** force inline-block **/
.inline {
  display: inline-block !important;
}
.inline.hidden-xs {
  display: none!important;
}
@media (min-width: 480px) {
  .inline.hidden-xs {
    display: inline-block !important;
  }
}
/** force block **/
.block {
  display: block!important;
}
/** boxed layout **/
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .boxed-layout {
    padding-top: 24px;
  }
  .boxed-layout #global-wrapper {
    width: 768px;
  }
  .boxed-layout .navbar-fixed-top {
    position: static;
  }
}
@media (min-width: 992px) {
  .boxed-layout #global-wrapper {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper {
    width: 1200px;
  }
}
/* extends bootstrap with responsive pull right */
.pull-right-xs {
  float: right;
}
@media (min-width: 480px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}
.force-text-left {
  text-align: left!important;
}
.half-width {
  width: 50%;
}
.col-lg-1.padding-large,
.col-lg-10.padding-large,
.col-lg-11.padding-large,
.col-lg-12.padding-large,
.col-lg-2.padding-large,
.col-lg-3.padding-large,
.col-lg-4.padding-large,
.col-lg-5.padding-large,
.col-lg-6.padding-large,
.col-lg-7.padding-large,
.col-lg-8.padding-large,
.col-lg-9.padding-large,
.col-md-1.padding-large,
.col-md-10.padding-large,
.col-md-11.padding-large,
.col-md-12.padding-large,
.col-md-2.padding-large,
.col-md-3.padding-large,
.col-md-4.padding-large,
.col-md-5.padding-large,
.col-md-6.padding-large,
.col-md-7.padding-large,
.col-md-8.padding-large,
.col-md-9.padding-large,
.col-sm-1.padding-large,
.col-sm-10.padding-large,
.col-sm-11.padding-large,
.col-sm-12.padding-large,
.col-sm-2.padding-large,
.col-sm-3.padding-large,
.col-sm-4.padding-large,
.col-sm-5.padding-large,
.col-sm-6.padding-large,
.col-sm-7.padding-large,
.col-sm-8.padding-large,
.col-sm-9.padding-large,
.col-xs-1.padding-large,
.col-xs-10.padding-large,
.col-xs-11.padding-large,
.col-xs-12.padding-large,
.col-xs-2.padding-large,
.col-xs-3.padding-large,
.col-xs-4.padding-large,
.col-xs-5.padding-large,
.col-xs-6.padding-large,
.col-xs-7.padding-large,
.col-xs-8.padding-large,
.col-xs-9.padding-large {
  padding: 120px;
}
@media (max-width: 768px) {
  .col-lg-1.padding-large,
  .col-lg-10.padding-large,
  .col-lg-11.padding-large,
  .col-lg-12.padding-large,
  .col-lg-2.padding-large,
  .col-lg-3.padding-large,
  .col-lg-4.padding-large,
  .col-lg-5.padding-large,
  .col-lg-6.padding-large,
  .col-lg-7.padding-large,
  .col-lg-8.padding-large,
  .col-lg-9.padding-large,
  .col-md-1.padding-large,
  .col-md-10.padding-large,
  .col-md-11.padding-large,
  .col-md-12.padding-large,
  .col-md-2.padding-large,
  .col-md-3.padding-large,
  .col-md-4.padding-large,
  .col-md-5.padding-large,
  .col-md-6.padding-large,
  .col-md-7.padding-large,
  .col-md-8.padding-large,
  .col-md-9.padding-large,
  .col-sm-1.padding-large,
  .col-sm-10.padding-large,
  .col-sm-11.padding-large,
  .col-sm-12.padding-large,
  .col-sm-2.padding-large,
  .col-sm-3.padding-large,
  .col-sm-4.padding-large,
  .col-sm-5.padding-large,
  .col-sm-6.padding-large,
  .col-sm-7.padding-large,
  .col-sm-8.padding-large,
  .col-sm-9.padding-large,
  .col-xs-1.padding-large,
  .col-xs-10.padding-large,
  .col-xs-11.padding-large,
  .col-xs-12.padding-large,
  .col-xs-2.padding-large,
  .col-xs-3.padding-large,
  .col-xs-4.padding-large,
  .col-xs-5.padding-large,
  .col-xs-6.padding-large,
  .col-xs-7.padding-large,
  .col-xs-8.padding-large,
  .col-xs-9.padding-large {
    padding: 24px;
  }
}
.col-lg-1.padding-medium,
.col-lg-10.padding-medium,
.col-lg-11.padding-medium,
.col-lg-12.padding-medium,
.col-lg-2.padding-medium,
.col-lg-3.padding-medium,
.col-lg-4.padding-medium,
.col-lg-5.padding-medium,
.col-lg-6.padding-medium,
.col-lg-7.padding-medium,
.col-lg-8.padding-medium,
.col-lg-9.padding-medium,
.col-md-1.padding-medium,
.col-md-10.padding-medium,
.col-md-11.padding-medium,
.col-md-12.padding-medium,
.col-md-2.padding-medium,
.col-md-3.padding-medium,
.col-md-4.padding-medium,
.col-md-5.padding-medium,
.col-md-6.padding-medium,
.col-md-7.padding-medium,
.col-md-8.padding-medium,
.col-md-9.padding-medium,
.col-sm-1.padding-medium,
.col-sm-10.padding-medium,
.col-sm-11.padding-medium,
.col-sm-12.padding-medium,
.col-sm-2.padding-medium,
.col-sm-3.padding-medium,
.col-sm-4.padding-medium,
.col-sm-5.padding-medium,
.col-sm-6.padding-medium,
.col-sm-7.padding-medium,
.col-sm-8.padding-medium,
.col-sm-9.padding-medium,
.col-xs-1.padding-medium,
.col-xs-10.padding-medium,
.col-xs-11.padding-medium,
.col-xs-12.padding-medium,
.col-xs-2.padding-medium,
.col-xs-3.padding-medium,
.col-xs-4.padding-medium,
.col-xs-5.padding-medium,
.col-xs-6.padding-medium,
.col-xs-7.padding-medium,
.col-xs-8.padding-medium,
.col-xs-9.padding-medium {
  padding: 96px;
}
@media (max-width: 768px) {
  .col-lg-1.padding-medium,
  .col-lg-10.padding-medium,
  .col-lg-11.padding-medium,
  .col-lg-12.padding-medium,
  .col-lg-2.padding-medium,
  .col-lg-3.padding-medium,
  .col-lg-4.padding-medium,
  .col-lg-5.padding-medium,
  .col-lg-6.padding-medium,
  .col-lg-7.padding-medium,
  .col-lg-8.padding-medium,
  .col-lg-9.padding-medium,
  .col-md-1.padding-medium,
  .col-md-10.padding-medium,
  .col-md-11.padding-medium,
  .col-md-12.padding-medium,
  .col-md-2.padding-medium,
  .col-md-3.padding-medium,
  .col-md-4.padding-medium,
  .col-md-5.padding-medium,
  .col-md-6.padding-medium,
  .col-md-7.padding-medium,
  .col-md-8.padding-medium,
  .col-md-9.padding-medium,
  .col-sm-1.padding-medium,
  .col-sm-10.padding-medium,
  .col-sm-11.padding-medium,
  .col-sm-12.padding-medium,
  .col-sm-2.padding-medium,
  .col-sm-3.padding-medium,
  .col-sm-4.padding-medium,
  .col-sm-5.padding-medium,
  .col-sm-6.padding-medium,
  .col-sm-7.padding-medium,
  .col-sm-8.padding-medium,
  .col-sm-9.padding-medium,
  .col-xs-1.padding-medium,
  .col-xs-10.padding-medium,
  .col-xs-11.padding-medium,
  .col-xs-12.padding-medium,
  .col-xs-2.padding-medium,
  .col-xs-3.padding-medium,
  .col-xs-4.padding-medium,
  .col-xs-5.padding-medium,
  .col-xs-6.padding-medium,
  .col-xs-7.padding-medium,
  .col-xs-8.padding-medium,
  .col-xs-9.padding-medium {
    padding: 24px;
  }
}
.col-lg-1.padding-small,
.col-lg-10.padding-small,
.col-lg-11.padding-small,
.col-lg-12.padding-small,
.col-lg-2.padding-small,
.col-lg-3.padding-small,
.col-lg-4.padding-small,
.col-lg-5.padding-small,
.col-lg-6.padding-small,
.col-lg-7.padding-small,
.col-lg-8.padding-small,
.col-lg-9.padding-small,
.col-md-1.padding-small,
.col-md-10.padding-small,
.col-md-11.padding-small,
.col-md-12.padding-small,
.col-md-2.padding-small,
.col-md-3.padding-small,
.col-md-4.padding-small,
.col-md-5.padding-small,
.col-md-6.padding-small,
.col-md-7.padding-small,
.col-md-8.padding-small,
.col-md-9.padding-small,
.col-sm-1.padding-small,
.col-sm-10.padding-small,
.col-sm-11.padding-small,
.col-sm-12.padding-small,
.col-sm-2.padding-small,
.col-sm-3.padding-small,
.col-sm-4.padding-small,
.col-sm-5.padding-small,
.col-sm-6.padding-small,
.col-sm-7.padding-small,
.col-sm-8.padding-small,
.col-sm-9.padding-small,
.col-xs-1.padding-small,
.col-xs-10.padding-small,
.col-xs-11.padding-small,
.col-xs-12.padding-small,
.col-xs-2.padding-small,
.col-xs-3.padding-small,
.col-xs-4.padding-small,
.col-xs-5.padding-small,
.col-xs-6.padding-small,
.col-xs-7.padding-small,
.col-xs-8.padding-small,
.col-xs-9.padding-small {
  padding: 16px;
}
.col-lg-1.padding,
.col-lg-10.padding,
.col-lg-11.padding,
.col-lg-12.padding,
.col-lg-2.padding,
.col-lg-3.padding,
.col-lg-4.padding,
.col-lg-5.padding,
.col-lg-6.padding,
.col-lg-7.padding,
.col-lg-8.padding,
.col-lg-9.padding,
.col-md-1.padding,
.col-md-10.padding,
.col-md-11.padding,
.col-md-12.padding,
.col-md-2.padding,
.col-md-3.padding,
.col-md-4.padding,
.col-md-5.padding,
.col-md-6.padding,
.col-md-7.padding,
.col-md-8.padding,
.col-md-9.padding,
.col-sm-1.padding,
.col-sm-10.padding,
.col-sm-11.padding,
.col-sm-12.padding,
.col-sm-2.padding,
.col-sm-3.padding,
.col-sm-4.padding,
.col-sm-5.padding,
.col-sm-6.padding,
.col-sm-7.padding,
.col-sm-8.padding,
.col-sm-9.padding,
.col-xs-1.padding,
.col-xs-10.padding,
.col-xs-11.padding,
.col-xs-12.padding,
.col-xs-2.padding,
.col-xs-3.padding,
.col-xs-4.padding,
.col-xs-5.padding,
.col-xs-6.padding,
.col-xs-7.padding,
.col-xs-8.padding,
.col-xs-9.padding {
  padding: 24px;
}
.col-lg-1.no-padding,
.col-lg-10.no-padding,
.col-lg-11.no-padding,
.col-lg-12.no-padding,
.col-lg-2.no-padding,
.col-lg-3.no-padding,
.col-lg-4.no-padding,
.col-lg-5.no-padding,
.col-lg-6.no-padding,
.col-lg-7.no-padding,
.col-lg-8.no-padding,
.col-lg-9.no-padding,
.col-md-1.no-padding,
.col-md-10.no-padding,
.col-md-11.no-padding,
.col-md-12.no-padding,
.col-md-2.no-padding,
.col-md-3.no-padding,
.col-md-4.no-padding,
.col-md-5.no-padding,
.col-md-6.no-padding,
.col-md-7.no-padding,
.col-md-8.no-padding,
.col-md-9.no-padding,
.col-sm-1.no-padding,
.col-sm-10.no-padding,
.col-sm-11.no-padding,
.col-sm-12.no-padding,
.col-sm-2.no-padding,
.col-sm-3.no-padding,
.col-sm-4.no-padding,
.col-sm-5.no-padding,
.col-sm-6.no-padding,
.col-sm-7.no-padding,
.col-sm-8.no-padding,
.col-sm-9.no-padding,
.col-xs-1.no-padding,
.col-xs-10.no-padding,
.col-xs-11.no-padding,
.col-xs-12.no-padding,
.col-xs-2.no-padding,
.col-xs-3.no-padding,
.col-xs-4.no-padding,
.col-xs-5.no-padding,
.col-xs-6.no-padding,
.col-xs-7.no-padding,
.col-xs-8.no-padding,
.col-xs-9.no-padding {
  padding: 0;
}
/*.container-fw {
	display: table;
	width: 100%;
}
.row-fw{
	display:table-row;

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		@media (min-width: @screen-sm-max){
			display:table-cell;
			float:none;
		}
		vertical-align: middle;
		overflow: hidden;
		&.image-background {
			min-height: 400px;
		}
	}

	}*/
.section-fw .container-fw {
  width: 100%;
  overflow: hidden;
}
.section-fw .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.section-fw .image-background {
  min-height: 400px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-fw .image-background {
    position: absolute;
    height: 100%;
  }
  .section-fw .image-background.image-fw-right {
    left: auto;
    right: 0;
  }
}
/* grid with borders, ie. used for logo */
.border-grid .col-lg-1,
.border-grid .col-lg-10,
.border-grid .col-lg-11,
.border-grid .col-lg-12,
.border-grid .col-lg-2,
.border-grid .col-lg-3,
.border-grid .col-lg-4,
.border-grid .col-lg-5,
.border-grid .col-lg-6,
.border-grid .col-lg-7,
.border-grid .col-lg-8,
.border-grid .col-lg-9,
.border-grid .col-md-1,
.border-grid .col-md-10,
.border-grid .col-md-11,
.border-grid .col-md-12,
.border-grid .col-md-2,
.border-grid .col-md-3,
.border-grid .col-md-4,
.border-grid .col-md-5,
.border-grid .col-md-6,
.border-grid .col-md-7,
.border-grid .col-md-8,
.border-grid .col-md-9,
.border-grid .col-sm-1,
.border-grid .col-sm-10,
.border-grid .col-sm-11,
.border-grid .col-sm-12,
.border-grid .col-sm-2,
.border-grid .col-sm-3,
.border-grid .col-sm-4,
.border-grid .col-sm-5,
.border-grid .col-sm-6,
.border-grid .col-sm-7,
.border-grid .col-sm-8,
.border-grid .col-sm-9,
.border-grid .col-xs-1,
.border-grid .col-xs-10,
.border-grid .col-xs-11,
.border-grid .col-xs-12,
.border-grid .col-xs-2,
.border-grid .col-xs-3,
.border-grid .col-xs-4,
.border-grid .col-xs-5,
.border-grid .col-xs-6,
.border-grid .col-xs-7,
.border-grid .col-xs-8,
.border-grid .col-xs-9 {
  padding: 0!important;
}
.border-grid .row {
  padding-left: 22px;
  padding-right: 22px;
}
.border-grid .row .col-lg-1,
.border-grid .row .col-lg-10,
.border-grid .row .col-lg-11,
.border-grid .row .col-lg-12,
.border-grid .row .col-lg-2,
.border-grid .row .col-lg-3,
.border-grid .row .col-lg-4,
.border-grid .row .col-lg-5,
.border-grid .row .col-lg-6,
.border-grid .row .col-lg-7,
.border-grid .row .col-lg-8,
.border-grid .row .col-lg-9,
.border-grid .row .col-md-1,
.border-grid .row .col-md-10,
.border-grid .row .col-md-11,
.border-grid .row .col-md-12,
.border-grid .row .col-md-2,
.border-grid .row .col-md-3,
.border-grid .row .col-md-4,
.border-grid .row .col-md-5,
.border-grid .row .col-md-6,
.border-grid .row .col-md-7,
.border-grid .row .col-md-8,
.border-grid .row .col-md-9,
.border-grid .row .col-sm-1,
.border-grid .row .col-sm-10,
.border-grid .row .col-sm-11,
.border-grid .row .col-sm-12,
.border-grid .row .col-sm-2,
.border-grid .row .col-sm-3,
.border-grid .row .col-sm-4,
.border-grid .row .col-sm-5,
.border-grid .row .col-sm-6,
.border-grid .row .col-sm-7,
.border-grid .row .col-sm-8,
.border-grid .row .col-sm-9,
.border-grid .row .col-xs-1,
.border-grid .row .col-xs-10,
.border-grid .row .col-xs-11,
.border-grid .row .col-xs-12,
.border-grid .row .col-xs-2,
.border-grid .row .col-xs-3,
.border-grid .row .col-xs-4,
.border-grid .row .col-xs-5,
.border-grid .row .col-xs-6,
.border-grid .row .col-xs-7,
.border-grid .row .col-xs-8,
.border-grid .row .col-xs-9 {
  border-right: 1px solid transparent;
}
@media (max-width: 768px) {
  .border-grid .row .col-lg-1,
  .border-grid .row .col-lg-10,
  .border-grid .row .col-lg-11,
  .border-grid .row .col-lg-12,
  .border-grid .row .col-lg-2,
  .border-grid .row .col-lg-3,
  .border-grid .row .col-lg-4,
  .border-grid .row .col-lg-5,
  .border-grid .row .col-lg-6,
  .border-grid .row .col-lg-7,
  .border-grid .row .col-lg-8,
  .border-grid .row .col-lg-9,
  .border-grid .row .col-md-1,
  .border-grid .row .col-md-10,
  .border-grid .row .col-md-11,
  .border-grid .row .col-md-12,
  .border-grid .row .col-md-2,
  .border-grid .row .col-md-3,
  .border-grid .row .col-md-4,
  .border-grid .row .col-md-5,
  .border-grid .row .col-md-6,
  .border-grid .row .col-md-7,
  .border-grid .row .col-md-8,
  .border-grid .row .col-md-9,
  .border-grid .row .col-sm-1,
  .border-grid .row .col-sm-10,
  .border-grid .row .col-sm-11,
  .border-grid .row .col-sm-12,
  .border-grid .row .col-sm-2,
  .border-grid .row .col-sm-3,
  .border-grid .row .col-sm-4,
  .border-grid .row .col-sm-5,
  .border-grid .row .col-sm-6,
  .border-grid .row .col-sm-7,
  .border-grid .row .col-sm-8,
  .border-grid .row .col-sm-9,
  .border-grid .row .col-xs-1,
  .border-grid .row .col-xs-10,
  .border-grid .row .col-xs-11,
  .border-grid .row .col-xs-12,
  .border-grid .row .col-xs-2,
  .border-grid .row .col-xs-3,
  .border-grid .row .col-xs-4,
  .border-grid .row .col-xs-5,
  .border-grid .row .col-xs-6,
  .border-grid .row .col-xs-7,
  .border-grid .row .col-xs-8,
  .border-grid .row .col-xs-9 {
    border: none;
  }
}
.border-grid .row:not(:last-child) .col-lg-1,
.border-grid .row:not(:last-child) .col-lg-10,
.border-grid .row:not(:last-child) .col-lg-11,
.border-grid .row:not(:last-child) .col-lg-12,
.border-grid .row:not(:last-child) .col-lg-2,
.border-grid .row:not(:last-child) .col-lg-3,
.border-grid .row:not(:last-child) .col-lg-4,
.border-grid .row:not(:last-child) .col-lg-5,
.border-grid .row:not(:last-child) .col-lg-6,
.border-grid .row:not(:last-child) .col-lg-7,
.border-grid .row:not(:last-child) .col-lg-8,
.border-grid .row:not(:last-child) .col-lg-9,
.border-grid .row:not(:last-child) .col-md-1,
.border-grid .row:not(:last-child) .col-md-10,
.border-grid .row:not(:last-child) .col-md-11,
.border-grid .row:not(:last-child) .col-md-12,
.border-grid .row:not(:last-child) .col-md-2,
.border-grid .row:not(:last-child) .col-md-3,
.border-grid .row:not(:last-child) .col-md-4,
.border-grid .row:not(:last-child) .col-md-5,
.border-grid .row:not(:last-child) .col-md-6,
.border-grid .row:not(:last-child) .col-md-7,
.border-grid .row:not(:last-child) .col-md-8,
.border-grid .row:not(:last-child) .col-md-9,
.border-grid .row:not(:last-child) .col-sm-1,
.border-grid .row:not(:last-child) .col-sm-10,
.border-grid .row:not(:last-child) .col-sm-11,
.border-grid .row:not(:last-child) .col-sm-12,
.border-grid .row:not(:last-child) .col-sm-2,
.border-grid .row:not(:last-child) .col-sm-3,
.border-grid .row:not(:last-child) .col-sm-4,
.border-grid .row:not(:last-child) .col-sm-5,
.border-grid .row:not(:last-child) .col-sm-6,
.border-grid .row:not(:last-child) .col-sm-7,
.border-grid .row:not(:last-child) .col-sm-8,
.border-grid .row:not(:last-child) .col-sm-9,
.border-grid .row:not(:last-child) .col-xs-1,
.border-grid .row:not(:last-child) .col-xs-10,
.border-grid .row:not(:last-child) .col-xs-11,
.border-grid .row:not(:last-child) .col-xs-12,
.border-grid .row:not(:last-child) .col-xs-2,
.border-grid .row:not(:last-child) .col-xs-3,
.border-grid .row:not(:last-child) .col-xs-4,
.border-grid .row:not(:last-child) .col-xs-5,
.border-grid .row:not(:last-child) .col-xs-6,
.border-grid .row:not(:last-child) .col-xs-7,
.border-grid .row:not(:last-child) .col-xs-8,
.border-grid .row:not(:last-child) .col-xs-9 {
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .border-grid .row:not(:last-child) .col-lg-1,
  .border-grid .row:not(:last-child) .col-lg-10,
  .border-grid .row:not(:last-child) .col-lg-11,
  .border-grid .row:not(:last-child) .col-lg-12,
  .border-grid .row:not(:last-child) .col-lg-2,
  .border-grid .row:not(:last-child) .col-lg-3,
  .border-grid .row:not(:last-child) .col-lg-4,
  .border-grid .row:not(:last-child) .col-lg-5,
  .border-grid .row:not(:last-child) .col-lg-6,
  .border-grid .row:not(:last-child) .col-lg-7,
  .border-grid .row:not(:last-child) .col-lg-8,
  .border-grid .row:not(:last-child) .col-lg-9,
  .border-grid .row:not(:last-child) .col-md-1,
  .border-grid .row:not(:last-child) .col-md-10,
  .border-grid .row:not(:last-child) .col-md-11,
  .border-grid .row:not(:last-child) .col-md-12,
  .border-grid .row:not(:last-child) .col-md-2,
  .border-grid .row:not(:last-child) .col-md-3,
  .border-grid .row:not(:last-child) .col-md-4,
  .border-grid .row:not(:last-child) .col-md-5,
  .border-grid .row:not(:last-child) .col-md-6,
  .border-grid .row:not(:last-child) .col-md-7,
  .border-grid .row:not(:last-child) .col-md-8,
  .border-grid .row:not(:last-child) .col-md-9,
  .border-grid .row:not(:last-child) .col-sm-1,
  .border-grid .row:not(:last-child) .col-sm-10,
  .border-grid .row:not(:last-child) .col-sm-11,
  .border-grid .row:not(:last-child) .col-sm-12,
  .border-grid .row:not(:last-child) .col-sm-2,
  .border-grid .row:not(:last-child) .col-sm-3,
  .border-grid .row:not(:last-child) .col-sm-4,
  .border-grid .row:not(:last-child) .col-sm-5,
  .border-grid .row:not(:last-child) .col-sm-6,
  .border-grid .row:not(:last-child) .col-sm-7,
  .border-grid .row:not(:last-child) .col-sm-8,
  .border-grid .row:not(:last-child) .col-sm-9,
  .border-grid .row:not(:last-child) .col-xs-1,
  .border-grid .row:not(:last-child) .col-xs-10,
  .border-grid .row:not(:last-child) .col-xs-11,
  .border-grid .row:not(:last-child) .col-xs-12,
  .border-grid .row:not(:last-child) .col-xs-2,
  .border-grid .row:not(:last-child) .col-xs-3,
  .border-grid .row:not(:last-child) .col-xs-4,
  .border-grid .row:not(:last-child) .col-xs-5,
  .border-grid .row:not(:last-child) .col-xs-6,
  .border-grid .row:not(:last-child) .col-xs-7,
  .border-grid .row:not(:last-child) .col-xs-8,
  .border-grid .row:not(:last-child) .col-xs-9 {
    border: none;
  }
}
/** clear bootstrap cols **/
/*  Tablet  */
@media (min-width: 767px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/* SEMANTIC
================================================== */
/*** image responsive ***/
img.responsive {
  max-width: 100%;
}
/*** buttons ***/
/*** pagination ***/
/* RESPONSIVE
================================================== */
/*** Bootstrap modal fix ***/
body.modal-open .menu-header {
  margin-right: 17px;
}
body.modal-open #neko-to-top {
  right: 37px;
}
/**
* FULLPAGE
* ==================================================
*/
/** bullets menu ***/
#fp-nav {
  top: 40%;
  margin-top: 80px!important;
  padding: 11px;
}
@media (max-width: 1025px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav.right {
  right: 0;
}
.fp-tooltip {
  padding: 5px 10px;
  top: -9px;
  text-transform: uppercase;
}
#fp-nav span,
.fp-slidesNav span {
  width: 10px;
  height: 10px;
}
#fullpage > div:first-child:after {
  content: '\e82a';
  display: block;
  position: absolute;
  right: 50%;
  bottom: 40px;
  bottom: 80px\9;
  font-size: 44px;
  margin-right: -22px;
  font-family: 'custom-icons';
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
/** slideshow nav **/
.fp-controlArrow {
  margin-top: 0;
}
.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
  border: none;
  width: auto;
}
.fp-controlArrow.fp-next:after,
.fp-controlArrow.fp-prev:after {
  font-family: 'custom-icons';
  font-size: 14px;
  content: '\e8cd';
}
@media (min-width: 768px) {
  .fp-controlArrow.fp-next:after,
  .fp-controlArrow.fp-prev:after {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .fp-controlArrow.fp-next:after,
  .fp-controlArrow.fp-prev:after {
    font-size: 44px;
  }
}
.fp-controlArrow.fp-next:after {
  content: '\e8cc';
}
#fp-main-heading {
  display: block;
  padding-left: 70px;
}
.fp-tableCell table,
.fp-tableCell .table-responsive {
  margin-bottom: 0;
}
.thank-you > div > div {
  padding-left: 70px;
}
#fp-main-heading {
  text-decoration: none;
}
body.slide-menu {
  padding-top: 70px;
}
body.infografics {
  padding-top: 0;
}
.sub-menu.neko-mega-menu > div {
  display: table;
  width: 100%;
}
.menu-header .nav a {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
.menu-header .nav > li .sub-menu a {
  padding: 14px 20px;
}
/* parallax */
/* big pics */
/* page headers */
/* megamenu */
/*** box ***/
.box-arrow:after,
.box-arrow:before {
  margin-top: -3px;
}
/*** progress bar ***/
.progress {
  border: none;
  height: 10px;
}
/*** tabs ***/
.tab-content,
.tabs-minimal .tab-content {
  padding-top: 40px;
}
/*** typo ***/
.heading {
  margin-bottom: 62px;
  position: relative;
}
.heading h2:last-child,
.heading h3:last-child,
.heading h4:last-child,
.heading h5:last-child,
.heading h6:last-child,
.heading p:last-child,
.heading p.lead:last-child {
  margin-bottom: 0;
  padding-bottom: 13px;
}
.heading:after {
  font-family: "custom-icons";
  display: block;
  height: 10px;
  border-radius: 5px;
  width: 146px;
  /*content: '\e8b9';*/
  content: url('../../../images/theme-pics/icon-heading.png');  
  top: -132px;
  bottom: auto;
  position: absolute;
  margin-left: -73px;
  left: 50%;
  background: none!important;
  position: relative;
  z-index: 1;
  font-size: 120px;
}
h1.large-heading:after {
  margin-left: 0;
  position: static;
}
h1 {
  letter-spacing: 2px;
  z-index: 5;
  position: relative;
}
h1 span,
h2 span {
  display: block;
  letter-spacing: normal;
  opacity: 0.8;
  font-weight: bold;
}
h1 span {
  margin-bottom: 3px;
  font-size: 15px;
}
h1.large span {
  margin-bottom: 3px;
}
.cta-box-text h1 {
  font-size: 22px;
}
h2 span {
  margin-bottom: 6px;
  font-size: 14px;
}
h1 span.text-main-color,
h2 span.text-main-color,
h1 span .text-main-color,
h2 span .text-main-color {
  font-size: inherit;
}
blockquote {
  border: none;
}
p.lead {
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote:before {
  content: '“';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
}
.blockquote-reverse:before {
  content: '”';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
}
/*** end typo ***/
/*** navbar ***/
.menu-header .nav a {
  font-size: 13px;
}
/* megamenu */
.menu-header .nav > li .sub-menu a:not(.btn) {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.menu-header .nav > li .sub-menu a:not(.btn):hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.menu-header .nav > li .neko-mega-menu.sub-menu {
  display: none;
  padding: 0 22px;
}
.menu-header .nav > li .neko-mega-menu.sub-menu h2 {
  padding-left: 0;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .menu-header .nav > li .neko-mega-menu.sub-menu .col-md-3:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-header .nav > li .neko-mega-menu.sub-menu .col-md-3 {
    display: table-cell;
    float: none;
  }
  .menu-header .nav > li .neko-mega-menu.sub-menu .col-md-3:not(:last-child) {
    border-right: 1px solid red;
  }
}
.menu-header .nav > li .neko-mega-menu.sub-menu .mega-inner ul > li > a:not(.btn) {
  padding: 5px 0;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.menu-header .nav > li .neko-mega-menu.sub-menu .mega-inner ul > li > a:not(.btn):hover {
  background: none;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.header-3 .menu-header {
  border-bottom: 1px solid;
}
/** sidebar menu **/
.sidebar-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  
  
}
.sidebar-menu .side_link li {
list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;  
	padding-top:5px;
	padding-bottom:5px
}
.sidebar-menu li a {
  padding: 16px 0;
  display: block;
  
}
.sidebar-menu li a:before {
  font-family: 'custom-icons';
  content: '\e962';
  margin-right: 6px;
}
.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  text-decoration: none;
}

.sidebar-menu li a {
  position: relative;
  padding-left: 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color:#0c51b7;
    
}
.sidebar-menu li a:before {
  position: absolute;
  left: 0;
}
.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  padding-left: 0;
}
.sidebar-menu li a:hover:before,
.sidebar-menu li a.active:before {
  right: 0;
  left: auto;
}



.widget {
  margin-bottom: 24px;
}
/*** box ***/
.box-icon a:hover i {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
/*** button ***/
.btn:not(.border).primary,
.btn:not(.border).btn-primary,
.btn:not(.border).large,
.btn:not(.border).btn-large,
.btn:not(.border).default,
.btn:not(.border).btn-default,
.btn:not(.border).small,
.btn:not(.border).btn-sm,
.btn:not(.border).x-small,
.btn:not(.border).btn-xs,
.btn:not(.border).btn.small,
.btn:not(.border).btn.x-small {
  border: none;
  font-weight: normal;
  letter-spacing: 3px;
}
.btn:not(.border) i:before {
  margin-right: 12px;
}
.btn-success,
.btn.success,
.btn-danger,
.btn.danger,
.btn-info,
.btn.info,
.btn-warning,
.btn.warning {
  border: none;
}
/*** end button ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}
/*** footer ***/
footer#main-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer-rights p,
#footer-rights a {
  text-transform: uppercase;
}
/*** end footer ***/
/*** modal ***/
.modal-content {
  border-radius: 0;
  padding: 24px;
}
/*** magnific popup ***/
.mfp-figure {
  line-height: 0;
  padding: 12px 44px;
  background: #FFF;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #222;
  right: 44px;
  top: 11px;
  padding-right: 0;
  width: 100%;
}
.mfp-counter {
  top: -12px;
  right: 44px;
}
/***  box  ***/
.box {
  border-width: 2px;
}
.box.rounded {
  border-radius: 22px;
}
.caption-over .box {
  border: none;
}
/***  end box  ***/
/***  miscellanious ***/
#neko-to-top {
  padding-bottom: 20px;
  border: 3px solid transparent;
  border-radius: 0;
  bottom: 20px;
  padding: 0;
}
/* MENU */
/* custom bootstrap test */
.container,
.container-fluid {
  padding-right: 22px;
  padding-left: 22px;
}
.row {
  margin-right: -22px;
  margin-left: -22px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 22px;
  padding-left: 22px;
}
/* accordion */
.panel-group {
  border: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-group .panel-heading {
  border-bottom: 1px solid #DDD;
}
.panel-default > .panel-heading {
  background: none;
  padding: 1em 0;
}
.panel-title > a {
  text-transform: uppercase;
}
.progress {
  border-radius: 0;
}
/* custom bootstrap test */
/*** tabs ***/
/** Blog **/
ul.entry-meta li {
  padding-left: 0;
  font-size: 10px;
  text-transform: uppercase;
}
ul.entry-meta li a {
  border-right: 1px solid transparent;
  padding-right: 10px;
}
/** Owl carousel **/
.owl-theme .owl-controls .owl-page span.owl-numbers,
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/** page header **/
.page-header h1 small {
  display: block;
  padding-top: 11px;
}
/** utilities **/
.mb {
  margin-bottom: 44px;
}
.mt {
  margin-top: 44px;
}
.pb {
  padding-bottom: 44px;
}
.pt {
  padding-top: 44px;
}
/*** embed video ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}
#video-bg {
  height: 600px;
}
/* style switcher */
.slide-menu .styleSwitcher {
  right: -170px;
  left: auto;
  top: 280px;
}
.slide-menu .styleSwitcher #showHideSwitcher {
  left: -50px;
  right: auto;
}
/*** Portfolio masonry ***/
.fw-image1 {
  background-image: url('../../../images/portfolio/vign-large1.jpg');
}
.fw-image2 {
  background-image: url('../../../images/portfolio/vign8.jpg');
}
.fw-image3 {
  background-image: url('../../../images/portfolio/vign-large2.jpg');
}
.fw-image4 {
  background-image: url('../../../images/portfolio/vign2.jpg');
}
.fw-image5 {
  background-image: url('../../../images/portfolio/vign-big1.jpg');
}
.fw-image6 {
  background-image: url('../../../images/portfolio/vign7.jpg');
}
.fw-image7 {
  background-image: url('../../../images/portfolio/vign-big2.jpg');
}
.fw-image8 {
  background-image: url('../../../images/portfolio/vign4.jpg');
}
.fw-image9 {
  background-image: url('../../../images/portfolio/vign9.jpg');
}
.fw-image10 {
  background-image: url('../../../images/portfolio/vign-large3.jpg');
}
.fw-image11 {
  background-image: url('../../../images/portfolio/vign10.jpg');
}
.v-image1 {
  background-image: url('../../../images/portfolio/v-image1.jpg');
}
.v-image2 {
  background-image: url('../../../images/portfolio/v-image2.jpg');
}
.v-image3 {
  background-image: url('../../../images/portfolio/v-image3.jpg');
}
.v-image4 {
  background-image: url('../../../images/portfolio/v-image4.jpg');
}
.v-image5 {
  background-image: url('../../../images/portfolio/v-image5.jpg');
}
.v-image6 {
  background-image: url('../../../images/portfolio/v-image6.jpg');
}
.v-image7 {
  background-image: url('../../../images/portfolio/v-image7.jpg');
}
.v-image8 {
  background-image: url('../../../images/portfolio/v-image8.jpg');
}
.v-image9 {
  background-image: url('../../../images/portfolio/v-image9.jpg');
}
.v-image10 {
  background-image: url('../../../images/portfolio/v-image10.jpg');
}
.v-image11 {
  background-image: url('../../../images/portfolio/v-image11.jpg');
}
.v-image12 {
  background-image: url('../../../images/portfolio/v-image12.jpg');
}
/*** Portfolio masonry ***/
/*** hover images ***/
.neko-hover-1 .mask-over a,
.neko-hover-2 .mask-over a {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.02em;
}
/*** prelaoder custom infografix ***/
@media (max-width: 1025px) {
  .preloader-btn-start p,
  .preloader-btn-start img {
    display: none;
  }
}
/*** Parallaxed footer main ***/
/*** tocify (demo neko css framework) ***/
#toc {
  position: static;
  width: 100%;
  border-radius: 0;
  max-height: auto;
}
.ln-doc-example {
  border: 1px solid transparent;
  position: relative;
  padding: 45px 15px 15px;
  margin-bottom: 1.5em;
  border-radius: 4px;
}
.ln-doc-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
body.header-7 .ln-doc-example #pre-header {
  display: block!important;
  height: 31px!important;
  padding-top: 5px!important;
  margin-top: 0!important;
  padding-bottom: 5px!important;
  margin-bottom: 0 !important;
}
.ln-doc-example .container {
  width: 100% !important;
}
.tocify-header {
  text-indent: 0px;
}
.tocify li.tocify-item {
  border-bottom: 1px solid #D7D7D7;
}
.tocify li.tocify-item > a {
  padding: 16px 0;
}
.tocify li.tocify-item > a:hover {
  background: none;
}
/*** swiper coming soon ***/
.coming-soon-slider.swiper-parent .pagination {
  width: 100%;
  text-align: center;
}
.coming-soon-slider.swiper-parent .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: .5;
  border: none;
  background: white;
}
.coming-soon-slider.swiper-parent .swiper-active-switch {
  opacity: 1;
}
/*** form ***/
.form-control {
  border-radius: 0;
}

/*** video ***/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
