@import url(normalize.3.0.1.min.css);
@import url(clearfix.css);
@import url(select2.css);
/* ========================================================================== */
/*   VARIABLES
/* - Global SASS variables for this project only */
/* - [For example] font-size, box-shadow, colors */
/* ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,latin-ext);
/* ========================================================================== */
/*   BASESTYLES
/* - In basestyles.scss we specify basic styles valid for entire web page */
/* - Basestyles have typically very basic selector not classes! */
/* - [For example] body, html, p a, input[type="text"], etc...  */
/* ========================================================================== */
html, body {
    position: relative;
    width: 100%;
    height: auto; }
@media screen and (min-width: 1180px) {
    html, body {
        height: auto; } }

html {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden; }

div, section, header, footer, ul, ol, li, span, p, table, address, h1, h2, h3, h4, nav, img {
    margin: 0;
    padding: 0; }

ul, li, ol {
    list-style: none; }

a {
    cursor: pointer; }

/* ========================================================================== */
/*   BORDER BOX MODEL
/* - Every element has to have border-box model because of the Bootstrap grid
/* - Padding now doesn't extend elements width
/* ========================================================================== */
* {
    -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; }

body {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
body nav, body section, body footer {
    position: relative;
    z-index: 2; }

._container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: auto;
    *zoom: 1;
    padding: 0 0px; }
._container:before, ._container:after {
    content: " ";
    display: table; }
._container:after {
    clear: both; }
@media screen and (min-width: 768px) {
    ._container {
        padding: 0; } }
@media screen and (min-width: 1024px) {
    ._container {
        max-width: 97%; } }
@media screen and (min-width: 1180px) {
    ._container {
        max-width: 1000px; } }

._wrapper {
    position: relative;
    display: block;
    *zoom: 1; }
._wrapper:before, ._wrapper:after {
    content: " ";
    display: table; }
._wrapper:after {
    clear: both; }
._wrapper ._column {
    position: relative;
    display: block;
    width: 100%; }
@media screen and (min-width: 768px) {
    ._wrapper ._column {
        width: 50%;
        float: left; } }

._column {
    position: relative;
    display: block;
    width: 100%;
    /*
    ul {
      padding: 0;
      margin: 0;
  
      margin-bottom: 47px;
  
      li {
        position: relative;
        display: inline-block;
  
        width: 100%;
  
        color: #666;
        font-family: $font;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
  
        line-height: 24px;
  
        padding-left: 20px;
        margin-bottom: 4px;
  
        //background-image: url("../img/arrow.png");
        background-size: 7px 8px;
        background-position: 0 8px;
        background-repeat: no-repeat;
        
        strong {
          font-weight: 700;
          font-style: normal;
        }
  
  
      }
    }
    */ }
@media screen and (min-width: 768px) {
    ._column {
        width: 50%;
        float: left; } }

._scroll-to {
    cursor: pointer; }

._no-link a {
    text-decoration: none; }

._m-bottom-12 {
    margin-bottom: 12px !important; }

.fancybox-inner {
    width: 100% !important; }

.fancybox-lock {
    overflow: visible !important; }
.fancybox-lock body {
    overflow: visible !important; }

.fancybox-overlay {
    overflow: hidden !important; }

.fancybox-margin {
    margin-right: 0px !important; }

._btn-w {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }

._btn {
    position: relative;
    display: inline-block;
    width: 185px;
    margin-top: 16px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    /* border radius */
    background-color: #ce2943;
    /* layer fill content */ }
._btn:hover {
    opacity: 0.9; }
._btn:last-child {
    margin-right: 0; }

._btn-contact {
    width: 100%;
    font-size: 15px;
    text-transform: none;
    display: block;
    margin: auto;
    margin-right: auto !important;
    margin-top: 21px;
    padding: 10px 0;
    padding-left: 0px;
    margin-bottom: 20px;
    background-image: url("/cms/common-data/images/new/Layer-77-1.png");
    background-size: 23px 27px;
    background-repeat: no-repeat;
    background-position: 16% 50%; }
@media screen and (min-width: 768px) {
    ._btn-contact {
        width: 50%; } }
@media screen and (min-width: 1024px) {
    ._btn-contact {
        width: 100%; } }

._rk {
    background-image: url("/cms/common-data/images/new/header-1.png");
    background-size: 19px 21px;
    background-repeat: no-repeat;
    background-position: 4px 50%; }

._search {
    background-image: url("/cms/common-data/images/new/header.png");
    background-size: 19px 21px;
    background-repeat: no-repeat;
    background-position: 4px 50%;
    padding-left: 29px !important; }

/*footer {
    background: #f4f4f6; }*/
footer:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    top: 4px;
    left: 0;
    border-bottom: 2px solid #fff; }
footer ._copy {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 130px; }
@media screen and (min-width: 768px) {
    footer ._copy {
        padding-top: 27px;
        padding-bottom: 35px; } }
footer ._copy span {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #777980;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal; }
@media screen and (min-width: 768px) {
    footer ._copy span {
        width: 69%;
        margin-top: 22px;
        text-align: left; } }
@media screen and (min-width: 1180px) {
    footer ._copy span {
        margin-top: 22px; } }
footer ._copy span strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal; }
footer ._copy span a {
    display: block;
    color: #fff;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    margin-top: 10px; }
@media screen and (min-width: 768px) {
    footer ._copy span a {
        margin-top: 0; } }
@media screen and (min-width: 1180px) {
    footer ._copy span a {
        display: inline; }
    footer ._copy span a:hover {
        text-decoration: underline; } }
footer ._copy a._back-top {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 95px;
    left: 50%;
    margin-left: -25px;
    background-image: url("/cms/common-data/images/new/icon-back-top.png");
    background-size: 50px 50px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 50%;
    text-decoration: none; }
@media screen and (min-width: 768px) {
    footer ._copy a._back-top {
        top: 3px; } }
footer ._copy a._back-top:hover {
    border: 1px solid #21b5cb; }
footer ._copy a._webtoad {
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    background-image: url("/cms/common-data/images/new/webtoad.png");
    background-size: 84px 40px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top: 21px;
    margin-right: 0px;
    top: 10px;
    padding-bottom: 0px;
    cursor: pointer; }
footer ._copy a._webtoad:hover {
    background-position: 50% -20px; }
@media screen and (min-width: 768px) {
    footer ._copy a._webtoad {
        float: right;
        width: 84px;
        top: 0;
        background-position: 0 0; } }

header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    overflow: hidden;
    z-index: 999;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 28px;
    padding-bottom: 10px;
    *zoom: 1; }
@media screen and (min-width: 768px) {
    header {
        padding-bottom: 23px; } }
header:before, header:after {
    content: " ";
    display: table; }
header:after {
    clear: both; }
header ._logo {
    position: relative;
    display: inline-block;
    width: 75px;
    float: left;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 6px; }
@media screen and (min-width: 768px) {
    header ._logo {
        width: 105px;
        margin-top: 24px; } }
header ._logo img {
    position: relative;
    display: block;
    max-width: 100%; }
header nav {
    position: relative;
    display: none;
    float: right; }
@media screen and (min-width: 1024px) {
    header nav {
        display: inline-block;
        padding-top: 73px; } }
header nav ul {
    position: relative;
    display: inline-block; }
header nav ul li {
    position: relative;
    display: inline-block;
    background-image: none;
    padding: 0;
    margin: 0;
    float: left; }
header nav ul li:last-child a {
    border-right: 0px solid #f1f1f1; }
header nav ul li a {
    position: relative;
    display: inline-block;
    color: #121c3d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: normal;
    text-decoration: none;
    padding: 0 8px;
    margin-left: 8px;
    border-right: 1px solid #f1f1f1;
    letter-spacing: -0.3px; }
header nav ul li a:hover, header nav ul li a.is-active {
    text-decoration: underline; }
header nav ul li a._color-red {
    color: #ce2943; }
header nav ul li a._small {
    font-size: 14px;
    margin-right: 4px;
    letter-spacing: -0.3px; }
header ul._top-nav {
    position: absolute;
    display: none;
    margin-bottom: 0;
    right: 20px;
    top: 35px;
    z-index: 999; }
@media screen and (min-width: 1024px) {
    header ul._top-nav {
        display: block; } }
header ul._top-nav li {
    position: relative;
    display: inline-block;
    background-image: none;
    padding: 0;
    margin: 0;
    float: left; }
header ul._top-nav li:nth-child(2) a {
    margin-left: 0;
    padding-right: 19px; }
header ul._top-nav li:last-child a {
    padding-left: 28px;
    border-right: 0; }
header ul._top-nav li a {
    position: relative;
    display: inline-block;
    color: #121c3d;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: normal;
    text-decoration: none;
    padding: 0 9px;
    margin-left: 10px;
    letter-spacing: -0.3px;
    font-size: 13px;
    margin-right: 4px;
    border-right: 1px solid #f1f1f1; }
header ul._top-nav li a:hover, header ul._top-nav li a.is-active {
    text-decoration: underline; }
header ul._top-nav li a._color-red {
    color: #ce2943; }
header ._mobile-nav {
/*    position: relative;*/
    display: inline-block;
    float: right;
    margin: 15px 13px;
    margin-bottom: 14px;
    margin-left: 20px;
    width: 30px;
    height: 21px;
    cursor: pointer; }
@media screen and (min-width: 1024px) {
    header ._mobile-nav {
        display: none; } }
header ._mobile-nav img {
    position: relative;
    display: block;
    width: 100%; }

ul._navbar {
    /* position: fixed; */
    display: none;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    background: #592576;
    width: 100%;
    padding: 0px 0;
    padding-top: 21px;
    z-index: 999;
    transform: translateZ(400px); }
@media screen and (min-width: 481px) {
    ul._navbar {
        padding-top: 17px; } }
@media screen and (min-width: 768px) {
    ul._navbar {
        padding-top: 21px; } }
ul._navbar.is-active {
    display: block; }
ul._navbar li {
    display: block;
    margin: 0 0%; }
@media screen and (min-width: 481px) {
    ul._navbar li {
        width: 33.33333%;
        float: left; } }
@media screen and (min-width: 768px) {
    ul._navbar li {
        width: 100%; } }
@media screen and (min-width: 768px) {
    ul._navbar li._sm-hide {
        display: none; } }
ul._navbar li._lang {
    width: 100%;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 33px; }
@media screen and (min-width: 481px) {
    ul._navbar li._lang {
        padding-top: 22px; } }
@media screen and (min-width: 768px) {
    ul._navbar li._lang {
        padding-top: 32px; } }
ul._navbar li._lang ._wrapper {
    position: relative;
    display: inline-block; }
ul._navbar li._lang a {
    position: relative;
    display: table;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    /* stroke */
    width: 42px;
    height: 42px;
    padding: 0; }
ul._navbar li._lang a:nth-child(2) {
    margin: 0 18px; }
ul._navbar li._lang a._active {
    background-color: #fff;
    color: #592576; }
ul._navbar li._lang a span {
    display: table-cell;
    vertical-align: middle; }
ul._navbar li a {
    font-family: "Roboto", sans-serif;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent; }
@media screen and (min-width: 481px) {
    ul._navbar li a {
        padding: 7px 0;
        padding-left: 20px;
        text-align: left; } }
@media screen and (min-width: 768px) {
    ul._navbar li a {
        padding: 14px 0;
        padding-left: 0px;
        text-align: center; } }
ul._navbar li a.is-active {
    background: #592576; }

._content {
    background-color: #f4f4f6;
    padding-bottom: 73px; }

h1, h2, h3, h4, h5 {
    position: relative;
    display: block;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 1px;
    color: #0d1533;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    float: none !important;
}

h1 {
    font-size: 23px; }
@media screen and (min-width: 768px) {
    h1 {
        font-size: 24px; } }

h2 {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 22px; }

h3 {
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 18px; }

h4 {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 16px; }

p {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    color: #0d1533;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.99;
    text-align: left;
    margin-bottom: 20px;
    *zoom: 1; }
p:before, p:after {
    content: " ";
    display: table; }
p:after {
    clear: both; }
@media screen and (min-width: 1180px) {
    p {
        font-size: 12px; } }
p strong {
    font-weight: 700; }
p i {
    font-weight: 500; }
p a {
    color: #ce2943; }
p img {
    position: relative;
    display: block;
    padding: 6%;
    padding-top: 0; }

._image-center {
    padding: 7% 0;
    padding-top: 0;
    padding-bottom: 34px; }
._image-center img {
    display: block;
    float: none;
    margin: auto;
    max-width: 100%; }

@media screen and (min-width: 768px) {
    ._image-right img {
        float: right;
        padding-right: 0px;
        padding-bottom: 3%; } }

@media screen and (min-width: 768px) {
    ._image-left img {
        width: 310px;
        float: left;
        padding-left: 12px;
        padding-right: 28px; } }

ul.innerListStyleNew, ol.innerListStyleNew {
    position: relative;
    display: block;
    margin-bottom: 12px; }
ul.innerListStyleNew li, ol.innerListStyleNew li {
    position: relative;
    display: block;
    color: #292727;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    padding-left: 21px;
    margin-bottom: 0px;
    background-image: url("/cms/common-data/images/new/list.jpg");
    background-repeat: no-repeat;
    background-size: 5px 5px;
    background-position: 3px 7px; }
@media screen and (min-width: 768px) {
    ul.innerListStyleNew li, ol.innerListStyleNew li {
        font-size: 12px; } }

ol.innerListStyleNew {
    margin-bottom: 39px; }
ol.innerListStyleNew li {
    position: relative;
    display: list-item;
    background: none;
    list-style: none;
    padding-left: 30px;
    counter-increment: item; }
ol.innerListStyleNew li:before {
    position: absolute;
    left: 3px;
    content: counter(item) ".";
    font-weight: 900; }

div._table-w {
    overflow: scroll;
    width: 100%; }

table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: auto;
    border: 1px solid #d6d6d6;
    margin-bottom: 35px; }
@media screen and (min-width: 768px) {
    table {
        width: 100%; } }
table tr th {
    background-color: #e9e9e9;
    /* layer fill content */
    color: #292727;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 13px;
    text-align: left;
    text-transform: uppercase;
    border-right: 1px solid #d6d6d6; }
table tr th:last-child {
    border-right: 0; }
table tr td {
    background-color: #fff;
    color: #292727;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 8px 13px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; }
table tr td:last-child {
    border-right: 0; }

._social {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    /* color overlay */
    margin-top: 65px;
    padding: 14px 20px;
    margin-bottom: 58px;
    *zoom: 1; }
._social:before, ._social:after {
    content: " ";
    display: table; }
._social:after {
    clear: both; }
._social a {
    position: relative;
    display: inline-block;
    float: left;
    color: #323537;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    margin-right: 20px;
    text-decoration: none; }
._social a:hover {
    text-decoration: underline; }
._social a._fright {
    float: right; }
._social a._no-left-p {
    padding-left: 0; }

._banner {
    position: relative;
    padding-bottom: 28px;
    display: block;
    max-width: 100%;
    overflow: hidden; }
._banner img {
    display: block;
    margin: auto;
    max-width: 100%; }

._banner-small {
    position: relative;
    display: block;
    max-width: 100%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px; }
@media screen and (min-width: 1024px) {
    ._banner-small {
        margin-top: 5px; } }
._banner-small._m-top-bottom {
    margin-top: 14px;
    margin-bottom: 30px; }

.magazine-wrapper {
    position: relative;
    display: block;
    width: 100%;
    *zoom: 1; }
.magazine-wrapper:before, .magazine-wrapper:after {
    content: " ";
    display: table; }
.magazine-wrapper:after {
    clear: both; }
.magazine-wrapper .column-navigation {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
@media screen and (min-width: 1024px) {
    .magazine-wrapper .column-navigation {
        display: block;
        width: 19%;
        margin-right: 2%; } }
.magazine-wrapper .column-navigation ul.navigation {
    padding: 0;
    margin: 0;
    background-color: #f8f8f8;
    border-left: 1px solid #ce2943;
    padding-top: 4px; }
.magazine-wrapper .column-navigation ul.navigation li {
    position: relative;
    display: block;
    list-style: none;
    margin-bottom: 1px;
    padding: 10px;
    padding-left: 15px;
    background-image: none; }
.magazine-wrapper .column-navigation ul.navigation li a {
    position: relative;
    display: inline-block;
    color: #1b272f;
    /* text color */
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
.magazine-wrapper .column-navigation ul.navigation li a:hover:after, .magazine-wrapper .column-navigation ul.navigation li a.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #ce2943; }
.magazine-wrapper .column-navigation ul.navigation li .news-block {
    position: relative;
    display: none;
    margin-top: 22px; }
.magazine-wrapper .column-navigation ul.navigation li .news-block h2 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
.magazine-wrapper .column-navigation ul.navigation li .news-block h2 a {
    position: relative;
    color: #1b272f;
    /* text color */
    font-size: 26px;
    font-weight: 400;
    text-decoration: none; }
.magazine-wrapper .column-navigation ul.navigation li .news-block h2 a:hover {
    text-decoration: underline; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news {
    position: relative;
    display: block;
    margin-bottom: 20px; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news h3 {
    margin: 0;
    padding: 0; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news h3 a {
    color: #1b272f;
    /* text color */
    font-size: 15px;
    font-weight: 400;
    text-decoration: none; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news h3:hover {
    text-decoration: underline; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news p {
    color: #919191;
    /* text color */
    font-size: 12px;
    font-weight: 400; }
.magazine-wrapper .column-navigation ul.navigation li .news-block .news .date {
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 600; }
.magazine-wrapper .article-detail {
    position: relative;
    display: block;
    float: left;
    width: 100%; }
@media screen and (min-width: 1024px) {
    .magazine-wrapper .article-detail {
        width: 79%; } }
.magazine-wrapper .article-detail .info-title a {
    position: relative;
    display: inline-block;
    color: #1b272f;
    font-size: 15px;
    font-weight: 600;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 14px;
    text-decoration: none; }
.magazine-wrapper .article-detail .info-title a:first-child {
    margin-left: 0; }
.magazine-wrapper .article-detail .info-title a:hover {
    text-decoration: underline; }
.magazine-wrapper .article-detail .info-title a._color-red {
    color: #ce2943; }
.magazine-wrapper ._image-galery {
    position: relative;
    display: block;
    margin-top: 16px;
    *zoom: 1; }
.magazine-wrapper ._image-galery:before, .magazine-wrapper ._image-galery:after {
    content: " ";
    display: table; }
.magazine-wrapper ._image-galery:after {
    clear: both; }
.magazine-wrapper ._image-galery a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2.5%; }
@media screen and (min-width: 768px) {
    .magazine-wrapper ._image-galery a {
        width: 31.66667%;
        margin-right: 2.5%; } }
.magazine-wrapper ._image-galery a:hover:before {
    opacity: 1; }
.magazine-wrapper ._image-galery a:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12); }
.magazine-wrapper ._image-galery a:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.magazine-wrapper ._image-galery a:nth-child(3n) {
    margin-right: 0; }
.magazine-wrapper ._image-galery a:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(201, 18, 47, 0.7);
    /* color overlay */
    z-index: 999; }
.magazine-wrapper ._image-galery a i {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin: 0;
    margin-left: -91px;
    margin-top: -91px;
    width: 182px;
    height: 182px;
    background-image: url("/cms/common-data/images/new/icon-search.png");
    background-size: 60px 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 999; }
.magazine-wrapper ._image-galery a img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%; }

._top-wrapper {
    position: relative;
    display: block;
    width: 100%;
    *zoom: 1; }
._top-wrapper:before, ._top-wrapper:after {
    content: " ";
    display: table; }
._top-wrapper:after {
    clear: both; }
._top-wrapper p:before, ._top-wrapper p:after {
    display: none; }
._top-wrapper ._fright {
    margin-bottom: 20px;
    position: relative; }
@media screen and (min-width: 768px) {
    ._top-wrapper ._fright {
        float: right;
        margin-left: 15px;
        margin-bottom: -60px;
        top: -80px; } }
._top-wrapper ._images {
    position: relative;
    z-index: 999;
    overflow: hidden;
    width: 100%; }
@media screen and (min-width: 768px) {
    ._top-wrapper ._images {
        width: 311px; } }
._top-wrapper ._images a {
    position: relative;
    display: block;
    float: left; }
._top-wrapper ._images a img {
    display: block;
    max-width: 100%;
    width: 100%; }
._top-wrapper ._images ._wrapper-mini {
    float: left;
    display: block;
    width: 100%;
    position: relative; }
@media screen and (min-width: 768px) {
    ._top-wrapper ._images ._wrapper-mini {
        width: 311px; } }
._top-wrapper ._images ._wrapper-mini a {
    position: relative;
    width: 48%;
    float: left;
    margin-top: 4%;
    margin-right: 4%; }
._top-wrapper ._images ._wrapper-mini a:last-child {
    margin-right: 0; }
._top-wrapper ._images ._wrapper-mini a ._info-number {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
._top-wrapper ._images ._wrapper-mini a ._info-number span._big {
    position: relative;
    display: block;
    color: #fff;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    z-index: 888; }
._top-wrapper ._images ._wrapper-mini a ._info-number small {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 888; }
._top-wrapper ._images ._wrapper-mini a ._info-number:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    /* color overlay */
    z-index: 777; }

._crossroad-w .head-title {
    position: relative;
    display: block;
    text-align: center;
    color: #0d1533;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px; }
._crossroad-w h2 {
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: -14px; }
._crossroad-w ._wrapper {
    position: relative;
    display: block;
    padding-top: 10px;
    *zoom: 1; }
._crossroad-w ._wrapper:before, ._crossroad-w ._wrapper:after {
    content: " ";
    display: table; }
._crossroad-w ._wrapper:after {
    clear: both; }
._crossroad-w ._item {
    position: relative;
    display: block;
    width: 50%;
    padding: 15px 0;
    float: left;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; }
@media screen and (min-width: 768px) {
    ._crossroad-w ._item {
        width: 33.33333%;
        padding: 35px 0; } }
._crossroad-w ._item:hover, ._crossroad-w ._item._active {
    border: 1px solid #ce2943 !important; }
@media screen and (max-width: 767px) {
    ._crossroad-w ._item:nth-child(2n) {
        border-right: 1px solid #fff; }
    ._crossroad-w ._item:nth-child(n+7) {
        width: 100%;
        border-right: 1px solid #fff; } }
@media screen and (min-width: 768px) {
    ._crossroad-w ._item:nth-child(3n) {
        border-right: 1px solid #fff; }
    ._crossroad-w ._item:nth-child(n+7) {
        border-bottom: 0px solid #f1f1f1; } }
._crossroad-w ._item ._image {
    position: relative;
    display: inline-block;
    width: 60%; }
@media screen and (min-width: 768px) {
    ._crossroad-w ._item ._image {
        width: 100%; } }
._crossroad-w ._item ._image img {
    max-width: 100%; }
._crossroad-w ._item ._text {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 3px;
    color: #ce2943;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center; }
._crossroad-w ._item ._text small {
    position: relative;
    display: block;
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center; }
._crossroad-w div._item:hover, ._crossroad-w div._item._active {
    border: 1px solid #fff !important;
    border-right: 1px solid #f1f1f1 !important; }
._crossroad-w div._item:hover:nth-child(3n), ._crossroad-w div._item._active:nth-child(3n) {
    border-right: 1px solid #fff !important; }
._crossroad-w div._item ._image {
    margin-bottom: 5px; }
._crossroad-w div._item:nth-child(7) ._image {
    margin-top: 0px; }
._crossroad-w div._item:nth-child(8) ._image {
    margin-top: 9px; }
._crossroad-w div._item:nth-child(9) ._image {
    margin-top: 0px; }
._crossroad-w div._item a {
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-decoration: none; }
._crossroad-w div._item a:hover, ._crossroad-w div._item a._active {
    text-decoration: underline; }
._crossroad-w div._item a._total {
    color: #ce2943;
    display: block;
    margin-top: 25px; }
._crossroad-w div._item ._text {
    padding: 0 15%;
    color: #a7a7a7; }

._crossroad-w._line {
    width: 100%;
    margin: auto;
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #f3f3f3; }
@media screen and (min-width: 1180px) {
    ._crossroad-w._line {
        width: 65%; } }
._crossroad-w._line h1 {
    position: relative;
    display: block;
    text-align: center;
    color: #0d1533;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding-top: 6px; }
._crossroad-w._line ._wrapper {
    width: 95%;
    margin: auto;
    padding-top: 43px; }
._crossroad-w._line ._item {
    position: relative;
    display: block;
    width: 31.33333%;
    margin-right: 1%;
    padding: 5px 0;
    padding-bottom: 17px;
    border: 2px solid #fff; }
@media screen and (min-width: 768px) {
    ._crossroad-w._line ._item {
        width: 15.66667%; } }
._crossroad-w._line ._item:last-child {
    margin-right: 0; }
._crossroad-w._line ._item:hover, ._crossroad-w._line ._item._active {
    border: 2px solid #ce2943 !important; }
._crossroad-w._line ._item ._image {
    width: 65%; }
._crossroad-w._line ._item ._image img {
    width: 100%; }
._crossroad-w._line ._item ._text {
    font-size: 13px;
    color: #1b272f; }

._crossroad-btn {
    width: 100%;
    margin: auto;
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #f3f3f3;
    *zoom: 1;
    text-align: center; }
@media screen and (min-width: 1180px) {
    ._crossroad-btn {
        width: 65%; } }
._crossroad-btn:before, ._crossroad-btn:after {
    content: " ";
    display: table; }
._crossroad-btn:after {
    clear: both; }
._crossroad-btn a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #1b272f;
    padding: 10px 12px;
    margin: auto;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid transparent; }
@media screen and (min-width: 768px) {
    ._crossroad-btn a {
        padding: 10px 20px;
        width: 116px; } }
._crossroad-btn a:hover, ._crossroad-btn a._active {
    color: #ce2943;
    border: 2px solid #ce2943; }

._filter {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    padding-bottom: 19px;
    margin-bottom: 34px;
    border-bottom: 1px solid #f3f3f3;
    *zoom: 1; }
@media screen and (min-width: 1180px) {
    ._filter {
        width: 65%; } }
._filter:before, ._filter:after {
    content: " ";
    display: table; }
._filter:after {
    clear: both; }
._filter ._column {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 13px; }
@media screen and (min-width: 410px) {
    ._filter ._column {
        width: 50%; } }
@media screen and (min-width: 768px) {
    ._filter ._column {
        width: 33.33333%; } }
@media screen and (min-width: 1024px) {
    ._filter ._column {
        width: 25%; } }

form input[type="checkbox"] {
    display: none; }
form input[type="checkbox"] + label:before {
    content: url("/cms/common-data/images/new/checkbox-small.png");
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -3px 9px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px; }
form input[type="checkbox"] + label {
    font-size: 13px;
    color: #1b272f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-left: 40px;
    display: block;
    line-height: 1.25;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    letter-spacing: 0.2px; }
form input[type="checkbox"]:checked + label:before {
    content: url("/cms/common-data/images/new/checkbox-small-checked.png");
    width: 25px;
    height: 25px;
    margin: -5px 9px 0 0;
    margin-top: -12px;}
form input {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border-radius: 8px;
    /* border radius */
    background-color: #fff;
    /* layer fill content */
    border: 1px solid #c3c3c3;
    font-size: 13px;
    color: #1b272f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 18px 28px;
    width: 270px; }
form input[type="submit"] {
    background-color: #be0036;
    /* layer fill content */
    color: #fff;
    margin: 0;
    margin-bottom: 50px;
    font-size: 13px;
    top: 0px;
    width: 80%;
    padding: 13px 28px;
    border-radius: 0; }
@media screen and (min-width: 768px) {
    form input[type="submit"] {
        width: 48%;
        font-size: 15px;
        padding: 18px 28px;
        background-image: url("/cms/common-data/images/new/icon-zoom.png");
        background-size: 15px 16px;
        background-repeat: no-repeat;
        background-position: 30% 50%; } }
form input[type="submit"]:hover {
    opacity: 0.9; }
form select {
    position: relative;
    display: none;
    margin: 0 10px !important; }

._center {
    text-align: center; }

.select2-container {
    position: relative;
    outline: none;
    margin: auto;
    width: 90% !important;
    display: inline-block; }
/*.select2-container--open{
        z-index: 5000;
        background: white;
        margin-left: 0px !important;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    }
.select2-container--open li:hover{
    background: light-blue;
}*/
@media screen and (min-width: 768px) {
    .select2-container {
        width: 224px !important;
        margin: 0 10px;
    }
}
.select2-container .select2-selection--single {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-image: url("/cms/common-data/images/new/sipka.png");
    background-size: 19px 11px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    color: #222;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 19px 26px;
    margin-bottom: 10px;
    border-radius: 8px;
    /* border radius */
    background-color: #fff;
    /* layer fill content */
    border: 1px solid #c3c3c3;
    text-transform: normal;
    outline: none;
    box-shadow: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    margin-top: -5px;
    padding-left: 0px;
    padding-right: 20px;
    color: #222;
    /* text color */
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__arrow {
    display: none; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }

.select2-container--open .select2-dropdown--below {
    margin-top: -11px;
    padding-right: 0 !important; }
.select2-container--open .select2-dropdown {
    border: 0;
    background: transparent;
    padding-right: 23px;
    font-size: 12px; }
.select2-container--open .select2-dropdown .select2-results {
    border: 1px solid #d5d5d5;
    /* stroke */
    background: #fff;
    left: -10px;
    position: relative; }
.select2-container--open .select2-dropdown .select2-results li {
    background-image: none;
    text-transform: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 26px;
    margin-bottom: 0; }

._select-price .select2-results__option {
    padding: 8px 16px; }

._advert-w ._back {
    position: relative;
    display: block;
    color: #c9122f;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    background-image: url("/cms/common-data/images/new/4.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 0 50%; }
._advert-w ._back:hover {
    text-decoration: underline; }
._advert-w ._crumbs {
    position: relative;
    display: block;
    margin-top: 17px;
    margin-left: 2px;
    *zoom: 1;
    color: #909090;
    /* text color */
    font-size: 11px;
    line-height: 1.5; }
._advert-w ._crumbs:before, ._advert-w ._crumbs:after {
    content: " ";
    display: table; }
._advert-w ._crumbs:after {
    clear: both; }
._advert-w ._crumbs a {
    position: relative;
    margin-right: 4px;
    margin-left: 4px;
    display: inline;
    color: #c9122f;
    /* text color */
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-decoration: none; }
._advert-w ._crumbs a:first-child {
    margin-left: 0; }
._advert-w ._crumbs a:last-child {
    color: #909090;
    /* text color */
    font-size: 11px; }
._advert-w ._crumbs a:hover {
    text-decoration: underline; }
._advert-w ._title {
    position: relative;
    display: block;
    *zoom: 1; }
._advert-w ._title:before, ._advert-w ._title:after {
    content: " ";
    display: table; }
._advert-w ._title:after {
    clear: both; }
._advert-w ._title h1 {
    position: relative;
    display: inline-block;
    float: left; }
._advert-w ._title span {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #ce2943;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    top: 4px; }
@media screen and (min-width: 1024px) {
    ._advert-w ._title span {
        float: right;
        margin-bottom: 0; } }
._advert-w h2 {
    padding-bottom: 12px;
    padding-left: 30px;
    background-image: url("/cms/common-data/images/new/8.png");
    background-size: 17px 20px;
    background-repeat: no-repeat;
    background-position: 4px 50%; }
._advert-w h2:first-child {
    background-image: url("/cms/common-data/images/new/4-1.png");
    background-size: 13px 20px;
    background-repeat: no-repeat;
    background-position: 4px 50%; }
._advert-w h2._param {
    margin-top: 45px;
    margin-bottom: -3px;
    background-image: url("/cms/common-data/images/new/Layer-73.png");
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 4px 50%; }
._advert-w ._address {
    position: relative;
    display: block;
    color: #909090;
    /* text color */
    font-family: "Roboto", sans-serif;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    background-image: url("/cms/common-data/images/new/3.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-top: 5px;
    padding-left: 28px;
    font-size: 12px; }
._advert-w ._carousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: rgba(227, 229, 230, 0.48);
    /* color overlay */
    margin-top: 20px;
    margin-bottom: 18px; }
._advert-w ._wrapper ._column {
    width: 100%; }
@media screen and (min-width: 1024px) {
    ._advert-w ._wrapper ._column {
        width: 65%;
        margin-right: 4%; } }
@media screen and (min-width: 1024px) {
    ._advert-w ._wrapper ._column:last-child {
        width: 30%;
        margin-right: 0; } }
._advert-w .content-wrapper {
    position: relative;
    display: block;
    *zoom: 1; }
._advert-w .content-wrapper:before, ._advert-w .content-wrapper:after {
    content: " ";
    display: table; }
._advert-w .content-wrapper:after {
    clear: both; }
._advert-w .content-wrapper .column-content {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    *zoom: 1; }
@media screen and (min-width: 768px) {
    ._advert-w .content-wrapper .column-content {
        width: 50%;
        float: left;
        margin-bottom: 0; } }
._advert-w .content-wrapper .column-content:before, ._advert-w .content-wrapper .column-content:after {
    content: " ";
    display: table; }
._advert-w .content-wrapper .column-content:after {
    clear: both; }
._advert-w .ad-detail table {
    position: relative;
    width: 100%;
    display: inline-table;
    margin-bottom: 10px;
    border: 0; }
@media screen and (min-width: 768px) {
    ._advert-w .ad-detail table {
        width: 90%; } }
@media screen and (min-width: 1024px) {
    ._advert-w .ad-detail table {
        width: 75%; } }
._advert-w .ad-detail table.fiftyfive {
    width: 55%; }
._advert-w .ad-detail table.table-ad-detail tr th {
    background: none;
    color: #69757d;
    /* text color */
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #d1d5d7; }
._advert-w .ad-detail table.table-ad-detail tr td {
    color: #000;
    /* text color */
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 0;
    text-align: right;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #d1d5d7;
    /* layer fill content */ }
._advert-w .ad-detail table.table-ad-detail tr td span.price {
    color: #c9122f;
    /* text color */
    font-size: 16px;
    line-height: 19px;
    font-weight: 600; }
._advert-w .ad-detail table tr th {
    background-color: #f3f3f3;
    /* layer fill content */
    color: #1b272f;
    /* text color */
    font-size: 12px;
    font-weight: 400;
    padding: 14px 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d1d5d7;
    /* layer fill content */ }
._advert-w .ad-detail table tr td {
    color: #68747d;
    /* text color */
    font-size: 13px;
    font-weight: 400;
    padding: 12px 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d1d5d7;
    /* layer fill content */ }
._advert-w .bx-wrapper {
    width: 100%; }
._advert-w .bx-wrapper .bx-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
    width: 100%; }
._advert-w .bx-wrapper li {
    background-image: none;
    padding: 0;
    margin: 0; }
._advert-w .bx-wrapper li a {
    display: block;
    border: 1px solid #ce2943; }
._advert-w .bx-wrapper li a._video:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    background-color: rgba(201, 18, 47, 0.7);
    /* color overlay */
    z-index: 999; }
._advert-w .bx-wrapper li a._video i {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    opacity: 1;
    margin: 0;
    margin-left: -91px;
    margin-top: -91px;
    width: 182px;
    height: 182px;
    background-image: url("/cms/common-data/images/new/Tvar-5.png");
    background-size: 50px 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 999; }
._advert-w .bx-wrapper li a._video i span {
    color: #fff;
    /* text color */
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 37px; }
._advert-w .bx-wrapper li a img {
    display: block; }
._advert-w ._arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 26px;
    background: url("/cms/common-data/images/new/arrow-next.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
    z-index: 999;
    right: -5px;
    top: 50%;
    margin-top: -13px;
    margin-left: 0; }
@media screen and (min-width: 1180px) {
    ._advert-w ._arrow {
        right: -45px; } }
._advert-w ._arrow._prev {
    background: url("/cms/common-data/images/new/arrow-prev.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
    left: -5px;
    right: auto; }
@media screen and (min-width: 1180px) {
    ._advert-w ._arrow._prev {
        right: auto;
        left: -45px; } }
._advert-w ._arrow a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
._advert-w ._map {
    position: relative;
    display: block;
    width: 100%;
    height: 185px;
    margin-bottom: 43px;
    margin-top: 43px;
    border-top: 1px solid #ce2943;
    border-bottom: 1px solid #ce2943;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
._advert-w ._map ._map-w, ._advert-w ._map ._pano-w {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden; }
._advert-w ._map ._pano-w {
    opacity: 0; }
._advert-w ._map ._pano-w._show {
    opacity: 1; }
._advert-w ._map ._spacer {
    position: absolute;
    z-index: 88;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
._advert-w ._map #map, ._advert-w ._map #pano {
    width: 100%;
    height: 300px; }
._advert-w ._map._open {
    height: 300px; }
._advert-w ._map a._btn {
    position: absolute;
    background-color: #1b272f;
    /* layer fill content */
    color: #fff;
    /* text color */
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    left: 0;
    width: 50%;
    bottom: -19px;
    border-radius: 0; }
@media screen and (min-width: 768px) {
    ._advert-w ._map a._btn {
        width: 175px;
        left: 50%;
        margin-left: -189px;
        border-radius: 4px;
        /* border radius */ } }
._advert-w ._map a._btn._red {
    background-color: #ce2943;
    left: auto;
    right: 0; }
@media screen and (min-width: 768px) {
    ._advert-w ._map a._btn._red {
        margin-left: 4px;
        left: 50%;
        right: auto; 
    } 
}
.textToCenter{
    text-align: center;
}
.noFloatRespect{
    float: none;
}
.moreParametersHidden{
    display: none !important;
}
.magazine-wrapper .column-wrapper .article {
    width: 100%;
}
.magazine-wrapper .column-wrapper .article .article-img img{
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.magazine-wrapper .column-wrapper .article h2 a {
    font-size: 19px;
    text-decoration: none;
    color: #c9122f;
}
@media screen and (min-width: 768px) {
    .magazine-wrapper .column-wrapper .article .article-img img{
        margin-bottom: 15px;
    }
}
.magazine-wrapper .column-wrapper .article h2 {
    padding-top: 0px;
    padding-bottom: 6px;
}

.oddelovaciLinka{
    width: 100%;
    height: 1px;
    background-color: #ececec;
    margin-bottom: 15px;
}
.inzaratListingCounter{
    text-align: center;
    margin-top: -10px;
}
.inzaratListingCounterNumber{
    color: #c9122f;
}
.no-background-image{
    background-image: none !important;
}
form input.emptying{
    margin-left: 0px !important;
}
.contactOfferProperty{
    width: 90%;
    margin: 0 auto;
    float: none;
}
@media (min-width: 700px){
    .contactOfferProperty{
        width: 70%;
    } 
}
@media (min-width: 996px){
    .contactOfferProperty{
        width: 50%;
    } 
}
@media (min-width: 1200px){
    .contactOfferProperty{
        width: 30%;
    } 
}
.o20l{
    margin-left: 15px;
}
.text-center-new{
	text-align: center !important;
}
.red-text-new{
	color: #c9122f;
}
#languageSwitchSmall, #languageSwitchBig {
	text-transform: uppercase;
}
