@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Josefin_Sans/JosefinSans-Regular.ttf');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: bold;
    font-weight: 600;
    src: url('../fonts/Josefin_Sans/JosefinSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/Josefin_Sans/JosefinSans-Bold.ttf');
}

@font-face {
    font-family: 'Aller';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Aller_Rg.ttf');
}

@font-face {
    font-family: 'Abadi';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Abadi_MT_Condensed.ttf');
}



/* for desktop */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* contact animation */

#floating-contact {
    background: rgba(35, 135, 200, 0.4);
    height:50px;
    width:50px;
    border-radius: 50px;  
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.form-search {
    border: 0;
    width: 90%;
    margin-left: 10px;
    line-height: 33px;
    font-family: 'Arial Bold', 'Arial';
    font-size: 16px;
    color: #ccc;
}


#search-view, .form-search:focus {
    outline: 0;
}

.ipapa-menu {
    font-family: 'Arial Bold', 'Arial';
    font-size: 13px;
    font-weight: 0;
    letter-spacing: 0.6px    
}

.ipapa-form {
    overflow: auto;
}


/* POP up */
.button-2 {
    float: left;
    width: 32%;
    height: 38px;
    margin-left: 0px;
    background-color: #fff;
    border: solid;
    border-color: #fff;
    border-radius: 5px;
    color: #5192cc;
    cursor: pointer;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid orange;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: orange;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    height: 80%;
    position: relative;
    transition: all 5s ease-in-out;
    overflow: scroll;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: orange;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

li.list{
    list-style: none;
    padding-bottom: 23px;
    color: #333333;
    font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.img-circle {
    border-radius: 50%;
    border:2px solid #2387c8;
    width: 100px;
    height: 100%;
}


/* color untuk search result di page listing */
.line-a {
    background-color: #f2f2f2;
}
.line-a:hover {
    background-color: rgba(35, 135, 200, 0.4);
}
.line-b {
    background-color: #fff;
}
.line-b:hover {
    background-color: rgba(35, 135, 200, 0.4);
}

/* class untuk filter di page listing */
.filter-title {
    margin-top: 25px;
    font-size: 20px;
    margin-left: 4.5%;
}

.filter-sub-title {
    margin-top: 33px;
    font-size: 14px;
    margin-left: 10.2%;
}

.filter-detail {
    margin-top: 14px;
    font-size: 12px;
    margin-left: 18%;
    color: #a09f9f;
}

.filter-detail a {
    font-family: 'Arial Bold', 'Arial';
    font-size: 12px;
    color: #a09f9f;
    text-decoration: none;
}

.filter-detail a:hover {
    color: rgba(35, 135, 200, 0.4);
}


/* detail */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.text-biru-footer {
    color: #2387c8;
}

.icon-share {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 5px;
}

.icon-check-facilities {
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

.similar-price-overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    width: 100%;
    height: 50px;
}

