/*b0e19e7f9aa00410167bc869a3e0e166*/
/* PANGOLIM MAGENTA */
/* @import "custom.scss" */


/*
 *  Owl Carousel
 */

.owl-prev {
	left: -460px;
	right: auto;
}

.owl-next {
	right: -460px;
	left: auto;
}
.owl-dots {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
}
.owl-dot {
        display: inline-block;
        margin: 0;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        opacity: 0.75;
}
.owl-dot.active {
            opacity: 1;
}
.g-owlcarousel-item-button {
  margin-top:25px;
  margin-left:25px;
}
/*
.owlcarousel-offset {
    margin-right: -45px !important;
    margin-bottom: -45px !important;
    margin-left: -45px !important;

    @include breakpoint(mobile-only) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    position: relative;
    z-index: 2;
}


//-------------------------------------------//

// THEME PARTICLES STYLING

.g-owlcarousel {
    color: #eceeef;

    &.has-color-overlay {
        .owl-stage > .owl-item:nth-child(even) {
            .g-owlcarousel-item-img:after {
                background-color: $accent-color-1;
                @include linear-gradient(40deg, $accent-color-1, $accent-color-2);
                opacity: 0.9;
            }
        }

        .owl-stage > .owl-item:nth-child(odd) {
            .g-owlcarousel-item-img:after {
                background-color: $accent-color-2;
                @include linear-gradient(140deg, $accent-color-2, $accent-color-1);
                opacity: 0.9;
            }
        }
    }

    &:hover {
        .owl-nav {
            opacity: 1;
        }
    }
}

.g-owlcarousel-item-wrapper {
    position: relative;
}

.g-owlcarousel-item-img {
    position: relative;

    &:after {
        position: absolute;
        content: "";
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
*/

.g-owlcarousel-item-content-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.g-owlcarousel-item-content {
    margin: 0 0 0 -360px;
    text-align: left;
	padding-top: 0;
	padding-left:0;

}

.g-owlcarousel-item-title {
    font-size: 2.2em;
    line-height: 1.8em;
    font-weight: 700;
	padding-left:0;
}

.g-owlcarousel-item-desc {
    font-size: 1.2em;
    line-height: 0.5rem;
    font-weight: 200;
	padding-left:25px;
    padding-bottom:0;
    margin-top: 0;
    margin-bottom:0;
    width:450px;
}
/* Responsive: Tablets Horizontal ----------------------------------------------------------------------------- */  
@media screen and (min-width: 981px) and (max-width: 1200px){
	.owl-prev {
	visibility: hidden;
    display: none;
  }
  .owl-next {
    visibility: hidden;
    display: none;
  }	
  .g-owlcarousel-item-content {
      margin: -60px 0 0 -360px;
      text-align: left;
      padding-top: 0;
      padding-left:0;

	}
  .g-owlcarousel-item-desc {
    width:400px;
  }
}

/* Responsive: Menu Tablet Vertical ----------------------------------------------------------------------------- */
@media (min-width:768px) and (max-width:980px){
  .owl-prev {
	visibility: hidden;
    display: none;
  }
  .owl-next {
    visibility: hidden;
    display: none;
  }	
  .g-owlcarousel-item-content {
      margin: -60px 0 0 -140px;
      text-align: left;
      padding-top: 0;
      padding-left:0;
	}
    .g-owlcarousel-item-desc {
      font-size: 0.9em;
      line-height: 0.5em;
      font-weight: 200;
      padding-left:25px;
      padding-bottom:0;
      margin-top: 0;
      margin-bottom:0;
      width:300px;
	}
  
}

/* iphone4 ----------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .owl-prev {
	visibility: hidden;
    display: none;
  }
  .owl-next {
    visibility: hidden;
    display: none;
  }	
}

/* Responsive: Mobile ----------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.owl-prev {
      visibility: hidden;
      display: none;
    }
    .owl-next {
      visibility: hidden;
      display: none;
    }
  
    .owl-carousel {
      margin-top: -100px;
  	}
  .g-owlcarousel-item-img{
    margin-top: 90px;
    display: inline-block;
  }
	.g-owlcarousel-item-wrapper {
    position: relative;
    margin-top: 0px;
	width:100%;
	}
  
	.g-owlcarousel-item-content {
    margin: 0px 0 0 -20px;
    text-align: left;
	padding-top: 0;
	padding-left:0;
	}
	.g-owlcarousel-item-title {
    font-size: 1.4em;
    line-height: 0.9em;
    font-weight: 700;
	padding-left:0;
	width:100%;
	}
	.g-owlcarousel-item-desc {
    font-size: 0.7em;
    line-height: 0.5em;
    font-weight: 200;
	padding-left:25px;
    padding-bottom:0;
    margin-top: 0;
    margin-bottom:0;
    width:100%;
	}


}