@charset "utf-8";
/* ---------------------------------
	Stylesheet Guide
-----------------------------------
	01. Import styles
		-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
		-  bootstrap-theme.css
		-  Google Fonts
		-  icons
		-  Slide camera
		-  Fancy Box
		-  Animate.css
	02. Basic Elements
		-  Standar Styles
		-  Class and styles Generals
		-  Divisor
		-  Titles
		-  TABS
		-  ACCORDION
		-  Top
	0.3.  Structure
		-  Header
		-  Main Navigation
		-  Properties
		-  Social
		-  Footer
		-  Contact
		-  About
	0.4.	Layout 1024px version
	0.5.	Layout for 767px mobile version
	0.6.	Layout for 568px mobile version
	0.7.	Layout for 560px mobile version
	0.8.	Layout for 380px mobile version
*/
/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */
/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
/*Style Switcher*/
@import url("skins/theme-options.css");
/*Style Responsive*/
@import url("theme-responsive.css");
/*slide.css
@import url("slide/camera.css");*/
/* owlcarousel */
@import url("owlcarousel/owl.carousel.css");
@import url("owlcarousel/owl.theme.css");
/*Icons Font-Awesome*/
@import url("icons/font-awesome.min.css");
/*Animations*/
@import url("animations/animate.css");
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

.bigbold {
    font-size: 24px;
}
#inputPropertyInvite {
    height:355px;
}
.boldred {
    font-weight: bold;
    color: #17a099;
}
li a img {
    margin-top:10px;
}
.panel-group {
    margin-bottom: 40px;
    margin-top: 20px;
    border: none;
    border-bottom: none;
}
.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading .panel-title > a.collapsed {
    color: #4d4f52;
    background-color: #f1f3f6;
}
.panel-group .panel .panel-heading .panel-title > a {
    color: #17a099;
    background-color: transparent;
    padding: 15px 55px 15px 15px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    background-color: #f1f3f6;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.panel-group .panel .panel-heading .panel-title > a:hover:after {
    color: #17a099;
    border-color: #17a099;
}
.panel-group .panel .panel-heading .panel-title > a.collapsed:after {
    content: "\f078";
    border: 1px solid #adb2b6;
    color: #adb2b6;
    line-height: 29px;
}
.panel-group .panel .panel-heading .panel-title > a:after {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #17a099;
    color: #17a099;
    font-size: 14pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
input[type=number], input[type=date]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
img.innerpage {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
h1.property-title {
    padding-top:10px;
    padding-left: -30px;
    font-size: 20px;
}
h1.property-title2 {
    padding-top:20px;
    padding-left: -30px;
    font-size: 20px;
}
h1.info-title {
    padding-left: 15px;
    font-size: 20px;
}
h1.info-title-30 {
    padding-left: 18px;
    font-size: 20px;
}
.tac {
    text-align: center;
    font-size: 15px;
}

.wht-8 {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}
.myButton {
    -moz-box-shadow: 3px 4px 0px 0px #455926;
    -webkit-box-shadow: 3px 4px 0px 0px #455926;
    box-shadow: 3px 4px 0px 0px #455926;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93cb4a), color-stop(1, #587134));
    background: -moz-linear-gradient(top, #93cb4a 5%, #587134 100%);
    background: -webkit-linear-gradient(top, #93cb4a 5%, #587134 100%);
    background: -o-linear-gradient(top, #93cb4a 5%, #587134 100%);
    background: -ms-linear-gradient(top, #93cb4a 5%, #587134 100%);
    background: linear-gradient(to bottom, #93cb4a 5%, #587134 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cb4a', endColorstr='#587134', GradientType=0);
    background-color: #93cb4a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #587134;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", Sans-Serif;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 44px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #587134;
}
.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #587134), color-stop(1, #93cb4a));
    background: -moz-linear-gradient(top, #587134 5%, #93cb4a 100%);
    background: -webkit-linear-gradient(top, #587134 5%, #93cb4a 100%);
    background: -o-linear-gradient(top, #587134 5%, #93cb4a 100%);
    background: -ms-linear-gradient(top, #587134 5%, #93cb4a 100%);
    background: linear-gradient(to bottom, #587134 5%, #93cb4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#587134', endColorstr='#93cb4a', GradientType=0);
    background-color: #587134;
    color: #000;
}
.myButton:active {
    position: relative;
    top: 1px;
}
.infobut {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}
@media (max-width: 1000px) {
    .btn-grn {
        font-size: medium;
    }
    nav {
        height: 108px;
    }
}
@media (max-width: 625px) {
    .infobut {
        margin-top: 50px;
    }
}
@media (max-width: 362px) {
    .infobut {
        display: none;
    }
}
footer img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.content_STD li {
    color: #000;
}
a.pwdlnk,
a:hover .pwdlnk,
a:visited .pwdlnk {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
.info_head a,
.info_head a:hover,
.info_head a:visited {
    color: #fff;
}
#property-map ,
.property-detail #property-map {
    height: 450px;
    width: 100%;
    margin-top: 20px;
}
.widget.contact .content {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #17a099;
    color: #fff;
    padding: 20px;
}
.widget.contact input,
.widget.contact textarea {
    width: 100%;
}
.widget.contact .btn {
    background-color: #000;
    color: #fff;
}
.widget.contact .btn:hover {
    color: #17a099;
}
.pricing .column li.important {
    color: #000;
    font-weight: bold;
}
li {
    color: #000;
}
a.SumLet {
    color: #17a099;
}
a.SumLet:hover {
    color: #000;
}
.pricing.boxed .column li {
    background-image: url("../img/border-gray.png");
    background-position: left top;
    background-repeat: repeat-x;
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
    padding: 7px 0px;
}
.pricing .column li {
    padding: 7px 0px;
}
h2.block-title {
    color: #000;
    font-size: 24px;
    font-weight: lighter;
    margin: 28px 0px;
}
.pricing.boxed .column h2 {
    background-color: #17a099;
    background-image: none;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    padding-top: 20px;
}
.pricing .column {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.property-detail {
    background-color: #fff;
    color: #909090;
    padding: 20px;
}
.property-detail .overview {
    border: 1px solid #b5b5b5;
    margin: 0px 30px 10px 0px;
    padding: 20px;
}
.control-group {
    margin-bottom: 10px;
}
.Unline_Top {
    box-shadow: none;
    border-top: none;
}
.Unline_Btm {
    box-shadow: none;
    border-bottom: none;
}
b {
    color: #17a099;
}
.page-header {
    color: #17a099;
    border-bottom: none;
}
.list-your-property-form h3 {
    clear: both;
    color: #17a099;
    font-size: 24px
}
.list-your-property-form form {
    margin: 0px
}
.list-your-property-form form input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.list-your-property-form form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 265px;
    width: 100%
}
#inputOtherComments {
    height: 120px;
}
#inputOtherNotes {
    height: 213px;
}
.list-your-property-form form label {
    font-weight: bold;
    color: #17a099;
}
.list-your-property-form form .chzn-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important
}
.list-your-property-form form .property-type, .list-your-property-form form .contract-type, .list-your-property-form form .bedrooms, .list-your-property-form form .bathrooms, .list-your-property-form form .area, .list-your-property-form form .price {
    float: left;
    width: 48%
}
.list-your-property-form form .contract-type, .list-your-property-form form .bathrooms, .list-your-property-form form .price {
    float: right
}
form label {
    font-weight: normal
}
form .webform-component {
    margin-bottom: 10px
}
form label.checkbox {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    bottom: 5px;
}
input[type="checkbox"] {
    height: 20px;
    width: 20px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
form .form-actions {
    background-color: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px
}
form .fileupload {
    margin-bottom: 10px;
}
form .fileupload .uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    background-color: #fcfcfc;
    overflow: hidden;
    white-space: nowrap;
    height: 40px !important;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    width: 100px
}
form .fileupload .input-append {
    margin-bottom: 0px
}
form .fileupload .input-append .btn.fileupload-exists {
    background-color: #000
}
form .fileupload .btn {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    border-radius: 0px !important;
    background-color: #17a099;
    color: #fff;
    padding-bottom: 9px;
    padding-top: 9px
}
form .fileupload .btn span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}
form .fileupload .btn:hover {
    background-color: #ccc
}
form input[type=submit].btn {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    background-image: none;
    transition: background-color 0.2s ease-in;
    border: 0px;
    border-radius: 0px !important;
    background-color: #17a099;
    color: #fff
}
form input[type=submit].btn:hover {
    background-color: #000
}
textarea, input[type=text], input[type=password], input[type=email] {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 1px solid #d5d5d5;
    color: #707070;
    margin: 0px;
    padding: 6px
}
textarea:active, textarea:focus, input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=email]:active, input[type=email]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    outline: 0px
}
button.form-submit {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: #d50100;
    background-image: url("../img/arrow-right-white.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    border: 0px;
    padding: 7px 32px 7px 15px
}
button.form-submit:active, button.form-submit:focus, button.form-submit:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: #ccc;
    background-position: 90% center
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    button.form-submit {
        background-image: url("../img/arrow-right-white@2x.png")
    }
}
.form-required {
    color: red
}
.form-type-checkbox {
    padding-bottom: 7px
}
.chzn-container .chzn-single {
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    background-image: none;
    border: 1px solid #d5d5d5;
    height: 38px;
    line-height: 40px
}
@media (min-width: 979px) and (max-width: 1199px) {
    .chzn-container .chzn-single {
        height: 27px;
        line-height: 29px
    }
}
.chzn-container .chzn-single.chzn-single-with-drop {
    background-color: #fff
}
.chzn-container .chzn-single div {
    background-image: none;
    width: 36px
}
.chzn-container .chzn-single div b {
    background-image: none;
    background-image: url("../img/arrow-bottom-black.png") !important;
    background-size: 11px 7px !important;
    background-position: center center;
    background-repeat: no-repeat
}
.chzn-container .chzn-drop {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    border-top: 0px
}
.chzn-container .chzn-drop .chzn-search {
    border: 0px
}
.chzn-container .chzn-drop .chzn-search input {
    background-image: none;
    background-image: url("../img/icons/search.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid #707070;
    width: 100% !important
}
.chzn-container .chzn-drop .chzn-results .active-result {
    padding: 10px 5px
}
.chzn-container .chzn-drop .chzn-results .active-result.highlighted, .chzn-container .chzn-drop .chzn-results .active-result.result-selected {
    background-image: none;
    background-color: #fff;
    color: #000
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .chzn-container .chzn-single div b {
        background-image: url("../img/arrow-bottom-black@2x.png") !important
    }
}
/* Standard Styles --------------------------------------------------------*/
body {
    font-size: 16px;
    font-family: "Open Sans", Sans-Serif;
    line-height: 26px;
    color: #000;
    position: relative;
    font-weight: normal;
}
a {
    color: #17a099;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
p {
    margin: 0 0 20px 0;
    padding: 0;
}
h1 {
    font-size: 24px;
    line-height: 34px;
}
h2 {
    font-size: 22px;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
    font-size: 16px;
    line-height: 26px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Roboto, "Open Sans", Sans-Serif;
    padding: 5px 0 15px 0;
    margin: 0;
    color: #080808;
}
/* Class and styles General ----------------------------*/
.clearfix {
    width: 1px;
    height: 1px;
    display: block;
    clear: both;
    content: " , ";
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.text_right {
    text-align: right;
}
.center {
    text-align: center;
}
.padding_top {
    padding-top: 50px;
}
.padding_bottom {
    padding-bottom: 40px;
}
.padding_top_mini {
    padding-top: 0px;
}
@media (min-width: 0px) and (max-width: 991px) {
    .paginations {
        text-align: center;
    }
    .search_box {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        max-width: 400px;
    }
    .padding_top_mini {
        padding-top: 120px;
    }
}
.margin_top {
    margin-top: 40px;
}
.button {
    width: auto;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0;
    padding: 8px 25px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.button:hover {
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
    margin-bottom: 20px;
}
/* ul -  style */
footer ul li,
.sponsors {
    list-style: none;
}
ol li {
    line-height: 30px;
}
dl dt {
    line-height: 30px;
}
.fontawesome-icon-list .fa-hover a {
    display: block;
    color: #222222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}
/* divisor  ----------------------------*/
.divisor {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #cdcdcd;
}
.circle_left {
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.circle_right {
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/* Titles  ----------------------------*/
.titles {
    margin: 50px 0 40px 0;
    width: auto;
}
.titles span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 10px 6px 10px;
    display: inline;
}
.titles h1 {
    margin: 20px 0;
    padding-bottom: 7px;
    font-size: 24px;
    line-height: 40px;
    display: inline;
}
.no_margin_top {
    margin-top: 0;
}
.switcher-panel .padding_top {
    padding-top: 60px;
}
/* Tabs  ----------------------------*/
.tabs_services {
    padding: 0;
    margin-bottom: 5px;
}
.tabs_services li {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    list-style: none
}
.tabs_services li a {
    cursor: pointer;
    color: #fff;
}
.switcher-content {
    display: none !important;
}
.show-switcher {
    display: block;
}
.switcher-panel {
    padding: 0 0 0;
}
.divisor_services {
    margin: 0;
}
.search_box {
    background: #4d4d4d;
    width: 100%;
    max-width: 450px;
    padding: 15px 5%;
}
.search_box input,
.filter_horizontal input {
    width: 100%;
    border-radius: 0;
    color: #222;
    height: 35px;
    font-size: 14px;
    margin-top: 2px;
    padding: 5px;
}
.search_box label {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 0 0;
}
.search_box select,
.filter_horizontal select {
    background-color: #fff;
    color: #222;
    width: 100%;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 14px;
    height: 35px;
}
.search_box .button {
    color: #fff;
    padding: 3px 15px;
    margin-top: 15px;
    width: auto;
    height: auto;
}
.calculator input {
    margin-bottom: 20px;
}
.calculator select {
    margin-bottom: 20px;
}
.calculator .button {
    margin: 0;
}
#result_calculator {
    float: right;
    margin-right: 5%;
    margin-top: -30px;
    color: #fff;
}
/*  filter_horizontal  -------------------------*/
.filter_horizontal {
    border-bottom: solid 1px #dedede;
    padding: 20px 0 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.filter_horizontal .button {
    background-color: #232323 !important;
    color: #fff;
}
.filter_horizontal .button:hover {
    background-color: #17a099 !important;
    color: #fff;
    opacity: 0.9;
}
/* Tabs  Details--------------------------------*/
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 5px 10px;
    line-height: 31px;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
    position: relative;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.tabs li:first-child {
    border-left: 1px solid #ddd;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 16px;
    outline: none;
    font-size: 14px;
    color: #4C4C4C;
}
ul.tabs li:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.tabs li a:hover {
    color: #fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
    color: #fff;
}
html ul.tabs li.active a {
    color: #fff;
}
.tab_container {
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 20px;
    clear: both;
    overflow: auto;
    width: 100%;
    position: relative;
}
.tab_content #form input {
    width: 100%;
    font-size: 13px;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #dedede;
}
.tab_content #form textarea {
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #dedede;
}
.tab_content #form .button {
    width: auto;
}
/* ACCORDION ------------------------------------------*/
.accordion-container h4 {
    margin: 0;
    padding: 0;
}
.accordion-trigger {
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    margin: 0 0 10px 0;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    background: #f9f9f9 url("../img/img-theme/toggle.png") no-repeat right 14px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.accordion-trigger.active {
    color: #fff;
}
.accordion-trigger:hover {
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.accordion-container {
    padding: 5px 0;
}
.accordion-container p {
    margin: 0;
}
/* Top ---------------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url("../img/img-theme/ui.totop.png") no-repeat left top;
    z-index: 9999;
}
#toTopHover {
    background: url("../img/img-theme/ui.totop.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
}
#toTop:active, #toTop:focus {
    outline: none;
}
/* ---------------------------------------------------------------------- */
/*	03 Structure
/* ---------------------------------------------------------------------- */
/* Client Login ---------------------------------------*/
.line {
    height: 5px;
}
.relative {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.jBar {
    background-position: top;
    height: auto;
    display: none;
    padding-bottom: 15px;
    background: #000;
    position: relative;
    color: #FFF;
}
a.jR2:hover ,
a.jR2:focus ,
a.jR2:visited {
    color: #fff;
    text-decoration: none;
}
a.jR2,
.jRibbon {
    padding: 3px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 15%;
    display: inline-block;
    font-size: 12px;
    padding: 2px 20px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.downarrow {
    position: absolute;
    bottom: -50px;
    z-index: 99;
    padding: 0 20px;
    right: 7%;
    font-size: 12px;
    padding: 2px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.up {
    top: -50px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.jBar h1 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 38px;
}
.jBar ul {
    margin-top: 25px;
}
.jBar ul li {
    padding-bottom: 20px;
    text-align: right;
}
.jBar ul li span {
    font-size: 20px;
    margin: 0;
    float: left;
    padding: 0;
    margin-right: 10%;
    color: #df562c;
    line-height: 22px;
    font-weight: bold;
}
.jBar select,
.jBar input {
    width: 95%;
    margin: 0;
    height: 38px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0;
    color: #000;
}
.jBar .botton {
    width: auto;
    padding: 6px 20px;
    height: auto;
    color: #fff;
}
.jBar form {
    padding: 50px 0 70px 0;
    margin: 0;
}
.jBar span {
    font-weight: bold;
    padding: 0 15px;
}
/*  Info head -----------------------------------------*/
.info_agent a {
    color: #000;
}
.info_agent a:hover {
    color: #17a099;
}
.info_head {
    padding: 8px 0;
    background: #4d4d4d;
    z-index: 9;
    position: relative;
}
@media (max-width: 620px) {
    .info_head {
        padding-top: 20px;
    }
}
.info_head ul {
    padding: 0;
    margin-bottom: 15px;
}
.info_head ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #fff;
}
.info_head ul p {
    list-style: none;
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #fff;
    margin-bottom:0px;
}
.info_head ul li i {
    padding: 5px 5px 0 0;
}
.info_head ul li ul li {
    list-style: none;
    float: none;
    margin: 0;
    border-right: 0;
    padding: 0;
}
.info_head .dropdown-toggle:hover,
.info_head .dropdown-toggle:focus {
    text-decoration: none;
}
.info_head ul li ul li a img {
    padding-right: 10px;
}
.info_head ul li .dropdown-menu {
    min-width: 120px;
    padding: 0;
    top: 32px;
    border-radius: 0;
    border-top: 0;
}
.info_head ul li .dropdown-menu a {
    padding: 5px 15px;
    line-height: 20px;
    font-size: 11px;
}
.info_head .dropdown-menu > li > a:hover,
.info_head .dropdown-menu > li > a:focus,
.info_head .dropdown-menu > .active > a,
.info_head .dropdown-menu > .active > a:hover,
.info_head .dropdown-menu > .active > a:focus {
    background: #dedede;
    color: #000;
}
.info_head ul li a i {
    font-size: 13px;
    padding-top: 3px;
    padding-left: 5px;
}
/* header ---------------------------------------------------------*/
header {
    position: relative;
    overflow: hidden;
}
.logo {
    position: relative;
}
.logo img {
    left: 20px;
    top: 0;
    position: absolute;
    z-index: 100;
    margin-top: 0px;
}
@media (min-width: 1001px) and(max-width: 1199px) {
    .logo img {
        margin-top: 14px;
    }
}
@media (min-width: 0px) and (max-width: 499px) {
    .logo img {
        max-width: 100%;
    }
    .tinynav {
        max-width: 70%;
    }
}
.bg_header {
    position: absolute;
    margin-top: 4%;
    width: 100%;
    max-width: 420px;
    z-index: 2;
    left: 30px;
}
.search_contact .bg_header {
    max-width: 1170px;
    left: 50%;
    margin-left: -585px;
    margin-top: 4%;
}
.search_contact .bg_header,
.search_contact .search_box {
    width: 1170px;
    max-width: 100%;
}
.search_contact .search_box {
    padding: 10px 10px 20px 10px;
}
.search_contact .button {
    margin-top: 33px;
}
.slide {
    padding: 0;
    background: transparent;
}
/*  Main Navigation -----------------------------------------*/
nav {
    background-color: #4d4d4d;
    padding-top: 10px;
    padding-bottom: 0px;
    height: 127px;
    border-bottom: solid 1px #17a099;
}
.tinynav {
    display: none
}
.sf-menu {
    margin-bottom: 0;
    margin-top: 30px;
    background: #4d4d4d;
    float: right;
}
.sf-menu:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0px;
    right: 0px;
    bottom: 35px;
}
.sf-menu ul {
    position: absolute;
    list-style: none;
    text-align: left;
    top: -999em;
    width: 150px;
    display: none;
    padding: 0;
    background: #000;
}
.sf-menu > li {
    position: relative;
    display: inline-block;
    border-top: 0px solid #fff;
    list-style: none;
    padding: 5px 0;
    margin: 0 13px;
}
.sf-menu > li > a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 57px;
    left: 0;
    z-index: 999;
}
.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em
}
.sf-menu li.current, .sf-menu li:hover, .sf-menu li.sfHover {
    text-decoration: none;
    border-bottom: 1px solid #17a099;
}
.sf-menu li li a {
    display: block;
    margin: 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a {
    color: #fff;
}
.sf-menu li li {
    float: none;
    position: relative;
}
.sf-menu li li a:hover {
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 150px;
    top: 0;
}
/* Content Info ----------------------------*/
.full_info {
    padding: 50px 0;
    border-top: 1px solid #cacaca;
    background: #fff;
}
.sections .tabs_services {
    margin: 50px auto 0 auto;
}
.section_title {
    background-color: #232323;
    border-bottom: solid 1px #17a099;
    padding: 30px 0 10px 0;
    margin-bottom: 0px;
    height: 240px;
}
.section_title h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: lighter;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    margin-top: 30px;
}
.section_title span {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    border-left: 3px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}
.section_title span a {
    padding-right: 3px;
}
.section_title span a:hover {
    text-decoration: underline;
}
.section_title form {
    margin: 0;
    padding: 0;
}
.section_title input {
    height: 28px;
    margin-top: 3px;
    width: 50%;
    float: right;
}
.section_title form {
    position: relative;
}
.section_title .search {
    background: none;
    border: 0;
    color: #000;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 12px;
}
.dev {
    background: url("../img/titles/developing.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.valuat {
    background: url("../img/titles/1-val.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.valuation {
    background: url("../img/titles/valuation.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.register {
    background: url("../img/titles/register.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.maint {
    background: url("../img/titles/maintenance-form.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.finances {
    background: url("../img/titles/finances.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.tenants {
    background: url("../img/titles/tenants.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.guarantor {
    background: url("../img/titles/guarantor-form.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.students {
    background: url("../img/titles/students.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.sellers {
    background: url("../img/titles/sellers.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.buyers {
    background: url("../img/titles/buyers.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.extras {
    background: url("../img/titles/extras.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.landlords {
    background: url("../img/titles/landlords.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.landlords-fees {
    background: url("../img/titles/structure.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.about {
    background: url("../img/titles/about.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.solicitors {
    background: url("../img/titles/solicitors.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.mortgages {
    background: url("../img/titles/mortgages.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.contact {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.contact-us {
    background: url("../img/titles/contact.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.properties {
    background: url("../img/titles/2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.features {
    background: url("../img/titles/3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.letting {
    background: url("../img/titles/lettings.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.sales {
    background: url("../img/titles/sales.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.students {
    background: url("../img/titles/students.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.hotels {
    background: url("../img/titles/hotels.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.restaurants {
    background: url("../img/titles/restaurants.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.sponsors {
    padding: 20px 0;
}
/* newsletter_box ----------------------------*/
.newsletter_box {
    background-color: #f6f6f6;
    border-bottom: solid 1px #ddd;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.newsletter_box:after {
    -webkit-transition-duration: 0.3s;
    content: '';
    border-style: solid;
    border-width: 0 35px 15px 0;
    right: 10%;
    top: 0;
    position: absolute;
    z-index: 999;
}
.layout-wide .newsletter_box:after {
    right: 25%;
}
.newsletter_box h3 {
    margin: auto;
    padding: 10px 0;
    line-height: 34px;
    font-size: 26px;
    font-style: italic;
    color: #333;
    font-weight: normal;
    font-family: "Open Sans", Sans-Serif;
}
.newsletter_box h3 span {
    color: #1c1b1b;
    font-weight: normal;
    font-family: "Open Sans", Sans-Serif;
    font-style: italic;
    font-size: 16px;
    padding-left: 10px;
}
.newsletter_box form {
    margin: 0;
    padding: 0;
}
.newsletter_box input {
    height: 35px;
    margin-top: 12px;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    margin-left: 10px;
    float: right;
}
.newsletter_box form {
    position: relative;
}
.newsletter_box .register {
    background: none;
    border: 0;
    color: #000;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 17px;
}
.newsletter_box .register i {
    font-size: 20px;
}
#result-newsletter .alert-error {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: red;
}
#result-newsletter .alert-success {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: green;
}
/* Bar Propertys ----------------------------*/
.bar_properties {
    width: 100%;
    margin-bottom: 30px;
    background: #000;
}
.bar_properties ul {
    margin: 0;
    position: relative;
}
.bar_properties ul li {
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
}
.bar_properties ul li:hover {
    background: #4e4e4e;
}
.bar_properties strong {
    color: #fff;
    padding: 6px 10px 0 10px;
    float: left;
}
.bar_properties ul li a {
    color: #fff;
    font-size: 14px;
}
/* Propertys ----------------------------*/
.item_property {
    overflow: hidden;
    margin-bottom: 30px;
}
.properties_two .item_property {
    margin-bottom: 25px;
}
.item_property:hover .info_property {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.head_property {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.head_property img {
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.item_property:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0.7;
    cursor: pointer;
}
.item_property .title {
    width: 79px;
    height: 84px;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
}
.info_property {
    background-color: #fff;
    padding: 0;
    border: solid 1px #cdcdcd;
    border-top: 0;
    border-bottom: 3px solid #cdcdcd;
    border-top: 3px solid #f6f6f6;
    padding: 20px 0;
}
.item_property h5 {
    position: absolute;
    bottom: 30px;
    text-align: right;
    right: 0;
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px 5px 30px;
}
.info_property ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.info_property ul li {
    line-height: 25px;
    padding: 0 5% 5px 5%;
    border-bottom: 1px solid #eee;
}
.info_property ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.info_property ul li span {
    float: right;
    font-size: 13px
}
.info_property ul li strong {
    font-size: 14px;
}
.info_property .resalt {
    background-color: #f9f9f9;
}
.info_property .resalt:first-child {
    border-top: 1px solid #eee;
}
.portal .info_property h5 {
    padding: 5px 0 10px 0;
}
.portal .info_property {
    padding: 10px 5%;
}
.portal .info_property p {
    margin: 0 0 3px 0;
    font-style: italic;
}
/* Item Properti h ----------------------*/
.TenFees a,
.TenFees a:visited {
    float: right;
    font-size: 12px;
    color: #000;
}
.TenFees a:hover {
    float: right;
    font-size: 12px;
    color: #17a099;
}
.item_property_h {
    overflow: auto;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: solid 1px #cdcdcd;
    margin-bottom: 35px;
    webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.info_property_h {
    height: 100%;
}
.info_property_h h4 {
    background-image: url("../img/img-theme/border.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-right: 20px;
    padding: 8px 0;
}
.info_property_h a,
.info_property_h h4 a {
    color: #000;
}
.info_property_h a:hover,
.info_property_h h4 a:hover {
    color: #17a099;
}
.info_property_h span {
    font-size: 13px;
    font-weight: lighter;
    border-left: 1px solid #000;
    margin-left: 10px;
    padding-left: 8px;
}
.info_property_h p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}
.item_property_h .line_property {
    background: #f1f1f1;
    bottom: 0px;
    z-index: 0;
    line-height: 50px;
    padding-right: 10px;
    font-size: 14px;
    padding-left: 34%;
    position: absolute;
    width: 100%;
}
.item_property_h .line_property .price {
    color: #000;
    float: right;
    font-size: 18px;
    margin-right: 5px;
}
.item_property_h .line_property span {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #fff;
}
.image_property_h {
    margin-left: -15px;
    width: 110%;
    background: #fff;
    z-index: 1;
    position: relative;
}
.image_property_h img {
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.hover_property_h {
    position: relative;
    overflow: hidden;
}
.info_hover_property_h {
    position: absolute;
    background-color: #232323;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.item_property_h:hover .image_property_h img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.item_property_h:hover .info_hover_property_h {
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.item_property_h .listing-cover-plus {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    color: #fdfdfd;
    height: 45px;
    border: 1px solid #fdfdfd;
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
    z-index: 12;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    line-height: 40px;
}
/* Carousel Properties */
.properties-carousel {
    background-color: #c4c4c4;
    padding: 40px 25px 10px 25px;
}
/* Details Properties */
.search_advance {
    max-width: 400px;
}
.more_slide {
    background: #000;
    padding: 10px 10px 4px 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: auto;
}
.more_slide ul {
    padding: 0;
    list-style: none;
}
.more_slide ul li i {
    font-size: 20px;
}
.more_slide ul li {
    display: inline-block;
    margin-right: 15px;
}
.more_slide ul li a {
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
}
.info_details {
    padding: 0;
    list-style: none;
}
.info_details li {
    line-height: 30px;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
}
.info_details li:last-child {
    border: 0;
}
.info_details li span {
    float: right;
}
.info_details li strong {
    color: #444;
}
.general_info {
    padding: 0;
    list-style: none;
}
.general_info li {
    line-height: 40px;
}
.general_info li i {
    color: #333;
    font-size: 15px;
    padding-right: 5px;
}
.description {
    background: #f6f6f6;
    padding: 20px;
    border: 1px solid #ddd;
}
/* comments ----------------------------*/
.comments {
    width: 80%;
    padding: 20px 0 0 3%;
}
.comments .media {
    margin-bottom: 10px;
}
.comments .media .media {
    margin-top: 40px;
}
.comments .media h5 {
    padding: 0;
}
.comments .media h5 a:hover {
    color: #de4b39;
}
/* Services ----------------------------*/
.services h3 {
    padding: 0 0 10px 5%;
    color: #17a099;
}
.item_service {
    margin: 20px 0 30px 0;
    position: relative;
}
.item_service:hover .image_service {
    background: #000 !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.item_service .image_service {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 22px 10px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 4px solid #000;
    -webkit-border-radius: 60.799999999999997px;
    -moz-border-radius: 60.799999999999997px;
    border-radius: 60.799999999999997px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.services i {
    font-size: 25px;
    color: #fff;
}
.info_service {
    float: left;
    margin-left: 10%;
    background-color: #efedea;
    border-radius: 10px;
    padding: 10px 10px 10px 14%;
    border: solid 1px #cdcdcd;
}
.info_service p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color:#000;
}
/* Process --------------------------------------------- */
.service-process {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.service-process a {
    color: #5c5c5c;
}
.service-process a:hover {
    color:initial;
}
@media (max-width: 979px) {
    .service-process {
        background-image: none
    }
}
.service-process .thumbnail-process, .service-process .thumbnail-process:hover {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.caption-head {
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
    border: 6px solid #e6e6e6;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 0;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}
.caption-head .caption-icon {
    display: block;
    height: 90px;
    margin-top: 35px;
    color:#c4c4c4;
}
.caption-head .caption-icon:hover, .caption-head .caption-title:hover {
    cursor: pointer;
}
.caption-head:hover {
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}
.caption-head:hover > .caption-icon {
    color: #fff;
    -webkit-animation: slideFromBottom 300ms ease;
    -moz-animation: slideFromBottom 300ms ease;
    -o-animation: slideFromBottom 300ms ease;
    animation: slideFromBottom 300ms ease
}
.caption-head:hover > .caption-title {
    color: #fff;
    -webkit-animation: slideFromBottom 500ms ease;
    -moz-animation: slideFromBottom 500ms ease;
    -o-animation: slideFromBottom 500ms ease;
    animation: slideFromBottom 500ms ease
}
.icon-big {
    font-size: 5em;
    line-height: 1.1
}
@-webkit-keyframes slideFromBottom {
    from {
        -webkit-transform: translateY(150%) scale(0.5);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1
    }
}
@-moz-keyframes slideFromBottom {
    from {
        -moz-transform: translateY(150%) scale(0.5);
        opacity: 0
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1
    }
}
@-ms-keyframes slideFromBottom {
    from {
        -ms-transform: translateY(150%) scale(0.5);
        opacity: 0
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1
    }
}
.featured-service h1 {
    font-size: 58px;
    line-height: 1.1
}
/* Social   ----------------------------*/
.social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.social li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 6px;
}
.social li a {
    color: #000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.social li a:hover {
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/* -------------------------------------------------- */
/*	Footer
/* -------------------------------------------------- */
/* Footer top ----------------------------*/
footer a {
    color: #f4f4f4;
}
footer a:hover {
    color: #f4f4f4;
}
footer h3 {
    color: #fff;
    padding-top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
    footer h3 {
        color: #fff;
        padding-top: 30px;
    }
    .testimonial-carousel {
        padding-top: 30px;
    }
}
footer ul {
    padding: 0;
}
.footer_top {
    background-color: #2d2d2e;
    border-top: #ccc;
    border-top: 6px solid rgba(0, 0, 0, 0.4);
}
.footer_top h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}
.footer_top p {
    color: #b7b5b5;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", Sans-Serif;
}
.footer_top .button {
    margin-bottom: 20px;
}
/* Footer Medium --------------------------*/
.footer_medium {
    background: #4d4d4d;
    position: relative;
}
.footer_medium:after {
    -webkit-transition-duration: 0.3s;
    content: '';
    right: 50%;
    margin-right: -20px;
    top: 0;
    position: absolute;
    z-index: 900;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonials {
    background: #494949;
    padding: 10px 20px;
    position: relative;
}
.testimonials:before {
    content: '';
    left: 20%;
    bottom: -15px;
    position: absolute;
    z-index: 999;
    border-color: transparent #494949 transparent transparent;
    border-style: solid;
    border-width: 0 35px 15px 0;
}
.testimonials p {
    color: #f4f4f4;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.testimonial_autor {
    color: #f4f4f4;
    padding: 20px 0 0 0;
    font-style: italic;
    text-align: right;
}
.tags {
    margin: 0;
    list-style: none;
}
.tags li {
    display: inline-block;
    background: #494949;
    padding: 2px 10px;
    margin: 5px;
    font-size: 14px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.tags li:hover {
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.section_area {
    padding: 50px 0;
}
.section_area_2 {
    padding-top: 20px;
}
.footer_down {
    background-color: #000;
    padding: 15px 0;
    padding-top: 0px;
}
.footer_down p {
    margin: 0;
    padding: 0;
    color: #fff;
    padding-top: 5px;
    font-size: 14px;
}
/* Contact Footer -------------------------------------------*/
ul.contact_footer {
    margin: 0;
}
ul.contact_footer li {
    margin: 0 0 10px 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
}
ul.contact_footer li a,
ul.contact_footer li a:hover {
    color: #fff;
    padding-left: 10px;
    font-weight: normal;
}
ul.contact_footer li i {
    padding-right: 10px;
}
.links ul {
    margin: 0;
}
.links li {
    color: #fff;
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 14px;
}
.links li:last-child {
    border: 0;
}
.links li a:hover {
    color: #17a099;
}
.links li i {
    margin-right: 10px;
}
/* Contact  ----------------------------*/
.map_area {
    width: 100%;
    height: 450px;
    z-index: -1;
}
.map_area iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#form input,
#form-coment input {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #dedede;
}
#form textarea,
#form-coment textarea {
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #dedede;
    height: 130px;
}
#form .button,
#form-coment .button {
    width: auto;
    height: auto;
}
form {
    margin: 0;
}
/* Agents -------------------------------*/
.item_agent {
    margin-bottom: 30px;
}
.item_agent .image_agent img {
    width: 100%;
}
.item_agent h5 {
    padding-bottom: 5px;
}
.item_agent ul {
    padding: 0;
    list-style: none;
}
.item_agent ul li {
    line-height: 30px;
    font-size: 13px;
}
.item_agent ul li i {
    padding-right: 20px;
}
/* Table Princing ------------------------------*/
.item_table {
    background-color: #fff;
    padding-bottom: 50px;
    border: 1px solid #cdcdcd;
    border-bottom: 3px solid #000;
    position: relative;
    text-align: center;
}
.head_table {
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 10px 0 25px 0;
    text-align: center;
}
.head_table h1 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #666;
}
.head_table h2 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    margin-bottom: 8px;
}
.head_table h2 span {
    font-size: 14px;
    color: #fff;
}
.head_table h5 {
    margin: 0;
    font-size: 16px;
    padding: 0;
    color: #fff;
    padding-bottom: 10px;
}
.item_table:after {
    content: '';
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    position: absolute;
    border-bottom: 30px solid #000;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.head_table:after {
    content: '';
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    position: absolute;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.item_table .color {
    background-color: #f5f4f4;
}
.item_table ul {
    margin: 30px 0 30px 0;
    padding: 0;
}
.item_table ul li {
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
}
.item_table .button {
    padding: 10px 35px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-right: 3px solid #000;
}
.item_table .button:hover {
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.item_table_resalt {
    background-color: #fff;
    padding-bottom: 50px;
    position: relative;
    margin-top: -15px;
    text-align: center;
}
.item_table_resalt:after {
    content: '';
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.item_table_resalt .head_table {
    padding-top: 25px;
}
.item_table_resalt .head_table h2 {
    color: #fff;
    border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h1 {
    color: #222;
    border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h5 {
    color: #222;
}
.arrow_table_yellow {
    background: url("../img/img-theme/arrow_table_yellow.png") no-repeat center center;
    left: 0;
    height: 26px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*About ------------------------*/
.solutions h2 {
    margin-bottom: 10px;
}
.image_solutions {
    position: relative;
}
.image_solutions img {
    width: 100%;
}
.title_solutions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 2%;
}
.title_solutions h5 {
    color: #fff;
    font-style: italic;
    padding: 0;
}
.title_solutions h3 {
    padding: 0;
}
/* Item Team -------------------------------------------*/
.item_team {
    background-color: #fdfdfd;
    position: relative;
    border: solid 1px #ddd;
    padding-bottom: 25px;
    margin: 0 auto 20px auto;
    max-width: 380px;
}
.item_team .image_team {
    position: relative;
    overflow: hidden;
}
.image_team:after {
    -webkit-transition-duration: 0.3s;
    content: '';
    right: 50%;
    margin-right: -20px;
    bottom: 0;
    position: absolute;
    z-index: 999;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.item_team:after {
    -webkit-transition-duration: 0.3s;
    content: '';
    right: 50%;
    margin-right: -20px;
    bottom: 0;
    position: absolute;
    z-index: 999;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.item_team .image_team img {
    width: 100%;
}
.item_team:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0.7;
    cursor: pointer;
}
.item_team .info_team h4 {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.item_team .info_team h4 span {
    font-size: 12px;
    font-style: italic;
    border-left: 2px solid #cdcdcd;
    margin-left: 10px;
    padding-left: 10px;
}
.item_team .social {
    display: table;
    margin: 15px auto;
    list-style: none;
}
.item_team .social li {
    display: inline-block;
    margin: 0 10px;
}
.arrow_team_gray {
    background: url("../img/img-theme/arrow_team_gray.png") no-repeat center center;
    height: 17px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.arrow_team_white {
    background: url("../img/img-theme/arrow_team_white.png") no-repeat center center;
    left: 0;
    height: 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.register input,
.register select {
    border-radius: 0;
    height: 40px;
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
}
.register textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.register .button {
    height: auto;
    width: auto;
    float: right;
    margin: -7px 15px 0 0;
}
.custom_input_file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.custom_input_file i {
    font-size: 5.5em;
}
.custom_input_file img {
    width: 100%;
}
.custom_input_file .input_file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
/* Blog ------------------------------------------------*/
.post {
    padding-bottom: 50px;
    margin: 10px 0 30px 0;
    margin-left: -10px;
    border-bottom: 1px solid #cdcdcd;
}
.post h2 {
    padding: 0 0 5px 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.post h2:hover {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.image_post {
    position: relative;
    overflow: hidden;
}
.image_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.image_post ul li {
    padding: 5px 12px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.image_post ul li i {
    color: #fff;
    font-size: 14px;
}
.image_post ul li:last-child {
    border: 0;
}
.image_post img {
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.image_post img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0.7;
}
.meta {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.meta li {
    display: inline-block;
    font-style: italic;
}
.meta .author {
    border-right: 1px solid #cdcdcd;
    padding: 0 10px 0 6px;
    margin-right: 5px;
}
.paginations {
    margin: 40px 0 0 0;
    overflow: auto;
    padding: 0;
    list-style: none;
}
.paginations li {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.paginations li:hover {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.paginations li a {
    color: #fff;
}
aside {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
aside .tags {
    padding: 0;
}
aside:last-child {
    border: 0;
}
aside h4 {
    padding-top: 0;
}
aside .tags li a {
    color: #fff;
}
aside .tags {
    padding-bottom: 20px;
}
aside .check li {
    line-height: 30px;
}
aside .searchform input {
    width: 100%;
    border: solid 1px #dedede;
    padding: 5px 10px;
    font-size: 13px;
}
aside .searchform .button {
    width: auto;
    padding: 5px 15px;
}
.single .image_post {
    margin-bottom: 30px;
}
.single {
    margin-left: 0 !important;
}
.comment {
    border-bottom: 1px solid #cdcdcd;
    margin: 20px 0 30px 0;
    padding-bottom: 30px;
}
.comment p {
    margin: 0;
}
.image-visitor {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #888;
    border: solid 4px white;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.image-visitor img {
    width: 100%;
}
.title_comment {
    margin-bottom: 10px;
}
.comment:last-child {
    border: 0;
    margin-bottom: 0;
}
.title_comment span {
    padding-right: 10px;
    font-style: italic;
    font-size: 18px;
}
.form_comment input {
    width: 100%;
    font-size: 13px;
    border: solid #dedede 1px;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 35px;
}
.form_comment textarea {
    width: 100%;
    margin-top: 10px;
    height: 200px;
    font-size: 13px;
    border: solid #dedede 1px;
    padding: 5px 10px;
}
.form_comment .button {
    display: block;
    margin-top: 20px;
    width: auto;
    height: auto;
}
/*- - - - - - - - - - - - - - - - - - - -
	FLEXSLIDER
- - - - - - - - - - - - - - - - - - - - */
.flexslider {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.main-slider {
}
.main-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 100;
}
.main-slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.main-slider .slider-info {
    position: absolute;
    max-width: 100%;
}
.main-slider .slider-info h1 {
}
.main-slider .slider-info .text {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-slider .slider-info .inner {
    width: 700px;
    z-index: 10;
    padding: 0px 30px 20px 30px;
    color: #fff;
    line-height: 1.8em;
    margin: 40px;
    margin-left: 0;
    margin-bottom: -200px;
}
.main-slider .slider-info span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}
.main-slider .slider-info span.label-sale {
    background: #5CBE6D;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.main-slider .slider-info span.label-rent {
    background: #61D2D6;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.main-slider .slider-info span.price {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.main-slider .slider-info span.more {
    float: right;
}
.main-slider .slider-info h1 {
    color: #fff;
    display: inline-block;
}
.main-slider .slider-info .text1 {
    background: #469159;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
}
#testimonial {
    background: url(../img/bg-blur-1.jpg) top no-repeat;
}
.testi-slider {
    text-align: center;
    margin: 0;
    padding: 60px 20px 60px 20px;
    font-size: 28px;
    font-weight: normal;
    font-family: "Open Sans", Sans-Serif;
    color: #fff;
    background: none;
}
.testi-slider li {
    line-height: 1.2em;
    font-style: italic;
}
.testi-slider span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.item_property_h .line_property .business {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding-left: 30px;
}
.item_property .info_property .bathrooms {
    background-image: url("../img/icons/bathrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #17a099;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property .info_property .bathrooms {
        background-image: url("../img/icons/bathrooms@2x.png")
    }
}
.item_property .info_property .bedrooms {
    background-image: url("../img/icons/bedrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #17a099;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property .info_property .bedrooms {
        background-image: url("../img/icons/bedrooms@2x.png")
    }
}
.item_property .info_property .receptions {
    background-image: url("../img/icons/receptions.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #17a099;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property .info_property .receptions {
        background-image: url("../img/icons/receptions@2x.png")
    }
}
.item_property .info_property a,
.item_property .info_property a:hover {
    color: #000;
}
.item_property_h .line_property .bathrooms {
    background-image: url("../img/icons/bathrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property_h .line_property .bathrooms {
        background-image: url("../img/icons/bathrooms@2x.png")
    }
}
.item_property_h .line_property .bedrooms {
    background-image: url("../img/icons/bedrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property_h .line_property .bedrooms {
        background-image: url("../img/icons/bedrooms@2x.png")
    }
}
.item_property_h .line_property .receptions {
    background-image: url("../img/icons/receptions.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding-left: 30px
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2) {
    .item_property_h .line_property .receptions {
        background-image: url("../img/icons/receptions@2x.png")
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .sf-menu > li {
        margin: 0 4px;
    }
    .sf-menu > li > a {
        font-size: 14px;
    }
}
.accommodation-listing .col {
    float: left;
    margin: 0 3% 40px 0;
    width: 30%;
    list-style: none;
}
.accommodation-listing {
    margin: 0 !important;
}
.clearfix, .tagcloud {
    zoom: 1;
}
.accommodation-thumb {
    margin: 0 0 20px 0;
    width: 100%;
}
@media (max-width: 1000px) {
    .accommodation-listing .col {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact_footer .location {
        font-size: 15px;
    }
}
@media (max-width:499px) {
    .tac {
        font-size:10px;
    }
    .tac img {
        width:20px;
    }
    tr td {
        padding-left:1px!important;
        padding-right:1px!important;
        font-size:10px!important;
    }
.table {
    margin-left: -25px!important;
}
}

.woody{
    line-height: 10px;
}

.head_property4{
    width:50%;
    float:left;
}
.valdiv {
    margin-top: 10px;
    text-align: center;
}
.valpic {
    max-width: 100%;
}

#contact-submit input, textarea {
    width:100%;
}
/*****************************
  BLOG
 ****************************/
.pagination {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #E4E4E4;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.pagination ul > li {
    display: inline-block;
    width: 45px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 12pt;
    border: 1px solid #E4E4E4;
}

.pagination ul li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.pagination ul > li a {
    display: block;
    width: 45px;
    height: 43px;
    color: #74777C;
}
.blog-main-image {
    position: relative;
}

.blog-main-image img {
    max-width: 100%;
}

.T991 {
    margin:0 auto;
    width:1140px;
}

.Tbtm991 {
    padding-left:0;
    padding-right:30px;
}
#blog-listing {
    margin: 20px auto;
    margin-top: 40px;
}
.grid-style1 .item {
    margin: 0 auto 43px;
    text-align: left;
    position: relative;
}
.grid-style1 .item .image {
    width: 100%;
    /* height: 212px; */
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-style1 .item .image > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, 0.82);
    border: 10px solid rgba(32, 35, 38, 0.8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grid-style1 .item .image > a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%;
}
.grid-style1 .item .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 173px;
    overflow: hidden;
}
.grid-style1 .item > .info, .grid-style1 .item > .info-blog {
    padding: 20px 0 0;
}
.grid-style1 .item .top-info {
    padding: 0 0 14px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #E4E4E4;
    color: #ADB2B6;
    font-size: 13px;
}
.grid-style1 .item .top-info li {
    display: inline-block;
    margin-right: 0px;
}
.info-blog h3 {
    line-height: 1;
}
.grid-style1 .item > .info-blog h3 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom:15px;
    font-weight: normal;
}
.grid-style1 .item > .info h3 a, .grid-style1 .item > .info-blog h3 a {
    color: #4D4F52;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px;
}
.guyfb {
    background-color: #f1f1ea;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
    border: solid 1px #17a099;
    margin-top: 40px!important;
}
h3.section-title {
    font-size: 16pt;
    font-weight: 500;
    color: #17a099;
}
.blog-accordion.panel-group {
    border: none !important;
    margin-bottom: 0 !important;
}
.panel-group .panel {
    box-shadow: none;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading .panel-title > a {
    color: #17a099;
    background-color: transparent;
    padding: 15px 55px 15px 15px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
    background-color: transparent !important;
    border-top: 0;
}
.blog-accordion.panel-group .panel .panel-body ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.blog-accordion.panel-group .panel .panel-body ul li {
    margin: 8px 0;
}
.blog-accordion.panel-group .panel .panel-body ul li a {
    color: #74777C;
    font-weight: normal;
}
.grid-style1 .item .image:hover > a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.grid-style1 .item .image:hover > a .btn {
    top: 50%;
}
.blog-title {
    text-transform: none;
    font-size: 20pt;
    margin-bottom: 40px;
    margin-top: 54px;
}
.blog-main-image {
    position: relative;
}
.blog-main-image img {
    max-width: 100%;
}
.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    border: 1px solid #E3E3E3;
    background-color: #F1F3F6;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    clear: both;
}
.blog-bottom-info > ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background-color: #FFF;
    display: inline-block;
    border-right: 1px solid #E4E4E4;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 100%;
}
.blog-bottom-info > ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 10px 18px 0 18px;
    border-right: 1px solid #E4E4E4;
    color: #74777C;
}
.blog-bottom-info > ul li:last-child {
    border-right: none;
}
.blog-bottom-info > ul li .fa {
    color: #ADB2B6;
    font-size: 18px;
    margin-right: 3px;
}
.post-content p {
    margin-bottom: 40px;
}
.colbg {
    background-color: #e5e5e5;
    padding-top:20px;
}
@media only screen and (max-width: 1199px) {
    .T991 {
        width: 940px;
    }
    .T991a {
        margin:0 auto;
        padding:0 15px;
        width: 940px;
    }
    .grid-style1 .item .image img {
        height: 137px;
    }
}
@media only screen and (max-width: 991px) {
    .T991 {
        width: 710px;
        display: table;
    }
    .T991a {
        width: 710px;
        padding:0;
    }
    .Tbtm991 {
        display: table-footer-group;
        float: none;
    }
    .grid-style1 .item .image img {
        height: 483px;
    }
    .guyfb {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .T991 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .T991a {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .grid-style1 .item .image img {
        height: auto;
    }
}
/****************************
  end of blog
 ****************************/
input[type=checkbox][name^="contactBy"] {
    position: absolute!important;
    margin-left: -359px!important;
}

button#submit {
    margin-top: 20px!important;
}

label[for^="contactBy"] {
    margin-top: 5px!important;
    margin-left: -60px!important;
}

input[type=checkbox][name^="contactBy"] {
    height: 18px!important;
}

.gdpr {
    margin-left: 75px!important;
}

.main5 {
    margin-top: 20px;
    text-align: center;
    width: 265px;
    display: inline-block;
    padding: 18px 0;
    background: #1FBFA5;
}

.main5 a:hover, .main5 a:focus {
    color: #000;
}

.main5 a{
    color: #fff;
}

.main5 h2 {
    color: #000000;
}

textarea[class=pptext][name=comments] {
    width:100%;
    height:100px
}

.ao-field-wrap a {
    color: #000;
}

.ao-field-wrap a:hover {
    color: #1FBFA5;
}

.ao-close .fa-times {
    color: #1fbfa5!important;
}
.ao-close .fa-times:hover {
    color: #000!important;
}
#valuation-submit input[type=checkbox][name^="contactBy"] {
    margin-left: 0px!important;
}
#valuation-submit label[for^="contactBy"] {
    margin-left: 30px!important;
}