
html {
    height: 100%;
    width: 100%;
}
body {
    background-color: #f0f1f5;
    color: #333333;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
h1, h2 {
    color: #333333;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility;
}
h3, h4, h5, h6 {
    color: #333333;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
a, button {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
p {
    color: #535353;
    font-weight: 300;
}
li {
    list-style: outside none none;
}
.site-bg {
    background-color: #1cc1f4;
}
.site-font-color {
    color: #1cc1f4;
}
.header {
    background-color: #fff;
    float: left;
    width: 100%;
}
.header-top {
    background-color: #5fafec;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.header-top-icon {
    float: right;
}
.header-top-icon {
    margin: 0;
	padding:0px;
}
.header-top-icon li {
    float: left;
    margin-left: 5px;
}
.header-top-icon li a {
    background-color: #2f8bd1;
    border-radius: 50%;
    color: #fff;
    float: left;
    height: 26px;
    text-align: center;
    width: 26px;
}
.header-top-icon li a i {
    font-size: 14px;
    line-height: 26px;
}
.header-top-icon li a:hover {
    background-color: #252525;
    transform: rotate(360deg);
}
.logo img {
    max-height: 130px;
}
.header-middle {
    background-color: #000;
    border-bottom: 4px solid #60a8dc;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.contact-info {
    background-color: #5fafec;
    border-radius: 0 0 5px 5px;
    float: right;
    margin-top: 0;
    padding: 10px 15px;
    position: absolute;
    right: 40px;
    top: -11px;
}
.phone-info {
    color: #5c5c5c;
    float: left;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 10px;
    position: relative;
}
.phone-info .icon {
    color: #5fafec;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.phone-info .icon i {
    color: #fff;
    font-size: 18px;
}
.phone-info h6 {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.phone-info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.phone-info p a{color:#fff;}
.phone-info:last-child {
    padding-right: 0;
}
.main_menu {
    margin-top: 10px;
}
.main_menu .navbar-default {
    background: #5fafec none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}
.main_menu .navbar-collapse {
    float: left;
}
.main_menu .amenities {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 69px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 176px;
    z-index: 1;
}
.main_menu .amenities::before {
    background: #252525 none repeat scroll 0 0;
    border-left: 2px solid #fff;
    content: "";
    height: 100%;
    left: -42px;
    position: absolute;
    top: 0;
    transform: skew(40deg);
    transition: all 0.3s ease-in-out 0s;
    width: 72px;
    z-index: -1;
}
.main_menu .amenities i {
    font-size: 20px;
    margin-right: 10px;
}
.main_menu .amenities:hover, .main_menu .amenities:hover::before {
    background: #4c9fdf none repeat scroll 0 0;
}
.main_menu .navbar-default .navbar-nav li.dropdown_holder {
    position: relative;
}
.main_menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 69px;
    padding: 0 16px 0 26px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.main_menu .navbar-default .navbar-nav > li:hover > a, .main_menu .navbar-default .navbar-nav > li:focus > a {
    color: #252525;
}
.main_menu li.dropdown_holder .sub-menu, .main_menu li.dropdown_holder .sub-menu .sub-sub-menu {
    background: #2f8bd1 none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 9999999;
}
.main_menu li.dropdown_holder .sub-menu {
    left: 90px;
    padding-left: 0;
    top: 100%;
    width: 200px;
}
.main_menu li.dropdown_holder .sub-menu .sub-sub-menu {
    left: calc(100% + 30px);
    padding-left: 0;
    top: 0;
    width: 261px;
}
.main_menu li.dropdown_holder .sub-menu li a {
    border-bottom: 1px solid #f3f3f3;
    color: #fff;
    display: block;
    line-height: 53px;
    padding-left: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.main_menu li.dropdown_holder .sub-menu li:last-child > a {
    border: medium none;
}
.main_menu li.dropdown_holder .sub-menu li > a:hover {
    color: #000;
}
.main_menu li.dropdown_holder .sub-menu li a .fa-angle-right {
    float: right;
    line-height: 53px;
    padding-right: 30px;
}
.main_menu li.dropdown_holder:hover .sub-menu {
    left: 26px;
    opacity: 1;
    visibility: visible;
}
.main_menu .sub-menu .dropdown_holder:hover .sub-sub-menu {
    left: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
}
.main_menu .video_gallery_menu {
    background: #fff none repeat scroll 0 0;
    left: -15px;
    padding: 10px;
    position: absolute;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out 0s;
    width: 290px;
    z-index: 999999;
}
.main_menu .dropdown_holder:hover .video_gallery_menu {
    transform: scale(1, 1);
}
.main_menu .video_gallery_menu .single-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.main_menu .video_gallery_menu .single-item .overlay {
    background: rgba(77, 194, 230, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.8);
    visibility: hidden;
    width: 100%;
}
.main_menu .video_gallery_menu .single-item:hover .overlay {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.main_menu .video_gallery_menu .single-item .overlay a {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 100%;
    text-align: center;
}
.main_menu .video_gallery_menu .single-item .overlay a span {
    display: table;
    height: 100%;
    width: 100%;
}
.main_menu .video_gallery_menu .single-item .overlay a span i {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.main_menu .video_gallery_menu h5 {
    margin: 17px 0 8px;
    text-transform: uppercase;
}
.main_menu li.dropdown_holder .fa-arrow-responsive {
    display: none;
}
#mCSB_1_scrollbar_vertical {
    display: none;
}
.mCustomScrollBox, .mCSB_container {
    overflow: visible;
}
.main-slider {
    float: left;
    width: 100%;
}
.tp-caption {
    background-color: rgba(0, 0, 0, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding: 25px;
}
.tp-caption h3 {
    color: #5fafec;
    font-family: "Lato",sans-serif;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
}
.tp-caption h5 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
}
.tp-caption h4 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 32px;
}
.tp-caption .readmore-btn {
    background-color: #5fafec;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal !important;
    min-width: 170px;
    padding: 10px;
    text-align: center;
	
}
.tp-caption .readmore-btn:hover {
    color: #252525;
}
.search-area {
    float: left;
    width: 100%;
}
.search-area-heading {
    float: left;
    position: relative;
    width: 100%;
    z-index: 9999;
	margin-top:-60px;
}
.search-area-heading h2 {
    background-color: rgba(95, 175, 236, 0.8);
    color: #fff;
    float: left;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.search-part {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1a1a1a 0%, #2e2e2e 50%, #1a1a1a 100%) repeat scroll 0 0;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.search-part label {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: normal;
}
.search-part .form-control {
    background-color: transparent;
    border: 1px solid #7e7e7e;
    border-radius: 0;
    box-shadow: none;
    color: #828282;
    font-size: 16px;
    height: 40px;
}
.search-part .form-control::-moz-placeholder {
    color: #828282;
    font-size: 16px;
}
.search-part select {
    appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
    background-image: url("../images/select-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.search-part select option {
    border-bottom: 1px dotted #515151;
    cursor: pointer;
    padding: 10px;
}
.search-part .btn {
    background: #5fafec none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    width: 100%;
}
.search-part .btn:hover {
    background: #4c9fdf none repeat scroll 0 0;
}
.property-section {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.property-box {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin: 15px 0;
    min-height: 400px;
    padding: 10px;
    width: 100%;
}
.property-box .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    min-height: 245px;
    position: relative;
    width: 100%;
}
.property-box .image .title {
    background-color: rgba(27, 27, 27, 0.8);
    bottom: 0;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.property-price {
    float: left;
    width: 100%;
}
.property-price .price {
    background-color: #5fafec;
    color: #f0f1f5;
    float: left;
    font-size: 22px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    width: 50%;
}
.property-price .location {
    background-color: #000;
    color: #f0f1f5;
    float: left;
    font-size: 15px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    width: 50%;
}
.property-detail {
    background-color: #eaeaea;
    float: left;
    width: 100%;
}
.detail-grid {
    border-right: 4px solid #fff;
    color: #8c8c8c;
    float: left;
    line-height: 35px;
    padding: 5px;
    text-align: center;
    width: 33.33%;
}
.detail-grid:last-child {
    border-right: medium none;
}
.more-detail-link {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.more-detail-link a {
    color: #424242;
    font-size: 15px;
    text-transform: uppercase;
}
.more-detail-link a:hover {
    color: #1cc1f4;
}
.about-section {
    background-attachment: fixed;
    /*background-image: url("../images/about-bg.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.bg-about {
    float: right;
    position: relative;
}
.bg-about::after {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: 0;
}
.bg-about .inner-box {
    float: right;
    padding: 60px 0 70px 50px;
    position: relative;
    z-index: 1;
}
.bg-about .inner-box h2 {
    color: #5fafec;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
    text-transform: uppercase;
}
.bg-about .inner-box p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}
.inner-title {
    border-bottom: 1px solid #2d2d2d;
    color: #2d2d2d;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.subcribe-bg {
    background-color: #000;
    float: left;
    padding: 70px 0;
    width: 100%;
}
.subcribe-left {
    float: left;
    position: relative;
    width: 100%;
}
.subcribe-left h2 {
    color: #5fafec;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.subcribe-left p {
    color: #acacac;
    font-size: 16px;
    margin-bottom: 0;
}
.subscribe-btn {
    background-color: #1cc1f4;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 3px;
}
.subscribe-btn:hover {
    background-color: #0faada;
    color: #fff;
}
footer {
    background-color: #fff;
    float: left;
    padding: 50px 0 0;
    width: 100%;
}
.footer-contact {
    color: #5f5f5f;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%;
}
.footer-contact span {
    color: #5fafec;
    font-weight: 600;
}
.site-links-heading {
    color: #000;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    width: 100%;
}
.footer-link {
    float: left;
    padding: 0;
    width: 100%;
}
.footer-link li {
    float: left;
    width: 100%;
}
.footer-link li a {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 300;
}
.footer-link li a:hover {
    color: #1bbff2;
}
.news-grid {
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.news-grid i {
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 3px;
}
.news-grid:last-child {
    border-bottom: medium none;
}
.copyright-text {
    background-color: #000;
    color: #fff;
    float: left;
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.copyright-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.inner-page-slider {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    float: left;
    min-height: 300px;
    padding-top: 110px;
    width: 100%;
}
.inner-page-slider h2 {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}
.pagination-custome > li:first-child > a, .pagination-custome > li:first-child > span {
    border-radius: 0;
}
.pagination-custome > li:last-child > a, .pagination-custome > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1cc1f4;
    border: 1px solid #1cc1f4;
}
.pagination > li > a, .pagination > li > span {
    background-color: #000;
    color: #fff;
}
.property-description-head {
    border-bottom: 1px solid #d3d3d3;
    float: left;
    font-size: 24px;
    margin-top: 25px;

    padding-bottom: 10px;
    width: 100%;
}
.property-amenities-head {
    background-color: #1cc1f4;
    color: #fff;
    font-size: 22px;
}
.property-amenities-head th {
    font-weight: normal;
    padding: 10px 20px;
}
.table-features tr td {
    padding: 15px;
}
.table-features > tbody > tr > td {
    font-size: 17px;
    padding: 10px;
}
.table-features-right {
    color: #1cc1f4;
    font-weight: bold;
}
.created-text {
    color: #888888;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.created-text span {
    color: #000;
    font-weight: bold;
}
.list-unstyled {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.list-unstyled .list-unstyled-inner {
    color: #616161;
    float: left;
    font-size: 18px;
    padding: 5px;
    width: 33%;
}
.right-white-bg {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.price-text-page {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.price-text-page h2 {
    color: #5fafec;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.price-text-page h2 span {
    color: #9a9a9a;
    font-size: 20px;
    font-weight: normal;
    text-decoration: line-through;
}
.contact-agent-btn {
    border: 2px solid #5fafec;
    color: #5fafec;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.contact-agent-btn:hover {
    border-color: #252525;
    color: #252525;
}
.share-it {
    float: left;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.share-it h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.share-it ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.share-it ul li {
    display: inline-block;
    margin-right: 5px;
}
.share-it ul li a {
    background-color: #fff;
    border: 2px solid #252525;
    color: #252525;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.share-it ul li a:hover {
    border-color: #1cc1f4;
    color: #1cc1f4;
}
.agent-Information {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.agent-Information .left {
    border-radius: 50%;
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
}
.agent-Information .left img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.agent-Information .right {
    display: table-cell;
    vertical-align: top;
}
.agent-Information .right h6 {
    color: #5fafec;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.agent-Information .right p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.request-showing h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.request-showing .form-control {
    border-radius: 0;
    font-size: 15px;
}
.request-showing .btn {
    background-color: #1cc1f4;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.careers-part {
    float: left;
    width: 100%;
}
.careers-h2 {
    font-family: "Roboto Condensed";
    font-size: 32px;
}
.careers-p {
    font-size: 16px;
}
.careers-img {
    margin-bottom: 15px;
}
.careers-img-right {
    float: right;
}
.careers-section {
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.bg-careers {
    float: right;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
.bg-careers::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: 0;
}
.bg-careers .inner-box {
    float: right;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.bg-careers .inner-box h2 {
    color: #333333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
}
.bg-careers .inner-box p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.bg-careers-left {
    float: left;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
.bg-careers-left::after {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -400px;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: 0;
}
.bg-careers-left .inner-box {
    float: right;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.bg-careers-left .inner-box h2 {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
}
.bg-careers-left .inner-box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.detail-page-heading {
    color: #5fafec;
    float: left;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}
.detail-page-heading span {
    color: #333;
    float: left;
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
}
.border-bottom-detail {
    border-bottom: 1px solid #efefef;
}
.features-part {
    float: left;
    margin-top: 15px;
    padding: 15px 0;
    width: 100%;
}
.features-part h4 {
    border-bottom: 1px solid #d3d3d3;
    font-family: "Roboto Condensed";
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.features-part ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.features-part ul li {
    color: #444444;
    font-weight: 600;
    margin-bottom: 2px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.detail-page-img {
    background-color: #fff;
    text-align: center;
}
.blog-title {
    border-bottom: 1px solid #cfcfcf;
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 42px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.blog-list-main {
    border-bottom: 1px solid #cfcfcf;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.blog-img-list img {
    max-height: 245px;
    width: 100%;
}
.blog-right-side .title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.blog-right-side .title::before {
    background: #5fafec none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.date-list {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.date-list li {
    color: #808080;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
.date-list li i {
    color: #5fafec;
    margin-right: 5px;
}
.readmore-blog-btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #5fafec;
    border-color: currentcolor currentcolor #4898d5;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.readmore-blog-btn:hover {
    background-color: #2589d5;
    color: #fff;
}
.blog-textlist {
    float: left;
    line-height: 23px;
    margin-bottom: 15px;
    width: 100%;
}
.blog-detail-title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.blog-detail-img {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.contact-form .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
.no-padding {
    padding: 0;
}
.contact-right .contact-grid {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.detail-page-img .center-horizontal {
    width: 100%;
}
.footer-form .form-control {
    border-radius: 0;
    font-size: 14px;
}
.footer-form .btn {
    background-color: #5fafec;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}
.text-transform-none {
    text-transform: none;
}
.newsletter-div .success-message .msg-content {
    color: #fff;
}
.newsletter-div .error-message .msg-content {
    color: #ff0000;
}
.error-page {
    float: left;
    width: 100%;
}
.error-page h2 {
    color: #5fafec;
    font-size: 80px;
    font-weight: bold;
}
.error-page p {
    font-size: 30px;
}
.property-box .no-image-property {
    background-position: center 18%;
    background-size: auto auto;
}
#page-preloader {
    background: #f1f3f2 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100500;
}
#page-preloader .spinner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2.5s linear 0s normal none infinite running spin;
    border-color: #01a4f1 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 1001;
}
#page-preloader .spinner::before, #page-preloader .spinner::after {
    border-radius: 50%;
    content: "";
    position: absolute;
}
#page-preloader .spinner::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2s linear 0s normal none infinite running spin;
    border-color: #088cdc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
}
#page-preloader .spinner::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 1s linear 0s normal none infinite running spin;
    border-color: #52bf81 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.slider-content {
    float: left;
    height: 100%;
    width: 100%;
}
.slider-content-text {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    float: left;
    height: auto;
    margin: 10% 10% 0;
    padding: 15px;
    width: auto;
}
.slider-content-text h2, .slider-content-text p {
    color: #fff;
}
.slider-content-text a {
    color: #fff;
    font-weight: bold;
}
.slider-content {
    background-size: cover;
}
.slider-content-no-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px auto;
}
.bg-img-slider {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}
.accordion-hor > ul > li.small {
    background-color: #5fafec;
}
.search-area-top .search-area-heading {
    margin-top: -60px;
}
.header-middle .right-side-header {
    float: right;
}
.header-middle .navbar {
    margin-bottom: 0;

    padding-left: 0;
    padding-right: 0;
}
.header-middle #navbar {
    padding-left: 0;
    padding-right: 0;
}
.header-middle .navbar-brand {
    height: auto;
    padding: 0;
}
.header-middle .navbar-collapse {
    padding-top: 50px;
	box-shadow:none;
}
.header-middle .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
}
.header-middle .navbar-nav > li > a::after {
    background-color: #5fafec;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.3s ease-in-out 0s;
}
.header-middle .navbar-nav > li > a:hover::after {
    left: 20px;
    right: 20px;
}
.header-middle .navbar-nav > li.active > a::after {
    background-color: #5fafec;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.header-middle .nav > li > a:focus, .header-middle .nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.header-middle .nav .open > a, .header-middle .nav .open > a:focus, .header-middle .nav .open > a:hover {
    border-bottom: 2px solid #5fafec;
    color: #fff;
}

.header-middle .dropdown-menu > li > a {
    font-size: 16px;
    padding: 10px 20px;
}
.header-middle .dropdown-menu {
    border: 0 none;
	width:100%;
}
.header-middle .navbar-nav {
    border-radius: 5px 0 0 5px;
    padding-left: 20px;
    padding-right: 0;
}
.header-middle .navbar-toggle {
    background-color: #5fafec;
    z-index: 9999;
}
.header-middle .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dropdown-menu{background-color:#2f8bd1 !important; padding:0; border-radius:0;}
.header-middle .dropdown-menu > li > a{color:#fff;}
.footer-logo{max-width:80px;}
.slider-no-img-logo{width:300px !important; padding:30px; display:inline-block !important; opacity:0.5 !important;}

.search-icon-header{float:right; width:30px; margin-top:-4px;}
.search-icon-header a{width:34px; height:34px; border-radius:50%; float:left; background-color:#5fafec; text-align:center; color:#fff; line-height:30px; border:solid 2px #fff;}
.search-icon-header a:hover{background-color:#3a90d2;}


.header-middle .dropdown-menu > li > a:hover{background-color:transparent; color:#000;}

