

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/slider-3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.Overview{
     padding: 50px 0;background-color: #f5f5f5;
}
.Overview h2{text-align: center;}
.Overview .small{}
.Overview-box h3{font-size: 22px;font-weight: 600;}
.Overview-box p{font-size: 18px;}
.Overview-ul .list-inline li{width: 49%;text-align: center;vertical-align: middle;} 
.Overview-ul .list-inline li p{height: 50px;font-size: 16px;margin-top: 10px;}
/* About */

.about {
    padding: 50px 0;
}

/* Services */

.Unit {
    padding: 50px 0;
}

nav-unit{border: 1px solid #ddd;}
.nav-custom-tab{border: 0px;background-color:#ddd;padding: 0px 20px;padding-top: 20px;}
.nav-custom-tab li a{border: 0px;color: #555;}
.nav-custom-tab li.active a:hover, .nav-custom-tab li.active a:focus{border: 0px;}
.nav-custom-tab li.active a{border: 0px;}
.nav-unit-custom{padding: 0px 20px;}
.nav-unit-custom li a{color: #7a7a7a;border: 0px;border-bottom: 3px solid transparent;border-radius: 0px;}
.nav-unit-custom li.active a{border: 0px;border-bottom: 3px solid #29C5F6;}
.nav-unit-custom li.active a:hover,.nav-unit-custom li.active a:focus{border: 0px;border-bottom: 3px solid #29C5F6;}
.nav-unit-custom li a:hover, .nav-unit-custom li a:focus{background-color: transparent;border-bottom: 3px solid #29C5F6;}
.nav-unit-custom-content{}
.nav-unit-custom-content img{width: 100%;height: 300px;}
.property-detail-unit{padding: 30px;}
.property-detail-unit p span{float: right;}
.property-detail-unit p{margin-bottom: 20px;}
.property-detail-unit .list-inline{}
.property-detail-unit li{margin: 0px 10px 10px 0px;}
.property-detail-unit li::before {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}


/* Portfolio */

.Amenities {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.amenities-main {
    background: #f2eeea;
    border-radius: none;
    padding: 20px;
}
.amenities-main ul {
    margin: 30px 5px 30px 30px;
    overflow: hidden;
}
.amenities-main li {
    width: 50%;
    float: left;
    display: block;
    padding: 10px 0px 0px 0px;
}

.something-semantic img{width: 100%;}
.Specifications{
    padding: 50px 0;
    background-color: #f5f5f5;
}
.specification > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.specification li {
    line-height: 22px;
    padding: 20px 10px 12px 0px;
    list-style: none;
}
.specification li strong {
    font-weight: 600;
}
.specification img {
    margin: auto;
    padding: 20px 0px 50px 0px;
}
.map{
    padding: 50px 0;
}

.Gallery{
    padding: 50px 0;
    background-color: #f5f5f5;
}
.Gallery .owl-carousel-gallery .item img{height: 250px;}
.img-portfolio {
    margin: 0 auto;
}
.contact{padding: 50px 0;}




.logo-container{position: absolute;
left: 50px;
top: 2px;
padding: 20px;
background: rgba(0, 0, 0, 0.5);}
.banner-text{color: #FFF;}
.sidebar-brand img{width: 80px;}
.sidebar-brand{height: auto;}

@media(max-width:767px) {
    .logo-container {
    position: absolute;
    left: 20px;
    top: 2px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}
.logo-container img{height: 50px;}
.amenities-main li {
    width: 100%;
    display: block;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.specification > [class*="col-"] {
    display: block;
    width: 100%;
}
.text-vertical-center h1 {
    font-size: 3.5em;

}
    .nav-unit-custom-content img{width: 100%;height: auto;}
}
@media only screen and (min-width: 768px) and (max-width: 990px){
    .Gallery .owl-carousel-gallery .item img{height: 150px;}
}
@media only screen and (min-width: 991px) and (max-width: 1100px){
    .Gallery .owl-carousel-gallery .item img{height: 150px;}
}

/* Footer */

footer {
    padding: 50px 0;
    background-color: #f5f5f5;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
