/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
.g-recaptcha {
    float: left;
    margin-bottom: 13px;
    width: 100%;
}
#header .header-t{
    height:58px;
}
.clearfix:after,
.container:after,
#header:after,
.header-b:after,
.header-b .header-holder:after,
#nav ul:after,
.news-area .accordion:after,
.footer-t .links:after,
.footer-t .social-networks:after,
.footer-b:after,
.footer-b .links-holder:after,
.footer-b .links ul:after {
    content: " ";
    display: block;
    clear: both;
}

.header-t .social-networks,
#nav ul,
.feature-area .area,
.news-area .accordion,
.footer-t .links,
.footer-t .social-networks,
.footer-b .links ul,
.footer-b .sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-t .social-networks,
#nav ul,
.feature-area .area,
.news-area .accordion,
.footer-t .links,
.footer-t .social-networks,
.footer-b .links ul,
.footer-b .sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.container:after,
#header:after,
.header-b:after,
.header-b .header-holder:after,
#nav ul:after,
.news-area .accordion:after,
.footer-t .links:after,
.footer-t .social-networks:after,
.footer-b:after,
.footer-b .links-holder:after,
.footer-b .links ul:after {
    content: "";
    display: block;
    clear: both;
}


.aboutus{

    margin: 40px;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: black !important;
    background: #fff;
    font: 14px/1.7142 "Raleway", "Arial", sans-serif !important;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


i.ico img {
    vertical-align: middle;
}


img {
    max-width: 100%;
    height: auto;
}


span.price.add.listing{
    margin-left: 12px !important;
    float: left !important;
    right: 252px;
    /* left: 400px !important; */
    background: #0039a6;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
}
#prop_bath {
    width :10% ;

}
#prop_bed {
    width :10% ;
}
span.price.add.availablity {
    margin-left: 30px !important;
    float: left !important;
    right: 252px;
    /* left: 400px !important; */
    background: #0039a6;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
    color: #999;
}

input[type="text"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder {
    color: #999;
}

input[type="text"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
    color: #999;
}

input[type="text"] .placeholder,
input[type="tel"] .placeholder,
input[type="email"] .placeholder,
input[type="search"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

ul.slide.quick.units {
    width: 132px;
}



button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot?81146389");
    src: url("../fonts/fontello.eot?81146389#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?81146389") format("woff"), url("../fonts/fontello.ttf?81146389") format("truetype"), url("../fonts/fontello.svg?81146389#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin: 5px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#footer [class^="icon-"]:before,
[class*=" icon-"]:before{
    line-height: 1.3em;
}

.icon-user:before {
    content: "\e801";
}

.icon-mail:before {
    content: "\e80a";
}

.icon-facebook:before {
    content: "\e808";
}

.icon-twitter:before {
    content: "\e807";
}

.icon-gplus:before {
    content: "\e809";
}

.icon-down-open-mini:before {
    content: "\e805";
}

.icon-left-open-mini:before {
    content: "\e80b";
}

.icon-right-open-mini:before {
    content: "\e80c";
}

.icon-up-open-mini:before {
    content: "\e808";
}

.icon-phone:before {
    content: "\e810";
}

.icon-plus:before {
    content: "\e80a";
}

.icon-minus:before {
    content: "\e80b";
}

.icon-quote:before {
    content: "\e80c";
}

.icon-location:before {
    content: "\e80d";
}

.icon-rss:before {
    content: "\e80f";
}

/* placeholder input styles */

::-webkit-input-placeholder {
    color: #727272;
}

:-moz-placeholder {
    color: #727272;
}

::-moz-placeholder {
    color: #727272;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #727272;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}





.header-t:after{
    display: block;
    clear: both;
    content: '';
}
.header-t {
    background: #111;
}

.header-t .call {
    float: left;
    width: 44%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 0 0;
}

.header-t .open-close{
    float: left;
    margin-left : 64px;
    padding-top:13px;

}
.header-t .social-networks{
    float: right;
}
.header-t .call p {
    margin: 0;
    width : 60%;
}

.header-t .call a {
    text-decoration: none;
    color: #fff;
}

.header-t .call a:hover {
    text-decoration: underline;
}
.link-text-sec{
    float:left;
    width: 146px;
    padding-top : 6px;
}
.link-text-sec .arrow-right{
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-left: 6px solid white;
    float: right;
    position: absolute;
    top: 31px;
    left: 65px;

}
.link-text-sec .openner2{
    float: left;
    line-height: 18px;
}


.header-t .social-networks {
    overflow: hidden;
    text-align: right;
}
.header-t .link-logo{
    position: absolute;
    right: 10px;
    padding-top: 3px;
}
.header-t .link-logo span{

    font-size: 14px;
    margin-right: 10px;
    margin-top: 2px;
}
.header-t .link-logo a img{
    /*    margin-top: 5px;*/
/*    height: 50px;*/
    /*max-height: 33px;*/

}
.header-t .link-logo a .first-link{
    margin-right: 6px;
}
.header-t .social-networks li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #222;
}

.header-t .social-networks li:first-child {
    border-style: solid;
    border-color: #222;
    border-width: 0 1px;
}

.header-t .social-networks a {
    display: block;
    text-decoration: none;
    color: #aaa;
    padding: 1px 8px 9px;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.header-t .social-networks a span {
    display: none;
}

.header-t .social-networks a:hover {
    color: #fff;
}


.col-holder.homfrnshd h2 {
    /*float: none;*/
}

.col-holder.homfrnshd {
    float: left;
    width:33.3%
        /* text-align: center; */
}
.detailmask{
    /*height: 305px !important;*/
}
.box1 p {
    /*margin: 0px !important;*/
}
.col-holder.homunfrnshd  {
    float: right;
    /* text-align: center; */
}
.col-holder.homfrnshd  {
    /*float: left;*/
    /* text-align: center; */
}

.about p{
    float :left;
    padding-left: 375px;
    /* text-align: -webkit-left; */
    width: 100%;
    /*float: left;*/

}
.contact_form_mn{

    padding-left: 350px !important;
    float: none !important;

}

#map_canvas{
    /*margin-left: 297px !important;*/
}
main.about{
    margin: 10px;
}
.header-b .header-holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.header-b .logo {
    float: left;
    width: 154px;
    margin: 0 7.7% 0 -11px;
}
.homepage .logo {
    width: 204px;
}

.header-b .logo img {
    display: block;
    width: 100%;
    height: auto;
}

#nav {
    overflow: hidden;
    padding: 54px 0 0;
}

ul li:hover ul.submenue {
    display: block !important;
}


ul li ul li:hover ul.submenue1{
    display: block !important;
}

ul li ul li:hover ul.submenue2{
    display: block !important;
}

ul.submenue2 {
    left: 198px;
    top: 18% !important;
}
ul.submenue1 {
    left: 198px;
}


ul.submenue {
    background: white !important;
    border: 0px !important;
}

#nav li ul li {
    display: block;
    margin: 0 !important;
    /*padding: 0 10px;*/ 

    border-bottom: 2px solid #f3f5f5;
    padding: 10px 0px;
}

.homepage #nav {
    padding: 25px 0 0;
}

#nav li {
    display: inline-block;
    /*float: left;*/
    margin: 0 10px;
}
#nav a{
    margin: 0px;
}

#nav li ul{
    display: none;
}

#nav li ul a{
    width: auto !important;
    font-size: 13px;
}

#nav li ul {

    width: 200px;
    /*display: none;*/
    position: absolute;
    /*    left: 0;
        right: 0;*/
    top: 90%;
    z-index: 5;
    background: #d6d6d6; 
    border: 1px solid #979797;
    margin-top: -4px;
    padding: 7px 0px 1px 12px;
    /*padding: 3px 0px 4px 12px;*/
    /*padding: 3px 10px 4px;*/
    /*display: inline-table;*/
}

#nav a {
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#nav a:hover {
    opacity: .7;
}

.visual {
    overflow: hidden;
    position: relative;
}

.visual .img {
    overflow: hidden;
}

.visual .img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}

.visual .container {
    position: relative;
}

.visual .caption {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 38px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    max-height: 500px;
    overflow-y: auto;
}

.visual .btn-holder {
    position: absolute;
    right: 31px;
    bottom: 0;
    z-index: 2;
}

.btn,
.visual .btn,
.visual .more {
    display: inline-block;
    vertical-align: middle;
    background: #0039a6;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 15px 6px;
    margin: 0;
    border-radius: 20px;
}

.btn{
    margin-top: 10px;
}
.visual .more {
    margin: 0 0 10px 12px;
}

.visual.active .caption {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


.pricedetails{
    overflow: visible !important;
}

.visual.active .open {
    display: block;
}

.visual.active .normal {
    display: none;
}

.visual .open {
    display: none;
}

#main {
    overflow: hidden;
}

.search-holder {
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.search-holder .container {
    padding: 24px 10px 22px;
    background: rgba(255, 255, 255, .5);
}

.search-holder .row {
    display: inline-block;
    vertical-align: middle;
    width: 20.3%;
    text-align: left;
}

.search-holder input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    background: #0039a6;
    border: 0;
    outline: none;
    min-width: 270px;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 20px;
}

.search-holder input[type="submit"]:hover {
    opacity: .9;
}

.offer-area {
    overflow: hidden;
    background: #0039a6;
    padding: 83px 0 41px;
    text-align: center;
}

.offer-area h1 {
    margin: 0 0 122px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
}

.offer-area .col-holder {
    overflow: hidden;
    color: #aaa;
}

.offer-area .col-holder .col {
    float: left;
    width: 100%;
    padding: 0 3% 3%;
}

.offer-area .col-holder .ico {
    display: block;
    margin: 0 auto 29px;
    width: 59px;
}

.offer-area .col-holder .ico img {
    display: block;
    width: 100%;
    height: auto;
}

.offer-area h2 {
    margin: 0 0 29px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}

.offer-area p {
    margin: 0;
}

.feature-area {
    overflow: hidden;
    background: #eee;
    padding: 74px 0 25px;
}
.feature-area.add{
    padding-bottom: 0;
    background:none;
    padding-top:0;
}

.feature-area h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
}

.feature-area .carousel {
    position: relative;
    padding: 34px 0 0;
}

.feature-area .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
}

.feature-area .carousel .slideset {
    width: 9999px;
    float: left;
}

.feature-area .carousel .slide {
    float: left;
    width: 100%;
}

.feature-area .btn-holder {
    float: right;
    margin-top: -73px;
}

.feature-area .btn-holder .btn-prev,
.feature-area .btn-holder .btn-next {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    text-align: center;
    color: #333;
    font-size: 22px;
}

.feature-area .btn-holder .btn-prev span,
.feature-area .btn-holder .btn-next span {
    display: none;
}

.feature-area .btn-holder .btn-prev {
    margin: 0 6px 0 0;
}

.feature-area .col-holder {
    overflow: hidden;
    margin: 0 28px 0 0 !important;
    float: left;
    width: 47.3%;

    max-height: 500px;
}



.feature-area .col-holder1 {
    overflow: hidden;
    margin: 0 28px 0 0 !important;
    float: left;
    width: 47.3%;

    /*max-height: 500px;*/
}



.feature-area .col-holder + .col-holder {
    margin-right: 0;
}

.feature-area .col {
    overflow: hidden;
    margin: 0 0 58px;
    padding: 0;
}

.main-area{

    padding: 0px !important;
}

.main-area h2{

    margin: 0 0 29px;
}

.main-gallery{
    padding: 10px 0px 0px 0px;
}
.unfrnished{
    padding: 0px !important;
    background: transparent !important;
}
.arrow_home{
    left: 3px !important;
}
.col.unfnshed {
    margin: 0!important;
}

.feature-area .col .img {
    position: relative;
}

.feature-area .col .img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}

.feature-area .col .img .price {
    display: inline-block;
    vertical-align: middle;
    background: #0039a6;
    color: #fff;
    position: absolute;
    left: -3px;
    top: 21px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 10px 24px 10px 13px;
}

.feature-area .col .img .price.add {
    top: auto;
    bottom: 21px;
    margin: 5px;
}

.feature-area .caption {
    overflow: hidden;
    background: #fff;
    padding: 7px 13px 7px 7px;
}

.feature-area .caption h3 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.caption-holder .txt-holder,
.feature-area .caption .txt-holder {
    overflow: hidden;
}

.caption-holder .txt{
    display: inline-block;
    vertical-align:middle;
}
.feature-area .caption .txt {
    float: left;
    max-width: 50%;
}

.caption-holder .txt.add,
.feature-area .caption .txt.add {
    font-size: 18px;
    padding: 5px 0 0;
}

.caption-holder .area,
.caption-holder .area.add{
    flat: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature-area .area {
    float: right;
    max-width: 50%;
    font-size: 14px;
}

.feature-area .area.add {
    max-width: 60%;
    text-align: center;
    margin-right: 5px;
    color: #333;
}

.feature-area .area.add li {
    margin: 0 0 0 10px;
}
.caption-holder .area.add li{
    margin: 10px;
    text-align:center;
}

.caption-holder .area.add .text,
.feature-area .area.add .text {
    display: block;
}

.caption-holder .area li,
.feature-area .area li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.caption-holder .area strong,
.caption-holder .area .ico,
.caption-holder .area .text,
.feature-area .area strong,
.feature-area .area .ico,
.feature-area .area .text {
    display: inline-block;
    vertical-align: middle;
}

.caption-holder .area .ico
.feature-area .area .ico {
    margin: 0 6px;
}

.feature-area .cycle-gallery {
    position: relative;
}

.feature-area .cycle-gallery .mask-inner {
    position: relative;
    overflow: hidden;
    width: 100%;

    height: 487px ;
}

.feature-area .cycle-gallery .slideset-inner {
    width: 100%;
    float: left;
}

.feature-area .cycle-gallery .slide-inner {
    width: 100%;
    float: left;
    padding: 0 0 0 3px;
}

.feature-area .cycle-gallery .slide-inner.active {
    z-index: 1;
}

.feature-area .cycle-gallery .btn-prev-inner,
.feature-area .cycle-gallery .btn-next-inner {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 50%;
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    font-size: 35px;
    margin-top: -45px;
    border-radius: 0 5px 5px 0;
}

.feature-area .cycle-gallery .btn-prev-inner span,
.feature-area .cycle-gallery .btn-next-inner span {
    display: none;
}

.feature-area .cycle-gallery .btn-prev-inner:hover,
.feature-area .cycle-gallery .btn-next-inner:hover {
    opacity: .9;
}

.feature-area .cycle-gallery .btn-next-inner {
    left: auto;
    right: 0;
    border-radius: 5px 0 0 5px;
}

.icon-down-open-mini:before {
    content: "\e805";
}

.icon-left-open-mini:before {
    /*content: "\e806";*/
}

.icon-right-open-mini:before {
    content: "\e80c";
}

.icon-up-open-mini:before {
    content: "\e808";
}

.news-area {

    background:#c6c6c6;
    overflow: hidden;
    padding: 73px 0 97px;
    border-bottom: 22px solid #7e7e7e;
}

.news-area .three-column {
    overflow: hidden;
}

.news-area .column {
    float: left;
    width: 50%;
    padding: 10px;
}

.news-area .frame {
    overflow: hidden;
    padding: 0 20px 0 0;
}

.news-area .frame p {
    margin: 0 0 23px;
}

.news-area h3 {
    margin: 0 0 33px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
}

.news-area .image {
    overflow: hidden;
    position: relative;
    margin: 0 0 24px;
}

.news-area .image img {
    display: block;
    width: 100%;
    height: auto;
    border-left: 5px solid #898989;
}

.news-area .image time {
    display: inline-block;
    vertical-align: middle;
    background: #0039a6;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 24px 14px 17px;
}

.news-area .image time span {
    display: block;
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
}

.news-area p {
    margin: 0;
}

.news-area .more {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 36px;
    min-width: 112px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.news-area .more:hover {
    opacity: .7;
}

.news-area .accordion {
    padding: 0 19px 0 0;
}

.news-area .accordion li {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 0 10px;
}

.news-area .accordion li.active {
    border-color: #333;
}

.news-area .accordion li.active a:after {
    content: "\e80b";
}

.news-area .accordion a {
    text-decoration: none;
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 16px 48px 15px 22px;
    position: relative;
}

.news-area .accordion a:after {
    position: absolute;
    right: 20px;
    top: 16px;
    content: "\e80a";
    font-family: "fontello";
    font-size: 16px;
}

.news-area .accordion .box {
    padding: 0 22px 13px;
    margin: -4px 0 0;
}

.news-area .slideshow {
    position: relative;
    overflow: hidden;
    min-height: 370px;
    background: #333;
    margin: 0 20px 0 0;
}

.news-area .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
}

.news-area .slideshow .slide.active {
    z-index: 2;
}

.news-area .slideshow blockquote {
    margin: 0;
    text-align: center;
    padding: 31px 10px;
}

.news-area .slideshow .img {
    width: 100px;
    display: block;
    margin: 0 auto 7px;
}

.news-area .slideshow cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 15px;
}

.news-area .slideshow cite .client {
    display: block;
    color: #0039a6;
    margin: 0 0 5px;
}

.news-area .slideshow cite .seller {
    display: block;
    color: #999;
    margin: 0 0 5px;
}

.news-area .slideshow cite .quote {
    display: block;
    color: #999;
    max-width: 100px;
    margin: 0 auto;
    position: relative;
}

.news-area .slideshow cite .quote:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1px 0 0;
    background: #444;
    height: 1px;
    content: "";
}

.news-area .slideshow cite .icon-quote {
    background: #333;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    font-size: 18px;
}

.news-area .slideshow q {
    display: block;
    quotes: none;
    color: #aaa;
    font-weight: bold;
}

.news-area .slideshow .btn-prev,
.news-area .slideshow .btn-next {
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 71px;
    z-index: 5;
    margin-left: -88px;
}

.news-area .slideshow .btn-prev .ico,
.news-area .slideshow .btn-next .ico {
    display: block;
    width: 16px;
}

.news-area .slideshow .btn-prev span,
.news-area .slideshow .btn-next span {
    display: none;
}

.news-area .slideshow .btn-prev.disabled,
.news-area .slideshow .btn-next.disabled {
    opacity: .4;
}

.news-area .slideshow .btn-next {
    left: auto;
    right: 50%;
    margin-right: -88px;
}
#footer a {
    font-size: 15px !important;
}
#footer {
    /*margin-top: 5px;*/
    overflow: hidden;
    border-top: 1px solid #555;
    background: #d6d6d6;
    padding: 58px 0 120px;
}

.footer-t {
    overflow: hidden;
}

.footer-t .col-holder {
    overflow: hidden;
}

.footer-t .col {
    float: left;
    width: 33.3%;
    font-size: 15px;
}

.footer-t .col + .col {
    padding-left: 2%;
}

.footer-t .col h4 {
    margin: 0 0 31px;
    font: 14px/1.7142 "Raleway", "Arial", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
}

.footer-t .links {
    margin: 0 0 10px;
}

.footer-t .links li {
    margin: 0 0 3px;
    overflow: hidden;
}

.footer-t .links li .ico {
    float: left;
    width: 30px;
    padding: 0 10px 0 0;
    text-align: center;
}

.footer-t .links li span {
    float: left;
    width: 88%;
    color: black;
}

.footer-t .links li .holder {
    overflow: hidden;
}

.footer-t .links a {
    text-decoration: none;
    color: black;
}

.footer-t .links a:hover {
    text-decoration: underline;
}

.footer-t .contact {
    overflow: hidden;
    padding: 0 0 0 29px;
}

.footer-t .social-networks li {
    float: left;
    margin: 0 14px 10px 0;
}

.footer-t .social-networks a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #7e7e7e;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 17px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.footer-t .social-networks a span {
    display: none;
}

.footer-t .social-networks a:hover {
    background: #0039a6;
}

.footer-t .map {
    overflow: hidden;
}

.footer-t .map img {
    display: block;
}

.footer-t form input[type="text"],
.footer-t form input[type="email"],
.footer-t form textarea {
    float: left;
    width: 100%;
    height: 35px;
    background: #c6c6c6;
    border-radius: 6px;
    margin: 0 0 19px;
    color: #727272;
    outline: none;
}

.footer-t form textarea {
    resize: none;
    height: 83px;
}

.footer-t form input[type="submit"] {
    float: right;
    text-align: center;
    width: 50%;
    height: 35px;
    background: #0039a6;
    border-radius: 20px;
    border: 0;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
}

.footer-t form input[type="submit"]:hover {
    /*background: #999;*/
    color: #fff;
}

.footer-b .links-holder {
    margin: 0 0 24px;
}

.footer-b .links {
    width: 70%;
    padding: 11px 0;
    position: relative;
}

.footer-b .links:after,
.footer-b .links:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: "";
    background: -webkit-linear-gradient(left, rgba(151, 151, 151, .05) 5%, #979797 22%, #979797 50%, #979797 80%, rgba(151, 151, 151, .05) 95%);
    background: linear-gradient(to right, rgba(151, 151, 151, .05) 5%, #979797 22%, #979797 50%, #979797 80%, rgba(151, 151, 151, .05) 95%);
}

.footer-b .links:after {
    top: auto;
    bottom: 0;
}

.open-close ul{
    margin: 0;
    padding: 0;
    list-style:none;
}
.footer-b .links ul {
    font-size: 12px;
}


.footer-b .links ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    position: relative;
}

.open-close ul li{
    vertical-align: middle;
    margin: 0 13px 0 0;
    position: relative;
}

.open-close .txt,
.footer-b .links ul .txt,
.footer-b .links ul .opener {
    display: inline-block;
}

.open-close .opener,
.footer-b .links ul .opener {
    text-decoration: none;
    color: #0039a6;
    padding: 0 15px 0 0;
    position: relative;
}
.open-close .opener, .open-close .txt{
    color:#FFF;
    font-size: 14px;
}

.open-close .opener:after,
.footer-b .links ul .opener:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #0039a6 transparent transparent transparent;
}
.open-close .opener:after{
    border-color: #fff transparent transparent transparent;
    top: 4px;
}
.open-close .slide,
.footer-b .links ul .slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    background: #d6d6d6;
    border: 1px solid #979797;
    margin-top: -1px;
    padding: 3px 10px 4px;
}
.open-close .slide{
    height:300px;
    overflow:auto;
}


ul.area.add.icon img {
    height: 25px;
}


.open-close .slide li.
.footer-b .links ul .slide li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.open-close .slide a,
.footer-b .links ul .slide a {
    text-decoration: none;
    color: black;
}

.open-close .slide a:hover,
.footer-b .links ul .slide a:hover {
    text-decoration: underline;
}

.footer-b .holder {
    overflow: hidden;
    text-align: right;
}

.footer-b .sub-nav {

}

.footer-b .sub-nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer-b .sub-nav li:first-child:after {
    display: none;
}

.footer-b .sub-nav li:after {
    position: absolute;
    left: -10px;
    top: 4px;
    height: 14px;
    width: 1px;
    content: "";
    background: #757575;
}

.footer-b .sub-nav a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: black;
}

.footer-b .sub-nav a:hover {
    text-decoration: underline;
}

.footer-b .copyright {
    font-size: 12px;
    color: #858585;
}

.footer-b .copyright a {
    text-decoration: none;
    color: #858585;
}

.footer-b .copyright a:hover {
    text-decoration: underline;
}

.gallery{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.gallery li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 20px;
    width: 40%;
}
.gallery li img{
    display: block;
    margin: 0 auto;
}


/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    min-width: 179px;
    height: 40px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 38px;
    margin: 0 35px 0 22px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    position: absolute;
    right: 16px;
    top: 5px;
    content: "\e805";
    font-family: "fontello";
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #ddd;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 10px 22px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}
.container-1920{
    max-width: auto;
}
.txt-holder.txt-holder-1920 {
        margin-left: auto;
    }


@media only screen and (min-width: 1920px){
    .header-t .open-close{
        float: right;
        margin-left: 10px;
        margin-right: 133px;
        padding-top : 13px;
    }   
    .container-1920{

        max-width: 1633px;

    }
    .txt-holder.txt-holder-1920 {
        margin-left: 208px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px){
    
     .container-1920{

        max-width: 1400px;

    }
    .txt-holder.txt-holder-1920 {
        margin-left: 0px;;
    }
    
    
}






@media only screen and (min-width: 1025px) {


    ul.slide.quick.units {
        width: 132px;
    }

    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
    /*    header#header {
            height: 130px;
        }*/
    .detailfooter{
        height: 80px
    }

}

@media (max-width: 1429px) {
    .header-b .header-holder {
        padding: 0 15px;
    }
}

@media (max-width: 1349px) {
    .header-b .logo {
        margin: 0 2.7% 0 0;
    }

    #nav a {
        font-size: 16px;
    }

    .news-area .slideshow {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .txt-holder.text-details {
        width: 100%;
        text-align: left;
    }
    .txt-holder.property-detail-txt{
        width: 100%;
        text-align: left;
    }
    .container {
        padding: 0 15px;
    }

    #nav li {
        margin: 0 5px;
    }

    #nav a {
        font-size: 14px;
    }

    .feature-area .col-holder {
        margin: 0 20px 0 0;
    }

    .feature-area .caption .txt.add {
        font-size: 13px;
    }

    .feature-area .area.add {
        max-width: 50%;
    }

    .feature-area .cycle-gallery .btn-prev-inner,
    .feature-area .cycle-gallery .btn-next-inner {
        margin-top: -70px;
        font-size: 28px;
    }
    .detailfooter .txt-holder.detail {
        width: 100%;
    }
    .header-t .call p {
        width: 78%;
    }
}

@media (max-width: 1023px) {
    .footer-t .links li span {
        width: 80%;
    }
}

@media (max-width: 998px) {
    .search-holder .row {
        padding: 0 1%;
        width: 23%;
    }
    #nav li ul {

        width: 200px;
        display: block !important;
        position: relative;
        /*    left: 0;
            right: 0;*/
        top: 80%;
        z-index: 5;
        background: white; 
        border: 0px ;
        margin-top: 25px;
        padding: 3px 10px 4px;
        /*display: inline-table;*/
        left: 20px;
    }

    .search-holder input[type="submit"] {
        min-width: inherit;
        width: 23%;
        margin: 0 1%;
    }

    .feature-area .col-holder {
        margin: 0 17px 0 0;
    }

    .feature-area .caption .txt.add {
        max-width: 100%;
        width: 100%;
    }

    .feature-area .area.add {
        max-width: 100% !important;
        width: 100%;
        text-align: left;
    }

    .feature-area .area.add li {
        text-align: center;
    }

    .news-area .column {
        width: 100%;
        padding: 0 0 15px;
    }

    .news-area .frame {
        padding: 0;
    }

    .news-area h3 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .news-area .image time span {
        font-size: 38px;
        line-height: 40px;
    }

    .news-area .image time {
        padding: 1px 10px 8px;
    }

    .footer-t .col {
        width: 100%;
        padding: 0 0 15px;
    }

    .footer-t .col + .col {
        padding: 0 0 15px;
    }

    .footer-t .col h4 {
        font-size: 20px;
    }

    .footer-t .social-networks li {
        margin: 0 4px 10px 0;
    }

    #nav {
        padding: 0;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9999;
        -webkit-transition: all linear .25s;
        transition: all linear .25s;
    }

    #nav ul {
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        position: relative;
        overflow: visible;
        width: 100%;
        z-index: 999;
        background: #fff;
        padding: 10px 24px;
    }

    #nav li {
        margin: 0 0 7px;
        width: 100%;
    }

    .nav-active #nav {
        max-height: 4000px;
    }

    .nav-active #nav ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .nav-opener {
        width: 42px;
        height: 38px;
        position: absolute;
        top: 22px;
        right: 15px;
        border-radius: 3px;
        background: #000;
        margin: 0;
        outline: none;
    }

    .nav-opener:hover {
        opacity: .8;
    }

    .nav-opener span,
    .nav-opener:before,
    .nav-opener:after {
        top: 24px;
        right: 25%;
        left: 22%;
        content: "";
        position: absolute;
        background: #fff;
        width: 25px;
        height: 5px;
        margin-top: 1px;
        border-radius: 5px;
        border: 1px solid #fff;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .nav-opener:before {
        top: 15px;
    }

    .nav-opener span {
        position: absolute;
        top: 6px;
        left: 22%;
        right: 25%;
        font-size: 0;
        line-height: 0;
    }

    .nav-active .nav-opener span {
        opacity: 0;
    }

    .nav-active .nav-opener:hover {
        opacity: .8;
    }

    .nav-active .nav-opener:after,
    .nav-active .nav-opener:before {
        left: 22%;
        right: 15%;
        top: 16px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-active .nav-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .jcf-select {
        min-width: inherit;
        width: 100%;
    }
    .header-t .link-logo {
        float: right;
        position: initial;
        text-align: center;
        width:100%;

    }

    .header-t .open-close{
        float :right;

    }
    .header-t .call{
        width :70%;
    }
    #header .header-t {
        height: auto;
    }
    p{
        width : auto;

    }
    .header-t .link-logo span{
        float: left;
        margin-top: 8px;
        width: 100%;
    }
    .link-logo .link-text-sec{
        float: none;
        width: auto;
    }
    span.arrow-right {
        display: none;
    }
}

@media (max-width: 767px) {




    #nav li ul{
        margin: 5px !important;
    }

    #nav li {

        padding: 10px 0px ;
        border-bottom: 2px solid #f3f5f5;
    }


    #nav li ul li{

        border-bottom: 0px;
        padding: 0px;
    }

    .nav-active #nav {
        width: 250px;
        margin: 0 auto;
        box-shadow: 0px 5px 5px 2px #888888;
    }


    .caption-holder .txt.add,
    .feature-area .caption .txt.add {

        padding-right: 0px !important;
    }



    .visual .detailimg img {
        bottom: auto !important;
        display: block;
        max-width: 100%;
        min-height: auto !important;
        top: auto !important;
        width: 100%;

    }


    #nav li ul {

        width: 200px;
        display: block !important;
        position: relative;
        /*    left: 0;
            right: 0;*/
        top: 73%;
        z-index: 5;
        background: white; 
        border: 0px ;
        margin-top: 25px;
        padding: 3px 10px 4px;
        /*display: inline-table;*/
        left: 20px;
    }

    .header-t .call {
        width: 100%;
    }

    .header-t .call .desktop {
        display: none;
    }

    .header-t .social-networks {
        overflow: visible;
        float: left;
        width: 100%;
        text-align: center;
    }

    .visual .img img {
        width: 200%;
        margin: 0 -50%;
    }

    .visual .caption {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        position: static;
        background: none;
        color: #000;
        padding: 10px;
    }

    .visual .btn-holder {
        position: static;
        text-align: center;
    }

    .visual .more {
        display: none;
    }

    .search-holder {
        position: static;
    }

    .search-holder .row {
        padding: 0 0 10px;
        width: 100%;
    }

    .search-holder input[type="submit"] {
        width: 100%;
        margin: 0;
    }

    .offer-area h1 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 60px;
    }

    .offer-area .col-holder .col {
        width: 100%;
        padding: 0 0 50px;
    }

    .feature-area h2 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }

    .feature-area .carousel {
        padding: 0;
    }

    .feature-area .btn-holder {
        margin-top: 0;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }

    .feature-area .btn-holder .btn-prev,
    .feature-area .btn-holder .btn-next {
        margin: 0 3px;
    }

    .feature-area .btn-holder .btn-prev {
        margin: 0 3px;
    }

    .feature-area .col-holder {
        margin: 0;
        width: 100%;
    }

    .feature-area .col {
        padding: 0;
        margin: 0 0 40px;
    }

    .feature-area .caption h3 {
        font-size: 15px;
    }

    .feature-area .cycle-gallery .btn-prev-inner,
    .feature-area .cycle-gallery .btn-next-inner {
        margin-top: -60px;
        font-size: 20px;
    }

    .news-area {
        padding: 33px 0 57px;
    }

    .footer-t .map img {
        display: block;
        width: 100%;
        height: auto;
    }

    .footer-b {
        text-align: center;
    }

    .footer-b .links {
        width: 100%;
    }

    .footer-b .links ul {
        width: 100%;
    }

    .footer-b .sub-nav {
        width: 100%;
    }

    .footer-b .copyright {
        width: 100%;
    }
    .header-t .open-close{
        float: right;
        margin-left:0px;

    }
    .header-t .link-logo{
        float : left;
        width : 40%;

    }
    .header-t .call p{
        width: 100%;
    }

}
.feature-area .price{
    border-radius:15px;
}
.feature-area .caption .txt.add a{
    text-decoration:none;
    color:#333;
}

.visual .box1{
    float: left;
    width: 60%;
}

.visual .right-data1{
    float: right;
    width: 35%;
}
.visual .current_date1{
    background: #fff;
    overflow:hidden;
    margin: 0 0 20px;
}
.visual .right-data1 .line_one1,
.visual .right-data1 .date_line_one1{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.visual .right-data1 .line_one1 label,
.visual .right-data1 .date_line_one1 label{
    float: left;
    width: 33.3%;
    text-align:center;
    color: #000;
    padding: 5px;
}
.visual .right-data1 .line_one1 label{
    font-weight: bold;
}



.visual .price-holder{
    overflow: hidden;
    margin: 0 0 10px;
    text-align:center;
}
.visual .price-box{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #000;
}
.visual .price-box p{
    margin: 3px 10px;
}
.right-data1 .btn-box{
    /*display: none;*/
    overflow: hidden;
    text-align:center;
}
.consumer-protection {
    margin-bottom: 23px !important;
    margin-top: 20px !important;
}



@media (max-width: 460px) {


    #nav li ul {
        width: 200px;
        display: block !important; 
        position: relative;
        top: 78%;
        z-index: 5;
        background: white;
        border: 0px;
        margin-top: 4px;
        padding: 3px 10px 4px;
        /* display: inline-table; */
        left: 20px;
    }
    .header-t .open-close {
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .header-t .link-logo {
        /* float: left; */
        width: 100%;
        margin-top: 15px;
    }
}