/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    width: 8.333333333333332%;
}
.col-2 {
    width: 16.666666666666664%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333333333333336%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333333334%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-12 {
    width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio[controls],
canvas,
video {
    display: inline-block;
}
html {
    overflow-y: scroll;
    /* 1 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {
    outline: 0;
}
img {
    vertical-align: middle;
    outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
html,
body,
textarea,
input {
    -webkit-text-size-adjust: none;
}
body {
    text-align: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    border: none;
    outline: none;
    /*height: 35px;
    -webkit-appearance: button;
    font-size:14px;
    background:transparent;
    letter-spacing: 1px;
    border: 1px;
    text-transform:uppercase;
  
    &:hover {
      .opacity(0.75);
      .transition(all 300ms ease-in-out);
    }*/
}
textarea {
    resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
    float: left  !important;
}
.float-right {
    float: right !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.clear {
    clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    text-transform: uppercase;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
p {
    margin: 0 0 1em 0;
    text-align: left;
    line-height: 1.5;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
img {
    border: 0;
}
.small {
    font-size: 10px;
}
hr {
    display: block;
    height: 0px;
    line-height: 0px;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 16px 0;
    float: none;
    clear: both;
    padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
    line-height: 1.5;
}
.story ul {
    list-style: square;
}
.story ul li {
    list-style: square;
}
.story ol {
    list-style: decimal;
}
.story ol li {
    list-style: decimal;
}
.story ul,
.story ol {
    margin: 0 0 1em 1.5em;
    line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
    margin-bottom: 0;
}
.story ol ol {
    list-style: upper-alpha;
}
.story ol ol ol {
    list-style: lower-roman;
}
.story ol ol ol ol {
    list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
    text-transform: none;
    margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
    text-decoration: none;
}
.story table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px;
}
.story table td,
.story table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
}
.story table th {
    font-weight: bold;
}
.story pre,
.story code {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 2px #d0d0d0;
    color: #4a4a4a;
    display: block;
    margin: 10px 15px 10px 0px;
}
.story address {
    display: inline-block;
    padding: 20px;
    background: #eaeaea;
    line-height: 20px;
    margin-bottom: 15px;
}
.story blockquote {
    font-style: italic;
    border-left: 2px dotted #9b9b9b;
    padding-left: 15px;
    margin: 1em 3em;
}
.story blockquote p:before {
    content: '"';
}
.story blockquote p:after {
    content: '"';
}
.story .wp-caption {
    box-shadow: 1px 1px 2px #bebebe;
    width: auto;
}
.story .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #a1a1a1!important;
    margin: 0!important;
}
.story dl {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 2px #d0d0d0;
    color: #4a4a4a;
    display: block;
    margin: 10px 20px 10px 0px;
}
.story dl dt {
    width: 150px;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    text-transform: uppercase;
}
.story dl dd {
    margin-left: 160px;
    margin-bottom: 10px;
    line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}
.story .alignright,
.story img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
    margin-bottom: 1em;
}
.story .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}
.story .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}
.story .wp-smiley {
    margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
    position: relative;
}
.flexslider ul,
.flexslider ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider ul li,
.flexslider ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
}
.flexslider .descr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(100, 100, 100, 0.5);
    color: #fff;
    text-align: left;
}
.flexslider .descr h3 {
    text-align: left;
}
.flexslider .descr .text p:last-child {
    margin-bottom: 0;
}
.flex-container {
    position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* END: MIXI */
/* END: VARIABLES */
@font-face {
    font-family: 'RalewayBlack';
    src: url('fonts/raleway-black.eot');
    src: url('fonts/raleway-black.eot') format('embedded-opentype'), url('fonts/raleway-black.woff') format('woff'), url('fonts/raleway-black.ttf') format('truetype'), url('fonts/raleway-black.svg#RalewayBlack') format('svg');
}
@font-face {
    font-family: 'RalewayMediumItalic';
    src: url('fonts/raleway-medium-italic.eot');
    src: url('fonts/raleway-medium-italic.eot') format('embedded-opentype'), url('fonts/raleway-medium-italic.woff') format('woff'), url('fonts/raleway-medium-italic.ttf') format('truetype'), url('fonts/raleway-medium-italic.svg#RalewayMediumItalic') format('svg');
}
@font-face {
    font-family: 'RalewayItalic';
    src: url('fonts/raleway-regular-italic.eot');
    src: url('fonts/raleway-regular-italic.eot') format('embedded-opentype'), url('fonts/raleway-regular-italic.woff') format('woff'), url('fonts/raleway-regular-italic.ttf') format('truetype'), url('fonts/raleway-regular-italic.svg#RalewayItalic') format('svg');
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #646565;
    line-height: 1;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.noMargin {
    margin: 0 !important;
}
.noPadding {
    padding: 0 !important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
/* END: GLOBAL STYLE */
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ffcc00;
    background: #171c26;
    padding: 9px 12px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 #ffcd35;
    -moz-box-shadow: 0 3px 0 #ffcd35;
    box-shadow: 0 3px 0 #ffcd35;
    position: relative;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.btn:hover {
    background: #050505;

}
.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 3px;
}
.btn:active:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn[disabled] {
    background: #171c26 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #7f7f7f;
    padding: 7.5px 12px;
}
.btn[disabled]:active {
    top: 0;
}
.btn_secondType {
    background: #ffcc00;
    -webkit-box-shadow: 0 3px 0 #ffe100;
    -moz-box-shadow: 0 3px 0 #ffe100;
    box-shadow: 0 3px 0 #ffe100;
    text-transform: none;
    color: #ffffff;
}
.btn_secondType:hover {
    background: #333;
}
/* END: BTN */
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
    height: 36px;
    padding: 13px;
    border: 1px solid #e5e5e5;
    font-size: .91666666667em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #767676;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c8c8c8;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=password]:hover,
textarea:hover {
    border: 1px solid #c7c7c7;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 8px #8bcbbf;
    -moz-box-shadow: 0 0 8px #8bcbbf;
    box-shadow: 0 0 8px #8bcbbf;
}
input[type=text]:focus:hover,
input[type=email]:focus:hover,
input[type=url]:focus:hover,
input[type=search]:focus:hover,
input[type=password]:focus:hover,
textarea:focus:hover {
    border: 1px solid transparent;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=search][disabled],
input[type=password][disabled],
textarea[disabled] {
    background: transparent;
    border: 1px solid #f2f2f2;
}
.ellement {
    display: inline-block;
    margin: 3px 3px 0px 5px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    background: url(images/sprites.png);
}
input[type="checkbox"] + label::before {
    background-position: -203px -249px;
}
input[type="radio"] + label::before {
    background-position: -103px -249px;
}
input[type="checkbox"]:checked + label::before {
    background-position: -253px -249px;
}
input[type="radio"]:checked + label::before {
    background-position: -53px -249px;
}
input[type="checkbox"]:disabled + label::before {
    background-position: -301px -249px;
}
input[type="radio"]:disabled + label::before {
    background-position: -103px -249px;
}
.rangeSlider .ui-widget-content {
    background: #ffed5e;
    border: none;
}
.rangeSlider .ui-slider-horizontal {
    height: 4px;
    z-index: 1;
}
.rangeSlider .ui-widget-header {
    background: #ffffff;
}
.rangeSlider .ui-slider .ui-slider-handle {
    width: 14px;
    height: 20px;
}
.rangeSlider .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}
.rangeSlider .ui-state-default,
.rangeSlider .ui-widget-content .ui-state-default,
.rangeSlider .ui-widget-header .ui-state-default {
    background: url(images/sprites.png) no-repeat -704px -100px;
    border: none;
}
.rangeSldier__amount label {
    font-weight: 700;
    font-size: 1.08333333333em;
    color: #333;
}
.rangeSldier__amount input {
    height: 18px;
    padding: 0 3px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background: transparent;
    border: none;
}
.rangeSldier__amount input:hover {
    border: none;
    outline: none;
}
.rangeSldier__amount input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rangeSldier__scale {
    margin-top: 22px;
}
/* END: FORM ELLEMENTS */
.rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 75px;
    height: 14px;
    overflow: hidden;
    position: relative;
    background: url(images/star.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url(images/starHover.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.rating input:hover + i,
.rating input:checked + i {
    opacity: 1;
}
.rating i ~ i {
    width: 40%;
}
.rating i ~ i ~ i {
    width: 60%;
}
.rating i ~ i ~ i ~ i {
    width: 80%;
}
.rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
/* END: STARRATING */
.social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4.54545454545%;
}
.social__item_secondType {
    margin: 0 4px;
}
.social__item_secondType:first-child {
    margin-left: 0;
}
.social__item_secondType:last-child {
    margin-right: 0;
}
.social__icon {
    display: block;
    background: url(images/sprites.png) no-repeat;
    text-indent: -9999px;
}
.social__icon_secondType {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.social__icon_secondType:hover {
    -moz-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.social__icon_twitter {
    width: 17px;
    height: 13px;
    background-position: -251px -150px;
}
.social__icon_twitter:hover {
    background-position: -402px -150px;
}
.social__icon_secondType_twitter {
    background-position: 1px -147px;
}
.social__icon_facebook {
    width: 8px;
    height: 16px;
    background-position: -306px -150px;
}
.social__icon_facebook:hover {
    background-position: -456px -150px;
}
.social__icon_secondType_facebook {
    background-position: -49px -150px;
}
.social__icon_instagram {
    width: 15px;
    height: 15px;
    background-position: -353px -150px;
}
.social__icon_instagram:hover {
    background-position: -503px -150px;
}
.social__icon_secondType_instagram {
    background-position: -198px -150px;
}
.social__icon_email {
    width: 16px;
    height: 12px;
    background-position: -303px -100px;
}
.social__icon_email:hover {
    background-position: -352px -100px;
}
.social__icon_secondType_google {
    background-position: -98px -150px;
}
.social__icon_secondType_youtube {
    background-position: -148px -150px;
}
/* END: SOCIAL */
.title {
    display: block;
    font-family: 'RalewayBlack', sans-serif;
    font-size: 2.66666666667em;
    color: #171c26;
    text-transform: none;
    margin-bottom: 30px;
}
.title_secondType {
    font-size: 3.5em;
}
.titleSecondType {
    font-weight: 700;
    font-size: 2em;
    color: #000;
    text-transform: none;
    margin-bottom: 26px;
}
.mainTitle {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 20px;
    color: #171c26;
    margin-bottom: 0;
    padding: 6.1170212766% 0;
}
.mainTitle:before {
    content: "";
    display: inline-block;
    vertical-align: 9px;
    margin-right: 25px;
    width: 62px;
    height: 1px;
    background: #ccc;
}
.mainTitle:after {
    content: "";
    display: inline-block;
    vertical-align: 9px;
    margin-left: 5px;
    width: 62px;
    height: 1px;
    background: #ccc;
}
/* END: TITLES */
.form .form__item {
    width: 100%;
    margin-bottom: 4.21052631579%;
}
.form .form__item_small {
    float: left;
    width: 47.3684210526%;
}
.form .form__item_small label {
    margin-bottom: 6.66666666667%;
}
.form .form__item_small:first-child {
    margin-right: 4.47368421053%;
}
.form .form__label {
    display: block;
    font-weight: 700;
    font-size: 1.08333333333em;
    color: #ffffff;
    margin-bottom: 3.15789473684%;
}
.form .form__field {
    width: 100%;
    height: 86px;
    color: #171c26;
}
.form .form__field:focus {
    -webkit-box-shadow: 0 0 8px #ffed5e;
    -moz-box-shadow: 0 0 8px #ffed5e;
    box-shadow: 0 0 8px #ffed5e;
}
.form .form__field_small {
    height: 40px;
}
.form .form__btn {
    font-weight: 700;
    font-size: 1.08333333333em;
}
/* END: FORM */
.accordion {
    font-size: 1em;
}
.accordion .ui-state-default,
.accordion .ui-widget-content {
    background: transparent;
    border: none;
}
.accordion .ui-icon {
    width: 17px;
    height: 17px;
    background: url(images/sprites.png) no-repeat -51px -199px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.accordion .ui-icon-triangle-1-s {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion .ui-accordion-icons {
    padding-left: 2.5em;
}
.accordion__title {
    color: #5cb4c5;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.08333333333em;
}
/* END: ACCORDION */
.pagination {
    margin-top: 5.21276595745%;
}
.insPagination {
    text-align: center;
}
.insPagination__item {
    display: inline-block;
    vertical-align: middle;
    color: #a6a6a6;
}
.insPagination__side {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    border: 2px solid #ffed5e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.insPagination__side:hover {
    background: #ffed5e;
}
.insPagination__side_prev {
    margin-right: 25px;
}
.insPagination__side_prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -2px;
    width: 6px;
    height: 10px;
    background: url(images/sprites.png) no-repeat -206px -450px;
}
.insPagination__side_next {
    margin-left: 25px;
}
.insPagination__side_next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -2px;
    width: 6px;
    height: 10px;
    background: url(images/sprites.png) no-repeat -258px -450px;
}
.insPagination__link {
    display: block;
    font: 14px 'Open Sans', sans-serif;
    color: #a6a6a6;
    padding: 7px 15px;
}
.insPagination__link:hover {
    font-weight: 700;
    color: #5cb4c5;
    text-decoration: underline;
}
/* END: PAGINATION */
.quote {
    margin: 5.16962843296% 0 2.90791599354%;
    padding: 4.36187399031% 3.55411954766% 2.10016155089%;
    background: #ffed5e;
    font: 1.33333333em 'RalewayItalic', sans-serif;
    color: #6c5122;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.quote:before {
    content: "";
    float: left;
    margin-top: 9px;
    width: 37px;
    height: 27px;
    background: url(images/sprites.png) no-repeat -489px 0;
}
.quote p {
    overflow: hidden;
    padding-left: 4.34782608696%;
    line-height: 1.5 !important;
}
/* END: QUOTE */
hr {
    border: 1px dashed #e8e8e8;
    margin: 16px 0 30px;
}
.line_secondType {
    margin: 30px 0;
}
/* END: HR */
.numberedList {
    counter-reset: li;
    margin: 0 0 5.81583198708% 2.74636510501%;
}
.numberedList__item {
    position: relative;
    margin-bottom: 1.1%;
    padding-left: 20px;
    line-height: 2;
}
.numberedList__item:last-child {
    margin-bottom: 0;
}
.numberedList__item:before {
    content: "";
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -3px;
    left: 1px;
    font: bold 1.66666667em 'Montserrat', sans-serif;
    color: #5cb4c5;
}
/* END: NUMBEREDLIST */
.markeredList {
    margin: 0 0 7.26978998384% 2.74636510501%;
}
.markeredList__item {
    list-style: inside url(images/markeredListIcon.png);
    margin-bottom: 1.1%;
    line-height: 2;
}
/* END: MARKEREDLIST */
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 15px 0;
    position: relative;
    background: #ffffff;
}
table:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 14%;
    right: 14%;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
    -moz-border-radius: .1px;
    border-radius: .1px;
}
thead {
    background: #5cb4c5;
    color: #ffffff;
    text-transform: uppercase;
}
thead th {
    padding: 2.65625% 0;
    border-right: 1px solid #81c8d5;
}
thead th:last-child {
    border-right: 1px solid #5cb4c5;
}
tbody {
    font-weight: 300;
    font: 1em 'Open Sans', sans-serif;
    color: #7f7f7f;
}
tbody tr:nth-child(even) {
    background: #fcfcfc;
}
tbody td {
    padding: 1.5625% 0;
    border: 1px solid #f2f2f2;
    width: 56px;
}
tbody td:first-child {
    text-align: left;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
    padding: 0 1.40625% 0 2.5%;
}
/* END: TABLE */
.header {
    background: #171c26;
    padding: 2.2% 0 1.7%;
    //height: 22%;
}
.city {
    float: left;
    width: 23.4042553191%;
    margin-top: 2.65957446809%;
}
.city span {
    font-weight: 700;
    color: #ffffff;
}
.city span:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    width: 17px;
    height: 16px;
    margin-right: 3.18181818182%;
    background: url('images/icon/placeholder.png') no-repeat;


}
.city__selectedCity {
    font-weight: 500;
    color: #ffcc00;
    border-bottom: 1px dashed #ffcc00;
}
.city__selectedCity:hover {
    border-bottom: transparent;
}
/* END: CITY */
.logo {
    width: 51.0638297872%;
    margin-left: 1.06382978723%;
    float: left;
    text-align: center;
}
.logo a {
    display: block;
}
.logo .subLogo {
    display: inline-block;
    overflow: hidden;
    width: 63.5416666667%;
    margin-top: 3.95833333333%;
}
.logo .subLogo__text {
    position: relative;
    display: inline-block;
    font: 0.81666667em 'Montserrat', sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;

}
.logo .subLogo__text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 125%;
    width: 350px;
    height: 1px;
    background: #2f333c;
}
.logo .subLogo__text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 125%;
    width: 350px;
    height: 1px;
    background: #2f333c;
}
/* END: LOGO */
.contacts {
    float: right;
    text-align: right;
    width: 23.4042553191%;
    margin-top: 1.27659574468%;
}
.contacts__phone {
    font: 17px 'Montserrat', sans-serif;
    color: #ffffff;
}
.contacts__email {
    display: block;
    font-size: .91666666667em;
    font-weight: 600;
    color: #ffcc00;
    margin-top: 2.72727272727%;
}
/* END: CONTACTS */
/* END: HEADER */
.nav {
    background: #ffcc00;
}
.nav .container {
    height: 90px;
}
.insNav {
    float: left;
    width: 74.4680851064%;
    height: 100%;
    margin-left: -20px;
}
.insNav__item {
    position: relative;
    display: inline-block;
}
.insNav__item:hover .subNav {
    display: inline-block;
}
.insNav__link {
display: block;
padding: 38.5px 13px;
font-weight: 697;
font-size: 1.00133333333em;
color: #333;
text-align: center;
text-transform: uppercase;
letter-spacing: .5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.insNav__link:hover {
    background: #171c26;
    color:#ffcc00;
    /*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDZhMGIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhYjBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, #1e5799 0%, #46a0b2 0%, #5ab0c1 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #46a0b2), color-stop(100%, #5ab0c1));
      background: -webkit-linear-gradient(top, #1e5799 0%, #46a0b2 0%, #5ab0c1 100%);
      background: -o-linear-gradient(top, #1e5799 0%, #46a0b2 0%, #5ab0c1 100%);
      background: -ms-linear-gradient(top, #1e5799 0%, #46a0b2 0%, #5ab0c1 100%);
      background: linear-gradient(to bottom, #1e5799 0%, #46a0b2 0%, #5ab0c1 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#5ab0c1', GradientType=0);
}

.selected_nav_marques{  }
/* END: INSNAV */
.subNav {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 10;
    display: none;
    width: 190px;
    padding: 18px 0 24px;
    background: #171c26;
}
.subNav:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 41px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #171c26;
}
.subNavSecond {
    position: absolute;
    top: 0;
    right: -190px;
    left: inherit;
    z-index: 10;
    display: none;
    width: 190px;
    padding: 18px 0 24px;
    background: #171c26;
}
.subNav__item {
    position: relative;
    display: block;
}
.subNav__item:hover .subNavSecond {
    display: inline-block;
    background:#1f1f1f;
}
.subNav__link {
    display: block;
    font-weight: 600;
    font-size: 1.08333333333em;
    line-height: .8;
    color: #ffffff;
    padding: 15px 45px 15px 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background:#1f1f1f;
}
.subNav__link:hover {
background:#ffcc00;
}
.subNav__icon {
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    background: url(images/sprites.png) no-repeat -203px -200px;
}
/* END: SUBNAV */
.navToggleBtn {
    display: none;
    width: 81.7%;
    float: left;
    color: #ffffff;
    font-size: 1.75em;
    padding: 5px 8px;
    background: #ffcc00;
}
.navToggleBtn:before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/navToggleBtn.png) no-repeat;
}
/* END: NAV */
.enter {
   float: right;
width: 24.021%;
background: #171C26;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin-top: 1.88%;
padding: 1.8085106383% 0;
color: none;
text-align: center;
font-size: 8pt;
}
.enter__item {
    display: inline-block;
    margin: 0 2.5%;
}
.enter__link {
    font-weight: 700;
 font-size: 7pt;
color: #ffcc00;
}
.enter__link_login:before {
content: "";
display: inline-block;
width: 17px;
height: 15px;
margin-right: 10px;
background: url(images/icon/home16.png) no-repeat 1px 0px;
position: relative;
top: 2px;
}
/* END: ENTER */
.mainSlider {
    background: #171c26;
}
.mainSlider .bx-wrapper {
    position: relative;
    //height: 500px;
}
.mainSlider .bx-wrapper .bx-prev {
    left: 28px;
    background-position: -6px -299px;
}
.mainSlider .bx-wrapper .bx-prev:hover {
    background-position: -205px -300px;
}
.mainSlider .bx-wrapper .bx-next {
    right: 28px;
    background-position: -105px -300px;
}
.mainSlider .bx-wrapper .bx-next:hover {
    background-position: -305px -300px;
}
.mainSlider .bx-viewport {
    height: 100% !important;
}
.mainSlider .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -44px;
    outline: 0;
    width: 62px;
    height: 63px;
    text-indent: -9999px;
    z-index: 9999;
    background: url(images/sprites.png) no-repeat;
}
.insMainSlider__item_first {
    background: url('images/mainSlider/bg/2ok.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 80%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;                   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 100%;
}
.sliderPost {
    //height: 100%;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    margin: 8% 0;
}
.sliderPost p {
    font-weight: 500;
    margin: 0 0 0em 0!important;
}
.sliderPost__thumb {
    float: left;
    width: 50%;
}
.sliderPost__thumb img {
    height: 100%;
}
.sliderPost__content {
    float: right;
    width: 50%;
    height: 70%;
    padding: 6.3829787234% 3.51063829787% 6.3829787234% 6.3829787234%;
    background: rgba(23, 28, 38, 0.6);
}
.sliderPost__title {
    font-weight: 800;
    font-size: 3.5em;
    text-transform: none;
    margin: 9.28381962865% 0 5.57029177719%;
    letter-spacing: 1px;
}
.sliderPost__title a {
    color: #ffffff;
    font-size: 14PT;
}
.sliderPost__subTitle {
    font-weight: 300;
    font-size: .91666666667em;
    text-transform: none;
    margin-bottom: 5.57029177719%;
}
.sliderPost__price {
    font-weight: 700;
    display: inline-block;
    font-size: 2.58333333333em;
    color: #ffed5e;
    margin-top: 1.38726790451%;
}
.sliderPost__price span {
    font-size: .76744186047em;
}
.sliderPost__more {
    margin-top: 7.42705570292%;
}
/* END: MAINSLIDER */
.findPlace {
    height: 505px;
    padding: 3.2% 0 3%;
    /*  background: url(images/findPlaceBg.jpg) no-repeat center;*/
    background: #ffcc00;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    text-align: center;
}
.findPlace__header {
    margin-bottom: 1.48936170213%;
}
.findPlace__title {
    font-size: 2.16666666667em;
    color: #333;
    margin-bottom: 2.76595744681%;
}
.magnifier {
    width: 350px;
    display: inline-block;
    overflow: hidden;
}
.insMagnifier {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(images/icon/search-magnifier-interface-symbol.png) no-repeat 0px 0;
}
.insMagnifier:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 150%;
    width: 700px;
    height: 1px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.4);
}
.insMagnifier:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 140%;
    width: 700px;
    height: 1px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.4);
}
/* END: FINDPLACE__HEADER */
.filters__row {
    width: 100%;
    display: inline-block;
    margin: 2.44680851064% 0;
}
.filters__row:nth-child(2) .filter:first-child {
/*    margin-left: -24px;*/
}
.filters__row:nth-child(2) .filter:nth-child(2) .ellement_filter {
    margin-right: 17px;
}
.filter {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 2% 0 0;
    text-align: left;

    min-width: 250px;
}
.filter .dropdown {
    width: 90%;


}
.filter .insFilter:first-child {
    margin-right: 17px;
}
.insFilter {
    display: inline-block;
}
.insFilter .filter__title {
    margin-bottom: 11%;
}
.insFilter .dropdown {
    width: 100px;
}
.filter__title {
    display: block;
    font-weight: 700;
    font-size: 1.08333333333em;
    color: #333;
    margin-bottom: 5%;
    text-align: left;
}
.filter__list {
    width: 100%;
}
.filter__list_small {
    width: 50%;

}
.ellement_filter {
    margin-top: 5.090909%;
    margin-right: 10px;
    text-align: left;
}
.ellement_filter label {
    color: #333;
}
.filters__btn {
    font-size: 2em;
    margin-top: 1.3829787234%;
    padding: 13px 60px;
}
/* END: FILTERS */
/* END: FINDPLACE */
.about {
    padding: 4.2% 0 3.3%;
}
.about .container {
    text-align: center;
}
.insAbout {
    padding-bottom: 2.7%;
}
.about__title {
    width: 65.9574468085%;
    font-weight: 500;
    font-size: 2.83333333333em;
    color: #171c26;
    margin: -0.53191489% auto 2.76595745%;
    text-align: center;
    text-transform: none;
    line-height: 1.2;
}
.about__entry {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 1.08333333333em;
    color: #a6a6a6;
    margin-bottom: 4.25531914894%;
}
.about__entry p {
    text-align: center;
    line-height: 1.8;
}
.facilities {
    display: inline-block;
    width: 100%;
    margin-top: 3.93617021277%;
}
.facilities__item {
    width: 31.914893617%;
    display: inline-block;
    vertical-align: top;
    margin: 0 .74468085106%;
}
.facilities__item:first-child {
    margin-left: 0;
}
.facilities__item:last-child {
    margin-right: 0;
}
.facilities__icon {
    width: 61px;
    height: 60px;
    float: left;
    background: url(images/sprites.png) no-repeat;
}
.facilities__icon_first {
    background-position: -8px 0;
    background: url(images/home-icon.png) no-repeat!important;
}
.facilities__icon_second {
    background-position: -106px 0;
    background: url(images/handshake.png) no-repeat!important;
}
.facilities__icon_third {
    background-position: -106px 0;
    background: url(images/target.png) no-repeat!important;
}
.facilities__content {
    margin-left: 81px;
}
.facilities__content p {
    font-weight: 500;
    font-size: .91666666667em;
    color: #a6a6a6;
    line-height: 1.6;
}
.facilities__title {
    font-weight: 600;
    font-size: 1.33333333333em;
    color: #171c26;
    text-align: left;
    text-transform: none;
    margin-bottom: 7%;
}
.about__map {
    margin-top: 6.70212765957%;
}
/* END: FACILITIES */
/* END: ABOUT */
.houses {
    background: #fff;
    padding-bottom: 32px;
}
.houses__header {
    position: relative;
    background: #171c26;
    padding: 2.8% 0 2.2%;
    color: #ffffff;
}
.houses__header:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1f1f1f;
}
.houses__title {
    text-align: center;
    text-transform: none;
    margin-bottom: 2.55319148936%;
    font: 3.5em 'RalewayBlack', sans-serif;
}
.houses__entry {
    font-weight: 500;
    font-size: 1.08333333333em;
}
.houses__entry p {
    text-align: center;
    line-height: 1.8;
}
/* END: HOUSES__HEADER */
.housesList {
    margin: 8.82978723404% 0 0 2.12765957447%;
    text-align: center;
}
.house {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 47.8260869565%;
    min-height: 216px;
    margin: 0 1.91489361702% 4.25531914894%;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
}
.house:nth-child(odd) {
    margin-left: 0;
}
.house:nth-child(even) {
    margin-right: 0;
}
.house__thumb {
    position: absolute;
    top: -20px;
    left: -20px;
    max-width: 220px;
    height: 216px;
}
.house__thumb img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.house__content {
    margin: 4.54545454545% 4.54545454545% 4.54545454545% 215px;
}
.house__content p {
    font-weight: 500;
    font-size: .91666666667em;
    line-height: 1.6;
}
.house__title {
    font-weight: 600;
    font-size: 1.33333333333em;
    color: #171c26;
    text-transform: none;
    margin-bottom: 8.5%;
}
.house__title a {
    color: #171c26;
}
.house__price {
    display: inline-block;
    margin-top: 3%;
    font: 1.66666667em Montserrat, sans-serif;
    color: #272727;
}
.house__more {
    margin-top: 10%;
    padding: 9.5px 20px;
}
.housesList__more {
    display: inline-block;
    border: 3px solid #ffcc00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffcc00;
    margin: 1.38297872% 0 1.17021277% -2.34042553%;
    padding: 11px 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.housesList__more:after {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url(images/icon/add-button-inside-black-circle.png) 0px 2px  no-repeat ;
}
.housesList__more:hover {
    -webkit-box-shadow: 0 0 7px #73cadb;
    -moz-box-shadow: 0 0 7px #73cadb;
    box-shadow: 0 0 7px #73cadb;
    text-shadow: 0 0 7px #73cadb;
}
/* END: HOUSESLIST */
/* END: HOUSES */
.agents {
    background: #ffed5e;
    padding: 2.9% 0 2.4%;
}
.bestAgents {
    width: 74.4680851064%;
    float: left;
    margin-right: 1.06382978723%;
}
.bestAgents__title {
    overflow: hidden;
    margin-bottom: 3.28571428571%;
}
.bestAgents__insTitle {
    position: relative;
    display: inline-block;
}
.bestAgents__insTitle:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -985px;
    width: 960px;
    height: 1px;
    background: #e5d554;
}
.agent {
    float: left;
    margin: 0 1.14285714286%;
    width: 31.4285714286%;
    height: 355px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.agent:first-child {
    margin-left: 0;
}
.agent:last-child {
    margin-right: 0;
}
.agent:hover {
    -moz-transform: translate(0, -9px);
    -webkit-transform: translate(0, -9px);
    -o-transform: translate(0, -9px);
    -ms-transform: translate(0, -9px);
    transform: translate(0, -9px);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.agent__photo {
    display: inline-block;
    max-width: 171px;
    width: 77.7272727273%;
    margin: 8.63636363636% 0 10.9090909091%;
}
.agent__photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.agent__name {
    font-weight: 600;
    font-size: 1.33333333333em;
    color: #171c26;
    text-transform: none;
    margin-bottom: 3.63636363636%;
}
.agent__name a {
    color: #171c26;
}
.agent__post {
    font-weight: 600;
    font-size: .91666666667em;
    text-transform: none;
    margin-bottom: 8.63636363636%;
    color: #a6a6a6;
}
.agent__rating {
    margin-bottom: 6.36363636364%;
}
.agent__social {
    padding: 9.09090909091% 0;
    border-top: 1px dashed #e5e5e5;
}
/* END: BESTAGENTS */
.reviews {
    float: right;
    width: 23.4042553191%;
    margin-left: 1.06382978723%;
}
.reviews__title {
    margin-bottom: 20.9090909091%;
}
.review {
    color: #a07b3c;
    border-bottom: 1px dashed #e5d554;
    margin-bottom: 9.54545454545%;
    padding-bottom: 1.36363636364%;
    font-size: .91666666667em;
}
.review p {
    font-weight: 500;
    line-height: 1.6;
}
.review__title {
    font-weight: 600;
    font-size: 1.45454545455em;
    color: #6c5122;
    text-transform: none;
    margin-bottom: 5%;
}
.review__title a {
    color: #6c5122;
    line-height: 1.6;
}
.allReviews {
    display: inline-block;
    font-weight: 700;
    font-size: .83333333333em;
    color: #6c5122;
    text-transform: uppercase;
    margin-top: .90909090909%;
}
.allReviews:after {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    width: 18px;
    height: 17px;
    background: url(images/sprites.png) no-repeat -151px -200px;
}
/* END: REVIEWS */
/* END: AGENTS */
.blog {
    padding: 2.9% 0 3.5%;
    border-bottom: 1px solid #ebeae4;
}
.blog_page {
    padding: 0 0 2.5%;
}
.blog__header {
    margin-bottom: 3.72340425532%;
}
.blog__title {
    float: left;
    margin-bottom: 0;
}
.openBlog {
    float: right;
    text-transform: uppercase;
    font-size: .83333333333em;
    font-weight: 700;
    color: #5cb4c5;
    margin-top: 2.44680851064%;
}
.openBlog:after {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    width: 18px;
    height: 17px;
    background: url(images/sprites.png) no-repeat -51px -200px;
}
/* END: BLOG__HEADER */
.blogPosts {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}
.blogPost {
    float: left;
    width: 51.0638297872%;
    min-height: 444px;
    background: #171c26;
}
.blogPost:hover .blogPost__content,
.blogPost:hover .blogPost__content a {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    background: #ffed5e;
    color: #a07b3c;
}
.blogPost:hover .blogPost__title a {
    color: #6c5122;
}
.blogPost:hover .postBlog__comments:before {
    background-position: -453px -99px;
}
.blogPost_secondType {
    width: 48.9361702128%;
    min-height: 222px;
}
.blogPost_thirdType {
    width: 100%;
}
.blogPost_thirdType:nth-child(even) {
    background: #20252f;
}
.blogPost_thirdType:nth-child(even):hover {
    background: #ffed5e;
}
.blogPost__thumb {
    width: 51.0638297872%;
}
.blogPost__thumb img {
    width: 100%;
    height: 100%;
}
.blogPost__thumb_secondType {
    position: relative;
    z-index: 1;
    width: 47.8260869565% !important;
}
.blogPost__content {
    position: relative;
    padding: 6.25% 4.16666666667% 22.7272727273%;
    height: 222px;
    font-weight: 600;
    font-size: .91666666667em;
    color: #848b98;
}
.blogPost__content p {
    line-height: 1.7;
}
.blogPost__content a {
    color: #848b98;
}
.blogPost__content_secondType {
    width: 52.1739130435%;
    padding: 6.52173913043% 4.34782608696% 10.8695652174%;
}
.blogPost__content_thirdType {
    width: 48.9361702128%;
    padding: 2.55319148936% 2.65957446809% 6.91489361702%;
}
.blogPost__title {
    font-weight: 600;
    font-size: 1.45454545455em;
    text-transform: none;
    margin-bottom: 15px;
    color: #ffffff;
}
.blogPost__title a {
    color: #ffffff;
}
.blogPost__title a:hover {
    text-decoration: underline;
}
.blogPost__footer {
    position: absolute;
    bottom: 17px;
    left: 18px;
}
.blogPost__footer_secondType {
    bottom: 24px;
    left: 23px;
}
.blogPost__date {
    margin-right: 5px;
}
.postBlog__author {
    margin-left: 5px;
}
.postBlog__comments {
    margin-left: 3px;
}
.postBlog__comments:before {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(images/sprites.png) no-repeat -401px -99px;
}
/* END: BLOGPOSTS */
/* END: BLOG */
.partners {
    padding: 3.6% 0 2.8%;
}
.partners .container {
    text-align: center;
}
.partners__title {
    margin-bottom: 1.06382978723%;
}
.partners__entry p {
    text-align: center;
    font-weight: 500;
    font-size: .91666666667em;
    color: #a6a6a6;
}
.partnersList {
    margin-top: 4.25531914894%;
}
.partner {
    display: inline-block;
    vertical-align: middle;
    margin: 2.65957446809%;
}
.partner__logo {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.partner__logo:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
/* END: PARTNERLIST */
/* END: PARTNERS */
.footer {
    background: #171c26;
    padding: 4.5% 0;
}
.footer__leftCol {
    float: left;
    width: 57.4468085106%;
    margin-right: 1.06382978723%;
}
.footer__rightCol {
    float: right;
    width: 40.4255319149%;
    margin-left: 1.06382978723%;
}
.widget {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: .91666666667em;
    margin-left: 6.91489361702%;
}
.widget:first-child {
    margin-left: 0;
}
.widget a {
    color: #ffffff;
}
.widget__title {
    font-weight: 700;
    font-size: 1.45454545455em;
    color: #ffcc00;
    text-transform: none;
    margin-bottom: 24px;
}
.widgetList__item {
    margin: 14.2857142857% 0;
}
.widgetList__link {
    font-weight: 600;
}
.widgetList__link:hover {
    text-decoration: underline;
}
.widget__phone {
    font: 2em 'Montserrat', sans-serif;
    margin: -12px 0 6.98924731%;
}
.widget__email {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 9.67741935484%;
}
.widget__adress {
    font-weight: 600;
    margin-bottom: 16.1290322581%;
    position: relative;
    padding-left: 16px;
}
.widget__adress span {
    font-size: 1.36363636364em;
}
.widget__adress span:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    margin-right: 8px;
    width: 8px;
    height: 13px;
    background: url(images/sprites.png) no-repeat -106px -100px;
}
.widget__social {
    display: inline-block;
    margin-top: 1.0752688172%;
}
/* END: WIDGET */
.footer__text {
    font-size: .91666666667em;
    color: #686c73;
    margin: 4.62962963% 0 0 -2px;
}
.footer__text p {
    line-height: 1.8;
}
/* END: FOOTER__TOP */
.wrapBackToTop {
    overflow: hidden;
    height: 60px;
    text-align: center;
    margin-top: 2.55319148936%;
}
.backToTop {
    position: relative;
    top: 6px;
    display: inline-block;
}
.backToTop:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 200%;
    width: 1000px;
    height: 1px;
    background: #2f333c;
}
.backToTop:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 200%;
    width: 1000px;
    height: 1px;
    background: #2f333c;
}
.insBackToTop {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 3px solid #ffcc00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.insBackToTop:hover {
    -webkit-box-shadow: 0 0 8px #70ccde;
    -moz-box-shadow: 0 0 8px #70ccde;
    box-shadow: 0 0 8px #70ccde;
}
.insBackToTop:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -7px 0 0 -8px;
    width: 20px;
    height: 43px;
    background: url(images/icon/up-arrow-filled-angle2.png) 0px 0px no-repeat;
}
/* END: BACKTOTOP */
.footer__bottom {
    margin-top: -7px;
}
.copyright {
    float: left;
    margin: 22px 0 0 -2px;
}
.footerLogo {
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 12px;
}
.footerLogo .subLogo {
    display: inline-block;
    font: 0.5em 'Montserrat', sans-serif;
    text-transform: uppercase;
}
/* END: FOOTER__BOTTOM */
/* END: FOOTER */
.insVideo {
    padding: 4% 0 3.2%;
    background: #ffed5e;
}
.insVideo__leftCol {
    float: left;
    width: 51.0638297872%;
    margin-right: 3.1914893617%;
}
/* END: VIDEO__LEFTCOL */
.insVideoEntry {
    color: #6c5122;
}
.insVideoEntry p {
    font-weight: 600;
    font-size: 1.08333333333em;
    line-height: 1.9;
}
.insVideoEntry__title {
    font-weight: 500;
    font-size: 2.83333333333em;
    text-transform: none;
    line-height: 1.2;
    margin: -1.45833333% 0 5.20833333%;
}
.insVideo__rightCol {
    float: right;
    width: 42.5531914894%;
    margin-left: 3.1914893617%;
    padding-left: 2.12765957447%;
}
/* END: VIDEO__RIGHTCOL */
/* END: VIDEO */
.square {
    padding: 4% 0 5.6%;
}
.insSquare {
    width: 48.9361702128%;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.insSquare:first-child {
    margin-right: .85106382979%;
}
.insSquare:last-child {
    margin-left: .85106382979%;
}
.insSquare__content {
    padding: 4.34782608696% 3.93013100437%;
}
.insSquare__content p {
    font-weight: 500;
    font-size: .91666666667em;
    color: #a6a6a6;
    line-height: 1.7;
}
.insSquare__title {
    font-weight: 600;
    font-size: 1.33333333333em;
    color: #171c26;
    text-transform: none;
    margin-bottom: 4.043478%;
}
.insSquare__accordion {
    margin: 3.04347826% 0 0 -1.52838428%;
}
/* END: SQUARE */
.parr {
    background: url(http://placehold.it/1920x393) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 393px;
    margin-bottom: 25px;
}
.parr .container {
    position: relative;
}
.parrEntry {
    position: absolute;
    top: 64px;
    left: 90px;
    width: 380px;
    height: 370px;
    background: #171c26;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 500;
    padding: 4.14893617021% 4.14893617021% 5.10638297872%;
}
.parrEntry p {
    font-size: 1.08333333333em;
    color: #ffffff;
    line-height: 1.9;
}
.parrEntry__title {
    font-size: 2.16666666667em;
    color: #5cb4c5;
    text-transform: none;
    line-height: 1.2;
    margin: -1.31578947% 0 8%;
}
.parrEntry__more {
    display: inline-block;
    font-weight: 700;
    font-size: .83333333333em;
    text-transform: uppercase;
    color: #ffed5e;
    margin-top: 6.5%;
}
.parrEntry__more:after {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
    width: 18px;
    height: 17px;
    background: url(images/sprites.png) no-repeat -101px -200px;
}
/* END: PARR */
.agentsDetails {
    padding-bottom: 1.9%;
}
.insAgentsDetails {
    float: left;
    width: 59.5744680851%;
    margin-top: -0.10638298%;
}
.insAgentsDetails__thumb {
    float: left;
    max-width: 52.6785714286%;
}
.insAgentsDetails__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.insAgentsDetails__content {
    float: right;
    width: 42.8571428571%;
    margin: .35714285714% 0 0 3.92857142857%;
    padding-left: 4.64285714286%;
}
.insAgentsDetails__name {
    font-weight: 600;
    font-size: 2.33333333333em;
    color: #171c26;
    text-transform: none;
    margin: 12.1495327103% 0 2.33644859813%;
}
.insAgentsDetails__location {
    display: block;
    font-size: .91666666667em;
    color: #a6a6a6;
    margin-bottom: 6.54205607477%;
}
.insAgentsDetails__location:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    margin: 0 7px 0 2px;
    width: 8px;
    height: 13px;
    background: url(images/sprites.png) no-repeat -106px -100px;
}
.insAgentsDetails__rating {
    margin-bottom: 5.60747663551%;
}
.insAgentsDetails__contacts {
    font-family: 'Open Sans', sans-serif;
    color: #272727;
    font-size: 1.16666666667em;
    margin-bottom: 4.20560747664%;
}
.insAgentsDetails__contacts span {
    font-size: .78571428571em;
    color: #a6a6a6;
}
.insAgentsDetails__social {
    margin: 24px 0 0 -5px;
}
.insAgentsDetails__btn {
    margin: 12.214953271% 0 0 1.40186915888%;
    padding: 14px 22px;
}
/* END: INSAGENTSDETAILS */
.listingMap {
    float: right;
    text-align: center;
    width: 34.0425531915%;
    height: 261px;
    margin: 3.6170212766% 0 0 6.06382978723%;
    background: url(images/listingMapBg.png) no-repeat;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.insListingMap {
    margin-top: 24.8427672956%;
}
.insListingMap__count {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 3.66666666667em;
    color: #5cb4c5;
}
.insListingMap__count:before {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    background: url(images/sprites.png) no-repeat -394px 0;
}
.insListingMap__text {
    display: inline-block;
    vertical-align: -35px;
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    text-align: left;
    line-height: 1.2;
    margin-left: 2.83018867925%;
}
.insListingMap__btn {
    display: inline-block;
    font-weight: 700;
    font-size: .91666666667em;
    text-align: center;
    text-transform: uppercase;
    color: #5cb4c5;
    margin-top: 7.23270440252%;
    padding: 12px 18px;
    border: 3px solid #5cb4c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.insListingMap__btn:hover {
    -webkit-box-shadow: 0 0 7px #73cadb;
    -moz-box-shadow: 0 0 7px #73cadb;
    box-shadow: 0 0 7px #73cadb;
    text-shadow: 0 0 7px #73cadb;
}
/* END: LISTINGMAP */
.agentsDetails__entry {
    border-top: 1px dashed #e5e5e5;
    margin-top: 5%;
    padding-top: 4.68085106383%;
}
.agentsDetails__entry p {
    line-height: 2;
}
/* END: AGENTSDETAILS */
.content {
    float: left;
    width: 68.085106383%;
}
.content img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.content p {
    line-height: 2;
}
.content_paddingRight {
    padding-right: 3.125%;
}
.contentTop {
    text-align: center;
    margin: 5.8064516129% 0 5.48387096774%;
    padding-bottom: 2.41935483871%;
    border-bottom: 1px solid #e5e5e5;
}
.contentTop p {
    font-weight: 500;
    font-size: 1.33333333333em;
    font-family: 'RalewayMediumItalic', sans-serif;
    text-align: center;
    line-height: 1.5;
}
.contentTop__header {
    margin-bottom: 4.83870967742%;
}
.contentTop__title {
    font-weight: 500;
    font-size: 2.5em;
    color: #000;
    text-transform: none;
    margin-bottom: 4.03225806452%;
    line-height: 1.15;
}
.contentTop__details {
    font: 0.83333333em 'Open Sans', sans-serif;
    color: #c3c3c3;
}
.contentTop__details a {
    color: #c3c3c3;
}
.contentTop__date {
    display: inline-block;
    margin-right: 2.41935483871em;
}
.contentTop__comments {
    display: inline-block;
    margin-right: 2.58064516129%;
}
.contentTop__comments:before {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    margin-right: 7px;
    width: 16px;
    height: 16px;
    background: url(images/sprites.png) no-repeat -502px -100px;
}
.contentTop__listing {
    display: inline-block;
    text-decoration: underline;
}
.contentTop__listing:hover {
    text-decoration: none;
}
.exampleEllements {
    margin: 9.84375% 0 6.25%;
}
.exampleEllements__row:first-child {
    margin-bottom: 6.40625%;
}
.exampleEllements__row:nth-child(2) {
    margin-bottom: 5.46875%;
}
.exampleEllements__item {
    margin-right: 3.125%;
}
.example {
    margin-bottom: 3.75%;
}
/* END: EXAMPLEELLEMENTS */
.comments {
    margin-bottom: 7.65625%;
}
.comments__title {
    overflow: hidden;
}
.comments__insTitle {
    position: relative;
    display: inline-block;
}
.comments__insTitle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 125%;
    width: 950px;
    height: 1px;
    background: #e5e5e5;
}
.commentForm__insTitle {
    font-size: 1.66666666667em;
}
/* END: COMMENTS__TITLE */
.commentsList {
    margin-top: .9375%;
}
.comment {
    margin-bottom: 3.59375%;
}
.comment__avatar {
    float: left;
    max-width: 43px;
    height: 44px;
}
.comment__avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.comment__content {
    padding: 2.8125% 0 0 60px;
}
.comment__header {
    margin-bottom: 3.96551724138%;
}
.comment__name {
    display: inline-block;
    font-weight: 700;
    font-size: 1.16666666667em;
    color: #000;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}
.comment__date {
    display: inline-block;
    font-size: .83333333333em;
    font-family: 'Open Sans', sans-serif;
    color: #c3c3c3;
    margin-left: .86206896552%;
}
.comment__text {
    position: relative;
    padding: 2.58620689655% 3.44827586207% 3.10344827586%;
    background: #f9f9f9;
}
.comment__text p:last-child {
    margin-bottom: 0;
}
.comment__text:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #f9f9f9;
}
/* END: COMMENTSLIST */
.commentForm {
    margin-top: 6.5625%;
}
.commentForm input,
.commentForm textarea {
    width: 100%;
    font-size: .91666666667em;
}
.commentForm__leftCol {
    float: left;
    width: 29%;
}
.commentForm__leftCol input {
    height: 39px;
}
.commentForm__email {
    margin-bottom: 5.37634408602%;
}
/* END: COMMENTSFORM__LEFTCOL */
.commentForm__rightCol {
    float: right;
    width: 69.5%;
}
.commentForm__message {
    height: 88px;
}
/* END: COMMENTSFORM__RIGHTCOL */
.commentForm__btn {
    clear: both;
    float: right;
    width: auto !important;
    margin-top: 1.5625%;
    padding: 9px 19px;
}
/* END: COMMENTFORM */
/* END: COMMENTS */
/* END: CONTENT */
.sidebar {
    width: 31.914893617%;
    float: right;
    padding-left: 1.91489361702%;
}
.sidebarWidget {
    margin-bottom: 6.73758865248%;
}
.widgetPost {
    margin-bottom: 9.57446808511%;
}
.widgetPost:last-child {
    margin-bottom: 0;
}
.widgetPost p {
    color: #a6a6a6;
    line-height: 1.6;
}
.widgetPost p:last-child {
    margin-bottom: 0;
}
.widgetPost__header {
    margin-bottom: 3.1914893617%;
}
.widgetPost__title {
    font-weight: 600;
    font-size: 1.33333333333em;
    color: #5cb4c5;
    text-transform: none;
    margin-bottom: 3.90070921986%;
}
.widgetPost__title a {
    color: #5cb4c5;
}
.widgetPost__date {
    font: 0.83333333em 'Open Sans', sans-serif;
    color: #c3c3c3;
}
/* END: WIDGETPOSTS */
.calendar {
    padding-bottom: 4.25531914894%;
}
/* END: CALENDAR */
.categories {
    margin-left: 9.57446808511%;
    padding-bottom: 4.25531914894%;
}
.category {
    list-style: inside url(images/markeredListIcon.png);
    margin-bottom: 8.23529411765%;
}
.category:last-child {
    margin-bottom: 0;
}
.category__link {
    font-size: 1.16666666667em;
    font-weight: 600px;
    color: #5cb4c5;
}
/* END: CATEGORIES */
.tags {
    padding-right: 8.86524822695%;
}
.tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.06382978723% 2.48226950355% 0;
}
.tag__link {
    display: block;
    color: #bbc7d1;
    border: 2px solid #d8e1e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 4px 10px;
    font-size: .91666666667em;
}
.tag__link:hover {
    background: #67b9c9;
    border: 2px solid transparent;
    color: #ffffff;
}
.tag__link_noBorder {
    border: 2px solid transparent;
}
/* END: TAGS */
/* END: SIDEBAR */
/* END: INSBLOG */
.insContacts {
    position: relative;
}
.insContacts #firstMap {
    width: 100%;
    height: 820px;
}
.insContacts:hover .insContacts__row {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transform: translate(0, -99%);
    -webkit-transform: translate(0, -99%);
    -o-transform: translate(0, -99%);
    -ms-transform: translate(0, -99%);
    transform: translate(0, -99%);
}
.insContacts__row {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,234,187,0.98) 10%, rgba(252,205,77,0.95) 22%, rgba(255,204,0,0.88) 56%, rgba(255,204,0,0.86) 66%, rgba(255,204,0,0.86) 67%, rgba(251,223,147,0.86) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(10%, rgba(252,234,187,0.98)), color-stop(22%, rgba(252,205,77,0.95)), color-stop(56%, rgba(255,204,0,0.88)), color-stop(66%, rgba(255,204,0,0.86)), color-stop(67%, rgba(255,204,0,0.86)), color-stop(100%, rgba(251,223,147,0.86)));
    background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,234,187,0.98) 10%, rgba(252,205,77,0.95) 22%, rgba(255,204,0,0.88) 56%, rgba(255,204,0,0.86) 66%, rgba(255,204,0,0.86) 67%, rgba(251,223,147,0.86) 100%);
    background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,234,187,0.98) 10%, rgba(252,205,77,0.95) 22%, rgba(255,204,0,0.88) 56%, rgba(255,204,0,0.86) 66%, rgba(255,204,0,0.86) 67%, rgba(251,223,147,0.86) 100%);
    background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,234,187,0.98) 10%, rgba(252,205,77,0.95) 22%, rgba(255,204,0,0.88) 56%, rgba(255,204,0,0.86) 66%, rgba(255,204,0,0.86) 67%, rgba(251,223,147,0.86) 100%);
    background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(252,234,187,0.98) 10%, rgba(252,205,77,0.95) 22%, rgba(255,204,0,0.88) 56%, rgba(255,204,0,0.86) 66%, rgba(255,204,0,0.86) 67%, rgba(251,223,147,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );


    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb4c5', endColorstr='#d97bc0c9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px #498f9d;
    -moz-box-shadow: inset 0 1px 2px #498f9d;
    box-shadow: inset 0 1px 2px #498f9d;
    color: #ffffff;
    padding: 2.8% 0 2.4%;
}
.insContacts__row:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 11px solid rgba(127, 194, 201, 0.9);
}
.insContacts__entry {
    float: left;
    width: 65.9574468085%;
}
.insContacts__entry p {
    font-size: 1.08333333333em;
    line-height: 1.8;
}
.contactsInfo {
    float: right;
    width: 30.3191489362%;
    border-left: 1px dashed #8dcbd7;
    padding-left: 3.1914893617%;
    margin-left: 3.51063829787%;
}
.contactsInfo__item {
    font: 1.16666667em 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 7.08661417323%;
}
.contactsInfo__item:last-child {
    margin-bottom: 0;
}
.contactsInfo__item span {
    position: relative;
    font-size: .78571428571em;
    font-weight: 600;
    margin-right: 29px;
    padding-left: 32px;
}
.contactsInfo__item span:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: url(images/sprites.png) no-repeat;
}
.contactsInfo__item_adress {
    font-family: 'Raleway', sans-serif;
    margin-right: -80px;
}
.contactsInfo__item_adress span:before {
    top: -5px;
    width: 20px;
    height: 20px;
    background-position: -550px -100px;
}
.contactsInfo__item_phone span:before {
    left: 2px;
    width: 17px;
    height: 16px;
    background-position: -603px -100px;
}
.contactsInfo__item_email span:before {
    left: 3px;
    width: 18px;
    height: 12px;
    background-position: -652px -100px;
}
/* END: INSCONTACTS */
.gallery {
    margin-bottom: 2.6%;
}
.gallery__title {
    margin-top: 6.3%;
}
.galleryFilters {
    text-align: center;
    margin: -1.4893617% 0 6.425532% -0.63829787%;
}
.galleryFilter {
    display: inline-block;
}
.galleryFilter__link {
    display: block;
    font-weight: 500;
    color: #171c26;
    padding: 10px 18px;
}
.galleryFilter__link:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #5cb4c5;
    color: #ffffff;
}
/* END: GALLERYFILTERS */
.galleryImages {
    margin-top: -1%;
}
.galleryImage {
    position: relative;
    overflow: hidden;
}
.galleryImage img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.galleryImage:hover .wrapOverlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(720deg) scale(1);
    -moz-transform: rotate(720deg) scale(1);
    -ms-transform: rotate(720deg) scale(1);
    -o-transform: rotate(720deg) scale(1);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.galleryImage:hover .insOverlay__icon {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.galleryImage:hover .insOverlay__title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.galleryImage:hover .insOverlay__date {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.galleryImage,
.grid-sizer {
    max-width: 300px;
    width: 31.914893617%;
    margin: 0 .63829787234% 1.06382978723%;
}
.wrapOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(0deg) scale(0);
    -moz-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay {
    display: table;
    width: 100%;
    height: 100%;
}
.insOverlay {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
.insOverlay__icon {
    display: block;
    margin: 0 auto 8.33333333333% auto;
    width: 32px;
    height: 32px;
    background: url(images/sprites.png) no-repeat -445px 0;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.insOverlay__title {
    font-weight: 700;
    font-size: 1.16666666667em;
    text-transform: none;
    margin-bottom: 3.33333333333%;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.insOverlay__date {
    font: 0.83333333em 'Open Sans', sans-serif;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* END: GALLERYIMAGES */
/* END: GALLERY */
.listing {
    padding-bottom: 2.9%;
}
.listing p {
    line-height: 2;
}
.listing #secondMap {
    width: 100%;
    height: 315px;
}
.filters_listing {
    background: #ffcc00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2.12765957447% 2.02127659574%;
}
.btn_filtersListing {
    vertical-align: -37px;
    padding: 9px 58px;
    font-size: 1.41666666667em;
    margin-left: -1px;
}
.pagintaion_listing {
    margin-top: 1.8085106383%;
}
.listingTop {
    margin-bottom: 38px;
}
.listingSlider {
    width: 48.9361702128%;
    float: left;
}
.listingSlider .bx-wrapper {
    position: relative;
}
.listingSlider .bx-wrapper .bx-prev {
    left: 0;
    background-position: -6px -299px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.listingSlider .bx-wrapper .bx-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 6px;
    height: 10px;
    background: url(images/sprites.png) no-repeat -9px -450px;
}
.listingSlider .bx-wrapper .bx-prev:hover {
    background-position: -205px -300px;
}
.listingSlider .bx-wrapper .bx-next {
    right: 0;
    background-position: -105px -300px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.listingSlider .bx-wrapper .bx-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 6px;
    height: 10px;
    background: url(images/sprites.png) no-repeat -57px -450px;
}
.listingSlider .bx-wrapper .bx-next:hover {
    background-position: -305px -300px;
}
.listingSlider .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    outline: 0;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    z-index: 9999;
    background: url(images/sprites.png) no-repeat;
    background: #5cb4c5;
}
.listingSlider__item img {
    min-height: 294px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* END: LISTINGSLIDER */
.listingEntry {
    float: right;
    width: 51.0638297872%;
    height: 293px;
    background: #171c26;
    color: #ffffff;
    padding: 4.25531914894% 2.12765957447% 4.25531914894% 4.25531914894%;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.listingEntry p {
    font-size: .91666666667em;
    font-weight: 500;
    line-height: 1.6;
}
.listingEntry__title {
    font-size: 2.16666666667em;
    font-weight: 600;
    text-transform: none;
    margin: 4.28571428571% 0 3.33333333333%;
}
.details {
    margin-top: 6.42857142857%;
}
.details__item {
    display: inline-block;
    font-size: .91666666667em;
    color: #5cb4c5;
    margin: 0 4.28571428571% 4.28571428571% 0;
}
.details__item:last-child {
    margin-right: 0;
}
.details__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    background: url(images/sprites.png) no-repeat;
}
.details__icon_location {
    width: 10px;
    height: 16px;
    background-position: -6px -100px;
}
.details__icon_expand {
    width: 17px;
    height: 16px;
    background-position: -4px -400px;
}
.details__icon_garrage {
    width: 34px;
    height: 16px;
    background-position: -43px -400px;
}
.details__icon_internet {
    width: 14px;
    height: 15px;
    background-position: -104px -400px;
}
.listingEntry__price {
    font: 2.0em 'Montserrat', sans-serif;
    color: #ffed5e;
    margin-top: 0%;
}
/* END: LISTINGENTRY */
/* END: LISTINGTOP */
/* END: LISTING */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #2e323b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    height: 40px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-size: 1.33333333333em;
    background: transparent;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:before {
    content: "";
    display: inline-block;
    margin-right: 9px;
    width: 10px;
    height: 11px;
    background: url(images/sprites.png) no-repeat -756px -100px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: right;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    display: none;
}
.mfp-arrow {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 62px;
    height: 63px;
    background: url(images/sprites.png) no-repeat -6px -300px;
}
.mfp-arrow-left {
    left: 1%;
}
.mfp-arrow-left:hover {
    background-position: -205px -301px;
}
.mfp-arrow-right {
    right: 1%;
    background-position: -105px -300px;
}
.mfp-arrow-right:hover {
    background-position: -305px -300px;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: none;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: center;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    font-size: 1.16666666667em;
    font-weight: 700;
}
.mfp-date {
    font: 0.83333333em 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: center;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 center;
        -moz-transform-origin: 0 center;
        -ms-transform-origin: 0 center;
        -o-transform-origin: 0 center;
        transform-origin: 0 center;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100% center;
        -moz-transform-origin: 100% center;
        -ms-transform-origin: 100% center;
        -o-transform-origin: 100% center;
        transform-origin: 100% center;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/* END: MAGNIFIC POPUP */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
/* WRAPPER */
.dropdown {
    position: relative;
    width: 220px;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown.open {
    z-index: 2;
}
/* CARAT */
.dropdown .carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 24px;
    background: url(images/icon/down-arrow-square-outlined-button.png) 1px 1px no-repeat;
}
.dropdown.open .carat {
    background: url(images/icon/down-arrow-square-outlined-button.png) 1px 6px  no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.dropdown select {
    position: absolute;
    left: 0px;
    top: 0px;
}
.dropdown.touch .old {
    width: 100%;
    height: 100%;
}
.dropdown.touch select {
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
    display: block;
    font-size: .91666666667em;
    line-height: 1;
    color: #c4c4c4;
    padding: 14.5px 12px;
    overflow: hidden;
    white-space: nowrap;
    /*    width: 267px;*/
}
.dropdown.disabled .selected {
    color: #999;
}
.dropdown .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: inset -55px 0 25px -20px #ffffff;
}
/* DROP DOWN WRAPPER */
.dropdown div {
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;

}
.ajustaFiltro{position: relative;
              right: 0px;}    
/* Height is adjusted by JS on open */
.dropdown.open div {
    opacity: 1;
    z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #ffffff;
}
.dropdown.scrollable.bottom div::after {
    opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;

}
.dropdown.scrollable.open ul {
    overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li {
    padding: 14.5px 12px;
}
/* .focus class is also added on hover */
.dropdown li.focus {
    background: #ffed5e;
    position: relative;
    z-index: 3;
    color: #6c5122;
}
.dropdown li.active {
    background: #ffed5e;
    color: #6c5122;
    font-weight: 700;
    font-size: 1em;
    width: 100%;
    min-width: 200px;
}
.clear {
    clear: both;
}
.gmnoprint {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .blogPost_thirdType {
        width: 50%;
    }
    .blogPost__thumb {
        width: 100%;
    }
    .blogPost__content_thirdType {
        width: 100%;
    }
    .contactsInfo__item span {
        display: block;
        margin-bottom: 3%;
    }
    .contactsInfo__item_adress {
        margin-right: 0;
    }
    .agent {
        height: auto;
    }


}

@media screen and (max-width: 1366px){ 
    .filters_listing {
        text-align: center;
    }
    .filter {
        text-align: left;

        width: 20%;
    }
    .ajuste960{position: relative; left: 6px;}
}
/* END: 1024PX */
@media screen and (max-width: 960px) {
    .filters_listing {
        text-align: center;
    }
    .filter {
        text-align: left;

        width: 20%;
    }
    .ajuste960{position: relative; left: 1px;}

    .insFilter{}
    .arrumafiltrotablet{

/*        position: relative; right: 56%;*/
    }
}
/* END: 960PX */
@media screen and (max-width: 920px) {
    .nav .container {
        height: auto;
        padding: 10px;
    }
    .insNav {
        display: none;
        width: 100%;
        margin-left: -3px;
    }
    .insNav__item {
        margin: 0 .38461538462% 1.02564102564%;
    }
    .insNav__link {
        padding: 8px 10px;
        background: #1f1f1f;
        color:#fff;

    }
    .insNav__link:hover {
        background: #1f1f1f;
        color:#ffcc00;
    }
    .insNav__link_active {
        background: transparent;
    }
    .subNav {
        top: 29px;
    }
    .navToggleBtn {
        display: inline-block;
    }
    .enter {
        margin-top: 0;
        padding: 9px 0;
    }
}
/* END: 920PX */
@media screen and (max-width: 800px) {
    
           insFilter{position: relative!important;
right: 100px!important;}
    
/*    insFilter{position: relative;
right: 12px;}*/
    .about__title {
        width: 95%;
    }
    .insVideo__rightCol iframe {
        height: auto;
    }
    .filters_listing .filter {
        margin-bottom: 2%;
    }
    .housesList {
        margin-left: 2.4%;
    }
    .house {
        min-height: 0;
    }
    .house__thumb {
        position: inherit;
    }
    .house__content {
        margin: 4.54545454545%;
    }
    .footer__leftCol {
        float: none;
        width: 100%;
        text-align: center;
    }
    .widget {
        text-align: left;
    }
    .footer__text {
        width: 85%;
        margin: 5% auto;
        color:#ffcc00!important;
    }
    .footer__text , p{
        color:#ffcc00!important; 

    }
    .footer__rightCol {
        float: none;
        width: 65%;
        margin: 0 auto;
    }
    .facilities {
        text-align: left;
    }
    .agent {
        height: auto;
    }
    .bestAgents,
    .reviews {
        width: 100%;
        float: none;
        margin: 0;
    }
    .bestAgents {
        margin-bottom: 3%;
    }
    .reviewsList {
        text-align: center;
    }
    .review {
        width: 48%;
        margin: 1%;
        float: left;
        text-align: left;
    }
    .bestAgents__title {
        margin-bottom: 0;
    }
    .reviews__title {
        margin-bottom: 2%;
    }
    .filter {
        margin-bottom: 2%;
    }
    .findPlace {
        height: auto;
    }
    .indexPage .blogPosts {
        width: 58%;
        margin: 0 auto;
    }
    .blogPost {
        float: none;
        width: 100%;
        min-height: 0;
    }
    .blogPost_secondType {
        width: 50%;
        float: left;
    }
    .blogPost__thumb,
    .blogPost__content {
        float: none;
        width: 100%;
    }
    .insContacts iframe {
        height: 500px;
    }
}
/* END: 800PX */
@media screen and (max-width: 768px) {
           insFilter{position: relative!important;
right: 100px!important;}
    .navToggleBtn {
        width: 73.7%;
    }
    .enter {
        width: 25%;
    }
    .facilities__item {
        width: 48%;
        margin-bottom: 2%;
    }
    .insVideo__rightCol {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .insVideo__rightCol iframe {
        height: 400px;
    }
    .insVideo__leftCol {
        width: 100%;
        margin: 3% 0 0;
    }
    .sliderPost {
        height: auto;
    }
    .sliderPost__thumb,
    .sliderPost__content {
        float: none;
        margin: 0 auto;
    }
    .sliderPost__thumb img {
        height: auto;
    }
    .sliderPost__title {
        font-size: 2.7em;
        margin-top: 2%;
        word-break: break-all;
    }
    .sliderPost__content {
        padding: 2% 2% 3%;
    }
    .sliderPost__price {
        word-break: break-all;
    }
}
/* END: 768PX */
@media screen and (max-width: 720px) {
    .square .container {
        text-align: center;
    }
    .insSquare {
        display: inline-block;
        width: 66%;
        text-align: left;
    }
    .insSquare:first-child {
        margin: 0 0 3.44827586207%;
    }
}
/* END: 720PX */
@media screen and (max-width: 600px) {
    
        insFilter{position: relative!important;
right: 100px!important;}
    .city {
        width: 100%;
        margin-top: 0;
    }
    .logo {
        width: 100%;
        margin: 3.44827586207% 0;
    }
    .contacts {
        width: 100%;
    }
    .insSquare {
        width: 79%;
    }
    .insAgentsDetails {
        width: 50%;
    }
    .insAgentsDetails__thumb {
        float: none;
        margin: 0 auto;
        max-width: 75%;
    }
    .insAgentsDetails__content {
        width: 100%;
        float: none;
    }
    .listingMap {
        width: 48%;
        margin-left: 2%;
    }
    .listingSlider,
    .listingEntry {
        float: none;
        width: 75%;
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .house {
        width: 42%;
        margin: 0 3% 6%;
    }
    .content,
    .sidebar {
        float: none;
        width: 100%;
    }
    .sidebar {
        padding-left: 0;
    }
    .sidebarWidget {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
    }
    .sliderPost__thumb {
        width: 60%;
    }
    .sliderPost__content {
        width: 60%;
    }
}
/* END: 600PX */
@media screen and (max-width: 568px) {
       insFilter{position: relative!important;
right: 100px!important;}
    .navToggleBtn {
        width: 67.3%;
    }
    .enter {
        width: 31%;
    }
    .facilities {
        text-align: center;
    }
    .facilities__item {
        width: 85%;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
    }
    .parrEntry {
        height: auto;
    }
    .insContacts:hover .insContacts__row {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .insContacts__row {
        position: inherit;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .insContacts__entry {
        float: none;
        width: 100%;

    }
    .contactsInfo {
        float: none;
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    .contactsInfo__item {
        display: inline-block;
        margin: 2%;
    }
    .contactsInfo__item:last-child {
        margin-right: 0;
    }
    .galleryImage,
    .grid-sizer {
        width: 48%;
        margin: 1%;
    }
    .indexPage .blogPosts {
        width: 100%;
    }
    .insContacts iframe {
        height: 250px;
    }
}
/* END: 568PX */
@media screen and (max-width: 480px) {
    .navToggleBtn {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
    /*    .dropdown{width: 300px!important}*/

    .enter {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .aju{}
    .mainTitle:before,
    .mainTitle:after {
        content: "";
        display: none;
    }
    .about__title {
        font-size: 2em;
    }
    .insAgentsDetails {
        float: none;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .insAgentsDetails__content {
        margin: 0;
        padding: 0;
    }
    .listingMap {
        float: none;
        width: 65%;
        margin-right: auto;
        margin-left: auto;
    }
    .blogPost_thirdType {
        width: 100%;
    }
    .listingSlider,
    .listingEntry {
        width: 100%;
        height: auto;
    }
    .house {
        width: 95%;
        margin: 0 -5% 10%;
    }
    .house:nth-child(even) {
        margin-right: -10%;
    }
    .insPagination {
        position: relative;
        padding: 45px 0 10px;
    }
    .insPagination__side {
        position: absolute;
        top: 0;
    }
    .insPagination__side_next {
        right: 0;
    }
    .insPagination__side_prev {
        left: 0;
    }
    .footer__rightCol,
    .footer__text {
        width: 95%;
    }
    .footer__bottom {
        text-align: center;
    }
    .copyright,
    .footerLogo {
        float: none;
        display: block;
        text-align: center;
        margin: 3% auto 0 auto;
    }
    .agent__name {
        font-size: 1em;
    }
    .sliderPost__thumb,
    .sliderPost__content {
        width: 85%;
    }
    .mainSlider .bx-controls-direction a {
        top: 30%;
    }
    .filter {
        display: block;
        margin: 0 auto 3% auto;
        width: 50%;
    }
    .filters__row {
        margin: 0;
    }
    .filters__row:nth-child(2) .filter:first-child {
        margin-left: auto;
    }
    .filters__btn {
        padding: 7px 45px;
    }
    .parrEntry {
        position: inherit;
        top: 0;
        left: 0;
        width: auto;
        background: rgba(23, 28, 38, 0.9);
        margin-top: 2%;
        display: inline-block;
    }
}
/* END: 480PX */
@media screen and (max-width: 380px) {
    .ajustess{position: relative!important;
              right: 36px !important;}
        .ajustess480{position: relative;
              left: 0px;}
    .agent {
        float: none;
        width: 65%;
        margin: 3% auto;
    }
    .agent:first-child {
        margin-left: auto;
    }
    .agent:last-child {
        margin-right: auto;
    }
    .agent__name {
        font-size: 1.33333333333em;
    }
    .review {
        width: 100%;
        margin: 0 0 6% 0;
        float: none;
    }
    .filter {
        width: auto;
    }
    .magnifier {
        width: 100%;
    }
}
/* END: 380PX */
@media screen and (max-width: 320px) {
    .insNav {
        margin-left: 0;
    }
    .insNav__item {
        width: 100%;
    }
    .insNav__item:hover .subNav {
        display: none;
    }
    .facilities__item {
        width: 100%;
        margin-bottom: 6%;
    }
    .about__entry p {
        text-align: left;
    }
    .insVideoEntry__title {
        font-size: 2em;
    }
    .insSquare {
        width: 100%;
    }
    .insAgentsDetails,
    .listingMap {
        width: 100%;
    }
    .contactsInfo__item {
        width: 100%;
    }
    .galleryImage,
    .grid-sizer {
        width: 100%;
        margin: 0 0 2% 0;
    }
    .footer__rightCol,
    .footer__text {
        width: 100%;
    }
    .contentTop__title {
        font-size: 2em;
    }
    thead {
        font-size: .83333333333em;
    }
    tbody td:first-child {
        padding: 2% 1.40625% 2% 2.5%;
    }
    .exampleEllements {
        text-align: center;
    }
    .exampleEllements__row:nth-child(3) input {
        margin-bottom: 3%;
    }
    .commentForm__leftCol {
        float: none;
        width: 100%;
        margin-bottom: 2.376344%;
    }
    .commentForm__email {
        margin-bottom: 2.376344%;
    }
    .commentForm__rightCol {
        float: none;
        width: 100%;
    }
    .sidebarWidget {
        width: 100%;
    }
    .agent {
        width: 85%;
    }
    .sliderPost__thumb,
    .sliderPost__content {
        width: 100%;
    }
    .blogPost_secondType {
        width: 100%;
        float: none;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1600px) and (min-device-width: 640px){

    .b {
        position:relative
    }
    .filter__list {
        width: 252px!important;
    }  

}
/* END: 320PX */
