@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic,cyrillic-ext,latin-ext');
/*
Theme Name: Lakáscentrum Standard Theme
Author: Krisztian Panyik
Author URI: http://design.oficina.hu
Version: 1.0
*/

/******************************************************

                                        CSS RESET
                        Resets browser defaults

******************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    background:transparent;
    border:0;
    margin:0;
    padding:0
}
p {	margin: 10px 0;}
body {
    line-height:1;
    font-size: 1em;
    position:relative;
    z-index:0;
    font-family: 'Open Sans', sans-serif;

}
h1, h2, h3, h4, h5, h6 {
    line-height:130%
}
ol, ul {
  /*list-style:none;*/
    /*    padding-inline-start: 40px;*/
}
ul {
  list-style:none;
    /*    padding-inline-start: 40px;*/
}
blockquote {
    quotes:none;
}
blockquote:before, blockquote:after {
    content:none;
}
del {
    text-decoration:line-through
}
table {
    border-collapse:collapse;
    border-spacing:0
}
a, #featured-container a:hover {
    outline:none;
    text-decoration:none
}
a:hover {
    text-decoration:underline
}
img {
    max-width: 100%!important;
    height: auto;
}
a img {
    border:none;
    width: 100%;
}
textarea {
    resize:none
}
input::-moz-focus-inner {
    border:0;
    padding:0
}
a, button {
    cursor:pointer
}
input[type=submit], a:hover, a:focus, input {
    outline:none
}

/*---------- HTML5 tags for legacy browsers ---------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

/******************************************************

                                                GENERAL

******************************************************/

body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    font-size:16px;
    padding: 0;
    background: #fff;
    color: #4e5b64;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #287eba;
}
.margin {
    width: 980px;
    margin: 0 auto;
}
.tablet {
    display: none;
}

/*----------------- Basic structure ----------------*/

#header {
    margin: 0 0 16px 0;
}
#top-bar {
    height: 30px;
    background: #0e2938;
    font-size: .75em;
    line-height: 30px;
}
#top-bar.has-contactinfo {
    height: auto;
}
.home #header-main {
    margin-bottom: 12px;
}
#header-main {
    border-bottom: 1px solid #19537c;
    padding: 10px 0 10px;
    position: relative;
}

.has-contactinfo .top-bar-defaults,
.has-contactinfo .topbar-contactbox	 {
    width: 50%;
    float: left;
}
.has-contactinfo .top-bar-defaults .current-date {
    margin-top: 3px;
}
.has-contactinfo .top-bar-defaults .current-date,
.has-contactinfo .top-bar-defaults .menu {
    width: 100%;
    float: left;
}
.has-contactinfo .top-bar-defaults .menu {
    margin-top: -4px;
    margin-bottom: 6px;
}
.has-contactinfo #language-chooser {
    height: 30px;
}

#top-bar.has-contactinfo .menu.float-right li a {
    margin: 0 10px 0 0;
}
#top-bar.has-contactinfo #language-chooser {
    margin-left: 3px;
}
.topbar-contactbox {
    text-align: right;
}
.topbar-contact-phone {
    display: block;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    margin-bottom: -5px;
}
.topbar-contact-phone .button {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 5px;
    margin: 0;
    text-decoration: none!important;
    transform: translateY(-4px);
}
.topbar-contact-phone i {
    font-size: 16px;
    margin-right: 5px;
}
.topbar-contact-email,
/*.topbar-contact-phone, */
.topbar-contact-phone a{
    color: #fff;  
    opacity: 1;
   /* font-size: 13px; */
    text-decoration: none;
}
.topbar-contact-email{
   font-size: 13px; 
}
.topbar-contact-phone > a{
    font-size: 21px; 
}

.topbar-contact-email .button {
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0;
    text-decoration: none!important;
    transform: translateY(-1px);
}
@media (min-width: 961px) {
    .topbar-contactbox > div {
        float: right;
        border-left: 1px solid rgba(255,255,255,.3);
        border-right: 1px solid rgba(255,255,255,.3);
        padding: 10px 24px 5px;
        background: rgba(255,255,255,.07);
    }
}
@media (max-width: 960px) {
    .topbar-contactbox > div {
        text-align: center;
    }
    #top-bar .menu {
        float: none;
        width: 100%;
    }

    .has-contactinfo .top-bar-defaults,
    .has-contactinfo .topbar-contactbox	 {
        width: 100%;
        float: none;
    }
    .has-contactinfo .top-bar-defaults,
    #top-bar .menu li:last-child {
        height: 30px;
        overflow: hidden;
        text-align: center;
    }
    .has-contactinfo  #language-chooser {
        margin: 0 auto!important;
    }
    .has-contactinfo .top-bar-defaults {
        padding-top: 5px;
    }


}

#left-nav {
    float: left;
    width: 19.38775510204082%; /* 190px / 980px */
    font-size: .875em;  /* 14px / 16px */
}
#left-nav + #main-content {
    width: 78.16326530612245%; /*766px / 980px */
    float: right;
}

#main-content {
}
#content {
    overflow: hidden;
}
#content:first-child {
    overflow: visible;
}
#right-sidebar {
    float: right;
    width: 34.20365535248042%; /* 262px / 766px */
    margin-left: 3.133159268929504%; /* 24 px / 766px */
}

#footer {
    margin: 50px 0 0 0;
    overflow: hidden;
}
#footer-links {
    margin-top: 24px;
    margin-bottom: 24px;
}
#footer-bar {
    min-height: 30px;
    background: #0e2938;
    font-size: .75em;
    line-height: 30px;
}


/* Basic cols */

.col-one-half,
.col-one-third,
.col-one-quarter,
.col-one-fifth,
.col-two-fifth,
.col-three-fifth {
    float: left;
    margin-left: 2.448979591836735%;

}
.col-full-width,
.col-one-half:first-child,
.col-one-third:first-child,
.col-one-quarter:first-child,
.col-one-fifth:first-child,
.col-two-fifth:first-child,
.col-three-fifth:first-child {
    margin-left: 0;
}
.col-one-half {
    width: 48.77551020408163%; 	/* 478px / 980 px */
}
.col-one-half_p {
    width: 48.77551020408163%; 	/* 478px / 980 px */
    float: left;
}
.col-one-quarter {
    width: 23.16326530612245%  /* 227px / 980 px */
}
.col-one-fifth {
    width: 18.04081632653061%;  /* 176,8px / 980px */
}
.col-two-fifth {
    width: 38.53061224489796%;	/* 377,6px / 980px */
}
.col-three-fifth {
    width: 59.02040816326531%;	/* 578,4px / 980px */
}
.col-one-third {
    width: 31.70068027210884%; /* 310,6666666666667 / 980 */

}

.box form .col-one-half input[type="text"],
.box form .col-one-half input[type="email"],
.box form .col-one-half input[type="tel"],
.box form .col-one-third input[type="text"],
.box form .col-one-third input[type="email"],
.box form .col-one-third input[type="tel"],
.box form .col-one-quarter input[type="text"],
.box form .col-one-quarter input[type="email"],
.box form .col-one-quarter input[type="tel"] {
    width: 100%;
}

.col-full-width {
    float: left;
    width: 100%;
}
.col-full-width_p {
    float: left;
    width: 100%;
}
.adaptive-col-1-2 {
    width: 33%;
    margin:  0 1.5%;

}
.inline-col-container {
    text-align: center;
}
.inline-col-container h4 {
    margin: 16px 0 10px;
}
.inline-col {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.height-250 {
    height: 250px;
    overflow: auto;
    background: #f0f2f9;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 8px;
    border: 1px solid #b9c3ca;
}
.block {
    display: block;
}

/*-------------- Basic typography ---------------*/

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

body,
.block-title,
.dropdown-menu a,
.list.big h3,
.list.small h3,
.list.small h4,
.post-list.small li,
.post-list.small h4,
.post-list.small h3,
.sale span,
.search-results-mobile .price span,
.property-datasheet tbody h2,
.property-datasheet tbody h3,
.property-datasheet tbody h4,
.property-details .page-header .hgroup .price,
.property-details .page-header .hgroup .price .old strong,
.project-details .page-header .hgroup .type,
#header-main h2,
#header-main .h2,
textarea,
.pulsing-button,
h1 .small,
.property-details .page-header h1 .normal  {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}
body,
.block-title,
.dropdown-menu a,
.list.big h3 {
    color: #6a7c88;
}
strong,
b,
#left-nav .menu.primary > li > a,
#left-nav .menu.secondary > li > a,
#left-nav .menu.custom > li > a,
#chooser h2,
.list.big h3.strong,
#footer h2,
#footer h3,
#footer h4,
.post-list .post h1,
h1, h2, h3, h4, h5, h6,
.button.big,
#left-nav form.box .label,
.bold,
.search-results .sale,
.search-results-mobile .price,
.property-details .page-header .hgroup .price strong,
.property-datasheet .badge,
.form_error,
.form_ok {
    //font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
b,
/*#left-nav .menu.primary > li > a,*/
#chooser h2,
.list.big h3.strong {
    color: #4E5B64;
}
strong,
span strong,
p strong
div > strong {
    color: inherit;
}
.block-title {
    font-size: 1.125em; /* 18px / 16px */
    margin: 1.5em 0 .5em;
}
.block-title.h1,
#main-content .block-title.h1 {
    font-size: 1.8em;
}
.block-title.underline {
    border-bottom: 1px solid #B9C3CA;
    padding-bottom: .5em;

}
.margin-top-none {
    margin-top: 0!important;
}
#main-content > h2 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}
#main-content h1 {
    font-size: 24px;
}
#main-content .post h2 {
    font-size: 19px;
}
#main-content .post h3 {
    font-size: 16px;
}

.text-highlight {
    color: #19537c;
}

/*-------------------- Misc ---------------------*/

.clearfix:after,
.project-list-thumbs:after,
.menu:after,
.menu ul:after,
form:after,
.list:after,
.image-container:after,
.post-list .post:after,
.input-field-set:after,
.tabs:after,
.inline-form label:after,
#header:after,
#partners > li:after,
.search-results-mobile:after,
.search-results-mobile li:after,
.search-results-mobile .image-container:after,
.row:after,
.row-bs:after,
.form-row:after,
#header-main:after,
#mobile-nav:after,
#mobile-nav .sub-menu:after,
.input-combo:after,
.property-details .page-header .hgroup h1 .price:after,
#left-nav .checkbox-list li label:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: content-box;
}
.clearfix,
.menu,
.menu ul,
form,
.list,
.image-container,
.post-list .post,
.input-field-set,
.tabs,
.inline-form label,
#header,
#partners > li,
.search-results-mobile li,
.search-results-mobile .image-container,
.row,
.form-row,
#header-main,
#mobile-nav,
#mobile-nav .sub-menu,
.input-combo,
.property-details .page-header .hgroup h1 .price,
#left-nav .checkbox-list li label {
    zoom: 1;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.display-none {
    display: none;
}
.hidden-text {
    text-indent: -999em;
}
.visibility-hidden {
    visibility: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
.position-relative {
    position: relative;
}
.nowrap {
    white-space: nowrap;
    /*display: inline-block;*/
}

.mobile {
    display: none;
}

.align-left,
.align-right {
    margin-top: 5px;
    margin-bottom: 5px;
}
.align-left {
    float: left;
    margin-right: 12px;
}
.align-right {
    float: right;
    margin-left: 8px;
}
/*
.auto-width {
        width: auto!important;
}*/
.hidden,
.post-list.small .date {  /* for screen readers only */
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
    vertical-align: middle;
}

.border-radius-3px,
.property-details .property-id,
#left-nav .menu.primary > li,
#left-nav .menu.primary > li > a,
#left-nav .menu.custom > li,
#left-nav .menu.custom > li > a,
#left-nav .menu.secondary,
input[type="text"],
input[type="password"],
textarea,
select,
.button,
.dropdown-menu > li > a,
.box,
.image-container,
.property-photos a,
.category-chooser li,
.form_error,
.form_ok,
.search-combo,
.touch .dropdown-menu ul li,
.banner-slider li a {
    -webkit-border-radius: .1875em;
    -moz-border-radius: .1875em;
    border-radius: .1875em;
}
.shadow-light,
.image-container {
    box-shadow: 0px 2px 3px rgba(134, 157, 174, .25);
    -moz-box-shadow: 0px 2px 3px rgba(134, 157, 174, .25);
    -khtml-box-shadow: 0px 2px 3px rgba(134, 157, 174, .25);
    -webkit-box-shadow: 0px 2px 3px rgba(134, 157, 174, .25);
}
a.image-container:hover {
    border-color: #f48d27;
    background-color: #fff1d6;
}
.red {
    color: #D24615;
}
.image-container {
    float: left;
    padding: 4px;
    border: 1px solid #cbd2d8;
    background: #fff;
}
a.image-container {
    display: block;
}
.image-container img {
    margin: 0;
    padding: 0;
}
.button-bar {
    margin: 10px 0 14px;
}
.button-bar.big {
    margin: 6px 0 18px;
}
.button-bar.text-align-center .button {
    margin: 0 .2em;
}

/*---------------- Icons -----------------*/

/* Icon fonts */

[data-icon]:before {
    font-family: 'Elusive-Icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.pulsing-button span::after  {
    font-family: 'Elusive-Icons';
    font-weight: normal;
    font-style: normal;
    speak: none;
    line-height: 1;
    display: inline-block;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}

.icon-large:before {
    vertical-align: middle;
    font-size: 1.33em;
}

.button [class^="icon-"],
.button [class*=" icon-"] {
    line-height: .9em;
}

/* Symbols */

.icon-chevron-down:before {
    content: "\e0a4";
}
.icon-chevron-right:before {
    content: "\e0cc";
}
.icon-chevron-left:before {
    content: "\e0cd";
}
.icon-chevron-right:before,
.pulsing-button span::after {
    content: "\e0cc";

}
.icon-heart:before {
    content: "\e0b1";
}
.icon-time:before {
    content: "\e01f";
}
.icon-phone:before {
    content: "\e065";
}
.icon-envelope:before {
    content: "\e0eb";
}
.icon-print:before {
    content: "\e058";
}
.icon-remove:before {
    content: "\e04e";
}

/*.icon-circle-arrow-left:before {
  content: "\e0c8";
}
.icon-circle-arrow-right:before {
  content: "\e0f1";
}*/
.icon-plus-sign:before,
.icon-toggle:before {
    content: "\e059";
}
.icon-toggle:before {
    margin: 0 5px 0 4px;
}
.icon-minus-sign:before,
.opened .icon-toggle:before {
    content: "\e075";
}
.search-results .icon-remove {
    color: #bf2727;
    margin: 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-results .icon-remove:hover {
    text-decoration: none!important;
    transform:scale(1.3);
    -ms-transform:scale(1.3);
    -webkit-transform:scale(1.3);
}
.icon-star:before {
    content: "\e031";
}
.menu .icon-star {
    margin-right: 5px;
}
.pager .icon-chevron-left:before {
    margin: 0 -.25em 0 -.75em;
}
.pager .icon-chevron-right:before {
    margin: 0 -.75em 0 -.25em;
}



/*-------------- Buttons ----------------*/

button::-moz-focus-inner {
    border: 0!important;
    padding: 0!important;
}
.button,
.btn{
    display: inline-block;
    cursor: pointer;
    /*box-sizing: content-box;*/
}
.button:hover,
.btn:hover{
    text-decoration: none;
}

.btn {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
}
.btn-block {
    display: block;
    width: 100%;
    text-align: center;

}
/* Sizes */

.button.normal {
   /* font-size: .875em; */ /* 14px / 16 px */
    height: 22px;
    line-height: 22px;
    min-width: 6px;
    /*padding: 0 8px;*/
}
.button.normal.compact {
    padding: 0;
}
.button.normal.naked,
.button.medium.naked {
    padding: 1px 9px;
}
.button.normal.naked:hover,
.button.medium.naked:hover {
    padding: 0 8px;
}
.button.medium {
    font-size: .875em; /* 14px / 16 px */
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    min-width: 6px;
}
.button.big {
    height: 42px;
    padding: 0 18px;
    min-width: 10px;
    font-size: 1em; /* 18px / 16px */
    line-height: 42px;
}
.button.big.wide {
    padding: 0 5em;
}
.button.medium.naked {
    padding: 1px 9px;
    min-width: 20px;
}
.button.big.naked {
    padding: 1px 19px;
}
.button .icon {
    display: block;
}
.button.normal [class^="icon-"] {
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
}
.button.medium [class^="icon-"] {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}

.button.big [class^="icon-"] {
    height: 42px;
    line-height: 42px;
    margin: 0 5px;
}
.button.full-width {
    width: 100%;
    margin: 4px 0;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.button.full-width [class^="icon-"] {
    float: right;
}
button.button.big {
    padding-bottom: 3px;
}
.button.cusps {
    position: relative;

}
.button.cusps .cusps {
    display: none;
}
.button.cusps.current .cusps {
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    height: 10px;
    width: inherit;
    margin-left: -8px;
    background: url(images/cusps.png) no-repeat center top;
    width: 17px;
    z-index: 2;
}

/* colors */
.btn,
.button,
.button.naked:hover,
#chooser [class$="-col"],
.dropdown-menu > li > a,
.list.arrow li,
.category-chooser li,
ul.tabs > li > a,
form .highlight,
.box.highlight,
.touch .dropdown-menu ul li,
.banner-slider li a {
    border-width: 1px;
    border-style: solid;
    border-color: #b9c3ca;
    background: #edeff8;
    color: #4e5b64;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f7f9fc 0%, #edeff8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9fc), color-stop(100%,#edeff8));
    background: -webkit-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: -o-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: -ms-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: linear-gradient(to bottom,  #f7f9fc 0%,#edeff8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#edeff8',GradientType=0 );

    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
    -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
}
.button i,
.dropdown-menu > li > a i {
    color: #aabacd;
}
.btn:hover,
.button:hover,
.dropdown-menu > li > a {
    border-color: #a8b4bc;
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), 0 1px 1px rgba(147,162,172,.6);
    -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), 0 1px 1px rgba(147,162,172,.6);
    -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), 0 1px 1px rgba(147,162,172,.6);
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), 0 1px 1px rgba(147,162,172,.6);

}
.btn:hover,
.button:hover,
.dropdown-menu > li:hover > a,
.list.arrow li:hover,
.category-chooser li.col-one-quarter:hover .hover,
ul.tabs > li:hover > a,
.banner-slider li:hover a {
    background: #f3faff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f3faff 0%, #cbeaff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3faff), color-stop(100%,#cbeaff));
    background: -webkit-linear-gradient(top,  #f3faff 0%,#cbeaff 100%);
    background: -o-linear-gradient(top,  #f3faff 0%,#cbeaff 100%);
    background: -ms-linear-gradient(top,  #f3faff 0%,#cbeaff 100%);
    background: linear-gradient(to bottom,  #f3faff 0%,#cbeaff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3faff', endColorstr='#cbeaff',GradientType=0 );
}
.button.orange,
.btn-primary {

    color: #fff;
    text-shadow: 0 -1px 0 rgba(195,108,22,.9);

    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .5);
    -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .5);

    border-color: #c36c16;
    background: #ffa245;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDg1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffa245 0%, #f0851b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa245), color-stop(100%,#f0851b));
    background: -webkit-linear-gradient(top,  #ffa245 0%,#f0851b 100%);
    background: -o-linear-gradient(top,  #ffa245 0%,#f0851b 100%);
    background: -ms-linear-gradient(top,  #ffa245 0%,#f0851b 100%);
    background: linear-gradient(to bottom,  #ffa245 0%,#f0851b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa245', endColorstr='#f0851b',GradientType=0 );
}
.button.orange i {
    color: #fff;
}
.btn-primary:hover,
.button.orange:hover {
    background: #ffb062;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjA2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDg1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffb062 0%, #f0851b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb062), color-stop(100%,#f0851b));
    background: -webkit-linear-gradient(top,  #ffb062 0%,#f0851b 100%);
    background: -o-linear-gradient(top,  #ffb062 0%,#f0851b 100%);
    background: -ms-linear-gradient(top,  #ffb062 0%,#f0851b 100%);
    background: linear-gradient(to bottom,  #ffb062 0%,#f0851b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb062', endColorstr='#f0851b',GradientType=0 );
}
.button.naked,
ul.tabs > li.current a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); /* IE6-9 */

    box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
}
.button.current {
    background: #d1d6e4;
    border-color: #93a2ac;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); /* IE6-9 */
    box-shadow: inset 0px 2px 3px rgba(147, 162, 172, .75);
    -moz-box-shadow: inset 0px 2px 3px rgba(147, 162, 172, .75);
    -khtml-box-shadow: inset 0px 2px 3px rgba(147, 162, 172, .75);
    -webkit-box-shadow: inset 0px 2px 3px rgba(147, 162, 172, .75);
}

.button.naked {
    border: none;
}
.button strong {
    color: inherit!important;
}

/* pulsing button */
.pulsing-button {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    padding: 0 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ce7b28;



    animation-name: pulsing;
    animation-duration: 1500ms;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

    -webkit-animation-name: pulsing;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

    background: #fe9935;
    border-radius: 5px;

    box-shadow: inset 0 -2px 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.3);;
    transition: all ease-in 300ms;


}
.pulsing-button,
.pulsing-button:hover {
    color: #fff;
}
.pulsing-button.rounded {
    border-radius: 30px;
}
.pulsing-button span {
    position: relative;
    height: 48px;
    display: inline-block;
    padding-right: 0;
    transition: all ease-in 300ms;
}
.pulsing-button span::after {
    position: absolute;
    display: block;
    right: 0px;
    top: 7px;
    font-size: 18px;
    display: block;
    width: 20px;
    line-height: 48px;
    height: 48px;
    transition: all ease-in 300ms;
    opacity: 0;
}
.pulsing-button:hover {
    padding: 0 25px;
    transition: all ease-in 300ms;

}
.pulsing-button:hover span {
    padding-right: 30px;
    transition: all ease-in 300ms;
}
.pulsing-button:hover span::after {
    transition: all ease-in 300ms;
    opacity: 1;
}
@keyframes pulsing {
    50% {
        background: #e77d15;
    }
}
@-webkit-keyframes pulsing {
    50% {
        background: #e77d15;
    }

}


div.fbmegosztas > div > span > iframe{
	height: auto !important;
}

/*--------------- Tabs ------------------*/

.tabs-bar {
    margin-left: .5em;
}
.tabs-bar + form.box {
    margin-top: -20px;
}
ul.tabs > li > a,
ul.tabs > li {
    display: inline-block;
}
ul.tabs > li > a {
    font-size: 1em;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;

    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0px rgba(147,162,172,.25);
    -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0px rgba(147,162,172,.25);
    -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0px rgba(147,162,172,.25);
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0px rgba(147,162,172,.25);

}
ul.tabs a:hover {
    text-decoration: none;
}
ul.tabs > li > a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
ul.tabs > li.current {
    height: 41px;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
ul.tabs > li.current a {
    height: 41px;
    background: #fff;
}
ul.tabs.small a {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}
ul.tabs li {
    float: left;
    margin-right: 6px;
}
ul.tabs.small li {
    margin-right: 4px;
}
ul.tabs {
    height: 41px;
    margin-bottom: 20px;
}
ul.tabs.small {
    height: 31px;
    margin-bottom: 16px
}


/*--------------- Forms -----------------*/

fieldset {
    display: block;
    border-top: 1px solid #B9C3CA;
    padding: .625em 0 .75em;
    /*	background: #EEF0F8;*/
}
.box fieldset {
    /*	margin-left: -.25em;
            margin-right: -.25em;
            padding-left: .25em;
            padding-right: .25em; 	 */
}
.box fieldset:first-child > h3:first-child {
    margin-top: -.5em;
}
#map-container {
    margin: .5em -10px;
}
fieldset:first-child {
    border: none;
}
fieldset > h3 {
    font-size: 1em;
    color: #4E5B64;
    margin: .375em 0 .75em;
}
legend {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}
legend span {
    display: block;
}
form .input,
form .label,
form p,
form textarea {
    font-size: 14px; /* 14px / 16px */
}
form small {
    font-size: .75em;
    color: #7E8E98;
}

form input[type='checkbox'] {
    visibility: visible;
}

.form-control,
input.form-control[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.search-combo {
    color: #4E5B64;
    background: #fbfcfd;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    border-width: 1px;
    border-style: solid;
    border-color: #b9c3ca;
    padding: 3px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 26px;
    line-height: 26px;
}
.full-width.form-control {
    width: 100%;

}
.form-control {
    padding: 5px;
    line-height: 20px;
    width: 100%;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.search-combo {
    -webkit-box-shadow: inset 0px 2px 1px rgba(147, 162, 172, 0.5);
    -khtml-box-shadow: inset 0px 2px 3px rgba(147, 162, 172, 0.5);
    -moz-box-shadow: inset 0px 2px 3px rgba(147, 162, 172, 0.5);
    box-shadow: inset 0px 1px 1px rgba(147, 162, 172, 0.5);

}
.form-group {
    margin-bottom: 10px;
    label {
        display: block;
        font-size: 12px;
        margin-bottom: 2px;

    }
}
select[multiple] {
    height: 6.5em;
}
input[type="checkbox"] {
    /*margin-right: 3px;	*/
}

/* inline */
.inline-form label {
    display: block;
    margin: 4px 0 12px;
}
.inline-form .input {
    width: 75%;
    float: right;
}
.inline-form .label {
    width: 24%;
    float: left;
    text-align: right;
    padding-top: .375em;
}
.multilabel .label,
.multilabel .input {
    float: left;
}
.multilabel .label {
    margin-top: .25em;
    line-height: 1.125em;
}
.input-field-set + small {
    display: block;
    margin-top: -.5em;
}
.form-row {
    margin: 12px 0;
}

/* sizes */

input[type="text"].full-width,
input[type="email"].full-width,
input[type="password"].full-width,
textarea.full-width,
select.full-width {
    width: 100%;
}
input[type="text"].extra-short,
input[type="email"].extra-short,
input[type="password"].extra-short,
textarea.extra-short,
select.extra-short {
    width: 2.25em;
}
input[type="text"].short,
input[type="email"].short,
input[type="password"].short,
textarea.short,
select.short {
    width: 3.5em;
}
input[type="text"].short-2-7em,
input[type="email"].short-2-7em,
input[type="password"].short-2-7em,
textarea.short-2-7em,
select.short-2-7em {
    width: 2.75em;
}
#left-nav input[type="text"].short-2-7em,
#left-nav input[type="email"].short-2-7em,
#left-nav input[type="password"].short-2-7em,
#left-nav textarea.short-2-7em,
#left-nav select.short-2-7em {
    width: 2.25em;
}
input[type="text"].medium,
input[type="email"].medium,
input[type="password"].medium,
textarea.medium,
select.medium {
    width: 7em;
}
input[type="text"].wide,
input[type="email"].wide,
input[type="password"].wide,
textarea.wide,
select.wide {
    width: 14em;
}
select.wider {
    width: 18em;
}
input.widest,
select.widest {
    width: 22em;
}
input[type="text"].wide-50-percent,
input[type="email"].wide-50-percent,
input[type="password"].wide-50-percent,
textarea.wide-50-percent,
select.wide-50-percent {
    width: 50%;
}
form .inline .input,
form .inline .label {
    float: left;
}
form .inline .label {
    text-align: right;
    width: 7.5em;
    padding-right: .5em;
}
form .inline .label.auto-width {
    width: auto;
}

form .inline .input {
    margin-left: 7.5em;
}
form .inline .label + .input {
    margin-left: 0;
}
form .inline .label,
form .inline .input label {
    line-height: 26px;
    height: 26px;
}
form .inline .input label {
    margin: 0 .25em 0 .125em;
}
form .input-field-set {
    margin: .5em 0 .75em;
}
form .highlight {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
form .highlight.input-field-set {
    margin-top: .25em 0 .25;
    padding: .375em .5em;

}
form .highlight.input-field-set:first-child {
    margin: -.0625em 0 0;
}
form .row >.highlight {
    padding-left: 20px;
}
form .highlight .label {

    color: #D24615;
}
.page-header {
    margin-bottom: 1.25em;
}
.page-header h2 {
    margin-bottom: .375em;
}

.form_error,
.form_ok {
    margin: .75em 0 .5em;
    font-size: 1em;
    padding: .375em;
    color: #fff;
    background-color: #9cae05;
}
.form_error {
    background-color: #d24615;
}
// hirdetés feladásnál sikeres mentés felugró ablaka.
.modalup{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    top: 210px;
    max-width: 52%;
    height: 300px;
    position: absolute;
    z-index: 2;
    padding: .375em;
    border-radius: 4px;
    font-size: 3em;
    background-color: #f48d27;
    &>b{
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    &>span{
        display: block;
        font-size: .3em;
        color: #fff;
    }
}

/* questionare */

form.questionare .label {
    margin-bottom: .25em;
}

form.questionare small {
    display: block;
    margin-top: .5em;
}

/* centred-form */

.centred-form .label {
    font-size: 16px;
    text-align: center;
}
.centred-form .input  {
    text-align: center;
    margin: .375em 0 .5em ;
}

/* Search combo */

.search-combo {
    margin: .75em 0 1em 0;
}

.search-combo table {
    width: 100%;
    vertical-align: top;
}
.search-combo table td {
    height: 30px;
}
.search-combo input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;

}
.search-combo .search-submit {
    width: 110px;
}
.search-combo button {
    margin: -5px -5px -5px 0!important;
    width: 115px;
}
.search-combo input {
    height: 30px;
    font-size: 16px;
}
.search-combo table {
}
.search-combo .button {
    height: 38px;
    font-size: 16px;

    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;

}
.search-combo .button-text {
    background: url(images/ico_search.png) no-repeat left 1px;
    display: inline-block;
    padding-left: 26px;
    height: 38px;
    line-height: 38px;
}
form + .number-of-results {
    margin-top: -4px;
}

/* input combo */

.input-combo {
    margin: 8px 0;

}
.input-combo > * {
    /* float:left;*/
}
.orange textarea,
.orange input[type="tel"],
.orange input[type="text"],
.orange input[type="email"] {

    border-color: #dcbb7b;
    margin-bottom: 8px;

    -webkit-box-shadow: inset 0px 2px 1px rgba(200, 151, 82, 0.5);
    -khtml-box-shadow: inset 0px 2px 1px rgba(200, 151, 82, 0.5);
    -moz-box-shadow: inset 0px 2px 1px rgba(200, 151, 82, 0.5);
    box-shadow: inset 0px 2px 1px rgba(200, 151, 82, 0.5);
}
.orange input[type="tel"],
.orange input[type="text"],
.orange input[type="email"] {
}

.orange form small {
    display: block;
    color: inherit;
    margin: 4px 0;
}
.input-combo input[type="tel"],
.input-combo input[type="text"],
.input-combo input[type="email"] {
    height: 30px;
    line-height: 22px;
    width: 200px;
    /*    border-top-right-radius: 0;
        border-bottom-right-radius: 0;*/
    margin: 0 5px 0 0 ;
}
.input-combo .button {
    /*    border-top-left-radius: 0;
        border-bottom-left-radius: 0; */
    margin: 0 !important;
}
.input-combo .row {
    margin: 0 0 8px;
}
.input-combo .button-bar {
    margin-bottom: 0;
}
.input-combo input[type="checkbox"] {
    float: left;
    margin-right: 8px;
}
.input-combo input[type="checkbox"] + span {
    display: block;
    overflow: hidden;
}
/* general-inline */

.general-inline .label,
.general-inline .input {
    float: left;
}
.general-inline .label {
    width: 31.5%;
    text-align: right;
    margin-right: 1.5%;
    line-height: 24px;
}
.general-inline h3 {
    margin-left: 33%;
}
.general-inline .input {
    width: 67%;
}
.general-inline input,
.general-inline .input {
    margin-bottom: 0;
}
.general-inline .input span {
    line-height: 24px;
    display: inline-block;
    margin-right: 4px;
}
.general-inline .input input + span {
    margin: 0 8px 0 4px;
}
.general-inline textarea {
    width: 100%;
    height: 80px;
}
.general-inline label + input {
}

/* autocomplete */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 5px;


}
.select2-container--default .select2-selection--multiple {
    border-radius: 3px;
    border: 1px solid #a8b4bc;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #a8b4bc;
    background: #f7f9fc;
    padding: 5px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 2px;
}
.select2-selection__choice__remove {
    position: relative;
    text-indent: -999em;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: url(images/icons.svg) -40px -76px;

}
.select2-selection__choice__remove:hover {
    background-position: -60px -76px;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
    background: #afbcc4;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #328dcb;
    color: white;
}
.search-and-or h3 {
    margin-bottom: 8px;
}

/*.select2-selection__choice__remove::before {
        position: absolute;
        display: block;
        content: "\e04e";
        font-family: 'Elusive-Icons';
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 15px;
        color: #93a2ac;

}*/

/*----------------- Pager -------------------*/


.pager-bar {
    height: 22px;
    padding: 14px 8px 12px;
    font-size: 12px;
    box-sizing: content-box;
}
.pager-bar p {
    float: left;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 .75em 0 0;
}
.pager-bar select,
.pager-bar ul.pager {
    float: right;
    display: inline;
}
.pager-bar ul.pager a:hover {
    text-decoration: none;
}
.pager-bar ul.pager li {
    float: left;
    display: inline;
    margin-left: 3px;
}
.pager-bar ul.pager ul {
    padding: 0 4px;
}
.pager-bar ul.pager ul li,
.pager-bar ul.pager ul li.current:hover {
    margin-top: 1px;
    line-height: 20px;
    border: 1px solid #eee;
    /*	background-color: #eee;*/
}
.pager-bar ul.pager ul li:hover {
    background: #eef0f8;
    border-color: #B9C3CA;
}
.pager-bar ul.pager ul li.current:hover,
.pager-bar ul.pager ul li.current {
    background: #eef0f8;
    border-color: #B9C3CA;
    box-shadow: inset 0px 1px 2px rgba(147, 162, 172, .25);
    -moz-box-shadow: inset 0px 1px 2px rgba(147, 162, 172, .25);
    -khtml-box-shadow: inset 0px 1px 2px rgba(147, 162, 172, .25);
    -webkit-box-shadow: inset 0px 1px 2px rgba(147, 162, 172, .25);
}
.pager-bar ul.pager ul li:hover {
    background-color: #eee;
    border: 1px solid #bbb;
}
.pager-bar ul.pager ul li.current,
.pager-bar ul.pager ul li a {
    min-width: 8px;
    height: 20px;
    padding: 0 6px;
}
.pager-bar ul.pager ul li.current {

}
.pager-bar ul.pager ul li.current {
    font-weight: 700;
}
.pager-bar ul.pager li span {
    display: block;
    width: 8px;
    height: 14px;
    text-indent: -9999px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}
.pager-bar select {
    width: 135px;
    heigh: 22px;
    font-size: 12px;
    padding: 1px;
    margin: 0 10px 0 0;
    background: none;
}
.search-results + .pager-bar {
    margin-top: -1em;
}
.order-by.mobile + .pager-bar {
    margin-top: -.375em;
}

/*--------------- Search results --------------*/

.search-results {
    width: 100%;
    font-size: .875em; /* 12/16px */
    text-align: center;
    margin-bottom: 1.5em;
}
.search-results .thumbnail,
.search-results .location,
.search-results .price,
.search-results .description {
    text-align: left;
}
.search-results .area-size,
.search-results .floor,
.search-results .price {
    white-space: nowrap;
}
.search-results .price {
    font-weight: 700;
}
.search-results .price-difference {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
}
.search-results .price-difference em {
    display: block;
    font-size: 12px;
    font-style: normal;
    margin-top: 3px;
}
.search-results-mobile .price.sale {
    color: #D24615;
}
.property-datasheet .price td .qm-price {
    display: inline-block;
    margin-left: 10px;
    color: #3f3a32;
    font-size: 75%;

}
.search-results-mobile {
    overflow: hidden;

}
.search-results-mobile .price.sale span {
    display: inline;
}
.search-results a {
    color: inherit;
    display: block;
}
.search-results thead {
    /*	font-size: .8em;
            text-transform: uppercase;
            font-weight: 400;*/
}
.search-results thead th {
    padding: 6px 5px 7px;
}
.search-results thead tr th {
    border-bottom: 1px solid #f48d27;
}
.search-results thead tr th.sort:hover {
    background: #e36900;
}
.search-results thead tr th.sort.current  {
    background: #e36900;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    -khtml-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
}

.search-results thead tr th.sort span {
    display: inline-block;
    padding-right: 14px;
    /*	background: url(images/order_asc.png) no-repeat right center;	*/
}
.search-results thead tr th.sort:hover span,
.search-results thead tr th.sort.current span {
    background: url(images/order_asc.png) no-repeat right center;
}
.search-results thead tr th.sortt.desc:hover span,
.search-results thead tr th.sort.current.desc span {
    background: url(images/order_desc.png) no-repeat right center;
}
.search-results td {
    padding: 7px 5px 9px;
    line-height: 125%;
    border-top: 1px solid #B9C3CA;
    border-bottom: 1px solid #B9C3CA;
    font-size: 12px;
}
.search-results th {
    background: #F48D27;
    color: #fff;
    font-size: 12px;
}
.search-results tbody tr:nth-child(odd) td {
    background: #EEF0F8;
}
.search-results tbody tr:hover td {
    background: #dcf1ff;
    cursor: pointer;
}
tr.details-container td.thumbnail {
    width: 120px!important;
    padding-right: 10px;
}
.search-results .sale {
    display: block;
}
.search-results .sale,
.search-results .sold,
.search-results-mobile .sale,
.search-results-mobile .sold {
    color: #D24615;
}
.search-results-mobile a,
.search-results-mobile a:hover {
    text-decoration: none;
    color: inherit;
}
.sale span {
    display: block;
}
.search-results .property-id {
    display: block;
    float: left;
    width: 100%;
    font-size: .9166666666666667em;
    margin-top: .25em;
    text-align: center;
}

#left-nav form.box {
    padding: -.5em 0 0;
}
#left-nav form.box h4 {
    margin: 16px 0 6px;
}
#left-nav form.box .label,
#left-nav form.box .input {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#left-nav form.box .label {
    float: left;
    text-align: left;
    width: 100%;
    margin: .75em 0 .25em;
}
#left-nav form.box label {
    display: block;

}
#left-nav form.box > h4 {
    margin: .125em 0 .375em;
}
#left-nav .input-field-set {
    margin: .25em 0 .375em;
}
#left-nav .input-field-set.inline .input > * {
    float: left;
}
#left-nav .input {
    margin-bottom: .5em;
}
#left-nav .button.normal.compact {
    margin-left: 5px;
}
#left-nav .button.normal.compact:first-child {
    margin-left: 0;
}

/* mobile-nav */

#mobile-nav-toggle {
    display: none;
    float: right;
}
#mobile-wrapper {
    display: none;
}

/*----------- Search results mobile ------------*/

.search-results-mobile li {
    position: relative;
}
.search-results-mobile .details {
    overflow: hidden;
}
.search-results-mobile li {
    padding: .5em .125em;
    border-bottom: 1px solid #B9C3CA;
}
.search-results-mobile li:first-child {
    border-top: 1px solid #B9C3CA;
}
.search-results-mobile li:nth-child(odd) {
    background: #EEF0F8;
}
.search-results-mobile .thumbnail,
.search-results-mobile .image-container,
.search-results-mobile .image-container img {
    float: left;
}
.search-results-mobile .property-id {
    float: left;
    display: block;
    margin-top: .375em;
    font-size: .75em;
    color: inherit;
}
.search-results-mobile .thumbnail {
    width: 6.875em; /* 110/16 */
    margin-right: 0.625em;
}
.search-results-mobile .image-container {
    width: 6.25em;
    display: block;
}
.search-results-mobile p > a {
    color: #277cb7;
}
.search-results-mobile .image-container img {
    width: 100%;
    height: auto;
}
.search-results-mobile p {
    font-size: 0.875em;
    line-height: 130%;
    margin: .125em 0;
}
.search-results-mobile .remove-favourite {
    position: absolute;
    display: block;
    right: 7px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(images/ico_remove.png) no-repeat 0 0;
}
.search-results-mobile .remove-favourite:hover {
    text-decoration: none;
}
.search-results-mobile {
    width: 100%;
    font-size: .9em;
}
.search-results-mobile td {
    padding: 3px;
}
.search-results-mobile td:first-child {
    width: 150px;
}

/*---------------- Agent info -----------------*/

.agent-info .image-container {
    margin-right: 10px;
}
.agent-info h3 {
    margin-top: 16px;
}


/**************************************************

                                         HEADER

**************************************************/


#header-main {
    background: #338ecd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzOGVjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzI2N2JiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzIxNmI5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #338ecd 0%, #267bb6 98%, #216b9f 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#338ecd), color-stop(98%,#267bb6), color-stop(98%,#216b9f));
    background: -webkit-linear-gradient(top,  #338ecd 0%,#267bb6 98%,#216b9f 98%);
    background: -o-linear-gradient(top,  #338ecd 0%,#267bb6 98%,#216b9f 98%);
    background: -ms-linear-gradient(top,  #338ecd 0%,#267bb6 98%,#216b9f 98%);
    background: linear-gradient(to bottom,  #338ecd 0%,#267bb6 98%,#216b9f 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338ecd', endColorstr='#267bb6',GradientType=0 );
    box-shadow: 0px 5px 5px rgba(134, 157, 172, .75);
    -moz-box-shadow: 0px 5px 5px rgba(134, 157, 172, .75);
    -khtml-box-shadow: 0px 5px 5px rgba(134, 157, 172, .75);
    -webkit-box-shadow: 0px 5px 5px rgba(134, 157, 172, .75);
}
#logo,
#logo a {
    display: block;
    color: #fff;
}
#header-main .h2,
#header-main .h1 {
    line-height: 130%;
}
#header-main h1,
#header-main .h1 {
    margin: 0 0 2px;
    padding-top: 7px;
    font-size: 28px; /* 28/16 */
    color: #fff;
}
#header-main h2,
#header-main .h2 {
    font-size: 14px; /* 14/16 */
    color: #fff;
    margin-bottom: 5px;
}
#header-main img.header-image {
    width: 100%;
    min-width: 100%;
    height: auto;
}
#header-main .header-image-wrapper + .hgroup,
#header-main img.header-image + .hgroup {
    position: absolute;
    top: -999em;
}
#header-main img.logo {
    float: left;
    width: auto;
    height: auto;
    margin-right: 20px;
}
#header-main img.logo + .hgroup {
    float: left;
}
#header-main .hgroup a {
    text-decoration: none;
}
#top-bar .current-date ,
#footer .copyright {
    color: #93adbc;
}
#top-bar .menu li,
#footer .menu li {
    float: left;
    display: inline-block;
}
#top-bar .menu li a,
#footer .menu li a {
    margin-left: 0 10px 0 0;
    display: block;
    color: #fff;
}
#top-bar .menu.float-right li a,
#footer .menu.float-right li a {
    margin: 0 0 0 10px;
    display: block;
}
#top-bar .menu.separator-left,
#footer .menu.separator-left {
    margin-left: 12px;
    padding-left: 2px;
    border-left: 1px solid #2e4551;
}

/* banner */

#header-main.banner .hgroup {
    float: left;
}
#header-main.banner .banner {
    float: right;
}

/*-------------- Breadcrumbs ----------------*/

.home .breadcrumbs {
    /*	display: none;*/
}
.breadcrumbs,
.breadcrumbs * {
    box-sizing: content-box;

}
.breadcrumbs {
    margin-top: 16px;
    margin-bottom: 12px;
    position: relative;
    /* z-index: 10000; */
}
.breadcrumbs ol {
    float: left;
}
.breadcrumbs ol li {
    display: block;
    float: left;
    font-size: .875em; /* 14px / 16px */
}
.breadcrumbs ol li a {
    display: block;
    margin-right: .25em;
    padding-right: .75em;
    background: url(images/breadcrumbs_arrow.png) no-repeat right center;
}
.breadcrumbs ul li:first-child a,
.breadcrumbs ul li a {
    background: none;
}

/*------------- Checkbox list -------------*/

.inline-col-container {

}
.height-250 h5 {
    font-size: 14px;
    margin-bottom: 3px;
}
.checkbox-list {
    margin-bottom: 10px;
    font-size: 14px;
}
.checkbox-list ul {
    margin-left: 20px;
}
.toggle-visibility-next-item  {
    cursor: pointer;
}
.checkbox-list li label {
    cursor: pointer;
}
.checkbox-list .toggle-visibility-next-item + ul {
    display: none;
}
.checkbox-list .toggle-visibility-next-item + ul.opened {
    display: block;
}
#left-nav .checkbox-list li {
    font-size: 12px;
}
#left-nav .checkbox-list li {
    margin-bottom: 5px;
}
#left-nav .checkbox-list li label span {
    overflow: hidden;
}
#left-nav .checkbox-list li label input[type="checkbox"] {
    float: left;
    margin: 0 6px 0 0;
}
#left-nav .checkbox-list li h5 {
    font-size: 13px;
    margin-bottom: 0;
}
#left-nav .height-250 {
    height: auto;
    max-height: 200px;
}
/**************************************************

                                        LEFT NAV

**************************************************/

#left-nav .menu  a {
    display: block;
    line-height: 18px;
}
#left-nav .menu  a:hover {
    text-decoration: none;
}
#left-nav .menu.primary,
#left-nav .menu.custom {
    margin-bottom: 6px;
}
#left-nav .menu.secondary {
    padding: 4px 0 6px;
    margin-bottom: 10px;
}
#left-nav .menu.primary > li,
#left-nav .menu.custom > li,
#left-nav .menu.secondary {
    background: #eef0f8;
}
#left-nav .menu.primary > li,
#left-nav .menu.custom > li {
    margin-bottom: 4px;
}
#left-nav .menu.secondary li ul {
    display: none;
}
#left-nav .menu.secondary li.active ul {
    display: block;
}
#left-nav .menu.secondary li li a {
    padding-left: 24px;
}
#left-nav .menu.primary > li > a,
#left-nav .menu.custom > li > a {
    padding: 6px 10px;
    line-height: 18px;
    color: #fff;
    background: #93a2ac;
}
#left-nav .menu.primary > li > a:hover,
#left-nav .menu.custom > li > a:hover {
    background: #a9b5bd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5YjViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTkwOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a9b5bd 0%, #7e909c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9b5bd), color-stop(100%,#7e909c));
    background: -webkit-linear-gradient(top,  #a9b5bd 0%,#7e909c 100%);
    background: -o-linear-gradient(top,  #a9b5bd 0%,#7e909c 100%);
    background: -ms-linear-gradient(top,  #a9b5bd 0%,#7e909c 100%);
    background: linear-gradient(to bottom,  #a9b5bd 0%,#7e909c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9b5bd', endColorstr='#7e909c',GradientType=0 );

    box-shadow: inset 0px -1px 0px rgba(0,0,0,.35);
    -moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,.35);
    -khtml-box-shadow: inset 0px -1px 0px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,.35);
}
#left-nav .menu.primary > li.active > a,
#left-nav .menu.custom > li.active > a {
    box-shadow: 0px 1px 2px rgba(134, 157, 172, .75);
    -moz-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
    -khtml-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
    -webkit-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
}
#left-nav .menu.primary li ul {
    background: #ffe9c1;
}
#left-nav .menu.primary li ul li a:hover,
#left-nav .menu.primary li ul li a.active {
    background: #fcda99;
}
#left-nav .menu.primary > li.highlighted > a,
#left-nav .menu.secondary > li.highlighted > a,
#left-nav .menu.secondary > li > ul > li.highlighted > a,
#left-nav .menu.custom > li.highlighted > a {
    background: #f48d27;
}
#left-nav .menu.primary > li.highlighted > a:hover,
#left-nav .menu.secondary > li.highlighted > a:hover,
#left-nav .menu.secondary > li > ul > li.highlighted > a:hover,
#left-nav .menu.custom > li.highlighted > a:hover {
    background: #f6a42f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YTQyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjc3MjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6a42f 0%, #f27720 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a42f), color-stop(100%,#f27720));
    background: -webkit-linear-gradient(top,  #f6a42f 0%,#f27720 100%);
    background: -o-linear-gradient(top,  #f6a42f 0%,#f27720 100%);
    background: -ms-linear-gradient(top,  #f6a42f 0%,#f27720 100%);
    background: linear-gradient(to bottom,  #f6a42f 0%,#f27720 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a42f', endColorstr='#f27720',GradientType=0 );
}
#left-nav .menu.primary > li.special > a,
#left-nav .menu.secondary > li.special > a,
#left-nav .menu.secondary > li > ul > li.special > a,
#left-nav .menu.custom > li.special > a {
    background: #d24615;
}
#left-nav .menu.primary > li.special > a:hover,
#left-nav .menu.secondary > li.special > a:hover,
#left-nav .menu.secondary > li > ul > li.special > a:hover,
#left-nav .menu.custom > li.special > a:hover {
    background: #e6651e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NjUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjI5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e6651e 0%, #bf290c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6651e), color-stop(100%,#bf290c));
    background: -webkit-linear-gradient(top,  #e6651e 0%,#bf290c 100%);
    background: -o-linear-gradient(top,  #e6651e 0%,#bf290c 100%);
    background: -ms-linear-gradient(top,  #e6651e 0%,#bf290c 100%);
    background: linear-gradient(to bottom,  #e6651e 0%,#bf290c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6651e', endColorstr='#bf290c',GradientType=0 );

}
#left-nav .menu.secondary > li.highlighted > a,
#left-nav .menu.secondary > li > ul > li.highlighted > a,
#left-nav .menu.secondary > li.special > a,
#left-nav .menu.secondary > li > ul > li.special > a{
    color: #fff;
}
#left-nav .menu.primary li li a,
#left-nav .menu.secondary li a {
    color: #4e5b64;
    margin: 0;
    padding: 4px 4px 4px 10px;
}
#left-nav .menu.primary li li a:hover,
#left-nav .menu.primary li li.active a,
#left-nav .menu.secondary li a:hover,
#left-nav .menu.secondary li.active a  {
    background-color: #d8e0ec;
}
#left-nav .menu.primary li ul {
    display: none;
    padding: 4px 0 6px;
    margin-bottom: 8px;
}
#left-nav .menu.primary li.active ul {
    display: block;
}
#left-nav .menu.primary li.special ul {
    background: #f2e4c5;
}
#left-nav .menu.primary li.special ul li a {
    color: #606060;
}
#left-nav .menu.primary li.special ul li a.active,
#left-nav .menu.primary li.special ul li a:hover {
    background: #d24615;
    color: #fff;
}
.separator-vertical {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #b9c3ca;
}
#left-nav form {
    display: block;
    margin-bottom: 10px;
}
#left-nav input[type="text"].search-box {
    width: 100%;
}
#left-nav .bullet-list a {
    color: #7E8E98;
}



/**************************************************

                                  MAIN CONTENT

**************************************************/

/*--------------- Post ------------------*/

.body.scroll {
    height: 280px;
    overflow-y: auto;
    border-style: solid;
    border-width: 1px 0;
    border-color: #b9c3ca;
    padding: 10px;  /* 10px 0; */
}
.post h1.block-title {
    margin-top: 1.25em;
    font-size: 1.125em;
}
.post h1 {
    font-size: 2em;
}
.post .body {
    font-size: .875em;
    line-height: 130%;
}
.post p,
.post ul,
.post ol {
    margin: 6px 0 10px;
}
.post.pale {
    color: #7e8e98;
}
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a {
    color: inherit;
}
.post strong,
.post span strong{
	color: inherit !important;
}
.news > h3 {

}

/*-------------- Post list --------------*/

.post-list .post h3 {
    font-size: 1em;
    margin: 0 0 6px 0;
}
.date,
.post-meta,
.post-source {
    font-size: .75em;
    margin: 0 0 3px 0;
    color: #7E8E98;
    display: block;
    white-space: nowrap;
}
.post-meta {
    margin-top: 12px;
    border-top: 1px solid #dce1e4;
    padding-top: 10px;
}
.post-source span {
    display: inline-block;
    margin-right: 6px;
    max-width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.post-list .post h3 + .date {
    margin: -3px 0 6px 0;
}
.post-list .image-container {
    margin: 0 6px 0 0;
}
.post-list .image-container + div {
    /*	overflow: hidden;*/
}
.post-list.news .image-container + div {
    /*overflow: auto;*/
}
.post-list .image-container {
    margin-right: 10px;
}
.post-list .post {
    /*margin-bottom: 1em;*/
    font-size: 14px;
}
.post-list.big  .post {
    font-size: 16px;
}
.post-list.small h4,
.post-list.small h3 {
    display: inline;
    font-size: 0.875em;
}
.post-list.small .date {
    display: inline;
}
.post-list.small li {
    margin-bottom: 4px;
}
.post-list.small li a {
    color: inherit;
}
.post-list.news .post h3 {
    font-size: 14px;
    margin-top: 16px;
}
.post-list .post h3 a:hover {
    text-decoration: none;
    color: #287eba;
}
.post-list.news .post {
    margin-bottom: 16px;
}
.post-list.news.big .post {
    margin: 20px 0;
}

.post-list.big {
    width: 70%;
    border-top: 1px solid #b9c3ca;
}


/*---------------- List -----------------*/

.list li {
    display: block;
}
.list li {
    float: left;
    width: 100%;
}
.list li a {
    display: block;
}
.list li a:hover {
    text-decoration: none;
}
.list li img {
    float: left;
}
.list.arrow {
    border-bottom: 1px solid #b9c3ca;
}
.list.arrow li {
    border-width: 1px 0 0 0;
}
.list.arrow img {
    margin: 3px 8px 3px 5px;
}
.list.big {
    margin: 0 0 18px;
}
.list.big h3 {
    font-size: 1em;
}
.list.big.arrow h3 {
    padding-top: .75em;
}
.list.big.arrow a {
    height: 70px;
}
.list.big h3 .description {
    display: block;
    font-size: .75em;
}
.list.small {
    font-size: .6875em;
    line-height: 130%;
}
.list.small > li > a:hover {
    background: #dcf1ff;
    /*	background: #ffedcc;*/
}
.list.small li {
    margin-bottom: 12px;
}
.list.small img {
    margin: 2px 6px 0 0;
    border: 1px solid #93A2AC;
    width: 67px;
}
.list.small a {
    color: #7e8e98;
}
.list > li > a > div,
.list > li > a > h3,
.list > li > a > h4,
.list > li > a > p {
    overflow: hidden;
}
.list.small a h3,
.list.small a h4 {
    display: inline;
    font-weight: inherit;
    font-size: inherit;
}
.list.big i.icon-chevron-right {
    float: right;
    display: block;
    height: 70px;
    margin: 0 6px 0 8px;
    font-size: 1.5em;
    color: #aabacd;
    text-shadow: 0 2px 0 #fff;
    line-height: 70px;
}
.bullet-list li,
.simple-list li {
    font-size: .875em;
    line-height: 130%;
    margin: 2px 0 4px;
}
.bullet-list li,
.post-list.small li {
    padding-left: 12px;
    background: url(images/bullet_point.gif) no-repeat 2px 6px;
}
.list a img {
    width: auto;
}

/*----------------- Box -----------------*/

.box {
    display: block;
    background: #fff;
    padding: 10px;
    margin-bottom: 24px;
}
.border {
    border: 1px solid #b9c3ca;
}
.box.icon-box {
    padding: 12px;
    position: relative;
    margin: 16px 0 20px;
    padding-left: 112px;
    min-height: 80px;
    line-height: 120%;
}
.box.orange  {
    background: #f9ebc0;
    border-color: #ead69c;
    color: #766e58;
}
.box.gradient {
    border-width: 1px;
    border-style: solid;
    border-color: #b9c3ca;
    background: #edeff8;
    color: #4e5b64;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f7f9fc 0%, #edeff8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9fc), color-stop(100%,#edeff8));
    background: -webkit-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: -o-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: -ms-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
    background: linear-gradient(to bottom,  #f7f9fc 0%,#edeff8 100%);
}
.box.orange h2,
.box.orange h3,
.box.orange h4 {
    color: #c36c16;
}
.box.orange fieldset {
    border-top-color: #ead69c;
}
.box.icon-box {
    position: relative;
}
.box.icon-box:after {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    width: 84px;
    height: 84px;
    background: url(images/icons.svg) 0 -160px;
}
.box.icon-box.icon-email:after {
    background-position: 0 -250px;
}
.box.icon-box.icon-chart:after {
    background-position: 0 -340px;
}
.no-svg .box.icon-box:after {
    background-image: url(images/icons.png);
}
.box.icon-box h4 {
    margin-bottom: 2px;
}
.box.gray {
    background: #f5f5f5;
}
#right-sidebar .box {
    margin-bottom: 0;
}
h3 + .box {
    margin-top: .75em;

}
.box .box {
    padding: 6px;
}

.box .box .video-container {
    margin-bottom: 5px;
}
.box-list > div {
    margin-top: 10px;
}
.box-list > div:first-child {
    margin-top: 0;
}

/* sticky box */
.box.sticky-box {
    box-sizing: border-box;
}
.sticky-box.active {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
}
.sticky-box .close-sticky {
    display: none;
    cursor: pointer;
}
.sticky-box .close-sticky i {
    font-size: 12px;
}
.sticky-box.active  .close-sticky {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
}


/*-------------------------------
Margins & paddings
-------------------------------*/

$class-slug: margin-top;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: margin-bottom;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: margin-left;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: margin-right;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: padding-top;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: padding-bottom;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: padding-left;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

$class-slug: padding-right;

@for $i from 0 through 20 {
    .#{$class-slug}-#{$i*5}{
        #{$class-slug}: 5px * $i;
    }
}

/*---------------- Chooser --------------*/
#chooser {
    z-index: 100;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #b9c3ca;
}
#chooser .dropdown-menu ul {
    z-index: 10000;
}
#chooser .block-title {
    margin-bottom: 0;
}
#chooser .row {
    /*margin-bottom: 8px;*/
}
#chooser .one-col,
#chooser .two-col,
#chooser .three-col,
#chooser .one-col.short {
    padding: 8px 4px;
    display: block;
    text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-top: 10px;
}
#chooser .two-col,
#chooser .three-col,
#chooser .one-col.short {
    float: left;
    margin: 10px 0.3836317135549872% 0;
}
#chooser .panel.button {
    margin: 10px 0.3836317135549872% 0!important;
}
#chooser .one-col.panel.button {
    margin-left: 0!important;
    margin-right: 0!important;
}
#chooser .panel.button.last-col {
    margin-right: 0!important;
}
#chooser .two-col:first-child,
#chooser .three-col:first-child,
#chooser .one-col.short:first-child {
    margin-left: 0;
}
#chooser .two-col.last-col,
#chooser .three-col.last-col,
#chooser .one-col.short.last-col {
    margin-right: 0;
}
#chooser .two-col,
#chooser .three-col {
    position:relative;
}
#chooser .one-col.short {
    float: none;
    display: inline-block;
    width: 60.31331592689295%; /* 462px / 766px */
    margin: 10px 0 0;
}
#chooser .two-col {
    width: 49.60835509138381%; /* 380px / 766px */
}
#chooser .three-col {
    width: 32.81114012184508%; /* 251,3333333333333px / 766px */
}

#chooser .two-col .dropdown-menu {
    width: 66%;
}
#chooser .three-col .dropdown-menu {
    width: 85%;
}

/* widths */

#chooser [class^="width-"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.one-col .width-full,
.two-col .width-full,
.three-col .width-full {
    width: 100%;
    margin: 2px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}
.one-col [class^="width-"] {
    margin: 4px 0.2631578947368421%; /* 2/760 */
}
.one-col .width-1-5 {
    width: 19.47368421052632%; /* (760 - (4x5))/5)/760 */

}
.one-col .width-1-3 {
    width: 32.80701754385965%; /* (760 - (4x3))/3)/760 */
}
.one-col .width-1-2 {
    width: 49.47368421052632%; /* (760 - (4x2))/2)/760 */
}

.two-col [class^="width-"] {
    margin: 4px 0.53475935828877%; /* 2/374 */
}
.two-col .width-1-3 {
    width: 31%; /* (374 - (4x3))/3)/374 */
}
.two-col .width-1-2 {
    width: 48.5%; /* (374 - (4x2))/2)/374 */
}
.three-col [class^="width-"] {
    margin: 4px 0.8163265306122449%; /* 2/245 */
}
.three-col .width-1-2 {
    width: 48%; /* (245 - (4x2))/2)/245 */
}



.panel {
    border: 1px solid #90aabe;
    -webkit-box-shadow: 1px 1px 0 #fff;
    -moz-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
.panel .inline-text {
    display: inline-block;
    line-height: 32px;
}

#chooser .panel h2.inline-text {
    margin: 4px 10px;
}
.panel,
.button.blue,
.button.long {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.panel.button {
    padding: 8px 0;
    font-size: 18px;
    line-height: 22px;
}
.panel .button {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #25aceb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YWNlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzgzY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #25aceb 0%, #0383cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aceb), color-stop(100%,#0383cd));
    background: -webkit-linear-gradient(top, #25aceb 0%,#0383cd 100%);
    background: -o-linear-gradient(top, #25aceb 0%,#0383cd 100%);
    background: -ms-linear-gradient(top, #25aceb 0%,#0383cd 100%);
    background: linear-gradient(to bottom, #25aceb 0%,#0383cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25aceb', endColorstr='#0383cd',GradientType=0 );
    border-color: #006eab;

    -webkit-box-shadow: 1px 1px 0 #fff;
    -moz-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}
.panel .button:hover {
    background: #67c6f3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YzZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzgzY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #67c6f3 0%, #0383cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67c6f3), color-stop(100%,#0383cd));
    background: -webkit-linear-gradient(top, #67c6f3 0%,#0383cd 100%);
    background: -o-linear-gradient(top, #67c6f3 0%,#0383cd 100%);
    background: -ms-linear-gradient(top, #67c6f3 0%,#0383cd 100%);
    background: linear-gradient(to bottom, #67c6f3 0%,#0383cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c6f3', endColorstr='#0383cd',GradientType=0 );
}

#chooser  .panel.height-3-rows {
    padding: 40px 4px;
}
#chooser  .panel.height-2_5-rows {
    padding: 36px 4px;
}
#chooser  .panel.height-2-rows {
    padding: 18px 4px;
}
/*.panel-small-height {
        height: 50px;
}
.panel-med-height {
        height: 80px;
}
.panel-large-height {
        height: 120px;
}*/

.button.blue   {
    -webkit-box-shadow: 1px 1px 0 #e5ebf1;
    -moz-box-shadow: 1px 1px 0 #e5ebf1;
    box-shadow: 1px 1px 0 #e5ebf1;
}

#chooser h2 {
    font-size: 1.125em;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    padding: 0 0 5px;
    margin: 0;
    color: #4e5b64;
}

/*---------- embedded video -------------*/

.video-container video,
.video-container iframe,
.video-container embed,
.video-container object {
    max-width: 100%;
    height: auto;

}

.video-container {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
    background: #fff;
}
.vendor {
    padding: 0;
    margin: 0;
}

/*----------- Category chooser -----------*/

.category-chooser li {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom: .5em;
    color: #6A7C88;
}
.category-chooser li label {
    font-size: .75em;
}
.category-chooser li.col-full-width label {
    margin-right: .75em;
}
.category-chooser li.col-one-quarter label {
    display: block;
}

.category-chooser li.col-one-quarter {
    width: 24.19354838709677%; /*180px / 744px */
    margin-left: 1.075268817204301%; /* 8px / 744px */
}
.category-chooser li.col-one-quarter:first-child {
    margin-left: 0;
}
.category-chooser li.col-full-width,
.category-chooser li.col-one-quarter .hover {
    padding: 6px 6px 8px;
}
.category-chooser li.col-one-quarter .hover {
    height: 180px;
}
.category-chooser .image-container {
    display: block;
    float: none;
    border: none;
    padding: 0;
    margin: .25em 0 .375em;
    box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;

}
.category-chooser .image-container img {
    width: 100%;
    height: auto;
}
.category-chooser li h4 {
    font-size: .875em;
    margin: .25em 0 .375em;
    /*color: #6a7c88;*/
}

/*------------ Dropdown menu --------------*/

.dropdown-menu {

}
.dropdown-menu a {
    color: inherit;
}
.dropdown-menu {
    position: relative;
    text-align: center;
    outline: none;
    z-index: 9999;
    padding: 0;
    width: 220px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.dropdown-menu > li > a {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 6px 0 7px;
}
.dropdown-menu ul li  {
    font-size: .825em; /* 14px / 16px */
}
.dropdown-menu > li > a i {
    margin-left: .25em;
    font-size: .825em;
}
.dropdown-menu ul {
    position: absolute;
    display: none;
    padding: 4px 0 5px;
    top: 29px;
    left: 0;
    width: 100%;
    border-color: #b9c3ca;
    border-width: 1px;
    border-style: solid;
    background: #edeff8;

    box-shadow: 0px 1px 2px rgba(134, 157, 172, .75);
    -moz-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
    -khtml-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
    -webkit-box-shadow: 0px 2px 2px rgba(134, 157, 172, .75);
}
.dropdown-menu:hover ul {
    display: block;
}
.dropdown-menu ul li a {
    display: block;
    padding: 3px 10px;
}
.dropdown-menu ul li a:hover {
    background: #d8e0ec;
    text-decoration: none;
}

/* touch */
.touch  .dropdown-menu {
    z-index: 0;
}

.touch .dropdown-menu > li > a {
    display: none;
}
.touch .dropdown-menu ul {
    position: static;
    display: block;

    padding: 0;
    border: none;


    box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
}
.touch .dropdown-menu ul li {
    margin-bottom: 4px;
}
.touch  #chooser .dropdown-menu ul li h2 {
    margin: 0;
    padding: 0;
}
/*-------------- Property details -------------*/

.property-datasheet {
    position: relative;
}
.property-datasheet.col-two-fifth {
    margin-left: 0!important;
}
.property-datasheet table {
    font-size: .875em; /* 14px / 16px */
    line-height: 125%;
    width: 100%;
}
.property-datasheet tbody th {
    /*font-weight: 400;*/
}
.property-datasheet tbody h2,
.property-datasheet tbody h3,
.property-datasheet tbody h4 {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;

}
.property-datasheet table {
    border-bottom: 1px solid #EEF0F8;
}
.property-datasheet .highlight table {
    border-bottom-color: #e2e6f3;
}
.property-datasheet .highlight table + div {
    margin-top: .5em;
}
.property-datasheet tbody th,
.property-datasheet tbody td {
    padding: .25em .5em;
}
.property-datasheet tbody td[colspan="2"] {
    padding: .5em;
}
.property-datasheet tbody tr:nth-child(odd) th,
.property-datasheet tbody tr:nth-child(odd) td {
    background-color: #EEF0F8;

}
.property-datasheet .highlight tbody tr:nth-child(odd) th,
.property-datasheet .highlight tbody tr:nth-child(odd) td {
    background-color: #e2e6f3;
}
.property-datasheet .highlight tbody tr:nth-child(even) th,
.property-datasheet .highlight tbody tr:nth-child(even) td {
    background-color: #fff;

}
.property-datasheet tbody th {
    width: 38%;
    text-align: left;
    padding-right: 0;
}
.property-datasheet tbody td {
    color: #4E5B64;
    padding-left: 0;
}
.property-datasheet tr.price > *,
.property-datasheet tr.monthly-payment > * {
    padding-top: .5em;
    padding-bottom: .5em;
}
.property-datasheet tr.sale {
    color: #D24615;
}
.property-datasheet tr.price.old td {
    text-decoration: line-through;
    font-size: inherit;
    color: inherit;
}
.property-datasheet tr.price > * {
    background-color: #FFE9C1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.property-datasheet .price td,
.property-datasheet tr.monthly-payment td {
    font-size: 1.285714285714286em; /* 18px /14px */
}
.property-datasheet .price td {
    color: #D24615;
}
/* header */
/*.project-details .page-header .hgroup,*/
.property-details .page-header .hgroup {
    width: 80%;
}
.project-details .type {
    display: inline-block;
    margin-left: .25em;
}
.property-details .page-header .hgroup .price {
    display: inline-block;
    margin-left: .5em;
    color: #D24615;
}
.property-details .page-header .hgroup .price strong {
    color: #D24615;
}
.property-details .page-header .hgroup .price .old {
    color: #6A7C88;
}
.property-details .page-header .hgroup .price .old strong {
    color: inherit;
    text-decoration: line-through;
}
.property-details .page-header .hgroup .price .sale {
    margin-left: .25em;
    display: inline-block;

}
.property-details .page-header .hgroup .price .sale strong {
    color: #D24615;
}
.property-details .page-header h1,
.project-details .page-header h1 {
    font-size: 2em;
    line-height: 130%;
    margin: .5em 0 .125em;
}
.property-details .page-header h1 .label {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 5px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 18px;
    background: #277db8;
    color: #fff;
    overflow: hidden;
}
.property-details .page-header h1 .label::before,
.property-details .page-header h1 .label::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    right: 0;
    margin-right: -15px;
    background: #fff;
}
.property-details .page-header h1 .colon-after {
    color: #4e5b64;
}
.property-details .page-header h1 .colon-after::after {
    content: ": "
}
.property-details .page-header h1 .normal {
}
.property-details .page-header h1 .label::before {
    top: 0;
    transform: rotate(60deg);
    margin-top: -15px;
}
.property-details .page-header h1 .label::after {
    bottom: 0;
    transform: rotate(-60deg);
    margin-bottom: -15px;

}
.property-details .page-header h2,
.project-details .page-header h2 {
    font-size: 1em;
}
.property-details .page-header .hgroup h1 .price {
    display: block;
    font-size: 16px;
    margin-left: 0;
    margin-top: 5px;
}
.property-details .page-header .hgroup h1 .price span {
    display: inline-block;
    margin-right: 10px;
}
.property-details .right-side {
    max-width: 20%;
}

div.description {
    /*font-size: 0.875em;*/
    font-size: 1em;
    line-height: 130%;
    margin-bottom: 1em;

}
.property-details .property-id,
.project-details .property-id  {
    margin-top: 1.75em;
    background: /*#FFE9C1*/ #EEF0F8;
    font-size: .75em;
    padding: .75em;
}
.property-datasheet > h2 {
    font-size: 1em;
    margin: 1.25em 0 .625em;
}
.project-details .property-datasheet h2 {
    font-size: 1.25em;
    margin: 1.25em 0 .625em;

}
.property-datasheet > h2:first-child,
.project-details .property-datasheet h2:first-child {
    margin-top: .25em;
}

.project-photos-mobile p {
    margin: 0 0 1.25em;
    /*font-size: .875em;*/
}
/* images */

.property-details .property-photos-mobile {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.property-details .property-photos > a {
    float: left;
    display: block;
    margin-left: 1.063829787234043%;
    width: 49.46808510638298%;
    margin-bottom: .375em;
}
.property-details .property-photos > a:nth-child(odd) {
    margin-left: 0;

}
.property-details .property-photos img {
    width: 100%;
    height: auto;
}
.property-details .property-photos .button-bar {
    float: left;
    width: 100%;
}

/* badge */

.property-datasheet .badge {
    position: absolute;
    top: -3.5em;
    width: 6em;
    height: 4em;
    line-height: 4em;

    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 24px;

    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;

    color: #fff;
    background: url(images/badge.png) no-repeat;
    background: rgba(255,68,68,.8);

    box-shadow: 0px 2px 4px rgba(0, 0, 0, .9), inset 0 0 .25em rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .9), inset 0 0 .25em rgba(0,0,0,.3);
    -khtml-box-shadow: 0px 2px 4px rgba(0, 0, 0, .9), inset 0 0 .25em rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .9), inset 0 0 .25em rgba(0,0,0,.3);

    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);

}
.property-details .small {
    font-size: 11px;
    opacity: .65;
}
.property-details .block {
    display: block;
}

/*-------------- Project details --------------*/
.project-photos {
    margin-bottom: 1.25em;
    padding: 1.25em 2.08768267223382%; /* 20px / 958px */
    background: #EEF0F8;
    text-align: center;
}
.project-photos .image-container {
    display: inline-block;
    position: relative;
    text-align: center;
    float: none;
    width: 31.5%;
    margin-left: 1%;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.project-photos .image-container img {
    float: left;
    width: 100%;
    height: auto;
}
.project-photos p {
    margin: .5em 0;
}
/* 10px / 918px */
/* 300px / 918px */
.property-photos a {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    float: left;
    padding: 4px;
    border: 1px solid #cbd2d8;
    background: #fff;
    display: block;
}
.property-photos a:hover {
    border-color: #f48d27;
    background-color: #fff1d6;
}

/* preview-360 -*/

.preview-360 {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    top: -20px;
    margin: 0;
    border-radius:  50%;

}
.preview-360::before {
    /*position: absolute;*/
    position: relative;
    display: block;
    content:"";
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,.8) url(images/icon360_large.png) no-repeat 0 0;
    border-radius:  50%;
    margin: 0;
    left: 0;
    top:0;
    transition: 300ms all ease-in;
    transform: scale(1,1)
}
.preview-360:hover::before{
    background-color:  #ce7b28;
    transform: scale(.95,.95);
}
preview-360-thumb {
    position: relative;
}
.preview-360-thumb::before {
    /*position: absolute;*/
    position: relative;
    display: block;
    content:"";
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.85) url(images/icon360.png) no-repeat 0 0;
    border-radius:  50%;
    margin: 0px 0 0 -30px;
    left: 50%;
    top: 50%;
}


.webseta-youtube{
    background-image:  url(images/webseta_youtube_1.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;
}
.webseta-youtube:hover{
    background-image:  url(images/webseta_youtube_2.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;

}.webseta-facebook-video{
    background-image:  url(images/webseta_facebook_video_1.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;
}
.webseta-facebook-video:hover{
    background-image:  url(images/webseta_facebook_video_2.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;

}.webseta-facebook-galeria{
    background-image:  url(images/webseta_facebook_galeria_2.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;
}
.webseta-facebook-galeria:hover{
    background-image:  url(images/webseta_facebook_galeria_1.png);
    background-repeat: no-repeat;
    display: block;
    cursor:pointer;
    width: 100%;
    height: 124px;
}


/*------------------ Partners ------------------*/

#partners {
    margin: 1.25em 0 1.5em;
    line-height: 130%;
}
#partners .image-container {
    margin-right: .75em;
}
#partners .image-container,
#partners .image-container table,
#partners .image-container td {
    width: 180px;
    height: 140px;
}

#partners .image-container img {
    max-width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
}
#partners .image-container table,
#partners .image-container td {
    vertical-align: middle!important;
    text-align: center;
}
#partners h2 {
    font-size: 1em;
    margin: .375em 0 ;
}
#partners > li:first-child {
    border-top: 1px solid #cdd5da;
}
#partners > li {
    padding: .5em .5em .625em;
    border-bottom: 1px solid #cdd5da;
}
#partners > li:nth-child(odd) {
    background: #eef0f8;

}
#partners li li {
    font-size: 0.875em;
}

/*---------------- Statistics ----------------*/

.statistics p {
    font-size: 16px;
    margin: 8px 0;
}

.statistics .em {
    display: block;
    font-size: 21px;
    padding: 8px 5px;
    background: #FFE9C1;
}
.statistics .em.noresults {
    font-size: 18px;
}
.statistics em {
    font-style: normal;
}
.statistics .price {
    color: #D24615;
}

/*---------------- Banner slider ----------------*/

.banner-slider {
    position: relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    background-color: #d8e0ec;
    /*margin: 0 0 30px 60px;*/
    /*width: 360px;*/
    padding: 8px 24px;
    margin-bottom: 24px;
    width: 100%;
}
.banner-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.banner-slider li {
    padding: 0;
    margin: 2px;
    display: block;
    float: left;
}
.banner-slider li a {
    display: block;
    padding: 6px;
    height: 120px;
    overflow: hidden;
}
.banner-slider li:hover a {
    text-decoration: none;
}
.banner-slider.responsive {
    width: auto;
    margin-left: 0;
}
.banner-slider .prev,
.banner-slider .next {
    position: absolute;
    display: block;
    top: 50%;
    color: #aabacd;
    margin-top: -10px;
}
.banner-slider .prev:hover,
.banner-slider .next:hover {
    text-decoration: none;
    color: #287eba;
}
.banner-slider .prev {
    left: 4px;
}
.banner-slider .next {
    right: 4px;
}
.banner-slider figure {
    float: left;
    width: 120px;
    margin-right: 10px;
}
.banner-slider h3 {
    font-size: 16px;
    margin: 6px 0;
}
.banner-slider p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.banner-slider .old-price {
    text-decoration: line-through;
}
.banner-slider .price {
    font-weight: 700;
    color: #d24615;
}

/**************************************************

                                         FOOTER

**************************************************/

#footer {
    color: #fff;
    border-top: 1px solid #19537c;
    border-bottom: 1px solid #0E2938;
    background: #1a679c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNjc5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMzM4ZWNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjNzFhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #1a679c 0%, #338ecd 3%, #1c71ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a679c), color-stop(3%,#338ecd), color-stop(100%,#1c71ab));
    background: -webkit-linear-gradient(top,  #1a679c 0%,#338ecd 3%,#1c71ab 100%);
    background: -o-linear-gradient(top,  #1a679c 0%,#338ecd 3%,#1c71ab 100%);
    background: -ms-linear-gradient(top,  #1a679c 0%,#338ecd 3%,#1c71ab 100%);
    background: linear-gradient(to bottom,  #1a679c 0%,#338ecd 3%,#1c71ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338ecd', endColorstr='#1c71ab',GradientType=0 );
}
#footer a {
    color: inherit;
}
.simple-list h3,
.simple-list h2 {
    font-size: 1em;
    margin: 0 0 .75em;
}
#footer .simple-list {
    font-size: .8571428571428571em; /* 12px /14px */
}
#footer .menu {
}

/******************************************************

                                        MODAL WINDOW

.form_error {margin:10px 0; padding:10px;border:1px solid red; color:red;font-weight:bold; }
******************************************************/

#modal-window-wrapper {
    position: fixed;
    z-index: 10001;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.8);

}
#modal-window {
    position: absolute;
    background: #fff;
    width: 640px;
    left: 50%;
    margin-left: -320px;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;

}
#modal-window-inner {
    padding: 20px 30px 35px 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    overflow: auto;
}

#modal-window .close-window {
    z-index: 9999;
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(images/icons.png) no-repeat 0 -240px;
    text-align: center;
    color: #999;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
    -khtml-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
}
#modal-window.low-height .close-window {
    right: 5px;
    top: 5px;
}

#modal-window .icon-remove {
    height: 40px;
    line-height: 40px;
}
#modal-window .close-window:hover {
    color: red;
    text-decoration: none;
}
#modal-window form {
    margin-bottom: 0;
}
#modal-window .input {
    margin-bottom: 10px;
}


/*----------- Social share ------------*/

div#socials-share > div.sosa-box {
    width: 310px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: -310px;
}

div#socials-share > div.sosa-box > div {
    background: #333;
}

div#socials-share > div.sosa-box > a {
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    z-index: 99;
}

div#socials-share > div.sosa-box > a#sosa-facebook {
    background: url('images/facebook.jpg') 0 0 no-repeat;
    /* bottom: 126px; */
    bottom: 73px;    
    left: -48px;
}

/*
div#socials-share > div.sosa-box > a#sosa-google {
    background: url('images/google.jpg') 0 0 no-repeat;
    bottom: 73px;
    left: -48px;
}
*/

div#socials-share > div.sosa-box > a#sosa-tel {
    background: url("images/telicon.jpg") 0 0 no-repeat;
    bottom: 20px;
    left: -48px;
}


/**************************************************

                                 MOBILE AND TABLETS

**************************************************/

/*-------------- Tablets portrait ---------------*/

@media screen and (max-width: 960px) {

    body {
        width: 100%;
    }
    .margin  {
        width: 96%;
        margin: 0 auto
    }

    #left-nav,
    .desktop {
        display: none!important;
    }
    .tablet {
        display: block;
    }

    #header {
        width: 100%;
    }
    #top-bar {
        display: block;
        /*float: none;
        height: 30px;
        text-align: center;*/
        /*display: none;*/
    }
    .current-date {
        display: none;
    }

    #top-bar .menu {
        float: none;
        display: block;
        text-align: center;
    }
    #top-bar .menu li {
        display: none;
        float: none;
        text-align: center;
        margin: 0 auto;

    }
    #top-bar .menu li:last-child {
        display: block;
    }
    .home .breadcrumbs {
        display: block;
    }
    .breadcrumbs {
        position: relative;
        margin-top: 0;
        z-index: 1000;
        /*overflow-x: auto;*/
        background: #eef0f8;
        height: 36px;
        border-bottom: 1px solid #cfd2df;
    }
    .breadcrumbs.margin {
        margin-left: 0;
        margin-right: 0;
        padding: 0 2%;
    }
    .breadcrumbs ol li {
        font-size: 1.125em; /* 18px / 16px */
        height: 2.25em;
        line-height: 2.25em;
    }
    .breadcrumbs ol li:last-child {
        display: none;
    }
    .breadcrumbs ol li:first-child {
        display: block;
    }
    .breadcrumbs ol li a {
        height: 2.25em;
        line-height: 2.25em;
        margin-right: 0;
        padding: 0 .25em 0 1em;
        background: url(images/breadcrumbs_arrow_mobile.png) no-repeat left center;
    }
    .breadcrumbs ol li:first-child {
        margin-right: -.25em;
    }
    .breadcrumbs ol li:first-child a {
        width: 1em;
        text-indent: -999em;
        background-image: url(images/breadcrumbs_home_mobile.png);
        background-position: .5em center;
        background-repeat: none;
    }

    /* mobile-nav */
    /*
    #mobile-nav-toggle {
            display: block;
            float: right;
            width: 36px;
            height: 36px;
            background-image: url(images/icons.png);
            }
            #mobile-nav-toggle.opened {
                    background-position: 0 -38px;
                    }
    #mobile-nav {
            display: block;
            position: absolute;
            top: -999em;
            left: 0;
            right: 0;
            background: #fff;
            background: rgba(255,255,255,.9);
            z-index: 10001;

            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
            -moz-box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.35);
            -khtml-box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.35);
            -webkit-box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.35);

            }
            #mobile-nav.opened {
                    top: 37px;
                    }
            #mobile-nav li {
                    float: left;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                    box-sizing:border-box;
                    width: 50%;
                    border-bottom: 1px solid #d9d9d9;
            }
            #mobile-nav li:nth-child(odd) {
                    border-right: 1px solid #d9d9d9;
            }
            #mobile-nav li a {
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    padding-left: 20px;
                    color: #4e5b64;
            }
            #mobile-nav li a:hover {
                    text-decoration: none;
            }

    */
    #mobile-nav-wrapper {
        /*float: none;*/
        margin-right: 0;
    }
    #mobile-nav-toggle {
        display: block;
        width: 36px;
        height: 36px;
        background-image: url(images/icons.svg);
    }
    #mobile-nav-toggle.opened {
        background-position: 0 -38px;
    }
    .no-svg #mobile-nav-toggle {
        background-image: url(images/icons.png);
    }

    #mobile-wrapper {
        position: absolute;
        top: -9999px;
        right: 0;
        left: 0;
        width: 100%;
        display: block;
    }
    #mobile-wrapper.opened {
        top: 37px;
    }
    #mobile-nav {
        opacity: 0;
        background: #fff;
        background: rgba(255,255,255,.9);
        padding: 10px 0 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,.3);
        /*border-top: 1px solid #d9dde9;	*/

    }
    .opened #mobile-nav {
        opacity: 1;
        /*top: 80px;*/
    }
    #mobile-nav > li {
        float: left;
        width: 100%;
        border-top: 1px solid #d9dde9;
    }
    #mobile-nav > li:first-child {
        border-top: none;
    }
    #mobile-nav a {
        display: block;
    }
    #mobile-nav a:hover {
        text-decoration: none;
    }
    #mobile-nav > li {
        font-size: 16px;
        /*		line-height: 50px;*/
        /*text-transform: uppercase;*/
    }
    #mobile-nav a {
        transition: none;
        color: #4e5b64;
    }
    #mobile-nav > li > a {
        padding: 10px 30px 10px 30px;
        line-height: 20px;
    }
    .mobile-nav-has-sub-menu #mobile-nav > li > a {
        padding: 10px 30px 10px 56px;
    }
    #mobile-nav li:hover a,
    #mobile-nav > li.current-menu-item a
    #mobile-nav > li.current-page-item a {
        background-color: transparent;
    }
    #mobile-nav > li.opened {
        background: #222930;
    }
    #mobile-nav .has-sub-menu > a {
        position: relative;
    }
    #mobile-nav .has-sub-menu > a:before {
        position: absolute;
        left: -3px;
        top: 2px;
        content:"";
        display: block;
        width: 36px;
        height: 36px;
        background-image: url(images/icons.svg);
        background-repeat: no-repeat;
        background-position: 0 -76px;

    }
    #mobile-nav .has-sub-menu.opened > a:before {
        background-position: 0 -114px;
    }
    .no-svg #mobile-nav .has-sub-menu > a:before {
        background-image: url(images/icons.png);
    }
    #mobile-nav {
        margin: 0;
    }
    #mobile-nav > li {
        padding: 0;
    }
    #mobile-nav li ul {
        /*position: absolute;
        left: -9999px;
        max-width: none;*/
        /*transition: none;*/
        display: none;
        transform: none;
        background: #1d2329;
        opacity: 1;
        box-shadow: none;
        transition: all ease 500ms, left linear 1ms;
        width: 100%;
        padding: 10px 0 12px;
    }
    #mobile-nav .has-sub-menu.opened > a {
        background: #eef0f8;
    }
    #mobile-nav .has-sub-menu.opened ul {
        display: block;
        background: #dfe1eb;
    }

    #mobile-nav li.opened ul {
        float: left;
        position: static;
        left: 0;
    }
    #mobile-nav li li a {
        /*color: #fff;
        padding: 5px 10px 5px 70px;
        line-height: 20px;
        font-size: 18px;
        text-transform: none;
        transition: all ease 500ms, left linear 1ms;*/

    }
    #mobile-nav li:hover li a {
        padding: 5px 10px 5px 70px;
    }
    #mobile-nav li li a:hover {
        background-color: transparent;
    }
    #mobile-nav li.opened li a {
        padding: 10px 10px 10px 70px;
    }


    #header-main {
        width: 100%;
    }
    #header-main .margin {
        padding: 0 2%;
    }
    #header-main img {
        display: none;
    }
    #header-main .hgroup,
    #header-main.banner .hgroup {
        text-align: center;
        float: none;
    }
    #header-main.banner .banner {
        display: none;
    }
    #header-main img.logo + .hgroup,
    #header-main img.header-image + .hgroup,
    #header-main .header-image-wrapper + .hgroup {
        position: relative;
        top: 0;
        overflow: hidden;
        width: 100%;
    }
    #left-nav {
        display: none;
        /*background: pink;*/
    }
    /*	#logo a img + span {
                    position: static;
                    top: auto;
                    }*/



    #main-content,
    #left-nav + #main-content {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        float: none;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    .page-header {
        text-align: center;
    }
    .page-header h2 {
        margin-top: .5em;
    }
    #right-sidebar,
    #chooser {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        width: 100%;
        float: none;
    }
    #chooser {
        margin-bottom: 10px;
        border-bottom: none;
    }

    #chooser .block-title {
        padding-top: 10px;
    }
    #right-sidebar {
        float: none;
        width: 100%;
    }
    #content {
    }
    /*.search-results .description,*/
    .search-results .price-difference {
        display: none;
    }
    #recommendations {
        margin: 20px 0;
    }
    .search-results {
    }

    .bullet-list {
        overflow: hidden;
    }
    .bullet-list li  {
        width: 49%;
        margin-left: .5%;
        float: left;

        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;

        border-width: 1px;
        border-style: solid;
        border-color: #b9c3ca;
        background: #edeff8;
        color: #4e5b64;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #f7f9fc 0%, #edeff8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9fc), color-stop(100%,#edeff8));
        background: -webkit-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: -o-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: -ms-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: linear-gradient(to bottom,  #f7f9fc 0%,#edeff8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#edeff8',GradientType=0 );

        box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
    }
    .bullet-list li a {
        display: block;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #category-chooser {
    }
    #category-chooser .col-one-quarter {
    }
    #category-chooser .col-one-quarter .col-one-half {
        width: 100%;
        margin: 0;
    }
    #category-chooser li.col-one-quarter .hover {
        height: 270px;
    }
    .property-details .right-side {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: -10px;
    }
    .property-details .right-side .button-bar {
        /*display: none;*/
    }
    .property-details .right-side .property-id {
        background: none;
        margin: 0;
        padding: 0;
        text-align: center;
        float: none;
        width: 100%;
    }
    /*.project-photos {*/
    /*padding: 1.25em 2.08768%;*/
    /*}
    .project-photos .images-wrapper {
            overflow-x: auto;
            overflow-y: hidden;
            height: 200px;
            }
    .images-wrapper .image-container {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            width: auto;
            border: none!important;
            padding: 0!important;
            box-shadow: none;
            -moz-box-shadow: none;
            -khtml-box-shadow: none;
            -webkit-box-shadow: none;
            }
    .project-photos .image-container table,
    .project-photos .image-container td,
    .images-inner-wrapper {
            height: 12.5em;
            }
    .project-photos .image-container img {
            height: 200px;
            width: auto;
            float: left;
            margin: 0;

            }*/
    .project-details .page-header .hgroup,
    .property-details .page-header .hgroup {
        float: none;
        width: 100%;
    }
    .project-photos .image-container {
        width: 47.5%;
    }
    .project-photos .image-container:nth-child(3) {
        display: none;
    }



    #footer {
        float: none;
    }
    #footer-links {
        display: none;
    }
    #footer-bar {
        float: none;
        width: 100%;
        height: 30px;
    }
    #footer-bar .copyright {
        text-align: center;
    }
    #footer-bar .menu {
        display: none;
        /*float: none;
        text-align: center;*/
    }
    #footer-bar .menu li {
        display: inline-block;
        float: none;
        text-align: center;
    }


    #top-bar .menu.separator-left,
    #footer .menu.separator-left {
        border: none;
    }

    .button {
        margin-top: .25em!important;
        margin-bottom: .25em!important;
    }

    .adaptive-col-1-2 {
        width: 40%;
        margin:  0 1.5%;

    }

    .post-list.big {
        width: 100%;
    }

    /* pulsing button */
    .pulsing-button {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .pulsing-button,
    .pulsing-button:hover {
        padding: 0 20px;
    }
    .pulsing-button span {
        height: 40px;
    }
    .pulsing-button span,
    .pulsing-button:hover span {
        padding-right: 0;
    }
    .pulsing-button span::after {
        display: none;
    }


    /* sticky box */

    .sticky-box,
    .sticky-box.active {
        position: relative!important;
        width: 100%!important;
        bottom: auto!important;
        right: auto!important;
        left: auto!important;
    }
    #sticky-box-hook {
        height: auto!important;
    }
    .sticky-box .icon-remove::before {
        display: none;
    }
    /* misc */

    .dropdown-menu ul li a {
        padding: 10px;
    }
    .post-list.small li {
        padding-top: 4px;
        padding-bottom: 4px;
        background-position: 2px 14px;
    }
    .bullet-list li {
        padding: 10px 5px;
    }
    .bullet-list li a {
        /*		display: block;
                        padding: 10px 5px;
                        box-sizing: border-box;		*/
    }

    .checkbox-list li label {
        padding: 8px 0;
        display: block;
    }

    .category-chooser li.col-one-quarter label {
        padding: 8px 0;
    }

    .post-list.small li a {
        display: inline-block;
        padding: 5px 0;
    }
    #category-chooser .hover > div.clearfix {
        display: none;
    }
    #category-chooser li.col-one-quarter .hover {
        height: auto;
    }
    .category-chooser li label {
        display: inline-block;
        padding: 10px 0;
    }
    /*.button.normal {
            height: 30px;
            line-height: 28px;
    }*/
}
/*-------------- Mobile view ---------------*/

@media screen and (max-width: 640px) {

    body,
    .block-title,
    .dropdown-menu a,
    .list.big h3,
    .list.small h3,
    .list.small h4,
    .post-list.small li,
    .post-list.small h4,
    .post-list.small h3,
    .sale span,
    .search-results-mobile .price span,
    .property-datasheet tbody h2,
    .property-datasheet tbody h3,
    .property-datasheet tbody h4,
    .property-details .page-header .hgroup .price,
    .property-details .page-header .hgroup .price .old strong,
    .project-details .page-header .hgroup .type,
    #header-main h2,
    #header-main .h2  {
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
    }
    strong,
    b,
    #left-nav .menu.primary > li > a,
    #left-nav .menu.custom > li > a,
    #chooser h2,
    .list.big h3.strong,
    #footer h2,
    #footer h3,
    #footer h4,
    .post-list .post h1,
    h1, h2, h3, h4, h5, h6,
    .button.big,
    #left-nav form.box .label,
    .bold,
    .search-results .sale,
    .search-results-mobile .price,
    .property-details .page-header .hgroup .price strong,
    .property-datasheet .badge {
        font-weight: 700;
    }

    body {
        width: 100%;
    }

    .col-one-half,
    .col-one-third,
    .col-one-quarter,
    .col-one-fifth,
    .col-two-fifth,
    .col-three-fifth {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .adaptive-col-1-2 {
        width: 100%;
        display: block;
        margin:  0 0 10px;

    }
    .adaptive-col-1-2 li {
        margin: 4px 0;
    }
    .height-250 {
        /*height: auto;*/
        max-height: 350px;
    }

    .tablet {
        display: none;
    }
    .mobile {
        display: block;
    }
    .button.big.wide {
        padding: 0 2em;
    }

    .margin {
        width: 93.75%;
    }
    #header {
    }
    #top-bar {
    }
    #header-main {
    }
    #header-main h1,
    #header-main .h1 {
        font-size: 24px; /* 24/16 */
        line-height: 120%;
        padding: .25em 0;
    }
    #header-main h2 {
        /*font-size: 0.875em; *//* 14/16 */
    }
    .breadcrumbs.margin {
        padding: 0 3.125%;
    }
    .breadcrumbs ol li {
        font-size: 1em;
    }

    /* mobile-nav */

    /*#mobile-nav li {
            width: 100%;
    }
    #mobile-nav li:nth-child(odd) {
            border-right: none;
    }*/


    #main-content {
    }
    #chooser {
    }
    #chooser .block-title {
    }
    #content {
    }
    form .inline .label {
        text-align: left;
        width: 100%;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select {
        height: 30px;
    }
    form.border,
    .body.border  {
        border: none;
    }
    form.box,
    .body.box {
        margin-bottom: 16px;
        padding: 0;
    }
    form.shadow-light,
    .body.shadow-light {
        box-shadow: none;
        -moz-box-shadow: none;
        -khtml-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
    }
    /*.table-wrapper {
            overflow-x: auto;
            }
            .table-wrapper table {
                    width: 41em;
                    }*/
    #recommendations {
    }
    .search-results {
    }
    .bullet-list {
        /*display: none;*/
    }
    .bullet-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        /*padding: 5px;*/
    }
    .bullet-list li a {
        text-overflow: clip;
        white-space: inherit;
        height: auto;
        line-height: 20px;
    }
    .page-header {
        margin-bottom: .8em;
    }
    .page-header h2 {
        font-size: 1.25em;
    }
    #category-chooser {
    }
    .category-chooser li.col-one-quarter {
        width: 100%;
        margin: 6px 0;
    }
    #category-chooser li.col-one-quarter .hover {
        height: auto;
    }
    .category-chooser .image-container  {
        display: none;
    }
    .category-chooser li.col-full-width label {
        display: block;
        margin: .5em 0;
        width: 100%;
    }

    .property-details .right-side {
    }
    .property-details .right-side .property-id {
    }
    .project-details .page-header .hgroup,
    .property-details .page-header .hgroup {
    }
    .property-details .property-photos > a {
        width: 100%;
        margin: 0 0 .25em 0;
    }
    .project-photos {
        background-color: #fff!important;
        padding: 0;
        margin-bottom: 0;
    }
    .project-photos .image-container {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .project-photos .images-inner-wrapper {
        margin: 0;
        padding: 0;
    }
    .project-photos table {
        width: 100%;
    }
    .project-photos .image-container img {
        margin: 0;
    }
    .project-photos .image-container:nth-child(2),
    .project-photos .image-container:nth-child(3) {
        /*display: none;*/
    }
    .project-photos + p {
        margin-top: 5px;
    }
    .property-photos img,
    .project-photos img {
        height: auto!important;
    }
    .property-details .page-header h1,
    .project-details .page-header h1 {
        font-size: 1.5em;
    }
    #partners .image-container {
        display: none;
    }
    .pager-bar {
        padding-left: 0;
        padding-right: 0;
    }
    .pager-bar .button.normal {
        padding-left: .25em;
        padding-right: .25em;

    }


    #footer {
    }
    #footer-links {
    }
    #footer-bar {
    }
    #footer-bar .menu {
    }


    .dropdown-menu {
        z-index: 0;
    }
    .dropdown-menu > li > a {
        display: none;
    }
    .dropdown-menu ul {
        position: static;
        display: block;

        padding: 0;
        border: none;


        box-shadow: none;
        -moz-box-shadow: none;
        -khtml-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .dropdown-menu ul li {
        margin-bottom: 4px;
    }
    #chooser .dropdown-menu ul li h2 {
        margin: 0;
        padding: 0;
    }
    .dropdown-menu ul li {
        border-width: 1px;
        border-style: solid;
        border-color: #b9c3ca;
        background: #edeff8;
        color: #4e5b64;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #f7f9fc 0%, #edeff8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9fc), color-stop(100%,#edeff8));
        background: -webkit-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: -o-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: -ms-linear-gradient(top,  #f7f9fc 0%,#edeff8 100%);
        background: linear-gradient(to bottom,  #f7f9fc 0%,#edeff8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#edeff8',GradientType=0 );

        box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -khtml-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
        -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
    }




    .box fieldset:first-child > h3:first-child {
        margin-top: 0;
    }

    img.align-left {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .align-right {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .equal-heights > div {
        min-height: 0!important;
    }
    .post-source span {
        display: block;
        margin-right: 0;
        text-align: center;
        max-width: 100%;

    }

    /*----------------- Box -----------------*/

    .border {
        border: 1px solid #b9c3ca;
    }
    .box.icon-box {
        padding: 12px;
    }
    .box.icon-box:after {
        display: none;
    }

    /* input combo */

    .input-combo > * {
        float: none;
    }
    .input-combo input[type="text"],
    .input-combo input[type="email"] {
        width: 100%;
        box-sizing: border-box;
        /*   border-top-right-radius: 0.1875em;
               border-bottom-right-radius: 0.1875em;*/
        margin-bottom: 6px;
        margin-right: 0;
        border-color: #ead69c!important;
    }
    .input-combo .button {
        /*   border-top-left-radius: 0.1875em;
               border-bottom-left-radius: 0.1875em;*/
    }


    /*---------------- Chooser --------------*/

    #chooser .two-col,
    #chooser .three-col,
    #chooser .one-col.short {
        float: none;
        margin: 10px 0 0;
    }
    #chooser .two-col,
    #chooser .three-col,
    #chooser .one-col,
    #chooser .one-col.short {
        width: 100%;
        display: block;
    }
    #chooser .two-col .dropdown-menu,
    #chooser .three-col .dropdown-menu {
        width: 90%;
    }

    /* widths */

    .one-col [class^="width-"] {
    }
    .one-col .width-1-5 {
        width:80%;

    }
    .one-col .width-1-3 {
        width: 80%;
    }
    .one-col .width-1-2 {
        width: 80%;
    }

    .two-col [class^="width-"] {
    }
    .two-col .width-1-3 {
        width: 80%; /* (374 - (4x3))/3)/374 */
    }
    .two-col .width-1-2 {
        width: 48%; /* (374 - (4x2))/2)/374 */
    }
    .three-col [class^="width-"] {
        margin: 4px 0.8163265306122449%; /* 2/245 */
    }
    .three-col .width-1-2 {
        width: 48%; /* (245 - (4x2))/2)/245 */
    }

    /*-------------- Forms ----------------*/
    .search-combo .search-submit {
        width: 33px;
    }
    .search-combo button {
        width: 38px;
    }

    .search-combo .button {
        height: 38px;
    }
    .search-combo .button-text {
        text-indent: -999em;
        margin-right: -2px;
    }

    /* general-inline */

    .general-inline .label,
    .general-inline .input {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align:left;
    }
    .general-inline label {
        display: block;
        padding: 6px 0;
    }
    .general-inline h3 {
        margin-left: 0;
    }
    .general-inline select + input {
        margin-top: 8px;
    }

    .general-inline input[type="text"].extra-short,
    .general-inline input[type="password"].extra-short,
    .general-inline textarea.extra-short,
    .general-inline select.extra-short,
    .general-inline input[type="text"].short,
    .general-inline input[type="password"].short,
    .general-inline textarea.short,
    .general-inline select.short,
    .general-inline input[type="text"].short-2-7em,
    .general-inline input[type="password"].short-2-7em,
    .general-inline textarea.short-2-7em,
    .general-inline select.short-2-7em,
    .general-inline input[type="text"].medium,
    .general-inline input[type="password"].medium,
    .general-inline textarea.medium,
    .general-inline select.medium,
    .general-inline input[type="text"].wide,
    .general-inline input[type="password"].wide,
    .general-inline textarea.wide,
    .general-inline select.wide,
    .general-inline select.wider,
    .general-inline input.widest,
    .general-inline select.widest,
    .general-inline input[type="text"].wide-50-percent,
    .general-inline input[type="password"].wide-50-percent,
    .general-inline textarea.wide-50-percent,
    .general-inline select.wide-50-percent {
        width: 100%;
    }
    .general-inline .input span {
        display: block;
    }

    .general-inline .input input + span {
        margin-left: 0;
    }
    /* questionare */

    form.questionare .wide,
    form.questionare .input label  {
        width: 100%;

    }
    form.questionare select + select {
        margin-top: .5em;
    }
    form.questionare .input label {
        float: none;
        display: block;

    }
    form.questionare .input-field-set {
        margin-bottom: .75em;
    }
    form.questionare .input .short + label {
        display: inline-block;
        width: auto;
    }
    form.questionare .multilabel label {
        margin: .25em 0;
    }

    /*-------------- lists ---------------*/

    .list.big.arrow a {
        height: auto;
        padding-bottom: 8px;

    }


    /*-------------- lists ---------------*/

    .button.big.full-width {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .button.big.full-width i {
        display: none;
    }

    .news .image-container {
        display: none;
    }

    /*---------------- Banner slider ----------------*/

    .banner-slider {
        padding: 8px;
    }
    .banner-slider .prev,
    .banner-slider .next {
        display: none!important;
    }

    /******************************************************

                                            MODAL WINDOW

    .form_error {margin:10px 0; padding:10px;border:1px solid red; color:red;font-weight:bold; }
    ******************************************************/

    #modal-window {
        position: fixed;
        width: 100%!important;
        padding: 0;
        left: 0!important;
        right: 0!important;
        top: 0!important;
        bottom: 0!important;
        margin-left: 0!important;
        margin-top: 0!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #f5f5f5;

    }
    #modal-window .close-window {
        right: 5px;
        top: 5px;
    }
    #modal-window input[type="text"],
    #modal-window input[type="email"] {
        width: 100%;

    }
    .post table {
        width: 100%!important;
    }
}
/**************************************************

                                         FLEXISLIDER

**************************************************/


/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after,
.post:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 2.25em;
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: .25em 0;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}
.flex-viewport {
    max-height: 40em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 20em;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 1.5625em;
    height: 2.8125em;
    margin: -1.5625em 0 0;
    display: block;
    background: url(images/pager.png)  no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: right 0;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
/*
.flexslider:hover .flex-next {
        opacity: 0.8;
        right: 5px;
}
.flexslider:hover .flex-prev {
        opacity: 0.8;
        left: 5px;
}*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2em;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 .25em;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: .75em;
    height: .75em;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}
/*
.flex-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden;
}
.flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
}
.flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
}
.flex-control-thumbs img:hover {
        opacity: 1;
}
.flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
}*/
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

/*--------------- Post ----------------*/

.post {
    line-height: 125%;

}
.post table {
    width: 100%;
}
.post table[align="center"] {
    margin: 0 auto;
}
.post table td {
    border: 1px solid #000;
}
#content.post ul {
    padding-left: 16px;
    list-style: disc;
}


/*---------------- carousel ----------------*/

.carousel-wrapper li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.carousel,
.carousel li {
    position: relative;

}
.carousel-wrapper,
.carousel-text {
    /*float: left;
    width: 100%;*/
}
.carousel .gallery-thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1,1);
    transition: all .3s ease;

}
.carousel li:hover .gallery-thumb  {
    transform: scale(1.2,1.2);

}
.carousel .pager {
    /*	position: absolute;*/
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;



}
.carousel .pager > span {
    position: absolute;
    top: 0;
    z-index: 9999;
}
.carousel-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.carousel-wrapper ul {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: 400px;
}
.carousel-wrapper li {
    float: left;
    font-size: 50px;
    text-align: center;
    color: #000;

}
.carousel-wrapper li {
    position: relative;
}
.carousel-wrapper li .caption {
    position: absolute;

}
.carousel-wrapper li img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.carousel .prev,
.carousel .next {
    opacity: 1;
    display: inline-block;
    padding: 0;
    background: #eee;
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    border-radius: 50%;
    /*	transition: all .3s ease;*/
    background: rgba(0,0,0,.85) url(images/icons.svg) no-repeat 0 -1220px;
}
.carousel .prev {
    left: 20px;
    background-position: 0 -1280px;
}
.carousel .next {
    right: 20px;
}
.carousel:hover .prev,
.carousel:hover .next {
    /*	opacity: 1;*/
}
.carousel-text {
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
}
.carousel-text li {
    display: none;
}
.carousel-text li.current {
    display: block;
}

/*--------- project-list-thumbs ---------*/


.project-list-thumbs {
    margin: 0 -10px 25px;
}
.project-list-thumbs li {
    float: left;
    width: 33.33333%;
    padding: 10px;
    box-sizing: border-box;
}

.project-list-thumbs li a {
    display: block;
    border: 1px solid #909da6;
    color: inherit;
}
.project-list-thumbs li a {
    text-decoration: none!important;
    min-height: 300px;
}
.project-list-thumbs li p {
    line-height: 120%;
    font-size: 13px;
    text-decoration: none!important;
}
.project-list-thumbs .body {
    padding: 10px;
}
.project-list-thumbs .header {
    overflow: hidden;
    position: relative;
}
.project-list-thumbs .header img {
    float: left;
    width: 100%;
    height: auto;
    transition: 300ms ease-in all;
    transform: scale(1,1);
}
.project-list-thumbs li:hover .header img {
    transform: scale(1.15,1.15);
}
.project-list-thumbs .header h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    padding: 10px;
    color: #fff;
    font-size:0.8rem;
}
.project-list-thumbs li:hover a {
    border-color: #f48d27;
    background: #fff1d6;
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

@media(min-width: 981px) {
    .project-list-thumbs.center-align {
        text-align: center;
    }
    .project-list-thumbs.center-align li {
        float: none;
        display: inline-block;
        text-align: left;
    }
}
@media(max-width: 769px) {

    .project-list-thumbs li {
        width: 50%;
    }
}

@media(max-width: 480px) {

    .project-list-thumbs li {
        width: 100%;
    }
}

@media(min-width: 1280px) {

    .project-list-thumbs li {
        width: 25%;
    }
}

.flag {
    /*	display: flex;
            display: -ms-flexbox;
            -ms-flex-align: center;*/
    background: #ff7548;
    position: absolute;
    /*left: -10px;
    top: 20px;*/
    margin: 0;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px 0 38px;
    display: block;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);

}
.property-details .flag {
    margin: 10px 10px 0 0;
    height: 76px;
    padding: 5px 10px 5px 50px;

}
.search-results .flag {
    left: -2px;
    top: 2px;

    /*transform: rotate(-12deg);*/

}
.flag div {
    color: #fff;
    margin: auto 0;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -.05em;
}
.property-details .flag div {
    font-size: 12px;
    line-height: 14px;
    margin-top: 17px;
}
.flag::before {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 30px;
    height: 30px;
    content:"";
    display: block;
    background: url(images/icons.svg) no-repeat 0 -440px;
}
.property-details .flag::before {
    left: 23px;
    top: 15px;
    width: 40px;
    height: 40px;
}
.search-results .thumbnail {
    position: relative;
}
.property-details .flag  {

    right: -35px;
    top: -35px;
    transform: rotate(-12deg);
    padding: 10px 20px 10px 70px;
    border-radius: 50%;
    border: 3px solid  #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);

}
.property-photos{
    position: relative;
}
.property-details .palyazat div,
.property-details .szunet div,
.property-details .folyamatban div,
.property-details .koltozheto div,
.property-details .csok div {
    margin-top: 9px
}
.search-results .palyazat div,
.search-results .szunet div,
.search-results .folyamatban div,
.search-results .koltozheto div,
.search-results  .csok div {
    margin-top: 3px
}
.search-results .flag::after {
    content:"";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-style: solid;
    border-width: 6px;
    opacity: .75;
    border-color: #000 #000 transparent transparent;
}

.akcios::before {
    background-position: 0 -440px;
}
.fixar::before,
.kiemelt::before,
.alkalmi::before,
.szunet::before,
.vizparti::before {
    background-position: 0 -480px
}
.folyamatban::before,
.surgos::before {
    background-position:0 -520px;
}
.palyazat::before,
.koltozheto::before {
    background-position:0 -560px;
}
.csaknalunk::before {
    background-position:0 -600px;
}
.garazs::before {
    background-position:0 -640px;
}
.csok::before {
    background-position:0 -680px;
}
.ketgeneracios::before {
    background-position:0 -680px;
}
.klima::before {
    background-position:0 -720px;
}
.konyhabutor::before {
    background-position:0 -760px;
}


.kiemelt,
.akcios {
    background: #ff7548;
}
.alkalmi{
    background: #a247c9;
}
.fixar,
.surgos{
    background: #d9487b;
}
.palyazat,
.koltozheto {
    background: #46cb86;
}
.csaknalunk {
    background: #006fb7;
}
.garazs {
    background: #4657cb;
}
.csok {
    background: #46adca;
}

.folyamatban {
    background: #0c0;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e004';
        font-size: 30px;
        margin-top: 7px; 
        font-family: fontello;
    }
}
.szunet {
    background: #f33;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e069';
        font-size: 30px;
        margin-top: 7px;
        font-family: 'Elusive-Icons';
    }
}
.arcsokkenes {
    background: #9c0;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e0c9';
        font-size: 30px;
        margin-top: 7px;
        font-family: 'Elusive-Icons';
    }
}
.ketgeneracios {
    background: #f93;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e091';
        font-size: 30px;
        margin-top: 7px;
        font-family: 'Elusive-Icons';
    }
}
.vizparti {
    background: #36f;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e060';
        font-size: 30px;
        margin-top: 7px;
        font-family: fontello;
    }
}
.klima,
.konyhabutor {
    background: #f93;
    &.flag::before{
        background: none;
        color: #fff;
        content: '\e091';
        font-size: 30px;
        margin-top: 7px;
        font-family: 'Elusive-Icons';
    }
}

/* .search-results .flag.folyamatban::before, */
/*.search-results .flag.szunet::before,*/
/*.search-results .flag.arcsokkenes::before,*/
/*.search-results .flag.ketgeneracios::before,*/
/*.search-results .flag.vizparti::before{
    font-size: 20px;
   margin-top: 9px; 
}*/

.search-results  .flag::before {
    background-size: 67.5px 900px;
}
.search-results  .akcios::before,
.search-results .flag.arcsokkenes::before{
    background-position: 0 -330px;
}
/*
.search-results  .folyamatban::before {
    /x background-position: 0 -340px; x/
    background-position: 0 -390px;
}
*/
.search-results  .alkalmi::before,
.search-results  .szunet::before,
.search-results  .vizparti::before {
    background-position: 0 -360px;
}
.search-results  .folyamatban::before,
.search-results  .surgos::before {
    background-position:0 -390px;
}
.search-results  .palyazat::before,
.search-results  .koltozheto::before {
    background-position:0 -420px;
}
.search-results  .csaknalunk::before {
    background-position:0 -450px;
}
.search-results  .garazs::before {
    background-position:0 -480px;
}
.search-results  .csok::before {
    background-position:0 -510px;
}
.search-results  .ketgeneracios::before {
    background-position:0 -510px;
}
.search-results  .klima::before {
    background-position:0 -540px;
}
.search-results  .konyhabutor::before {
    background-position:0 -570px;
}


/*------------- language chooser ------------*/

.goog-logo-link {
    position: absolute;
    left: -999em;
    width: 1px;
    height: 1px;
    opacity: 0;

}
#language-chooser select {
    line-height: 18px;
    padding: 0;
    border: 1px solid #799099;
    background: #49575e;
    color: #fff;
    background-color: #273d47;
    /*background: -moz-linear-gradient(top, #49575e 1%, #273d47 100%);
    background: -webkit-linear-gradient(top, #49575e 1%,#273d47 100%);
    background: linear-gradient(to bottom, #49575e 1%,#273d47 100%);*/

}
#language-chooser {
    /*	position: relative;
            padding-left: 30px;*/
}
#language-indicator {
    /*	position: absolute;
            left: 0;
            top: 7px;
            width: 24px;
            height: 16px;
            background: url(images/flags/hu.svg) no-repeat 0 0;
            background-size: cover;*/
}
#language-indicator.hu {
    background-image: url(images/flags/hu.svg);
}
#language-indicator.de {
    background-image: url(images/flags/de.svg);
}
#language-indicator.ru {
    background-image: url(images/flags/ru.svg);
}
#language-indicator.en {
    background-image: url(images/flags/us.svg);
}
#language-indicator.ro {
    background-image: url(images/flags/ro.svg);
}
#language-indicator.sk {
    background-image: url(images/flags/sk.svg);
}
#language-indicator.zh-CN {
    background-image: url(images/flags/cn.svg);
}
@media(min-width: 961px) {
    #language-chooser {
        margin-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    #language-chooser {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    #language-chooser select {
        width: 100%;
    }
}
.chart-wrapper {
    margin: 20px 0;
    text-align: center;
    padding: 20px 15px;
    background: #EEF0F8;
}
.chart-wrapper .chart {
    width: 170px;
    margin: 12px auto 18px;
}
.chart-labels {
    margin: 12px 0;
}
.chart-label {
    margin-left: 35px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.chart-label::before{
    position: absolute;
    width: 16px;
    height: 12px;
    content:"";
    display: block;
    left: -20px;
    top: 3px;
}
.chart-wrapper p {
    font-size: 13px;
    line-height: 16px;
}
.chart-label-red::before {
    background-color: #eb1d5c;
}
.chart-label-green::before {
    background-color: #83b345;
}

@media(max-width:640px) {
    .rslides,
    .callbacks_nav {
        display: none!important;
    }
}


hr {

    border-top: 1px solid #aaa;
}


/**********************************************
***********************************************

Bootstrap emu

***********************************************
***********************************************/

.col-xs-1 > :first-child, .col-sm-1 > :first-child, .col-md-1 > :first-child, .col-lg-1 > :first-child, .col-xs-2 > :first-child, .col-sm-2 > :first-child, .col-md-2 > :first-child, .col-lg-2 > :first-child, .col-xs-3 > :first-child, .col-sm-3 > :first-child, .col-md-3 > :first-child, .col-lg-3 > :first-child, .col-xs-4 > :first-child, .col-sm-4 > :first-child, .col-md-4 > :first-child, .col-lg-4 > :first-child, .col-xs-5 > :first-child, .col-sm-5 > :first-child, .col-md-5 > :first-child, .col-lg-5 > :first-child, .col-xs-6 > :first-child, .col-sm-6 > :first-child, .col-md-6 > :first-child, .col-lg-6 > :first-child, .col-xs-7 > :first-child, .col-sm-7 > :first-child, .col-md-7 > :first-child, .col-lg-7 > :first-child, .col-xs-8 > :first-child, .col-sm-8 > :first-child, .col-md-8 > :first-child, .col-lg-8 > :first-child, .col-xs-9 > :first-child, .col-sm-9 > :first-child, .col-md-9 > :first-child, .col-lg-9 > :first-child, .col-xs-10 > :first-child, .col-sm-10 > :first-child, .col-md-10 > :first-child, .col-lg-10 > :first-child, .col-xs-11 > :first-child, .col-sm-11 > :first-child, .col-md-11 > :first-child, .col-lg-11 > :first-child, .col-xs-12 > :first-child, .col-sm-12 > :first-child, .col-md-12 > :first-child, .col-lg-12 > :first-child {
    margin-top: 0;
}
.row-bs {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}
.row-nopadding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666666666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666666666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666666666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666666666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.space-before-sm {
    margin-top: 10px;
}
.space-after-sm {
    margin-bottom: 10px;
}
.space-before {
    margin-top: 30px;
}
.space-after {
    margin-bottom: 30px;
}
.space-before-lg {
    margin-top: 50px;
}
.space-after-lg {
    margin-bottom: 50px;
}

.img-responsive,
.img-responsive-child img {
    width: 100%!important;
    height: auto!important;
}

/*-------- bs modal ----------*/

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*----------------- carousel ------------------*/

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

