*:focus {outline: 0 !important;}

select.form-control {
     padding-top: 0px;
     padding-bottom: 5px;
     padding-right: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAMAAAA/D5+aAAAABlBMVEX////MzMw46qqDAAAAAXRSTlMAQObYZgAAADZJREFUeNqd0DEKAEAIA8HL/z995RarBLTSDCj4jpWsaWSENiIMcevRQ1/hwzILhtiQwco7e307YQBHIXe2/QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
     text-overflow: '';

    border: 1px solid #CCCCCC !important;
    width: 100% !important;
    height: 46px;
}

.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:10px;
    right:10px; 
}
.scroll {
    position:absolute;
    right:10px;
    bottom:20px;
    background:#9ED6E3;
    background:rgba(158,214,227,0.7);
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
/*border: 1px solid #BBE2EB;      
border: 1px solid rgba(158,214,227,0.7) !important;*/       
}
.scroll:hover {
    background:rgba(158,214,227,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /*border: 1px solid rgba(158,214,227,1.0);*/        
}
.scroll:hover .fa {
    color: #000000;
    padding-top:-10px;
}
.scroll .fa {
    color: #333333;
    font-size:30px;
    margin-top:-5px;
    margin-left:1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
    opacity: 0.95;
    /*box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);*/
}

.top-bar {
    background-color: #BD0461;
    /*border-bottom: 1px solid #f2f2f2;*/
    border-bottom: 1px solid #9ED6E3;
    height: 34px;
}

.top-bar.color-bar {
    border-bottom: 0;
}

.top-bar li {
    list-style: none;
}

.top-bar.color-bar a {
    color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
    color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
    border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
    color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0;
}

.top-bar.dark-bar a {
    color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
    color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
    color: rgba(255,255,255,.2);
}

.top-bar a {
    /*color: #666;*/
    color: #E1E1E1;
}

.top-bar a:hover {
    /*color: #666;*/
    color: #9ED6E3;
}

.top-bar .contact-details li {
    display: inline-block;
}

.top-bar .contact-details li a:before {
    position: relative;
    content: "\2759";
    font-size: 21px;
    font-weight: 400;
    margin: 0 5px 0 5px;
    top: 2px;
    color: #FFFFFF;
}

.top-bar .contact-details li a:before {
    color: #FFFFFF;
}

.top-bar .contact-details li:first-child a:before {
    display: none;
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px;
    font-weight: 600;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
    color: #fff;
}

ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}

ul.social-list li a.google:hover {
    background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
    background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
    background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
    background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
    background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
    background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
    background-color: #36C4F3
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2;
}
.wpb-mobile-menu{
    display: none;
}

.slicknav_menu{
    display: none;
}
.navbar-toggle{
    display: none;
}

@media screen and (max-width: 1200px)
{
    .navbar-toggle{
    display: inline;
    }
}

@media screen and (max-width: 358px)
{
    .navbar-toggle{
    display: inline;
    }

    .navbar .navbar-header img {
        width: 230px !important;
    display: inline;
    }


}


.navbar-toggle{
    float: right;
}

/*
* header end
*/




.socialBox {
    display: block;
    top:-5px;
}

.socialBox ul {
    list-style: none;
}

.socialBox ul li a{
    position:relative;
}
.socialBox ul li{
    float:left;
    padding-right: 15px;
    top:-5px;
    margin-top:-5px;
    list-style: none;
}
.socialBox ul li a{
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 32px;
    height: 32px;

    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}
.socialBox ul li a:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.socialBox ul li a.facebook{
    background: url('../images/socialmedia/facebook.png') no-repeat center center #CA0217;
}
.socialBox ul li a.twitter{
    background: url('../images/socialmedia/twitter.png') no-repeat center center #CA0217;
}
.socialBox ul li a.linkedin{
    background: url('../images/socialmedia/linkedin.png') no-repeat center center #CA0217;
}
.socialBox ul li a.googleplus{
    background: url('../images/socialmedia/googleplus.png') no-repeat center center #CA0217;
}
.socialBox ul li a.pinterest{
    background: url('../images/socialmedia/pinterest.png') no-repeat center center #CA0217;
}

/*a.facebook{
    background: url('../images/socialmedia/facebook.png') no-repeat center center #FFF;
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 14px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 14px 1px #FFFFFF;
box-shadow: 0px 0px 14px 1px #FFFFFF;
}

a.facebook:hover,nav.main-nav ul li a.facebook:hover{
    background: url('../images/socialmedia/facebook.png') no-repeat center center #FEB90D;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    -webkit-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
-moz-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
}

a.twitter{
    background: url('../images/socialmedia/twitter.png') no-repeat center center #FFF;
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 14px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 14px 1px #FFFFFF;
box-shadow: 0px 0px 14px 1px #FFFFFF;
}

a.twitter:hover,nav.main-nav ul li a.twitter:hover{
    background: url('../images/socialmedia/twitter.png') no-repeat center center #FEB90D;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
   -webkit-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
-moz-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
}

a.linkedin{
    background: url('../images/socialmedia/linkedin.png') no-repeat center center #FFF;
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 14px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 14px 1px #FFFFFF;
box-shadow: 0px 0px 14px 1px #FFFFFF;
}

a.linkedin:hover,nav.main-nav ul li a.linkedin:hover{
    background: url('../images/socialmedia/linkedin.png') no-repeat center center #FEB90D;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    -webkit-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
-moz-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
}

a.googleplus{
    background: url('../images/socialmedia/googleplus.png') no-repeat center center #FFF;
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 14px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 14px 1px #FFFFFF;
box-shadow: 0px 0px 14px 1px #FFFFFF;
}

a.googleplus:hover,nav.main-nav ul li a.googleplus:hover{
    background: url('../images/socialmedia/googleplus.png') no-repeat center center #FEB90D;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
   -webkit-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
-moz-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
}

a.pinterest{
    background: url('../images/socialmedia/pinterest.png') no-repeat center center #FFF;
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 14px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 14px 1px #FFFFFF;
box-shadow: 0px 0px 14px 1px #FFFFFF;
}

a.pinterest:hover,nav.main-nav ul li a.pinterest:hover{
    background: url('../images/socialmedia/pinterest.png') no-repeat center center #FEB90D;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
-webkit-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
-moz-box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
box-shadow: 0px 0px 17px 0px rgba(252,110,81,0.5);
}*/

.propertylist {
    margin: 0px auto 0px auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    justify-content:center;
    align-items:center;
    vertical-align: middle;
}

.propertylist li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 290px;
    padding: 0px;
}

.propertylist li a,
.propertylist li a img {
    display: block;
    cursor: pointer;
}

.propertylist li a img {
    max-width: 100%;
    height: auto;
}

/* Flexbox is used for centering the heading */
/*.propertylist li a div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    opacity: 0;
}

.propertylist li a:hover div {
    background: #000 url('../images/mag.png') no-repeat center center;
    opacity:0.3;
    filter:alpha(opacity=30);
}*/

.propertylist li a div h3 {
    width: 100%;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 990px) {
    .propertylist li {
        width: 290px;
    }
}

@media screen and (max-width: 945px) {
    .propertylist li {
        width: 290px;
    }
}

@media screen and (max-width: 660px) {
    .propertylist li {
        width: 100%; /* Fallback */
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
    }
}

@media screen and (max-width: 660px) {
    .propertylist li {
        width: 100%; /* Fallback */
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
    }
}

@media screen and (max-width: 400px) {
    .propertylist li {
        width: 100%; /* Fallback */
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
    }
}

@media screen and (max-width: 300px) {
    .propertylist li {
        width: 100%;
    }
}


.featured-item-container
{
    width:290px;
    font-size: 16px;
    margin: 3px auto; 
    display: block;
    padding:0px;
    background: #BD0461;
    line-height: 20px;
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #E6E6E6;
    
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

}

.featured-item-container:hover
{
    font-size: 16px;
    margin: 3px auto; 
    display: block;
    padding:0px;
    background-color: #9ED6E3;
    line-height: 20px;
    /*border-bottom: 1px solid #E6E6E6;*/
    border: 0px solid #BD0461;
    
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
}

.featured-item-content
{
    width: auto;
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    background: #BD0461;
    color: #FFFFFF;
    height: auto;
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align:center;text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
}

.featured-item-content:hover
{
    width: auto;
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    /*background-color: #9ED6E3;*/
    height: auto;
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align:center;text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;  
}

.featured-item-content a {color: #9ED6E3;}

.featured-item-content img {margin:0px 0px 0px 0px;border:0px;padding: 0px;}

.featured-item-image {backgroung:#FFFFFF;width:100%;display: inline; border:0px;padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;}
.featured-item-image img{backgroung:#FFFFFF;width:100%;display: inline; border:1px solid #AAD4FF;padding:1px;-webkit-box-shadow: 0px 1px 1px 0px rgba(227,223,227,1);-moz-box-shadow: 0px 1px 1px 0px rgba(227,223,227,1);box-shadow: 0px 1px 1px 0px rgba(227,223,227,1);
-webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}
.featured-item-image img:hover{background:#FFFFFF;width:100%;display: inline; border:1px solid #AAD4FF;padding:1px;
background:  url('../images/mag.png') center center no-repeat !important;
    background-image: url('../images/mag.png') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 30% 20%;
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
          
/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;*/
}

.featured-item-container:hover .featured-item-image img {

-webkit-animation-name: pulse-image;
  animation-name: pulse-image;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}

.featured-item-heading  
{
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: 0px auto 5px auto;
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;

}

.featured-item-heading span  
{
    text-align: center;
    /*top:5px;*/
    bottom:-5px;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    color: #5BB6FF;
    font-weight: 500;
    font-size: 30px;

}

.featured-item-heading h3 
{
    text-align: center;
    color: #FFFF00;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 0px dotted #E6E6E6;
    text-decoration: none;
    display: block;
    margin: 0px auto 5px auto;
    height: auto;
    position: relative;

}

.featured-item-heading h3 a
{
    text-align: center;
    color: #FFFF00;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 0px dotted #E6E6E6;
    text-decoration: none;
    display: inline;
    margin: 0px auto;
    
    

}



.featured-item-container:hover .featured-item-heading h3 a
{
    color: #FFFF00;


-moz-animation-name: pulse-text;
  -webkit-animation-name: pulse-text;
  animation-name: pulse-text;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}


.featured-item-content-image{width:80%;display: inline;padding-left:10px;padding-top:5px;padding-right:3px;padding-bottom:3px; border:0px solid black;}
.featured-item-content-text{width:97%;display: inline;padding-left:10px;padding-top:5px;padding-right:3px;padding-bottom:3px; border:0px solid black;}
.featured-item-details{width:97%;display: block;padding: 10px 0px 10px 0px; margin:0px auto; text-align: center;}
.featured-item-details-item{width:auto;display: inline;text-align: left;}

.featured-item-details a {
    width:50%;
    display: block;
    position: relative;
    padding: 4px 6px 4px 6px;
    margin:0px auto;
    text-align: center;
    background: white;
    color: #BD0461;
    font-size: 20px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.featured-item-details a:hover {
    width:50%;
    display: block;
    position: relative;
    padding: 4px 6px 4px 6px;
    margin:0px auto;
    text-align: center;
    background: #9ED6E3;
    color: #BD0461;
}


@media all and (max-width : 490px) {
.featured-item-content-image{width:100%;display: block;}
.featured-item-content-text{width:100%;display: block;}
}

.featured-item-divider {color: #AAD4FF;padding: 0px 5px 0px 5px;}

@media all and (max-width : 800px) {
h3.featured-item-heading a.featured-item-heading-left{width:100%;display: block;}
h3.featured-item-heading a.featured-item-heading-right{width:100%;display: block;}
.featured-item-details-item{width:100%;display: block;}
.featured-item-divider {color: #AAD4FF;padding: 0px 1px 0px 1px;}
}


/* Rates Table*/

.table-rates table { 
  width: 100%; 
  border-collapse: collapse;
  -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -ms-border-top-left-radius-top: 8px;
    -o-border-top-left-radius: 8px;
    border-top-left-radius: 8px;

    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    border-top-right-radius: 8px;  
}

.table-rates tr:nth-of-type(odd) { 
  background: #FDEEF4; 
}
.table-rates th { 
  background: #BD0461;
  padding: 0px 1px 0px 1px; 
  margin: 0px 1px 0px 1px; 
  color: white; 
  font-weight: bold;
  border: 2px solid #FFFFFF; 
  -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -ms-border-top-left-radius-top: 8px;
    -o-border-top-left-radius: 8px;
    border-top-left-radius: 8px;

    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    border-top-right-radius: 8px;  
}
.table-rates td, .table-rates th { 
  padding: 6px; 
  border: 0px solid #ccc; 
  text-align: center; 
}


@media all and (max-width: 600px)  {

    .table-rates table thead {
        display: none;
    }

    .table-rates table td:before {
        content: attr(data-label);
        float: left;
        text-transform:uppercase;
        font-weight: 600;
    }
}


    .telephone-section{
        
        position:absolute;
        display: inline-block;
        top: 97px;
        height: 34px;
        width: auto;
        right: 30px;
        overflow: hidden;
        white-space: nowrap;
        z-index: 5;
        padding:5px;
        background: white;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 2px 3px #b3b3b3;
        -moz-box-shadow: 1px 2px 3px #b3b3b3;
        -webkit-box-shadow: 1px 2px 3px #b3b3b3;


    }

    .telephone-text
    {
        height: auto;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        margin: 0px 0px 5px 0px;
        border: 0px solid black;
        text-align: right;
        vertical-align: middle;
        width: auto;
        font-size: 14px;
        font-weight: 600;
        color:orange;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 5px;
    }

    .property-features-list {
        list-style: none;
    }

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.square_available {
    width: 30px;
    height: 30px;
    background: #E8F2FF;
}

.square_temporary {
    width: 30px;
    height: 30px;
    background: #00FF66;
}

.square_confirmed {
    width: 30px;
    height: 30px;
    background: #FFC0CB;
}

.mycenter {
    float: none;
     margin-left: auto;
     margin-right: auto;
}


