@font-face {
    font-family: Nunito-Regular;
    src: url(../font/Nunito/Nunito-Regular.ttf);
}
body {
	font-family: Nunito-Regular;
	font-size: 0.875rem;
}
h1, h2, h3, h4, h5 {
	font-family: Montserrat;
}
.hy-txt-blue {
	color: #00A6ED;  
} 

.hy-txt-blue:hover {
	text-decoration: none !important;
}

.hy-bg-blue {
	background-color: #00A6ED;
	color: #ffffff;
}
.hy-txt-bold {
	font-weight: 700;
}
.top-bar {
	height: 40px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #666666;
	padding: 10px 15px;
}
.navbar,
.page {
	max-width: 1176px;
	margin: 0 auto;
}
.hy-header {
	border-bottom: 1px solid #DEDEDE;
}
.bg-section2 {
	 background-image: url(../images/section-bg.png);
	 background-attachment: fixed;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
.bg-section3 {
	 background-image: url(../images/bg-section3.png);
	 background-attachment: fixed;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
.hy-subtitle {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	margin-top: 28px;
	margin-bottom: 24px;
}
ul.hy-list li {
	list-style: none;
}
ul.hy-list li::before {
  	content: url(../images/flash.png);  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1.8em; /* Also needed for space (tweak if needed) */
  	margin-left: -1.8em; /* Also needed for space (tweak if needed) */
}
h2.subtitle {
	font-weight: bold;
	color: #0D4D95;
}
.subtitle-icon::before {
  	content: url(../images/flash.png);  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1.8em; /* Also needed for space (tweak if needed) */
  	
}
.navbar-nav li a {
	padding-left: 20px;
	padding-right: 20px;
}
.hy-search input {
	max-width: 100%;
}
.hy-search .input-group-text {
	background-color: #fff;
	border-right-width: 0px;
}
.blog > .hy-search {
	margin: 0 auto;
}
.hy-form .form-control {
	font-size: 0.875rem;
}
.hy.btn-outline-info {
	color: #00A6ED;
	border-color: #00A6ED;
}
.hy.btn-outline-info:hover {
	color: #fff;
	border-color: #00A6ED;
	opacity: 0.8;
}
.hy.btn-info {
	color: #fff;
	background-color: #00A6ED;
	border-color: #00A6ED;
}
.hy.btn-info:hover {
	opacity: 0.8;
}
.box {
   background: #fff;
   background-image: url(../images/add-foto.png);
   background-size: cover;
   background-repeat: no-repeat;
   border-radius: 4px;
   padding-bottom: 100%;
   /* border: 1px dashed #999999; */
   margin-bottom: 15px;
   cursor: pointer;
}
.box:hover {
	opacity: 0.5;
}
.hy-form-filter input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.hy-form-filter > .btn {
	border-radius: 4.5rem;
}
.filter-section {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
}
.btn-hy-radio:not(:disabled):not(.disabled).active, 
.btn-hy-radio:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #00A6ED;
	border-color: #00A6ED;
}
.btn-token-radio:not(:disabled):not(.disabled) {
	color: #fff;
	background-image: url(../images/token-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;    
    padding: 1.2em 0;
    margin: 1em;    
    width: 130px;
}
.btn-token-radio:not(:disabled):not(.disabled).active, 
.btn-token-radio:not(:disabled):not(.disabled):active {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	background-image: url(../images/token-selected.png);
}
.btn-hy-radio {
	border-color: #DEDEDE;
	color: #222222;
	background-color: #ffffff;
}
.notifications {
	z-index: 9;
    width: 300px;
    
    /* height: 0px;
     opacity: 0; */
    position: absolute;
    display: none;
    cursor: pointer;
    /* top: 63px;
    right: 62px; */
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
}
.notif-footer {
	border-radius: 0px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.scroll-container {
	overflow: scroll;
	height: 300px;
	 -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
    
}
.scroll-container::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin: 10px;
    cursor: pointer;
    background-color: #F9F9F9;
    border-radius: 4px;
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}
.notifications-page {
	box-shadow: 0px 2px 12px 0px #0000000D; border-radius: 4px; border: #F2F2F2; max-width: 550px; margin: 0 auto
}
h4 {
	font-weight: 700;
}
.hy-accordion-icon::after {
    display: inline-block;
    /* font: normal normal normal 14px/1 'Ionicons'; */
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    /* position: absolute; */
    content: "\002D";
    font-size: 21px;
    top: 15px;
    left: 20px;
}
.card .card-header > a.collapsed > .hy-accordion-icon:after {
    content: "\002B";
}
.top-bar a {
	color: #666666;
}
.hy-modal > .modal-header,
.hy-modal > .modal-footer {
	border-bottom: 0px;
	border-top: 0px;
}
.hy-modal > .modal-body {
	/* Blue / 6 */
	background: #FBFDFF;
	/* Blue / 5 */
	border: 1px solid #D6EDFB;
	box-sizing: border-box;
	border-radius: 12px;
	margin-left: 15px;
	margin-right: 15px;
}
.hy-modal > .modal-body span {
	line-height: 1.5rem;
}
.btn {
	border-radius: 12px;
}
.navbar-light .navbar-nav .nav-link {
	color: #222222;
}
.blog-content {
	max-width: 750px; margin: 0 auto; padding: 15px;
}
.blog-social {
    /* position: absolute; */
    float: right;
    width: 60px;
    transition: all 0.3s linear;
}
.blog-social ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.blog-social li {
    height: 45px;
    position: relative;
    list-style:  none;
    margin-bottom: 12px;
}

.blog-social li a {
    display: block;
    height: 100%;
    width: 100%;
    transition: all .3s linear;
    text-decoration: none !important;
}
.more img {
	cursor: pointer;
}
.more img:hover {
	opacity: 0.5;
}
.hy-payment-list label {
	text-align: left;
}
.loader {
	text-align: center;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.img-fill {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

/*
.objek-thumb {
	width: 250px;
	height: 250px;
	background: #f1f1f1;
	overflow: hidden;
}
.objek-thumb-detail {
	width: 100%;

}
*/

.img-text-block {
  position: absolute;
  bottom: 0px;
/*   right: 20px; */
  background-color: #0D4D95;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 64px;
  border-radius: 0 0 4px 4px;
}
.img-text-block span {
	margin-top: 1.2rem;
}
.img-text-block span.price {
	font-size: 1.2rem;
}
.breadcrumb {
	background-color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-family: 'themify';
	content: "\e649";
	font-size: 11px;
	line-height: 1.3rem;	
}
.item-search h6, .item-search span {
	margin-bottom: 0;
	line-height: 1;
}
a.objek-list {
	text-decoration: none;
}
a.objek-list:hover {
	color: unset;
}
.objek-list,
.objek-list p {
	color: #212529;
}
.zoom {
  
  -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.zoom:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
footer h6 {
	font-weight: 700;
}
footer ul li {
	list-style: none;
}
footer ul {
	padding-left: 0;
}
/*
responsiveness
*/
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.blog-social {
		display: none;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.navbar .hy-search {
		width: 380px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

} 

/* Custom CSS to center the image */
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
