/* Custom CSS File for Buyers to Modify */
.modal-body {
		max-height: 55vh;
}
.padding0{
	padding:0 !important;
}
.padding-bt{
	padding: 20px 0;
}
.padding-t{
	padding-top: 20px;
}
.padding-b{
	padding-bottom: 20px;
}
.padding-left{
	padding-left:0 !important;
}
.padding-right{
	padding-right:0 !important;
}
.margin-auto{
    margin:auto;
    float:none;
}
.margin-t{
    margin-top: 20px;
}
.margin-b{
    margin-bottom: 20px;
}
.margin-tb{
    margin:40px 0;
}
.margin-left{
    margin-left:0 !important;
}
ul.message-dropdown{

    left: 195px;
    top: 0;
}
.featured-properties li figure img{
    display: block;
    width: 244px;
    height: 163px;
}
#flip:hover i{
    transition: 0.9s;
    transform: rotateY(180deg);
}
#fixedlogo {
    right: 0;
    z-index: 999;
    position: fixed;
    top: 15px;
    width: 88px;
}

#overview .share-networks span{
    position:relative;
}
#overview .share-networks span#fb .fb-share-button{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
#signup-content #noemail-tips li{
    display:block;
}
span#fb a.share {
    color: #dc7d44;
}
#main #editor{
    border:none;
}
.form-group label span{
    color:#d63c3c;
}
.form-group input {
    width: 98%;
}
.form-group textarea {
    width: 98%;
    height: 100px;
}
button.btn-signup{
	width:100%;
}
button.btn-signup h4{
	margin: 2px 0;
}
input.gimme-site,
input.just-username{
	width:15px;
	margin-top: 0;
}
label{
	margin:10px 0;
}
.side-border{
	min-height: 42px;
    max-height: 200px;
    overflow: auto;
    padding: 10px 5px;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
}
.of-uploaded-image img{
    max-width: 140px;
    width: 100%;
}
#profile-change #btnup{
    left: 20px;
}
#profile-change{
    position:relative;
}
.nav-tabs {
    border-bottom: none;
}
.navbar-nav>li>.dropdown-menu{
	position:relative;
    background-color: #fff;
    width: 100%;

}
.nav-tabs > li.active a{
	fill: #df5400;
}
.dropdown-menu{
	left:0.5px;
}
.contact-details address{
	position:relative;
}
.contact-details address i{
	position: absolute;
    left: 0;
    font-size: 25px !important;
    top: 5px;
}
.contact-details .contacts-list{
	float:left;
}
.contact-details .contacts-list li{

	position: relative;
    padding-left: 30px;

}
.contact-details .contacts-list i{

	position: absolute;
    left: 0;
    font-size: 20px !important;
    top: 5px;

}
.dataTables_wrapper .dataTables_filter input{
	font-size: 15px;
    font-weight: normal;
    margin-left: 0;
}
.nav{
	margin-bottom:0;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li:first-child{
    border-right: 1px solid #ccc;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover{
	background-color: #eee;
	margin: 0;

}
.view-type a.list {
    border-right: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
	border:none;
}
.nav-tabs > li > a{
	border: none;
	margin: 0;

}
.nav-tabs > li.current a{
	fill: #df5400;
	margin: 0;

}
.requireds {
    border-color: #e9322d !important;
    box-shadow: 0 0 6px #f8b9b7 !important;
}

/*editable Css*/
#ceditable3,
#editable3,
#ceditable2,
#editable2,
#ceditable,
#editable {
     position: relative;
    width: 100%;
    border-radius: 3px;
}

h3.teditable3,
.teditable3 p,
.ceditable3:hover h3,
.ceditable3:hover p
.editable3:hover h3,
.editable3:hover p,
h3.teditable2,
.teditable2 p,
.ceditable2:hover h3,
.ceditable2:hover p
.editable2:hover h3,
.editable2:hover p,
h3.teditable,
.teditable p,
.ceditable:hover h3,
.ceditable:hover p
.editable:hover h3,
.editable:hover p{
    padding:0 10px;
}
.teditable3,
.teditable2,
.teditable{

    background: #fff;
    border: 1px solid #dedede;
}
.edit3, .save3,
.edit2, .save2,
.edit, .save {
  width: 30px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 10px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: -1px 1px 4px rgba(0,0,0,0.5);
}

.edit3,
.edit,
.edit2 {
  background: #557a11;
  color: #f0f0f0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.save3,
.save,
.save2 {
  display: none;
  background: #bd0f18;
  color: #f0f0f0;
}
#ceditable3:hover .edit3 ,
#editable3:hover .edit3,
#ceditable2:hover .edit2 ,
#editable2:hover .edit2,
#ceditable:hover .edit ,
#editable:hover .edit {
  opacity: 1;
}

section.editing h3{
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    color: #394041;
}
#footer section.editing ul,
section.editing p{
    font-size: 13px;
    line-height: 22px !important;
    color: #8b9293;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight:normal;
}
/*end editable Css*/

body.sidebar .advance-search .as-form-wrap {
    padding: 25px 31px 0;
}
body.sidebar .advance-search .option-bar.small{
    width: 115px;
}

body.sidebar .advance-search .option-bar.small:nth-child(odd) {
    margin-left: 0;
    margin-right:5px;
}

body.sidebar .advance-search .option-bar.small:nth-child(even) {
    margin-right: 0;
    margin-left: 5px;
}
body.sidebar .advance-search .option-bar {
    float: left;
    margin-left: 0;
}
body.sidebar .advance-search .advance-search-form {
    margin-left: 0;
    padding: 0 15px;
}
body.sidebar .advance-search .as-form-wrap {
    padding: 0;
}
.widget.advance-search .real-btn{
    margin: 25px 0 0px 0;
    padding: 7px 36px;
}
.partners-logo{
    width:177px;
    position:relative;
}
.partners-logo #btnup{
    z-index: 1;
    position: absolute;
    background-color: #e3712c;
    left: 0;
}
img#output{
    width: 178px;
    height: 52px;
}
.partners-logo #select-images{
    width: 110px;
    height: 40px;
}
.partners-logo #partners,
.partners-logo #banners {
    width: 110px;
    height: 40px;
    position: relative;
    z-index: 5;
    opacity: 0;
    color: transparent;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 200px;
    cursor: pointer;
}
.partners-logo a{
    color: #fff;
    cursor: pointer;
    position: absolute;
    background-color: #e3712c;
    z-index: 1;
    text-decoration: none;
    padding: 10px 10px;
}
#btnup{
	z-index: 1;
    position: absolute;
	background-color: #e3712c;
    right: 40%;
}
#select-images{
	position: relative;
    z-index: 5;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 200px;
    cursor: pointer;
}
#site-domain,
#username,
#useremail{
    text-transform: lowercase;
}
#gridwidth{
    margin-left: 0;
}
.logo-action{

	float:left;
	position:relative;
	margin-top: 10px;

}
div.logo-action i{
    color: #394041;
}
div.logo-action #btnup{

	background-color: transparent;
    right: 0;
    left: 100px;
    top: 2px;

}
div.logo-action #btnup #select-images{

	position: absolute;
    z-index: 1;
    left: -8px;
    width: 0px;
    top: 0;
    height: 0;
}
div.logo-action i:hover{
	color: #e3712c;
}

#searching-id{
    max-width: 140px;
}

#footer > .row > .span3 {
width: 270px;
margin-left: 30px;
}

body aside.sidebar #searching-id,
body aside.sidebar .advance-search .option-bar {
    max-width: 240px;
}
.es-carousel ul li a img{
    max-width: 100%;
    width: 100%;
    width: auto\9;
    height: 185px;
    vertical-align: middle;
    border: 0;
}

.fa-eye.faa-pulse.animated-hover:hover{
    font-size: 25px;
}
.user-nav a:hover{
    color: #d63c3c;
    text-decoration: none;
}


/* upgrade css*/
.imgcaptcha {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 6px 10px;
    float: left;
}

.refresh {
    float: left;
    margin: 14px 5px;
    cursor: pointer;
}

/* end of upgrade css*/

.forgotpassword input{
    height:45px;
    width:100%;
}
.forgotpassword .fa-4x,
.forgotpassword h2,
.forgotpassword p,
.forgotpassword a{
    color: #555d66;
}
.forgotpassword a:hover{
    color:#ec971f;
}
a#listing i{
    font-size: 25px;
    color: #394041;
}
a#listing i:hover{
    color:#df5400;
}

a#listing i.active{
    color:#df5400;
}

/* Paypal Css*/
.paypalpayment textarea{
    width: 98%;
}
.paypalpayment input {
    width: 98%;
    height: 30px;
    font-size: 18px;
    font-size: 14px;
    line-height: 1.3333333;
}
#monthlyBill,
#upgrade{
    cursor: pointer;
    width: 95px;
    padding: 0;
    box-shadow: none;
    line-height: 25px;
}

/*end paypal*/

@media (min-width: 1200px){
	.detail section.sigle.property-grid .property-item{
		margin-left:0;
	}

	body.sidebar .advance-search .as-form-wrap {
	    padding: 0;
	}
}

@media(min-width:991px){

	.padding-left{
		padding-left:15px;
	}
	.padding-right{
		padding-right:15px;
	}
}

@media (max-width: 767px) {

    #searching-id{
        max-width: 208px;
    }
    #footer > .row > .span3{
        margin-left:0;
    }

}
@media(min-width:499px){
   /* .home-image-height {
        height: auto;
    }*/
}
@media (max-width: 439px){

    #searching-id{
        max-width: 240px;
    }

}
