
img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
    width: auto;
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
body {
    background-color: #fff;
    color: #777;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #e74c3c;
}
input, textarea {
    display: block;
    padding: 7px;
    width: 100%;
}
.content-head {
    padding: 50px 20px 30px;
    text-align: center;
}
.content-head h3 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px;
}
.content-head p {
    margin: 0;
}
a {
    color: #e74c3c;
    text-decoration: none;
    transition: all 200ms ease-in 0s;
}
a:hover, a:focus, a:active {
    color: #01c9ee;
    text-decoration: none;
    transition: all 200ms ease-in 0s;
}
blockquote {
    border-left: 5px solid #e74c3c;
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 10px 20px;
}
input, textarea {
    border: 1px solid #ddd;
    box-shadow: none;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    text-shadow: none;
}
:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}
.error-text {
    font-size: 24px;
    padding-top: 100px;
}
#back-top {
    bottom: 45px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 25px;
    z-index: 999999999;
}
#back-top a {
    background-color: #555;
    color: #fff;
    display: block;
    height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999999;
}
#back-top a i {
    font-size: 18px;
    line-height: 35px;
}
#back-top a:hover {
    background-color: #e74c3c;
    color: #fff;
}
.topbar {
    background-color: #333;
    clear: both;
    color: #eee;
    overflow: hidden;
}
.topbar-email, .topbar-phone {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-left: 50px;
    margin-right: 15px;
    position: relative;
}
.topbar-email a {
    color: #fff;
}
.topbar-email a:hover, .topbar-email a:focus, .topbar-email a:active {
    color: #fff;
    text-decoration: underline;
}
.topbar-email-icon, .topbar-phone-icon {
    background-color: #e74c3c;
    color: #fff;
    height: 40px;
    left: -50px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.topbar-phone-icon i {
    font-size: 24px;
    line-height: 40px;
}
.topbar-email-icon i {
    font-size: 18px;
    line-height: 40px;
}
.topbar-social {
    float: right;
    overflow: hidden;
    vertical-align: top;
}
.topbar-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.topbar-social ul li {
    float: left;
    margin: 0;
}
.topbar-social ul li a {
    background-color: #01c9ee;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.topbar-social ul li a i {
    font-size: 18px;
    line-height: 40px;
}
.topbar-social ul li a:hover, .topbar-social ul li a:focus, .topbar-social ul li a:active {
    background-color: #e74c3c;
}
.logo-cont {
    float: left;
    height: 80px;
}
.logo {
    display: block;
    line-height: 1;
    padding-top: 15px;
}
.menu-login-cont {
    float: right;
}
nav#header-menu-cont select {
    display: none;
}
.sf-menu li.current-menu-item {
    background-color: #01c9ee;
}
.sf-menu li.current-menu-item > a {
    color: #fff !important;
}
.sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.sf-menu > li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    transition: all 200ms ease-in 0s;
}
.sf-menu > li:hover {
    background: none repeat scroll 0 0 #e74c3c !important;
    transition: all 200ms ease-in 0s;
}
.sf-menu > li > a {
    color: #333;
    font-size: 14px;
    line-height: 80px;
    padding: 0 12px;
}
.sf-menu > li:hover > a {
    color: #fff;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}
.sf-menu {
    float: left;
}
.sf-menu ul {
    min-width: 12em;
}
.sf-menu a {
    font-size: 12px;
    padding: 0.6em 1em;
    text-decoration: none;
}
.sf-menu a {
    color: #fff;
}
.sf-menu li {
    background: none repeat scroll 0 0 transparent;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}
.sf-menu ul li {
    background: none repeat scroll 0 0 #333 !important;
}
.sf-menu ul ul li {
    background: none repeat scroll 0 0 #444 !important;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    background: none repeat scroll 0 0 #e74c3c !important;
    transition: none 0s ease 0s ;
}
.login-btn {
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 80px;
    padding: 0 12px;
    text-align: center;
}
.custon-login-form label {
    display: block;
    font-weight: 400;
    margin-top: 7px;
}
.custon-login-form label span {
    color: #e74c3c;
    padding-left: 1px;
}
.custon-login-form input, .custon-login-form textarea {
    display: block;
    margin-bottom: 10px;
    padding: 7px;
    width: 100%;
}
.custon-login-form input[type="submit"] {
    background-color: #01c9ee;
    border: medium none;
    color: #fff;
    padding: 7px 12px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: auto;
}
.custon-login-form input[type="submit"]:hover, .custon-login-form input[type="submit"]:focus {
    background-color: #e74c3c;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.login-setting-link {
    color: #999;
    font-size: 16px;
    padding: 10px 20px 10px 0;
}
.login-setting-link:hover, .login-setting-link:focus, .login-setting-link:active {
    color: #e74c3c;
}
.page-head {
    margin-bottom: 40px;
}
.page-head-wrap {
    padding: 30px 20px 20px;
    text-align: center;
}
.page-head-title {
    color: #333;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.page-head-title span {
    background-color: #fff;
    padding: 10px 20px;
}
.page-head-subtitle {
    background-color: #e74c3c;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.home-slider {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    margin: 0;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.home-slider .slides {
}
.home-slider .slides > li {
    display: none;
}
.home-slider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.home-slider .slides li {
    position: relative;
}
.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.home-slider .flex-direction-nav {
}
.home-slider .flex-direction-nav a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 10;
}
.home-slider .flex-direction-nav a:hover, .home-slider .flex-direction-nav a:focus, .home-slider .flex-direction-nav a:active {
    background-color: #e74c3c;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.home-slider .flex-direction-nav .flex-prev {
    left: 0;
}
.home-slider .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.home-slider:hover .flex-prev {
    left: 0;
    opacity: 1;
}
.home-slider:hover .flex-next {
    opacity: 1;
    right: 0;
}
.home-slider:hover .flex-next:hover, .home-slider:hover .flex-prev:hover {
    opacity: 1;
}
.home-slider.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
.home-slider .flex-direction-nav a.flex-prev::before, .home-slider .flex-direction-nav a.flex-next::before {
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.home-slider .flex-direction-nav a.flex-next::before {
    content: "";
    text-align: center;
}
.home-slider .flex-direction-nav a.flex-prev::before {
    content: "";
}
.slider-wrap {
    overflow: hidden;
    position: absolute;
    top: 40%;
}
.slider-desc {
    background-color: rgba(0, 0, 0, 0.8);
    color: #eee;
    max-width: 450px;
    padding: 20px;
}
.slider-desc h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0 0 15px;
}
.slider-desc p {
    margin-bottom: 0;
}
.slider-price, .slider-lrn-more {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 15px 10px;
}
.slider-price {
    background-color: #01c9ee;
}
.slider-lrn-more {
    background-color: #e74c3c;
}
.slider-lrn-more:hover, .slider-lrn-more:focus, .slider-lrn-more:active {
    background-color: #333;
    color: #fff;
}
.adv-search-blk {
    background-color: #f0f0f0;
    padding: 30px 0;
}
.adv-search-hd {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}
.advance-search-form label {
    display: block;
    margin-top: 10px;
}
.advance-search-form input[type="submit"] {
    background-color: #e74c3c;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 30px auto 20px !important;
    padding: 7px 15px 9px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: auto;
}
.advance-search-form input[type="submit"]:hover, .advance-search-form input[type="submit"]:focus {
    background-color: #01c9ee;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.property-item {
    margin-bottom: 30px;
}
.list-property-img {
    position: relative;
}
.list-property-img img {
    display: block;
}
.list-property-desc {
    padding-top: 5px;
}
.list-property-desc h4 {
    font-size: 16px;
}
.pro-stat {
    background-color: #01c9ee;
    color: #fff;
    font-size: 14px;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 0;
}
.pro-btn-box {
    clear: both;
    overflow: hidden;
}
.pro-price, .pro-ln-mor {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 8px;
    text-align: center;
    white-space: nowrap;
}
.pro-price {
    background-color: #333;
}
.pro-ln-mor {
    background-color: #e74c3c;
}
.pro-ln-mor:hover, .pro-ln-mor:focus, .pro-ln-mor:active {
    background-color: #01c9ee;
    color: #fff !important;
}
.sun-pagination {
    margin: 20px auto 0;
    overflow: hidden;
    text-align: center;
}
.sun-pagination a {
    text-align: center;
}
.page-btn {
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.page-btn:hover, .page-btn:focus {
    background-color: #01c9ee;
    color: #fff;
}
.sun-pagination .current {
    background-color: #e74c3c;
    color: #fff;
}
.featured-properties .property-item {
    margin: 0 5px;
}
.featured-arrows {
    margin: 0 auto 30px;
    text-align: center;
}
.feature-prev, .feature-next {
    background-color: #444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 40px;
}
.feature-prev:hover, .feature-next:hover {
    background-color: #e74c3c;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.news-arrows {
    margin: 0 auto 30px;
    text-align: center;
}
.news-prev, .news-next {
    background-color: #444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 40px;
}
.news-prev:hover, .news-next:hover {
    background-color: #e74c3c;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.latest-news .latest-news-blk {
    background-color: #f0f0f0;
    margin: 0 5px;
    padding: 10px 10px 20px;
}
.latest-news-blk h4 {
    font-size: 16px;
}
.lt-news-meta {
    clear: both;
    overflow: hidden;
}
.lt-news-comm, .lt-news-more {
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 8px;
    text-align: center;
    white-space: nowrap;
}
.lt-news-comm {
    background-color: #01c9ee;
}
.lt-news-more {
    background-color: #e74c3c;
}
.lt-news-more:hover, .lt-news-more:focus, .lt-news-more:active {
    background-color: #333;
    color: #fff;
}
.partners {
    margin-top: 50px;
}
.partners-blk {
    background-color: #f0f0f0;
    padding: 0 0 20px;
}
.partner-blk {
    margin: 20px auto 0;
    text-align: center;
}
.partner-head {
    background-color: #333;
    height: 40px;
    position: relative;
}
.partner-head h3 {
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.part-prev, .part-next {
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 40px;
}
.part-prev {
    left: 0;
}
.part-next {
    right: 0;
}
.part-prev:hover, .part-next:hover {
    background-color: #01c9ee;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.news-wrap {
    margin-right: 20px;
}
.news-blk {
    margin-bottom: 40px;
}
.news-head {
    margin-left: 60px;
    position: relative;
}
.news-type-time {
    left: -60px;
    position: absolute;
    width: 50px;
}
.news-type {
    background-color: #01c9ee;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 50px;
}
.news-time {
    background-color: #333;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 50px;
}
.news-time .news-date {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 2px;
}
.news-time .news-month {
    font-size: 14px;
}
.news-title-meta {
    min-height: 89px;
    padding-top: 20px;
}
.news-title {
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
}
.news-meta {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.news-meta li {
    color: #999;
    display: inline-block;
    margin-right: 15px;
}
.news-meta li span {
    color: #333;
}
.news-meta li a {
    color: #e74c3c;
}
.news-meta li a:hover, .news-meta li a:focus, .news-meta li a:active {
    color: #01c9ee;
}
.news-img-vid {
}

.news-text {
    margin-top: 21px;
    padding: 12px;
}
.news-rd-mr-btn {
    margin-top: 15px;
}
.video-wrapper {
    padding: 40% 0 0;
    position: relative;
    width: 100%;
}
.video-wrapper iframe {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-gal-slider {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    margin: 0;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.post-gal-slider .slides {
}
.post-gal-slider .slides > li {
    display: none;
}
.post-gal-slider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.post-gal-slider .slides li {
    position: relative;
}
.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.post-gal-slider .flex-direction-nav {
}
.post-gal-slider .flex-direction-nav a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: -25px 0 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 36px;
    z-index: 10;
}
.post-gal-slider .flex-direction-nav a:hover, .post-gal-slider .flex-direction-nav a:focus, .post-gal-slider .flex-direction-nav a:active {
    background-color: #e74c3c;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.post-gal-slider .flex-direction-nav .flex-prev {
    left: 0;
}
.post-gal-slider .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.post-gal-slider:hover .flex-prev {
    left: 0;
    opacity: 1;
}
.post-gal-slider:hover .flex-next {
    opacity: 1;
    right: 0;
}
.post-gal-slider:hover .flex-next:hover, .post-gal-slider:hover .flex-prev:hover {
    opacity: 1;
}
.post-gal-slider.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
.post-gal-slider .flex-direction-nav a.flex-prev::before, .post-gal-slider .flex-direction-nav a.flex-next::before {
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.post-gal-slider .flex-direction-nav a.flex-next::before {
    content: "";
    text-align: center;
}
.post-gal-slider .flex-direction-nav a.flex-prev::before {
    content: "";
}
.prev-next-post .pager li a {
    background-color: #01c9ee;
    border: medium none;
    color: #fff;
}
.prev-next-post {
    overflow: hidden;
}
.prev-next-post .pager li a:hover, .prev-next-post .pager li a:focus, .prev-next-post .pager li a:active {
    background-color: #e74c3c;
    border: medium none;
    color: #fff;
}
.sidebar-widget-arr {
    background-color: #f0f0f0;
    margin-bottom: 40px;
    padding: 0 20px 20px;
}
.sidebar-widget-title {
    background-color: #01c9ee;
    color: #fff;
    font-size: 16px;
    margin: 0 -20px 20px;
    padding: 10px 0 12px 20px;
}
.sidebar-widget-arr a {
    color: #333;
}
.sidebar-widget-arr a:hover, .sidebar-widget-arr a:focus, .sidebar-widget-arr a:active {
    color: #e74c3c;
}
.sidebar-widget-arr ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-widget-arr ul li {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}
.sidebar-widget-arr ul li::before {
    color: #333;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: -20px;
    line-height: 18px;
    position: absolute;
}
.sidebar-widget-arr ul li:hover::before {
    color: #e74c3c;
}
.tagcloud {
    overflow: hidden;
}
.tagcloud a {
    background-color: #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 1px;
    margin-right: 1px;
    padding: 5px 8px;
    text-align: center;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active {
    background-color: #e74c3c;
    color: #fff;
}
.sidebar-widget-arr .property-item:last-child {
    margin-bottom: 0;
}
.sidebar-widget-arr .sbOptions li {
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
}
.sidebar-widget-arr .address-blk::before, .sidebar-widget-arr .phone-blk::before, .sidebar-widget-arr .email-blk::before {
    color: #e74c3c;
}
.blog-comments {
    margin: 30px 0;
}
.blog-comments ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-comments ol li ol {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
}
.comment-title {
    margin: 0;
    padding: 0 0 25px;
}
.comment {
    margin-bottom: 25px;
    margin-left: 80px;
    position: relative;
}
.comment .avatar {
    left: -80px;
    position: absolute;
}
.c-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.c-date {
    border-right: 1px solid #ddd;
    color: #999;
    padding-right: 15px;
}
.c-reply {
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
}
.comment-text {
    margin-top: 10px;
}
.comment-reply-wrap {
    margin-top: 40px;
}
.comment-reply-wrap input, .comment-reply-wrap textarea {
    display: block;
    margin-bottom: 10px;
    padding: 7px 10px;
}
.comment-reply-wrap input {
    width: 50%;
}
.comment-reply-wrap textarea {
    width: 100%;
}
.comment-reply-wrap label {
    font-weight: normal;
}
.comment-reply-wrap input[type="submit"] {
    background-color: #01c9ee;
    border: medium none;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: auto;
}
.comment-reply-wrap input[type="submit"]:hover {
    background-color: #e74c3c;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.agent-block {
    clear: both;
    margin-bottom: 40px;
}
.agent-img {
    float: left;
    padding: 0 15px 10px 0;
}
.agent-img img {
    width: 200px;
}
.agents-meta {
}
.agent-name {
    color: #333;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-right: 20px;
}
.agent-social {
    display: inline-block;
}
.agent-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.agent-social ul li {
    float: left;
    margin: 0 1px 1px 0;
}
.agent-social ul li a {
    background-color: #e74c3c;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.agent-social ul li a:hover, .agent-social ul li a:focus, .agent-social ul li a:active {
    background-color: #01c9ee;
    color: #fff;
}
.contact-types {
    padding: 5px 0;
}
.contact-types ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.contact-types ul li {
    color: #999;
    display: inline-block;
    margin-right: 15px;
}
.agent-details {
    margin: 10px 0 20px;
}
.property-slider {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    margin: 0;
    position: relative;
}
.property-slider .slides {
}
.property-slider .slides > li {
    display: none;
}
.property-slider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.property-slider .slides li {
    position: relative;
}
.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
#carousel {
    position: relative;
}
#carousel .flex-direction-nav {
}
#carousel .flex-direction-nav a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 27%;
    transition: all 0.3s ease 0s;
    width: 36px;
    z-index: 10;
}
#carousel .flex-direction-nav a:hover, #carousel .flex-direction-nav a:focus, #carousel .flex-direction-nav a:active {
    background-color: #e74c3c;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#carousel .flex-direction-nav .flex-prev {
    left: 0;
}
#carousel .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
#carousel:hover .flex-prev {
    left: 0;
    opacity: 1;
}
#carousel:hover .flex-next {
    opacity: 1;
    right: 0;
}
#carousel:hover .flex-next:hover, #carousel:hover .flex-prev:hover {
    opacity: 1;
}
#carousel.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
#carousel .flex-direction-nav a.flex-prev::before, #carousel .flex-direction-nav a.flex-next::before {
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
#carousel .flex-direction-nav a.flex-next::before {
    content: "";
    text-align: center;
}
#carousel .flex-direction-nav a.flex-prev::before {
    content: "";
}
#carousel li {
    margin-right: 0;
}
#carousel img {
    cursor: pointer;
    display: block;
    opacity: 0.5;
}
#carousel img:hover {
    opacity: 1;
}
#carousel .flex-active-slide img {
    cursor: default;
    opacity: 1;
}
.pro-dtl-title {
    margin: 0;
    padding: 15px 0 20px;
}
.pro-dtl-btn-box {
    clear: both;
    overflow: hidden;
}
.pro-dtl-status, .pro-dtl-price {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
}
.pro-dtl-price {
    background-color: #01c9ee;
}
.pro-dtl-status {
    background-color: #e74c3c;
}
.pro-dtl-meta {
    list-style: outside none none;
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
}
.pro-dtl-meta li {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 40px;
    position: relative;
}
.pro-dtl-meta li::before {
    background-color: #444;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    height: 30px;
    left: -40px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}
.pro-dtl-social {
    display: inline-block;
}
.pro-dtl-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pro-dtl-social ul li {
    float: left;
    margin: 0 1px 1px 0;
}
.pro-dtl-social ul li.share-btn {
    background-color: #444;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.pro-dtl-social ul li a {
    background-color: #e74c3c;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.pro-dtl-social ul li a:hover, .pro-dtl-social ul li a:focus, .pro-dtl-social ul li a:active {
    background-color: #01c9ee;
    color: #fff;
}
.pro-dtl-text {
    margin: 25px 0;
}
.pro-map-wrap #proMap {
    border: medium none;
    height: 300px;
    margin-bottom: 15px;
    width: 100%;
}
.pro-map-wrap #proMap img {
    max-width: none;
}
.pro-agent-meta ul {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
.pro-agent-meta ul li {
    margin-bottom: 5px;
}
.listing-type-blk {
    background-color: #333;
    margin: 0 0 30px;
}
.listing-type-blk h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px 12px;
}
.list-type {
    float: right;
}
.list-type a {
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1.5;
    padding: 6px 15px 8px;
}
.list-type a.list-view {
    background-color: #01c9ee;
}
.list-type a.list-view:hover, .list-type a.list-view:focus, .list-type a.list-view:active {
    background-color: #e74c3c;
}
.list-type a.grid-view {
    background-color: #e74c3c;
}
.list-type a.grid-view:hover, .list-type a.grid-view:focus, .list-type a.grid-view:active {
    background-color: #01c9ee;
}
.page-wrap {
    margin: 0 auto;
}
.gallery-cont {
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 1s ease 0s;
    width: 100%;
}
#filters {
    list-style: outside none none;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}
#filters li {
    display: inline-block;
}
#filters li span {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
}
#filters li span.active {
    background: none repeat scroll 0 0 #01c9ee;
    color: #fff;
}
#galfourgrid .gal-item-four, #galthreegrid .gal-item-three, #galtwogrid .gal-item-two {
    box-sizing: border-box;
    display: none;
    float: left;
    overflow: hidden;
}
#galfourgrid .gal-item-four {
    margin: 1%;
    width: 23%;
}
#galthreegrid .gal-item-three {
    margin: 1%;
    width: 31.3333%;
}
#galtwogrid .gal-item-two {
    margin: 1%;
    width: 48%;
}
.gal-wrapper {
    background: none repeat scroll 0 0 #01c9ee;
    cursor: default;
    overflow: hidden;
    position: relative !important;
}
.gal-wrapper img {
    max-width: 100%;
    position: relative;
}
.gal-wrapper .gal-dtls {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
}
.gal-wrapper .gal-dtls h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.gal-wrapper:hover .gal-dtls {
    opacity: 1;
}
.gal-wrapper:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s;
}
.gal-dtls .gal-price, .gal-dtls .zoom-box, .gal-dtls .link-box {
    background-color: #e74c3c;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    padding: 0 10px;
    text-align: center;
}
.gal-dtls .zoom-box, .gal-dtls .link-box {
    background-color: #555;
    padding: 0 !important;
    width: 30px;
}
.gal-dtls .zoom-box:hover, .gal-dtls .link-box:hover {
    background-color: #01c9ee;
    color: #fff;
}
.map-wrap #contactMap {
    border: medium none;
    height: 400px;
    margin-bottom: 15px;
    width: 100%;
}
.map-wrap #contactMap img {
    max-width: none;
}
.contact-reply-wrap input, .contact-reply-wrap textarea {
    display: block;
    margin-bottom: 10px;
    padding: 7px 10px;
}
.contact-reply-wrap input, .contact-reply-wrap textarea {
    width: 100%;
}
.contact-reply-wrap label {
    font-weight: normal;
}
.contact-reply-wrap input[type="submit"] {
    background-color: #e74c3c;
    border: medium none;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: auto;
}
.contact-reply-wrap input[type="submit"]:hover {
    background-color: #01c9ee;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.footer {
    background-color: #333;
    padding: 20px 0;
}
.footer-widget {
    color: #ddd;
    margin: 20px 0;
}
.footer-widget a {
    color: #fff;
}
.footer-widget a:hover, .footer-widget a:focus, .footer-widget a:active {
    color: #01c9ee;
}
.footer-widget .footer-widget-head {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 0 15px;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}
.footer-widget ul li::before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: -20px;
    line-height: 18px;
    position: absolute;
}
.footer-widget ul li:hover::before {
    color: #01c9ee;
}
.widget-pro-price {
    color: #01c9ee;
    font-size: 12px;
    padding: 3px 0 0;
}
.address-blk, .phone-blk, .email-blk {
    margin-bottom: 15px;
    margin-left: 25px;
    position: relative;
}
.address-blk::before, .phone-blk::before, .email-blk::before {
    color: #01c9ee;
    font-family: "FontAwesome";
    left: -25px;
    position: absolute;
}
.address-blk::before {
    content: "";
    font-size: 16px;
    line-height: 21px;
}
.phone-blk::before {
    content: "";
    font-size: 18px;
    line-height: 20px;
}
.email-blk::before {
    content: "";
    font-size: 12px;
}
.footer-widget .sbOptions li {
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
}
.footer-bottom {
    background-color: #333;
    border-top: 1px solid #444;
}
.footer-menu {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
.footer-menu li {
    display: inline-block;
    margin-right: 10px;
}
.footer-menu li a {
    color: #fff;
}
.footer-menu li a:hover, .footer-menu li a:focus, .footer-menu li a:active {
    color: #01c9ee;
}
.copyright-text {
    color: #ddd;
    float: right;
    padding: 15px 0;
}
@media only screen and (max-width: 991px) {
.topbar-email, .topbar-phone {
    display: block;
    float: none;
    line-height: 18px;
    margin: 0 auto !important;
    text-align: center;
}
.topbar-email {
    padding-top: 10px;
}
.topbar-phone {
    padding-bottom: 10px;
}
.topbar-email-icon, .topbar-phone-icon {
    display: none;
}
.topbar-social {
    float: none;
}
.topbar-social ul {
    margin: 0 auto !important;
    text-align: center;
}
.topbar-social ul li {
    display: inline-block;
    float: none;
    margin-left: 1px;
    margin-right: -4px;
}
.logo-cont {
    float: none;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}
.menu-login-cont {
    float: none;
}
.login-btn {
    float: none;
    line-height: 40px;
}
nav#header-menu-cont ul {
    display: none;
}
nav#header-menu-cont select {
    background-color: #f0f0f0;
    border: medium none;
    color: #777;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    width: 100%;
}
nav#header-menu-cont {
    width: 100%;
}
.gallery-cont {
    width: 100%;
}
#galfourgrid .gal-item-four {
    margin: 1%;
    width: 31.3333%;
}
.sidebar-widget-arr {
    margin-bottom: 0;
    margin-top: 40px;
}
.news-wrap {
    margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.slider-price, .slider-lrn-more {
    display: none;
}
.copyright-text {
    float: none;
    padding-top: 0;
}
.news-meta {
    margin-bottom: 20px;
}
#galfourgrid .gal-item-four, #galthreegrid .gal-item-three {
    margin: 1%;
    width: 48%;
}
.error-img {
    margin-bottom: 40px;
}
.error-text {
    padding-top: 0;
    text-align: center;
}
}
@media only screen and (max-width: 599px) {
.slider-wrap {
    display: none;
}
.agent-img {
    float: none;
}
}
@media only screen and (max-width: 479px) {
#galfourgrid .gal-item-four, #galthreegrid .gal-item-three, #galtwogrid .gal-item-two {
    margin: 1%;
    width: 98%;
}
.page-head-title {
    font-size: 18px;
}
}
