
.brand-logo{
    margin-top: -20px
}

.slider-content{
    position: absolute;
    top: 20%;
    text-align: center;
    color: #FFF;
    width: 100%;
}
.slider-content h2 {
    font-size: 40px; 
    margin-bottom: 20px;
    text-transform: uppercase;color: #ffffff;
font-weight: 600;
}

.slider-content h2 span{
    font-size: 30px; 
    margin-bottom: 20px;
    text-transform: capitalize;color: #ffffff;
font-weight: 600;
}

.slider-content p {
    font-size: 16px;
    margin-bottom: 60px;
    color: rgb(110, 110, 110);
}


.search-btn{
   
    background-color: #541690;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #EAE9E9;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 2px 2px 2px 2px;
}

.search-btn-front{
    background-color: #541690;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #EAE9E9;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 2px 2px 2px 2px;
    height: 33px;
    margin-top: 5px;
}
.search-btn-front:hover{
    background-color: #eb5a07;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #EAE9E9;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 2px 2px 2px 2px;
}

.login-btn-front{
    background-color: #541690;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 6px 10px;
    margin: 5px;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.login-btn-front:hover{
    background-color: #eb5a07;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 6px 10px;
    margin: 5px;
        -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.footer-btn-front{
    background-color: #541690;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.footer-btn-front:hover{
    background-color: #eb5a07;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    transition: all 0.3s ease 0s; 
        -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.last-btn{
    margin-right: 100px;
}
.first-btn{
    margin-left: 100px;
}

.button-slanted-content {
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);  
  display: inline-block;
}

.forgot-btn-front{
    background-color: #eb5a07;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #541690;
    border-radius: 5px;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
}
.forgot-btn-front:hover{
   
    background-color: #541690;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #eb5a07;
    border-radius: 5px;
    width: 200px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
}

.search-form {
    background-color: #77bef0;
    text-transform: uppercase;
    color: #106b8f;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    opacity: 0.97;
}

.search-form .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-transform: uppercase;
    color: #323d3d;
    text-decoration: none;
    background-color: #77bef0;
    outline: 0px none;
}
.search-form .dropdown-menu > li > a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857;
    text-transform: uppercase;
    color: #323d3d;
    white-space: nowrap;

}
.search-form .dropdown-menu {
    border-top: 5px;
    text-transform: uppercase;
    color: #323d3d;
    padding: 5px 0px 0px 0px;
}

.search-modal{
    color: #fff;
    text-decoration: none;
    background-color: #77bef0;
}
.search-modal-body{
    color: #fff;
    text-decoration: none;
    background-color: #77bef0;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    text-transform: uppercase;color: #fff;
    background-color: #de4603;
    border-color: #F0F0F0;
    font-weight: 600;
    
}

.navbar-default .navbar-nav > li > a{
    color: #541690;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #541690;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a.active:after{

    background-color: #de4603;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.navbar-default .navbar-nav > li > a::after {
    background-color: #de4603;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0%;
}
.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.slider .owl-theme .owl-controls .owl-page span{
    background: #ffffff;
    opacity: 0.0;
}

.search-form .region {
  text-transform: uppercase;
}

.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 2px #77bef0;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.proerty-th .proerty-item:hover  .item-thumb img{
    opacity: 10;
}
.proerty-th .proerty-item .item-thumb:hover .tm_mask {
    opacity: 10;
}
.proerty-th .proerty-item  .item-thumb img{
    transition: all 0.2s linear 0s;
    display: block;
    position: relative;
    width:100%;
    opacity: 10;
    min-height: 225px;
    max-height: 265px;
}

.proerty-th .proerty-item  .product-thumb img{
    transition: all 0.2s linear 0s;
    display: block;
    position: relative;
    width:100%;
    opacity: 10;
    height: 75px;
}

.properties-page .proerty-th .proerty-price{
    font-weight: 600;
    color: #de4603;
    font-size: 24px;
}

.property-icon {
    font-size: 18px;
}

.panel-title {
    font-size: 18px;
    font-weight: 600;
    color: #ea5b6f;
}

.boy-sale-area {
    position: relative;
    padding: 70px 0px;
    background-color: #77bef0;
    color: #FFF;
}

.asks-first{
    background-color: #ea5b6f;
    padding: 35px 0px 35px 30px;
    position: relative;
    cursor: pointer;
}
.asks-first:hover{
    background-color: #7c00fe; 
}
.asks-first:hover .asks-first-circle{
    background-color: #f9e400; 
}
.asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.asks-first-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
}
.asks-first-info{
    color: #FFF;
    margin: 0px 65px 0px 85px;
}
.asks-first-info h2 {
    font: 500 20px "Open Sans",sans-serif;
    margin: 0px 0px 4px;
    text-transform: uppercase;
}
.asks-first-info p {
    font: 400 13px "Open Sans",sans-serif;
    margin: 0px;
}
.asks-first-arrow{
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0% 0%;
    text-align: center;
}
.asks-first-arrow span {
    background: rgba(255, 255, 255, 0.19) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    font-size: 32px;
    width: 45px;
    height: 45px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.featured-box{
    font-size: 18px;
    background-color: #f9f9f9;
}

.featured-box-header{
    background-color: #7c00fe;
}
.featured-box-sub{
    background-color: #77bef0;
    font-size: 18px;
    color: #FFF;
}
.featured-box-header a{
    font-size: 20px;
    color: #FFF;
}
.featured-box-price-price{
    background-color: #f9f9f9;
    font-size: 16px;
    color: #7c00fe;
    text-align: center;
}
.featured-box-price-price span{
    background-color: #f9f9f9;
    font-size: 24px;
    font-weight: 600;
    color: #7c00fe;
    text-align: center;
}

.special-box{
    font-size: 18px;
    background-color: #f9f9f9;
}

.special-box-header{
    background-color: #ea5b6f;
}
.special-box-header a{
    font-size: 20px;
    color: #FFF;
}
.special-box-sub{
    background-color: #77bef0;
    font-size: 18px;
    color: #FFF;
}
.special-box-price{
    background-color: #f9f9f9;
    font-size: 16px;
    color: #ea5b6f;
    text-align: center;
}
.special-box-price span{
    background-color: #f9f9f9;
    font-size: 24px;
    font-weight: 600;
    color: #ea5b6f;
    text-align: center;
}

.footer-area{
border-top: 1px solid #D1D1D1;
background: #555 url("../../assets/img/background-footer.png") repeat scroll 0% 0%;
color: #535353;
}

.single-footer{
    margin-top: 5px;
}
.single-footer h6{
    color: #535353;
    font-size: medium;
    font-weight: 500;

}

.footer img{
    margin-top: 10px;
    height: 45px;
}

.footer-title-line {
    width: 100%;
    height: 1px;
    background: #77bef0;
    margin: 0px 0px 10px;
    position: relative;
    top: -2px;
}

.footer{  
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 5px;
}

.footer ul li a{
color: #fff;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
text-align: justify;
}
.footer ul li a:hover{
    color: #7c00fe;
    text-decoration: none;
}
.footer-menu li{
  border-bottom: 0px solid #fff;

}

.footer-copy{
    background: #77bef0 none repeat scroll 0% 0%;
    border-top: 0.051px solid rgba(162, 162, 162, 0.46);
    padding-bottom: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.footer-copy span{
    margin-right: 20px; 
    font-size: 13px;
}
.footer-copy a{
    color: #fff;
    font-weight: 500;
} 

.bottom-menu ul{
    list-style: outside none none;
}
.bottom-menu ul li{
    float: left;
    display: inline-block;
}
.bottom-menu ul li a { 
    font-size: 13px;
    color: #77bef0;
    padding: 10px;
    font-weight: 500;
}
.bottom-menu ul li a:hover{
    color: #FFC600;
}

.btn-footer{
    text-transform: uppercase;
    background-color: #bf3b4e;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 25px;
    padding: 0px;
}
.btn-footer:hover{
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #bf3b4e;
    width: 160px;
    height: 25px;
    padding: 0px;
}

.advert-space{
margin-top: 3px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



.btn-special {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background-color: #77bef0;
  border-color: #77bef0;
}
.btn-special:hover {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}


.logo-header{
    margin-top: -19px
}

.dealer-widget {
    background-color: #541690;
    padding: 15px;
    color:#FFF;
    padding-bottom: 20px;
    margin: -15px -15px 25px;
}
.dealer-name{
    margin-top: 6px;
    margin-bottom: 5px;
}
.dealer-name a {
    color: #626262;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.property-style2 .dealer-widget {
    background-color: #541690; 
}

.dealer-section-space{
    margin: -5px -14px 25px;
    background-color: #77bef0;
    color: #541690;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.dealer-section-space span{
    font-size: 32px;
    color: #ffcd38;
}

.dealer-name{
    margin-top: 6px;
    margin-bottom: 5px;
    text-align: center;
}
.dealer-name a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.dealer-name span {
    font-size: 18px;
    clear: both;
}

.single-property-header {
    padding-bottom: 5px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.single-property-header .property-title {
    margin: 5px 0px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-property-header .property-location {
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.property-details-list{
    margin-top: -25px;
    font-size: 16px;
    list-style: outside none none;
    padding: 1px;
}
.property-details-list li{
    font-size: 16px;
    overflow: hidden;
    margin: 2px;
    border: 1px solid #77bef0;
    padding: 2px;
}

.add-p-title {
    text-transform: uppercase;
    background-color: #77bef0;
    margin: 0px;
    color: #FFF;
}
.add-p-title:hover {
    background-color: #541690;
}

.s-property-title {
    margin-bottom: 0px;
    color: #541690;
    font-size: 18px;
}

.s-property-title::after {
    background-color: #ff8d29;
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    margin: 3px 0px 0px 2px;
}

.property-single-content p {
    color: #541690;

}

.minus25 {
    margin-top: -25px;
}

.minus50 {
    margin-top: -50px;
}

.prp-style-2 .single-property-wrapper{
    margin-top: -75px;
    color: #2f3e49;
    font-size: 18px;
}

.google-button .largegoogle-btn{
    background-color: #ff4949;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 100%;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}



.dealer-contacts{
    list-style: outside none none;
    padding: 30px 0px 0px 10px;
}
.dealer-contacts li i{
    color: #ffcd38;
    padding-right: 8px;
}

.add-r-title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #77bef0;
    margin: 0px;
    color: #FFF;
    font-size: 18px;
}
.add-r-title:hover {
    background-color: #ff4949;
}

.add-rr-title {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #541690;
    margin: 0px;
    color: #FFF;
    font-size: 18px;
}
.add-rr-title:hover {
    background-color: #541690;
}

.add-pp-title {
    text-transform: uppercase;
    background-color: #77bef0;
    margin: 0px;
    color: #FFF;
    font-size: 16px;
}

.add-pp-entry {
    text-transform: uppercase;
    margin: 0px;
    color: #541690;
    font-size: 16px;
}

.slider-area{
    position: relative;
    height: 400px
}
#bg-slider .item img{
    width: 100%;
    height: 400px
}

.slider-content{
    position: absolute;
    top: 20%;
    text-align: center;
    color: #FFF;
    width: 100%;
}
.slider-content h2 {
    font-size: 40px; 
    margin-bottom: 20px;
    text-transform: uppercase;color: #ffffff;
font-weight: 500;
}

.slider-content h2 span{
    font-size: 30px; 
    margin-bottom: 20px;
    text-transform: capitalize;color: #ffffff;
font-weight: 500;
}

.slider-content p {
    font-size: 14px;
    margin-bottom: 60px;
    color: rgb(110, 110, 110);
}

.slider .owl-theme .owl-controls {
    margin-top: 150px;
    position: relative;
    text-align: center;
}
.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}
.slider .owl-theme .owl-controls .owl-page span{
    background: #ffffff
}

.search-btn ,.toggle-btn{
    background-color: #77bef0;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 40px;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s; 
    padding: 0px;
}

.search-form {
    background-color: #77bef0;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.search-form .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-transform: uppercase;color: #FFF;
    text-decoration: none;
    background-color: #ff4949;
    outline: 0px none;
}
.search-form .dropdown-menu > li > a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    text-transform: uppercase;color: #333;
    white-space: nowrap;

}
.search-form .dropdown-menu {
    padding: 5px 0px 0px 0px;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    text-transform: uppercase;color: #fff;
    background-color: #ff4949;
    border-color: #F0F0F0;
    font-weight: 600;
    
}

.search-form .form-inline .form-group { 
    width: 235px;
    text-align: left;
    letter-spacing: 0.5px;
    font-size: 16px;
}



.navbar-default .navbar-nav > li > a{
    color: #541690;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #541690;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li > a.active:after{

    background-color: #ff4949;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.navbar-default .navbar-nav > li > a::after {
    background-color: #ff4949;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0%;
}
.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-nav.navbar-right:last-child{
    margin-right: 20px
}

.ymm-sw .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #FFF;
    border: 1px solid #541690;
    border-radius: 0px;
    box-shadow: 0px 0.5px 1px #CECECE;
    background-clip: padding-box;
}
.ymm-sw .dropdown-menu li{
    clear: both;
    height:40px;
}
.navbar-default .ymm-sw .navbar-nav a::after {
    bottom: 1px;
    background-color: #ff4949;
}
.yamm .ymm-sw  .dropdown-menu {
    left: auto;
    right: auto;
}

.btn-info {
  color: #541690;
  font-size: 18px;
  background-color: #ffcd38;
  border-color: #ffcd38;
}
.btn-info:hover {
  color: #fff;
  background-color: #77bef0;
  border-color: #77bef0;
}

.btn-info:focus,
.btn-info.focus {
  color: #541690;
  font-size: 18px;
  background-color: #ffcd38;
  border-color: #ffcd38;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #77bef0;
  border-color: #77bef0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #77bef0;
  border-color: #77bef0;
}

.contact {
  display:block;
}

.btn-special {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background-color: #77bef0;
  border-color: #77bef0;
}
.btn-special:hover {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}

.favorite-and-print {
    position: absolute;
    z-index: 9;
    right: 0px;
    padding: 15px;
    z-index: 1000;
   
}
.favorite-and-print .add-to-fav {
    color: #fff;
    border: 1px solid #541690;
    background-color: #77bef0;
    border-radius: 5px;
    height: 35px;
    margin-right: 10px;
    width: 50px;
    padding: 10px 3px 4px 6px;
}

.favorite-and-print .add-to-fav:hover  ,.favorite-and-print  .printer-icon:hover  {
    color: #fff;
    border-color: #fff;
}
.favorite-and-print .add-to-fav i ,.favorite-and-print  .printer-icon i  { 
    font-size: 25px;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #ff4949;
  background-color: #ffffff;
}
.modal-header .close {
    color: #ff4949;
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 15px;
  font-size: 18px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.back-button-menu{
    margin-top: -20px;
    margin-bottom: 10px;
    
}

.back-button{
    background-color: #77bef0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    display: block;
}
.back-button:hover{
    color: #fff;
    border-color: #77bef0;
    background-color: #541690;
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    display: block;
}

.btn-about {
    text-transform: uppercase;
    color: #fff;
    display: block;
    background-color: #77bef0;
    border-color: #77bef0;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: 600;
    margin-bottom: 5px;
            -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.btn-about:hover {
    text-transform: uppercase;
    color: #fff;
    display: block;
    background-color: #7c00fe;
    border-color: #7c00fe;
    border-radius: 1px;
    padding: 10px 20px;
    font-weight: 600;
            -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}


.top-spacer-adverts {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ribbon-featured {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid #7c00fe;
    position: absolute;
    bottom: 7px;
    right: -38px;
    padding: 0 10px;
    width: 140px;
    color: #fff;
    font-family: sans-serif;
    size: 11px;
}
.ribbon-featured-2 {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid #eb6004;
    position: absolute;
    bottom: 7px;
    right: -38px;
    padding: 0 10px;
    width: 140px;
    color: #fff;
    font-family: sans-serif;
    size: 11px;
}

.ribbon-special {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid #eb6004;
    position: absolute;
    bottom: 7px;
    right: -34px;
    padding: 0 10px;
    width: 140px;
    color: #fff;
    font-family: sans-serif;
    size: 11px;
}

.ribbon-town {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid #c8f307;
    position: absolute;
    bottom: 7px;
    right: -38px;
    padding: 0 10px;
    width: 140px;
    color: #000;
    font-family: sans-serif;
    size: 11px;
}

.ribbon-featured-txt {
    position: absolute;
    top: -26px;
    left: 10px;
}​


.ribbon-special-txt {
    position: absolute;
    top: -26px;
    left: 10px;
}​



.ribbon-town-txt {
    position: absolute;
    top: -26px;
    left: 10px;
}​

a.class1 {
  background-color: #fff;
  border: 2px dotted #f44336;
  border-radius: 3px;
  color: #f44336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

  outline: none;
}


a.class1:link  {
  background-color: #fff;
  border: 2px dotted #f44336;
  border-radius: 3px;
  color: #f44336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;


  outline: none;
}
a.class1:visited {
  background-color: #fff;
  border: 2px dotted #f44336;
  border-radius: 3px;
  color: #f44336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

  cursor: pointer;
  outline: none;
}
a.class1:hover {
  background-color: #fff;
  border: 2px dotted #f44336;
  border-radius: 3px;
  color: #f44336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

  cursor: pointer;
  outline: none;
}
a.class1:active {
  background-color: #fff;
  border: 2px dotted #f44336;
  border-radius: 3px;
  color: #f44336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

  cursor: pointer;
  outline: none;
}


a.class2 {
  background-color: #fff;
  border: 2px dotted #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  outline: none;
}

.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
z-index: 9999;
}
.back-to-top:hover {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:inline !important;
z-index: 9999;
}


