body {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   background: #f8f9fc url(assets/orenjiro.svg);
   background-attachment: fixed;
   background-size: cover;
   
}
::-webkit-scrollbar {
   width: 10px;
}
::-webkit-scrollbar-track {
   background: #ccdef1;
}
::-webkit-scrollbar-thumb {
   background: linear-gradient(180deg, #ff8217 10%, #ff0182 77%);
   border-radius: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
   background: #b8d0ea;
   border-radius: 10px;
   display: none;
}

body a {
   color: #ff513f;
}

body a:hover {
   color: #ff8d00;
   text-decoration: none;
}

#body-login {
	background: url(assets/bg2.png)
}

.btn .btn-sm .action-button .rounded-0 {
    border-radius: 10px;
}

.rounded-all {
    border-radius: 10px;
}

.border-secondary {
    /* color: #9162ed!important; */
    border-color: #e3e6f0!important;
    padding: 10px 0 10px 10px;
    margin-top: 0px;
    background: #ffffff00;
    border-radius: 0.75rem;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    overflow: hidden;
}

.content-bg {
	background: #ffffffe3;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px!important;
    margin-bottom: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


/* TOP BAR */
.top-bar {
	background-color: transparent;
    background-attachment: fixed;
    color: #ffffff;
    font-size: 14px;
    padding: 26px 0 10px;
    border-top: 0px solid #ffffff3b;
    border-radius: 10px 10px 0px 0px;
    margin-top: 10px;
    background-image: linear-gradient(163deg,#ff8217 12%,#ff0182 69%);
}
.top-bar a {
   color: #ffffff;
}
.top-bar a:hover {
   color: #ffffff;
}
.top-bar i {
   margin-right: 5px;
}

li.list-inline-item.pl-3.pr-3 {
    background: #ffffff33;
    border-radius: 6px;
}

#namaweb {
	font-size: 25px;
    margin-top: 10px;
    margin-bottom: 3px;
}

/* HEAD-LINE */
.container-fluid.headline {
    background: #ff5a2c;
    color: white;
    border-bottom: 3px solid #78c9f9;
}

/* MENU BAR */
.sm-clean a .sub-arrow {
	background: #d5efff38;
	color: #ffffff;
	border-radius: 6px;
}

.menu-bar {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ff4978;
    border-bottom: 0px solid #9b5dca;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(170deg,#ff7720 8%,#ff3c51 47%,#ff404f 100%);
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.navbar-brand-fade{
	color: #fff;
    max-width: 80%;
    overflow: hidden;
    height: 45px;
    padding-top: 11px;
	opacity: 0;
	transition-duration: .5s;
}
.navbar-brand-fade.active{
	color: #fff;
    max-width: 80%;
    overflow: hidden;
    height: 45px;
    padding-top: 11px;
	opacity: 1;
}
.sm-clean {
   background: #ff5a2c00;
}
.sm-clean ul {
  background: #ff4a45;
  border-bottom: 0px solid #fff401;
  border-radius: 0px 0px 5px 5px;
}
.sm-clean ul a {
   color: #fff;
}
.sm-clean li {
   background: #111b5100;
   transition-duration: .2s
}

.sm-clean li:hover {
    background: #ffffff40;
    border-radius: 4px 4px 0px 0px;
	border-top: 0px solid #b6fbf4;
}

.sm-clean > li:first-child {
/*	border-top: 0;
    background: #8e9be0;
    margin-right: 10px;
    border-radius: 4px 4px 0px 0px; */
    padding: 0px 4px 0px 4px;
}

/* Dropdown hover background Menu */
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #ffffff10;
    color: #ffffff;
    border-radius: 6px;
}

.sm-clean a:hover, .sm-clean a:active, .sm-clean a.highlighted {
  color: #ffffff;

}

/* CAROUSEL */
.carousel {
    position: relative;
    background-color: #f4f5f800;
    /* -webkit-filter: drop-shadow(0px -1px 2px #3a3a3a40); */
}

.carousel-caption {
   border-top: 2px solid #ffffff47;
   color: #fff;
   background: #00000094;
   opacity: 1;
   right: 0;
   left: 0;
   bottom: 0;
   text-align: left;
   padding: 30px;
   opacity:0;
}
.carousel-caption h2 {
   color: #fff;
}
.carousel-indicators li {
   background-color: #fff;
}
.carousel-indicators .active {
   background-color: #1cc8b8;
}

.carousel-item	{
	background-color:#000;
}

/*  LOGO */
.brand {
   font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
}

/* PAGE TITLE */
.page-title {
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    font-weight: bold;
    padding: 10px 10px 10px 16px;
    margin-top: 0px;
    background: white;
    color: #ff513f;
    border-radius: .35rem;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    border-left: .25rem solid #ff513f!important;
    border-right: 1px solid #e3e6f0;
    border-top: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
}
.page-title-footer {
   font-weight: bold;
   border-bottom: 2px solid #ffffff57;
   margin-bottom: 15px;
   padding-bottom: 10px;
   margin-top: 0px;
}
.page-title-footer:after {
   border-bottom: 2px solid #fff;
   width: 30%;
   display: block;
   position: absolute;
   content: '';
   padding-bottom: 10px;
}
/*.page-title:after {
   border-bottom: 2px solid #263238 ;
   width: 30%;
   display: block;
   position: absolute;
   content: '';
   padding-bottom: 10px;
}*/
footer .page-title:after {
   border-bottom: 2px solid #fff;
}
h6.page-title {
    border-bottom: 2px solid #ff513f;
}


/* SLIDER */
#frame-image {
	max-height: 480px;
	overflow: hidden;
	border: 0px solid #f3366700;
	border-radius: 10px 10px 0px 0px;
}

#frame-image img{
	width:100%;
}

/* POST SETTINGS */
#thumb-post {
  max-height: 275px;
  overflow: hidden;
  border-radius: 6px!important;
}

#thumb-post img{
  width:100%;
  transform: scale(1.1);
  -webkit-transform-origin-y: top;
}

#img-post img {
	height:100%;
}
div#thumb-post {
    transition-duration: .35s;
}
div#thumb-post:hover {
    border-radius: 29px 20px 20px 6px!important;
}

#post-content {
	text-align: justify;
	max-height: 72px;
    overflow: hidden;
}

/* ALBUM */
.album-thumb {
    height: 265px;
    overflow: hidden;
    border-radius: 8px;
    border-bottom: 1px solid #e3e6f0!important;
}

div>h5.card-title {
	color: #ff513f;
}

/* TESTIMONI */
.quote {
   overflow: hidden;
   background-color: #dcdde000;
}
.quote-title {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   padding: 15px 15px;
   color: #FFF;
   float: left;
   background-image: linear-gradient(20deg, #ff7026 10%, #ff3e4f 77%);
   left: 0px;
   top: 0px;
   height: 50px;
}
ul.quote {
   display: block;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
   position: relative;
   overflow: hidden;
   height: 50px;
   background-color: #ffffffd1;
   /* background-image: linear-gradient(132deg,#8449f5 19%,#6979d9 61%); */
}
ul.quote li {
   color: #212529;
   position: absolute;
   top: -950em;
   left: 0;
   display: block;
   white-space: nowrap;
   font: 14px Helvetica, Arial, sans-serif;
   padding: 17px 15px 15px 15px;
}
ul.quote li span {
   color: #ff513f;
   font-weight: bold;
}

/*  Conten */
h4.card-title {
	border-left: .20rem solid #ff513f!important;
	padding: 8px;
	border-bottom: 1px solid #ff513f;
	background: #f9f9f9;
	border-radius: 0px 0px 0px 9px;
	color: #ff513f;
	font-weight: normal;
	text-align: justify;
	font-size: 1.3rem;
}

h5.card-title {
   font-size: 16px;
   font-weight: bold;    
   text-align: justify;
   max-height: 41px;
   overflow: hidden;
}

/* Sidebar */
.sidebar .list-group-item {
    border: 0px solid #e3e6f0!important;
    margin-bottom: -1px;
    background: #ffffff45;
	color: #757d85;
    border-radius: .35rem;
    /* box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important; */
}
.card-img-top {
    /*border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);*/
    width: 100%;
    border-radius: 8px!important;
    border: 1px solid #e3e6f0!important;
    max-width: 100%;
}
.card-footer:last-child {
    /* border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); */
    /* border-bottom: 2px solid #3cadc6; */
    max-width: 97.2%;
    border-radius: 5px;
    border-top: 0px;
	background-color: rgba(0, 0, 0, 0);
}

/* Footer */
footer {
   color: #fff;
   font-size: 14px;
}
footer .primary-footer {
    background-color: #f33667;
    border-top: 0px solid #ff7598;
    padding: 20px 15px;
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(-44deg,#ff8217 24%,#ff0182 130%);
	background-attachment: inherit;
}
footer .secondary-footer {
    border-top: 0px solid #f9557f;
    background-color: #5a8ad3;
    padding: 10px 0;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 15px;
    background-image: linear-gradient(25deg,#ff4549 8%,#ff6e27 47%,#ff7e1a 100%);
	background-size: inherit;
}
footer .copyright {
   color: #fff;
   /* border-top: 1px solid #fff; */
}
footer a {
   color: #ffffff;
}
footer a:hover {
   color: yellow;
}
footer .page-title {
   color: #ffffff;
}
.social-icon {
   width: 40px;
   height: 40px;
   font-size: 15px;
   background-color: blue;
   color: #fff;
   text-align: center;
   margin-right: 10px;
   padding-top: 12px;
   border-radius: 50%;
}
.linked-in{
   background-color:#007bb6;
}
.facebook{
   background-color:#3b5998;
}
.twitter{
   background-color:#1da1f2;
}
.instagram {
   background-color:#fbbc05;
}
.youtube {
   background-color:#ef4e17;
}
.primary-footer nav ol.breadcrumb {
   background-color: transparent;
}

/* Tags */
.tag-content-block {
   display:block;
}
.tag a {
    border: 0px solid #fff;
    padding: 12px 10px 8px 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 5px;
    margin-right: 2px;
    text-decoration: none;
    background: #ffffff2e;
    border-radius: 5px;
}
.tag a:hover {
    border: 0px solid #ff7598;
    color: #fff;
    background: #ffffff69;
}

/* Fullscreen Search */
#search_form {
   z-index: 999999;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: translate(0px, -100%) scale(0, 0);
   -moz-transform: translate(0px, -100%) scale(0, 0);
   -o-transform: translate(0px, -100%) scale(0, 0);
   -ms-transform: translate(0px, -100%) scale(0, 0);
   transform: translate(0px, -100%) scale(0, 0);

   opacity: 0;
}

#search_form.open {
   -webkit-transform: translate(0px, 0px) scale(1, 1);
   -moz-transform: translate(0px, 0px) scale(1, 1);
   -o-transform: translate(0px, 0px) scale(1, 1);
   -ms-transform: translate(0px, 0px) scale(1, 1);
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}

#search_form input[type="search_form"] {
   position: absolute;
   top: 50%;
   width: 100%;
   color: rgb(255, 255, 255);
   background: rgba(0, 0, 0, 0);
   font-size: 60px;
   font-weight: 300;
   text-align: center;
   border: 0px;
   margin: 0px auto;
   margin-top: -51px;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
}
#search_form .btn {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: 61px;
   margin-left: -45px;
}

.action-button {
    background-image: linear-gradient(20deg, #ff7026 10%, #ff3e4f 77%);
    color: #fff;
	border: 0;
    border-radius: 10px;
}
.action-button:hover {
    background-image: linear-gradient(-20deg, #ff7026 10%, #ff3e4f 77%);
    color: #fff;
    border-radius: 10px;
}

a#btn-post.action-button {
	background-color: #ffffff;
    color: #f4e9ff;
    border-radius: 10px;
}
a#btn-post.action-button:hover {
	background-color: #8286ff;
    color: #f4e9ff;
    border-radius: 10px;
}

/* Pencarian Di Menu Navigasi (Mobile)*/
.cari-mavmenu{
	margin-bottom: 15px;
	display: none;
	}



/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
   
   body {
	   padding-right: 10px;
   }
   
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   body{
	   padding-left: 13px;
   }
   .menu-bar{
	background-image: linear-gradient(170deg,#ff7720 8%,#ff3c51 47%,#ff404f 100%);
   }
   .sm-clean ul{
		background: #3bacc600;
   }
   .sm-clean li:hover{
		background: #ffffff26;
		border-radius: 5px;
   }
   .cari-mavmenu{
		display: block;
   }
   .album-thumb{
		height: 300px!important;
   }
   .carousel-indicators{
	   display: none;
   }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .menu-bar{
	background-image: linear-gradient(170deg,#ff7720 8%,#ff3c51 47%,#ff404f 100%);
   }
   .sm-clean ul{
		background: #3bacc600;
   }
   .sm-clean li:hover{
		background: #ffffff26;
		border-radius: 5px;
   }
   .cari-mavmenu{
		display: block;
   }
   .album-thumb{
		height: 300px!important;
   }
   .carousel-indicators{
	   display: none;
   }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .carousel-indicators{
	   display: none;
   }
}





/* Overide Toastr color */
.toast {
  background-color: #030303;
}
/* custom toastr success */
.toast-success {
  background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
  background-color: #ef5137;
}
/* custom toastr info */
.toast-info {
  background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
  background-color: #ffb848;
}
.toast-title, .toast-message {
   text-align: left;
}
.top-header {
  display: flex;
  align-items: center/* vertical alignment */
}

/* return to top */
#return-to-top {
   border-radius: 50%!important;
   opacity: 0.7;
   z-index: 10000;
   position: fixed;
   bottom: 15px;
   right: 15px;
   background: #ff0282;
   width: 30px;
   height: 30px;
   display: block;
   text-decoration: none;
   display: none;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#return-to-top i {
   color: #fff;
   margin: 0;
   position: relative;
   left: 9px;
   top: 5px;
   font-size: 19px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#return-to-top:hover {
	opacity: 1;
   /* background: #000; */
}
#return-to-top:hover i {
   color: #fff;
}


/* Popup Scale Animation */
.ani-popup{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.ani-popup:hover{
	-webkit-transform: scale(1.05);
}
.ani-popup-round{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.ani-popup-round:hover{
	-webkit-transform: scale(1.04);
	border-radius: 10px;
}
.ani-popdown{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.ani-popdown:hover{
	-webkit-transform: scale(.92);
}
.ani-popdown-logo{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-webkit-transform-origin-x: right;
}
.ani-popdown-logo:hover{
	-webkit-transform: scale(.92);
}