@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

body{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
}
.text-uppercase{
    text-transform: uppercase;
}
.create-posting-container{
    margin-top: 20px;
}
.drag-drop{
    border:3px dashed #ccc;
    height: 100px;
    width: 100%;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    background: #2ba6cb;
    padding: 10px 15px;
    margin-top: 25px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: black;
}
.attachfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.attachfile + label {
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    background: #777;
    padding: 7px 15px;
    width: 100%;
    text-align: center;
}

.attachfile:focus + label,
.attachfile + label:hover {
    background-color: black;
}


.top-bar-menu{
    background: #FFFFFF;
}
.custom-menu{
    background: transparent;
    background-color: transparent !important;
}
.custom-menu a{
    color: #6EDBFC;
    font-weight: 500;
}
.custom-menu a:hover{
    color: #ffae00;
}
.cstm-row .middle-new{
    font-size: 16px;
    font-weight: 500;
}
.cstm-row .middle-new-hlp{
    font-size: 13px;
    font-weight: 500;
    color: #bababa;
    margin-top: 0px;
}
.edit-home-container{
    margin-top: 20px;
}
.number-list{
    width: 40px;
    height: 40px;
    background: #299ec1;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
}
.edit-result-single{
    margin-bottom: 10px;
}
.sign-container{
    margin-top: 20px;
}
.btn-facebook, .btn-google{
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-facebook:hover, .btn-google:hover{
    background: #777;
    color: #fff;
}
.btn-facebook{
    background: #3B5F95;
}
.btn-google{
    background: #CB1C1C;
}
.sign-container .left{
    border-right:1px solid #ccc;
}
.caution-txt{
    text-transform: uppercase;
    color: #757575;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}
.sign-container .right h3{
    margin-top: 200px;
    margin-bottom: 20px;
}
.signup-facilities{
    padding: 15px;
    border: 1px solid #ccc;
}
.signup-facilities p{
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
.registered{
    margin: 0px;
    padding: 0px;
}
.registered li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;

}
.registered li i{
    color: #CB1C1C;
    font-size: 16px;
    margin-top: 3px;
    margin-right: 5px;
}
.on_site{
    margin: 0px;
    padding: 0px;
}
.on_site li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 25%;
    float: left;
}
.on_site li i{
    color: #CB1C1C;
    margin-right: 5px;
}
.alert-message{
    background: #FFDCDC none repeat scroll 0% 0%;
    color: #E43535;
    padding: 20px !important;
    border-radius: 5px;
    border: 0px solid #FF8787;
    width: 100%;
    box-shadow: 0px 1px 2px #E07F7F;
    margin-top: 10px;
    margin-bottom: 10px;
}
.alert-message p{
    margin-bottom: 0px;
    font-weight: 500;
}
.banner{
    margin-top: 65px;
    position: relative;
}
.slider-top{
    background: rgba(255,255,255,0.8);
    margin: 110px auto;
    float: none;
    border: 1px solid #ccc;
    min-height: 30px;
    padding: 30px 15px 15px 15px;
    overflow: hidden;
}
.stamp{
    position: absolute;
    top: 0px;
    width: 100%;
}
.own_rental{
    margin-top: 20px;
    margin-bottom: 20px;
}
.beach-resort{
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-resort{
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/*.single-resort img:hover{
    box-shadow: 0px 0px 0px 5px #FFFD63;
}*/
.single-resort img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.resort-rate{
    position: absolute;
    bottom: 10px;
    background: rgba(255,255,255,0.9);
    padding: 3px;
    z-index: 99;
    /*border-left: 4px solid #FFFD63;*/
}
.resort-rate p{
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
.rate{

}
.rate img{
    width: 20px;
    margin-right: 2px;
}
.bottom-stamp{
    position: absolute;
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 10px 20px;
    left: 0px;
    z-index: 999;
    bottom: 0px;
}
.bottom-stamp p{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
footer{
    background: #333;
    min-height: 100px;
    margin-top: 20px;
}
.footer-list{
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
.footer-list li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.footer-list li a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 15px;
}
.footer-list li a:hover{
    color: #ffae00;
}
.market_vacation{
    margin-top: 20px;
    margin-bottom: 20px;
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
}
.market_vacation h4{
    background: #3B5F95;
    color: #fff;
    padding: 7px 15px;
}
.market-ul{
    margin: 0px;
    padding: 10px;
}
.market-ul li{
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
}
.market-ul li a{
    color: #4C4D6C;
}
.single-unit{
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.single-unit .image-div{
    height: 150px;
    overflow: hidden;
}
.single-unit .image-div img{
    max-width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
}
.single-unit .desc-div{
    min-height: 150px;
    border-right: 1px solid #ccc; 
}
.single-unit .price{
    font-size: 16px;
    font-weight: 500;
}
.resort-container{
    margin-top: 20px;
}
.panel{
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 100px;
}
.panel-head{
    position: absolute;
    top: -39px;
    left: -1px;
    color: #FFF;
    padding: 7px 10px;
    background: #3B5F95 none repeat scroll 0% 0%;
    border-top: 2px solid #2BA6CB;
    font-size: 16px;
    font-weight: 300;
}
.posting-ul{
    margin: 0px;
    padding: 0px;
}
.posting-ul li{
    list-style: none;
    text-align: left;
    margin-bottom: 7px;
    margin-top: 3px;
}
.posting-ul li a{
    color: #000;
    font-size: 12px;
}
.posting-ul li i{
    color: #CB1C1C;
    margin-right: 7px;
    font-size: 15px;
}
.posting-img{
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.posting-img img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.general-container{
    margin-top: 20px;
    margin-bottom: 20px;
}
.mailing-head{
    font-size: 16px;
}
.membership-block{
    min-height: 100px;
}
.membership-block .single{
    border: 1px solid #ccc;
}
.membership-block .title{
    font-size: 18px;
    font-weight: 300;
}
.membership-block .price{
    font-size: 20px;
    font-weight: 400;
    color: #3B5F95;
}
.membership-facility{
    margin: 0px;
    padding: 0px;
}
.membership-facility li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 5px;
}
.membership-facility li i{
    color: #CB1C1C;
}
.comment{
    position: relative;
    padding-left: 45px;
    font-style: italic;
}
.quote{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #299ec1;
    color: #fff;
    font-size: 20px;
    left: 0px;
    text-align: center;
}
.single-comment{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.commenter{
    font-size: 16px;
    text-align: right;
}
.container-fluid{
    width: 100%;
}