html {
    background: url(../img/index-background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family:  'Arial';
}

#header-atas {
    clear: both;
    width: 100%;
    background-color: transparent;
    overflow: auto;
}

#content {
    clear: both;
    width: 100%;
    margin-top: 0px;
}

#logo {
    clear: none;
    float: left;
    width: 40px;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 15px;
    margin-right: 25px;
}
/* ----------popular building-------------*/
#popup-popular-building-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 70%;
}

#popup-popular-building-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-building-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-building-cont .close:hover {
    color: orange;
}

#popup-popular-building-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-building {
    clear: both;
    margin-left: 10%;
    width: 90%;
    overflow: auto;
}

#popup-popular-building > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-building > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-building > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-building > ul > li > a:hover {
    color: #2387c8;
}


/*--------popular ruko--------*/
#popup-popular-ruko-cont {
    background: url(../img/bg_ruko.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 70%;
}

#popup-popular-ruko-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-ruko-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-ruko-cont .close:hover {
    color: orange;
}

#popup-popular-ruko-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-ruko {
    clear: both;
    margin-left: 10%;
    width: 90%;
    overflow: auto;
}

#popup-popular-ruko > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-ruko > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-ruko > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-ruko > ul > li > a:hover {
    color: #2387c8;
}

/*--------popular land--------*/
#popup-popular-land-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 70%;
}

#popup-popular-land-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-land-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-land-cont .close:hover {
    color: orange;
}

#popup-popular-land-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-land {
    clear: both;
    margin-left: 10%;
    width: 90%;
    overflow: auto;
}

#popup-popular-land > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-land > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-land > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-land > ul > li > a:hover {
    color: #2387c8;
}

/*#################################################*/
/*#                                               #*/
/*#     TABLET                                    #*/
/*#                                               #*/
/*#################################################*/

@media only screen and (min-width: 701px) and (max-width: 1023px) {

#header-atas {
    clear: both;
    width: 100%;
    background-color: transparent;
    overflow: auto;
}
    
#content {
    clear: both;
    width: 100%;
    margin-top: 0px;
}    

#logo {
    clear: none;
    float: left;
    width: 40px;
    margin-top: 9px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 25px;
}
/* ----------popular building-------------*/
#popup-popular-building-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-building-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-building-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-building-cont .close:hover {
    color: orange;
}

#popup-popular-building-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-building {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-building > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-building > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-building > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-building > ul > li > a:hover {
    color: #2387c8;
}


/*--------popular ruko--------*/
#popup-popular-ruko-cont {
    background: url(../img/bg_ruko.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-ruko-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-ruko-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-ruko-cont .close:hover {
    color: orange;
}

#popup-popular-ruko-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-ruko {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-ruko > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-ruko > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-ruko > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-ruko > ul > li > a:hover {
    color: #2387c8;
}

/*--------popular land--------*/
#popup-popular-land-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-land-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-land-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-land-cont .close:hover {
    color: orange;
}

#popup-popular-land-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-land {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-land > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-land > ul > li {
    float: left;
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-land > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-land > ul > li > a:hover {
    color: #2387c8;
}
    
}



/*#################################################*/
/*#                                               #*/
/*#     HP                                        #*/
/*#                                               #*/
/*#################################################*/
@media only screen and (max-width: 700px) {  

#header-atas {
    clear: both;
    width: 100%;
    background-color: transparent;
    overflow: auto;
}  

#content {
    clear: both;
    width: 100%;
    margin-top: -80px;
}

#logo {
    clear: both;
    float: none;
    /*width: 100px;*/
    margin-top: -35px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
/* ----------popular building-------------*/
#popup-popular-building-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-building-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-building-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-building-cont .close:hover {
    color: orange;
}

#popup-popular-building-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-building {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-building > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-building > ul > li {
    float: left;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-building > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-building > ul > li > a:hover {
    color: #2387c8;
}


/*--------popular ruko--------*/
#popup-popular-ruko-cont {
    background: url(../img/bg_ruko.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-ruko-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-ruko-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-ruko-cont .close:hover {
    color: orange;
}

#popup-popular-ruko-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-ruko {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-ruko > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-ruko > ul > li {
    float: left;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-ruko > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-ruko > ul > li > a:hover {
    color: #2387c8;
}

/*--------popular land--------*/
#popup-popular-land-cont {
    background: url(../img/bg-pop-building.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    height: 80%;
    margin: 20px auto;
    overflow: scroll;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 80%;
}

#popup-popular-land-cont h2 {
    color: #2387c8;
    margin-top: 0;
    text-align: center;
}

#popup-popular-land-cont .close {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    transition: all 200ms ease 0s;
}

#popup-popular-land-cont .close:hover {
    color: orange;
}

#popup-popular-land-cont .content {
    max-height: 30%;
    overflow: auto;
}

#popup-popular-land {
    clear: both;
    margin-left: 3%;
    width: 100%;
    overflow: auto;
}

#popup-popular-land > ul {
    padding: 0;
    margin-top : 20px;
}

#popup-popular-land > ul > li {
    float: left;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    list-style: none;
}

#popup-popular-land > ul > li > a {
    font-family: 'Arial';
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#popup-popular-land > ul > li > a:hover {
    color: #2387c8;
}
    
}