/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.um.um-register.um-4 {
    color: white;
    text-align: center;
}

h4.privacy a {
    text-transform: uppercase;
    color:  #92c500;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.AccomBar {
    margin-top: 50px;
    background: #92c500;
    padding: 24px 0 32px;
}
i.icons {
    color: #92c500;
    font-size: large;
}
#hover-content {
    display:none;
    text-align: center;
    position: absolute;
    bottom:0;
    width:100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#hover-me:hover #hover-content {
    display:block;
}

#hover-me:hover .fh5co-property-innter {
    display:none;
}

#hover-me:hover .diamond-price {
    display:none;
}

.diamond-price {
    height: 80px;
    width: 80px;
    top:0;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    background-image: url(../img/price.png);
    background-size: 80px;
}

.AccomCont h3{
    display: inline-block;
    padding: 20px;
}

input[type="submit"]
{
    background: #92c500;
    border-radius: 6px;
    text-decoration:none;
    color:white;
    width: 100%;
    height: 40px;
}

select {
    height: 35px;
    color: black;
    background: #fff url(../img/icon-drop-arrow.png) no-repeat right;
    background-size: 26px 20px;
    font-size: 16px;
    padding: 0 40px 0 8px;
    border: none;
    outline: none;
    border-radius: 4px;
    -webkit-appearance:none;
    -moz-appearance:none;
    
}
/*
 CSS for the main interaction
*/
.tabset {
    text-align: left;
    background: #fff;
    padding: 2.0em;
}
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #92c500;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #92c500;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.loading {
    background: url('../images/bedroom.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 900px;
}

#loading {position:absolute;left:calc(50% - 100px);top:calc(50% - 25px);z-index:9999;}
.uil-ripple {position:absolute;left:calc(50% - 90px);top:calc(50% - 90px);opacity:.5;z-index:999}

.ld-l {opacity:0;animation: ld-in 3s 0.0s ease infinite;}
.ld-o {opacity:0;animation: ld-in 3s 0.1s ease infinite;}
.ld-a {opacity:0;animation: ld-in 3s 0.2s ease infinite;}
.ld-d {opacity:0;animation: ld-in 3s 0.3s ease infinite;}
.ld-i {opacity:0;animation: ld-in 3s 0.4s ease infinite;}
.ld-n {opacity:0;animation: ld-in 3s 0.5s ease infinite;}
.ld-g {opacity:0;animation: ld-in 3s 0.6s ease infinite;}

@keyframes ld-in {
    0% {opacity:0;transform:scale(0);}
    30% {opacity:1;transform:scale(1);}
    100% {opacity:1;transform:scale(1);}
}

#overlay {
    position: fixed;
    overflow-y: scroll;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

