.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  padding: 25px 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab,
.owl-stage.owl-grab {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

/* No Js */
.no-js .owl-carousel {
  display: block
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

/*
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out
}

/*
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none;
  border: none;
  padding: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  transition: all 0.13s ease;
  -webkit-transition: all 0.13s ease;
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.span_12.light .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5)
}

.span_12.light .owl-theme .owl-dots .owl-dot.active span,
.span_12.light .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff
}

.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.5);
  -webkit-transform: scale(1.5)
}

.owl-carousel[data-column-padding="5px"] .carousel-item {
  padding: 6px
}

.owl-carousel[data-column-padding="10px"] .carousel-item {
  padding: 11px
}

.owl-carousel[data-column-padding="15px"] .carousel-item {
  padding: 16px
}

.owl-carousel[data-column-padding="20px"] .carousel-item {
  padding: 21px
}

.owl-carousel[data-column-padding="30px"] .carousel-item {
  padding: 31px
}

.owl-carousel[data-column-padding="40px"] .carousel-item {
  padding: 41px
}

.owl-carousel[data-column-padding="50px"] .carousel-item {
  padding: 51px
}

.owl-carousel.moving a {
  pointer-events: none
}

.owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item {
  opacity: 0;
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px)
}

.owl-carousel[data-enable-animation="true"] .owl-controls {
  opacity: 0
}

.owl-carousel[data-enable-animation="true"].animated-in .owl-controls {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s
}

/***************** Scrollbar ******************/
#ascrail2000 {
  background-color: #555;
  width: 16px !important;
  z-index: 10000000 !important
}

#ascrail2000.z-index-adj {
  z-index: 100000000 !important
}


.nectar-button {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #FFF;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 18px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  background-color: #27CFC3;
  display: inline-block
}

#sidebar div ul {
  margin-left: 0px
}

#sidebar div ul li {
  padding: 8px 0px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6
}

#sidebar>div {
  margin-bottom: 50px
}

#sidebar>div:last-child {
  margin-bottom: 0px
}

#sidebar #sidebar-inner {
  margin-bottom: 0px !important
}

#sidebar h4 {
  margin-bottom: 10px;
  color: #999;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  opacity: 1;
}

#sidebar .widget_recent_comments h4,
#sidebar .Simple_Flickr_Photos h4 {
  margin-bottom: 16px
}

#sidebar .widget li.recentcomments {
  padding: 15px !important;
  margin-bottom: 22px;
  border: none;
  position: relative;
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02)
}

#sidebar .widget li:first-child {
  padding-top: 0px
}

#sidebar .widget .tagcloud a,
.post-tags a {
  background-color: #333;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 3px 3px 0px 0px;
  font-size: 8pt !important;
  padding: 5px 7px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

#sidebar .widget_tag_cloud:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden
}

#sidebar .widget .tagcloud a:hover,
.post-tags a:hover {
  background-color: #27CFC3
}

#sidebar .widget input[type=text],
#sidebar .widget input[type=email] {
  padding: 10px;
  width: 100%
}

#sidebar .widget form p {
  padding-bottom: 15px
}

#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_pages ul ul,
#sidebar .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 20px
}

#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
  border-bottom: 0px !important;
  padding: 0px !important
}

#sidebar .widget.widget_categories li a,
#sidebar .widget.widget_pages li a,
#sidebar .widget.widget_nav_menu li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #E6E6E6
}

#sidebar .widget.widget_categories>ul>li:first-child>a,
#sidebar .widget.widget_pages>ul>li:first-child>a,
#sidebar .widget.widget_nav_menu>ul>li:first-child>a {
  padding-top: 0px
}

#sidebar.left-sidebar {
  float: left
}

.post-area.col_last {
  float: right
}

#sidebar>.widget_media_image {
  text-align: center;
}