/* railway font */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(fonts/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(fonts/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
/* railway font end */

/* open sans font */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
} 
/* open sans font end */

body {
    width:100%;
    min-height:100%;
    font-family:"Open Sans", Raleway, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
    font-size:14px;
    line-height:23px;
    color:#7a7a7a;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    webkit-tap-highlight-color:rgba(255,255,255,.2);
}

h1,h2,h3,h4,h5,h6 {
    font-weight:300;
    font-family:Raleway, Lucida Sans Unicode, "Helvetica Neue", Helvetica,Arial,sans-serif;
    color:#1a1a1a;
    transition:all .50s ease-in-out;
    -moz-transition:all .50s ease-in-out;
    -webkit-transition:all .50s ease-in-out;
    margin-top:0;
    margin-bottom:10px;
}

h1 {
    font-size:44px;
}

h2 {
    font-weight:700;
    margin-bottom:20px;
}

h4 {
    font-size:17px;
    font-weight:700;
    color:#2d2d2d;
}

p {
    margin-bottom:10px;
    line-height:24px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.flash_message {
    display:none;
    color:green;
    background-color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    z-index: 9999;
    border-bottom: 2px solid #62a60a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

a {
    -webkit-transition:all 150ms ease-in;
    -moz-transition:all 150ms ease-in;
    -o-transition:all 150ms ease-in;
    transition:all 150ms ease-in;
    color:#00a8d6;
}

a:hover,a:focus {
    text-decoration:none;
    color:#007DA0;
    outline:none;
}

ul {
    list-style:none;
    margin:0;
    padding:0;
}

hr {
    margin-top:30px;
    margin-bottom:40px;
    border-top:1px solid #EFEFEF;
}

.cover {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-attachment:fixed;
}

.thin {
    font-weight:300;
}

.strong {
    font-weight:700;
}

.subline {
    font-size:24px;
}

.section {
    padding:70px 0px 10px 0px;
}

.section.advertise {
    height: 110px;
}

.section20 {
    padding:20px 0;
}

.section30 {
    padding:30px 0;
}

.padding40 {
    padding:40px 0;
}

.padding50 {
    padding:50px 0;
}

.padding60 {
    padding:60px 0;
}

.paddingtop-70 {
    padding-top:70px;
}

.paddingtop-40 {
    padding-top:40px;
}

.nopadding-bottom {
    padding-bottom:0;
}

.bordered {
    border:1px solid #EFEFEF;
}

.border-left {
    border-left:1px solid #EFEFEF;
}

.border-right {
    border-right:1px solid #EFEFEF;
}

.border-top {
    border-top:1px solid #EFEFEF;
}

.border-bottom {
    border-bottom:1px solid #EFEFEF;
}

.separator30 {
    margin:30px 0;
}

.separator60 {
    margin:60px 0;
}

.margintop-30 {
    margin-top:30px;
}

.margintop-40 {
    margin-top:40px;
}

.margintop-70 {
    margin-top:70px;
}

.marginbottom-10 {
    margin-bottom:10px;
}

.divider70 {
    clear:both;
    height:70px;
}

.divider50 {
    clear:both;
    height:50px;
}

.divider20 {
    clear:both;
    height:20px;
}

.divider35 {
    clear:both;
    height:35px;
}

.margin50 {
    margin:50px 0;
}

.margin20 {
    margin:20px 0;
}

.tick-list {
    margin:15px 0;
}

.tick-list li {
    list-style:none;
    margin-bottom:10px;
}

.tick-list li i {
    margin-right:10px;
    color:#00a8d6;
}

.normal-list {
    list-style-type:disc;
    margin-bottom:30px;
    margin-left:20px;
}

.normal-list li {
    margin-bottom:5px;
}

.green-arrow {
    list-style:none;
    margin-bottom:15px;
}

.green-arrow li {
    position:relative;
    padding-left:25px;
    margin-bottom:5px;
}

.green-arrow li:before {
    display:inline-block;
    text-align:center;
    font-family:FontAwesome;
    content:"\f00c";
    position:absolute;
    left:0;
    transition:all .3s ease-in;
    color:#72B569;
}

.font-icon-list i {
    color:rgba(0,0,0,0.6);
    margin-right:10px;
}

.text-center {
    text-align:center;
}

.text-center img {
    display:block;
    margin:0 auto;
}

.btn {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    border-radius:0;
    font-weight:700;
    padding:15px 35px;
}

.btn:hover,.btn:focus {
    background-color:#08b4da;
    color:#00C;
}

.btn-transparent {
    background-color:transparent;
    border:2px solid #FFF;
    color:#fff;
}

.btn-transparent:hover {
    background-color:#2a2a2a;
    border-color:#2a2a2a;
}

.btn-price:hover {
    background-color:#FFF;
    color:#2a2a2a;
    border-color:#FFF;
}

.arrow-bottom:after {
    left:50%;
    bottom:-50px;
    position:absolute;
    content:"";
    border:25px solid;
    display:block;
    margin-left:-13.5px;
    border-color:#FAFAFA transparent transparent;
}

.bg-white {
    background-color:#FFF;
}

.bg-grey {
    background-color:#FAFAFA;
}

.bg-grey2 {
    background-color:#F5F5F5;
}

.bg-blue {
    background-color:#08b4da;
}

.bg-blue-pattern {
    background-color:#08b4da;
    background:url(../images/site/blue-square.png);
}

.bg-testimonial {
    background:url(../images/site/headshot-bg.jpg);
}

.blue {
    color:#08b4da;
}

.line-font {
    font-size:30px;
}

.line-font-small {
    font-size:20px;
}

.headline {
    text-align:center;
    position:relative;
    border-bottom:1px solid rgba(0,0,0,0.03);
}

.headline h1 {
    color:#31373a;
    padding-bottom:15px;
    border-bottom:2px solid #DDD;
    display:inline-block;
    font-size:44px;
}

.headline h2 {
    font-size:36px;
    margin-bottom: 5px;
}

.headline p {
    margin-bottom:5px;
    font-weight:100;
    font-size:16px;
    color:#2b2b2b;
}

.navbar-inverse {
    margin-bottom:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
    transition:background .5s ease-in-out,padding .5s ease-in-out;
    border:none;
    background-color:rgba(0,0,0,0.4);
    padding:15px 0;
}

.navbar-inverse .navbar-nav > li > a {
    color:yellow;
    display:block;
    -webkit-transition:all 100ms ease-in-out;
    -moz-transition:all 100ms ease-in-out;
    -o-transition:all 100ms ease-in-out;
    -ms-transition:all 100ms ease-in-out;
    transition:all 100ms ease-in-out;
}
/*
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li {
        -webkit-transition:all 400ms linear;
        -moz-transition:all 400ms linear;
        -o-transition:all 400ms linear;
        -ms-transition:all 400ms linear;
        transition:all 400ms linear;
}*/

.navbar-toggle {
    font-size:16px;
    position:relative;
    float:right;
    background-color:transparent;
    color:#fff;
    border:2px solid #FFF;
    margin:13px 30px 13px 0;
    padding:10px;
}

.navbar-toggle:focus,.navbar-toggle:active {
    outline:0;
}

.navbar-inverse .navbar-toggle {
    background:#08b4da;
    border:none;
}

.navbar-nav {
    margin:0;
}

.navbar-fixed-top {
    top: 0px;
    padding: 0px 0px 0px 0px;
}


.scroll-fixed-navbar {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 7px rgba(0,0,0,0.1);
    box-shadow:0 0 7px rgba(0,0,0,0.1);
    padding:0;
    color: #5B60F5;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color:transparent;
}

.top_menu > .container .navbar-brand {
    margin-left:0;
    position: absolute;
    top: -10px;
}

.navbar-brand {
    height:auto;
}

.scroll-fixed-navbar .navbar-nav > li > a {
    color: #5B60F5;
    font-size: 15px;
}

.scroll-fixed-navbar .navbar-nav > li > a.btn-primary {
    color: #fff;
    font-size: 15px;
}

.scroll-fixed-navbar .navbar-nav > li > a:hover,
.scroll-fixed-navbar .navbar-nav > li.active > a,
.scroll-fixed-navbar .navbar-nav > li.active > a:hover {
    color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color:rgba(0,0,0,0.1);
}

.navbar-inverse .navbar-brand {
    color:#FFF;
    font-size:30px;
    font-weight:700;
    padding:0;
}

.scroll-fixed-navbar.navbar-inverse .navbar-brand {
    color:#1a1a1a;
    font-size:30px;
    font-weight:700;
    padding:0;
}

.text-logo i {
    margin-right:10px;
}

.top_menu {
    position: fixed;
    top: 0px;
    background-color: #434343;
    width: 100%;
    margin: 0px;
    padding: 5px 0px;
    opacity: 1;
    z-index: 1200;
}

.top_menu .container {
    background-color: #434343;
    opacity: 1;
}

.top_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top_menu ul li.blue {
    color: #08b4da;
}

.top_menu ul li {
    float: left;
    padding: 0px 20px;
    border-right: 1px solid #313131;
    color: #fff;
}

.top_menu ul li.no-border {
    border-right: none !important;
}

.top_menu ul li.no-padding {
    padding: 0 !important;
}

.top_menu ul li.last {
    padding-right: 7px !important;
    border-right: none !important;
}

.top_menu ul li a {
    color: #fff;
    font-family: "Myriad Pro";
    font-size: 14px;
}

.top_menu ul li a {
    color: #fff;
    font-family: "Myriad Pro";
    font-size: 14px;
}

body.inner #banner.search,
#banner {
    padding-top:75px;
    padding-bottom:3px;
    background: #ffffff;
    background-image: url(../images/site/headline-bg.png); /* fallback */
    background-image: url(../images/site/headline-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c7e3ef)); /* Chrome,Safari4+ */
    background-image: url(../images/site/headline-bg.png), -webkit-linear-gradient(top,  #ffffff 0%,#c7e3ef 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(../images/site/headline-bg.png),    -moz-linear-gradient(top,  #ffffff 0%, #c7e3ef 100%); /* FF3.6+ */
    background-image: url(../images/site/headline-bg.png),     -ms-linear-gradient(top,  #ffffff 0%,#c7e3ef 100%); /* IE10+ */
    background-image: url(../images/site/headline-bg.png),      -o-linear-gradient(top,  #ffffff 0%,#c7e3ef 100%); /* Opera 11.10+ */
    background-image: url(../images/site/headline-bg.png),         linear-gradient(to bottom,  #ffffff 0%,#c7e3ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7e3ef',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position:relative;
    background-attachment:inherit;
    background-repeat: repeat-x;
    background-clip: inherit;
    background-origin: inherit;
    background-position: left bottom;
}

.banner-content {
    clear:both;
    padding-top:4px;
}

.banner-content h3 {
    background-color: rgba(46, 95, 161, 0.4);
    font-size: 20px;
    color: #fff;
    padding: 8px 20px;
    margin: 0px;
}

.banner-content h1 {
    font-size:50px;
    color:#FFF;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-bottom:10px;
}

.banner-content h5 {
    font-weight:700;
    font-size:16px;
    color:#FFF;
}

.banner-content p {
    color:rgba(255,255,255,0.7);
}

.banner-content .container .row .property-wrap.col-md-7 .row {
    background-color: rgba(9, 113, 112, 0.3);
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

.banner-content .search-wrap {
    padding: 10px 10px 0px 10px;
    /*background-color: rgba(9, 113, 112, 0.3);*/
}

.banner-content .container .row .property-wrap .row select.form-control {
    padding: 2px;
    margin-top: 40px;
}


.banner-content .search-wrap .box {
    background-image: url(../images/site/arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 7px;
}

.banner-content .search-wrap .form_wrap {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 400px;
    height: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.banner-content .container .row .property-wrap .property-search .navbar-form {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.banner-content .container .row .property-wrap .property-search {
    width: 100%;
}

.banner-content .container .row .property-wrap .property-search .navbar-form,
.banner-content .container .row .property-wrap .property-search .navbar-form .form-group,
.banner-content .container .row .property-wrap .property-search .form-control.text {
    width: 100%;
}

.banner-content .container .row .property-wrap .property-search .navbar-form {
    margin: 0px;
    padding: 0px;
}

.banner-content .container .row .property-wrap .property-search .form-control.text {
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.banner-content .container .row .property-wrap .property-search .btn-default.text {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background-color: #74c005;
    font-size: 15px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    width: 35px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner-content .search-wrap .form-group {
    float: left;
    width: 100%;
    border: none;
}

.banner-content .search-wrap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.banner-content .search-wrap ul li {
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

.banner-content .search-wrap ul li.sf {
    margin: 0px 4px;
    font-size: 12px;
}

.banner-content .search-wrap ul li.sf a {
    font-size: 12px;
}

.banner-content .search-wrap ul li.ex {
    margin-right: 0px;
    position: absolute;
    right:0;
    bottom: 0;
}

.banner-content .search-wrap ul li.ex ul.nav.navbar-nav {
    margin: 0px;
    padding: 0px;
    background: none;
    list-style: none;
}

.banner-content .search-wrap ul li.ex ul.nav.navbar-nav li a:hover,
.banner-content .search-wrap ul li.ex ul.nav.navbar-nav li a:focus,
.banner-content .search-wrap ul li.ex ul.nav.navbar-nav li,
.banner-content .search-wrap ul li.ex ul.nav.navbar-nav li a {
    padding: 0px;
    margin: 0px;
    background: none;
    width: auto;
    height: auto;
}

.banner-content .search-wrap ul li.ex a {
    font-size: 12px;
    display: block;
    color: #fff;
}

.banner-content .search-wrap ul li.ex a:hover,
.banner-content .search-wrap ul li.ex a:focus {
    text-decoration: underline;
}

.banner-content .search-wrap ul li a {
    color: #fff;
}

.banner-content .property-wrap .search-wrap .property-link ul li .type_input {
    width: 100px;
    height: 20px;
    line-height: 20px;
}

.banner-content .property-link.col-sm-8,
.banner-content .property-link.col-md-9 {
    padding: 0px;
}

.banner-list li {
    color:rgba(255,255,255,0.8);
    margin-bottom:5px;
}

.banner-list li i {
    margin-right:10px;
    color:#08b4da;
}

.home-reg .reg_form .form-horizontal .form-group-sm:after {
    clear: both;
}

.home-reg .reg_form .form-horizontal .form-group-sm {
    margin-bottom: 5px;
}

.home-reg .reg_form .form-horizontal .form-group-sm .btn {
    padding: 10px;
}
.home-reg h3,h2{
    text-align: center;
    color: #7a7a7a !important;
}
.clients-logo li {
    padding:0 20px;
}

.clients-logo li img {
    opacity:0.4;
    filter:alpha(opacity=40);
}

ul.steps-list li {
    margin-bottom:25px;
    border-bottom:1px solid rgba(0,0,0,0.03);
}

ul.steps-list li span {
    float:left;
    border-radius:50%;
    width:55px;
    height:55px;
    line-height:55px;
    display:block;
    font-size:22px;
    font-weight:700;
    text-align:center;
    background:#1a1a1a;
}

ul.steps-list li h4,ul.steps-list li p {
    margin-left:80px;
}

ul.steps-list li h5 {
    font-weight:600;
}

.main-point i {
    display:block;
    font-size:56px;
    color:#1a1a1a;
}

.main-point h3 {
    font-size:22px;
    font-weight:300;
    margin-top:20px;
}

.features {
    margin-bottom:7px;
    text-align:left;
}

.features h3 {
    font-size:18px;
    font-weight:700;
    padding-top:5px;
    margin-bottom: 5px;
}

.features p {
    clear:both;
    padding-top:5px;
}

.banner-form {
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 10px rgba(0,0,0,.3);
    box-shadow:0 0 10px rgba(0,0,0,.3);
    /*    background:rgba(0,0,0,0.4);*/
}

.form-title {
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

.form-title h2 {
    margin-bottom:0;
    font-size:16px;
}

.form-body {
    padding:5px 10px;
}

.form-body .form-group .form-control,
.form-body .form-group {
    margin-bottom: 5px;
}

.form-body p {
    color:rgba(255,255,255,0.6);
}

.banner-form .form-control {
    color:#08b4da;
    border:none;
    outline:none;
    box-shadow:none;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    border-radius:0;
    height:auto;
    background-color:rgba(0,0,0,0.4);
    margin-bottom:15px;
    padding: 2px 10px;
}

.btn-submit {
    background-color:#08b4da;
    color:#FFF;
    border:2px solid #08b4da;
    border-color:rgba(0,0,0,0.01);
    margin:0 auto;
    padding:4px;
    /*margin: 12px;*/
}

.btn-submit:hover {
    background:#08b4da;
    border-color:#08b4da;
}

.stats h3 {
    font-weight:700;
    font-size:29px;
    color:#1a1a1a;
    margin-bottom:0;
}

.stats span {
    display:block;
    font-weight:400;
    font-size:14px;
    margin-top:10px;
}

.hover-details {
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    -moz-transition:all ease 400ms ease-in-out;
    -webkit-transition:all ease 400ms ease-in-out;
    -o-transition:all ease 400ms ease-in-out;
    transition:all ease 400ms ease-in-out;
    margin-bottom:40px;
}

.hover-details .img-cover {
    position: relative;
}

.hover-details .img-cover ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hover-details .img-cover ul li.links {
    position: absolute;
    bottom: 20%;
    left: 2%;
}

.hover-details .img-cover ul li button {
    display: inline-block;
    padding: 0px;
    float: left;
    margin-right: 2px;
    font-size: 12px;
}

.hover-details .img-cover ul li .link_desc,
.hover-details .img-cover ul li .link_get {
    color: #000;
}

.hover-details .img-cover ul li .link_get {
    margin: 0px;
}

.hover-details .img-cover {
    width:100%;
    height:100%;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    background:rgba(8,180,218,0.9);
    -moz-transition:all ease 400ms ease-in-out;
    -webkit-transition:all ease 400ms ease-in-out;
    -o-transition:all ease 400ms ease-in-out;
    transition:all ease 400ms ease-in-out;
}

.hover-details > img {
    width:100%;
    height:auto;
    -moz-transition:all ease 400ms ease-in-out;
    -webkit-transition:all ease 400ms ease-in-out;
    -o-transition:all ease 400ms ease-in-out;
    transition:all ease 400ms ease-in-out;
}

.img-zoom {
    width:45px;
    height:45px;
    background-color:#1a1a1a;
    line-height:45px;
    position:absolute;
    top:-45%;
    left:50%;
    border-radius:3px;
    margin-top:-35px;
    margin-left:-25px;
    -webkit-transition:all ease 400ms ease-in-out;
    -moz-transition:all ease 400ms ease-in-out;
    -ms-transition:all ease 400ms ease-in-out;
    -o-transition:all ease 400ms ease-in-out;
    transition:all ease 400ms ease-in-out;
    text-align:center;
}

.img-zoom i {
    color:#FFF;
    font-size:18px;
}

.img-cover h3 {
    width:100%;
    position:absolute;
    bottom:-28%;
    color:#f8f8f8;
    font-size:16px;
    text-align:center;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    padding:0 10px;
}

.hover-details:hover {
    cursor:pointer;
}

.hover-details:hover > img {
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
}

.hover-details:hover .img-cover h3 {
    bottom:28%;
}

.hover-details:hover .img-cover {
    opacity:30;
}

.video-container iframe {
    width:100%;
    height:430px;
    border:none;
}

.testimonial-inner img {
    margin-right:30px;
    border-radius:4px;
    border:3px solid #FFF;
    -webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 7px rgba(0,0,0,0.1);
    box-shadow:0 0 7px rgba(0,0,0,0.1);
    float:left;
}

.testimonial-inner small {
    display:inline-block;
    border-top:2px solid #333;
    padding-top:10px;
    font-size:15px;
    font-weight:700;
    color:#333;
}

.price-plan {
    background:#FFF;
    border:1px solid rgba(0,0,0,0.05);
    border-radius:0;
    box-shadow:none;
}

.price-plan h4 {
    color:#FFF;
    font-size:17px;
    text-align:center;
    margin-bottom:0;
}

.price-plan h3 {
    color:#fff;
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:0;
}

.price-plan h3 span {
    font-weight:300;
    font-size:18px;
}

.price-plan h3 sup {
    font-size:18px;
}

.price-plan .panel-heading {
    background:#333;
    text-align:center;
    border-radius:0;
    padding:25px 0;
}

.price-plan .panel-body {
    background:#444;
    margin-bottom:0;
    padding:30px 0;
}

.price-plan .panel-footer {
    background:#333;
    border-radius:0;
    padding:25px 0;
}

.price-plan .list-group-item {
    border:1px dotted #E5E5E5;
    text-align:center;
    padding:15px 20px;
}

.price-plan .list-group-item i {
    float:right;
    font-size:18px;
    margin-top:5px;
}

.popular .panel-body {
    background:#0AA9CC;
}

.faq-body {
    margin-bottom:5px;
}

.faq-body i {
    float:left;
    font-size:20px;
    margin-right:15px;
    margin-bottom:5px;
}

.faq-body h4 {
    padding-top:0px;
    font-size:14px;
}

.faq-body p {
    clear:both;
    margin-bottom: 5px;
}

.answer {
    position:relative;
    border:1px solid #E5E5E5;
    background-color:#FFF;
    margin-top:0px;
    border-radius:3px;
    padding:5px;
}
/*
.answer:after {
content:'';
position:absolute;
display:block;
width:0;
z-index:1;
margin-left:-15px;
top:-15px;
left:10%;
border-color:#FFF transparent;
border-style:solid;
border-width:0 15px 15px;
}

.answer:before {
content:'';
position:absolute;
display:block;
width:0;
z-index:0;
margin-left:-15px;
top:-16px;
left:10%;
border-color:#E5E5E5 transparent;
border-style:solid;
border-width:0 15px 15px;
}
*/
.footer-top {
    background-color:#2b2b2b;
    padding:70px 0;
}

.footer-sub {
    background-color:#242424;
    padding:30px 0;
}

.footer h3 {
    color:#FFF;
    font-weight:700;
    font-size:19px;
    margin-bottom:15px;
}

.footer p,.footer a {
    color:#fff !important;
    margin-bottom:10px;
}

.footer li {
    font-size:14px;
    padding:3px 0;
}

.footer i {
    color:#f8f8f8;
}

.copyright i {
    color:#FF3D7F;
    margin:0 5px;
}

.contact-list li {
    color:#ADADAD;
    margin-bottom:5px;
}

.contact-list i {
    margin-right:15px;
}

.quick-links li {
    padding-left:15px;
    position:relative;
}

.quick-links li:before {
    display:inline-block;
    text-align:center;
    font-family:FontAwesome;
    content:"\f105";
    position:absolute;
    left:0;
    top:4px;
    transition:all .3s ease-in;
    color:#f8f8f8;
}

.carousel-mod .carousel-indicators {
    position:static;
    display:block;
    width:auto;
    margin:15px auto;
}

.carousel-mod .carousel-indicators li {
    background-color:#A3A3A3;
    border:none;
    margin:0;
}

.carousel-mod .carousel-indicators .active {
    background-color:#31373a;
    width:10px;
    height:10px;
}

.carousel-mod .carousel-control.left,.carousel-mod .carousel-control.right {
    background:none;
    background-color:transparent;
    filter:none;
}

.social li {
    display:inline-block;
    width:35px;
    height:35px;
    border-radius:3px;
    text-align:center;
    line-height:35px;
    webkit-transition:background-color 400ms ease-out .2s;
    -moz-transition:background-color 400ms ease-out .2s;
    -o-transition:background-color 400ms ease-out .2s;
    transition:background-color 400ms ease-out .2s;
    margin-bottom:5px;
    padding:0;
}

.social li a {
    color:#fff;
}

.social li.facebook {
    background:#204385;
}

.social li.twitter {
    background:#2aa9e0;
}

.social li.google-plus {
    background:#d3492c;
}

.social li.linkedin {
    background:#0073b2;
}

.social li.skype {
    background:#00b0f6;
}

.social li.youtube {
    background:#e22d24;
}

.social li:hover {
    background:#31373a;
    cursor:pointer;
}

::-moz-selection,::selection {
    text-shadow:none;
    background:#08b4da;
    color:#FFF;
}

img::selection,img::-moz-selection {
    background:0 0;
}

form,.nomargin-bottom {
    margin-bottom:0;
}

.nomargin-top,.text-logo {
    margin-top:3px;
}

.btn-price,.white-text,.white-text p,.white-text h3,.white-text h2,.white-text li,.banner-content h2 {
    color:#FFF;
}

.arrow-bottom,.video-container {
    position:relative;
}

.bg-dark,.img-zoom:hover {
    background-color:#333;
}

.menu-right,.copyright {
    float:right;
}

.banner-list,.main-point {
    margin-bottom:20px;
}

ul.steps-list li:last-child,
.price-plan .list-group-item:last-child {
    border-bottom:none;
}

.features i,.stats i {
    float:left;
    margin-right:20px;
}

.hover-details:hover .img-zoom,.carousel-mod .carousel-control {
    top:45%;
}

.popular .panel-heading,.popular .panel-footer {
    background:#08b4da;
}

/*---top slide-----*/

.top-slide {
    padding-top: 20px;
}

.top-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    position: absolute;
    left: 50%;
    margin-top: 0px;
    background: none;
}

.top-slide .bx-wrapper:hover .bx-controls .bx-controls-direction a {
    background-image: url(../images/site/top_control.png);
    background-repeat: no-repeat;
}


.top-slide .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    top: -34px;
    background-position: left top;
}

.top-slide .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    top: 100%;
    background-position: left bottom;
}

.reg_form .form-horizontal .control-label {
    text-align: left;
}

#slide_content {
    padding-top: 0px;
    padding-bottom: 5px;
    background: #fff;
}

.bx-viewport[style] {
    height: 330px !important;
}



/*------------end-------*/

/*---------------------inner page css-------------------*/

body.inner {
    font-family: Arial, Helvetica, sans-serif;
    background: #e3f7ff url(../images/site/inner/header_repeat.png) repeat-x left top;}

.inner #header {
    margin-bottom:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
    transition:background .5s ease-in-out,padding .5s ease-in-out;
    border:none;
    background: url(../images/site/inner/header_bg.png) no-repeat center top;
    padding: 1px 0px 2px 0px;
}

.inner #banner {
    background: none;
    padding: 0px;
}

.inner .top.inn {
    background: none;
    border: none;
}

.inner .top .input-group {
    float: right;
}

.inner .top .search {
    background-color: #4b7282;
    color: #fff;
    border-color: #509bb6;
    border-right: none; 
}

.inner .input-group-addon {
    padding: 0;
    width: 30px;
    border: 1px solid #2f6b81;
    background: rgba(24,66,84,1);
    background: -moz-linear-gradient(top, rgba(24,66,84,1) 0%, rgba(13,47,61,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,66,84,1)), color-stop(100%, rgba(13,47,61,1)));
    background: -webkit-linear-gradient(top, rgba(24,66,84,1) 0%, rgba(13,47,61,1) 100%);
    background: -o-linear-gradient(top, rgba(24,66,84,1) 0%, rgba(13,47,61,1) 100%);
    background: -ms-linear-gradient(top, rgba(24,66,84,1) 0%, rgba(13,47,61,1) 100%);
    background: linear-gradient(to bottom, rgba(24,66,84,1) 0%, rgba(13,47,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184254', endColorstr='#0d2f3d', GradientType=0 );
}

.inner .input-group-addon .btn_search {
    background: none;
    font-size: 15px;
    padding: 0px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    color: #b0f1fc;
}

.inner .top .navbar-brand {
    padding: 5px 0px 4px 10px;
}

.inner .top ul.user_link {
    list-style: none;
    padding: 0px;
    text-align: right;
}

.inner .top ul.user_link li {
    display: inline-block;
    text-align: right;
    margin: 10px 0px 10px 20px;
}

.inner .top ul.user_link li a {
    color: #fff;
}

.inner .top ul.user_link li a:hover,
.inner .top ul.user_link li a:focus {
    color: #b0f1fc;
}

.search-wrapper {

}

/*-------inner page nav------------*/

.inner #inner_menu {
    position: relative;
}

.inner #inner_menu .navbar-inverse {
    background: none;
    padding-top: 0px;
}

.inner #inner_menu .navbar .container {
    background: rgba(106,193,227,1);
    background: -moz-linear-gradient(top, rgba(106,193,227,1) 0%, rgba(84,167,203,1) 88%, rgba(72,134,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,193,227,1)), color-stop(88%, rgba(84,167,203,1)), color-stop(100%, rgba(72,134,158,1)));
    background: -webkit-linear-gradient(top, rgba(106,193,227,1) 0%, rgba(84,167,203,1) 88%, rgba(72,134,158,1) 100%);
    background: -o-linear-gradient(top, rgba(106,193,227,1) 0%, rgba(84,167,203,1) 88%, rgba(72,134,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(106,193,227,1) 0%, rgba(84,167,203,1) 88%, rgba(72,134,158,1) 100%);
    background: mediumvioletred;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.inner #inner_menu .navbar .nav {
    padding: 0px;
    text-align: left;
    width: 100%;
}

.inner #inner_menu .navbar ul li {
    margin-right: 2%;
}

.inner #inner_menu .navbar ul li:last-child {
    margin-right: 0px;
}

.inner #inner_menu .navbar ul li a {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 18px;
    padding: 15px 10px !important;
}

.inner .footer-sub {
    background-color: #28556e;
    padding: 10px 0px;
}

.inner .footer-sub a,
.inner .footer-sub p {
    color: #fff;
}
.modal-body{
    color:black !important;
}
p,h1{
    color:black !important;
}
table{
    margin: 0 auto;
}
tr {
    border-bottom: 1px solid #dbdada;
}
tr:hover{
    background-color: #efeded;
}
th{
    background-color:#e6e7e1;
    padding-left: 10px;
}

tr td {
    padding: 10px;

}

.service_image a:hover{

}

body.inner .profileleft .propic #pro_photo {
    height: 200px;
    width: 100%;
    border: 1px dotted #ccc;
    padding: 5px;
}

body.inner .profileleft .propic #pro_photo img {
    width: 100%;
    height: 100%;
}

body.inner .profileleft .propic .upload {
    margin: 0 auto;
    width: 100%;
}

.mandatory{
    color: red;
}

/* search details */

body.inner .s_details_view {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

body.inner .s_details_view h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

body.inner .s_details_view .s_details_title {
    font-size: 21px;
    color: aqua;
    font-weight: bold;
}

body.inner .s_details_view .left {
    background-color: #27ABE3;
    color: #fff;
    font-weight: bold;
}

body.inner .s_details_view hr {
    margin: 10px 0px;
}

/* search form */

#search_property {
    padding-top: 20px;
}

#search_property .search-wrapper .t_search .total_search .main_row .bg {
    padding: 10px 0px;
    border: none;
}

#search_property .search-wrapper .t_search .total_search .main_row.blue_bg {
    background: InactiveCaption;
    min-height: 230px;
}

#search_property .search-wrapper .t_search .total_search .main_row.blue_bg h3 {
    text-align: center;
}

#search_property .search-wrapper .t_search .total_search .main_row .bg label.control-label {
    padding: 0px;
    font-size: 12px;
    text-align: left;
}

.total_search{
    box-shadow: 0 0 5px #ccc;
}

#single_row > .col-md-2.col-sm-2 .row-fluid {
    min-height: 400px;
    background-color: #ccc;
    border-bottom: 1px dotted #000;
}

#single_row > .col-md-2.col-sm-2 h3 {
    padding-top: 100px;
    text-align: center;
}

#search_property .left_form .bg {
    border-right: 1px solid #08b4da;
    border-left: 1px solid #08b4da;
    padding: 20px;
    height: 100%;
}

#search_property .left_form .bg .form-group {
    margin-bottom: 0px;
}

#search_property .left_form .bg-2 {
    border: 1px dotted #555;
}

#search_property .left_form .bg-2 h3 {
    color: #08b4da;
}

#search_property .left_form .bg-2 .form-group {
    margin: 0px;
}

#search_property .left_form .bg-2 .form-group select option,
#search_property .left_form .bg-2 .form-group select {
    padding-left: 0px;
}

#search_property .left_form .bg label,
#search_property .left_form .bg-2 label {
    font-size: 12px;
}

#single_row .row.box {
    margin-top: 0;
    margin-bottom: 10px;
}

#search_property .box {
    background: #ffc;
    border: 1px solid #08b4da;
    min-height: 90px;
}

#search_property .box .s_right_content,
#search_property .box .s_left_content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#search_property .box .s_left_content a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

#search_property .box .s_left_content a:hover {
    text-decoration: none;
}

#search_property .box .col-md-2 img {
    width: 120px;
    height: 104px;
    overflow: hidden;
}

#search_property .box .property-header {

}

#search_property .box .property-stats {

}

#search_property .box .property-stats ul li {
    display: inline-block;
    width: 20%;
    font-size: 10px;
}

/* advertisement */

.advertise .add {
    padding: 0px;
}

.advertise .add a img {
    width: 100%;
    height: auto;
}

/* property add----- */

#property_box .reg_form .form-group-sm label.col-sm-2,
#property_box .reg_form .form-group-sm label.col-sm-1 {
    padding: 0px 10px 0px 5px;
    text-align: right;
    font-size: 12px;
}

#property_box .reg_form .form-group-sm div.col-sm-8,
#property_box .reg_form .form-group-sm div.col-sm-4,
#property_box .reg_form .form-group-sm div.col-sm-2,
#property_box .reg_form .form-group-sm div.col-sm-1 {
    padding: 0px;
}

#property_box .reg_form .form-group-sm div.col-sm-1 select {
    font-size: 10px;
    padding-left: 0px;
    padding-right: 2px;
}

/* tab module */

#search_property .row-fluid .tab-content {
    min-height: 300px;
}

#search_property .row-fluid > .col-md-8 .tab-content .tab-pane .col-md-4.col-sm-4 {
    font-weight: bold;
}

#search_property .row-fluid > .col-md-8 .tab-content .tab-pane h4 {
    padding: 20px 0;
}

/* tab module exit */

.document_upload,.document_link{
    float: left;
}

.document_upload {
    width: 182px;
}
.modal-header,.modal-footer{
    background: none repeat scroll 0 0 #009fc2 !important;
}
.btn-x-small{
    padding: 10px !important;
}
/* User profile */
.p_details h2{
    text-decoration: underline;
}
.img_wrap{
    text-align: center;
    margin: 0 auto;
    float: none;
}
.message_him{
    padding: 10px;
    margin: 0 auto;
    float: none;
    text-align: center;

}
.border_radius{
    border-radius: 5px !important;
}
.margin_top{
    margin-top: 8px;
}
.p_details h3{
    font-weight: bold;
    margin-top: 40px;
}
.boxs{
    background: #92B1CE;
    margin: 15px;
}
.boxs img{
    margin-left: 10px;
}
.profile_search{
    padding-top: 8px;
    padding-bottom: 8px;
}
.no_bg{
    background: none;
}
.align_center{
    text-align: center;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.advertise{
    background: #26B4F2;
    border: 6px solid #C3D9E6;
    height: 120px;
    width: 100%;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    font-size: 25px;
}


.book_now{
    background: #e0e8ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e8ea 0%, #bfced5 21%, #a9d4e7 78%, #b8e4f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e8ea), color-stop(21%,#bfced5), color-stop(78%,#a9d4e7), color-stop(100%,#b8e4f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e8ea 0%,#bfced5 21%,#a9d4e7 78%,#b8e4f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e8ea 0%,#bfced5 21%,#a9d4e7 78%,#b8e4f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e8ea 0%,#bfced5 21%,#a9d4e7 78%,#b8e4f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0e8ea 0%,#bfced5 21%,#a9d4e7 78%,#b8e4f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e8ea', endColorstr='#b8e4f1',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #fff;
}

#developerID,#propertyID{
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.border_right{
    border-right: 1px solid gray;
    height: 100%;
}
.h4{
    color: #00a8d6;
    font-size: 20px;
    text-align: center;
}



#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
.group1-Wrapper {
    margin-left: 71%;
    position: absolute;
    top: 75px;
    width: 1px;
    z-index: 20;
}
a.group1-Prev {
    background-position: 0 0;
    left: -510px;
}
a.group1-Prev, a.group1-Next {
    background: transparent url("images/navbuttons2.gif") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    width: 50px;
}
a.group1-Next {
    background-position: 0 -150px;
    right: -208px;
}
a.group1-Prev, a.group1-Next {
    background-image: url("images/navbuttons2.gif");
    cursor: pointer;
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    width: 50px;
}
#slider div.navBulletsWrapper  {display:none;}
.row-detail{
    padding: 12px;
    text-align: justify;
}
.delete{
    background: url('../images/delete_red.png');
    display: block;
    float: right;
    height: 20px;
    text-align: center;
    width: 20px;
    margin-top: 10px;
    cursor: pointer;
}
.modal-body .form-group-sm{
    margin:2px;
}
