/*------------------------------------------------------------------
    ADD YOUR OWN STYLING HERE AVOID TO USE STYLE.CSS AND MAIN.CSS
	
	IT WILL BE HELPFUL FOR YOU IN FUTURE UPDATES
    -------------------------------------------------------------------*/


.cart-m {
    background-color: #5C1F89;
    padding: 8px;
    display: none;
    height: 50px;
    z-index: 999;
    width: 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #5c1f89;
    border-radius: 4px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    opacity: .8;
    transition: opacity .3s 0s, visibility 0s .3s;
    transition: all 0.4
}

.cart-m > img {
    width: 36px;
    height: 36px;
}

 @media (max-width:767px) {
        .cart-m {
           display: inline-block !important;
       }
   }

.show-product {
   min-height: 420px;
   width: 33.333%;
   overflow: hidden;
   float: left;
   padding: 0px 15px;
}

.menu-toggle i {
   padding: 15px 0;
}

.facebook i {
   color: #3572B0 !important;
}

.twitter i {
   color: #1DA1F2 !important;
}

.dribbble i {
   color: #E05757 !important;
}

.googleplus i {
   color: #D84A38 !important;
}

.linkedin i {
   color: #0077B5 !important;
}


header .is-sticky .sticky {
    padding-top: 0;
}

.is-sticky .sticky .menu-toggle {
	top: 15px;
}


.ini-css-style {
	margin: 19px;
	padding: 0px;

}

ul.footer-partnership{
	height: 40%;
}
ul.footer-partnership li.wrapper:after {
	content: "";
	clear: both;
	display: table;
}
img.footer-partnership {
	float: left;
	height: 30px;
	width: auto;
}

// Peluang Bisnis Box
.pax-zi {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.pax-zi .pack-img {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 3px 3px 0 0;
}
.pax-zi .pack-img > img {width: 100%;}
.pax-zi .pack-detail {
    background: #fdfdfd none repeat scroll 0 0;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    float: left;
    position: relative;
    padding: 24px;
    width: 100%;
}
.pax-zi .pack-detail > span {
    float: left;
    font-family: inherit;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
.pax-zi .pack-detail h3 {
    color: #454545;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.pax-zi .pack-detail h3 a {color: inherit;}
.pax-zi .spent-bar {
    background:#f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    float: left;
    padding:0 40px;
    width: 100%;
    border-radius: 0 0 3px 3px;
}
.pax-zi .spent-bar > span {
    color: #777777;
    font-family: inherit;
    font-size: 12px;
    line-height: 54px;
}
.pax-zi .spent-bar > span.price {
    border-left:1px solid #e9e9e9;
    color: #222222;
    float: right;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
}
.pax-zi .spent-bar > span.price i {
    font-style: normal;
    margin-right: 5px;
}
.pax-zi .pack-img:before{
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.pax-zi .pack-img:hover:before{opacity: 0.5;}
.pax-zi .pack-img > a,
.pax-zi .blog-img a{
    color: #dad9d9;
    font-size: 100px;
    font-weight:200;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
}
.pax-zi .pack-img:hover > a,
.pax-zi .blog-img:hover a{
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.pax-zi .pack-btn {
    background: #f8f8f8 none repeat scroll 0 0;
    cursor: pointer;
    height: 210px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 57px;
    z-index: 1;
    transform:translateY(-58px);
}
.pax-zi .pack-btn::before {
    border-right: 20px solid rgba(0, 0, 0, 0.2);
    border-top: 20px solid rgba(0, 0, 0, 0);
    bottom: 5px;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    width: 0;
}
.pax-zi .pack-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: white;
    z-index: -1;
}
.pax-zi .pack-btn:hover:after{height:100%;}
.pax-zi .pack-btn > span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 57px;
    z-index: 1;
}
.pax-zi .pack-btn > i {
    color: #616161;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    left: -52%;
    min-width: 120px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 58%;
    width: auto;
    transform:rotate(-90deg);
}
.pax-zi .pack-btn:hover > i {color:#ffffff;}

.pax-zi .pack-btn > span,
.pax-zi .pack-btn:after {
    background-color: #5C1F89;
}

.pack-btn:after,
.pack-btn > i{
    transition:all 0.3s linear;
}
//========= End Peluang Box

.pages ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.pages ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.pages ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.pages ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.pages li
{
    display: list-item;
}