/* GENERAL
================================================== */
.text-center {
  text-align: center;
}


/* OVERLAY / MASK
================================================== */

.mask-on{
  position: absolute !important;
  left:0;
  top:0;
  bottom:0;
  width:100%;
  z-index:1;
}

.op-0{ opacity: 0; }
.op-1{ opacity: 0.1; }
.op-2{ opacity: 0.2; }
.op-3{ opacity: 0.3; }
.op-4{ opacity: 0.4; }
.op-5{ opacity: 0.5; }
.op-6{ opacity: 0.6; }
.op-7{ opacity: 0.7; }
.op-8{ opacity: 0.8; }
.op-9{ opacity: 0.9; }
.op-10{ opacity: 1; }


.youtube-video-bg{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
}
/* END OVERLAY / MASK
================================================== */

/* ICONS
================================================== */
/* standard */
i {
  margin-right: 5px;
  width:auto;
  position: relative;
}

i.rounded,
i.squared,
i.circle {
  border: 1px solid transparent;
  margin-right: 0;
}

i:before {
  text-align: inherit;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
  
}
i.vc-composer-icon {
margin-right: 0;
}

/* sizes */
i.x-large:before {
  font-size: 60px;
  line-height: 60px;
}
i.large:before {
  font-size: 40px;
  line-height: 40px;
}
i.medium:before {
  font-size: 22px;
  line-height: 22px;
}
i.small:before{

  line-height: 8px;
  font-size: 8px;
}

i.small {
  width:26px;
}

i.x-large,
i.large {
  width:auto;
}

/*** icons sizes (for rounded, circle and square) ***/
/*** icon circle ***/
i.circle {
  border-radius: 100%;
}
/*** icon rounded ***/
i.rounded {
  border-radius: 22px;
}
/* standard */
i.rounded,
i.squared,
i.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 40px;
  width: 40px;
  padding: 13px 0;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
i.rounded:before,
i.squared:before,
i.circle:before{
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
/* x-large */

i.x-large.rounded,
i.x-large.squared,
i.x-large.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 120px;
  width: 120px;
  padding: 30px 0;
  text-align: center;
}

i.x-large.rounded:before,
i.x-large.squared:before,
i.x-large.circle:before {
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
/* large */

i.large.rounded,
i.large.squared,
i.large.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 100px;
  width: 100px;
  padding: 30px 0;
  text-align: center;
}
i.large.rounded:before,
i.large.squared:before,
i.large.circle:before {
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
/* medium */
i.medium.rounded,
i.medium.squared,
i.medium.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 56px;
  width: 56px;
  padding: 17px 0;
  text-align: center;
}
i.medium.rounded:before,
i.medium.squared:before,
i.medium.circle:before {
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
/* small */
i.small.rounded,
i.small.squared,
i.small.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 26px;
  width: 26px;
  padding: 8px 0;
  text-align: center;
}
i.small.rounded:before,
i.small.squared:before,
i.small.circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
/*** icon rounded/squared/circle colors ***/

/*** icons animated ***/

i.animated {
  transition: all 0.3s ease-in-out;
}

i.animated:hover{
  transform: rotate(360deg);
  transition: all 0.2s;
  cursor: default;
}


/* END ICONS
================================================== */


/* STYLISH HEADING
================================================== */
.stylish-heading{
  position: relative;
}
.stylish-heading.show-neko-icon-on h1, .stylish-heading.show-neko-icon-on h2.medium-heading {
  /*padding-bottom: 70px;*/
  padding-top:14px; 
}

.stylish-heading h2.medium-heading{
  font-size: 24px;
}

.stylish-heading .big-heading {
  font-size: 55px;
  line-height: 1;
}


.stylish-heading .neko-title-icon {
  color:#eeeeee;
  position: absolute;
  left: 0;
  top: -54px;
  bottom: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.stylish-heading .neko-title-icon:before {
  background-color: #eee;
  font-family: "custom-icons";
  display: inline-block;
  height: 10px;
  border-radius: 5px;
  width: 100%;

  left: 0;
  background: none!important;
  position: relative;
  z-index: -1;
  font-size: 120px;
  text-align: center;
  color: inherit;
}

/* Default */
.stylish-heading .neko-title-icon-default:before{
  content: "\e817";
}

/* small title */
.stylish-heading.neko-small-title .neko-title-icon {
  top: -65px;
}


/* medium title */
.stylish-heading.neko-medium-title .neko-title-icon{
  top: -33px;
}


/* large title */
.stylish-heading.neko-large-title .neko-title-icon{
  top: -25px;
}


.stylish-heading .neko-title-icon

.stylish-heading h1,
.stylish-heading h2{
  color:inherit;
}

.stylish-heading h1, .stylish-heading h2.big-heading, .stylish-heading h2.medium-heading, .stylish-heading h2.small-heading {
  margin-bottom: 0;
  z-index: 5;
  position: relative;
  line-height:1.2;
}

.stylish-heading {
  margin-bottom:0.7em;
}

/*.stylish-heading.show-neko-icon-on h1, .stylish-heading.show-neko-icon-on h2.medium-heading{
  margin-bottom:0;
}
*/

.stylish-heading h1 span,
.stylish-heading h2.medium-heading span,
.stylish-heading h2 span{
  margin-bottom: 0.25em;
  font-size: 42%;
  display:block;
  letter-spacing: normal;
  opacity: 0.8;
  font-weight: bold;
  line-height:1.1;
}

.stylish-heading.neko-sub-title-under h1 span,
.stylish-heading.neko-sub-title-under h2.medium-heading span,
.stylish-heading.neko-sub-title-under h2 span {
  margin-top: 0.5em;
}

.stylish-heading h2:not(.medium-heading) span{
  font-size: 60%;
}


/*.stylish-heading h1, .stylish-heading h2.medium-heading*/

.stylish-heading .icon-svg{
  width:120px;
}

.stylish-heading.neko-text-shadow span {
  text-shadow:none;
}
/* END STYLISH HEADING
================================================== */


/* FEATURE BOXES
================================================== */

.neko-vc_feature-box {
  text-align: center;
  display:block;
  width: 100%;
  position: relative;
}

.neko-vc_feature-box .neko-vc_feature-box-hover-link{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
}

.neko-vc_feature-box .neko-vc_feature-box-hover-link:hover + i.animated{
  transform: rotate(360deg);
  transition: all 0.2s;
}

.neko-vc_feature-box h1,
.neko-vc_feature-box h2,
.neko-vc_feature-box h3,
.neko-vc_feature-box h4,
.neko-vc_feature-box h5{
  /*margin-bottom: 6px;*/
}

.neko-vc_feature-box:before,
.neko-vc_feature-box:after {
  content: " ";
  display: table;
}
.neko-vc_feature-box:after {
  clear: both;
}
.neko-vc_feature-box i
{
  margin: 3px 0 16px 0;
}
.neko-vc_feature-box i.rounded,
.neko-vc_feature-box i.squared,
.neko-vc_feature-box i.circle {
  margin: 0 0 16px 0;
}
.neko-vc_feature-box .neko-vc_feature-box-content {
  overflow: hidden;
}

.neko-vc_feature-box .neko-vc_feature-box-content h3,
.neko-vc_feature-box .neko-vc_feature-box-content h2
{
  line-height: 1;
}
.neko-vc_feature-box .neko-vc_feature-box-content p:last-child,
.neko-vc_feature-box .neko-vc_feature-box-content .btn:last-child,
.neko-vc_feature-box .neko-vc_feature-box-content .btn-material:last-child {
  margin-bottom: 0;
}

.neko-vc_feature-box cite:before{
  content:none;
}

@media (min-width: 480px) {
  /* left */
  .neko-vc_feature-box.neko-vc_media-left,
  .neko-vc_feature-box.neko-vc_media-right {
    text-align: left;
  }
  .neko-vc_feature-box.neko-vc_media-left i,
  .neko-vc_feature-box.neko-vc_media-right i
  {
    float: left;
    margin-right: 16px;
  }

  .neko-vc_feature-box.neko-vc_media-left i.circle,
  .neko-vc_feature-box.neko-vc_media-right i.circle,
  .neko-vc_feature-box.neko-vc_media-left i.rounded,
  .neko-vc_feature-box.neko-vc_media-right i.rounded,
  .neko-vc_feature-box.neko-vc_media-left i.squared,
  .neko-vc_feature-box.neko-vc_media-right i.squared,
  {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .neko-vc_feature-box.neko-vc_media-right {
    text-align: right;
    float: right;
  }
  .neko-vc_feature-box.neko-vc_media-left i {
    margin-right: 0;
  }

  .neko-vc_feature-box.neko-vc_media-left i.x-large,
  .neko-vc_feature-box.neko-vc_media-left i.large {
    margin-right: 16px;
  }

  .neko-vc_feature-box.neko-vc_media-right i
  {
    float: right;
    margin-left: 0;
    margin-right: 0;
  }

  .neko-vc_feature-box i:not(.default):before {
    margin-right: 0;
    text-align: inherit;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%); 
  }

  .neko-vc_feature-box.neko-vc_media-right i.x-large,
  .neko-vc_feature-box.neko-vc_media-right i.large {
    margin-left: 16px;
  }

  .neko-vc_feature-box.neko-vc_media-right i.circle,
  .neko-vc_feature-box.neko-vc_media-right i.rounded,
  .neko-vc_feature-box.neko-vc_media-right i.squared{
    margin-left: 16px;
  }

  .neko-vc_feature-box.neko-vc_media-left i.circle,
  .neko-vc_feature-box.neko-vc_media-left i.rounded,
  .neko-vc_feature-box.neko-vc_media-left i.squared{
    margin-right: 16px;
  }
  .neko-vc_feature-box i,
  .neko-vc_feature-box i.rounded,
  .neko-vc_feature-box i.squared,
  .neko-vc_feature-box i.circle {
    margin: 0 ;
  }
}


/* ICON BOXES
================================================== */
.neko-vc_box-icon {
  text-align: center;
}


.neko-vc_box-icon:before,
.neko-vc_box-icon:after {
  content: " ";
  display: table;
}
.neko-vc_box-icon:after {
  clear: both;
}
.neko-vc_box-icon.main-color,
.neko-vc_box-icon.dark-main-color,
.neko-vc_box-icon.light-main-color,
.neko-vc_box-icon.dark-color,
.neko-vc_box-icon.light-color {
  padding-bottom: 24px;
}
.neko-vc_box-icon i {
  margin-bottom: 24px;
  width:auto;
}

.neko-vc_box-icon i.rounded,
.neko-vc_box-icon i.squared,
.neko-vc_box-icon i.circle {
  margin-bottom: 24px;
}

.neko-vc_box-icon i:not(.default):before {
  margin-right: 0;
  text-align: inherit;
  padding: 1px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%); 
}


.neko-vc_box-icon p,
.neko-vc_box-icon .btn {
  margin-bottom: 0;
  position: relative;
  z-index:0;
}

.neko-vc_box-icon h1,
.neko-vc_box-icon h2,
.neko-vc_box-icon h3,
.neko-vc_box-icon h4,
.neko-vc_box-icon h5,
.neko-vc_box-icon h6 {
  line-height: 1;
}

.neko-vc_box-icon a.neko-vc_box-icon-abslink { 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:10;
  height: 100%;
  width:100%;
}

.lt-ie10 .neko-vc_box-icon a {
  background-color: rgba(255,255,255,0);  //hack for ie9
}


.neko-vc_box-icon a:hover {
  text-decoration: none;
}


.neko-vc_box-icon i.animated.nk-hovered-icon {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  cursor:default;
}

/* box align */
.neko-vc_box-icon-left.neko-vc_box-icon{
  text-align: left;
}
.neko-vc_box-icon-left.neko-vc_box-icon i:not(.default)
{
  left: 0;
  transform: initial;
}


.neko-vc_box-icon-right.neko-vc_box-icon{
  text-align: right;
}
.neko-vc_box-icon-right.neko-vc_box-icon i:not(.default)
{
  left: auto;
  right:0;
  transform: initial;
}

/* END ICON BOXES
================================================== */



/* IMAGE BOXES
================================================== */

/* standard */
.neko-vc_box-image .neko-vc_box-image-wrapper {
  margin-right: 5px;
  width:auto;
  position: relative;
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
  backface-visibility: hidden;
}
.neko-vc_box-image .neko-vc_box-image-content {
  padding-top: 24px;
}
.neko-vc_box-image .neko-vc_box-image-wrapper.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.circle {
  border: 1px solid transparent;
  margin-right: 0;
}

/*** icon circle ***/
.neko-vc_box-image .neko-vc_box-image-wrapper.circle {
  border-radius: 100%;
}
/*** icon rounded ***/
.neko-vc_box-image .neko-vc_box-image-wrapper.rounded {
  border-radius: 22px;
}

/* size standard */
.neko-vc_box-image .neko-vc_box-image-wrapper.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.circle {
  display: inline-block;
  font-stretch: normal;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}

/* size medium */
.neko-vc_box-image .neko-vc_box-image-wrapper.medium,
.neko-vc_box-image .neko-vc_box-image-wrapper.medium.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.medium.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.medium.circle {
  height: 120px;
  width: 120px;
  line-height: 22px;
  font-size: 22px;
}

/* size large */
.neko-vc_box-image .neko-vc_box-image-wrapper.large,
.neko-vc_box-image .neko-vc_box-image-wrapper.large.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.large.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.large.circle {
  height: 150px;
  width: 150px;
  line-height: 40px;
  font-size: 40px;
}


/* size x-large */
.neko-vc_box-image .neko-vc_box-image-wrapper.x-large,
.neko-vc_box-image .neko-vc_box-image-wrapper.x-large.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.x-large.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.x-large.circle {
  height: 190px;
  width: 190px;
  line-height: 60px;
  font-size: 60px;
}



/*** image animated ***/
.neko-vc_box-image .neko-vc_box-image-wrapper.animated {
  transition: all 0.3s ease-in-out;
}

.neko-vc_box-image .neko-vc_box-image-wrapper.animated:hover {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  cursor: default;
}



.neko-vc_box-image {
  text-align: center;
  backface-visibility:hidden;
}


.neko-vc_box-image:before,
.neko-vc_box-image:after {
  content: " ";
  display: table;
}

.neko-vc_box-image:after {
  clear: both;
}

.neko-vc_box-image.main-color,
.neko-vc_box-image.dark-main-color,
.neko-vc_box-image.light-main-color,
.neko-vc_box-image.dark-color,
.neko-vc_box-image.light-color {
  padding-bottom: 24px;
}

.neko-vc_box-image .neko-vc_box-image-wrapper {
  margin-bottom: 24px;
  backface-visibility:hidden;
}


.neko-vc_box-image .neko-vc_box-image-wrapper.rounded,
.neko-vc_box-image .neko-vc_box-image-wrapper.squared,
.neko-vc_box-image .neko-vc_box-image-wrapper.circle {
  margin-bottom: 24px;
}


.neko-vc_box-image p,
.neko-vc_box-image .btn {
  margin-bottom: 0;
}
.neko-vc_box-image a.neko-vc_box-image-abslink h1,
.neko-vc_box-image a.neko-vc_box-image-abslink h2,
.neko-vc_box-image a.neko-vc_box-image-abslink h3,
.neko-vc_box-image a.neko-vc_box-image-abslink h4,
.neko-vc_box-image a.neko-vc_box-image-abslink h5,
.neko-vc_box-image a.neko-vc_box-image-abslink h6 {
  transition: all 0.3s ease-in-out;
}

.neko-vc_box-image a.neko-vc_box-image-abslink { 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:10;
}

.lt-ie10 .neko-vc_box-image a.neko-vc_box-image-abslink {
  background-color: rgba(255,255,255,0);  //hack for ie9
}

.neko-vc_box-image a.neko-vc_box-image-abslink p {
  transition: all 0.3s ease-in-out;
}
.neko-vc_box-image a.neko-vc_box-image-abslink:hover {
  text-decoration: none;
}


.neko-vc_box-image .neko-vc_box-image-wrapper.animated.nk-hovered-image  {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  cursor:default;
}


/* END IMAGE BOXES
================================================== */








/* CALL TO ACTION
================================================== */




.neko-vc_cta-box {
  padding: 26px;
}
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h1,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h2,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h3,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h4,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h5,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) h6,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) p,
.neko-vc_cta-box:not(.neko-vc_cta-box-left) blockquote {
  text-align: center;
}

.neko-vc_cta-box h2 {
  font-size:26px;
  margin-bottom: 0;
  line-height: 1.5;
}


.neko-vc_cta-box h2:first-child{
  margin-top: 0;
}

.neko-vc_cta-box h2.neko-vc_cta-box-title-medium {
  font-size: 44px;
}

.neko-vc_cta-box h2.neko-vc_cta-box-title-large {
font-size: 55px;
}

.neko-vc_cta-box h2.neko-vc_cta-box-title-x-large {
font-size: 66px;
}

.neko-vc_cta-box-textfield.neko-vc_cta-box-spacer {
  margin-top: 6px;
}

.neko-vc_cta-box h1:last-child,
.neko-vc_cta-box h2:last-child,
.neko-vc_cta-box h3:last-child,
.neko-vc_cta-box h4:last-child,
.neko-vc_cta-box h5:last-child,
.neko-vc_cta-box h6:last-child,
.neko-vc_cta-box p:last-child,
.neko-vc_cta-box blockquote:last-child {
  margin-bottom: 0;
}
.neko-vc_cta-box:not(.neko-vc_cta-box-left) .neko-vc_cta-box-btn {
  text-align: center;
  margin-top: 24px;
}

.neko-vc_cta-box-left .neko-vc_cta-box-btn {
  margin-top: 26px;
}

.neko-vc_cta-box .neko-vc_cta-box-btn a {
  margin-bottom: 0;
  border-radius: 0;
}



/* 2 buttons, add margin bottom for btn and fix ctabox paddings */
/*.neko-vc_cta-box.neko-vc_cta-box-centered-2-btn {
  padding-bottom: 34px;
}*/

/*.neko-vc_cta-box.neko-vc_cta-box-centered-2-btn .btn {
  margin-bottom: 10px;
}
*/

@media (min-width: 992px) {
  .neko-vc_cta-box {
    padding: 96px;
  }

/*  .neko-vc_cta-box.neko-vc_cta-box-centered-2-btn {
    padding-bottom: 86px;
  }*/
  .neko-vc_cta-box.neko-vc_cta-box-2cols {
    display: table;
    width: 100%;
  }
  .neko-vc_cta-box.neko-vc_cta-box-2cols .neko-vc_cta-box-text,
  .neko-vc_cta-box.neko-vc_cta-box-2cols .neko-vc_cta-box-btn {
    display: table-cell;
    vertical-align: middle;
  }
  .neko-vc_cta-box.neko-vc_cta-box-2cols .neko-vc_cta-box-btn {
    margin-top: 0;
  }
  .neko-vc_cta-box.neko-vc_cta-box-2cols h1,
  .neko-vc_cta-box.neko-vc_cta-box-2cols h2,
  .neko-vc_cta-box.neko-vc_cta-box-2cols h3,
  .neko-vc_cta-box.neko-vc_cta-box-2cols h4,
  .neko-vc_cta-box.neko-vc_cta-box-2cols h5,
  .neko-vc_cta-box.neko-vc_cta-box-2cols p,
  .neko-vc_cta-box.neko-vc_cta-box-2cols blockquote {
    text-align: left;
  }
  .neko-vc_cta-box.neko-vc_cta-box-2cols .neko-vc_cta-box-btn {
    text-align: right;
    padding-left: 22px;
  }
  .neko-vc_cta-box .neko-vc_cta-box-btn a {
    white-space: nowrap;
  }
}
@media (max-width: 991px) { 
  .neko-vc_cta-box .btn {
    white-space: normal;
  }

}



/* END CALL TO ACTION
================================================== */


/* icon list
================================================== */

.entry-content ul.neko-vc_list-icon-ul{
  list-style: none;
  margin:0;
  padding:0;
}

.entry-content ul.neko-vc_list-icon-ul li {
  padding:5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.entry-content ul.neko-vc_list-icon-ul li i {
  font-size: 12px;
  margin-right: 10px;
  width:12px;
}

/* End icon list
================================================== */

/* Testimonial
================================================== */

.neko-vc_testimonial {
  text-align: left;
}

.neko-vc_box-arrow {
  background-color: #222;
  padding:24px;

}

.neko-vc_box-arrow:before,
.neko-vc_box-arrow:after {
  content: " ";
  display: table;

}

.neko-vc_testimonial:after {
  clear: both;
}

.neko-vc_testimonial cite:before{
  content:none;
}

.neko-vc_box-arrow:before {
  color: #ffffff;
}

.neko-vc_testimonial blockquote {
  margin-bottom: 0;
}

.neko-vc_testimonial blockquote p{
  font-size: 22px;
}

.neko-vc_testimonial .avatar {
  margin-left: 24px;
  margin-right: 16px;
  margin-bottom: 0;
  margin-top: 20px;
  float: left;
  width: 80px;
  height: 80px;
  padding: 4px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius:50%;
}
.neko-vc_testimonial .neko-vc_box-arrow:after,
.neko-vc_testimonial .neko-vc_box-arrow:before {
  left: 64px;
}

.neko-vc_box-arrow {
  position: relative;
  color:#fff;
}


.neko-vc_box-arrow .neko-arrow {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
  margin-left: 20px;
  top: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}



/* End Testimonial
================================================== */

/* SPACER
================================================== */
.neko-spacer-default{
  height: 50px;
  position: relative;
}

.neko-spacer-large{
  height: 250px;  
}

.neko-spacer-medium{
  height: 110px;  
}

.neko-spacer-small{
  height: 30px;
}


.neko-hr{
  text-align: center;
  background:transparent;
  border-top: 1px solid #eee;
  position: relative;
  width: 100%;
  top:50%;
  left:0;
  transform:translateY(-50%);
}



.neko-hr i, .neko-hr i.neko-icon-default{
  display: inline-block;
  font-family: "custom-icons";
  position: absolute;
  font-size: 1em;
  padding:0;
  margin:0;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #f8f8f8;
  color: #a2a2a2;

}


.neko-hr i.neko-icon-large{
  font-size: 60px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  top: -0.9em;
}
.neko-hr i.neko-icon-medium{
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -0.9em;
}
.neko-hr i.neko-icon-small{
  font-size: 10px;
  top: -1.8em;
}

.neko-hr .neko-spacer-icon-star:before    {content: "\e80a";}
.neko-hr .neko-spacer-icon-cross:before   {content: "\e892";}
.neko-hr .neko-spacer-icon-plus:before    {content: "\e81a";}
.neko-hr .neko-spacer-icon-dot:before   {content: "\e902";}
.neko-hr .neko-spacer-icon-burger:before  {content: "\e84d";}

/* End SPACER
================================================== */




/* IMAGE GRID
================================================== */
/* grid with borders, ie. used for logo */
.neko-border-grid .col-lg-1,
.neko-border-grid .col-lg-10,
.neko-border-grid .col-lg-11,
.neko-border-grid .col-lg-12,
.neko-border-grid .col-lg-2,
.neko-border-grid .col-lg-3,
.neko-border-grid .col-lg-4,
.neko-border-grid .col-lg-5,
.neko-border-grid .col-lg-6,
.neko-border-grid .col-lg-7,
.neko-border-grid .col-lg-8,
.neko-border-grid .col-lg-9,
.neko-border-grid .col-md-1,
.neko-border-grid .col-md-10,
.neko-border-grid .col-md-11,
.neko-border-grid .col-md-12,
.neko-border-grid .col-md-2,
.neko-border-grid .col-md-3,
.neko-border-grid .col-md-4,
.neko-border-grid .col-md-5,
.neko-border-grid .col-md-6,
.neko-border-grid .col-md-7,
.neko-border-grid .col-md-8,
.neko-border-grid .col-md-9,
.neko-border-grid .col-sm-1,
.neko-border-grid .col-sm-10,
.neko-border-grid .col-sm-11,
.neko-border-grid .col-sm-12,
.neko-border-grid .col-sm-2,
.neko-border-grid .col-sm-3,
.neko-border-grid .col-sm-4,
.neko-border-grid .col-sm-5,
.neko-border-grid .col-sm-6,
.neko-border-grid .col-sm-7,
.neko-border-grid .col-sm-8,
.neko-border-grid .col-sm-9,
.neko-border-grid .col-xs-1,
.neko-border-grid .col-xs-10,
.neko-border-grid .col-xs-11,
.neko-border-grid .col-xs-12,
.neko-border-grid .col-xs-2,
.neko-border-grid .col-xs-3,
.neko-border-grid .col-xs-4,
.neko-border-grid .col-xs-5,
.neko-border-grid .col-xs-6,
.neko-border-grid .col-xs-7,
.neko-border-grid .col-xs-8,
.neko-border-grid .col-xs-9 {
  padding: 0!important;
}
.neko-border-grid .row {
  padding-left: 22px;
  padding-right: 22px;
}
.neko-border-grid .row .col-lg-1,
.neko-border-grid .row .col-lg-10,
.neko-border-grid .row .col-lg-11,
.neko-border-grid .row .col-lg-12,
.neko-border-grid .row .col-lg-2,
.neko-border-grid .row .col-lg-3,
.neko-border-grid .row .col-lg-4,
.neko-border-grid .row .col-lg-5,
.neko-border-grid .row .col-lg-6,
.neko-border-grid .row .col-lg-7,
.neko-border-grid .row .col-lg-8,
.neko-border-grid .row .col-lg-9,
.neko-border-grid .row .col-md-1,
.neko-border-grid .row .col-md-10,
.neko-border-grid .row .col-md-11,
.neko-border-grid .row .col-md-12,
.neko-border-grid .row .col-md-2,
.neko-border-grid .row .col-md-3,
.neko-border-grid .row .col-md-4,
.neko-border-grid .row .col-md-5,
.neko-border-grid .row .col-md-6,
.neko-border-grid .row .col-md-7,
.neko-border-grid .row .col-md-8,
.neko-border-grid .row .col-md-9,
.neko-border-grid .row .col-sm-1,
.neko-border-grid .row .col-sm-10,
.neko-border-grid .row .col-sm-11,
.neko-border-grid .row .col-sm-12,
.neko-border-grid .row .col-sm-2,
.neko-border-grid .row .col-sm-3,
.neko-border-grid .row .col-sm-4,
.neko-border-grid .row .col-sm-5,
.neko-border-grid .row .col-sm-6,
.neko-border-grid .row .col-sm-7,
.neko-border-grid .row .col-sm-8,
.neko-border-grid .row .col-sm-9,
.neko-border-grid .row .col-xs-1,
.neko-border-grid .row .col-xs-10,
.neko-border-grid .row .col-xs-11,
.neko-border-grid .row .col-xs-12,
.neko-border-grid .row .col-xs-2,
.neko-border-grid .row .col-xs-3,
.neko-border-grid .row .col-xs-4,
.neko-border-grid .row .col-xs-5,
.neko-border-grid .row .col-xs-6,
.neko-border-grid .row .col-xs-7,
.neko-border-grid .row .col-xs-8,
.neko-border-grid .row .col-xs-9 {
  border-right: 1px solid transparent;
}
@media (max-width: 768px) {
  .neko-border-grid .row .col-lg-1,
  .neko-border-grid .row .col-lg-10,
  .neko-border-grid .row .col-lg-11,
  .neko-border-grid .row .col-lg-12,
  .neko-border-grid .row .col-lg-2,
  .neko-border-grid .row .col-lg-3,
  .neko-border-grid .row .col-lg-4,
  .neko-border-grid .row .col-lg-5,
  .neko-border-grid .row .col-lg-6,
  .neko-border-grid .row .col-lg-7,
  .neko-border-grid .row .col-lg-8,
  .neko-border-grid .row .col-lg-9,
  .neko-border-grid .row .col-md-1,
  .neko-border-grid .row .col-md-10,
  .neko-border-grid .row .col-md-11,
  .neko-border-grid .row .col-md-12,
  .neko-border-grid .row .col-md-2,
  .neko-border-grid .row .col-md-3,
  .neko-border-grid .row .col-md-4,
  .neko-border-grid .row .col-md-5,
  .neko-border-grid .row .col-md-6,
  .neko-border-grid .row .col-md-7,
  .neko-border-grid .row .col-md-8,
  .neko-border-grid .row .col-md-9,
  .neko-border-grid .row .col-sm-1,
  .neko-border-grid .row .col-sm-10,
  .neko-border-grid .row .col-sm-11,
  .neko-border-grid .row .col-sm-12,
  .neko-border-grid .row .col-sm-2,
  .neko-border-grid .row .col-sm-3,
  .neko-border-grid .row .col-sm-4,
  .neko-border-grid .row .col-sm-5,
  .neko-border-grid .row .col-sm-6,
  .neko-border-grid .row .col-sm-7,
  .neko-border-grid .row .col-sm-8,
  .neko-border-grid .row .col-sm-9,
  .neko-border-grid .row .col-xs-1,
  .neko-border-grid .row .col-xs-10,
  .neko-border-grid .row .col-xs-11,
  .neko-border-grid .row .col-xs-12,
  .neko-border-grid .row .col-xs-2,
  .neko-border-grid .row .col-xs-3,
  .neko-border-grid .row .col-xs-4,
  .neko-border-grid .row .col-xs-5,
  .neko-border-grid .row .col-xs-6,
  .neko-border-grid .row .col-xs-7,
  .neko-border-grid .row .col-xs-8,
  .neko-border-grid .row .col-xs-9 {
    border: none;
  }
}
.neko-border-grid .row:not(:last-child) .col-lg-1,
.neko-border-grid .row:not(:last-child) .col-lg-10,
.neko-border-grid .row:not(:last-child) .col-lg-11,
.neko-border-grid .row:not(:last-child) .col-lg-12,
.neko-border-grid .row:not(:last-child) .col-lg-2,
.neko-border-grid .row:not(:last-child) .col-lg-3,
.neko-border-grid .row:not(:last-child) .col-lg-4,
.neko-border-grid .row:not(:last-child) .col-lg-5,
.neko-border-grid .row:not(:last-child) .col-lg-6,
.neko-border-grid .row:not(:last-child) .col-lg-7,
.neko-border-grid .row:not(:last-child) .col-lg-8,
.neko-border-grid .row:not(:last-child) .col-lg-9,
.neko-border-grid .row:not(:last-child) .col-md-1,
.neko-border-grid .row:not(:last-child) .col-md-10,
.neko-border-grid .row:not(:last-child) .col-md-11,
.neko-border-grid .row:not(:last-child) .col-md-12,
.neko-border-grid .row:not(:last-child) .col-md-2,
.neko-border-grid .row:not(:last-child) .col-md-3,
.neko-border-grid .row:not(:last-child) .col-md-4,
.neko-border-grid .row:not(:last-child) .col-md-5,
.neko-border-grid .row:not(:last-child) .col-md-6,
.neko-border-grid .row:not(:last-child) .col-md-7,
.neko-border-grid .row:not(:last-child) .col-md-8,
.neko-border-grid .row:not(:last-child) .col-md-9,
.neko-border-grid .row:not(:last-child) .col-sm-1,
.neko-border-grid .row:not(:last-child) .col-sm-10,
.neko-border-grid .row:not(:last-child) .col-sm-11,
.neko-border-grid .row:not(:last-child) .col-sm-12,
.neko-border-grid .row:not(:last-child) .col-sm-2,
.neko-border-grid .row:not(:last-child) .col-sm-3,
.neko-border-grid .row:not(:last-child) .col-sm-4,
.neko-border-grid .row:not(:last-child) .col-sm-5,
.neko-border-grid .row:not(:last-child) .col-sm-6,
.neko-border-grid .row:not(:last-child) .col-sm-7,
.neko-border-grid .row:not(:last-child) .col-sm-8,
.neko-border-grid .row:not(:last-child) .col-sm-9,
.neko-border-grid .row:not(:last-child) .col-xs-1,
.neko-border-grid .row:not(:last-child) .col-xs-10,
.neko-border-grid .row:not(:last-child) .col-xs-11,
.neko-border-grid .row:not(:last-child) .col-xs-12,
.neko-border-grid .row:not(:last-child) .col-xs-2,
.neko-border-grid .row:not(:last-child) .col-xs-3,
.neko-border-grid .row:not(:last-child) .col-xs-4,
.neko-border-grid .row:not(:last-child) .col-xs-5,
.neko-border-grid .row:not(:last-child) .col-xs-6,
.neko-border-grid .row:not(:last-child) .col-xs-7,
.neko-border-grid .row:not(:last-child) .col-xs-8,
.neko-border-grid .row:not(:last-child) .col-xs-9 {
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .neko-border-grid .row:not(:last-child) .col-lg-1,
  .neko-border-grid .row:not(:last-child) .col-lg-10,
  .neko-border-grid .row:not(:last-child) .col-lg-11,
  .neko-border-grid .row:not(:last-child) .col-lg-12,
  .neko-border-grid .row:not(:last-child) .col-lg-2,
  .neko-border-grid .row:not(:last-child) .col-lg-3,
  .neko-border-grid .row:not(:last-child) .col-lg-4,
  .neko-border-grid .row:not(:last-child) .col-lg-5,
  .neko-border-grid .row:not(:last-child) .col-lg-6,
  .neko-border-grid .row:not(:last-child) .col-lg-7,
  .neko-border-grid .row:not(:last-child) .col-lg-8,
  .neko-border-grid .row:not(:last-child) .col-lg-9,
  .neko-border-grid .row:not(:last-child) .col-md-1,
  .neko-border-grid .row:not(:last-child) .col-md-10,
  .neko-border-grid .row:not(:last-child) .col-md-11,
  .neko-border-grid .row:not(:last-child) .col-md-12,
  .neko-border-grid .row:not(:last-child) .col-md-2,
  .neko-border-grid .row:not(:last-child) .col-md-3,
  .neko-border-grid .row:not(:last-child) .col-md-4,
  .neko-border-grid .row:not(:last-child) .col-md-5,
  .neko-border-grid .row:not(:last-child) .col-md-6,
  .neko-border-grid .row:not(:last-child) .col-md-7,
  .neko-border-grid .row:not(:last-child) .col-md-8,
  .neko-border-grid .row:not(:last-child) .col-md-9,
  .neko-border-grid .row:not(:last-child) .col-sm-1,
  .neko-border-grid .row:not(:last-child) .col-sm-10,
  .neko-border-grid .row:not(:last-child) .col-sm-11,
  .neko-border-grid .row:not(:last-child) .col-sm-12,
  .neko-border-grid .row:not(:last-child) .col-sm-2,
  .neko-border-grid .row:not(:last-child) .col-sm-3,
  .neko-border-grid .row:not(:last-child) .col-sm-4,
  .neko-border-grid .row:not(:last-child) .col-sm-5,
  .neko-border-grid .row:not(:last-child) .col-sm-6,
  .neko-border-grid .row:not(:last-child) .col-sm-7,
  .neko-border-grid .row:not(:last-child) .col-sm-8,
  .neko-border-grid .row:not(:last-child) .col-sm-9,
  .neko-border-grid .row:not(:last-child) .col-xs-1,
  .neko-border-grid .row:not(:last-child) .col-xs-10,
  .neko-border-grid .row:not(:last-child) .col-xs-11,
  .neko-border-grid .row:not(:last-child) .col-xs-12,
  .neko-border-grid .row:not(:last-child) .col-xs-2,
  .neko-border-grid .row:not(:last-child) .col-xs-3,
  .neko-border-grid .row:not(:last-child) .col-xs-4,
  .neko-border-grid .row:not(:last-child) .col-xs-5,
  .neko-border-grid .row:not(:last-child) .col-xs-6,
  .neko-border-grid .row:not(:last-child) .col-xs-7,
  .neko-border-grid .row:not(:last-child) .col-xs-8,
  .neko-border-grid .row:not(:last-child) .col-xs-9 {
    border: none;
  }
}



/* End IMAGE GRID
================================================== */



/* BANNER
================================================== */
.neko-img-fullwidth{
  max-width:none;
  width: 100%;
}

.neko-banner{
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  font-size: 0;
}

.neko-banner > a {
  display: inline-block;
  width: 100%;
}

.neko-banner img{
  transition: all 0.35s;
  width: 100%;
}


.neko-banner:hover img{
  transition: all 0.35s;
  transform:scale(1.2,1.2);
  
}

.neko-banner-content{
  position: absolute;
  width:100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding-left: 25px;
  padding-right:25px;
  backface-visibility:hidden;
}

.neko-banner-content p{
  margin-bottom: 13px;
}

.neko-banner-content p,
.neko-banner-content p span{
  font-size: 17px;
}

.neko-banner-content .neko-banner-txt-dark,
.neko-banner-content .neko-banner-txt-dark h1,
.neko-banner-content .neko-banner-txt-dark h2,
.neko-banner-content .neko-banner-txt-dark h3,
.neko-banner-content .neko-banner-txt-dark h4,
.neko-banner-content .neko-banner-txt-dark h5,
.neko-banner-content .neko-banner-txt-dark h6,
.neko-banner-content .neko-banner-txt-dark p {
  color: #444444 !important;
}

.neko-banner-content .neko-banner-txt-light,
.neko-banner-content .neko-banner-txt-light h1,
.neko-banner-content .neko-banner-txt-light h2,
.neko-banner-content .neko-banner-txt-light h3,
.neko-banner-content .neko-banner-txt-light h4,
.neko-banner-content .neko-banner-txt-light h5,
.neko-banner-content .neko-banner-txt-light h6,
.neko-banner-content .neko-banner-txt-light p{
  color: #ffffff !important;
}

.neko-banner .neko-banner-overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
}

.neko-banner .neko-banner-content .btn{
  margin-bottom:0;
}

/* End BANNER
================================================== */


/* PAGE HEADER
================================================== */
/* heights */
.neko-vc_page-header-size-small{
  padding: 1em 0;
}

.neko-vc_page-header-size-medium{
  padding: 2em 0;
}

.neko-vc_page-header-size-large{
  padding: 4em 0;
}

.neko-vc_page-header-size-xlarge{
  padding: 6em 0;
}

.neko-vc_page-header h1{
  line-height: 1;
}

.neko-vc_page-header p {
  margin-bottom:0;
  line-height: 1.5;
  font-weight: lighter;
  font-size: 18px;
}

@media (min-width: 767px) {
  .neko-vc_page-header-size-small{
    padding: 1em 0;
  }

  .neko-vc_page-header-size-medium{
    padding: 3em 0;
  }

  .neko-vc_page-header-size-large{
    padding: 8em 0;
  }

  .neko-vc_page-header-size-xlarge{
    padding: 10em 0;
  }

/* h1 size*/
  .neko-vc_page-header-title-medium h1 { 
    font-size: 36px;
  }

  .neko-vc_page-header-title-large h1 { 
    font-size: 50px;
  }

  .neko-vc_page-header-title-xlarge h1 { 
    font-size: 66px;
  }

  .neko-vc_page-header-title-medium p{
    font-size: 18px;
  }

   .neko-vc_page-header-title-large p{
    font-size: 25px;
  }

   .neko-vc_page-header-title-xlarge p{
    font-size: 33px;
  }

}

@media (min-width: 1024px) {
  .neko-vc_page-header-size-small{
    padding: 2em 0;
  }

  .neko-vc_page-header-size-medium{
    padding: 8em 0;
  }

  .neko-vc_page-header-size-large{
    padding: 12em 0;
  }

  .neko-vc_page-header-size-xlarge{
    padding: 18em 0;
  }

  .neko-vc_page-header-size-medium h1 { 
    font-size: 48px;
  }

  .neko-vc_page-header-size-large h1 { 
    font-size: 66px;
  }

  .neko-vc_page-header-size-xlarge h1 { 
    font-size: 88px;
  }

/* h1 size */
    .neko-vc_page-header-title-medium h1 { 
    font-size: 44px;
  }

  .neko-vc_page-header-title-large h1 { 
    font-size: 66px;
  }

  .neko-vc_page-header-title-xlarge h1 { 
    font-size: 77px;
  }


}



/* align */
.neko-vc_page-header-align-left {
  text-align: left;
}

.neko-vc_page-header-align-center {
  text-align: center;
}

.neko-vc_page-header-align-right {
  text-align: right;
}

/* margins */
.neko-vc_page-header h1{
  margin-bottom:0;
}



.neko-vc_page-header p,
.neko-vc_page-header h2,
.neko-vc_page-header h3,
.neko-vc_page-header h4,
.neko-vc_page-header h5,
.neko-vc_page-header h6 {
  padding-top: 26px;
}

.neko-vc_page-header .btn {
  margin-top:2em;
}

.neko-vc_page-header a.btn:first-of-type {
  margin-right:0.75em;
}

/* breadcrumb */

.neko-vc_page-header-breadcrumb {
  font-size: 12px;
  margin-top: 1em;
}
.neko-vc_page-header-breadcrumb-light{
  color:white;
} 
.neko-vc_page-header-breadcrumb .delimiter{
  padding:0 5px;
}

.neko-vc_page-header-breadcrumb .neko-cart-link, .neko-vc_page-header-breadcrumb .menu-item-language{
  display:none;
}

/* 2 columns */
.neko-vc_page-header-2-cols:not(.neko-vc_page-header-size-) .neko-vc_page-header-breadcrumb {
  margin-top: 0;
} 

@media (min-width: 1024px) {
  .neko-vc_page-header-2-cols .neko-vc_page-header-breadcrumb {
    text-align: right;
  } 
}

/* breadcrumb colors*/
.neko-vc_page-header-breadcrumb-light, {
  color:white;
}
.neko-vc_page-header-breadcrumb-light a,
.neko-vc_page-header-breadcrumb-light a:link,
.neko-vc_page-header-breadcrumb-light a:visited {
  color:white;
  opacity:0.75;
}

.neko-vc_page-header-breadcrumb-light a:hover{
  opacity:1;
}


.neko-vc_page-header-breadcrumb-dark {
  color:#111;
}

.neko-vc_page-header-breadcrumb-dark a,
.neko-vc_page-header-breadcrumb-dark a:link,
.neko-vc_page-header-breadcrumb-dark a:visited {
  color:#111;
  opacity:0.75;
}

.neko-vc_page-header-breadcrumb-dark a:hover{
  opacity:1;
}


/* End PAGE HEADER
================================================== */



/* BOX
================================================== */

.neko-box.neko-shadow-box{
  box-shadow: 0 60px 100px -80px rgba(0,0,0,0.9),0 0 70px 0 rgba(0,0,0,0.1);
}

/* End BOX
================================================== */