@media only screen and (max-width: 480px) {
 .wrapper.homepg {
    padding: 15em 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  div#content-item{
    padding: 0.4em 0;
  }
}

div#f-hook{
	display: none !important;
}
a.vlinkstyle {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  text-decoration: none;
}

a.vlinkstyle:hover, a.vlinkstyle:focus {
  outline: none;
  text-decoration: none;
}

a.vlinkstyle:active {
  outline: none;
}

.wiz_area{
	display:none;
}
.wiz_floors
{
	display:none;
}
.wiz_rooms
{
	display:none;
}
.wiz_bathrooms{
	display:none;
}
.clear_state{
	display:none;
}

a:hover,a:focus{
  outline: none;
  text-decoration: none;
}

a.connect{
	opacity: 0.5;
}

a.dunga:focus, a.dunga:hover, a.dunga:active, a.dunga:link{
    opacity: .8;
	font-weight: 600;
}

.fbbtn
{
 width: 100px; 
 height: 20px; 
 padding-top: 5px; 
 -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; 
 border: solid #FF0033 1px;
}

.coupons{
	font-size:1em;
}
.facebook-button {
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  background-image:-webkit-linear-gradient(#3b5998, #314b83);
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #283e6b;
  box-shadow: inset 0px 1px rgba(255,255,255,0.2);
  text-shadow: 0px 1px rgba(0,0,0,0.4);
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.3s;
}
 .facebook-button:hover {
  background-image:-webkit-linear-gradient(#4466ac, #34518e);
  color:white;
  }
 
 .facebook-button:active {
    box-shadow: inset 0px 5px 15px rgba(0,0,0,0.3), 0px 1px rgba(255,255,255,0.2);
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

@media only screen and (max-width:480px) {
.bts {
  padding: 0em;
  margin: 0 1.5em 0;
  margin-top: 0;
}
}

.bts {
  padding: 0.5em;
  margin: 0em 0.5em;
  margin-top: 0;
}
.bts-a:hover{
  color: #white;
  text-decoration: none; 
}
.bts span {
  text-align: center; 
  font-size: 1.2em;
  font-weight: 500;
}

.fa-whatsapp{
	font-size: 1.6em !important;
}
.social{
  transition: background 200ms ease-in-out 0s;
  -webkit-transition: background 200ms ease-in-out 0s;
  -moz-transition: background 200ms ease-in-out 0s;
  -o-transition: background 200ms ease-in-out 0s;
  -ms-transition: background 200ms ease-in-out 0s;
  
  margin-top: 5px;
  -webkit-border-top-left-radius:1px;
  -moz-border-radius-topleft:1px;
  border-top-left-radius:1px;
  -webkit-border-top-right-radius:1px;
  -moz-border-radius-topright:1px;
  border-top-right-radius:1px;
  -webkit-border-bottom-right-radius:1px;
  -moz-border-radius-bottomright:1px;
  border-bottom-right-radius:1px;
  -webkit-border-bottom-left-radius:1px;
  -moz-border-radius-bottomleft:1px;
  border-bottom-left-radius:1px;
  text-indent:0;
  display:block;
  color:#white;
  height:30px;
  line-height:30px;
  width: 150px;
  text-decoration:none;
  text-align:center;
}

.fblogin {   
  background-color:#3ba72f;  
  color: white;
}
.fblogin:hover {
  background-color:#59db4b;
  color: #333;
}
.fblogin:active {
  position:relative;
  top:1px;
}


.contact_button li{
	margin: 0 0.9em 0;
	text-align: center;
} 