@CHARSET "UTF-8";
body {
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    margin-top: 2px;
    border: solid 1px #eee;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*headtitle*/

.headtitle {
    display: block;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headtitle h2 {
    font-size: 20px;
}

.headtitle h2,
.headtitle h3,
.headtitle h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #e4e9f0;
}

.headtitle-md {
    margin-bottom: 15px;
}

.headtitle-md h2 {
    font-size: 21px;
}




  
@media (min-width: 768px) {
  .section-sm {
    padding: 40px 0;
  }
  .section-sm.section-first {
    padding-top: 80px;
  }
  .section-sm.section-last {
    padding-bottom: 80px;
  }
  .section-md {
    padding: 70px 0;
  }

}
@media (min-width: 992px) {
  .section-sm {
    padding: 45px 0;
  }
  .section-sm.section-first {
    padding-top: 90px;
  }
  .section-sm.section-last {
    padding-bottom: 90px;
  }
  .section-md {
    padding: 80px 0;
  }
  .container + .parallax-container {
    margin-top: 50px;
  }

}
@media (max-width: 575.98px) {
  .container.grid-demonstration [class^='col'] {
    padding: 5px;
  }
}

.container + .container {
  margin-top: 35px;
}

.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-inset-4,
.section-inset-7,
.section-inset-8 {
  padding: 50px 0;
}
.container + .parallax-container {
  margin-top: 30px;
}
/*
*
* Owl Carousel
*/
.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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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-item > img {
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  -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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
  display: none !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  padding: 0;
  font: 400 28px/40px "Material Design Icons";
  color: rgba(21, 21, 21, 0.2);
  border: none;
  background: transparent;
  transform: translateY(-50%);
  transition: all .25s ease-in-out;
  cursor: pointer;
}

.owl-prev:hover,
.owl-next:hover {
  color: #151515;
}

.owl-prev {
  left: 0;
}

.owl-prev::before {
  content: "\f14a";
}

.owl-next {
  right: 0;
}

.owl-next::before {
  content: "\f14f";
}

/*
 * Owl Pagination
 */
.owl-dots {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
}

.owl-dots.disabled {
  display: none !important;
}

.owl-dot {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: #ebebeb;
  transition: .2s;
}

.owl-dot::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  opacity: 0;
  background: #54c1e5;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  transition: all .2s ease;
}

.owl-dot:only-child {
  display: none;
}

.owl-dot:hover::before, .owl-dot:focus::before {
  opacity: 1;
}

.owl-dot.active::before {
  opacity: 1;
  width: 14px;
  height: 14px;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
  border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
  background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
  background-color: #ffffff;
}

[class*='dots-custom']:not(.dots-custom-wrap) {
  font-size: 0;
  line-height: 0;
}

.dots-custom-wrap {
  margin-top: 20px;
}

.owl-custom-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: -10px;
  margin-left: -10px;
}

.owl-custom-nav:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.owl-custom-nav > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.owl-custom-nav .owl-prev,
.owl-custom-nav .owl-next {
  position: static;
  text-align: center;
  transform: none;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 56px;
  color: #151515;
  border: 2px solid #151515;
  background: #ffffff;
}

.owl-custom-nav .owl-prev:hover,
.owl-custom-nav .owl-next:hover {
  color: #ffffff;
  background: #54c1e5;
  border-color: #54c1e5;
}

@media (min-width: 992px) {
  .owl-custom-nav {
    margin-bottom: -16px;
    margin-left: -16px;
  }
  .owl-custom-nav:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .owl-custom-nav > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .owl-custom-nav .owl-prev,
  .owl-custom-nav .owl-next {
    width: 72px;
    height: 67px;
    line-height: 63px;
  }
}

.owl-custom-nav-2 {
  display: flex;
  align-items: center;
}

.owl-custom-nav-2 .owl-prev,
.owl-custom-nav-2 .owl-next {
  position: static;
  text-align: center;
  padding: 0;
  width: 54px;
  line-height: 28px;
  color: #151515;
  background: #ffffff;
  border: none;
  transform: none;
}

.owl-custom-nav-2 .owl-prev:hover,
.owl-custom-nav-2 .owl-next:hover {
  color: #54c1e5;
}

.owl-custom-nav-2 .owl-next {
  border-left: 1px solid #e1e1e1;
}

.dots-style-2 .owl-dots {
  margin-top: 30px;
}

.dots-style-2 .owl-dot {
  width: 30px;
  height: 20px;
  margin-left: 8px;
  margin-right: 8px;
  background: transparent;
  z-index: 1;
}

.dots-style-2 .owl-dot::before {
  height: 4px;
  width: 100%;
  background: transparent;
  opacity: 1;
  z-index: 0;
}

.dots-style-2 .owl-dot::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  background: #e1e1e1;
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.dots-style-2 .owl-dot:hover::before {
  background: #151515;
}

.dots-style-2 .owl-dot.active::before {
  background: #fee25f;
}

@media (min-width: 576px) {
  .dots-style-2 .owl-dot {
    width: 64px;
  }
}

@media (min-width: 768px) {
  .dots-style-2 .owl-dots {
    margin-top: 45px;
  }
}

.dots-style-3 .owl-dot.active::before {
  background: #54c1e5;
}

.dots-style-4 {
  overflow: hidden;
  padding-right: 30px;
}

.dots-style-4 .owl-dots {
  position: absolute;
  top: -13px;
  right: 0;
  margin-top: 0;
}

.dots-style-4 .owl-dots::before {
  position: absolute;
  content: '';
  top: calc( 100% + 20px);
  height: 100vh;
  border-left: 1px solid #ebebeb;
}

.dots-style-4 .owl-dot {
  display: block;
  margin: 17px 0;
}

@media (min-width: 576px) {
  .dots-style-4 {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .dots-style-4 {
    padding-right: 50px;
  }
}

.owl-style-1 {
  text-align: center;
}

.owl-style-1 .owl-carousel {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.owl-style-1 .owl-dot {
  margin: 0 9px;
}

@media (min-width: 576px) {
  .owl-style-1 {
    position: relative;
    padding-right: 60px;
    padding-bottom: 30px;
  }
  .owl-style-1 .owl-carousel {
    max-width: none;
  }
  .owl-style-1 .owl-carousel::before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #e8e8e8;
    transform: translate3d(60px, 30px, 0);
    pointer-events: none;
  }
  .owl-style-1 .owl-dot {
    display: block;
    margin: 18px auto;
  }
  .dots-custom-wrap {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 100%;
    max-width: 56px;
    text-align: center;
    transform: translate3d(0, -40%, 0);
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .owl-style-1 {
    margin-right: 40px;
    margin-left: 24px;
  }
}

.owl-numbering {
  color: #151515;
  margin-top: 16px;
}

.owl-numbering > * {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .owl-numbering {
    margin-top: 0;
    padding: 6px 5px;
  }
  .owl-numbering > * {
    display: block;
  }
}

.owl-style-2 {
  text-align: center;
}

.owl-style-2 .owl-dots {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .owl-style-2 .owl-dots {
    position: relative;
    display: inline-block;
    margin-top: 50px;
  }
  .owl-style-2 .owl-dots::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(0, -50%, 0);
  }
  .owl-style-2 .owl-dot {
    width: 92px;
    height: 20px;
    margin: 0 75px;
    background: transparent;
  }
  .owl-style-2 .owl-dot:last-child {
    margin-right: 0;
  }
  .owl-style-2 .owl-dot:first-child {
    margin-left: 0;
  }
  .owl-style-2 .owl-dot::before {
    background: #ffffff;
    transition-duration: .3s;
    z-index: 1;
  }
  .owl-style-2 .owl-dot::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    left: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    transform: translate3d(0, -50%, 0);
    will-change: transform;
  }
  .owl-style-2 .owl-dot:focus::before, .owl-style-2 .owl-dot:hover::before {
    width: 100%;
    height: 4px;
  }
  .owl-style-2 .owl-dot.active::before {
    width: 100%;
    height: 4px;
    background: #fee25f;
  }
}

.owl-style-3 .owl-stage-outer {
  margin: -10px -15px;
  padding: 10px 15px;
}

.owl-style-4 .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-style-4 .owl-item {
  flex: 0 0 auto;
}

.owl-style-4 .owl-next,
.owl-style-4 .owl-prev {
  display: none;
  top: 79%;
  transform: none;
}

.owl-style-4 .owl-prev {
  left: 12px;
}

.owl-style-4 .owl-next {
  right: 12px;
}

@media (min-width: 768px) {
  .owl-style-4 {
    overflow: hidden;
  }
  .owl-style-4 > div {
    width: calc( 100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .owl-style-4 .owl-next,
  .owl-style-4 .owl-prev {
    display: inline-block;
  }
  .owl-style-4 .owl-dots {
    display: none;
  }
}

.owl-style-5 .owl-stage-outer {
  margin: -30px -15px -15px;
  padding: 30px 15px 15px;
}

@media (min-width: 1200px) {
  .owl-style-5 .owl-stage-outer {
    margin: -40px -30px -30px;
    padding: 40px 30px 30px;
  }
}

.owl-style-6 .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

@media (min-width: 1200px) {
  * + .owl-style-6 {
    margin-top: 60px;
  }
}

.owl-style-7 .owl-item {
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  .owl-style-7 .owl-dots {
    display: block !important;
    margin-top: 30px;
  }
}

.owl-style-8 .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}

@media (min-width: 1200px) {
  .owl-style-8 .owl-dots {
    margin-top: 70px;
  }
}

.owl-style-9 .owl-stage-outer {
  margin: -10px;
  padding: 10px;
}

.owl-style-10 {
  overflow: hidden;
  padding: 33px 40px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e1e1e1;
}

.owl-style-10 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

.owl-style-10 .owl-nav::before, .owl-style-10 .owl-nav::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1000%;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #e1e1e1;
}

.owl-style-10 .owl-nav::before {
  bottom: 100%;
}

.owl-style-10 .owl-nav::after {
  top: 100%;
}

.owl-style-10 .owl-prev,
.owl-style-10 .owl-next {
  position: relative;
  top: auto;
  line-height: 54px;
  transform: none;
  pointer-events: auto;
}

.owl-style-10 .owl-prev {
  left: -5px;
}

.owl-style-10 .owl-next {
  right: -5px;
}

* + .owl-style-10 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .owl-style-10 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1200px) {
  .owl-style-10 {
    padding-left: 100px;
    padding-right: 100px;
  }
  * + .owl-style-10 {
    margin-top: 70px;
  }
}

.ie-10 .owl-style-10,
.ie-11 .owl-style-10,
.ie-edge .owl-style-10 {
  overflow: visible;
  border-width: 1px;
}

.ie-10 .owl-style-10 .owl-nav::before, .ie-10 .owl-style-10 .owl-nav::after,
.ie-11 .owl-style-10 .owl-nav::before,
.ie-11 .owl-style-10 .owl-nav::after,
.ie-edge .owl-style-10 .owl-nav::before,
.ie-edge .owl-style-10 .owl-nav::after {
  display: none;
}

.ie-10 .owl-style-10 .owl-prev,
.ie-10 .owl-style-10 .owl-next,
.ie-11 .owl-style-10 .owl-prev,
.ie-11 .owl-style-10 .owl-next,
.ie-edge .owl-style-10 .owl-prev,
.ie-edge .owl-style-10 .owl-next {
  background: #ffffff;
}

.owl-style-11 .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}

.owl-style-12 .owl-stage-outer {
  padding: 60px 24px 0;
  margin-left: -24px;
  margin-right: -24px;
}

.owl-style-12 .owl-item .quote-tara-caption {
  opacity: .3;
}

.owl-style-12 .owl-item .quote-tara-author,
.owl-style-12 .owl-item .quote-tara-status {
  opacity: .4;
}

.owl-style-12 .quote-tara {
  pointer-events: none;
}

.owl-style-12 .owl-item.center .quote-tara {
  pointer-events: auto;
}

.owl-style-12 .owl-item.center .quote-tara-caption {
  opacity: 1;
}

.owl-style-12 .owl-item.center .quote-tara-author,
.owl-style-12 .owl-item.center .quote-tara-status {
  opacity: 1;
}

.owl-style-12 .owl-prev,
.owl-style-12 .owl-next {
  top: 0;
  font-size: 31px;
  transform: none;
  color: #151515;
}

.owl-style-12 .owl-prev:hover,
.owl-style-12 .owl-next:hover {
  color: #54c1e5;
}

.owl-style-12 .owl-next {
  right: 5%;
}

.owl-style-12 .owl-prev {
  left: 5%;
}

* + .owl-style-12 {
  margin-top: 26px;
}

@media (min-width: 992px) {
  .owl-style-12 .owl-stage-outer {
    padding-top: 100px;
  }
  .owl-style-12 .owl-prev,
  .owl-style-12 .owl-next {
    top: 35px;
  }
  .owl-style-12 .owl-next {
    right: 14%;
  }
  .owl-style-12 .owl-prev {
    left: 14%;
  }
}

.owl-style-13 .owl-prev,
.owl-style-13 .owl-next {
  display: none;
  font-size: 31px;
  color: #151515;
}

.owl-style-13 .owl-prev:hover,
.owl-style-13 .owl-next:hover {
  color: #54c1e5;
}

.owl-style-13 .owl-dots {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .owl-style-13 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .owl-style-13 .owl-prev,
  .owl-style-13 .owl-next {
    display: inline-block;
  }
  .owl-style-13 .owl-next {
    right: -15px;
  }
  .owl-style-13 .owl-prev {
    left: -15px;
  }
  .owl-style-13 .owl-dots {
    display: none;
  }
}

@media (min-width: 1200px) {
  .owl-style-13 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .owl-style-13 .owl-next {
    right: 20px;
  }
  .owl-style-13 .owl-prev {
    left: 20px;
  }
}

.owl-wrap-1 {
  margin-left: -15px;
  margin-right: -15px;
}

* + .owl-wrap-1 {
  margin-top: 50px;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
